html {
  font-size: 62.5%; /* Sets root font size to 10px because default browser font size is 16px, but still allows for user to change their default browser font size for improved accessibility */
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: #002F0A;
  background-color: #FFFEF3;
}

body, div, p, li, address {
  font-size: 1.6rem; /* Sets default content font size to 16px based on root font size of 10px */
  line-height: 1.75;
}

span, a {
  font-size: inherit;
}

p {
  margin: 0 0 16px 0;
}

p:last-of-type {
  margin-bottom: 0;
}

p.margin {
  margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 16px 0;
}

h1 {
  font-size: 4.8rem;
  letter-spacing: 0.96rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.2rem;
}

button {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  line-height: normal;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a, a:focus, a:visited {
  color: #002F0A;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #9BE612;
}

.small-text, .small-text * {
  font-size: 1.2rem;
  letter-spacing: 0.24rem;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.content-container {
  max-width: 1600px;
  padding: 0 40px;
  margin: auto;
  position: relative;
}
.content-container .content.center {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.white, .white * {
  color: #FFFEF3;
}
.white a, .white a:focus, .white a:visited, .white * a, .white * a:focus, .white * a:visited {
  color: #FFFEF3;
}

.light-grey, .light-grey * {
  color: #FFFEF3;
}
.light-grey a, .light-grey a:focus, .light-grey a:visited, .light-grey * a, .light-grey * a:focus, .light-grey * a:visited {
  color: #FFFEF3;
}

.grey, .grey * {
  color: #939598;
}
.grey a, .grey a:focus, .grey a:visited, .grey * a, .grey * a:focus, .grey * a:visited {
  color: #939598;
}

.btn, .btn:focus, .btn:visited, .btn a, .btn a:focus, .btn a:visited, .btn button {
  padding: 16px 32px;
  font-size: 1.2rem;
  line-height: 1.333;
  letter-spacing: 0.24rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #002F0A;
  border: 1px solid #002F0A;
  display: inline-block;
}

.btn:hover, .btn a:hover, .btn button:hover {
  background-color: #9BE612;
  color: #002F0A;
}

.btn.white, .btn.white:focus, .btn.white:visited, .btn.white a, .btn.white a:focus, .btn.white a:visited, .btn.white button {
  color: #FFFEF3;
  border-color: #FFFEF3;
}

.btn.white:hover, .btn.white a:hover, .btn.white button:hover {
  color: #002F0A;
  border-color: #9BE612;
  background-color: #9BE612;
}

.btn.white-solid, .btn.white-solid:focus, .btn.white-solid:visited, .btn.white-solid a, .btn.white-solid a:focus, .btn.white-solid a:visited, .btn.white-solid button {
  color: #002308;
  background-color: #FFFEF3;
  border: 0;
}

.btn.white-solid:hover, .btn.white-solid a:hover, .btn.white-solid button:hover {
  background-color: #9BE612;
  color: #002308;
}

.btn.green-solid, .btn.green-solid:focus, .btn.green-solid:visited, .btn.green-solid a, .btn.green-solid a:focus, .btn.green-solid a:visited, .btn.green-solid button {
  color: #FFFEF3;
  background-color: #002F0A;
}

.btn.green-solid:hover, .btn.green-solid a:hover, .btn.green-solid button:hover {
  background-color: #9BE612;
  color: #002F0A;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.bg-gradient {
  background: #002308;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 35, 8)), to(rgb(0, 73, 16)));
  background: linear-gradient(90deg, rgb(0, 35, 8) 0%, rgb(0, 73, 16) 100%);
}

.bg-light-grey {
  background-color: #FFFEF3;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav ul li {
  display: block;
  margin-bottom: 16px;
}
nav ul li a {
  display: block;
}
nav ul li:last-of-type {
  margin-bottom: 0;
}

.padding {
  padding: 120px 0;
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 47, 10, 0.8);
  padding: 16px 0;
  z-index: 9999;
}
#masthead .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead .custom-logo {
  height: 30px;
  width: auto;
}
#masthead .header-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#masthead a {
  text-decoration: none;
}

