@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
table {
  border-collapse: collapse;
  width: 100%; }

td {
  vertical-align: top; }

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*-------- COLORS --------

*/
/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*---These are Variables. They are being used in place of the hex color easily changes site colors but updating these variables----*/
/*----These are Mixins. They work similarly to variables and are plugged in using @include in place of the CSS----*/
/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  font-family: "urbane-condensed", sans-serif;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: "urbane-condensed", sans-serif; }

a {
  text-decoration: none !important; }

.green-btn {
  width: 200px;
  display: block;
  transition: .3s ease;
  text-align: center;
  background: #026C30;
  border-radius: 20px;
  padding: 22px;
  color: #fff;
  font-size: 16px;
  font-weigth: 700; }

.green-btn:hover {
  background: #F7B145;
  color: #000; }

.yellow-btn {
  width: 200px;
  display: block;
  transition: .3s ease;
  text-align: center;
  background: #F7B145;
  border-radius: 20px;
  padding: 22px;
  color: #000;
  font-size: 16px;
  font-weigth: 700; }

.yellow-btn:hover {
  background: #026C30;
  color: #fff; }

/*--- HEADER STYLES ---------------------*/
header {
  width: 100%;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.15); }

.header {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.logo img {
  width: 420px;
  padding: 0 10px;
  margin-bottom: -15px;
  margin-top: -10px; }

/*--------Hero---------*/
.hero {
  width: 100%;
  height: 800px;
  position: relative;
  background: #000; }
  .hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6); }

.hero-text {
  max-width: 800px;
  position: absolute;
  bottom: 18%;
  left: 9%; }
  .hero-text h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: "urbane-condensed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 65px; }
    .hero-text h1 span {
      color: #F7B145; }
  .hero-text p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    color: #fff !important;
    padding: 40px 0; }

/*---------Home----------*/
.wrap {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.about-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 60px 0; }
  .about-row img {
    width: 50%;
    border-radius: 25px;
    object-fit: cover; }

.about-text {
  width: 50%;
  padding: 6% 2%; }
  .about-text h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 55px; }
    .about-text h2 span {
      color: #026C30; }
    @media only screen and (max-width: 1100px) {
      .about-text h2 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 900px) {
      .about-text h2 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 700px) {
      .about-text h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 400px) {
      .about-text h2 {
        font-size: 26px;
        line-height: 30px; } }
  .about-text p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    padding: 50px 0; }

.green-half {
  width: 100%;
  background: linear-gradient(to bottom, #026C30 70%, #fff 70%); }

.ql-top {
  width: 100%;
  padding: 80px 0 50px 0; }
  .ql-top h2 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff; }
    @media only screen and (max-width: 1100px) {
      .ql-top h2 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 900px) {
      .ql-top h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .ql-top h2 {
        font-size: 26px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .ql-top h2 {
        font-size: 22px;
        line-height: 28px; } }
  .ql-top p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    color: #fff; }

.qls {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap; }
  .qls a {
    width: calc(25% - 21px);
    min-width: 180px; }
    .qls a img {
      width: 100%;
      overflow: hidden;
      transition: .3s ease;
      height: 200px;
      border-radius: 20px;
      object-fit: cover; }
    .qls a h3 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 10px 0;
      color: #000;
      font-size: 22px; }
    .qls a span {
      text-transform: uppercase; }
    .qls a i {
      padding-right: 10px;
      transition: .4s ease; }
  .qls a:hover img {
    transform: scale(1.02); }
  .qls a:hover i {
    padding-right: 30px; }

/*----qls---------*/
.brands {
  width: 100%;
  padding: 80px 0 60px 0; }

.brands-top {
  width: 100%;
  max-width: 1100px; }
  .brands-top h2, .brands-top h1 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000; }
    @media only screen and (max-width: 1100px) {
      .brands-top h2, .brands-top h1 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 900px) {
      .brands-top h2, .brands-top h1 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .brands-top h2, .brands-top h1 {
        font-size: 26px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .brands-top h2, .brands-top h1 {
        font-size: 22px;
        line-height: 28px; } }
  .brands-top p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    padding: 20px 0; }

.slick-slider {
  width: 98% !important; }

.slick-initialized .slick-slide {
  padding: 10px;
  box-sizing: border-box; }

