/*COLORS
L Green - #638129
D Green - #3F521B
Tan - #E1D7BC
Teal - #6DA6B1
D Teal - #346D7E
*/

/*RESETS*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html,body{
	 font-family: "Open Sans" !important; 
    margin: 0;
    padding:  0;
}
body{
   font-size: 16px; /*Base font here*/ 
   font-family: "Open Sans";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+12,3f521b+68 */
	background: #3f521b; 
	background: -moz-linear-gradient(top, #ffffff 12%, #3f521b 68%); 
	background: -webkit-linear-gradient(top, #ffffff 12%,#3f521b 68%); 
	background: linear-gradient(to bottom, #ffffff 12%,#3f521b 68%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3f521b',GradientType=0 ); 
}
.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;
}
a{decoration: none;}
a:hover{text-decoration: underline;}
.secondaryPg h1{
	/*background: -moz-linear-gradient(left, rgba(99,129,41,1) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(left, rgba(99,129,41,1) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to right, rgba(99,129,41,1) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6638129', endColorstr='#00000000',GradientType=1 ); */
	background-color: #3F521B;
	color: #FFF;
	text-shadow: 1px 2px 1px #000;
	font-family: "Open Sans";
	font-size: 35px;	
	margin-left: -15px;
	padding: 5px 10px;
	width: 90%;
	}
.secondaryPg h2{
	/*background: -moz-linear-gradient(left, rgba(52,109,126,1) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(left, rgba(52,109,126,1) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to right, rgba(52,109,126,1) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6638129', endColorstr='#00000000',GradientType=1 ); */	
	background-color: #3E7C92;
	color: #FFF;
	text-shadow: 1px 2px 1px #000;
	font-family: "Open Sans";
	font-size: 28px;	
	margin-left: -15px;
	padding: 5px 10px;
	width: 60%;
	}
.secondaryPg h3{
	background: -moz-linear-gradient(left, rgba(109,166,177,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(109,166,177,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(109,166,177,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6638129', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */	
	color: #FFF;
	text-shadow: 1px 2px 1px #000;
	font-family: "Open Sans";
	font-size: 22px;	
	margin-left: -15px;
	padding: 5px 10px;
	width: 40%;
	}

/*LAYOUT CLASSES*/
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    width: 1105px;/*Container width here*/
    margin: auto;
}
.contain:after{
    content: "";
    display: table;
    clear: both;
}
.left{
	float: left;
	padding-left:30px;
	padding-top: 20px;
	}
	@media screen and (max-width:1024px) {
	.left{
	padding-left:20px
	}
	}
.right{
	float: right; 
	}
.right:after{
	clear: both;
	}

.secondaryPg{
	margin-top: 50px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	min-height: 450px;	
}
.inside{
	padding: 15px;
}
	#holidays + p + ul {
		list-style: none;
	}
		#holidays + p + ul li {
			margin: 5px 0;
		}
			#holidays + p + ul li:before {
				color: #64822B;
				content: "\00BB \0020";
			}
	#links {
		width: 50%;
	}
/*MAIN LAYOUT*/
.overlay{
	background-color: #3e5b65;
    min-height: 85px;
    position: relative;
	z-index: 150;
}
header{
    position: relative;
}	
	#uBox {
		background-color: #3e7c92;
		border-radius: 0 0 40px 40px;
		float: left;
		height: 120px;
		position: absolute;
		right: 35%;
		width: 30%;
	}       
h1 #name{margin: 0;}
	#name {
		color: #fff;
		display: inline-block;
		font-family: "Open Sans";
		font-size: 27px;
		padding-left: 15px;
		padding-top: 0;
		text-align: center;
		text-decoration: none;
		margin-top: 17px;
	}
    nav{
        z-index: 50;
		top: 10px;
		position: absolute;
    }
        nav ul{
            padding: 0;
            margin: 0;
            list-style: none;
        }
            nav li{
                float: left;
				text-align: center;
				padding: 0 2%;
            }
			.dot{
				color: #FFF;
				display: inline-block;
				padding: 25px 3% 0;
			}
                nav a{
                    padding: 20px 0; 
                    display: inline-block;
					color: #FFF;
					font-size: 1.5em;
					text-decoration: none;
					text-align: center;
					width: 100%;
                }
