@import url('https://fonts.googleapis.com/css?family=Archivo:400,500,600,700&display=swap');
body {
    font-family: 'Archivo', sans-serif;
    background-color: #F8F8F8;
}
#cookie-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255,255,255,0.8);
    width: 420px;
    max-width: calc( 100% - 70px );
    padding: 15px;
    z-index: 999;
    /*border-radius: 6px;*/
    box-shadow: -2px -2px 10px #eee;
    border: 2px solid #e3e3e3;
    display:none;
}
#cookie-message p {
    margin: 0;
    padding: 10px 0 5px 0;
}
#cookie-message h4 {
    margin: 0;
    padding: 0;
}
#cookie-message a {
    display: block;
}
#cookie-message span {
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    font-size: 33px;
}
#cookie-message span:hover {
    color: #ccc;
}
/* Helpers */
h1, h2, h3, h4, h5, h6 {
    color: #1F89C5;
}
a {
    color: #003B5C;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: underline;
}
.sr-heading h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 58px;
}
.sr-numeric {
    color: #1F89C5;
    font-weight: bold;
}
.fsz-18 {
    font-size: 18px;
}
.sr-fw-50 {
    width: 23px;
    text-align: center;
}
.sr-fw-100 {
    width: 60px;
    text-align: center;
}
/* Navbar */
.navbar {
    max-height: 41px;
    margin-top: 63px;
    padding: 0;
}
.navbar-brand {
    padding: 0;
    z-index: 999;
}
.navbar-brand img {
    width: 291px;
    height: auto;
    margin-top: -40px;
    z-index: 555;
}
a.nav-item {
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link:last-of-type {
    padding-right: 0!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
}
.nav-item {
    font-size: 18px;
}
.collapse.navbar-collapse {
    flex-direction: row-reverse;
}
.bg-blue {
    background-color: #003B5C;
    color: #fff!important;
}
.bg-light-grey {
    background-color: #F8F8F8;
}
.navbar-collapse.show {
    background-color: #F8F8F8;
    margin-top: -12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    z-index: 444;
}
.navbar-collapse.collapse.show .nav-item, .navbar-collapse.collapse.show .nav-item.active {
    color: #000 !important;
    padding: 20px;
    font-size: 14px;
}
.navbar-toggler {
    padding: 0;
    margin-top: -10px;
    margin-right: 15px;
    border: unset;
}
/*Buttons*/
.btn {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: unset;
    padding: 8px 67px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 30.5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    background-color: #1F89C5;
}
.btn-primary:hover {
    background-color: #003B5C;
}
.btn-primary:active {
    color: slategray;
    background-color: #003B5C!important;
}
.btn-primary-reverse {
    background-color: #003B5C;
}
.btn-primary-reverse:hover {
    background-color: #1F89C5;
    color: #fff;
}
.btn-primary-reverse:active {
    color: #eee;
}
.input-group-append .btn {
    padding: 0px 40px;
    margin-left: -30px;
    border-top-left-radius: 30.5px!important;
    border-bottom-left-radius: 30.5px!important;
}
.add-shadow {
    box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.4);
}
/* Inputs */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
.form-control {
    /*box-shadow: none!important;*/
    border: unset;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
}
.form-control:focus {
    border-color: #003B5C;
    border: unset;
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: unset;
}
.sr-search {
    margin-left: -27px;
    max-width: 577px;
}
.form-control {
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
    border-radius: 20.5px;
    font-size: 18px;
    text-indent: 14px;
}
/* Hero */
.sr-hero {
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 458px;
}
.sr-hero h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 32px;
    max-width: 455px;
    color: #000;
}
/*.sr-align-middle {*/
    /*transform: translate3d(0, 50%, 0);*/
