/*------------------------------------*\
    Default styles
\*------------------------------------*/
html, body {
    height: 100%;
}

body {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: Averta, Arial, Helvetica, sans-serif;
    color: #2d3e66;
}

    body.nav-is-open {
        overflow: hidden;
    }

a, button, input[type='submit'] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
}

.cta-popup {
    position: relative;
    color: #000;
    background: #fff;
    padding: 40px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
    border-radius: 5px;
}

    .cta-popup img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .cta-popup .title {
        color: #000;
        display: block;
        margin: 40px 0 10px 0;
        font-size: 20px;
        line-height: normal;
    }

    .cta-popup .img-link {
        display: block;
    }

    .cta-popup .img-link:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .cta-popup a {
        color: #476ca5;
        font-weight: bold;
    }

    .cta-popup a:hover {
        color: #aa9d83;
    }

    .cta-popup p:last-of-type {
        margin: 0;
    }

/*------------------------------------*\
    Header
\*------------------------------------*/
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /*overflow: auto;*/
    z-index: 50;
    -webkit-transform: translateZ(0);
}

    .header #logo {
        position: absolute;
        left: 35px;
        top: 19px;
        width: 40px;
        height: 40px;
        color: #fff;
        display: block;
        background: url("/Images/assets/logo-klein.svg") no-repeat;
        background-size: contain !important;
        text-indent: -9999em;
        z-index: 100;
    }

.header-spacing {
    height: 75px;
}

/*------------------------------------*\
    Navigation
\*------------------------------------*/
#menu {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

    #menu li {
        display: inline-block;
        float: left;
    }

        #menu li a {
            color: white;
            font-family: Averta;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.6px;
            line-height: normal;
            padding: 30px 22px;
            text-decoration: none;
            display: block;
            text-transform: uppercase;
            position: relative;
        }

            #menu li a span {
                display: block;
                position: relative;
            }

                #menu li a span::after {
                    content: "";
                    width: 0;
                    display: block;
                    position: absolute;
                    bottom: -12px;
                    height: 6px;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

            #menu li a:hover,
            #menu li a.active {
                color: #aa9d83;
            }

                #menu li a.active span::after,
                #menu li a:hover span::after {
                    width: 100%;
                    background: url("/Images/assets/lijn-goud-1.svg") repeat-x;
                    background-size: contain !important;
                }

    #menu .submenu1 {
        display: none;
        position: absolute;
        background: #0b1a37;
        margin: 0;
        padding: 0;
    }

        #menu .submenu1 li {
            display: block;
            float: none;
        }

            #menu .submenu1 li a {
                padding: 22px;
            }

                #menu .submenu1 li a span::after {
                    display: none;
                }

                #menu .submenu1 li a:hover,
                #menu .submenu1 li a.active {
                    background: #aa9d83;
                    color: #fff;
                }

#mobile-nav {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 25;
    background: rgb(71,108,165);
    background: -moz-linear-gradient(top, rgba(71,108,165,1) 20%, rgba(56,85,127,1) 100%);
    background: -webkit-linear-gradient(top, rgba(71,108,165,1) 20%,rgba(56,85,127,1) 100%);
    background: linear-gradient(to bottom, rgba(71,108,165,1) 20%,rgba(56,85,127,1) 100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    #mobile-nav ul {
        margin: 100px 0 40px 0;
        padding: 0;
        list-style: none;
    }

    #mobile-nav li {
        width: 100%;
        display: block;
    }

        #mobile-nav li a {
            display: block;
            text-align: center;
            padding: 25px;
            font-weight: 700;
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            font-size: 14px;
        }

    /* Hide 'Scenter' nav-item because it has no dropdown function on mobile */
    #mobile-nav #mobile-menu-item-link-1031 {
        display: none;
    }

    #mobile-nav li a.active,
    #mobile-nav li a:hover {
        color: #aa9d83;
    }

    #mobile-nav .submenu1 {
        margin: 0;
        padding: 0;
    }

#mobile-nav-trigger {
    width: 78px;
    height: 77px;
    float: right;
    background-color: #476ca5;
    color: #fff;
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 100;
}

    #mobile-nav-trigger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 40px;
        background: #fff;
        opacity: 1;
        left: 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #mobile-nav-trigger span:nth-child(1) {
            top: 25px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #mobile-nav-trigger span:nth-child(2) {
            top: 38px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #mobile-nav-trigger span:nth-child(3) {
            top: 51px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    #mobile-nav-trigger.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 25px;
        left: 25px;
    }

    #mobile-nav-trigger.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #mobile-nav-trigger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 53px;
        left: 25px;
    }

/* Open submenu on hover in non-touch browsers */
.no-touchevents #menu-item-li-1031:hover ul {
    display: block;
}

/*------------------------------------*\
    Hero (Page intro)
\*------------------------------------*/
.hero {
    /*height: 100vh;*/
    min-height: 750px;
    color: #fff;
    padding: 120px 0 60px 0;
    position: relative;
    overflow: hidden;
    background: rgb(19,43,80);
    background: -moz-linear-gradient(top, rgba(19,43,80,1) 0%, rgba(71,108,165,1) 100%);
    background: -webkit-linear-gradient(top, rgba(19,43,80,1) 0%,rgba(71,108,165,1) 100%);
    background: linear-gradient(to bottom, rgba(19,43,80,1) 0%,rgba(71,108,165,1) 100%);
}

.hero-video {
    max-height: 750px;
}

.hero.sub {
    padding-top: 140px;
    background: rgb(129,162,213);
    background: -moz-linear-gradient(top, rgba(129,162,213,1) 0%, rgba(195,187,171,1) 100%);
    background: -webkit-linear-gradient(top, rgba(129,162,213,1) 0%,rgba(195,187,171,1) 100%);
    background: linear-gradient(to bottom, rgba(129,162,213,1) 0%,rgba(195,187,171,1) 100%);
}

    .hero.sub.smallpadding {
        padding-top: 100px;
    }

.hero.small {
    height: 560px;
    min-height: 100px;
    padding-top: 140px;
    background: rgb(19,43,80);
    background: -moz-linear-gradient(top, rgba(19,43,80,1) 0%, rgba(71,108,165,1) 50%);
    background: -webkit-linear-gradient(top, rgba(19,43,80,1) 0%,rgba(71,108,165,1) 50%);
    background: linear-gradient(to bottom, rgba(19,43,80,1) 0%,rgba(71,108,165,1) 50%);
}

.hero.extra-small {
    min-height: 100px;
    height: 400px;
}

