﻿@charset "utf-8";

/*
	
	Base Theme:
	Color(s) to be swapped are:
	
	#052b5c - LRAP Blue
	
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {padding: 16px 0 0 0;}
strong {font-family: "Gotham-Bold";}
a {text-decoration: underline; color: #052b5c;}
a:hover {text-decoration: none;}
.clear {clear: both !important;}

em {font-style: italic;}

/*
* Include Gotham font
*/
@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/Gotham-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */
    url('fonts/Gotham-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/Gotham-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
    url('fonts/Gotham-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/Gotham-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/Gotham-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Gotham-Light.woff') format('woff'), /* Modern Browsers */
    url('fonts/Gotham-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/Gotham-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/Gotham-Book.eot'); /* IE9 Compat Modes */
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Gotham-Book.woff') format('woff'), /* Modern Browsers */
    url('fonts/Gotham-Book.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/Gotham-Book.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 300;
    font-style: normal;
}

/*
* End Gotham font
*/

body {
	font-size: 16px;
	line-height: 24px;
	color: #000; 
	background: white;
	position: relative;
	font-family: "Gotham-Light", "proxima-nova", helvetica, sans-serif;
}

h1 {
	font: 26px/34px "Gotham-Bold", "proxima-nova", helvetica, sans-serif;
	margin-bottom: 24px;
}
h2 {
	font: 32px "Gotham-Bold", "proxima-nova", helvetica, sans-serif;
	text-transform: uppercase;
}
h3 {
	font: 24px "Gotham-Bold", "proxima-nova", helvetica, sans-serif;
}
h4 {
	font: 20px "Gotham-Bold", "proxima-nova", helvetica, sans-serif;
}
h5 {
	font: 26px/36px "Gotham-Light", "proxima-nova", helvetica, sans-serif;
}
h6 {
	font: 22px "Gotham-Bold", "proxima-nova", helvetica, sans-serif;
	text-transform: uppercase;
}

header {
	padding: 10px 0; 
	/*background: #052b5c;*/
	color: white;
}

.banner {
	/*background-image: linear-gradient(
		rgba(0, 0, 0, .45),
		rgba(0, 0, 0, .45)),
		url(imgs/NewIndexStyle/banner.jpg);*/
	background-size: cover;
	padding: 80px 0;
	min-height: 415px;
}

.banner h1, .banner h5 {color: white;}

.header-form {
	background: white;
	padding: 10px;
	text-align: center;
	border-radius: 20px;
	max-width: 330px;
	margin: -100px 0 -100px 0;
	display: block;
}
.header-form-provide {padding-bottom: 20px;}
.header-form img {
    margin: 16px auto;
    max-width: 240px;
    height: auto;
    max-height: 100px;
    width: auto;
}
.header-form p {
	max-width: 260px;
	margin: 0 auto;
}
.header-form input, button {
	display: block; 
	margin: 8px auto; 
	width: 100%;
	padding: 8px;
	background: #f2f2f2;
	max-width: 280px;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
.header-form input[type="submit"], button {
	/*background: #052b5c;*/
	color: white;
	font-family: "Gotham-Bold", helvetica, sans-serif;
	text-transform: uppercase;
}

#buttonLoaderDiv i.fa {
	margin-left: -12px;
	margin-right: 8px;
}

.input-validation-error {border: 1px solid #911; background: #eacfcf;}

small {
	font-size: 13px; 
	font-style: italic;
}
.featuredin {
	background: #e8e8e8;
	padding: 20px 0;
}
.underform {margin-top: 24px;}
.featuredin img {margin-top: 16px;}

.videoblock {padding: 48px 0;}
.videoblock iframe {
	max-width: 100%; 
	min-height: 460px; 
	height: auto;
	margin-top: 24px;
}

.explainerblocks {
	padding: 48px 0; 
	background: #e8e8e8;
}
.explainerblocks i.fa {
	font-size: 48px; 
	margin-bottom: 24px;
}
.explainerblocks h6 {color: #052b5c;}
.explainerblocks p, 
.explainerblocks ol {
	text-align: left;
	list-style-type: decimal;
}
.explainerblocks ol li {
	padding-left: 20px;
	margin-left: 24px;
}
.explainerblocks ol li:first-of-type {margin-left: 21px;}
.fa-pencil-square-o {margin-left: 12px;}
.explainerblock {padding: 24px 15px;}

footer {
	padding: 48px 0;
	background: #e8e8e8;
	color: black;
}

footer input, footer textarea {
	display: block; 
	margin: 8px auto; 
	width: 100%;
	padding: 8px;
	background: #fff;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
footer textarea {
	min-height: 90px;
}
footer input[type="submit"] {
	background: #052b5c;
	color: white;
	font-family: "Gotham-Bold", helvetica, sans-serif;
	text-transform: uppercase;
}
footer img {max-width: 200px;}
.pad-top {	
	padding-top: 112px; 
	font-size: 13px;
}
/* Media Queries */

@media all and (max-width: 1199px) {
	.banner > .container {width: 100%;}
}
@media all and (max-width: 991px) {
	.banner h1 {font-size: 22px;}
	.banner h5 {font-size: 22px; line-height: 30px;}
	.header-form input {max-width: 90%;}
	footer > .container {width: 100%;}

}
@media all and (max-width: 767px) {
	.banner {padding: 20px 0 40px 0; min-height: 200px;}
	.banner h5 {font-size: 18px; line-height: 26px;}
	.header-form {margin: -40px auto 20px auto;}
	.underform {margin-top: 48px;}
	.pad-on-mobile {margin-top: 24px;}
}

.field-validation-valid
{
    display: none;
}
.validation-summary-valid
{
    display: none;
}