/* RESET 
------------------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-text-size-adjust: none;
  font-family: 'Barlow', sans-serif;
}

/*BRAND STYLING
------------------------------------------------*/
a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #0888ca;
  text-decoration: none;
}

p {
  padding: 10px 0;
}

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
  clear: both;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.none {
  display: none;
}

* {
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

.no-pad-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.sub-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative;
}

.sub-wrapper h1 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  border-bottom: 5px solid #0888ca;
  font-size: 22px;
  letter-spacing: 1.2px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.sub-wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.sub-wrapper h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
}

.sub-wrapper ul {
  margin-left: 50px;
}

.sub-wrapper .sub-img-right {
  float: right;
  padding: 15px;
  width: 50%;
}

.sub-wrapper .sub-img-left {
  float: left;
  padding: 15px;
  width: 50%;
}

.flex-it {
  display: flex;
}

::selection {
  color: #fff;
  background: #356088;
}

::-moz-selection {
  color: #fff;
  background: #356088;
}

/* HEADER 
----------------------------------------------*/
.header {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin: 0 auto;
  background: #fff;
}

.header-contact {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  background: #0888ca;
}

.header-contact p {
  display: inline-block;
  width: 32%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-contact a {
  color: #fff !important;
  text-decoration: none;
}

.header-contact a:hover {
  color: #fff;
  text-decoration: none;
}

.logo {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 20px 0;
}

.logo img {
  width: 330px;
  margin: 0 auto;
}

/* HOME PAGE STYLES
-----------------------------------------------*/
.hero {
  width: 100%;
  display: inline-block;
  background: url(../siteart/hero.jpg) no-repeat #000;
  background-size: cover;
  height: 400px;
  padding: 100px;
}

.hero .hero-txt {
  width: 50%;
  text-align: left;
  color: #fff;
  display: inline-block;
}

.hero .hero-txt p {
  font-size: 16px;
  line-height: 1.7;
  padding: 20px 0;
}

.hero .hero-txt .hero-btn {
  display: inline-block;
  width: 30%;
  margin: 0 5px;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1.3px;
  margin-top: 30px;
  transition: ease .3s;
}

.hero .hero-txt .btn-filled {
  background: #0888ca;
  border: 2px solid #0888ca;
  color: #000;
}

.hero .hero-txt .btn-filled:hover {
  background: #000;
  color: #0888ca;
  transition: ease .3s;
}

.hero .hero-txt .btn-unfilled {
  border: 2px solid #0888ca;
  color: #0888ca;
}

.hero .hero-txt .btn-unfilled:hover {
  background: #0888ca;
  color: #000;
  transition: ease .3s;
}

.cta-section {
  padding: 80px 0;
  background: url(../siteart/cta-texture.png) #fff;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.cta-section .cta-third {
  display: inline-block;
  vertical-align: top;
  height: 370px;
  width: 26%;
  margin: 0 25px;
  text-align: left;
  padding: 20px;
  background: #f2f2f2;
  position: relative;
  box-shadow: 4px 4px 13px 1px rgba(125, 125, 125, 0.45);
}

.cta-section .cta-third img {
  width: 60px;
  display: block;
  margin-left: 0;
}

.cta-section .cta-third h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  padding: 40px 0 20px 0;
  text-align: left;
  letter-spacing: 1.3px;
}

.cta-section .cta-third p {
  font-size: 15px;
  line-height: 1.7;
  padding: 20px 0;
}

.cta-section .cta-third a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #0888ca;
  text-decoration: none;
  font-weight: 600;
  vertical-align: middle;
}

.cta-section .cta-third a .fa {
  font-size: 18px;
  vertical-align: middle;
  padding-left: 5px;
}

.welcome-section {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.welcome-section .welc-img {
  width: 150%;
  background: url(../siteart/welcome-img.jpg) no-repeat;
  background-size: cover;
}

.welcome-section .welc-txt {
  background: #0888ca;
  padding: 60px 200px 120px 200px;
  text-align: left;
  color: #fff;
  position: relative;
}

.welcome-section .welc-txt p {
  font-size: 15px;
  line-height: 1.7;
  padding: 20px 0;
}

.welcome-section .welc-txt .welc-btn {
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
  display: inline;
  margin-right: 0;
  text-decoration: none;
  position: absolute;
  bottom: 60px;
  right: 200px;
  transition: ease .3s;
}

.welcome-section .welc-txt .welc-btn .fa {
  font-size: 18px;
  vertical-align: middle;
  padding-left: 5px;
}

.welcome-section .welc-txt .welc-btn:hover {
  background: #fff;
  color: #0888ca;
  transition: ease .3s;
}

/* location bar */
.home-loc-bar {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  text-align: center;
  background: #000;
  margin: 0 auto;
}

.home-loc-bar .loc-third {
  display: inline-block;
  width: 32%;
  margin: 0 auto;
  vertical-align: top;
  color: #fff;
  text-align: left;
}

.home-loc-bar .loc-third h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 0;
  letter-spacing: 1.3px;
}

