﻿* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	border: none;
}
body {
	font-family: "Open Sans";
	font-size: 16px;
	color: #363f47;
	line-height: 22px;
	padding: 0;
	margin: 0;
	font-weight: 100;
}
hr {
	margin: 75px 0;
}
.header_wrap {
	border-top: solid 40px #0a1f41;
	border-bottom: solid 1px #d7d7d7;
	width: 100%;
}
.header, .content, .footer {
	padding: 10px;
	max-width:1200px;
	margin: 0 auto;
	width: 100%;
}
.content {
	text-align: center;
	padding: 75px 5%;
}
.footer {
	color: #FFF;
	width: 100%;
	font-size: 15px;
	line-height:28px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.footer a:hover {
	color: #e7a713;
}
.footer .title {
	color: #e7a713;
	font-family: "Lora";
	font-size: 26px;
	display: block;
	margin-bottom: 10px;
}
.footer .title.holder {
	display: none;
}
.footer .title.holder + p {
	margin-top: 0;
}
.top_footer {
	background: #081730;
	padding: 20px 0;
}
.bottom_footer {
	background: #0a1f41;
	color: #FFF;
	vertical-align: top;
	width: 100%;
	padding: 40px 0;
}
.bottom_footer p {
	margin-bottom: 0;
}
.contact_center {
	border-top: solid 1px #081730;
	padding: 30px 0 0;
	margin-top: 100px;
	font-weight: 500;
	font-size: 1rem;
}
.contact_center a {
	font-weight: 500;
	font-size: 1rem;
	color: #FFF;
	display: inline-block;
}
.contact_center img {
	float: right;
}
/* TYPOGRAPHY */
h1 {
	font-family: "Lora";
	color: #005da9;
	font-size: 34px;
	line-height: 40px;
	font-weight: normal;
}
h2 {
	font-family: "Lora";
	color: #363f47;
	font-style: italic;
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
}
h3 {
	font-family: "Lora";
	color: #005da9;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}
h4 {
	font-family: "Open Sans";
	color: #363f47;
	font-size: 24px;
	line-height: 30px;
	font-weight: 100;
}
h5 {
	font-family: "Open Sans";
	color: #363f47;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}
h6 {
	font-family: "Open Sans";
	color: #363f47;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
p {
	margin-bottom: 30px;
	display: block;
}
a {
	color: #005da9;
}
a.list {
	display: block;
}

/* GRID */
.full {
	width: 100%;
}
.one-third {
	width: 100%;
}
.two-third {
	width: 100%;
}
.one-fourth {
	width: 100%;
}
.two-fourth {
	width: 100%;
}
.three-fourth {
	width: 100%;
}
.col {
	display: block;
	vertical-align: top;
	padding: 20px 1% 0;
}
.col .col {
	padding: 0;
}
@media screen and (min-width: 420px) {
	.full {
		width: 100%;
	}
	.one-third {
		width: 50%;
	}
	.two-third {
		width: 50%;
	}
	.one-fourth {
		width: 50%;
	}
	.two-fourth {
		width: 50%;
	}
	.three-fourth {
		width: 50%;
	}
	.col {
		display: inline-block;
		vertical-align: top;
		padding: 20px 1% 0;
	}
	.col .col {
		padding: 0;
	}
}
@media screen and (min-width: 1050px) {
	.footer .title.holder + p {
		margin-top: 15px;
	}
	.footer .title.holder {
		height:28px;
		display: block;
		margin-bottom: 10px;
	}
	.full {
		width: 100%;
	}
	.one-third, .small-4 {
		width: 33%;
	}
	.two-third {
		width: 66%;
	}
	.one-fourth, .medium-3 {
		width: 25%;
	}
	.two-fourth {
		width: 50%;
	}
	.three-fourth {
		width: 75%;
	}
	.large-1 {
		width: 8.33%;
	}
	.col {
		display: inline-block;
		vertical-align: top;
		padding: 1% 2% 1% 0;
	}
	.col .col {
		padding: 0 2% 0 0;
	}
}
.logo_cols {
	padding-left: .625rem;
	padding-right: .625rem;
	margin-bottom: 1rem;
}
.fdic {
	max-height: 40px;
	width: auto;
}