﻿/***** 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;
}
.offwhite{
	color: #f7f1e4;
}
.blue{
	color: #00296e;
}
.highlight-blue{
	background: #00296e;
	padding: 15px 20px;
	margin: -5px -20px;
	display: inline;
}
.black{
	color: #000;
}
.bg-white{
	background: #fff;
}
.bg-offwhite{
	background: #f7f1e4;
}
.bg-blue{
	background: #00296e;
	color: #fff;
}
.bg-black{
	background: #000;
	color: #fff;
}

.rounded{
	border-radius: 3px;
	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;
}


.cs-hero{
	padding: 30px 0;
	min-height: 70vh;
	background-position: right center;
	background-size: auto 100%;
	background-color: #000;
	background-repeat: no-repeat;
	border-bottom: 14px solid #00296e;
}
.cs-hero .hero-copy{
	position: relative;
}
.cs-hero.bg-overlay{
	position: relative;
}
.cs-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, #000, transparent);
}

/*---STRUCTURE--------------------------------*/

.relative{
	position: relative;
}
.pad-top{
	padding-top: max(100px, 5vw);
}
.pad-bottom{
	padding-bottom: max(100px, 5vw);
}

.pad-top-half{
	padding-top: max(60px, 2.5vw);
}
.pad-bottom-half{
	padding-bottom: max(60px, 2.5vw);
}
.wrapper{
	padding-left:4.1665vw;
	padding-right:4.1665vw;
}
/*---TEXT--------------------------------*/

.heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs{
  font-family: "Mulish", sans-serif;
	display: block;
}

.heading-xl{
	font-weight: 900;
	text-transform: uppercase;
	font-size: min(72px, 12vw);
	line-height: 0.93;
	letter-spacing: normal;
}
.heading-lg{
	font-weight: 900;
	text-transform: uppercase;
	font-size: min(72px, 8vw);
	line-height: 1;
	letter-spacing: normal;
}
.heading-md{
	font-weight: 900;
	text-transform: uppercase;
	font-size: min(30px, 6vw);
	line-height: 1.15;
	letter-spacing: normal;
}
.heading-sm{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.15;
	letter-spacing: 0.025em;;
}
.heading-xs{
	margin: 25px 0;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.paragraph{	
  font-family: "Mulish", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: normal;
}


/*---BUTTONS--------------------------------*/

.cta{
	display: inline-block;
	padding: 0 0 0 0;
	line-height: 48px;
	width: 200px;
	max-width: 100%;
	position: relative;
	font-family: "Mulish", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	color: #fff;
	background-color: #00296e;
	text-align: center;
	border-radius: 4px;
    box-sizing: border-box;
}
.cta-offwhite{
	background: #f7f1e4;
	color: #000;
}
.cta-white{
	background: #fff;
	color: #00296e;
	text-align: left;
	padding: 0 20px;
	width: 150px;
}
button.cta{
	outline: none;
	border: none;
	cursor: pointer;
}

/*--------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: "interstate", 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: "interstate", sans-serif !important;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "interstate", 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;
}


.scrolling-wrap{height: 89px; overflow: hidden;}
.cta-grid{
	display: flex; flex-wrap: wrap;
	gap: 10px;
}
.cta-grid > a{
	padding: 30px;
	box-sizing: border-box;
	min-height: 200px;
	
}
.cta-grid > a:nth-of-type(1), .cta-grid > a:nth-of-type(2){
	width: calc(50% - 5px);
	
}
.cta-grid > a:nth-of-type(3){
	width: 100%;
	
}



/*-------- FOOTER STYLES ----------------*/
.paragraph li{
	font-weight: 800;
	padding-bottom: 10px;
}

.icons-list li{
	position: relative;
	padding-left: 40px;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	text-align: center;
}
.cs-footer{
	
	border-top: 14px solid #00296e;
}
/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1300px) {

	.wrapper{
		padding-left: 0;
		padding-right: 0;
	}
	.cs-hero{
		background-size: cover !important;
		background-position: center center;
	}
	.cs-hero.bg-overlay:before{
		right: 0;
		opacity: 1;
	}
	.cta-grid > a:nth-of-type(1), .cta-grid > a:nth-of-type(2){
		width: 100%;

	}
	
}
@media only screen and (max-width: 991px) {
	.cs-footer .col-lg-4:last-of-type{
		justify-content: center !important;
		padding-top: 60px;
	}	



}
@media only screen and (max-width: 767px) {
	
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}


}






