/***** BEGIN RESET *****/
@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; }

ol, ul {
  list-style: none; }

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; }

/*-------- 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; }

.red-btn {
  width: 180px;
  transition: .3s ease;
  background: #ea101b;
  color: #fff;
  position: relative;
  padding: 12px 18px;
  text-align: left;
  display: block; }

.red-btn i {
  background: #000;
  color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
  right: 0; }

.red-btn:hover {
  width: 190px; }

/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

a {
  text-decoration: none; }

body {
  font-family: "Open Sans", sans-serif; }

/*--- HEADER STYLES ---------------------*/
.top-wrapper {
  width: 100%;
  background: #000; }

.top-header {
  max-width: 1700px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 5px 10px; }
  .top-header p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: .3s ease;
    padding: 12px 20px; }
  .top-header p a {
    color: #fff;
    font-size: 20px;
    font-weight: 800; }
  .top-header .red-btn:hover {
    background: #283890; }

/*-------Sub Pages Header---------*/
.sub-top-header {
  max-width: 1700px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px; }
  .sub-top-header p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px; }
  .sub-top-header p a {
    color: #000;
    font-size: 20px;
    font-weight: 800; }
  .sub-top-header .sub {
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  .sub-top-header .sub-logo {
    width: 25%; }
  .sub-top-header .red-header {
    height: 45px;
    margin-top: 30px; }
  .sub-top-header img {
    width: 250px; }
  .sub-top-header .red-btn:hover {
    background: #283890; }

.sub-page-head header {
  background: #000 !important; }
.sub-page-head .header {
  padding: 0 10px; }
.sub-page-head nav.primary ul li a {
  color: #fff; }
.sub-page-head nav.primary {
  width: 100%; }
.sub-page-head nav.primary ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%; }
.sub-page-head nav.primary ul ul {
  display: none; }

.f-icon {
  width: 45px;
  transition: .3s ease;
  height: 45px;
  display: flex;
  align-content: center;
  align-self: center;
  background: #ea101b;
  color: #fff;
  padding: 5px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3px; }

.f-icon:hover {
  background: #ea101b; }

.red-header {
  display: inline-block;
  background: #ea101b;
  color: #fff;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 3px; }

header {
  width: 100%;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1); }

.header {
  max-width: 1700px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.caption h1 {
  font-size: 25px;
  font-weight: 800;
  padding: 10px 0; }

/*---BODY--------------------------------*/
.hero {
  max-width: 1700px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 40px 10px; }
  .hero img {
    width: 50%;
    padding-top: 40px;
    object-fit: contain; }
  .hero .search-wrapper {
    width: 50%;
    padding-left: 40px; }
  .hero .search-row {
    padding: 40px 40px 60px 40px;
    background: #f2f2f2; }
    .hero .search-row button {
      padding: 14px;
      transition: .3s ease;
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      font-family: "Oswald", sans-serif;
      background: #283890;
      color: #fff;
      text-align: center;
      display: block;
      margin-top: 20px;
      border: none; }
    .hero .search-row button:hover {
      cursor: pointer;
      background: #ea101b; }
  .hero .formfield {
    width: 100%; }
    .hero .formfield input, .hero .formfield select {
      padding: 14px;
      background: #fff;
      border: solid 1px #ccc;
      font-size: 14px; }
    .hero .formfield label {
      font-size: 16px;
      font-weight: 600;
      font-family: "Oswald", sans-serif;
      padding: 15px 0 10px 0;
      display: block; }

.gray-back {
  width: 100%;
  background: #f2f2f2;
  padding: 60px 0; }

.qls-wrap {
  max-width: 1700px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto; }
  .qls-wrap h2 {
    font-size: 35px;
    line-height: 38px;
    font-family: "Oswald", sans-serif;
    max-width: 410px;
    padding-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 0 auto; }
    @media only screen and (max-width: 900px) {
      .qls-wrap h2 {
        font-size: 28px;
        line-height: 32px; } }
    @media only screen and (max-width: 500px) {
      .qls-wrap h2 {
        font-size: 24px;
        line-height: 30px; } }
    .qls-wrap h2 span {
      color: #ea101b; }

.qls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; }
  .qls a {
    width: calc(20% - 16px);
    margin: 8px;
    background: #fff;
    transition: .3s ease;
    box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.1);
    padding: 20px; }
    .qls a img {
      width: 80%;
      display: block;
      margin: 0 auto;
      height: 120px;
      object-fit: contain; }
    .qls a h3 {
      font-size: 18px;
      color: #000;
      font-weight: 600;
      text-align: center;
      padding: 10px 0 20px 0; }
  .qls a:hover {
    box-shadow: inset 1px 1px 4px 3px rgba(0, 0, 0, 0.2); }

.home-row {
  max-width: 1700px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 10px; }

.home-about {
  width: 50%;
  padding-right: 8%; }
  .home-about h2 {
    font-size: 35px;
    line-height: 38px;
    font-family: "Oswald", sans-serif;
    max-width: 410px;
    padding-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000; }
    @media only screen and (max-width: 900px) {
      .home-about h2 {
        font-size: 28px;
        line-height: 32px; } }
    @media only screen and (max-width: 500px) {
      .home-about h2 {
        font-size: 24px;
        line-height: 30px; } }
    .home-about h2 span {
      color: #ea101b; }
  .home-about p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: "Open Sans", sans-serif;
    padding: 20px 0; }
  .home-about a {
    margin-top: 40px; }

.home-extras {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 50%;
  flex-wrap: wrap; }

.group {
  width: 50%;
  padding: 20px 10px;
  box-sizing: border-box; }
  .group h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    padding: 10px 0;
    color: #000; }
  .group i {
    font-size: 35px;
    color: #ea101b; }
  .group p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: "Open Sans", sans-serif; }

/*--------Sub Pages----------*/
.map {
  width: 100%;
  height: 350px; }

.contact {
  max-width: 1700px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 98%;
  margin-bottom: 40px;
  position: relative;
  padding: 0;
  z-index: 200;
  margin-top: -40px;
  background: #fff;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1); }

.contact-left {
  width: 50%;
  padding: 60px; }
  .contact-left h1 {
    font-size: 35px;
    line-height: 38px;
    font-family: "Oswald", sans-serif;
    max-width: 410px;
    padding-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000; }
    @media only screen and (max-width: 900px) {
      .contact-left h1 {
        font-size: 28px;
        line-height: 32px; } }
    @media only screen and (max-width: 500px) {
      .contact-left h1 {
        font-size: 24px;
        line-height: 30px; } }
  .contact-left h2 {
    font-size: 24px;
    line-height: 28px;
    font-family: "Oswald", sans-serif;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding-top: 10px; }
    @media only screen and (max-width: 500px) {
      .contact-left h2 {
        font-size: 20px;
        line-height: 24px; } }
    .contact-left h2 i {
      color: #ea101b; }
  .contact-left a, .contact-left p {
    font-size: 16px;
    color: #333;
    padding-bottom: 15px; }
  .contact-left a:hover {
    text-decoration: underline; }
  .contact-left .fb {
    color: #283890;
    font-size: 20px; }

.contact-right {
  width: 50%;
  padding: 40px;
  background: #f0f0f0; }

/*----Sub-pages---*/
.sub-page-form {
  max-width: 1700px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  margin: 20px auto; }
  .sub-page-form h1 {
    font-size: 35px;
    line-height: 38px;
    font-family: "Oswald", sans-serif;
    max-width: 410px;
    padding-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000; }
    @media only screen and (max-width: 900px) {
      .sub-page-form h1 {
        font-size: 28px;
        line-height: 32px; } }
    @media only screen and (max-width: 500px) {
      .sub-page-form h1 {
        font-size: 24px;
        line-height: 30px; } }
  .sub-page-form p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: "Open Sans", sans-serif; }
  .sub-page-form h2 {
    font-size: 24px;
    line-height: 28px;
    font-family: "Oswald", sans-serif;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding-top: 10px; }
    @media only screen and (max-width: 500px) {
      .sub-page-form h2 {
        font-size: 20px;
        line-height: 24px; } }

.page-top {
  width: 100%;
  height: 350px;
  background: #000;
  position: relative; }
  .page-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5); }
  .page-top .top-text {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1700px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    bottom: 30px; }
    .page-top .top-text h1 {
      font-size: 35px;
      line-height: 38px;
      font-family: "Oswald", sans-serif;
      max-width: 500px;
      padding-bottom: 40px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff; }
      @media only screen and (max-width: 900px) {
        .page-top .top-text h1 {
          font-size: 28px;
          line-height: 32px; } }
      @media only screen and (max-width: 500px) {
        .page-top .top-text h1 {
          font-size: 24px;
          line-height: 30px; } }

.page-width {
  max-width: 1700px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  margin: 20px auto; }
  .page-width h2 {
    font-size: 24px;
    line-height: 28px;
    font-family: "Oswald", sans-serif;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000; }
    @media only screen and (max-width: 500px) {
      .page-width h2 {
        font-size: 20px;
        line-height: 24px; } }
  .page-width p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: "Open Sans", sans-serif; }

.review {
  width: 100%;
  margin: 10px 0;
  border: solid 1px #f2f2f2;
  padding: 40px;
  box-sizing: border-box; }
  .review p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: "Open Sans", sans-serif; }

.stars {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .stars i {
    color: #ea101b;
    font-size: 18px;
    margin: 2px; }

.name {
  font-size: 18px;
  font-weight: 600; }

/*--------FORM STYLES--------------------*/
.flex-form {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15); }

#formpage {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left; }

#formpage label {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0 5px 0; }

#formpage input, select {
  padding: 14px;
  border: 1px solid #ccc;
  color: #777 !important;
  font-size: 14px; }

.flex-row {
  display: flex;
  flex-direction: row;
  width: 100%; }

.form-half {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 5px; }

.form-whole {
  width: calc(100% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px; }

.form-third {
  width: calc(33.33% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px; }

input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"] {
  width: 100%;
  box-sizing: border-box; }

#formpage textarea {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  padding: 14px;
  border: 1px solid #ccc !important;
  color: #000;
  background: #fff;
  width: 100%;
  height: 100px;
  border-radius: 2px; }

#formpage textarea:focus {
  border: 1px solid #ccc;
  border-radius: 2px; }

#formpage input.submit-button, #submit-btn button {
  width: 180px;
  display: block;
  padding: 12px;
  height: 42px;
  text-align: center;
  font-size: 16px;
  margin: 0 3px;
  box-sizing: border-box;
  color: #fff;
  background: #ea101b;
  border: none; }

#formpage input.submit-button:hover, #submit-btn button:hover {
  background: #283890;
  color: #fff !important;
  cursor: pointer; }

