footer {
  background-color: #00657B;
}
footer .footer-logo-bar {
  background-color: #004756;
  color: #FFF;
  padding: 25px;
  width: 100%;
  overflow: hidden;
  transition: all 150ms ease-in-out;
}
@media (min-width: 992px) {
  footer .footer-logo-bar {
    padding: 60px;
  }
}
footer .footer-logo-bar .logo-link {
  margin-right: 20px;
  text-decoration: none;
  padding: 0;
}
footer .footer-logo-bar .logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-logo-bar .logo-row .logo-link {
  margin: 10px;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer .footer-logo-bar .logo-row .logo-link {
    margin: 10px 15px;
  }
}
footer .footer-logo-bar .logo-row .logo-link:first-child {
  margin-left: 0;
}
footer .footer-logo-bar .logo-row .logo-link img {
  max-width: 100%;
  min-width: 70px;
  height: auto;
}
footer .back-to-top {
  cursor: pointer;
}

/* TRANSLATOR */
#google_translate_element2 {
  display: none;
}

#langaugeselectcont select {
  width: 90%;
  background-color: transparent;
  border-color: white;
  color: #FFF;
  padding: 7px;
  margin: 10px;
}
#langaugeselectcont select option {
  color: #000;
}

#langaugeselectcont label {
  margin-left: 5%;
  width: 90%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
header .logo-bar {
  background-color: #004756;
  color: #FFF;
  padding: 25px;
  width: 100%;
  overflow: hidden;
  transition: all 150ms ease-in-out;
}
header .logo-bar.shrink {
  height: 0;
  padding: 0;
}
header .logo-bar .logo-link {
  margin-right: 20px;
  text-decoration: none;
  padding: 0;
}
header .logo-bar .logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .logo-bar .logo-row .logo-link {
  margin: 10px;
  text-decoration: none;
}
@media (min-width: 992px) {
  header .logo-bar .logo-row .logo-link {
    margin: 10px 15px;
  }
}
header .logo-bar .logo-row .logo-link:first-child {
  margin-left: 0;
}
header .logo-bar .logo-row .logo-link img {
  max-width: 100%;
  min-width: 70px;
  height: auto;
}
header .navbar {
  background-color: #FFF;
  padding: 25px;
}
header .navbar .navbar-nav {
  margin-left: auto;
}
header .navbar .nav-link {
  color: #004756;
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 992px) {
  header .navbar .nav-link {
    font-size: 1.25rem;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  header .navbar .nav-link:last-child {
    padding-right: 0;
  }
}
header .navbar .nav-link:hover {
  text-decoration: underline;
}
header .navbar .nav-link.current {
  color: #485424;
}
header .cta-banner {
  display: block;
  width: 100%;
  padding: 5px;
  background-color: #F1AE2C;
  color: #000000;
  transition: background-color 150ms ease-in-out;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 992px) {
  header .cta-banner {
    font-size: 1.15rem;
  }
}
header .cta-banner:hover {
  background-color: #C18B23;
  color: #000000;
}

.hero {
  position: relative;
  background-image: url("../assets/images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .hero {
    padding: 100px 50px;
    min-height: 770px;
  }
}
.hero h1 {
  color: #FFF;
  font-weight: 700;
  margin: 0;
  font-size: 2.5rem;
}
.hero h1 .pre {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}
.hero h1 .post {
  display: block;
  max-width: max-content;
  background-color: #F1AE2C;
  color: #004756;
  padding: 7px 20px;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .hero h1 {
    font-size: 4.1594rem;
  }
  .hero h1 .pre {
    font-size: 2.25rem;
  }
  .hero h1 .post {
    font-size: 2.5rem;
  }
}
.hero .map-pin {
  position: absolute;
  width: 43px;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.hero .map-pin.fade-in {
  opacity: 1;
}
.hero .map-pin#mp-1 {
  top: 5%;
  left: 40%;
}
.hero .map-pin#mp-2 {
  top: 20%;
  left: 50%;
}
.hero .map-pin#mp-3 {
  top: 25%;
  left: 82%;
}
.hero .map-pin#mp-4 {
  top: 32%;
  left: 54%;
}
.hero .map-pin#mp-5 {
  top: 37%;
  left: 77%;
}
.hero .map-pin#mp-6 {
  top: 42%;
  left: 85%;
}
.hero .map-pin#mp-7 {
  top: 53%;
  left: 63%;
}
.hero .map-pin#mp-8 {
  top: 56%;
  left: 75%;
}
.hero .map-pin#mp-9 {
  top: 67%;
  left: 80%;
}
.hero .map-pin#mp-10 {
  top: 70%;
  left: 55%;
}

