@font-face {
    font-family: 'Uni Neue';
	src: url("../../_fonts/UniNeue/UniNeueRegular.otf") format("opentype");
    src: url('../../_fonts/UniNeue/UniNeueRegular.eot');
    src: url('../../_fonts/UniNeue/UniNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('/_fonts/UniNeue/UniNeueRegular.woff2') format('woff2'),
        url('/_fonts/UniNeue/UniNeueRegular.woff') format('woff'),
        url('/_fonts/UniNeue/UniNeueRegular.ttf') format('truetype'),
        url('/_fonts/UniNeue/UniNeueRegular.svg#UniNeueRegular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  src: url(glyphicons-halflings-regular.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}*/
@import url('https://fonts.googleapis.com/css?family=Istok+Web:400,700|Lato:300,400,700');
/*
font-family: 'Lato', sans-serif;
font-family: 'Istok Web', sans-serif;
*/

.custCandOuter .textWord span:nth-child(1) {
	padding-right: 20px;
	width: 150px; 
}
.custCandOuter .textWord span:nth-child(2) {
	width: auto;
	width: calc(100% - 150px);
}
.custCandOuter .photo1 {
	max-width: 300px;
}
.fiEvaluations #note_parent { max-width: 888px; }


body {
	background: #fff;
	padding-bottom: 0px;
	padding-top: 104px;
}
.intro,.text,.tekstblokje,.itemContainer, .itemDescription,.hookItemContainer,.hookText,.formText,.moduleIntro,.moduleTextm, .error, .tText{
	line-height: 1.42857143;
}
.at-svc-email {
	display: none !important;
}
.text > table {
	margin-left: 0 !important;
}
body.fullwidth .contentOuter > h2,
body.fullwidth .contentOuter .contentText > h2 {
	margin: 30px 0 10px;
}
body.fullwidth .contentOuter > h2 a,
body.fullwidth .contentOuter .contentText > h2 a {
	color: #333;
}
body.fullwidth .contentOuter .contentText > table ul,
body.fullwidth .contentOuter .contentText > ol {
	padding-left: 24px;
}
body.fullwidth .contentOuter .contentText > ol > li {
	padding-left: 10px;
}

/* ==========================================================================
   Typographyz
   ========================================================================== */
body {
	font-family: 'Uni Neue', 'sans-serif';
	font-size: 16px;
	line-height: 1.42857143;
    color: #333;
}

a {
	color: rgb(36,170,247);
	transition: color 0.3s ease;
}

a:hover {
	color: rgb(0,81,158);
	text-decoration: none;
}

h1,h2,h3,h4 {
	margin-top: 0;
	font-family: 'Istok Web', sans-serif;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 3em;
}
.outer h1,
.outer h2 {
	font-size: 30px;
	margin: 0 0 30px 0;
}
#default #content p {
	margin-bottom: 30px;
}

/* ==========================================================================
   Misc. Items
   ========================================================================== */

hr.arrow {
	margin-top: 35px;
	margin-bottom: 30px;
}

hr.arrow:after{
    content: url("../../_images/ipse/hr-img.png");
    position: relative;
    top: -18px;
}

.horizontal-separator {
	margin: 0 5px;
}

/* ==========================================================================
   Colors
   ========================================================================== */

.white-text {
	color: #fff;
}

.light-blue-bg {
	background: rgb(36,170,247);
}

.dark-blue-bg{
	background: rgb(150,205,60);
	background: #CD2D00;
}

.mint-green-bg{
	background: rgb(0,149,128);
}

.orange-bg{
	background: rgb(236,112,7);
}

.red-bg{
	background: rgb(226,0,26);
}
.red-bg-primary {
	background: #CD2D00;
}

.light-green-bg {
	background: rgb(121,164,34);
}

.dark-green-bg {
	background: rgb(10,139,48);
}

.light-grey-bg {
	background: rgb(199,201,203);
}

.cream-white-bg {
	background: rgb(243,241,237);
}

.dark-grey-bg {
	background: rgb(80,81,84);
}
.super-light-bg {
	background: rgb(242,246,250);
}

/* ==========================================================================
   Button styling
   ========================================================================== */

.btn {
	padding: 15px 35px;
	border-radius: 3px;
	color: rgba(255,255,255, 0.8);
	font-weight: 700;
	text-transform: uppercase;
}

.btn-sm {
	width: 45px;
	height: 45px;
	padding: 0;
}

.btn:hover,
.btn:focus {
	color: rgba(255,255,255, 1.0);
	opacity: 0.9;
	transition: 0.2s color ease;
}

.btn-ghost {
	border: 1px solid;
	background: transparent;
}

.btn-ghost-white {
	border-color: rgb(255,255,255);
	color: rgb(255,255,255);
}

.btn-ghost-white:hover,
.btn-ghost-white:focus {
	background: rgb(255,255,255);
	color: rgb(0,81,158);
}

.btn-ghost-dark-blue {
	border-color: rgb(0,81,158);
	color: rgb(0,81,158);
}

.btn-ghost-dark-blue:hover,
.btn-ghost-dark-blue:focus {
	background: rgb(0,81,158);
}

.sm-buttons {
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.sm-buttons {
		margin-top: -15px;
		text-align: right;
	}
}

.btn-mail {
	margin-right: 2px;
}

.btn-mail:after {
	display: block;
	position: relative;
	top: 14px;
	right: -11px;
	width: 21px;
	height: 14px;
	background-image: url('../../_images/ipse/icon-envelope.png');
	content: '';
}

.btn-rss:after {
	position: relative;
	top: 12px;
	content: 'RSS';
}

.btn.subscribe {
	margin-right: 10px;
}

.btn-back-to-top {
	position: fixed;
	right: 15px;
	bottom: 75px;
	z-index: 99;

	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 3px;

	background: rgba(0,81,158,0.8);
}

.btn-back-to-top .glyphicon {
	padding: 8px 10px;
	color: rgba(255,255,255,0.8);
}

.btn-back-to-top .glyphicon:hover {
	transition: 2.5s ease color;
	color: rgba(255,255,255,1.0);
}



/* ==========================================================================
   Disable login options
========================================================================== */

.aplAplyLogin,
.aplAplyPass { display: none; }

.aplAplSLink ul { padding-left: 20px; margin: 15px 0; }
.aplAVGInput { margin-bottom: 0; }

/* .goto-applications { display: none; }
#primary-nav { margin-top: 26px; }
header.smaller .nav li span a { height: 82px !important; } */

/* ==========================================================================
   Alignment & Fixes
========================================================================== */


   
@media screen and (max-width: 767px) {
	.cta-btn {
		margin-top: 15px;
	}
}


@media screen and (max-width: 991px) {
	.mobile-center {
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	.desktop-center {
		text-align: center;
	}
}

.center-block{
	display: block;
	margin: 0 auto;
}

section#content {
	position: relative;
	/*margin: 25px 0;*/
	margin: 50px 0;
}

header .align,
#content .align,
.main .align,
.news .align,
.cta .align,
.content .align,
.jobalert .align,
.apply .align,
.form .align,
footer .align {
 	text-align: center;

}

@media only screen and (min-width: 768px) {
header .align,
#content .align,
.main .align,
.news .align,
.cta .align,
.content .align,
.jobalert .align,
.apply .align,
.form .align,
footer .align {
		text-align: left;
	}
}

.row > .sm-box {
	text-align: center;
}

@media screen and (max-width: 991px) {
	.row > .sm-box {
		margin-bottom: 15px;
	}
}


/* ==========================================================================
   Padding & Margin Helper Classes
   ========================================================================== */

 .xs-sheet {
 	padding-top: 10px;
 	padding-bottom: 10px;
 }

.sm-sheet {
	padding-top: 15px;
	padding-bottom: 15px;
}

.md-sheet {
	padding-top: 30px;
	padding-bottom: 30px;
}

.lg-sheet {
	padding-top: 60px;
	padding-bottom: 60px;
}

.xl-sheet {
	padding-top: 80px;
	padding-bottom: 80px;
}

.xs-margin-top {
	margin-top: 5px;
}

.sm-margin-top {
	margin-top: 10px;
}

.md-margin-top {
	margin-top: 25px;
}

.lg-margin-top {
	margin-top: 35px;
}

.sm-margin-bottom {
	margin-bottom: 10px;
}

.md-margin-bottom {
	margin-bottom: 25px;
}

.lg-margin-bottom {
	margin-bottom: 35px;
}

.xl-margin-bottom {
	margin-bottom: 50px;
}

.sm-margin{
	margin-top: 10px;
	margin-bottom: 10px;
}

.md-margin {
	margin-top: 25px;
	margin-bottom: 25px;
}

.lg-margin {
	margin-top: 35px;
	margin-bottom: 35px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.relative-wrapper {
	position: relative;
}

.divider {
	margin-top: 40px;
	margin-bottom: 40px;
}

.last-divider {
	margin-top: 40px;
	margin-bottom: 15px;
}

.block {
	display: block;
}

.center-element {
    margin: 0 auto;
}

.not-visible {
	visibility: hidden;
}


/* ==========================================================================
   Header
   ========================================================================== */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 160px;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.gradient-ltr {
	height: 4px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABkAAAAAECAIAAABZd2SwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABIRJREFUeNrsWFGS5SYMlHh7knzkCDnQXn+vMI8OqCUBtmcqlWyq5kNdrjdCtCSMBYjRP//4Kf83VEX5a0/TJW/PAOwvXB4YVo1yetgJGM5bw9RKp16ktxlguAI9T7s2zCettdGkuYj7EYvbpMFCzEimsYbJ9BAvQoKE1INM5vDZbdB9ysIoFnR66PRqNOEgxxsEh72mWQTTu2yDmCZGU84uOS3IRPdeTQLRjqbuXwln8zcBDyp+lFuXPhnq537owSYz3xbYTNS7441jhjR6lW3w1SFuDnMIqtgkZxvzMrE/HgPuxE3ox0idfsB4ign1iBRoGG4758my2CiCFsLoDZPO9zJ9t1FZ9CAswfIRxqE8rfC21BvNt1Ijb+vqgi7Ua/eI7mr+Qt9znan8sIx6iaRsD35oyjLkF4ywlEgrtd9m86ym5Fonk2tr6rkB0DYI6h6Qzdgn0DZNi2/d4tNnXFvboqEJP77fhDK2n0nTJEvGjaD0EEyJBEMLzVyAG63lxgb2woPawDaHOQCa+wbwWl0zSRS0hcZk2npPwpQlJ80+qz8mxwDQ6M3HHN7U9Me7Q2MzEoQCsVJnpjgRCFrsib5gkk9PlmixqpZGcp3FUllN8Sg4m+xFLpe1Us2n7OYX/76Gr4b4xOTqgcOWcx5kd4Uc542zXu00mV09/OM22t3k9Amu6ST0jWa9XO6u5O9b9zHgfTp3Tu7Ntwef6Nd5xMR5tP2aL9feOx83c9Pg11//4fyC75bHZ37Wr3OBej05h1IOD3qTD1c3/j+Xn5tfEh41sg1GHvlPz2f8+4w9PDwPcit3QS/KF7bzgBrbeHerdR5YtZC9e07R+XNu2unfbrkZGt2b6bNxo34yCQ7rSvqX2LKXh0vzujKiwrl0nR604XCoUZMuvhP0bG6vhkvo8Ilc8bsmQkRFOU8mL5lY1XqUY/7htuI+4dpZeVhFolYwRQkiWdZ4SNLGQYrwNeSO3KQVTvDaeGUnzNbqMwTtHWXjDH3WZyHbSQyJEHRyVl3itZqst7DpgOR7rXTPis1Tf3t3xEYeJh1rPGtvhs/drAUjhPtxcs5DHAVIt7nHa9+a3aaL/t9YQ10nCfwM4Ugy7ttDOPPDJmqcLR9YB5HJQdisPnzko/p4KbJQakwasHgcv9q8tppNpsELrFP05UUfWpZ+LiObfhf1M2IVobLVni2yy9Msk2SrFiWqM/WLnKw7qkTKw6++JtiVUsNwW2T7qbduP74kzAR5a5G9GSbq5VCmkNdoq1hTid644KwtWLE2+seb/HkT0y+uefCXwmd+fvP/GK5DiPsjvEDLZva2zcRo2AhcSJ4N3fVoizPr2u4zgtjFhwa6EXD09pgQMNs6k9U3mtDDvl5cK5F3yvnjxS7WrZEE2Pi7a+A1dwijeuz86jZkv4Datx5bZAcvIOZ10iZZ4oZqWn8kmh04COojfXr63hR5zod/jyaFQqFQKBQKhUKhUCgUCoXCN0b9A6tQKBQKhUKhUCgUCoVCofCtUf/AKhQKhUKhUCgUCoVCoVAofGv8LcAAqHXv3/EiEwgAAAAASUVORK5CYII=);
	background-image: -moz-linear-gradient(left,  rgb(39,34,98) 0%, rgb(17,115,186) 10%, rgb(24,150,68) 20%, rgb(252,197,16) 30%, rgb(244,115,32) 40%, rgb(244,115,32) 40%, rgb(235,15,103) 50%, rgb(244,115,32) 60%, rgb(252,197,16) 70%, rgb(24,150,68) 80%, rgb(17,115,186) 90%, rgb(39,34,98) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(39,34,98)), color-stop(10%,rgb(17,115,186)), color-stop(20%,rgb(24,150,68)), color-stop(30%,rgb(252,197,16)), color-stop(40%,rgb(244,115,32)), color-stop(40%,rgb(244,115,32)), color-stop(50%,rgb(235,15,103)), color-stop(60%,rgb(244,115,32)), color-stop(70%,rgb(252,197,16)), color-stop(80%,rgb(24,150,68)), color-stop(90%,rgb(17,115,186)), color-stop(100%,rgb(39,34,98)));
	background-image: -webkit-linear-gradient(left,  rgb(39,34,98) 0%,rgb(17,115,186) 10%,rgb(24,150,68) 20%,rgb(252,197,16) 30%,rgb(244,115,32) 40%,rgb(244,115,32) 40%,rgb(235,15,103) 50%,rgb(244,115,32) 60%,rgb(252,197,16) 70%,rgb(24,150,68) 80%,rgb(17,115,186) 90%,rgb(39,34,98) 100%);
	background-image: -o-linear-gradient(left,  rgb(39,34,98) 0%,rgb(17,115,186) 10%,rgb(24,150,68) 20%,rgb(252,197,16) 30%,rgb(244,115,32) 40%,rgb(244,115,32) 40%,rgb(235,15,103) 50%,rgb(244,115,32) 60%,rgb(252,197,16) 70%,rgb(24,150,68) 80%,rgb(17,115,186) 90%,rgb(39,34,98) 100%);
	background-image: -ms-linear-gradient(left,  rgb(39,34,98) 0%,rgb(17,115,186) 10%,rgb(24,150,68) 20%,rgb(252,197,16) 30%,rgb(244,115,32) 40%,rgb(244,115,32) 40%,rgb(235,15,103) 50%,rgb(244,115,32) 60%,rgb(252,197,16) 70%,rgb(24,150,68) 80%,rgb(17,115,186) 90%,rgb(39,34,98) 100%);
	background-imag: linear-gradient(to right,  rgb(39,34,98) 0%,rgb(17,115,186) 10%,rgb(24,150,68) 20%,rgb(252,197,16) 30%,rgb(244,115,32) 40%,rgb(244,115,32) 40%,rgb(235,15,103) 50%,rgb(244,115,32) 60%,rgb(252,197,16) 70%,rgb(24,150,68) 80%,rgb(17,115,186) 90%,rgb(39,34,98) 100%);
}

header .logo {
	height: 118px;
	/*margin: 5px auto 0 auto;*/
    margin: 5px 0 0 0;
	-webkit-transition: height 0.3s !important;
    -moz-transition: height 0.3s !important;
    -ms-transition: height 0.3s !important;
    -o-transition: height 0.3s !important;
    transition: height 0.3s !important;
}

@media screen and (min-width: 768px) {

	header .logo {
		margin-top: 18px;
	}
}

header .tagline {
	margin-top: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .goto-applications {
	padding-top: 7.5px;
	margin: 5px 0 5px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	header .goto-applications {
		margin-top: 65px;
	}
}
@media screen and (min-width: 1200px) {
	header .goto-applications {
		margin-top: 0;
		text-align: right;
	}
}
@media (min-width: 992px) {}
    .navbar-right {
        float: right!important;
        margin-right: -15px;
        margin-top: 25px;
    }
}

header .glyphicon {
	font-size: 1.2em;
	margin-left: 4px;

}
@media screen and (min-width: 1200px) {
	header .glyphicon {
		margin-left: 10px;
	}
}

.badge {
	position: relative;
	min-width: 20px;
 	height: 20px;
 	padding: 4px 7px;
	border-radius: 25px;
	background: rgba(238,47,37,1.0);
	font-size: 11px;
	font-family: 'Lato', 'sans-serif';
	line-height: 1;
	cursor: pointer;
}

.favourites-counter {
	top: 2px;
}

.favourites-counter,
.favourites-mobile {
	color: #000;
}

.favourites-counter:hover,
.favourites-mobile:hover {
	color: #666;
}

.favourites-mobile {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 99;
}

.favourites-mobile > span > span {
	top: -25px;
	right: -10px;
}

.favourites-counter > span > span {
	top: -10px;
	right: 6px;
}

@media screen and (min-width: 768px) {
	.favourites-mobile {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.favourites-counter {
		display: none;
	}
}

/* Header -- Navigation
   ========================================================================== */

/* Prevent F.O.U.C. -- Flash Of Unstyled Content */
#mobile-nav:not( .mm-menu ) {
   display: none;
}

@media screen and (max-width: 1199px) {
	#primary-nav {
		display: none;
	}
}

.nav > li span a {
	display: block;
	height: 101px;
	color: #1c1b1c;
	font-size: 0.9em;
	padding:20px 10px 0 10px;
	font-weight: 700;
	text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#primary-nav .badge-counter {
	position:absolute;
	top:10px;
	right:-8px;
	padding:0;
	width:auto;
	height:auto;
}
#primary-nav .badge-counter:hover {
	border:none;
}

