﻿/***** 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: #043954; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #043954;
    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;}

/*--- HEADER STYLES ---------------------*/
header {}


/*---BODY--------------------------------*/

.hero{
	background-image: url("/siteart/hero.jpg");
	background-size: cover;
	background-position: center center;
}
.orange{
	color: #ff9c23;
}

.blue{
	color: #1679ac;
}
.dark-blue{
	color: #0d5a82;
}
.darker-blue{
	color: #043954;
}

.bg-blue{
	background: #1679ac;
}
.bg-dark-blue{
	background: #0d5a82;
}
.bg-darker-blue{
	background: #043954;
}

.white{
	color: #fff;
}

.bg-white{
	background: #fff;
	color: #043954;
}
.bg-offwhite{
	background: #f9fdf7;
	color: #043954;
}


.paragraph strong, .cs-header strong, .cs-footer strong{
	font-weight: 700;
}

.white .paragraph a{
	color: #fff;
}


.rounded{
	border-radius: 5px;
}
.shadow{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.33);
}


.cta-outline{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 0 30px;
	border-radius: 90px;
	background: transparent;
	color: #043954;
	border: solid 1px #043954;
	line-height: 48px;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
	text-align: center;
	cursor: pointer;
}

.white .cta-outline{
	color: #fff;
	border-color: #fff;
}

.bg-mark-light{
	position: relative;
}
.bg-mark-light:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url("/siteart/bg-logo-mark.png");
	background-position: 80% 100%;
	background-repeat: no-repeat;
	background-size: auto min(80%, 500px);
	pointer-events: none;
}
.bg-mark-dark{
	position: relative;
}
.bg-mark-dark:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url("/siteart/bg-logo-mark-dark.png");
	background-position: 15% 100%;
	background-repeat: no-repeat;
	background-size: auto min(80%, 500px);
	pointer-events: none;
}


/*--------FORM STYLES--------------------*/

.custom-form input{
	padding: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;font-family: 'Poppins', 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: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f9f9f9;font-family: 'Poppins', sans-serif !important;
}

.CaptchaPanel{
	text-align: left !important;font-family: 'Poppins', sans-serif !important;
}
.CaptchaPanel img{
	border: unset !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #454a49 !important;
}


/*-------- FOOTER STYLES ----------------*/
footer{}







/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 992px) {

.cs-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 4.9vw;
	gap: 30px;
}

	.hero .half-pad:nth-of-type(1){
		padding-bottom: 0 !important;
	}
	.hero .half-pad:nth-of-type(2){
		padding-top: 0 !important;
	}
	#hero-btns{
		display: flex;
		gap: 1px;
		background: #eee;
		border-radius: 5px;
		overflow: hidden;
	}
	#hero-btns a{
		background: #fff;
		flex-grow: 1;
		padding: 22px;
	}
	#hero-btns a i{
		margin-bottom: 20px;
			font-size: 36px;
	}
	.heading-md{
		font-size: min(48px, 3vw);
		line-height: 1.1;
		font-weight: 700;
		font-family: "Poppins", sans-serif;
		margin-bottom: 36px;
	}
	.heading-md span{
		display: block;
	}

	.heading-sm{
		font-size: min(24px, 1.3vw);
		line-height: 1.1;
		font-weight: 700;
		font-family: "Poppins", sans-serif;
	}
	.paragraph{
		font-size: 24px;
		line-height: 1.2;
		font-weight: 300;
		font-family: "Poppins", sans-serif;
		margin-bottom: 36px;
	}

	.banner-pad{
		padding: 36px 48px;
	}
	#cta-banner{
		position: relative;
		z-index: 10;
		margin: -62px 6.138vw;
	}
	#cta-banner .heading-md{margin: 0;
	}

	.pad{
		padding: 9.3vw;
	}
	.half-pad{
		padding: 6.138vw;
	}
	
	.nopad-left-lg{
		padding-left: 0 !important;
	}
	.nopad-right-lg{
		padding-right: 0 !important;
	}
}

@media only screen and (max-width: 991px) {
	
	.nopad-bottom-sm{
		padding-bottom: 0 !important;
	}
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
.cs-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 4.9vw;
	gap: 30px;
}
	
	.hero .half-pad:nth-of-type(2){
		padding: 0 !important;
	}
	#hero-btns.rounded{
		box-shadow: unset;
		border-radius: unset;
	}
	#hero-btns{
		display: flex;
		gap: 1px;
		background: #eee;
		border-radius: 5px;
		overflow: hidden;
	}
	#hero-btns a{
		background: #fff;
		flex-grow: 1;
		padding: 22px;
	}
	#hero-btns a i{
		margin-bottom: 20px;
			font-size: 36px;
	}
	#cta-banner .rounded{
		border-radius: unset;
		box-shadow: unset;
	}
	.heading-md{
		font-size: 30px;
		line-height: 1.1;
		font-weight: 700;
		font-family: "Poppins", sans-serif;
		margin-bottom: 36px;
	}

	.heading-sm{
		font-size: max(12px, 2vw);
		line-height: 1.1;
		font-weight: 700;
		font-family: "Poppins", sans-serif;
	}
	.paragraph{
		font-size: 18px;
		line-height: 1.2;
		font-weight: 300;
		font-family: "Poppins", sans-serif;
		margin-bottom: 36px;
	}
	.banner-pad{
		padding: 6.138vw;
	}
	
	.half-pad, .pad{
		padding: 9.3vw;
	}
	
	.cs-footer .paragraph li{padding: 5px 0;}
	
}