.submit-button, #submit-btn {
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center; }

.captcha-button {
  width: 180px; }

.include-captcha {
  display: none; }

#formpage input.submit-button {
  color: #fff !important; }

.CaptchaPanel {
  text-align: left !important; }

/*-------- FOOTER STYLES ----------------*/
footer {
  width: 100%;
  background: #000;
  padding: 80px 0;
  color: #fff; }

.footer {
  max-width: 1700px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .footer img {
    width: 120px;
    height: 60px;
    object-fit: contain;
    display: block; }

.foot-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.foot-col {
  min-width: 220px;
  padding: 10px;
  box-sizing: border-box; }
  .foot-col p {
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    padding-bottom: 25px;
    font-weight: 800; }
  .foot-col ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 26px; }
  .foot-col ul li a:hover {
    text-decoration: underline; }
  .foot-col .bold {
    font-size: 18px;
    color: #fff;
    font-weight: 800; }
  .foot-col i {
    font-size: 25px;
    color: #fff; }

/*----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: #c61230 !important;
  color: #000 !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: #c61230 !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: #014f30 !important;
  color: #fff !important;
  /*----Border----*/ }

.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;
  /*-----------------------OTHER TEXT STYLES-----------------------*/
  /*----Page Title----*/ }

.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;
  /*-----------------------MEDIA QUERIES-----------------------*/ }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1250px) {
  .header {
    flex-direction: column;
    justify-content: center; }

  .caption, nav.primary {
    width: 100% !important;
    text-align: center; }

  nav.primary ul {
    float: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center; }

  .hero {
    flex-direction: column; }

  .hero img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block; }

  .hero .search-wrapper {
    width: 100%;
    padding: 0; }

  .qls a {
    width: calc(25% - 16px); }

  .loc {
    display: none !important; }

  .sub, .sub-logo {
    width: 33.33%; }

  .sub-top-header .red-header {
    margin-top: 27px;
    min-width: 210px; }

  .sub-top-header .f-icon {
    width: 45px; }

  .page-top {
    height: 300px; } }
