﻿/*===================== 
	Color information
	
    blue #213b74
    lt blue #3b62b7
    grey #f0f1f3
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: "Barlow", sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;}


	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-size: 30px;
        font-weight: 700;
}
	h2 {
        font-size: 28px;
        font-weight: 700;
}
	h3 {
        font-size: 24px;
        font-weight: 700;
}
	h4 {
        font-size: 20px;
        font-weight: 700;
}
	h5 {
        font-size: 18px;
        font-weight: 700;
}
	h6 {}

p {
    font-size: 18px;
	margin: 0;
	}

.bold {
    font-weight: bold!important;
	}
.sub-header {
    font-family: "Barlow Condensed", sans-serif;
    color: #213b74;
    font-size: 40px;
    font-weight: 400;
}
.sub-header span {
    font-weight: 700;
}
.blue-bg-1 {
    background: #3b62b7;
}
.font-white {
    color:#fff;
}
.font-blue {
    color:#3b62b7;
}
.text-center {
    text-align: center;
}
.center {
    text-align: center;
}
/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #213b74;
		}  

.blue-btn-1 {
    background:#3b62b7;
    transition: .2s ease-in;
    font-family: "Barlow", sans-serif;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    font-size:20px;
    font-weight: 400;
    color:#fff!important;
    display: inline-block;
    outline:none;
    border: 0px;
    cursor: pointer;
}
.blue-btn-1 span {
    font-weight: 600;
}
.blue-btn-1:hover {
    background:#213b74;
}


.white-btn-1 {
    background:#fff;
    transition: .2s ease-in;
    font-family: "Barlow", sans-serif;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    font-size:20px;
    font-weight: 400;
    color:#3b62b7!important;
    display: inline-block;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    outline:none;
    border: 0px;
    cursor: pointer;
}
.white-btn-1 span {
    font-weight: 600;
}
.white-btn-1:hover {
    background:#3b62b7;
    color:#fff!important;
}
.yellowbold{
	color: #fbda00!important;
	font-weight: 700!important;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
    background: #f0f1f3;;
	}
.top-header {
    padding:10px 20px;
    box-sizing: border-box;
    text-align: center;
    background: #3b62b7;
    width:100%;
}
.top-header p {
    font-family: "Barlow", sans-serif;
    font-size:22px;
    font-weight: 500;
    color:#fff;
    transition: .2s ease-in;
}
.top-header p a {
    font-weight: 700;
    color:#fff;
}
.top-header p a:hover {
    color:#f0f1f3;
    text-decoration: underline;
}


header {
	margin: 0 auto;
    width:100%;
	max-width: 1600px;
    padding:35px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:0 30px;
	}
.head-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:0 20px;
}
.head-logo-1 img {
    width:100%;
    display: block;
    max-width: 150px;
    height: auto;
    margin:0;
}
.head-brand-logos {
    padding:0 20px;
    display: flex;
    gap:10px;
    justify-content: space-between;
    align-items: center;
    border-left:1px solid #000;
}
.christmas-parts {
	width:50%;
	display:block;
	margin:10px auto;
	margin-top:40px;
}
.head-brand-logos img {
    width:50%;
    max-width: 150px;
    height: auto;
    margin:0;
    display: block;
}

.head-location {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-grow: 1;
    box-sizing: border-box;
}
.location-cont-1 {
    width:23%;
    padding:15px 10px;
    box-sizing: border-box;
    background:#fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    display: flex;
    justify-content: space-between;
    gap:10px;
    align-items: center;
}
.location-cont-left {
    display: flex;
    flex-direction: column;
}
.location-cont-left a {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color:#000;
}
.location-cont-left a span {
    font-weight: 400;
}
.location-cont-right {
    color:#213b74!important;
    font-size: 26px;
}
.location-cont-right:hover {
    color:#3b62b7!important;
}
.location-cont-left a:hover {
    color:#3b62b7!important;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
    background:#213b74;
	}
	nav.primary > ul {
		margin:0 auto; 
		padding:0;
        display: flex;
        justify-content: space-around;
        max-width: 1600px;
        width:100%;
		}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                font-family: "Barlow Condensed", sans-serif;
				color: #fff;
				font-size: 24px;
				text-decoration: none;
				padding: 20px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 600;
				}	
			nav.primary ul li a:hover {
				background: #3b62b7;
				color:#fff;
				}
            nav.primary ul li:hover a {
				background: #3b62b7;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				color:#fff;
				background: #3b62b7;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
                background:#213b74;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/


.wrap-hero-slider {
	
}
.hero-slider {
	
}
.hero-slide {
	position: relative;
}
.hero-slider img {
	width: 100%;
    height: 50vw;
    min-height: 450px;
    max-height: calc(100vh - 450px);
	display: block;
	object-fit: cover;
	object-position: center;
}
.hero-slide-overlay {
	width:100%;
	height:100%;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.20) 44.04%,rgba(0,0,0,0.00) 100%);
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
	padding:5% 40px 20px 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap:20px;
	text-align: center;
}
.hero-slide-overlay .large-text {
	font-size: 70px;
    color:#fff;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    text-shadow: 0 0 25px rgba(0,0,0,0.8);
}
.hero-slide-overlay .large-text span {
	font-weight: 700;
}

.hero-slide-overlay img {
	width: unset;
	height: unset;
	min-height: unset;
	max-width: 95%;
}
.hero-slide-overlay .small-text {
    font-size: 32px;
    color:#fff;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    text-shadow: 0 0 25px rgba(0,0,0,0.8);
}
.slick-prev {
	left:20px;
	top:50%;
	position: absolute;
	z-index: 2;
	font-size: 30px;
	color:rgba(255,255,255,0.5);
	cursor: pointer;
	transition: .2s ease-in;
}
.slick-next {
	right:20px;
	top:50%;
	position: absolute;
	z-index: 2;
	font-size: 30px;
	color:rgba(255,255,255,0.5);
	cursor: pointer;
	transition: .2s ease-in;
}
.slick-next:hover, .slick-prev:hover {
	color:rgba(255,255,255,0.7);
}

.slick-prevtop {
	left:20px;
	top:30%;
	position: absolute;
	z-index: 2;
	font-size: 15px;
	color:rgba(255,255,255,0.5);
	cursor: pointer;
	transition: .2s ease-in;
}
.slick-nexttop {
	right:20px;
	top:30%;
	position: absolute;
	z-index: 2;
	font-size: 15px;
	color:rgba(255,255,255,0.5);
	cursor: pointer;
	transition: .2s ease-in;
}
.slick-nexttop:hover, .slick-prevtop:hover {
	color:rgba(255,255,255,0.7);
}

.wrap-hero {
    width: 100%;
    height: 50vw;
    min-height: 450px;
    max-height: calc(100vh - 450px);
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.20) 44.04%,rgba(0,0,0,0.00) 100%), url(../siteart/hero-img-1.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.20) 44.04%,rgba(0,0,0,0.00) 100%), url(../siteart/hero-img-1.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.20) 44.04%,rgba(0,0,0,0.00) 100%), url(../siteart/hero-img-1.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.20) 44.04%,rgba(0,0,0,0.00) 100%), url(../siteart/hero-img-1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    display: flex;
    justify-content: center;
}
.hero-overlay-1 {
    text-align: center;
    padding: 7vh 20px 20px 20px;
}
.hero-overlay-1 h1 {
    font-size: 70px;
    color:#fff;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    text-shadow: 0 0 25px rgba(0,0,0,0.8);
}
.hero-overlay-1 h1 span {
    font-weight: 700;
}
.hero-overlay-1 h2 {
    font-size: 32px;
    color:#fff;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    text-shadow: 0 0 25px rgba(0,0,0,0.8);
}
.wrap-cta-1 {
    width:100%;
    background:#f0f1f3;
    position: relative;
    padding:40px 20px;
    box-sizing: border-box;
}
.wrap-cta-1 .container-1 {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    align-items: flex-start;
    margin-top:-50px;
    gap:20px 0;
}
.home-cat-cont-1 {
    width:42%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:15px 0;
}
.home-cat-cont-1 .blue-btn-1 {
    width:49%;
    display: block;
}
.home-search-cont-1 {
    width:56%;
}
.home-search-cont-1 h2 {
    font-size: 45px;
    color:#213b74;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    text-align: center;
    height: 64px;
}
.home-search-cont-1 h2 span {
    font-weight: 700;
}
.home-search-cont-1 form {
    width:100%;
    gap:15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-search-cont-1 form select {
    font-family: "Barlow", sans-serif;
    background: #fff;
    border:1px solid #213b74;
    padding:19px 20px;
    font-size: 20px;
    color:#000;
    width:100%;
}
.home-search-row {
    display: flex;
    background: #fff;
    border:1px solid #213b74;
    color:#000;
}
.home-search-row input {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    width:100%;
    background: #fff;
    outline:none;
    border:0px;
    padding:19px 20px;
    box-sizing: border-box;
}
.home-search-row button {
    background: #fff;
    outline:none;
    border:0px;
    font-size: 30px;
    color:#213b74;
    transition: .2s ease-in;
    padding-right:10px;
    cursor: pointer;
}
.home-search-row button:hover {
    color:#3b62b7;
}
.wrap-about-home {
    width:100%;
    padding:200px 20px;
    box-sizing: border-box;
    position: relative;
}
.wrap-about-home:before {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/home-about-img-2.jpg");
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/home-about-img-2.jpg");
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/home-about-img-2.jpg");
    background-image: linear-gradient(180deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/home-about-img-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.wrap-about-home .container-1 {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}
.home-about-cont {
    background:#f0f1f3;
    padding:70px;
    box-sizing: border-box;
    max-width: 950px;
    width:100%;
}
.home-about-cont h2 {
   font-family: "Barlow Condensed", sans-serif;
    color:#213b74;
    font-size:30px;
    font-weight: 700;
}
.home-about-cont h2 span {
    font-weight: 400;
}
.home-about-cont p {
    padding:30px 0;
    line-height: 1.5;
    font-weight:600;
}
.about-btn-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px 0;
}
.about-btn-cont .white-btn-1 {
    width:49%;
    display: block;
}



/*===================== 
	slideshow styles 
=======================*/