.home-loc-bar .loc-third p {
  padding: 0;
  line-height: 1.7;
  font-size: 16px;
}

.home-loc-bar .loc-third a {
  color: #fff;
  text-decoration: none;
}

/* accordion styles */
.accordion-panel {
  width: 80%;
  background: #2f2f2f;
  border: 1px solid #000;
  display: inline-block;
}

.accordion-panel h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.3px;
}

.accordion-panel .accordion dt {
  display: block;
  padding: 20px;
  color: #555;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.accordion-panel .accordion dd {
  height: 0;
  overflow: hidden;
  transition: height .35s ease-out;
  margin-left: 0;
  background: #F4F4F4;
}

.accordion-panel .accordion .content {
  padding: 25px;
  overflow: auto;
  background: #000;
  border: 1px solid #2f2f2f;
  display: flex;
}

.accordion-panel .accordion .content .hours-col {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 0;
  margin-right: 10px;
}

.accordion-panel .accordion .content .hours-col span {
  margin: 0;
  padding: 5px 0;
}

.accordion-panel .plus-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -12px;
}

.accordion-panel .plus-icon:before,
.accordion-panel .plus-icon:after {
  content: '';
  background: #fff;
  position: absolute;
}

.accordion-panel .plus-icon:before {
  width: 2px;
  height: 15px;
  margin-left: -0.5px;
  left: 50%;
}

.accordion-panel .plus-icon:after {
  width: 15px;
  height: 2px;
  margin-top: -0.5px;
  top: 50%;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}

.accordion-panel .is-open .plus-icon {
  transform: rotate(90deg);
}

.accordion-panel .is-open .plus-icon:after {
  opacity: 0;
}

.accordion-panel .hidden {
  display: none;
}

.accordion-panel .open-btn,
.accordion-panel .close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 90px;
}

.accordion-panel .buttons-wrapper {
  position: relative;
}

.accordion-panel .buttons-wrapper .plus-icon {
  position: absolute;
  right: 10px;
  top: 12px;
}

