
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
/* CSS for "Job Posting" page
/* 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.page-id-627 .mast {
    padding-bottom: 135px;
}
.page-id-627 .mast .cols h3 {
	font-size: 12px;
	margin-bottom: 8px;
	font-weight: 700;
}
.page-id-627 .mast .cols h2 {
	font-size: 14px;
	margin-bottom: 34px;
	line-height: 1.4em;
}
.page-id-627 .mast .cols h2,
.page-id-627 .mast .cols h3 {
	color: white;
	font-family: "Gotham-Book", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.page-id-627 .mast .content {
	max-width: 1040px;
	padding-right: 40px;
	padding-top: 30px;
}
.page-id-627 .mast .content > h2 {
	border-bottom: 2px solid #41a3d8;
	padding-bottom: 30px;
	margin-bottom: 35px;
	display: inline-block;
    font-size: 38px;
}
.page-id-627 .mast .content .cols > div {
	display: inline-block;
	padding-right: 56px;
}
.page-id-627 .mast .back {
	position: absolute;
	color: white;
	bottom: -95px;
	left: 13px;
	text-transform: uppercase;
	font-family: "Gotham-Book";
	font-size: 12px;
	letter-spacing: 0.15em;
}
.page-id-627 .mast .back svg {
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 15px;
	transition: transform 0.2s ease;
}
.no-touchevents .page-id-627 .mast .back:hover svg {
	-ms-transform: translateX(-4px);
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}
