/*
Theme Name: www.chadwick-baross.com
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/


/*--------------------------------------------------------------
## Primary Styles - test
--------------------------------------------------------------*/


html, body {
	height:100%;
	width:100%;
}

.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}
a {
    text-decoration: none;
    color: #7a878e;
    outline: 0;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}

.dropdown-arrow{
    position: relative;
}
.dropdown-arrow a{
    margin-right: 26px !important;
}
.dropdown-arrow:after{
	position: absolute;
    font-family: "Font Awesome 5 Free";
	font-weight: 700;
    content: "\f107";
	display: inline-block;
    right: 5px;
    top: 10px;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}

/* CUSTOM CSS */

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

ol.h3 ::marker {
    font-weight: 900;
    font-size: 1.75rem;
}

.nav>li>a{
    padding: 10px 15px;
	display: block;
}
#header .col-sm-12{
	padding: 0!important;
    position: relative;
}
#header{
	padding: 22px 0 0;
	position: relative;
}
#header *{
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#header .logo{
    padding: 10px 0 37px;
    display: inline-block;
    height: 110px;
	
}
#header .logo img {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
	
    max-width: 280px;
	height: auto !important;
}

#header-search-toggle{
	float: right;
    font-size: 24px;
    
    line-height: 24px;
    padding: 10px;
    z-index: 1000;
    position: relative;
		
    color: #666666;
}
#inv-search{
	display: block;
	position: absolute;
	padding: 40px 6% 40px 6%;
	opacity: 0;
	pointer-events: none;
	transition: ease-in-out all 0.3s;
	overflow: hidden;
	width: 100%;
	z-index: 999;
	margin-top: -10px;

	-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
}
#inv-search.active{
	margin-top: 0;
	opacity: 1 !important;
	pointer-events: auto;
}
#inv-search form{
	margin: 0;
}
#inv-search-close{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #d5d6da!important;
}

.bg-texture-blue #searchpad.verticalpad{
	padding: 40px 0 40px 0;

	-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
}
.verticalpad{
	padding: 6% 0;
}
.pad{
	padding: 3%;
}
.widget-pad{
	padding: 6% !important;
}
.nopad-top{
	padding-top: 0 !important;
}
.nopad-bottom{
	padding-bottom: 0 !important;
}


.wrapper, .row > .wrapper, .post-breadcrumbs{
	padding: 0 6%; 
}
.wrapper-sm{
	padding: 0 6%; 
	max-width: 66.66666%;
	margin: 0 auto;
}
.border-wrapper{
	width: 88%;
	margin: 0 auto;
}
.sandhills-contact-response .alert{
	padding: 15px 6%; 
}
.footerbg .wrapper{
	padding: 0 calc(6% - 15px);
}
.wrapper-extra{
	padding: 0 12%; 
}
.widget-wrapper-extra{
	padding: 0 12% !important; 
}

.wrapper-new {
	padding: 0 3%;
}

.flex{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex;
}
.flex-wrap{flex-wrap: wrap;}
.col25{
	width: 25%;
}
.col33{
	width: 33.3333%;
}
.col50{
	width: 50%;
}
.col50 .pad{
	padding: 20% 12%;
}
.col100 .pad{
	padding: 5% 12%;
}



.responsive-pad{
	padding: 20% 12% !important;
}
.col50 .pad .text-styling h4, .col50 .pad .text-styling h2,   .col50 .pad .text-styling h3, .col100 .pad h2 {
    font-family: 'BaRossSans', sans-serif;
    font-weight: 800;
    letter-spacing: 0.2em;
    font-size: 24px;
	margin-bottom: 40px;
	color: #263f4f;
	text-transform: uppercase;
}
.custom-widget .col50 h4, .custom-widget .col50 h2,   .custom-widget .col50 h3 {
    font-family: 'BaRossSans', sans-serif;
    font-weight: 800;
    letter-spacing: 0.2em;
    font-size: 24px;
	margin-bottom: 40px !important;
	color: #263f4f !important;
	text-transform: uppercase;
}
.columns-pad-right div[class^="col-sm"]{
	padding-right: 20px !important;
}
.map-col{width: 100%; height: 600px;}
.height100{
	height: 100% !important;
}
#location-map{
	filter: contrast(1.05);
}

