@charset "UTF-8";
/* CSS Document */

header{
position:fixed;
top:0;
width:100%;
z-index:20;	
}

.container#wrapper_ee{
margin-top:-20vh;
background-color:white !important;
padding:40px;	
}

#wrapper_ee aside > a{
color:#2e73ba;	
}

#banner{
background-image:url('../images/banner.jpg');
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
width:100%;
height:80vh;
margin-top:-20px;
}

.navbar-default{
background-color:white;
border:none;	
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
background-color:white;
color:#2e73ba;	
}

.navbar-default .navbar-nav > li{
border-left:1px solid #B6B4B4;
}

.navbar-default .navbar-nav > li:first-child{
border-left:none;
}

aside{	
padding:5px 30px !important;
}

aside > div{
background-color:#e7e7e7;	
padding:5px 30px;
}

#text_wrapper > h1{
font-weight:bold;
font-size:30px;	
}

#text_wrapper > p{
padding-right:20px;
}

.form-group > .btn.btn-default{
background-color:#2e73ba;
color:white;
border:none;
font-size:18px;
padding:7px 50px 4px 50px;
margin:15px auto 0 auto;
display:block;
}

.form-group input{
height:43px;
margin:10px 0;	
}

.hv_ee li{
list-style-type:none;
margin:15px 0 15px -30px;
}

.hv_ee li a{
color:#656565;	
font-size:16px;
border-bottom:1px solid #D2CFCF;
display:block;
}

.hv_ee li a i{
float:right;
color:#B7B1B2;
}

hr{
border-top:1px solid #888484 !important;		
}

.blue_divider{
height:6px;
background-color:#2e73ba;
width:67px;
margin-bottom:20px;
}

footer{
background-color:#2e73ba;
padding:30px 0;	
}

footer p, footer a{
color:white;	
}

footer p{
font-weight:100;	
}

footer a{
font-weight:400;
text-decoration:underline;		
}

.links_ee{
border-left:1px solid white;	
}

.links_ee a{
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:400;
display:block;	
text-decoration:none;
}

.navbar-nav > li > a{
padding-top:5px;
padding-bottom:5px;
}

.navbar-nav{
margin-top:25px;	
}

#text_wrapper > ul{
 list-style-type: none;
    list-style-image: url(../images/bulet.jpg);
}

#text_wrapper > ul > li{
 margin: 10px 0;
}

#rec_pass{
 width: 115px;
    margin:-0px auto 40px auto;
    display: block;
}


@media (max-width: 1020px){ 
    .container#wrapper_ee{
    padding:20px;	
    }
    
    #text_wrapper > p{
    padding-right:15px;
    }

}

@media (max-width: 760px){ 
    .container#wrapper_ee{
    padding:10px;	
    }
    
    #text_wrapper > p{
    padding-right:10px;
    }
    
    aside{	
    padding:5px 10px !important;
    }

}