/* Table of contents
==================================================
	#Reset and fallbacks
	#Custom fonts
	#Basic styles
	#Typography
	#Links
	#Lists
	#Buttons
	#Forms
	#Responsive
*/

/* #Reset and fallbacks
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
	}

	body {
		line-height: 1;
	}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: middle;
		*behavior:url("boxsizing.htc");
	}

/* #Custom fonts
================================================== */
	@font-face {
	  font-family: 'PFBeauSansProThin';
	  font-weight: normal;
	  src: url("/files/PFBeauSansProThin.eot");
	  src: url("/files/PFBeauSansProThin.eot?#iefix") format("embedded-opentype"), url("/files/PFBeauSansProThin.woff") format("woff"), url("/files/PFBeauSansProThin.ttf") format("truetype");
	}

	@font-face {
	  font-family: 'PFBeauSansProLight';
	  font-weight: normal;
	  src: url("/files/PFBeauSansProLight.eot");
	  src: url("/files/PFBeauSansProLight.eot?#iefix") format("embedded-opentype"), url("/files/PFBeauSansProLight.woff") format("woff"), url("/files/PFBeauSansProLight.ttf") format("truetype");
	}

	@font-face {
	  font-family: 'OpenSans';
	  font-weight: normal;
	  src: url("/files/OpenSansRegular.ttf") format("truetype");
	}

	@font-face {
	  font-family: 'OpenSansLight';
	  font-weight: normal;
	  src: url("/files/OpenSansLight.ttf") format("truetype");
	}

	@font-face {
	  font-family: 'HelveticaRounded-Bold';
	  font-weight: normal;
	  src: url("/files/HelveticaRounded-Bold.otf") format("opentype");
	}

	@font-face {
	  font-family: 'HelveticaNeue-Thin';
	  font-weight: normal;
	  src: url("/files/HelveticaNeue-Thin.otf") format("opentype");
	}

	@font-face {
	  font-family: 'Lato-Regular';
	  font-weight: normal;
	  src: url("/files/Lato-Regular.ttf") format("truetype");
	}