/* About Page
------------------------------------------------*/
.abt-left {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

.abt-left img {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 10px 0 0;
}

.abt-right {
  display: inline-block;
  width: 25%;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  vertical-align: top;
}

.abt-right img {
  width: 90%;
  display: block;
  padding: 10px;
}

.anniv-banner {
  display: block;
  width: 175px;
}

/* CARB Compliancy Page
------------------------------------------------*/
.carb-table {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  margin: 20px auto;
}

.ct-row {
  display: flex;
  flex-direction: row;
  text-align: left;
  width: 100%;
  padding: 30px 10px 10px 10px;
  border-bottom: 1px solid #eaeaea;
  align-items: flex-end;
}

.ct-left {
  font-size: 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ct-right {
  display: flex;
  font-size: 16px;
  text-align: left;
  width: 100%;
}

.ct-subtext {
  font-size: 12px;
  display: block;
  text-align: left;
  width: 100%;
}

.carb-comp-cta {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: #0888ca;
  margin-top: 80px;
}

.carb-comp-cta .carb-cta-left {
  display: flex;
  background: url(../siteart/carb-trk.jpg) no-repeat;
  background-size: cover;
  background-position: top right;
  width: 100%;
  height: 500px;
}

.carb-comp-cta .carb-cta-right {
  background: #0888ca;
  color: #fff;
  padding: 60px 120px;
  text-align: left;
  display: block;
  width: 100%;
}

.carb-comp-cta .carb-cta-right h4 {
  font-size: 18px;
  font-weight: 600;
}

.carb-comp-cta .carb-cta-right h5 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}

.carb-comp-cta .carb-cta-right ul {
  margin: 20px 0 20px 50px;
}

.carb-comp-cta .carb-cta-right ul li {
  list-style: circle;
  font-size: 16px;
}

.carb-comp-cta .carb-cta-right a {
  color: #fff;
  text-decoration: underline;
}

.carb-comp-cta .carb-cta-right a:hover {
  text-decoration: none;
  color: #fff;
}

/* service page */
.svc-contact {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 80px 0;
}

.svc-contact p {
  text-align: 18px;
}

.svc-contact span {
  font-size: 20px;
  font-weight: bold;
}

/* warranty table */
.svcs-table {
  width: 100%;
  display: block;
  *display: inline-block;
  border: 1px solid #DBDBDB;
  margin: 60px auto;
  text-align: center;
  text-transform: uppercase;
}

.bg-gold {
  background: #E0A000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.bg-gold:hover {
  text-decoration: underline;
  color: #fff;
}

.bg-silver {
  background: #909092;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.bg-silver:hover {
  text-decoration: underline;
  color: #fff;
}

.bg-platinum {
  background: cadetblue;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.bg-platinum:hover {
  text-decoration: underline;
  color: #fff;
}

.low-svcs-table {
  width: 100%;
  display: block;
  *display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.svcs-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.gray {
  background: #f1f1f1;
}

.sc {
  border-right: 1px solid #DBDBDB;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 25%;
  padding: 20px 10px;
}

.low-svcs-table .sc {
  border-right: none;
  padding: 10px;
  width: 30%;
}

.low-svcs-table .si {
  border-right: 1px solid #000;
}

.low-svcs-table .si:last-child {
  border-right: none;
}

.low-svcs-table .red-text {
  color: #ed1c24;
  text-align: center !important;
}

.sc .fa {
  font-size: 22px;
}

.sc p {
  padding: 0;
  font-size: 14px;
}

.wla {
  text-align: left;
}

.si {
  font-size: 16px;
  color: #333;
}

.red-bg {
  background: #ed1c24;
  color: #fff;
}

.dark-red {
  background: #de1219;
  color: #fff;
}

/*mobile warranty table*/
.mobile-warranty {
  display: none;
}

.mw-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  border: 1px solid #DBDBDB;
  font-weight: 700;
}

.mobile-warranty .sc {
  width: 50%;
  border-bottom: 1px solid #eee;
}

.mobile-warranty .svcs-table {
  margin-top: 30px;
}

.svc-program-card {
  background: #f1f1f1;
  padding: 60px 80px;
  box-shadow: 5px 4px 11px 2px rgba(169, 169, 169, 0.7);
  margin: 40px 0;
}

.database-steps {
  padding: 60px 0;
  background: url(../siteart/cta-texture.png) #fff;
  text-align: center;
  margin: 0 auto;
}

.database-steps h5 {
  margin-bottom: 50px;
}

.svc-third {
  display: inline-block;
  vertical-align: top;
  height: 370px;
  width: 26%;
  margin: 0 25px;
  text-align: left;
  padding: 20px;
  background: #f2f2f2;
  position: relative;
  box-shadow: 4px 4px 13px 1px rgba(125, 125, 125, 0.45);
  border-top: 25px solid #333;
}

.svc-third h5 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  padding: 0;
  text-align: left;
  letter-spacing: 1.3px;
  color: #0888ca;
  margin-bottom: 10px;
}

.svc-third p {
  font-size: 15px;
  line-height: 1.7;
  padding: 20px 0;
}

/* LOCATIONS PAGE
------------------------------------------------*/
.loc-box {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 20px auto;
  padding: 30px;
  background: #0888ca;
  box-shadow: 2px 2px 4px #b7b7b7;
}

.loc-box h3 {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
}

.loc-box .loc-left {
  width: 34%;
  display: inline-block;
  height: 250px;
  vertical-align: top;
  padding: 30px;
  border: 1px solid #fff;
  text-align: left;
  color: #fff;
}

.loc-box .loc-left .contact-info {
  padding: 10px 0;
}

.loc-box .loc-left .fa {
  padding-right: 5px;
  display: inline-block;
  vertical-align: text-top;
}

.loc-box .loc-left p {
  display: inline-block;
  vertical-align: text-top;
  padding: 0;
}

.loc-box .loc-map {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}

.loc-box a {
  color: #fff;
  text-decoration: none;
}

/* INVENTORY
------------------------------------------------*/
.cf {
  background: #fff;
}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button {
  background: #0888ca !important;
}

.hosted-content .hosted-content .svg-inline--fa.fa-w-10 {
  width: auto !important;
}

.hosted-content h1 {
  font-size: 20px;
  color: #000;
  text-transform: none;
  padding-bottom: 0 !important;
  font-weight: bold;
}

.hosted-content h3 {
  text-transform: none !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
  text-transform: none !important;
}

/* FOOTER
------------------------------*/
.footer {
  width: 100%;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background: #0888ca;
}

.footer p {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
  padding: 0;
}

.footer p:last-child {
  text-align: right;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.anniv-banner-mobile {
  display: none !important;
}





/* Inventory
------------------------------*/

#inv {
  padding: 5% 0;
}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
  font-family: bahnschrift, urw-din, sans-serif !important;
}