.image-comparison-slider .img-comp-container {
  position: relative;
  width: 100%;
  height: 80vw;
  /*should be the same height as the images*/
}
@media (min-width: 992px) {
  .image-comparison-slider .img-comp-container {
    height: 40vw;
    max-height: 470px;
  }
}
.image-comparison-slider .img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}
.image-comparison-slider .img-comp-img img {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 80vw;
}
@media (min-width: 992px) {
  .image-comparison-slider .img-comp-img img {
    height: 40vw;
    max-height: 470px;
  }
}
.image-comparison-slider .img-comp-overlay {
  overflow: hidden;
}
.image-comparison-slider .img-comp-overlay img {
  object-fit: cover;
  object-position: left;
}
.image-comparison-slider .img-comp-slider {
  position: absolute;
  top: 0 !important;
  width: 4px;
  height: 100%;
  background-color: #F87666;
}
.image-comparison-slider .img-comp-slider::after {
  content: "";
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #F87666;
  opacity: 0.7;
  border-radius: 50%;
  top: 50% !important;
  left: 3px;
  transform: translate(-50%, -50%);
  transition: opacity 150ms ease-in-out;
}
.image-comparison-slider .img-comp-slider:hover::after {
  opacity: 1;
}

/* LIGHTBOX */
#lightbox {
  height: 0%;
  position: fixed;
  top: -100%;
  transition: top 0.85s, height 0.5s;
  width: 100%;
  z-index: 9000;
}

#lightbox > span {
  background-color: rgba(35, 35, 35, 0.8);
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#lightbox > span span {
  color: #fff;
  font-size: 3.6em;
  line-height: 0.4em;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

#lightbox div {
  box-shadow: 0 8px 15px 0 #000;
  margin: -120px auto 0;
  max-height: 80%;
  overflow: auto;
  position: relative;
  transform: rotateX(90deg) translateY(-160px);
  transition: 0.24s;
  width: 88%;
}

#lightbox img {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #FFF;
}

#lightbox.on {
  top: 0;
  height: 100%;
}

#lightbox.on div {
  margin-top: 50px;
  transition: 0.8s ease-out 0.32s;
  transform: rotateX(0deg) translateY(0px);
}

.lightbox {
  cursor: pointer;
  transition: filter 150ms ease-in-out;
  padding-bottom: 40px;
  border-bottom: 1px solid #004756;
  margin-bottom: 15px;
}
.lightbox:hover {
  filter: brightness(90%);
}

