
html {
  box-sizing: border-box;
  }
  Select.html,textarea,input
{ 
font-family: "Open Sans" !important; 
} 

*, *:before, *:after {
  box-sizing: inherit;
  }
html,body{
    margin:0;
    padding:0;
	font-family: "Open Sans" !important; 
	}
body{
   font-size: 16px;
   background-image:url(../images/bg.gif);
   }
.cf {
	clear: both;
}
.vh{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
****************************************************************************************************************************
                                                    Top Header Section
****************************************************************************************************************************
*/
.contain{
    width:100%;/*Container width here*/
    margin: auto;
}
	.contain:after{
		content: "";
		display: table;
		clear: both;
	}
#topSection{
	background-color: #ffffff;
	position:relative;
}
#logo{
	background-color:#ffffff; /*Temp Style: Remove when you add logo*/
	min-height: 100px; /*Temp Style: Remove when you add logo*/
	width: auto; /*Temp Style: Adjust as needed*/
	float: left;
	margin-left:50px;
	margin-top:5px;
}
#LogoM{
	display:none;
	}
/*
****************************************************************************************************************************
                                                    Main Content Section
****************************************************************************************************************************
*/
header{
    min-height: 100px; /*Temp Style: Remove when you add logo*/
    background-color:#ffffff;
    position: relative;
}
.floatR {
	float: right;
}
#olb{
	float:right;
	background-color:#737373;
	margin-top:10px;
	margin-right:2%;
	width:200px;
	min-height:100px;
	color:#ffffff;
	margin-bottom:10px;
	padding-top:5px;
	text-align:center;
}
#olb #loginBoxHeader{
	margin-top:5px;
	font-size:1.5em;
	margin-bottom:1px;
}
#loginBoxLinks{
	text-align:left;
}
#olb a{
	color:#ffffff;
	font-size:0.9em;
	line-height:1.2em;
	padding-left:10px;
	padding-bottom:10px;
	text-decoration: underline;
}
#olb a:hover{
	color:#9abddd;
	text-decoration:none;
}
#olb #onlineBankingLogin {
	background-color:#9abddd;
	text-align:center;
	border-radius:12px;
	width:100px;
	height:30px;
	line-height:30px;
	margin:auto;
	color:#FFF;
}
#olb #onlineBankingLogin a{
	padding:0px;
}
#olb #onlineBankingLogin a:hover{
	color:#737373;
	text-decoration:underline;
}
/*
****************************************************************************************************************************
                                                    MENU
****************************************************************************************************************************
*/
#topMenuBar{
	width:100%;
	height:50px;
	min-height: 50px;
	background-color:#526687;
	text-align:center;
	display:table;
	margin: auto;
	position:relative;
	}
#menuBtn{
	display: none;
	width: 50%; 
	color: #FFF;
	text-align: center;
	padding: 0.5em 0;
	background-color:#526687;
	border:0px;
	font-family:"Open Sans";
	font-weight:bold;
	font-size:1.4em;
	line-height:1.4em;
	position:absolute;
	left:0;
	}
#menuBtn:hover{
	color: #ffffff;
	text-decoration:underline;
	cursor:pointer;
	background-color:#737373;
	}
.showLogin {
	border: 0;
	background-color: #526687;
	color: #FFF;
	width: 50%;
	font-weight: bold;
	font-size:1.4em;
	line-height:1.4em;
	display: none;
	padding: 0.5em;
	float:right;
	margin-right:0px;
	margin-left:2px;
	}
	.showLogin a{
		color: #FFF;
		text-decoration:none;
	}
.showLogin:hover{
	color: #ffffff;
	text-decoration:underline;
	cursor:pointer;
	background-color:#737373;
	}
	.showLogin a:hover{
		color: #ffffff;
	}
#nav{
	width:772px;
	margin:auto;
	}
/*
****************************************************************************************************************************
                                                   Main Content for Index & Secondary Pages
****************************************************************************************************************************
*/
#main{
    position: relative;
	width:100%;
	}
aside{
	position: absolute;
	z-index: 2;
	width: auto;
	top: 5%;
	left: 5%;
	height: auto;
	}
#banner{
	background-color: #BBB;
	width:100%;
    }
#welcomeMessage{
	font-family: "Open Sans";
	font-size:4em;
	color:#FFF;
	float:right;
	z-index:200;
	position: absolute;
	right:30px;
	bottom:10px;
	text-shadow:2px 2px #000;
	}
#mainContentContainer{
	background-color:#FFF;
	width:960px;
	margin:auto;
	padding:10px;
	margin-top:20px;
	}
#mainContentContainer h1 {
    height: 60%;
    background: #516586; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #516586 , #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #516586, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #516586, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #516586 , #ffffff); /* Standard syntax (must be last) */
	widows: 450px;
	font-size: 2em;
	color: #FFF;
	text-shadow: 2px 2px #333333;
	line-height: 65px;
	padding-left: 20px;
	}
#mainContentContainer h2{
	height: 60px;
    background: #7085a9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #7085a9 , #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #7085a9, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #7085a9, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #7085a9 , #ffffff); /* Standard syntax (must be last) */
	width: 50%;
	font-size:1.6em;
	color:#FFF;
	text-shadow:2px 2px #333333;
	line-height:65px;
	padding-left:20px;
	}
