/* Career Listing ----- */
.m-careers-list li { border-bottom: 1px solid #f4f4f4; }
.m-careers-list a { display: block; padding: 2em 1em; text-decoration: none; }
.m-careers-list a:hover { background-color: #fcfcfc; }
.m-careers-name { margin-top: 0; margin-bottom: .25em; font-weight: 300; }
.m-careers-info { margin-bottom: 0; }
.m-careers-info span,
.m-careers-details .m-careers-date { display: inline-block; margin-right: 1em; color: #686868; font-size: 11px; font-size: .675rem; letter-spacing: .5px; }
.m-careers-location { background: url("../images/icon-location.png") left center no-repeat; padding-left: 15px; }
.m-careers-date { background: url("../images/icon-clock.png") left center no-repeat; padding-left: 20px; }
.m-careers-type { display: inline-block; border-radius: 50em; text-transform: uppercase; margin-bottom: 0; padding: .25em 1em; background-color: #6e6e6e; color: #fff; font-size: 11px; font-size: .675rem; letter-spacing: 1px; }
.m-careers-type.full-time { background-color: #22a7f0; }
.m-careers-type.part-time { background-color: #e87e04; }


/* Career Details ----- */
.m-careers-details .m-careers-info { margin-bottom: 1.5em; }
.m-careers-details .m-careers-info span { margin-bottom: .25em; }
.m-careers-details .m-careers-type { color: #fff; }
.m-careers-details .m-careers-date { margin-right: 0; }
.m-careers-sidebar,
.buttons { margin-top: 2em; }
.buttons .btn { margin-top: 0; }


/* Careers Application ----- */
.m-careers-application li { margin-bottom: 1em; }
.m-careers-application legend { margin-bottom: 0; }
.sidebar .m-careers-details { padding: 2em 2.5em 1.5em; background-color: #f9f9f9; }



@media screen and (min-width: 769px) {
	/* Career Listing ----- */
	.m-careers-row a { padding: 1.5em 150px 1.5em 1.5em; }
	.m-careers-info span { margin-right: 2em; /*min-width: 125px;*/ }
	.m-careers-list .m-careers-type { position: absolute; right: 1.5em; top: 50%; margin-top: -12px; }


	/* Career Details ----- */
	.m-careers-sidebar { margin-top: 0; }
	.m-careers-sidebar .m-careers-row a { padding-right: 1.5em; }
	.m-careers-sidebar .m-careers-location { margin-bottom: 1em; }
	.m-careers-sidebar .m-careers-type { position: static; }
}
