body {
	color: #444;
	width: 100vw;
	overflow-x: hidden;
}
.masthead-section {
	height: 500px;
	background: #333;
	text-align: center;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.masthead-developers {
	background-image: url('../img/jobs-bg-developers.jpg');
}
.masthead-operations {
	background-image: url('../img/jobs-bg-operations.jpg');
}
.masthead-marketers {
	background-image: url('../img/jobs-bg-marketers.jpg');
}
.masthead-sales {
	background-image: url('../img/jobs-bg-sales.jpg');
}
.masthead-consultants {
	background-image: url('../img/jobs-bg-consultants.jpg');
}
.masthead-careers {
	background-image: url('../img/jobs-bg-careers.jpg');
}
.masthead-apply {
	height: 400px;
}
.masthead-careers {
	height: 450px;
	background-position: top center;
}
h1 {
	color: #fff;
	text-align: center;
	padding-top: 170px;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 80px;
	font-weight: 900;
}
.masthead-careers h1 {
	margin-bottom: 0;
}
.masthead-sub-header {
	display: block;
	margin-top: 5px;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
}
.cta {
	display: inline-block;
	box-sizing: border-box;
	padding: 21px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	width: 95%;
	max-width: 250px;
	background-color: #10ad74;
	background-color: rgba(16, 173, 116, 0.85);
	border-radius: 3px;
	text-transform: uppercase;
}

.cta:active {
	transform: translateY(1px);
	-ms-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-webkit-transform: translateY(1px);
}
.sub-header {
	padding: 30px 0px;
}
.gray-background {
	background: #edefed;
}
.sub-section {
	margin: 20px 0px;
}
p {
	margin: 10px 0px;
}
.content-width {
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
.sub-header h2 {
	color: #fff;
	font-size: 1.3em;
	font-weight: 300;
}
.section {
	padding: 60px 0px 50px 0px;
}
.section-gray {
	background: #333;
}
.divider {
	width: 90%;
	max-width: 700px;
	margin: auto;
	height: 1px;
	background: #eee;
	margin-top: 10px;
}
h3 {
	font-size: 2.5em;
	font-weight: 300;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}
.images-left,
.images-right {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
}
.images-left {
	padding-right: 20px;
}
.images-right {
	padding-left: 20px;
}
.images-third {
	display: inline-block;
	width: 33.33%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0px 10px;
}
.why-img {
	width: 100%;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
}
.why-img-header {
	color: #0cbe7d;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 600;
}
.extra-section {
	margin-top: 60px;
}
.extra-section-left {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-right: 50px;
}
.extra-section-right {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
}
.extra-header {
	font-size: 1.4em;
	margin: 0;
}
.extra-p {
	margin-bottom: 20px;
	margin-top: 5px;
}
.extra-img {
	width: 100%;
	border-radius: 2px;
}
.small-gray-section {
	padding: 40px 0px;
	background-color: #f3f3f3;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.small-blue-section {
	padding: 40px 0px;
	background-color: #1394d7;
	border-top: 1px solid #157bb0;
	border-bottom: 1px solid #157bb0;
}
.fun-icon-container {
	max-width: 500px;
	margin: auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.fun-icon {
	width: 50px;
	margin: 0px 20px;
}
.fun-p {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 0;
}
.small-blue-section .fun-p {
	color: #fff;
}
.white-font {
	color: #fff;
}
.position {
	padding: 20px;
	margin: 25px 0px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
#positions {
	font-size: 0;
}
.position-left {
	display: inline-block;
	box-sizing: border-box;
	width: 65%;
	padding-right: 20px;
	vertical-align: middle;
}
.position-right {
	display: inline-block;
	width: 34%;
	text-align: right;
	vertical-align: middle;
}
.position-title {
	display: block;
	font-size: 1.3em;
	color: black;
	font-weight: 600;
	padding-bottom: 1px;
}
.position-location {
	font-size: 0.9em;
	color: #888;
	display: block;
}
.position-btn {
	background-color: #007def;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 9px 15px;
	font-size: 15px;
}
.position-btn:hover {
	border: none;
	background-color: #168bf7;
}
.no-open-positions {
	color: #1a674b;
	text-align: center;
}
.no-open-positions a {
	color: #1a674b;
	text-decoration: underline;
}
.no-open-positions a:hover {
	color: #fff;
}

/* careers*/
.careers-department {
	font-size: 1.4em;
	color: #007def;
	margin-bottom: 0;
	margin-top: 30px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	transition: 0.2s ease;
	padding: 10px 0px 5px 0px;
	text-decoration: underline;
}
.careers-department:hover {
	opacity: 0.8;
}
.careers-section .position {
	margin: 15px 0px;
}
.open-pos {
	background-color: #10ad74;
	color: white;
}
.no-open {
	color: #007def;
}
.careers-department a {
	text-decoration: none;
	color: #999;
	transition: 0.2s ease;
}
.department-hint {
	margin-left: 5px;
	color: red;
	font-size: 0.9em !important;
}
.open-pos h3 {
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	margin-top: 0;
	margin-bottom: 38px;
}
.team-list-holder {
	text-align: center;
}

.equal-opp {
	font-size: 16px;
	color: #444;
	margin: 40px 0px;
}

/*MIKES ADDED RULES*/
.departments-section {
	margin: 60px 0;
}
.department-container {
	display: inline-block;
	width: 48%;
	margin-bottom: 20px;
}
.department-container a {
	text-decoration: none;
}
.department-container:last-child {
	margin-bottom: 0px;
}
.department-container:first-child,
.department-container:nth-child(3) {
	margin-right: 2%;
}
.department-tile {
	display: table;
	background-size: cover;
	height: 240px;
	width: 100%;
}
.sales-tile {
	background-image: url('https://assets-cdn.carwars.com/websites/callbox/sales-careers-bg.png');
}
.consulting-tile {
	background-image: url('https://assets-cdn.carwars.com/websites/callbox/consultant-careers-bg.png');
}
.dev-tile {
	background-image: url('https://assets-cdn.carwars.com/websites/callbox/dev-careers-bg.png');
}
.operations-tile {
	background-image: url('https://assets-cdn.carwars.com/websites/callbox/operations-careers-bg.png');
}
.marketing-tile {
	background-image: url('https://assets-cdn.carwars.com/websites/callbox/marketing-careers-bg.png');
}
.text-container {
	transition: background 0.3s ease;
	display: table-cell;
	vertical-align: middle;
	background: rgba(39, 62, 84, 0.7);
}
.text-container:hover {
	background: rgba(39, 62, 84, 0.3);
}
.department-title {
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 24px;
}
.open-positions {
	color: #42a963;
	font-style: italic;
	text-align: center;
}

.best-title {
	text-align: center;
	margin-bottom: -40px;
	margin-top: -50px;
	transform: translateY(50px);
}

.best-title h3 {
	margin-bottom: 0.5rem;
}

#bestplace {
	width: 33%;
	min-width: 250px;
}

@media screen and (max-width: 660px), screen and (max-device-width: 660px) {
	.department-container {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.department-tile {
		height: 200px;
	}
}

/*END MIKES RULES*/

@media screen and (max-width: 920px), screen and (max-device-width: 920px) {
	h1 {
		font-size: 60px;
	}
	.masthead-sub-header {
		font-size: 18px;
	}
}
@media screen and (max-width: 750px), screen and (max-device-width: 750px) {
	h3 {
		font-size: 1.8em;
	}
	.fun-p {
		font-size: 1em;
	}
	.sub-header h2 {
		font-size: 1.1em;
	}
	.images-third,
	.extra-section-left,
	.extra-section-right {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
	h1 {
		font-size: 40px;
	}
	.images-right,
	.images-left {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.why-img-header {
		margin-bottom: 0px;
	}
	.why-img-p {
		margin-top: 5px;
	}
	.position-left,
	.position-right {
		display: block;
		width: 100%;
		text-align: center;
	}
	.position-left {
		margin-bottom: 20px;
	}
	.position-title {
		font-size: 1.1em;
	}
	.extra-header {
		font-size: 1.2em;
		font-weight: 500;
	}
	.masthead-sub-header {
		font-size: 16px;
	}
}
@media screen and (max-width: 500px), screen and (max-device-width: 500px) {
	h3 {
		font-size: 1.4em;
		font-weight: 600;
	}
	.fun-p {
		font-size: 1em;
	}
	.sub-header h2 {
		font-size: 1em;
	}
}
