html{
    font-size:62.5%;
}
body{
    margin:0;
	padding:0;
    font-size: 15px;
    color: #163D5C;
    font-family: "Poppins", sans-serif;
    padding-top: 60px;
    background: #FFF;
}
main {
    display: block;
    padding: 40px 0 80px;
}
*{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
a:hover {
    text-decoration: none;
}
.text a {
    color: #37D09C;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Poppins", sans-serif;
    margin:0;
    padding:0;
}
h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty {
    margin: 0;
}
h1, h2.h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #133E60;
    margin-bottom: 20px;
}
h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #133E60;
    margin-bottom: 20px;
}
h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 500;
}
.teaserSubHeader {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: #133E60;
}
.center {
    text-align: center;
}
ul,ol,li{
    margin:0;padding:0;
}
li{
    list-style:none;
}
p, .text, .intro {
    font-size: 15px;
    line-height: 26px;
}
img{
    max-width:100%;
    height:auto!important;
    display:block;
}
.sw{
    max-width:1188px;
    margin:0 auto;
    padding:0 15px;
}
.sw-small {
    max-width:618px;
    margin:0 auto;
    padding:0 15px;
}
.text {
    margin-bottom: 20px;
}
.cleaner {
    clear: both;
    display: block;
}
.text ul:not(.slick-dots) > li {
    line-height: 28px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.text ul:not(.slick-dots) > li:before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    color: #6B4AFB;
    font-size: 11px;
    line-height: 28px;
    font-weight: bold;
    margin-right: 0;
    position: absolute;
    left: 0;
}
.error {
    margin: -10px 0 10px 0;
    color: red;
}
/* Slick */
.slick-slider *:focus{
    outline:none;
}
.slick-dots {
	list-style: none;
	margin: 20px 0 0 0;
	text-align: center;
    line-height: 0;
    padding: 0 15px;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border: 0;
	outline: none;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    line-height: 0;
}
.slick-dots li button:after {
	height: 10px;
	width: 10px;
	background: #C3DADF;
	content: "";
	display: block;
	border-radius: 100px;
}
.slick-dots li.slick-active button:after {
    background:#133E60;
}

/* ___________________________________________________________________________ inputs */

