/*COLORS

*/
/*
red - #B20000;
blue - #001689;

*/

/*RESETS*/
html,body{
    margin: 0;
    padding:  0;
	box-sizing: border-box;
	font-family: "Open Sans" !important;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body{
   font-size: 20px; /*Base font here*/ 
	
}
img{
    border: none;
    display:  block;
	background-image: url(../images/hexBranding.jpg;)
}

/*CSS for vertical baner for salliemae*/
.vertBan{
	    float: left;
    padding: 0px 20px;
	margin-top: -20px;
}

.contain2 .circleImg{
	clear:none;
}

/*LAYOUT CLASSES*/
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.contain:after{
    content: "";
    display: table;
    clear: both;
}
.contain2{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.contain2:after{
    content: "";
    display: table;
    clear: both;
}
a{text-decoration: none; color: #001689}
a:hover{text-decoration: underline;}
ul.navList{
     padding: 0;
     margin: 0;
     list-style: none;
}
.inside{
    padding: 1em;   
}
h2{
	color: #B20000;
	color:#00418e;
}
/*MAIN LAYOUT*/
header{
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.50);
	position: relative;
z-index: 1000;
}
    #topNav{
	background-color:#00418e;
	/* background-color: #B20000; */
	width: 100%;
	font-family: "Open Sans";
	min-height: 40px;
/*	 font-size: 1.2em;*/
	padding: 0.5em 0;
    }
        #topNav ul li{
		float: left;
/*		width: 15%;*/
		margin: 0 auto;
		text-align: center;
		padding: .5em;
		/*! font-size: .8em; */
        }  
	#topNav ul li:last-child{
		float: right;
        }
            #topNav ul li a{
                color: #FFF;  
            }
#topNav ul li#rn{
	color: #FFF; 
	/* width: 33.2%; */
}
#login{
	font-family: "Open Sans";
	background-color: #FFFFFF;
	border-radius: 0px 0px 10px 10px;
	font-size: 1.3em;
	padding: .2em .8em .1em .8em;
	position: absolute;
	top: -.25em;
	right: 2em;
}
#topNav ul li a#login{
	/*color: #B20000;*/
	color: #000000;
}
#logo{
	width: 30%;
	float: left;
	margin: 20px 0;
}
	#logo img{
		/* width: 100%; */
		/* height: 92px;
       width: 341px; */
   
	}
#menuBtn{
    border: 0;
	  background-color:#00418e;
    /* background-color: #001689; */
    color: #FFF;
    width: 50%;
    font-weight: bold;
	float: left;
    font-size:1.3em;
    display: none;
    padding: 0.5em;
    position: relative;
    z-index: 1000;
	font-family: "Open Sans";
}
#loginBtn{
	    border: 0;
		 background-color:#39b54a;
	    /* background-color: #B20000; */
	float: left;
	    width: 50%;
	    display: none;
	    padding: 0.5em;
	    z-index: 1000;
	    position: relative;
	text-align: center;
		}
.login-btn-sec{
	color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
    font-size: 1.3em;
    font-family: "Open Sans";
}
#loginBtn a, #loginBtn a:visited{
	  color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
	    font-size:1.3em;
	font-family: "Open Sans";
		}
#nav{
	font-family: "Open Sans";
}
#main{
    
}
    #mainContent{

    }
