/*COLORS

*/

/*RESETS*/
html,body{
    margin: 0;
    padding:  0;
}
body{
   font-size: 16px; /*Base font here*/ 
	font-family: "Open Sans";
	color: #666;
	
}
img{
    border: none;
    display:  block;
}


/*LAYOUT CLASSES*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    width: 90vw;/*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;   
}


img{
	max-width: 100%;
}
h1,h2,h3{
	margin-bottom: 0;
}
h1{
	color: #353568;
}

.flex{
	display: flex;
}
.flex_col{
	display: flex;
	flex-direction: column;
}
.flex_even > *{
	flex-grow: 1;
	width: 0;
}
.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: #353568;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
	padding: 0.5em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	
}
/*ANIMATIONS*/
	@keyframes fadein {
	from { opacity: 0.2;}
    to   { opacity: 1;}
}
@keyframes popin{
	from {  opacity: 0;
			transform: scale(0.75);}
    to   { opacity: 1;}
}

	.content_img{
		max-width: 250px; 
		border-radius: 50%;
		animation: popin 1s;
		width: 100%;
	}
	.flex_vcenter_text{
		display: flex;
		align-items: center;
		text-align: center;
	}
	.flex_vcenter{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
.flex_rreverse{
	flex-direction: row-reverse
}


.content_btn{
	background-color: #7C212E;
	color:#FFF;
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 10px;
	border: 2px solid #7C212E;
	transition:  color 0.5s, background 0.5s;
	margin: 0.25em;
	text-decoration: none;
}
.content_btn:hover, .content_btn:active{
	background-color: #FFF;
	color:#7C212E;
	border: 2px solid #7C212E;
}

.content_btn:hover img{
	filter: brightness(0) saturate(100%) invert(13%) sepia(35%) saturate(5398%) hue-rotate(334deg) brightness(93%) contrast(87%);
}

/*MAIN LAYOUT*/
header{
	background-color: #FFF;
	position: relative;
		
}
	#logo{
		
		


	}
#logo img{
	max-height: 6em;
	
}
	#topLinks{
		position: absolute;
		bottom: 0;
		right: 0;
		}
		
	
		#topLinks ul li{
			float: left;	
		}
			#topLinks ul li a{
				padding: 0.5em;
			}
		
	#menu_btn, #login_btn{
        display: none;
        float: right;
        color: #343467;
        text-align: center;
        padding: 0.5em 0.5em;
        font-size: 1.25em;
		cursor: pointer;
    }
    #menuBtn{
       
    }
    #login_btn{
      color:#7C212E;
    }

#main{
	padding: 1em 0;
	background: linear-gradient( rgba(245, 245, 245, 1.0), rgba(255,255, 255, 0.0) );
	overflow-x: hidden;
	width: 100%;
}


	aside#leftSide,#mainContent,aside#rightSide{
		float: left;
		
		
	}
	aside#leftSide, aside#rightSide{
		position: sticky;
		width: 225px;
		top: 10px;
	}
	aside#leftSide{
		padding: 1em;
		
	}
		
		#olb{
			color: #910C2C;
			
		}
#olb h1{
	margin-top: 0;
	color: #7C212E;
}
#olb label{
	color: #333333;
    display: block;
    font-family: "Open Sans";
    font-size: 12px;
 
    margin-bottom: 2px;

}
#olb input[type="text"]{
	 background-color: #FFFFFF;
    border: solid 1px #BBBBBB;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;

    padding-left: 5px;
    padding-right: 5px;border-radius: 5px; margin: 0 0 0.5em 0;
}
#olb button{
	background-color: #7C212E;
    border: solid 1px;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 12px;
    border-radius: 5px; 
	margin: 0.5em 0;
	padding: 0.75em 2em;
	
}
#olb a{
	color: #910C2C;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 400;
}
#olb a.content_btn_alt{
	background-color: #353568;
    border: solid 1px;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 12px;
     border-radius: 5px; margin: 0.5em 0;padding: 0.75em 2em; display: inline-block; text-decoration: none;
}
.sideInfo{
			
		}
		 #sideNav{
           
            
        }
            #sideNav ul li{
                
            }
				#sideNav .fa, #sideNav .fas, #sideNav .fab {
					font-size: 1.5em;
					width: 2em;
				}
                #sideNav ul li a {
					padding: 1em 1em 1em 0;
					display: block;
					color: #353568;
				}	
#infoBox{
	padding-top: 1em;
	
	
}	#infoBox a{
		color: #7C212E;
}
	#infoBox th{
	text-align: left;
}
	#mainContent{
		width: calc(100% - 450px);
		min-height: 500px;/*Temp Style*/
		padding: 0 1em;
		color: #444;
	}
#mainContent h1, #mainContent h2, #mainContent h3{
	font-weight: normal;
}
#mainContent h2{
	color: #353568;
}
#mainContent h3{
	color: #670406;
}
		#banner{
			
		}

.news{
	padding: 1em;
}
#mainContent .news h3{
	font-weight: bold;
	color: #333;
}

aside#rightSide{
		border-radius: 80px 0 0 0;
	}
aside table{
	width: 100%;
	
}
aside table td{
	padding: 0.5em 0;
}
aside table td:last-child{
	text-align: right;
}
		.sidePromo{
			position: relative;
		}
		a.promo_text{
			
			bottom: 0;
			position: absolute;
			background: rgba(124, 33, 46, 0.75);
			padding: 1em;
			color: #FFF;
		}

.blurb {
	min-height: 200px;
	background-color: #670406;
	color: #FFF;
	padding: 3em 1em;
	background: linear-gradient(90deg,  rgba(53, 53, 104, 1.0), rgba(53, 53, 104, 1.0),  rgba(124, 33, 46, 0.75), rgba(124, 33, 46, 0.0)  ), url(../images/bg_blurb.jpg);
	background-attachment: fixed;
	background-size: cover;
	font-size: 1.25em;
	position: relative;
	background-position: center;
}
.blurb a.button{
	display: inline-block;
	padding: 0.5em;
	border: 2px #FFF solid;
	text-decoration:  none;
	border-radius: 10px;
	color: #FFF;
}
footer{
	min-height: 100px;
	background-color: #7C212E;
	color: #FFF;
	padding: 0.25em  0 0 0;
}
footer a{
	color: #FFF;
	
}
		footer h4{
		margin-bottom: 0;	
}
		#logos{
			display: flex;
			padding: 2em 0;
		}
		#logos > *{
				padding: 0 1em;
				flex-grow: 1;
			}
		#logos img{
			max-height:100px;
			padding: 0 10px;
		}


.noticeNew {
				padding: 16px;
				text-align: center;
				background-color: maroon;
				color: #fff;
				font-size: 1.3rem;
			}
.mailRes{
	overflow-wrap: break-word;
}
.noticeNew2{
/*				    background-color: #353568;*/
					background-color: #800000;
					text-align: center;
					color: #fff;
					font-weight: bold;
					padding: 14px;
					line-height: 1.5;
					font-size: 1.3rem;
					word-spacing: 2px;
					letter-spacing: 2px;
			}
.holiday_img{
    width: 288px;
    margin: auto;
    height: 227px;
    padding-top: 20px;
}
.hide_div
{
	display:none;
}
.img-center{
	margin:auto;
	display:block;
}