#location-map iframe{
	height: 600px;
	width: 100%;
}
.location-head{font-size: 36px !important;text-transform: none !important;letter-spacing: 0 !important;line-height: 1 !important;font-family: 'BaRossSans', sans-serif; font-weight: 900;}
p.location-ctn{font-family: 'BaRossSans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.5px;}
.location-sub-ctn{    font-size: 1.75rem; font-weight: bolder;}


.match-column-height .col50 > .widget-area {
    min-height: 720px !important;
	height: 100% !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
} 
.match-column-height > .shwidget [class^="col-"], .match-column-height .widget-area, .match-column-height .widget-area .row, .match-column-height .widget-area .row section, .match-column-height .widget-area .row section > div {
    height: 100% !important;
}

/*
.match-column-height > .shwidget [class^="col-"] {
	height: 100% !important;
	box-sizing: border-box !important;
} 
.match-column-height .col50 .pad {
	height: 100% !important;
} 
.match-column-height .widget-area, .match-column-height .widget-area .row, .match-column-height .widget-area .row section, .match-column-height .widget-area .row section > div {
	height: 100% !important;
} 
*/
.vertical-center{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	align-items: center;
}
.vertical-center-absolute {
    position: absolute;
    top: calc(50% + 10px);
    transform: translateY(-50%);
    width: 100%;
}


.vertical-center-flex {
    display: flex;
	flex-wrap: wrap;
}
.vertical-center-flex .wrapper-extra{
    align-self: center;
	width: 100%;
	box-sizing: border-box;
}


.match-column-height .col50{   
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: block; 
	align-items: center;
	min-height: 720px;
}

.bg-blue{
	background: #263f4f;
}
.bg-texture-blue{
	background:url('images/bg-dark-texture-blue.jpg') center center fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
	-webkit-background-attachment: fixed;
	background-attachment: fixed;
	
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border-top: solid 1px #e3e5e2;
	border-bottom: solid 1px #e3e5e2;
}
.bg-texture-black{
	background:url('images/bg-dark-texture.jpg') center center fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
	-webkit-background-attachment: fixed;
	background-attachment: fixed;
	
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border-top: solid 1px #e3e5e2;
	border-bottom: solid 1px #e3e5e2;
}
.bg-texture-light{
	/*background:url('images/bg-light-texture.jpg') center center repeat-y;

    background-repeat-y: repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;*/
}

img.award-photo.aligncenter {
	display: flex !important;
	margin: 0 auto !important;
}

.bg-texture-light .texture-a{
	background:url('images/Wrinkle-Background-A.jpg') center center repeat-y;

    background-repeat-y: repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.bg-texture-light .texture-b{
	background:url('images/Wrinkle-Background-B.jpg') center center repeat-y;

    background-repeat-y: repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.bg-texture-light .texture-c{
	background:url('images/Wrinkle-Background-C.jpg') center center repeat-y;

    background-repeat-y: repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.bg-texture-light .texture-d{
	background:url('images/Wrinkle-Background-D.jpg') center center repeat-y;

    background-repeat-y: repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.bg-tracks-blue{
	background:url('images/bg-tracks-blue.jpg') center center fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
	-webkit-background-attachment: fixed;
	background-attachment: fixed;
	
	-moz-background-size: 2000px auto;
	-o-background-size: 2000px auto;
	-webkit-background-size: 2000px auto;
	background-size: 2000px auto;
}
.bg-tracks{
	background:url('images/bg-tracks-xl.jpg') center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-tracks-alt{
	background:url('images/bg-tracks-xl.jpg') center center;
	
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-tracks-alt .text-styling p{
	line-height: 1.5;
	color: #fff;
}
.bg-tracks-alt .text-styling h2{
	font-family: 'BaRossSans', sans-serif;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 1.5;
	color: #fff !important;
}
.bg-offwhite{
	background: #f2f3f4;
}
.bg-texture-offwhite {
	background: url("images/bg-light-texture-alt-offwhite.jpg") center center;
	
	-moz-background-size: 2000px auto;
	-o-background-size: 2000px auto;
	-webkit-background-size: 2000px auto;
	background-size: 2000px auto;
	
	-moz-background-repeat: repeat;
	-o-background-repeat: repeat;
	-webkit-background-repeat: repeat;
	background-repeat: repeat;
}

.bg-img{
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	-moz-background-position: center center !important;
	-o-background-position: center center !important;
	-webkit-background-position: center center !important;
	background-position: center center !important;
}

.page-title{
		font-family: 'BaRossSans', sans-serif;
}

.section-heading{
	padding: 60px 6%;
	text-align: center;
	color: #bec0bf;
}
.blog-single-page img{max-width: 100% !important; height: auto !important;}



.heading-small{
	font-family: 'BaRossSans', sans-serif;
	font-weight: 900;
    font-size: 24px;
    letter-spacing: 0.25em;
	text-transform: uppercase;
	line-height: 1.5;
}
.text-styling h1, .text-styling h2, .text-styling h3, .text-styling h4, .text-styling h5, .text-styling h6{
	font-family: 'BaRossSans', sans-serif;
	font-weight: 900;
    letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 1.5;
}

.custom-form-widget h2, .custom-form-widget h3{
	text-transform: uppercase;
	font-size: 48px;
	font-family: 'BaRossSans', sans-serif;
	font-weight: 900;
	text-align: center;
	padding-bottom: 30px;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.custom-form-widget p{
	font-size: 18px;
	font-family: 'BaRossSans', sans-serif;
}

form .row .col-sm-12 h3 {font-size: 48px;}

.product-support-heading {	font-family: 'BaRossSans', sans-serif;
	font-weight: 900;
    font-size: 48px;
    letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 1.5;
	
}

.product-support-heading-p {
	font-size: 24px;
}

.heading-underline-small{
	background: #263f4f !important;
	width: 58px !important;
	border-radius: 12px;
	height: 4px;
	display: block;
}

.text-styling{
	font-family: 'BaRossSans', sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
}
.text-styling ul, .text-styling ol{
	padding-left: 17px;
}
.text-styling ol li{
	margin-bottom: 27px;
}
.text-styling p, .text-styling ul li, .text-styling ol li, .text-styling tr td{
    font-family: 'BaRossSans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.text-styling a.sheditorinsertLink{
	font-weight: 400;
	color: #3D74B3;
    cursor: pointer;
	text-decoration: underline;
}
.text-styling tr td{
	min-width: 200px !important;
    word-break: break-word !important;
}

.blog-table {width: 100%;}
.blog-table td{border: 1px solid black; padding: 5px;}
.blog-table tr td{min-width: unset!important;}

.verticalpad.nopad-top.bg-white{
	min-height: 300px;
	position: relative;
	
    padding: calc(6% + 17px) 0;
}
.verticalpad.nopad-top.bg-white .text-styling p, .paragraph-lg{
	font-size: 21px;
    line-height: 2;
	font-weight: 400;
	color: #000;
	margin: 0 !important;
}


.post-container-blog{display: flex; flex-wrap: wrap;}
.fixed-blog .verticalpad a, .fixed-blog .verticalpad a:hover, .fixed-blog .verticalpad a:active {
	font-weight: 400;
	color: #3D74B3;
    cursor: pointer;
	text-decoration: underline;
}
.blog-single-page p{
	margin-bottom: 30px !important;
}
.blog-single-page h2, .blog-single-page h3, .blog-single-page h4, .blog-single-page h5, .blog-single-page h6 {
    text-transform: none;
    letter-spacing: 0;
}
.fixed-blog h1.entry-title {
font-size: 36px !important; 
text-transform: none !important; 
letter-spacing:0 !important;
line-height:1 !important;
}

.wrapper-extra .text-styling p a:not(.btn-primary):not(.btn-success), .col50 .text-styling p a:not(.btn-primary):not(.btn-success), .text-styling form a{
	font-weight: 400;
	color: #3D74B3;
    cursor: pointer;
	text-decoration: underline;
}


/* HERO */

.hero-img > .row{
	background: rgba(0,0,0,0.33);
}

.widget_sandhills_editable_area_background .col-sm-12:not(.bg-photo), #invsliderID, .main-menu-item{padding-left: 0 !important; padding-right: 0 !important;}

.hero-pad{
    padding: 11% 6%;
    box-sizing: border-box !important;
}
.short .hero-pad{
    padding: 5% 6%;
	min-height: 300px;
    display: flex;
    align-items: center;
}
.hero-pad h1, .subhero-content h1{
    font-family: 'ChadwickGrunge', sans-serif;
    color: #ffffff;
    font-size: 300%;
    text-shadow: none;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
	margin-bottom: 20px;
}
.hero-pad hr{
	display: block;
    background: #263f4f !important;
    width: 58px !important;
    border-radius: 12px;
    height: 4px;
    display: block;
	text-align: left;
	margin: 0 0 20px !important;
}
.hero-pad p{
    font-family: 'BaRossSans', sans-serif;
    color: #d9d9db;
    font-size: 150%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 600;
    max-width: 760px;
}
/* END OF HERO */


/* CUSTOMER REVIEWS */
.customer-review-slide{
    padding: 5% 6% 0px;
}
.customer-review-slide hr{
	border: none;
    border-top: #d5d6da dotted 2px;
}
.customer-review-slide hr:first-child{
    margin: 0 0 6%;
}
.customer-review-slide hr:last-child{
    margin: 6% 0 0;
}
.review-wrapper{
    max-width: 1270px;
	display: block;
	margin:  0 auto;
}


.column-padding-customer-reviews > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.post-container-customer-reviews{
	margin: 0 !important;
}
.customer-reviews .slick-prev, .customer-reviews .slick-next, .post-container-customer-reviews .slick-dots{
	background-color: white!important;
	color: #8b8c90!important;
	margin-bottom: 20px;
}
.customer-review-slide .review-content{
	
    font-family: 'BaRossSans', sans-serif;
    color: #000000;
    font-size: 187.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}
.customer-review-slide .customer-name{
	
	font-family: 'BaRossSans', sans-serif;
    color: #21547d;
    font-size: 106.25%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 800;
}

/* END OF REVIEWS */

#bodycopy{
	padding: 6% 0 9%;
}
#bodycopy .text-styling h2{
	font-size: 100px; 
	padding: 0px;
	font-family: ChadwickGrunge, sans-serif; 
	color: #fff;
	letter-spacing: normal;
}
#bodycopy .text-styling p{
	color: #fff;
	font-size: 24px;
	line-height: 1.7;
	letter-spacing: normal;
}

#keypoints .text-styling h3 {
	background: #263f4f;
	padding: 40px;
	
	font-family: 'BaRossSans', sans-serif;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 1.5;
	color: #fff;
	text-align: center;
	margin: 0;
}
#keypoints .row.row {
	min-height: 10px !important;
}
#keypoints .text-styling p {
	font-size: 20px;
    letter-spacing: -0.5px;
}
#keypoints .text-styling.pad {
	padding: 30px 15% 80px !important;
}
#keypoints .text-styling.pad {
	background: url("images/bg-light-texture-alt.jpg") center center;
	-moz-background-size: 2000px auto;
	-o-background-size: 2000px auto;
	-webkit-background-size: 2000px auto;
	background-size: 2000px auto;
	
	-moz-background-repeat: repeat;
	-o-background-repeat: repeat;
	-webkit-background-repeat: repeat;
	background-repeat: repeat;
	
	min-height: 300px;
}
#keypoints .text-styling.pad.offwhite {
	background: url("images/bg-light-texture-alt-offwhite.jpg") center center;
	-moz-background-size: 2000px auto;
	-o-background-size: 2000px auto;
	-webkit-background-size: 2000px auto;
	background-size: 2000px auto;
	
	-moz-background-repeat: repeat;
	-o-background-repeat: repeat;
	-webkit-background-repeat: repeat;
	background-repeat: repeat;
}

#about-keypoints h3{
	font-size: 72px;
	border-bottom: dotted 2px #263f4f;
	white-space: nowrap;
	width: 100%;
	max-width: 130px;
	display: block;
	margin: 0 auto;
    padding-bottom: 0px;
	font-weight: 900;
	letter-spacing: normal;
}
#about-keypoints p{
    margin-top: 20px;
	line-height: 1.5;
    letter-spacing: -0.5px;
}


.about-box-header{
	position: relative;
}
.about-box-header.click{
	cursor: pointer;
}
.about-box-header.click h5{
	background: #4a4f54 !important;
}
.about-box-header.click.open h5{
	background: #263f4f !important;
}
.about-box-header.click i{
	position: absolute;
    right: 25px;
    top: 0;
    color: #fff;
    padding: 17px;
}
.click:before, .click .fas:before, .state-dropdown .fas:before{
	transition: ease all 0.3s;
	transform: rotate(0deg);
	display: block;
}
.click.open:before, .click.open .fas:before, .state-dropdown.open .fas:before{
	transform: rotate(-180deg);
}
#about-boxes h5{
	font-family: 'BaRossSans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #263f4f;
	padding: 10px;
	margin: 0 20px 20px;
	transition: ease all 0.3s;
}
#about-boxes ul{
	padding: 0;
	margin: 0 20px 40px;
}
#about-boxes p{
	margin: 35px 30px 50px;
	line-height: 1.5;
    letter-spacing: -0.5px;
}
#about-boxes .col33:nth-of-type(2){
	border-left: dotted 1px #d5d6da;
	border-right: dotted 1px #d5d6da;
}
#about-boxes .col33:nth-of-type(1), #about-boxes .col33:nth-of-type(2), #about-boxes .col33:nth-of-type(3){
	border-bottom: dotted 1px #d5d6da;
}
#about-boxes .col33:nth-of-type(5){
	border-left: dotted 1px #d5d6da;
	border-right: dotted 1px #d5d6da;
}
#about-boxes .col33:nth-of-type(4) h5, #about-boxes .col33:nth-of-type(5) h5, #about-boxes .col33:nth-of-type(6) h5{
	margin-top: 50px !important;
}
#about-boxes .col100{
	width: 100%;
}

.bg-tracks-blue .col33{
	position: relative;
}

.bg-tracks-blue .col33 .pad{
	padding: 0 18% 60px;
	margin: 20% 0;
	position: relative;
-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
}
.bg-tracks-blue.variable-columns {
	padding: 5% 0;
	color: #fff;
}
.bg-tracks-blue.variable-columns .pad{
	padding: 0 18% 60px;

	position: relative;
-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
	border-right: #8b8c91 dotted 2px;
}

