@charset "UTF-8";
/* STYLE SHEET - MOBILE */

.headerWrapper {
	width: 100%;
	padding: 0;
	background-image: none;
}

.header-top {
	height: 30px;
}

.header-logo {
	width: 250px;
}

.header-logo img {
	width: 100%;
	height: auto;
}

.header-bottom {
	position: relative;
}

ul.topNav {
	padding: 0;
	margin: 60px 0 0 0;
	list-style: none;
	display: none;
}

ul.topNav li a, ul.topNav li a:visited {
	padding: 15px 20px;
	margin: 5px 0 0 0;
	float: none;
	display: block;
	box-sizing: border-box;
	border-bottom: 1px solid #B1B1B1;
	text-decoration: none;
	color: #54585a;
	-webkit-transition: border-bottom .5s;
    transition: border-bottom .5s;
}

ul.topNav li a:hover, ul.topNav li a:active {
	border-bottom: 1px solid #245ac3;
}

#menuOpen {
	display: inherit;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	padding: 8px 20px;
	background-color: #245ac3;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	left: 20px;
	font-family: 'Oswald', sans-serif;
}

.footerBlock {
	width: 50%;
	margin-bottom: 20px;
}

.contactDetails {
	float: none;
	width: 100%;
	margin: 0 0 50px 0;
}

.contactForm {
	float: none;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px;
	background-color: #efefef;
}

/* -------------------- JOBS LIST -------------------- */

.careerWrapper {
	width: 100%;
	display: inherit;
	box-sizing: border-box;
}

.careerLeft {
	box-sizing: border-box;
	display: block;
}

.careerRight {
	box-sizing: border-box;
	padding: 30px;
	background-color: #034ea2;
	color: #fff;
	display: block;
	margin: 50px 0 0 0;
	width: 100%;
}

.career-r1 {
	width: 100%;
	padding: 5px 5px 5px 20px;
	background-image:url(../images/arrow_sml.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.career-r1 h4 {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.career-r2 {
	width: 100%;
	padding: 5px 5px 5px 20px;
	box-sizing: border-box;
}

.career-r1 p, .career-r2 p {
	margin: 0;
	color: #fff;
	font-size: 12px;
}

.careerLocation {
	float: left;
	width: 70%;
}

.careerDate {
	float: right;
	width: 28%;
	text-align: right;
}

.career-r3 {
	width: 100%;
	padding: 5px 5px 5px 20px;
	box-sizing: border-box;
}




/* SMALL SCREENS*/

@media screen and (max-width: 600px) {
	.footerBlock {width: 100%; margin: 0 0 20px 0;}
	.footerBlockLeft {width: 90%; float: none; margin: 0 auto 30px auto;}
	.footerBlockRight {width: 90%; float: none; margin: 0 auto;}
}

@media screen and (max-width: 400px) {
    .header-logo {width: 180px;}
	#menuOpen {font-size: 15px; padding: 7px 15px; top: 10px; left: 10px;}
	.header-bottom {padding: 10px;}
	.contactForm {padding: 15px;}
}