@font-face {
  font-family: TradeGothic;
  src: url(/fonts/TradeGothic/TradeGothicLTStd.otf);
}
@font-face {
  font-family: TradeGothic;
  src: url(/fonts/TradeGothic/TradeGothicLTStd-Bold.otf);
  font-weight: bold;
}
#__next {
  overflow: hidden;
}
#libtayoContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 1rem auto;
  font-family: TradeGothic;
  padding: 1rem 1rem 17.5rem 1rem;
  position: relative;
  color: #000000;
}
#bgBlue {
  position: absolute;
  z-index: -1;
  top: -50%;
  left: -100%;
  width: 150%;
  max-width: unset !important;
}

#bgGreen {
  position: absolute;
  z-index: -1;
  bottom: -50%;
  right: 140%;
  width: 150%;
  max-width: unset !important;
}
#libtayoContainer > p {
  color: #000000;
  margin: 1rem 0;
  padding: 0 0.5rem;
}
#libtayoContainer > img {
  max-width: 100%;
}
#resources {
  width: calc(100% + 1rem);
  margin: 2rem -0.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
#resources #resourceHolder {
  display: flex;
  justify-content: flex-start;
  overflow-y: hidden;
  overflow-x: scroll;
  width: calc(100%);
}
#resources #resourceHolder::-webkit-scrollbar {
  display: none;
}
#resources #arrowLeft,
#resources #arrowRight {
  position: absolute;
  font-size: 3rem;
  text-align: center;
  cursor: pointer;
  color: #00536d;
}
#resources #arrowLeft:hover,
#resources #arrowRight:hover {
  color: #c90d7b;
}
#resources #arrowLeft {
  left: -2.5rem;
}
#resources #arrowRight {
  right: -2.5rem;
}
#resources #resourceHolder .resource {
  margin: 0 0.5rem;
  flex-shrink: 0;
  cursor: pointer;
  width: calc(33.33% - 1rem);
}
#resources #resourceHolder .resource .comingSoon {
  padding: 4.5rem 0;
  text-align: center;
  background-color: #e6e6e5;
  border: 1px solid #b0af16;
  font-size: 1.5rem;
  font-weight: bold;
}
#resources #resourceHolder .resource .comingSoon p {
  color: #c90d7b;
}
#comingSoonTitle {
  color: #c90d7b !important;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 !important;
}
#resources #resourceHolder .resource p {
  color: #00546e;
  margin: 0.25rem 0 0 0;
}
#libtayoContainer > a {
  font-weight: bold;
  text-decoration: underline;
  color: #276b7b;
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
  display: block;
  padding: 0 0.5rem;
}
#resources .resource .imageHolder {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#resources .resource .imageHolder svg {
  position: absolute;
  font-size: 3rem;
  bottom: 0.75rem;
  right: 0.25rem;
  z-index: 1;
  font-weight: bold;
  color: #ffffff;
  transition: transform 0.5s, font-size 0.5s;
  transform: scale(1);
}
#resources .resource .imageHolder:hover svg {
  font-size: 2rem;
}
#resources .resource .imageHolder #cta {
  position: absolute;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  font-weight: bold;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
