

/*RESETS*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html,body{
	font-family: "Open Sans" !important; 
    margin: 0;
    padding:  0;
}
Select.html,textarea,input{ 
    font-family: "Open Sans" !important; 
}
body{
   font-size: 17px; /*Base font here*/ 
}
.vh{  
            border: 0;
              clip: rect(0 0 0 0);
              height: 1px;
              margin: -1px;
              overflow: hidden;
              padding: 0;
              position: absolute;
              width: 1px;
        }
img{
    border: none;
    display:  block;
}
/*LAYOUT CLASSES*/
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    width: 88%;
    margin: auto;
	max-width: 1500px;
}
.contain:after{
    content: "";
    display: table;
    clear: both;
}
.special{
	font-size: 12pt;
	}
.small{
	font-size: 12px;
}
/*MAIN LAYOUT*/


@media only screen and (min-width : 0px) and (max-width :1300px) {
	.contain{
	            /* width: 1100px; */
        width: 965px;
    	margin: auto;
	}
}


h1{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbe9fb+0,ffffff+41&1+0,0+100 */
	/*background: -moz-linear-gradient(left, rgba(187,233,251,1) 0%, rgba(255,255,255,0.59) 41%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, rgba(187,233,251,1) 0%,rgba(255,255,255,0.59) 41%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, rgba(187,233,251,1) 0%,rgba(255,255,255,0.59) 41%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbe9fb', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	color:#003346;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	padding: 10px;
	
	}
h2{
	color:#003346;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 10px 10px 0px;
	}
h3{
	text-transform: uppercase;
	color:#003346;;
	}
h4{
	font-size: 16pt;
	text-transform: uppercase;
	}	
h5{	font-size: 12pt;}	
.btn{
	background-color: #6c6d6f;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
	}
#headerBackground{
	background-image:url(/images/2016_09_header.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	}
header{
    min-height: 350px; /*Temp Style: Remove when you add logo*/
	position: relative;
}
    #logo{
        background-color: #999; /*Temp Style: Remove when you add logo*/
        min-height: 100px; /*Temp Style: Remove when you add logo*/
        width: 25%; /*Temp Style: Adjust as needed*/
        float: right;
    }  
        #logo img{
            margin: auto;
        }
	#logoSVG{

		filter: drop-shadow(3px 3px 2px rgba(108, 109, 111, 0.8));
		padding-top: 100px;
		}
	#ovalNav{
		width: 200px;
		height: 100px;
		background-color: #FFF;
		box-shadow: 3px 3px 3px #666;
		moz-border-radius: 100px / 50px;
		-webkit-border-radius: 100px / 50px;
		border-radius: 100px / 50px;
		margin: -30px 0 0 10px;
		float:left;
		list-style: none;
		position: relative; 
		z-index: 300;
		padding-top: 5px;
		margin-right: 10px;
		}
		#ovalNav a{
			font-size: 13px;
			color: #374A8A; 
			text-decoration: underline;
			margin: 35px 0 0 5px;
			font-family: "Open Sans"; 
			font-weight: normal;
			text-decoration: none;
			}
		.fa{
			color: #374a8a;
		}
    nav{
		background-color: #FFF;
		border-top: 12px solid #01a6de;
		box-shadow: 5px 5px 5px #666;
		max-height: 3em;
		position: relative;
    }
        nav ul{
            padding: 0;
            margin: 0;
            list-style: none;
        }
            nav li{
                float: left;
            }
                nav a{
					color: #6c6d6f;
					display: inline-block;
					font-family: "Open Sans";
					font-size: 24px;
					padding: 3px 1em 0;
					text-decoration: none;
	                }
/* Style The Dropdown Button */
.dropbtn {
	background-color: #09599E;
    color: #fff;
	font-family: "Open Sans";
	font-size: 22px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	z-index: 500;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #003346;
	display: block;
	font-family: "Open Sans";
	font-size: 16px;
	padding: 3px 1em 0;
	text-decoration: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #AFDCFB}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #003346;
	color: #FFFFFF;
}

#mainNoContain{
	border-top: 12px solid #01A6DE;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#226fa3+0,ffffff+100 */
	background: #226fa3; /* Old browsers */
	background: -moz-linear-gradient(top, #226fa3 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #226fa3 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #226fa3 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#226fa3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	margin-top: -33px;
	}				
