﻿/***** 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;
}

/*--- POPUP STYLES ---*/
.popup-overlay:target:before {
    display: none;
}
.popup-overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.popup-overlay .popup {
                background: #0f75bc;
                border:3px solid #fff;
                border-radius: 10px;
                width: 50%;
                max-width: 1300px;
				height: 130px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 40px 0 0 0;
                margin: 0 auto;
                text-align:left;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
}
.popup-overlay:target .popup {
    top: -1800%;
    left: -1000%;
    display: none;
}

.popup .close-button {
	position: absolute;
	top: 2px;
	right: 10px;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	color: #fff;
	transition: color .2s ease;
}

.popup .close-button:hover {
	color: #1b4e7b;
}

.popup .p {
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
	font-weight: 500;
}

.popup .btn-simple {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 0px 10px;
	font-weight: 300;
}


/*-------- 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 {}
.hero{position: relative; background-color: #000;}
.hero:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 260px;
	background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0))
	
}

.h1-header {
	font-family: "industry", sans-serif;
	color: #1b4e7b;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.mv-header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	
}
#inv-header .mv-header{
	position: unset;
	background: #1b4e7b;
}

/*---BODY--------------------------------*/

.bg-white{
	background-color: #fff;
	font-family: "aktiv-grotesk", sans-serif;
font-weight: 300;
font-style: normal;
}
.bg-offwhite{
	background-color: #f4f5f5;
	font-family: "aktiv-grotesk", sans-serif;
font-weight: 300;
font-style: normal;
}
.bg-blue{
	background-color: #044f7c;
	color: #fff;
	font-family: "aktiv-grotesk", sans-serif;
font-weight: 300;
font-style: normal;
}
.blue{
	color:#0f75bc;
}
.pad-vertical{
	padding-top: 6vw;
	padding-bottom: 6vw;
}
.ultrabold{
	font-family: "industry", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}

.heading{
	font-size: 33px;
	line-height: 33px;
	font-weight: 300;
}
.btn-simple{
	color:#0f75bc;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	font-family: "aktiv-grotesk", sans-serif;
}
.btn-cta{
	padding: 30px;
	color: #fff;
	border-radius: 5px;
	background: #0f75bc;
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	box-sizing: border-box;
	margin: 10px;
    display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-size: cover;
	background-position: center center;
	min-height: 200px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.33);
	transition: ease all 0.3s;
}
.btn-cta:hover{
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.16);
	transform: translateY(-10px);
}
.p{
	font-size: 24px;
	line-height: 36px;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
}
.p-small{
	font-size: 18px;
	line-height: 30px;
}

.p-small .btn-simple {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.big-icon{
	background: #fff; 
	color: #044f7c; 
	text-align: center; 
	line-height: 60px; 
	width: 60px; 
    height: 60px;
	
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
	border: solid 1px #044f7c;
}


.custom-accordion{
	overflow: hidden;
	text-align: left;
}

.custom-accordion > a{
	padding: 32px 24px;
	border-radius: 10px;
	color: #384b5a;
	display: block;
	
	
	font-weight: 300;
	transition: ease all 0.2s;
	position: relative;
}
.custom-accordion > a.open{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.custom-accordion > a:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #d8d8d8;
	transition: ease all 0.3s;
}
.custom-accordion > a.open:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #d8d8d8;
}

.custom-accordion > a:hover{
	background: #fff;
}

.custom-accordion .drop-list .paragraph:not(.smaller){
	position: relative;
	padding-left: 32px !important;
}
.custom-accordion i.green{
	color: limegreen;
	position: absolute;
	left: -6px;
	transform: translateY(7px);
}
.custom-accordion > a i{
	color: #384b5a;
	padding-right: 14px;
	float: right;
}

.custom-accordion > .drop-list{
	padding: 32px 24px;
	color: #384b5a;
	display: block;
	font-weight: 200;
	
	font-size: 18px;
}
.custom-accordion .click.open i:before{
    content: "\f068";
}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}


.mv-footer{
	background: #202020;
	color: #fff;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	padding: 14px 20px;
}
.mv-footer .col-lg-6:nth-of-type(1) p{
	color: #fff;
}
.mv-footer .col-lg-6:nth-of-type(2) a{
	color: #cecece;
	padding: 10px 5px;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 1440px) {
	#inv-header .mv-header{
		height: 138px;
	}
}
@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 767px) {
	.hero{
		height: 40vh !important;
	}
	.btn-cta{
		min-height: 100px;
	}
	.btn-cta br{
		display: none;
	}
	.heading{
		font-size: 18px;
		line-height: 1.2;
	}
	.p, .p-small, .btn-simple{
		font-size: 16px !important;
		line-height: 24px;
	}
}