#banner{
	
}
#left, #right{
	float: left;
	width: 48%;
	margin-right: 2%;
}
/*RATES BOX*/
#ratesBackground {
	/* background-color: rgba(255,255,255,1); */
	padding: 3px 0;
	/*box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.50);*/	
	position: relative;
	/* box-shadow:  */
        /* inset 0px 6px 6px 0px rgba(0,0,0,0.50), */
        /* inset 0px -6px 6px 0px rgba(0,0,0,0.50); */
}
#rateBoxes {
	margin-top: 1em;
	margin-bottom: 1em;
}
#rateBoxes .rbox {
	width: 19.2%;
	float: left;
	margin-right: 1.25%;
	border-right: #C4BFAC 1px solid;
	margin-left: -10px;
	font-family: "Open Sans";
}
#rateBoxes .rbox:last-child {
	border: none;
}
#rateBoxes .rbox h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -12px;
	color:#39b54a;
}
#rateBoxes .rbox h2 {
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
}
#rateBoxes .rbox h3 a {
	font-family: "Open Sans";
	/* color: #001689; */
	color:#00418e;
	font-size: 45px;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
	display: block;
}
#rateBoxes .rbox h3 a:hover {
	text-decoration: underline;
}
#rateBoxes .rbox p{font-family: "Open Sans";}
.small {
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	margin: -8px 0 -25px 0;
}
.blue {
	/* background-color: #001689; */
	background-color: #00418e;
	border: #000 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	margin: 20px 0;
	text-align: center;
}
.blue:hover {
	background-color: #001689;
	text-decoration: underline;
}
.blue a {
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border: 1px solid #000;
}
.red {
	/* background-color: #B20000; */
	background-color:#39b54a;
	border: #000 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	margin: 10px 0;
	text-align: center;
}
.red:hover {
	text-decoration: underline;
}
#article1{
	/* background: url('/images/2018_05_peopleJoin3.jpg') no-repeat top right; */
	background: url('../images/2023_11_people_join.jpg') no-repeat top right;
	
	background-color: #B20000;
		/******** original ********/
		/* background-size: auto auto;
		background-size: cover;*/
	
		/******** Parallax ********/
		position: relative;
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		margin-bottom: -1.5em;
		/********background-attachment*******
		fixed = parallax 
		scroll = normal
		************************************/
		
	}
#article1 .inside{
	width: 70%;
	margin-right: 10%;
	position: relative;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	z-index: 1000;
	font-size: 1.2em;
}
.inside p{
	font-family: "Open Sans";
}
.inside h2 a.btn{
	background-color: #FFFFFF;
	border-radius: 50px;
	/* color: #B20000; */
	color:#00418e;
	font-family: "Open Sans";
	padding: .25em 1em;
	text-shadow: none;
	font-weight: bold;
	
}
#contactInfo{
	float: left;
	width: 20%;
	font-size: 1.3em;
}
#contactInfo h2, #contactInfo h3{
	margin-bottom: 0;
}
#mail h3:nth-child(1) {

    margin-top: 0;

}
#contactInfo p{
	margin: 0;
}
#googleMap{
	float: right;
	width: 78%;
}
#googleMap iframe{
	width: 100%;
}
#googleMap img {
    width: 88%;
    float: right;
}
iframe {
    margin: 0 auto 1em auto;
    display: block;

}
.center{text-align: center;}
#btmBoxes{
    margin-top: 1em;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
  }
    #btmBoxes .box{
        background-color:#39b54a;
        /* width: 24%;
        float: left;
        margin-right: 1%; */
		margin: 0 0.5rem;
		width: 24%;
    }
    /* #btmBoxes .box:last-child{
        margin: 0;
    } */
        #btmBoxes .box ul{
            margin: 0;
            padding: 0;
            list-style: none;
        }
		#btmBoxes .box a{
		    color: #FFFFFF;
			text-align: center;
			font-size: 1em;
			font-family: "Open Sans";
		}

#btmBoxes .box h3{
            	margin-top: 0;
		text-align: center
        }