#main2{
    position: relative;
	
}
    aside{
   /* background-image: url("../images/2016_09_olbCS.png");*/
    background-repeat: no-repeat;
    height: 100%;
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
    z-index: 2; 
    }
	#olb{
		background-color: rgba(255,255,255,0.5);	
		border-radius: 20px;
		border: solid #FFF 5px;
		box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
		width: 330px;;
		margin: auto;
		float:right;
		
	}
		#olb .title{
			font-size: 2.5em;
			font-weight: 800;	
			display: block;
			color: #003346;
			padding: 0.25em;
			text-align: center;
			background-color: rgba(255,255,255,0.75);
		}
		#olb .title .fa{
			color: #003346;
		}
		#olb .loginBtn{
			background-color: #09599E;
			font-size: 1.5em;
			color: #FFF;
			display: block;
			width: 80%;
			margin: 1em auto;
			padding: 0.5em;
			border-radius: 10px;
			text-decoration: none;
			font-weight: bold;
		}
		#olb .loginBtn:hover{
			background-color: #01A6DE;
		}
		#olb .loginBtn .fa{
			color: #FFF;	
		}
    #banner{
		clear:both;
		top: -33px;
		position: relative;
    }
.secondaryMain{
	background-color:#FFF;
	margin-top: -30px;
	padding: 30px 0;
}
.inside{
	}
	.insideLeft{
		float: left;
		width: 80%;
		padding: 48px 40px 40px 40px;
	}
	.insideLeft .hidden_h1{
		  position: absolute; 
		  overflow: hidden; 
		  clip: rect(0 0 0 0); 
		  height: 1px; width: 1px; 
		  margin: -1px; padding: 0; border: 0; 	
	}
	/*.insideLeft img{width: 550px; text-align: center;}*/
	
	.insideLeft{
		padding-top: 0;
	
	}
	.insideLeft, #specials .insideRight{
		margin-bottom: 3em;
	}
	
.insideLeft .txt-head{
	font-family: "Open Sans";
	font-size: 24px;
	font-weight:900;
	margin: 0px;
}
.insideLeft .txt-head-top{
	font-family: "Open Sans";
	font-size: 20px;
	font-weight:900;
	margin: 0px;
}	
	
	.insideFull{
		padding: 0px 40px 40px;
		clear: both;
	}
	
	.sideImg{
		width:100%;
		max-width: 250px;	
		min-width: 150px;
		padding-right: 40px;
		padding-bottom: 10px;
	}
	.headerImg{
		width: 100%	
	}
	.middImg{
		width: 50%
	}
	.hiddenHeader{
		display: none;
	}
	
	
	.insideRight{
		float: left; 
		width: 20%;
	}
	.special {
	}
		.special h2 {
			margin-top: 0;
			padding-left: 0;
		}
		.special h3 {
			margin-bottom: 0;
		}
		.special .close {
			margin-bottom: 0;
			margin-top: 0;
		}
	.note {
		font-size: 7pt;
		font-style: italic;
	}
#btmBoxes{ 
	margin: 50px auto;  
}
    .box{
        background-color: #EEE; 
        float: left;
        width: 32%;
        min-height: 450px; /*Temp Style: Remove when you add content to box*/
    }
    /*box colors so we can see them*/
        #box1{
         /*background-color: rgba(255,255,255,0.3);*/
		 margin-right: 2%; 
		 font-weight: bold;
		 border-radius: 10px;
        }
			#box1 p{
			padding-top: 25px;
			font-size: 23px;
			color: #003346;
			text-align: center;
		 }
        #box2{
         /*background-color: rgba(255,255,255,0.3);*/   
		 border-radius: 10px;
        }
        #box3{
        /* background-color: rgba(255,255,255,0.3);*/
		 border-radius: 10px;
		 margin-left: 2%;
		 color:#216EA3 ;
		 font-weight:bold ;
		 color: #3E6489;
        }
	.boxTitle{
		background-color: rgba(255,255,255,0.4);
		color: #003346;
		padding: 10px;
		border-radius: 10px;
		text-align: center;
		font-family: "Open Sans";
		font-size: 30px;
		font-weight: bolder;
		text-shadow: 2px 2px 3px #000;
		letter-spacing: 1px;
		}
		.quickLinks a{
			color: #003346;
			font-size: 17px;
			font-weight: bolder;
			text-decoration: none;
			/*text-shadow: 0px 1px 2px #666;*/
			text-transform: uppercase;
			/*background-color: #FFF;*/
			/*background-color: rgba(255,255,255,0.50);*/
			display: block;
			border-radius: 15px;
			margin: .40em 20px;
			position: relative;
			min-height: 60px;
			background-repeat: no-repeat;
			font-family: "Open Sans";
			letter-spacing: 2px;
			text-align: center;
		}
			.quickLinks a:before{
			  content: url('/images/2017_01_deco_bullet.png'); 
			  position: absolute; 
			  left:-15px;
			  top:-23px;
			  
			}
			.quickLinks a:after{
			  content: url('/images/2017_01_deco_bullet.png'); 
			  position: absolute; 
			  right:-15px;
			  top:-23px;
			  
			}
	
			/*	a.quickLinks_small {
					font-size: 23px;
					padding-top: 0.5em;
				}
			*/
			
		.border{
			border: solid 1px #fff;
			display: block;
			margin: 70px auto 40px auto;
			text-align: center;
			width: 80%;
			word-wrap: break-word;
		}	
		#mobileAccess{
			font-size: 35px;
			color: #3E6489;
			text-transform:uppercase;
		}
		#mobile{
			font-size: 25px;
			color: #3E6489;
			text-transform:uppercase;
			padding: 10px;
		 }	
