
.pageBanner
{
	background-image: url('/images/client-head-mobile.jpg');
	color: #FFFFFF;
	background-color: #262626;
}

.pageBanner p
{
	vertical-align: baseline;
	font-size: 1.2em;
	max-width: 500px;

}
.pageBanner span
{
	vertical-align: baseline;
}
.pageBanner a
{
	font-size: 1em;
	padding: 12px 15px;
}
.noMobile
{
	display: none;
}


h1
{
	font-size: 2em;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: ProximaNova-Regular;
}

.aboutSec
{
	padding-top: 40px;
	padding-bottom: 80px;	
}
.grayBack
{
	background-color: #e6e6e6;
}

.whiteBack
{
	background-color: #FFFFFF;
}

.textDiv
{
	width: 60%;	
	box-sizing: border-box;
	padding-top: 30px;
}
.imgDiv
{
	width: 40%;
	box-sizing: border-box;
}
.leftDiv
{
	float: left;
}
.rightDiv
{
	float: left;
}
.leftDiv img
{
	float: right;
	padding-right: 30px;
}
.aboutWrap img
{
	padding-left: 30px;
}

#customerLogos
{
	text-align: center;
	background-color: #FFFFFF;
}
#customerLogos p
{
	font-family: ProximaNova-Regular;
	color: #666666;
	font-size: 1.1em;
	padding-top: 40px;
	padding-bottom: 40px;
}
#customerLogos div
{
	background-image: url('/images/client-logos-2017-3.png');
	background-position: center top;
	background-repeat: no-repeat;
	height: 170px;	
	padding-bottom: 30px;

	margin-left: 20px;
	margin-right: 20px;
	background-size: contain;
}
#recruitBack
{
	background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/home-back-ab1.jpg');
}
#chartBack
{
	background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/home-back-chart.jpg');	
}

h2
{
	font-family: ProximaNova-Bold;
	font-size: 1.5em;
	line-height: 1.2em;
	padding-bottom: 20px;
	padding-left: 20px;
}

.textDiv p
{
	font-family: ProximaNova-Regular;
	line-height: 1.5em;
	color: #444444;
	font-size: 1.1em;
	padding-left: 20px;
}

.rightDiv.textDiv
{
	padding-right: 5px;
}


#quoteSection
{
	background-color: #ebebeb;	
	padding-top: 60px;
	padding-bottom: 50px;
}
#quoteSection .steps123
{
	width: 100%;
	background-color: #ebebeb;
}

#quoteSection li
{
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 35px;

}
.quoteWrap
{
	background-color: #ebebeb;
	padding-bottom: 50px;
}
.quoteBackground
{
	padding: 20px;
	color: #5e5d5d;
	font-family: sans-serif;
	background-color: #FFFFFF;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
}
.quoteBackground p
{
	line-height: 1.5em;	
	font-size: 1.1em;
}
.quoteTriangle
{
	float:left;
	padding-left: 30px;
}
.quoteBackground img
{
	padding-bottom: 20px;
}
.quoteName
{
	float: left;
	width: 75%;
	padding-left: 10px;
	padding-top: 15px;
}
.quoteName img
{
	max-width: 30px;
	float: left;
}
.quoteDeets
{
	float: left;
	padding-left: 15px;
	width: 60%;
	text-align: left;
}
.quoteDeets h6
{
	text-align: left;
	font-family: sans-serif;
	font-weight: bold;

	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 6px;
	line-height: 1.4em;	
}
.quoteDeets p
{
	font-family: sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;	
}

@media screen and (min-width: 550px) {

	h1
	{
		max-width: 800px;
		margin-left:auto;
		margin-right:auto;
		font-size: 2.8em;
		padding-top: 45px;

		padding-left: 40px;
		padding-right: 40px;

	}

	#customerLogos div
	{
		background-image: url('/images/client-logos-2017-2.png');
		height: 120px;	
	}


	#quoteSection h3
	{
		font-family: ProximaNova-Bold;
		font-weight: normal;		
		padding-bottom: 20px;
	}
	#quoteSection h4, .quoteDeets p
	{
		font-family: ProximaNova-Regular;
	}

	#quoteSection li
	{
		float: left;
		width: 30%;
		margin-right: 1.65%;
		margin-left: 1.65%;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.quoteBackground
	{
		min-height: 320px;
	}

	.quoteDeets
	{
		float: left;
		padding-left: 0px;
		width: 80%;
		text-align: left;
	}


}

@media screen and (min-width: 650px) {
	.quoteBackground
	{
		min-height: 250px;
	}
}

@media screen and (min-width: 770px) {

	.textDiv p
	{
		font-size: 1.3em;
	}

	.aboutSec
	{
		padding-top: 80px;
	}

	#customerLogos p
	{
		font-size: 1.3em;
	}

	#customerLogos div
	{
		background-image: url('/images/client-logos-2017-1.png');
		background-position: center top;
		background-repeat: no-repeat;
		height: 60px;	
		padding-bottom: 30px;
	}

	.pageBanner a
	{
		font-size: 1.15em;
		padding: 18px 20px;
	}

	h1
	{
		font-size: 4.0em;
		padding-top: 80px;
		font-family: ProximaNova-Bold;
	}

	.pageBanner p {
		font-size: 1.6em;
		max-width: 600px;
	}

	.pageBanner
	{
		background-image: url('/images/client-head2.jpg');
		color: #FFFFFF;
		height: 450px;
	}


	.noMobile
	{
		display: inline;
	}

	.quoteDeets p
	{
		font-size: 1.1em;
	}
	.quoteDeets h6
	{
		padding-top: 0px;
	}
	.quoteDeets
	{
		width: 50%;
		padding-left: 10px;
	}
	.quoteBackground
	{
		min-height: 220px;
	}

	#quoteSection li
	{
		width: 28%;
		margin-right: 2.65%;
		margin-left: 2.65%;
	}	
}

@media screen and (min-width: 1000px) {

	h1
	{
		font-size: 4.5em;
		padding-top: 125px;
	}

	.pageBanner
	{
		height: 550px;
	}


	.leftDiv
	{
		padding-right: 40px;
	}
	.rightDiv
	{
		padding-left: 40px;
	}
	h2
	{
		font-family: ProximaNova-Regular;
		font-size: 2.2em;
		line-height: 1.2em;
		padding-bottom: 20px;
		padding-left: 0px;
	}
	.textDiv p
	{
		font-family: ProximaNova-Regular;
		line-height: 1.5em;
		color: #444444;
		font-size: 1.3em;
		padding-left: 0px;
	}
	.aboutWrap
	{
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.leftDiv.textDiv
	{
		padding-left: 40px;
	}
}


@media screen and (min-width: 1200px) {

	.quoteBackground
	{
		min-height: 100px;
	}

	.quoteDeets
	{
		width: 60%;
	}
	#quoteSection .steps123
	{
		width: 90%;
	}


}

@media screen and (min-width: 1500px) {

}