.notification-badge {
	top: -20px;
	right: 1px;
}

.relative-fix {
	position:relative;
	float:left;
}

.nav > li span a:hover,
.nav > li span a:focus,
.nav > li span a.current {
	border-bottom: 3px solid rgb(0,81,158);
	color: rgb(0,81,158);
    background: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: -3px;
}

.megamenu > li > ul {
  padding: 0 12px;
  margin: 0;
}

.megamenu > li > ul > li {
  list-style: none;
}

.megamenu > li > ul > li > a {
  display: block;
  padding: 8px 20px;
  color: #000;
}

.megamenu > li > ul > li > a:hover,
.megamenu > li > ul > li > a:focus {
  background-color: #f3f3f3;
  color: #000;
  text-decoration: none;
}

.dropdown-header {
  padding: 10px 0px 5px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  color: #000;
  white-space: normal;
  word-wrap: break-word;
}

.megamenu{
	width: 100%;
	padding: 20px 0px;
  }

.megamenu.dropdown-menu {
	border-top: 3px solid rgb(0,81,158);
  	border-radius: 0;
}

.menu-large {
	position: static !important;
}

.col-separator-right {
	border-right: 1px solid #dadada;
}

/* Header -- Navigation -- Hamburger Menu Icon
   ========================================================================== */

.toggle-menu {
	position: fixed;
	top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(0,81,158);
	cursor: pointer;
	text-align: center;
	z-index: 9999;
}

.toggle-menu a:before {
	padding: 25px;
	font-family: "Glyphicons Halflings";
	font-size: 24px;
	content: "\e236";
	color: #fff;
}

.toggle-menu a:after {
	display: block;
	content: 'MENU';
	font-size: 9px;
	color: #fff;
	padding-bottom: 5px;
}

.toggle-menu a:hover,
.toggle-menu a:focus {
	text-decoration: none;
	outline: none;
}

/* Sticky navbar */
header.smaller {
	height: 104px;
}


header.smaller .logo {
	height: 65px;
}

header.smaller .tagline {
	margin-top: 28px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	header.smaller .goto-applications {
		margin-top: 40px;
	}
}

/*@media screen and (min-width: 1200px) {
	header.smaller .goto-applications {
		opacity: 0;
	}
}*/

header.smaller .nav li span a {
	height: 70px;
	margin-top: -30px;
}

/* ==========================================================================
   Hero section
   ========================================================================== */

.hero-frontpage {
	position: relative;
	height: 800px;
	background-repeat: no-repeat;
	background-position: -900px center;
	background-size: cover;
	background-color: #e3e3e3;
}

@media screen and (min-width: 768px) {
	.hero-frontpage {
		height: 650px;
		background-position: center center;
	}
}

.hero-frontpage .container {
	position: relative;
	top: 12%;
}

@media screen and (min-width: 480px) {
	.hero-frontpage .container {
		top: 16%;
	}
}

@media screen and (min-width: 768px) {
	.hero-frontpage .container {
		top: 30%;
	}
}

.hero-frontpage p {
	font-size: 1.5em;
}

.hero-pages {
	background-color: #e3e3e3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -500px center;
	height:400px;
	position: relative;
}
body.home .contentIntro {
	margin-bottom: 0;
}
section.hero-pages {
	height: 400px;
	position: relative;
}
body.home section.hero-pages {
    height:600px;
}
section.hero-pages .container {
    position: relative;
    top:12%;
    top:21%;
	top: auto;
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 30px;
}
section.hero-pages:before {
    content: '';
    background: #e63313;
    background: #cd2d00;
    width: 60%;
    width: 45%;
    width: 40%;
    height: 100%;
    position: absolute;
	z-index: 2;
    top: 0;
    left: 0;
    border-radius: 0 50px 50px 0;
}

.t1o section.hero-pages .txt {
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    position: relative;
    z-index: 9;
    font-size: 27px;
	line-height: 32px;
	max-width: 360px;
	padding-right: 90px;
}