footer{
    min-height: 100px; /*Temp Style: Remove when you add content to footer*/
    background-color: #BBB; 
	border-top: 12px solid #FD0100;
}
.footer{
	font-family: "Open Sans";
	font-size: 13px; 
	color: #000;
	text-align:center;
	padding: 30px 0 20px 0;
	}
.footer img{
	float: left;
	margin: 20px 25px 0 25px;
	}
.footerText{
	margin-left:25px;
	font-weight:bold;
	float: left;
	}
	.footerText a{
		font-size: 20px;
		color: #003346;
		}	
footer:after{clear: both;}	

/********************************/
/************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;
}
/********************************/
/************Form********/
/********************************/
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #2571A4;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #01A6DE;
}

.form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
	width: 50%;
}
/********************************/
/*******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: #FFF;
		border: 5px solid #01A6DE;
		border-radius: 10px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
		color: #333;;
		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: #01A6DE;
		color: #FFF;
		display: inline;
		font-weight: bold;
		margin: 10px 20px 0px 0px;
		padding: 10px 20px;
		border-radius: 10px;
		cursor: pointer;
		text-decoration: none;
	}
/********************************/
/**********CALCULATORS***********/
/********************************/
	#calculators a {
		display: block; 
		background-color: #ADDCF8;
		color: #27398D;
		font-weight: bold;
		height: 35px;
		margin: 2px 4px 2px 0;
		padding: 2px;
		float: left;
		width: 49.8%;
		font-size: 13px;
	}
	#calculators a.last {
		margin: 2px 0;
		width: 49.8%;
	 }
	#calculators a:hover {
		background-color: #00A4E4;
		color: white;
	}
	#calculators strong {
		display: block;
		clear: both;
		font-size: 16px;
		background-color: #6C6D6F;
		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{}
/* ========
	Rates
   ===== */
	#rates_container {
	}
	.rates_effective {
		clear: both;	
	}
	.rates_nav {
		clear: both;	
	}
	.rates_button {
		background: #e2e2e2;
		color: #003346;
		font-weight: bold;
		padding: .3125em;
		text-decoration: none;
	}
		.rates_button:hover {
			background: #999;
			color: #FFF;
			padding: .3125em;
			text-decoration: none;
		}
	.rates_table {
		width: 100%;
		border-collapse: collapse;
	}
	.rates_header {
		color: #003346;
		font-size: 24px;
		font-weight: bold;
		padding: 10px 0;
		text-transform: uppercase;
	}
	.rates_title {
		background: #6C6D6F;
		color: #FFF;
		font-weight: bold;
	}
	.rates_bold {
	}
	.rates_notes {
		font-size: 0.75em;
		font-style: italic;
	}
	.rates_subheader {
		color: #003346;
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		text-transform: uppercase;
 	}
	.rates_linespace {
	}
	.rates_aRow {
		background: #CCC;
	}
	.rates_standard {
	}
/********************************/
/******* Sitemap  ********/
/********************************/

.sitemap{
	border-collapse: collapse;
	width: 80%;
	margin: 0 auto 2em auto;
	
}
.sitemap td, .sitemap th {
    border: 1px solid #ddd;
	padding: 8px;
}
.sitemap tr:nth-child(even){background-color: #f2f2f2;}

.sitemap th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #09599E;
    color: #FFFFFF;
}
.tab2em{
	padding-left: 2em;
}
        
.security-alert {
    background: white;
    border: 7px solid red;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.special-section-heading{
	font-size:25px;
}
.hide_div
{
	display:none;
}

footer .fontImg{
	display: inline;
	vertical-align: bottom;
	margin: 0 1rem;
	float: unset;
}
.insideRight1{
	    float: left;
    width: 10%;
}