.wrap-promo-slider {
    width:100%;
    background:#213b74;
    padding:40px 20px;
    box-sizing: border-box;
}
.wrap-promo-slider h2 {
    font-family: "Barlow Condensed", sans-serif;
    color:#fff;
    font-size:40px;
    font-weight:400;
    text-align: center;
    padding-bottom:40px;
}
.wrap-promo-slider h2 span {
    font-weight:700;
}
.promo-slider-cont-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.promo-slider-info {
    width:50%;
    height: 600px;
    background:#f0f1f3;
    z-index: 2;
}
.promo-slider-info .slick-list {
    height: 100%;
    overflow: visible!important;
}
.promo-slider-info .slick-track:before, .promo-slider-info .slick-track:after {
    display: none!important;
}
.promo-slider-info .slick-track {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: none!important;
}
.promo-slider-info .slick-slide {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    box-sizing: border-box;
    padding:0 30px;
}
.promo-slider-info .slick-slide h3 a {
    font-size: 18px;
    color:#000;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    transition: .2s ease-in;
}
.promo-slider-info .slick-slide h3 a span {
    font-weight: 600;
}
.promo-slider-info .slick-slide h3 i {
    margin-left:10px;
    transition: .2s ease-in;
}
.promo-slider-info .slick-slide.slick-current h3 {
    background:#fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
    white-space: nowrap;
    padding:20px;
}

.promo-slider-info .slick-slide.slick-current h3 a {
    color:#3b62b7;
    font-size:26px;
}
.promo-slider-info .slick-slide.slick-current h3 i {
    margin-left:30px;
}
.promo-slider-info .slick-slide:hover h3 a  {
    color:#3b62b7;
}

.promo-slider-img {
    width: 50%;
    height: 600px;
    z-index: 1;
}
.promo-slider-img .slick-list {
    height: 100%;
}
.promo-slider-img .slick-track {
    height: 100%;
}
.promo-slider-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.promo-slider-img h3 {
    display: none;
}
.promo-slider-view-all {
    display: none;
}
.promo-slider-img .slick-next, .promo-slider-img .slick-prev {
    display: none!important;
}


.wrap-location {
    width:100%;
    background:#f0f1f3;
    box-sizing: border-box;
    margin:200px 0;
}

.wrap-location .container-1 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.location-info-slider {
    width:62%;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    margin:-100px 0;
}
.location-info-cont-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
}
.location-info-left {
    width:32%;
    padding: 20px;
    box-sizing: border-box;
}
.location-info-left img {
    max-width: 200px;
    width:100%;
    height: auto;
    display: block;
}
.location-info-left p {
    padding-top:20px;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color:#000;
}
.location-info-left p a {
    font-weight: 600;
    color:#000!important;
}
.location-info-left p span {
    font-weight: 600;
}
.location-info-left .white-btn-1 {
    width:100%;
    display: block;
    margin-top:20px;
}
.location-info-right{
    width:68%;
    padding: 20px;
    box-sizing: border-box;
}
.location-info-right iframe {
    width:100%;
    height: 100%;
    min-height: 400px;
}
.location-links-right {
    width:34%;
    padding:20px;
    box-sizing: border-box;
}
.location-links-right h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: "Barlow Condensed", sans-serif;
    color:#213b74;
    font-size:40px;
    font-weight: 400;
}
.location-links-right h2 span {
    font-weight: 600;
}
.location-slider-nav .slick-track {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: none!important;
    gap:20px 0;
}
.location-slider-nav .slick-track:before, .location-slider-nav .slick-track:after {
    display: none!important;
}
.location-slider-nav .slick-slide {
    width: 48% !important;
    box-sizing: border-box;
    padding:20px;
    background:#3b62b7;
    text-align: center;
    transition: .2s ease-in;
    cursor: pointer;
}
.location-slider-nav .slick-slide h3 {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color:#fff;
}
.location-slider-nav .slick-slide:hover {
    background:#213b74;
}
.location-slider-nav .slick-slide h3 span {
    font-weight: 400;
}
.location-slider-nav .slick-slide.slick-current {
    background:#fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.location-slider-nav .slick-slide.slick-current h3 {
    color:#213b74;
}
.wrap-brands {
    width:100%;
    padding:50px 0;
}
.wrap-brands h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: "Barlow Condensed", sans-serif;
    color:#213b74;
    font-size:40px;
    font-weight: 400;
}
.wrap-brands h2 span {
    font-weight: 600;
}
.wrap-brands .container-1 {
    padding:40px;
}