.variable-columns.match-column-height > .row > div[class*="col-"]{
	height: 100%;
}
.variable-columns > .row > div[class*="col-"]{
	flex-grow: 1;
}
.variable-columns.match-column-height > .row {
	display: flex; flex-wrap: wrap;
}
.bg-tracks-blue.variable-columns .row .row > div{

	border-right: #8b8c91 dotted 2px;
}
.bg-tracks-blue.variable-columns .row .row > div > div{

	padding: 0 14% 60px;
	position: relative;
	-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
	
}
.bg-tracks-blue.variable-columns .row .row > div:last-of-type{

	border-right: none;
}


.bg-tracks-blue.variable-columns .row .row > div h1, .bg-tracks-blue.variable-columns .row .row > div h2, .bg-tracks-blue.variable-columns .row .row > div h3, .bg-tracks-blue.variable-columns .row .row > div h4, .bg-tracks-blue.variable-columns .row .row > div h5, .bg-tracks-blue.variable-columns .row .row > div h6{
	font-family: 'BaRossSans', sans-serif;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.5;
	color: #fff;
	text-align: center;
	margin: 0 0 30px;
}


.bg-tracks-blue.variable-columns .row .row > div p {
    font-family: BaRossSans, sans-serif;

    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.5px;
	
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.bg-tracks-blue.variable-columns .row .row > div .btn-primary {
	display: block;
	margin: 60px auto 0;
}
.bg-tracks-blue.variable-columns .row .row > div .img-responsive {
	max-width: 100px;
	margin:  0 auto 50px;
	display: block;
}
.bg-tracks-blue.variable-columns .row .row > div lite-youtube .img-responsive {
	max-width: unset !important;
	margin:  unset !important;
	display: unset;
}
.bg-tracks-blue.variable-columns .row .row > div .btn-primary.fixed-btn{
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 20% !important;
}
.bg-tracks-blue.variable-columns .row .row > div .fixed-btn{
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 15% !important;
}

.bg-tracks-blue .col33:nth-of-type(2) .pad{
	border-left: #8b8c91 dotted 2px;
	border-right: #8b8c91 dotted 2px;
}

.bg-tracks-blue .col33 h4{
	font-family: 'BaRossSans', sans-serif;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.5;
	color: #fff;
	text-align: center;
	margin: 0 0 30px;
}


.bg-tracks-blue .col33 .text-styling p {
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.bg-tracks-blue .col33 .btn-primary {
	display: block;
	margin: 60px auto 0;
}
.bg-tracks-blue .col33 .img-responsive {
	max-width: 100px;
	margin:  0 auto 50px;
	display: block !important;
}
.bg-tracks-blue .col33 .btn-primary.fixed-btn{
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 20% !important;
}
.bg-tracks-blue .col33 .fixed-btn{
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 15% !important;
}
#industries .col33{
	position: relative;
	padding-bottom: 60px;
}
#industries .col33 .btn-primary.fixed-btn{
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 10% !important;
	border: solid 1px #fff !important;
}


.bg-tracks-blue .wrapper .text-styling .btn-primary {
	display: block;
	margin: 0 auto 60px;
}
#industries .pad{
	padding: 15% 11% !important;
}
#industries .col33.bg-texture-black .pad{
	padding: 15% 11% !important;
	color: #b2b2b2;
}
#industries .col33.bg-texture-black{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	align-items: center;
}
#industries .col33 .text-styling p{
	color: #64676e;
}
#industries .col33.bg-texture-black .text-styling p{
	font-size: 20px;
	font-weight: 600;
	line-height: 2;
	color: #b3b3b3;
}

#industries .col33 .text-styling h5{
	font-family: 'BaRossSans', sans-serif;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.5;
	color: #252525;
	margin: 0 0 30px;
}
#industries .col33 .text-styling h5:after{
	content: '';
	background: #263f4f !important;
	width: 58px !important;
	border-radius: 12px;
	height: 4px;
	display: block;
	margin-top: 10px;
}
#industries .col33 .btn-primary, .btn-primary.read-more {
	display: block;
	margin: 60px auto 0;
    width: 180px;
}

#industries .col33.bg-texture-black a {
    font-family: 'ChadwickGrunge', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 44px;
    letter-spacing: normal;
    line-height: normal;
    padding: 10px 0;
    display: block;
	color: #bec0bf;
}
#industries .col33.bg-texture-black a:hover {
	color: #fff;
}

.btn-primary.read-more {
	display: block;
	margin: 60px auto 0;
    width: 180px;
	
	
    position: absolute;
    bottom: 80px;
    left: 50% !important;
    transform: translateX(-50%);
}

.bg-photo{
	padding-bottom: 50%;
}

/* NEW EQUIPMENT */

.new-row{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	border-bottom: solid 1px #b4b7b9;
}
.new-row.col100{
	display: block;
	border-bottom: solid 1px #b4b7b9;
}
.new-row.col100.no-border-bottom{
	padding: 3% 0;
}
.new-row.col100 .column-padding-showrooms{
	width: 10.2%;
}
.col100 .post-container-showrooms{
	height: auto;
	padding: 20px 0;
}
.new-row h3 {
    width: 300px;
	min-height: 300px;
	position: relative;
	background: #252525;
	margin: 0 !important;
	text-align: center;
}
.prevButton-container-showrooms, .nextButton-container-showrooms{
	display: none !important;
}
.new-row > div {
    width: calc(100% - 300px);
}
.new-row:nth-of-type(even) h3 {
	background: #3b3b3b;
}
.new-row h3 span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'BaRossSans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.column-padding-showrooms{
	width: 10.2%;
	margin: 2%;
}
.showroom-link{	
	filter: grayscale(1);
	opacity: 0.8;
	transition: ease-in-out all 0.25s;
}
.showroom-link:hover{	
	filter: grayscale(0);
	opacity: 1;
	text-align: center;
}
.showroom-link img{	
	max-width: 100%;
}

.post-container-showrooms{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#new-by-location .post-container-showrooms{
	height: 100%;
	justify-content: flex-start;
}


/* USED EQUIPMENT */

.single-inv-cat{
	
    width: calc(100% - 60px);
	border-top: solid 1px #666666;    
	border-bottom: solid 1px #666666;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	justify-content: center;
	margin: 0 auto;
}
.equipment-grid{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	flex-wrap: wrap;
}
.equipment-grid hr{
    width: calc(100% - 60px);
    border-color: #666666;
	margin: 0 auto !important;
}
.equipment-box{
	width: 16.66666666666667%;
-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
	margin: 30px 0;
	text-align: center;    
	position: relative;
	
	padding: 20px;
}


.equipment-box img{
    max-width: 100%;
    max-height: 80px;
    padding: 10px;
-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
}
.equipment-box h3{
	text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 900;
    font-size: 16px;
    font-family: "BaRossSans", sans-serif;
    display: block;
    margin: 24px 0 0;
	padding-bottom: 0px;    min-height: 80px;
}
.equipment-box .btn-primary.fixed-btn{
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 20% !important;
	border: solid 1px #fff !important;
}