.t1o section.hero-pages .txt em {
    font-size: 60px;
    line-height: 60px;
    font-style: normal;
    font-weight: bold;
}
.t1o strike {
	background: #009bff;
	background: transparent;
	border: 1px solid white;
	min-width: 210px;
	margin: 1em 0 0 0;
	text-decoration: none;
	transition: 0.2s ease;
}
.t1o strike:hover {
	background: #009bff;
	border: 1px solid #009bff;
	opacity: 0.9;
}
.t1o a:first-child strike {
	background: #009bff;
	border: 1px solid #009bff;
}
section.hero-pages:after {
    content: '';
    width: 100%;
    height: 400px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: url(../../_images/hartje.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% auto;
	
	width: 60%;
	height: calc(100% + 25px);
    background-image: url(../../_images/ipse/visual-banner.svg);
	background-size: contain;
	left: calc(40% - 125px);
	bottom: -20px;
	z-index: 3;
}

.hero-img {
	width: calc(60% + 40px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(40% - 40px);
	right: 0;
	z-index: 1;
	background-size: cover;
	background-position: center center;
}
body.jobdetail .hero-img { 
	opacity: 0;
	transition: all 0.1s ease;
}
body.jobdetail .hero-img.show {
	opacity: 1;
}

@media screen and (max-width:1200px) {
	section.hero-pages {
	    height:400px;
	}
	.t1o section.hero-pages .txt em {
	    font-size: 50px;
	    line-height: 50px;
	}
}

@media screen and (max-width:768px)
{
	section.hero-pages{
		background:#e63313;
	}
	section.hero-pages:after {
	    height:115px;
	}
    .t1o section.hero-pages .txt{
	    font-size: 25px;
	}
	.t1o section.hero-pages .txt em {
	    font-size: 37px;
	    line-height: 37px;
	}
}




@media screen and (min-width: 768px) {
	.hero-pages {
		background-position: center top;
		/* background-position: center right; */
	}
}

.hero-pages .container {
	position: relative;
	top: 32%;
}


.hero-frontpage,
.hero-pages {
	color: #fff;
}


/* Hero section -- Searchbox
   ========================================================================== */

.search-vacancies-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.search-vacancies {
	background: #009BFF;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDlhYWQ3IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjJjNmJlIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(-45deg,  rgba(73,170,215, 1.0) 0%, rgba(98,198,190, 1.0) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(73,170,215, 1.0)), color-stop(100%,rgba(98,198,190, 1.0)));
	background: -webkit-linear-gradient(-45deg,  rgba(73,170,215, 1.0) 0%,rgba(98,198,190, 1.0) 100%);
	background: -o-linear-gradient(-45deg,  rgba(73,170,215, 1.0) 0%,rgba(98,198,190, 1.0) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(73,170,215, 1.0) 0%,rgba(98,198,190, 1.0) 100%);
	background: linear-gradient(135deg,  rgba(73,170,215, 1.0) 0%,rgba(98,198,190, 1.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e649aad7', endColorstr='#e662c6be',GradientType=1 );
}

.search-vacancies h3 {
	font-family: 'Lato', 'sans-serif';
	font-size: 1.1em;
}

@media screen and (min-width: 768px) {
	.search-vacancies {
		background: rgba(106,208,246,0.9);
	}
}

.search-vacancies input, .search-vacancies select {
	height: 50px;
	margin-bottom: 15px;
}

.search-vacancies button {
	height: 50px;
}

/* ==========================================================================
   Breadcrumbs section
   ========================================================================== */
.breadcrumb {
	margin-top: 10px;
	display: none !important;
}

.breadcrumb {
	background: transparent;
	margin-bottom: 0;
}

.breadcrumb > .active {
	color: #000;
}

.breadcrumbs .return-to-index:before {
	content: "";
	width: 14px;
	height: 32px;
	position: absolute;
	left: -14px;
	background-image: url("../../_images/ipse/return-to-index-left.png");
}

.breadcrumbs .return-to-index {
	display: inline-block;
	position: relative;
	height: 32px;
	padding: 0 15px 0 10px;
	margin: 0 14px;
	background-image: url("../../_images/ipse/return-to-index-middle.png");
	cursor: pointer;
	line-height: 30px;
}

.breadcrumbs a.return-to-index {
	color: #000;
}

.breadcrumbs a.return-to-index:hover {
	text-decoration: underline;
}

.breadcrumbs .return-to-index:after {
	content: "";
	height: 32px;
	width: 1px;
	position: absolute;
	right: 0;
	margin-left: 10px;
	background-image: url("../../_images/ipse/return-to-index-right.png");
}

/* ==========================================================================
   Main section
   ========================================================================== */

.main {
	position: relative;
	padding-top: 30px;
	padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
	.main {
		padding-top: 15px;
	}
}

.subtitle{
	font-size: 0.8em;
	text-transform: uppercase;
}

/* Main section -- Table
   ========================================================================== */

.table-vacancies > tbody > tr > td {
  	border: none;
  	padding-top: 15px;
  	padding-bottom: 15px;
}

.table-vacancies > tbody > tr,
.table-vacancies > tbody > tr:hover {
	border-left: 3px solid transparent;
}

.table-vacancies > tbody > tr:hover {
	border-color: rgb(0,81,158);
}

.table-vacancies td:first-child {
	padding-left: 23px;
	vertical-align: middle;
	color: #b3b3b3;
}

.vacancy-title {
	font-size: 1.4em;
	color: rgb(0,81,158);
}

.main .vacancy-title {
    font-size: 1.2em;
}

.vacancy-title:hover {
	text-decoration: underline;
}

.vacancy-title .vacancy-status {
    font-size: 14px;
}

.vacancy-tags {
	margin: 5px 0 10px 0;
}

.vacancy-tags li {
	padding: 0 10px;
    color: rgb(36,170,247);
	border-right: 1px solid rgb(36,170,247);
}

.main .vacancy-tags li:first-child,
.vacancy-tags li:first-child {
	padding-left: 0;
}
.main .vacancy-tags li {
    padding: 0 5px;
    font-size: 0.6em;
}

.vacancy-tags li:last-child {
	border-right: none;
}

.vacancy-tags .glyphicon {
	margin-right: 5px;
	color: #b3b3b3;
	transform: rotate(90deg);
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta h3{
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
}

.cta a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.cta-text-link {
		display: none;
	}
}

.cta .glyphicon {
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.cta h3 {
		margin-bottom: 0;
	}
}

.cta p:last-child{
	margin-bottom: 0;
}

/* ==========================================================================
   News Section
   ========================================================================== */

.news {
	background: #f3f1ed;
}


.table-news {
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .latest-news {
    margin-top: 25px;
  }
}

.table-news > tbody > tr:first-child > td{
	border-top: none;
}

.table-news > tbody > tr > td {
  	padding-top: 15px;
  	padding-bottom: 15px;
  	vertical-align: middle;
}

.table-news > tbody > tr:hover {
	background: #fff;
}

.news-meta {
	margin-top: 5px;
	margin-left: 0;
	color: #929292;
}

.news-meta li {
	padding: 0 10px;
	border-right: 1px solid #929292;
}

.news-meta li:first-child {
	padding-left: 0;
}
.news-meta li:last-child {
	border-right: none;
}

.twitterfeed {
	margin-top: 25px;
}

.twitterfeed h3 {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 35px;
}

.twitterfeed h3 > img {
	margin-right: 15px;
}

.tc-prev,
.tc-next {
	z-index: 99;
	color: rgb(36,170,247);
	cursor: pointer;
}

.tc-prev:hover,
.tc-next:hover {
	color: rgb(0,81,158);
}

.news .media img {
	margin-top: 5px;
}

/* ==========================================================================
   Colleagues / Employees
   ========================================================================== */

.employee-picture {
	max-width: 100%;
}

/* ==========================================================================
   Specialties Section
   ========================================================================== */

figure {
	position: relative;
}

@media screen and (max-width: 767px) {
	.employee-photo {
		margin-top: 10px;
	}
	.employee-photo:first-of-type {
		margin-top: 0;
	}
	.employee-quote {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {

	.specialties figure img {
		min-width: 100%;
	}
}

figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 35px 15px;
	border-radius: 55px;
	margin-left: -49px;
	margin-top: -46px;

	background: rgba(0,149,128,0.8);

	transition: opacity 0.3s ease;
	opacity: 0;
}

figcaption.dark-blue{
	background: rgba(0,81,158,0.8);
}

figure:hover figcaption {
	opacity: 1;
}

figure a,
figure a:hover {

	color: #fff;
}

/* ==========================================================================
   Testimonials Section
   ========================================================================== */
#testimonials {
	padding-top: 100px;
	padding-bottom: 100px;
}

.testimonial-text:before {
	content: '"';
}

.testimonial-text {
	margin-bottom: 25px;
	font-family: 'Lato', 'sans-serif';
	font-weight: 300;
	font-size: 2.0em;
	font-style: italic;
}

.testimonial-text:after {
	content: '"';
}

.testimonial-author::before {
	content: "-";
	margin-right: 5px;
}

.testimonial-author-name {
	font-weight: 600;
}

.carousel-indicators {
	bottom: 45px;
}

.carousel-indicators li {
	background: #fff;
}

.carousel-indicators > .active {
	width: 14px;
	height: 14px;
	border: 2px solid;
	margin-top: -1px;
	background: transparent;

}

/* ==========================================================================
   Grid Collage
   ========================================================================== */

.collage {
	margin-top: 25px;
	padding: 0 15px;
}

.collage img {
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	background-color: #ccc;
}

.collage div[class^="col"]{
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 768px) {
	.masonry-big {
		width: 33.33%;
		margin-right: 2.66%;
	}
	.masonry-big figure {
		height: 292px;
	}
	.masonry-wide {
		width: 64.01%;
		margin-bottom: 20px;
	}
	.masonry-wide figure {
		height: 136px;
	}
	.masonry-small {
		width: 30.67%;
		margin-right: 2.66%;
	}
	.masonry-small figure {
		height: 136px;
	}
	.masonry-small.last {
		margin-right: 0;
	}
}

@media screen and (min-width: 992px) {
	.masonry-big figure {
		height: 374px;
	}
	.masonry-wide {
		margin-bottom: 25px;
	}
	.masonry-wide figure {
		height: 174.5px;
	}
	.masonry-small figure {
		height: 174.5px;
	}
}

@media screen and (min-width: 1200px) {
	.masonry-big figure {
		height: 460px;
	}
	.masonry-wide {
		margin-bottom: 30px;
	}
	.masonry-wide figure{
		height: 215px;
	}
	.masonry-small figure {
		height: 215px;
	}
}

.collage figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 35px 10px;
	margin-top: -52px;
	margin-left: -54px;
	border-radius: 60px;
}


.collage figcaption a {
	margin-top: -5px;
	display: table-caption;
	text-align: center;
}

/* ==========================================================================
   Vacancies
   ========================================================================== */
.filter input[type='text'] {
	position: relative;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid rgb(196,196,196);

}

.filter button {
	position: absolute;
	top: 0;
	right: 15px;
	padding: 17px 20px;
	border: none;
	background: rgb(0,81,158);
}

.toggle-filters {
	position: relative;
	top: 19px;
	padding: 15px;
	margin: -5px 0 15px 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	z-index: 99;
}

.toggle-filters:after {
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: 'Glyphicons Halflings';
	content: '\e259';
}

.toggle-filters.collapsed:after {
	content: '\e014';
}

.filters {
	width: 95%;
	padding: 15px 20px;
	border: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
	.filters {
		width: 100%;
		top: 0;
		padding: 15px 0;
		border: none;
	}
}

.filter-title {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.filter-title h3 {
	display: inline-block;
	padding: 10px 0;
	margin: 0;

	font-family: 'Lato', 'sans-serif';
	font-size: 1.0em;
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (min-width: 480px) {
	.filter-title h3 {
		font-size: 1.2em;
	}
}

.filter-title .arrow {
	margin-top: 15px;
	cursor: pointer;
}

.filter-title .arrow.up {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgb(121,121,121);
}

.filter-title .arrow.down {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgb(121,121,121);

}

.filter ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.filter ul > li:first-of-type {
	margin-top: 10px;
}

.filter ul > li {
	margin: 5px 0;
}

@media screen and (max-width: 767px) {
	.filters.collapsed,
	.filter-options.collapsed {
		display: none;
	}
}

/*
  Hide the original radios and checkboxes
  (but still accessible)
  :not(#foo) > is a rule filter to block browsers
               that don't support that selector from
               applying rules they shouldn't
*/

.filter li:not(#foo) > label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	padding-left: 25px;
}

.filter li:not(#foo) > input[type='checkbox'] {
	display: none;
}

.filter li:not(#foo) > label:before {
	position: absolute;
	left: 0;
	bottom: 3px;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;

	background: url('../../_images/ipse/checkbox.jpg') no-repeat;
}

.filter li:not(#foo) > input[type='checkbox']:checked + label:before {
	background: url('../../_images/ipse/checkbox-checked.jpg');
}

.filter li:not(#foo) > input[type='checkbox']:checked + label {
	font-weight: 700;
}

.filter-count {
	color: #aeaeae;
}

.clearfilters {
	margin-top: 10px;
}

.clearfilters.btn{
	padding: 15px 0px;
}

.clearfilters > span {
	top: 1px;
	left: 5px;
}
.share-icon {
	padding: 5px 10px;
	border: 1px solid #dcdcdc;
	background: transparent;
	color: #9e9e9e;
	font-family: 'Glyphicons Halflings';
}

@media screen and (max-width: 479px) {
	.share-icon {
		margin-bottom: 10px;
	}
}

.share-icon:hover {
	color: #5b5b5b;
	border-color: #5b5b5b;
}

.share-icon:active,
.share-icon:focus {
	outline: 0;
}

.share-icon.print:before {
	content:"\e045";
}

.share-icon.mail:before {
	content:"\2709";
}

.share-icon.favourite:before {
	content:"\e143";
}

.share-icon.favourite.active:before {
	content:"\e005";
	color: rgb(255,174,0);
}

.filterselection {
	padding: 15px 0px;
	border-top: 1px solid #ccc;
}

.border-top-bottom {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.border-bottom {
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 992px) {
	.border-right {
		border-right: 1px solid #ccc;
	}
}

.selected-filter {
	padding: 5px 10px;
	border: 1px solid rgb(220,220,220);
	border-radius: 3px;
	margin: 0 5px;
	background: rgb(243,243,243);
}

.selected-filter a {
	padding-left: 10px;
	border-left: 1px solid rgb(220,220,220);
	margin-left: 10px;
	color: #000;
}

@media screen and (max-width: 767px) {
	.vacancy-row {
		padding-top: 25px;
		padding-bottom: 35px;
	}
}
.vacancy-row.no-results {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.option-bottom-text .sub-headline { margin-bottom:40px;}
.option-bottom-text .btn { margin:15px 0 30px;}

@media screen and (min-width: 992px) {
	.vacancy-row .border-right {
		border-right: 1px solid #ccc;
	}
}

@media screen and (max-width: 767px){
	.vacancy-row h3:before {
		width: 25px;
		height: 25px;
		margin-top: -1px;
		margin-right: 5px;
		float: left;
		content: '';
		background-position: 0 -25px;
		background-repeat: no-repeat;
	}
	.vacancy-row.management h3:before {
		background-image: url('../../_images/ipse/icon-sprite-management-xs.png');
	}
	.vacancy-row.facilitair h3:before {
		background-image: url('../../_images/ipse/icon-sprite-facilitair-xs.png');
	}
	.vacancy-row.administratief h3:before {
		background-image: url('../../_images/ipse/icon-sprite-administratief-xs.png');
	}
	.vacancy-row.zorg h3:before {
		background-image: url('../../_images/ipse/icon-sprite-zorg-xs.png');
	}
	.vacancy-row h3:hover:before {
		background-position: 0 0;
	}
}

@media screen and (min-width: 768px) {
	.vacancy-row .vacancy-category-icon {
		display: block;
		width: 45px;
		height: 45px;
		margin-top: 3px;
		margin-left: 10px;
		background-position: 0 -45px;
		background-repeat: no-repeat;
	}
	.vacancy-row .vacancy-category-icon.management {
		background-image: url('../../_images/ipse/icon-sprite-management.png');
	}

	.vacancy-row .vacancy-category-icon.facilitair {
		background-image: url('../../_images/ipse/icon-sprite-facilitair.png');
	}

	.vacancy-row .vacancy-category-icon.administratief {
		background-image: url('../../_images/ipse/icon-sprite-administratief.png');
	}

	.vacancy-row .vacancy-category-icon.zorg {
		background-image: url('../../_images/ipse/icon-sprite-zorg.png');
	}

	.vacancy-row .vacancy-category-icon:hover {
		background-position: 0 0;
	}
}

.vacancy-status {
	display: inline-block;
	padding: 3px 5px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
    vertical-align: middle;
	white-space: nowrap;
	border-radius: 3px;
	border: 1px solid rgb(238,47,37);
	background: rgb(238,47,37);
	color: rgb(255,255,255);
    margin-top: -12px;
}

.col-xs-12.col-sm-12.col-md-6 > h2 {float:left; margin-right:10px;}

@media screen and (min-width: 768px) {
	.vacancy-row .vacancy-title h3 {
		display: inline-block;
        padding-right: 45px;
	}
	.vacancy-row .vacancy-status {
		position: absolute;
		top: 12px;
		right: 10px;
	}
}

.vacancy-row .vacancy-excerpt {
	margin: 10px 0;
}

@media screen and (min-width: 768px) {
	.vacancy-row .vacancy-excerpt {
		margin: 0;
	}
}

@media screen and (max-width: 992px){
	.vacancy-row .vacancy-tags {
		margin-bottom: 25px;
	}
}

.vacancy-row .favourite:after {
	position: absolute;
	height: 52px;
	padding: 15px 18px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-left: 10px;
	background: rgb(255,255,255);
	font-family: 'Glyphicons Halflings';
	color: rgb(158,158,158);
	cursor: pointer;
	content: '\e143';
	z-index: 99;
}

@media screen and (min-width: 992px) {
	.vacancy-row .favourite:after {
		top: -16px;
		right: -46px;
		border: 1px solid #ccc;
		border-radius: 0;
	}
}

@media screen and (min-width: 1200px) {
	.vacancy-row .favourite:after {
		right: 14px;
	}
}

.vacancy-row .favourite:hover:after,
.vacancy-row .favourite.active:after {
	content:"\e005";
	color: rgb(255,174,0);
}

.tooltip.top .tooltip-arrow {
  border-top-color: rgb(65,65,65);
}

.tooltip-inner {
	padding: 10px 15px;
	border-radius: 3px;
	background: rgb(65,65,65);
  	white-space: nowrap;
}

.pagination > li > a {
	border: none;
	font-size: 18px;
}

.pagination > li > a:hover {
	background-color: transparent;
	color: rgb(99,99,99);
}

.pagination > li.active > a,
.pagination > li.active > a:hover {
	background-color: transparent;
	color: rgb(99,99,99);
}


/* ==========================================================================
   Vacancy - Detail
   ========================================================================== */

.vacancy-detail-title {
    display: inline-block;
    margin-right: 15px;
}

.vacancy-intro {
	padding-top: 15px;
	font-size: 1.1em;
}

.action-buttons {
    margin: 10px 0;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .action-buttons {
        margin: 0;
        text-align: right;
    }
}

#vacancy-content h3,
.subheading {
	font-family: 'Lato';
	font-size: 16px;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: bold;
}

.subheading:first {
	margin-top: 0;
}

.readmore {
	display: block;
}

.readmore span {
	margin-left: 5px;
	font-size: 75%;
}

.vacancy-quote-box {
	color: rgb(0,81,158);
}

.img-employee {
    margin-right: 20px;
}

.testimonial:before,
.testimonial:after {
	content: '"';
}

.testimonial {
	display: block;
	margin-bottom: 10px;
	color: rgb(0,81,158);
	font-family: 'Lato', 'sans-serif';
	font-weight: 400;
	font-size: 1.8em;
}

.vacancy-quote-box h4,
.vacancy-quote-box p {
	margin-bottom: 0;

}

.vacancy-quote-box img {
	margin-bottom: 10px;
}

.call-back-box {
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 45px;
}
.call-back-box img {
    display: block;
    margin: 0 auto 5px auto;
}
.call-back-box input[type='text'],
.call-back-box input[type='tel'] {
    margin-bottom: 10px;
}

.call-back-box label {
    display: block;
    margin-bottom: 10px;
    text-align: center;
	cursor: pointer;
}

.call-back-box input[type='text'],
.call-back-box input[type='tel'],
.call-back-box button[type='submit'] {
	height: 50px;
}

.call-back-box button[type='submit'] {
    width: 100%;
	padding: 0 15px;
	border: none;
	background: rgb(0,81,158);
}

@media screen and (min-width: 768px) {
    .call-back-box img {
        margin-bottom: 0;
    }
    .call-back-box label {
        text-align: left;
    }
    .call-back-box input[type='text'],
    .call-back-box input[type='tel'] {
        display: inline-block;
        width: 49%;
    }
    .call-back-box input[type='text'] {
        margin-right: 10px;
    }
    .call-back-box form {
        position: relative;
    }
    .call-back-box button[type='submit'] {
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 50px;
    }

}

.sidebar {
	padding-top: 15px;
}

.sidebar .border-bottom {
	margin-top: 0;
}

.sidebar .vacancy-category-icon {
	float: left;
	width: 45px;
	height: 45px;
	padding-left: 55px;
	padding-top: 12px;
	white-space: nowrap;
}

.cat-description .vacancy-category-icon {
	float: left;
	width: 45px;
	height: 45px;
}

.sidebar .vacancy-category-icon.management,
.cat-description .vacancy-category-icon.management {
	background-image: url('../../_images/ipse/icon-management.png');
	background-repeat: no-repeat;
}

.sidebar .vacancy-category-icon.facilitair,
.cat-description .vacancy-category-icon.facilitair {
	background-image: url('../../_images/ipse/icon-facilitair.png');
	background-repeat: no-repeat;
}
.sidebar .vacancy-category-icon.administratief,
.cat-description .vacancy-category-icon.administratief {
	background-image: url('../../_images/ipse/icon-administratief.png');
	background-repeat: no-repeat;
}
.sidebar .vacancy-category-icon.zorg,
.cat-description .vacancy-category-icon.zorg {
	background-image: url('../../_images/ipse/icon-zorg.png');
	background-repeat: no-repeat;
}

.sidebar ul {
	margin: 0;
}

.vacancy-icons li {
	margin-bottom: 10px;
}

.vacancy-icons li:last-child {
	margin-bottom: 0;
}

.vacancy-icons span {
	margin-right: 10px;
	color: rgb(158,158,158);
}

.linkedin-share{
    float:left;
    width:47%;
}

.twitter-share {
	float: left;
	margin-right: 10px;
    width:48%;
}

.fb-share-button {
	float: left;
	margin-top: -2px;
    width:47%;
}

/*.mail-a-friend > a > span {
	margin-left: 10px;
}*/

#vacancy-location-canvas {
	width: 100%;
	height: 250px;
	margin-bottom: 10px;
	background-color: #fbfbfb;
	color: #fbfbfb;
}

@media screen and (min-width: 992px) {
	#vacancy-location-canvas {
		height: 155px;
	}
}

.absolute-cta {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px 25px 10px 25px;
	background: rgb(0,0,0);
	color: rgb(255,255,255);
}

.absolute-cta span {
	margin-left: 5px;
	font-size: 80%;
}

.related-vacancies {
	padding-top: 50px;
	padding-bottom: 25px;
}

/* ==========================================================================
   Apply
   ========================================================================== */
.pageintro {
	padding-top: 30px;
}

@media screen and (min-width: 768px) {
	.pageintro {
		padding-top: 15px;
	}
}

.title h1 {
	text-align: center;
	font-size: 1.5em;
}

.title p {
	text-align: center;
	margin-bottom: 0;
}

.step-indicator {
	margin-top: 30px;
}

.step-indicator > ul {
	padding: 0 0 30px 0;
	border-bottom: 1px rgb(220,220,220) solid;
	margin: 0;
	list-style-type: none;
	font-weight: 700;

}

.step-indicator ul > li {
	display: inline;
	margin-right: 0;
	color: rgb(151,151,151);
}

@media screen and (min-width: 992px) {
	.step-indicator ul > li {
		margin-right: 15px;
	}
}

@media screen and (min-width: 1200px) {
	.step-indicator ul > li {
		margin-right: 30px;
	}
}

.step-indicator ul > li.checked {
	color: rgb(0,0,0);
}

.step-indicator ul > li.active {
	color: rgb(0,81,158);
}

.step-indicator ul > li > span {
	padding: 10px 15px;
	border: 2px solid rgb(151,151,151);
	border-radius: 35px;
	margin-right: 5px;
}

.step-indicator ul > li.checked > span {
	padding: 10px 13px;
	border-color: rgb(0,0,0);
}

.step-indicator ul > li.checked > span:after {
	content:'\2714';
}

.step-indicator ul > li.active > span {
	border-color: rgb(0,81,158);
}


.form.border-top-bottom {
	padding-top: 25px;
	padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
	.form.border-top-bottom {
		padding-top: 0;
		padding-bottom: 80px;
		border-top: none;
	}
}

.form-section {
	margin-top: 25px;
}

@media screen and (min-width: 992px) {
	.form-section {
		margin-top: 50px;
	}
}

.form label {
    display: block;
    z-index: 1;
    position: relative;
}
span.splitter {
    display: inline-block;
    width: 100%;
    max-width: 600px;
}

.form input,
.form select {
	height: 55px;
	padding-left: 15px;
	border-radius: 2px;
}

.form .btn--primary {
	margin-top: 25px;
	padding-left: 35px;
}

.form textarea {
	height: 150px;
	padding: 15px;
}

.datefield {
	display: inline-block;
	width: auto;
	height: 55px;
	margin-right: 2px;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
	.datefield {
		margin-right: 0;
	}
}

.sm-input {
	width: 29%;
	display: inline-block;
}

.md-input {
	width: 69%;
	display: inline-block;
}

.form-icon {
	margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
	.form-icon {
		margin-top: -10px;
	}
}

.upload-box {
	background: rgb(246,246,246);
	padding: 25px;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-bottom: 25px;
}

.file-upload {
	position: relative;
	overflow: hidden;
}

.file-upload.btn {
	padding: 12px 35px;
}

.form .file-upload-text {
	float: left;
	width: 35%;
	height: 46px;
	margin-right: 12px;
}

.file-upload input[type='file'] {
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	padding: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

/* ==========================================================================
   Jobalert
   ========================================================================== */
.jobalert {
	border-bottom: 1px solid #ccc;
	padding-bottom: 80px;
	margin-top: 20px;
}

@media screen and (min-width: 992px) {
	.jobalert {
		border-bottom: none;
	}
}

.jobalert label {
	margin-bottom: 10px;
	font-weight: normal;
}

@media screen and (max-width: 991px) {
	.jobalert label:last-of-type {
		margin-top: 10px;
	}
}

.jobalert input,
.jobalert select{
	height: 55px;
}

.infobox h3 {
	margin-bottom: 20px;
}

.infobox ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}

.infobox ul > li:first-of-type {
	margin-top: 10px;
}

.infobox ul > li {
	margin: 5px 0;
}

/*
  Hide the original radios and checkboxes
  (but still accessible)
  :not(#foo) > is a rule filter to block browsers
               that don't support that selector from
               applying rules they shouldn't
*/

.infobox li:not(#foo) > label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	padding-left: 25px;
}

.infobox li:not(#foo) > input[type='checkbox'] {
	display: none;
}

.infobox li:not(#foo) > label:before {
	position: absolute;
	left: 0;
	bottom: 3px;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;

	background: url('../../_images/ipse/checkbox.jpg') no-repeat;
}

.infobox li:not(#foo) > input[type='checkbox']:checked + label:before {
	background: url('../../_images/ipse/checkbox-checked.jpg');
}

.infobox li:not(#foo) > input[type='checkbox']:checked + label {
	/*font-weight: 700;*/
}

.sidebox {
	padding: 25px;
	margin-bottom: 25px;
	background-color: #efefef;
}

@media screen and (max-width: 991px) {
	.sidebox:first-of-type {
		margin-top: 80px;
	}
}

.list-tickbox {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.list-tickbox li {
	margin-bottom: 5px;
}

.list-tickbox li:last-child {
	margin-bottom: 0;
}

.list-tickbox li:before {
	content:'\2714';
	margin-right: 10px;
}


.sidebox h3 .glyphicon {
	top: 4px;
	margin-right: 5px;
	color: #4f4f4f;
}

@media screen and (min-width: 480px) {
	.jobalert .align {
		text-align: center;
	}
}


/* ==========================================================================
   Domains
   ========================================================================== */

.domains .border-top {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #ccc;
}

.domains .border-top-bottom {
	padding: 25px 0;
}

@media screen and (max-width: 767px) {
	.domains img {
		margin-top: 25px;
	}
}

.intro-text {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
	.intro-text {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media screen and (min-width: 768px) {
	.two-cols {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	}
}

.domain-icon {
	display: block;
	width: 40px;
	height: 40px;
	background-size: 40px;
}

@media screen and (min-width: 480px) {
	.domain-icon {
		width: 45px;
		height: 45px;
		background-size: 45px;
	}
    .linkedin-share{
        width:auto;
        margin-right:10px;
    }

    .twitter-share {
        width:auto;
    }

    .fb-share-button {
        width:auto;
        margin-right:10px;
    }
}

.domain-icon.zorg {
	background-image: url("../../_images/ipse/domain-icon-zorg.png");
}

.domain-icon.administratief {
	background-image: url("../../_images/ipse/domain-icon-administratief.png");
}

.domain-icon.management {
	background-image: url("../../_images/ipse/domain-icon-management.png");
}

.domain-icon.facilitair {
	background-image: url("../../_images/ipse/domain-icon-facilitair.png");
}

/* ==========================================================================
   Blog
   ========================================================================== */
.blogpost {
	padding-top: 20px;
	padding-bottom: 80px;
}

.blogpost h3 {
	margin-bottom: 0;
}

.blogpost-thumbnail {
	float: left;
	margin-right: 15px;
}

.blog-list-item {
	padding: 25px 0 0 15px;
	background-color: #f6f6f6;
}

.blog-meta-list {
	padding: 5px 0 15px 0;
	margin-bottom: 0;
	font-size: 0.9em;
}

.blogpost ul {
	margin: 3px 0;
	font-size: 0.9em;
}

.blogpost ul > li:first-child {
	padding-left: 0;
}

.blogpost-img {
	margin: 25px 0;
}

.img-caption {
	padding-left: 10px;
	border-left: 3px solid #00519e;
	margin-top: 25px;
	font-style: italic;
}

.blogpost hr {
	margin-top: 10px;
}

.sidebar-block {
	padding: 25px;
	margin-bottom: 25px;
	background-color: #f6f6f6;
	border-right: 10px solid rgb(0,81,158);
}

.sidebar-block ul {
	padding: 0;
	margin: 0;
}

.sidebar-block ul li {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	list-style-type: none;
}

.sidebar-block select {
	width: 100%;
	height: 53px;
}

#blog-select-year {
	margin-bottom: 10px;
}

.blog-post-sharing #fb-root{
    float:left;
}
.blog-post-sharing .fb-share-button{
    width:auto;
    margin-right:3px;
}

/* ==========================================================================
   Contact
   ========================================================================== */

.contact .border-top {
	border-top: 1px solid #ccc;
	margin: 25px 0;
}

.contact-form h3 {
	margin-bottom: 25px;

}

.gm-locations h3 {
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.gm-locations h3 {
		margin-top: 25px;
	}
}

#map-canvas {
	width: 100%;
	height: 360px;
}

.list-contact li > span {
	margin-right: 10px;
}

.list-location-info {
	margin-bottom: 35px;
}

.list-location-info li {
	margin: 3px 0;
}

.list-location-info li:first-child {
	margin-top: 25px;
}

.list-location-info li:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   Locations
   ========================================================================== */

.location-title {
	display: inline-block;
	margin-right: 30px;
}

#location-canvas {
	height: 315px;
	width: 100%;
	background: #ccc;
}


/* ==========================================================================
   Evenementen
   ========================================================================== */

.event-img {
	margin-bottom: 10px;
}

.poll-form {
	margin-top: 10px;

}
.poll-form label {
	display: block;
	padding-left: 20px;
	font-weight: normal;
}

.poll-form input[type='radio'] {
	position: absolute;
	margin-left: -20px;
}

.poll-form button {
	margin-top: 10px;
	margin-bottom: 35px;
}

.filter-location-list {
	padding-left: 20px;
	color: rgb(36,170,247);
}

#event-location {
	height: 160px;
	width: 100%;
	margin-top: 30px;
	background-color: #ccc;
}

/* ==========================================================================
   Recruiter
   ========================================================================== */
.recruiter {
	padding-top: 40px;
}

.img-with-text-right {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.recruiter .testimonial {
	margin: 25px 0 35px 0;
}

@media screen and (max-width: 991px) {
	.recruiter .sidebox {
		margin-top: 25px;
	}
}

.sidebox .separator {
	width: 100%;
	border-bottom: 1px solid #c2c2c2;
	margin-top: 20px;
	line-height: 0.1em;
	text-align: center;
}

.sidebox .separator span {
	background: #EFEFEF;
	padding: 0 12px;
	font-style: italic;
}

.sidebox .call-back-box {
    margin: 0;
}

.sidebox .call-back-box label {
	margin-bottom: 15px;
	font-weight: normal;
}

.sidebox .call-back-box input[type='text'],
.sidebox .call-back-box input[type='tel'] {
    display: block;
    width: 100%
}

.sidebox .call-back-box button[type='submit'] {
    right: 0;
	bottom: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
	padding-top: 40px;
}

/* ---------------------------------------------------- CUSTOMER VACANCY LIST */

.custJbdOuter .jbdButEdit {
	display: none;
}

.tmplsett_filter table td {
    vertical-align: top;
}

.tmplsett_filter table td .button {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
	footer h4:not(first-of-type) {
		margin-top: 10px;
	}
}

@media screen and (min-width: 992px) {
	footer {
		padding-top: 80px;
	}
    .linkedin-share{
        width:47%;
        margin-right:0;
    }

    .twitter-share {
        width:48%;
    }

    .fb-share-button {
        width:47%;
        margin-right:0;
    }
}

.footer-cta-phone {
	margin-bottom: 15px;
}

.social-footer {
  width: 110px;
  margin: 0 auto;
}

.social-icon {
	display: block;
	height: 32px;
  width: 32px;
	padding-left: 40px;
  margin-bottom: 5px;
	background-repeat: no-repeat;
}

.social-icon > span {
	display: inline-block;
	margin-top: 5px;
	color: #000;
}

@media screen and (min-width: 768px) {
  .social-footer {
    margin: 0;
  }
}

.social-icon.icon-facebook {
	background-image: url('../../_images/ipse/icon-fb.png');
}

.social-icon.icon-twitter {
	background-image: url('../../_images/ipse/icon-twitter.png');
}

.social-icon.icon-youtube {
	background-image: url('../../_images/ipse/icon-youtube.png');
}

.social-icon.icon-linkedin {
	background-image: url('../../_images/ipse/icon-linkedin.png');
}

.newsletter-subscription-form {
	position: relative;
}

.newsletter-subscription-form input[type='text'] {
	height: 50px;
	border: none;
	border-radius: 0;
	background: #f1f1f1;
}

.newsletter-subscription-form input[type='submit'] {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	padding: 0 15px;
	border: 0;
	background: #000;
	color: #fff;
}

.newsletter-subscription-form input[type='submit']:hover {
	transition: 0.3s ease opacity;
	opacity: 0.8;
}

.copyright-links {
	margin: 0;
}

.copyright-links li {
	padding: 0 10px;
	border-right: 1px solid #929292;
}

.copyright-links li:first-child {
	padding-left: 0;
}
.copyright-links li:last-child {
	border-right: none;
}

.copyright-links li,
.copyright-links a {
	color: #929292;
}

footer .gradient-ltr {
	margin-bottom: 0;

}

.author-credits {
	margin-top: 10px;
	font-size: 0.8em;
}

.footer-links li {
	margin-bottom: 8px;
}

.footer-links a {
	color: #000;
}

.footer-links a:hover {
	text-decoration: underline;
}

.author-credits {
	margin: 20px 0 0 0;
}

.author-credits a {
	color: #929292;
}

.dropdown .badge {
    left: -5px;
    top: -10px;
}



@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .filters,
    .vacancy-tags {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
	.hero-pages h1 {
		font-size: 2em;
	}
	.employee:not(:last-of-type) {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.goto-applications {
		text-align: right;
	}
}

@media only screen and (min-width: 768px) {

	.favourites-counter > span > span {
		right: 0;
	}

	header .glyphicon {
		margin-left: 20px;
	}

	header .glyphicon-heart-empty:before {
		position: absolute;
		right: 15px;
	}
}

.fb_iframe_widget{overflow: hidden;}
.fb_ltr{margin-bottom: -20px;}


/******/
/*OTYS*/
/******/
/*************/
/*HOME BUSJAB*/
/*************/
.home #content {
	text-align: center;
}
.home #content h1 {
	font-size: 30px;
	margin: 0 0 30px 0;
}
.home #content .outer {
	max-width: 900px;
	margin: 0 auto;
}
/*************/
/*VOORWAARDEN*/
/*************/
.voorwaarden .contentOuter {
	max-width: 750px;
	margin: 0 auto;
}
/********************/
/*     CTA BISJAB   */
/********************/

.cta-bisjab {
	text-align: left;
}

/********************/
/*VAKGEBIEDEN BISJAB*/
/********************/
.vakgebieden h1.contentTitle {
	font-size: 30px;
	margin: 0 0 30px 0;
}
.vakgebieden h2.contentSubHeader {
	font-size: 30px;
	margin: 0 0 30px 0;
}
.contentTop {
	margin: 0 0 80px 0;
}
/**/
.megamenu > li > ul {
	padding: 0;
}
.t2Item {
	margin-bottom: 5px;
}
.t2Item a {
	display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    color: #000;
}
.t2Item img {
    margin-top: -4px;
}
/**/
.actHText {
	margin-bottom: 1em;
}
.t3o p {
	margin-top:10px;
	margin-bottom: 15px;
}
/**/
a strike,
a s,
s a,
.button,
.t12o a,
.t13o a {
	background: rgb(0,81,158);
	background: #009BFF;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 35px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.42857143;
	user-select: none;
}
s a:focus,
a s:focus {
	color: white;
	text-decoration: none;
}
a strike:hover,
a s:hover,
s a:hover,
.button:hover,
.t12o a:hover,
.t13o a:hover {
	color: rgba(255,255,255, 1.0);
	opacity: 0.9;
	transition: 0.2s color ease;
}
/**/
.jbdButPrint,
.jbdButBack,
.jbdButMail {
	margin-bottom: 25px;
	border-color: rgb(0,81,158);
	color: rgb(0,81,158);
	border: 1px solid;
	background: transparent;
	padding: 15px 35px;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
}
a:hover strike,
a:hover s,
s a:hover,
.jbdButPrint:hover,
.jbdButBack:hover,
.jbdButMail:hover {
	background: rgb(0,81,158);
	color: rgba(255,255,255, 1.0);
	opacity: 0.9;
	transition: 0.2s color ease;
}
.jbdButApl {
	float: left;
}
/*******/
/*HOOKS*/
/*******/
.mDhTxAddress {
	display: none;
}

/*NEWS SHORTLIST*/
.nwsSlOuter {}
.nwsSlOuter .nwsSlTitle {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px 0;
	font-family: 'Istok Web', sans-serif;
}
.nwsSlOuter .nwsSlItemContainer {
	padding: 15px;
}
.nwsSlOuter .nwsSlItemContainer:after {
	content: "";
	clear: both;
	display: block;
}
.nwsSlOuter .nwsSlItemContainer:nth-child(even) {
	background: #FFF;
	border-bottom:1px solid #d9d9d9;
}
.nwsSlOuter .nwsSlDescription {
	display: none;
}
.nwsSlOuter .nwsSlItemWord {
	color: #b4b8b9;
}
.nwsSlOuter .nwsSlThumbnail {
	float: left;
	width: 91px;
	height: 60px;
	margin: 0 30px 0 0;
	overflow: hidden;
}
.nwsText {
	float: right;
	width: calc(100% - 121px);
	padding: 8px 0;
}
/*LOGIN*/
.inloggen {
	height: 30px;
	display: inline-block;
	color: #CD2D00;
	font-weight: bold;
	font-size: 14.4px;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 30px;
	margin: 0 -15px 0 0;
	padding: 0 15px 0 0;
}
.inloggen.open {
	width: 220px;
	background: #f4f4f4;
}
.inloggen img {
	vertical-align: text-top;
	margin: 0 0 0 8px;
}
.ocdHookOuter {
	position: absolute;
	right: 0;
	z-index: 1000;
	background: #f4f4f4;
	padding: 24px;
	display: none;
	width: 220px;
    text-align: left;
}
.ocdHookOuter.open {
	display: block;
}
.ocdHookHeader {
	display: none;
}
.ocdFrgtPswrd {
	margin: -15px 0 15px 0;
}
.ocdHookOuter .button {
 	background:#CD2D00;
}
.wuhLoggedinProfile {
	margin-bottom: 8px;
}
.wuhLoggedinProfile input,
.wuhLoggedinOut input {
	width: 100%;
	padding: 15px 0;
}
/*JOB DETAIL HOOK*/
.mDhT {
	color: #00519e;
	font-size: 30px;
	margin: 0 0 30px 0;
	line-height: 1.1;
	font-family: 'Istok Web', sans-serif;
	font-weight: 700;
}
.mDhOut .jbdButApl {
	width: 100%;
	float: none;
	margin: 0 0 30px 0;
}
.mDhOut .mDhSh {
	display: none;
}
/*.mDhItC .mDhItT {
	margin: 0 15px 0 0;
}*/


.mDhItC.Type.Zorg{ display: none; }
.mDhItC.uren .mDhItT:after {
	content: url(../../_images/ipse/jdUren.png);
	vertical-align: middle;
	display: inline-block;
	line-height: 0px;
}
.mDhItC.standplaats .mDhItT:after {
	content: url(../../_images/ipse/jdLocation.png);
	vertical-align: middle;
	display: inline-block;
	line-height: 0px;
	margin-left: 2px;
}
.mDhItC .mDhItT {
	font-size: 0;
	width: 36px;
	line-height: 26px;
}
.mDhItC > div {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.mDhItC ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mDhItC ul li {
	display: inline-block;
}
.mDhItC ul li:after {
	content: ",";
}
.mDhItC ul li:last-child:after {
	display: none;
}
h2.jbdShPubEnd.subHeader {
	width: 40px;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}
h2.jbdShPubEnd:after {
	content: url(../../_images/ipse/jdLock.png);
	vertical-align: middle;
	display: inline-block;
	line-height: 0px;
	margin-left: 3px;
}
div.jbdTextPubEnd {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-weight: bold;
}
/*JSA*/
@media (min-width: 769px) {
	.t5o .tIntro {
		float: right;
	}
}
@media(max-width: 768px) {
	.fullwidth .hookOuter.agentsSubscribeOuter.actHOuter {
		text-align: center;
	}
	.fullwidth .agentsSubscribeOuter .agentLeft {
		float: none;
	}
	.fullwidth .agentsSubscribeOuter .buttonContainer {
		float: none;
		margin-top: 20px;
		display: block;
	}
}
.agentsSubscribeOuter {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.agentsSubscribeOuter h4 {
	font-size: 24px;
}
.agentsSubscribeOuter .agentLeft {
	padding-right: 30px;
}
.agentsSubscribeOuter .buttonContainer {
	float: right;
	clear: none;
	margin: 0;
	padding: 3px 0;
}
.agentsSubscribeOuter .buttonContainer .button {
	margin: 0;
}
.agentsSubscribeText  {
	margin: 0;
}
.agentsSubscribeOuter .button {
	background: #009BFF;
}
/*JOBSEARCH*/
#jobsearch {
	background: #009BFF;
	padding: 50px 0;
}
.actJshOuter {
	margin-bottom: 0;
}
#jobsearch .actHHeader {
	/* text-transform: uppercase; */
	color: #FFF;
	font-size: 17.6px;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	margin: 0 0 30px 0;
}
#jobsearch .actHInput {
	width: 25%;
	float: left;
	padding: 0 30px 0 0;
	margin: 0;
}
#jobsearch input,
#jobsearch .search-field input {
	border-radius: 3px !important;
	border: 0 !important;
	box-shadow: none;
	padding: 18px 15px !important;
}
#jobsearch .chosen-container {
	border-radius: 3px !important;
}
#jobsearch .actHButton input {
	width: 100%;
	line-height: normal;
	background: #00519E;
}
#jobsearch .actHButton {
	width: 25%;
	float: left;
}
.actHVsi {
	display: none;
}
/*JOB SHORTLIST*/
.shortlistIntro {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12.8px;
	margin: 0;
}
.jslTitle {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px 0;
	font-family: 'Istok Web', sans-serif;
	line-height: 1.42857143;
}
/*********/
/*MODULES*/
/*********/
/*OJP*/
#box .splitter {
	display: inline-block !important;
}
#box .chosen-single {
	padding:13px !important;
}
#box #available {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin:0 0 0 10px;
}
.AvailableFromLbl {
	border-top: 1px solid #ebebeb;
	padding-top:10px;
}
#box .chosen-results {
	max-height: 150px;
}
/*ACTONOMY*/
h1.actTitle {
    margin: 0 0 20px 0;
}
.actSResultsCont {
	float: right;
}
.actItemTitle {
	margin:0 0 10px 0;
}
.actItemTitle a {
	color: rgb(36,170,247);
    /*font-size: 1.8rem;*/
    font-size: 24px;
    line-height: 27px;
    margin: 0;
    font-weight: 700;
    text-decoration: none;
}
.optionListContainer {
	/*background: #edeceb;
	border: 1px solid #e2e1df;
	padding: 16px;*/
	border: 0;
}
.optionListContainer a {
	text-decoration: none;
	color: #737373;
}
.optionListContainer li a:hover {
	text-decoration: underline;
}
.facetListTitle a/*,
.optionListTitle*/ {
	display: block;
    padding: 10px 0;
    margin: 0 0 10px 0;
    font-family: 'Lato', 'sans-serif';
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #ccc;

	/*color: #737373;
    font-size: 23px;
    line-height: 27px;
    margin: 0 0 10px 0;
    font-weight: normal;*/
}
.facetListTitle a:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgb(121,121,121);
    content:'';
    float: right;
    margin-top: 12px;
}
.facetListTitle.open a:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgb(121,121,121);
    border-top: 0px solid rgb(121,121,121);
}
.optionListContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.actIc {
	border-bottom:1px solid #d6d6d6;
}
.actItemDescr {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 24px;
}
.actIf {
	font-size:1.2rem;
	color: #887878;
	padding-bottom: 15px;
}
.actTopMenu {
	display: block;
	padding-left: 0;
}
.actTopMenu .actMlNs {
	border-right: none;
}
.actTopMenu .actMlSb {
	display: none;
}
#actEqueryContainer {
	background: #edeceb;
	border: 1px solid #e2e1df;
	padding: 16px;
}
#actEqueryContainer {
	overflow: visible !important;
}
/*JOBSHORTLIST AND OTHERS ALSO VIEWED*/
.rJhVIc,
.jslItemContainer {
	padding: 23px 30px;
	color: #b3b3b3;
	border-left:3px solid transparent;
	display: block;
	cursor: pointer;
	background: #FFF;
	margin: 0 0 31px 0;
}
.jslItemContainerWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jslItemContainer {
	width: calc(50% - 10px);
}
.jobdetail .rJhVIc,
.jobdetail .jslItemContainer{
	padding: 15px 30px;
	margin: 0;
}
.jobdetail .rJhVIt {
	line-height: 1;
}
.jobdetail .rJhVRegion {
	line-height: 1;
}
.jslItemContainer:nth-child(4) {
	margin: 0 0 30px 0;
}
.rJhVIc:hover,
.jslItemContainer:hover {
	border-left:3px solid rgb(0,81,158);
}
.rJhVIcOdd,
.jslItemContainer:nth-child(even) {
	background:#FFF;
}
.jobdetail .rJhVIcOdd {
	background: #f9f9f9;
}
.rJhVIc a,
.jslFunctionName a {
	color: rgb(0,81,158);
	font-weight: bold;
}
.rJhVRegion,
.jslLocation {
    font-size: 14px;
    color:rgb(36,170,247);
}
.jslLocation span {
	content: url(../../_images/ipse/location.png);
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
.jslFunctionName a {
	font-size: 16px;
	margin:0;
	display: block;
	line-height: 1;
}
.jslTitle {
    font-family: 'Istok Web', sans-serif;
    font-weight: 700;
    font-size: 24px;
	line-height: 1.42857143;
}
/*********/
/*TEASER1*/
/*********/
.t1o h1 {
	font-size: 50px;
	line-height: 59px;
}
.t1o .txt {
	font-size: 24px;
}
/*********/
/*TEASER4*/
/*********/
.t4o {
	padding: 30px 0 80px 0;
}
.t4o h3 {
	color: #00519e;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	font-family: 'Lato', 'sans-serif';
	margin: 0;
}
.t4o img {
	margin: 0 22px 0 0;
}
.t4o a {
	font-weight: bold;
	color: #333333;
}
.t4o a:hover {
	text-decoration: underline;
}
.t4o .teaserIntro {
	line-height: 30px;
	margin: 0 0 30px 0;
}
.t4o ul {
	list-style-type: decimal;
	list-style-position: inside;
	margin:0;
	padding: 0;
}
.t4o ul li {
	padding: 15px 8px;
	color: #b3b3b3;
	border-left:3px solid transparent;
	cursor: pointer;
}
.t4o ul li:hover {
	border-left:3px solid rgb(0,81,158);
}
.t4o ul li:nth-child(odd) {
	background: #f9f9f9;
}
.t4o ul li a {
	color: rgb(0,81,158);
	font-weight: bold;
	margin-left: 10px;
}
/*********/
/*TEASER6*/
/*********/
.t6o {
	padding: 80px 0 70px 0;
}
.t6o.smallerContainer {
	max-width: 800px;
	margin: 0 auto;
}
.t6o .tTitle {
	text-align: center;
	font-size: 30px;
	margin: 0 0 30px 0;
	font-size: 30px;
	line-height: 38px;
}
.t6o .tItemCon {
	position: relative;
	display: inline-block;
	border-radius: 3px;
	overflow: hidden;
	margin: 0 15px 25px 15px;
}
.t6o .tItemCon img {
	display: block;
	max-width: 100%;
	border-radius: 0px 43px 0px 0px;
	overflow: hidden;
}
.t6o .tText {
	position: absolute;
	background: #CD2D00;
	color: #FFF;
	text-align: center;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.t6o .tText p {
	margin-bottom: 0;
}
.t6o .tText a {
	color: #fff;
}
.t6o .tText a:hover {
	color: #337ab7;
}
.t6o .tItemCon:hover .tText a {
	color: #337ab7;
	color: #dadada;
}
.t6o .tItemCon {
	cursor: pointer;
}
.slick-slide > div > div {
	text-align: center;
}
.t6o a:hover,
.t6o a:focus {
	outline: none;
}
/*********/
/*TEASER7*/
/*********/
#teaser7 {
	padding: 50px 0;
}
.t7o .tSubHeader {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px 0;
	font-family: 'Istok Web', sans-serif;
}
.t7o .left > div:first-child .tSubHeader,
.t7o .right > div:first-child .tSubHeader {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12.8px;
	margin: 0;
}
/*********/
/*TEASER8*/
/*********/
#events {
	padding: 50px 0;
}
.t8o .table {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
}
.t8o .table .cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.t8o .tTitle {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px 0;
	font-family: 'Istok Web', sans-serif;
}
.t8o .tIntro {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12.8px;
    margin: 0;
}
.t8o .tFoto {
	float: left;
	width: 165px;
}
.t8o .tItemContainer {
	background: #FFF;
	margin: 0 0 30px 0;
}
.t8o .tText {
	float: left;
	width: calc(100% - 165px);
	padding: 0 0 0 30px;
	font-size: 14px;
	line-height: 22px;
	height: 154px;
}
.t8o .tText a {
	font-weight: bold;
}
.t8o .tSubHeader {
	color: #00519e;
	font-weight: bold;
	font-size: 16px;
}
.t8o blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	color: #929292;
}
/*********/
/*TEASER9*/
/*********/
#videoContainer {
	padding: 80px 0;
}
.t9o .tTitle {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px 0;
	line-height: 1;
	font-family: 'Istok Web', sans-serif;
}
.t9o .tIntro {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12.8px;
	margin: 0;
	font-family: 'Istok Web', sans-serif;
}
.t9o .tItemContainer {
	margin: 0 0 19px 0;
	cursor: pointer;
}
.t9o .tSubHeader {
	display: none;
}
.t9o .tItemContainer .tFoto {
	float: left;
	width: 165px;
}
.t9o .tItemContainer .tText {
	float: left;
	width: calc(100% - 165px);
	font-size: 14px;
	line-height: 22px;
	padding: 0 0 0 30px;
}
.t9o .tItemContainer .tText strong,
.t9o .tItemContainer .tText b {
	color: #00519e;
	font-size: 16px;
}
.t9o .tItemContainer .tText p {
	margin: 0;
	padding: 0;
}
/**********/
/*TEASER10*/
/**********/
.t10o .tTitle {
	font-weight: bold;
}
.t10o .tIntro {
	margin: 0 0 77px 0;
}
.t10o ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.t10o ul li {
	background: url(../../_images/ipse/phone.png) no-repeat left center;
	padding: 0 0 0 33px;
}
.t10o .tSubHeader {
	margin: 0 0 42px 0;
	font-family: 'Istok Web', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
}
#map {
	height: 400px;
}
/**********/
/*TEASER11*/
/**********/
.t11o .tTitle {
	text-align: center;
	font-size: 30px;
	font-family: 'Istok Web', sans-serif;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.t11o .tFoto {
	margin: 0 auto 20px auto;
	max-width: 163px;
	border-radius: 100%;
	overflow: hidden;
}
.t11o .tSubHeader {
	font-weight: bold;
	font-family: 'Istok Web', sans-serif;
}
/**/
.rJhVT {
	margin-top: 0;
    font-family: 'Istok Web', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.rJhVOut  {
	margin-bottom: 2em;
}

/**********/
/*TEASER14*/
/**********/

#t14 {
	background: #D1EDFF;
	padding: 55px 0;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	color: #3A3A3A;
	font-weight: bold;
}
#t14 a {
	color: #009BFF;
	border-bottom: 2px solid #009BFF;
	display: inline-block;
	line-height: 20px;
}
#t14 .intro,
#t14 p {
	margin-bottom: 0;
}