/*}*/
.sr-hero p {
    max-width: 490px;
    font-size: 18px;
    line-height: 20px;
    margin: 30px 0;
}
.sr-p-heading {
    /*padding: 90px 0;*/
    margin: auto 0;
}
.sr-hero .btn {
    margin-left: -15px;
    font-weight: 600;
}
#professionals-map {
    background: url('/images/map-netherlands.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 502px;
    height: 564px;
    position: absolute;
    margin-top: 30px;
}
.dynamic-map {
    position: relative;
    left: 74px;
    top: 41px;
}
.sr-hero .container .row {
    min-height: 458px;
}
.sr-explanation-hero {
    min-height: 312px;
}
.sr-explanation-hero .container .row {
    min-height: 312px;
}
/* Legenda filter */
.sr-legenda {

}
.sr-legenda span {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin-top: 32px;
    margin-bottom: 20px;
}
.sr-legenda span i {
    float: right;
    cursor: pointer;
}
.sr-legenda span:first-of-type {
    margin-top: 0;
}
.sr-selected-filters .badge {
    padding: 5px 40px 5px 20px;
    font-size: 17px;
    font-weight: normal;
    border-radius: 5px;
    text-align: left;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 5px;
}
.sr-selected-filters .badge::after {
    content: 'X';
    position: relative;
    left: 30px;
    top: 0px;
    color: #A6A6A6;
}
.sr-selected-filters .badge.badge-secondary {
    background-color: #E2E2E2;
    color: #000;
}
.sr-selected-filters .badge.badge-secondary:hover {
    background-color: #003B5C;
    color: #fff;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.custom-control-label::before {
    position: absolute;
    top: 2px;
    left: -23px;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #A6A6A6;
    background-color: #003B5C;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: unset;
}
.custom-control {
    margin-bottom: 10px;
}
.custom-control-label {
    font-size: 17px;
    line-height: 24px;
    padding-left: 14px;
}
.sr-mobile-filter {
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 5px 0px 5px 15px;
    color: #000;
}
.sr-mobile-filter i {
    float: right;
    padding: 5px 20px;
    color: #A6A6A6;
}
/* Professionals table */
.table td, .table th {
    padding: 6px 6px 7px 6px;
    vertical-align: top;
    border-top: unset;
}
.table thead th {
    border: unset;
}
.sr-professionals-table {
    width: 100%;
}
.sr-professionals-table thead {
    background-color: #003B5C;
    color: #fff;
    font-size: 18px;
}
.sr-professionals-table .th-filter-options {
    display: inline-block;
    float: right;
}
.sr-professionals-table .th-filter-options i {
    position: relative;
    right: 5px;
}
.sr-professionals-table .th-filter-options i:hover {
    opacity: .4;
    cursor: pointer;
}
.sr-professionals-table .th-filter-options i:first-of-type {
    top: -6px;
}
.sr-professionals-table .th-filter-options i:last-of-type {
    top:6px;
    right: 21px;
}
.sr-filter-table {
    cursor: pointer;
}
/*.sr-professionals-table {*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*background-color: #F8F8F8;*/
/*}*/
.sr-professionals-table th {
    width: 33.333333%;
    font-weight: bold;
}
.sr-professionals-table a {
    color: #003B5C;
    display: block;
    white-space: nowrap;
    /*padding: 6px 6px 7px 6px;*/
}
.sr-dehover {
    display: none;
}
.sr-dehover td {
    padding: 0;
}
.sr-visit-profile {
    cursor: pointer;
    background-color: #003B5C;
    color: #fff;
}
.sr-visit-profile i {
    margin-right: 6px;
    font-size: 17px;
}
.sr-hover:nth-of-type(3n) {
    /*background-color: red !important;*/
}

/* Profile */
.sr-box {
    background-color: #fff;
    width: 100%;
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13);
    margin-bottom: 43px;
    font-size: 18px;
    line-height: 20px;
}
.sr-box a:hover {
    color: #1F89C5;
}
.sr-avatar-placeholder {
    background-image: url(/images/Profielfoto.png);
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center;
}
.sr-p-box {
    padding: 29px 23px;
}
.sr-p-box-2 {
    padding: 34px 43px;
}
.sr-profile-picture {
    width: 100%;
    height: auto;
    max-height: 246px;
    object-fit: cover;
}
.sr-details {
    padding: 29px 23px;
}
.sr-details h2 {
    color: #1F89C5;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 24px;
}
.sr-date-of-birth * {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
}
.sr-date-of-birth strong {

}
/*.sr-date-of-birth p {*/
    /*float: right;*/
