body.jobs #header-wrapper
{
	background: black;
	margin-bottom: 0;
}

body.jobs #header-wrapper + div.container
{
	display: none;
}

.jobs-page h1,
.jobs-page h2,
.jobs-page h3
{
	color: #47a0a0;
}

.jobs-page h1
{
	background: none;
	box-shadow: none;
	float: none;
	font-weight: bold;
}

.jobs-banner
{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 320px;
	margin-bottom: 40px;
}

.jobs-page
{
	color: #555;
	font-size: 16px;
}

.jobs-page .aside
{
	overflow: visible;
}

.jobs-page .sub-heading,
.jobs-badge
{
	background: #47a0a0;
	color: #fff;
}

.jobs-page .badges
{
	margin-bottom: 30px;
	overflow: auto;
}

.jobs-badge
{
	float: left;
	margin-right: 70px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-transform: uppercase;
	text-align: center;
}

.jobs-badge i
{
	font-size: 50px;
}

.jobs-badge span
{
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	padding: 7px 12px;
}

.jobs-page .sub-heading
{
	padding: 15px;
	border-radius: 10px;
	font-size: 18px;
	margin: 20px 0 30px;
}

.testimonial
{
	margin: 20px 0;
}

.testimonial .image img
{
	border-radius: 50%;
}

.testimonial .testimonial-body
{
	padding-right: 25px;
}

.testimonial .role
{
	padding-right: 40px;
	font-size: 14px;
}

.testimonial .author
{
	font-weight: bold;
	font-size: 18px;
}

.testimonial .role
{
	color: grey;
	text-align: right;
}

#jobs-why
{
	margin-bottom: 30px;
}

#jobs-why li
{
	margin-bottom: 10px;
}

#jobs-why i
{
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.job-listing
{
	margin: 34px 0;
}

.job-listing .col-right
{
	text-align: right;
}

.job-listing .job-title
{
	color: #222;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
}

.job-listing .job-title::before
{
	content: '\2022';
	margin-right: 12px;
}

.job-listing .job-requirements-title
{
	padding-left: 40px;
}

.job-listing .job-requirements
{
	list-style: circle;
	padding-left: 80px;
}

.job-listing .job-location
{
	color: #999;
	font-size: 14px;
}

.job-listing .job-location i
{
	font-size: 24px;
	padding-left: 5px;
}

.job-closing-diff
{
	font-weight: bold;
	text-transform: uppercase;
	color: #47a0a0;
	margin: 15px 0 0;
}

.job-closing-diff .closed
{
	color: red;
}

.job-closing
{
	display: none;
}

.rewards
{
	padding: 0 1em;
}

#job-application
{
	background: #a4a4a4;
	border: 2px solid white;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	color: white;
	padding: 10px;
}

#job-application .title
{
	color: white;
	text-transform: uppercase;
	line-height: 1.3em;
}

#job-application label
{
	font-weight: normal;
	font-size: 12px;
}

#job-application p
{
	font-size: 11px;
}

#job-application .icon-row
{
	overflow: auto;
	margin: 5px 0;
}

#job-application .icon-row > *
{
	float: left;
}

#job-application .icon-row i
{
	width: 10%;
	font-size: 18px;
	position: relative;
	top: 30px;
}

#job-application .icon-row > div
{
	margin: 0;
	width: 90%;
}

#job-application input[type=submit]
{

	background: #47a0a0;
	color: white;
	text-transform: uppercase;
	padding: 7px 15px;
	width: 100%;
	font-size: 18px;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: normal;
}

#job-application .FFRadio label:first-child
{
	margin-right: 10px;
}

#job-application .FFHasError
{
	display: inline-block;
	font-size: 12px;
	margin-top: 3px;
	padding: 3px 8px;
}

.jobs-page .thankyou
{
	background: #a4a4a4;
	border-radius: 15px;
	color: white;
	margin-top: 40px;
	padding: 20px;
}

.jobs-page .thankyou h1
{
	color: white;
	font-size: 40px;
	margin-bottom: .5em;
}

.jobs-page .thankyou .text
{
	text-align: center;
}

.jobs-page .thankyou .text p
{
	font-size: 20px;
}

.jobs-page .thankyou .col
{
	padding: 10px 40px;
}

.jobs-page .thankyou .button
{
	background: #47a0a0;
	border: 1px solid white;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #666;
	color: white;
	display: block;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-size: 24px;
}
