@charset "utf-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,fieldset,form,label,legend,table,caption {
	border:0;margin:0;padding:0;font-weight:300;
}
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{
	display:block
}

/* Global Settings */

html {
	
}
body {
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1.25em;
	font-family:"Roboto", sans-serif;
	font-weight:300;
	color:#31525b;
	background-color:#fff;
}
h1, .h1, h2, .h2, h3, .h3 {
	font-weight:600;
	line-height:1.25em;
}
h1, .h1 {
	font-size:250%;
	line-height:1.2em;
	margin:.5em 0 .5em 0;
}
h1.secondary {
	line-height:1em;
	margin:0 0 .5em 0;
}
h2, .h2 {
	font-size:150%;
}
h3, .h3 {
	font-size:125%;
}
a:link, a:visited, a:active {
	color:#1a5966;
}
a:hover {
	color:#207080;
	text-decoration:underline;
}
img, object, embed {
	max-width:100%;
}
img {
	height:auto;
	max-width:100%;
}
p {
	margin:0 0 3em 0;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a img {
	border:0
	max-width:100%;
}
figure {
	position:relative
}
figure img {
	width:100%
	max-width:100%;
}

/* 2025 settings */

div.homeabovefold {
	position:absolute;
	top:0;
	left:0;
	z-index:-2;
	width:100%;
	height:75vh;
	margin:0;
	padding:0;
}
div.heroimg {
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:75vh;
	background-image:url("../img/cspHome2025-desktop.jpg");
	background-position:center center;
	background-size:cover;
}
div.heroimg h1 {
	line-height:66vh;
	text-align:center;
	color:#fff;
}
div.homesubheadings {
	position:relative;
	max-width:100%; 
	margin-top:calc(70vh);
	left:0;
}
div.homesubheading {
	float:left;
	width:calc(25% - 30px); 
	margin:0 40px 0 0;
	padding:4em 0em;
	font-weight:600 !important;
	text-align:center;
	box-shadow:0 5px 15px rgba(0,0,0,0.17);
	border-radius:20px;
}
div.hshlast {
	margin-right:0;
}
div.homesubheading .h2 {
	font-weight:600;
}
.bgBody {
	background-color:#f2f2f2;
}
.bgDarkBlue {
	background-color:#31525b;
	color:#fff;
}
.bgLightBlue {
	background-color:#b3dee5;
}
.bgOrange {
	background-color:#ffa101;
	color:#fff;
}
.bgPaleYellow {
	background-color:#fae6b1;
}
.bgWhite {
	background-color:#fff;
}
div#topbar {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0;
}
div.topbarsecondary {
	box-shadow:0 5px 15px rgba(0,0,0,0.17);
}
div#headerLogo {
	float:left;
	padding:2em 0 2em 2em;
}
div#headerLogo img {
	max-width:300px;
	height:auto;
}
div#headerNav {
	float:right;
	text-align:right;
	padding:1.5em 2em 1.5em 0;
}
div#headerNav a {
	margin:0 0 0 1em;
	color:#000;
	line-height:44px;
	text-decoration:none;
}

/* End 2025 settings */

div.wrapper {
	width:100%;
	position:relative;
	text-align:left;
}
div.maincontentcontainer {
	width:100%;
}
div.maincontent{
	clear:both;
	margin:0 auto;
	position:relative;
}
div.width {
	max-width:1280px;
	margin:0 auto;
}
div.section {
	clear:both;
	padding:0;
	margin:0;
}
.breaker {
	clear:both;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1;
}
.col {
	display:block;
	float:left;
	margin:0 0% 0 0;
}
.col:last-child {
	margin-right:0;
}
.span_1_of_3 {
	width:33.3%; 
}
.span_2_of_3 {
	width:65.5%; 
}
.span_1_of_4 {
	width:22.75%; 
}
.span_2_of_4 {
	width:48.5%; 
}
.span_3_of_4 {
	width:74.25%; 
}
.span_full {
	width:100%;
	margin:0;
}
div.margin {
	margin:1em 1em 0 1em;
}
.padding {
	padding:2em;
}
img.homePic {
	display:block;
}
div.center {
	text-align:center;
}
div.clear {
	clear:both;
}
form input, form textarea {
	margin:0;
	padding:1em;
	width:100%;
	border:1px solid #bfbfbf;
	background:rgba(255,255,255,0.85);
}
form input:focus, form textarea:focus {
	background:white;
}
a.btn, button {
	display:inline-block;
	padding:.75em 1.5em;
	background-color:#ffa101;
	color:white;
	font-size:125%;
	border:none;
	border-radius:35px;
	font-weight:700;
	cursor:pointer;
	text-decoration:none;
	transition-duration: 0.25s;
}
a.btn:hover, button:hover {
	background:#31525b;
}
form input.contactField1 {
	display:none;
}
ul.homepagelist li {
	margin-bottom:1em;
}

/* Mobile Settings */

@media (max-width:769px) {

/* 2025 */

div.homeabovefold {
	height:50vh;
}
div.heroimg {
	height:50vh;
	background-image:url("../img/cspHome2025-mobile.jpg");
	background-position:top center;
}
div.heroimg h1 {
	font-size:160%;
	line-height:1em;
	margin-top:35vh;
}
div.homesubheadings {
	max-width:100%;
	margin-top:calc(50vh - 20px);
}
div.homesubheading {
	width:calc(50% - 1px);
	margin:0 1px 1px 0;
	padding:1em 0;
	letter-spacing:0;
}
div.homesubheading .h2 {
	font-size:140%;
	line-height:1em;
}
div.homesubheading:nth-child(even) {
	width:50%;
	margin-right:0;
}
div.homesubheading:nth-child(n+3) {
	margin-bottom:0;
}
div#topbar {
	padding-top:1.5em;
	padding-bottom:.5em;
}
div#headerLogo {
	width:100%;
	text-align:center;
	padding:0 2em;
}
div#headerLogo img {
	max-width:100% !important;
	height:auto;
}
div#headerNav {
	width:100%;
	text-align:center;
	padding:0 1.5em;
}

div.maincontent{
	max-width:100%;
}
.span_1_of_3, .span_2_of_3, .span_1_of_4, .span_2_of_4, .span_3_of_4 {
	clear:both;
	width:100%;
	margin:0;
}

}