/*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;
	font-family: "Open Sans" !important;
}
body{
   font-size: 18px; /*Base font here*/ 
	font-family: "Open Sans";
	color: rgb(6, 44, 82);
}
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: #BC2B33;
	padding: 0.5em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	
}
.content_img{
	border-radius: 50%;
    margin: auto;
    max-height: 200px;
}


/*MAIN LAYOUT*/

#top_info{
	
	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{
	color: #666;
	background-color: #FFF;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
        #logo{
        position: relative;
		
        
    }
		#logo img{
			 max-width: 25em;
             padding: 1em;
		     top: 0;
			 margin: auto;
		 }


nav{
 
	position: sticky;
	top: 0;
	background: #226EBA;
	background: linear-gradient(90deg, rgba(34, 110, 186, .90), rgba(82, 192, 179, 0.9) );
	z-index: 500;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	
	
}
#nav{
	width: 100%;
}


#main{
    position: relative;
	clear: both;
    
}
/* #banner{ */
	/* background-image: url('../images/2020_12_frontpagead_woodpecker.jpg'); min-height: 60vh;  */
	/* background-size: cover; */
/* } */
/* .banner_text{ */
	/* background-image: url('../images/2020_12_frontpagead_woodpecker.jpg'); min-height: 60vh;  */
	/* 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; */
	/* background-attachment: fixed; */
/* } */
.homepage_content{

}
.homepage_content .news_title a{
	color: rgb(6, 44, 82);
	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: rgb(6, 44, 82);
	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: rgb(34, 110, 186);
}
.content_header{
	background-image: url('../images/landscape_forrest.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: #666;
        text-align: center;
        padding: 0.5em 0.5em;
        font-size: 1.5em;
		cursor: pointer;
    }
    #menuBtn{
       
    }
    #loginBtn{
      
    }
    #banner{
    
  
     width: 100%;
		flex-grow: 1;
    }
    #olb{
       /* width: 75%;  */
      text-align: center;
    /* flex-grow: 1; */
    /* position: absolute; */
      bottom: 0px;
    /* width: 100%; */
    background: rgba(255, 255, 255, 0.80);
    /* text-align: center; */
    /* flex-grow: 1; */
    /* position: absolute; */
    /* bottom: 0px; */
     z-index: 400;
    }
	#olb h1{
		margin: 0.5em 0;
	}
#olb input{
	border-radius: 5px;
	border: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	padding: 0.25em;
	
	
}
    #olb a{
		color: #062C52; 
}
#olb input[type=submit]{
	box-shadow: 0 0 0 #000;
	font-size: 1em;
	
	background-color: #226EBA;
	color: #fff;
	
}

.promo_boxes{
	margin: 1em auto;
	display: flex;
	flex-wrap: nowrap;
}
.promo_boxes a{
	transition: all 1s;
	top: 0;
	box-shadow: 0,0,0;
}
.promo_text{
	margin: 0 1em 1em;
	bottom: 0; 
	position: absolute;
	background:  rgba(34, 110, 186, .75);
	padding: 1em;
	color: #FFF;
	transition: background 1s;
	
}

.promo_boxes a:hover{
	top: -1em;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}
.promo_boxes a:hover .promo_text{
	background:  rgba(80, 137, 154, .75);
	
}
    .box{
      
		margin: 1.25em;
        overflow: hidden;
		position: relative;
		display: block;
		flex-grow: 1;
    }

.box img{
	width: 100%;
}	
.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(6, 44, 82, .75), rgba(82, 192, 179, 0.8) ) , 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: rgb(6, 44, 82);
	color: #FFF;
    
	
}
		.sitemap{
			padding:  2em;
			background-color: #FFF;
			box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
		}
.sitemap h2{
	color:#226EBA;
	font-weight: lighter;
	font-size: 2.5em;
	margin: 0 0 0.5em 0;
}
		.sitemap a{
			color: #226EBA;
			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;
		}
    /*#468146*/
	.header-sec{
		 display: flex;
		justify-content: space-between;
   
	}
	
	.olb-desktop{
		display:block;
	}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .olb-desktop{
		display:none;
	}
}
	.olb-mobile{
		display:none;
	}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .olb-mobile{
		display:block;
	}
}

