

* {
  margin: 0;
}

html, body {

	margin: 0px;
	color: #666666;
	font-family: 'Montserrat','sans-serif';
	font-size: 16px;
	background-color: #e7e7e7;
	
}

#page_container { 
 
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 0px auto; 
	overflow: auto; 
	-webkit-box-shadow: 3px 3px 10px 4px rgba(102,102,102,0.61); 
	box-shadow: 3px 3px 10px 4px rgba(102,102,102,0.61);
	
}

#header {
	background-color: #636363;
	
}

.footarea {
	color: #cccccc;
}
.footarea h1 {  color: #cccccc; }
.footarea h2 {  color: #cccccc; }
.footarea h3 {  color: #cccccc; }


#sect_gray {
	background-color: #dddddd;
	
}
#sect_nav {
	background-color: #564386;
}
#sect_purple {
	background-color: #564386;
}

#sect_purplelite {
	background-color: #775db8;
}
#sect_darkgray {
	background-color: #666666;
	color: #cccccc;
}


#sect_body {

	background-color: #ffffff;
}


#Menubox {
	margin: 0px -15px 0px -15px;
	padding:  0px;
	color: #ffcc33; 
	
}

#MainMenu a { 
	font-family: 'Poppins','Montserrat',arial;
	color: #ddd;
	font-size: 1em;
	font-weight: 400;
	line-height: 60px;
	margin: 0px 14px; 
	padding: 0px 12px 0px 12px;
}

#MainMenu a:hover { 
	color: #ffffff;
	background-color: #444444;
}





.bodycopy {
	line-height: 1.8em; 
	
}
#alert_box {
	text-align: right;
	padding: 14px;
	background-color: #d67600;
	color: #efefef;
}


.bg_purple { 
	background-color: #564386;
	
}
.bg_green { 
	background-color: #4f9c4a;
	
}

.btn-default {
	background-color: #37914a;
	color: #ebf6ee;
	padding: .1em .3em;
}
.btn-default:hover {
	background-color: #71bc81;
	color: white;
}

.btn-small {
	
	background-color: #37914a;
	color: #ebf6ee;
	padding: .2em .5em;
}
.btn-small:hover {
	background-color: #71bc81;
	color: white;
}


.btn_warning {
	background-color: #5EC25A;
}

.link_lite  { color: white; text-decoration: underline; }
.link_lite:hover { color: #cccccc; }



.col_alert {
    padding: 15px;
    color: white;
}
.col_alert a {
	color: white;
}
.col_alert a:hover {
	color: yellow;
	text-decoration: underline;
}


.col_top {

    color: #063f79;
    text-align: right;
    padding: 10px 20px 6px 20px;
}
.col_top a {
	color: #063f79;
	font-size: .9em;
}
.col_top a:hover {
	color: 000000;
	text-decoration: underline;
}






@media(max-width: 768px) {

	#photo-strip {  visibility: hidden; display: none; }
	
	h1 {  font-size: 1.6em; color: #000000; }
	h2 { font-size: 1.4em; color: #000000; }
	h3 { font-size: 1.2em; color: #000000; }
 
}

.logo-wrapper img {

	max-width: 180px;
	max-height: 200px;

}


.titlerow { padding: 20px; }

a {   font-family: 'Poppins','arial'; font-weight: bold; color: #6763fb; text-decoration: none; }
a:hover {  font-weight: bold; color: #003399; text-decoration: none; }

a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
}


a.white { font-weight: bold; color: #ffffff;  }
a.white:hover { font-weight: bold; color: #dddddd; }


.text-btn { 
	font-weight: bold; 
	color: #ddd; 
	background-color: #666666; 
	padding: 3px 6px;
	border-radius: 3px; 
	margin: 1px;
 }
.text-btn:hover { 
	background-color: #999999; 
	color: #fff; 

}

.text-btn-green { 
	font-weight: bold; 
	color: #ddd; 
	background-color: #4f9c4a; 
	padding: 6px 8px;
	margin: 14px 4px;
	border-radius: 3px; 
	
 }
.text-btn-green:hover { 
	background-color: #88b885; 
	color: #fff; 

}


h1, h2, h3, h4, h5 { 
	margin: 10px 0px 10px 0px; 
	font-family: 'Poppins','sans-serif'; 
}

h1 { font-weight: bold; font-size: 1.6em;  color: #666666; }
h2 { font-weight: bold; font-size: 1.4em;  color: #444444; }
h3 { font-weight: bold; font-size: 1.3em;  color: #333333; }
h4 { font-weight: bold; font-size: 1.3em;  color: #333333; }
h5 { font-weight: bold; font-size: 1.2em;  color: #333333; }


A.small { text-decoration: underline;  color: #000099; font-size: 90%; }
A.small:hover { text-decoration: underline;  color: #990000; font-size: 90%; }


.title { font-weight: bold; font-size: 1.4em;  color: #000000;  }
.subtitle { font-weight: bold; font-size: 115%;  color: #666666;  }

.titlewhite { font-weight: bold; font-size: 120%; color: #FFFFFF; }



.shadow-6 { 
	-webkit-box-shadow: 6px 6px 10px 0px rgba(51,51,51,0.4);
	box-shadow: 6px 6px 10px 0px rgba(51,51,51,0.4);
}

.shadow-8 { 
	-webkit-box-shadow: 8px 8px 14px 0px rgba(51,51,51,0.5);
	box-shadow: 8px 8px 14px 0px rgba(51,51,51,0.5);
}

.shadow-12 { 
	-webkit-box-shadow: 12px 12px 16px 0px rgba(51,51,51,0.5);
	box-shadow: 12px 12px 16px 0px rgba(51,51,51,0.5);
}





/*   CSS TABLE  */

.twrap { 
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.thead { 
	display: table-cell;
	font-family: arial,'Exo';
	padding: 8px 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #dedede;
}
.trow {
	display: table-row;
	margin: 10px 30px;
	
}
.tcell { 
	display: table-cell;
	padding: 4px 5px;
	border-bottom: 1px solid #ccc;
}

.tcell_nb { 
	display: table-cell;
	padding:4px 5px;
	
}


/*  CSS FLEX LAYOUT  */

.flex_outer {
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap; 
	width: 90%;
}

.flex_inner {
	flex-grow: 1; 
	text-align: center;
}

.fl-20 {
	max-width: 20%;
}
.fl-25 {
	max-width: 24%;
}
.fl-33 {
	max-width: 33%;
}


.flex_inner img {
	width: 70%;
}


.flex_inner?? {

	margin: 5px auto 10px auto; 
	width: 60%;
	max-width: 240px;
	
}