button, .button, input[type=submit], input[type=button],
a>s, s>a, strike>a, a>strike {
    font-size: 14px;
    cursor: pointer;
    border: 0;
    padding: 12px 30px 12px;
    border-radius: 5px;
    font-weight: 500;
    color: #37D09C;
    background-color: transparent;
    border: 1px solid #37D09C;
    display: inline-block;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    line-height: 17px;
    margin: 0 5px 5px 0;
    transition: 0.2s;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button.closedButton {
    color: #fff;
    background-color: #37D09C;
    border: 1px solid #37D09C;
}
.button.closedButton:hover {
    background-color: #37D09Caa;
    border: 1px solid #37D09Caa;
}
button:hover,.button:hover, input[type=submit]:hover,input[type=button]:hover,
a:hover>s, s>a:hover, strike>a:hover, a:hover>strike{
    -webkit-filter: brightness(1)!important;
            filter: brightness(1)!important;
    background-color: #37D09C;
    color: #fff;
}
button:focus, .button:focus, input[type=submit]:focus, input[type=button]:focus, input[type=text]:focus,
input[type=password]:focus, input[type=email]:focus, textarea:focus, input:focus{
	outline:0;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus, input:focus {
    border: 1px solid #8397C4;
}

input[type=text], input[type=password], input[type=email], textarea, .formInputTaC, .select {
    -webkit-appearance: none;
    border: 1px solid #DFE4EF;
    border-radius: 5px;
    background: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 20px;
    color: #163D5C;
    width: calc(100% - 168px);
    float: right;
}
.formInputTaC {
    font-size: 10px;
    line-height: 16px;
    max-height: 120px;
    overflow-y: auto;
}
.apllDate > div {
    display: inline-block;
    width: calc(100% - 185px);
}
input[type=text]:placeholder, input[type=password]:placeholder, input[type=email]:placeholder, textarea:placeholder{
    color: #D0D8DE;
}
.hookInput,
.formInput {
    margin-bottom: 15px;
}
.formInput label span {
    color: #FD565C;
}
form label {
    width: 168px;
    float: left;
    font-weight: 500;
    color: #163D5C;
    font-size: 15px;
    margin: 9px 0 0 0;
}
.hookInput:after,
.formInput:after {
    content: '';
    clear: both;
    position: relative;
    display: block;
}
.buttonContainer:not(.jbdBc) {
    margin-left: 168px;
}
.job-alert-inner .buttonContainer {
    margin-left: 0;
}

.explain {
    padding: 0 10px 5px 0;
    line-height: 18px;
    font-size: 12px;
    position: relative;
    color: #163D5C;
}
.explain:before {
    content: '\f059';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #163D5C;
    margin-right: 5px;
}
/* Otysselect */
.select {
    padding: 4px 40px 4px 20px;
    color: #163D5C;
}
.selected_item {
    color: #163D5C;
}
.select.multiple .selected_item,
.select .select_options .option.selected{
    background-color: #6B4AFB;
}
.select .select_options::-webkit-scrollbar-thumb{
    background-color: #6B4AFB;
}
.select .select_options .option {
    padding: 8px 20px;
}
.select.single .selected_item {
    padding: 4px 0;
    margin: 2px 0;
}
.select.single .selected_item[value=NULL], .select .select_options .option[value=NULL], .select_label {
    color: #163D5C;
    font-weight: normal;
}
.ajaxWindow .select .select_options {
    max-height: 120px;
}
.select,
.select .select_options,
input.select_searcher {
    border: 1px solid #DFE4EF;
}
.select.options_open, .select.options_open .select_options {
    border-color: #8397C4;
}
/*Hover over select option*/
.select .select_options .option:not(.selected):hover{
    background-color:#6B4AFBaa;
    color:#fff;
}
/* Fileupload */
.aplFileButton > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fileInputHolder.empty > .remove{
    display: none;
}
.fileInputHolder.empty:after {
    content: '\f574';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 40px;
    color: #6B4AFB;
    font-weight: bold;
}
.fileInputHolder.empty:hover:after {
    color: #000;
}
.inputFile{
    cursor: pointer;
    color: #163D5C;
}
input[type=file]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left:0;
    top:0;
    z-index:2;
    cursor:pointer;
}
.fileInputHolder {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #DFE4EF;
    width: calc(100% - 168px);
    padding: 8px 20px;
    text-align: left;
    border-radius: 5px;
    margin-left: 168px;
}
span.remove {
    position: absolute;
    right: 0;
    line-height: 40px;
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
span.remove:after{
    content: '\f1f8';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 40px;
    color: #FD565C;
    opacity: 0.3;
    font-weight: bold;
}
span.remove:hover:after {
    opacity: 1;
}
input[type=file]{
    border: 1px solid #DFE4EF;
}
/* Radio & checkbox */
.formCheckboxContainer {
    margin: 0;
    line-height: 40px;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #6B4AFB;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
input[type=radio]:checked:after {
    content: ' ';
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
}
input[type=radio]:checked {
    border: 1px solid #6B4AFB;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 20px!important;
    height: 20px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #DFE4EF;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
}
.formCheckboxContainer > * {
    vertical-align: middle;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 15px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #fff;
    line-height: 17px;
}
input[type=checkbox]:checked {
	background-color: #6B4AFB;
	border: 1px solid #6B4AFB;
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #DFE4EF;
	width: 20px!important;
    height: 20px;
    border-radius: 2px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	outline: none;
    margin: 0 10px 0 0;
}
input[type=checkbox][disabled] {
    cursor: default;
}
label.labelRadio{
    line-height: 15px;
    vertical-align: middle;
    margin: 5px 15px 5px 0;
    display: inline-block;
    width: auto;
    clear: none;
}

/* ___________________________________________________________________________ header */

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #cccccc;
}
#top > div:after {
    content: '';
    display: table;
    clear: both;
}
.top-right {
    float: right;
}
.top-left {
    float: left;
    z-index: 10;
    position: relative;
}
/* Login */
#top-login,
nav#hlb1 {
    display: inline-block;
}
 {
    display: block;
    line-height: 60px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #163D5C;
}
/* logo */
#logo {
    padding: 26px 0;
    height: 80px;
}
#logo a {
    display: block;
    font-size: 0;
}
#logo a img {
    max-height: 30px;
    display: inline-block;
    width: 100%;
}
/* menu */
nav#hlb1 > ul > li {
    display: inline-block;
}
#top-login > a,
nav#hlb1 > ul > li > a {
    display: block;
    line-height: 60px;
    padding: 0 20px;

    font-size: 16px;
    font-weight: 500;
    color: #163D5C;
}
#top-login > a:hover,
nav#hlb1 > ul > li > a:hover {
    opacity: 0.9;
}
nav#hlb1 > ul > li.mainLevactive > a {
    color: #6B4AFB;
}

