/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: 700; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
*, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; }
button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
a { color: #337ab7; text-decoration: none; }
a:focus, a:hover { color: #23527c; text-decoration: underline; }
a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
figure { margin: 0; }
img { vertical-align: middle; }
.img-responsive { display: block; max-width: 100%; height: auto; }
.img-rounded { border-radius: 6px; }
.img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }
.img-circle { border-radius: 50%; }
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }
[role="button"] { cursor: pointer; }
.clearfix:after, .clearfix:before { content: " "; display: table; }
.clearfix:after { clear: both; }
.center-block { display: block; margin-left: auto; margin-right: auto; }
.pull-right { float: right !important; }
.pull-left { float: left !important; }
.hide { display: none !important; }
.show { display: block !important; }
.invisible { visibility: hidden; }
.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.hidden { display: none !important; }
.affix { position: fixed; }
@-ms-viewport { width: device-width; }
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block { display: none !important; }
.visible-print { display: none !important; }

@media (max-width: 767px) {
	.visible-xs { display: block !important; } 
	table.visible-xs { display: table !important; } 
	tr.visible-xs { display: table-row !important; } 
	td.visible-xs, th.visible-xs { display: table-cell !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
	.hidden-xs { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm { display: block !important; } 
	table.visible-sm { display: table !important; } 
	tr.visible-sm { display: table-row !important; } 
	td.visible-sm, th.visible-sm { display: table-cell !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
	.hidden-sm { display: none !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md { display: block !important; } 
	table.visible-md { display: table !important; } 
	tr.visible-md { display: table-row !important; } 
	td.visible-md, th.visible-md { display: table-cell !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
	.hidden-md { display: none !important; }
}

@media (min-width: 1200px) {
	.visible-lg { display: block !important; } 
	table.visible-lg { display: table !important; } 
	tr.visible-lg { display: table-row !important; } 
	td.visible-lg, th.visible-lg { display: table-cell !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
	.hidden-lg { display: none !important; }
}

@media print {
	.visible-print { display: block !important; } 
	table.visible-print { display: table !important; } 
	tr.visible-print { display: table-row !important; } 
	td.visible-print, th.visible-print { display: table-cell !important; }
}

.visible-print-block { display: none !important; }

@media print {
	.visible-print-block { display: block !important; }
}

.visible-print-inline { display: none !important; }

@media print {
.visible-print-inline { display: inline !important; }
}

.visible-print-inline-block { display: none !important; }

@media print {
	.visible-print-inline-block { display: inline-block !important; }
}

@media print {
	.hidden-print { display: none !important; }
}

.mp-icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; vertical-align: middle; }
html { -webkit-font-smoothing: antialiased; } 
.post-type-archive-connexys_position #Top_bar .menu .menu-item-2617 > a, .single-connexys_position #Top_bar .menu .menu-item-2617 > a { color: #56a1d5; }
.embed-container { position: relative; padding-bottom: 56.25% !important; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 40px; }
.embed-container embed, .embed-container iframe, .embed-container object { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mp-button { display: inline-block; padding: 12px 15px; border-radius: 2px; color: #fff; font-size: 14px; background-color: #e77b21; }
.mp-button:focus, .mp-button:hover { color: #fff; text-decoration: none; }
.mp-button--blue { background: #6290c5; }
.mp-button--white { color: #000; background: #fff; }
.mp-button--white, .mp-button--white:focus, .mp-button--white:hover { -webkit-transition: 	color 0.3s ease, 	background 0.3s ease; transition: 	color 0.3s ease, 	background 0.3s ease; }
.mp-button--white:focus, .mp-button--white:hover { color: #fff; background: #000; }
.greylink { font-size: 14px; color: #b0b0b0; }
.greylink .mp-icon { width: 0.4em; height: 0.4em; margin-left: 2px; }
.greylink:focus, .greylink:hover { color: #b0b0b0; text-decoration: none; } 
.mp-container { max-width: 1280px; margin: auto; padding: 0 40px; }
.mp-container--extrasmall { max-width: 594px; margin: auto; }
.mp-container--small { max-width: 694px; margin: auto; }
.mp-container--medium { max-width: 896px; margin: auto; }
.mp-apply--header .menu_wrapper { display: none; } 
.mp-apply--header .top_bar_right { opacity: 0; } 
.mp-banner { position: relative; width: 100%; height: 480px; background: #e77b21; }
.mp-banner h1 { bottom: 100px; color: #fff; font-size: 32px; font-weight: 500; line-height: 1.31; max-width: 595px; text-align: center; text-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } 
.mp-banner .mp-search, .mp-banner h1 { position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 5; } 
.mp-banner .mp-search { bottom: -30px; }

@media (max-width: 991px) {
	.mp-container { padding: 0 25px; }
}

@media (max-width: 767px) {
	.mp-container--extrasmall { padding: 0 25px; }
	.mp-container--small { padding: 0 25px; }
	.mp-container--medium { padding: 0 25px; }
	.mp-banner { height: 340px; }
	.mp-banner .mp-search { bottom: -59px; left: 0; -webkit-transform: translate(0); transform: translate(0); width: 100%; }
}

.mp-banner img { -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; font-family: "object-fit: cover; object-position: center"; height: 100%; width: 100%; z-index: 1; } 
.archivebanner { height: 320px; } 
.mp-banner-single { position: relative; width: 100%; height: 360px; color: #fff; background: #e77b21; padding-top: 50px; } 
.mp-banner-single .mp-container__icon { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 100%; height: 100%; z-index: 0 !important; }
.mp-banner-single .mp-container__icon .icon-swirl1 { position: absolute; right: 0; top: 0; width: 341px; height: 370px; opacity: 0.15; } 
.mp-banner-single .backlink { position: relative; display: inline-block; color: #fff; font-size: 15px; line-height: 1.4; opacity: 0.34; margin-bottom: 40px; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; z-index: 10; } 
.mp-banner-single .backlink:focus, .mp-banner-single .backlink:hover { text-decoration: none; opacity: 1; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
.mp-banner-single .backlink .mp-icon { width: 0.7em; height: 0.7em; -webkit-transform: rotate(180deg); transform: rotate(180deg); margin-right: 8px; } 
.mp-banner-single .mp-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; z-index: 5; }
.mp-banner-single .brand { font-size: 18px; font-weight: 400; } 
.mp-banner-single .mp-button { margin-right: 12.5%; z-index: 5; }
.mp-banner-single .mp-tags { font-size: 15px; line-height: 1.4; } 
.mp-banner-single__data { margin-left: 12.5%; width: 50%; }
.mp-banner-single__data h1 { font-size: 30px; line-height: 1.27; color: #fff; margin: 25px 0 30px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.mp-banner__thanks { padding: 0; } 
.mp-banner__thanks .mp-container { position: relative; height: 100%; } 
.mp-banner__thanks .mp-container .icon-swirl1 { position: absolute; right: 0; top: 0; width: 341px; height: 370px; opacity: 0.15; } 
.mp-search { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 2px; background-color: #fff; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06); }
.mp-search svg { width: 14px; height: 14px; vertical-align: middle; } 
.mp-search input[type="search"] { margin: 0; border: 0; outline: none; font-size: 18px; font-weight: 300; padding: 20px; background: transparent; -webkit-box-shadow: none; box-shadow: none; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 545px; }
.mp-search input[type="search"]:focus { color: #000; background: transparent !important; } 
.mp-search form { display: -webkit-box; display: -ms-flexbox; display: flex; } 
.mp-search .searchbutton { height: 100%; font-size: 18px; padding: 20px; background: #6290c5; color: #fff; border-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.mp-search .searchbutton:focus, .mp-search .searchbutton:hover { text-decoration: none; } 
.mp-search__info { padding-left: 20px; padding-right: 16px; border-right: 1px solid #e8e8e8; } 
.mp-vacancy { background-color: #fff; padding: 35px 40px; }
.mp-vacancy:not(:last-child) { border-bottom: 1px solid #f2f2f2; } 
.mp-vacancy h3 { width: 100%; font-size: 22px; color: #6290c5; margin: 0 0 19px; font-weight: 400; }
.mp-vacancy p { width: 100%; font-size: 15px; line-height: 1.4; margin: 0 0 17px; color: #000; font-weight: 300; }
.mp-tags span { display: inline-block; font-size: 13px; line-height: 1.12; color: #b1b1b1; } 
.mp-tags span:not(:last-child) { padding-right: 6px; margin-right: 8px; border-right: 1px solid #e2e2e2; } 
.mp-tags--white span { color: #fff; } .mp-tags--white span:not(:last-child) { border-right: 1px solid #fff; } 
.mp-vacancy__date { font-size: 13px; font-weight: 300; line-height: 1.62; color: #000; }
.mp-vacancy__employer { color: #000; font-size: 16px; font-weight: 400; }
.mp-vacancy__row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } 
.mp-vacancy__row--first { margin-bottom: 18px; }
.mp-vacancy__title a:focus, .mp-vacancy__title a:hover { color: initial; text-decoration: none; } 
.mp-vacancytags { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.mp-categories { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.mp-categories__category h4 { font-size: 18px; margin: 0 0 27px; font-weight: 300; line-height: normal; }

@media (max-width: 991px) {
	.mp-banner-single .mp-container { -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.mp-banner-single .mp-button { margin-right: 0; margin-top: 10px; }
	.mp-banner-single__data { margin-left: 0; width: 100%; }
	.mp-banner-single__data h1 { font-size: 22px; line-height: 1.36; margin: 16px 0; }
	.mp-tags { width: 100%; margin-bottom: 15px; }
	.mp-vacancytags { -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.mp-categories { padding: 0 40px; }
	.mp-categories__category { width: 50%; } 
	.mp-categories__category:nth-child(2n-1) { border-left: 1px solid #e7e7e7; }
}

@media (max-width: 767px) {
	.mp-search input[type="search"] { width: 100%; font-size: 16px; }
	.mp-search .searchbutton { display: none; }
	.mp-vacancy { padding: 25px; }
	.mp-vacancy h3 { font-size: 18px; margin: 0 0 9px; }
	.mp-vacancy p { font-size: 14px; line-height: 1.57; }
	.mp-vacancy__date { font-size: 12px; line-height: 1.75; }
	.mp-vacancy__employer { font-size: 14px; }
	.mp-vacancy__row--first { margin-bottom: 10px; }
	.mp-categories__category { height: 87px; width: 100%; padding: 25px 50px 25px 25px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-left: 1px solid #e7e7e7; } 
	.mp-categories__category .greylink .mp-icon { position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #6290c5; width: 10px; height: 10px; } 
	.mp-categories__category span { display: none; }
}

.mp-categories__content { color: #000; font-size: 15px; line-height: 1.8; text-align: center; font-weight: 400; margin-bottom: 65px; margin-top: -25px; } 
.mp-categories__category { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #fff; text-align: center; width: 25%; height: 224px; padding: 50px 30px 0; border-right: 1px solid #e7e7e7; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; margin-top: -1px; }

@media (min-width: 992px) {
	.mp-categories__category:first-child, .mp-categories__category:nth-child(5n) { border-left: 1px solid #e7e7e7; }
}

@media (max-width: 767px) {
	.mp-categories__category h4 { font-size: 15px; margin: 0 0 0 20px; }
	.category_icon { width: 40px; height: 41px; margin: 0; }
}
.mp-categories__category:focus, .mp-categories__category:hover { color: #000; text-decoration: none; } 
.mp-categories__category:focus h4, .mp-categories__category:hover h4 { text-decoration: none; } 
.mp-categories__category:focus .greylink, .mp-categories__category:hover .greylink { color: #000; text-decoration: none; } 
.category_icon { width: 50px; height: 50px; margin-bottom: 20px; }
.category_icon .mp-icon { height: 100%; width: 100%; } 
#cxsFormHolder { max-width: 593px; } 
.cxsmainapply { margin: 0 auto !important; padding: 90px 0 155px; } 
.cxsmainapply #cxsWrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } 
.cxsmainapply #cxsSection_2 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }
.cxsmainapply .cxsDocumentsSection { -ms-flex-item-align: start; align-self: flex-start; width: 100%; } 
.cxsmainapply .cxsPrivacystatementSection { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; } 
.cxsmainapply .cxsOptinoutSection { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; } 
.cxsmainapply #cxsApplyButton { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; -ms-flex-item-align: end; align-self: flex-end; }
.cxsmainapply #cxsField_6, .cxsmainapply #cxsSectionIntro_3, .cxsmainapply #cxsSectionIntro_4, .cxsmainapply #cxsSectionIntro_5 { color: #000; font-size: 14px; font-weight: 300; } 
.cxsmainapply #cxsFieldLabel_6 { display: none; } 
.cxsmainapply #cxsSectionHeader_5 { display: block; } 
#cxsWrapper { border-radius: 0; border: 0; background: transparent; -webkit-box-shadow: none; box-shadow: none; padding: 0; }
#cxsWrapper .cxsHeader { display: none; } 
#cxsWrapper .cxsSectionHeader { font-size: 20px; font-weight: 500; line-height: 1.35; margin: 0 0 20px; border-bottom: 0; width: 100%; } 
#cxsWrapper .cxsSection { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #e0e0e0; } 
#cxsWrapper .cxsSectionIntro { color: #000; width: 100%; }
#cxsWrapper .cxsFieldsetSection { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } 
#cxsWrapper .cxsFieldLabel { letter-spacing: normal; color: #000; font-weight: 400; font-size: 15px; line-height: 1.8; width: 100%; text-align: left; margin-bottom: 5px; } 
#cxsWrapper .cxsField { height: auto; padding: 12px 15px; color: #000; font-size: 14px; line-height: 1.5; width: 100%; margin: 0 0 15px; border-radius: 2px; background-color: #fff !important; border: 1px solid #e0e0e0; }
#cxsWrapper .cxsFieldType_checkbox { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 
#cxsWrapper .cxsFieldType_checkbox .cxsField { width: auto; margin: 0 12px 0 0; } 
#cxsWrapper .cxsFieldType_checkbox .cxsFieldLabel { display: none; } 
#cxsWrapper .cxsFieldType_checkbox .cxsFieldAfterLabel { color: #000; font-size: 14px; font-weight: 300; line-height: 2; width: 100%; }
#cxsWrapper .cxsFieldType_checkbox [type="checkbox"]:checked, #cxsWrapper .cxsFieldType_checkbox [type="checkbox"]:not(:checked) { position: absolute; left: -9999px; } 
#cxsWrapper .cxsFieldType_checkbox [type="checkbox"]:checked + .cxsFieldAfterLabel, #cxsWrapper .cxsFieldType_checkbox [type="checkbox"]:not(:checked) + .cxsFieldAfterLabel { position: relative; padding-left: 28px; cursor: pointer; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 0; flex-shrink: 0;}
#cxsWrapper .cxsFieldType_checkbox [type="checkbox"]:checked + .cxsFieldAfterLabel:before, #cxsWrapper .cxsFieldType_checkbox [type="checkbox"]:not(:checked) + .cxsFieldAfterLabel:before { content: ""; position: absolute; top: 5px; left: 0; width: 16px; height: 16px; border-radius: 2px; background-color: #fff; border: 1px solid #d6d6d6; }
#cxsWrapper .cxsFieldType_checkbox [type="checkbox"]:checked + .cxsFieldAfterLabel:before { background-image: url("../images/checkmark.svg"); background-size: 10px 8px; background-position: 50%; background-repeat: no-repeat; background-color: #6290c5; border: 1px solid #6290c5; }
#cxsWrapper .cxsCorrect .cxsField { border: 1px solid #e0e0e0; }
#cxsWrapper .cxsFieldError { margin: 0; width: 100%; }
.cxsLanguage { display: inline-block; color: #000; font-size: 14px; font-weight: 500; padding: 12px 15px; border-radius: 2px; background-color: #f2f2f2; border: 1px solid #e2e2e2; margin: 0 15px 30px 0; }
.cxsActiveLanguage,
.cxsLang_nl-NL .cxsLanguage_nl_NL { font-weight: 700; border: 1px solid #000; } 
.cxsFieldName_cxsrec__First_name__c { width: calc(50% - 16px); margin-right: 16px; } 
.cxsFieldName_cxsrec__Last_name__c { width: 50%; } 
#cxsLanguages { display: none; float: none; } 
#cxsSectionHeader_4, #cxsSectionHeader_5 { display: none; } 
#cxsFieldError_12 { bottom: -100% !important; } 
#cxsApplyButton { color: #fff; background: #e77b21; border-radius: 2px; padding: 12px 15px; margin: 0; } 
.mp-introduction { padding: 70px 0; border-bottom: 1px solid #efefef; text-align: center; }
.mp-introduction a { margin: 0 12px; }
.mp-categorieswrapper { padding: 80px 0 100px; }
.mp-categorieswrapper h2 { text-align: center; margin: 0 0 50px; }
.vacancies { overflow: hidden; border-radius: 2px; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06); } 
.vacancywrapper h2 { text-align: center; margin: 0 0 40px; } 
.vacancywrapper .buttonwrapper { text-align: center; padding: 50px 0 80px; border-bottom: 1px solid #efefef; }
.mp-brands { padding: 80px 0; }
.mp-brands h2 { text-align: center; margin: 0 0 30px; } 
.mp-brands .mp-brandswrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: -25px; margin-right: -25px; }
.mp-brands .mp-brandswrapper a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 137px; width: calc(25% - 50px); margin: 0 25px 30px; background: #fff; }
.mp-brands .mp-brandswrapper a img { -o-object-fit: contain; object-fit: contain; -o-object-position: center; object-position: center; font-family: "object-fit: contain; object-position: center"; height: 75%; width: 80%; } 
.mp-vacancyoverview { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 130px; padding-bottom: 85px; }
.mp-vacancyoverview .vacancywrapper { width: 58.33%; margin-left: 8.33%; }

@media (max-width: 767px) {
	.mp-introduction a { margin: 0; }
	.mp-categorieswrapper { padding: 0 0 60px; }
	.vacancywrapper .buttonwrapper { padding: 40px 0 60px; border: 0; }
	.mp-brands { padding: 0 0 60px; }
	.mp-brands .mp-brandswrapper { margin-left: -10px; margin-right: -10px; padding: 0 30px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
	.mp-vacancyoverview { padding: 95px 0 100px; }
	.mp-vacancyoverview .vacancywrapper { width: 65%; margin-left: 5%; width: 100%; margin-left: 0; }
	.mp-brands .mp-brandswrapper a { height: 100px; width: calc(33.33% - 10px); margin: 0 5px 10px; }
	.mp-introduction { padding: 85px 0 60px; border-bottom: 0; } 
	.mp-introduction .greylink { display: none; }
}

.noresults { display: none; } 
.mixitup-container-failed { -webkit-box-shadow: none !important; box-shadow: none !important; } 
.mixitup-container-failed .noresults { display: block; font-size: 15px; line-height: 1.4; color: #000; } 
.mp-vacancyoverview--fullyloaded .loadmore { display: none; }
.vacancylist { -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06); } 
.loadmore { padding: 35px 0; text-align: center; } 
.mobile-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 25px; }
.mobile-row .mobile-results { font-size: 18px; font-weight: 300; line-height: 1.44; } 
.mobile-row .close-filter { font-size: 15px; line-height: 1.4; color: #c2c2c2; }
.mp-filter__mainclose { text-align: center; position: fixed; color: #fff; font-size: 14px; bottom: 30px; left: 25px; right: 25px; padding: 17px; border-radius: 2px; background-color: #6290c5; }
.mp-filter { padding-top: 70px; width: 20.83%; margin-left: 4.166%; }
.mp-filter h3 { margin: 0 0 25px; font-size: 22px; }
.mp-filter h4 { cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; font-size: 16px; font-weight: 400; margin: 15px 0; }
.mp-filter h4 .mp-icon { -webkit-transform: rotate(180deg); transform: rotate(180deg); width: 9px; height: 9px; } 
.mp-filter__group { border-bottom: 1px solid #eee; }
.mp-filter__group fieldset { display: none; opacity: 0; visibility: hidden; border: 0; padding: 5px 0 0 5px; margin: 0; } 
.mp-filter__group fieldset li { margin-bottom: 18px; } 
.mp-filter__group label { font-weight: 300; margin: 0; } 
.mp-filter__group select { width: 100%; margin-bottom: 15px; }
.mp-filter__group [type="checkbox"]:checked, .mp-filter__group [type="checkbox"]:not(:checked) { position: absolute; left: -9999px; }
.mp-filter__group [type="checkbox"]:checked + label, .mp-filter__group [type="checkbox"]:not(:checked) + label { position: relative; padding-left: 28px; cursor: pointer; }
.mp-filter__group [type="checkbox"]:checked + label:before, .mp-filter__group [type="checkbox"]:not(:checked) + label:before { content: ""; position: absolute; top: 3px; left: 0; width: 16px; height: 16px; border-radius: 2px; background-color: #fff; border: 1px solid #d6d6d6; }
.mp-filter__group [type="checkbox"]:checked + label:before { background-image: url("../images/checkmark.svg"); background-size: 10px 8px; background-position: 50%; background-repeat: no-repeat; background-color: #6290c5; border: 1px solid #6290c5; } 
.mp-filter__group--open h4 .mp-icon { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.mp-filter__group--open fieldset { display: block; opacity: 1; visibility: visible; }
.mp-filter--invisible { display: none; } 
.vacancywrapper__order { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 21px; }
.vacancywrapper__order h3 { font-size: 22px; line-height: 2.18; margin: 0; }
.vacancywrapper__order .open-filter { padding: 11px 15px; } 
.vacancywrapper__order .open-filter .mp-icon { width: 10px; height: 12px; margin-right: 9px; }
.vacancywrapper__order select { font-size: 14px; font-weight: 300; line-height: 2.5; border-radius: 2px; background-color: #fff; border: 1px solid #e7e7e7; padding: 5px 15px; max-width: 205px; }

@media (max-width: 991px) {
	.vacancywrapper__order { -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.mp-filter { width: 30%; margin-left: 0; }
}

@media (max-width: 767px) {
	.vacancywrapper__order h3 { font-size: 18px; line-height: 1.44; width: 100%; margin-bottom: 20px; }
	.vacancywrapper__order { padding: 0 25px; }
	.vacancywrapper__order select { max-width: 155px; }
	.mp-filter__group { padding: 0 30px; }
	.mp-filter h3 { display: none; }
	.mp-filter { display: none; position: fixed; top: 80px; width: 100%; margin: 0; background: #fcfcfc; z-index: 10; height: calc(100vh - 80px); overflow: auto; padding: 40px 0 100px; }
}

@media (min-width: 480px) {
	.vacancywrapper__order .open-filter { display: none; }
	.mp-filter__mainclose { display: none; }
	.mobile-row { display: none; }
}

.vacancywrapper__order select:focus { color: #000; background-color: #fff !important; border: 1px solid #e7e7e7; } 
.selectwrapper { position: relative; } 
.selectwrapper:after { content: ""; display: block; position: absolute; right: 15px; top: 21px; width: 9px; height: 5px; background-size: cover; background-repeat: no-repeat; background: url("../images/pijltje-inklap.svg"); }
.mp-termwrapper { padding: 80px 0; border-top: 1px solid #efefef; } 
.mp-termwrapper h1 { font-size: 30px; font-weight: 300; line-height: 1.6; margin: 0 0 13px; text-align: center; } 
.mp-termwrapper p { font-size: 18px; font-weight: 300; line-height: 1.56; text-align: center; } 
.filter-active { position: fixed !important; overflow: hidden; } 
.filter-active .mp-filter { display: block; } 
.singlewrapper { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 150px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.singlecontent { margin-left: 12.5%; width: 50%; font-size: 15px; line-height: 1.8; color: #000; }
.singlecontent h2 { font-size: 18px; font-weight: 500; line-height: 1.5; margin: 0 0 10px; }
.singlecontent p { font-size: 15px; line-height: 1.8; color: #000; } 
.singlecontent ul { margin-bottom: 20px; } 
.singlecontent ul li { position: relative; padding-left: 20px; color: #000; font-size: 15px; line-height: 1.8; margin-bottom: 5px; } 
.singlecontent ul li:before { position: absolute; left: 0; top: 2px; content: "\2022   "; display: inline-block; color: #6290c5; } 
.singlecontent div { padding-bottom: 40px; } 
.singleside { width: 25%; margin-left: 4.16%; }
.singleside__group { padding: 30px 30px 25px; width: 100%; margin-bottom: 15px; color: #000; background-color: #fff; border: 1px solid #f1f1f1; } 
.singleside__group h3 { font-size: 18px; font-weight: 500; line-height: 1.5; margin: 0 0 20px; } 
.singleside__group h4 { font-size: 13px; font-weight: 500; line-height: 1.77; margin: 15px 0 4px; }
.singleside__group ul li { font-size: 13px; line-height: 2.08; }
.singleside__group .sociallist, .singleside__group .sociallist li { display: -webkit-box; display: -ms-flexbox; display: flex; }
.singleside__group .sociallist li { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 40px; height: 40px; border-radius: 2px; border: 1px solid #ececec; margin-right: 5px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.singleside__group .sociallist li .mp-icon { width: 15px; height: 14px; } 
.singleside__group .icon-kalender-publicatiedatum { width: 16px; height: 16px; margin-right: 13px; }
.singleside__group .icon-pin-locatie { width: 13px; height: 18px; margin-right: 15px; margin-left: 1px; } 
.singleside__group .icon-check-list { width: 11px; height: 8.4px; margin-right: 17px; } 
.brandgroup { text-align: center; } 
.brandgroup a { display: inline-block; }
.brandgroup img { height: 100%; width: auto; } 
.single-cta { text-align: center; padding: 80px 0; color: #fff; background: #6290c5; margin: 60px auto 100px; width: 100%; }
.single-cta h1 { color: #fff; font-size: 30px; font-weight: 300; line-height: 1.6; margin: 0 0 15px; }
.single-cta p { font-size: 18px; font-weight: 300; line-height: 1.56; margin: 0 0 30px; }
.single-cta .single-aboutwrap { max-width: 700px; margin: auto; } 
.single-about { color: #000; padding-bottom: 100px; }

@media (max-width: 991px) {
	.single-cta { margin: 0 auto 40px; padding: 45px 25px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
	.singleside { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; width: 100%; margin-left: 0; } 
	.singleside .brandgroup, .singleside .infogroup, .singleside .recruitergroup { display: none; }
	.singlecontent { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: 0; width: 100%; }
	.singlewrapper { padding-top: 25px; }
}

@media (max-width: 767px) {
	.single-about { padding-top: 35px; padding-bottom: 60px; }
	.single-cta p { font-size: 16px; line-height: 1.63; }
	.single-cta h1 { font-size: 26px; line-height: 1.54; }
}

.single-about h2 { font-size: 18px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: 1.5; margin: 0 0 10px; }
.single-about p { font-size: 15px; line-height: 1.8; } 
.linkedin__group p { margin: 0; color: #000; font-size: 14px; line-height: 1.64; } 
.linkedin__group .IN-widget { display: block !important; width: 100%; margin-top: 15px; }
.linkedin__group #cxsSectionHeader_0, .linkedin__group #cxsSectionHeader_1, .linkedin__group #cxsSectionIntro_0 { display: none; } 
.linkedin__group #cxsFormHolder #cxsWrapper { padding: 0; } 
.linkedin__group #cxsWrapper .cxsSection { padding: 0; margin: 0; border: 0; }
.linkedin__group #cxsWrapper .cxsFieldType_checkbox .cxsFieldAfterLabel { -ms-flex-negative: 0; flex-shrink: 0; }
.linkedin__group #cxsWrapper .cxsField { font-size: 13px; padding: 10px 12px; margin: 0 0 5px; }
.linkedin__group #cxsWrapper .cxsFieldType_checkbox { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.linkedin__group .cxsFieldName_cxsrec__First_name__c, .linkedin__group .cxsFieldName_cxsrec__Last_name__c { width: 100%; margin: 0; }
.linkedin__group #cxsLanguages { display: none; } 
.linkedin__group input#cxsApplyButton { margin-top: 10px; } 
.linkedin__group .expand { padding: 15px 0 0; }
.linkedin__group .expand span { font-size: 15px; font-weight: 700; cursor: pointer; }
.linkedin__group .expand #cxsFormHolder { max-height: 0; overflow: hidden; -webkit-transition: max-height 0.3s ease; transition: max-height 0.3s ease; }
.linkedin__group .expand.expanded span { display: none; }
.linkedin__group .expand.expanded #cxsFormHolder { max-height: 650px; -webkit-transition: max-height 0.3s ease; transition: max-height 0.3s ease; }
.recruitergroup a, .recruitergroup span { display: block; }
.recruitergroup a:before { content: "- "; margin-right: 5px; color: #000; }
.recruitergroup .recruiterimage { position: relative; width: 85px; height: 85px; border-radius: 100%; overflow: hidden; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 0; flex-shrink: 0; margin-right: 15px; }
.recruitergroup .recruiterimage img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.recruitergroup .recruitergroup__contactinfo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; }
.recruitergroup .recruitergroup__contactinfo p { margin: 0; } 
.mobile-content { display: none; }
.thankswrapper { padding: 90px 0 50px; color: #000; font-size: 17px; line-height: 1.82; }
.thanksctawrapper { margin-bottom: 100px; width: 100%; border-radius: 2px; background: #fff; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06); }
.thankscta { padding: 30px 35px; }
.thankscta h3 { font-size: 22px; font-weight: 400; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; margin: 0 0 19px; } 
.thankscta p { font-size: 15px; font-weight: 300; line-height: 1.4; margin: 0 0 20px; } 
.thankscta:first-child { border-bottom: 1px solid #f2f2f2; }

@media (max-width: 767px) {
	.thanksctawrapper { border-radius: 0; background: transparent; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 60px; }
	.thankscta { padding: 30px 0; }
	.thankswrapper { padding: 40px 30px; }
	.mobile-content { display: block; width: 100%; }
}
/*# sourceMappingURL=main.css.map*/
