@charset "UTF-8";
/* CSS Document */

body { 
  font-family: 'Open Sans', sans-serif;
  color: #484646;
}

header {
	height: 60px;
	padding: 6px 0px 0px 6px;
	text-align:left;
	vertical-align:bottom;
}

* {
    box-sizing: border-box;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {
    float: left;
    padding: 1px;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
#pagewrap {
	padding: 0px;
	width: 960px;
	margin: 20px auto;
}
/************************************************************************************
STYLES 
*************************************************************************************/
.textcol{
    font-size: .7rem;
	font-weight:200;
	line-height: 160%;
}
.textcolcenter{
    font-size: .8rem;
	font-weight:200;
	line-height: 160%;
	text-align:center;
	vertical-align:bottom;
}
.texttable{
    font-size: .65rem;
	font-weight:lighter;
	line-height: 160%;
	padding-left:10px;
}
.texttableH{
    font-size: 1.0rem;
	font-weight:lighter;
	line-height: 140%;
	padding-left:10px;
}
.centertext {text-align:center;}
.centerborder {margin-left:10px; margin-right:10px; text-align:center;}
.righttext {text-align:right;}
.lefttext {text-align:left;}
.red {color:#a70137;}
.redbold {color:#a70137; font-weight:bold;}
.blue {color:#234f8c;}
.eventtext{font-size:.7rem;}
.bb {font-weight:bold; font-size:0.8rem}
.bbb {font-size:0.9rem; font-weight:400;}
.bggrey {background-color: #E61A1E;}
.space { height:20px}
.latspace { 
	border-right-width:5px;
	border-left-width:5px;
	border-color:#ffffff;
	border-style:solid;
}
ul {
    list-style-position: outside;
	marker-offset:2cm;
}
.menut {
	font-size:0.9rem;
}
.vision {
	font-size:1.0rem;
	font-weight:200;
}
.textvision{
    font-size: .8rem;
	font-weight:lighter;
	line-height: 140%;
	padding-left:10px;
}
.posterorange {
	margin-top:10px;
	background-color:#eeeeee;
	border: #aaaaaa solid 2px;
	padding: 8px;
	color:#222222;
	font-size: 0.8rem;
	font-weight:lighter;
	line-height: 140%;
}
/************************************************************************************
LINKS
*************************************************************************************/
a.menut:link {color: #484646;; text-decoration:none;}
a.menut:visited {color: #484646;; text-decoration:none;}
a.menut:hover {color: #a70137; text-decoration:none;}
a.menut:active {color: #a70137; text-decoration:none;}

a.menub:link {color: #234f8c; text-decoration:none;}
a.menub:visited {color: #234f8c; text-decoration:none;}
a.menub:hover {color: #234f8c; text-decoration:none;}
a.menub:active {color: #234f8c; text-decoration:none;}

a.textlink:link {color: #484646; text-decoration:underline;}
a.textlink:visited {color: #484646; text-decoration:underline;}
a.textlink:hover {color: #a70137; text-decoration:underline;}
a.textlink:active {color: #a70137; text-decoration:underline;}

a.tablelink:link {color: #484646; text-decoration:underline; font-size:1.0rem;}
a.tablelink:visited {color: #484646; text-decoration:underline;}
a.tablelink:hover {color: #a70137; text-decoration:underline;}
a.tablelink:active {color: #a70137; text-decoration:underline;}


a.biotitle:link {
	color:#579339;
	font-size:.6rem;
	text-decoration:none;
}
a.biotitle:visited {
	color:#579339; 
	text-decoration:none;
}
a.biotitle:hover {
	color:#234f8c; 
	text-decoration:none;
}
/************************************************************************************
TITLES
*************************************************************************************/
.title {
    font-size: 1.5rem;
	line-height: 200%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.featured {
    font-size: 0.7rem;
	background-color:#ECECEC;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	text-align:left;
	border-top-color:#484646;
	border-top-style:solid;
	border-top-width:1px;
	margin-top:10px;
}
.featuredb {
    font-size: 0.7rem;
	background-color:#f1e1d1;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	text-align:left;
	border-top-color:#484646;
	border-top-style:solid;
	border-top-width:1px;
	margin-top:10px;
	margin-right:5px;
}
.pagetitle {
    font-size: 1.2rem;
	line-height: 150%;
	padding-top:10px;
	padding-bottom:8px;
	text-align:left;
	border-bottom-color:#484646;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:5px;
}
.sectiontitle {
    font-size: 1.1rem;
	line-height: 150%;
	padding-top:10px;
	padding-bottom:8px;
	text-align:left;
	border-bottom-color:#484646;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:5px;
	color:#234f8c;
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
	
    [class*="col-"] {
        width: 100%;
		text-align:center;
    }
	#pagewrap {
	width: 100%;
}

}
@media only screen and (max-width: 960px) {
    /* For ipad phones: */
	
	#pagewrap {
	width: 100%;
}

}

/************************************************************************************
FOR RESPONSIVE TEXT SIZE
*************************************************************************************/

html{
    font-size: 18px;
}
@media screen and (min-width: 500px){
  html{
    font-size: 18px;
  }
}
@media screen and (min-width: 570px){
  html{
    font-size: 18px;
  }
}
@media screen and (min-width: 620px){
  html{
    font-size: 18px;
  }
}
@media screen and (min-width: 680px){
  html{
    font-size: 18px;
  }
}
@media screen and (min-width: 720px){
  html{
    font-size: 18px;
  }
}
@media screen and (min-width: 800px){
  html{
    font-size: 19px;
  }
}
@media screen and (min-width: 860px){
  html{
    font-size: 20px;
  }
}
@media screen and (min-width: 920px){
  html{
    font-size: 21px;
  }
}
@media screen and (min-width: 1000px){
  html{
    font-size: 22px;
  }
}