/*/////////////////////////////////////////////
//// BEGIN: Section - Careers
/////////////////////////////////////////////*/
.section-careers {
	background: #000;
	color: #fff;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: Hovers */
@media screen and (min-width: 768px) {
}

/* BEGIN: Responsive */
@media screen and (max-width: 1366px) {
}

/* BEGIN: iPad / Mobile */
@media screen and (max-width: 960px) {
}

/* BEGIN: Mobile */
@media screen and (max-width: 767px) {

	.section-careers {
		height: auto;
	}
}
/* FIN */