.brand-slider-1 .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.brand-slider-1 .slick-track:before, .brand-slider-1 .slick-track:after {
    display: none!important;
}

.brand-slider-1 a {
    padding:20px;
    display: block;
}
.brand-slider-1 a img {
    max-width: 170px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    transition: .2s ease-in;
}
.brand-slider-1 a:hover img {
    filter: grayscale(1);
}
.brand-slider-1 .slick-prev {
    position: absolute;
    left:-20px;
    top:45%;
    font-size:30px;
    transition: .2s ease-in;
    cursor: pointer;
    color:#000;
}
.brand-slider-1 .slick-next {
    position: absolute;
    right:-20px;
    top:45%;
    font-size:30px;
    transition: .2s ease-in;
    cursor: pointer;
    color:#000;
}
.brand-slider-1 .slick-prev:hover, .brand-slider-1 .slick-next:hover {
    color:#3b62b7;
}
.brand-slider-view-all {
    display: none;
}


.wrap-content {
    width:100%;
    margin:0;
    padding:40px 20px;
    background:#f0f1f3;
    box-sizing: border-box;
}
.header-img {
    max-width: 200px;
    width: 100%;
    display: block;
    height: auto;
    margin:0 auto;
}

.wrap-content .container-1 {
    background: #fff;
    padding: 50px 35px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.wrap-content .container-1 h1 {
    font-family: "Barlow Condensed", sans-serif;
    color: #213b74;
    font-size: 40px;
    font-weight: 700;
    padding-bottom:10px;
}

.wrap-content .container-1 h1 span {
    font-weight: 400;
}
.wrap-content .container-1 h2 {
    font-family: "Barlow Condensed", sans-serif;
    color: #213b74;
    font-size: 40px;
    font-weight: 700;
    padding-bottom:10px;
}
.wrap-content .container-1 h2 span {
    font-weight: 400;
}
.wrap-content .container-1 ul {
    padding:0 0 0 30px;
}
.wrap-content .container-1 ul li {
    font-size:20px;
    font-weight: 600;
}
.content-btn-cont {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.wrap-content .container-3 {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.wrap-content .container-3 h1 {
    font-family: "Barlow Condensed", sans-serif;
    color: #213b74;
    font-size: 40px;
    font-weight: 700;
    padding-bottom:10px;
}
.wrap-content .container-3 h1 span {
    font-weight: 400;
}
/*===================== 
	Brands page styles 
=======================*/

.brand-container-1 {
    display: flex;
    flex-wrap: wrap;
    gap:20px 1%;
    padding:40px 0;
}
.brand-col-1 {
    width: 19%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    transition: .2s ease-in;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}
.brand-col-1 h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #213b74;
    text-align: center;
    padding-bottom:10px;
    transition: .2s ease-in;
}
.brand-col-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.brand-col-1 img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin:20px auto 0 auto;
    transition: .2s ease-in;
}
.brand-col-1:hover {
    background: #f0f1f3;
}
.brand-col-1:hover h2 {
    color: #000;
}
.brand-col-1:hover img {
    filter: grayscale(1);
}
/*===================== 
	Contact page styles 
=======================*/

.contact-loc-cont-1 {
    padding:50px 0 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px 0;
}
.contact-loc-col-1 {
    width: 49%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.contact-loc-info-1 {
    padding-bottom:20px;
    width:45%;
    box-sizing: border-box;
}
.contact-loc-logo-1 {
    display: flex;
    align-items: center;
    height: 80px;
}
.contact-loc-logo-1 img {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block; 
}
.contact-loc-info-1 p {
    padding-top:20px;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color:#000;
}
.contact-loc-info-1 p a {
    font-weight: 600;
    color:#000!important;
    transition: .2s ease-in;
}
.contact-loc-info-1 p a:hover {
    font-weight: 600;
    color:#213b74!important;
}
.contact-loc-info-1 p span {
    font-weight: 600;
}
.contact-loc-info-1 .white-btn-1 {
    width:100%;
    display: block;
    margin-top:20px;
}
.contact-loc-map-1 {
    width:52%;
}

.contact-loc-map-1 iframe {
    width:100%;
    height: 100%;
    min-height: 300px;
}/*===================== 
	Parts page styles 
=======================*/

.parts-buttons {
    margin: auto;
    max-width: 600px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    
}
@media screen and (max-width: 400px){
.parts-buttons {
    flex-direction: column;
}
}

/*===================== 
	About page styles 
=======================*/

.about-info-cont-1 {
    padding:50px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap:20px 2%;
}
.about-info-col-1 {
    width: 32%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    gap:20px 0;
}
.about-info-img-1 {
   width:49%; 
}
.about-info-img-1  img {
    max-width: 260px;
    width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}
.about-info-content-1 {
    width:49%;
}
.about-info-content-1 h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
.about-info-content-1 p {
    font-size:16px ;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
}

.career-info-cont-1 {
    padding:50px 0 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px 0;
}

.career-info-row-1 {
   width:100%;
}

.career-info-row-1 > ul {
    padding:0!important;
    margin:0!important;
}

.career-info-row-1 > ul > li > ul {
    padding:0 20px;
    box-sizing: border-box;
    margin:20px 0;
    display: block;
}
.career-info-row-1 > ul > li {
    padding:0!important;
    margni:0;
    list-style: none;
}
.career-info-row-1 > ul > li .click {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    font-family: "Barlow", sans-serif;
    background: #3b62b7;
    list-style: none;
}
.career-info-row-1 > ul > li > ul {
    display: none;
    padding:0 20px!important;
    margin:0!important;
}


.career-info-row-1 .loc-dept-contacts-cont-1 {
    padding:15px 0;
    margin:0;
     display: flex;
    flex-wrap: wrap;
    gap:15px 1%;
    width: 100%;
}
.loc-dept-contacts-cont-1 .loc-section-header {
	display: block;
	width:100%;
	color:#3b62b7;
	font-size: 22px;
}


.career-info-col-1 {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    gap:20px 0;
    margin:20px 0;
}
.career-info-col-1 h3 {
    font-family: "Barlow Condensed", sans-serif;
    color: #213b74;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
}
.career-info-col-1 h4 {
    font-family: "Barlow Condensed", sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.career-info-col-1 ul {
    margin:0;
   padding: 10px 0 25px 20px!important; 
}
.career-info-col-1 ul li {
    font-size: 18px!important;
    font-weight: 600!important;
    font-family: "Barlow", sans-serif;
}

/*===================== 
	Manufacturing page styles 
=======================*/

.manu-info-cont-1 {
    padding:50px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap:20px 1.3%;
}
.manu-info-col-1 {
    width: 24%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    gap:20px 0;
    transition: .2s ease-in;
}
.manu-info-col-1 h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #213b74;
    text-align: center;
    transition: .2s ease-in;
}
.manu-info-col-1 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin:20px auto 0 auto;
    transition: .2s ease-in;
}
.manu-info-col-1:hover {
    background: #f0f1f3;
}
.manu-info-col-1:hover h3 {
    color: #000;
}
.manu-info-col-1:hover img {
    filter: grayscale(1);
}

.wrap-manu-dealers {
    width:100%;
    padding:60px 0;
    background:#f0f1f3;
}
.wrap-manu-dealers .container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap:20px 0;
}


