/* 
  -----------------------------------
  PVII Synergy
  by Project Seven Development
  www.projectseven.com
  Structural CSS
  -----------------------------------
*/

body {
	margin: 0px;
}
h1, h2, h3, h4, p {
	margin: 0 0 10px 0;
}
p {
	font-size: 100%;
	margin: 0 0 10px 0;
	line-height: 137%;
}
h1 {
	font-size: 255%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 110%;
	margin: 0 0 10px 0;
	text-align: center;
}
h2 {
	font-size: 185%;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 148%;
	text-align: center;
}
h3 {
	font-size: 165%;
	font-weight: bold;
	font-style:italic;
	color: #D66353;
	margin: 60px 0 20px 0;
	text-align: left;
}
h4 {
	font-size: 200%;
	font-weight: bold;
	line-height: 148%;
	color: #58AA4D;
}
p img, h1 img, h2 img, h3 img, h4 img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.p7dmm-spcr {
	background: none !important;
}
.synergy-row .column-group .synergy-column {
	box-sizing: border-box;
}
.synergy-column {
	float: left;
}
.reverse {
	box-sizing: border-box;
	float: right;
}
.synergy-row:after, .column-group:after {
	content: "";
	display: table;
	clear: both;
}
.column-5 {
	width: 5%;
}
.column-10 {
	width: 10%;
}
.column-15 {
	width: 15%;
}
.column-20 {
	width: 20%;
}
.column-25 {
	width: 25%;
}
.column-30 {
	width: 30%;
}
.column-33 {
	width: 33.3334%;
}
.column-35 {
	width: 35%;
}
.column-40 {
	width: 40%;
}
.column-45 {
	width: 45%;
}
.column-50 {
	width: 50%;
}
.column-55 {
	width: 55%;
}
.column-60 {
	width: 60%;
}
.column-65 {
	width: 65%;
}
.column-70 {
	width: 70%;
}
.column-75 {
	width: 75%;
}
.column-80 {
	width: 80%;
}
.column-85 {
	width: 85%;
}
.column-100 {
	width: auto;
	float: none !important;
}

/*Column Group Widths*/
.column-group.max-980 {
	max-width: 980px;
	margin: auto;
}
.column-group.max-1024 {
	max-width: 1024px;
	margin: auto;
}
.column-group.max-1200 {
	max-width: 1200px;
	margin: auto;
}
.column-group.max-1440 {
	max-width: 1440px;
	margin: auto;
}
.column-group.max-1600 {
	max-width: 1600px;
	margin: auto;
}

/*Row Backgrounds*/

.fixed-bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

/*Tom Custom Classes*/
.center {
	text-align: center;
}
.white {
	color: #FFFFFF;
}
.green {
	color: #00FF00;
}
.bold {
	font-weight: bold;
}
.frut {
	font-family: Frutiger, "Frutiger Linotype", Univers, "DejaVu Sans Condensed", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gray {
	color: #666666;
	font-size: 118%;
	line-height: 137%;
}
a {
	color: #0984c7;
}
#section-1 {
	width: 100%;
	padding: 16px 0 0 0;
}
#section-1 #logo {
	max-width: 73.5%;
	height: auto;
	margin: 0 13.2% 0 13.3%;
	border: 0;
}
#footer {
	background-color: #FFFFFF;
	color: #000000;
}
#footer p {
	margin-top: 6px;
	line-height: 20px;
}
#footer a {
	color: #000000;
}

/*Media Queries*/

/*Small screens - all devices - hamburger nav kicks in*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
	.synergy-row .column-group .synergy-column { float: none; width: auto !important;}
	.reverse {float: none; width: auto !important;}
	#section-1 {padding: 0 0 0 0;}
	#section-1 #logo {max-width: 84%;margin: 0 8% 25px 8%;}
}
	
/*Extra Small screens - all devices*/
@media only screen and (min-width: 0px) and (max-width: 480px) {
	.synergy-row .column-group .synergy-column { float: none; width: auto !important;}
	.reverse {float: none; width: auto !important;}
	#section-1 #logo {max-width: 95%;margin: 0 2.5% 25px 2.5%;}
	#footer p {font-size: 0.8em;}
}
/*Smartphones*/
@media only screen and (max-device-width: 480px) {
	.synergy-row .column-group .synergy-column { float: none; width: auto !important;}
	.reverse {float: none;}
	#footer p {font-size: 0.8em;}
}
