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

/* 	
	SCeHA
	Date: 4/2016
*/

/* Global Responsive Styles */
@media screen and (min-width: 0px) and (max-width: 1000px) {
 	
	body { font-size: 1.0em; }

	#logosmall {
		float:left;
		padding-left:15px;
	}

	.mobilelogo {
		width: 80%;
	}

	#contentholder {
	padding-bottom:30%;
	width: 90%;
	margin:0px auto;
	}

	#nav {
	display:none;
	}

	#menumobile {
	position: relative;
	display: block;
	font-size:1.1em;
	top: 30px;
	float: right;
	margin-right:20px;
	color:#fff;
	}
	
	#searchbarholder {
	text-align:center;
	}
	
	#masthead { 
	height: auto;
	}
	
	#newsbannerholder {
	font-size:.8em;
	width:90%;
	margin:0px auto;
	}
	
	#featureholder {
	padding-top:.1em;
	padding-bottom:2em;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	#footer {
	padding-top: 3em;
	}
	
	.dontshowme {
	display:none;
	}

	.imgscale {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	}

	.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	}
 
	.vid iframe,.vid object,.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
	
	#FeaturePartners {
	display:none;
}
	
}





/* CSS Styles for phones */
@media screen and (min-width: 0px) and (max-width: 600px) {
 	
	.dontshowme {
	display:none;
	}
	
	h1 {
	font-size:1.5em;
	}
	
	h2 {
	font-size:1.4em;
	}
	
	h3 {
	font-size:1.3em;
	}
	
	#SliderSettings {
	top: 40px;
	}
	
	.Headline {
	font-size:1.5em;
	}

	.SubHeadline {
	font-size:.8em;
	}

}





/* CSS Styles for Tablets */
@media screen and (min-width: 601px) and (max-width: 1000px) {
 	
	.dontshowme {
	display:none;
	}
	
	h1 {
	font-size:2.1em;
	}
	
	h2 {
	font-size:1.8em;
	}
	
	h3 {
	font-size:1.5em;
	}

	#SliderSettings {
	top: 40px;
	}
	
	.Headline {
	font-size:2em;
	}

	.SubHeadline {
	font-size:1.2em;
	}

}


/*  TWO COLUMN RESPONSIVE DROP FOR MOBILE */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}



/* HANDLE TABLE FOR CONTACT DATABASE */

@media screen and (max-width: 600px) {
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  table td:before {
    content: attr(data-label);
    float: left;
  }
}