﻿/* BEGIN RESET */

ol,
ul,
li {
  list-style: none;
  font-size: 15px;
  line-height: 20px;
}
ul {
  padding: 0 0;
}
.clear {
  clear: both;
  height: 0px;
  margin: 0;
}
body {
    font-family: "Roboto Condensed", sans-serif;
    padding:0;
    margin:0;
}


.h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 52px;
  line-height: 1.5em;
  text-transform: uppercase;
    
}
h1 {
  font-family: "Bebas Neue", sans-serif;
    margin:0;
}
h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  color: #004481;
    margin:0;
}
h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  margin-top: 20px;
    margin:0;
}
h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
    margin:0;
}
h5 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
    margin:0;
}
.page-header {
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    margin-top: 20px;
}
p {
    font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
    line-height: normal;
    margin:0;
}
.page-header-1 {
 font-family: "Bebas Neue", sans-serif;
  font-size: 35px;
  text-transform: uppercase; 
    color:#000;
    margin-bottom:40px;
}
.page-header-1 span {
    color: #004481;
}
a {
  text-decoration: none;
}
.text-link {
    font-family: "Roboto Condensed", sans-serif;
    font-size:16px;
    font-weight: 600;
    color:#004481;
    transition: all 0.2s;
}
.text-link:hover {
    opacity: 0.8;
}

/* BASIC STYLES */
body {
  overflow-x: hidden;
  background: #fff;
}
#contentwrap {
  width: 90%;
  margin: 0 auto;
}
#pagewrap {
  width: 75%;
  margin: 2% auto 30px;
  min-height: 600px;
}

#colorblock {
  background: #282828;
  color: #fff;
  padding: 5px 0;
  text-align: right;
}
#colorblock a {
  color: #fff;
}
#inventoryblock {
  background: #ccc !important;
  padding: 10px 0;
}
/* HEADER */
header {
  padding: 15px 0;
  border-bottom: 1px solid #dad7d7;
}
header #contentwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
  float: left;
  width: 18%;
  padding-top: 7px;
}
.logo img {
  width: 100%;
}
.headerright {
  float: right;
  width: 80%;
  text-align: right;
  padding-top: 10px;
}

.top-head-1 {
    width:100%;
    background:#000; 
}
.top-head-cont-1 {
    width:90%;
    margin:0 auto;
    padding:0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}
.head-search {
    width:100%;
    max-width: 311px;
}
.head-search form {
    width:100%;
    display: flex;
    background:rgba(255,255,255,0.25);
    padding:10px;
    box-sizing: border-box;  
    align-items: center;
}
.head-search form input {
    font-family: "Roboto Condensed", sans-serif;
    width: 100%;
    border-radius: 0px!important;
    border:0px!important;
    background-color:transparent!important;
    outline: none!important;
    font-size: 16px!important;
    color:#fff!important;
    padding:0!important;
    line-height: normal!important;
    height: auto!important;
}
.head-search form input::placeholder {
    opacity: 1.0!important;
    color:#fff;
}
.head-search form button {
    width: auto;
    border-radius: 0px;
    border:0px;
    background:none;
    outline: none;
    font-size: 16px;
    color:#fff;
    cursor: pointer;
    padding:0!important;
}


.head-info ul {
    padding:5px 0;
    margin:0;
    display: flex;
    gap:10px 15px;
}
.head-info ul li {
    font-family: "Roboto Condensed", sans-serif;
    padding:0;
    margin:0;
    list-style: none;
    font-size:16px;
    color:#fff;
    transition: all 0.2s;
}
.head-info ul li a {
    color:#fff;
}
.head-info ul li a span {
    margin-left:3px;
}

.head-info ul li a:hover {
    opacity: 0.8;
}


/*---POP-UP -----------------------------------*/