.wrap-manu-dealers .container-1 h2 {
    width:100%;
    text-align: center;
    padding-bottom: 20px;
    font-family: "Barlow Condensed", sans-serif;
    color: #213b74;
    font-size: 40px;
    font-weight: 400;
}

.wrap-manu-dealers .container-1 h2 span {
    font-weight: 600;
}
.manu-dealers-row-1 {
    width:49%;   
    padding:10px;
    background:#213b74;
    box-sizing: border-box;
}
.manu-dealers-row-1 h3 {
    text-align: center;
    font-size:40px;
    font-weight: 400;
    color:#fff;
}
.manu-dealers-cont-1 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:15px 0;
}

.manu-dealers-info-cont-1 {
    width: 49%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.manu-dealers-info-cont-1 .lg-text {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    transition: .2s ease-in;
}
.manu-dealers-info-cont-1 a.lg-text {
    text-decoration: underline;
}
.manu-dealers-info-cont-1 .lg-text:hover {
    color: #213b74;
}
.manu-dealers-info-cont-1 .sml-text {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 400;
}
.manu-dealers-info-cont-1 ul {
    padding:20px 0 0 0;
    margin:0;
}
.manu-dealers-info-cont-1 ul li {
    padding:0;
    margin:0;
    list-style: none;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.manu-dealers-info-cont-1 ul li a {
    font-weight: 600;
    color: #213b74;
    transition: .2s ease-in;
}
.manu-dealers-info-cont-1 ul li a:hover {
     color: #3b62b7;
}

.manu-dealers-row-1 > ul {
    padding:0;
    margin:15px 0;
}
.manu-dealers-row-1 > ul > .hide-mobile {
    padding:0;
    margin:0;
}
.manu-dealers-row-1 > ul > li {
    padding:0;
    margin:0;
    list-style: none;
}
.manu-dealers-row-1 > ul > li .click {
    width:100%;
    text-align: center;
    padding:5px 20px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: "Barlow", sans-serif;
    background:#3b62b7;
    border:1px solid #3b62b7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .2s ease-in;
}
.manu-dealers-row-1 > ul > li .click1:hover {
    background:#213b74;
}

.manu-dealers-row-1 > ul > li > ul {
    padding:0;
    margin:20px 0;
    display: none;
}

.wrap-manu-prod {
    width:100%;
    padding:60px 0;
    background:#fff;
}
.wrap-manu-prod .container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    gap:20px 0;
}

.manu-prod-nav {
    width:35%;
    background:#213b74;
    padding:20px;
    box-sizing: border-box;
}
.manu-prod-nav .slick-list {
    overflow: visible;
}
.manu-prod-nav .slick-track {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: none !important;
  gap: 20px 0;
}
.manu-prod-nav .slick-track::before, .manu-prod-nav .slick-track::after {
    display: none;
}
.manu-prod-nav .slick-slide {
  width: 100% !important;
  box-sizing: border-box;
  padding: 20px;
  background: #3b62b7;
  text-align: center;
  transition: .2s ease-in;
  cursor: pointer;
    border:1px solid #3b62b7;
}
.manu-prod-nav .slick-slide h3 {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color:#fff;
}
.manu-prod-nav .slick-slide:hover {
    background:#213b74;
}
.manu-prod-nav .slick-slide h3 span {
    font-weight: 400;
}
.manu-prod-nav .slick-slide.slick-current {
    background:#fff;
    border:1px solid #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.manu-prod-nav .slick-slide.slick-current h3 {
    color:#213b74;
}


.manu-prod-slider {
    width:65%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}
.manu-no-slide-cont {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.manu-prod-info-1 {
    display: flex;
    flex-wrap: wrap;
    gap:20px 0;
}
.manu-prod-info-1 h2 {
    width:100%;
    text-align: center;
    padding-bototm:20px;
    color:#213b74;
}
.manu-prod-info-1 h3 {
    width:100%;
    text-align: center;
    padding-bototm:20px;
    color:#213b74;
}
.manu-prod-info-row-1 {
    width:54%;
}
.manu-prod-info-col-2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0; 
}
.manu-prod-info-col-2 p {
    width:100%;
}
.manu-prod-info-row-1 ul, .manu-prod-info-col-2 ul, .manu-prod-info-col-3 ul {
    margin: 0;
    padding: 10px 0 25px 20px !important;
}
.manu-prod-info-row-1 ul li, .manu-prod-info-col-2 ul li, .manu-prod-info-col-3 ul li {
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: "Barlow", sans-serif;
}
.manu-prod-img-row-1 {
    width:45%;
}
.manu-prod-img-col-2 {
    width:45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
}
.manu-prod-img-cont-1 {
    padding-bottom:15px;
    box-sizing: border-box;
}
.manu-prod-info-col-2 .manu-prod-img-cont-1, .manu-prod-img-col-2 .manu-prod-img-cont-1 {
    width:49%!important;
}
.manu-prod-info-col-2 .manu-prod-img-cont-2 {
    width:32%;
}
.manu-prod-img-cont-3 {
    width:49%;
}
.manu-prod-img-cont-3 img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
.manu-prod-img-cont-4 img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}


.manu-prod-img-cont-2 img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.manu-prod-img-cont-1 img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
.manu-prod-img-cont-1 p {
    padding-top:5px;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-align: center;
}
.manu-prod-table-1 {
    width:100%;
    border:1px solid #000;
}
.manu-prod-table-1 .row-1 {
    width:100%;
    display: flex;
    box-sizing: border-box;   
}
.manu-prod-table-1 .row-1:nth-child(odd)  {
    background:#f0f1f3;
}
.manu-prod-table-cont-1 {
    font-size: 18px;
    font-weight: 500;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    border:1px solid #000;
    width:25%;
    flex-grow: 1;
}
.manu-prod-table-cont-1 p {
    font-size: 18px;   
}
.manu-prod-table-cont-1.top-col {
    font-size: 20px;
    color:#fff;
    background:#213b74!important;
}
.manu-prod-table-cont-1.top-col p {
    font-size: 20px;
}
.prod-flex-font-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
}




/*===================== 
	pRECISION page styles 
=======================*/

.-info-1 {
    text-align: center;
    margin-bottom:30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border:1px solid #000;
    padding:10px;
    box-sizing: border-box;
}
.precision-info-1 img {
    margin:15px auto;
}
.precision-header {
	width:70%;
}
.precision-contact {
	width:29%;
	margin:0 auto;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	background: #3b62b7;
	text-align: left;
	gap:5px 0;
}
.precision-contact h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
	border-bottom: 1px solid #fff;
	padding-bottom:5px;
	text-align: left;
	
}
.precision-contact h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
	text-align: left;
}
.precision-contact p {
    font-size:16px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
	color: #fff;
}
.precision-contact p a {
	color: #fff;
}