span.toggleSub {
    display: none;
    position: absolute;
    right: 0;
    line-height: 60px;
    top: 0;
}
.hasChildren span.toggleSub {
    display: block;
}
span.toggleSub:after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    color: #6b4afb;
    font-weight: bold;
    margin-left: 10px;
}

@media (min-width: 768px) {
    li.hasChildren {
        padding-right: 10px;
    }
    nav#hlb1 > ul > li {
        position: relative;
    }
    nav#hlb1 > ul > li > ul {
        position: absolute;
        top: 100%;
        background: #fff;
        padding: 15px 0;
        width: 200px;
        left: 0;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
        transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
        -o-transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
        transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
        visibility: hidden;
        box-shadow: 0px 12px 10px #0000000d;
    }
    nav#hlb1 > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    nav#hlb1 > ul > li > ul > li a {
        display: block;
        padding: 5px 20px;
        color: #163D5C;
        font-weight: 500;
    }
    nav#hlb1 > ul > li > ul > li a:hover {
        opacity: 0.9;
    }
    nav#hlb1 > ul > li > ul > li.subLevel_1active a {
        color: #6B4AFB;
    }
}

/* ___________________________________________________________________________ hamburger */

.hamburger {
    display: none;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    -o-transition-property: opacity,filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    text-transform: none;
    height: 60px;
    padding: 16px 0;
    float: right;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
}
.hamburger-inner {
    top: 50%;
    display: block;
}
.hamburger .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
         -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
            transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #454545;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -8px;
}
.hamburger-inner:after {
    bottom: -8px;
}
.hamburger .hamburger-inner:before {
    -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
    -o-transition: top 75ms ease .12s,opacity 75ms ease;
    transition: top 75ms ease .12s,opacity 75ms ease;
}
.hamburger .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    -o-transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
}

/* HAMBURGER MENU OPEN */
.menuOpen .hamburger .hamburger-inner {
    -webkit-transition-delay: .12s;
         -o-transition-delay: .12s;
            transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
         -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
            transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menuOpen .hamburger .hamburger-inner, .menuOpen .hamburger .hamburger-inner:after, .menuOpen .hamburger .hamburger-inner:before {
    background-color: #454545;
}
.menuOpen .hamburger .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
    -o-transition: top 75ms ease,opacity 75ms ease .12s;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
.menuOpen .hamburger .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    -o-transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

/* ___________________________________________________________________________ footer */

footer#footer {
    background: #0E2130;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}
footer#footer span,
footer#footer ul.hlb2 {
    display: inline-block;
}
ul.hlb2 li {
    display: inline-block;
}
ul.hlb2 li a {
    display: block;
    color: #fff;
}
ul.hlb2 li a:before {
    content: '|';
    margin: 0 10px;
}

/* ___________________________________________________________________________ loginhook */