*, *:after, *:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.box {
    width: 50%;
    margin: 0 auto;
    background: rgba(0,0,0,0.2);
    padding: 35px;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 0.2s;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #AAAAAA;
    border: 1px solid #AAAAAA;
    padding:0 5px 5px 5px;
}
.popup .close:hover {
  background: #000;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}
.popup-cont {
    padding:30px;
    box-sizing: border-box;
}
.popup-cont p {
    font-size: 3.5vw;
    font-weight: 600;
    text-align: center;
}
.popup-cont p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 8vw;
    color:#004481;
}
.popup-cont p a {
    color:#AAAAAA;
}
.popup-cont p a:hover {
    opacity: 0.8;
}
/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background: #fff;
                border:3px solid #004481;
                border-radius: 5px;
                width: 80%;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 40px 0;
                margin: 0 auto;
                text-align:left;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -180%;
    left: -100%;
}

.clear{clear:both;}

/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	width:100%;
	position:relative;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                font-family: "Roboto Condensed", sans-serif;
				color:#000;
				font-size:18px;
				text-decoration:none;
				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;	
				padding:10px;
				}	
			nav.primary ul li a:hover {color:#004481;}

			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
                font-family: "Bebas Neue", sans-serif;
				font-size:14px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #282828;
				text-align:left;
				border-right:none;
				border-left:none;
				padding-left:20px;
				font-weight: 700;
				border-bottom: #464646 solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* 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;
	width: 230px;
    position: relative;
    margin:0;
}
/******** End of primary Nav ***************/

/* CONTENT STYLES */

.top-banner-1 { 
	width:100%;
    background:#004481;
    padding:50px 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:25px;
} 
.top-banner-1 p {
    font-size: 35px;
    color:#DDDDDD;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    margin-top:5px;
}
.top-banner-1 p span {
    color:#fff;
    font-family: "Bebas Neue", sans-serif;
}
.top-banner-1 a {
    display: block;
    padding:5px;
    font-weight: 400; 
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
    border:1px solid #fff;
    transition: all 0.2s ease-in-out;
    background:#004481;
    color:#fff;
    border-radius: 4px;
	
}
.top-banner-1 a:hover {
    background:#fff;
    color:#004481;
}

.hero-wrap {
    width: 100%;
    background-image: url(/siteart/slides/3.jpg);
    background-position: center;
    background-size: cover;
}
.hero-overlay {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;    align-items: center;
    gap:30px;
    padding:5% 20px 40px 20px;
    height:auto;
    min-height: 60vh;
    box-sizing: border-box;
}
.hero-overlay h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size:24px;
    font-weight: 400;
    text-align: center;
    color:#fff;
    max-width: 1500px;
    text-shadow: 0 0 15px rgba(0,0,0,0.9),0 0 15px rgba(0,0,0,0.9);
    line-height: 1;
    margin:0;
}
.hero-overlay h1 span {
    font-family: "Bebas Neue", sans-serif;
    font-size:85px;
    display: block;
    line-height: 1;
    margin-top: 15px;
}
.hero-overlay a {
    padding:20px;
    background:#004481;
    font-weight: 400; 
    font-family: "Bebas Neue", sans-serif;
    font-size: 25px;
    color:#fff;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    border:1px solid #004481;
}
.hero-overlay a:hover {
    background:#fff;
    color:#004481;
    border:1px solid #fff;
}
.hero-btn-wrap {
    padding:50px 0px;
    width:100%;
    background: #dddddd;
}
.hero-btns-1 {
    width:90%;
    margin:0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap:20px 0;
    justify-content: space-between;
}
.hero-btns-1 a {
    width:24%;
    max-width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 25px;
    color:#004481;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    background:#fff;
    border:1px solid #004481;
}
.hero-btns-1 a span {
    font-family: "Bebas Neue", sans-serif;
    width:calc(100% - 50px);
    padding:40px 20px;
}
.hero-btns-1 a i {
    height: 100%;
    width:50px;
    color:#fff;
    background:#004481;
    border:1px solid #004481;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.hero-btns-1 a:hover {
    background:#004481;
    color:#fff;
}

