.home-2022 *,
.home-2022 *::before,
.home-2022 *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-2022 .banner-loop {
  max-width: 1375px;
}
.home-2022 .video_section:last-child {
  margin-bottom: 53px;
}
.home-2022 .joinus-section {
  padding-bottom: 15px;
  margin-bottom: 2px;
}
.home-2022 .joinus-section .joinus-form::before {
  content: " ";
  display: block;
  background-image: url(../images/home-2022/loop-lockup.svg);
  height: 112px;
  width: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  top: -10px;
}
.home-2022 .joinus-section .joinus-form h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.6%;
          flex: 0 0 24.6%;
  margin-left: 22px;
  margin-right: 22px;
}
.home-2022 .joinus-section .joinus-form .joinus-email-wrap {
  max-width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.8%;
          flex: 0 0 22.8%;
}
.home-2022 .joinus-section .joinus-form .joinus-zip-wrap {
  max-width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.5%;
          flex: 0 0 10.5%;
}
.home-2022 .joinus-section .joinus-form .form-text {
  font-size: 20px;
  margin-bottom: 0;
  padding: 7px 8px 8px;
  line-height: 100%;
}
.home-2022 .wrapper-social {
  width: 100% !important;
  margin: 0;
}
.home-2022 .wrapper-social h3 {
  margin: 0 auto 37px auto;
}
.home-2022 .wrapper-social p {
  margin-bottom: 24px;
}

.wrap-featured-video,
.wrap-videos-slider,
.recent-news-wrap {
  padding: 0 32px;
}

.inner-featured-video,
.recent-news-inner {
  max-width: 1176px;
  margin: 0 auto;
}

.inner-videos-slider {
  max-width: 1196px;
  margin: 0 auto;
}

.wrap-header-video {
  border-bottom: 8px solid #fff;
  position: relative;
}

