﻿/***** BEGIN RESET 

font-family: 'Manrope', sans-serif;
font-family: 'Montserrat', sans-serif;

*****/

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;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Manrope', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0;
}

p {
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


/*--- HEADER STYLES ---------------------*/
header {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	background: #fff;
}

.header {
	padding: 10px 0;
}

.flex-head {
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}


#contact-nav {
    background: #2b3691;
    border-radius: 100px;
    color: #fff;
	
	    transition: all .4s;
}

#contact-nav:hover {
	background: #be0032;
}

#contact-nav a {
	color: #fff;
}

.logo img {
    max-width: 100%;
    width: 270px;
}
.phone-head a {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    color: #000 !important;
    font-size: 18px;
	transition: .3s all;
}

.phone-head a:hover {
	color:  #be0032 !important;
}
.phone-head .fas {
	color:  #be0032 !important;
}
.right-side {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*---BODY--------------------------------*/
.page-wid {
	max-width: 1300px;
	margin: 0 auto;
	width: 90%;
}
.flex-container {
	display: flex;
}
.center {
	text-align: center;
}

.grey-bg {
	background: url("/siteart/bg.jpg") repeat;
}

.white-bg {
	padding: 30px;
	background: #fff;
}

#pad-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

#pad-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}



/*---HOME PAGE---------*/
.hero {
	background: url("/siteart/hero.jpg") no-repeat;
	background-size: cover;
	background-position: 25% 50%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	padding: 8% 0;
	min-height: 10vh;
}

.hero-text {
	 font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #fafafa;
	text-transform: uppercase;
}

.hero-text h1 {
   font-weight: 500 !important;
}


/* CTA */

.cta-wrap {
    width: 90%;
    margin: 0 auto;
    gap: 40px;
    padding: 20px 0 0;
}

.cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex: 1;
    border: 2px solid #be0032;
    padding: 15px 0;
	    transition: all 1s;
	text-align: center;
}

.cta:hover {
	border-radius:30px 0;
}

.cta:hover .cta-title {
	color: #be0032;
}

.blue-cta:hover .cta-title {
	color: #2b3691;
}
.blue-cta {
	border-color: #2b3691;
}

.cta-img img {
	max-width: 100%;
	width: 140px;
}

.cta-title {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: 600;
	transition: all 1s;
}


.home-bg {
	background:url("/siteart/home-bg.jpg") no-repeat;
	background-size: cover;
	background-position: 25% 20%;
}

.home-text {
	padding: 6% 0;
    width: 60%;
    margin: 0 auto;
    text-align: center;
	
}


.home-text h2 {
    font-weight: 400 !important;
    margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 28px;
}


span#lg-text {
    display: block;
    font-size: 38px;
    font-weight: 700;
    color: #2b3691;
}

button.red-btn {
    background: #be0032;
    border: none;
    padding: 15px 30px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
	border-radius: 100px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: all .8s;
	font-weight: 600;
}
button.red-btn:hover {
	background: #2b3691;
}

/*manu*/

.brand-wrap {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}


.brands img {
	max-width: 100%;
    height: 60px;
	margin: 0 auto;
}

.brand-title {
	position: absolute;
    z-index: 999;
    background: #be0032;
    height: 100%;
	display: flex;
    align-items: center;
    padding: 0 30px 0 65px;
	width: 20%;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
    font-size: 26px;
	font-weight: 700;
	
}

.brands a {
    display: inline-block;
} 


.brands {
	text-align: center;
}

.brand-slider {
    padding: 15px 0;
}

.brand-title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #be0032;
    transform-origin: bottom left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
	box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.7); 
	
}