.hero.small.alt {
    background: rgb(97,133,188);
    background: -moz-linear-gradient(top, rgba(97,133,188,1) 50%, rgba(195,187,171,1) 100%);
    background: -webkit-linear-gradient(top, rgba(97,133,188,1) 50%,rgba(195,187,171,1) 100%);
    background: linear-gradient(to bottom, rgba(97,133,188,1) 50%,rgba(195,187,171,1) 100%);
}

.hero.small.alt-dark {
    background: rgb(45,62,102);
    background: -moz-linear-gradient(top, rgba(45,62,102,1) 50%, rgba(195,187,171,1) 100%);
    background: -webkit-linear-gradient(top, rgba(45,62,102,1) 50%,rgba(195,187,171,1) 100%);
    background: linear-gradient(to bottom, rgba(45,62,102,1) 50%,rgba(195,187,171,1) 100%);
}

.hero .grid {
    position: relative;
    z-index: 10;
}

.hero-background.circle-top {
    width: 1120px;
    height: 1120px;
    background-size: cover !important;
    position: absolute;
    bottom: -560px;
    left: 50%;
    margin-left: -560px;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.hero-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(140,53,73);
    background: -moz-linear-gradient(left, rgba(140,53,73,0.7) 0%, rgba(58,48,72,0.7) 100%);
    background: -webkit-linear-gradient(left, rgba(140,53,73,0.7) 0%,rgba(58,48,72,0.7) 100%);
    background: linear-gradient(to right, rgba(140,53,73,0.7) 0%,rgba(58,48,72,0.7) 100%);
}

.hero .hero-background.blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 15, 65, 0.7);
}

.hero-background.circle-top::after {
    content: "";
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 660px;
    height: 660px;
    background: #476ca5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.hero.alt .hero-background.circle-top::after {
    background: rgb(97,133,188);
    background: -moz-linear-gradient(top, rgba(97,133,188,1) 5%, rgba(195,187,171,1) 50%);
    background: -webkit-linear-gradient(top, rgba(97,133,188,1) 5%,rgba(195,187,171,1) 50%);
    background: linear-gradient(to bottom, rgba(97,133,188,1) 5%,rgba(195,187,171,1) 50%);
}

.hero.alt-dark .hero-background.circle-top::after {
    background: rgb(97,133,188);
    background: -moz-linear-gradient(top, rgba(45,62,102,1) 5%, rgba(195,187,171,1) 50%);
    background: -webkit-linear-gradient(top, rgba(45,62,102,1) 5%, rgba(195,187,171,1) 50%);
    background: linear-gradient(to bottom, rgba(45,62,102,1) 5%, rgba(195,187,171,1) 50%);
}

.hero-background.circle-bottom {
    width: 1120px;
    height: 1120px;
    background-size: cover !important;
    position: absolute;
    top: -560px;
    left: 50%;
    margin-left: -560px;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .hero-background.circle-bottom::after {
        content: "";
        position: absolute;
        bottom: 230px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 660px;
        height: 660px;
        background: #8fa7cb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

#video-bg > div {
    height: 50%;
    bottom: auto;
}

.hero .title {
    margin-bottom: 120px;
}

    .hero .title u {
        text-decoration: none;
        display: inline-block;
        position: relative;
    }

        .hero .title u::after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            height: 6px;
            background: url("/Images/assets/lijn-wit.svg") repeat-x;
            background-size: contain !important;
        }

.hero .subtitle {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position: relative;
    margin-bottom: 60px;
}

    .hero .subtitle::after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 100%;
        height: 6px;
        background: url("/Images/assets/lijn-wit.svg") repeat-x;
        background-size: contain !important;
    }

.hero .subsubtitle {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: none;
    margin-top: -30px;
    margin-bottom: 40px;
}

.hero .intro {
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
    text-shadow: 0 2px 11px rgba(215, 142, 138, 0.4);
    margin-bottom: 60px;
}

.main-container {
    position: relative;
    overflow: hidden;
}

    .main-container .grid {
        position: relative;
    }

    .main-container .hero-background {
        z-index: 0;
    }

        .main-container .hero-background::before {
            display: none;
        }

        .main-container .hero-background.sand {
            background: rgb(218,191,184);
            background: -moz-linear-gradient(top, rgba(218,191,184,1) 50%, rgba(232,223,210,1) 100%);
            background: -webkit-linear-gradient(top, rgba(218,191,184,1) 50%,rgba(232,223,210,1) 100%);
            background: linear-gradient(to bottom, rgba(218,191,184,1) 50%,rgba(232,223,210,1) 100%);
        }

    .main-container.bg2 .hero-background::after {
        background: #f3ecde;
    }

    .main-container.bg2.alt .hero-background::after {
        background: #f3ecde;
    }

    .main-container.bg3 .hero-background::after {
        background: #30416a;
    }

    .main-container.bg4 .hero-background::after {
        background: #1e3b67;
    }

    .main-container .hero-background.red-blue {
        background: rgb(75,51,74);
        background: -moz-linear-gradient(left, rgba(75,51,74,1) 0%, rgba(49,46,70,1) 100%);
        background: -webkit-linear-gradient(left, rgba(75,51,74,1) 0%,rgba(49,46,70,1) 100%);
        background: linear-gradient(to right, rgba(75,51,74,1) 0%,rgba(49,46,70,1) 100%);
    }

    .main-container.bg3.alt {
        color: #fff;
    }

/*------------------------------------*\
    Clients
\*------------------------------------*/
.clients {
    padding: 60px 0;
    color: #fff;
}

    .clients .client {
        display: block;
        text-align: center;
        padding: 0 20px;
    }

        .clients .client img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }

/*------------------------------------*\
    Articles (expertise)
\*------------------------------------*/
.expertise {
    position: relative;
}

    /*.expertise::before {
        content: "";
        display: block;
        width: 100%;
        max-width: 1120px;
        height: 750px;
        background: url("/Images/assets/lijnen.svg") no-repeat;
        background-size: contain !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 210px;
        bottom: 0;
        margin: 0 auto;
        z-index: 1;
    }*/

    .expertise.detail::before {
        top: 120px;
    }

.section-pad {
    padding: 80px 0 60px;
}

.section-title {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}

    .section-title::after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 100%;
        height: 6px;
        background: url("/Images/assets/lijn-wit.svg") repeat-x;
        background-size: contain !important;
    }

    .section-title.cl1::after {
        background: url("/Images/assets/lijn-blauw.svg") repeat-x;
    }

    .section-title.cl4::after {
        background: url("/Images/assets/lijn-blauw-2.svg") repeat-x;
    }

