/*COLORS
Light Blue: #4D649A
Blue #1D3E83
Gold: #B6AC27
Dark Blue: #141361

*/

/*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; /*Base font here*/ 
   font-family
}
img{
    border: none;
    display:  block;
}


/*LAYOUT CLASSES*/
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    max-width: 1200px;/*Container width here*/
    margin-right: auto;
    margin-left: auto;
}
.contain:after{
    content: "";
    display: table;
    clear: both;
}
ul.navList{
     padding: 0;
     margin: 0;
     list-style: none;
}
     ul.navList li a{
             text-decoration:  none;
        }
.inside{
    padding: 1em;   
}
.col_50{
	float: left;
	width: 50%;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex > *{
	flex-basis: 0;
	flex-grow: 1;
	
}
.repo_pics > * img{
	height: 200px;
    display: block;
    margin: auto;
	padding: 0.5em;
	
}
/* COLOR CLASSES */
.grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d3e83+0,141361+100 */
	background: rgb(29,62,131); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(29,62,131,1) 0%, rgba(20,19,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(29,62,131,1) 0%,rgba(20,19,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(29,62,131,1) 0%,rgba(20,19,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3e83', endColorstr='#141361',GradientType=0 ); /* IE6-9 */	
	color: #FFF;
}

.grad_2{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6ac29+0,e5e1b2+36,e5e1b2+61,b6ac29+100 */
	background: rgb(182,172,41); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(182,172,41,1) 0%, rgba(229,225,178,1) 36%, rgba(229,225,178,1) 61%, rgba(182,172,41,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(182,172,41,1) 0%,rgba(229,225,178,1) 36%,rgba(229,225,178,1) 61%,rgba(182,172,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(182,172,41,1) 0%,rgba(229,225,178,1) 36%,rgba(229,225,178,1) 61%,rgba(182,172,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6ac29', endColorstr='#b6ac29',GradientType=1 ); /* IE6-9 */	
	padding: 1px 0;
}

.content_btn{
	background-color: #1D3E83;
	display: inline-block;
	margin: 0.25em;
	padding: 0.5em;
	border-radius: 0.25em;
	color: #FFF;
}
.content_btn:hover{
	background-color: #1A3179;
}

/*MAIN LAYOUT*/
body{
	background-color: #1D3E83;
}

header{
    background-color: #FFF;
	background-image: url('../images/background.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 400px auto;
}
	#topBar{
		background-color: #B6AC27;	
		min-height: 1.5em;
	}
		#topBar img{
			float: left;	
		}
		#topBar img:last-child{
			float: right;	
		}
	#topLinks{
		background-color: #141361;
		min-height: 1.5em;
		border-top: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
		#topLinks ul{
			float: right;
			}
			   #topLinks ul li{
				   float: left;   
				   text-align: center
				}
					#topLinks ul li a{
						padding:  0.5em 1em;
						display: block;
						color: #FFF;
						font-size: 0.8em;
						font-weight: bold;
					}
		#date{
			background-color: #B6AC27;
			float: right;
			padding:  0.5em 1em;
			font-size: 0.8em;
			font-weight: bold;
		}
    #logo{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+9,1+90,0+100 */
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
		padding: 1em;
		display: block;
		width: 45%;
    }
		#logo img{
			width: 100%;	
		}
/*nav{
    min-height: 2em;
	font-weight: bold;
	font-size: 14px;
}
   nav ul li{
       float: left;   
	   padding: 0 2%;
       text-align: center
    }
        nav ul li a{
            padding:  1em 0;
            display: block;
            color: #FFF;
        }*/