.contact-wrap {
	width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.home-contact {
	background: #2b3691;
    clip-path: polygon(8% 0%,100% 0%,92% 100%,0% 100%);
    width: 40%;
    display: inline-block;
    position: absolute;
    z-index: 999999;
    top: 0;
    bottom: 0;
    right: 50%;
    left: 30%;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 350px;
}

.home-hours {
	background:url("/siteart/contact-bg.jpg") no-repeat;
	background-size: cover;
	    background-position: center;
   flex-basis: 34%;
	    display: flex;
    align-items: center;
    justify-content: center;
	height: 350px;
}

.home-map {
	display: inline-block;
    flex-basis: 34%;
    align-items: flex-start;
}

.home-map iframe {
	display: block;
}



.contact-text,.hour-text {
	width: 50%;
    margin: 0 auto;
	height: 300px;
    
}

.contact-item {
	display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 35px;
	color: #fff;
	line-break: anywhere;
}

.contact-item:last-of-type {
	margin-bottom: 0 !important;
}



a.c-info {
    color: #fff;
	font-family: 'Manrope', sans-serif;
	transition: all .4s;
}

a.c-info:hover {
	color: #be0032;
}

.contact-text h3,.hour-text h3 {
    font-size: 26px;
    text-transform: uppercase;
	margin-bottom: 20px;
	
}

.contact-text h3
{color: #fff;
	
}

p.hours {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}


/*--------ABOUT US STYLES--------------------*/
.about-btn {
	background: url("/siteart/about-btn.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.inventory-btn {
	background: url("/siteart/inv-btn.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.contact-us-btn {
	background: url("/siteart/contact-btn.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.our-services {
	background: url("/siteart/service-btn.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.page-btn {
	padding: 30px;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}


.page-btn:hover .page-btn-text {
	color: #be0032;
}
.page-btns {
	justify-content: space-between;
	gap: 15px;
	margin-top: 50px;
}


.page-btn-text {
	font-size: 24px;
    color: #fff;
    font-weight: 800;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	transition: all 1s;
		
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.about {
	gap:40px;
}

.about a {
	color: #be0032;
	font-weight: 700;
	transition: all .4s;
}

.about a:hover {
	color: #000;
}

.about h1 {
	margin-bottom: 20px;
}

.about ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

.about ul li {
	margin: 10px 0;
}

.page-img {
	flex: 1.5;
}

.page-img img {
	max-width: 100%;
}
.page-text {
	flex: 2;
}


.fa-li {
	color:#2b3691;
}

/*------CONTACT PAGE ------*/
.contact .contact-item {
	color: #be0032;
	margin-bottom: 10px;
	font-size: 16px !important;
}

.contact .contact-item a {
	color: #000;
	transition: all .4s;
}

.contact .contact-item a:hover {
	color: #be0032;
}

.cpage-form {
	flex: 2;
}

.cpage-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact {
	gap: 60px;
}

.contact h2 {
	font-size: 22px;
}

.bottom-map{
	border: 1px solid #eaeaea; 
}

.bottom-map iframe {
	display: block;
}

.top-info .contact-item .fa-stack {
	font-size: 15px !important;
}
/*--------Button STYLES--------------------*/

.relative-hover {
  position: relative;
      width: 30px;
    height: 30px;
}
#hover-arrow {
  width: 100%;
  cursor: pointer;
  position: absolute;
}
#hover-arrow .arrow {
  left: 20%;
}
.arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 10px;
    height: 17px;
  background-size: contain;
  top: 7px;
}
.second {
  margin-left: 10px;
}
.next {
  background-image: url("/siteart/arrow.png");
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.arrow.first.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.page-btn:hover .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.page-btn:hover .arrow.first {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}



/*-------- FOOTER STYLES ----------------*/
footer{
	border-top: 2px solid #be0032;
	background: #fff;
}

.footer {
	    width: 90%;
    margin: 0 auto;
	padding: 15px 0;
}

.top-bar.flex-container,.bottom-bar.flex-container {
    justify-content: space-between;
	align-items: center;
}

.foot-logo.flex-container {
    gap: 15px;
}

.foot-nav .flex-container {
	gap: 40px;
}

.foot-nav a {
	color: #000;
	font-size: 18px;
	transition: all .4s;
}

.foot-nav a:hover {
	color: #be0032;
}
.foot-logo img {
	width: 145px;
	max-width: 100%;
}


#foot-hr {
	border: .5px solid #bababa;
	opacity: .5;
	width: 95%;
	    margin: 10px auto;
}

.hosted-text p, .hosted-text a,.foot-contact p, .foot-contact a {
	font-size: 15px;
	color: #000;
}


.red-phone {
	color: #be0032 !important;
	font-weight: 600;
}


.foot-contact {
	gap: 50px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: 'Montserrat', 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,.compare-listings-container .compare-container .button,.faceted-search-content .selected-facets-container .selected-facet {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}

.dealer-info .phone-and-email .send-email-btn {
	background: transparent !important;color:#be0032 !important; border-color:#be0032 !important; transition: ease all 0.2s !important;
}

.dealer-info .phone-and-email .send-email-btn:hover {
	color: #2b3691!important;
	border-color: #2b3691 !important;
}
.list-content .list-main-section,.faceted-search-content .faceted-section-box,.detail-wrapper .main-detail-data,.compare-listings-container .compare-container {background:#fff !important;}

.list-top-section .list-title .list-title-text,.faceted-search-content .faceted-section-head,.list-content .listing-portion-title,.list-content .price-container .price,.list-content .list-listing .dealer-name,.dealer-info .phone-and-email .send-email-btn,.ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder input,.list-main-section .contact-options a,.view-listing-details-link,.list-content .list-listing-mobile .dealer-phone-container a,.list-content .list-error-container .info button,.contact-options a,.fin-calc-mobile>a,.compare-listings-container .compare-container .compare-price,.compare-listings-container .compare-container .button {
font-family: 'Montserrat', sans-serif !important;
}

.list-content .list-listing-mobile .dealer-phone-container a {
	border-color: #2b3691 !important;
	font-weight: 700 !important;
	color: #2b3691 !important;
}

.ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder input {
	text-transform: uppercase !important; font-weight: 700 !important; border-radius: 90px !important;
}

.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,.detail-additional-data .data-row .data-value,.dealer-info,.listing-widgets a,.dealer-info .dealer-company-header,.faceted-search-content .selected-facets-container .selected-facet,.breadcrumbs__link,.media-buttons .print-this, .media-buttons .email-this,.detail-wrapper .detail-category,.detail-wrapper .search-results span,.compare-chkbox-container .compare-listings .compare-label,.compare-listings-container .compare-container{
font-family: 'Manrope', sans-serif !important;
}



.list-content .list-main-section,.faceted-search-content {
	border-radius: 5px !important;
}

.list-content .list-listing {
	border: 1px solid #f1f1f1 !important;
}
.faceted-search-content .selected-facets-container {
background: #fff;
	}
.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,.mobile-option-bar .mobile-option-bar-filter {color:#be0032 !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,.compare-listings-container .compare-container .button,.faceted-search-content .faceted-section-box .faceted-search {background:#be0032 !important; transition: all .4s !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,.compare-listings-container .compare-container .button,.faceted-search-content .faceted-section-box .faceted-search{border: solid 1px #be0032 !important; transition: all .4s !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,.compare-listings-container .compare-container .button:hover,.faceted-search-content .faceted-section-box .faceted-search:hover {background: #2b3691 !important; color: #fff !important; border-color: #2b3691 !important;}

.fin-calc-mobile>a {
	background: #000 !important;
	border: #000 solid 1px !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; 
}

.list-content .list-error-container .info button{
	background: #2b3691 !important;
    border-radius: 100px !important;
	    transition: all .4s !important;
}
.list-content .list-error-container .info button:hover {
background: #be0032 !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: all .4s !important;}
.list-main-section .contact-options a:hover {background: transparent !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 .selected-facet,.list-content .list-error-container .info .selected-facet button {
	    background-color: transparent !important;
    border: none !important;
}



.detail-additional-data .data-row .data-label {
	text-transform: uppercase !important;
    letter-spacing: .5px !important;
	    background-color: #2b3691 !important;
}


.mobile-phone {
	display: none;
}
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1540px) {
	.contact-text, .hour-text {
    width: 65%;
	}
	
	.brand-title {
		width: 15%;
	}
}

@media only screen and (max-width: 1345px) {
	.cta-wrap {
		gap: 20px;
	}
	
	.cta-title {
		font-size: 16px;
	}
	
	.hero-text {
		font-size: 22px;
	}
	
	.home-text {
		width: 80%;
	}
	.phone-head {order: -1;flex-basis: 100%;}
	.right-side{flex-wrap:wrap;gap:10px;    text-align: right !important;}
	.navigation {
    flex-basis: 100%;
}
}

@media only screen and (max-width: 1200px) {
	.foot-nav .flex-container {
    gap: 25px;
}
	
	.foot-logo img {
    width: 120px;
	}
	
	.phone-head a {
		font-size: 16px;
	}
	
}

@media only screen and (max-width: 1100px) {
	.contact-text h3, .hour-text h3 {
    font-size: 22px;
	}
	
	.foot-nav a {
		font-size: 15px;
	}
	

	
	.page-btns {
		flex-wrap: wrap;
	}
	
	.page-btn-text {
		font-size: 22px;
	}
	.page-btn {
    padding: 30px 20px;
	}
	
.contact {
    gap: 30px;
}
	
	
}
@media only screen and (max-width: 1047px) {
	.cta-wrap,.contact-wrap {
		flex-wrap: wrap;
	}
	
	.cta-img img {
		width: 120px;
	}
	
	.home-map {
		flex-basis: 100%;
	}
	
	.home-hours {
		order: -1;
    flex-basis: 56%;
	}
	
	.home-contact {
		    clip-path: polygon(10% 0%,100% 0%,100% 100%,0% 100%);
    width: 50%;
    left: 50%;
	}
	
	
	.brand-title {
    width: 22%;
}
	
	.cpage-form {
    flex: 1;
}
	
	
	
}

@media only screen and (max-width: 1015px) {
	.desktop-only {
		display: none !important;
	}
	.mobile-phone {
		display: block;
	}
	
	.mobile-phone a {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    color: #fff !important;
    font-size: 18px;
    transition: .3s all;
}
	.mobile-phone {
    padding: 10px;
    text-align: center;
    background: #2b3691;
    color: #fff;
}
}

@media only screen and (max-width: 940px) {
	.hero-text {
    font-size: 18px;
}
	
	.home-text {
		width: 90%;
	}
	.home-text {
    padding: 80px 0;
	}

	.page-btn {
    flex-basis: 100%;
	}
	.page-btn-text {
    font-size: 24px; 
	}
}

@media only screen and (max-width: 900px) {
	.foot-nav .flex-container {
		justify-content: center;
	}
	
	.foot-nav {
		order: -1;
    flex-basis: 100%;
	}
	
	.top-bar.flex-container {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	
	.foot-logo.flex-container {
		flex-basis: 100%;
		justify-content: center;
	}
	
	.foot-nav a {
		font-size: 18px;
	}
	
	.fa-ul {
		margin-left: 30px;
	}
	
	.brand-title {
    width: 30%;
}
	
}

@media only screen and (max-width: 830px) {
	.cta {
		flex-basis: 45%;
	}
	
	.cta-title {
		font-size: 18px;
	}
	
	.home-hours {
    order: -1;
    flex-basis: 50%;
}
	.home-contact {
    clip-path: none;
    width: 50%;
    left: 50%;
    position: initial;
    order: -1;
    flex-basis: 50%;
}
	.contact-text, .hour-text {
    width: 80%;
		padding: 30px 0px;
}
	.home-contact,.home-hours,.contact-text, .hour-text {
		height: auto !important;
	}
	
	.contact-item {
		gap: 5px;
	}
	.home-map iframe {
		height: 200px;
	}
	
	.page-text,.page-img {
		flex-basis: 100%;
	}
	
	.about {
		flex-wrap: wrap;
	}
	
	.page-img img {
		width: 80%;
		margin: 0 auto;
	}
	
	.page-img {
		text-align: center;
	}
	.cpage-form,.cpage-info {
		flex-basis: 100%;
	}
	
	.contact {
		flex-wrap: wrap;
	}
	
	.top-info h2 {
		display: none;
	}
	
	.top-info {
		display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.contact .contact-item {
    color: #be0032;
    margin-bottom: 10px;
    flex-direction: column;
    text-align: center;
}
	
	.foot-nav .flex-container {
		justify-content: space-between;
	}
}
@media only screen and (max-width: 750px) {
	.hosted-text,.foot-contact {
		flex-basis: 100%;
		justify-content: center;
    text-align: center;
		flex-wrap: wrap;
	}
	
	.bottom-bar.flex-container {
		flex-wrap: wrap-reverse;
		gap: 20px;
		justify-content: center;
	}
	
	.foot-nav .flex-container {
		
		flex-wrap: wrap;
	}
	
	
	
}

@media only screen and (max-width: 700px) {
	.home-contact,.home-hours {
		flex-basis: 100%;
	}
	
	.contact-item {
		margin-bottom: 20px;
		font-size: 18px;
	}
	
	
	p.hours {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.contact-text h3, .hour-text h3 {
		margin-bottom: 20px;
	}
	
	
	.brand-title:after {
		display: none;
	}
	
	.brand-title {
    position: relative;
    z-index: 999;
    background: url("/siteart/mobile-border.png") no-repeat;
	    background-size: cover;
    padding: 20px 0;
    background-position: 95% 33%;
    width: 100% !important;
	}
	#title-wrap {
		width: 90%;
    margin: 0 auto;
	}
	
}
@media only screen and (max-width: 690px) {
	.contact .contact-item {
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 640px) {
.hero-text {
    font-size: 16px;
}
	
	.foot-logo.flex-container {
		flex-wrap: wrap;
	}
	
	.foot-nav .flex-container {
		justify-content: center;
	}
}


@media only screen and (max-width: 530px) {
	.cta {
		flex-basis: 100%;
	}
	span#lg-text {
		font-size: 32px;
	}
	
	.home-text h2 {
		font-size: 22px;
	}
	
	.page-img img {
		width: 100%;
	}
	
	
}


@media only screen and (max-width: 430px) {
	.foot-contact {
    gap: 20px;
}
	
	.hours span:first-of-type {
    margin-right: 20px;
}
	
	.brand-title {
		background-position: 87% 12%;
	}
	
	button.red-btn {
		width: 80%;
		padding: 20px 0;
	}
	
	.contact-item,p.hours {
		font-size: 15px;
	}
	
	.flex-head {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
  }
	.logo {
		flex-basis: 100%;
		text-align: center;
	}
	
	.navigation {
		flex-basis: 100%;
		text-align: center;
	}
	
	.page-btn-text {
    font-size: 18px;
}
	.page-btn {
    padding: 30px 10px;
}
	
	
}

@media only screen and (max-width:385px) {
	
	
}






