/* 38892 */
/* 38892 */
/* 37091 start */
/* 37091 end */
/*121291*/
/*39943*/
.button-outline,
.btn-outline-primary {
  background-color: transparent;
  border: 2px solid #00687F;
  color: #00687F !important;
  text-transform: uppercase;
}
.button-outline:hover, .button-outline:not(:disabled):not(.disabled):active, .button-outline:not(:disabled):not(.disabled).active,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #00687F;
  border: 2px solid #00687F;
  color: #ffffff !important;
  cursor: pointer;
}

.btn-primary {
  background-color: #00687F;
  border: 2px solid #00687F;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: "Muli-Bold";
  font-weight: 600;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border: 2px solid #00687F;
  color: #00687F !important;
  cursor: pointer;
}

.btn-secondary {
  background-color: #FDB71A;
  border: 2px solid #FDB71A;
  color: #000000 !important;
  text-transform: uppercase;
  font-family: "Muli-Bold";
  font-weight: bold;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #fab84b;
  border: 2px solid #fab84b;
  color: #ffffff !important;
  cursor: pointer;
}

.video-carousel {
  margin: 0 -15px;
  overflow-x: hidden;
  padding: 67px 0 128px 0;
  background: #00687F;
}
@media (max-width: 1199.98px) {
  .video-carousel {
    margin: 0px;
  }
}
@media (max-width: 767.98px) {
  .video-carousel {
    padding: 40px 0px 90px;
  }
}
.video-carousel .video-carousel__wrapper {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}
.video-carousel .video-carousel__wrapper .linebar-heading {
  text-align: center;
  width: auto;
  margin: 0;
  font-family: "noto-serif";
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .video-carousel .video-carousel__wrapper .linebar-heading {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
  }
}
.video-carousel .video-carousel__wrapper .linebar-heading:after {
  content: "";
  height: 2px;
  width: 64px;
  background: #FDB71A;
  margin-top: 7px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media (min-width: 768px) {
  .video-carousel .video-carousel__wrapper .linebar-heading:after {
    margin-top: 16px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .video-carousel .video-carousel__wrapper .linebar-heading:after {
    margin-bottom: 20px;
    width: 36px;
  }
}
.video-carousel .video-carousel__wrapper .video-carousel-list .video-carousel-list__item .vertical-video-article .video-carousel-title {
  font-family: "noto-serif";
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 0px 2px;
}
@media (min-width: 768px) {
  .video-carousel .video-carousel__wrapper .video-carousel-list .video-carousel-list__item .vertical-video-article .video-carousel-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.video-carousel .video-carousel__wrapper .video-carousel-list .video-carousel-list__item .vertical-video-article .video-carousel-description {
  font-size: 18px;
  line-height: 32px;
  font-family: "Muli-Regular";
  margin-bottom: 0px;
  color: #ffffff;
  padding: 0px 2px;
}
@media (max-width: 767.98px) {
  .video-carousel .video-carousel__wrapper .video-carousel-list .video-carousel-list__item .vertical-video-article .video-carousel-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.video-carousel .video-carousel__wrapper .video-carousel-list .video-carousel-list__item .vertical-video-article .video-carousel-thumbnail {
  position: relative;
  min-height: 60px;
  margin-bottom: 40px;
}
.video-carousel .video-carousel__wrapper .video-carousel-list .video-carousel-list__item .vertical-video-article .video-carousel-thumbnail .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-carousel .video-carousel__wrapper .video-carousel-list .video-carousel-list__item .vertical-video-article .video-carousel-thumbnail .btn-video-popup {
  background: url("../../images/play-video.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border: 0px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-carousel .slick-prev {
  background: url(../../images/arrow-white.svg) no-repeat;
  background-size: cover;
  -webkit-transform-origin: center 7px;
          transform-origin: center 7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 25px;
  width: 14px;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.video-carousel .slick-prev:before {
  font-family: "FontAwesome";
  font-size: 45px;
  color: #000000;
  content: "\F053";
  opacity: 0.25;
}
.video-carousel .slick-prev:hover:before, .video-carousel .slick-prev focus:before {
  font-size: 45px;
  color: #fbb84b;
  opacity: 1;
}
.video-carousel .slick-prev:before {
  display: none;
}
@media (min-width: 768px) {
  .video-carousel .slick-prev {
    height: 41px;
    width: 22px;
    -webkit-transform-origin: center 11px;
            transform-origin: center 11px;
  }
}
@media (max-width: 991.98px) {
  .video-carousel .slick-prev {
    left: -40px;
  }
}
@media (max-width: 767.98px) {
  .video-carousel .slick-prev {
    left: -25px;
  }
}
@media (min-width: 1200px) {
  .video-carousel .slick-prev {
    left: -155px;
    height: 41px;
    width: 22px;
    -webkit-transform-origin: center 11px;
            transform-origin: center 11px;
  }
}
.video-carousel .slick-prev.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.video-carousel .slick-next {
  background: url(../../images/arrow-white.svg) no-repeat;
  background-size: cover;
  height: 25px;
  width: 14px;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.video-carousel .slick-next:before {
  font-family: "FontAwesome";
  font-size: 45px;
  color: #000000;
  content: "\F054";
  opacity: 0.25;
}
.video-carousel .slick-next:hover:before, .video-carousel .slick-next focus:before {
  font-size: 45px;
  color: #fbb84b;
  opacity: 1;
}
.video-carousel .slick-next:before {
  display: none;
}
@media (min-width: 768px) {
  .video-carousel .slick-next {
    height: 41px;
    width: 22px;
  }
}
@media (max-width: 991.98px) {
  .video-carousel .slick-next {
    right: -40px;
  }
}
@media (max-width: 767.98px) {
  .video-carousel .slick-next {
    right: -25px;
  }
}
@media (min-width: 1200px) {
  .video-carousel .slick-next {
    right: -155px;
    height: 41px;
    width: 22px;
  }
}
.video-carousel .slick-next.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.video-carousel .slick-dots {
  white-space: nowrap;
  margin: auto;
  bottom: -60px;
  right: 0;
  left: 0;
}
.video-carousel .slick-dots li {
  width: 8px;
  height: 8px;
}
.video-carousel .slick-dots li.slick-active button:before {
  color: #fbb84b;
}
.video-carousel .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
.video-carousel .slick-dots li button:before {
  font-family: "FontAwesome";
  font-size: 15px;
  color: "";
  content: "\F111";
}
.video-carousel .slick-dots li button:hover:before, .video-carousel .slick-dots li button focus:before {
  font-size: 25px;
  color: #fbb84b;
  opacity: 1;
}
.video-carousel .slick-dots li button:before {
  color: #DBDEE0;
  opacity: 1;
  font-size: 12px;
  line-height: 12px;
  width: 12px;
  height: 12px;
}
.video-carousel .slick-dots li button:hover:before {
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 768px) {
  .video-carousel .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
  }
  .video-carousel .slick-dots li button:before {
    font-family: "FontAwesome";
    font-size: 25px;
    color: "";
    content: "\F111";
  }
  .video-carousel .slick-dots li button:hover:before, .video-carousel .slick-dots li button focus:before {
    font-size: 25px;
    color: #fbb84b;
    opacity: 1;
  }
  .video-carousel .slick-dots li button:before {
    color: #DBDEE0;
    opacity: 1;
    font-size: 12px;
    line-height: 12px;
    width: 12px;
    height: 12px;
  }
  .video-carousel .slick-dots li button:hover:before {
    font-size: 12px;
    line-height: 12px;
  }
}

.video-carousel-title__modal {
  font-family: "noto-serif";
  font-size: 16px;
  line-height: 26px;
  color: #00687F;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .video-carousel-title__modal {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.video-carousel-description__modal {
  font-size: 12px;
  line-height: 22px;
  font-family: "Muli-SemiBold";
  margin-bottom: 0px;
  color: #00687F;
}
@media (max-width: 767.98px) {
  .video-carousel-description__modal {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=videoCarousel.css.map*/