/*JOBDETAIL*/
.jbdTitle {
	font-size: 30px;
}
.jbdSh {
    font-family: 'Lato';
    font-size: 16px;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
}
h1.jbdTitle {
	color: #00519e;
}
h2.jbdTextSh,
h2.jbdSh  {
	font-size: 16px;
	margin: 0;
	line-height: 30px;
}
.jbdText {
	margin: 0 0 30px 0;
}
/*******************/
/*CUSTOM EVENT LIST*/
/*******************/
.eventItem {
	margin-bottom: 2em;
	border-top:1px solid #ccc;
	padding: 15px 8px;
}
.eventItem .col-md-8 {
	border-right:1px solid #ccc;
}
.eventItem:nth-child(odd) {
	/*background: #f9f9f9;*/
	padding: 15px 8px;
}
.eventItem .subHeader {
	color:rgb(36,170,247)
}
.buttonCon {
	padding-top: 36px;
}
/*EVENT LIST*/
.eventDetailRight a {
	margin:0 auto;
}
/**********/
/*HLB4 & 5*/
/**********/
.hlb5 {
	margin:2em 0 0 0;
}
/******/
/*HLB6*/
/******/
.hlb6,
.hlb4,
.t12o a,
.t13o a {
	background: #CD2D00;
}
/*********/
/*LANDING*/
/*********/
.landing h1 {
	font-size: 30px;
}
.landing .outer {
	margin-bottom: 2em;
}
/************/
/*BREADCRUMB*/
/************/
div.breadcrumb {
	font-size: 0;
}
div.breadcrumb a,
div.breadcrumb b {
	font-size: 16px;
	font-weight: normal;
}
div.breadcrumb a:after {
	content: '/';
	padding: 0 9px;
    color: #ccc;
}
/*******/
/*FORMS*/
/*******/
input,
textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*********/
/*TEASER5*/
/*********/
.t5o a strike {
    background: #CD2D00;
    background: #00519E;
	background: #009BFF;
    color: #FFF;
    border:0;
    margin:0;
	text-decoration: none;
}
/************/
/*JOBCOUNTER*/
/************/
.badge-counter {
	display: block;
	color: #1c1b1c;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.badge-counter .badge {
	left: -5px;
    top: -10px;
}
header.smaller .badge-counter {
	margin-top: -30px;
}
/***********/
/*JOBBASKET*/
/***********/
.jbskHOuter {
	margin-bottom: 0;
}

