/*COLORS

*/

/*RESETS*/
html {
  box-sizing: border-box;
  font-family: "Open Sans";
}
*, *:before, *:after {
  box-sizing: inherit;
}
html,body{
    margin: 0;
    padding:  0;
}
body{
   font-size: 16px; /*Base font here*/ 
   font-family: "Open Sans";
   background-color: #02337B;
}
img{
    border: none;
    display:  block;
}


/*LAYOUT CLASSES*/
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    width: 1100px;/*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;	
}

/* MAIN LAYOUT */

#header_bg{
	 background-color: #02337B;
}
header{
   /*	min-height: 453px;*/
	background-image: url('../images/header_short2.jpg');
	background-repeat: no-repeat;
	background-position:right;
}
	.side{
		width: 21%;
	}
	
    #logo{
		color: #FFF;
		clear: both;
		font-size: 2.5em;
		font-weight: 900;
    }
		#logo a{
			text-decoration: none;
			color: #FFF;	
		}

		#logo span{
			font-size: 0.75em;
			font-weight: normal;
			display: block;
			margin-top: -0.25em;
		}
		#olb{
			background-color: #E6EBF2;
			background-color: rgba(255,255,255,0.9);
			margin: 0.5em 0 1.5em 0;
	
		}
		#olb h2{
			padding: 0.25em 1em;
			background-color: #FFF;	
			color: #02337B;
			font-weight: 900;
			margin: 0;
		}
			#olb h2 img{
				float: left;
				margin-right: 10px;
				
			}
		#olb strong, #olb a{
			font-weight: 900;
			color: #02337B;
			font-size: 1.2em;
			text-decoration: none;
		}
		
#main_bg{
	background-color: #FFF;	
}
#main{
	min-height: 600px;
}
   
    #mainContent{
        float: right;
        width: 78%;
      	position: relative;
		color: #02337B;
		padding: 0 1em 1em 1em;
    }
        #banner{
            background-color: #CCC;
			position: absolute;
			width: 100%;
        }
			.faderLeft{
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 25%;
				z-index: 5;
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+60,0+100 */
				background: -moz-linear-gradient(left,  rgba(255,255,255,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 70%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to right,  rgba(255,255,255,1) 70%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
			}
			.faderRight{
				position: absolute;
				top: 0;
				right: 0;
				height: 100%;
				width: 45px;
				z-index: 5;
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
				background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
			}

    aside{
        
        float: left;
        margin: 1em 0;
		position: relative;
		z-index: 9;
    }
      
        #sideNav{
            
            
        }
            #sideNav ul li{
				background-color: rgba(2, 51, 123, 0.8);
                margin-bottom: 5px;
            }
                #sideNav ul li a{
                    display: block;
                    padding: 1em;   
                    text-decoration: none;
                    color: #FFF;
					font-weight: bold;
/*					height: 75px;*/
					font-size: 1.35em;
                }
				 #sideNav ul li a:hover{
					background-color:  #02337B;
				 }
				#sideNav ul li a img{
					float: right;
					margin-top: -5px;
					
					}
    
    footer{
		color: #FFF;
        margin-top: 1em;
		padding: 1em 0;
    }
		footer h4{
			margin: 0;
			font-size: 1.5em;	
			
		}
		#footerInfo{
			/*width: 45%;*/
			width: 35%;
			float: left;
		}
			#footerInfo .column{
				float: left;
				/*width: 50%;*/
				width: 100%;
				/*new style  added*/ margin-left:50px;
			}
			#footerInfo p{
				margin-top: 0.2em;
				
			}
			#footerInfo strong{
				font-weight: 600;
				font-size: 1.1em;
			}
		footer a.facebook{
			padding: 1em;
			background-color: rgba(255,255,255,0.8);
			display: inline-block;
		}
		footer a.facebook:hover{
			background-color: #FFF;
		}
	
		#NCUA{
			width: 55%;
			/*float: right;*/
			float: left;
			text-align: right;
		}
			#NCUA img{
				float: right;	
				margin: 10px 5px;
			}
			#NCUA p{
				line-height: 1.1em;
				width: 50%;
				float: left;
				font-size: 0.85em;
				letter-spacing: 1px;
			}
		#bottomLinks{
			padding-top: 1em;
			
		}
			#bottomLinks a{
				color: #FFF;
				text-decoration: none;
				font-size:18px;
				font-weight: bold;
				
			
			}
			
			#bottomLinks buttons{
				background-image: url('../images/buttons_frontPg.jpg');
				
			
			}
			
			
		/****************/
	/*****RATES******/
	/****************/
		#rates_container{
			
		}
		.rates_effective{
			clear: both;	
		}
		.rates_nav{
			clear: both;	
		}
		.rates_button{
			margin-right: 10px;
		}
		.rates_table{
			width: 100%;
			border-collapse: collapse;
		}
		.rates_header{
			padding-top: 1em;
	        font-size: 1.5em;
			font-weight: bold;

		}
		.rates_title{
			font-weight: bold;
		}
		.rates_bold{
			font-weight: bold;
		}
		.rates_notes{
			font-size: 0.75em;
			font-style: italic;
		}
		.rates_subheader{
		}
		.rates_linespace{
		}
		.rates_aRow{
			background-color: #EEE;
		}
		.rates_standard{
			
		}
	/****************/
	/******News******/
	/****************/
		.news_title{
			font-weight: bold;
			margin: 1em 0;	
		}
		.news_title p{
			margin: 0;	
			display: inline;
		}
		.news_details{
			
		}
	/***********************/
	/******Calculators******/
	/***********************/
	#calculators a{
		display: block; 
		background-color: #02337B;
		font-weight: bold;
		color: #FFF;
		margin:2px;
		padding:1%;
		float: left;
		width: 32.5%;
		border-radius: 4px;
		font-size: 1.1em;
		text-decoration: none;
	 }
	 #calculators a:hover{
		 background-color: #235F9B;
	 }
	 #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: 49%;}
	 #lease  a{}
	 #prsnfi a{ width: 100%;}
	 #retire a{ width: 100%;}
	 #invest a{ width: 49%;}
	 #home   a{ width: 100%;}
	 
	 #prsnpl {}
	 #lease  {}
	 #prsnfi {}
	 #retire {}
	 #invest {}
	 #home   {}
	
	 #prsnpl strong{}
	 #lease  strong{}
	 #prsnfi strong{}
	 #retire strong{}
	 #invest strong{}
	 #home   strong{}
	 
	 /********************************/