/* #Basic styles
================================================== */
	body {
		font-family: "HelveticaNeue-Thin", Tahoma, Arial, Helvetica, Verdana, Sans-serif;
		font-size: 15px;
		line-height:1.4em;
		font-weight:normal;
		color: #666666;
		text-rendering: optimizeLegibility;
		display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
		height: 100vh;
	}

	body#application, body#vacancy {
		background: #E9E9E9;
	}

	@media only screen and (max-width: 479px) {
	body#application, body#vacancy {
		background: #fff;
	}
	}

	body#index {
		background-color: transparent;
	}

	#header {
	  padding: 10px;
		position: relative;
		z-index: 5;
		background: #fff;
		box-shadow: rgba(50,50,50,.4) 3px 3px 3px;
		width: 100%;
		margin: 0;
	  flex-shrink: 0;
	}

	#footer {
	  padding: 20px;
	  background: #fff;
	  color: #002656;
		width: 100%;
	  overflow: hidden;
	  flex-shrink: 0;
	}

	#footer h2 {
		background: #fff;
	  color: #002656;
		padding-left: 20px;
	  margin-bottom: 0;
	  flex-shrink: 0;
	}

	#footer a {
		background: #fff;
	  color: #002656 !important;
		text-decoration: underline !important;
	}

	.about-department {
		background: #fff;
	  padding: 20px;
	}

	#container {
		background: #fff;
	  padding-bottom: 20px;
	}

	.container {
		flex: 1 0 auto;
	}

	.hidden {
		display: none;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { font-family: "Lato-Regular", Arial, Sans-serif; color: #000; font-weight: bold; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: "Lato-Regular", Arial, Sans-serif; }
	h1 { color: #002656; font-weight: 400; font-size: 35px; line-height: 37px; margin-bottom: 20px; }
	h2 { font-size: 24px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }

	@media only screen and (max-width: 479px) {
	h1 { color: #002656; font-size: 26px; line-height: 28px; margin-bottom: 0px; }
	h2 { font-size: 20px; }
	h3 { font-size: 18px; }
	h4 { font-size: 16px; }
	h5 { font-size: 14px; }
	h5 { font-size: 14px; }
	}

	p { margin: 0 0 -4px 0; }
	p img { margin: 0; }

	em, i { font-style: italic; }
	strong, b { font-weight: bold; }
	small { font-size: 80%; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0; height: 0; }

/* #Links
================================================== */
	a, a:visited { color: #002656; text-decoration: none; }
	a:hover, a:focus { color: #F9BE00); text-decoration:underline; }
	p a, p a:visited {  }

/* #Lists
================================================== */
	ul, ol { }

/* #Buttons
================================================== */
  .navbutton,
	.navbutton a,
	.button,
	.button a,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.navbutton:visited,
	.navbutton a:visited,
	.button:visited,
	.button a:visited,
	button:visited,
	input[type="submit"]:visited,
	input[type="reset"]:visited,
	input[type="button"]:visited	{
		font-size: 14px;
		margin: 10px 0 0 0;
		background: #002656;
		color: #fff;
		font-weight: normal;
		cursor: pointer;
		text-decoration: none !important;
		padding: 10px 20px;
		border-style:none;
		border: 0;
		-webkit-appearance: none;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
}
  .navbutton:hover,
	.navbutton a:hover,
	.button:hover,
	.button a:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	.navbutton:active,
	.navbutton a:active,
	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active,
  .navbutton:focus,
	.button:focus,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus {
		text-decoration: none !important;
		background-color: #F9BE00 !important;
		color: #002656;
	}

	.navbutton.full-width,
  .navbutton.full-width a,
	.button.full-width,
	.button.full-width a,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

.blue {
	background: #002656 !important;
	color: #fff !important;
}

.green,
.green:visited,
.nav_application .green,
.nav_application .green:visited {
  background: #F9BE00 !important;
  color: #002656 !important;
}

.green:hover,
.green:active,
.green:focus,
.nav_application .green:hover,
.nav_application .green:active,
.nav_application .green:focus {
  background: #f9d560 !important;
  color: #002656 !important;
}

.orange,
.orange:visited,
input.orange.button,
#cancel_application .orange,
#cancel_application .orange:visited {
	background: #ffa500 !important;
	color: #000 !important;
}

.orange:hover,
.orange:active,
.orange:focus,
input.orange.button:hover,
input.orange.button:active,
input.orange.button:focus ,
#cancel_application .orange:hover,
#cancel_application .orange:active,
#cancel_application .orange:focus {
	background: #f90 !important;
	color: #000 !important;
}

/* #Forms
================================================== */
	form { margin-bottom: 0; }
	fieldset {	margin-bottom: 0; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		font: 14px Helvetica, Arial, sans-serif;
		border: 1px solid #ccc;
		padding: 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color: #333;
		margin: 0;
		min-width: 200px;
		max-width: 100%;
		width: 32%;
		display: block;
		margin-bottom: 10px;
		background: #fff;
	}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #333;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px;
		width: 100%!important;
		}

	label, legend {
		font-weight: normal;
		margin-bottom: 4px;
	 }

	input[type="checkbox"] {
		display: inline; }

	label span, legend span {
		font-weight: normal;
		font-size: 13px;
		color: #333; }

	input[type="radio"] {
		-moz-appearance: radio;
		border-radius: 100% !important;
		margin: 0 0 10px 5px;
	}

	input[type="file"] {
		margin: 0;
	}


	/* #Back to top
	================================================== */
	a.back-to-top, a.back-to-top:visited {
		display: none;
		position: fixed;
		bottom: 0;
		left: 50%;
		z-index: 999;
		margin-left: -100px;
		padding: 14px 28px;
		border: none;
		border-radius: 2px;
		color: #fff;
		font-weight: 600;
		text-decoration: none;
		text-align: center;
		background: #002656;
	}

	a.back-to-top:hover, a.back-to-top:active, a.back-to-top:focus {
	  text-decoration: underline !important;
	}

	a.back-to-top:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(0, 136, 195, 0);
		border-bottom-color: #002656;
		border-width: 20px;
		margin-left: -20px;
	}

	/* #Cookie Policy
	================================================== */
	.ec_overlay {
	  position: fixed;
	  z-index: 101;
	  background: #002656;
	  left: 0;
	  padding: 10px;
	  bottom: 0;
	  width: 100%;
	  color: #fff;
	}

	.ec_overlay_hidden {
	  display: none;
	  visibility: hidden;
	}

	#cpc {
	  display: none;
	}

	#cookie-policy-content {
	  color: #fff;
	 }

	 #cookie-policy-content:hover {
	   color: #fff;
	   text-decoration: underline;
	  }

	#closethis {
	  font-weight: bold;
	  color: #fff;
	  cursor: pointer;
	  margin-top:10px;
	  padding: 5px 10px;
	  border: #fff solid 2px;
	  -webkit-appearance: none;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -ms-border-radius: 5px;
	  border-radius: 5px;
	  float: right;
	 }

	.ui-widget-header {
	  border: none;
	  background: #002656;
	  color: #fff;
	  font-weight: bold;
	  border-radius: 0px;
	}

	.ui-dialog .ui-dialog-content {
	  background: #fff;
	  color: #000;
	}

	.ui-widget-content {
	  background-color: #fff;
	}

