/* http://meyerweb.com/eric/tools/css/reset/
		v2.0 | 20110126
		License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 15, 2016 */
@font-face {
	font-family: 'ainslie_cond_bold';
	src: url('fonts/insigne_-_ainslie-conbol-webfont.eot');
	src: url('fonts/insigne_-_ainslie-conbol-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/insigne_-_ainslie-conbol-webfont.woff2') format('woff2'),
		url('fonts/insigne_-_ainslie-conbol-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ainslie_cond_demi_it';
	src: url('fonts/insigne_-_ainslie-condemit-webfont.eot');
	src: url('fonts/insigne_-_ainslie-condemit-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/insigne_-_ainslie-condemit-webfont.woff2') format('woff2'),
		url('fonts/insigne_-_ainslie-condemit-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Lagardere Jobs Portal Styling */
html {
	font-size: 100%;
}
body {
	background: #50a1ad url('images/bg.jpg') top center no-repeat;
	color: #403e3e;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "ainslie_cond_bold", sans-serif;
	font-weight: normal;
	margin-top: 1em;
}
a {
	color: #50a1ad;
	text-decoration: none;
}
a:hover {
	color: #327f8a;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
pre {
	max-width: 100%;

	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
address {
	margin: 1em 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.screen-reader {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
		left: -1px;
		top: -1px;
	direction: ltr;
	text-indent: -99999px;
}
.clearfix {
	clear: both;
}

#contain-outer {
	background: white;
	height: auto;
	min-height: 100vh;
	margin: 0 auto;
	padding: 2em 0;
	width: 924px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.3);
}
#contain-inner {
	margin: 0 auto;
	width: 860px;
}

header {
	background: #50a1ad url('images/banner.jpg') top center no-repeat;
	color: white;
	margin: 0 auto 4px;
	height: 216px;
	overflow: auto;
	width: 100%;
}
header #logo {
	background: url('images/logo.png') top center no-repeat;
	height: 53px;
	margin: 10px auto;
	text-indent: -9999px;
	width: 154px;
}
header #sublogo {
	font-family: "ainslie_cond_demi_it", sans-serif;
	font-size: 30px;
	line-height: 42px;
	margin: 0;
	padding: 4px 0 0;
	text-align: center;
	width: 120px;
}

nav {
	height: auto;
	font-family: "ainslie_cond_bold", sans-serif;
	font-weight: normal;
	margin: 4px auto;
	overflow: auto;
	width: 100%;
}
nav ul li {
	background: #50a1ad;
	border-right: 4px solid white;
	display: block;
	float: left;
	height: 42px;
	margin: 0;
	padding: 2px;
	text-align: center;
	width: 16.66666666666667%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background: -webkit-linear-gradient(-43deg,	#66c2cf 0%,#327f8a 100%); /* Chrome10-25,Safari5.1-6 */
	background: -moz-linear-gradient(-43deg,	#66c2cf 0%, #327f8a 100%); /* FF3.6-15 */
	background: linear-gradient(137deg,	#66c2cf 0%,#327f8a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c2cf', endColorstr='#327f8a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
nav ul li:last-child {
	border-right: 0;
}
nav ul li.ui-tabs-active, nav ul li:hover {
	background: #38383b;
	background: -webkit-linear-gradient(-43deg,	#939598 0%,#38383b 100%); /* Chrome10-25,Safari5.1-6 */
	background: -moz-linear-gradient(-43deg,	#939598 0%, #38383b 100%); /* FF3.6-15 */
	background: linear-gradient(137deg,	#939598 0%,#38383b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939598', endColorstr='#38383b', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
nav ul li a {
	display: block;
	color: white;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-decoration: none;
}
nav ul li a:hover {
	color: white;
}

#main {
	margin: 4px auto;
}

#main .hero {
	background: #50a1ad;
	background-position: top left;
	background-repeat: no-repeat;
	height: 140px;
	margin: 4px 0 2em;
	text-align: right;
	width: 100%;
}
#main .hero h2 {
	font-size: 40px;
	line-height: 140px;
	margin: 0 25px 0 0;
}

#about .hero {
	background-color: #bab4b0;
	background-image: url('images/hero-about.jpg');
}
#essentials .hero {
	background-color: #e6c7c4;
	background-image: url('images/hero-essentials.jpg');
}
#dutyfree .hero {
	background-color: #eee2dc;
	background-image: url('images/hero-dutyfree.jpg');
}
#foodservice .hero {
	background-color: #f6f8fa;
	background-image: url('images/hero-foodservice.jpg');
}
#corporate .hero {
	background-color: #b6dce4;
	background-image: url('images/hero-corporate.jpg');
}
#vacancies .hero {
	background-color: #eaeae8;
	background-image: url('images/hero-vacancies.jpg');
}

#main .section-left {
	float: left;
	width: 210px;
}
#main .section-right {
	float: right;
	width: 618px;
}

#main h2:first-child {
	margin-top: 0;
}
#main h2 {
	font-size: 1.75em;
	margin-bottom: 0.5em;
}
#main h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
#main h4 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}
#main h5, #main h6 {
	font-size: 1em;
	margin-bottom: 0.5em;
}
#main p {
	margin: 0 0 1em;
	line-height: 1.4em;
}
#main ul {
	margin: 0 0 1em;
}
#main li:before {
	content: '\2013';
	padding-right: 0.5em;
}
#main li {
	list-style-type: none;
	line-height: 1.4em;
}
#main #new_application li:before {
	content: none;
}

.jobblock {
	margin: 0;
	padding: 0 0 1em;
}
.jobblock a {
	display: block;
	font-family: "ainslie_cond_bold", sans-serif;
	font-size: 1.25em;
}
.jobblock .employment_status {
	display: inline !important;
}
.jobblock .employment_status:after {
	content: ' -';
}
.jobblock .jobid {
	font-size: 0.8em;
	color: #aaa;
}

.em_wfe_form div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body #job .container {
	padding-left: 0;
	padding-right: 0;
}
body #job .container:first-child {
	padding-top: 0;
}
body #job #job_header h1 {
	border-bottom: 0;
	font-size: 2em;
}
body #job #job_header h1, body #job #job_header h2 {
	color: #403e3e;
	font-family: "ainslie_cond_bold", sans-serif;
	margin: 0;
	text-align: left;
}
body #job h1, body #job h2, body #job h2, body #job h3, body #job h4, body #job h5, body #job h6 {
	font-family: "ainslie_cond_bold", sans-serif;
	margin: 1.5em 0 0.5em 0;
	text-align: left;
}
body #job span, body #job strong, body #job em, body #job p, body #job ol,
body #job ul, body #job li, body #job form, body #job label, body #job fieldset,
body #job legend, body #job input, body #job select, body #job textarea {
	line-height: 1.4em;
}
body #job #new_application fieldset.buttons button {
	background: #50a1ad;
}
body #job #new_application fieldset.buttons button:hover {
	background: #327f8a;
}

footer {
	text-align: center;
	padding: 2em 0 1em;
}