.article {
    padding: 45px 25px;
    margin: 10px 0;
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out .1s;
    -moz-transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out .1s;
    -o-transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out .1s;
    transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out .1s;
}

    .article:hover {
        background-color: #f4f2ec;
        -webkit-box-shadow: 0 20px 20px #bcc9de;
        -moz-box-shadow: 0 20px 20px #bcc9de;
        box-shadow: 0 20px 20px #bcc9de;
    }

    .article::before {
        content: "";
        position: absolute;
        left: -17px;
        top: 10px;
        width: 34px;
        height: 34px;
        background-size: contain !important;
    }

    .article[data-color='blue']::before {
        background: url("/Images/assets/cirkel-blauw.svg") no-repeat;
    }

    .article[data-color='orange']::before {
        background: url("/Images/assets/cirkel-oranje.svg") no-repeat;
    }

    .article[data-color='purple']::before {
        background: url("/Images/assets/cirkel-paars.svg") no-repeat;
    }

    .article.person {
        padding-left: 130px;
        padding-bottom: 50px;
        position: relative;
    }

        .article.person.active {
            cursor: default;
            padding: 20px 30px 10px 30px;
            background-color: #f4f2ec;
            -webkit-box-shadow: 0 20px 20px #bcc9de;
            -moz-box-shadow: 0 20px 20px #bcc9de;
            box-shadow: 0 20px 20px #bcc9de;
        }

        .article.person.active-article {
            padding: 20px 30px 10px 30px;
        }

        .article.person .article-text {
            font-size: 14px;
        }

            .article.person .article-text a {
                color: inherit;
                font-weight: 700;
            }

        .article.person:hover .checklist::after {
            width: 0;
        }

        .article.person .person-image {
            width: 90px;
            height: 90px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
            left: 20px;
            top: 20px;
        }
            .article.person .person-image.no-radius {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
            }

        .article.person img {
            display: block;
        }

        .article.person .title {
            margin-top: 10px;
        }

        .article.person .checklist {
            margin-top: 20px;
        }

            .article.person .checklist::after {
                content: "";
                display: block;
                width: 100%;
                max-width: 200px;
                height: 6px;
                background: url("/Images/assets/lijn-goud-2.svg") repeat-x;
                background-size: contain !important;
                position: absolute;
                bottom: 30px;
                left: 130px;
                -webkit-transition: all .4s ease-in-out;
                -moz-transition: all .4s ease-in-out;
                -o-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }

    .article .title {
        font-weight: 800;
        margin-bottom: 15px;
        color: #2d3e66;
        font-size: 24px;
    }

    .article .intro {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        color: #2d3e66;
    }

        .article .intro p:last-of-type {
            margin-bottom: 0;
        }

    .article .role {
        display: block;
        font-family: "adobe-caslon-pro";
        font-size: 20px;
        letter-spacing: 0.3px;
        color: #476ca5;
    }

.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #2d3e66;
    font-size: 18px;
    font-weight: 300;
}

    .checklist li {
        display: block;
        margin: 10px 0;
        position: relative;
    }

        .checklist li::before {
            content: "";
            width: 10px;
            height: 10px;
            background: url("/Images/assets/vink.svg") no-repeat;
            background-size: contain !important;
            display: inline-block;
            position: absolute;
            left: -22px;
            top: 8px;
        }
#TopteamForm_Email{
    width:90%;
}
/*------------------------------------*\
    Inspiration
\*------------------------------------*/
.inspiration {
}

.inspiration-container {
    margin-bottom: 60px;
}

    .inspiration-container.mbot0 {
        margin-bottom: 0;
    }