#resources .resource .imageHolder::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  opacity: 0.75;
  background-color: #b0af16;
  transform: rotate(-30deg) translate(0%, 70%);
  transition: transform 0.5s, opacity 0.5s;
}
#resources .resource .imageHolder:hover #cta {
  opacity: 1;
}
#resources .resource .imageHolder:hover::after {
  transform: rotate(-30deg) translate(0%, 0%);
  opacity: 0.9;
}
#resources .resource .imageHolder img {
  width: 100%;
}
#isi #references {
  border-top: 1px solid #cecece;
  padding: 1rem 0 0 0;
  font-size: 14px;
}
#isi #bottom {
  display: flex;
  justify-content: space-between;
}
#contact {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  color: #276b7b;
  cursor: pointer;
  width: 40%;
}
#contact a {
  color: #276b7b !important;
  text-decoration: none;
  line-height: 1;
}
#contact:hover a {
  color: #c90d7b !important;
}
#bottom p {
  margin: 0;
  line-height: 1;
}
#contact svg {
  font-size: 5rem;
  margin: 0 0.5rem 0 0;
}
#contact:hover {
  color: #c90d7b;
}
#copyright {
  width: 40%;
  color: #707070;
  font-size: 14px;
}
#copyright img {
  max-width: 100%;
  margin: 0 0 0.5rem 0;
}
#indications {
  background-color: #e6e6e5;
}
#indications h1 {
  color: #00546e;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  padding: 2rem 0.5rem 1rem 0.5rem;
  margin: 0;
}
/* #indicationHolder {
  display: flex;
  justify-content: center;
  padding: 0 0.5rem 0.5rem 0.5rem;
} */
/* #indicationHolder .indicationWrap {
  width: calc(33.33% - 0.25rem);
  width: 33.33%;
  padding: 0.5rem;
} */
/* #indicationHolder a {
  display: block;
  background-color: red;
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #00546e;
  min-height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0.5rem;
  line-height: 1.25;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
} */
.indicationWrap .description {
  /* padding: 1rem; */
  line-height: 1.2;
  color: #000000;
  font-size: 16px;
}
.description ul {
  margin-left: 1rem;
  margin-bottom: 0;
  padding: 0;
}
.description li:not(:last-child) {
  margin-bottom: 1rem;
}
#indicationHolder a:hover {
  background-color: #276b7b;
}
#indicationHolder a.active {
  background-color: #b0af16;
}
#indications #mobile {
  display: none;
  padding: 1rem;
  margin-bottom: 2rem;
}
.select {
  text-transform: uppercase;
  position: relative;
  padding: 0.5rem;
  background-color: #00546e;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  z-index: 9999;
}
#mobile .title {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
#mobile ul {
  margin-left: 1rem;
  padding-left: 0;
}
.select .selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select .selected svg {
  width: 2rem;
  height: 2rem;
}
.select .options {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #00546e;
  padding: 0 0.5rem;
}
.select.active .options {
  max-height: unset;
}
.select.active svg {
  transform: scaleY(-1);
}
.select .option {
  padding: 0.5rem 0;
  border-top: 1px solid #02303e;
  display: block;
  color: #ffffff !important;
}
#desktopHeader {
  width: 100%;
  display: block;
}
#mobileHeader {
  width: 100%;
  display: none;
}
#isi {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  max-height: 16.5rem;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: max-height 0.2s;
  width: 100%;
  box-shadow: 0 -1rem 2rem -2rem #000000;
  font-family: TradeGothic;
}
#isi::-webkit-scrollbar {
  display: none;
}
#isiContent {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 1rem;
  font-size: 1rem;
}
#isi.active {
  max-height: calc(100% - 5rem) !important;
  overflow-y: scroll !important;
}
#isiToggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  color: #276b7b;
}
#isiToggle:hover {
  color: #c90d7b;
}
#isiToggle p {
  margin: 0;
}
#isiToggle svg {
  margin: 0 0 0 0.25rem;
}
#isiContent span {
  font-weight: bold;
}
#isiContent span.underline {
  font-weight: normal;
  text-decoration: underline;
}
#isiContent li,
#isiCotent p {
  margin: 0 0 1rem 0;
}
#isiContent h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  color: #c90d7b;
}
#isiContent h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #276b7b;
  margin: 0 0 1rem 0;
}
#isiContent h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
#isiContent img {
  max-width: 100%;
}
#navButtons {
  display: flex;
  width: 100%;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
#navDescriptions {
  display: flex;
  width: 100%;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
#navDescriptions > div {
  width: 33.33%;
  padding: 0 0.5rem;
}
#navButtons .buttonHolder {
  width: 33.33%;
  padding: 0.5rem;
}
#navButtons a {
  padding: 1rem;
  background-color: #00546e;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.25;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#navButtons a:hover {
  background-color: #276b7b;
}
#isiBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#isiBottom p {
  margin: 0;
  line-height: 1;
  font-size: 0.75rem;
}
#isiBottom > div {
  max-width: 50%;
}
@media only screen and (max-width: 1048px) {
  #resources {
    width: calc(100% - 2rem);
    margin: 2rem auto;
  }
}
@media only screen and (max-width: 960px) {
  #resources .resource .imageHolder svg {
    font-size: 2.5rem;
    bottom: 0.5rem;
  }
  #resources .resource .imageHolder:hover svg {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 825px) {
  #resources .resource .imageHolder svg {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  #resources #resourceHolder .resource {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 500px) {
  #isi {
    max-height: 20rem;
  }
  #isiBottom {
    flex-wrap: wrap;
  }
  #isiBottom > div {
    width: 100%;
    max-width: 100%;
  }
  #isiContent img {
    max-width: 100%;
    margin: 0 0 1rem 0;
  }
  #desktopHeader {
    display: none;
  }
  #mobileHeader {
    display: block;
  }
  #resources .resource .imageHolder svg {
    font-size: 3rem;
    bottom: 0.75rem;
  }
  #resources #resourceHolder .resource {
    width: calc(100% - 1rem);
  }
  #isi #bottom {
    flex-wrap: wrap;
  }
  #copyright {
    width: 100%;
  }
  #contact {
    width: 100%;
    margin: 1rem 0;
    font-size: 1.5rem;
  }
  #indications #mobile {
    display: block;
  }
  #indications #desktop {
    display: none;
  }
  #indications h1 {
    font-size: 1.25rem;
  }
}