.header-video {
  position: relative;
}
.header-video .sub-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 20;
}
.header-video .sub-heading h2 {
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: 71px;
  line-height: 112%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 950px;
  margin: 16px auto 14px auto;
  top: -23px;
  position: relative;
}
.header-video .sub-heading p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  top: -24px;
}
.header-video .embed-container {
  position: relative;
  padding-bottom: 656px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.header-video .embed-container iframe,
.header-video .embed-container object,
.header-video .embed-container embed,
.header-video .embed-container video {
  width: 100vw;
  height: 58.25vw;
  min-height: 100%;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.float-form-fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 30;
}
.float-form-fixed .mktoClear {
  display: none;
}
.float-form-fixed .inner-float-form {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0px;
}
.float-form-fixed .float-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 60px 12px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.float-form-fixed .float-form-heading {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
.float-form-fixed .float-form-email-wrap {
  width: 210px;
}
.float-form-fixed .float-form-email-wrap input[type=email] {
  padding: 10px 15px;
  font-size: 18px;
  border: 0 none;
  margin-bottom: 0;
}
.float-form-fixed .float-form-zip-wrap {
  width: 88px;
}
.float-form-fixed .float-form-zip-wrap input[type=text] {
  padding: 10px 15px;
  font-size: 18px;
  border: 0 none;
  margin-bottom: 0;
}
.float-form-fixed .float-form-submit-wrap {
  width: 152px;
}
.float-form-fixed .float-form-submit-wrap input[type=submit] {
  width: 100% !important;
  padding: 0;
  background: #fcaf26;
  border: 2px solid #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  height: 44px;
  margin: 0;
}
.float-form-fixed .float-form-submit-wrap input[type=submit]:hover {
  color: #fcaf26;
  background: #fff;
}
.float-form-fixed .errors.bad {
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: relative;
  bottom: -10px;
}
.float-form-fixed .errors.good {
  padding: 20px 15px 0 15px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.home-hero-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-home-hero-slider {
  max-width: 1376px;
  margin: 0 auto;
}

.wrap-home-hero-slider {
  position: relative;
}
.wrap-home-hero-slider .slick-arrow {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.wrap-home-hero-slider .slick-arrow::after {
  display: none;
}
.wrap-home-hero-slider .slick-prev {
  left: 20px;
  background-image: url(../images/home-2022/arrow-prev.svg) !important;
}
.wrap-home-hero-slider .slick-next {
  right: 20px;
  background-image: url(../images/home-2022/arrow-next.svg) !important;
}
.wrap-home-hero-slider .slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 35%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-home-hero-slider .slick-dots li {
  height: 36px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-home-hero-slider .slick-dots li.slick-active button[type=button] {
  background: #ffffff;
}
.wrap-home-hero-slider .slick-dots li button[type=button] {
  padding: 0;
  margin: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5019607843);
  display: block;
  text-indent: -9000px;
  overflow: hidden;
}
.wrap-home-hero-slider .slick-dots li button[type=button]::after {
  display: none;
}
.wrap-home-hero-slider .slick-list {
  z-index: 10;
}

.inner-home-hero-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  position: relative;
}

.wrap-slide-hero-date {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}

.slide-hero-date {
  height: 48px;
  line-height: 46px;
  background: #f04646;
  border: 2px solid #ffffff;
  border-radius: 0px 0px 4px 4px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  padding: 0 20px;
}

.home-hero-link {
  height: 44px;
  line-height: 42px;
  background: #fcaf26;
  border: 2px solid #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 52px;
  position: absolute;
  z-index: 100;
  bottom: 10%;
}
.home-hero-link:hover {
  text-decoration: none;
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
}

.home-hero-heading-mobile,
.home-hero-heading-desktop {
  max-width: 100%;
  display: block;
}

.nh-section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  padding-top: 37px;
  margin-bottom: 24px;
}

/*RECENT NEWS */
.recent-news-wrap {
  background: #f4fafe;
}

.recent-news-list {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 32px;
  -ms-grid-columns: 578px 32px auto;
  grid-template-columns: 578px auto;
}

.nh-image {
  width: 100%;
  display: block;
}

.recent-news-desc h5 {
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.recent-news-desc .recent-news-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #bdbebe;
}

.first-item .recent-news-image {
  height: 336px;
}
.first-item .recent-news-desc {
  padding-top: 18px;
}
.first-item h5 {
  font-size: 24px;
  line-height: 116%;
  margin-bottom: 2px;
}

.all-items {
  padding-bottom: 55px;
}
.all-items .recent-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}
.all-items .recent-news-image {
  width: 179px;
  min-width: 179px;
  height: 105px;
  margin-right: 20px;
}
.all-items .recent-news-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-items .recent-news-desc h5 {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 135%;
}
.all-items .recent-news-desc p {
  margin-bottom: 0;
}

.recent-news-image {
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.recent-news-wrap-more {
  padding-top: 14px;
}

.recent-news-more {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #00acc8;
  display: block;
}

.recent-arrow-right {
  background-image: url(../images/home-2022/arrow-right-teal.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  width: 10px;
  display: inline-block;
  margin-left: 6px;
}

.wrap-videos-slider h2.title-video-slider {
  line-height: 28px;
  padding-top: 17px;
}

.video-featured {
  margin-bottom: 56px;
}
.video-featured .thumbnail {
  height: 447px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-featured .thumbnail::before {
  display: block;
  content: "";
  width: 74px;
  height: 74px;
  background-image: url(../images/home-2022/play-circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
.video-featured .thumbnail:hover {
  cursor: pointer;
}
.video-featured .thumbnail:hover::before {
  opacity: 0.95;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-featured .embed-container {
  position: relative;
  padding-bottom: 700px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  display: none;
}
.video-featured .embed-container iframe,
.video-featured .embed-container object,
.video-featured .embed-container embed,
.video-featured .embed-container video {
  width: 100%;
  height: 100%;
  min-height: 35vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1067px) {
  .recent-news-list {
    -ms-grid-columns: 50% auto;
    grid-template-columns: 50% auto;
  }
}
@media (max-width: 880px) {
  .float-form-fixed {
    position: relative;
    background: #fcaf26;
  }
  .float-form-fixed .float-form-submit-wrap input[type=submit] {
    background: #0f8093;
  }
  .float-form-fixed .float-form-submit-wrap input[type=submit]:hover {
    color: #0f8093;
    border-color: #0f8093;
  }
  .inner-float-form {
    padding-top: 26px;
    padding-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .recent-news-list {
    display: block;
  }
  .all-items .recent-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .all-items .recent-news-image {
    width: 100%;
    margin-right: 0;
  }
  .all-items .recent-news-item,
  .first-item .recent-news-item {
    border: 1px solid #e2e2e2;
    background: #ffffff;
    margin-bottom: 24px;
  }
  .all-items .recent-news-item .recent-news-desc,
  .first-item .recent-news-item .recent-news-desc {
    padding: 9px 15px 12px 15px;
  }
  .all-items .recent-news-item p,
  .first-item .recent-news-item p {
    margin-bottom: 0;
  }
  .all-items .recent-news-image,
  .first-item .recent-news-image {
    height: 185px;
    min-height: 185px;
  }
  .header-video .sub-heading h2 {
    font-size: 10vw;
  }
  .first-item h5 {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 135%;
  }
  .recent-news-more {
    height: 44px;
    line-height: 40px;
    background: #01acc8;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    border: 2px solid #01acc8;
  }
  .recent-news-more:hover {
    background: #fff;
    color: #01acc8;
    text-decoration: none;
  }
  .recent-news-more:hover .recent-arrow-right {
    background-image: url(../images/home-2022/arrow-right-teal.svg);
  }
  .recent-arrow-right {
    background-image: url(../images/home-2022/arrow-right-white.svg);
  }
  .wrap-videos-slider h2.title-video-slider {
    font-size: 20px !important;
    height: auto !important;
  }
  .home-2022 .joinus-section .joinus-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-2022 .joinus-section .joinus-form .joinus-zip-wrap,
  .home-2022 .joinus-section .joinus-form .joinus-email-wrap {
    max-width: 100%;
    margin-right: 0;
  }
  .home-2022 .joinus-section .joinus-form h4 {
    margin-bottom: 25px;
  }
  .home-2022 .joinus-section .joinus-form::before {
    width: 80%;
    margin-bottom: 20px;
    height: 120px;
    position: static;
  }
  .home-hero-heading-mobile {
    display: block !important;
  }
  .home-hero-heading-desktop {
    display: none !important;
  }
  .wrap-home-hero-slider .slick-dots {
    width: 100%;
    bottom: 15px;
  }
}
@media (max-width: 650px) {
  .nh-section-title {
    padding-top: 24px;
    font-size: 6vw;
    margin-bottom: 17px;
  }
  .header-video .embed-container {
    padding-bottom: 600px;
  }
  .wrap-home-hero-slider .slick-prev {
    left: 8px;
  }
  .wrap-home-hero-slider .slick-next {
    right: 8px;
  }
  .float-form-fixed .inner-float-form {
    padding-bottom: 40px;
  }
  .slide-hero-date {
    height: 42px;
    line-height: 39px;
    font-size: 23px;
    padding: 0 25px;
  }
  .all-items .recent-news-image,
  .first-item .recent-news-image {
    height: 172px;
    min-height: 172px;
  }
}
@media (max-width: 560px) {
  .float-form-fixed {
    padding: 0 32px;
  }
  .float-form-fixed .float-form-heading {
    position: relative;
    margin-bottom: 20px;
  }
  .float-form-fixed .float-form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .float-form-fixed .float-form-email-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
  .float-form-fixed .float-form-email-wrap input[type=email] {
    width: 100%;
  }
  .float-form-fixed .float-form-zip-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .float-form-fixed .float-form-zip-wrap input[type=text] {
    width: 100%;
  }
  .float-form-fixed .float-form-submit-wrap {
    width: 100%;
  }
  .header-video .embed-container {
    padding-bottom: 500px;
  }
  .header-video .sub-heading {
    top: 100px;
  }
  .home-hero-link {
    bottom: 55px;
  }
}
@media (max-width: 400px) {
  .home-hero-link {
    width: calc(100% - 70px);
  }
}