.ql-row {
  background: transparent;
  margin: 0 auto;
  padding: 10px 0px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: block !important; }

.ql-slider, .qlslider-desktop {
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 200px; }

.ql-slider img, .qlslider-desktop img {
  width: 80%;
  height: 150px;
  transition: .3s ease;
  object-fit: contain;
  box-sizing: border-box;
  transition: .3s ease; }

.ql-slider:hover img, .qlslider-desktop img:hover {
  transform: scale(1.03); }

.slick-list {
  max-width: 1700px !important; }

.mobile {
  display: none; }

.slick-next, .slick-prev {
  display: none !important; }

.slick-list {
  margin: 0 auto !important; }

.qlslider-desktop {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: auto !important; }
  .qlslider-desktop a {
    width: 16.5%; }

/*---------Pages----------*/
.brand-qls {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .brand-qls a {
    width: 16.5%;
    padding: 20px;
    border: solid 1px #ccc;
    min-width: 250px; }
    .brand-qls a img {
      width: 100%;
      object-fit: contain;
      transition: .3s ease;
      height: 130px; }
  .brand-qls a:hover img {
    transform: scale(0.95); }

.page-wrap {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 80px 10px; }

.page-left {
  width: 500px;
  padding-right: 20px; }
  .page-left h1 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000; }
    @media only screen and (max-width: 1100px) {
      .page-left h1 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 900px) {
      .page-left h1 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .page-left h1 {
        font-size: 26px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .page-left h1 {
        font-size: 22px;
        line-height: 28px; } }
  .page-left p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    padding-bottom: 40px; }

.icon-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px 0; }
  .icon-row i {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #026C30;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap; }

.icon-text {
  padding-left: 15px; }
  .icon-text p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    padding-bottom: 0; }
  .icon-text .bold {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 5px; }
  .icon-text a {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    color: #222; }
  .icon-text a:hover {
    text-decoration: underline;
    color: #026C30; }

.flex-form {
  width: calc(100% - 500px); }

.full-page {
  width: 100%;
  padding: 80px 0; }
  .full-page h2, .full-page h1 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000; }
    @media only screen and (max-width: 1100px) {
      .full-page h2, .full-page h1 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 900px) {
      .full-page h2, .full-page h1 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .full-page h2, .full-page h1 {
        font-size: 26px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .full-page h2, .full-page h1 {
        font-size: 22px;
        line-height: 28px; } }
  .full-page p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    padding: 20px 0; }

.gray-back {
  width: 100%;
  background: #f0f0f0; }

/*--------FORM STYLES--------------------*/
#formpage {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left; }
  #formpage h2 {
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 0 10px 5px; }
  #formpage label {
    margin: 5px;
    padding: 10px 0 5px 0; }
  #formpage input, #formpage select {
    padding: 14px;
    border: #ccc;
    color: #777 !important;
    font-size: 14px;
    background: #F8F8F8;
    border-radius: 5px; }
  #formpage input[type="text"], #formpage input[type="email"], #formpage input[type="date"], #formpage select, #formpage input[type="phone"] {
    width: 100%;
    box-sizing: border-box; }
  #formpage textarea {
    font-family: 'Arial', sans-serif;
    border: #ccc;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    width: 100%;
    height: 100px;
    border-radius: 2px;
    padding: 14px;
    color: #777 !important;
    font-size: 14px;
    background: #F8F8F8;
    border-radius: 5px; }
  #formpage textarea:focus {
    border: 1px solid #ccc;
    border-radius: 2px; }

.flex-form {
  text-align: left;
  margin: 0 auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px; }

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%; }