.mm-listview .badge-counter {
	display: none;
}
/**************/
/*STATISTIEKEN*/
/**************/
.stsGenTbl td,
.stsGenTbl th {
	padding: 5px;
}
.stsGenTbl tr:nth-child(odd) {
	background: #efefef;
}
/***************/
/*SOLLICITATIES*/
/***************/
.aplListTbl td,
.aplListTbl th {
	padding: 5px;
}
.aplListTbl {
	width: 100%;
}
.aplListTbl tbody tr:nth-child(odd) {
	background: #efefef;
}
/**/
div input.selectbox,
div input.multiSelect {
	background: #FFF url(../../_css_global/concrete2/otys/select2.png);
	background-position: right 50%;
	background-repeat: no-repeat;
	max-height: 100px;
	height: auto !important;
	padding-left: 2px;
	padding: 10px;
	width: 100% !important;
	vertical-align: top;
	line-height: normal;
	    border: 1px solid #ccc;
}
.chosen-container,
.chosen-container ul {
	padding: 0;
}
.chosen-container .search-field input,
.chosen-single {
	padding:15px !important;
	border: 1px solid #ccc !important;
	border-radius: 2px !important;
}
/*.favorites_cookies {
	display: none;
}
.favorites_cookies_detail {
	display: inline-block;
}
.favorites_cookies_detail > a {
	display: none;
}
.favouriteJobList > div {
	padding-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
}
.favouriteJobListItem > a {
	color: rgb(36,170,247);
    font-size: 24px;
    line-height: 27px;
    margin: 0;
    font-weight: 700;
    text-decoration: none;
}
.favouriteJobListItem input {
	margin-top: 10px;
}*/
.favorites_cookies {
	    float: right;
    margin: 0 0 0 10px;
}
.favorites_cookies a {
	display: none;
}
.formCheckboxContainer input[type=checkbox] {
	display: inline-block;
	height: auto;
}
.favorites_cookies input {
	background: url(../../_images/ipse/save1.png) no-repeat;
	border: 0;
    font-size: 0;
    box-shadow: none;
    height: 52px;
    width: 54px;
}
.favorites_cookies input[value=Delete] {
	background: url(../../_images/ipse/save2.png) no-repeat;
}
.custICjobs {
	display: none;
}
.cookieAccept {
    display: inline-block;
    width: inherit;
    margin-right: 40px;
}
#donotaccept {
    border: 0;
    color: #FFF;
    background: url(/_images_global/ckClose.png) no-repeat left top 3px;
    padding: 0 0 0 15px;
    display: inline-block;
}

