/*COLORS

*/
/*RESETS

*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html,body{
    margin: 0;
    padding:  0;
	font-family: "Open Sans";
}
body{
	font-size: 16px; 
	text-decoration: none;
	font-family: "Open Sans";
	background-attachment: fixed;
	background-position: center top;
}
h1 {
    color: #004681 !important;
}
h2 {
    color: #004681 !important;
}
h3 {
    color: #004681 !important;
}
h4 {
    color: #004681 !important;
}
h5 {
    color: #004681 !important;
}
img{
    border: none; 
	list-style: none;
}
/*LAYOUT CLASSES*/
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    width: 1220px;
    margin: auto;
}
.contain:after{
    content: "";
    display: table;
    clear: both;
}

/*MAIN LAYOUT*/
header {
	position: relative;
}
	#topNav{
		margin-top: -3.125em;
		padding: 0;
		list-style: none;
		border-bottom: #000 solid .9375em;
	}
	#topNav:after{
		content: "";
		clear: both;
		display: table;
	}
	#topNav li {
		float: right;
		list-style: none;
	}
		#topNav a {
			color: #211B72;
			display: block;
			text-decoration: none;
			padding: .75em;
			font-size: 1em;
			font-weight: bold;
			list-style: none;
		}
			#topNav a i {
				display: block;
				font-size: 3em;
				text-align: center;
			}
    #logo{
        float: left;
/*		padding: 40px 0 30px 0;*/
		margin: 40px 0 30px 0;
    }  
.c19alert p{
	background: #01467f;
    margin: 0;
	text-align: center;
	padding: 10px 0;
}
.c19alert a{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
        #logo img{
            margin: auto;
            padding:  10px;
		width: 100%;
        }
#navTopRight{
    border: none; 
    display:  block;
	list-style: none;
	margin-top: 60px;
	
}

#banner{
z-index: 1;
	position: relative;
}
#main{
    position: relative;
	background-image: url("../images/background.jpg");
	/*background-repeat:no-repeat;*/
}
/*.main{
	background-color: #fff;
	min-height: 500px;
	display: block;
	float: right;
	width: 70%;
	margin: 1em;
	box-shadow: 2px 2px 2px #777;
	padding: 25px;
	font-size: 14px;
}*/
#content .insideSecondary{
    background-color: #fff;
    padding: 1em;
	float: right;
	width: 67%;
   	min-height: 550px;
	margin: 1em;
    box-shadow: 2px 2px 2px #777;
	display: block;

}

#content{
	width: 805px;
	margin: auto;
}


aside{

	float: left;
	width: 25%;
	margin-bottom: 40px;
    }
		aside a{
			/*text-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
			color: #03367F;
			text-decoration: none;
			font-weight: bold;
			margin: auto;
			display: block;
		}
		aside .olbHeader{
			color: #03367F;
			font-size: 40px;
			margin-bottom: 12px;
			margin-top: 5px;
			text-align: center;
            font-weight: bolder;
		}

		#ESO{		
		background-color: rgba(333, 333, 333, 0.5);
		box-shadow: 0 0 3px 3px rgba(99, 98, 97, 0.5);
		margin: 25px 0 0 28px;
		top: 0;
		width: 12%;
        border-radius: 20px;
        position: absolute;
		z-index: 100;
		min-width: 250px;
		padding: 15px;
	    height: 280px;
			}

			#ESO .login {
				background-color: #fff;
				display: block;
				font-family: "Open Sans";
				font-size: 20px;
				font-weight: bold;
				margin-top: 15px;
				padding: 15px;
				text-align: center;
				width: 98%;
					}

		#secondaryPage-ESO{		
		background-color: rgba(333, 333, 333, 0.5);
		box-shadow: 0 0 3px 3px rgba(99, 98, 97, 0.5);
		margin: 20px 0 0 48px;
		width: 12%;
        border-radius: 20px;
		min-width: 250px;
		padding: 15px;
	    height: 280px;
		}
		.loginBtn{
			color: #211B72;
			font-size: 28px;
			text-align: center;
            font-weight: bolder;
		}
			#secondaryPage-ESO .login {
				background-color: #fff;
				display: block;
				font-family: "Open Sans";
				font-size: 20px;
				font-weight: bold;
				margin-top: 15px;
				padding: 15px;
				text-align: center;
				width: 98%;
					}

 #nav{
        
		background-color: #FE0988;
		box-shadow: 5px 5px 5px #777;
		height: 40px;
		width: 195px;
		border-radius: 8px;
		padding: 5px;
		margin: 5px 0 0 55px;
		 }
			.sideNav {
			float: left;
			margin-top: 15px;
			width: 100%;
		}
					 .sideNav a{
					background-color: #FFF;
					box-shadow: 2px 2px 2px #777;
					width: 100%;
					border-radius: 8px;
					border: 3px solid #A3ACCE;
					padding: 0.5em;
					font-size: 1.75em;
					font-weight: bold;
				    display: block;
					text-align: center;
					text-decoration: none;
					 margin-left: 20px;
							 }

    #center {
        min-height: 300px; 
        
    }
	.main {
		background-color: #fff;
		display: block;
		float: right;
		width: 70%;
		margin: 1em;
		box-shadow: 2px 2px 2px #777;
		padding: 25px;
		font-size: 14px;
	}
.columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	background-color: #FFF;
	display: block;
	float: right;
	width: 100%;
	box-shadow: 2px 2px 2px #777;
	padding: 25px;
	font-size: 14px;
	}
#btmBoxes{
	padding-top: 1.5em;
}
    .box{
        float: left;
		border-radius: 20px;
		border: 3px #EEE9D9 solid;
		margin: 7px;
		overflow: hidden;
		box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
		display: block;
		text-decoration: none;
    }
		.box a{
		}
		.box span{
			display: block;
			text-align: center;	
			padding: 0.25em 0;
			background-color: #FFF;
			font-weight: bold;
			font-size: 2em;
		}
		.box img{
			width: 100%;
		}
    /*box colors so we can see them*/
        #box1{
         background-color: #4A5A98;   
		 color: #4A5A98;
        }
        #box2{
         background-color: #4A5A98;   
		 color: #4A5A98; 
        }
        #box3{
         background-color: #4A5A98;
		 color: #4A5A98; 
        }
