/* 0.1 - ScrollMagic Testing (Remove before Publish) */

.ScrollSceneIndicators {
	z-index: 99999 !important; pointer-events: none;
} 

/* 1.1 - Base Styles */

html, body {
	height: 100%;
}
body {
	color:#fff;
	overflow-x: hidden;	
}
div#wrap {
	position: relative;
	min-height: 100%;
	height: auto;
	text-align: center;
}

/* 1.2 - Typography */

div {
	font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 17px;
  line-height: 28px;
}
strong {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
	font-weight: 500;
}
p {
	line-height: 32px;
	padding-bottom: 20px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.nowrap {
	white-space: nowrap;
}

/* 1.3 - Buttons */

.button, .submitbutton {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	display: block;
	text-align: center;
	padding: 8px 25px;
	border-radius: 7px;
	border: 3px solid white;
	outline: none;
	cursor: pointer;
}
.button {
	background-color: #2aa895;
	max-width: 70px;
	padding: 4px 25px;
	margin-top: 5px;
}
.button:hover {
	background: #1e9481;
	text-decoration: none;
}
.submitbutton {
	-webkit-appearance: none;
	background: #0e86b8;
}
.submitbutton:hover {
	background: #09739f;
}

/* 1.4 - Misc Elements */

hr {
	margin-top: 10px;
    height: 5px;
    border: none;
	background: url(../images/hr.gif) repeat-x;
	opacity: 0.5;
}

/* 1.3 - Headings */

div#h1work, div#h1clients, div#h1contact {
	position: relative;
	margin-right: 132px;
	z-index: 1000;
}
div#h1work h1, div#h1clients h1, div#h1contact h1 {
	display: inline-block;
	width: 137px;
	height: 62px;
	margin: auto;
	color: white;
	font-size: 13px;
	font-weight: 800;
	line-height: 54px;
	text-transform: uppercase;
	position: absolute;
}
div#h1work h1 {
	background: url('../images/h1-work.png') center no-repeat;
	margin-top: -24px;
}
div#h1clients h1 {
	background: url('../images/h1-clients.png') center no-repeat;
	margin-top: -64px;
}
div#h1contact h1 {
	background: url('../images/h1-contact.png') center no-repeat;
	margin-top: 27px;	
}

/* 1.4 - Block Arcs & Borders */

.arcdown, .arcup {
	margin: 0 -20px;
	overflow-x: !important hidden;
	position: relative;
}
.arcdown {
	border-bottom-left-radius: 70% 60px;
	border-bottom-right-radius: 70% 60px;	
	-webkit-box-shadow: 0px 5px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(255,255,255,1);
	box-shadow: 0px 5px 0px 0px rgba(255,255,255,1);
}
.arcup {
	border-top-left-radius: 70% 60px;
	border-top-right-radius: 70% 60px;
	-webkit-box-shadow: 0px -5px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px -5px 0px 0px rgba(255,255,255,1);
	box-shadow: 0px -5px 0px 0px rgba(255,255,255,1);
}

/* 2.1 - Drop Nav */

div#dropnav {
	position: relative;
	width: 100%;
	height: 35px;
	background: #363636;
	margin-top: -16px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
	z-index: 1100;
}

/* 2.2 - Header */

div#headerblock {
	background: #b72306;
	z-index: 800;
	padding: 0 60px;
}
div#headercontent {
	margin: auto;
	max-width: 700px;
}
div#guidelogo {
	padding-top: 60px;
}
div#headercopy {
	padding: 30px 0;
}
div#services {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 80px 30px;
	-moz-column-width: 210px; /* Firefox */
    -webkit-column-width: 210px; /* webkit, Safari, Chrome */
    column-width: 210px;
}
ul#servicelist li {
	color: #ffdd56;
	font-weight: 600;
	text-align: left;
	margin: 0;
	padding: 0 23px 0 25px;
	display: list-item;
	background: url('../images/disc-services.png') no-repeat 0px 5px;
}

/* 2.3 - Work */

.work-container {
	max-width: 1200px;
	text-align: center;
	margin: auto;
	padding: 80px 40px 0 40px;
	clear: both;
}
div#workblock1, div#workblock2, div#workblock3 {
	margin-top: -35px;
	clear: both;
	background: rgba(0,100,0,0.2);
}
div#workblock1 {
	background: #414140;
	padding: 30px 0 100px 0;
	margin-bottom: -35px;
	z-index: 700;
}
div#workblock2, div#workblock2-bottom {
	background: #bbbbbb;
	z-index: 760;
	min-height: 50px;
}
div#workblock2 {
	padding: 0 0 20px 0;
	color: #3b3b3b;
}
div#workblock3 {
	background: #414140;
	padding: 20px 0 120px 0;
	z-index: 700;
}
div#workblock1 h2, div#workblock2 h2, div#workblock3 h2 {
	clear: both;
	z-index: 805;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 20px;
}
div#workblock1 img, div#workblock2 img, div#workblock3 img {
	width: 100%;
	padding-bottom: 40px;
}
.work-left, .work-right {
	position: relative;
	width: 46%;
	text-align: left;
	padding: 0 2%;
}
.work-left {
	float: left;
}
.work-right {
	float: right;
}

/* 2.4 - Clients */

