.footer{
	margin-top:0;
}

.recruiters-breadcrumbs{
	margin: 15px 0 0;
}

.recruiters-top-row{
	height: 260px;
	text-align: left;
}

.recruiters-top-row h1{
	font-size:28px;
	line-height: 34px;
	letter-spacing: -1px;
	color:#fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	padding: 35px 0 0 0;
	margin:0;
	text-align: center;
}

.recruiters-top-row p:nth-child(3){
	color:#fff;
	max-width: 700px;
	font-size: 15px;
	line-height: 21px;
	padding:0 0px;
	margin: 10px auto;
	text-align: center;
}

.product {
	background: #fdfdfd;
	padding: 0 30px 140px;
	width: 900px;
	border-top: #dfdfdf solid 1px;
	border-left: #dfdfdf solid 1px;
	border-right: #dfdfdf solid 1px;
	margin: 0 auto;
	z-index: 1;
}

.product h2 {
	color: #000;
	text-align: left;
	padding: 70px 0 0;
	margin: 0 40% 10px 0;
	font-size: 24px;
}

.product p {
	text-align: left;
	margin: 0 40% 0 0;
	font-size: 15px;
	line-height: 20px;
	color: #444444;
}

.product:nth-child(2) {
	margin: 210px auto 0;
	border-radius: 7px 7px 0 0;
	position: relative;
}

.grey {
	background: #fdfdfd;
}

.grey h2 {
	margin: 0 0 10px 40%;
}

.grey p {
	margin: 0 70px 0 40%;
	color: #444444;
}

.branded_jobs,
.resume_unlocks,
.homepage_logo,
.featured_jobs,
.targeted_emails{
	background: url('/images/screenshot1.png') no-repeat;
	background-size: 100%;
	float: right;
	height: 225px;
	width: 441px;
	margin: 40px 0 20px 80px;
}

.resume_unlocks{
	background-image: url('/images/screenshot2.png');
	float: left;
	width: 400px;
	margin: 90px 80px 20px 0;
}

.homepage_logo{
	background-image: url('/images/screenshot3.png');
	float: right;
	width: 380px;
	padding: 80px 0 0;
	margin: 50px 0 20px 80px;
}

.featured_jobs{
	background-image: url('/images/screenshot4.png');
	float: left;
	width: 380px;
	margin: 25px 80px 20px 0;
}

.targeted_emails{
	background-image: url('/images/screenshot5.png');
	float: right;
	width: 400px;
	margin: 90px 0 20px 80px;
}

.inquiry-btn{
	clear: none;
	float: left;
	margin: 20px 10px 15px 0px;
}

@media screen and (max-width:940px) {
	.recruiters-top-row p {
		width: auto;
	}

	.product,
	.grey{
		padding:50px 3% 40px;
		width: 92%;
	}

	.product h2,
	.product p,
	.grey h2,
	.grey p{
		margin:15px 0 0 0;
		width:100%;
		text-align: center;
	}

	.product h2,
	.grey h2{
		padding: 10px 0;
	}

	.product p,
	.grey p{
		margin-top:10px;
	}

	.branded_jobs,
	.resume_unlocks,
	.homepage_logo,
	.featured_jobs,
	.targeted_emails{
		float: none;
		margin: 0 auto;
		width: 100%;
		display: block;
		max-width: 300px;
		height: 155px;
	}

	.homepage_logo{
		height: 145px;
	}

	.featured_jobs{
		height: 175px;
	}

	.targeted_emails{
		height: 130px;
	}

	.inquiry-btn{
		display: block;
		clear: both;
		float: none;
		margin:20px auto 0 auto;
	}
}

@media screen and (max-width:480px) {
	.recruiters-top-row h1{
		padding: 10px 0 0 0;
	}
}