/* #Responsive layout
================================================== */
/* basic 960 grid */
  .container                          						{ position: relative; width: 960px; margin: 0 auto; padding: 0; clear: both; }
  .container .column, .container .columns     		{ float: left; display: inline; }
  .row                                        		{ margin-bottom: 20px; }
	.row:before, .row:after 												{ content: "."; display: block; height: 0; overflow: hidden; clear: both;}
	.row																						{zoom: 1;} /* IE < 8 */
	.container .column, .container .columns     		{ margin-left: 0.78125%; margin-right: 0.78125%;  }
	.container .one.column, .container .one.columns { width: 4.6875%; }
	.container .two.columns                     		{ width: 10.9375%; }
	.container .three.columns                   		{ width: 17.1875%; }
	.container .four.columns                    		{ width: 23.4375%; }
	.container .five.columns                    		{ width: 29.6875%; }
	.container .six.columns                     		{ width: 35.9375%; }
	.container .seven.columns                   		{ width: 42.1875%; }
	.container .eight.columns                   		{ width: 48.4375%; }
	.container .nine.columns                    		{ width: 54.6875%; }
	.container .ten.columns                   		  { width: 60.9375%; }
	.container .eleven.columns                 		 	{ width: 67.1875%; }
	.container .twelve.columns                  		{ width: 73.4375%; }
	.container .thirteen.columns                		{ width: 79.6875%; }
	.container .fourteen.columns                		{ width: 85.9375%; }
	.container .fifteen.columns                 		{ width: 92.1875%; }
	.container .sixteen.columns                 		{ width: 98.4375%; }
	.container .one-third.column                		{ width: 31.7708%; }
	.container .two-thirds.column               		{ width: 65.1041%; }

/* Offsets */
	.container .offset-by-one                   		{ padding-left: 6.25%; }
	.container .offset-by-two                   		{ padding-left: 12.5%; }
	.container .offset-by-three                 		{ padding-left: 18.75%; }
	.container .offset-by-four                  		{ padding-left: 25%; }
	.container .offset-by-five                  		{ padding-left: 31.25%; }
	.container .offset-by-six                   		{ padding-left: 37.5%; }
	.container .offset-by-seven                 		{ padding-left: 43.75%; }
	.container .offset-by-eight                 		{ padding-left: 50%; }
	.container .offset-by-nine                  		{ padding-left: 56.25%; }
	.container .offset-by-ten                   		{ padding-left: 62.5%; }
	.container .offset-by-eleven                		{ padding-left: 68.75%; }
	.container .offset-by-twelve                		{ padding-left: 75%; }
	.container .offset-by-thirteen              		{ padding-left: 81.25%; }
	.container .offset-by-fourteen              		{ padding-left: 87.5%; }
	.container .offset-by-fifteen               		{ padding-left: 93.75%; }

/* Desktop Small */
  @media only screen and (min-width: 1200px) {
  .container { width: 1170px; }
  }

/* Tablet (Portrait) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
  .container { width: 768px; }
  }

/* Mobile (Portrait) */
  @media only screen and (max-width: 767px) {
  .container { width: 300px; }
  .container .columns,
  .container .column { margin: 0; }
  .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column  { width: 100%; }
	}

/* Mobile (Landscape) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
  .container { width: 420px; }
  .container .columns,
  .container .column { margin: 0; }
	.container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column { width: 100%; }
  }

/* Clearing */
  .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

  /* Use clearfix class on parent to clear nested columns,
  or wrap each row of columns in a <div class="row"> */
  .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .row:after, .clearfix:after {
    clear: both; }
  .row, .clearfix {
    zoom: 1; }

  /* You can also use a <br class="clear" /> to clear columns */
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }

	/* #Misc shared elements
	================================================== */

.department-logo {
	margin: 0;
	padding-left: 10px;
  max-height: 100px;
}

.department-image {
	z-index: 5;
	width: 100.01%;
	display: block;
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}

#boom_tick_cv {
    display: none;
}

#clone_tk_cv_parsing {
    cursor: pointer;
}