.equipment-box .btn-primary{

    max-width: 180px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.equipment-box:nth-of-type(2), .equipment-box:nth-of-type(4), .equipment-box:nth-of-type(8), .equipment-box:nth-of-type(10){
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
}
.equipment-box:nth-of-type(6), .equipment-box:nth-of-type(12){
	border-left: solid 1px #666666;
}
.equipment-box select, .select-dropdown{
	appearance: none;
    width: 100%;
    border-radius: 6px;
    color: #EBEEEF !important;
    font-family: 'BaRossSans', sans-serif !important;
    outline: none;
    border: solid 1px #fff;
    margin-right: 22px;
-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
    height: auto;
    cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	
		background: #263f4f url(images/icon-downarrow-white-solid.png) calc(100% - 20px) center no-repeat;
		font-size: 14px;
		font-weight: 900 !important;
    	padding: 25px 20px;
		
    padding-right: 22%;
	
}
.equipment-box select option{
	padding-right: 20px;
}
.select-dropdown + ul{
	appearance: none;
    width: 100%;
    padding: 10px;
    color: #696f72 !important;
    font-family: 'BaRossSans', sans-serif !important;
    font-weight: 600 !important;
    outline: none;
    border: solid 1px #696f72;
    margin-right: 32px;
    background: #f0f1f1;
-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	list-style: none;
	line-height: 20px;
	padding-left: 15px;
}
.select-dropdown + ul.drop-list li a {
    padding: 15px 15px 15px 0;
    line-height: 36px;
	font-size: 14px;
}

/* BLOG */

.posts-page{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.posts-page h2.post-link {
	
    margin-top: 20px;
    margin-bottom: 10px;
}
.posts-page .post-col .post-link a{
	padding: 0 !important;
    font-size: 24px;
    line-height: 1.2;
}
.posts-page .post-col .post-link a:after{
	content: 'View Post';
	position: relative;
	display: block;
	margin-top: 10px !important;
	
	font-size: 16px;
	color: #555;
	
}

.posts-page .post-col .post-link a .post-description{
	padding: 15px 0px;
    font-size: 16px;
	font-weight: 400;
    line-height: 1.2;
	color: #555;
}

.posts-page .div-post-img {
    overflow: hidden;
    height: 300px;
}
.posts-page .div-post-img img {height: 100% !important;width:100% !important;max-width: unset !important;object-fit: cover !important;object-position: center center !important;}

.post-single{
	
    line-height: 1.5;	
	font-size: 18px;
    font-family: 'BaRossSans', sans-serif;
	color: #000;
	font-weight: 400;
}
.post-breadcrumbs{
	
    line-height: 1.5;	
	font-size: 13px;
    font-family: 'BaRossSans', sans-serif;
	color: #64676e;
	margin: 0 !important;
	text-transform: capitalize;
	font-weight: 400 !important;
	background: #f2f3f4;
	padding: 40px;
}
.post-breadcrumbs a{
	color: #263f4f;
}
.page-breadcrumbs{
	
    line-height: 1.5;	
	font-size: 13px;
    font-family: 'BaRossSans', sans-serif;
	color: #64676e;
	margin: 0 !important;
	text-transform: capitalize;
	font-weight: 400 !important;
	background: #fff;
	padding: 40px; 
}
.verticalpad .page-breadcrumbs{
    padding: calc(3% + 10px) 6%;
	line-height: 0;
}
.page-breadcrumbs a{
	color: #263f4f;
}
.post-single .entry-content > .row{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	flex-wrap: wrap;
}
.post-single .post-image{
	position: relative;
	overflow: hidden;
	height: 100%;
	background: #263f4f;
}
.post-single .post-image img{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
	filter: grayscale(1);
	opacity: 0.3;
}
.post-single .entry-content .wrapper{
	white-space: pre-line;
}
.post-col{
	text-align: left;
	box-shadow: none !important;
	border: none !important;
	background: #fff;
	padding-bottom: 80px;
}
.post-col h2.post-link a {
    padding: 8% 11% 5%;
	
	font-size: 22px;
	line-height: 1.5;
    font-family: 'BaRossSans', sans-serif;
	color: #000;
	font-weight: 900;
	
    display: block;
	
    text-transform: none;
    letter-spacing: normal;
}
.post-col p {
    line-height: 1.5;
    color: #64676e;
}
.post-col .div-post-content {
    padding: 0 11% 16%;
	
	font-size: 18px;
	line-height: 1.5;
    font-family: 'BaRossSans', sans-serif;
	color: #000;
	font-weight: 400;
	
	
    display: block;
}

.post-container .col-md-4 .post-col{
	border-right: #d9d9d9 solid 1px !important;
}
.post-container .col-md-4:last-of-type .post-col{
	border-right: transparent solid 1px !important;
}
.prevButton-container-post, .nextButton-container-post{
	display: none !important;
}
.posts-page .prevButton-container-post, .posts-page .nextButton-container-post{
	display: block !important;
}

.div-post-img img {
    width: 100%;
}

/* TESTIMONIALS */

.border-top{
	border-top: #d5d6da dotted 2px;
}
.border-bottom{
	border-bottom: #d5d6da dotted 2px;
}
.no-border-bottom{
	border-bottom: none !important;
}

.flex-grp > div{
	position: relative;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center !important;
}
.flex-grp > div .quote-start{
	padding: 0 20px 60px;
}
.flex-grp > div .quote-end{
	padding: 40px 20px 0;
}
/* MAP */

#interactive-map *{
-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

#interactive-map .column-reverse{
	position: relative;
-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

#map-container{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	padding: 5% 0 4% 6%;
}
#map-col{
	width: 66.6666%;
}
#map-contents{
	max-width: 860px;
	width: 100%;
    position: relative;
}
#map{
	width: 100%;
	padding-right: 40px;
}
#map-markers a{
	position: absolute;
	color: #000 !important;
}
#map-markers a:nth-child(1){
	top: 7%;
    right: 21%;
}
#map-markers a:nth-child(2){
	top: 40%;
    right: 24%;
}
#map-markers a:nth-child(3){
	top: 55%;
    right: 50%;
}
#map-markers a:nth-child(4){
    top: 44%;
    right: 65%;
}
#map-markers a:nth-child(5){
	top: 63%;
    right: 67%;
}
#map-markers a:nth-child(6){
	top: 75%;
    right: 65%;
}
#map-markers a:nth-child(7){
	top: 82%;
right: 58%;
}
#map-markers a:nth-child(8){
	top: 84.5%;
    right: 80%;
}
#map-markers a:nth-child(9){
	top: 91%;
    right: 88%;
}
#map-markers a:nth-child(10){
	top: 90%;
	right: 67.4%;
}
#map-markers a:nth-child(11){
	top: 90%;
	right: 67.4%;
}
#map-markers .hover{
    background: #000;
    padding: 10px;
    color: #fff;
    left: -10px;
    top: 46px;
    position: absolute;
    width: 180px;
    font-family: 'BaRossSans', sans-serif;
    border-radius: 4px;
    font-weight: 600;
	opacity: 0;
	pointer-events: none;
	z-index: 100;
}
#map-markers a:hover .hover, #map-markers a.active .hover{
	opacity: 1;
}

#map-container .text-content{
    bottom: 8%;
    position: absolute;
    right: 0;
    left: 60%;
}


#state-dropdowns > a{
	display: block;
	padding: 30px;
	border-radius: 4px 0 0 4px;
	font-family: 'BaRossSans', sans-serif;
	letter-spacing: 0.2em;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 10px;
	color: #000;
	background: #ebeeef;
	position: relative;
}


.state-dropdown > i{
	position: absolute;
    right: 25px;
    top: 14px;
    padding: 17px;
    width: 54px;
-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}


#state-dropdowns > a.open{
	background: #fff;
}
#state-dropdowns a + ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 10px;
}
#state-dropdowns a + ul a{
	display: flex;
	align-items: center;
	padding: 10px 0;
	color: #000;
	font-family: 'BaRossSans', sans-serif;
	font-weight: 600;
    font-size: 18px;
}
#state-dropdowns a + ul a span:not(.gear-icon){
	padding-left: 10px;
}



#map-list{
	margin-top: 30px;
    margin-bottom: 60px;
}
#map-list a{
	padding: 20px;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	align-items: center;

    font-family: 'BaRossSans', sans-serif;
    font-weight: 600;
	color: #000;
}

#map-list a .gear-icon{
	margin-right: 20px;
	color: #000;
}
#map-list a span:not(.gear-icon){
    width: calc(100% - 58px);
}


#map-list a:hover, #map-list a.active{
    background: #fcfefd;
}
#map-list a:hover .gear-icon, #map-list a.active .gear-icon{
    color: #fff;
}

#map-description{
    padding: 80px 50px;
    background: #ebeeef;
    position: absolute;
    top: 7%;
    right: 0;
    max-width: 800px;
    width: 45%;
	
    letter-spacing: -0.5px;
}
#map-description .text-styling{

    font-size: 21px;
    line-height: 2;
	
    font-family: 'BaRossSans', sans-serif;
	color: #000;
	font-weight: 400;
}

.gear-icon{
    width: 38px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
    height: 38px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: 'BaRossSans', sans-serif;
    font-weight: 900;
	position: relative;
	z-index: 10;
	
    color: #000;
	
	transition: none;
}
#state-dropdowns a .gear-icon{
	color: #fff;
}
#state-dropdowns a:hover .gear-icon, #state-dropdowns a.active .gear-icon{
	color: #000;
}
.gear-icon:before{
    background: url(images/gear-blue-dark.png) center center;
	display: block;
	background-size: 38px 38px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: none;
    filter: brightness(4.4) grayscale(0.95) hue-rotate(30deg);
}
#map-list a .gear-icon:before, #state-dropdowns a .gear-icon:before{
    background: url(images/gear-blue-dark.png) center center;
	background-size: 38px 38px;
	filter: brightness(1) grayscale(0);
}

a:hover .gear-icon:before, a.active .gear-icon:before{
	filter: brightness(10) grayscale(1);
}

#map-list a:hover .gear-icon:before, #map-list a.active .gear-icon:before, #state-dropdowns a.active .gear-icon:before, #state-dropdowns a:hover .gear-icon:before{
    filter: brightness(4.4) grayscale(0.95) hue-rotate(30deg);
}

/* CAREERS */


#career-keypoints .col{
	width: 33.3333%;
	padding: 6% 40px;
	text-align: center;
}
#career-keypoints .col h4{
	font-weight: 600;
}
#career-keypoints .col-lg-4 h4:after {
    content: '';
    background: #263f4f !important;
    width: 58px !important;
    border-radius: 12px;
    height: 4px;
    display: block;
	margin: 10px auto 0;
}
.accordion-button {
	background-color: transparent;
}
.accordion-button:not(.collapsed) {
	background-color: transparent;
	color: white;
}
.panel-title, .accordion-button{
	text-overflow: inherit !important;
	white-space: normal !important;
	
    color: #fff;
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: 'BaRossSans', sans-serif!important;
    font-weight: 600;    
	padding: 10px !important;
	
}
.panel-heading, .accordion-header{
	height: auto !important;
    background-color: #263f4f !important;
    padding: 10px;
	margin-top: 0;
}
.panel-body, .accordion-body{
background: #f2f3f4;
    background-repeat-y: repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}


/* SERVICE */

.service.bg-texture-black.variable-columns {
	color: #fff;
}

.service .variable-columns .row > div{
	padding: 0 18% 60px;
	position: relative;
-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
}





.service .variable-columns .row > div:last-of-type{

	border-right: none;
}


