.news-list .row {
  margin-bottom: 0.5rem;
}
.news-list .box-date {
  background-color: #ffa62a;
  color: #085245;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375;
  padding: 1.5rem 1.2rem 1.5rem 1.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list .box-body {
  display: flex;
  align-items: center;
  background-color: #085245;
  background-image: url(../images/cta-arrow-white.svg);
  background-position: 96% 30%;
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  color: #ffffff;
  border-radius: 1rem;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 1.5rem 3.5rem 1rem 1.5rem;
}
.news-list .box-body h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.news-list .box-body a:link, .news-list .box-body a:visited {
  color: #ffffff;
  text-decoration: none;
}
.news-list .box-body a:hover, .news-list .box-body a:active {
  text-decoration: none;
}
.news-list .box-body.detailed-mode {
  background-image: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.5rem 1.5rem 1.5rem 1.75rem;
}
.news-list .box-body.detailed-mode h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.news-list .box-body.detailed-mode .thumb {
  background-repeat: no-repeat;
  background-size: contain;
}
.news-list .box-body.detailed-mode .thumb.for-mobile {
  display: none;
  min-width: 0;
  width: 18rem;
  height: 15rem;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.news-list .box-body.detailed-mode .thumb.for-desktop {
  background-position: center right;
  min-width: 10rem;
  width: 10rem;
  height: 10rem;
  margin-left: 2rem;
  float: right;
}
.news-list .box-body.detailed-mode .btn-cta {
  margin-top: 0.5rem;
}
@media (max-width: 576px) {
  .news-list .box-date {
    padding: 0.5rem 1.25rem;
    border-radius: 10rem;
    display: inline-block;
  }
  .news-list .box-body {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 2rem 4rem 0.5rem 1.5rem;
    background-position: 95% 20%;
  }
}
@media (max-width: 450px) {
  .news-list .box-body.detailed-mode .thumb.for-mobile {
    display: block;
  }
  .news-list .box-body.detailed-mode .thumb.for-desktop {
    display: none;
  }
}

#introVideoWrapper {
  position: absolute;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  background: #000000;
}

#kvHero {
  width: 100%;
}
@media (max-width: 576px) {
  #kvHero {
    margin-top: 0;
  }
}
#kvHero .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding-left: 3rem;
  color: #ffffff;
}
#kvHero .swiper-slide h2 {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 1px;
}
@media (max-width: 1280px) {
  #kvHero .swiper-slide {
    padding-left: 5vw;
  }
  #kvHero .swiper-slide h2 {
    font-size: 3vw;
  }
}
@media (max-width: 576px) {
  #kvHero .swiper-slide {
    padding-left: 8vw;
  }
  #kvHero .swiper-slide h2 {
    font-size: 5vw;
    line-height: 1.3;
  }
}

#kvHeroButtons {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
#kvHeroButtons .swiper-button-wrapper {
  position: absolute;
  width: 100%;
}
#kvHeroButtons .swiper-button {
  color: #ffffff;
  width: 2.25rem;
  height: 3.675rem;
  padding: 0.5rem 0.5rem;
  transition: 200ms linear;
}
#kvHeroButtons .swiper-button:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
#kvHeroButtons .swiper-button:focus {
  outline: 0;
}
@media (max-width: 576px) {
  #kvHeroButtons .swiper-button {
    display: none;
  }
}

#kvHeroPagination.swiper-pagination {
  position: relative;
  width: 100%;
  text-align: center;
}
#kvHeroPagination.swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0 6px;
}
@media (max-width: 576px) {
  #kvHeroPagination.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}
#kvHeroPagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

#slideShow {
  margin-top: 1rem;
  width: 100%;
}
#slideShow .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 1rem;
  color: #ffffff;
  height: 10rem;
}
@media (max-width: 576px) {
  #slideShow .swiper-slide {
    height: 5rem;
    border-radius: 0.6rem;
  }
}

#aboutUs {
  margin-top: 2.5rem;
}
#aboutUs .section-intro {
  border-left: 0.8rem solid #ffa62a;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
#aboutUs .mission-statements .mission-box {
  background: #e1f5f2;
  border-radius: 1rem;
  padding: 1.5rem 2rem 1.5rem 2.25rem;
  margin-bottom: 1rem;
  height: 90%;
}
#aboutUs .mission-statements .mission-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #085245;
}
#aboutUs .mission-statements .mission-box p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  #aboutUs .mission-statements .mission-box h3 {
    font-size: 1.1rem;
  }
  #aboutUs .mission-statements .mission-box p {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=home.css.map */