@scope (header .header-inner) {
  nav.menu {
    width: 700px;
  }
  @media (max-width: 1800px) {
    nav.menu {
      width: 500px;
    }
  }
  @media (max-width: 1440px) {
    nav.menu {
      width: 400px;
    }
  }
  #menu-header-menu {
    margin-top: 50px;
  }
  @media (max-width: 568px) {
    #menu-header-menu {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  @media (max-width: 568px) {
    #menu-header-menu li {
      -moz-column-gap: 5px;
           column-gap: 5px;
      padding-right: 20px;
    }
  }
  @media (max-width: 568px) {
    #menu-header-menu a {
      font-size: 18px;
    }
  }
}
.space--xs {
  margin: 4px;
}
.space--sm {
  margin: 8px;
}
.space--md {
  margin: 4px;
}
.space--lg {
  margin: 24px;
}
.space--xl {
  margin: 40px;
}
.space--top--xs {
  margin-top: 4px;
}
.space--top--sm {
  margin-top: 8px;
}
.space--top--md {
  margin-top: 4px;
}
.space--top--lg {
  margin-top: 24px;
}
.space--top--xl {
  margin-top: 40px;
}
.space--bottom--xs {
  margin-bottom: 4px;
}
.space--bottom--sm {
  margin-bottom: 8px;
}
.space--bottom--md {
  margin-bottom: 4px;
}
.space--bottom--lg {
  margin-bottom: 24px;
}
.space--bottom--xl {
  margin-bottom: 40px;
}
.space--left--xs {
  margin-left: 4px;
}
.space--left--sm {
  margin-left: 8px;
}
.space--left--md {
  margin-left: 4px;
}
.space--left--lg {
  margin-left: 24px;
}
.space--left--xl {
  margin-left: 40px;
}
.space--right--xs {
  margin-right: 4px;
}
.space--right--sm {
  margin-right: 8px;
}
.space--right--md {
  margin-right: 4px;
}
.space--right--lg {
  margin-right: 24px;
}
.space--right--xl {
  margin-right: 40px;
}

:is(.header-logo, .footer-logo) img {
  min-width: 300px;
}
@media (max-width: 768px) {
  :is(.header-logo, .footer-logo) img {
    min-width: 200px;
  }
}

h3.title-3rd {
  font-size: 80%;
}

@scope (.hero-title) {
  @media (max-width: 1024px) {
    h1 {
      font-size: 45px;
    }
  }
  h2 {
    font-family: "trendaregular", sans-serif;
  }
  @media (max-width: 1024px) {
    h2 {
      font-size: 33px;
    }
  }
}
@scope (main) {
  @media (max-width: 1024px) {
    .two-parts-slider-holder.without-slider {
      padding-top: 200px;
    }
  }
  .two-parts-slider-holder.banner .container {
    justify-content: center;
  }
  .two-parts-slider-holder.banner .two-parts-slider-intro {
    margin: 0 !important;
  }
  @media (max-width: 768px) {
    .two-parts-slider-holder.banner .two-parts-slider-intro {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 200px;
    }
  }
  @media (max-width: 568px) {
    .two-parts-slider-holder.banner .two-parts-slider-intro {
      margin-top: 100px !important;
      height: -moz-fit-content;
      height: fit-content;
    }
  }
  .two-parts-slider-holder.banner .two-parts-slider-intro h1 {
    width: -moz-max-content;
    width: max-content;
  }
  .two-parts-slider-holder.campaign .two-parts-slider-info :is(li, p) {
    font-size: 27px;
  }
  @media (max-width: 1200px) {
    .two-parts-slider-holder.campaign .two-parts-slider-info :is(li, p) {
      font-size: 25px;
    }
  }
  @media (max-width: 568px) {
    .two-parts-slider-holder.campaign .two-parts-slider-info :is(li, p) {
      font-size: 22px;
    }
  }
}
.our-mission .president-signatures {
  margin-top: 30px;
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

@scope (.our-mission-box .container) {
  :scope {
    justify-content: flex-start !important;
  }
  .title-decor {
    margin-bottom: 20px !important;
  }
}
@scope (#my-fellow-americans) {
  .box p {
    font-size: 33px;
    line-height: 50px;
  }
  @media (max-width: 1800px) {
    .box p {
      font-size: 25px;
      line-height: 38px;
    }
  }
  @media (max-width: 1440px) {
    .box p {
      font-size: 23px;
      line-height: 34px;
    }
  }
  @media (max-width: 1350px) {
    .box p {
      font-size: 22px;
      line-height: 32px;
    }
  }
}
@scope (.two-parts-slider-holder) {
  .two-parts-slider-intro p {
    font-size: 22px;
    line-height: 40px;
  }
  @media (max-width: 1440px) {
    .two-parts-slider-intro p {
      line-height: 35px;
    }
  }
  @media (max-width: 1440px) {
    .two-parts-slider-intro p {
      line-height: 35px;
    }
  }
  @media (max-width: 1440px) {
    .info-column .container {
      padding: 0 50px;
    }
  }
  .two-parts-slider .slick-slide {
    height: auto !important;
  }
  .two-parts-slider-intro {
    margin-top: 0 !important;
  }
}
@scope (.why-us-section) {
  @media (min-width: 1800px) {
    .section-heading {
      max-width: 700px !important;
    }
  }
  @media (max-width: 1024px) {
    #seal-chart-row {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  @media (max-width: 568px) {
    #trust-chart-row {
      padding: 0;
    }
  }
  .chart-row img#flag-stars {
    left: 0 !important;
    right: auto !important;
  }
  .chart-box {
    padding: 50px !important;
    width: 100%;
  }
  .chart-box ul {
    margin-top: 20px;
  }
  .chart-box ul li {
    margin-bottom: 10px;
  }
  .chart-img {
    display: flex;
    justify-content: center;
  }
}
@scope (.media-boxes) {
  .info-only .content {
    margin-bottom: 0;
  }
  .box-right .container {
    display: flex;
    align-items: center;
  }
  .box-right h6 {
    font-size: 30px;
  }
  @media (max-width: 1200px) {
    .box-right h6 {
      font-size: 25px;
    }
  }
  .box-right .content {
    margin: 0;
    width: 400px !important;
  }
}
@scope (#taxonomy-collection) {
  @media (max-width: 1200px) {
    :is(.info-column, .two-parts-slider) {
      padding: 200px 0 !important;
    }
  }
  @media (max-width: 1024px) {
    :is(.info-column, .two-parts-slider) {
      padding: 50px 0 !important;
    }
  }
  @media (max-width: 1024px) {
    .info-column {
      padding: 0 !important;
    }
  }
  @media (max-width: 1200px) {
    .two-parts-slider-info ul li {
      margin-bottom: 16px;
    }
  }
}/*# sourceMappingURL=style.css.map */