div#clientsblock-top, div#clientsblock-bottom {
	background: #088c7a;
	z-index: 700;	
}
div#clientsblock-top {
	margin-top: -35px;
}
div#clientsblock-bottom {
	min-height: 50px;
	margin-bottom: -35px;
}
div#clients {
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	padding: 55px 0 0 0;
	text-align: center;
	-moz-column-width: 274px; /* Firefox */
    -webkit-column-width: 274px; /* webkit, Safari, Chrome */
    column-width: 274px;
}
ul#clientlist li {
	margin: 0;
	padding: 0;
	display: list-item;
}


/* 2.5 - Contact */

div#contactblock {
	background: #e3c000;
	min-height: 300px;
	text-align: center;
	padding: 25px;
}
div#cform {
	max-width: 800px;
	min-height: 300px;
	margin: 60px auto 0 auto;
}
div#cform-left, div#cform-right {
	width: 46%;
	text-align: left;
	margin-left: 2%;
}
div#cform-left {
	float: left;
}
div#cform-right {
	float: right;
}
div#cform-right-bottom {
	padding: 16px 20px 0 0;
	text-align: right;
}

/* 2.5.1 - Contact Form Elements */

.errorstring {
	font-size: 15px;	
	color: #d42907;
	font-weight: 600;
	display: inline;
	margin-left: 20px;
}
}
div#cform label {
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
}
div#cform .textfield, textarea {
	font-size: 18px;
	padding: 12px;
	color: white;
	display: block;
	border: 0;
	background: #ae9300;	
	width: 90%;
}
div#cform .textfield {
	line-height: 26px;
}
div#cform textarea {
	height: 210px;
	resize: none !important;	
}
div#cformcomplete {
	max-width: 100%;
	margin: 80px 10% 30px 10%;
	padding: 50px;
	background: #525252;
	color: #ffffff;
	text-align: left;
}
div#cformcomplete h2 {
	font-size: 48px;
	margin-bottom: 30px;
}
div#cformcomplete p {
	font-size: 16px;
	line-height: 24px;
}
div#cformcomplete p label {
	line-height: 10px;
	font-weight: 700;
}
div#cformcomplete a {
	font-size: 16px;
	font-weight: 700;
	color: #00d6e3;
}

/* 2.6 - Footer */

div#footerblock {
	background: #363636;
	min-height: 110px;
	text-align: center;
}
div#footer {
	text-align: center;
	margin: 0 auto 0 40px;
}
div#footer-left {
	float: left;
	margin-top: 22px;
	border-right: #9c9c9c solid 1px;
	height: 61px;
}
div#footer-left img {
	margin: 4px 10px 0 0;
	transition: opacity 0.5s ease;
}
div#footer-left a:hover img {
	opacity: 0.7;
}
div#footer-right {
	font-size: 16px;
	color: #ffffff;
	float: left;
	margin: 35px 0 0 20px;
	text-align: left;
}

/* 3.1 – Desktop Slim */

@media only screen and (min-width: 768px) and (max-width: 1026px) {
}

/* 3.2 - Tablet Landscape */

@media only screen and (min-width: 600px) and (max-width: 797px) {
	div#dropnav { position: relative; }
	.arcdown, .arcup { margin: 0; }
	.arcdown { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
	.arcup  { border-top-left-radius: 0; border-top-right-radius: 0; }	
	.work-left, .work-right { float: none; display: block; width: 65%; margin: auto; }
	div#services { max-width: 460px; }
}

/* 3.3 - Mobile Landscape */

@media only screen and (min-width: 510px) and (max-width: 629px) {
	div#dropnav { position: relative; }
	.arcdown, .arcup { margin: 0; }	
	.arcdown { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
	.arcup  { border-top-left-radius: 0; border-top-right-radius: 0; }
	.work-left, .work-right { float: none; display: block; width: 80%; margin: auto; }
	.work-left a, .work-right a { text-align: center; }
	div#services { max-width: 220px; }
	div#cform-left, div#cform-right { width: 100%; float: none; }
	div#cformcomplete { padding: 25px; }
	div#footer-left { border: none; float: none; display: block; margin: 0; padding: 20px 0 0 0; }
	div#footer-right { display: block; float: none; text-align: center; margin: 0; padding: 0 0 20px 0; }
}

/* 3.4 - Mobile Portrait */

@media only screen and (max-width: 509px) {
	div#dropnav { position: relative; }
	.arcdown, .arcup { margin: 0; }	
	.arcdown { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
	.arcup  { border-top-left-radius: 0; border-top-right-radius: 0; }	
	.work-left, .work-right { float: none; display: block; width: 96%; margin: 0 3%; }
	div#services { max-width: 220px; }
	.work-container { padding: 80px 20px 0 20px; }
	div#workblock1, div#workblock2, div#workblock3 { padding-right: 40px; }
	div#workblock1 h2, div#workblock2 h2, div#workblock3 h2 { font-size: 42px; font-weight: 200; }
	div#cform-left, div#cform-right { width: 100%; float: none; }
	div#cformcomplete { padding: 25px; }	
	div#footer { margin: 0; }	
	div#footer-left { border: none; float: none; display: block; margin: 0; padding: 20px 0 0 0; }
	div#footer-right { display: block; float: none; text-align: center; margin: 0; padding: 0 0 20px 0; }
}