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

body { 
  font-family: 'Open Sans', sans-serif;
  color: #484646;
}
* {
    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%;
}
.righttext {text-align:right;}

/************************************************************************************
LINKS
*************************************************************************************/

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;}

/************************************************************************************
TITLES
*************************************************************************************/
.pagetitle {
    font-size: 1.2rem;
	line-height: 150%;
	text-align:left;
}

.contacts {
    font-size: 0.6rem;
	line-height: 150%;
	padding-top:10px;
	padding-bottom:8px;
	text-align:left;
}
.sectiontitle {
    font-size: 0.9rem;
	text-align:left;
	border-bottom-color:#484646;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:5px;
}
.subtitle {
    font-size: 0.7rem;
	line-height: 150%;
	text-align:left;
	font-weight:500;
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
	
    [class*="col-"] {
        width: 100%;
		text-align:center;
    }
	#pagewrap {
	width: 100%;
}
.righttext {text-align:center;}
}
@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;
  }
}