.bg-texture-black.variable-columns .row .row > div h1, .bg-texture-black.variable-columns .row .row > div h2, .bg-texture-black.variable-columns .row .row > div h3, .bg-texture-black.variable-columns .row .row > div h4, .bg-texture-black.variable-columns .row .row > div h5, .bg-texture-black.variable-columns .row .row > div h6{
	font-family: 'BaRossSans', sans-serif;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.5;
	color: #fff;
	text-align: center;
	margin: 0 0 30px;
}



.service .bg-texture-black.variable-columns .row .row > div p {
    font-family: BaRossSans, sans-serif;

    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.5px;
	
	font-size: 18px;
	color: #fff;
	text-align: left;
}


.service .bg-texture-black.variable-columns .row .row > div .btn-primary {
	display: block;
	margin: 60px auto 0;
}


.service .bg-texture-black.variable-columns .row .row > div .img-responsive {
	max-width: 100px;
	margin:  0 auto 50px;
	display: block;
}

.service .bg-texture-black.variable-columns .row .row > div lite-youtube .img-responsive {
	max-width: unset !important;
	margin:  unset !important;
	display: unset;
}


.service .bg-texture-black.variable-columns .row .row > div .btn-primary.fixed-btn{
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 20% !important;
}


.service .bg-texture-black.variable-columns .row .row > div .fixed-btn{
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 15% !important;
}


.service .bg-texture-black .col33:nth-of-type(2) .pad{
	border-left: #8b8c91 dotted 2px;
	border-right: #8b8c91 dotted 2px;
}

.service .bg-texture-black .col33 h4{
	font-family: 'BaRossSans', sans-serif;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.5;
	color: #fff;
	text-align: center;
	margin: 0 0 30px;
}


.service .bg-texture-black .col33 .text-styling p {
	font-size: 18px;
	color: #fff;
	text-align: left;
}


.service .bg-texture-black .col33 .btn-primary {
	display: block;
	margin: 60px auto 0;
}


.service .bg-texture-black .col33 .img-responsive {
	max-width: 100px;
	margin:  0 auto 50px;
	display: block !important;
}





.service .bg-texture-black .col33 .btn-primary.fixed-btn{
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 20% !important;
}

.service .bg-texture-black .col33 .fixed-btn{
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 15% !important;
}

.service .icon-title {font-size:30px !important;}

@media only screen and (max-width : 767px) {
.service .icon-header {font-size:27px !important;}
}


@media only screen and (max-width : 450px) {
 .service  .icon-header {font-size:18px !important;}
}


.service .sandhills-contact-response  {position: relative !important; margin-top:27%;width:100% !important;}
.service .sandhills-contact-response  h2{color: #fff !important; font-size:25px !important;text-align:center !important;}

@media only screen and (max-width:600px) {
	.service .sandhills-contact-response  h2 {font-size:16px !important;}
}



/* STAFF */
.post-container-staff{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	flex-wrap: wrap;
	position: relative;
}
.post-container-staff:after{
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 10;
}
.column-padding-staff {
    width: 25%;
	padding: 40px 40px 60px;
-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
    border-right: solid 1px #d5d6da;
    border-bottom: solid 1px #d5d6da;
}
.column-padding-staff:nth-of-type(4), .column-padding-staff:nth-of-type(8), .column-padding-staff:nth-of-type(12) {
    border-right: none;
}
.staff-box{
	font-family: 'BaRossSans', sans-serif;
}
.staff-box .staff-photo{
    width: calc(100% + 80px);
    margin-top: -40px;
    overflow: hidden;
    margin-left: -40px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 80%;
	background: #666666;
}
.staff-box h4{
	font-family: 'BaRossSans', sans-serif;
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 3px;
}
.staff-box p:after{
	content: '';
	background: #263f4f !important;
	width: 58px !important;
	border-radius: 12px;
	height: 4px;
	display: block;
	margin: 18px auto 0;
}
.staff-box p{
	font-family: 'BaRossSans', sans-serif;
	font-weight: 400;
	color: #64676e;
	font-size: 20px;
}
.staff-box a{
	font-family: 'BaRossSans', sans-serif;
	font-weight: 400;
	color: #64676e;
	font-size: 18px;
}



/* SLIDER */

.n2-ss-section-main-content h1{
	font-family: ChadwickGrunge, sans-serif !important;
}

/* BUTTONS */

.btn-primary, .btn-success, .slider-btn a, .posts-paginate-btn{
    border: solid 1px #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    left: 0 !important;
	min-width: 180px;
	box-shadow: none !important;
	outline: none !important;
	
	background: #263f4f !important;
    color: #fff !important;
    padding: 10px 20px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    font-family: 'BaRossSans', sans-serif;
    font-weight: 600;
    position: relative;
    transition: ease all 0.2s;
	text-transform: capitalize !important;
}
.posts-paginate-btn u{
	text-decoration: none !important;
}

.btn-primary:hover, .btn-success:hover, .slider-btn a:hover, .posts-paginate-btn:hover, .bg-blue .btn-success{
	background: #000 !important;
	border-color: #fff !important;
}

.btn-light{
    border: solid 1px #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    left: 0 !important;
	min-width: 180px;
	box-shadow: none !important;
	outline: none !important;
	
	background: #263f4f !important;
    color: #fff !important;
    padding: 10px 20px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    font-family: 'BaRossSans', sans-serif;
    font-weight: 600;
    position: relative;
    transition: ease all 0.2s;
}
.ctct-form-button{
    border: solid 1px #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    left: 0 !important;
	min-width: 180px;
	box-shadow: none !important;
	outline: none !important;
	
	background: #263f4f !important;
    color: #fff !important;
    padding: 10px 20px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    font-family: 'BaRossSans', sans-serif;
    font-weight: 600;
    position: relative;
    transition: ease all 0.2s;
	display: inline-block !important;
	float: left !important;
	width: unset !important;
}
.btn-light:hover, .ctct-form-button:hover{
	background: #000 !important;
	border-color: #fff !important;
}

.btn-dark{
    border: solid 1px #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    left: 0 !important;
	min-width: 180px;
	box-shadow: none !important;
	outline: none !important;
	
	background: #333 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    font-family: 'BaRossSans', sans-serif;
    font-weight: 600;
    position: relative;
    transition: ease all 0.2s;
}
.btn-dark:hover{
	background: #000 !important;
	border-color: #fff !important;
}

.buttons-row{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.buttons-row a{
    width: 300px;
	margin: 10px;
	display: inline-block;
}
.error-404 .flex{
	justify-content: space-around;
}

.custom-widget .shEditorInsertButton.sheditorinsertedbutton.undefined{
    border: solid 1px #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    left: 0 !important;
	min-width: 180px;
	box-shadow: none !important;
	outline: none !important;
	
	background: #263f4f !important;
    color: #fff !important;
    padding: 10px 20px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    font-family: 'BaRossSans', sans-serif;
    font-weight: 600;
    position: relative;
    transition: ease all 0.2s;
}
.custom-widget .shEditorInsertButton.sheditorinsertedbutton.undefined:hover{
	background: #000 !important;
	border-color: #fff !important;
}


/* FORMS */
#inv-search{

	background:#263f4f;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border-top: solid 1px #e3e5e2;
	border-bottom: solid 1px #e3e5e2;
}
#inv-search-home form, #inv-search form{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	width: 100%;
}
#inv-search-home select, #inv-search select{
	appearance: none;
	width: 100%;
	max-width: 260px;
    padding: 25px 20px;
    border-radius: 6px;
    color: #d5d6da !important;
    font-family: 'BaRossSans', sans-serif !important;
    font-weight: 600 !important;
    outline: none;
    border: solid 1px rgba(255,255,255,0.2);
	margin-right: 32px;
	
    background: rgba(255,255,255,0.066) url(images/icon-downarrow-white-solid.png) calc(100% - 20px) center no-repeat;
	-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
    height: auto;
	cursor: pointer;
}
#inv-search-home select option, #inv-search select option{
	color: #000;
	padding: 20px;
}
#product-search-field{
    padding: 10px 20px;
    border-radius: 6px;
    width: 100%;
    background: rgba(255,255,255,0.066);
	color: #d5d6da;
    font-family: 'BaRossSans', sans-serif;
    font-weight: 600;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	align-items: center;
}
#product-search-field label{
	padding: 0 20px 0 10px;
    font-family: 'BaRossSans', sans-serif;
    font-weight: 600;
	color: #d5d6da!important;
}
#product-search-field input{
	padding: 20px;
    border-radius: 6px;
    color: #000;
    font-weight: 400;
    flex: 1;
    outline: none;
    border: none;
}
#product-search-field button{
    background: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    padding: 20px 0 20px 15px;
    text-align: center;
	color: #d5d6da;
}


/* CUSTOM FORMS */

.sandhills-contact-response {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 88%;
    box-sizing: border-box;
    z-index: 99999999999999999;
}
.col-sm-6 .sandhills-contact-response {
    position: unset !important;
    top: unset !important;
    transform: unset !important;
    width: unset !important;
    box-sizing: border-box;
    z-index: 99999999999999999;
}

.alert-success{
	border-left: none !important;
	background: #000 !important;
	color: #fff !important;
}

.text-styling .reCaptchaList li .form-control-feedback {
    display: none !important;
}

.text-styling .inline-recaptcha-fields>.has-feedback>label{
	margin-left: 0 !important;
}