/* Reset font, ignore icons */

.listing-top-right a,
.lower-detail-data-left button,
.send-email-btn,
.media-buttons a,
.media-buttons button,
.faceted-search,
.listing-dealer-info a,
.view-listing-details-link,
.main-detail-data .contact-options a,
.fin-calc-btn-mobile,
.selected-facet,
.page-nav,
.apply-button,
.back-button,
.calculator-btn,
.mobile-done-button {
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
  margin: 2px 3px 3px 4px;
}

.faceted-text-input-searchType .search-type input[type=checkbox],
.faceted-text-input-searchType .search-type input[type=radio] {
  margin: 0px 3px 0px 6px;
}


.bread-crumbs-heading .return-links .return-links-link span,
#no-compare-listings,
.bread-crumbs-heading .return-links .return-links-link i {
  color: #0888ca !important;
}


.hosted-content .attachment-search .search-checkboxes label .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0px !important;
}

.view-listing-details-link,
.selected-facet,
.view-listing-details-link,
.buy-now-link,
.check-availability-link,
.email-seller-link,
.offer-btn,
.buy-btn,
.dealer-phone-mobile,
.offer-btn-mobile,
.send-email-btn-mobile,
.send-wholesale-email-btn-mobile,
.fin-calc-btn-mobile,
.mobile-breadcrumb,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button,
.dealer-btns-bottom a {
  background: #0888ca !important;
}

.selected-facet,
.dealer-phone-mobile,
.offer-btn,
.offer-btn-mobile,
.fin-calc-btn-mobile,
.send-wholesale-email-btn-mobile,
.send-email-btn-mobile,
.buy-now-link,
.view-listing-details-link,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button {
  border: solid 1px #0888ca !important;
  transition: ease all 0.2s !important;
}

.selected-facet:hover,
.dealer-phone-mobile:hover,
.offer-btn:hover,
.offer-btn-mobile:hover,
.fin-calc-btn-mobile:hover,
.send-wholesale-email-btn-mobile:hover,
.send-email-btn-mobile:hover,
.buy-now-link:hover,
.view-listing-details-link:hover,
.main-detail-data .contact-options a:hover,
button.g-recaptcha.button:hover,
.page-nav:hover,
.apply-button:hover,
.mobile-done-button:hover,
.dealer-btns-bottom a:hover {
  background: #fff !important;
  color: #0888ca !important;
}

.check-availability-link,
.email-seller-link,
.video-chat-link,
.faceted-search,
.faceted-show-all-btn,
.cs-btns a,
.calculator-btn {
  background: #000 !important;
  border: solid 1px #000 !important;
  transition: ease all 0.2s !important;
}

.check-availability-link:hover,
.email-seller-link:hover,
.video-chat-link:hover,
.faceted-search:hover,
.faceted-show-all-btn:hover,
.cs-btns a:hover,
.calculator-btn:hover {
  background: #fff !important;
  color: #000 !important;
}

.list-content .list-title .list-listings-count,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
#inv .error-message,
#inv .info,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-price,
.compare-price,
.compare-title {
  color: #000 !important;
}

/* heading */
.list-content .list-title .list-title-text,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
.main-detail-data .detail-title,
.parts-title-text {
  padding-left: 4px;
}