/*===================== 
	Banner styles 
=======================*/

.wrap-service-special {
	width:100%;
	padding:40px 20px;
	box-sizing: border-box;
}
.wrap-service-special p {
	text-align: center;
	font-size:20px;
	padding-bottom:20px;
	display: block;
}
.wrap-service-special img {
	width:100%;
	max-width: 800px;
	margin:0 auto;
	height: auto;
	display: block;
	padding:10px;
	border:2px solid #213b74;
	transition: .2s ease-in;
}
.wrap-service-special img:hover {
	opacity: 0.7;
}

.service-banner-1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin:40px auto;
	
}
.serv-ban-info-1 {
	padding:20px 80px;
	width:70%;
	box-sizing: border-box;
	background-image: radial-gradient(circle, rgba(59,98,183,1) 56%, rgba(33,59,116,1) 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
}
.serv-ban-info-1:before {
	content:"";
	top:0;
	left:0;
	width:30%;
	height: 100%;
	position: absolute;
	background-image: url(../siteart/promos/snow-1.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	z-index: 1;
	opacity: .5;
}
.serv-ban-info-1:after {
	content:"";
	bottom:0;
	right:0;
	width:30%;
	height: 100%;
	position: absolute;
	background-image: url(../siteart/promos/snow-1.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	z-index: 2;
	opacity: .5;
}
.serv-ban-info-1 h2 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 45px;
	text-shadow: 0 0 10px #213b74;
}
.serv-ban-info-1 p {
	text-align: center;
	color:#fff;
	line-height: normal;
	font-size: 20px;
	text-shadow: 0 0 10px #213b74;
}
.serv-ban-links-1 {
	width:30%;
	background:#fff;
	border:2px solid #213b74;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	padding:30px;
	box-sizing: border-box;
}
.serv-ban-links-1 a {
	min-width: calc(50% - 10px);
	flex-grow: 1;
}
.service-banner-2 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin:40px auto;
	
}
.serv-ban-info-2 {
	padding:20px 80px;
	width:70%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
}
.serv-ban-info-overlay-2 {
display: block;
	width: 100%;
}

.serv-ban-info-2 h2 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 45px;
	text-shadow: 0 0 10px #213b74;
}
.serv-ban-info-2 p {
	text-align: center;
	color:#fff;
	line-height: normal;
	font-size: 20px;
	text-shadow: 0 0 10px #213b74;
}
.serv-ban-links-2 {
	width:30%;
	background:#fff;
	border:2px solid #213b74;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:20px;
	padding:30px;
	box-sizing: border-box;
}
.serv-ban-links-2 a {
	max-width: 100%;
	width: 100%;
}


/*===================== 
	Location page styles 
=======================*/