.form-whole {
  width: calc(100% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px; }

.form-half {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

.form-third {
  width: calc(33.33% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

#formpage .submit-button, #submit-btn button {
  width: 200px;
  padding: 14px;
  background: #026C30;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: none;
  font-size: 14px;
  text-transform: uppercase; }

#formpage input.submit-button:hover, #submit-btn button:hover {
  transition: ease-out .3s;
  cursor: pointer;
  background: #F7B145;
  color: #fff; }

.submit-button, #submit-btn {
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center; }

.captcha-button {
  width: 200px; }

#formpage input.submit-button {
  color: #fff !important; }

.include-captcha {
  display: none; }

.CaptchaPanel {
  text-align: left !important; }

/*-------- FOOTER STYLES ----------------*/
footer {
  background: #026C30;
  width: 100%; }

.footer {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 100px 10px 60px 10px; }

.foot-col {
  width: 25%; }
  .foot-col p {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 20px; }
  .foot-col ul {
    margin: 0;
    padding: 0; }
    .foot-col ul li {
      list-style: none;
      padding: 0;
      line-height: 30px; }
      .foot-col ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: 400; }
      .foot-col ul li a:hover {
        text-decoration: underline !important; }

.btm-foot {
  width: 100%;
  padding: 15px 10px;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #fff; }
  .btm-foot p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    color: #fff;
    font-weight: 200;
    font-size: 14px; }

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden; }

.scrolling {
  width: 100%;
  height: 92px; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) button.page-nav {
  background: #026C30 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper > div:not(.detail-wrapper) .contact-options a,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper > div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper > div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
  background: #026C30 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper > div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a:hover,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper > div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper > div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
  background: #F7B145 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper > div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
  color: #000 !important;
  border: 1px solid #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper > div:not(.detail-wrapper) .title-media-buttons-heading h1 {
  color: #000 !important;
  line-height: 28px !important; }

.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper > div:not(.detail-wrapper) .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .fin-calc p,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper > div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper > div:not(.detail-wrapper) .info,
.body-wrapper > div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper > div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper > div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper > div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper > div:not(.detail-wrapper) .listing-description-text,
.body-wrapper > div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper > div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper > div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper > div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper > div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper > div:not(.detail-wrapper) .rent-title,
.body-wrapper > div:not(.detail-wrapper) .rent-title-details,
.body-wrapper > div:not(.detail-wrapper) span.list-title-text,
.body-wrapper > div:not(.detail-wrapper) a.search-results-link,
.body-wrapper > div:not(.detail-wrapper) h3.listing-portion-title {
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper > div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper > div:not(.detail-wrapper) span.parts-listings-count {
  color: #000 !important; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1200px) {
  .header {
    justify-content: space-between; }

  .qlslider-desktop a {
    width: 20%; } }
@media only screen and (max-width: 1100px) {
  .hero {
    height: 600px; }

  .hero-text {
    left: 1%;
    padding: 0 10px; }
    .hero-text h1 {
      font-size: 50px;
      line-height: 55px; }

  .qls a {
    width: calc(50% - 21px); }
    .qls a h3 {
      color: #fff; }

  .green-half {
    background: #026C30; } }
@media only screen and (max-width: 1000px) {
  .about-row {
    flex-direction: column; }

  .about-text {
    width: 100%; }

  .about-row img {
    width: 100%;
    max-height: 260px; }

  .page-wrap {
    flex-direction: column;
    padding: 50px 10px; }

  .page-left {
    width: 100%; }

  .flex-form {
    width: 100%;
    padding: 20px 0; }

  .qlslider-desktop {
    display: none; }

  .mobile {
    display: block; } }
@media only screen and (max-width: 900px) {
  .footer {
    flex-wrap: wrap;
    padding: 60px 10px; }

  .foot-col {
    width: 50%;
    padding: 10px; } }
@media only screen and (max-width: 800px) {
  .brands {
    padding: 80px 0 0; } }
@media only screen and (max-width: 700px) {
  .hero-text {
    bottom: 12%; }
    .hero-text h1 {
      font-size: 40px;
      line-height: 45px; } }
@media only screen and (max-width: 600px) {
  .qls a {
    width: calc(100% - 3px); }

  .brand-qls a {
    width: 50%;
    min-width: 100px; }

  .brand-qls img {
    height: 100px !important;
    width: 100%; }

  .logo img {
    max-width: 380px;
    width: 100%;
    padding: 0 10px; } }
@media only screen and (max-width: 500px) {
  .header {
    flex-direction: column;
    justify-content: center; }

  .logo img {
    display: block;
    margin: 0 auto; }

  #menu-button {
    width: 100% !important;
    padding-top: 0 !important; }

  .hero-text h1 {
    font-size: 30px;
    line-height: 35px; }

  .foot-col {
    width: 100%; } }
@media only screen and (max-width: 430px) {
  .icon-row i {
    height: 40px;
    width: 40px;
    font-size: 18px; } }
