﻿/***** 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;}

.search-toggle{cursor: pointer;}
.search-form{
		display: block;
		padding: 0 20px;
		background: #eef6ff !important;
	box-sizing: border-box;
	}
	.search-form form{
		position: relative;
		margin: 0 !important;
	}
	.search-form input{
		display: block;
		background: #eef6ff !important;
		width: 100%;
		padding: 20px !important;
		font-family: 'saira', sans-serif !important;
	box-sizing: border-box;
		border: none !important;
		border-radius: 5px !important;
		line-height: 24px !important;
		font-size: 16px !important;
		height: unset !important;
		outline: none;
	}
	.search-form button{
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 20px !important;
		background: none !important;
		border: none !important;
		outline: none !important;
		line-height: 24px !important;
		font-size: 16px !important;
	}



/*---AESTHETIC--------------------------------*/

.white{
	color: #fff;
}
.lighter-blue{
	color: #eef6ff;
}
.light-blue{
	color: #b0d4ff;
}
.blue{
	color: #1a569d;
}
.dark-blue{
	color: #0c1733;
}
.green{
	color: #86d065;
}
.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-lighter-blue{
	background-color: #eef6ff;
}
.bg-light-blue{
	background-color: #b0d4ff;
}
.bg-blue{
	background-color: #1a569d;
}
.bg-dark-blue{
	background-color: #0c1733;
}
.bg-white{
	background-color: #fff;
}

.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);
}
.hero .col-row{
	min-height: calc(100vh - 330px);
	align-items: center;
}
/*---STRUCTURE--------------------------------*/

.relative{
	position: relative;
}
.pad-top{
	padding-top: min(60px, 10vw);
}
.pad-bottom{
	padding-bottom: min(60px,10vw);
}

.pad-top-extra{
	padding-top: min(120px, 10vw);
}
.pad-bottom-extra{
	padding-bottom: min(120px, 10vw);
}
.cs-wrapper{
	padding-left:8.333vw;
	padding-right:8.333vw;
}
/*---TEXT--------------------------------*/

.heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs{
	font-family: "saira", sans-serif;
	display: block;
}

.heading-xl{
	font-weight: 700;
	text-transform: uppercase;
	font-size: min(72px, 12vw);
	line-height: 0.93;
	letter-spacing: normal;
}
.heading-lg{
	font-weight: 700;
	text-transform: uppercase;
	font-size: min(36px, 8vw);
	line-height: 1;
	letter-spacing: normal;
}
.heading-md{
	font-weight: 700;
	text-transform: uppercase;
	font-size: min(30px, 6vw);
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-sm{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.025em;;
}
.heading-xs{
	margin: 25px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.paragraph{	
	font-family: "saira", 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: 240px;
	max-width: 100%;
	position: relative;
	font-family: "saira", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	background-color: #1a569d;
	text-align: center;
	border-radius: 90px;
    box-sizing: border-box;
}
.cta-dark-blue{
	background: #0c1733;
	color: #fff;
}
.cta-lighter-blue{
	background: #eef6ff;
	color: #0c1733;
}


/*--------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: "saira", 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: "saira", sans-serif !important;
}
.custom-form button{
	outline: none !important;
	border: none !important;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "saira", 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;
}


/*-------- FOOTER STYLES ----------------*/



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1439px) {

.hero .col-row{
	min-height: calc(100vh - 190px);
}
	
}
@media only screen and (max-width: 767px) {

	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
	.icon-row > div:nth-of-type(1){
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
		font-size: 18px !important;
		border-radius: 5px !important;
	}
	.icon-row{
		gap: 15px !important;
	}
	.icon-row .paragraph, .cs-footer .paragraph{
		font-size: 16px;
	}
	
	
}