.header-menu {
  padding: 120px 0;
  background-color: #002308;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
}
.header-menu a {
  text-decoration: none;
}
.header-menu .menu-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -92px;
  left: 40px;
}
.header-menu .menu-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header-menu .nav-container {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
.header-menu .nav-container p {
  font-size: 2rem;
  letter-spacing: 0.4rem;
}
.header-menu .nav-container ul * {
  font-size: 1.6rem;
}
.header-menu .nav-container ul a:hover {
  color: #9BE612;
}

.header-menu.active {
  top: 0;
  height: auto;
}

.footer-get-in-touch {
  padding: 120px 0;
}
.footer-get-in-touch * {
  text-align: center;
}
.footer-get-in-touch a {
  text-decoration: none;
}
.footer-get-in-touch .btn {
  margin-top: 16px;
}

.footer-nav {
  padding: 120px 0;
}
.footer-nav a {
  text-decoration: none;
}
.footer-nav .nav-container {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
.footer-nav .nav-container p {
  letter-spacing: 0.32rem;
}
.footer-nav .nav-container ul a:hover {
  color: #9BE612;
}

.site-footer {
  background-color: #002308;
  padding: 120px 0 32px 0;
}
.site-footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .footer-top img {
  width: 100%;
  max-width: 380px;
}
.site-footer .footer-top .footer-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-footer .footer-top .footer-top-right address {
  font-style: normal;
}
.site-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 64px;
}
.site-footer .footer-bottom * {
  font-size: 1.2rem;
}
.site-footer .footer-bottom .footer-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  color: #9BE612;
}

.homepage-header-banner {
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.homepage-header-banner a {
  text-decoration: none;
}
.homepage-header-banner .vimeo-container {
  min-height: 56.25vw;
  aspect-ratio: 16/9;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.homepage-header-banner .vimeo-container .video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.homepage-header-banner .vimeo-container .video-background iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  pointer-events: none;
}
.homepage-header-banner .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: flex-end;
}
.homepage-header-banner .content-container .content {
  padding: 120px 0;
}
.homepage-header-banner .content-container .content .small-text {
  text-transform: uppercase;
}

.mobile-homepage-header-banner-small-text {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mobile-homepage-header-banner-small-text .small-text {
  text-transform: uppercase;
}

.simple-header-banner {
  padding-top: 80px;
}
.simple-header-banner .content {
  padding: 80px 0;
}
.simple-header-banner h1 {
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: 0.48rem;
  margin-bottom: 0;
}

.single-text-block {
  padding: 240px 0 120px 0;
}
.single-text-block .content {
  max-width: 845px;
}

.single-text-block.with-car-badge .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.single-text-block.with-car-badge .content {
  width: calc(60% - 20px);
}
.single-text-block.with-car-badge .img-container {
  width: calc(40% - 20px);
  height: 265px;
}
.single-text-block.with-car-badge .img-container .image {
  width: 100%;
  height: 100%;
}
.single-text-block.with-car-badge .img-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}

