* {margin:0; padding:0; border: 0; font-family: "Open Sans", Arial, Helvetica, sans-serif; /*position: relative;*/}
html{font-weight: 300; font-size: 10pt;}
/* font weights available 300-light, 400-normal, 600-semi-bold*/
body{
	background: #FFF;
	color: #666;
	}
	
/*a{outline:none; text-decoration:none; color: #5cbeeb}*/
img{border:0; padding:0; margin:0;}

h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 1em 0 .5em 0;
	font-weight: 100;
	font-size: 1em;	
	}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {margin-top: 0;}
h1 {font-size: 3.2em; color: #5cbeeb;}
h2 {font-size: 1.8em; color: #0c2577;}
h3 {font-size: 1.6em; font-weight: 200; color: #000;}
h4 {font-size: 1.2em; margin-bottom: 0;}

p {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 1em;
	}

b, strong {font-weight: bold;}

ul, ol, blockquote {margin-left: 2.5em; margin-bottom: 1em;}
li {padding-bottom: .75em;}
sup, sub {font-size: .6em; line-height: .1em;}

table {padding: 0 0 1em 0;}
table h1, table h2, table h3, table h4, table h5, table h6 {margin: 0; padding: 0;}
table h4 {color: #77B1D6;
	border-bottom: 1px dotted #DDDDDD;}

hr {
	margin: 10px 0px;
}
	
form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}

input, input[type=text], input[type=email], input[type=password], textarea {border: 1px solid #999; border-radius: .5em; font-size: 1.2em; padding: .3em;}
input[type=checkbox], input[type=radio] {border: 0;}
input[type=button], input[type=submit], input[type=reset], button {padding: .3em .6em; background: #5cbeeb; border: 1px solid #404040; font-weight: bold; color: #FFF; text-shadow: 1px 1px 2px #404040; cursor: pointer;}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{padding:.5em; color:#666666;}
.imgl{float:left; margin:0 .8em .8em 0; clear:left;}
.imgr{float:right; margin:0 0 .8em .8em; clear:right;}

p.center, td.center, h1.center, h2.center, h3.center, h4.center, h5.center, h6.center{text-align: center;}
table.center, div.center {margin: 0 auto;}

.clear {clear: both;}
.section-spacer {clear: both; background: transparent url(../images/bkg-page-spacer.png) top center no-repeat; height: 40px; margin-top: 2.5em;}
.indent {padding-left: 2.5em !important;}

.readmore, .article .readmore{
	box-shadow: 2px 2px 5px #3d3d45;
	background: #0C2577; background-image: linear-gradient(45deg,  #32589B, #0C2577);
	border:1px solid #666666;
	display:inline-block;
	color:#FFF;
	font-size:.8em;
	font-weight:600;
	margin: 10px 0px 0px 0px;
	padding: .3em 1.3em;
	line-height: 1.6em;
	text-decoration:none;
	text-transform:uppercase;
}

.readmore:hover, .article .readmore:hover {
	background: #0C2577; background-image: linear-gradient(45deg,  #0C2577, #32589B );
	text-decoration: none;
}

/* ---------------------------------  Login   ----------------------------------*/

#login {display: none; position: absolute; top: 110px; right: 20px; width: 230px; background: #ddd; background: rgba(255, 255, 255, .75); z-index: 998; box-shadow: 0 3px 3px rgba(0,0,0,.75);}
#login-inner {padding: 1.5em; z-index: 999;}
#login iframe {width: 200px; height: 160px; float: left; margin: 5px auto; z-index: 999;}
#login h2 { float: left; margin: 0 .2em 0 0; line-height: 40px; font-size: 1.4em; color: #002b7f; border: 0;}
#login-toggle {display: none; width: 6em; height: 40px; right: 0; z-index: 999; text-align: center;}
#login-toggle > a.control {
		font-size: 1.4em;
		display: block;
		height: 40px;/*  50 */
		line-height: 40px;		
		color: #FFF;
		z-index: 999;
		content: '';
		}
	#login-toggle > a.on {background-color: #002b7f;}

/* ---------------------------------  Content   ----------------------------------*/

header {position: relative; z-index: 999;}

#header {
	height: 90px;
	background: #0c2577 url(../images/bkg-header.png) center no-repeat;
	box-shadow: 0 2px 10px rgba(0,0,0,.75);
	z-index: 99;
}
#header-inner, #content-inner, #footer-inner {width: 940px; margin: 0 auto; position:relative;}
#content {margin-bottom: 3em;}
#banner {
	background-color: #d6d6d6;
	background-image: linear-gradient(#d6d6d6, #999999);
	margin-bottom: 2em;
	z-index: 2;
}

#banner-inner {background: transparent url(../images/bkg-banner.png);}

#content-inner {padding-top: 2em;}

#logo {float: left; padding: 1em 0 0 0;}
#logo a {font-size: 2.5em; font-weight: 300; color: #5cbeeb;}

.welcome h1 {margin-bottom: 0; line-height: 1em;}
.welcome h2 {margin-top: 0;}

#main-column {width: 60%;	float: left;}
#sidebar { width: 33%; float: right;}
#section-two {border-top: 1px dotted #d8d8d8;border-bottom: 1px dotted #d8d8d8; padding: 1.25em 0; margin: 1em auto;}

.box {display: block; margin-bottom: 2em; border-radius: .4em;}
.box-inner {}
.box h2 {margin: 0;}
.box-image {width: 100%; height: 200px; background: #fff; position: relative; z-index: 9;}
.box1 {background: transparent url(../images/photos/box1.jpg) center no-repeat;}
.box2 {background: transparent url(../images/photos/box2.jpg) top center no-repeat;}
.box3 {background: transparent url(../images/photos/box3.jpg) top center no-repeat;}

.two-column {float: left; width: 48%; margin-right: 4%; position: relative;}
.two-column:nth-child(even) {margin-right: 0;}

.three-column {
	float: left;
	width: 30%;
	margin-right: 5%;
	background: #5cbeeb;
	color: #FFF;
	position: relative;
}

.box.news {background: #5cbeeb;}
.box.news .box-inner {padding: 1.25em; color: #FFF;}
.box.news h3 {color: #FFF; text-transform: uppercase}

.three-column h3 {margin: .5em .6em 0 .6em; color: #fff; position:relative; display: block; z-index: 10;}
.three-column .box-content {margin: 0 1em .4em 1em;}

.four-column {float: left; width: 22%; margin-right: 3%; position: relative; text-align: center;}
.two-column:nth-child(even), .last {margin-right: 0;}
.four-column ul {list-style: none; margin-left: 0;}
.four-column ul a {color: #444;}
.four-column ul a:hover {color: #5cbeeb; text-decoration: underline}
.four-column h3 {margin: 0;}

.icon {display: block; width: 64px; height: 64px; background: #f8f8f8; margin: 0 auto;}
.icon.personal {background: transparent url(../images/icon-personal.png) center no-repeat;}
.icon.business {background: transparent url(../images/icon-business.png) center no-repeat;;}
.icon.lending {background: transparent url(../images/icon-lending.png) center no-repeat;;}
.icon.security {background: transparent url(../images/icon-security.png) center no-repeat;;}

.account-comparison th, .account-comparison td,
.ledger th, .ledger td {padding: .4em;}
.ledger th {background-color: #5cbeeb; color: #0c2577;}
.account-comparison th {background: #1F3A76; color: #FFF;}
.ledger tr:nth-child(2n+1) td {background: #eee;}

#footer {
	font-size: 0.9em;
	padding: 1em;
	background: #002b7f;
	color: white;
}
#footer-inner {padding-top: 1em; color: white;}
#copyright {float: left; width: 60%;}
#regulatory-logos {float: right; width: 30%; text-align: right;}
.footnote, .disclaimer {font-size: .8em;}
#footer .disclaimer {margin-top: .5em;}
#footer a {color: white;}
#fdic {margin-right: 1em;}

#contact_form  input {margin-bottom: .5em;}
#contact_form label { 
	display: block; 
	position: absolute;
	line-height: 2.4em;
	padding: 0 .5em;
	}

#contact_form label.required {color: red;}
#contact_form label.required:before {content:'*'}

#contact_form textarea { 
	width: 40em; 
	height: 6em; 
	margin-bottom: .5em;
	}

.header h1 { margin-bottom: .1em; line-height: 1em;}
.header h4 {font-size: 2em; margin: 0 0 1em 0; line-height: 1em;}

.section-head {
	display: block;
	overflow: hidden;
	max-width: 570px;
	height: 300px;
	margin: 0 0 2em 0;
	background: #f8f8f8;
	}

.section-head-inner {
	padding:  2.2em 1.4em;
	}

.section-head .sublinks {
	list-style: none;
	margin-left: 0;
	font-size: 1em;
	font-weight: 100;
	}

.section-head .sublinks a { color: #000;}

.section-head h3 {
	font-size: 2.4em;
	color: #000;
	font-weight: 100;
	position: absolute;
	margin: 180px 0 0 0;
	text-indent:-.3em;
	padding-left: .3em;
	}

.section-head.loans {background: transparent url(../images/photos/loans.jpg) center no-repeat;}

.section-head.business-loans *, .section-head.business-loans .sublinks a,
.section-head.business-accounts *, .section-head.business-accounts .sublinks a,
.section-head.services *, .section-head.services .sublinks a,
.section-head.savings-accounts *, .section-head.savings-accounts .sublinks a
 {color: #FFF; text-shadow: 2px 2px 2px rgba(0,0,0,.75);}

.section-head.personal-accounts {background: transparent url(../images/photos/personal-checking.jpg) center no-repeat;}
.section-head.savings-accounts {background: transparent url(../images/photos/personal-savings.jpg) center no-repeat;}
.section-head.business-accounts {background: transparent url(../images/photos/business-accounts.jpg) center no-repeat;}
.section-head.business-loans {background: transparent url(../images/photos/business-loans.jpg) left no-repeat;}
.section-head.services {background: transparent url(../images/photos/services.jpg) center no-repeat;}
.section-head.online-banking {background: transparent url(../images/photos/loans.jpg) center no-repeat;}
.section-head.about-us {background: transparent url(../images/photos/about-us.jpg) center no-repeat;}
.section-head.security {background: transparent url(../images/photos/security.jpg) center no-repeat;}
.section-head.contact {background: transparent url(../images/photos/contact.jpg) center no-repeat;}
.section-head.military-benefits {background: transparent url(../images/photos/military-benefits.jpg) center no-repeat;}
.section-head.business-online-banking {background: transparent url(../images/photos/business-online-banking.jpg) center no-repeat;}

.fdic-grid {color: #333; border-collapse: collapse; border: 0}
.fdic-grid th {background: #444; color: #FFF; padding: .4em; border: 1px solid #444}
.fdic-grid td {padding: .4em; border: 1px solid gray}
.fdic-grid h2, .fdic-grid h3 {color: #FFF; text-align: left; padding: 0 .4em;}
.no-padding {padding: 0 !important;}
.no-border {border: 0 !important;}

/* ---------------------------------  Slideshow   ----------------------------------*/
#slides {
	z-index: 1;
}
/* slides */
.slideshow {
	position:relative;
	z-index: 1;
	margin:0 auto;
	width: 940px;
	height: 280px;
	overflow: hidden;
	}
.slideshow a {
	font-size:.75em;
	line-height:2em;
	text-decoration:none;
	color:#fff;
	}
.slideshow .selected a {
	background-color:#FFF; /* selected pagination button background */
	}

.carousel {
	margin:0;
	padding:0;
	list-style:none;
	z-index: 1;
	}
.carousel li {z-index:9; padding: 0; }
.carousel li img {display:block; width: 940px; height: 280px; z-index:9;}

/* pagination */
.slides-pagination {
	position:absolute;
	bottom:1em;
	left:20px;
	margin:0;
	padding:0;
	list-style:none;
	z-index:10;
	}
.slides-pagination li {display:inline; z-index:9;}
.slides-pagination a {
	display:block;
	float:left;
	width:2em;
	height: .5em;
	overflow: hidden;
	text-transform: uppercase;
	text-indent: -9999em;
	margin-right:5px;
	background: transparent;
	border: 1px solid #FFF; /* pagination button border */
	 z-index:9;
	}

/* skip */
a.slides-next,
a.slides-prev {
	display:  none;
	position:absolute;
	top:50%;
	margin-top:-1em;
	padding:0 .2em;
	z-index:10;
	font-size: 3em;
	font-weight: 300;
	opacity: .5;
	}
/*#container a.slides-next:hover,
#container a.slides-prev:hover {background: #FFF;}*/
.slides-next {right:0;}
.slides-prev {left:0;}
.slides-next.disabled,
.slides-prev.disabled {opacity:.5;cursor:auto;}


/* ---------------------------------  Main Navigation   ----------------------------------*/

#navigation #nav{
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 999;
	float: right;
	}

#navigation #nav > a, #nav > a {display: none; text-decoration: none;}
#navigation #nav li {position: relative; list-style: none;}
#navigation #nav li a {
	color: #FFF;
	display: block;
	z-index: 999;
	}

#navigation #nav li a:active {background-color: #002b7f; !important;}

#navigation #nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #0053a5;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
	top: -.25em;
	}

#navigation #nav li:first-child span:after {border: 0;}

/* first level */

#navigation #nav > ul {
	background: #5cbeeb;
	margin: 0;
	padding: 0;
	z-index: 999;
	}
	
#navigation #nav > ul > li {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#navigation #nav > ul > li > a {
	font-size: 1.1em;
	line-height: 90px; /* 60 (24) */
	text-align: center;
	text-transform: uppercase;
	padding: 0 1.5em;
	color: #FFF;
	z-index: 999;
	}

#navigation #nav > ul > li > a.selected {color: #5cbeeb;}

#navigation #nav > ul > li:hover > a,
#navigation #nav > ul:not( :hover ) > li.active > a {background-color: #5cbeeb; color: #002b7f; text-decoration: none;}


/* second level */

#navigation #nav li ul {
	background-color: #5cbeeb;
	display: none;
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 0;
	width: 15em;
	box-shadow: 0 3px 3px rgba(0,0,0,.5)
	}

#navigation #nav li:hover ul {
	display: block;
	left: 0;
	margin: 0;
	padding: 0;
	}
	
/*#navigation #nav li:not( :first-child ):hover ul {left: -1px;}*/
#navigation #nav li li {
	margin: 0;
	padding: 0;
	}
	
#navigation #nav li ul a {
	padding: 0.75em; /* 15 (20) */
	color: #002b7f;
	}

#navigation #nav li ul li a:hover,
#navigation #nav li:hover ul li:hover,
#navigation #nav li ul:not( :hover ) li.active a { background-color: #002b7f; color: #FFF; text-decoration: none; }

#navigation #nav li:hover ul ul,
#navigation #nav li ul ul {
	display: none;
	left: 15em;
	top: 0;
	}

#navigation #nav li:hover ul li:hover ul{
	display: block;
	}


@media only screen and ( max-width: 40em ) { /* 640 */ 
	html { font-size: 75%; /* 12 */ }
	h1{font-size: 2.4em}
	#header {height: 40px; background: radial-gradient(circle, #91d7f7, #002b7f);}
	#header-inner, #content-inner, #footer-inner, #main-column, #sidebar, #banner, .slideshow {width: auto; float: none;}
	#logo {
		position: relative;
		float: none;
		width: 200px;
		height: 40px;
		z-index: 999;
		margin: 0 auto;
		padding: 0;
		}
	#logo a {display: block; font-size: 2em; width: 200px; height: 30px; margin: 0 auto; padding: 5px; text-align: center;}
	#logo img {max-height: 30px; width: auto;}
	
	#login {
		display: none;
		position: absolute;
		width: 100%;
		top: 40px;
		right: 0;
		z-index: 999;
		background: #002b7f;
		box-shadow: 0 5px 5px #404040;
		}
	
	#login iframe {width: 90%; height: 6.25em; margin: 0 1em; float: none;}
	#login #login-inner {width: 100%; padding: .75em 1.5em; float: none;}
	#login h2 {font-size: 1.6em; margin: 0 .6em; color: #fff;}	
	#login-toggle {float:  none; position: absolute; top: 0; right: 0; z-index: 999999; display: block;}
	#login-toggle > a.control {height: 40px;}
	
	.box {text-align: center;}
	.two-column, .three-column {width: 100%; margin-bottom: 1em; margin-right: 0;}
	.three-column {margin-top: 1em;}
	.four-column {width: 48%; margin: 0 1% 1em 1%;}
		
	.carousel li img {width: 100%; height: auto;}
	a.slides-next, a.slides-prev { display: none;}
	
	.header h4 {font-size: 1.5em;}
	.section-head h3 {font-size: 1.5em;}
	
	#contact_form textarea {width: 100%;}
	#contact_form {margin-bottom: 3em;}
	
	#navigation {
		position: absolute;
		top: 0;
		z-index: 99;
		width: 100%;
		}
	
	#navigation #nav {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		background: transparent;
		z-index: 999;
		}
	
	#navigation #nav > a.control {
		font-size: 1.4em;
		width: 3em; /* 50 */
		height: 40px;/*  50 */
		line-height: 40px;
		padding: .0 .5em;
		text-align: left;
		background-color: transparent;
		color: #FFF;
		position: relative;
		text-shadow: 2px 2px 2px rgba(0,0,0,.75);
		}
	#navigation #nav a.control span:after {border:0;}

	#navigation #nav > a.control > span {
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
		display: block;
		height: .3em;
		}
	
	#navigation #nav > a.control:nth-child(2) > span {
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
		}
	
	#navigation #nav:not( :target ) > a:first-of-type,
	#navigation #nav:target > a:last-of-type {display: block;}
	#navigation #nav > a.control:nth-child(even){background: #002b7f;}

	/* first level */
	
	#navigation #nav > ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		background: #002b7f;
		box-shadow: 0 5px 5px #404040;
		}
	
	#navigation #nav:target > ul {display: block;}
	
	#navigation #nav > ul > li {
		width: 100%;
		float: none;
		}
	
	#navigation #nav > ul > li > a {
		height: auto;
		font-size: 1.8em;
		line-height: 2.5em;
		text-decoration: none;
		text-transform: none;
		text-align: left;
		padding: 0 0.533em; /* 20 (24) */
		color: #fff;
		}
		
	#navigation #nav > ul > li:not( :last-child ) > a {
		border-right: none;
		border-bottom: 0;
		}
	#navigation #nav > ul > li > a.selected {color: #fff;}

	/* second level */
	
	#navigation #nav li ul {
		position: static;
		padding: 0; /* 1.25em; 20 */
		padding-top: 0;
		width: 100%;
		background: #002b7f;
		box-shadow: none;
		}
	
	#navigation #nav li ul a {
		line-height: auto;
		color: #FFF;
		background-color: rgba(90, 190, 235, .25);
		font-size: 1.6em;
		padding: .4em 3em; /* 15 (20) */
		}
	#navigation #nav li ul li a:hover,
	#navigation #nav li:hover ul li:hover {background: rgba(90, 190, 235, .5)}

	#content-inner {padding: 1.25em;}
	.box-image {display: none;}
	#copyright, #regulatory-logos {float: none; text-align: center; margin-bottom: 1em;}
	}

/**************** FDIC ****************/
#fdic-banner { 
    position: relative;
    background-color: white;
    margin: 0;
    padding: 0; 
    z-index: 100;
}
#fdic-signage {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 940px;
  margin: 0 auto;
    color: black;
}
#fdic-signage svg {
/*    width: 62px;*/
    width: 40px;
    height: auto;
    margin: 0.5em 0.5em 0.5em 0;
}
.fdic-svg {fill: #003256;}
#fdic-signage p {
    display: block;
    font-family: "Source Sans Pro Web", "Source Sans 3", sans-serif;
    font-style: italic;
    margin: 0 0 0 0.2em;
    padding: 0;
    font-size: 12px;
    line-height: 1.1;
}