.wrap-loc-pg {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    position: relative;
    background:#f0f1f3;
}
.wrap-loc-pg:after {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}
.potter-loc:after {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-potter-2.jpg");
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-potter-2.jpg");
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-potter-2.jpg");
    background-image: linear-gradient(180deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-potter-2.jpg");
}
.eden-loc:after {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-eden-2.jpg");
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-eden-2.jpg");
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-eden-2.jpg");
    background-image: linear-gradient(180deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-eden-2.jpg");
}
.wapun-loc:after {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-wapun-1.jpg");
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-wapun-1.jpg");
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-wapun-1.jpg");
    background-image: linear-gradient(180deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-wapun-1.jpg");
}
.watertown-loc:after {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-watertown-1.jpg");
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-watertown-1.jpg");
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-watertown-1.jpg");
    background-image: linear-gradient(180deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url("../siteart/hero-loc-watertown-1.jpg");
}
.wrap-loc-pg .container-1 {
    position: relative;
    z-index: 2;
}
.loc-about-cont {
    background: #fff;
    padding:50px 35px;
    box-sizing: border-box;
    width: 55%;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.loc-about-cont img {
    max-width: 200px;
    width:100%;
    margin:0 0 20px 0;
}
.loc-about-cont h1 {
    font-family: "Barlow Condensed", sans-serif;
    color: #213b74;
    font-size: 30px;
    font-weight: 700;
}
.loc-about-cont h1 span {
    font-weight: 400;
}
.loc-about-cont p {
    padding:30px 0;
    line-height: 1.5;
    font-weight:600;
}
.loc-about-btn-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px 0;
}
.loc-about-btn-cont .blue-btn-1 {
    width:49%;
    display: block;
}
.wrap-loc-info {
    width:100%;
    padding:60px 0;
}
.wrap-loc-info .container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
}
.wrap-loc-info .loc-info-left {
    width:32%;
    background:#213b74;
    padding:50px 20px;
    box-sizing: border-box;
}
.wrap-loc-info .loc-info-left h2 { 
    font-size:24px;
    font-weight: 700;
    color:#fff;
    font-family: "Barlow", sans-serif;
}
.wrap-loc-info .loc-info-left ul { 
    padding:10px 0 25px 0;
    margin:0;
}
.wrap-loc-info .loc-info-left ul li { 
    padding:0;
    margin:0;
    list-style: none;
    font-size:18px;
    font-weight: 500;
    color:#fff;
    font-family: "Barlow", sans-serif;
    
}
.wrap-loc-info .loc-info-left ul li a { 
    color:#fff;
    transition: .2s ease-in;
}
.wrap-loc-info .loc-info-left ul li a:hover { 
    color:#f0f1f3;
}
.wrap-loc-info .loc-info-right {
    width:68%;
}
.wrap-loc-info .loc-info-right iframe {
    width:100%;
    height: 100%;
    min-height: 400px;
}
.wrap-loc-dept-contacts {
    width:100%;
    padding:60px 0;
    background:#f0f1f3;
}
.wrap-loc-dept-contacts .container-1 h2 {
    width:100%;
    text-align: center;
    padding-bottom: 20px;
    font-family: "Barlow Condensed", sans-serif;
    color: #213b74;
    font-size: 40px;
    font-weight: 400;
}



.wrap-loc-dept-contacts .container-1 h2 span {
    font-weight: 600;
}
.loc-dept-cont-1 {
    width: 19%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.loc-dept-cont-1 .lg-text {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.loc-dept-cont-1 .sml-text {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 400;
}
.loc-dept-cont-1 ul {
    padding:20px 0 0 0;
    margin:0;
}
.loc-dept-cont-1 ul li {
    padding:0;
    margin:0;
    list-style: none;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.loc-dept-cont-1 ul li a {
    font-weight: 600;
    color: #213b74;
    transition: .2s ease-in;
}
.loc-dept-cont-1 ul li a:hover {
     color: #3b62b7;
}
.loc-dept-contacts-row-1 {
   
}
.loc-dept-contacts-row-1 > ul {
    padding:0;
    margin:15px 0;
}
.loc-dept-contacts-row-1 > ul > .hide-mobile {
    padding:0;
    margin:0;
}
.loc-dept-contacts-row-1 > ul > li {
    padding:0;
    margin:0;
    list-style: none;
}
.loc-dept-contacts-row-1 > ul > li .hide-mobile {
    width:100%;
    text-align: center;
    padding:5px 20px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: "Barlow", sans-serif;
    background:#3b62b7;
}
.loc-dept-contacts-row-1 > ul > li > ul {
    padding:0 20px;
    box-sizing: border-box;
    margin:20px 0;
    display: block;
}
.loc-dept-contacts-row-1 > ul > li .click1 {
    display: none;
}
.loc-dept-contacts-row-1 > ul > li > ul.clickopen {
    display: block;
}


.loc-dept-contacts-row-1 .loc-dept-contacts-cont-1 {
    padding:15px 0;
    margin:0;
     display: flex;
    flex-wrap: wrap;
    gap:15px 1%;
    width: 100%;
}

/*===================== 
	specials page styles 
=======================*/

.wrap-specials {
    padding:50px 0;
    width:100%;
    box-sizing: border-box;
}

.wrap-specials .container-1 {
    display: flex;
    flex-wrap: wrap;
    gap:20px 2%;
}
.specials-col-1 {
    width: 32%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.specials-col-2 {
    width: 49%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.specials-col-1 h3 {
    font-family: "Barlow Condensed", sans-serif;
    color: #213b74;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    min-height: 60px;
}
.specials-col-2 h3 {
    font-family: "Barlow Condensed", sans-serif;
    color: #213b74;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    min-height: 60px;
}
.specials-col-1 img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin:20px auto;
}
.specials-col-2 img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin:20px auto;
}
.specials-col-1 p {
    font-size: 16px;
    padding-bottom:10px;
}
.specials-col-2 p {
    font-size: 16px;
    padding-bottom:10px;
}
.specials-col-1 .blue-btn-1 {
    width:100%;
    display: flex;
    justify-content: space-between;
}
.specials-col-2 .blue-btn-1 {
    width:100%;
    display: flex;
    justify-content: space-between;
}
.specials-disc {
    width:100%;
    padding:50px 20px;
    margin-top:40px;
    display: block;
    box-sizing: border-box;
    border-top:1px solid #000;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */

.wrap-form {
    width:100%;
    padding:80px 20px;
    background: #213b74;
    box-sizing: border-box;
}
.wrap-form .container-2 {
    background: #fff;
    padding: 50px 35px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}
.form-info-cont p {
    padding:15px 0 10px 0;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    font-family: "Barlow", sans-serif;
    outline:none;
    background: #fff;
    border:1px solid #000;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: "Barlow", sans-serif;
    outline:none;
    background: #fff;
    border:1px solid #000;
}

.form-inline .blue-btn-1{
    margin:20px auto;
    display: block;
}


.CaptchaImage {
  max-width: 100%;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}


.container-1 {
	max-width: 1600px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 900px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
	}


.container-inv {
	max-width: 1400px;
	margin: 0 auto;
	padding:50px 20px 100px 20px;
	box-sizing: border-box;
    font-family: "Barlow", sans-serif;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-cont-2 {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-col-padding {
    padding: 50px 35px;
    box-sizing: border-box;
}


.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
    background:#f0f1f3;
	}
footer .container-1 {
    display: flex;
    justify-content: space-between;
    
}
.foot-nav-1 {
    width:calc(100% - 450px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot-nav-col-1 {
    padding:20px 0;
    width:32%;
}
.foot-nav-col-1 h4 {
    font-family: "Barlow", sans-serif;
    font-size:24px;
    padding-bottom:20px;
    font-weight:700;
    color:#213b74;
}
.foot-nav-col-1 ul {
    padding:0;
    margin: 0;
}
.foot-nav-col-1 ul li {
    padding:0;
    margin: 0;
    list-style: none;
    font-family: "Barlow", sans-serif;
}
.foot-nav-col-1 ul li a {
    font-size:18px;
    font-weight:500;
    color:#000;
    transition: .2s ease-in;
}
.foot-nav-col-1 ul li a span {
    font-weight:700;
}
.foot-nav-col-1 ul li a:hover {
    color:#3b62b7;
}
.foot-nav-2-col {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.foot-right-cont-1 {
    padding:50px 30px;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    margin:-50px 0;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.foot-logo img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}
.foot-right-cont-1 ul {
    padding:20px 0;
    margin:0 auto;
    display:flex;
    gap:20px;
    justify-content: center;
}
.foot-right-cont-1 ul li {
    padding:0;
    margin: 0;
    list-style: none;
}
.foot-right-cont-1 ul li a {
    font-size:30px;
    color:#3b62b7;
    transition: .2s ease-in;
}
.foot-right-cont-1 ul li a:hover {
    color: #213b74;
}
.foot-bottom-1 {
    background:#213b74;
    padding:15px 0;
}
.foot-bottom-1 .container-1 {
    
    box-sizing: border-box;
}
.foot-bottom-1 p {
    display: block;
    width:100%;
    color:#fff;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
}
.foot-bottom-1 p a {
    color:#fff;
}
.foot-bottom-1 p a:hover {
    text-decoration: underline;
}

/*=====================
		text us button
=======================*/



.text-us-btn {
    position: fixed;
    bottom:40px;
    right:20px;
    z-index: 5000;
}
.inv-pg-1 .text-us-btn {
    bottom:40px;
    right:100px;
}
.text-us-btn ul {
    padding:0;
    margin:0;
}
.mobile-only {
    display: none;
}
.text-us-btn ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.text-us-btn ul li a {
    font-size: 18px;
    color:#fff!important;
    padding:15px 20px;
    box-sizing: border-box;
    display: block;
    background:#3b62b7;
    border-radius: 50px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.4);
    transition: .2s ease-in;
    font-family: "Barlow", sans-serif;
}
.text-us-btn ul li a i {
    margin-right:4px;
}
.text-us-btn ul li a:hover {
    background:#213b74;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}
.text-us-btn ul ul {
    display: none;
    position: absolute;
    bottom: 120%;
    right: 0;
    background: #fff;
    padding:15px;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.4);
}
.text-us-btn ul ul li {
    font-size: 20px;
    font-weight: 400; 
    text-align: center;
}
.text-us-btn ul ul li a {
    font-size: 20px;
    font-weight: 700; 
    padding:10px 0;
    background:none;
    color:#3b62b7!important;
    border-radius: 0px;
    box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
    white-space: nowrap;
    font-family: "Barlow", sans-serif;
    text-align: center;
}
.text-us-btn ul ul li a span {
    font-size: 16px;
    color:#000!important;
    font-weight: 500; 
}

.text-us-btn ul ul li a:hover {
    color:#213b74!important;
    background:#fff;
    box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
}
.text-us-btn ul ul li a:hover span {
    color:#4E4E4E!important;
}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1500px)  {
    .home-search-cont-1 h2 {
        font-size: 2.8vw;
    }
}

@media screen and (max-width: 1260px)  {
    .head-logos {
        width:35%;   
    }
    .location-cont-left a {
      font-size: 15px;
    }
    .loc-dept-cont-1 {
        width: 24%;
    }
    
}
@media screen and (max-width: 1200px)  {
    .home-cat-cont-1, .home-search-cont-1 {
        width: 49%;
    }
    .home-search-cont-1 h2 {
        font-size: 2.6vw;
    }
    .blue-btn-1 {
        font-size: 18px;       
    }
    .about-info-cont-1 {
        justify-content: space-between;
        gap:20px 0;
    }
    .about-info-col-1 {
        width: 49%;
    }
    .brand-col-1 {
        width: 24%;
    }
    
}
@media screen and (max-width: 1100px)  {
    .promo-slider-info .slick-slide.slick-current h3 a {
        font-size:22px;
    }
    .wrap-location {
      background: none;
      margin:0;
    }
    .christmas-parts {
		width:60%;}
    .location-info-slider {
        width: 100%;
        margin:0;
        order:2;
    }
    .location-links-right {
        width: calc(100% - 20px);
        margin:0 auto;
        order: 1;
        background: #f0f1f3;
    }
    .specials-col-1 {
        width: 49%;
    }
    .manu-info-col-1 {
        width: 32%;
    }
    .brand-container-1 {
        gap:20px 1%;
    }
    .brand-col-1 {
        width: 32%;
    }
    
}
@media screen and (max-width: 950px)  {
    .head-logo-1 {
        width:50%;
        display: block;
    }
    
    .head-brand-logos {
        flex-wrap: wrap;
        width:50%;
        gap:20px 0;
    }
    .head-brand-logos img {
        width: 100%;
    }
    .location-cont-left a {
      font-size: 13px;
    }
    .home-cat-cont-1 {
        width: 100%;
        order:2;
    }
    .home-search-cont-1 {
        width: 100%;
        order:1;
    }
    .home-search-cont-1 h2 {
        font-size: 5vw;
        height: auto;
    }
	.christmas-parts {
		width:70%;}
    .wrap-hero {
    width: 100%;
    height: 50vw;
    min-height: 450px;
    max-height: calc(100vh - 450px);
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 44.04%,rgba(0,0,0,0.30) 100%), url(../siteart/hero-img-1.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 44.04%,rgba(0,0,0,0.30) 100%), url(../siteart/hero-img-1.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 44.04%,rgba(0,0,0,0.30) 100%), url(../siteart/hero-img-1.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 44.04%,rgba(0,0,0,0.30) 100%), url(../siteart/hero-img-1.jpg);
    background-repeat: no-repeat;
    }
	
    .hero-overlay-1 h1, .hero-slide-overlay .large-text {
        font-size: 40px;
    }
    .hero-overlay-1 h2, .hero-slide-overlay .small-text  {
        font-size: 22px;
    }
	.hero-slide-overlay a  {
        padding:12px 20px;
    }
	.slick-prev {
		left:10px;
		font-size: 20px;
	}
	.slick-next {
		right:10px;
		font-size: 20px;
	}

    .promo-slider-info .slick-slide.slick-current h3 a {
        font-size:18px;
    }
    .location-info-left, .location-info-right {
        width:100%;
        text-align: center;
    }
    .location-info-left img {
        margin:0 auto;
    }
    .foot-nav-1 {
        display: none;
    }
    .foot-right-cont-1 {
        width:100%;
        
    }
    .foot-bottom-1 {
        padding: 45px 0 30px 0;
        text-align: center;
    }
    .loc-dept-cont-1 {
        width: 32%;
    }
    .contact-loc-col-1 {
        width: 100%;
    }
    .career-info-col-1 {
        width: 100%;
    }
    .manu-dealers-row-1 {
        width: 100%;
    }
    .manu-prod-nav {
        width:100%;
    }
    
    .manu-prod-nav .slick-slide {
        width:49%!important;   
    }
    .manu-prod-slider {
        width:100%;
    }
    .manu-prod-img-cont-3 {
        width:49%;
    }
        .col-1-2 {
        width:100%;
    }
    .wrap-content .container-1 h1, .wrap-content .container-3 h1 {
        font-size: 35px;
    }    
    h2, .wrap-manu-dealers .container-1 h2, .sub-header {
        font-size: 30px;
    }
    h3, .manu-dealers-row-1 h3  {
        font-size: 26px;
    }
    .manu-dealers-row-1 > ul > li .click {
       font-size: 22px; 
    }
    nav.primary ul li a {
        font-size: 20px;
    }
}

@media screen and (max-width: 900px)  {
	.serv-ban-info-1, .serv-ban-info-2 {
		width:100%;
		padding: 20px 20px;
	}
	.serv-ban-info-1 h2, .serv-ban-info-2 h2 {
		font-size: 32px;
	}
	
	
	.serv-ban-links-1, .serv-ban-links-2 {
		width:100%;
		
	}
	.christmas-parts {
		width:80%;}
}
@media screen and (max-width: 820px)  {
    
    .top-header p {
        font-size: 18px;
    }
    
    .head-location {
        display: none;
    }
    .head-logos {
        width: 100%;
    }
    .head-logo-1 img, .head-brand-logos img {
      max-width: 200px;
      margin: 0 auto;
    }
    
    header {
        padding:20px;
    }
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary {
		display: none;
	}
    .mobile-nav-cont-1 { display:block;}
	#menu-button {
		width: 100%;
		display: flex;
        background:#213b74;
        justify-content: space-between;
        align-items: center;
		position: relative;
		z-index: 1000;
        padding:10px 20px;
        box-sizing: border-box;
        gap:0 30px;
	}

    .mobile-locations {
        width:100%;
        max-width: 300px;
        background:#3b62b7;
        margin:0;
        padding:0;
        position: relative;
    }
    .mobile-locations > li {
        padding:10px;
        list-style: none;
        margin:0;
    }
    .mobile-locations > li > a {
        color:#fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
    }
    .mobile-locations > li > a span {
        font-size:22px;
        color:#fff;
        font-weight: 400;
        font-family: "Barlow Condensed", sans-serif;
    }
    .mobile-locations > li > a i {
        font-size:25px;   
    }
    .mobile-locations li li {
        margin:0;
        list-style: none;
        padding:0;
    }
    .mobile-locations li li a {
        font-size:22px;
        color:#fff;
        font-weight: 400;
        font-family: "Barlow Condensed", sans-serif;
        box-sizing: border-box;
        transition: .2s ease-in;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background:#3b62b7;
        padding:20px;
    }
    .mobile-locations li li a:hover {
        background:#213b74;
    }
    .mobile-locations ul {
        position: absolute;
        padding:0;
        margin:0;
        top:100%;
        left:0;
        width: 100%;
        display: none;
    }
	.menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 27px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
	nav.mobile {
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background:#213b74;
		z-index: 500; 
		overflow:auto;
	}
	

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
        font-family: "Barlow Condensed", sans-serif;
        text-align:center;
		position: relative;
		display: block;
		font-size:22px;
		padding: 14px;
		color: #fff;
		text-decoration: none;
        font-weight: 600;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background:  #3b62b7;
		position: relative;
		display: block;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

        .wrap-about-home {
            padding:0 0px 70px 0px;
        }
      .wrap-about-home::before{
        background-size: cover;
        background-position: center;
        position: static;
        content: "";
        width: 100%;
        height: 70vw;
        display: block;
        }
        .wrap-loc-pg {
            padding:20px 0px 70px 0px;
        }
        .wrap-loc-pg::after {
            background-size: cover;
            background-position: center;
            position: static;
            width: 100%;
            height: 100vw;
            
        }
    .wrap-loc-info .loc-info-left, .wrap-loc-info .loc-info-right {
        width:100%;
    }
    .loc-about-btn-cont .blue-btn-1 {
      width: 100%;
    }
    .loc-about-cont {
        width: 100%;
    }
    .loc-about-cont {
        width: 100%;
        margin-bottom: -20vw;
    }

    .home-about-cont {
        background: #f0f1f3;
        padding: 20px;
        margin:0 auto;
    }
    .about-btn-cont .white-btn-1 {
        width:100%;
    }
    .wrap-promo-slider {
        margin-bottom:200px;
        padding:20px 0;
    }
    .promo-slider-cont-1 {
        margin-bottom: -150px !important;
    }
    .promo-slider-info {
        display: none!important;
    }
    .promo-slider-img {
        width:100%;
        height: auto;
    }
    .promo-slider-img .slick-list {
      height: auto;
    }
    .promo-slider-img h3 {
        display: flex;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        background: #fff;
        min-height: 100px;
        align-items: center;
    }
    .promo-slider-img h3 a {
        color:#3b62b7!important;
        font-family: "Barlow", sans-serif;
        font-size: 24px;
        font-weight:400;
        transition: .2s ease-in;
    }
    .promo-slider-img h3 a span {
        font-weight:600;
    }
    .promo-slider-img h3 a:hover {
        color:#213b74!important;
    }
    .promo-slider-img h3 a i {
        margin-left:10px;
    }
    .promo-slider-view-all, .brand-slider-view-all {
        display: block;
        width:calc(100% - 100px);
        background:#213b74;
        padding:10px 40px 10px 10px;
        text-align: center;
        font-family: "Barlow Condensed", sans-serif;
        font-size:30px;
        font-weight: 400;
        box-sizing: border-box;
        color:#fff!important;
        transition: .2s ease-in;
    }
    .promo-slider-img .slick-next, .brand-slider-1 .slick-next {
        display: flex !important;
        position: absolute;
        top: 100%;
        right: 0;
        background: #3b62b7;
        color: #fff;
        font-size: 30px;
        height: 56px;
        width: 50px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: .2s ease-in;
        left:auto;
    }
    .promo-slider-img .slick-prev, .brand-slider-1 .slick-prev {
        display: flex !important;
        position: absolute;
        top: 100%;
        right: 50px;
        background: #3b62b7;
        color: #fff!important;
        font-size: 30px;
        height: 56px;
        width: 50px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: .2s ease-in;
        left:auto;
    }
    .promo-slider-img .slick-prev:hover, .promo-slider-img .slick-next:hover, .promo-slider-view-all:hover, .brand-slider-view-all:hover, .brand-slider-1 .slick-prev:hover, .brand-slider-1 .slick-next:hover {
        background:#f0f1f3!important;
        color:#213b74!important;
    }
    .wrap-promo-slider h2 {
      padding-bottom: 0;
    }
    .wrap-loc-dept-contacts .container-1 {
        gap: 15px 2%;
    }
    .loc-dept-cont-1 {
        width: 49%;
    }
    .loc-dept-contacts-row-1 > ul > li .hide-mobile {
        display: none;
    }
    .loc-dept-contacts-row-1 > ul > li .click1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:100%;
        text-align: center;
        padding:5px 20px;
        box-sizing: border-box;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        font-family: "Barlow", sans-serif;
        background:#3b62b7;
    }
    .loc-dept-contacts-row-1 > ul > li > ul {
        display: none;
    }

    
    .about-info-col-1 {
        width: 100%;
    }
    .manu-info-cont-1 {
        justify-content: space-between;
        gap: 20px 0px;
    }
    .manu-info-col-1 {
        width: 49%;
    }
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }   
    .brand-col-1 h2 {
    font-size: 22px;
    }
}

@media screen and (max-width: 785px)  {
    .inv-pg-1 .text-us-btn {
        bottom:90px;
        left:20px;
        right:auto;
    }
    .inv-pg-1 .text-us-btn ul ul {
        left:0;
        right:auto;
    }
    .brand-container-1 {
        justify-content: space-between;
        gap: 20px 0;
    }
    .brand-col-1 {
        width: 49%;
    }
	.hero-slide-overlay {
		justify-content: center;
		padding:20px;
	}
	.wrap-cta-1 .container-1 {
		margin-top: 0;
	}
	.precision-header, .precision-contact {
		width:100%;
	}
	.christmas-parts {
		width:100%;}

}

@media screen and (max-width: 600px)  {
    .home-cat-cont-1 .blue-btn-1 {
        width: 100%;
    }
    .home-search-cont-1 h2, .wrap-promo-slider h2, .location-links-right h2 {
        font-size: 8vw;
    }
    .promo-slider-img h3 {
        min-height: 170px;
    }
    .location-slider-nav .slick-slide h3 {
      font-size: 16px;   
    }
    .specials-col-1 {
        width: 100%;
    }
    .contact-loc-info-1, .contact-loc-map-1, .about-info-img-1, .about-info-content-1 {
        width:100%;
    }
    .manu-prod-info-row-1 {
        width: 100%;
    }
    .manu-prod-img-row-1 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap:20px 0;
    }
    .manu-prod-img-cont-1 {
        width:49%;
    }
    .manu-prod-table-cont-1.top-col p {
        font-size: 18px;
    }
    .manu-prod-table-cont-1 p {
        font-size: 16px;
    }
	
	img.logo-banner {margin-bottom: 33px;}


}
@media screen and (max-width: 500px)  {
    .loc-dept-cont-1 {
        width: 100%;
    }
    .manu-dealers-info-cont-1 {
        width: 100%;
    }
    .manu-info-col-1 {
        width: 100%;
    }
    .manu-prod-nav .slick-slide {
        padding:10px;
    }
    .manu-prod-nav .slick-slide h3 {
        font-size: 17px;   
    }
    .manu-prod-table-1 {
        width: 100%;
        border: 1px solid #000;
        overflow: scroll;
    }
    .manu-prod-table-1 .row-1 {
      min-width: 450px;
    }
    .manu-prod-info-col-2 .manu-prod-img-cont-1, .manu-prod-img-col-2 .manu-prod-img-cont-1, .manu-prod-info-col-2 .manu-prod-img-cont-2, .manu-prod-img-cont-1  {
        width: 100%!important;
    }
    .manu-prod-img-cont-3 {
        width:100%;
    }
    .brand-col-1 h2 {
        font-size: 18px;
    }

}
@media screen and (max-width: 400px)  {
    .manu-prod-nav .slick-slide {
        width:100%;
    }
    .text-us-btn ul li a {
        font-size: 13px;
    }
    .brand-col-1 {
        width: 100%;
    }
}
