:root {
  --skillsusa-blue: #036;
  --white: white;
  --skillsusa-red: #c00;
  --transparent: #fff0;
  --skillsusa-dark-red: #981d33;
  --skillsusa-beige: #e5dfd2;
  --skillsusa-gold: #d29f13;
  --black: black;
  --skillsusa-teal: #007685;
  --skillsusa-san-serif: "Itc Garamond Std";
  --skillsusa-serif: Futurastdbook;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.header {
  background-image: url("https://cdn.prod.website-files.com/67701c531d4895759e9fa633/67701c531d4895759e9fa6a1_bg_shade.svg");
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 0;
  margin-top: 0;
  padding: 0 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container.space-below {
  margin-bottom: 120px;
}

.content-wrap {
  width: auto;
  max-width: none;
  height: auto;
  position: relative;
}

.heading {
  color: var(--skillsusa-blue);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: futura-pt, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

.paragraph {
  color: var(--skillsusa-blue);
  max-width: none;
  height: auto;
  min-height: 60px;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  text-align: center;
  max-width: 570px;
  min-height: 100px;
  margin-bottom: 0;
}

.button {
  background-color: var(--skillsusa-red);
  text-align: center;
  border-radius: 45px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  padding: 18px 35px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.button.button-space {
  margin-top: 25px;
}

.service-card-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.footer {
  background-color: var(--transparent);
  width: 100%;
  padding: 10px 5%;
  display: block;
}

.column {
  width: 25%;
  padding: 10px;
}

.service-card {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px 25px;
  display: flex;
  box-shadow: 14px 14px 200px #0016320f;
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.heading-3 {
  color: var(--skillsusa-dark-red);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 19px;
}

.paragraph-2 {
  color: var(--skillsusa-beige);
  text-align: left;
  max-width: 320px;
  font-size: 17px;
  line-height: 1.4;
}

.hero-block {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.content-block-left {
  align-items: center;
  width: 50%;
  padding: 30px 0 30px 10px;
  display: flex;
}

.section-content {
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/67701c531d4895759e9fa633/67701c531d4895759e9fa6a1_bg_shade.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 5%;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  margin-bottom: 0;
  display: flex;
}

.title {
  color: var(--skillsusa-red);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.heading-primary {
  color: var(--skillsusa-blue);
  letter-spacing: -.5px;
  max-width: 570px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre {
  text-align: center;
  max-width: 700px;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.button-wrap-hero {
  margin-top: 35px;
}

.section-logo {
  background-color: #fff;
  padding: 15px 5%;
  display: block;
  overflow: visible;
}

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 36px;
  display: flex;
}

.light-logo {
  width: 130px;
}

.testimonial-slide {
  width: 50%;
  margin-left: 20px;
  margin-right: 20px;
}

.column-wrap {
  display: flex;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 0;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.navigation-link {
  color: var(--skillsusa-blue);
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--skillsusa-red);
}

.navigation-block-left {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list.dropdown-smaller {
  min-width: 360px;
  left: -30px;
}

.logo-image {
  width: 120px;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.navigation-text {
  width: 100%;
  font-family: futura-pt-bold, sans-serif;
  text-decoration: none;
}

.container-navigation {
  z-index: 9;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mobile-button-link {
  display: none;
}

.arrow-down {
  color: var(--skillsusa-dark-red);
  margin-left: 8px;
  margin-right: 7px;
}

.navigation {
  z-index: 9;
  border-bottom: 1px solid #ffffff14;
  min-height: 100px;
  padding: 25px 5%;
  display: block;
  position: sticky;
  inset: auto;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.dropdown-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.feature-wrap {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #484dff08;
}

.feature-icon {
  background-color: var(--white);
  width: 26px;
  margin-right: 16px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.short-title {
  color: var(--skillsusa-dark-red);
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.content-block-right {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-right {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-content-block {
  width: 100%;
  max-width: 590px;
  position: relative;
}

.arrow {
  width: 28px;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-image-block {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 50%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.testimonial-image {
  border-radius: 15px;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.testimonial-columns-2 {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
}

.arrow-disabled {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

.testimonial-paragraph {
  color: var(--skillsusa-blue);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.text-span {
  color: var(--skillsusa-red);
}

.button-default {
  background-color: var(--skillsusa-red);
  border-radius: 50px;
  padding: 18px 35px;
  font-size: 16px;
  transition: all .2s;
}

.button-default:hover {
  background-color: #343af0;
}

.title-wrap-horizontal {
  align-items: center;
  display: flex;
}

.header-subtext {
  color: var(--skillsusa-blue);
  max-width: none;
  padding-left: 5px;
  padding-right: 5px;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 1.4;
}

.content-block-hero {
  width: 100%;
  max-width: none;
  position: relative;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-statistics {
  background-color: var(--transparent);
  flex-flow: row;
  align-items: center;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5% 120px;
  display: block;
}

.footerwrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: var(--skillsusa-blue);
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  display: block;
}

.circle-div {
  background-color: var(--white);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  display: flex;
  box-shadow: 7px 7px 150px #54668114;
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.title-capped {
  color: var(--skillsusa-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 70%;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.counterup {
  color: var(--skillsusa-red);
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 23px;
  text-decoration: none;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-number-wrap {
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.section-content-plain {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  margin-bottom: 0;
  padding: 0 5%;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-height: none;
  margin-right: 0;
  padding: 15px 16px 0;
  transition: all .3s ease-out;
  overflow: visible;
  box-shadow: 14px 14px 40px #767ead14;
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px #767ead1f;
}

.blog-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 140px;
  padding: 15px 4px;
  display: flex;
}

.category-tag {
  background-color: #e9f9f0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px;
  display: flex;
}

.category-title {
  color: #38cb89;
  letter-spacing: 1.5px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.section-blog {
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/67701c531d4895759e9fa633/67701c531d4895759e9fa6a1_bg_shade.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #4d4d4d;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  padding: 10px 5%;
  display: block;
  overflow: visible;
}

.section-testimoinals {
  background-color: #f0f7ff;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.arrow-image-mobile, .arrow-image-mobile-02 {
  display: none;
}

.section-cta {
  background-color: var(--skillsusa-blue);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 5%;
  display: flex;
}

.feature {
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.content-title {
  color: var(--skillsusa-red);
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.image {
  border-radius: 20px;
}

.carousel-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.logo-container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.ticker {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.ticker-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticker-logo {
  flex: none;
  width: auto;
  height: 3em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.image-slider-wrap {
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.slider {
  border-radius: 0;
  width: 580px;
  min-height: 410px;
}

.hero-content-home {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.sm-icon {
  color: var(--skillsusa-blue);
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.sm-icon:hover {
  color: var(--skillsusa-red);
}

.sm-wrap {
  color: var(--skillsusa-blue);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sm-description {
  padding: 5px 10px;
  font-family: futura-pt-bold, sans-serif;
}

.sm-icon-link {
  color: var(--skillsusa-blue);
  width: 50px;
  padding-left: 0;
  padding-right: 0;
}

.sm-icon-link:hover {
  color: var(--skillsusa-dark-red);
}

.homesponsors {
  flex-flow: row-reverse wrap;
  place-content: stretch center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.homesponsors-logocontainer {
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.home-logo-container {
  width: 500%;
  padding: 5px 20px;
}

.section {
  flex-flow: column;
  display: flex;
}

.dropdown-list-wrap-copy {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 0;
  padding: 15px 12px;
  display: flex;
  position: relative;
  top: -30px;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .header {
    min-height: 0;
    padding-top: 50px;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .heading {
    text-align: center;
    font-size: 50px;
  }

  .paragraph {
    max-width: none;
    min-height: 0;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .footer {
    margin-top: 0;
    padding-top: 20px;
  }

  .column {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .hero-block {
    justify-content: center;
    width: 100%;
    min-height: 180px;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-block-left {
    width: 100%;
    padding-bottom: 0;
    padding-right: 25px;
  }

  .section-content {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .dropdown-link {
    color: #3b4c5b;
    border-radius: 10px;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: #73a7d417;
  }

  .dropdown-link.w--current {
    color: #ff6f20;
  }

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    background-color: #54668114;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: #fff;
    border-radius: 15px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px #54668121;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 50%;
    min-height: auto;
    padding: 0;
  }

  .content-block-right {
    width: 100%;
    padding-top: 0;
    padding-left: 25px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .testimonial-columns-2 {
    flex-flow: wrap;
    width: 100%;
  }

  .hero-content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .header-subtext {
    text-align: center;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .section-statistics {
    width: auto;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .section-content-plain {
    padding-top: 0;
  }

  .blog-card {
    height: auto;
    max-height: none;
    padding: 20px 20px 35px;
  }

  .blog-placeholder-image {
    min-height: 60px;
  }

  .blog-content-wrap {
    min-height: 140px;
    padding-bottom: 0;
  }

  .section-blog {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .feature {
    flex-direction: column;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .hero-image, .image {
    flex: 0 auto;
    max-width: 80%;
    display: none;
  }

  .image-2 {
    max-width: 70%;
  }

  .meet-the-team-name {
    font-size: 20px;
  }

  .chapter-contact, .chapter-contact-link {
    text-align: center;
    text-decoration: none;
  }

  .chapter-contact-link:hover {
    color: var(--skillsusa-dark-red);
    text-decoration: underline;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .chapterpage-header {
    text-align: center;
    font-size: 32px;
  }

  .chapterpage-header-subtext {
    text-align: center;
  }

  .page-padding.s {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .container-sponsers {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-form {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .content-wrap-video {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .image-slider-wrap {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .slider {
    width: 580px;
  }

  .hero-block-copy {
    justify-content: center;
    width: 100%;
    min-height: 180px;
  }

  .hero-content-home {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    padding-top: 0;
  }

  .container-2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    overflow: hidden;
  }

  .section-meet-the-team {
    width: auto;
  }

  .local-chapter-cta {
    padding-left: 25px;
    padding-right: 25px;
  }

  .local-chapter-cta.space-below {
    margin-bottom: 80px;
  }

  .homesponsors {
    flex-flow: row-reverse wrap-reverse;
  }

  .img-gallery-main {
    height: 370px;
  }

  .img-gallery-main-icon {
    width: 20px;
  }

  .c-img-gallery-main-icon {
    z-index: 10;
    background-color: #131313e6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .img-gallery-main-slide {
    overflow: hidden;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .c-main-img-overlay-lightbox {
    display: none;
  }

  .section-gallery {
    width: auto;
  }

  .splashpage-header {
    padding-left: 25px;
    padding-right: 25px;
  }

  .splashpage-header.space-below {
    margin-bottom: 80px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 25px;
  }

  .pdf-document {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

  .swiper-slide.is-slider-main-horizontal {
    width: 100%;
    height: 450px;
  }

  .section-2 {
    width: 100%;
  }

  .videotextblock {
    width: 100%;
    padding-bottom: 0;
    padding-right: 25px;
  }

  .video-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-block-main-pic {
    width: 100%;
    padding-bottom: 0;
    padding-right: 25px;
  }

  .image-block-75 {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-copy {
    flex: 0 auto;
    max-width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 50px;
  }

  .button {
    text-align: center;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 0;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .footer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column {
    max-height: none;
  }

  .hero-block {
    width: 100%;
  }

  .content-block-left {
    min-height: 270px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .button-wrap-hero {
    margin-top: 10px;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .navigation-link-wrap, .phone-wrap {
    display: none;
  }

  .hero-image-wrap {
    width: 100%;
    max-height: 220px;
    padding-top: 20px;
    padding-bottom: 0;
    display: none;
  }

  .content-block-right {
    padding: 10px;
  }

  .testimonial-content-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-content-block {
    flex: 0 auto;
  }

  .testimonial-image-block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .testimonial-image {
    max-width: 70%;
  }

  .testimonial-columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logo {
    width: 130px;
  }

  .header-subtext {
    font-size: 15px;
  }

  .button-navigation {
    display: none;
  }

  .section-statistics {
    padding-top: 15px;
  }

  .footerwrap {
    margin-top: 0;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-image {
    max-width: 30%;
  }

  .image {
    display: none;
  }

  .chapter-contact, .chapter-contact-link {
    font-size: 15px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .chapterpage-header {
    font-size: 18px;
  }

  .chapterpage-header-subtext {
    font-size: 15px;
  }

  .section-form {
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-slider-wrap {
    width: 440px;
    margin-top: 10px;
  }

  .slider {
    width: 100%;
    min-height: 0;
  }

  .hero-block-copy {
    width: 100%;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
  }

  .section-meet-the-team {
    padding-top: 15px;
  }

  .img-gallery-main {
    height: 270px;
  }

  .img-gallery-main-icon {
    width: 15px;
  }

  .img-gallery-main-arrow {
    display: block;
  }

  .img-gallery-main-arrow.right {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .img-gallery-main-arrow.left {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .c-img-gallery-sub {
    display: none;
  }

  .c-img-gallery-main-icon {
    opacity: .75;
  }

  .section-gallery {
    padding-top: 15px;
  }

  .text-block-3 {
    font-size: 25px;
    line-height: 34px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .swiper-slide.is-slider-main-horizontal {
    width: 100%;
    height: 330px;
  }

  .videotextblock, .content-block-main-pic {
    min-height: 270px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-copy {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .heading {
    font-size: 36px;
  }

  .button {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-column, .footer-column-large {
    width: 100%;
  }

  .footer {
    margin-top: 0;
  }

  .image-block {
    padding: 8px;
  }

  .content-block-left {
    padding-right: 10px;
  }

  .section-content {
    padding-top: 20px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .phone-wrap {
    display: none;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image-wrap {
    padding: 0 10px;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-image-block {
    min-height: 240px;
    padding: 15px;
  }

  .author-name {
    font-size: 14px;
  }

  .section-statistics {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footerwrap {
    flex-flow: column wrap;
  }

  .arrow-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-testimoinals {
    padding-top: 20px;
  }

  .hero-image {
    max-width: 60%;
  }

  .global-component-banner {
    display: none;
  }

  .meet-the-team-title, .meet-the-team-email {
    font-size: 15px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .splide-2 {
    position: relative;
    left: auto;
    overflow: visible;
  }

  .page-padding.s {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: .5em;
    padding-bottom: .5em;
    display: block;
    overflow: hidden;
  }

  .container-sponsers {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .splide-3 {
    position: relative;
    left: auto;
    overflow: visible;
  }

  .image-slider-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .image-7 {
    height: 100%;
  }

  .slider {
    width: 250px;
    height: 170px;
    min-height: 0;
  }

  .slide {
    max-height: none;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .legalwrap, .sm-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-meet-the-team {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-3 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .img-gallery-main {
    height: 250px;
  }

  .section-gallery {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-3 {
    font-size: 28px;
    line-height: 26px;
  }

  .pdf-document {
    padding: 8px;
  }

  .swiper-slide.is-slider-main-horizontal {
    height: 185px;
  }

  .section-2 {
    width: 100%;
  }

  .videotextblock {
    padding-right: 10px;
  }

  .video-block {
    padding: 8px;
  }

  .content-block-main-pic {
    padding-right: 10px;
  }

  .image-block-75 {
    padding: 8px;
  }
}
