/*COLORS
Dark Navy - #262233
Omaha Red - #A80429
Omaha Blue - #515970
Silver - #D9D7D8
*/

/*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*/ 
   background-color: #000;
   background-image:url(../images/flame.jpg);
   background-position: bottom left;
   background-repeat: no-repeat;
   background-size: 650px;
   font-size: 17px;
}
img{
    border: none;
    display:  block;
}
a{color:#A80429;}
a:hover{color:#515970;}
#flame{
	background-image: url(../images/2017_01_overlay_flameIcon2.png);
	background-repeat: no-repeat;
	background-position: left;
	content: "";
	}
h1{
	background-image:url(../images/background_h1.png);
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	font-size: 35px;	
	margin-left: -20px;
	padding: 5px 20px;
	}
h2{
	background-image: url(../images/background_h2.png);
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	font-size: 28px;	
	margin-left: -20px;
	padding: 5px 20px;
	}
h3{
	background-image: url(../images/background_h3.png);
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	font-size: 22px;	
	margin-left: -20px;
	padding: 5px 20px;

	}

h4{}
.noList{
	list-style:none;
	}
.left{
	float:left;
	}
.left img{margin-right: 50px;}

/*LAYOUT CLASSES*/
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    width: 1000px;/*Container width here*/
    margin: auto;
}
.contain:after{
    content: "";
    display: table;
    clear: both;
}
#left{ float: left;}
#right{ float: right;}


/*MAIN LAYOUT*/
header{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 40%, rgba(168,4,41,1) 85%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 40%,rgba(168,4,41,1) 85%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 40%,rgba(168,4,41,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a80429',GradientType=1 ); /* IE6-9 */    position: relative;
}
    #logo{
		padding-top: 20px;    
}  
        #logo img{
            margin: auto;
        }
    #topNav{
        position: absolute;
        z-index: 50;
        right: 20%;
        bottom: 25px;
    }
	
        #topNav ul{
            padding: 0;
            margin: 0;
            list-style: none;
        }
            #topNav li{
                float: left;
            }
                #topNav a{
                    padding: 0.5em; 
                    display: inline-block;
                }


nav {
	background: rgb(81,89,112); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(81,89,112,1) 0%, rgba(81,89,112,1) 49%, rgba(38,34,51,1) 50%, rgba(38,34,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(81,89,112,1) 0%,rgba(81,89,112,1) 49%,rgba(38,34,51,1) 50%,rgba(38,34,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(81,89,112,1) 0%,rgba(81,89,112,1) 49%,rgba(38,34,51,1) 50%,rgba(38,34,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515970', endColorstr='#262233',GradientType=0 ); /* IE6-9 */
	border: solid 1px #FFF;
	bottom: -1.1em;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.5);
    margin: auto;
    position: relative;
    width: 92%;
    z-index: 5;
	}
nav ul li {
	width: 14%;
	float: left;
}
	nav ul .long {
		width: 15.5%;
		float: left;
	}
nav ul li a {
	display: block;
	text-align: center;
	padding: 0 0.33em;
	color: #FFF;
	text-decoration: none;
}
nav ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}
ul.navList {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.navList li a {
	text-decoration: none;
	font-weight: bold;
	font-size:1.2em;
}
.alerts {
    background: #515970;
    /* background: #eb6a30; */
    color: #FFF !important;
    padding: 12px;
    text-align: center;
    /* box-shadow: 0 0 2em rgb(0 0 0 / 30%) inset; */
    font-size: 19px;
}

#main{
/*    position: relative;
	z-index: 500;*/
}
    aside{
        position: absolute;
        z-index: 2;
/*        width: 20%;*/
		   width: 21%;
        top: 0;
        left: 0;
/*		top: 230px;*/
		top:208px;
		left: 50px;
		background: rgb(217,215,216); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(217,215,216,.9) 10%, rgba(81,89,112,1) 56%, rgba(38,34,51,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(217,215,216,.9) 10%,rgba(81,89,112,1) 56%,rgba(38,34,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(217,215,216,.9) 10%,rgba(81,89,112,1) 56%,rgba(38,34,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d7d8', endColorstr='#262233',GradientType=0 ); /* IE6-9 */    }
#quickLinks{
	}
	#quickLinks .fa{
		color: #a80429;
		}
	#quickLinks .fa-map-marker{
		display: block;
    	margin-left: 10px;
		}
.overlay{
	background: rgba(225,225,225,.8);
	min-height: 50px;
	width: 80%;
	margin: 10px auto;
	border-radius: 20px;
	padding: 5px;
	
	}
.overlay p{ border-bottom: solid #FFF 2px; margin:0; color:red;font-size: 0.8em;}
.overlay p:last{border-bottom: none;}
.overlay p a{
	display: block;
/*	padding: 20px 10px 10px 10px;*/
/*	padding: 10px 10px 10px 10px;*/
	padding: 20px 5px 10px 5px;
	text-align: left;
	color: #A80429; 
	text-decoration: none;
	font-size: 1.2em;
	}

#OLB{
	background-image: url(../images/2017_01_overlay_flameIcon.png);
	background-position: left center;
	background-repeat: no-repeat;
	}
#olb{
	background: none;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	padding-top: 0.5em;
	text-align: center;
	text-shadow: none;
	margin: 0.5em 0 0;
	width: auto;
	
	}
#btmBoxes{
	margin-top: -30px;
	position: relative;
	z-index: 120;  
	font-family: "Open Sans";
}
		#btmBoxes .fa{
			color: #FFF;
			font-size: 7em;
			display: block;
			margin: 20px;
			}
    .box{
        float: left;
        width: 32%;
        min-height: 160px; /*Temp Style: Remove when you add content to box*/
		margin-left: 1%; 
		background: rgb(81,89,112); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(81,89,112,1) 42%, rgba(38,34,51,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(81,89,112,1) 42%,rgba(38,34,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(81,89,112,1) 42%,rgba(38,34,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515970', endColorstr='#262233',GradientType=0 ); /* IE6-9 */
    }
		.box a{
			color: #FFF;
			display: block;
			font-size: 25px;
			margin-top: 50px;
			text-decoration: none;
			text-align: center;
			font-weight: bold;
			
			}
    /*box colors so we can see them*/
        #box1{
         background-color: #666; 
		 
        }
        #box2{
         background-color: #CCC;   
        }
        #box3{
         background-color: #FFF;   
        }
		#box1 a{
				margin-top: 30px;
				display: flex;
      justify-content: center;
      align-items: center;
				}
				#box2 a{
				margin-top: 30px;
				display: flex;
      justify-content: center;
      align-items: center;
				}

			#box3 a{
				margin-top: 30px;
				display: flex;
      justify-content: center;
      align-items: center;
				}

