

/* REMOVE THIS STYLES */
.desktop-only {
  display: none;
}

.mobile-only {
  display: block;
}
/* REMOVE THIS STYLES */

/* custom styles */
.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 500;
}

.font-normal {

}

.text-white {
  color: #FFFFFF;
}

.text-orange-500 {
  color: #FFA236;
}

.text-gray-300 {
  color: #4C4C4C;
}
.text-gray-700 {
  color: #333333;
}

.text-blue-900 {
  color: #144B6E;
}

.text-green-500 {
  color: #84BD00;
}

.block {
  display: block;
}

.section {
  padding: 64px 0 !important;
}

.section .main-title {
  margin: 0;
  font-size: 36px;
  line-height: 47px;
}

.section p {
  font-size: 18px;
  line-height: 29px;
}

.section p {
  margin: 0;
}

.max-w-1500 {
  max-width: 1500px;
}

.max-w-1400 {
  max-width: 1400px;
}

.max-w-1200 {
  max-width: 1200px;
}

.max-w-1300 {
  max-width: 1300px;
}

.max-w-1100 {
  max-width: 1100px;
}

.max-w-1000 {
  max-width: 1000px;
}

.rounded-full {
  border-radius: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
}

.md-container {
  max-width: 1100px;
  padding: 0 16px;
}

.btn-box {
  width: auto !important;
}

.links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.links-container .links-box {
  padding-left: 32px;
  display: block;
  width: 100%;
}

.links-container .links-box .link {
  width: 100%;
  display: block;
  text-align: left;
}

.link {
  text-decoration: underline !important;
  font-size: 16px;
  line-height: 24px;
}

.link svg {
  margin-left: 4px;
  width: 12px;
  height: 12px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; 
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
  
@media only screen and (min-width: 769px) {
  .container {
    padding: 0 24px;
  }

  /* REMOVE THIS STYLES */
  .desktop-only {
    display: block;
  }

  .mobile-only {
    display: none;
  }

  .links-container .links-box {
    width: auto;
  }
  /* REMOVE THIS STYLES */
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
/* ends custom styles */

.banner-half {
  padding: 64px 0 !important;
}

.banner-half__content .main-title {
  margin-bottom: 32px;
}

.banner-half__content .button {
  margin-top: 32px;
}

.banner-half__content .content p {
 font-size: 18px;
}

.banner-half__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-top: 32px;
}

.banner-half__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 801px) {
  .banner-half__image {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .banner-half {
    padding: 100px 0 !important;
  }
}
.columns-section .main-title {
  margin-bottom: 40px;
}

.column-inner {
  padding: 0 24px;
}

.column-image {
  width: 172px;
  height: 172px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
}

.columns-section .content .column-title {
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 8px;
}

.columns-section .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 1024px) {
  .column-image {
    width: 200px;
    height: 200px;
  }
}

.faq {
  margin-bottom: 40px;
}

.faq:last-child {
  margin-bottom: 0;
}

.faqs-section .main-title {  
  margin: 0;
  margin-bottom: 32px;
}

.faq .question {
  font-size: 22px;
  line-height: 33px;
  margin: 0;
  margin-bottom: 8px;
}

.faqs-section .answer {
  font-size: 18px;
  line-height: 29px;
  margin: 0;
}

.faqs-ctas {
  margin-left: -8px;
}

.faqs-ctas .cta-box {
  width: auto;
  padding-left: 8px;
}

@media only screen and (min-width: 1024px) {
  .faqs-section .main-title {  
    text-align: center;
  }
}
/* ends custom styles */

.locations-component {
  padding: 64px 0 !important;
}

.locations-component .locations-component__tabs .section-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}

.locations-component .locations-component__tabs .main-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
}

.locations-component .locations-component__tabs p {
  font-size: 18px;
  line-height: 24px;
}

.locations-component .locations-component__tabs .locations-component__tabs--list .subtitle {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 64px;
}

.locations-component .locations-component__tabs .locations-component__tabs--list .button {
  background-color: #84BD00;
  color: #FFFFFF !important;
  margin-top: 64px;
}

.locations-component .tabs-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -16px;
}

.locations-component .tabs-group .tab-box {
  padding-left: 16px;
  margin-top: 16px;
}

.locations-component .tab-location {
  background-color: #103c58;
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid #FFFFFF66;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.locations-component .tab-location svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.locations-component__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -64px;
  margin-top: -32px;
}

.locations-component .locations-component__tabs,
.locations-component .locations-component__blog {
  width: 100%;
  padding-left: 64px;
  margin-top: 32px;
}

.locations-component .locations-component__tabs {
  padding-bottom: 16px;
}