.ocdHookOuter h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 38px;
}
.ocdHookOuter .intro p {
    color: #fd565c;
    margin: 15px 0 0 0;
}
.ocdHookOuter {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFF;
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    max-width: calc(100% - 30px);
    width: 564px;
    color: #a3a4aa;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 5px !important;
    overflow: hidden;
    z-index: 999;
    padding: 30px;
}
.ocdHookOuter.active {
    opacity: 1;
    visibility: visible;
}
.ocdHookOuter .ocdClose {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    transition: 0.2s;
}
.ocdHookOuter .ocdClose:hover {
    transform: rotate(90deg);
}
.ocdHookOuter .ocdClose:after {
    content: '\f057';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #FD565C;
    font-size: 26px;
}
.ocdHookOuterBg {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ocdHookOuterBg.active {
    visibility: visible;
    opacity: 1;
}
.registerContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: 168px;
}
.webUserHookText.ocdHookText a {
    color: #133E60;
    text-decoration: underline;
}
.webUserHookText.ocdHookText.ocdFrgtPswrd a {
    color: #FD565C;
}
.hookButton.webUserHookButton.ocdHookButton {
    margin-left: 168px;
}

/* ___________________________________________________________________________ Vacancy overview */

h1.title.actTitle {
    margin-bottom: 40px;
}
/* Facets */
.facetsButton {
    display: none;
}
.optionListContainer.facetListCon {
    background: #fff;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 30px;
}
.optionListTitle.facetListTitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
}
.optionListTitle.facetListTitle a {
    color: #163D5C;
}
.optionListTitle.facetListTitle a:after {
    content: '\f077';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    float: right;
    color: #6B4AFB;
}
.optionList.facetList ul li {
    margin-bottom: 5px;
}
.optionList.facetList ul li a {
    color: #133E60;
    padding-left: 26px;
    position: relative;
}
.optionList.facetList ul li a:before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    float: right;
    color: #37D09C;
    position: absolute;
    left: 0;
}
.optionList.facetList ul li a:hover:before {
    font-weight: bold;
}
.optionList.facetList ul li a span {
    float: right;
}
.actLcMcrit .optionListTitle {
    display: none;
}
.actLcMcrit ul li a {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-left: 26px;
    position: relative;
    color: #163D5C;
    display: block;
}
.actLcMcrit ul li a:before {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    float: right;
    position: absolute;
    left: 0;
    color: #FD565C;
}

/* List */
.itemContainer.actIc {
    background: #fff;
    margin-bottom: 15px;
    padding: 30px 30px 25px;
    display: flex;
    border-radius: 5px;
    transition: 0.2s;
    position: relative;
}
.itemContainer.actIc:hover {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.actIc .container-left {
    flex-basis: 110px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
}
.actIc .container-center {
    flex-grow: 1;
}
.actIc .container-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.actIc .container-right a {
    margin: 0;
}
h3.h2.itemTitle.actItemTitle a {
    color: #163D5C;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.pubStatus {
    color: #37D09C;
    margin-bottom: 3px;
    font-size: 14px;
}
.pubStatus.dateTime {
    color: #6B4AFB;
}
.itemTags .val {
    color: #133E60;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
}
.itemTags .val:after {
    content: ',';
}
.itemTags .val:last-child:after {
    display: none;
}
.itemTags .itemTag {
    display: inline-block;
    margin-right: 20px;
}
.itemTags .itemTag:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    color: #6B4AFB;
    margin-right: 2px;
    font-weight: bold;
}
.itemTags .itemTag.location:before {
    content: '\f124';
}
.itemTags .itemTag.Regio:before {
    content: '\f124';
}
.itemTags .itemTag.Functiegroep:before {
    content: '\f02b';
}
.itemTags .itemTag.Salaris:before {
    content: '\f153';
}