.standard-section {
  overflow: hidden;
  padding: 50px 30px;
}
.standard-section.bg-light-yellow-gradient {
  background: linear-gradient(0deg, #FEF7EA 0%, rgba(254, 247, 234, 0) 100%);
}
.standard-section.bg-yellow {
  background-color: #F1AE2C;
}
.standard-section.bg-blue {
  background-color: #00657B;
}
.standard-section.bg-blue h2, .standard-section.bg-blue h3, .standard-section.bg-blue h4, .standard-section.bg-blue p, .standard-section.bg-blue li {
  color: #FFF;
}
.standard-section.bg-lighter-blue {
  background-color: #E6F0F2;
}
@media (min-width: 992px) {
  .standard-section {
    padding: 100px 50px;
  }
}

.video-embed {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 16px;
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

body {
  background-color: #FFF;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
h2 {
  font-size: 1.85rem;
  margin-bottom: 25px;
  font-weight: 700;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.1875rem;
  }
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 25px;
}
h4 {
  font-size: 1.25rem;
  margin-bottom: 25px;
}
p, li {
  font-size: 1rem;
}
p strong, li strong {
  font-weight: 600;
}
@media (min-width: 992px) {
  p, li {
    font-size: 1.25rem;
  }
}

p {
  margin-bottom: 25px;
}

li {
  margin-bottom: 5px;
}

a {
  color: #00657B;
  text-decoration: underline;
  transition: color 150ms ease-in-out;
  font-weight: 700;
}
a img {
  transition: filter 300ms ease-in-out;
}
a:hover {
  color: #C18B23;
}
a:hover img {
  filter: brightness(80%);
}

.resource-link {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 600;
  color: #00657B;
}
@media (min-width: 992px) {
  .resource-link {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}
.resource-link:hover {
  color: #C18B23;
  text-decoration: underline;
}
.resource-link:hover::after {
  background-image: url("../assets/images/garnish/left-arrow-yellow.svg");
  left: 5px;
}
.resource-link::after {
  content: "";
  background-image: url("../assets/images/garnish/left-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 0;
  transition: all 150ms ease-in-out;
}

.corral-font {
  color: #F87666 !important;
}

.container-xl {
  width: 100%;
  margin: auto;
  max-width: 1400px;
  padding: 0;
}

.container {
  width: 100%;
  margin: auto;
  max-width: 990px;
  padding: 0;
}

.img-full {
  width: 100%;
  height: auto;
}

.intro-text {
  display: block;
  font-weight: 600;
  color: #004756;
  font-size: 1.5rem;
  padding-bottom: 30px;
  border-bottom: 2px solid #00657B;
}
@media (min-width: 992px) {
  .intro-text {
    font-size: 2.0rem;
    padding-bottom: 60px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22sass/blocks/footer.scss%22,%22sass/_variables.scss%22,%22sass/blocks/google-translate.scss%22,%22sass/blocks/header.scss%22,%22sass/blocks/hero.scss%22,%22sass/blocks/image-comparison-slider.scss%22,%22sass/blocks/lightbox.scss%22,%22sass/blocks/standard-section.scss%22,%22sass/blocks/video-embed.scss%22,%22sass/_global.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;EACI,kBCWG;;ADVH;EACI,kBCUI;EDTJ;EACA;EACA;EACA;EACA;;AAEA;EARJ;IASQ;;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAMhB;EACI;;;AE9CR;AACA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;;;ACrBJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kBFII;EEHJ;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAMhB;EACI,kBF5CA;EE6CA;;AAEA;EACI;;AAGJ;EACI,OFjDA;EEkDA;EACA;;AAEA;EALJ;IAMQ;IACA;IACA;;EAEA;IACI;;;AAMR;EACI;;AAGJ;EACI,OFjEH;;AEwET;EACI;EACA;EACA;EACA,kBFxEC;EEyED,OFtFA;EEuFA;EACA;EACA;;AAGA;EAXJ;IAYQ;;;AAGJ;EACI,kBFnFE;EEoFF,OFlGJ;;;AGTR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;IACA;;;AAGJ;EACI,OHPA;EGQA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,kBHVH;EGWG,OHpBA;EGqBA;EACA;EACA;EACA;;AAGJ;EAxBJ;IAyBQ;;EAEA;IACI;;EAGJ;IACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;;AC/GJ;EACI;EACA;EACA;AAEA;;AACA;EANJ;IAOQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;IACA;;;AAIR;EACI;;AAEA;EACI;EACA;;AAKR;EACI;EACA;EACA;EACA;EACA,kBJjBC;;AImBD;EACI;EACA;EACA;EACA;AACA;EACA;EACA;EACA,kBJ3BH;EI4BG;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;;ACpEhB;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;ACnER;EACI;EACA;;AAEA;EACI;;AAGJ;EACI,kBNaC;;AMVL;EACI,kBNDD;;AMGC;EACI,ONNJ;;AMUJ;EACI,kBNNO;;AMUX;EAzBJ;IA0BQ;;;;AC1BR;EACI;EACH;EACA;EACA;EACA;EACG;;AAEA;EACI;EACA;EACA;EACA;EACA;;;ACbR;EACI;;;AAGJ;AAAA;EAEI;EACA;EACA;EACA,aRiEsB;EQhEtB,ORsBO;;;AQnBX;EACI,kBRJI;;;AQOR;EACI;EACA;;AAIJ;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;;;;AAIR;EACI;EACA;;AAIJ;EACI;EACA;;AAIJ;EACI;;AAEA;EACI;;AAEJ;EANJ;IAOQ;;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI,ORpDG;EQqDH;EACA;EACA;;AAEA;EACI;;AAGJ;EACI,ORnDM;;AQoDN;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OR7EG;;AQ+EH;EAVJ;IAWQ;IACA;;;AAGJ;EACI,OR1EM;EQ2EN;;AACA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA,ORrIQ;EQsIR;EACA;EACA;;AACA;EAPJ;IAQQ;IACA%22,%22file%22:%22main.css%22%7D */
