.job-toggle-description {
	display: block;
	font-weight: bold;
	margin: 1em 0;
}

@media screen and (min-width: 601px) {
	.job-postings {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
	.job-postings > div {
		-moz-flex: 0 0 49%;
		-webkit-flex: 0 0 49%;
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
	}
}

.job-postings > div {
	background: #1e79b5;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding: 1em;
	text-align: center;
}
.job-postings a {
	color: #fff !important;
	text-decoration: none !important;
}
.job-postings > div * {
	color: inherit;
}
.job-apply {
    background: rgba(0,0,0,.50);
    display: block;
    font-weight: bold;
    letter-spacing: .1em;
    padding: .5em 1em;
    text-transform: uppercase;
}