/* Favorites */
.favouriteJobListItem {
    background: #fff;
    margin-bottom: 15px;
    padding: 30px 30px 25px;
    display: flex;
    border-radius: 5px;
    transition: 0.2s;
    position: relative;
    justify-content: space-between;
}
.favouriteJobListItem:hover {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.favouriteJobListItem a {
    color: #163D5C;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.favouriteJobListItem span {
    color: #133E60;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
}
.favouriteJobListItem span:before {
    content: '\f124';
    font-family: "Font Awesome 5 Pro";
    color: #6B4AFB;
    margin-right: 5px;
    font-weight: bold;
}

/* Jobalert */
.job-alert {
    background: #133E60;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.actHOuter {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.actHContainer {
    max-width: 250px;
    text-align: center;
    font-weight: 500;
}
.actHOuter a.button {
    color: #fff;
}
.newAgentFormFrag .text {
    display: none;
}
.intro.actIntro.vacActIntro {
    margin-bottom: 40px;
}
/* Favorites */
.favorites_cookies .changeFav:after {
    content: '\f004';
    font-family: "Font Awesome 5 Pro";
    color: #FD565C;
    font-weight: bold;
    margin-left: 10px;
}
.favorites_cookies .changeFav {
    color: #133E60;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
    text-align: right;
    transition: 0.2s;
}
.favorites_cookies .changeFav.addFav span,
.favorites_cookies .changeFav.delFav:hover:after,
.favorites_cookies .changeFav.addFav:after {
    opacity: 0.35;
    cursor: pointer;
}
.favorites_cookies .changeFav.delFav span,
.favorites_cookies .changeFav.addFav:hover:after {
    opacity: 1;
    cursor: pointer;
}

/* Pagination */
.pageNav.actPageNav {
    margin-top: 40px;
}
.pageNav.actPageNav a {
    background: #fff;
    width: 26px;
    height: 26px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: #133E60;
    font-size: 14px;
    margin-right: 10px;
}
.pageNav.actPageNav a.actLast,
.pageNav.actPageNav a.actFirst {
    display: none;
}
.pageNav.actPageNav a.actNext,
.pageNav.actPageNav a.actPrev {
    background: none;
    width: auto;
}
.pageNav.actPageNav a.pnActive.actActive {
    background: #37D09C;
    color: #fff;
}

/* ___________________________________________________________________________ Favorites */

#favorites {
    display: inline-block;
}
.nshDetailsContainer a {
    position: relative;
}
.nshDetailsContainer a:before {
    content: '\f004';
    font-family: "Font Awesome 5 Pro";
    color: #FD565C;
    font-weight: bold;
}

/* ___________________________________________________________________________ Vacancy detail */

.jbdOuter .topRow {
    margin-bottom: 30px;
}
.jbdOuter .whiteInner {
    background: #fff;
    border-radius: 5px;
    padding: 30px 50px;
}
.jbdOuter .bottomRow .whiteInner {
    padding: 50px;
}
.jbdOuter .bottomRow .chlOuter .whiteInner {
    padding: 30px;
}
input.button.jbdButton.jbdButBack {
    background: transparent;
    border: 1px solid transparent;
    color: #133E60;
}
.topRow .whiteInner {
    display: flex;
}
.jbdOuter .mobilePhoto {
    display: none;
}
.jbdOuter .mobilePhoto img {
    margin: 0 auto;
    max-width: 180px;
}
.jbdOuter .mobilePhoto {
    margin-bottom: 30px;
}
.topRow .container-left {
    flex-basis: 250px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 70px;
}
.topRow .container-center {
    flex-grow: 1;
}
.jbdStatPub {
    color: #37D09C;
    margin: 0;
    text-transform: lowercase;
}
.jbdStatPub.dateTime {
    color: #6B4AFB;
}
h1.title.jbdTitle {
    margin-bottom: 5px;
}
.hookOuter.mDhOut.itemTags {
    margin-bottom: 20px;
}

/* Consultanthook */
.chlPhoto img {
    width: 100%;
}
.chlSkype {
    color: #37D09C;
    font-size: 13px;
}
.chlItemTitle {
    font-weight: 500;
    margin-bottom: 15px;
}
.chlItemWord a {
    color: #163D5C;
    line-height: 26px;
    margin-bottom: 5px;
    display: block;
    padding-left: 26px;
    position: relative;
}
.chlItemWord a:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    color: #6B4AFB;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 16px;
}
.chlItemWord.chlPhone a:before {
    content: '\f095';
}
.chlItemWord.chlPhoneCell a:before {
    content: '\f232';
    font-family: "Font Awesome 5 Brands";
}
.chlItemWord.chlEmail a:before {
    content: '\f0e0';
}