.navLS {
    float: left;
    width: 40%;
}
.navRS {
    float: right;
    width: 35%;
}
nav:after{clear: both;}
#banner {
	background-color: #bbb;
	position: relative;
	top: 0;
	z-index: 50;
	}
#main{
	position: relative;
}
    aside{
        position: absolute;
        z-index: 100;
        background-color: #3F521B;
		background-color: #3f521bc2;
		border: 3px solid #FFFFFF;
		border-radius: 25px;
		margin-top: 50px;
		margin-bottom: 20px;
        width: 15em;
        top: 0;
        left: 50px;
    }
		aside a{
			text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
			color: #FFF;
			text-decoration: none;
			font-weight: bold;
			width: 80%;
			margin: auto;
			display: block;
		}aside a:hover{
			text-shadow: none;
		}
		aside .olbHeader{
			color: #fff;
			font-family: "Open Sans";
			font-size: 30px;
			margin-bottom: 15px;
			margin-top: 20px;
			text-align: center;
			text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
		}
		#sideInfo{
			padding-bottom: 10px;
			
		}
			#sideInfo .btns{
				list-style: none;	
				margin: 0 auto;
				padding: 0;
				width: 80%;
				
			}
			#sideInfo .btns a{
				background-color: #3f521b;
				display: block;
				list-style: outside none none;
				margin: 8px 0;
				padding: 10px 0;
				text-align: center;
				width: 100%;
			}
			#sideInfo .btns a:hover{
				background-color: #638129;
			}
			
			#sideInfo .loginBtn{
				background-color: #3F521B;
				border: 1px solid #fff;
				display: block;
				font-family: "Open Sans";
				font-size: 20px;
				font-weight: bold;
				margin: auto;
				padding: 10px;
				text-align: center;
				text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
				width: 80%;
				}

#btmBxBkgrnd{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+11,3f521b+93 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 11%, #3f521b 93%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 11%,#3f521b 93%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 11%,#3f521b 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3f521b',GradientType=0 ); /* IE6-9 */	}
#btmBoxes{
	position: relative;
	z-index: 150;
	margin-top: -30px;   
}
    .box{
		border-radius: 60px;
		border: 5px solid #E1D7BC;
        float: left;
        width: 30%;
		margin-left: 1%;
        min-height: 175px;
    }
    /*box colors so we can see them*/
        #box1{
         background-color: #3F521B;
		 margin-left: 4%;
        }
        #box2{
         background-color: #3E5B65; 
        }
        #box3{
         background-color: #3E7C92;   
        }
.boxInside{
  /*  height: 100%;*/
    margin: auto;
    width: 100%;
	}
.boxInside div {
    font-size: 5em;
    margin: .25em 0;
}
.boxTitle{
	color: #FFF;
	font-family: "Open Sans";
	font-size: 28px;
	font-weight: bolder;
	padding: 55px 158px 0 0;
	text-decoration: none;
	width: 30%;	
	}
p.left{
	font-size:5.5em;
	padding: 0;
	margin: 0;
	}
.fa-7x{
    color: #fff;
   /* font-size: 7.5em;*/
    padding-left: 40px;
    padding-top: 25px;
	}
footer{
    min-height: 150px;
	background-color: #3F521B;
}
#NCUA{
	float: left;
	
}
#NCUA img{
	padding-top: 25px;
	float: left;
	}
#NCUA p{
    color: #fff;
    float: left;
    font-size: 12px;
    margin-left: 15px;
    text-align: center;
		}
#btmLinks {
    color: #fff;
    display: inline-block;
    float: left;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: lighter;
    padding: 40px;
	}
#btmLinks a{
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
	}
