html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, em, img, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, output, section, summary, time, mark, audio, video { position: relative; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 100%; font: inherit; font-size: 100%; hyphens: auto; vertical-align: baseline; border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

@font-face {
    font-family: 'BG Light';
    src: url('fonts/bnkgothl-webfont.eot');
    src: url('fonts/bnkgothl-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bnkgothl-webfont.woff2') format('woff2'),
         url('fonts/bnkgothl-webfont.woff') format('woff'),
         url('fonts/bnkgothl-webfont.ttf') format('truetype'),
         url('fonts/bnkgothl-webfont.svg#bankgothic_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'BG Medium';
    src: url('fonts/bnkgothm-webfont.eot');
    src: url('fonts/bnkgothm-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bnkgothm-webfont.woff2') format('woff2'),
         url('fonts/bnkgothm-webfont.woff') format('woff'),
         url('fonts/bnkgothm-webfont.ttf') format('truetype'),
         url('fonts/bnkgothm-webfont.svg#bankgothic_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal; }


body {
	background: #6692f0; 
	font: normal 100%/1.6em 'Open Sans', sans-serif; }
	
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	font-weight: normal;
	font-family: 'BG Light', impact;
	color: #0F3A9E;
	text-shadow: 0 1px 0 #8a8a8a; }
	
h1 { font-size: 250%; }
h2 { padding-bottom: 3px; font-size: 135%; border-bottom: 1px solid #0F3A9E; text-transform: uppercase;  }
h3 { font-size: 200%; }
h4 { font-size: 150%; }
h5 { font-size: 125%; }
h6 { font-size: 100%; }
	
p { margin-bottom: 30px; }


header { 
	padding-top: 0px;
	height: 190px;
	background: #fff; }
	
header div {
	vertical-align: bottom;
	margin: 0 auto;
	height: 100%;
	width: 1200px; }
	
a.logo {
	display: block;
	float: left; 
	vertical-align: top;
	padding-left: 40px; 
	height: 100%; 
	width: 65%; 
	background: url(images/logo.png) no-repeat left bottom; 
	background-size: contain; }
	
a.phone {
	display: block;
	float: right; 
	vertical-align: top;
	padding: 99px 40px 0 0;
	width: 35%;
	font-size: 300%; 
	font-family: 'BG Light';
	letter-spacing: -7px;
	text-align: center; 
	color: #11479D; color: red;
	text-decoration: none; 	}
	
a.mob-phone { display: none; }
	
a.phone span {
	display: block;
	padding-top: 5px; 
	font-size: 45%; 
	color: #8a8a8a; 
	letter-spacing: 0; }
			
.tagline { 
	margin: 0;
	padding: 7px 20px; 
	background: #0f3a9e; 
	font-weight: bold; 
	font-family: 'BG Light';
	color: #fff;
	text-align: left; 
	text-transform: uppercase; 
	border-top: 3px solid rgba(9,35,96, .25); border-bottom: 3px solid rgba(9,35,96, .25); 
	overflow: auto; }
	
.tagline .inner { margin: 0 auto; max-width: 1200px; }
.tagline span:first-child { display: block; float: left; padding-left: 20px; width: 65%; }
.tagline span:last-child { display: block; float: right; padding-right: 20px; width: 35%; text-align: right; }
	
.content { 
	display: table;
	margin: 0 auto;
	max-width: 1200px;
	overflow: visible; }
	
.primary { background: #fff; 
	display: table-cell;
	vertical-align: top;
	padding: 40px; 
	width: 65%;  
	border: 0px solid rgba(0,0,0, .05); border-right: 1px dashed #999;
	border-top: 0; border-bottom: 0; }
	
.disclaimer { margin-top: 100px; font-size: 80%; }

.home {
	margin: 20px 0 0 0; 
	padding: 10px 20px;
	background: #0f3a9e; 
	color: #fff; 
	text-decoration: none; 
	border: 0; 
	border-radius: 5px; }
	
.home:hover {
	background: #006;
	box-shadow: inset 0 0 5px rgba(0,0,0, 1); }

.secondary { 
	display: table-cell;
	vertical-align: top; 
	padding: 40px; 
	width: 35%; 
	background: #e2eafc; }
	
.secondary 2 { 
	font-size: 300%;
	line-height: 1.2em;
	color: #8a8a8a;
	text-align: right; 
	text-indent: 0; 
	border: 0; 
	overflow: auto; }
	
.secondary img { 
	display: block;
	margin-bottom: 20px; 
	/* float: left;  */
	/* margin: 0 10px 60px 0;  */
	}
	
.secondary p { font-size: 90%; text-align: justify; }

.footer { 
	margin: 0;
	padding: 40px;
	background: #666;
	color: #fff;  
	font-size: 70%;
	text-align: center; 
	text-shadow: 0 2px 2px rgba(0,0,0, .3); 
	text-transform: uppercase; 
	white-space: nowrap; 
	border-top: 5px solid rgba(68,68,68, .3); }
	
form { padding: 20px 30px 50px 0; }

label { 
	display: block; 
	margin: 0 0 5px; 
	font: normal 125%/1em 'BG Medium'; 
	color: #8a8a8a; }
	
input, textarea { 
	display: block; 
	margin: 0 0 20px; 
	padding: 15px; 
	width: 100%; 
	font: normal 100%/1em 'Open Sans', impact; 
	border: 0; 
	border-radius: 5px; 
	box-shadow: inset 0 0 5px rgba(0,0,0, .15); }
	
input:focus, textarea:focus { 
	background: #f6f6f6;
	font-style: normal; 
	font-weight: bold; 
	color: #0f3a9e; }
	
textarea { height: 200px; line-height: 1.5em; }

input[type="submit"] { 
	display: block; 
	margin: 20px 0 0 0; 
	width: 200px; 
	background: #0f3a9e; 
	color: #fff; 
	border: 0; }
	
input[type="submit"]:hover {
	background: #006;		
	cursor: pointer; 
	box-shadow: inset 0 0 5px rgba(0,0,0, 1); }		
		
	blockquote {
		quotes: none; }
		
	table {
		border-collapse: collapse;
		border-spacing: 0; }
		

	
	
/* Utility Classes */

.fright { float: right; }
.fleft { float: left; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }

.success { color: green; }
.warning { color: orange; }
.danger { color: red; }

[hidden] { display: none !important; }


/* Document Links */

a[href$=".pdf"]:before {
	display: inline-block;
	position: relative; top: -2px;
	margin-right: 10px;
	padding: 2px 4px;
	height: .95em;
	width: 25px;
	font-size: .7em; 
	line-height: 1em;
	color: #fff;
	text-align: center;
	border-radius: 3px; }
	
@media (max-width: 990px) {
	header div { width: 100%; }
	a.logo { display: block; padding-right: 40px; height: 100%; width: 100%; }
	a.phone { display: none; }
	a.mob-phone { 
		display: block; 
		position: absolute; top: 20px; right: 40px; 
		padding: 10px 20px 10px 80px; 
		background-color: #0F3A9E; 
		background-image: url(images/phone.png);
		background-repeat: no-repeat;
		background-position: 15px center; 
		color: #fff; 
		text-decoration: none; 
		border-radius: 10px; }
}

@media (max-width: 600px) {
	a.logo { padding: 0; }
	.content, .primary, .secondary { display: block; float: none; width: 100%; }
}