/* ___________________________________________________________________________ Related jobs */

section.relatedJobsHook {
    background: #163D5C;
    padding: 60px 0;
}
.relatedJobsHook h2 {
    color: #fff;
    text-align: center;
}
.relatedJobContainer {
    margin-bottom: 30px;
}
.rJhVIc {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    cursor: pointer;
}
.rJhVIc .container-left {
    flex-basis: 110px;
    padding-right: 30px;
    flex-grow: 0;
    flex-shrink: 0;
}
.rJhVRegion {
    color: #133E60;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}
.rJhVRegion:before {
    font-family: "Font Awesome 5 Pro";
    color: #6B4AFB;
    margin-right: 5px;
    font-weight: bold;
    content: '\f124';
}
.rJhVIt a {
    color: #163D5C;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    display: block;
}

/* ___________________________________________________________________________ Smallwidth */

body.smallWidth .bisjab form {
    margin-top: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

/* ___________________________________________________________________________ Content bisjab */

.bisjabInner {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}


/* ___________________________________________________________________________ Cookiebanner */

.cktext a {
    color: #fff;
    text-decoration: underline;
}
.ckOuter{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .85);
    padding: 20px;
    z-index: 902;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: 0.5s;
}
.ckOuter.closing{
    -webkit-transform: translateY(100%) !important;
        -ms-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
}
.ckOuter .ckwrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: space-between;
}
.ckOuter .ckwrap .button{
    margin: 0;
}
.ckOuter .cookieBtns{
    padding: 0 0 0 15px;
}


/* ___________________________________________________________________________ Ajax window */

.ajaxWindow {
    width: auto;
    max-width: 500px;
}
.fancybox-skin {
    padding: 30px!important;
    background: #fff!important;
}
a.fancybox-item.fancybox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FD565C;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s;
}
a.fancybox-item.fancybox-close:before {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(45deg);
}
a.fancybox-item.fancybox-close:after {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(-45deg);
}
a.fancybox-item.fancybox-close:hover {
    transform: rotateZ(90deg);
    opacity: 1;
}
.newAgentFormFrag h2 {
    font-size: 32px;
    line-height: 38px;
}

/* ___________________________________________________________________________ Apply */

h1.title.aplTitle span {
    display: block;
    color: #37D09C;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}
.intro.aplLink {
    text-align: center;
}
.intro.aplLink ul {
    display: flex;
    justify-content: center;
}

@media (max-width: 990.98px) {

    /* Algemeen */
    main {
        display: block;
        padding: 20px 0 40px;
    }
    h1.title.actTitle {
        margin-bottom: 20px;
        text-align: center;
    }
    /* Footer */
    footer#footer span,
    footer#footer ul.hlb2 {
        display: block;
    }
    footer#footer span {
        margin-bottom: 5px;
    }
    ul.hlb2 li {
        display: block;
        padding: 5px 0;
    }
    ul.hlb2 li a:before {
        display: none;
    }


    /* Vacancy overview */
    .actIc .container-left,
    .actIc .container-right a.viewJob {
        display: none;
    }
    .actIc .container-right {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .container-right span {
        display: none;
    }
    .itemContainer.actIc {
        padding: 20px;
    }
    .pubStatus {
        margin-bottom: 5px;
    }
    .actHOuter {
        flex-direction: column;
    }
    .actHContainer {
        margin-bottom: 10px;
    }
    .job-alert {
        padding: 20px;
    }

    /* Facets */
    .actSRFacetCont.actSRFacetContJobs {
        position: fixed;
        height: 100%;
        top: 0;
        z-index: 100;
        background: #F5F7FB;
        padding: 10px;
        transition: 0.2s;
        transform: translateY(calc(100% + 60px));
    }
    body.facetsOpen .actSRFacetCont.actSRFacetContJobs {
        transform: translateY(0);
    }
    .facetsButton {
        display: block;
        width: 50px;
        height: 50px;
        background: #133E60;
        border-radius: 100%;
        position: fixed;
        z-index: 1001;
        right: 30px;
        bottom: 30px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }
    .facetsButton:after {
        content: '\f0b0';
        font-family: "Font Awesome 5 Pro";
        color: #fff;
        font-weight: bold;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        display: block;
    }
    body.facetsOpen .facetsButton {
        background: #FD565C;
    }
    body.facetsOpen .facetsButton:after {
        content: '\f00d';
        font-size: 25px;
        font-weight: normal;
    }
}