.text-styling form h1, .text-styling form h3{
	font-family: 'BaRossSans', sans-serif;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.5;
	color: #000;
	text-align: center;
	margin: 0 0 30px;
}
.text-styling form label{
	font-family: 'BaRossSans', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.5;
	color: #000;
	text-align: center;
}
.text-styling .checkbox label, .text-styling .radio label{
	padding: 15px 40px 15px 30px;
}
.text-styling form input, .text-styling form select{
	background: #f2f3f4;
}
.text-styling form small{
	font-size: 18px !important;
}
.form-two-column .row{
	display: block !important;
}
.form-two-column form .col-md-6{
	float: none !important;
    display: inline-block;
}
.form-two-column form .col-md-6:last-of-type{
	position: absolute;
    top: 0;
    right: 0;
}
.form-two-column form textarea{
	height: 483px !important;
	background: #f2f3f4;
	resize: none;
}

.text-styling form textarea{
	height: 140px;
	background: #f2f3f4;
	resize: none;
}
.text-styling .radio {
  
}
.text-styling form label {

}

.text-styling form h6{
	font-family: 'BaRossSans', sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.5;
    background: #263f4f;
    padding: 10px 20px;
    color: #fff;
    margin: 40px 0;
}
.formpad .text-styling form h1{

	padding: 80px 50px 70px;
	text-align: center;
	color: #bec0bf;
	
		background:url('images/bg-dark-texture.jpg') center center fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border-top: solid 1px #e3e5e2;
	border-bottom: solid 1px #e3e5e2;
    margin: 0px -6.8% 3%;
}
.formpad form{
	padding: 0 6% !important;
}
.formpad label + .radio {
   clear: both;
}
.image-upload{
	
    padding: 14px;
    height: 49px; 
}
.image-upload + span a{
	max-height: none !important;
}

.bg-blue .text-styling form h1, .bg-blue .text-styling form label, .bg-blue .text-styling p, .bg-blue .text-styling i.form-control-feedback.fas.fa-star-of-life{
	color: #fff;
}

.bg-blue .reCaptchaPhrase{
	color :#fff !important;
	text-transform: uppercase;
}
.bg-white .reCaptchaPhrase{
	text-transform: uppercase;
}


/*************** PRODUCT SUPPORT FORM*********/
.row.sidebar4832-row2 {
    display: flex;
}


/* FOOTER */

.footer-bg, .footerbg *{
-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.footerbg .col-left{
	width: 100%;
	color: #fff;
}
.footerbg .col-left .row, .footerbg .col-right .row{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	flex-wrap: nowrap;
	width: 100%;
}
.footerbg .col-left .row .widget, .footerbg .col-right .row .widget {
	width: 100%;
}
.footerbg .col-right .row .sh-col-sm-6 {
	max-width: 220px;
}.footerbg a.heading{color: #fff !important; font-weight: 600 !important;}
.footerbg .col-right{
	width: 33.3333%;
	color: #fff;
}
.footerbg .col-left > a{
	color: #d5d6da;
    font-size: 20px;
    line-height: 1.7;
    font-family: 'BaRossSans', sans-serif!important;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-bottom: dotted 2px rgba(255,255,255,0.2);
	display: block;   
	padding-bottom: 6px;
    margin-bottom: 6px;
}
.footerbg .col-right > a{
	color: #d5d6da;
    font-size: 20px;
    line-height: 1.7;
    font-family: 'BaRossSans', sans-serif!important;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-bottom: dotted 2px rgba(255,255,255,0.2);
	display: block;   
	padding-bottom: 6px;
    margin-bottom: 16px;
}
.footerbg .text-styling a, .footerbg .col-left a{
    color: #d5d6da;
    font-size: 20px;
    line-height: 1.7;
    font-family: 'BaRossSans', sans-serif!important;
    font-weight: 400;
}
.footerbg .text-styling a:hover, .footerbg .col-left a:hover{
    color: #fff;
}
.footerbg .text-styling h6{
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
    font-family: 'BaRossSans', sans-serif!important;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: normal;
    text-transform: none;
	
}
.footerbg .text-styling ul{
    list-style: circle;
	padding-left: 17px;
	margin-bottom: 24px;
    color: #d5d6da;

}
.footerbg .text-styling ul a{
    color: #d5d6da;    
    font-size: 20px;
    line-height: 2;
    font-family: 'BaRossSans', sans-serif!important;
	text-transform: none;
	letter-spacing: normal;
}

#foot p.footersocial{
	text-align: center;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	justify-content: center;
	padding: 40px 0;
}

.social-icon{
	font-size: 18px;
	color: #d5d6da !important;
	margin: 5px;
	padding: 5px;
	border: solid 2px #d5d6da;
	border-radius: 100%;
	width: 40px;
	height: 40px;

    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
    align-items: center;
    justify-content: center;
}


/* BRANCHES */
.locations-archive .post-container-branches{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display: flex; 
	flex-wrap: wrap;
	background: #f2f3f4 !important;
}
.locations-archive .column-padding-branches{
	width: 33.33333%;
}
.locations-archive .column-padding-branches:nth-of-type(odd){
	background: #fff !important;
}
.locations-archive .column-padding-branches:nth-of-type(even){
	background: #f2f3f4 !important;
}
.nextButton-container-branches, .prevButton-container-branches{
	display: none !important;
}

.column-padding-branches .text-styling{
	text-align: left !important;
}
.column-padding-branches .text-styling a{
    font-family: 'BaRossSans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
	display: block;
	color: #263f4f;
}
.branch-box h3{
    font-family: 'BaRossSans', sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.5;
    margin-top: 60px;
}
.branch-box p{
	margin: 0 !important;
	font-size: 18px;
    line-height: 24px;
	font-weight: 400;
    font-family: 'BaRossSans', sans-serif!important;
	text-transform: none;
	letter-spacing: normal;
	color: #000;
}
.branch-box a:not(.btn-primary){
    display: block;
	font-size: 18px;
    line-height: 24px;
	font-weight: 400;
    font-family: 'BaRossSans', sans-serif!important;
	text-transform: none;
	letter-spacing: normal;
	color: #64676e;
	text-align: left;
	max-width: 200px;
	margin: 0 auto;
}
.branch-box a.btn-primary{
    display: block;
	margin: 14px auto 80px;

    width: 200px;
}
.branch-box iframe{
	width: 100%;
	height: 300px;
}

.contact-bar{
	background: #fff;
}
.contact-bar .col33 .pad{
	padding: 6% 10% 10%;
}
.contact-bar .col33:nth-of-type(2){
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
}
.contact-bar a{
	color: #000;
}
.contact-bar p{
	margin-bottom: 0 !important;
}


/* COOKIES POPUP */

.hide-popup{
	display: none !important;
}
#footer-cookies{
    padding: 20px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
	
	z-index: 10000;

	background:url('images/bg-dark-texture-blue.jpg') center center fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border: solid 1px #e3e5e2;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
    color: #fff;
	font-family: "BaRossSans", sans-serif;
	opacity: 0.9;
}
#footer-cookies #close-cookies{
    position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
}
#footer-cookies #accept-cookies{
	margin-right: 15px;
	color: #d5d6da;
}
#footer-cookies #decline-cookies{
	color: #d5d6da;
}

.footerbg .row:nth-child(even){
	background: none !important;
}

/* SCROLL TO TOP */
html{scroll-behavior: smooth;}
.scrollToTop {
    bottom: 10px;
    right: 25px;
    z-index: 1001;
    position: fixed;
}
.scrollToTop a {
    text-decoration: none;
    line-height: 150%;
    padding: 5px 12px;
    opacity: .8;
    display: block;
    background: #000;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.scrollToTop a:hover {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}

/* VIDEO */

.video-wrapper{
	position: relative;
	padding-bottom: 50%;
}

.video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}


/* INVENTORY */
.row, .sh-row{
    overflow: visible !important;
}
#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons):not(.list-title-text):not(.detail-title):not(h3):not(span):not(h2):not(h4){font-family: 'BaRossSans', sans-serif!important;} /* Reset font, ignore icons */
#inv .detail-wrapper .details-fin-calc .detail-btn-calc p{
	margin-bottom: 0 !important;
}
.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button, .faceted-show-all-btn {
    -moz-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}
.faceted-section-title, .selected-header span{
	text-transform: uppercase;
}
.media-buttons {
    margin-top: 0 !important;
}
.lower-detail-data-right {
    font-size: 16px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    top: 5px !important;
    left: 2px !important;
}

.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#263f4f !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a, .list-error-container .info > div > button.ts-button {background:#263f4f !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .list-error-container .info > div > button.ts-button{ transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover, .list-error-container .info > div > button.ts-button:hover {background: #000 !important; color: #fff !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #263f4f !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #000 !important; color: #fff !important;}

.list-error-container .selected-facet{
	background: none !important;
	color: #000 !important;
}
.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}
.list-title-text, .detail-title, #inv h3, #inv h2, .title-media-buttons-heading h1 span, .parts-title-text, #inv h4{
	font-family: 'ChadwickGrunge', sans-serif !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a, .ct-btns a {background: #000 !important;}
.list-main-section .contact-options a, .ct-btns a { transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover, .ct-btns a:hover {background: #263f4f !important; color: #fff!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; -moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;}

	/* Added CSS While you were out */


.page-template-volvo-showroom-plugin #inv_data, .page-template-volvo-showroom-plugin .container{
	font-family: 'BaRossSans', sans-serif;
}
.page-template-volvo-showroom-plugin #inv_data h3{
	font-weight: 600;
}
.page-template-volvo-showroom-plugin #header a, .page-template-volvo-showroom-plugin .footerbg a, .page-template-volvo-showroom-plugin #interactive-map a{
	text-decoration: unset;
}
.blue-section .pad{
	padding: 0px !important;
}

