@import url("../webfonts/poppinsReg/stylesheet.css");
@import url("../webfonts/ralewayBold/stylesheet.css");
@import url("../webfonts/poppinsBold/stylesheet.css");
/* CSS Document */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

p, h1, h2, h3, h4 {
	margin-right: 10px;
	margin-left: 10px;
}
#servicesHeader h1 {
	overflow: hidden;
	text-align: center;
}
#servicesHeader h1:before, #servicesHeader h1:after {
	background-color: #a21418;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 25%;
}
#servicesHeader h1:before {
	right: 0.5em;
	margin-left: -50%;
}
#servicesHeader h1:after {
	left: 0.5em;
	margin-right: -50%;
}
#servicesHeader {
	background-image: url(../images/bg/servicesHeader.jpg);
	background-repeat: no-repeat;
	background-position: -1100px;
	text-align: center;
	background-color: #FFF;
}
.mainheader {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: ralewayBold, sans-serif;
	font-size: 28px;
	font-style: normal;
	color: #000;
	line-height: 128px;
}
#ot p, #pt p, #sn p, st p {
	font-family: poppinsReg, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #666;
	margin-top: 0px;
	margin-bottom: 8px;
}
#servicesIntro {
	text-align: center;
}
@media only screen and (min-width: 481px) {
#servicesHeader {
	background-image: url(../images/bg/servicesHeader.jpg);
	background-repeat: no-repeat;
	background-position: -1000px;
	text-align: center;
	background-color: #FFF;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {
p, h1, h2, h3, h4 {
	margin-right: 0px;
	margin-left: 0px;
}
#servicesHeader {
	background-image: url(../images/bg/servicesHeader.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.mainheader {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: ralewayBold, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #000;
	line-height: 128px;
}
#ot p, #pt p, #sn p, st p {
	font-family: poppinsReg, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #9c9c9c;
	margin-top: 0px;
	margin-bottom: 8px;
}
}
@media only screen and (min-width: 1300px) {
#ot p, #pt p, #sn p, #st p, #servicesIntro p {
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #666;
	margin-top: 0px;
	margin-bottom: 8px;
}
#ot h2, #pt h2, #sn h2, #st h2, #servicesIntro h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #000;
	line-height: normal;
	margin-bottom: 0px;
}
}
.hb {
	margin-bottom: 7px;
}
.left {
	float: left;
	width: 60%;
	margin-right: 5px;
}