.detail-content .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.part-detail-additional-data .data-label,
.part-detail-content .detail-contact-bar {
  background: #000 !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-page-nav,
.contact-options a {
  background: #000 !important;
}

.list-main-section .contact-options a {
  border: #000 solid 1px !important;
  transition: ease all 0.2s !important;
}

.list-main-section .contact-options a:hover {
  background: transparent !important;
  color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container a,
.back-button {
  border-color: #000 !important;
  color: #000 !important;
}

.material-icons,
.collapsible-content a {
  color: #fff !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
  background-color: #000 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
  height: 48px !important;
  box-sizing: border-box;
}

.list-content .list-error-container .info button {
  background-color: #0888ca !important;
  border-radius: 0px;
}

.boxs-reset,
.boxs-reset * {
  box-sizing: border-box;
}





@media screen and (max-width: 1450px) {
  .hero {
    padding: 80px 50px;
  }

  .hero .hero-txt {
    width: 60%;
  }

  .welcome-section .welc-txt {
    padding: 60px 80px 120px 80px;
  }

  .welcome-section .welc-txt .welc-btn {
    right: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .carb-comp-cta {
    margin-top: 20px;
  }

  .carb-comp-cta .carb-cta-right {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 1110px) {
  .hero {
    height: auto;
    background-size: contain;
  }

  .hero .hero-txt {
    width: 100%;
  }

  .hero .hero-txt p {
    width: 60%;
    margin-left: 0;
  }

  .cta-section .cta-third {
    width: 30%;
    margin: 0 15px;
  }

  .welcome-section .welc-img {
    display: none;
  }

  .home-loc-bar {
    padding: 60px 0;
  }

  .home-loc-bar .loc-third h3 {
    font-size: 18px;
    padding: 10px 0;
  }

  .home-loc-bar .loc-third p {
    font-size: 14px;
  }

  .accordion-panel h4 {
    font-size: 14px;
  }

  .accordion-panel .accordion dt {
    padding: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .cta-section .cta-third {
    width: 31%;
    margin: 0 7px;
  }

  .home-loc-bar {
    padding: 60px 40px;
  }

  .home-loc-bar .loc-third {
    width: 100%;
    padding-bottom: 50px;
  }

  .accordion-panel {
    width: 51%;
  }

  .carb-comp-cta .carb-cta-left {
    height: 600px;
  }
}

@media screen and (max-width: 900px) {
  .mobile-warranty {
    display: block;
  }

  .desktop-svcs {
    display: none;
  }

  .loc-box .loc-left {
    width: 100%;
    height: auto;
  }

  .loc-box .loc-map {
    width: 100%;
  }

  .carb-comp-cta {
    flex-direction: column;
  }

  .carb-comp-cta .carb-cta-left {
    height: 400px;
    background-position: center right;
  }
}

@media screen and (max-width: 830px) {
  .header-contact p {
    font-size: 14px;
  }

  .hero {
    padding: 180px 50px 30px 50px;
  }

  .hero .hero-txt p {
    width: 100%;
  }

  .hero .hero-txt .hero-btn {
    width: 45%;
    margin: 10px 10px 10px 0;
  }

  .cta-section .cta-third {
    width: 75%;
    margin: 10px auto;
    height: auto;
  }

  .home-loc-bar {
    padding: 40px 10px;
  }

  .accordion-panel {
    width: 55%;
  }

  .anniv-banner-mobile {
    display: inline-block !important;
    max-width: 170px;
  }

  .abt-left {
    width: 100%;
  }

  .abt-left img {
    width: 30%;
  }

  .abt-right {
    display: none;
  }

  .ct-right {
    width: 34%;
  }
}

@media screen and (max-width: 700px) {
  .header-contact p {
    display: block;
    width: 100%;
    padding: 5px 0;
  }

  .hero {
    background-size: 150%;
    background-position: right top;
    padding: 210px 50px 30px 50px;
  }

  .hero .hero-txt .hero-btn {
    font-size: 16px;
  }

  .cta-section {
    padding: 50px 0;
  }

  .cta-section .cta-third h3 {
    padding: 30px 0 0 0;
  }

  .sub-wrapper .sub-img-right {
    display: none;
  }

  .ct-right {
    width: 40%;
  }
}

@media screen and (max-width: 550px) {
  .hero {
    padding: 180px 30px 30px 30px;
  }

  .hero .hero-txt .hero-btn {
    width: 100%;
    margin: 5px 0;
  }

  .cta-section .cta-third {
    padding: 20px 20px 40px 20px;
  }

  .welcome-section .welc-txt {
    padding: 40px 40px 120px 40px;
  }

  .welcome-section .welc-txt .welc-btn {
    right: 40px;
  }

  .accordion-panel {
    width: 65%;
  }

  .sub-wrapper {
    padding: 40px 20px;
  }

  .sub-wrapper h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .svc-contact {
    padding: 60px 0;
  }

  .ct-row {
    flex-direction: column;
  }

  .ct-right {
    width: 100%;
    padding-top: 5px;
  }

  .footer p {
    width: 100%;
    text-align: center;
  }

  .footer p:last-child {
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .hero {
    padding: 140px 30px 30px 30px;
  }

  .cta-section .cta-third {
    width: 85%;
  }

  .accordion-panel {
    width: 80%;
  }

  .carb-comp-cta .carb-cta-left {
    display: none;
  }
}