@charset "UTF-8";
/* Colors */
.lightgray {
  background-color: #FAFAFA;
}

.gray {
  background-color: #E8E8E8;
}

.darkgray {
  background-color: #333;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.blue {
  background-color: #004D7D;
}

.green {
  background-color: #90C400;
}

.hero-left-text {
  font-family: "Comfortaa", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  .hero-left-text {
    font-size: 2.25rem;
  }
}

@media (min-width: 75em) {
  .hero-left-text {
    font-size: 2.5rem;
  }
}

@media (min-width: 100em) {
  .hero-left-text {
    font-size: 2.75rem;
  }
}

.policy .text-block-text, .intro .text-block-text {
  font-family: "Comfortaa", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  .policy .text-block-text, .intro .text-block-text {
    font-size: 1.35rem;
  }
}

@media (min-width: 75em) {
  .policy .text-block-text, .intro .text-block-text {
    font-size: 1.45rem;
  }
}

@media (min-width: 100em) {
  .policy .text-block-text, .intro .text-block-text {
    font-size: 1.55rem;
  }
}

@media (min-width: 112.5em) {
  .policy .text-block-text, .intro .text-block-text {
    font-size: 1.9rem;
  }
}

.homepage-promo-link-text-headline {
  font-family: "Comfortaa", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  .homepage-promo-link-text-headline {
    font-size: 1.1rem;
  }
}

@media (min-width: 75em) {
  .homepage-promo-link-text-headline {
    font-size: 1.35rem;
  }
}

@media (min-width: 100em) {
  .homepage-promo-link-text-headline {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .homepage-promo-link-text-headline {
    font-size: 1.5rem;
  }
}

.hero {
  position: relative;
  background: #004D7D;
  border-bottom: 2px #fff solid;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 48em) {
  .hero {
    height: 800px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

.hero-left {
  position: relative;
  border-bottom: 2px #fff solid;
  overflow: hidden;
  height: 500px;
  display: grid;
  align-items: end;
}

@media (min-width: 48em) {
  .hero-left {
    border-bottom: 0;
    border-right: 2px #fff solid;
    height: 100%;
  }
}

.hero-left-text {
  width: auto;
  padding: 1.5rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 2px black;
  z-index: 51;
}

@media (min-width: 48em) {
  .hero-left-text {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    text-align: left;
    padding: 0 2rem 0 0;
  }
}

@media (min-width: 75em) {
  .hero-left-text {
    bottom: 4rem;
    left: 6rem;
    padding: 0 4rem 0 0;
  }
}

.hero-left-photos {
  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.hero-left-photos-overlay {
  background: linear-gradient(0deg, #004d7d 10%, rgba(0, 77, 125, 0) 80%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 51;
}

.hero-right {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.hero .photo-gallery {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

@media (min-width: 48em) {
  .hero .photo-gallery {
    height: 800px;
  }
}

.hero .photo-gallery-list, .hero .photo-gallery-img {
  max-height: 500px;
  height: 500px;
}

@media (min-width: 48em) {
  .hero .photo-gallery-list, .hero .photo-gallery-img {
    max-height: 800px;
    height: 800px;
  }
}

.hero .photo-gallery-item.slide {
  padding: 500px 0 0 0;
}

@media (min-width: 48em) {
  .hero .photo-gallery-item.slide {
    padding: 800px 0 0 0;
  }
}

.homepage-promo-item {
  min-height: 300px;
  position: relative;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.homepage-promo-item:first-child {
  border-bottom: 2px #fff solid;
}

.homepage-promo-item-overlay {
  background: linear-gradient(0deg, #004d7d 10%, rgba(0, 77, 125, 0) 80%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  postion: absolute;
}

.homepage-promo-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: end;
}

.homepage-promo-link-text {
  padding: 1.5rem;
  z-index: 51;
}

.homepage-promo-link-text-headline {
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 2px black;
}

@media (min-width: 48em) {
  .homepage-promo-link-text-headline {
    text-align: left;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    padding-right: 2rem;
  }
}

.homepage-promo-link-text-button_text {
  display: block;
  position: relative;
  margin-top: .75rem;
  padding-top: .75rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1rem;
}

.homepage-promo-link-text-button_text:before {
  content: "";
  width: 50%;
  min-width: 100px;
  height: 5px;
  background: #90C400;
  position: absolute;
  left: 25%;
  top: -.25rem;
}

@media (min-width: 48em) {
  .homepage-promo-link-text-button_text:before {
    width: calc(50% + 3.5rem);
    left: -3.5rem;
    min-width: 250px;
  }
}

.intro {
  margin-top: 1rem;
  background: none;
}

@media (min-width: 48em) {
  .intro {
    margin-top: 2rem;
  }
}

.intro .text-block-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 75em) {
  .intro .text-block-wrap {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    align-items: center;
  }
}

.intro .text-block-text {
  background: none;
  color: #004D7D;
  text-align: center;
  margin-bottom: 1rem;
  orphans: 2;
  widows: 2;
}

@media (min-width: 75em) {
  .intro .text-block-text {
    text-align: left;
    margin-bottom: 0;
  }
}

.intro .photo-gallery {
  width: 100%;
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 48em) {
  .intro .photo-gallery {
    width: 640px;
    height: 440px;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 75em) {
  .intro .photo-gallery {
    width: 820px;
    border-radius: 2rem;
  }
}

.intro .photo-gallery-list, .intro .photo-gallery-img {
  max-height: 500px;
  height: 500px;
}

@media (min-width: 48em) {
  .intro .photo-gallery-list, .intro .photo-gallery-img {
    max-height: 440px;
    height: 440px;
  }
}

.intro .photo-gallery-item.slide {
  padding: 500px 0 0 0;
}

.policy {
  background: none;
}

.policy .text-block-text {
  background: none;
  color: #004D7D;
  text-align: center;
  orphans: 2;
  widows: 2;
}

#fsHeaderImage {
  display: none !important;
}
