/* CSS Document */

/* Home Page */

body.home { }

body.home h2 { font-size:30px; font-family: 'Quattrocento Sans', sans-serif; line-height:1.2; color: #5B7569; }
body.home h3 { font-size:20px; margin-bottom: 10px; }

body.home #main-footer { margin-top:0; }

/* Home Page > Services */

#home-services-1 { text-align: center; margin: 40px auto 30px auto; }
#home-services-1 h2 { margin-bottom: 28px; }
#home-services-1 img { display:block; margin: 0 auto 10px auto; }
#home-services-1 p { margin-bottom: 10px; }

/* Home Page > Services 2 */

#home-services-2 { background: #e6e6dc; border-top: 1px solid #d9d9d2; border-bottom: 1px solid #d9d9d2; padding: 60px 0; }
#home-services-2 .span1 { text-align:right; }
#home-services-2 img { display:block; margin: 0 0 10px auto; }
#home-services-2 p { margin-bottom: 10px; }
#home-services-2 ul { margin-bottom:0; list-style:none; }
#home-services-2 ul li { background: url(../images/website/lists/home-bullet.png) no-repeat 5px 10px; padding-left: 15px; border-bottom: 0; }

/* Home Page > Infographic */

#home-infographic { text-align: center; margin: 40px auto 30px auto; }
#home-infographic h3 { font-size: 28px; margin: 0 0 27px 0; }

/* Home Page > Customers */

#home-customers { background: #e6e6dc; border-top: 1px solid #d9d9d2; padding: 30px 0; text-align:center; }
#home-customers .span6 { border-bottom: 1px solid #d0d0c9; margin-bottom: 25px; }
#home-customers .span2 { line-height: 62px; }
#home-customers .span12 { font-size:14px; margin-top: 15px; }
#home-customers h3 { font-size: 16px; }

/* Form Page */

.form-legend { border-bottom: 1px solid #D6D6CF; font-size: 14px; font-family: 'Noto Sans', sans-serif; padding-bottom:10px; }
.wpcf7-form { font-size: 14px; font-family: 'Noto Sans', sans-serif; }
.wpcf7-form div.span4 { text-align:right; line-height:30px; }
.wpcf7-form div.span8 { margin-bottom: 20px; }
.wpcf7-form div.span8.offset4 { margin-top: 10px; margin-bottom: 5px; }
.wpcf7-form div.span8.offset4.submit { margin-top: 50px; }
.wpcf7-form textarea,
.wpcf7-form input { margin-bottom: 0; }
.wpcf7-form input[type="checkbox"] { vertical-align: baseline; margin: 0; width:auto; }
.wpcf7-form label.error { 
	display:inline; 
	padding: 0 5px;
	line-height: 2;
	color: #b94a48;
	font-size: 14px;
	white-space:nowrap;
}
.wpcf7-form textarea.error,
.wpcf7-form input.error { 
	border-bottom: 1px solid #b94a48;
	color: #b94a48;
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wpcf7-form textarea.error:focus,
.wpcf7-form input.error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.wpcf7-form div.wpcf7-response-output {
	margin:0;
	padding:0;
	color: #468847;
	background-color: #dff0d8;
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wpcf7-form div.wpcf7-validation-errors {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}