/*}*/
.sr-certificates {
    padding: 29px 23px;
}
.sr-certificates h3 {
    color: #1F89C5;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}
.sr-diploma * {
    display: inline-block;
}
.sr-diploma-date {
    width: 50px;
}
.sr-certificates a {
    font-size: 18px;
    color: #000;
    text-decoration: underline;
}
.sr-certificates p.text-muted {
    text-indent: -10px;
    font-size: 16px;
    font-style: italic;
    line-height: 17px;
    color: #A1A1A1;
    margin-top: 30px;
}
.sr-heading h5 {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.sr-heading a {
    font-size: 18px;
    text-decoration: underline;
}
.sr-company-logo {
    max-width: 80%;
    height: auto;
    border: 1px solid #979797;
    padding: 30px;
    margin-bottom: 20px;
}
.sr-company-details div {
    display: inline-block;
    vertical-align: middle;
}
.sr-company-details {
    margin-bottom: 20px;
    display: block;

}
.sr-company-details:hover {
    text-decoration: none;
}
.sr-company-icon {
    width: 15%;
    text-align: center;
    margin-right: 15px;
}
.sr-box h4 {
    font-size: 22px;
    line-height: 24px;
    color: #1F89C5;
    font-weight: bold;
    margin-bottom: 40px;
}
.sr-border-bottom {
    border-bottom: 2px solid #E2E2E2;
    padding-bottom: 45px!important;
}
.sr-ta-r {
    text-align: right;
}
.sr-company-detail * {
    display: inline-block;
}
.sr-company-detail {
    max-width: 75%;
}
.sr-recognition-logo {
    display: inline-block;
    max-width: 100%;
    width: 100px;
    height: auto;
}
.sr-profile-table:first-of-type {
    /*width: 95%;*/
}
.w-95 {
    width: 95%;
    margin-left: 5%;
}
.sr-profile-table tr {
    background-color: #F8F8F8;
}
.sr-profile-table tr:nth-child(2n) {
    background-color: #FFFFFF;
}
.sr-profile-table tr:hover a {
    color: #fff;
}
.sr-profile-table tr:hover {
    color: #fff;
    background-color: #003B5C;
}
.sr-profile-table td, .sr-profile-table th {
    padding: 0;
}
.sr-profile-table a {
    display: block;
    padding: .75rem;
}
.sr-profile-table td:hover::before {
    content: '\f0da';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: left;
    padding: .75rem;
    padding-right: 0;
    margin-right: 8px;
    /*font-size: 18px;*/
    /*font-style: normal;*/
    /*font-variant: normal;*/
    /*text-rendering: auto;*/
    /*-webkit-font-smoothing: antialiased;*/
}
.at-icon-wrapper {
    border-right: 1px solid;
    padding-right: 44px;
    margin-right: 13px;
}
.at-label {
    font-size: 18px!important;
    font-weight: bold;
    font-family: 'Archivo', Arial, sans-serif !important;
}
.at-share-btn-elements {
    display: flex;
    justify-content: space-between;
}
.addthis_inline_share_toolbox {
    padding: 75px 0;
}
/* Explanations */
.sr-explanations .row {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 30px;
}
.sr-explanations .row:last-of-type {
    padding-bottom: 0;
    border: unset;
}
.sr-call-to-action a.btn-primary:hover {
    background-color: #01527f;
}
.sr-call-to-action p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
.sr-call-to-action h5 {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 14px;
}
.sr-select {
    background-color: #003B5C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sr-select label {
    margin: auto;
    font-size: 18px;
    color: #fff;
    padding: 0 34px;
}
.sr-select-diploma h5 {
    color: #1F89C5;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
}
.sr-select-diploma .input-group {
    max-width: 80%;
}
.sr-profile-co-workers h5 {
    color: #003B5C;
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: bold;
}
.sr-profile-highlighted-project h5 {
    color: #1F89C5;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sr-profile-highlighted-project p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}
.sr-profile-socials {
    background-color: #fff;
    min-height: 190px;
    vertical-align: middle;
}
/* FAQ */
.sr-body h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}
.sr-body h3 {
    font-weight: bold;
}
.sr-body p {
    font-size: 18px;
    line-height: 24px;
}
.sr-body ul {
    font-size: 18px;
}
.sr-body a {
    color: #003B5C;
    font-weight: 600;
    text-decoration: underline;
}
.sr-faq-section {
    margin-bottom: 50px;
}
.sr-faq-section h5 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}
.accordion .card {
    border: unset;
    background-color: unset;
}
.accordion .card-header {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    background-color: transparent;
    border: unset;
    border-bottom: 2px solid #E2E2E2;
    padding: 0;
}
.accordion .card-header a {
    font-size: 18px;
    line-height: 20px;
    margin-left: 15px;
    display: block;
    cursor: pointer;
    padding: 12px 20px;
}
.accordion .sr-faq-active a::before {
    color: #fff!important;
    left: 8px;
}
.accordion .card-header a::before {
    content: '\f0da';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    color: #003B5C;
    left: 15px;
    position: absolute;
    font-size: 26px;
    /*padding: .75rem;*/
    /*padding-right: 0;*/
    /*margin-right: 8px;*/
    /*font-size: 18px;*/
    /*font-style: normal;*/
    /*font-variant: normal;*/
    /*text-rendering: auto;*/
    /*-webkit-font-smoothing: antialiased;*/
}
.accordion .sr-faq-active .sr-faq-collapse::before {
    content: '\f0d7';
}
.accordion {
    border-top: 1px solid #e2e2e2;
}
.sr-faq-active {
    color: #fff!important;
    background-color: #003B5C!important;
}
.accordion .card-body {
    font-size: 18px;
}
.accordion .card {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}
.card-body p {
    margin-left: 15px;
}
/* Contact */
.sr-contact-section {

}
.sr-contact-section p {
    font-size: 18px;
    line-height: 24px;
}
.sr-contact-section h4 {
    font-size: 22px;
    font-weight: 600;
}
.sr-contact-details a {
    color: #000;
    font-weight: 800;
    font-size: 18px;
}
.sr-contact-details a:hover {
    color: #1c1c1c;
    text-decoration: none;
}
.sr-contact-form {
    background-color: #003B5C;
    color: #fff!important;
}
.sr-contact-form h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}
.sr-contact-form label {
    font-size: 18px;
}
.sr-contact-form .btn-primary {
    font-size: 16px;
}
.sr-contact-form .btn-primary:hover {
    color: #1F89C5;
    background-color: #F8F8F8;
}
.sr-form-left input {
    margin-left: -32px;
}
.sr-form-right label {
    margin-left: 32px;
}
/* Footer */
footer {
    background-color: #003B5C;
}
footer * {
    color: #fff!important;
    font-size: 18px;
}
footer h5 {
    font-weight: 600;
}
footer ul {
    list-style-type: none;
    padding: 0;
}
footer ul li {
    padding: 0;
    margin: 0;
}
.navbar-collapse {
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
}
@media (max-width: 1034px) {
    #professionals-map {
        display: none;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .sr-search {
        margin-left: 0;
    }
    .sr-pl-0 {
        padding-left: 0;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (max-width: 767.98px) {
    .navbar-brand img {
        margin-top: -48px;
        margin-left: 5px;
        width: 187px;
        position: absolute;
    }
    .navbar {
        min-height: 29px;
    }
    .navbar-toggler {
        margin-top: -2px;
    }
    .navbar-dark .navbar-toggler-icon {
        /*background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .sr-hero {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .sr-hero .row {
        padding-top: 40%;
    }
    .sr-toggle-filter-group {
        cursor: pointer;
    }
    .sr-legenda {
        background: #F8F8F8;
        padding: 20px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
        margin-bottom: 20px;
        margin-top: -38px;
    }
    .sr-legenda .sr-clear-filter {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .sr-legenda span {
        font-size: 14px;
        padding-bottom: 17px;
        border-bottom: 2px solid #979797;
    }
    .custom-control-label {
        font-size: 14px;
    }
    .sr-mobile-filter.on {
        background-color: #E2E2E2;
        border-radius: unset;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }
    .sr-form-left input {
        margin-left: 0px;
    }
    .sr-contact-form label {
        margin-left: 32px;
        font-size: 14px;
    }
    .sr-contact-form h2 {
        margin-left: 32px;
        font-size: 16px;
    }
    .sr-hero .btn {
        margin-left: 0;
        display: block;
        font-size: 14px;
    }
    .sr-hero h1 {
        font-size: 24px;
    }
    .sr-hero p {
        font-size: 14px;
    }
    footer * {
        font-size: 14px;
    }
    footer {
        padding: 24px;
    }
    footer h5 {
    }
    footer p {
        margin-bottom: 30px;
    }
    footer a {
    }
    .sr-fw-50 {
        width: 40px;
        text-align: left;
    }
    footer ul {
        margin-bottom: 30px;
    }
    footer ul li {
        line-height: 16px;
    }
    .sr-p-heading {
        margin: 0;
    }
    .sr-hero {
        min-height: unset;
    }
    .sr-hero .container .row {
        min-height: unset;
    }
    .sr-contact-section h4 {
        font-size: 16px;
    }
    .sr-contact-section p, .sr-contact-details a {
        font-size: 14px;
    }
    .sr-ta-r {
        text-align: center;
    }
    .sr-box {
        margin-bottom: 28px;
    }
    .sr-border-bottom {
        border: unset;
    }
    .sr-button-centered {
        display: block;
        margin: 0 auto;
    }
    .sr-body h3 {
        font-size: 16px;
    }
    .sr-body p {
        font-size: 14px;
    }
    .sr-body ul {
        font-size: 14px;
    }
    .sr-call-to-action h5, .sr-select-diploma h5 {
        font-size: 16px;
    }
    .sr-call-to-action p, .sr-select-diploma p {
        font-size: 14px;
    }
    .sr-explanation-hero {
        background-size: 130%;
        background-position: top right;
    }
    .accordion .card-header a, .card-body p, .card-body ul {
        font-size: 14px;
    }
    .navbar-collapse.show {
        margin-top: 0px;
    }
    .navbar {
        height: 29px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-brand img {
        margin-left: 15px;
        margin-top: -53px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}