.no-line-break{
	text-align: center; 
	min-height: auto; 
	white-space: nowrap !important;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) and (min-width: 1401px) {	
	
	.footerbg .col-left a, .footerbg .col-right a, .footerbg .text-styling a, .footerbg .text-styling h6, .footerbg .text-styling ul a {
		font-size: 17px;
	}
	#map-col {
		width: 56.6666%;
    	padding: 5% 0;
	}
}



@media only screen and (max-width : 1500px) {	
	
	#industries .col33.bg-texture-black a{
		font-size: 36px;
	}
	
	
	

	#map-description{
		width: 45%;
	}
	#map-col {
		width: 54.6666%;
    	padding: 0;
	}
	
	
	.equipment-box .btn-primary.fixed-btn{
		bottom: 12% !important;
	}
	.bg-tracks-blue .col33 .fixed-btn{
		bottom: 10% !important;
	}
	
}
@media only screen and (max-width : 1499px) and (min-width: 1201px) {		

	#interactive-map .column-reverse{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display: flex; 
		flex-direction: column-reverse;
	}
	#map-description{
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: none;
		margin-top: 0;
	}
	.equipment-box{	
		padding: 10px;
	}
	.equipment-box h3{
		font-size: 14px !important;
	}
	.select-dropdown.click{background-image: unset !important; padding: 25px 20px 25px 20px !important; letter-spacing: 1px;
	font-size: 12px;}
	
	.footerbg .col-left{
		width: 100%;
	}
	.footerbg .col-right{
		width: 100%;
		margin-top: 60px;
	}
	
	
	#career-keypoints .col h4{
		font-size: 18px !important;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) and (min-width: 1024px) {	
	
	#keypoints .text-styling h3{
		font-size: 20px;
	}
	#industries .col33.bg-texture-black a{
		font-size: 30px;
	}
	
	#header .logo img {
		width: 300px;
	}
	#map-description{
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: none;
		margin-top: 0;
	}
	#bodycopy .text-styling h2{
		font-size: 70px; 
	}
	
	.equipment-box{
		padding: 10px;
	}
	.equipment-box h3{
		font-size: 14px !important;
	}
	.select-dropdown.click{background-image: unset !important; padding: 25px 20px 25px 20px !important; letter-spacing: 1px;
	font-size: 12px;}
	
	.staff-box h4{
		font-size: 18px;
	}
	.staff-box p{
		font-size: 18px;
	}
	
	.footerbg .col-left{
		width: 100%;
	}
	.footerbg .col-left .row, .footerbg .col-right .row{
		flex-wrap: wrap;
	}
	.footerbg .col-right{
		width: 100%;
		margin-top: 60px;
	}
	.footerbg .col-sm-2 {
		width: 33.33333%;
	}
	.post-container-showrooms{
		flex-wrap: wrap;
    	padding: 0 30px !important;
	}
	.new-row h3 {
		width: 300px;
	}
	.new-row > div {
		width: calc(100% - 300px);
	}
	.column-padding-showrooms{
		width: 16% !important;
	}
	
	#career-keypoints .col h4{
		font-size: 18px !important;
	}
	
	.footerbg .col-left a, .footerbg .col-right a, .footerbg .text-styling a, .footerbg .text-styling h6, .footerbg .text-styling ul a {
		font-size: 18px;
	}
	
	#interactive-map .column-reverse{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display: flex; 
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width : 1175px){
	/*
	.no-line-break{
		font-size: 18px !important;
	}
	*/
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {
	.show-md{
		display: none !important;
	}
	

	.heading-lg{

		font-family: 'BaRossSans', sans-serif;
		font-weight: 900;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		line-height: 1.5;
		font-size: 36px;

	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1023px) {
	
	.heading-lg{

		font-family: 'BaRossSans', sans-serif;
		font-weight: 900;
    letter-spacing: 0.15em;

	}
	.sm-fullwidth{
		width: 100% !important;
	}
	.row.sidebar4832-row2 {
		flex-wrap: wrap;
	}
.min-height-col{
	min-height: 90vw !important;
}
	
.wrapper-sm{
	max-width: 100%;
}
	
	.footerbg .col-left .row, .footerbg .col-right .row{
		flex-wrap: wrap;
	}
	
	.footerbg .col-sm-2 {
		width: 50%;
	}
	.bg-texture-light .col50{
		width: 100%;
	}
	.col50.bg-img{
		height: 80vw;
	}
.bg-texture-light .col50 .height100 > .row, .match-column-height .col50 .height100 > .row, .map-col > .row {
    padding-bottom: 80%!important;
}
	.bg-texture-light .column-reverse, .match-column-height.column-reverse{
		flex-direction: column-reverse;
	}
	#about-keypoints .col25, .match-column-height .col50{
		width: 100%;
	}
	#interactive-map .column-reverse{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display: flex; 
		flex-direction: column-reverse;
	}
	#map-description{
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: none;
		margin-top: 0;
	}
	.hide-md{
		display: none !important;
	}
	#header .logo{
		width: 300px;
		margin-right: calc(100% - 360px);
		display: inline-block;
		
		height: auto;
	}
	#header .logo img{		
		top: 0;
		transform: none;
	}
	
	#header-search-toggle{	
    	margin-right: -10px;
	}
	#header{
		padding: 40px 0;
		position: relative;
	}
	#header .logo{
		padding: 0;
	}
	
	#inv-search-home form, #inv-search form{
		flex-wrap: wrap;
	}
	#inv-search-home form select, #inv-search form select{
		max-width: none;
		margin-right: 0 !important;
		text-align: center !important;
		background-position: calc(100% - 20px);
		margin-bottom: 30px;
	}
	#inv-search-home #product-search-field{
		/*width: 113.6%;
		margin-left: -6.8%;
		margin-right: -6.8%;
		border-radius: 0 !important;*/
	}
	
	#inv-search #product-search-field{
		/*width: calc(100% + 60px);
		margin-left: -30px;
		margin-right: -30px;
		border-radius: 0 !important;*/
	}
	
	
	.bg-texture-blue #searchpad.verticalpad{
		padding: 40px 0;
	}
	#inv-search {
		padding: 40px 6% 40px;
	}
	
	#keypoints .col25 {
		width: 100%;
	}
	#keypoints .text-styling.pad {
		min-height: 20px;
	}
	.contact-bar .col33{width: 100%; border: none !important; border-bottom: solid 1px #666666 !important; }
	#industries .col33{width: 100%;}
	#industries .col33.swap-bg:not(.bg-offwhite){
		background: #f2f3f4 !important;
	}
	#industries .col33.swap-bg.bg-offwhite{
		background: #fff !important;
	}
	.bg-tracks-blue .col33{
		width: 100%;
		border: none !important;
	}
	.bg-tracks-blue .col33 .pad{
		margin: 5% 0;
		
		border: none !important;
	}
	.bg-tracks-blue .col33:first-of-type .pad{
		margin: 10% 0 5%;
	}
	.bg-tracks-blue .col33:last-of-type .pad{
		margin: 5% 0 10%;
	}
	
	.bg-texture-light button{
		
		margin: 0 auto;
		display: block;
	}
	#interactive-map .column{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display: flex; 
		flex-direction: column;
	}
	#map-col{display: none !important;}
	#map-container .text-content{
		width: 100%;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}	
	#map-list{
		margin: 0;
	}
	#map-container{
		padding: 6% 6% 14%;
	}	
	
	#state-dropdowns > a{
		color: #fff;
		background: #4a4f54;
		border-radius: 0px;
	}
	#state-dropdowns > a.open{
		color: #fff;
		background: #263f4f;
	}
	
	
	.new-row{
		flex-wrap: wrap;
	}
	.new-row h3 {
		width: 100%;
		height: 150px;
		min-height: 150px;
	}
	.new-row > div {
		width: 100%;
	}
	#new-by-location .post-container-showrooms{
		justify-content: center;
	}
	.equipment-box{
		width: 50%;
		border: none;
		border-right: none !important;
	}
	.equipment-box:nth-of-type(even){
		border-left: solid 1px #666666;
	}
	.equipment-grid hr:not(.show-md):not(.show-all){
		display: none !important;
	}
	
	.equipment-box select, .select-dropdown{
		font-size: 14px;
    	font-weight: 900 !important;
    	padding: 25px 20px;
    	padding-right: 22%;
	}
	
	.post-container-showrooms {
		justify-content: center;
    	padding: 0 30px !important;
	}
	
	.column-padding-showrooms{
		width: 150px !important;
		margin: 5%;
	}
	
	.post-container .col-md-4{
		width: 100% !important;
	}	
	.post-container .col-md-4 .post-col{
		border-left: none !important;
		border-right: none !important;
	}
	
	
	.map-col .column-padding-branches{
		width: 100%;
	}
	#location-map, .map-col{
		height: 0;
		padding-bottom: 90%;
	}
	#location-map iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
	