@media (max-width: 767.98px) {

    /* Apply */
    .intro.aplLink ul {
        flex-direction: column;
    }


    h1, h2.h1 {
        font-size: 24px;
        line-height: 32px;
    }
    input[type=text], input[type=password], input[type=email], textarea, .formInputTaC, .select {
        width: 100%;
    }

    /* Mobile menu */
    .top-right {
        float: none;
        position: fixed;
        background: #fff;
        height: 100%;
        width: 100%;
        right: 0;
        top: 60px;
        transform: translateY(calc(-100% - 60px));
        transition: 0.3s ease-in-out;
    }
    .menuOpen .top-right {
        transform: translateY(0);
    }
    #top-login, nav#hlb1 {
        display: block;
    }
    nav#hlb1 > ul > li,
    #top-login {
        display: block;
        width: 100%;
        text-align: center;
    }
    nav#hlb1 > ul > li > a,
    #top-login > a,
    span.toggleSub {
        line-height: 40px;
        padding: 5px 20px;
    }
    span.toggleSub {
        cursor: pointer;
    }
    #favorites {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    nav#hlb1 > ul > li > ul {
        display: none;
    }
    nav#hlb1 > ul > li.subOpen > ul {
        display: block;
    }
    #hlb1 ul > li > ul > li a {
        display: block;
        padding: 5px 20px;
        color: #163D5C;
        font-weight: 500;
    }

    /* Hamburger */
    .hamburger {
        display: inline-block;
    }

    /* Inputs */
    form label {
        width: 100%;
        float: none;
        display: block;
        margin: 0 0 5px 0;
    }
    input[type=text], input[type=password], input[type=email], textarea, .formInputTaC {
        width: 100%;
        float: none;
        display: block;
    }
    .apllDate > div {
        width: 100%;
    }

    /* Jobdetail */
    .jbdOuter .row.bottomRow > div:first-child {
        margin-bottom: 30px;
    }
    .jbdOuter .topRow .container-left {
        display: none;
    }
    .jbdOuter .mobilePhoto {
        display: block;
    }
    .jbdOuter .bottomRow .whiteInner,
    .jbdOuter .bottomRow .chlOuter .whiteInner,
    .jbdOuter .whiteInner {
        padding: 20px;
    }
    .rJhVIc {
        flex-direction: column;
    }
    .rJhVIc .container-left {
        flex-basis: auto;
        padding-right: 0;
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 20px;
    }
    section.relatedJobsHook {
        padding: 40px 0;
    }
    .rJhVIc {
        padding: 20px;
    }
    .rJhVIc .container-left,
    .rJhVIc a.button {
        display: none;
    }
    .rJhVIc a {
        margin: 0;
    }


    /* Loginhook */
    .registerContainer,
    .hookButton.webUserHookButton.ocdHookButton,
    .fileInputHolder,
    .buttonContainer,
    .select,
    .buttonContainer:not(.jbdBc) {
        margin-left: 0;
    }
    .fileInputHolder {
        width: 100%;
    }
}

@media (max-width: 580px){
    .ckOuter .ckwrap{
        flex-direction: column;
        align-items: center;
    }
    .ckOuter .cktext {
        text-align: center;
        margin-bottom: 10px;
    }
    .ckOuter .cookieBtns {
        padding: 0;
    }
}