/*For task #421030*/
.hookText.webUserHookText.ocdHookText {
    display: none;
}
.hookText.webUserHookText.ocdHookText.ocdFrgtPswrd {
    display: block;
}
/*----------------*/
/**************/
/*CONTACT FORM*/
/**************/
.contact .qsPIOuter label {
	max-width:100%;
}
#KQDIV_21033,
#KQDIV_21034 {
	width: 50%;
	float: left;
	clear: none;
}
#KQDIV_21033 {
	padding: 0 15px 0 0;
}
#KQDIV_21034 {
	padding: 0 0 0 15px;
}
.contact .qsPIOuter input[type=text],
.contact .qsPIOuter textarea {
	max-width: 100%;
}
.contact .qsPIOuter h2 {
	margin: 0;
	font-family: 'Istok Web', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
}
img {
	max-width: 100%;
	height: auto;
}

/********/
/*PORTAL*/
/********/
.custCandDtlTextContainer .textWord {
	display: flex;
}

.aplMc > div,
.mCCustomerLoggedIn > div {
	border: 0;
}
.aplMc a,
.mCCustomerLoggedIn a {
	background: #CD2D00;
	color: #FFF;
	border: 0;
	margin: 0 0 10px 0;
    padding: 15px 35px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.tmplsett_filter,
.tscFilterDiv {
	background: #f4f4f4;
	padding: 24px;
}
.tscFilterDiv .hookInput,
.tscFilterDiv .hookButton {
	display: inline-block;
}
.tscFilterDiv .hookButton .button {
	padding: 8px 35px;
	margin: -1px 0 0 0;
}
.tmplsett_filter .buttonContainer {
	margin: 0;
}
.tmplsett_filter .buttonContainer input {
	margin-bottom: 0;
	padding: 14px 35px;
}
.aplPrivAreaInput .formInputTaC {
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.jblItemContainer {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
}
.jblCat {
	background: #f4f4f4;
	padding: 12px;
	margin: 0 0 10px 0;
}


.custAddJobOuter form {
	max-width: 800px;
}
.custAddJobOuter form span.splitter {
    float: right;
	max-width: 75%;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}


@media (max-width: 1024px){
	#jobsearch .actHInput,
	#jobsearch .actHButton {
		width: 50%;
		margin: 0 0 10px 0;
		padding: 0 15px;
	}
}
@media (max-width: 991px){
	.hlb4 {
		margin: 0 0 30px 0;
	}
	footer .col-xs-12 {
		margin: 0 0 30px 0;
	}
}
@media (max-width: 767px){
	.ocdHookOuter {
		left: 50%;
		margin-left: -110px;
	}
	.inloggen {
		margin: 0;
	}
	.custAddJobOuter form span.splitter {
	    float: none;
		max-width: none;
	}
}
@media (max-width: 560px){
	#jobsearch .actHInput,
	#jobsearch .actHButton {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0 15px;
	}
	/*TEASER8*/
	.t8o .tFoto {
		display: none;
	}
	.t8o .tText {
		width: 100%;
		height: auto;
		padding: 20px;
	}
	/*TEASER9*/
	.t9o .tItemContainer .tFoto {
		width: 100%;
		display: none;
	}
	.t9o .tItemContainer .tText {
		width: 100%;
		padding:10px 0;
	}
}