.locations-archive .column-padding-branches{
		width: 50%;
	}
	
	
	.column-padding-staff:nth-of-type(2), .column-padding-staff:nth-of-type(4), .column-padding-staff:nth-of-type(6), .column-padding-staff:nth-of-type(8) {
		border-right: none !important;
	}

	.column-padding-staff:nth-of-type(5), .column-padding-staff:nth-of-type(6) {
		border-bottom: solid 1px #d5d6da !important;
	}
	.column-padding-staff {
		width: 50%;
	}
	
	.footerbg .col-left{
		width: 100%;
	}
	.footerbg .col-left .sh-col-sm-2{
		width: 33.3333%;
	}
	.footerbg .col-right{
		width: 100%;
		margin-top: 60px;
	}
	
	#career-keypoints .col{
		width: 100%;
	}

}

@media only screen and (max-width : 1023px) and (min-width: 851px) {
	
	.locations-archive .column-padding-branches:nth-of-type(1), .locations-archive .column-padding-branches:nth-of-type(4), .locations-archive .column-padding-branches:nth-of-type(5), .locations-archive .column-padding-branches:nth-of-type(8), .locations-archive .column-padding-branches:nth-of-type(11), .locations-archive .column-padding-branches:nth-of-type(14){
		background: #fff !important;
	}
	.locations-archive .column-padding-branches:nth-of-type(2), .locations-archive .column-padding-branches:nth-of-type(3), .locations-archive .column-padding-branches:nth-of-type(6), .locations-archive .column-padding-branches:nth-of-type(7), .locations-archive .column-padding-branches:nth-of-type(9) .locations-archive .column-padding-branches:nth-of-type(10), .locations-archive .column-padding-branches:nth-of-type(12), .locations-archive .column-padding-branches:nth-of-type(13){
		background: #f2f3f4 !important;
	}
	
	
	#bodycopy .text-styling h2{
		font-size: 60px; 
	}
	
	
}

@media only screen and (min-width : 1201px) {
	.service h4 {
		font-size: 1.3vw !important;
	}
	.service .variable-columns .row > div{
		border-right: #8b8c91 dotted 2px;
	}
}
@media only screen and (max-width : 1080px){
	.blue-section .row{
		flex-direction: column !important;
		gap: 25px;
	}

	.blue-section .col-sm-6{
		width: 100% !important;
	}

	.blue-section .pad{
		border-right: none;	
		border-bottom: none;
	}
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 851px) {
	.show-sm{
		display: none !important;
	}
	.nopad-bottom-lg{
		padding-bottom: 0 !important;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 850px) {
	.hide-sm{
		display: none !important;
	}
	

	.hero-pad .heading{
		font-size: 300%;
	}	
	.hero-pad p{
		font-size: 150%;
	}

	
	.bg-texture-light .col50 .height100 > .row, .match-column-height .col50 .height100 > .row, .map-col > .row {
		padding-bottom: 90%;
	}
	
	.match-column-height .col50 > .widget-area, .match-column-height .col50 {
		min-height: 0px !important;
	}
	
	.div-post-img {
    height: auto !important;
}
	#bodycopy .text-styling h2{
		font-size: 42px; 
	}
	#bodycopy .text-styling p{
		font-size: 19px; 
		line-height: 1.5;
	}
		

	.wrapper-extra{
		padding: 0 6%; 
	}
	.widget-wrapper-extra{
	padding: 0 6% !important; 
}
	.verticalpad .page-breadcrumbs{
		padding: 50px 6%;
	}
	.verticalpad.nopad-top{
		padding: 0 0 98px 0 !important;
	}
	.verticalpad{
		padding: 40px 0;
	}
	

.widget-pad{
	padding: 40px 6% !important;
}
	
	.equipment-box{
		width: 100%;
		border: none !important;
		border-bottom: solid 1px #666666 !important;
    	margin: 30px;
	}
	
	.equipment-box .btn-primary.fixed-btn{
		position: relative!important;
		left: 0 !important;
		transform: none !important;
		bottom: 0 !important;
	}
	.equipment-box h3{
		padding-bottom: 0 !important;
	}
	.equipment-box:last-of-type{
		border-bottom: none !important;
	}
	.equipment-grid hr.show-md, .equipment-grid hr.show-all{
		display: none !important;
	}
}
/* Extra Small Devices, Phones */ 

@media only screen and (max-width : 767px) {
	.blog-table tbody{display: -webkit-box; width: 100%; overflow: scroll;}
	.product-support-heading{
		
        font-size: 33px !important;
	}.custom-form-widget h2, .custom-form-widget h3{
		font-size: 33px !important;
	}
.bg-tracks-blue.variable-columns .row > div{

	border-right: none !important;
}
	.blog-table tr{display: block;}
.text-styling tr{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.text-styling tr td{
	min-width: 20px !important;
	width: 100%;
}
	.text-styling .table-bordered{
		border: none !important;
	}
	.text-styling form .col-md-6:last-of-type{
		position: relative !important;
	}
	
	
	.column-padding-staff {
		width: 100%;
		border-right: none !important;
	}
	
	
	.column-padding-branches{
		width: 100% !important;
	}
	
	.footerbg .col-left .col-sm-2, .footerbg .col-right .col-sm-6{
		width: 50%;
	}	
	
	.bg-texture-blue{
		background-repeat-y: repeat;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.bg-texture-black{
		background-repeat-y: repeat;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.bg-tracks-blue{
		background-attachment:scroll;
		background-repeat-y: repeat;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.bg-tracks{
		background-attachment:scroll;
		background-repeat-y: repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.bg-tracks-alt{
		background-attachment:scroll;
		background-repeat-y: repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	.wrapper-extra.vertical-center-absolute{
		position: relative;
		transform: none;
		top: 0;
		bottom: 0;
		
	}
	#header .logo{
		max-width: 100%;
	}

	.no-line-break{
		white-space: wrap !important;
	}

	.blue-section .pad{
		padding: 25px 25px !important;	
	}
	
}

@media only screen and (max-width : 530px){
	/* .no-line-break{
		font-size: 14px !important;
		letter-spacing: 4px !important;
	}
		*/
	.location-sub-ctn{font-size: 18px!important;}
}






/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 450px) {
	
	#header .logo img{
		max-width: 90%;
	}
	
	
	.hero-pad h1, .subhero-content h1{
    font-size: 210%;
}
.hero-pad p{
    font-size: 105%;
}
	
	
	.heading-small, .text-styling h1, .text-styling h2, .text-styling h3, .text-styling h4, .text-styling h5, .text-styling h6, .custom-form-widget h2, .custom-form-widget h3{
		font-size: 18px !important;
	}
	
	.product-support-heading, form .row .col-sm-12 h3 {
		font-size: 18px !important;
	}
	.product-support-heading-p{

		font-size: 18px !important;
		line-height: 1.5 !important;
		letter-spacing: -0.5px !important;
	}
	#inv-search-home form select, #inv-search form select{
		padding-right: 22%;
	}
.bg-tracks-blue.showrooms .pad{
	padding: 0 6% 60px;
}
	.state-dropdown > i {
		position: absolute;
		right: 0;
		top: 14px;
		padding: 17px;
		width: 54px;
		-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	}
	.state-dropdown > i {
		position: absolute;
		right: 0;
		top: 14px;
		padding: 17px;
		width: 54px;
		-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	}
	#state-dropdowns > a{
		font-size: 18px;
    	padding-left: 20px;
	}
	
	#industries .col33.bg-texture-black a{
		font-size: 24px;
	}
	#menu-button{
		top: 55%;
		right: 5% !important;
	}
	
	#inv-search-home #product-search-field label, #inv-search #product-search-field label{
		font-size: 14px;
	}
	#product-search-field input {
   		width: 0;
	}
	
	
		#bodycopy .text-styling h2{
			font-size: 28px; 
			margin-bottom: 40px;
		}
		#bodycopy .text-styling p{
			font-size: 19px; 
    		line-height: 1.5;
		}
		#bodycopy{
			padding: 60px 0 90px;
		}

		.section-heading{
			padding: 40px 7%;
		}
	
	
	#map-list a{
		padding: 14px;
	}
	#map-list a .gear-icon{
		width: 30px;
		font-size: 14px;
	}
	#map-list a .gear-icon:before{
		background-size: 30px 30px;
		background-repeat: no-repeat;
	}
	#map-list a span:not(.gear-icon){
		font-size: 14px;
		width: calc(100% - 50px);
	}
	
	
	#career-keypoints .col{
		padding: 6% 20px;
	}
	#career-keypoints .col h4{
		font-size: 18px !important;
		letter-spacing: 0.2em;
	}
	
	.footerbg .col-left .col-sm-2, .footerbg .col-right .col-sm-6{
		width: 100%;
	}
	
	.panel-title, .accordion-button{
		letter-spacing: 0.2em;
	}
	.col50 .pad, .responsive-pad {
    	padding: 20% 12%;
	}
	
	
	.bg-texture-blue{
		background-repeat-y: repeat;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.bg-texture-black{
		background-repeat-y: repeat;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.bg-tracks-blue{
		background-attachment:scroll;
		background-repeat-y: repeat;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.bg-tracks{
		background-attachment:scroll;
		background-repeat-y: repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.bg-tracks-alt{
		background-attachment:scroll;
		background-repeat-y: repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	

	
}
#menu-secondary > li {
	z-index: 1001;
}

@media only screen and (max-width : 350px) {
	
	#state-dropdowns > a {
		font-size: 16px;
	}
	.state-dropdown > i {
		width: 49px;
	}
	
	.social-icon{
		font-size: 14px;
		width: 35px;
		height: 35px;
	}
/*
	.no-line-break{
		font-size: 12px !important;
		letter-spacing: 2px !important;
	}
		*/
}