
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
/* CSS for "Open Positions" page
/* 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.positions-container {
	-webkit-flex: 0 1 63%;
	-ms-flex: 0 1 63%;
	flex: 0 1 63%;
}
.positions-container .sidebar {
	-webkit-flex: 0 1 37%;
	-ms-flex: 0 1 37%;
	flex: 0 1 37%;
	background: #070B31;
}
.positions-container .positions {
	-webkit-flex: 0 1 63%;
	-ms-flex: 0 1 63%;
	flex: 0 1 63%;
}
.search-container .cta {
	color: #47ABE1;
	width: 100%;
	box-sizing: border-box;
}
.no-touchevents .search-container .cta:hover {
	color: white;
}
.positions-container > div {
	padding-top: 75px;
	padding-bottom: 75px;
}
.positions-container .sidebar img + img,
.positions-container .sidebar input + input {
	margin-top: 18px;
}
.positions-container .sidebar .search-container > div {
	margin-bottom: 38px;
}
.positions-container .sidebar .search-container {
	max-width: 328px;
	box-sizing: content-box;
}
/*select[name=company] option.portCompany {
	display: none;
}
select[name=portCompany] option.company {
	display: none;
}*/

.clear-filters p {
	font-size: 12px;
	text-transform: uppercase;
	color: #47ABE1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	letter-spacing: 0.15em;
}

.positions-container {
	display: -webkit-flex;
	display: flex;
}
.positions-container .positions {
	padding-left: 62px;
	padding-right: 62px;
}
.positions-container .ajax-loader,
.positions-container .positions .load-button {
	margin-top: 38px;
}
.positions-container .positions .sub-head {
	border-bottom: 2px solid #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.positions-container .positions .postings > div {
	padding: 32px 0;
	border-bottom: 2px solid #d7d7d7;
}
.positions-container .positions .postings .cols {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 22px;
}
.positions-container .positions .postings .cols > div {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 25px;
}
.positions-container .positions .postings .headline {
	font-size: 32px;
	margin-bottom: 32px;
}
.positions-container .positions .postings h4,
.positions-container .positions .postings h3 {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	line-height: 1.35em;
}
.positions-container .positions .postings h4 {
	font-size: 10px;
	margin-bottom: 4px;
	font-weight: 700;
}
.positions-container .positions .postings h3 {
	font-size: 12px;
}

form.filter input[type=text],
form.filter input[type=submit] {
	box-sizing: border-box;
}
form.filter .selectric-wrapper + .selectric-wrapper,
form.filter .selectric-input + .selectric-wrapper,
form.filter #state-province-wrap {
	margin-top: 15px;
}
.page-id-38 #state-province-wrap > *:first-child {
	transition: opacity 0.2s ease;
}