/* ==========================================================================
   Portal styling BB
   ========================================================================== */
.custJblOuter .tmplsett_filter {
   margin-bottom:1em;
}
.custJblOuter .itemFooterWord  {
	border-right:0;
	padding-right:1em;
}
.custJblOuter .itemFooterWord a {
	color:#CD2D00;
}
.custJblOuter .jblItemTitle {
	font-size:1.3em;
	margin-bottom:0;
}
.custCandItemContainer .itemTitle {
	font-size:1.3em;
	margin-bottom:0;
	padding-left:0;
}
.custCandStatusCont .itemWord {
	padding-right:1em;
}
.custCandMultiple .customIntro {
	padding-bottom:1em;
}



.formCheckboxContainer,.outer.qsPIOuter input[type=text], .outer.qsPIOuter .apllDate > div,.outer.qsPIOuter textarea,.outer.qsPIOuter .chosen-container,.outer.qsPIOuter select{
    max-width: 600px!important;
}
.outer.qsPIOuter .formCheckboxContainer input[type=checkbox] {
    display: inline-block;
    height: auto;
    border: 0!important;
    box-shadow: 0 0 0 0!important;
    vertical-align: middle;
    display: inline;
    width: unset;
    margin-right: 25px;

    border: 1px solid #cecece!important;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    width:15px;
    height:15px;

    transition: 0.1s;
}
.outer.qsPIOuter .formCheckboxContainer input[type=checkbox]:focus{
	outline: none;
}
.outer.qsPIOuter .formCheckboxContainer input[type=checkbox]:checked,.outer.qsPIOuter .formCheckboxContainer input[type=checkbox]:hover{
	background-color:#f1f1f1;
	background-image:url(../../_images/check.png);
	background-repeat: no-repeat;

}



