﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


/*---AESTHETIC--------------------------------*/
.cta-toggle{
	cursor: pointer;
}
.cs-inactive, .cs-inactive .yellow{
	color: #d3d3d3;
	transition: ease all 0.1s;
}
.cs-toggle-tab.cs-inactive{display: none;}
.white{
	color: #fff;
}
.blue{
	color: #337ab7;
	transition: ease all 0.1s;
}
.blue:hover{
	color: #23527c;
}
.yellow{
	color: #ffd504;
	transition: ease all 0.1s;
}
.gray{
	color: #d3d3d3;
}
.bg-img{
	background-size: cover;
	background-position: center center;
}
.bg-tl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.bg-tr{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: top right;
	background-repeat: no-repeat;
}
.bg-bl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bg-br{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.bg-black{
	background-color: #000;
	color: #fff;
}
.bg-yellow{
	background-color: #ffd504;
	color: #000;
}  

.icon-list {
	padding-left: 36px;
}
.icon-list li{
	padding-bottom: 10px;
	position: relative;
}
.icon-list li i{
	position: absolute; 
	left: -36px;
}

/*---STRUCTURE--------------------------------*/

.relative{
	position: relative;
}
.pad-top{
	padding-top: max(120px, 5vw);
}
.pad-bottom{
	padding-bottom: max(120px, 5vw);
}

.pad-top-half{
	padding-top: max(60px, 2.5vw);
}
.pad-bottom-half{
	padding-bottom: max(60px, 2.5vw);
}
.cs-wrapper{
	padding-left:8vw;
	padding-right:8vw;
}
.cs-wrapper-half{
	padding-left:4vw;
	padding-right:4vw;
}

/* CUSTOM */

.cs-hero{
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}
.cs-hero:before{
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	content: '';
	height: 96px;
	background: #fff;
}
.cs-hero .hero-text{
	position: relative;
	height: inherit;
}
.cs-hero .hero-img{
	position: relative;
	height: 100%;
	min-height: 200px;
}
.cs-hero .hero-img img{
	position: absolute;
	bottom: max(-100px, -6vw);
	left: -100px;
	right: -100px;
}
.cs-hero .cta-yellow{
	position: absolute;
	left: 0;
	bottom: -13px;
}

.cs-toggles{
	display: flex; 
	justify-content: center;
	gap: 3vw;
}
.cs-toggles > div{
	display: flex; 
	gap: 30px;
}
.cs-toggles-content img{
	max-width: 100%;
}
.cs-toggles-content .heading-xs{
	max-width: 90%;
	margin: 16px auto;
}

.cs-banner{
	padding-top: 50px;
	padding-bottom: 50px;
}



.mv-search{
    display: flex;
    right: 90px;
    top: 0;
	left: 200px;
	bottom: 0;
    position: absolute;
    z-index: 100;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.search-toggle.open i:before{
	content: "\f00d";
}
.cs-search form{
	width: 100%;
	margin: 0 !important;
}
.cs-search input{
	box-sizing: border-box;
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
   flex-grow: 1;
    height: 60px !important;
	font-family: "eurostile", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px !important;
    color: #777778;
    letter-spacing: 0em;
    padding-right: 20px;
    border-radius: 0;
    padding-left: 20px;
	text-transform: uppercase;
	border: solid 1px #ccc;
}
.cs-search select{
	box-sizing: border-box;
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
   flex-grow: 1;
    height: 60px !important;
	font-family: "eurostile", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px !important;
    color: #777778;
	background: #f4f4f4;
    letter-spacing: 0em;
    padding-right: 20px;
    border-radius: 0;
    padding-left: 20px;
	text-transform: uppercase;
	border: solid 1px #ccc;
}

.location-card{
	margin: 10px;
}
.location-card > h3{
	background: #000;
	color: #fff;
	padding: 30px; 
	border-radius: 0px;
}
.location-card > div{
	padding: 30px; 
	border: solid 1px #cfcfcf;
	border-radius: 0px;
}

/*---TEXT--------------------------------*/

.heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs{
	font-family: "eurostile", sans-serif;
	font-weight: 900;
	font-style: italic;
	display: block;
}

.heading-xl{
	text-transform: uppercase;
	font-size: max(60px, 5.5vw);
	line-height: 0.84;
	letter-spacing: normal;
}
.heading-lg{
	text-transform: uppercase;
	font-size: min(36px, 6vw);
	line-height: 1;
	letter-spacing: normal;
}
.heading-md{
	text-transform: uppercase;
	font-size: min(24px, 6vw);
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-sm{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-xs{
	margin: 25px 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: normal;
}
.paragraph{		
	font-family: "eurostile", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: normal;
}
*[class*="heading-"].regular{
	font-weight: 400;
	text-transform: unset;
	font-style: normal;
}
*[class*="heading-"].medium{
	font-weight: 500;
	text-transform: unset;
	font-style: normal;
}
*[class*="heading-"].bold{
	font-weight: 700;
	text-transform: unset;
	font-style: normal;
}

/*---BUTTONS--------------------------------*/

.cta{
	display: inline-block;
	padding: 0 0 0 0;
	line-height: 48px;
	width: 180px;
	max-width: 100%;
	position: relative;
	font-family: "eurostile", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	text-align: center;
    box-sizing: border-box;
	transition: linear all 0.1s;
	cursor: pointer;
}
.cta:hover{
    background: #DDB900;
    transform: scale(1.04);
}
.cta-yellow{
	background: #ffd504;
	color: #000;
	border: unset !important;
}
.cta-outline{
	background: transparent;
	border: solid 1px #cfcfcf;
	color: #538abf;
}
.cta-outline:hover{
	background: #eee;
}
.cta-centered{
	margin: 0 auto;
    display: block;
}
.cta-lg{
	line-height: 60px;
	width: 200px;
	font-size: 18px;
}

.cs-toggle-tab a img{
	transition: ease all 0.2s;
}
.cs-toggle-tab a:hover img{
    transform: scale(1.04);
}
/*--------FORM STYLES--------------------*/

.custom-form input{
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #535b65;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f5f5f5;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
	margin-bottom: 10px;    
	font-family: "eurostile", sans-serif !important;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #535b65;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	border-radius: 0;
	outline: none;
	border: none;
	background: #f5f5f5;
	font-family: "eurostile", sans-serif !important;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "eurostile", sans-serif !important;
}
.CaptchaPanel img{
	border: unset !important;
	border-radius: 10px;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #535b65 !important;
}

.ui-widget-header{
	background: #ffd504 !important;
}
.ui-widget.ui-widget-content{
	background: #000;
}
/*-------- FOOTER STYLES ----------------*/


.cs-footer .bottom{
	    border-top: 1px solid #4E4E4E;
    color: #ffffff;
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    padding-top: 20px;
	font-family: "eurostile", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: normal;
}
.cs-footer .bottom a{
	padding: 0 10px;
	color: #fff;
}
.cs-footer .bottom a:hover{
	text-decoration: underline;
}
.cs-footer .bottom > div:nth-child(1){
	margin-right: auto;
}
/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {

	.wrapper{
		padding-left: 0;
		padding-right: 0;
	}
	
}
@media only screen and (max-width: 991px) {

.cs-wrapper-half{
	padding-left:8vw;
	padding-right:8vw;
}
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
	.cs-hero .cta-yellow{
		position: unset;
		margin-top: 24px;
	}
	.cs-toggles{
		gap: 20px;
	}
	.cs-toggles > div{
		font-size: 16px;
		white-space: nowrap;
		gap: 10px;
	}
	.pad-top{padding-top: 50px;}
	.pad-bottom{padding-bottom: 50px;}
	.pad-top-half{padding-top: 25px;}
	.pad-bottom-half{padding-bottom: 25px;}
	
	.cs-hero .hero-img img{
		bottom: -23%;
		right: -100px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin-top: -80px;
	}
	
	.cs-footer .col-row{text-align: center;}
	.cs-footer .social-row{justify-content: center;}
	
	.cs-footer .bottom-links{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.cs-footer .bottom-links > div:nth-of-type(1){
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		text-align: left;
		flex-grow: 1;
		line-height: 36px;
	}
	.cs-footer .bottom > div:nth-of-type(1){
		border-top: 1px solid #4E4E4E;padding-top: 20px;
		width: 100%;
		order: 10;
	}
}