@media only screen and (max-width: 1000px) {
  .home-row {
    flex-direction: column;
    padding: 20px 10px; }

  .home-about, .home-extras {
    width: 100%;
    padding: 15px 0; }

  .sub-top-header {
    flex-wrap: wrap; }

  .sub-logo {
    width: 100% !important; }
    .sub-logo img {
      margin: 0 auto;
      display: block; }

  .sub {
    width: 50% !important; }

  .sub-top-header .red-header {
    margin-top: 16px; }

  .contact {
    flex-direction: column; }

  .contact-left, .contact-right {
    width: 100% !important; } }
@media only screen and (max-width: 900px) {
  .qls a {
    width: calc(33.33% - 16px); }

  .qls a img {
    height: 80px; }

  .page-top {
    height: 250px; }

  .flex-row {
    flex-direction: column; }

  .form-half, .form-third {
    width: calc(100% - 10px); } }
@media only screen and (max-width: 800px) {
  .footer {
    flex-direction: column-reverse; }

  .foot-left {
    width: 100%; }

  .foot-col {
    min-width: 190px; }

  .sub-page-head .header {
    padding: 0; } }
@media only screen and (max-width: 650px) {
  .qls a {
    width: calc(50% - 16px); }

  footer {
    padding: 30px 0px; }

  .foot-left {
    flex-direction: column; }

  .foot-col {
    width: 100%;
    text-align: center;
    padding: 10px 0; }

  .footer img {
    margin: 0 auto; }

  .top-header {
    flex-direction: column;
    justify-content: center; }

  .f-icon {
    display: none; } }
@media only screen and (max-width: 550px) {
  .group {
    width: 100%;
    padding: 10px; }

  .call {
    display: none !important; }

  .sub {
    width: 100% !important; }

  .sub-top-header .red-header {
    margin: 10px auto !important; } }
@media only screen and (max-width: 380px) {
  .contact-left {
    padding: 30px !important; }

  .contact-right {
    padding: 20px !important; } }