.outer.qsPIOuter .formCheckboxContainer span {
    width: 100%;
    display: inline-block;
}
.error{
	color:red;
}
.menuLink.aplMlink.MenuLinkFirstChild.aplMlinkFc,
.menuLink.aplMlink.aplMCApplic{
    display: none;
}h2.subHeader.contentSubHeader .ocdHookOuter {
    position: relative;
    right: auto;
    z-index: 1;
    display: block;
    width: auto;
    background-color: #fff;
}
.actSRCf {
    margin: 0 0 40px 0;
}
.optionListContainer.actLc.actLcMcrit .optionList li{
    display: inline-block;
    width:100%;
}
.optionListContainer.actLc.actLcMcrit .optionList li a{
	display:inline-block;
	background-image:url(../../_images/error.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 0 5px 35px;
}
.optionListContainer.actLc.actLcMcrit .optionList {
    margin-top: 15px;
}
@media screen and (max-width: 560px) {

.t6o .tItemCon {
    width: 100%;
    margin: 0 0 10px 0;
}
.t6o .tFoto {
    display: none;
}
.t6o .tText {
    position: unset;
}
footer .col-xs-12:nth-of-type(1),footer .col-xs-12:nth-of-type(2),footer .col-xs-12:nth-of-type(3){
	display:none;
}
.t2Item {
    margin-bottom: 5px;
    display: inline-block;
    margin: 5px 7px;
    font-size: 12px;
}
.actSROf{
    position: fixed;
    top:calc(100% - 40px);
    background-color: #fff;
    width: 100%;
    left: 0;
    padding:60px 25px 20px 25px;
    z-index: 999999;
    overflow: hidden;
    height:100%;
    transition:0.6s;
}
.actSROf.opened{
	top:0;
	    overflow: auto;
}
.actSROf > div.facetsButton{
    position: absolute;
    height: 40px;
    top: 0;
    width: 100%;
    background-color: #00509e;
    color: #fff;
    left: 0;
    padding: 8px 25px;
}
div.ckOuter {
    background-color: rgb(0, 0, 0);
    z-index: 999999999999999;
}
.actSROf > div.facetsButton:after{
	content:" ";
	position:absolute;
	right:25px;
	top:8px;
	background-image:url(../../_images/down-arrow.png);
	transform:rotateZ(180deg);
	width:24px;
	height:24px;
	transition:0.7s;
}
.actSROf.opened div.facetsButton:after{
	transform:rotateZ(0deg);
}
}

/* fix 26.7.2018 */
.favourites-mobile {
	display: none;
}

.formCheckboxContainer,.outer.custOuter input[type=text], .outer.custOuter .apllDate > div,.outer.custOuter textarea,.outer.custOuter .chosen-container,.outer.custOuter select{
    max-width: 600px!important;
}
.outer.custOuter .formCheckboxContainer input[type=checkbox] {
    display: inline-block;
    height: auto;
    border: 0!important;
    box-shadow: 0 0 0 0!important;
    vertical-align: middle;
    display: inline;
    width: unset;
    margin-right: 25px;

    border: 1px solid #cecece!important;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    width:15px;
    height:15px;

    transition: 0.1s;
}
.outer.custOuter .formCheckboxContainer input[type=checkbox]:focus{
	outline: none;
}
.outer.custOuter .formCheckboxContainer input[type=checkbox]:checked,.outer.custOuter .formCheckboxContainer input[type=checkbox]:hover{
	background-color:#f1f1f1;
	background-image:url(../../../_images/check.png);
	background-repeat: no-repeat;

}

.outer.custOuter .formCheckboxContainer span {
    width: 100%;
    display: inline-block;
}
.outer.custOuter .error{
	color:red;
}
.outer.custOuter .goto-applications {
    display: none;
}

/**********************/
/*** FIX 6.11.2018 ***/
/********************/

.formInput.aplTextAreaInput.aplPrivAreaInput.aplAVGInput > label {
	height: 100px;
}

.formInput.aplCheckContainer.aplAVGCheck .radiobutton {
	height: auto;
}

.formInput.aplCheckContainer.aplAVGCheck > span {
	max-width: 25%;
	font-weight: 700;
	display: block;
	float: left;
	padding-right: 20px;
	font-size: 16px;
}

.formInput.aplCheckContainer.aplAVGCheck > input {
	width: auto;
	position: relative;
	float: left;
	top: 3px;
	margin-right: 14px
}

.ja {
	font-weight: 400 !important;
}

@media (max-width: 768px) {
	.formInput.aplTextAreaInput.aplPrivAreaInput.aplAVGInput > label {
		display: none;
	}
	.formInput.aplCheckContainer.aplAVGCheck > span {
		max-width: 100%;
	}
	header .logo {
    height: 68px;
    float: right;}
}

.badge-counter,
.LMPCandDetailStatus .fiStatus,
.custCandMultiple .custCandItemContainer .custCandStatus,
.aplStartOuter #aplStartSignTkF {
	display: none;
}

.onlineJobPrenentation .t1o .container .txt p:last-child {
	display: none;
}
.onlineJobPrenentation .t1o section.hero-pages {
	height: 200px;
}
.onlineJobPrenentation .goto-applications,
.onlineJobPrenentation #primary-nav,
.onlineJobPrenentation .cta,
.onlineJobPrenentation footer {
	display: none;
}
.onlineJobPrenentation #content {
	text-align: left !important;
	padding-bottom: 100px;
}

.onlineJobPrenentation #content .outer {
	max-width: 100% !important;
}

header {
	height: 104px;
}

header .logo {
	max-height: 65px
}

.nav > li span a {
	height: 69.5px;
	/* height: 82.5px; */
	margin-top: -30px;
}

header .tagline {
	margin-top: 28px;
}

.custCandStaffingStatus {
	display: none;
}

.nwsSlOuter .nwsSlItemWord {
	display: none;
}


.formInput.formMultiCheckbox.aplMCheckInput span{
	display:block;
}
.formInput.formMultiCheckbox.aplMCheckInput input[type=checkbox] {
    display: inline;
    text-align: left;
    padding: 0;
    border: 0;
    margin: 0;
    width: auto;
}

.aplRadioInput label  {
	float: none;
}
.formInput.formRadio input {
	width: 100px;
	position: relative;
	top: 18px;
	box-shadow: none;
}

.ckOuter {
	display:none;
}




















.social-footer {
    display: flex;
    font-size: 0;
    line-height: 0;
    width: 100%;
    flex-wrap: wrap;
}

.social-footer p {
    display: none;
}
.smokie_image img {
    display: block;
    width: 100%;
    height: auto!important;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    margin: 20px 0 0 0;
    max-width: 120px;
}



/*
	Premium jobs - WIF
*/
.actIcPremium{
	background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    padding: 0 30px 30px 30px;
    border-radius: 5px;
    overflow: hidden;
    border: 0;
}
.actIcPremium h3{
	background: #009bff;
    color: #fff;
    padding: 20px 30px 20px 30px;
    margin: 0 -30px 20px -30px;
}
.actIcPremium h3 a{
	color:#fff;
	display:block;
}
.actIcPremium .itemDescription.actItemDescr{
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 28px;
}
.actIcPremium .itemFooter.actIf {
    margin: 0;
    padding: 0;
}
.itemFooterWord.actIFw.premiumTag {
    float: right;
    margin: 0;
    padding: 5px 15px;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    background: #cd2c00;
}
.itemFooter.actIf.actIfPremium {
    line-height: 32px;
}
.actEquery {
    display: none;
}
.actIfPremium .itemFooterWord{
    display: inline-block;
    border: 0;
    margin-right: 10px;
    padding: 0;
}


/* ==========================================================================
   Dedicated media queries - responsive
   ========================================================================== */

@media all and (max-width: 1500px){
	section.hero-pages:after {
		left: calc(35% - 15px);
	}
}

@media all and (max-width: 1199px){
	
	section.hero-pages:after {
		left: calc(40% - 75px);
		bottom: auto;
		top: 0;
	}
	.t6o {
		padding: 60px 0 50px;
	}
	.t1o h1 {
		font-size: 35px;
		line-height: 40px;
	}
	
}

@media all and (max-width: 991px){

	section.hero-pages:after {
		left: calc(40% - 30px);
	}
	
	.t6o .tTitle,
	#jobsearch .actHHeader,
	.home #content h1 {
		font-size: 25px;
		line-height: 30px;  
	}
	#t14,
	#jobsearch {
		padding: 30px 0;
	}
	.t6o {
		padding: 30px 0;
	}
	#t14 {
		font-size: 18px;
		line-height: 24px;
	}
	.cta-btn {
		margin-bottom: 25px;
	}
}

@media all and (max-width: 768px){

	section.hero-pages:after {
		left: calc(40% - 15px);
		bottom: auto;
		top: 0;
		right: 0;
		width: 60%;
		height: 100%;
	}

}

@media all and (max-width: 767px){
	

	.jslItemContainerWrapper {
		flex-direction: column;
	}
	.jslItemContainer {
		width: 100%;
	}
	section.hero-pages:before {
		width: 100%;
		border-radius: 0;
	}
	.t1o section.hero-pages .txt {
		max-width: 100%;
		padding-right: 0;
	}
	section.hero-pages {
		height: 270px;
	}
	section.hero-pages:after {
		left: auto;
		width: 140px;
	}
	section.hero-pages .container .row {
		width: 100%;
		text-align: center;
	}

	.social-footer {
		justify-content: center;
	}
	.smokie_image img {
		margin: 10px auto 0;
	}
	footer .col-xs-12:last-child {
		margin-bottom: 0;
	}
	.lg-sheet {
		padding: 20px 0;
	}
	.t5o .tIntro {
		margin-top: 15px;
	}

	
}

@media all and (max-width: 580px){

	.agentsSubscribeOuter {
		display: flex;
		flex-direction: column;
	}
	.agentsSubscribeText,
	.agentsSubscribeOuter h4 {
		text-align: center;
	}
	.agentsSubscribeText {
		margin-bottom: 15px;
	}
	.agentsSubscribeOuter .agentLeft {
		padding-right: 0px;
	}
	
}
@media all and (max-width: 500px){
	section.hero-pages:after {
		width: 140px;
		height: 75%;
		right: -35px;
	}
}

@media all and (max-width: 400px){
	section.hero-pages:after {
		width: 140px;
		height: 160px;
		right: -65px;
		top: -30px;
	}
}

.cke_notifications_area {
    display: none !important;
}

.custAskPub .buttonContainer .button:nth-child(1) {
	display: none !important;
}
