﻿/***** 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--------------------------------*/

.white{
	color: #fff;
}
.light-blue{
	color: #b0e3fd;
}
.green{
	color: #20b048;
}
.blue{
	color: #6cc1ec;
}
.dark-blue{
	color: #073a54;
}
.darker-blue{
	color: #08202c;
}
.tan{
	color: #f8edeb;
}
.red{
	color: #eb1700;
}
.bg-light-blue{
	background-color: #b0e3fd;
}
.bg-blue{
	background-color: #6cc1ec;
}
.bg-dark-blue{
	background-color: #073a54;
}
.bg-darker-blue{
	background-color: #08202c;
}
.bg-tan{
	background-color: #f8edeb;
}
.bg-red{
	background-color: #eb1700;
}
.dark-gray{
	color: #535b65;
}
.rounded{
	border-radius: 10px;
	overflow: hidden;
}
.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-gray{
	background-color: #f5f5f5;
}
.bg-mid-gray{
	background-color: #efefef;
}
.bg-dark-gray{
	background-color: #e0e0e0;
}

.hero.bg-overlay{
	position: relative;
}
.hero.bg-overlay:before{
	position: absolute;
	pointer-events: none;
	content: '';
	left: 0;
	right: 50%;
	top: 0;
	bottom: 0;
	opacity: 0.8;
	background: linear-gradient(to right, #031224, transparent);
}

/*---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-extra{
	padding-left:4.1665vw;
	padding-right:4.1665vw;
	max-width: 1440px; margin: 0 auto;
	display: block;
}
.cs-wrapper{
	padding-left:4.1665vw;
	padding-right:4.1665vw;
}
/*---TEXT--------------------------------*/

.heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs{
	font-family: barlow, sans-serif;
	display: block;
	letter-spacing: -0.025em;
	word-break: keep-all;
}

.heading-xl{
	font-weight: 700;
	font-size: min(74px, 8vw);
	line-height: 0.93;
	letter-spacing: normal;
}
.heading-lg{
	font-weight: 700;
	font-size: min(36px, 8vw);
	line-height: 1;
	letter-spacing: normal;
}
.heading-md{
	font-weight: 700;
	font-size: min(30px, 6vw);
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-sm{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
}
.spaced{
	letter-spacing: 0.1em !important;
	text-transform: uppercase;
}
.heading-xs{
	margin: 25px 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.paragraph{	
	font-family: barlow, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: normal;
}
.white .paragraph a{	
	color: #fff;
}
.paragraph a{	
	color: #073a54; text-decoration: underline;
	font-weight: 700;
}


/*---BUTTONS--------------------------------*/

.cta{
	display: inline-block;
	padding: 0 0 0 0;
	line-height: 48px;
	width: 240px;
	max-width: 100%;
	position: relative;
	font-family: barlow, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #eb1700;
	text-align: center;
	border-radius: 4px;
    box-sizing: border-box;
}
.cta-white{
	background: #fff;
	color: #eb1700;
}
.cta-lg{
	font-size: 24px;
	line-height: 60px;
	border-radius: 8px;
}

.footer-phone{
	font-size: 24px;
	font-family: barlow, sans-serif;
	font-weight: 700;
	padding: 0 5px;
}


/* HERO */

	.hero-controls{
		display: flex;
		gap: 10px;
		margin-top: 10px;
		
	}
	.hero-controls > a{
		letter-spacing: 0.1em;
		text-transform: uppercase;
		cursor: pointer;
		font-family: barlow, sans-serif;
		font-weight: 700;
		font-size: 12px;
		display: block;
		text-align: center;
		border-bottom: solid 4px #ebebeb;
		flex-grow: 1;
		width: calc(33.33333% - 10px);
		padding-bottom: 10px;
		margin-bottom: 20px;
		color: #b0e3fd;
		transition: ease all 0.2s;
	}
	.hero-controls > a.active{
		font-weight: 700;
		border-bottom: solid 4px #eb1700;
	}
	.hero-content {
		display: flex;
		align-items: center;
    height: inherit;
	}
	.mv-hero-search form{
		width: 100%;
		margin: 0 !important;
		position: relative;
		border: solid 1px #cdcdcd;
		border-radius: 4px;
	}
	.mv-hero-search input{
		-webkit-transition: background-color .25s ease-in-out;
		-o-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		width: 100%;
		height: 48px !important;
		font-family: barlow, sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 48px !important;
		color: #777778;
		text-transform: none;
		letter-spacing: 0em;
		padding-right: 20px;
		border: none;
		border-radius: 4px;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.mv-hero-search button{
		font-family: barlow, sans-serif;
		position: absolute;
		width: 48px !important;
		height: 48px !important;
		text-align: center;
		border: none;
		padding: 0;
		font-size: 18px;
		appearance: none;
		outline: none;
		right: 0;
		top: 0;
		background: unset;
		cursor: pointer;
	}

	.hero-tabs{
		padding: 40px 3vw;
    	height: calc(100% - 34px);
    box-sizing: border-box;
	}
	.cat-grid{
		display: flex;
		flex-wrap: wrap;
		position: relative;
   		width: 100%;
	}
	.cat-box{
		padding: 20px 20px 60px;
		transition: ease all 0.2s;
		min-height: 180px;
		width: 33.33333%;
		text-align: center;
		position: relative;
    	box-sizing: border-box;
	}
	.cat-box .heading-sm{
		color: #fff;
	}
	.cat-box:hover .heading-sm{
		color: #eb1700;
	}
	.cat-box > div{
		transition: ease transform 0.3s;
	}
	.cat-box:hover{
		background: #f8edeb;
	}
	.cat-box:hover > div:nth-of-type(1){
		transform: translateY(-20px);
	}
	.cat-box:hover > div:nth-of-type(2){
		transform: translate(-50%, -20px);
	}
	.cat-box:hover > div > div:nth-of-type(1){
		filter: brightness(0) saturate(100%) invert(9%) sepia(24%) saturate(2117%) hue-rotate(161deg) brightness(94%) contrast(95%);
	}
	
	.cat-btn{
		
    	font-family: barlow, sans-serif;
		padding: 5px 18px;
		border-radius: 4px;
		background: #eb1700;
		color: #fff;
		font-weight: 700;
		font-size: 14px;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
		transition: ease all 0.2s;
	}
	.cat-box:hover .cat-btn{
		opacity: 1;
	}
	
	
	.cs-tab .btn-simple{
		padding: 18px 20px; border-radius: 4px;
		border: solid 1px #ccc;
		background: transparent;
		color: #fff;
		display: inline-block;
		margin: 5px;
		font-family: barlow, sans-serif;
		font-weight: 700;
		font-size: 16px;
		flex-grow: 1;
		text-align: center;
		transition: ease all 0.2s;
	}
	.cs-tab .btn-simple i{
		padding-left: 5px;
	}
	.cs-tab .btn-simple:hover{
		background: #eb1700;
		border-color: #eb1700;
	}
	
	.cs-tab{
		display: none;
	}
	.cs-tab.active{
		display: flex;
		flex-wrap: wrap;
	}
	
	@media only screen and (max-width: 1439px){
		.cat-btn{
			font-size: 12px;
			padding: 3px 10px;
		}
		.cat-box .heading-sm{
			font-size: 16px !important;
		}
	}
	@media only screen and (max-width: 1300px) and (min-width: 768px){
		.cat-box{
   			padding: 0px !important;
			min-height: 150px;
		}
		.cat-box .cat-btn{
			display: none !important;
		}
		.cat-box .heading-sm{
			font-size: 16px !important;
		}
		.cat-box:hover > div{
			transform: translateY(0px);
		}
		.cat-box > div > div:first-of-type{
			padding-bottom: 100px !important;
		}

		.cs-tab .btn-simple{
			padding: 6px 12px;
			font-size: 14px;
		}
	}
	@media only screen and (min-width: 768px){
		.cat-box:nth-of-type(1), .cat-box:nth-of-type(2){
			border-right: solid 1px #fff;
			border-bottom: solid 1px #fff;
		}
		.cat-box:nth-of-type(3){
			border-bottom: solid 1px #fff;
		}
		.cat-box:nth-of-type(4), .cat-box:nth-of-type(5){
			border-right: solid 1px #fff;
		}
	}
	@media only screen and (max-width: 767px){
		
		.cat-box:nth-of-type(1), .cat-box:nth-of-type(3){
			border-right: solid 1px #fff;
			border-bottom: solid 1px #fff;
		}
		.cat-box:nth-of-type(2), .cat-box:nth-of-type(4){
			border-bottom: solid 1px #fff;
		}
		.cat-box:nth-of-type(5){
			border-right: solid 1px #fff;
		}
		.cat-box{
			width: 50%;
    		padding: 20px 20px 50px;
		}
		.cat-box > div > div:first-of-type{
			padding-bottom: 100px !important;
		}
		.cs-tab .btn-simple{
			padding: 6px 12px;
			font-size: 14px;
		}
	}


/*--------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: 10px;
	margin-bottom: 10px;    
	font-family: barlow, 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: 10px;
	outline: none;
	border: none;
	background: #f5f5f5;
	font-family: barlow, sans-serif !important;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: barlow, 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;
}

.custom-form .cta{
	border: unset !important;
	outline: none !important;
	
}

.cs-panel-hover{
	padding: 30px;
	transition: ease all 0.3s;
}
.cs-panel-hover:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}

/*-------- FOOTER STYLES ----------------*/

.cs-list-line{
	list-style: none;
	padding-left: 12px;
	border-left: solid 1px #6cc1ec;
	margin-top: 24px;
	margin-bottom: 24px;
}
.cs-list-icons-line{
	list-style: none;
	margin-top: 24px;
	margin-bottom: 24px;
}
.cs-list-line li{
	
	font-family: barlow, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 2;
	letter-spacing: normal;
}
.cs-list-icons-line li{
	
	font-family: barlow, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 2;
	letter-spacing: normal;
	display: flex;
}
.cs-list-icons-line li i{
	width: 42px;
	line-height: 2;
	text-align: center;
	display: flex; justify-content: center;
}
.cs-list-icons-line li a{
	padding-left: 12px;
	border-left: solid 1px #6cc1ec;
}
.cs-footer .cs-list-line li a, .cs-footer .cs-list-icons-line li a{
	color: #fff;
}

.social-row{
	display: flex;
}
.social-row a{
	font-size: 24px;
	padding: 0 10px;
	line-height: 34px;
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (min-width: 1201px){
	.cs-hero-social{
		position: absolute;
		left: 0;
		font-size: 24px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		top: min(180px, 10vw);
	}
	.cs-hero-social a{
		padding: 10px;
		
	}
}
@media only screen and (max-width: 1700px){
	.cs-hero-social{
		left: 0px;
	}
}
@media only screen and (max-width: 1200px) {
	.cs-hero-social{
		position: absolute;
		left: 3vw;
		font-size: 24px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		top: 10vw;
	}
	.cs-hero-social a{
		padding: 10px;
		
	}
}
@media only screen and (max-width: 767px) {

	.custom-form .flex{flex-wrap: wrap; gap: 0px;}

	.cs-wrapper, .cs-wrapper-extra{
		padding-left:4.1665vw;
		padding-right:4.1665vw;
	}
	
	#cs-hero{
		position: relative;
		background-size: 206% auto !important;
        background-position: top right !important;
        background-repeat: no-repeat !important;
        background-color: #283f5f;
	}
	#cs-hero:before{
        content: '';
        left: 0;
        right: 0;
        bottom: calc(100% - 75vw);
        top: 0;
        position: absolute;
        background: linear-gradient(to top, #283f5f, rgba(0, 0, 0, 0));
	}
}