#btmLinks a:hover{
	text-decoration: underline;
	}
#EHO{
	float: lrft;
	}
#EHO img{
	padding-top: 25px;
	float: left;
	
	}
#EHO p{
    color: #fff;
    float: left;
    font-size: 12px;
    margin-right: 15px;
    padding-top: 30px;
    text-align: center;
}

/* 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;
}

/* 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: #6DA6B1;
	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: #36656D;
	display: inline;
	font-weight: bold;
	margin: 10px 20px 0px 0px;
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none;
}

/* RATES */
#rates_container {
}
.rates_effective {
	clear: both;	
}
.rates_nav {
	clear: both;	
}
.rates_button {
	background: #346D7E;
	color: #FFF;
	font-family: "Open Sans";
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 1px 2px 1px #000;
}
.rates_button:hover {
	background: #6DA6B1;
	color: #FFF;
	font-family: "Open Sans";
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 1px 2px 1px #000;
}
.rates_table {
	width: 100%;
	border-collapse: collapse;
}
.rates_header {
}
.rates_title {
	background: #3E7C92;
	border-right: solid 2px #E1E4DC;
	color: #FFF;
	text-shadow: 1px 2px 1px #000;
	font-family: "Open Sans";
	font-size: 18px;
	padding: 5px 5px;
}
.rates_bold {
}
.rates_notes {
	font-size: 0.75em;
	font-style: italic;
}
.rates_subheader {
}
.rates_linespace {
}
.rates_aRow {
	background: #EAEDE6;
}
.rates_standard {
}

/* CALCULATORS */
#calculators a {
	display: block; 
	background-color: #6DA6B1;
	color: #000;
	height: 35px;
	margin: 2px 4px 2px 0;
	padding: 2px;
	float: left;
	width: 48.5%;
	font-size: 13px;
}
#calculators a.last {
	margin: 2px 0;
	width: 49.7%;
 }
#calculators a:hover {
	background-color: #5D8A9A;
	color: white;
}
#calculators h2 {
	display: block;
	clear: both;
	font-size: 16px;
	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{}
@media only screen and (min-width : 0px) and (max-width :1120px) {
   .contain{
      width: 960px;
   }
	#name {
    font-size: 25px;
    padding-left: 12px;
	}
   
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
    #tethered-input tethered-input-layout {
        width: 180px;
    }
}
   .alert {
   	padding: 0.5em; color: #FFF; background: maroon;
	text-align: center;
   }


			        	/********************************/
            /*******3rd PARTY LEAVING********/
            /********************************/
            
                #extDis2 {
                    display: none;
                    position: fixed;
                    width: 100%;
                    height: 100%;
                    top: 0px;
                    left: 0px;
                    z-index: 1000;
                }
                #extDis2 h2{
                    text-align: center;
                }
                
                #extDis2 .extDisMsg {
                    background-color: #FFF;
                    border: 5px solid #3F521B;
                    border-radius: 10px;
                    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
                    color: #666;
                    margin: 1em auto;
                    padding: 1em;
                    position: relative;
                    text-align: left;
                    width: 95%;
                    font-size: 0.90em;
					max-width: 1200px;
                }
                #extDis2 .extDisMsg p{
                    padding: 0 0 20px 0;
                }
                #extDis2 .extDisBg {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
					backdrop-filter: blur(2px);
                }
            
                #extDis2 a.continueBtn:hover,#extDis2 a.continueBtn:focus,#extDis2 a.closeBtn:focus {
                    background-color: #3F521B;
                    color:#fff;
					 border: 2px solid #3F521B;
                }

                #extDis2 a.closeBtn, #extDis2 a.continueBtn {
                    border: 2px solid #3F521B;
					color: #3F521B;
                    display: inline-block;
                    font-weight: bold;
                    margin: 10px 20px 0px 0px;
                    padding: 10px 20px;
                    border-radius: 10px;
                    cursor: pointer;
                    text-decoration: none;
                }