.locations-component .locations-component__blog .subtitle {
  font-size: 31px;
  line-height: 37px;
  font-weight: 300;
  border-top: 1px solid #FFFFFF;
  padding-top: 32px;
}

.locations-component .locations-component__blog .subtitle strong {
  font-weight: 700;
}

.locations-component .locations-component__blog .blog-post {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  border-bottom: 1px solid #BEBEBE;
  padding: 32px 0;
}

.locations-component .locations-component__blog .blog-post:last-of-type {
  border-bottom: none;
}

.locations-component .locations-component__blog .blog-post .blog-post__image {
  width: 33.333%;
  padding-bottom: 25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.locations-component .locations-component__blog .blog-post .blog-post__content {
  width: 66.666%;
  padding-left: 24px;
}

.locations-component .locations-component__blog .blog-post .blog-post__content .blog-post__category {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 8px;
}

.locations-component .locations-component__blog .blog-post .blog-post__content .blog-post__title {
  font-size: 22px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 8px;
}

.locations-component .locations-component__blog .blog-post .blog-post__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.locations-component .locations-component__blog .blog-post .blog-post__content .blog-post__author {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.locations-component .locations-component__blog .blog-post .blog-post__content .blog-post__date {
  font-size: 16px;
  line-height: 22px;
}

.locations-component .locations-component__blog .blog-post__button {
  font-size: 24px;
  line-height: 30px;
  color: #6FC7FF;
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.locations-component .locations-component__blog .blog-post__button svg {
  width: 21px;
  height: 21px;
  margin-left: 8px;
}
  
@media only screen and (min-width: 801px) {
  .locations-component {
    padding: 100px 0 !important;
  }

  .locations-component .locations-component__tabs .main-title {
    font-size: 32px;
    line-height: 38px;
  }

  .locations-component .locations-component__tabs,
  .locations-component .locations-component__blog {
    width: 50%;
  }

  .locations-component .locations-component__tabs {
    padding-right: 64px;
  }

  .locations-component .locations-component__blog {
    border-top: none;
    border-left: 1px solid #FFFFFF;
  }

  .locations-component .locations-component__tabs {
    padding-bottom: 0;
  }

  .locations-component .locations-component__blog .subtitle {
    border-top: none;
    padding-top: 0;
  }
}
/* ends custom styles */

.promotion-half-section {
  padding: 64px 0;
}

.promotion-half-section .main-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
}

.promotion-half-section p {
  font-size: 18px;
  line-height: 24px;
}

.promotion-half-section .promotion-features {
  margin-bottom: 32px;
}

.promotion-half-section .promotion-features .promotion-features__title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0;
}

.promotion-half-section .promotion-half-section__wrapper {
  margin-top: 48px;
}

.promotion-half-section .button {
  text-align: center;
  width: 100%;
}
  
@media only screen and (min-width: 801px) {
  .promotion-half-section .main-title {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  .promotion-half-section .button {
    text-align: center;
    width: auto;
  }
}
/* ends custom styles */

.text-content-section {
  position: relative;
}

.text-content-section .asset {
  position: absolute;
  right: -56px;
  top: 0;
  bottom: 0;
  width: 190px;
  height: 190px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: auto;
}

.text-content-section .main-title {
  font-size: 40px;
  line-height: 51px;
  margin: 0;
  margin-bottom: 32px;
}

.text-content-section p {
  margin-bottom: 40px !important;
}

@media only screen and (min-width: 768px) {
  .text-content-section .asset {
    width: 245px;
    height: 257px;
  }
}

.zip-code-section {
  padding: 64px 0 !important;
}

.zip-code-section .main-title {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 38px;
}

.zip-code-section .subtitle {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.zip-code-section p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.zip-code-section .zip-search-form {
  max-width: 600px;
  margin-bottom: 32px;
  display: flex;
}

.zip-code-section .zip-search-form input[type="text"] {
  flex: 1;
  padding: 18px 44px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 0px 0px 12px -3px #FFFFFF;
  color: #525252;
  width: 100%;
}

.zip-code-section .zip-search-form input[type="text"]::placeholder {
  color: #525252;
}

.zip-code-section .zip-search-form .input-wrapper {
  position: relative;
  flex: 1;
  width: auto;
  display: inline-block;
  color: #525252;
}

.zip-code-section .zip-search-form .input-wrapper svg {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 21px;
    pointer-events: none;
  }

.zip-code-section .zip-search-form button {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-left: 8px;
}

.zip-code-section .message {
  font-size: 16px;
  line-height: 22px;
  margin-top: -16px;
  display: none;
}

@media only screen and (min-width: 801px) {
  .zip-code-section .zip-search-form {
    display: block;
  }

  .zip-code-section .main-title {
    font-size: 44px;
    line-height: 50px;
  }

  .zip-code-section .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
}