.home-about-wrap {
    width:90%;
    padding:80px 0 150px 0;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    gap:40px 0;
    justify-content: space-between;
}
.home-about-info {
    width:60%;
}
.home-about-info p {
    font-size:18px;
    line-height: 1.5;
    padding-bottom:30px;
}
.home-about-brands {
    border:1px solid #000;
    border-radius: 10px;
    padding:40px;
    width:35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:30px;
}
.home-about-brands a p {
    text-align: center;
    font-size: 18px;
    padding-bottom:10px;
    color:#000!important;
}
.home-about-brands a img {
    max-width: 300px;
    width:100%;
    margin:0 auto;
}

.home-service-wrap {
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.service-col-1 {
    width:50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-col-overlay {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:80px 20px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
    color:#fff;
}
.service-col-overlay h3  {
    font-size: 40px;
    text-shadow: 0 0 15px rgba(0,0,0,0.8);
}
.service-col-overlay p {
    font-size: 20px;
    max-width: 500px;
    margin: 30px auto 50px auto;
    display: block;
    text-align: center;
    text-shadow: 0 0 15px rgba(0,0,0,0.8);
}
.service-col-overlay a {
    padding:20px 40px;
    border-radius: 10px;
    background:rgba(0,0,0,0.4);
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400; 
    font-family: "Roboto Condensed", sans-serif;
    border:1px solid #fff;
    transition: all 0.2s ease-in-out;
}
.service-col-overlay a:hover {
    background:#fff;
    color:#004481;
}
.home-map-wrap {
    width:100%;
    padding:80px 0;
}
.home-map-cont-1 {
    width:90%;
    margin: 0 auto;
    display: flex;
    gap:40px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map-contact {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 40px;
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}
.map-contact ul {
    padding:0;
    margin:0;
}
.map-contact ul li {
    padding:20px 0;
    margin:0;
    list-style: none;
    font-size: 20px;
    font-weight: 400;
    color:#000;
    font-family: "Roboto Condensed", sans-serif;
}
.map-contact ul li span {
    color:#004481;
    font-weight: 500;
}
.map-contact ul li a {
    color:#000;
    transition: all 0.2s ease-in-out;
}
.map-contact ul li a:hover {
    opacity: 0.8;
}
.map-cont-1 {
    width:60%;
    min-height: 400px;
}
.map-cont-1 iframe {
    width:100%;
    height: 100%;
}
.contact-page-cont-1 {
    width:100%;
    margin-top:10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page-cont-1 ul {
    width: 100%;
    padding:10px;
    margin:20px 0 40px 0;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.contact-page-cont-1 ul li {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
}
.contact-page-cont-1 ul li span {
    color:#004481;
    font-weight: 600;
}
.contact-page-cont-1 ul li a {
    color:#000;
    transition: all 0.2s ease-in-out;
}
.contact-page-cont-1 ul li a:hover {
    opacity: 0.8;
}
.contact-page-cont-1 iframe {
    width:100%;
    height: 100%;
    min-height: 400px;
}
.service-bullets {
    padding: 40px 0;
    margin: 0 0 0 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.service-bullets li {
    font-size: 18px;
    font-weight: 600;
    color: #004481;
    font-family: "Roboto Condensed", sans-serif;
    list-style: initial;
    padding-right: 20px;
}
.promotion-cont-1 {
    width:100%;
    padding:30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #000;
    border-radius: 10px;
    margin:20px auto;
    gap:30px 0;
}
.promo-info {
    width:50%;
}
.promo-info h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    color: #004481;
}
.promo-info h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.promo-info a {
    padding:20px 40px;
    border-radius: 10px;
    background:#fff;
    color:#004481;
    text-align: center;
    font-size: 20px;
    font-weight: 400; 
    font-family: "Roboto Condensed", sans-serif;
    border:1px solid #004481;
    transition: all 0.2s ease-in-out;
    margin:40px 0 0 0;
    display: inline-block;
}
.promo-info a:hover {
    background:#004481;
    color:#fff;
}
.promo-image {
    width:48%;
}
.promo-image img {
    display: block;
    object-fit: cover;
    object-position: center;
    width:100%;
    height: 100%;
    min-height: 300px;
}
.roadtrek-info-cont {
    padding:20px 0 0 0;
}
.roadtrek-info-cont img {
    width:100%;
    height: auto;
    margin:0 auto 20px auto;
    max-width: 300px;
    display: block;
}
.roadtrek-info-cont p {
    font-size: 20px;
    line-height: 1.5;
}
.roadtrek-info-cont a {
    padding:20px 40px;
    border-radius: 10px;
    background:#fff;
    color:#004481;
    text-align: center;
    font-size: 20px;
    font-weight: 400; 
    font-family: "Roboto Condensed", sans-serif;
    border:1px solid #004481;
    transition: all 0.2s ease-in-out;
    margin:40px 0 0 0;
    display: inline-block;
}
.roadtrek-info-cont a:hover {
    background:#004481;
    color:#fff;
}
.tagline {
  position: absolute;
  top: 400px;
  left: 32%;
  right: 32%;
  color: #fff;
  font-size: 20px;
  width: 36%;
  padding-top: 5px;
  text-align: center;
}
.tagline img {
  display: inline-block;
  width: 48%;
  margin-top: 20px;
}

.feature {
  font-family: "Bebas Neue", sans-serif;
  display: inline-block;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  color: #004481;
  margin-bottom: 5px;
}
.feature1 {
  font-family: "Bebas Neue", sans-serif;
  display: inline-block;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.col_four {
  display: inline-block;
  width: 23.7%;
  border: 1px solid #999999;
  vertical-align: top;
  margin: 0 1% 2% 0;
  text-align: center;
  padding: 10px 0;
}
.col_four img {
  width: 75%;
}

#main {
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  position: relative;
}
#main img {
  width: 100%;
}
.blurb {
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  width: 500px;
  left: 100px;
  color: #fff;
  position: absolute;
  top: 200px;
}

.pageleft {
  float: left;
  width: 60%;
}
.pageright {
  float: right;
  width: 30%;
}
.pageright img {
  width: 100%;
}
.pageright a {
  color: #004481;
}
.pageright a:hover {
  color: #999999;
}

.hosted-content #listings-title {
  display: none;
}
.svg-inline--fa.fa-w-10 {
  width: auto !important;
}

/* Search Bar Styles*/
#search input {
  color: #000;
  border: 1px solid #fff;
  width: 90%;
  background: #fff;
  background-image: url(../siteart/icon/search.png);
  background-position: 98% 5px;
  background-repeat: no-repeat;
  padding: 5px 5%;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
    display: block;
    margin: 0 auto;
}

/* FOOTER */
footer {
  background: #282828;
  padding: 15px 0;
  color: #fff;
}

footer h5 {
  margin-bottom: 15px;
}
footer a {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
footer a:hover {
  opacity: 0.7;
}
.line {
  border-top: 1px solid #fff;
  margin: 5px 0;
}
.foot_colum {
  float: left;
  width: 60%;
}
.foot_colum ul {
    padding:0;
    margin:0;
}
.foot_colum ul li {
    padding:2px 0;
    margin:0;
    list-style: none;
    font-size: 14px;
    color:#fff;
}
.col_two {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  vertical-align: top;
  padding-bottom: 20px;
}
.foot {
  float: right;
  width: 40%;
  text-align: center;
}
.foot img {
  width: 50%;
  display: inline-block;
}

.homeslides {
    overflow: hidden;
}

.image-cont-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:20px auto;
    width: 100%;
    gap:20px 0;
}

.image-cont-flex .img-col-1 {
    width:31%;
}
.image-cont-flex .img-col-2 {
    width:24%;
}
.image-cont-flex img {
    width:100%;
    max-width: 500px;
    box-sizing: border-box;
    display: block;
}



/*===================== 
	Form styles 
=======================*/

/* Containers */


.custom-form h5 {
    margin-top:40px;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
}

.form-box {
    padding:15px;
    box-sizing: border-box;
    border:1px solid #000;
    border-radius: 10px;
}

.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 input, .form-info-cont date {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
    border:1px solid #000;
    color:#000; 
}

.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
    border:1px solid #000;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:0px;
}

.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: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Roboto', sans-serif;
    outline:none;
    border:0px;
    border:1px solid #000;
}
.form-info-cont button {
    background-color: #999999 !important;
  color: #fff !important;
    font-family: 'Roboto', sans-serif;
    padding:15px 30px;
    display: block;
    margin:0 auto;
    width:100%;
    max-width: 200px;
    cursor: pointer;
}
.form-info-cont button:hover {
    background-color: #000 !important;
}