.three-column-tile-grid * {
  text-align: center;
}
.three-column-tile-grid a {
  text-decoration: none;
}
.three-column-tile-grid .small-text {
  margin-bottom: 32px;
}
.three-column-tile-grid .tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.three-column-tile-grid .tiles .tile {
  width: calc(33.333% - 84px);
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.15);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.three-column-tile-grid .tiles .tile img {
  height: 48px;
  width: auto;
  margin-bottom: 20px;
}
.three-column-tile-grid .tiles a {
  width: calc(33.333% - 20px);
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.three-column-tile-grid .tiles a * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.three-column-tile-grid .tiles a .tile {
  width: calc(100% - 64px);
  height: calc(100% - 64px);
}
.three-column-tile-grid .tiles a:hover .tile {
  background-color: #FFFEF3;
}
.three-column-tile-grid .tiles a:hover .tile h3 {
  color: #004910;
}
.three-column-tile-grid .tiles a:hover .tile p {
  color: #002F0A;
}

.stats-block .content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stats-block .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
.stats-block .stats .stat span {
  display: block;
  text-align: center;
}
.stats-block .stats .stat .number {
  font-size: 4.8rem;
  line-height: normal;
}
.stats-block .stats .stat .description {
  text-transform: uppercase;
}
.stats-block .buttons {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.multi-column-text-block {
  padding: 120px 0 120px 0;
}
.multi-column-text-block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  max-width: 100%;
}
.multi-column-text-block .col {
  width: calc(33.333% - 30px);
}
.multi-column-text-block .col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 16px;
}
.multi-column-text-block .col ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}
.multi-column-text-block .col ul li:last-of-type {
  margin-bottom: 0;
}
.multi-column-text-block .col ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background-image: url(../img/check-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.multi-column-text-block .col .btn {
  margin-top: 40px;
}

.two-column-text-and-image {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.two-column-text-and-image .img-container {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
.two-column-text-and-image .content {
  width: 50%;
}
.two-column-text-and-image .text-container {
  padding-right: 80px;
}
.two-column-text-and-image .text-container .btn {
  margin-top: 32px;
}

.two-column-text-and-image.img-left .img-container {
  right: auto;
  left: 0;
}
.two-column-text-and-image.img-left .content {
  margin-left: auto;
}
.two-column-text-and-image.img-left .text-container {
  padding-right: 0;
  padding-left: 80px;
}

.quote-block * {
  text-align: center;
}
.quote-block .content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quote-block img {
  height: 24px;
  width: auto;
  margin-bottom: 32px;
}
.quote-block .btn {
  margin-top: 16px;
}

.general-page-text-block {
  padding: 80px 0;
}
.general-page-text-block .content > div {
  padding: 40px 0;
  border-bottom: 1px solid #9BE612;
}
.general-page-text-block .content > div:last-of-type {
  border-bottom: 0;
}
.general-page-text-block .text-content-container {
  max-width: 1080px;
  margin: auto;
}
.general-page-text-block .text-content-container img {
  width: auto;
}
.general-page-text-block .text-content-container img.aligncenter {
  margin: auto;
}
.general-page-text-block .text-content-container img.alignright {
  margin-left: auto;
}
.general-page-text-block .text-content-container iframe {
  width: 100%;
}
.general-page-text-block .double-text-container, .general-page-text-block .triple-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1080px;
  margin: auto;
}
.general-page-text-block .double-text-container .text-content-container, .general-page-text-block .triple-text-container .text-content-container {
  width: calc(50% - 20px);
  max-width: 100%;
  margin: 0;
}
.general-page-text-block .double-text-container .text-content-container h3, .general-page-text-block .triple-text-container .text-content-container h3 {
  min-height: 42px;
}
.general-page-text-block .triple-text-container {
  gap: 30px;
}
.general-page-text-block .triple-text-container .text-content-container {
  width: calc(33.333% - 10px);
}

.three-image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.three-image-block .img-container {
  width: 33.333%;
  height: 22vw;
}
.three-image-block .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.faqs-block {
  padding: 80px 0;
}
.faqs-block .content {
  max-width: 1080px;
  margin: auto;
}
.faqs-block .content > div {
  padding: 40px 0;
  border-bottom: 1px solid #9BE612;
}
.faqs-block .content > div:last-of-type {
  border-bottom: 0;
}

.manufacturer-carousel-block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.manufacturer-carousel-block .manufacturer-carousel {
  padding: 44px 0 60px 0;
}
.manufacturer-carousel-block .manufacturer-carousel .image {
  height: 80px;
  width: 100%;
}
.manufacturer-carousel-block .manufacturer-carousel .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.journal-section {
  padding-top: 40px;
  padding-bottom: 80px;
}
.journal-section .blog-post {
  padding: 40px 0;
  border-bottom: 1px solid #9BE612;
}
.journal-section .blog-post a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.journal-section .blog-post h2 a {
  text-decoration: none;
  font-weight: 600;
}
.journal-section .blog-post .excerpt {
  margin-bottom: 40px;
}
.journal-section .single-post {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #9BE612;
  margin-bottom: 40px;
}
.journal-section .single-post .date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
}
.journal-section .single-post img {
  padding: 16px 0;
}
.journal-section .single-post img.size-full {
  width: 100%;
}
.journal-section .single-post .btn {
  margin: 16px 0;
}
.journal-section .pagination {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.journal-section .pagination a, .journal-section .pagination span {
  text-decoration: none;
  font-weight: 600;
  padding: 0 30px 0 0;
  border-right: 1px solid #9BE612;
}
.journal-section .pagination span {
  font-weight: 700;
}
.journal-section .pagination .prev, .journal-section .pagination .next {
  color: #9BE612;
}
.journal-section .pagination .next {
  border-right: 0;
}

.blog-filter {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #9BE612;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-filter li {
  padding-right: 20px;
  margin-right: 0px;
  border-right: 1px solid #9BE612;
}
.blog-filter li a {
  text-decoration: none;
  font-weight: 600;
}
.blog-filter li a.current {
  font-weight: 700;
}
.blog-filter li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
  .large-image {
    position: relative;
    width: 100%;
    height: 40vw;
    overflow: hidden;
  }
  .large-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate3d(-50%, calc(-50% + var(--p, 0px)), 0);
            transform: translate3d(-50%, calc(-50% + var(--p, 0px)), 0);
    will-change: transform;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
  .content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #masthead .header-content .header-book-btn {
    display: none;
  }
  #masthead .header-content .header-nav-btn .menu-text {
    display: none;
  }
  .header-menu {
    top: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    padding: 0;
  }
  .header-menu .content-container {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    position: relative;
  }
  .header-menu .menu-close {
    top: 20px;
    left: 20px;
  }
  .header-menu .nav-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .header-menu .nav-container .col {
    width: 100%;
    text-align: center;
  }
  .header-menu.active {
    height: 100vh;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    overflow-y: scroll;
  }
  .header-menu.active .content-container {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .site-footer .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .footer-top .footer-top-left {
    width: 100%;
  }
  .site-footer .footer-top .footer-top-right {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .footer-top .footer-top-right .col {
    width: 100%;
  }
  .site-footer .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .footer-bottom .footer-bottom-left {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .footer-bottom .footer-bottom-left * {
    width: 100%;
  }
  .site-footer .footer-bottom .footer-bottom-right {
    width: 100%;
  }
  .homepage-header-banner .content-container .content {
    padding-bottom: 20px;
  }
  .single-text-block {
    padding-top: 120px;
  }
  .three-column-tile-grid .tiles .tile {
    width: 100%;
  }
  .three-column-tile-grid .tiles a {
    width: 100%;
  }
  .stats-block .stats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stats-block .stats .stat {
    width: 100%;
  }
  .multi-column-text-block .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .multi-column-text-block .col {
    width: 100%;
  }
  .two-column-text-and-image .content {
    width: 100%;
  }
  .two-column-text-and-image .img-container {
    position: static;
    width: 100%;
    height: 80vw;
  }
  .two-column-text-and-image .text-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .general-page-text-block .double-text-container, .general-page-text-block .triple-text-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .general-page-text-block .double-text-container .text-content-container, .general-page-text-block .triple-text-container .text-content-container {
    width: 100%;
  }
  .general-page-text-block .double-text-container .text-content-container h3, .general-page-text-block .triple-text-container .text-content-container h3 {
    min-height: 0;
  }
}
@media (max-width: 459px) {
  h1 {
    font-size: 3rem;
  }
}