footer{
    background-color: #80A2BF; 
    min-height: 135px;
    border-top: #01467F solid 35px;
    text-align: center;
}
    #insideFooter img{
		margin: 0 0 20px 0px;
        padding: 20px; 
        
    }
/********************************/
/*******3rd PARTY LEAVING********/
/********************************/
	#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: #102E56;
			border: 5px solid #FFF;
			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,#extDis a.continueBtn:focus,#extDis a.closeBtn:focus {
				background-color: #FAE752;
				color:#000;
			}
			#extDis a.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;
				display: inline-block;
			}


/********************************/
/*******bank disclosure********/
/********************************/
	#bankDis {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: 1000;
	}
		#bankDis h2{
			text-align: center;
		}

		#bankDis .extDisMsg {
			background-color: #102E56;
			border: 5px solid #FFF;
			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: 70%;
			font-size: 1.2em;
		}
			#bankDis .extDisMsg p{
				padding: 0 0 20px 0;
			}
		#bankDis .extDisBg {
			position: absolute;
			width: 100%;
			height: 100%;
			background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
		}
			#bankDis a.continueBtn:hover,#bankDis a.continueBtn:focus,#bankDis a.closeBtn:focus {
				background-color: #FAE752;
				color:#000;
			}
			#bankDis a.closeBtn, #bankDis 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;
				display: inline-block;
			}

/*/////////////////Rates//////////////////////*/


				#rates_container{
					
				}
				.rates_effective{
					clear: both;	
				}
				.rates_nav{
					clear: both;
					display: block;
					text-align: center;
				}
				.rates_button{
					background: #01467f;
					color: #FFF;
					padding: 5px;
					text-decoration: none;
				}
				.rates_table{
					width: 100%;
					border-collapse: collapse;
				}
				.rates_header{
					font-weight: bold;
					font-size: 18px;
					
				}
				.rates_title{
					background-color: #8EC3EA;
				}
				.rates_bold{
				}
				.rates_notes{
					font-size: 10px;
					font-style: italic;
				}
				.rates_subheader{
				}
				.rates_linespace{
				}
				.rates_aRow{
					background: #01467f;
					color: #fff;
				}
				.rates_standard{
					
				}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////


			/*News*/
				.news_title{
					font-weight: bold;
					margin: 1em 0;	
				}
				.news_title p{
					margin: 0;	
					display: inline;
				}
				.news_details{
					
				}
		#button{
		background-color: #336C7E;
		height: 40px;
		border-radius: 8px; 
		padding: 5px;
		margin: 20px 0 0 30px;
	    text-shadow: 2px 2px #000;
		box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	}
	
	#button a{
		color: #fff;
	}



/*///////////Calcs///////////////*/

 #calculators a{
		display: block; 
		background-color: #DCDEEA;
		color:#19409D;
		font-weight: bold;
		height: 20px;
		margin:2px;
		padding:2px;
		float: left;
		width: 48%;
		font-size:13px;
	 }
	 #calculators a:hover{
		background-color:#0D38A1;
		color:white;
	 }
	 #calculators strong{
		display: block;
		clear: both;
		font-size: 16px;
		background-color:#8EC3EA;
		color:#01467f;
		padding:5px;
		margin-top: 16px;
	 }
	 .calculatorSection{
		width: 100%;
		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{}



.icon_wrap{
	display: flex;
	align-items: end;
	flex-flow: row-reverse;
}

.fontImg{
	display: inline-block;
    vertical-align: bottom;
}