.inspiration-article {
    background-color: #102c58;
    padding: 35px 40px 60px 40px;
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

    /* Fill Image */
    .inspiration-article[data-type="fillimage"] {
        padding: 0;
    }

        .inspiration-article[data-type="fillimage"] img {
            display: block;
        }


    /* Book */
    .inspiration-article[data-type="book"] {
        padding: 60px 40px 60px 40px;
        background-color: #72a3c3;
        text-align: center;
    }

    .inspiration-article.alt[data-type="book"] {
        padding: 60px 40px 60px 40px;
        background-color: #faf6ed;
        color: #2d3e66;
        text-align: center;
    }

    .inspiration-article[data-type="book"] img {
        -webkit-box-shadow: 14px 5px 31px rgba(32, 91, 131, 0.6);
        -moz-box-shadow: 14px 5px 31px rgba(32, 91, 131, 0.6);
        box-shadow: 14px 5px 31px rgba(32, 91, 131, 0.6);
        max-width: 200px;
        display: block;
        margin: 0 auto 20px auto;
    }

    .inspiration-article.alt[data-type="book"] img {
        -webkit-box-shadow: 14px 5px 31px #f2f6ff;
        -moz-box-shadow: 14px 5px 31px #f2f6ff;
        box-shadow: 14px 5px 31px #f2f6ff;
    }


    /* Blog */
    .inspiration-article[data-type="blog"] {
        background-color: #476ca5;
    }

    /* Video */
    .inspiration-article[data-type="video"] {
        padding: 10px;
        text-align: center;
    }

        .inspiration-article[data-type="video"] .btn {
            margin: 10px auto 0;
        }

    .inspiration-article .title {
        margin-bottom: 20px;
        font-size: 23px;
        letter-spacing: 0.5px;
        line-height: 31px;
    }

    .inspiration-article .intro {
        font-family: "adobe-caslon-pro";
        font-size: 20px;
        line-height: 26px;
    }

    .inspiration-article .intro p strong {
        font-weight: normal;
    }

    .inspiration-article .intro p a {
        color: inherit;
    }

        .inspiration-article .intro p:last-of-type,
        .inspiration-article .article-intro p:last-of-type {
            margin-bottom: 0;
        }

    .inspiration-article .article-intro {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }

    .inspiration-article .btn {
        margin-top: 30px;
    }

.book-overview .inspiration-article {
    position: relative;
    padding-bottom: 120px !important;
}

    .book-overview .inspiration-article .btn {
        position: absolute;
        width: 210px;
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 40px;
    }

.has-circle-bg {
    position: relative;
    overflow: hidden;
}

    .has-circle-bg .grid {
        position: relative;
        z-index: 1;
    }

.bg-halfcircle {
    width: 1500px;
    height: 1500px;
    position: absolute;
    bottom: -850px;
    left: -1000px;
    background: url("/Images/assets/circle-darkgradient.svg") no-repeat;
    background-size: contain !important;
    z-index: 0;
}

    .bg-halfcircle.light {
        width: 1400px;
        height: 1400px;
        bottom: -775px;
        left: -650px;
        background: url("/Images/assets/circle-lightgradient.svg") no-repeat;
        opacity: 0.5;
    }


/*------------------------------------*\
    Cases
\*------------------------------------*/
.case {
    padding: 0 40px;
    text-align: center;
    color: #fff;
    width: 100%;
}

    .case .intro {
        font-size: 19px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .case .case-image {
        max-width: 200px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

.case-overview .case {
    margin: 10px 0;
    padding: 40px 40px 80px 40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

    .case-overview .case .btn {
        position: absolute;
        bottom: 40px;
        margin: 0 auto;
        width: 170px;
        left: 0;
        right: 0;
    }

    .case-overview .case:hover {
        background-color: #3f558a;
        -webkit-box-shadow: 0 20px 20px rgba(76, 116, 182, 0.5);
        -moz-box-shadow: 0 20px 20px rgba(76, 116, 182, 0.5);
        box-shadow: 0 20px 20px rgba(76, 116, 182, 0.5);
    }

.post-slider .case {
    position: relative;
    padding-bottom: 50px;
}

    .post-slider .case .btn {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        width: 170px;
        left: 0;
        right: 0;
    }

.case.inline {
    padding: 0 0 0 240px;
    text-align: left;
    position: relative;
}

    .case.inline::before {
        content: "";
        width: 74px;
        height: 6px;
        background: url("/Images/assets/lijn-blauw-2.svg") repeat-x;
        display: block;
        position: relative;
        margin-bottom: 40px;
        left: 15px;
    }

    .case.inline .case-image {
        position: absolute;
        left: 0;
        top: 60px;
        margin: 0;
    }

    .case.inline .btn {
        margin-top: 10px;
        margin-bottom: 50px;
    }

.inline-cases .case.inline:last-of-type::after {
    content: "";
    width: 74px;
    height: 6px;
    background: url("/Images/assets/lijn-blauw-2.svg") repeat-x;
    display: block;
    margin-bottom: 40px;
    position: relative;
    top: -20px;
    left: 15px;
}

.bg2 .case {
    color: #2d3e66;
}

    .bg2 .case .btn {
        color: #2d3e66;
        border: 1px solid #2d3e66;
    }

        .bg2 .case .btn:hover {
            background-color: #2d3e66;
            color: #fff;
        }

/*------------------------------------*\
    Magnific Popup (Lightbox plugin)
\*------------------------------------*/
.mfp-bg {
    background: #476ca5;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
    /* overlay animate in */
    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }
    /* overlay animate out */
    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*------------------------------------*\
    Slick.js (Slider Plugin)
\*------------------------------------*/
.slick-dots {
    margin: 60px 0 20px;
    padding: 0;
    width: 100%;
    text-align: center;
}

    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

        .slick-dots li button {
            display: block;
            text-indent: -9999em;
            width: 16px;
            height: 16px;
            background-color: #13203c;
            padding: 0;
            margin: 0;
            border: 2px solid #2a4b7d;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            .slick-dots li button:hover {
                background-color: #fff;
            }

        .slick-dots li.slick-active button {
            display: block;
            text-indent: -9999em;
            width: 16px;
            height: 16px;
            background-color: #2a4b7d;
            border: 2px solid white;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.slick-slide {
    padding-top: 3px;
    padding-bottom: 3px;
}


/*------------------------------------*\
    Team
\*------------------------------------*/
.page-intro {
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 100px;
}


/*------------------------------------*\
    Text Page
\*------------------------------------*/
.text-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

    .text-content p,
    .text-content ul {
        margin-bottom: 30px;
    }

    .text-content .intro {
        font-size: 20px;
    }

    .text-content h2,
    .text-content h3,
    .text-content h4,
    .text-content h5,
    .text-content h6 {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 30px 0;
        line-height: normal;
        text-transform: none;
    }

    .text-content p a {
        color: inherit;
        font-weight: bold;
    }

.bg2 .text-content h2,
.bg2 .text-content h3,
.bg2 .text-content h4,
.bg2 .text-content h5,
.bg2 .text-content h6 {
    color: inherit;
}

.text-content .testimonial {
    padding-left: 75px;
    margin-top: 60px;
}

.gallery {
    margin-bottom: 60px;
}

    .gallery .image-link {
        display: block;
        margin-bottom: 30px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        overflow: hidden;
    }

        .gallery .image-link img {
            display: block;
        }

.vcard {
    padding: 40px 30px;
    background-color: #3f558a;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 20px 20px rgba(36, 61, 101, 0.5);
}

    .vcard .profile-pic {
        max-width: 220px;
        margin: -80px auto 30px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
        .vcard .profile-pic.no-radius {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .vcard .profile-pic img {
            display: block;
        }

    .vcard .intro {
        text-align: center;
        font-family: "adobe-caslon-pro";
        font-size: 19px;
        line-height: 25px;
        font-weight: normal;
    }

    .vcard .btn {
        margin: 0 15px;
        display: block;
        text-align: center;
    }

    .vcard .contact {
        margin: 40px 35px 30px;
    }

    .vcard.alt {
        background-color: #f8f5ee;
        box-shadow: 0 20px 20px rgba(235, 226, 207, 0.4);
    }

        .vcard.alt .intro {
            color: #476ca5;
        }

        .vcard.alt .contact,
        .vcard.alt .contact a {
            color: #2d3e66;
        }

            .vcard.alt .contact .icon {
                border: 1px solid #2d3e66;
            }

        .vcard.alt .icon-phone {
            background: url("/Images/assets/telefoon-2.svg") no-repeat;
        }

        .vcard.alt .icon-mail {
            background: url("/Images/assets/email-2.svg") no-repeat;
        }

        .vcard.alt .icon-linkedin {
            background: url("/Images/assets/linkedin-2.svg") no-repeat;
        }

        .vcard.alt .btn {
            border: 1px solid #2d3e66;
            color: #2d3e66;
        }

            .vcard.alt .btn:hover {
                background-color: #2d3e66;
                color: #fff;
            }

.contact {
    padding: 0;
    list-style: none;
}

    .contact li {
        display: block;
        margin-bottom: 8px;
        font-weight: 300;
        word-break: break-all;
        position: relative;
        padding-left: 60px;
        min-height: 40px;
    }

    .contact .icon {
        content: "";
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        text-align: center;
        position: absolute;
        top: -9px;
        left: 0;
        margin-right: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .contact .icon i {
            display: block;
            margin: 0 auto;
            position: relative;
            top: 10px;
            width: 16px;
        }

    .contact a {
        color: #fff;
    }


.maps {
    min-height: 260px;
    position: relative;
    background: url("/Images/assets/map-2019.png") no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 20px 20px #d3d1cc;
    text-align: center;
}

    .maps::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background: rgb(180,204,240);
        background: -moz-linear-gradient(top, rgba(180,204,240,1) 0%, rgba(195,187,171,1) 100%);
        background: -webkit-linear-gradient(top, rgba(180,204,240,1) 0%,rgba(195,187,171,1) 100%);
        background: linear-gradient(to bottom, rgba(180,204,240,1) 0%,rgba(195,187,171,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ccf0', endColorstr='#c3bbab',GradientType=0 );
    }

    .maps .btn {
        position: absolute;
        bottom: 25px;
        margin: 0 auto;
        background-color: #fff;
        box-shadow: 0 6px 20px #8a8377;
        color: #2d3e66;
        max-width: 260px;
        left: 0;
        right: 0;
    }

        .maps .btn:hover {
            color: #fff;
            background: #2d3e66;
            border: 1px solid #2d3e66;
        }


.sharing {
    margin-top: 60px;
}

    .sharing .title {
        display: inline-block;
        margin: 0 0 40px 0;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        position: relative;
    }

        .sharing .title::after {
            content: "";
            position: absolute;
            bottom: -16px;
            left: 0;
            width: 100%;
            height: 6px;
            background: url("/Images/assets/lijn-wit.svg") repeat-x;
            background-size: contain !important;
        }


.usp {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #2d3e66;
    margin-bottom: 60px;
}

    .usp li {
        display: block;
        position: relative;
        font-size: 18px;
        font-weight: 700;
        margin: 12px 0;
    }

        .usp li::before {
            content: "";
            width: 10px;
            height: 10px;
            background: url("/Images/assets/vink.svg") no-repeat;
            display: inline-block;
            margin-right: 20px;
            position: relative;
            top: 1px;
        }


.testimonial {
    font-family: "adobe-caslon-pro";
    font-size: 28px;
    line-height: 38px;
    font-style: italic;
    position: relative;
    margin-bottom: 60px;
}

    .testimonial.mbotsmall {
        margin-bottom: 50px;
    }

    .testimonial::before {
        content: "";
        display: block;
        width: 35px;
        height: 26px;
        background: url("/Images/assets/quote.svg") no-repeat;
        background-size: contain !important;
        position: absolute;
        left: -65px;
        top: -8px;
    }

    .testimonial .name {
        display: block;
        font-family: Averta, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 16px;
        font-weight: 700;
        margin-top: 30px;
        line-height: normal;
    }


.bg2 .testimonial::before {
    background: url("/Images/assets/quote-2.svg") no-repeat;
    left: 0;
}

.tags {
    margin-bottom: 60px;
}

    .tags .title {
        font-size: 18px;
        font-weight: 700;
        padding-left: 22px;
        margin-bottom: 20px;
    }

    .tags ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .tags li {
        display: block;
        margin: 15px 0;
    }

        .tags li a {
            display: inline-block;
            padding: 6px 22px;
            font-size: 12px;
            text-transform: uppercase;
        }


.contact-card {
    position: relative;
    min-height: 250px;
}

    .contact-card .left-side a {
        text-decoration: none;
    }

    .contact-card .left-side {
        width: 175px;
        text-align: center;
        position: absolute;
        left: -55px;
        top: 0;
    }

    .contact-card .right-side {
        padding-left: 200px;
    }

    .contact-card .person-image {
        margin-bottom: 10px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .contact-card .person-image img {
            display: block;
        }

    .contact-card .person-title {
        font-size: 16px;
        color: #19294d;
        font-weight: 700;
        letter-spacing: -0.5px;
        margin-bottom: 5px;
    }

    .contact-card .person-subtitle {
        font-family: "adobe-caslon-pro";
        font-size: 18px;
        font-style: italic;
        margin-bottom: 10px;
        color: #19294d;
        text-transform: none;
    }

    .contact-card .right-side .title {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contact-card .right-side .text {
        color: #fff;
        font-family: "adobe-caslon-pro";
        font-size: 19px;
        line-height: 28px;
    }

    .contact-card .contact {
        margin: 40px 0 0 0;
    }

.bg2 .contact-card .title,
.bg2 .contact-card .text {
    color: #2d3e66;
}

.bg2 .contact-card .contact li,
.bg2 .contact-card .contact li a {
    color: #476ca5;
}

.bg2 .contact-card .contact .icon {
    border: 1px solid #476ca5;
}

.bg2 .contact-card .icon-phone {
    background: url("/Images/assets/telefoon-2.svg") no-repeat;
}

.bg2 .contact-card .icon-mail {
    background: url("/Images/assets/email-2.svg") no-repeat;
}

.sidenav {
    background-color: #faf6ed;
    padding: 30px 35px;
    color: #2d3e66;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

    .sidenav .title {
        color: #2d3e66;
        font-size: 24px;
        font-weight: 800;
    }

    .sidenav ul {
        margin: 0;
        padding: 12px 0;
        list-style: none;
        font-family: "adobe-caslon-pro";
        font-size: 19px;
    }

    .sidenav li {
        display: block;
    }

        .sidenav li a {
            padding: 12px 24px 12px 12px;
            display: block;
            color: #4b6a9a;
            cursor: pointer;
            position: relative;
            -webkit-transition: color .3s ease-in-out;
            -moz-transition: color .3s ease-in-out;
            -o-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
        }

            /*.sidenav li a::before {
        content: "";
        width: 14px;
        height: 14px;
        background: url("/Images/assets/arrow-right.svg") no-repeat;
        position: absolute;
        right: 0;
        top: 18px;
    }*/

            .sidenav li a:hover,
            .sidenav li a.active {
                color: #2d3e66;
                font-weight: 700;
            }

                .sidenav li a:hover span::after,
                .sidenav li a.active span::after {
                    width: 100%;
                }

            .sidenav li a span {
                display: inline-block;
                position: relative;
            }

                .sidenav li a span::after {
                    background: url("/Images/assets/lijn-blauw-2.svg") repeat-x;
                    content: "";
                    width: 0;
                    display: block;
                    position: absolute;
                    bottom: -10px;
                    height: 6px;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

    .sidenav #sidenav-trigger {
        display: none;
        color: #2d3e66;
        font-size: 24px;
        font-weight: 800;
    }


/*------------------------------------*\
    Order form
\*------------------------------------*/
.order {
    margin: 60px 0 0 0;
}

    .order .order-title {
        font-weight: 800;
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .order .price {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 30px;
    }

        .order .price .title {
            display: inline-block;
            min-width: 70px;
            position: relative;
            padding-bottom: 30px;
        }

            .order .price .title::after {
                content: "";
                width: 70px;
                height: 6px;
                background: url("/Images/assets/lijn-blauw.svg");
                display: block;
                position: absolute;
                bottom: 0;
            }

        .order .price strong {
            font-weight: 800;
            letter-spacing: 1px;
        }

        .order .price small {
            font-size: 14px;
        }

        .order .price .note {
            font-size: 16px;
            line-height: 30px;
            font-weight: 300;
            font-style: italic;
            margin-top: 20px;
        }


/*------------------------------------*\
    Form
\*------------------------------------*/
.form-row {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
}

    .form-row .field-validation-error {
        position: absolute;
        display: block;
        right: 6px;
        font-size: 11px;
        color: #F44336;
    }

.form-sectiontitle {
    font-size: 26px;
    font-weight: 800;
    color: #476ca5;
    margin-top: 80px;
    margin-bottom: 30px;
}

.form-row input[type="text"],
.form-row input[type="date"],
.form-row input[type="email"],
.form-row input[type="password"],
.form-row input[type="tel"],
.form-row input[type="number"],
.form-row textarea {
    background-color: #fff;
    border: 1px solid #bccadf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 14px;
    width: 100%;
}

.form-row textarea {
    resize: none;
    min-height: 175px;
}

.form-row label,
.form-row .fake-label {
    font-size: 16px;
    font-weight: 700;
}

.form-row.inline {
    margin-right: 115px;
}

    .form-row.inline label {
        display: inline-block;
        float: left;
        width: 30%;
        position: relative;
        top: 14px;
    }

.form-row input[type="text"],
.form-row input[type="date"],
.form-row input[type="email"],
.form-row input[type="password"],
.form-row input[type="tel"],
.form-row input[type="number"],
.form-row textarea {
    display: inline-block;
    float: left;
    width: 70%;
}

.form-row.small-input-right input {
    float: right;
    width: 30%;
}

/* CHECKBOX + RADIOBUTTON */
.form-row.inline.checkbox .checkbox-label,
.form-row.inline.checkbox .checkbox-input {
    float: left;
}

.form-row.inline.checkbox .checkbox-label {
    width: 30%;
}

.form-row.inline.checkbox .checkbox-input {
    width: 70%;
}

.form-row.inline.checkbox .fake-label {
    display: inline-block;
    float: left;
    width: 30%;
    position: relative;
    top: 14px;
}

.form-row.inline.checkbox label {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 30px 0 5px;
    cursor: pointer;
    font-weight: 300;
}

.form-row.inline.checkbox input[type="checkbox"],
.form-row.inline.checkbox input[type="radio"] {
    float: none;
    display: inline-block;
    width: auto;
    position: relative;
    top: 14px;
}

/* BUTTON */
.form-row.inline .btn {
    margin-left: 30%;
    background-color: #2d3e66;
    border: 1px solid #2d3e66;
    box-shadow: 0 6px 20px #b2c4d8;
    min-width: 200px;
}

.form-row.inline.left .btn {
    margin-left: 0;
}

.form-row.inline .btn:hover {
    color: #fff;
    background-color: #476ca5;
    border: 1px solid #476ca5;
}

#error {
    background: rgba(244, 67, 54, 0.6);
    padding: 20px;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

#success {
    background: rgba(139, 195, 74, 0.6);
    padding: 20px;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

    #success p,
    #error p {
        margin: 0 !important;
    }

/*------------------------------------*\
    Logo
\*------------------------------------*/
.scenter-logo {
    display: block;
    width: 270px;
    height: 36px;
    background: url("/Images/assets/logo.svg") no-repeat;
    background-size: contain !important;
    text-indent: -9999em;
    margin-bottom: 10px;
}

.scenter-tagline {
    display: block;
    font-size: 24px;
    font-weight: 300;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer-top {
    padding: 50px 0;
    color: #fff;
}

.footer-bottom {
    padding: 15px 0;
}

.footer-title {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

    .footer-title::after {
        content: "";
        position: absolute;
        bottom: -16px;
        left: 0;
        width: 100%;
        height: 6px;
        background: url("/Images/assets/lijn-wit.svg") repeat-x;
        background-size: contain !important;
    }

.footer-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

    .footer-content p:last-of-type {
        margin-bottom: 0;
    }

.footer-large-content {
    font-family: "adobe-caslon-pro";
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px;
}

    .footer-large-content p:last-of-type {
        margin-bottom: 0;
    }

.footer a {
    color: #fff;
}

.footer .scenter-logo {
    max-width: 190px;
    margin-top: 35px;
    margin-bottom: 0;
}

.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social-links li {
        display: inline-block;
        float: left;
        margin-right: 12px;
    }

        .social-links li a {
            width: 44px;
            height: 44px;
            text-align: center;
            display: block;
            border: 1px solid #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            .social-links li a:hover {
                background: #476ca5;
                border: 1px solid #476ca5;
            }

        .social-links li .icon-facebook {
            margin: 0 auto;
            position: relative;
            top: 10px;
        }

        .social-links li .icon-twitter {
            margin: 0 auto;
            position: relative;
            top: 13px;
        }

        .social-links li .icon-linkedin {
            margin: 0 auto;
            position: relative;
            top: 11px;
            left: 1px;
        }

.icon-facebook {
    width: 11px;
    height: 23px;
    display: block;
    background: url("/Images/assets/facebook.svg") no-repeat;
    background-size: contain !important;
    background-position: center center !important;
}

.icon-twitter {
    width: 22px;
    height: 18px;
    display: block;
    background: url("/Images/assets/twitter.svg") no-repeat;
    background-size: contain !important;
    background-position: center center !important;
}

.icon-linkedin {
    width: 19px;
    height: 18px;
    display: block;
    background: url("/Images/assets/linkedin.svg") no-repeat;
    background-size: contain !important;
    background-position: center center !important;
}

.icon-phone {
    width: 17px;
    height: 17px;
    display: block;
    background: url("/Images/assets/telefoon.svg") no-repeat;
    background-size: contain !important;
    background-position: center center !important;
}

.icon-mail {
    width: 17px;
    height: 17px;
    display: block;
    background: url("/Images/assets/email.svg") no-repeat;
    background-size: contain !important;
    background-position: center center !important;
}

.footer-bottom {
    font-size: 12px;
    font-weight: 300;
}

    .footer-bottom a {
        text-decoration: none;
    }

        .footer-bottom a:hover {
            text-decoration: underline;
        }

    .footer-bottom .push-right {
        text-align: right;
    }

/*------------------------------------*\
    Mobile Navigation MediaQuery
\*------------------------------------*/
@media only screen and (max-width : 960px) {
    #menu {
        display: none;
    }

    #mobile-nav-trigger {
        display: block;
    }

    #mobile-nav.is-open {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    #menu li {
        width: 100%;
        display: block;
        float: none;
    }

        #menu li a {
            text-align: center;
            padding: 25px;
        }

            #menu li a span::after {
                display: none;
            }
}

@media only screen and (min-width : 961px) {
    #menu {
        display: block;
    }
}


/*------------------------------------*\
    MD MediaQuery
\*------------------------------------*/
@media only screen and (max-width : 1024px) /* Als je de width aanpast pas ook de media query aan in simplegrid */ {
    .p55 {
        padding: 0px;
    }

    .article::before {
        left: 10px;
        top: -17px;
    }
}


/*------------------------------------*\
    SM MediaQuery
\*------------------------------------*/
@media only screen and (max-width : 768px) /* Als je de width aanpast pas ook de media query aan in simplegrid */ {
    .footer-top .sm-top-spacing {
        margin-top: 60px;
    }

    .clients .sm-col-1-3:last-of-type {
        display: none;
    }

    h1 {
        font-size: 52px;
        font-weight: 400;
        line-height: 62px;
    }

    .hero .title {
        margin-bottom: 60px;
    }

    .scenter-logo {
        width: 180px;
        height: 24px;
    }

    .scenter-tagline {
        font-size: 16px;
    }

    .sidebar-col {
        margin-bottom: 60px;
    }

    .contact-card .left-side {
        left: -30px;
    }

    .tags {
        margin-bottom: 0;
    }

    .sidenav #sidenav-trigger {
        display: block;
        position: relative;
        cursor: pointer;
    }

        .sidenav #sidenav-trigger::after {
            content: "";
            width: 12px;
            height: 12px;
            background: url("/Images/assets/chevron-down.svg") no-repeat;
            display: block;
            position: absolute;
            right: 0;
            top: 8px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .sidenav #sidenav-trigger.active::after {
            top: 5px;
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .sidenav .title {
        display: none;
    }

    .sidenav ul {
        display: none;
    }

        .sidenav ul li a {
            padding-left: 0;
        }
}

/*------------------------------------*\
    XS MediaQuery
\*------------------------------------*/
@media screen and (max-width : 480px) /* Als je de width aanpast pas ook de media query aan in simplegrid */ {
    h1 {
        font-size: 36px;
        font-weight: 400;
        line-height: 46px;
    }

    .hero {
        min-height: 100vh;
        height: auto;
    }

        .hero .title {
            margin-bottom: 60px;
        }

        .hero .intro,
        .page-intro {
            font-size: 20px;
            line-height: 23px;
        }

        .hero.sub {
            padding: 60px 0;
        }

    .scenter-logo {
        width: 180px;
        height: 24px;
    }

    .scenter-tagline {
        font-size: 16px;
    }

    .footer-top .xs-top-spacing {
        margin-top: 60px;
    }

    .clients .xs-col-1-1 {
        display: none;
    }

        .clients .xs-col-1-1:first-of-type {
            display: block;
        }

    .article.person {
        padding-left: 50px;
    }

        .article.person .person-image {
            position: static;
        }

    .form-row.inline {
        margin-right: 0;
    }

        .form-row.inline > label {
            display: block;
            width: 100%;
            float: none;
            top: 0;
            margin-bottom: 5px;
        }

    .form-row input[type="text"],
    .form-row input[type="date"],
    .form-row input[type="email"],
    .form-row input[type="password"],
    .form-row input[type="tel"],
    .form-row input[type="number"],
    .form-row textarea {
        float: none;
        width: 100%;
        display: block;
    }

    .form-row.inline.checkbox .checkbox-label {
        width: 100%;
    }

    .form-row.inline.checkbox .fake-label {
        top: 0;
    }

    .form-row.inline.checkbox .checkbox-input {
        width: 100%;
        float: none;
    }

    .form-row.inline .btn {
        margin: 0 auto;
        display: block;
    }

    .vcard .contact {
        margin: 40px 15px 30px;
    }

    .testimonial {
        text-align: center;
    }

        .testimonial::before {
            position: static;
            margin: 0 auto 20px;
        }

    .contact-card {
        min-height: 100px;
    }

        .contact-card .left-side {
            position: static;
            width: 100%;
            max-width: 175px;
            margin: 0 auto 20px;
        }

        .contact-card .right-side {
            padding-left: 0;
        }

    .text-content .testimonial {
        padding-left: 0;
    }

    .case.inline {
        padding-left: 0;
    }

        .case.inline .case-image {
            position: static;
            margin-bottom: 20px;
        }

    .btn.mobile-block {
        display: block;
        text-align: center;
    }

    .article.person .checklist::after {
        left: 50px;
    }

    .expertise .article {
        padding-left: 60px;
    }

    .article .title {
        font-size: 22px;
        line-height: normal;
    }

    .article::before {
        width: 25px;
        height: 25px;
        left: 15px;
    }
}

.quickscan.text-content h3 {
    display: block;
    font-family: "adobe-caslon-pro";
    letter-spacing: 0.3px;
    color: #476ca5;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.quickscan {
}

    .quickscan .img-rounded {
        margin: 75px 0 60px;
    }

        .quickscan .img-rounded img {
            border-radius: 12px;
        }

    .quickscan .big-title {
        color: #2d3e66;
        font-family: Averta;
        font-size: 36px;
        font-weight: 800;
        line-height: 40px;
    }

.topteam .antwoord::after{
    content:'';
    width:53%;
    height:1px;
    display:block;
    background:#2d3e66;
    position:absolute;
    left:25%;
    top:50%;
}

.topteam .antwoord li span{
    bottom:24px;
}

.topteam .btn.next {
    background-color: #2d3e66;
    border: 1px solid #2d3e66;
    box-shadow: 0 6px 20px #b2c4d8;
    min-width: 200px;
}

.topteam .btn.next:hover{
    color: #fff;
    background-color: #476ca5;
    border: 1px solid #476ca5;
}

.voortgang {
    width:50%;
    height:43px;
    color: #1e3b67;
    font-family: Averta;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    background-color: #f4f2ec;
    border-radius: 62px;
    box-shadow: 0 20px 20px rgba(206, 208, 209, 0.5);
    position:fixed;
    bottom:40px;
    left:50%;
    line-height:20px;
    text-indent:20px;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}

.voortgang.active{
    position:absolute;
    bottom:40px;
}

.voortgang .spacer{
    margin:12px 18px;
    position:relative;
}

.voortgang .statusbar{
    width: 80%;
    height: 19px;
    background-color: #fff;
    border-radius: 8px;
    position:absolute;
    right:0;
    top:0px;
    overflow:hidden;
}

.voortgang .statusbar span{
    width:0;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background:#2d3e66;
    transition:ease width 0.2s;
    -webkit-transition:ease width 0.2s;
}

.voortgang .proc{
    right:12px;
    position:absolute;
    top:0px;
}

.card {
    padding: 60px 70px 30px 30px;
    background-color: #e8e8e3;
    border-radius: 12px;
    box-shadow: 0 20px 20px #cfd3d3;
}

    .card .contact-card .left-side {
        left: 0px;
    }
.cluster {
    display: flex;
    display: -webkit-flex;
    height: 67px;
    font-size: 24px;
    align-items: center;
    -webkit-align-items: center;
    font-style: italic;
    line-height: 24px;
    position: relative;
}
    .cluster  h2{
        padding:0;
        margin:0;
        font-style:normal;
        font-size:26px;
    }.antwoord {
        width: 100%;
        height: 67px;
        list-style: none;
        padding: 0px 20px;
        margin: 0px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        background-color: white;
        border-radius: 12px;
        font-family: "adobe-caslon-pro";
        font-size: 18px;
        font-style: italic;
        line-height: 13px;
        position: relative;
    }

    .antwoord li {
        width: 25%;
        display: block;
        height: 67px;
        padding: 20px 10px;
        text-align: center;
        position: relative;
    }

        .antwoord li span {
            position: absolute;
            bottom: 18px;
            left: 0px;
            width: 100%;
        }

        .topteam .antwoord li:first-child span{
            left:-10px;
        }

.bar {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    background-color: #f4f2ec;
    border-radius: 12px;
    padding: 18px 0px;
    color: #2d3e66;
    box-shadow: 0 20px 20px rgba(205, 208, 209, 0.5);
}

    .bar label {
        font-family: font-family: Averta, Arial, Helvetica, sans-serif;
        ;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
    }

    .bar .answer, .bar .title {
        width: 50%;
        float: left;
        padding: 0 20px;
    }

    .bar .title {
        width: 50%;
        padding: 0 25px 0;
        line-height: 22px;
    }

    .bar .answer {
        display: flex;
        display: -webkit-flex;
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }

.card .right-side .contact li {
    width: 50%;
    float: left;
}

.card .contact-card .right-side {
    padding-left: 240px;
}

    .card .contact-card .right-side .title {
        font-weight: 800;
    }

label.radio-btn {
    width: 50px;
    height: 50px;
    background-color: white;
    color: #2d3e66;
    font-family: Averta;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: block;
    cursor: pointer;
}

input[type=radio]:checked + label {
    color: #fff;
    background-color: #2d3e66;
}

input[type=radio] {
    display: none;
}

.form-row .field-validation-error {
    position: relative;
    display: block;
    left: 25px;
    font-size: 16px;
    color: #F44336;
    font-weight:700;
}

.validation-summary-errors {
    position:relative;
}

.validation-summary-errors::after {
    position:absolute;
    left:25px;
    top:0px;
    content:'Niet alles is ingevuld. Controleer je antwoorden.';
    color: #F44336;
    font-weight:700;
}

.validation-summary-errors ul{
    display:none;
}

.line {
    display: block;
    width: 100%;
    max-width: 200px;
    height: 6px;
    margin: 0 auto;
    background: url("/Images/assets/lijn-goud-2.svg") repeat-x;
}


/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/

.table-wrapper{
    position:relative;
}
.header-table {
    top:80px;
    position:relative;
    float:left;
    width:100%;
}.header-table::before, .header-table::after {
    width: 10px;
    height: 82px;
    position: absolute;
    left: -10px;
    top: 0px;
    border-radius: 15px 0px 0px 15px;
    content: '';
    display: block;
    background: #fff;
}
.header-table::after{
    left:initial;
    right:-10px;
    border-radius:0px 15px 15px 0px;
}

.table-wrapper::before, .table-wrapper::after {
    width: 10px;
    position: absolute;
    left: -10px;
    top: 172px;
    bottom: 0px;
    border-radius: 15px 0px 0px 15px;
    content: '';
    display: block;
    background: #f4f2ec;
}
.table-wrapper::after{
    left:initial;
    right:-10px;
    border-radius:0px 15px 15px 0px;
}

.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;

  border-collapse: collapse;
  border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(left, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 0 center,
              radial-gradient(right, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {

}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {

}

    .rtable thead .items {
        background-color: white;
        border-radius: 8px;
        height: 80px;
        position: relative;
    }

.rtable thead .niveau{
    height:80px;
}

.rtable .noBG td{
    background:none;
    border-bottom:0px;
    height:10px;
    padding:0px !important;
}


.rtable thead .niveau th{
    background:none;
    color: #2d3e66;
    font-family: "Adobe Caslon Pro";
    font-size: 18px;
    font-style: italic;
    line-height: 18px;
}

.rtable thead .niveau th span {
    font-size:14px;
    font-style:normal;
    opacity:0.75;
}

.rtable td:first-child{
    color: #2d3e66;
    font-family: Averta;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    padding: 20px 12px;
    text-align:left;
}

.rtable th span.active{
    color: white;
    font-family: Averta;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    padding:12px 18px;
    display:inline-block;
    border-radius:29px;
    background-color: #1e3b67;
}

.rtable th,
.rtable td {
  width:1%;
  text-align:center;
  padding: 6px 12px;
  background-color: #f4f2ec;
}

.rtable th{
    height:58px;
}

.rtable td span.active{
    color:#fff;
    height:30px;
    padding:6px 18px;
    border-radius:15px;
    background-color: #81a2d5;
}

.rtable td{
  border-bottom: 1px solid #c3bbab;
    color: #b4b9c1;
font-family: Averta;
font-size: 15px;
font-weight: 300;
line-height: 18px;
}

.rtable th {
    color: #2d3e66;
    font-family: Averta;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
  text-align:center;
  background: #fff;
  padding:10px 0px;
}

.rtable th:first-child{
    text-align:left;
}

.rtable tbody tr:last-child td{
    border:none;
}

.rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
}

.rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

@media only screen and (max-width : 1100px) {
    .card .right-side .contact li {
        width: 100%;
    }
}

@media only screen and (max-width : 768px) {
    .card .contact-card .right-side {
        padding: 0px;
    }

    .card .contact-card .left-side {
        position: relative;
        margin: 0 auto 30px;
    }

    .card {
        padding: 30px;
    }

    .bar .title, .bar .answer {
        width: 100%;
    }

    .bar .answer {
        margin-top: 20px;
    }

    .card .right-side .contact li {
        width: 50%;
    }
}

@media only screen and (max-width : 480px) {
    .bar .title, .bar .answer {
        width: 100%;
    }

    .bar .answer {
        margin-top: 20px;
    }

    .antwoord {
        font-size: 14px;
        padding: 0 10px;
    }

        .antwoord li span {
            bottom: 12px;
        }

    label.radio-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .bar .title, .bar .answer {
        padding: 0 15px 0;
    }

    .card .right-side .contact li {
        width: 100%;
    }
}