#mainContentContainer p > img {
	width: 100%;
}
#mainContentContainer a {
	color:#516586;
	text-decoration: underline; 
	}
#mainContentContainer a:hover {
	color:#737373;
	text-decoration:none;
	}
#mainContentContainer .note {
	font-style: italic;
	font-size: .75em;
}
	.script {
		font-family: "Open Sans";
		font-size: 1.25em;
	}
	.secondaryImage {
		margin: 0 auto;
	}
	.tabLeft2 {
		margin-left: 2%;
	}
/*
****************************************************************************************************************************
                                                    Footer Section
****************************************************************************************************************************
*/
#footerContent{
	width:800px;
	border-radius:10px;
	margin:40px auto;
	background-color:#516586;
	}
#footerContent div{
	display: inline-block;
	width: 30%;
	text-align: center;
	vertical-align: middle;
	}
#footerContent div img{
	padding: 15px;
	}
#footerLinks p:nth-child(2){
	padding-bottom: 5px;
	}
	#footerContent div p a{
	font-size: 1.4em;
	color: #ffffff;
	text-decoration: none;
	}
#footerContent div p a:hover{
	color: #9abddd;
	text-decoration: underline;
	}
/*
****************************************************************************************************************************
                                                    Accordian
****************************************************************************************************************************
*/
            
            .ac_btn{
                background-color: #00498E;
                color: #FFF;
                padding: 1em;
                cursor: pointer;
                margin-top: 1px;
            }
            .ac_btn.open{
                background-color: #6E83B8;
            }
            .ac_collapsible{
                overflow: hidden;
                transition: max-height 0.5s ease 0s;
                max-height: 0px;
                box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3);
            }
            .ac_collapsible.open{
                max-height: 900px;
            }
            .ac_collapsible .inside{
                padding: 1em;	
            }
/*
****************************************************************************************************************************
                                                    BACK TO TOP
****************************************************************************************************************************
*/
	#btt {
		background-color: #000;
		border-radius: 5px;
		bottom: 2em;
		color: white;
		display: none;
		font-size: 0.75em;
		opacity: 0.6;
		padding: 0.5em;
		position: fixed;
		right: 2em;
		text-align: center;
		cursor: pointer;
		z-index: 30;
	}
/*
****************************************************************************************************************************
                                                    CALCULATORS
****************************************************************************************************************************
*/
	#calculators a {
		display: block; 
		background-color: #A9B0B6;
		color: #004A8E;
		font-weight: bold;
		height: 35px;
		margin: 2px 4px 2px 0;
		padding: 2px;
		float: left;
		width: 49.7%;
		font-size: 13px;
	}
	#calculators a.last {
		margin: 2px 0;
		width: 49.8%;
	 }
	#calculators a:hover {
		background-color: #6D82B7;
		color: white;
	}
	#calculators strong {
		display: block;
		clear: both;
		font-size: 16px;
		background-color: #004A8E;
		color: white;
		padding: 5px;
		margin-top: 16px;
	}
		.calculatorSection {
			width: 99%;
			float: left;
			margin: 5px;
		}
		#prsnpl a{}
		#lease a{}
		#prsnfi a{}
		#retire a{}
		#invest a{}
		#home a{}
		#prsnpl {}
		#lease {}
		#prsnfi {}
		#retire {}
		#invest {}
		#home {}
		#prsnpl strong{}
		#lease strong{}
		#prsnfi strong{}
		#retire strong{}
		#invest strong{}
		#home strong{}
/*
****************************************************************************************************************************
                                                   3rd Party Leaving CSS
****************************************************************************************************************************
*/
	#extDis {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: 1000;
	}
	#extDis h2{
		text-align: center;
	}

	#extDis .extDisMsg {
		background-color: #6E83B8;
		border: 5px solid #014B8A;
		border-radius: 10px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
		color: #FFF;
		margin: 3em auto;
		padding: 2em;
		position: relative;
		text-align: left;
		width: 80%;
		font-size: 0.80em;
	}
	#extDis .extDisMsg p{
		padding: 0 0 20px 0;
	}
	#extDis .extDisBg {
		position: absolute;
		width: 100%;
		height: 100%;
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	}

	#extDis a.continueBtn:hover {
		text-decoration: none;
	}
	#extDis .closeBtn, #extDis a.continueBtn {
		background-color: #FFF;
		color: #381404;
		display: inline;
		font-weight: bold;
		margin: 10px 20px 0px 0px;
		padding: 10px 20px;
		border-radius: 10px;
		cursor: pointer;
		text-decoration: none;
	}

	.fdic-container {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
		padding: 1rem 0;
	}
	.fdic-logo {
		display: flex;
		width: 2.335rem;
		height: .98375rem;
	}
	svg {
		overflow: hidden;
		vertical-align: middle;
	}
	.fdic-banner .fdic-text {
		font-family: "Open Sans";
		color: #000000;
	}
	.fdic-text {
		display: flex;
		font-size: .8rem !important;
		line-height: .875rem !important;
		margin-left: .4375rem;
		font-style: italic;
		color: #000000;
	}
	.fdic-logo {
		color: #003256;
	}