#main{
    background-color: #FFF;
    
}
	h2.grad_2{
		margin: 0;	
		padding: 0.5em;
		font-size: 1.25em;
	}
    #menuBtn, #loginBtn{
        display: none;
        width: 50%; 
        float: left;
        color: #FFF;
        text-align: center;
        padding: 0.5em 0;
		font-size: 1.25em;
		cursor: pointer;
		text-decoration: none;
    }
    #menuBtn{
        background-color: #1C3C81;
    }
    #loginBtn{
        background-color: #B6AC27;
    }
	#homeContent{
		background-color: #4D649A;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		background-image: url('../images/2016_08_background.jpg');
		background-size: 50%;
		background-position: center center;
	}
		#alert{
			color: #FFF;
			background-color: #C00;
			font-weight: bold;
			padding: 0.5em 1em;
			font-size: 0.8em;	
			
		}
			#alert p{
				margin: 0.25em 0;
			}
		#leftBanner,
		#rightBanner{
			width: 35%;
			float: left;
		}
		#olb{
			width: 30%;
			float: left;
			color: #151865;
			text-align: center;
			
		}
			#olb h1{
				background-color: rgba(121, 139, 179, 0.8);
				margin: 0;
				padding: 0.5em 0;
				font-style: italic;
				text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
				font-size: 1.25em;
			}
				a#signin{
					background-color: rgba(182, 172, 39, 0.75);
					display: block;
					padding: 0.25em;
					border: #C6C15B 1px solid;
					color: #FFF;
					font-weight: bold;
					text-decoration: none;
					font-size: 1.4em;
					box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
					width: 50%;
					margin: 0.5em auto;
					text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
					
				}
				a#signup{
					border: 1px solid #FFF;
					display: block;
					padding: 0.25em;
					color: #FFF;
					text-decoration: none;
					font-size: 1.25em;
					box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
					width: 50%;
					margin: 0.5em auto;
					text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
					font-style: italic;
					font-family: "Open Sans";
				
				}
				a#signin:hover,a#signup:hover,{
					background-color: rgba(255, 255, 255, 0.20);
					border: 1px #FFF solid;
				}
     
               .adrs{
					
				font-size: 0.8em;
					
					}

		.inside{
			padding: 1em;	
		}
		.inside h1{
			color: #1D3E83;	
		}
		#calculators a{
			display: block; 
			background-color: #dcdeea;
			font-weight: bold;
			color: #1D3E83;
	
			margin:2px;
			padding:1%;
			float: left;
			width: 30.5%;
			border-radius: 4px;
			font-size: 1.1em;
			text-decoration: none;
		 }
		 #calculators a:hover{
			background-color: #E8E3CD;
		 }
		 #calculators strong{
			display: block;
			clear: both;
			padding:5px;
			font-size: 1.25em;
			margin-top: 16px;
		 }
		 .calculatorSection{
			width: 100%;
			float: left;
			margin: 5px;
		 }
		 #prsnpl a{ width: 47%;}
		 #lease  a{}
		 #prsnfi a{ width: 97%;}
		 #retire a{ width: 97%;}
		 #invest a{ width: 47%;}
		 #home   a{ width: 97%;}
		 
		 #prsnpl {}
		 #lease  {}
		 #prsnfi {}
		 #retire {}
		 #invest {}
		 #home   {}
		
		 #prsnpl strong{}
		 #lease  strong{}
		 #prsnfi strong{}
		 #retire strong{}
		 #invest strong{}
		 #home   strong{}



footer{
	background-color: #FFF;
	padding: 1px 0 0 0;
    font-size: 0.8em;
	text-align: center;
	
}
	#eho{
		float: left;
		padding: 1em;	
	}
		#eho img{
			float: left;
		}
	#ncua{
		float: right;	
		width: 60%;
		padding: 1em;
		text-align: left;
	}
		#ncua p{
			margin-top: 0;
		}
		#ncua img{
			float: left;
			padding-right: 10px;
		}
	#stolen{
		padding: 0.5em;
		color: #FCF576;
	}
	#footerLinks{
		
	}
		#footerLinks ul{
			width: 80%;
			margin: auto;	
		}
		   #footerLinks ul li{
			   float: left;   
			   width: 25%;
			}
				#footerLinks ul li a{
					padding:  1em 0;
					display: block;
					color: #FFF;
					font-weight: bold;
				}
				
	/****************/
	/*****RATES******/
	/****************/
		#rates_container{
			
		}
		.rates_effective{
			clear: both;	
			padding: 1em 0;
		}
		.rates_nav{
			clear: both;	
		}
		.rates_button{
			margin-right: 10px;
			background-color: #E5E1B2;
			border-radius: 5px;
			color: #17216C;
			padding: 0.5em;
			text-decoration: none;
			font-weight: bold;
			display: inline-block;
			margin: 5px 0;
		}
		.rates_button:hover{
			background-color: #B6AC27;
		}
		.rates_table{
			width: 100%;
			border-collapse: collapse;
		}
		.rates_header{
	        font-size: 1.5em;
			font-weight: bold;

		}
		.rates_title{
			font-weight: bold;
			color: #182770;
			font-size: 1.5em;
		}
		.rates_bold{
			font-weight: bold;
		}
		.rates_notes{
			font-size: 0.75em;
			font-style: italic;
		}
		.rates_subheader{
		}
		.rates_linespace{
		}
		.rates_aRow{
			background-color: #F1EFE2;
		}
		.rates_standard{
			padding: 5px;
		}
	/****************/
	/******News******/
	/****************/
	
	#news{
		padding: 0.5em;
		margin: auto;
	}
		.news_title a{
			font-weight: bold;
			margin: 1em 0;	
			text-decoration: none;
			color: #1D3E83;
			padding: 0.25em;
			display: block;
		}
		.news_title a:hover{
			text-decoration: underline;
		}
		.news_title p{
			margin: 0;	
			display: inline;
		}
		.news_details{
			
		}
		
/********************************/
/*******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: #1D3E83;
		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 {
		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;
	}

/********************************/
/************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;
}
			

