body {
    font-family: 'Open Sans', 'Arial', sans-serif;
    background-color: #F8F8F8;
    margin: 0;
    padding: 0;
}

.fh-logo {
    width: 200px;
    max-width: 90%;
}

.gc-logo {
  max-height: 85px;
}

.aco-logo{
  width: 180px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-text {
  font-size: smaller;
  font-style: italic;
  line-height: .8rem;
  display: block;
}

#nav-container {
    width: 100%;
    height: 100px;
    background-color: #0D0D0D;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    position: relative;
}

#help-container{
  width: 25px;
  position: absolute;
  right: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 560px){
  #help-container{
    position: static;
  }
}


#help-container > svg{
  fill: white;
  width: 25px;
}

.help-header{
  position: relative;
}

.help-header > svg{
  width: 15px;
  height: 15px;
  fill: #333333;
  position: absolute;
  right: 2px;
  top: 0;
  transition: fill .1s ease-in-out;
  cursor: pointer;
}

.help-header > svg:hover{
  fill: red;

}

.help-text{
  max-width: calc(100vw - 100px);
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  color: black;
  transition: opacity .1s ease-in-out;
  cursor: default;
  padding: 0px 25px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.45);
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

#help-body::before{
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid white;
  position: absolute;
  top: -5px;
  right: 3px;
  height: 0px;
  width: 0px;
  transition: opacity .1s ease-in-out;
  z-index: 4;
}

#help-body.open::before{
  opacity: 1;
  visibility: visible;
}

.help-text a{
  cursor: pointer;
  color: #0048ff;
  text-decoration: underline;
}

#help-body.open > .help-text{
  visibility: visible;
  opacity: 1;
  height: unset;
  overflow: auto;
}

nav {
    position: sticky;
}

h2 {
    font-weight: light;
    text-transform: uppercase;
    color: #333;
    margin: 5px 0;
}

ul { 
    list-style-type: none;
}

.option {
  display: flex;
  position: static;
  background-color: #fff;
  flex-flow: row nowrap;
  align-items: center;
  width: 325px;
  height: 50px;
  max-width: 95%;
  margin: 0px auto;
  border: 1px solid #EFEFEF;
  transition: transform 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  padding-right: 2px;
}

#map {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

#map-container { 
    max-height: 100%;
    display: flex;
    z-index: -2;
    position: relative;
    left: -33%;
}

.section {
    break-inside: avoid;
    box-sizing: border-box;
  }

  .first-column {
    margin-top: -5px;
}

#footer-container {
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.footer-logo-container {
  max-width: 1200px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#tfg-logo {
  width: 370px;
  max-width: 95%;
  margin: 15px auto;
}

.logo-icon {
  height: 21px;
  margin: 0 auto;
}

.icon-container {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
}

.option:hover {
  position: relative;
  transform: translateY(0px) scale(1.1);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: 2;
  box-shadow: 0 0 7px rgba(0, 0, 0, .1);
}

/* .option:active {
  transform: scale(1.08);
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
} */

.option-display {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    justify-content: center;
}

a {
    text-decoration: none;
    color: #333;
}

.item-text {
    color: #555;
    transition: color .2s ease-out;
}

.fischer-apps-accent {
    background-color: #3f4d94;
}

.partner-apps-accent {
    background-color: #2980b9; 
}

.emp-resources-accent {
    background-color: #27ae60;
}

.support-accent {
    background-color: #ffa02c;
}

.side-accent {
    transition: background-color .2s ease-out;
}

.item-text {
    display: block;
}

.list {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.item-subtext {
    font-size: .8rem;
}

#main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 25px 0 5px 0;
  padding: 0;
  min-height: calc(100vh - 210px); /* normal margins */
  
  /* min-height: calc(100vh - 225px); */
  flex-direction: column; /* Adjustment for CSAM blurb */
  margin-top: 15px; /* Adjustment for CSAM blurb */
}

#directory-container {
    column-count: 3; 
    column-gap: 50px; 
    margin: 15px auto; 
    max-width: 1200px;
}

ul {
  padding-left: 10px;
  margin: 10px 0;
}

.side-accent {
  position: relative;
  top: 0;
  left: 0;
  height: 50px;
  width: 5px;
  transition: background-color .2s ease-out;
}

.option:hover .side-accent {
  background-color: #BA1F31 !important;
}

.option:hover .item-text {
  color: #BA1F31;
}

#cta-container,
#cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cta-container {
  background-color: #CFE2FF;
  width: fit-content;
  padding: 7.5px 50px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 18px auto 0px;
  max-width: 90vw;
  border: #9EC5FE 1px solid;
}

#cta img {
  margin-right: 7.5px;
}


/* Begin Oracle Fusion specific styles */
/* Use for the Oracle Fusion launch and remove when complete. */

#main-wrapper{
  justify-content: flex-start;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: calc(100vh - 200px) !important; /* Adjust for Oracle Fusion banner */
}

#main-wrapper #directory-container{
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 768px){
  #main-wrapper #directory-container{
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

#cta-container.oracle-fusion{
  background-color: #FFF2CC;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  width: 100%;
  max-width: unset;
  border-radius: 0;
  border: none;
  background-color: white;
  margin: 0;
}

#cta-container.oracle-fusion #cta{
  max-width: 1400px;
  gap: 24px;
}

@media screen and (max-width: 768px){
  #cta-container.oracle-fusion #cta{
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
  }
}

#cta-container.oracle-fusion a{
  color: #ba1f31;
  text-decoration: underline;
  transition: color .3s ease-in-out;
}

#cta-container.oracle-fusion a:hover{
  color: #dc1f31;

}

#cta-container.oracle-fusion .banner-logo-icon{
  max-height: 48px;
}

/* End Oracle Fusion specific styles */


@media screen and (max-width: 1250px) {
  #directory-container {
    column-count: 2;
  }
}

@media screen and (max-width: 850px) {
  #directory-container {
    column-count: 1;
  }  
  h2 {
    text-align: center;
  }
  .section {
    margin-bottom: 25px;
  }
  
  ul {
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
  }
  .list {
    width: 100%;
    align-items: center;
  }
  section {
    width: 100%;
  }
  span {
    word-break: break-word;
  }
  footer {
    flex-flow: column nowrap;
    height: auto;
    gap: 25px;
    padding: 25px 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-logo-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  #footer-container {
    height: auto;
    padding: 25px 0;
  }
  .logo-1 {
    order: 3;
  }

  .logo-2 {
    order: 1;
  }

  .logo-3 {
    order: 2;
  }

  .logo-4 {
    order: 4;
  }

  .logo-5 {
    order: 5;
  }

  #cta-container {
    padding: 5px 20px;
  }
  #cta img{
    margin-right: 10px;
  }

  #cta span {
    font-size: .875rem;
  }
}

@media screen and (max-width: 376px) {
  .list ul {
    width: 100%;
  }
  .option {
    width: 100%;
    height: auto;
  }
  ul {
    padding: 5px;
  }
  .option-display {
    max-width: 95%;
  }
  .item-text {
    font-size: .8rem;
  }

  h2 {
    font-size: 1rem;
  }

  #main-wrapper {
    margin: 15px 0;
  }
  #directory-container {
    margin: 10px 0;
  }
}