.CaptchaImage {
  max-width: 180px;
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 




/* Breadcrumb */

.mobile-breadcrumb {
  background-color: #808080 !important;
}

.mobile-breadcrumb .breadcrumbs-element {
  color: #fff !important;
}
/* Modal / Mobile buttons / Mobile Data Rows */

.button,
.contact-options a,
.fin-calc-mobile > a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #999999 !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover {
  background-color: #999999 !important;
}

/************************************************ Responsive Styles **/
@media screen and (max-width: 1780px) {
  .tagline {
    width: 50%;
    left: 25%;
    right: 25%;
  }
  .col_four {
    width: 23%;
  }
}
@media screen and (max-width: 1580px) {
  h4 {
    font-size: 18px;
  }

}
@media screen and (max-width: 1440px)  {
    nav.primary ul li a {font-size:1.2vw; padding:10px 5px;}
}
@media screen and (max-width: 1280px) {
  h4 {
    font-size: 16px;
  }


  .tagline {
    top: 300px;
    width: 64%;
    left: 18%;
    right: 18%;
  }

  .blurb {
    font-size: 32px;
    top: 100px;
    left: 25px;
  }
}
@media screen and (max-width: 1200px)  {

    .hero-btns-1 a {
        width:49%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1114px){
	
	.top-banner-1 p {font-size: 25px;}
	
}
	
	
@media screen and (max-width: 1024px) {
    
    .logo {
      width: 100%;
      max-width: 311px;
    }
    
  .hero-overlay {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;    align-items: center;
    gap:30px;
    padding:15% 20px;
    height:auto;
    min-height: auto;
}
    
    h4 {
    font-size: 15px;
  }
  p {
    font-size: 13px;
  }
.service-col-1 {
  width: 100%;
}
  #pagewrap {
    width: 90%;
  }
.hero-overlay h1 {
  font-size: 20px;
}
.hero-overlay h1 span {
  font-size: 50px;
}
    .home-about-info, .home-about-brands, .map-contact, .map-cont-1 {
        width:100%;
    }
    .top-banner-1 p {
  font-size: 20px;
    }

  .h1 {
    font-size: 42px;
  }
  .tagline {
    top: 205px;
    width: 76%;
    left: 12%;
    right: 12%;
  }
    /*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 100%;
	display: block;
	font-size: 20px;
	position: relative;
	line-height:60px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif; 
	text-transform:uppercase;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 padding:0 0 0 .8em; 
		 font-weight:normal;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 999999999999999999999; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size:16px;
		word-spacing:13px;
		padding:0 0 0 15px;
		color: #ccc !important;
		float:left;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	padding: 0;
	margin:15px 0 50px 0;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: 'bebasneue_bold-webfont';
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	top:-4px;
	right:13px;
	font-weight:700;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
	position:relative;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:15px;
	padding: 10px;
	color: #999;
	text-decoration: none;
	text-align:left;
	border-left:4px #333 solid;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
nav.mobile ul li a:hover {
	background:rgba(45,45,45,0.5); 
	color: #fff; 
	border-left:4px #004481 solid; /* border highlight - Change to fit match site colors */
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	border-left:4px #444 solid;
	color: #ccc;
	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);}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	position:relative;
	display:block;
	cursor:pointer;
	z-index: 12399994;
	top:0;
	right:0;
	width:auto;
	height:auto;
	padding: 17px 10px;
	color:#999;

}
.nav-footer {color:#7A7A7A; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0; font-weight:400;}

/* FONT AWESOME ICONS */
nav.mobile ul li a .fa{
	width:25px;
	font-weight:100;
	padding:8px 3px;
	margin:0 6px 0 0;
	text-align:center;
	background:#292929;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


nav.mobile ul li .fa-chevron-down {color:#999;}

}

@media screen and (max-width: 780px) {
  .h1 {
    font-size: 30px;
    line-height: 1.25em;
  }
  h4 {
    font-size: 18px;
  }

  .tagline {
    top: 190px;
  }

  .col_four {
    width: 48%;
  }
  .feature {
    font-size: 18px;
  }
  .feature1 {
    font-size: 18px;
  }

  .blurb {
    width: 90%;
    text-align: center;
    font-size: 30px;
    top: 50px;
    margin: 0 auto;
    left: 0;
    padding: 0 5%;
  }
    .promo-info {
        width:100%;
    }
    .promo-image {
        width:100%;
    }
    .promo-image img {
        min-height: 100%;
        max-height: 200px;
    }
}

@media screen and (max-width: 738px) {
  .tagline {
    top: 210px;
  }

  .blurb {
    top: 75px;
  }
  .hosted-content #listings-title {
    font-size: 1.4rem !important;
  }
  .hosted-content .listings-wrapper .listings-list .category-banner h3 {
    line-height: 1em !important;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .pageleft {
    float: none;    
    width: 100%;
  }
  .pageright {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .pageright img {
    display: none;
  }
    .popup-cont p {
        font-size: 6vw;
    }
    .popup-cont p span {
        font-size: 10vw;
    }
     .head-info ul li a span {
        display: none;
    }
  .hero-btns-1 a {
    width: 100%;
  }
    .hero-btns-1 a span {
        padding: 20px;
    }
    .top-head-cont-1 {
      width: 100%;
      padding: 0 10px 0 0;
        box-sizing: border-box;
        gap:0 5px;
    }
}

@media screen and (max-width: 500px) {
  h5 {
    font-size: 16px;
  }

  .logo {
    width: 55%;
  }
  .headerright {
    margin-top: -10px;
  }

  .h1 {
    font-size: 20px;
    line-height: 1em;
  }
  .tagline {
    position: relative;
    top: 0;
    width: 100%;
      box-sizing: border-box;
    left: 0;
    right: 0;
    background: #282828;
    padding: 15px 5% 0;
  }
  .searchbar {
    width: 90%;
    margin: 0 auto;
    padding: 5px 0 15px;
  }

  .col_four {
    width: 47.75%;
  }

  .blurb {
    top: 42px;
    font-size: 17px;
  }

  .foot_colum {
    float: none;
    width: 100%;
  }
  .foot {
    float: none;
    width: 100%;
  }
    .image-cont-flex .img-col-2 {
        width:49%;
    }
}

@media screen and (max-width: 375px) {
  .blurb {
    position: relative;
    top: 0;
    width: 90%;
    left: 0;
    right: 0;
    background: #282828;
    margin-top: -5px;
    padding: 15px 5%;
  }

  .col_four {
    display: block;
    width: 100%;
    margin: 0 auto 1%;
  }

  .col_two {
    display: block;
    width: 100%;
  }
  .foot {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .foot img {
    width: 100%;
    margin: 0 auto;
  }
}