/*******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: #02337B;
		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;
	}

/*********************ACCORDIAN - Products page*******************/	
div.accordion *, div.accordion *::before, div.accordion *::after {
		box-sizing: content-box;
}
.accordion {
    -webkit-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    -moz-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    font-family: "Opne Sans";
    border-color: #E6EBF2;
    border-style: solid;
    border-width: 0px;
    /*border-radius: 20px;*/
    margin: 0 auto;
    height: 800px;
    width: 100%;
}

.accordion > ul > li,
.accordion-title,
.accordion-content,
.accordion-separator {
    float: none;
}

.accordion > ul > li {
    background-color: #E6EBF2;
    margin-right: -0px;
    margin-bottom: -160px;
}

.accordion-select:checked ~ .accordion-separator {
    margin-right: 0px;
    margin-bottom: 160px;
}

.accordion-title,
.accordion-select  {
    background-color: #02337B;
    color: #ffffff;
    width: 960px;
    height: 40px;
    font-size: 20px;
}

.accordion-title span {
    margin-bottom: 20px; 
    margin-left: 20px;
}

.accordion-select:hover ~ .accordion-title,
.accordion-select:checked ~ .accordion-title {
    background-color: #D3B95C;
}

.accordion-title span  {	
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    margin-bottom: 0px;
    line-height: 40px;
}

.accordion-content {
    background-color: #E6EBF2;
    /*color: #808B4F;*/
    height: 84px;
    padding: 38px;
}

.accordion-title,
.accordion-select:checked ~ .accordion-content {
    margin-right: 2px;
    margin-bottom: 3px;
}

/* Do not change following properties, they aren't 
generated automatically and are common for each slider. */
.accordion {
    overflow: hidden;
}

.accordion > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 101%;
}

.accordion > ul > li,
.accordion-title {
    position: relative;
}

.accordion-select {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
}

.accordion-title span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
}

.accordion-content {
    position: relative;
    overflow: auto;
}

.accordion-separator {
    transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    -moz-transition: margin 0.3s ease 0.1s;
    -webkit-transition: margin 0.3s ease 0.1s;
}

/*Apply for Membership form CSS*/

.form-group {
		
		width: 100%;
		
	}
	
	input,select{
		padding: 10px 0px 5px;
		margin-bottom: 12px;
		padding-left: 5px;
	}
	
	
	.width61{
		width:60.5% ;
	}
	
	.width30{
		width: 30%;
	}
	label span{
		color:red;
	}
	
	.btnApply{
	background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 10px 15px;
	}

/*//////////poll////////*/
.poll{
	display: inline-block !important;
}
 .poll h3 {
    margin: 20px 0 10px 0;
  }

  .poll ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .poll li  {
    padding: 10px 0 10px 0;
  }

  .poll input[type="radio"] {
    margin: 0 10px 0 0;
  }

  .poll input[type="submit"] {
    margin: 20px 0 0 0;
    background-color: #53626e;
    color: #fff;
    border: 0;
    width: 100%;
    height: 40px;
    font-size: 10pt;
    border-radius: 4px;
	cursor: pointer;
  }