@font-face {
    font-family: 'Unit';
    src: url('../fonts/UnitOT-Regular.eot');
    src: url('../fonts/UnitOT-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UnitOT-Regular.woff2') format('woff2'),
        url('../fonts/UnitOT-Regular.woff') format('woff'),
        url('../fonts/UnitOT-Regular.ttf') format('truetype'),
        url('../fonts/UnitOT-Regular.svg#UnitOT-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Unit';
    src: url('../fonts/Unit-Bold.eot');
    src: url('../fonts/Unit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unit-Bold.woff2') format('woff2'),
        url('../fonts/Unit-Bold.woff') format('woff'),
        url('../fonts/Unit-Bold.ttf') format('truetype'),
        url('../fonts/Unit-Bold.svg#Unit-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
	color: #4f4f4f;
	font-family: 'Lato', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 300;
	padding-top: 70px;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
	font-family: 'Unit', 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: 700;
}

h1, h2, h3, h4, .header-text {
	color: #003b79;
}
h5, h6 {
	font-weight: 700;
}

h5 {
	font-size: 1em;
}

.media-heading {
	font-weight: 400;
}

strong {
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

.blog-page p {
	margin-bottom: 40px;
}

a {
	transition: .2s;
}

.required {
	color: #ce4844;
}

.affix {
  top: 80px;
  width: 360px;
}

/* Load indicator */
.loader_div {
	position: absolute;
	z-index: 99999;
	top: 25px;
	width: 95%;
}

.load-indicator-container {
	width: 100%;
	height: 49px;
	text-align: center;
}

.load-indicator {
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 3px solid rgb(241,141,0);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 1175ms infinite linear;
		-o-animation: cssload-spin 1175ms infinite linear;
		-ms-animation: cssload-spin 1175ms infinite linear;
		-webkit-animation: cssload-spin 1175ms infinite linear;
		-moz-animation: cssload-spin 1175ms infinite linear;
}

@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

/* Cookie notify */
.cookie-notify {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 85px 10px 20px;
  background: #dedede;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 99;
}
.cookie-notify a {
  position: absolute;
  top: 3px;
  right: 15px;
  cursor: pointer;
}
.cookie-notify p, .cookie-notify a {
  color: #333;
  margin: 0.6em 0;
}

/* Helpers: Margins */
.margin-top-15 { margin-top: 15px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-35 { margin-top: 35px; }
.margin-top-45 { margin-top: 45px; }
.margin-top-55 { margin-top: 55px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-35 { margin-bottom: 35px; }
.margin-bottom-45 { margin-bottom: 45px; }
.margin-bottom-55 { margin-bottom: 55px; }

.margin-top-50 { margin-top: 50px; }

.no-padding { padding: 0; }

.display-table {
	display: table;
	height: 110px;
}
.display-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* Modal */
.modal .modal-content {
	border-radius: 0;
}
.modal-backdrop {
   background-color: #001731;
}
.modal-backdrop.in {
	opacity: 0.8;
}

.modal {
  text-align: center;
}

.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* Social */
.social ul {
	margin: 0;
	padding: 20px 0 30px;
}
.social ul li {
	display: inline-block;
	padding: 0 6px;
}
.social ul li:first-child {
	padding-left: 0 !important;
}
.social ul li:last-child {
	padding-right: 0 !important;
}

/* Nav */
.top-nav {
	height: 70px;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 100;
	width: 100%;
	background: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}
.top-nav .logo {
	padding: 0 !important;
	border: 0;
	float: left;
}

.top-nav .logo img {
	/*width: 220px;*/
	height: 64px;
	width: auto;
}

.top-nav .logo:hover {
	border: none;
}

.top-nav li:first-child {
	margin-right: 5px;
}

.top-nav li a:focus, .top-nav li a:active {
	background: none;
}

.top-nav>li>a {
	border-top: 4px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #4f4f4f;
    padding: 16px 10px 18px;
    line-height: 2;
}

.top-nav>li.nav-mobile>a {
	padding: 16px 30px 18px;
}

.top-nav > li > a {
	/*padding-top: 24px;*/
	font-weight: 400;
	font-family: 'Unit', 'Trebuchet MS', Helvetica, sans-serif;
}

.top-nav ul li a:hover {
	border-radius: 0 !important;
	border-top: 4px solid #c4c4c4;
	background: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.top-nav ul li.active a {
	border-top: 4px solid #f28c00;
	background: none;
	border-radius: 0;
	color: #4f4f4f;
}

.top-nav li.active a:hover {
	background: none;
	color: #4f4f4f;
}

.top-nav li.dropdown {
	border-radius: 0;
}

.top-nav li.dropdown a {
	border-top: 4px solid #f5f5f6;
	/* padding-top: 24px !important; */
}

.top-nav .dropdown-menu>li>a {
	padding: 10px 20px;
}

.top-nav li.dropdown a {
	border-radius: 0;
	background: #f5f5f6;
}
.top-nav .open>a, .top-nav .open>a:focus, .top-nav .open>a:hover {
    background-color: #eee;
    border-color: #f28c00;
}

.content-nav li a {
	color: #003B79;
}

#toggle-nav {
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.95);
	position: fixed;
	z-index: 100;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}

#toggle-nav a {
	display: block;
	line-height: 45px;
	color: #4f4f4f;
}

.logo_block {
	/* background: #033777; */
	background-color: #fff;
}

#toggle-nav .img-responsive {
	/* float: right; */
	height: 81px;
}

/* Nav hamburger icons */
.icon {
	padding: 0 10px;
}

.icon a {
	font-size: 25px;
	padding: 0 !important;
}

/* Hamburger */
.dropdown-hamburger {
	border-bottom: 2px solid #f28c00;
	background: #f9f9f9;
	-webkit-box-shadow: inset 0px 3px 8px -4px rgba(0,0,0,0.37);
	-moz-box-shadow: inset 0px 3px 8px -4px rgba(0,0,0,0.37);
	box-shadow: inset 0px 3px 8px -4px rgba(0,0,0,0.37);
	padding-top: 15px;
}

.dropdown-hamburger .list-group {
	background: none !important;
}

.dropdown-hamburger .list-group .list-group-item {
	background: none;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

.dropdown-hamburger .list-group .list-group-item:first-child {
	border-top: 0;
}

.dropdown-hamburger .list-group .list-group-item:hover {
	background: #fff;
	color: #000;
}

/* Header */
.header-background {
	background: #FFFFFF;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	overflow: hidden;
}

.solliciteer { background-image: url('/img/headers/home.jpg'); }
.sponsorbeleid { background-image: url('/img/headers/home.jpg'); }
.home { background-image: url('/img/headers/home-large.jpg'); }
.vacatures { background-image: url('/img/headers/vacatures.jpg'); }
.young-professional { background-image: url('/img/headers/young-professional.jpg'); }
.jouw-werkgever { background-image: url('/img/headers/jouw-werkgever.jpg'); }
.jouw-carriere { background-image: url('/img/headers/jouw-carriere.jpg'); }
.procedure { background-image: url('/img/headers/procedure.jpg'); }
.blog { background-image: url('/img/headers/blog.jpg'); }
.contact { background-image: url('/img/headers/contact.jpg'); }
.header.default { background-image: url('/img/headers/vacatures.jpg'); }
.stage { background-image: url('/img/headers/student.jpg'); }
.professional { background-image: url('/img/headers/professional.jpg'); }

.header {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
 
.header:before {
	content: "";
	display: block;
	padding-top: 28%;
}
 
.header.video-ratio:before {
	content: "";
	display: block;
	padding-top: 41%;
}

.header.video-ratio video {
	width: 100%;
}


.header-video-trigger {
    left: 50%;
    opacity: 1;
    position: absolute;
    text-align: center;
	/* top: 50%; */
	top: calc(50% - 30px);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity .3s
}

@media screen and (min-width:768px) {
    .header-video-trigger {
        top: calc(50% - 60px);
    }
}

/* 
@media screen and (min-width:768px) and (min-height:640px) {
    .header-video-trigger {
        top: calc(50% - 40px)
    }
} */

.header-video-trigger .link {
    display: block
}

.header-video-trigger .link:after {
    background: radial-gradient(ellipse at center, #000 0, transparent 50%);
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.header-video-trigger .link img {
    display: block;
    height: 10vw;
    margin: 0 auto;
    max-height: 120px;
    max-width: 120px;
    position: relative;
    width: 10vw;
    z-index: 2
}

.header-video-trigger .link:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.header-video-trigger .link:hover:after {
    opacity: .5;
    transition: opacity .3s
}

.js-play-video .header-video-trigger {
    opacity: 0
}

.js-play-video .video-wrapper {
    opacity: 1
}

.video-buttons {
    bottom: 10px;
    opacity: 0;
    position: absolute;
    right: 15px;
    transition: opacity 1s;
    z-index: 2
}

.js-play-video .video-buttons {
    opacity: 1
}

@media screen and (min-width:768px) {
    .video-buttons {
        bottom: 20px
    }
}

.video-button {
    background: rgba(241, 142, 0, .8);
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    height: 10vw;
    margin: 0 5px;
    max-height: 40px;
    max-width: 40px;
    position: relative;
    width: 10vw
}

.video-button:hover,
.video-button:focus {
    background: hsla(0, 0%, 100%, .8);
	color: #003b79;
	outline: none;
}

.video-button i {
    font-size: 18px;
    font-size: 1.8rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-button--play .fa-play {
    display: none
}

.video-button--play .fa-pause,
.video-button--play.video-button--pause .fa-play {
    display: inline-block
}

.video-button--play.video-button--pause .fa-pause,
.video-button--sound .fa-volume-off {
    display: none
}

.video-button--sound .fa-volume-up,
.video-button--sound.video-button--mute .fa-volume-off {
    display: inline-block
}

.video-button--sound.video-button--mute .fa-volume-up {
    display: none
}	

.header .header-text {
	font-family: 'Unit', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 36px;
	left: 0;
	top: 120px;
	position: relative;
	line-height: 1.3;
	z-index: 90;
}

.form-control {
	border: 1px solid #d9dadb;
}

.btn {
	font-family: 'Unit', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
}

.btn-primary,
.btn-primary[disabled],
.btn-primary[disabled]:hover {
	background: #f18e00;
	border: 1px solid #f18e00;
	border-radius: 2px;
}

.btn-primary:hover, .btn-primary.focus {
	background-color: #003b79;
	border-color: #003b79;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #003b79;
	border-color: #003b79;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #003b79;
    border-color: #003b79;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #003b79;
	border-color: #003b79;
}

.btn-default {
	border-color: #e3e3e3;
}

.btn-default:hover {
	border-color: #e3e3e3;
	background-color: #f9f9f9;
}
.btn-default.focus, .btn-default:focus, .btn-default:active  {
	border-color: #e3e3e3;
	background-color: #fff;
}

/* Home */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.vacancies {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.vacancies .btn-position {
	position: absolute;
	bottom: 0;
	left: 15px;
}
.vacancies table td a {
	color: #4f4f4f;
}
.vacancies table a:hover {
	color: #003b79;
}
.vacancies_img {
	margin-bottom: 22px;
}
.blue {
	color: #003b79;
}
.testamonial {
	background: #f9f9f9;
	overflow: hidden;
	margin-bottom: 50px;
}
.testamonial_img {
	overflow-x: hidden;
}
.testamonial_quote {
	padding: 30px 30px 0 0;
	font-size: 14px;
}
.award {
	text-align: center;
	margin: 0 auto;
}
.award .img-responsive {
	margin: 0 auto;
}

.reviews {
	margin-bottom: 50px;
}

/* Vacature overzicht */
.orange {
	color: #f18e00;
}
.filter {
	background: #f9f9f9;
	padding: 30px 15px;
	margin-bottom: 30px;
}
.filter_item {
	padding-bottom: 15px;
}
.filter label {
	font-weight: normal;
	margin-left: 5px;
	font-size: 14px;
}
.filter .badge {
	background: #a0a0a0;
}
#vacancies hr {
    margin: 20px 34px;
}
.vacancy_summary {
	font-weight: 400;
	margin-bottom: 10px;
}
.vacancy_summary ul {
	margin: 0;
	padding: 0;
}
.vacancy_summary ul li {
	display: inline-block;
	padding: 5px 30px 15px 0;
}
.vacancy_item {
    /*padding: 0 34px;*/
}
.vacancy_item h3,
.vacancy_item h4 {
	margin-bottom: 10px;
}

.vacancy_item h3 a,
.vacancy_item h4 a {
	color: #003b79;
	font-weight: 400;
}

.vacancy_item h3 a:hover,
.vacancy_item h4 a:hover {
	text-decoration: none;
}

.bla {
	width: 100%;
}
.filter .filter_item .btn-primary {
    background: #003b79;
    border: 1px solid #003b79;
    border-radius: 2px;
}
.filter .filter_item .btn-primary:hover {
    background: #f18e00;
    border: 1px solid #f18e00;
    border-radius: 2px;
}

/* Job apply */
.job-apply {
	padding: 20px 15px 10px;
}
.job-apply .btn-primary {
	background-color: #003b79;
	color: #fff;
	border-color: #003b79;
}
.job-apply .btn-primary:hover, .job-apply .btn-primary.focus {
	background-color: #f18e00;
	border-color: #f18e00;
}
.job-apply h4 {
	color: #4f4f4f;
}

/* Vacture */
.vdetails {
	background: #f9f9f9;
	padding: 30px 15px;
	margin-bottom: 30px;
}
.vdetails_item {
	padding-bottom: 15px;
}
.vrecruiter {
	background: #f9f9f9;
	margin-bottom: 30px;
}
.vrecruiter_details {
	padding: 15px;
}
.btn_job {
	background: #f18e00;
	font-size: 18px;
	width: 100%;
	text-align: center;
	color: #fff;
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
}
.btn_job:last-child {
	margin-top: 10px;
}
.btn_job:hover, .btn_job:focus {
	color: #fff;
	background: #003b79;
	text-decoration: none;
}

/* Footer */
.footer {
	background: #f9f9f9;
	padding: 35px 0;
	margin-top: 50px;
	text-align: center;
}
.footer_menu {
	font-size: 14px;
	font-weight: 400;
}
.footer .social ul {
	padding: 0; /* Footer fix */
}
.footer .footer_menu ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
.footer .footer_menu ul li {
	padding: 0 15px;
	display: inline;
	line-height: 3;
}
.footer .footer_menu ul li:first-child {
	padding-left: 0;
}
.footer .footer_menu ul li:last-child {
	padding-right: 0;
}
.footer .footer_menu a {
	color: #4f4f4f;
}
.copyright {
	text-align: center;
	padding: 50px 0;
}
.copyright a {
	color: #4f4f4f;
}
.copyright p {
	margin: 0;
}
.footer .social {
	padding-top: 30px;
}

/* Job */
.job_form_item {
	margin-bottom: 70px;
}
.job_form_item:last-child {
	margin-bottom: 0 !important;
}
.privacy {
	background: #f9f9f9;
	padding: 15px;
	margin-bottom: 30px;
}
.privacy p {
	font-size: 12px;
}

/* Contact */
.locations {
	margin-bottom: 70px;
}
.locations h5 {
	margin-bottom: 0;
}
.locations a {
	color: #4f4f4f;
}
.contact {
	/*margin-bottom: 40px;*/
}
.reccontact {
	background: #f9f9f9;
	overflow: hidden;
	margin-bottom: 30px;
}
.reccontact h4 {
	font-family: inherit;
	font-weight: 400;
}
.reccontact a {
	color: #4f4f4f;
}
.reccontact_img {
}
.reccontact_content {
	padding: 20px 30px 30px 0;
}
.rec_img {
	background: #000;
	display: block;
}

/* Bootstrap overrides */
.form-control {
	box-shadow: none;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-bottom: 20px;
}
.modal-content {
	box-shadow: none;
}
a.btn:focus {
	outline: none;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover
{
    box-shadow: none !important
}

input, textarea {
	font-weight: 400;
}

.badge {
	background: none !important;
	border-radius: 0 !important;
	color: #4f4f4f;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 13px;
	vertical-align: initial !important;
	line-height: auto;
	white-space: auto;
}

.select-language .btn-primary:active, .select-language .btn-primary:focus {
	background: #f18e00;
	border: 1px solid #f18e00;
}

.col-wrap{
    overflow: hidden;
}

/*.col {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}*/

.col .recruiter_picture {
	height: 215px;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
    background-repeat: no-repeat;
}

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

.well {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: none;
}

.btn {
    outline: none !important;
}

/* Company match */
.companymatch-widget {
	position: relative !important;
	width: initial !important;
	float: initial !important;
	min-height: initial !important;
	font-size: 22px !important;
	font-style: normal !important;
	font-variant: normal !important;
	line-height: 60px !important;
	display: inline-block !important;
	border: 0 !important;
	height: 60px !important;
	padding: 0 1em 0 0 !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	box-sizing: initial !important;
	background: #f18e00 !important;
	margin-bottom: 30px;
	font-weight: 700;
	transition: .2s;
}

.companymatch-widget:hover {
	background: #003b79 !important;
}

.companymatch-widget.match {

}

.companymatch-icon {
	position: relative !important;
	float: left !important;
	width: 28px !important;
	height: 28px !important;
	max-width: initial !important;
	min-width: initial !important;
	padding: 0 !important;
	padding: 16px 12px 16px 12px !important;
	border: 0 !important;
	margin: 0 !important;
	margin-right: 1em !important;
	box-sizing: initial !important;
}

.match .companymatch-icon {
	display: none;
}

.companymatch-new {
	color: #FFFFFF !important;
	float: right !important;
}

.companymatch-result {
	color: #FFFFFF !important;
	float: right !important;
}

.companymatch-percentage {
	position: relative !important;
	float: left !important;
	color: #333333 !important;
	text-shadow: 0px 0px 0px #FFFFFF !important;
	height: 72px !important;
	width: 60px !important;
	top: -6px !important;
	left: -6px !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
	margin-left: -10px !important;
	margin-right: 0.5em !important;
	line-height: 72px !important;
	font-size: 17px !important;
	text-align: center !important;
	background-size: 100% !important;
	background-image: url(https://www.companymatch.me/site/pages/design/img/companymatch-match.png) !important;
	box-sizing: initial !important;
}

/* Vacature */
.vacature .companymatch-widget {
	margin-top: 8px;
	position: relative !important;
	width: 100% !important;
	float: initial !important;
	min-height: initial !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-variant: normal !important;
	line-height: 60px !important;
	display: inline-block !important;
	border: 0 !important;
	height: 60px !important;
	padding: 0 !important;
	border-radius: 0px !important;
	cursor: pointer !important;
	box-sizing: initial !important;
	background: #f18e00 !important;
}

.vacature .companymatch-widget:hover {
	background: #003b79 !important;
}

.vacature .companymatch-widget.match {

}

.vacature .companymatch-icon {
	position: relative !important;
	float: left !important;
	width: 28px !important;
	height: 28px !important;
	max-width: initial !important;
	min-width: initial !important;
	padding: 0 !important;
	padding: 16px 12px 16px 12px !important;
	border: 0 !important;
	margin: 0 !important;
	margin-right: 1em !important;
	box-sizing: initial !important;
	display: none !important;
}

.vacature .match .companymatch-icon {
	display: none !important;
}

.vacature .companymatch-new {
	color: #FFFFFF !important;
	float: none !important;
	text-align: center !important;
	padding: 0 !important;
}

.vacature .companymatch-result {
	color: #FFFFFF !important;
    float: left !important;
}

.vacature .companymatch-percentage {
	position: relative !important;
	float: left !important;
	color: #333333 !important;
	text-shadow: 0px 0px 0px #FFFFFF !important;
	height: 72px !important;
	width: 60px !important;
	top: -6px !important;
	left: -6px !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
	margin-left: -10px !important;
	margin-right: 0.5em !important;
	line-height: 72px !important;
	font-size: 17px !important;
	text-align: center !important;
	background-size: 100% !important;
	background-image: url(https://www.companymatch.me/site/pages/design/img/companymatch-match.png) !important;
	box-sizing: initial !important;
}

.vimg, .vvideo {
	margin-bottom: 30px;
}

/* jobApply */
.jobApplyForm-vacancy {
	padding: 50px 0;
	background-color: #003b79;
	margin-top: 50px;
	color: #fff;
}

.jobApplyForm-vacancy h2,
.jobApplyForm-vacancy h3 {
	color: #fff;
}

.jobApplyForm-vacancy .btn-default {
	background-color: transparent;
	color: #fff;
}

.jobApplyForm .cxsPageError {
	text-align: center;
}

.jobApply-header {
	margin-bottom: 50px;
}

.container-small {
	max-width: 900px;
}

.container-smaller {
	max-width: 700px;
}

/* Blog */
.blog-item {
	margin-bottom: 30px;
	padding: 20px 0;
}

.blog-item .blog-img {
	margin-bottom: 30px;
	/*max-height: 315px;*/
}

.blog-item .blog-img.lead {
	margin-bottom: 30px !important;
}

.blog-page .blog-item .blog-img {
	margin-bottom: 10px;
}

/* YouTube Responsive */
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-responsive {
	margin-bottom: 30px;
}

/* Connexis sollicitatie formulier */
.jobApplyForm .cxsPageHeader,
.jobApplyForm .cxsIntroduction,
.jobApplyForm #cxsLanguages,
.jobApplyForm .cxsSectionHeader,
.jobApplyForm .cxsSectionIntro,
.jobApplyForm #cxsFieldLabel_12,
.cxsFieldContainer.cxsFieldName_CM_url__c,
.cxsFieldContainer.cxsFieldName_CM_percentage__c {
    display: none;
}

#cxsFieldAfterLabel_8 {
	margin-left: 10px;
}

.JobApplyForm .cxsFieldContainer {
    margin-bottom: 15px;
    position: relative;
}

.lead {
    margin-bottom: 40px;
}

.jobApplyForm .cxsButton {
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    transition:  opacity .2s;
}

.jobApplyForm .cxsButton:hover {
	opacity: .75;
}

.jobApplyForm .cxsField:not([type=checkbox]) {
    width: 100%;
    display: block;
}

.jobApplyLinkedIn {
	margin-bottom: 30px;
}

.cxsFieldError {
	font-size: 12px;
}

.jobApplyForm #cxsThanks {
    text-align: center;
}

.cxsError > .cxsField {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.jobApplyForm-vacancy .cxsApplyButton:hover, .cxsFieldType_textkernel .cxsFileUpload:hover {
	background-color: #f18e00;
    border-color: #f18e00;
}

.jobApplyForm-vacancy .cxsFileUpload:hover {
	background-color: #003b79;
	border: 1px solid #fff;
	color: #fff;
}

.jobApplyForm-vacancy#direct-solliciteren {
	position: relative;
	border-top: 96px solid transparent;
	margin: -30px 0 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.jobApplyForm-vacancy#direct-solliciteren:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
}

@media (min-width: 768px) {
	.jobApplyForm-vacancy#direct-solliciteren {
		border-top: 50px solid transparent;
		margin: -30px 0 0;
	}
	.JobApplyForm-inputGroup {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cxsFieldContainer.cxsFieldName_cxsrec__Gender__c {
		width: calc(15% - 10px);
	}
	.cxsFieldContainer.cxsFieldName_cxsrec__First_name__c,
	.cxsFieldContainer.cxsFieldName_cxsrec__Last_name__c {
		width: calc(32.5% - 10px);
	}
	.cxsFieldContainer.cxsFieldName_cxsrec__Last_name_prefix__c,
	.cxsFieldContainer.cxsFieldName_cxsrec__Postcode__c {
		width: calc(20% - 10px);
	}
	.cxsFieldContainer.cxsFieldName_cxsrec__Mobile_phone__c,
	.cxsFieldContainer.cxsFieldName_cxsrec__E_mail_address__c {
		width: calc(40% - 10px);
	}
	.cxsFieldContainer.cxsFieldName_cxsrec__Last_CV__c,
	.cxsFieldContainer.cxsFieldName_cxsrec__Last_letter__c,
	.cxsFieldContainer.cxsFieldName_cxsrec__Image__c,
	#cmbutton_container {
		/*width: calc(33.333333333% - 10px);*/
		width: calc(25% - 10px);
	}
	/* BE and BQ only no CompanyMatch button  */
	.JobApplyForm-inputGroup.be-bq > .cxsFieldContainer.cxsFieldName_cxsrec__Last_CV__c,
	.JobApplyForm-inputGroup.be-bq > .cxsFieldContainer.cxsFieldName_cxsrec__Last_letter__c,
	.JobApplyForm-inputGroup.be-bq > .cxsFieldContainer.cxsFieldName_cxsrec__Image__c {
		width: calc(33.333333333% - 10px);
	}
}

.media-object {
	width: 85px;
	height: 85px;
}

.career .media {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.career .media:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

ul.career-tags {
	list-style: none;
	margin: 10px 0 15px;
	padding: 0;
}

ul.career-tags li {
	display: inline-block;
	background-color: #eee;
	line-height: 2;
	padding: 0 10px;
	margin: 3px 0;
	border-radius: 14px;
	font-size: 90%; 
	font-weight: 400;
}

ul.career-tags li > i {
	color: #f18e00;
}

.procedure-block {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

/*.procedure-block:hover {
	background-color: #f9f9f9;
	transition: background-color .3s ease;
}*/

.procedure_img {
	width: 72px;
	height: auto;
	margin-bottom: 10px;
}

.title-box {
    bottom: -20px;
    color: #fff;
    left: 0px;
    overflow: hidden;
    padding: 15px 40px 3px 40px;
    position: absolute;
}


.title-box__background {
    background-color: #f18e00;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    mix-blend-mode: multiply;
}

.no-backgroundblendmode .title-box__background {
	opacity: 0.8;
}

.body--ready .title-box__content {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.title-box__content {
    position: relative;
    -ms-transform: translateY(250%);
    transform: translateY(250%);
    transition: transform 1s cubic-bezier(.19,1,.22,1) 1s;
}

.title-box h1 {
    font-size: 27.5px;
    font-size: 2.75rem;;
    font-family: 'Unit', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0 !important;
    text-transform: uppercase;
}

#squaresCanvas {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	bottom: -50px;
	height: calc(100% + 50px);
	left: 0;
	opacity: .4;
	position: absolute;
	right: -50px;
	top: 0;
	width: 100%;
	z-index: 0;
}

.main {
	padding-top: 20px;
}

.privacy-statement p {
	line-height: 1.42857143;
	margin: 0 0 10px;
}

.privacy-statement h4,
.privacy-statement h5 {
	margin-top: 30px;
}

/*@media screen and (min-width: 600px) {
	.title-box h1 {
	    font-size: 55px;
	    font-size: 5.5rem;
	    bottom: -25px;
	    padding: 10px 40px 0px 60px;
	}
}
*/
@media screen and (min-width: 768px) {
	.title-box {
		bottom: -25px;
	    left: 30px;
	    padding: 10px 40px 0px 60px;
	}
	.title-box h1 {
	    font-size: 55px;
	    font-size: 5.5rem;
	}
	#squaresCanvas {
		bottom: -100px;
		height: calc(100% + 100px);
	}
	.header {
		margin-bottom: 100px;
	}
	/* .header-video-trigger {
		top: calc(50% - 40px);
	} */
	.video-buttons {
		bottom: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.title-box {
		bottom: -60px;
	    left: 30px;
	    padding: 35px 80px 5px 80px;
	}
	.title-box h1 {
	    font-size: 77px;
	    font-size: 7.7rem;
	}
}

@media screen and (min-width: 1200px) {
	.title-box {
		bottom: -60px;
	    padding: 40px 80px 0px 80px;
	    left: 6%;
	}
	.title-box h1 {
	    font-size: 11rem;
	    font-size: 110px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.title-box {
	    padding: 10px 40px 10px 40px;
	}

	@media screen and (min-width: 768px) {
		.title-box {
		    padding: 10px 40px 10px 40px;
		}
	}

	@media screen and (min-width: 1024px) {
		.title-box {
		    padding: 20px 80px 20px 80px;
		}
	}

	@media screen and (min-width: 1200px) {
		.title-box {
		    padding: 20px 80px 20px 80px;
		    bottom: -66px;
		}
	}
}