.inside i {
    color: #FFF;
	margin-right: .5em;
	font-size: 1.5em;
}
footer{
    min-height: 100px;/*Temp*/
    background-color: #FFF;
	box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.50);
    padding-top: 1em;
}
#regInfo p:first-child, #regInfo p:last-child{
	width: 15%;
}
#NCUA{width: 100%}
#EHL{width: 60%;}
#regInfo p{
	float: left;
	width: 33%;
	margin-right: 1%;
}
#footerInfo{
	text-align: center;
}
.circleImg{ 
	width: 50%;
	max-width: 600px;
	float: right;
	border-radius: 50%;
	animation: pop 1s;
	clear: both;
}
#loans{
	margin-right: 6em;
}
/********************************/
/************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;
}
/********************************/
/*******Secondary Pages********/
/********************************/
h1:nth-child(1){
	margin-top: 0;
}
main{
	margin-bottom: 1.5em;
}
#secondaryExample {
    background-image: url(../images/bridge3.jpg);
	background-color: #000;
    background-size: cover;
    min-height: 5em;
    color: #FFFFFF;
    text-align: center;
    padding-top: 2em;
    text-shadow: 1px 1px 1px #000;
    font-size: 3em;
	background-position: center;
}
#secondaryExample2 {
    background-image: url(../images/notForUse.jpg);
	background-color: #000;
    background-size: cover;
    min-height: 5em;
    color: #FFF;
    text-align: center;
    padding-top: 2em;
    text-shadow: 1px 1px 1px #000;
    font-size: 3em;
	background-position: center;
}
/*about us page - join table */
#join{
	border-collapse: collapse;
  	width: 60%;
	margin: 0 auto;
	text-align: center
}
#join th {
    border: 2px solid #000;
    padding: .5em;
}
#join td{
    border: 1px solid #000;
    padding: .5em;
} 
#join tr:nth-child(even){background-color: #f2f2f2;}

        	/********************************/
            /*******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: #EEE;
                    border: 5px solid #011689;
                    border-radius: 10px;
                    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
                    color: #000;
                    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: #B20000; */
                    background-color:#39b54a;
                    color:#FFF;
                    
                }
                #extDis a.closeBtn, #extDis a.continueBtn {
                    background-color: #FFF;
                    display: inline;
                    font-weight: bold;
                    margin: 10px 20px 0px 0px;
                    padding: 10px 20px;
                    border-radius: 10px;
                    cursor: pointer;
                    text-decoration: none;
                }
/********************************/
/*******Rates page********/
/********************************/
#rates_container {
	
}
.rates_effective {
	clear: both;
}
.rates_nav {
	padding: 20px;
	text-align: center;
	clear: both;
}
 .rates_button {
	margin-right: 10px;
	display: inline-block;
	text-decoration: none;
	padding: 0.5em;
	border-radius: 0 20px 20px 20px;
	background-color: #B20000;
	color: #FFF;
	font-weight: bold;
	}
.rates_button:hover {
background-color:  #011689;
text-decoration: underline;
	color:  #FFFFFF;
	
}
.rates_button:visited {
	color:  #FFFFFF;
	 
}
.rates_table {
	width: 100%;
	border-collapse: collapse;
}
.rates_header {
	font-size: 1.3em;
	font-weight: 800;
	color: #B20000;
	text-transform: capitalize;
	
}
.rates_title {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
		background-color: #011689;
	padding: .5em 0 .5em 0.3em;
}
.rates_bold {
	background-color: #0081C4; 
	font-size: 14px;
	color: #fff;
}
.rates_notes {
	font-size: 0.75em;
	font-style: italic;
}
.rates_subheader {
	background-color: #0081C4;
	font-size: 14px;
	color: #fff;
}
.rates_linespace {
}
.rates_aRow {
	background-color: #EEEEEE;
}
.rates_standard {
}
/********************************/
/******* Sitemap  ********/
/********************************/

.sitemap{
	border-collapse: collapse;
	width: 80%;
	margin: 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: #B20000; */
	background-color:#00418e;
    color: #FFFFFF;
}
.tab2em{
	padding-left: 2em;
}
/********************************/
/******* Financial Calculators ********/
/********************************/

	 #calculators a{
		display: block; 
		background-color: #EEE;
		color:#001689;
		font-weight: bold;
		/*height: 20px;*/
		margin:2px;
		padding:2px;
		float: left;
		width: 49.6%;
		font-size: .9em;
	 }
	 #calculators a:hover{
		background-color: #39b54a;
		/* background-color:#B20000; */
		color: #FFFFFF;
	 }
	 #calculators strong{
		display: block;
		clear: both;
		font-size: 1em;
		background-color:#39b54a;
		/* background-color:#B20000; */
		color:white;
		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{}





/********************************/
/******* News ********/
/********************************/
.news_title {
	font-size: 2em; 
	color: #B20000;
}

/********************************/
/******* Animations ********/
/********************************/
@keyframes pop{
	from {  
		opacity: 0;
		transform: scale(0.5);
	}
    to   { opacity: 1;}
}
.flex-next{
	color:#39b54a !important;
}
.flex-prev{
	color:#39b54a !important;
}
	

.mobile_logo{
	display: none;
}
.desktop_logo{
	display: block;
}
.desktop_logo img{
	height: 92px;
	width: 341px;
}