/*COLORS
Red: BC2B33 188,43,51
Blue: 0E2547  14,37,17
*/

/*RESETS*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html,body{
    margin: 0;
    padding:  0;
}
body{
   font-size: 16px; /*Base font here*/ 
	font-family: "Open Sans";
	color: #0E2547;
}
img{
    border: none;
    display:  block;
	max-width: 100%;
}


/*LAYOUT CLASSES*/
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    max-width: 1600px;/*Container width here*/
    margin-right: auto;
    margin-left: auto;
}
.contain:after{
    content: "";
    display: table;
    clear: both;
}
.flex{
	display: flex;
}
.flex_even > *{
	flex-grow: 1;
	flex-basis: 0;
}
ul.navList{
     padding: 0;
     margin: 0;
     list-style: none;
}
     ul.navList li a{
             text-decoration:  none;
        }
.inside{
    padding: 1em;   
}
.vh{  
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.alert{
	background-color: yellow;
	padding: 0.5em;
	
	font-weight: bold;
	text-align: center;
	
}
.alert p span{
	color: red !important;
	font-size:20px;
}
/*MAIN LAYOUT*/

#top_info{
	color: #0E2547; 
	background-color: #eee; 
	padding: 1em; 
	font-size: 1em;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}
#top_info a{
	color: #0E2547; 
}
header{
	background-color: #0E2547;
	margin: auto;
	position: sticky;
	top: 0;
	z-index: 900;
}
    #logo{
        position: relative;
		
        
    }
		#logo img{
			max-width: 200px;
			position: absolute;
			top: 0;
			z-index: 900;
		}


nav{
 
	position: sticky;
	top: 0;
	background-color: #0E2547;
	z-index: 500;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	
	
}
#nav{
	width: calc(100% - 200px);
	float: right;
}


#main{
    position: relative;
	clear: both;
    
}
#banner{
	
}

.banner_text{
	background-image: url('/images/landscape.jpg'); min-height: 65vh; 
	font-size: 2.5em;
	text-align: center;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.5); 
	color: #fff; 
	font-weight: bold; 
	display: flex; 
	vertical-align: middle; 
	flex-direction: column; 
	justify-content: center;
	background-position: center;
	padding: 0 1em;
	background-size: cover;
	display: none;
}
li.flex-active-slide .banner_text{
	display: flex;
}
.homepage_content{
	
	display: flex;
}
.homepage_content .news_title a{
	color: #0E2547;
	text-decoration:  none;
	padding: 0.25em 0;
	display:  inline-block;
}
.secondary_content{
	padding: 2em 1em 7em;
}
.secondary_content .content_btn{
	display: inline-block;
	padding: 0.5em;
	border-radius: 10px;
	color: #FFF;
	background: #EF3337;
	text-decoration: none;
	margin: 0.5em 0.5em 0.5em 0;
	transition: background 1s;
}
.secondary_content .content_btn:hover, .secondary_content .content_btn:focus{
	background: #0E2547;
}
.content_header{
	background-image: url('/images/landscape_3.jpg');
	padding: 2em 0;
    margin: 0;
    background-origin: padding-box;
    background-position: top;
    background-attachment: fixed;
    color: #FFF;
    font-size: 2.5em;
    text-align: center;
	height: 25vh;
}
    #menu_btn, #login_btn{
        display: none;
        float: right;
        color: #FFF;
        text-align: center;
        padding: 0.5em 0.5em;
        font-size: 1.5em;
		cursor: pointer;
    }
    #menuBtn{
       
    }
    #loginBtn{
      
    }
    #banner{
    
  
     width: 100%;
		flex-grow: 1;
    }
    #olb{
        width: 30%;
      
      background: rgba(255,255,255,0.75);
		text-align: center;
		padding: 1em;
		flex-grow: 1;
		position: absolute;
		left: 35%;
		top: 30px;
    }


.promo_boxes{
	margin: 1em auto;
	display: flex;
	flex-wrap: nowrap;
}
.promo_text{
	margin: 0 1em 1em;
	bottom: 0; 
	position: absolute;
	background:  rgba( 27,20,100,0.8);
	padding: 1em;
	color: #FFF;
	
}
    .box{
      
		margin: 1.25em;
        overflow: hidden;
		position: relative;
		display: block;
		flex-grow: 1;
    }

	
.box_alt{
	min-height: 100px;
	background-color: #BC2B33;
	color: #FFF;
	border-radius: 30px;
	text-align: center;
	padding: 2em 0;
	transition: background 1s;
	text-decoration: none;
	font-size: 1.5em;
}
.box_alt:hover{
	
	background-color: #1F1866;
}
.box_alt .fa{
	font-size: 5rem;
	padding-bottom: 0.5rem;
	display: block;
	
}


.blurb {
	min-height: 200px;
	background-color: #670406;
	color: #FFF;
	padding: 3em 2em;
	background: linear-gradient(90deg,  rgba(27, 20, 100, 1.0),  rgba(243, 111, 31, 0.0)  ), url(/images/bg_blurb.jpg);
	background-attachment: fixed;
	background-size: cover;
	font-size: 1.25em;
	position: relative;
	background-position: center;
}
.blurb h2{
	font-weight: lighter;
}
.blurb a{
	color: #FFF;
}
.blurb a.button{
	display: inline-block;
	padding: 0.5em;
	border: 2px #FFF solid;
	text-decoration:  none;
	border-radius: 10px;
}
footer{
    min-height: 200px;  
    background-color: #0E2547;
	color: #FFF;
    
	
}
		.sitemap{
			padding:  2em;
			background-color: #BC2B33;
		}
.sitemap h2{
	font-weight: lighter;
	font-size: 2.5em;
	margin: 0 0 0.5em 0;
}
		.sitemap a{
			color: #FFF;
			margin: 0.25em 0;
			display: inline-block;
			text-decoration: none;
		}
		#logos{
			display: flex;
			padding: 2em 0;
		}
		#logos > *{
				padding: 0 1em;
				flex-grow: 1;
			}
		#logos img{
			max-height: 100px;
			padding: 0 10px;
		}
    