footer{
	color: #FFF;
	float: right;
	width: 50%;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: bold;
}
#NCUA{
	float: left;
	
}
#NCUA img{
	padding-top: 40px;
	float: left;
	}
#NCUA p{

    float: left;
    margin-left: 15px;
    padding-top: 20px;
    text-align: center;
	float: left;
		}
#btmLinks {
    display: inline-block;
    float: left;
    font-weight: lighter;
	text-align: center;
	}
	#btmLinks p{
		float: left;
		margin-left: 20px;
		font-size: 18px;
		}
#btmLinks a{
    color: #A80429;
	font-size: 18px;
    text-decoration: none;
	}
#btmLinks a:hover{
	text-decoration: underline;
	}
#EHO{
	float: left;
	margin-left: 50px;
	}
#EHO img{
	float: left;
	margin-left: 50px;
	
	}
#EHO p{
    color: #FFF;
    float: left;
    text-align: center;
	margin-left: 15px;
	}
.secondaryPg{
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 20px 20px 50px 20px;
	min-height: 450px;	
}
@media only screen and (min-width : 0px) and (max-width :1100px) {
    #topNav{
        right: 14%;
		bottom: 10px;   
    }
	ul.navList li a{
		font-size: .9em;
		} 
    aside{
		width: 23%;   
    }
}
	/****************/
	/*****RATES******/
	/****************/
		#rates_container{
			
		}
		.rates_effective{
			clear: both;	
		}
		.rates_nav{
			clear: both;	
		}
		.rates_button,.pgLink{
			margin-right: 10px;
			padding: 5px;
		}
		.rates_button:hover{
			color: #FFF;
			text-decoration:underline;			
			}
		#pageLinks{}
		#pageLinks:after{
			clear: both;
			}
		.rates_button,.pgLink{
			background-color: #515970;
			border-radius: 0px;
			color: #FFF;
			display: block;
			text-decoration: none;
			float: left;
			text-align: center;
			width: 30%;
			margin: 5px;
		}
		.rates_button,.pgLink:hover{
			background-color:#A80429;
			color: #FFF;
		}
		.rates_table{
			width: 100%;
			border-collapse: collapse;
		}
		.rates_header{
			background-image:url(../images/background_h1.png);
			color: #FFF;
			text-shadow: 1px 1px 1px #000;
			font-size: 35px;	
			margin-left: -20px;
			padding: 5px 20px;
		}
		.rates_title{
			font-weight: bold;
				background-color: #515970;
				color: #FFF;
				text-shadow: 1px 1px 1px #000;
				font-size: 18px;	
				margin-left: -20px;
				padding: 5px;

		}
		.rates_bold{
			font-weight: bold;
		}
		.rates_notes{
			font-size: 0.75em;
			font-style: italic;
		}
		.rates_subheader{
		}
		.rates_linespace{
		}
		.rates_aRow{
		}
		.rates_standard{
			
		}
	/****************/
	/******News******/
	/****************/
		.news_title{
			font-weight: bold;
			margin: 1em 0;	
	background-image: url(../images/background_h2.png);
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	font-size: 28px;	
	margin-left: -20px;
	padding: 5px 20px;
		}
		.news_title p{
			margin: 0;	
			display: inline;
		}
		.news_details{
			
		}
/********************************/
/***** Back To Top Button *******/
/********************************/
#btt{
    background-color: #A80429;
    border-radius: 5px;
    bottom: 2em;
    color: white;
    display: none;
    font-size: 0.75em;
    opacity: 0.7;
    padding: 0.5em;
    position: fixed;
    right: 2em;
    text-align: center;
	cursor: pointer;
	z-index: 50;
}
@media only screen and (max-width :991px) {
#btmBoxes {
   margin-top: 17px;
    display: flex;
    justify-content: end;
	    }
.box{
   width: 23%;
   }
}