/*
    * CH00 - Typography
    * CH10 - GlobalStyles
    * CH11 - Header
    * CH12 - SiteSectionBar
    * CH13 - Submenu
    * CH14 - FilterBlock
    * CH15 - Slider
    * CH20 - Content
    * CH21 - Home
    * CH22 - Forms
    * CH25 - JobOverview
    * CH26 - JobPage
    * CH27 - CaseOverview
    * CH30 - NewsItems
    * CH31 - NewsItemsEdit
    * CH35 - Event
    * CH40 - Search
    * CH45 - Gallery
    * CH50 - Footer
    * CH60 - Register
    * CH70 - Breakpoints
    * CH80 - Design update 2021
*/

/* CH01 - Typography
--------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    line-height: 2;
}

.w-100 {
    width: 100%;
}

h1 {
    color: #E75D04;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
}



h2 a {
    color: #FF6A00;
    padding-left: 1.5em;
    background: url(/Img/CircleArrow.png) no-repeat;
    display: inline-block;
    background-size: 20px;
    background-position: 0 5px;
}

    h2 a:hover {
        color: #de5702;
    }

h2.panel-title a {
    width: 100%;
    font-weight: bold;
}


h3 {
    font-size: 16px;
    font-weight: bold;
}

p {
    margin-bottom: 30px;
}





.btn-primary a,
.btn-default a {
    display: inline-block;
    text-decoration: none !important;
    color: white;
}


*.btn-primary,
*.btn-default {
    border-radius: 20px;
    color: white;
}


*.btn-default,
*.btn-primary {
    display: inline-block;
    color: white;
    padding: 5px 20px;
    margin-bottom: 30px;
    text-decoration: none !important;
}


    *.btn-primary:hover,
    *.btn-primary:active,
    *.btn-primary:active:hover,
    *.btn-primary:focus {
        background-color: #FF6A00;
        border-color: #FF6A00;
        color: white;
    }



a.btn-cta {
    display: inline-block;
    text-decoration: none !important;
    color: #FF6A00;
    border: 1px solid #FF6A00;
    background-color: transparent;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 30px;
}

.btn-cta:hover,
.btn-cta:active,
.btn-cta:active:hover,
.btn-cta:focus {
    opacity: .8;
    color: #de5702;
    border: 1px solid #de5702;
}

.readMoreLink {
    position: relative
}

    .readMoreLink a {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 300;
        color: #ff6a00;
        text-decoration: none;
    }

    .readMoreLink:after {
        background-image: url(/Img/bracket-small.png);
        background-size: 8px 14px;
        display: inline-block;
        width: 8px;
        height: 14px;
        margin-bottom: -1px;
        content: "";
        margin-left: 10px;
    }

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#menu-button {
    margin-top: 22px;
    margin-right: 8px;
}



/* CH10 - GlobalStyles
--------------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    color: #656565;
    font-weight: normal;
    line-height: 2;
}

.relative {
    position: relative;
}

.contentOffset .offsetContainer {
    padding-top: 40px;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

a {
    text-decoration: underline;
    color: #70bf43;
}

.form-inline label {
    vertical-align: top;
    padding: 6px 0;
}


dt {
    float: left;
    clear: both;
}

dd, dt {
    padding-top: .25em;
    padding-bottom: .25em;
}


hr {
    border-color: #ddd;
}

    hr.sioux {
        border: none;
        background: url('/Img/Divider.png') no-repeat;
        height: 9px;
    }

.pagination li {
    padding-left: 0;
}

    .pagination li a:focus {
        background: none;
    }

    .pagination li::before {
        content: none;
    }

    .pagination li a {
        border: none;
        color: #656565;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-radius: 50%;
    background-color: #EDEDED;
    color: #656565;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    border-radius: 50%;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 50%;
}


.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50%;
}

.pagination i {
    color: rgb(241,93,3);
    font-size: 20px;
}

.pagination .disabled i {
    color: #ccc;
}



.pagination li span,
.pagination li span:hover,
.pagination li span:focus,
.pagination li span:active {
    background: none;
    cursor: default;
    border: none;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-25percent {
    margin-bottom: 25%;
}


.imgGrayScale a {
    display: block;
    text-decoration: none;
}


.imgGrayScale img {
    filter: grayscale(100%);
    width: 100%;
    margin-top: 15px;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

.imgGrayScale:hover img {
    filter: none;
}

.imgGrayScale:hover .linkContentBox {
    background-color: #f15d03;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

    .imgGrayScale:hover .linkContentBox h2 {
        color: white;
        -moz-transition: all ease-in-out .25s;
        -o-transition: all ease-in-out .25s;
        -webkit-transition: all ease-in-out .25s;
        transition: all ease-in-out .25s;
    }

.imgGrayScaleNone a {
    display: block;
    text-decoration: none;
}

.imgGrayScaleNone h3 {
    display: block;
    text-decoration: none;
    padding-right: 15px;
    /*overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;*/
}

.imgGrayScaleNone img {
    width: 100%;
    margin-top: 15px;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

.imgGrayScaleNone:hover .linkContentBox {
    background-color: #f15d03;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

    .imgGrayScaleNone:hover .linkContentBox h2,
    .imgGrayScaleNone:hover .linkContentBox h3 {
        color: white;
        -moz-transition: all ease-in-out .25s;
        -o-transition: all ease-in-out .25s;
        -webkit-transition: all ease-in-out .25s;
        transition: all ease-in-out .25s;
    }

#cssmenu > ul > li > a:not(.btn) {
    text-transform: none !important;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-bottom-45 {
    padding-bottom: 40px !important;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.banner * {
    color: white;
}


.height100Percent {
    position: relative;
    height: 100%;
}

.height85Percent {
    height: 85%;
}

.subPageBanner.hasBackground h1 {
    font-weight: 400;
}

.subPageBanner.largeBanner p {
    line-height: 2;
}

.subPageBanner.largeBanner .pageHeader {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.subPageBanner.smallBanner {
    position: relative;
    padding-top: 50px;
}

.subPageBanner.largeCtaBanner {
    margin-bottom: 50px;
}

    .subPageBanner.largeCtaBanner.hasBackground {
        min-height: 250px;
    }

    .subPageBanner.largeCtaBanner .pageHeader {
        padding-top: 40px;
        padding-bottom: 20px;
    }

.subPageBanner.smallBanner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    background-color: #6AA5B3;
}

.subPageBanner.largeCtaBanner .headerCta {
    margin-bottom: -70px;
    padding: 30px 30px 10px;
}


    .subPageBanner.largeCtaBanner .headerCta p {
        font-size: 16px;
    }

    .subPageBanner.largeBanner .btn-primary,
    .subPageBanner.largeCtaBanner .headerCta .btn-primary {
        font-size: 14px;
    }


    .subPageBanner.largeCtaBanner .headerCta.light * {
        color: white;
    }

    .subPageBanner.largeBanner .btn-primary,
    .subPageBanner.largeBanner .btn-default,
    .subPageBanner.largeCtaBanner .headerCta .btn-primary,
    .subPageBanner.largeCtaBanner .headerCta .btn-default {
        background: none;
        text-transform: uppercase;
    }

        .subPageBanner.largeBanner .btn-primary:hover,
        .subPageBanner.largeCtaBanner .headerCta .btn-primary:hover {
            background-color: rgba(255, 255, 255, .1);
        }


    .subPageBanner.largeBanner .btn-primary,
    .subPageBanner.largeBanner .btn-default,
    .subPageBanner.largeCtaBanner .headerCta.light .btn-primary,
    .subPageBanner.largeCtaBanner .headerCta.light .btn-default {
        color: white;
        border: 1px solid white;
    }


    .subPageBanner.largeCtaBanner .headerCta.dark .btn-primary,
    .subPageBanner.largeCtaBanner .headerCta.dark .btn-default {
        color: #fff;
        border: 1px solid #FF6A00;
    }

        .subPageBanner.largeCtaBanner .headerCta.dark .btn-default:hover {
            background-color: rgba(222,87,2, .05);
        }


.inPageNavigation {
    background-color: #ededed;
}

    .inPageNavigation .mainItem {
        position: relative
    }

        .inPageNavigation .mainItem:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: -15px;
            height: 4px;
            width: 30%;
            min-width: 117px;
            background-color: #FF6A00;
        }

        .inPageNavigation .mainItem .navigationLink {
            padding-right: 52px;
            padding-bottom: 14px;
        }

    .inPageNavigation .navigationLink {
        color: #5c5c5c;
        text-decoration: none;
        padding: 10px 15px;
        font-size: 12px;
    }

        .inPageNavigation .navigationLink:hover {
            text-decoration: underline;
        }

    .inPageNavigation .subItems {
        margin: 0;
    }

        .inPageNavigation .subItems .subSubmenu {
            margin: 0;
        }

        .inPageNavigation .subItems li::before {
            display: none;
        }

        .inPageNavigation .subItems li {
            display: inline-block;
            padding: 0;
        }

@media(min-width: 1200px) {
    .inPageNavigation {
        display: block;
        z-index: 10;
    }

        .inPageNavigation li.hasSubmenu {
            padding-right: 8px;
        }

            .inPageNavigation li.hasSubmenu::after {
                position: absolute;
                top: 21px;
                right: 10px;
                width: 4px;
                height: 4px;
                border-bottom: 1px solid #ff6a00;
                border-right: 1px solid #ff6a00;
                content: "";
                -webkit-transform: rotate( 45deg );
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate( 45deg );
                -webkit-transition: border-color .2s ease;
                -moz-transition: border-color .2s ease;
                -ms-transition: border-color .2s ease;
                -o-transition: border-color .2s ease;
                transition: border-color .2s ease;
            }

            .inPageNavigation li.hasSubmenu .collapse {
                display: none;
                position: absolute;
                z-index: 100;
                margin: 0;
                padding: 0;
                width: auto;
                top: 100%;
                left: 0;
                min-width: 160px;
                text-align: left;
                border: 1px solid #ccc;
                background: white;
                box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
                border: none;
            }

                .inPageNavigation li.hasSubmenu .collapse li {
                    background-color: rgba(120, 120, 120, .15);
                    min-width: 100%;
                }

                    .inPageNavigation li.hasSubmenu .collapse li a {
                        min-width: 100%;
                        text-decoration: none;
                    }

                        .inPageNavigation li.hasSubmenu .collapse li a:hover {
                            background-color: #333;
                            color: #fff;
                        }

            .inPageNavigation li.hasSubmenu:hover .collapse {
                display: block;
            }
}

@media(max-width: 1199px) {
    .inPageNavigation .subItems .navigationLink {
        padding: 11px 0 11px 15px;
    }

        .inPageNavigation .subItems .navigationLink:hover {
            text-decoration: none;
            background-color: #333;
            color: #fff;
        }

    .inPageNavigation .subItems .submenu-button {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 52px;
        width: 52px;
        border: none;
        border-left: 1px solid rgba(120, 120, 120, .15);
        margin: 0;
        cursor: pointer;
        background-color: #ededed;
        border-left: 1px solid #fff;
    }

        .inPageNavigation .subItems .submenu-button::before {
            content: '';
            position: absolute;
            left: 21px;
            top: 26px;
            display: block;
            width: 11px;
            height: 1px;
            background: #123456;
            z-index: 99;
        }

        .inPageNavigation .subItems .submenu-button.collapsed::after {
            content: '';
            position: absolute;
            top: 21px;
            left: 26px;
            display: block;
            width: 1px;
            height: 11px;
            background: #123456;
            z-index: 99;
        }


    .inPageNavigation .subItems li {
        display: block;
        padding: 0;
        border-top: 1px solid #ffffff;
    }

    .inPageNavigation .subItems > li {
        margin-left: -15px;
        margin-right: -15px;
    }

        .inPageNavigation .subItems > li li {
            background-color: rgba(120, 120, 120, .15);
        }

        .inPageNavigation .subItems > li > .navigationLink {
            padding-left: 15px;
        }

        .inPageNavigation .subItems > li li .navigationLink {
            padding-left: 15px;
        }

    .inPageNavigation .navigationLink {
        color: #5C5C5C;
        font-size: 12px;
        text-decoration: none;
    }

        .inPageNavigation .navigationLink:hover {
            text-decoration: underline;
        }

    .inPageNavigation .mainItem button {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        background: none;
        height: 52px;
        width: 52px;
        right: -15px;
        outline: none;
    }

        .inPageNavigation .mainItem button:after {
            content: "\f107";
            font-family: 'FontAwesome';
            display: block;
            height: 100%;
            width: 100%;
            font-size: 30px;
            line-height: 1.5;
            text-align: center;
            color: #FF6A00;
            transform: rotate(180deg);
            transition: transform ease-in-out .25s;
        }

        .inPageNavigation .mainItem button.collapsed:after {
            transform: rotate(0);
        }


    .inPageNavigation .navigationLink {
        display: block;
        padding: 10px 0;
    }
}

.pageHeader h1 {
    line-height: 1.6;
    margin-bottom: 10px;
    text-transform: none;
}

.smallBanner .pageHeader h1 {
    font-size: 24px;
}


.smallBanner .pageHeader {
    line-height: 1.5;
}


.pageHeaderJobOverView {
    position: absolute;
    bottom: 50px;
    left: 0;
}

.pageHeader.shadow * {
    text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


.pageHeader.white h1,
.pageHeader.white p {
    color: white;
}

.pageHeader.white p {
    font-size: 16px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-top-25 {
    padding-top: 25px;
}

.rowPositionRelative {
    position: relative;
}

.greyBlock {
    background-color: #EDEDED;
}

    .greyBlock h2 {
        margin: 0;
        margin-bottom: 25px;
        margin-top: 10px;
    }

    .greyBlock h4 {
        color: #676767;
        font-size: 18px;
        font-weight: bold;
    }

.newsItemBlock {
    padding-bottom: 20px;
}

.btn-stripped {
    background: none;
    border: none;
}


.siouxAccordion .panel {
    border: 1px solid #EDEDED;
    border-radius: 0;
}

.siouxAccordion .panel-heading {
    background-color: #EDEDED;
    border: none;
}

.siouxAccordion.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}


.introtext {
    position: relative;
    margin-top: -60px;
    margin-bottom: 2em;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 5;
    color: white;
}


ul {
    margin: 10px 0 15px;
    padding: 0;
    list-style-type: none;
}

p + ul {
    margin-top: -30px;
}

.homePageContent ul {
    margin: 30px 0 40px;
}


ul li {
    padding-left: 1em;
    padding-top: 2px;
    padding-bottom: 1px;
    position: relative;
    line-height: 2.5;
}

    ul li:before {
        content: "\f105";
        display: block;
        position: absolute;
        left: 0;
        font-family: "Fontawesome";
    }

.featuredListBlock ul {
    background-color: #EDEDED;
    margin-bottom: 35px;
}

    .featuredListBlock ul li {
        padding: 0 20px;
        border-bottom: 4px solid white;
    }

        .featuredListBlock ul li:before {
            content: "";
            display: none;
        }

        .featuredListBlock ul li a {
            display: inline-block;
            color: #f15d03;
            text-decoration: none;
        }


.linkContentBox h2 {
    color: #656565;
    position: relative;
    margin: 0 auto;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    padding-left: 35px;
}

.imageWithLinkText {
    position: absolute;
    /*top: 50%;*/
    line-height: 1.2;
    padding-right: 15px;
    /*-moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
}

.linkContentBox a {
    text-decoration: none;
}

.linkContentBox {
    /*padding-bottom: 5%;
    padding-top: 5%;*/
    padding: 10px;
    margin: 0px 0;
    background-color: #EDEDED;
    padding-left: 10px;
    min-height: 125px;
}

    .linkContentBox:hover {
        background-color: #f15d03;
    }


    .linkContentBox h2:hover {
        color: white;
    }


a.niceImageLink:hover {
    text-decoration: none;
}

.arrowOrangeOutlineBefore {
    background-image: url('../Img/arrowCircle_orangeOutline.png');
    background-repeat: no-repeat;
    background-size: 25px;
    height: 26px;
    padding-top: 6px;
    padding-left: 15px;
}

h2.arrowOrangeBefore span {
    padding-left: 35px;
}

.imageWithQuote quote {
    color: #ff6a00;
    text-transform: none;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
}

.orangeboxBackToTop {
    background-color: #f15d03;
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 80px;
}

    .orangeboxBackToTop a.fa.fa-angle-up {
        margin-left: 6.5px;
        color: white;
        font-size: 18px;
        text-decoration: none;
    }

        .orangeboxBackToTop a.fa.fa-angle-up:hover {
            text-decoration: none;
        }

.roundImage {
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

.inputBackground {
    background-color: #EDEDED;
}

.matchHeight, .matchHeight1, .matchHeight2 {
    -ms-transition: height ease-in-out .125s;
    -o-transition: height ease-in-out .125s;
    -webkit-transition: height ease-in-out .125s;
    transition: height ease-in-out .125s;
}



.card.overviewCard {
    display: block;
}

a.card.overviewCard {
    text-decoration: none;
}

.card.overviewCard .cardTitle {
    background-color: #ededed;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    color: #656565;
    line-height: 1.45;
    text-transform: none;
    margin-bottom: 0;
}

.card.overviewCard .cardContent .cardTitle {
    padding: 0;
}

.card.overviewCard .cardTitle.bg-blue {
    background-color: #6aa5b3;
    color: white;
}

.card.overviewCard .cardTitle.bg-orange {
    background-color: #ff6a00;
    color: white;
}

.card.overviewCard .cardPhoto {
    overflow: hidden;
}

    .card.overviewCard .cardPhoto img {
        width: 100%;
        -ms-transition: transform ease-in-out .2s;
        -o-transition: transform ease-in-out .2s;
        -webkit-transition: transform ease-in-out .2s;
        transition: transform ease-in-out .2s; /* Animation */
    }

.card.overviewCard:hover .cardPhoto img {
    transform: scale(1.05);
}

.card.overviewCard .cardContent {
    position: relative;
    line-height: 1.4;
    background-color: #ededed;
    padding: 15px 15px 45px;
    color: #656565;
}

a.card.overviewCard .cardContent:after {
    content: url(/Img/bracket-small.png);
    display: block;
    color: #ff6a00;
    position: absolute;
    bottom: 15px;
    right: 25px;
}





/* CH11 - Header
--------------------------------------------------*/
header {
    background: white;
    min-height: 70px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.logo {
    padding-right: 0;
    padding-top: 10px;
}


    .logo img {
        max-width: 125px;
        width: 100%;
        padding: 0;
    }


img.logo-job {
    max-width: 235px;
}


#cssmenu ul li.headerSearch,
#cssmenu ul li.headerProfileImage {
    position: relative;
    padding: 20px;
}



    #cssmenu ul li.headerSearch button {
        position: absolute;
        height: 34px;
        width: 34px;
        right: 21px;
        top: 20px;
    }


.mobileSearchLanguage .dropdown-backdrop {
    display: none;
}


li.languageSelect .dropdown {
    position: relative;
    padding: 4px 17px;
}

    li.languageSelect .dropdown .dropdown-backdrop {
        display: none;
    }


li.languageSelect .btn-sm, .btn-group-sm > .btn {
    padding: 10px;
}

li.languageSelect .dropdown-menu {
    padding: 3px 15px;
    margin: 0;
    top: 90%;
}

li.languageSelect .dropdown.open a.dropdown-item {
    display: block;
}

li.languageSelect .dropdowm {
    position: relative;
    padding: 0 20px;
}

li.languageSelect .languageSelectInner {
    display: block;
    padding: 10px 3px;
}

li.languageSelect .externalLink hr {
    margin: 0;
}

li.languageSelect .externalLink .languageSelectInner i {
    float: right;
    color: #464646;
}

li.search .dropdown-menu {
    padding: 5px 9px;
}

/* CH12 - SiteSectionBar
--------------------------------------------------*/
.siteSectionBar {
    background: #77BACA;
    font-size: 16px;
    color: white;
    padding: 10px 0 0px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0px 35px 25px -40px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 35px 25px -40px rgba(0,0,0,0.75);
    box-shadow: inset 0px 35px 25px -40px rgba(0,0,0,0.75);
}


/* CH13 - Submenu
--------------------------------------------------*/

.submenu {
    padding-top: 1em;
    padding-bottom: 0;
}

    .submenu div a {
        display: block;
        padding: 10px 15px;
        background: #EDEDED;
        color: #f15d03;
        text-decoration: none;
        margin-bottom: 30px;
    }

    .submenu a:hover, .submenu div.active a {
        background: #f15d03;
        color: white;
    }


/*.sideMenu {
    background-color: #EDEDED;
}

    .sideMenu + .sideMenu {
        margin-top: -20px;
        border-top: 1px solid white;
    }

    .sideMenu a,
    .sideMenu button {
        font-size: 14px;
        color: #656565;
        display: block;
        padding: 0;
        line-height: 1;
        background: none;
        border: none;
    }

        .sideMenu a.active,
        .sideMenu button.active {
            font-weight: bold;
        }

    .sideMenu .mainMenuItem,
    .sideMenu .panel-heading {
        position: relative;
        line-height: 1;
        padding: 10px 15px 10px 25px;
    }

    .sideMenu .mainMenuItem {
        padding: 10px 15px 10px 25px;
    }

    .sideMenu .sideMenuIndicator {
        position: absolute;
        display: block;
        height: 20px;
        width: 20px;
        padding: 0;
        text-align: center;
        top: 9px;
        left: 2px;
        font-size: 16px;
        transform: rotate(90deg);
        -moz-transition: all ease-in-out .25s;
        -o-transition: all ease-in-out .25s;
        -webkit-transition: all ease-in-out .25s;
        transition: all ease-in-out .25s;
        color: #E75D04;
        text-decoration: none;
    }

        .sideMenu .sideMenuIndicator.collapsed {
            transform: rotate(0);
        }

    .sideMenu .panel {
        margin: 0;
        background: none;
        border-top: 1px solid white;
    }

    .sideMenu .panel-group .panel + .panel {
        margin-top: 0;
    }

    .sideMenu .panel-group .panel-heading + .panel-collapse > .panel-body,
    .sideMenu .panel-group .panel-heading + .panel-collapse > .list-group {
        border: none;
    }

    .sideMenu .panel-body {
        padding: 0 15px 5px 25px;
    }

    .sideMenu ul {
        padding: 0 0 0 10px;
        margin: 0;
        list-style-type: none;
    }

        .sideMenu ul li a {
            padding: 7px 0;
        }

    .sideMenu .panel-body > ul > li:first-of-type > a {
        padding-top: 0;
    }

    .sideMenu ul > li > a {
        border-bottom: 1px solid #ccc;
    }

    .sideMenu .panel-body > ul > li:last-of-type a {
        border: none;
    }*/
/* CH14 - FilterBlock
--------------------------------------------------*/
.filterMenu {
    background-color: #EDEDED;
    padding: 15px;
}

    .filterMenu h3 {
        margin: 0 0 20px;
        text-transform: uppercase;
        font-size: 16px;
    }

    .filterMenu h4 {
        font-weight: bold;
        margin-top: 20px;
        font-size: 14px;
    }

/* CH15 - Slider
--------------------------------------------------*/

/*
inspired from http://codepen.io/Rowno/pen/Afykb 
*/

.carousel,
.carousel-fade .carousel-inner .item {
    height: 600px;
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: .8s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

.sliderFixedBackground {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}

.carousel-control:focus {
    opacity: 0.5;
}

.carousel-control.right, .carousel-control.left {
    background: none;
}


.sliderControl {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: none;
    margin-top: -20px;
}

.sliderControlRight {
    right: 0;
}


.sliderControlLeft {
    left: 0;
}


.slideContent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 10px;
}


.slideContentInner {
    position: absolute;
    margin: 0;
    padding: 10px 40px;
    width: 100%;
    max-width: 600px;
    left: 0;
    bottom: 100px;
}

    .slideContentInner p {
        font-size: 30px;
        line-height: 1.2;
        color: white;
        text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .slideContentInner .btn,
    .slideContentInner .btn-primary,
    .slideContentInner .btn-default,
    .slideContentInner .btn-primary:hover,
    .slideContentInner .btn-primary:active,
    .slideContentInner .btn-primary:active:hover,
    .slideContentInner .btn-primary:focus .btn-default:hover,
    .slideContentInner .btn-default:active,
    .slideContentInner .btn-default:active:hover,
    .slideContentInner .btn-default:focus {
        background-color: transparent;
        border-color: white;
    }

.carousel-inner > .item {
    -webkit-transition: 2s ease-in-out left;
    -o-transition: 2s ease-in-out left;
    transition: 2s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 2s ease-in-out;
        -o-transition: -o-transform 2s ease-in-out;
        transition: transform 2s ease-in-out;
    }
}


/* CH20 - Content
--------------------------------------------------*/

#MainContent {
    padding: 20px 0;
    padding-top: 70px;
    background: white;
    min-height: 600px;
}


.banner {
    height: 600px;
    background-size: cover;
    background-position: center;
}

.bannerJob {
    height: 480px;
    background-size: cover;
    background-position: center;
}

.subPageBanner.largeBanner.hasBackground {
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.subpageBanner.smallBanner {
    height: auto;
}

/* CH21 - Home
--------------------------------------------------*/

.cookieNotification {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ededed;
    background: white;
    border-top: 1px solid #ededed;
    z-index: 999999;
}

.cc-message {
    display: block;
    position: relative;
    padding: 1.75em 0;
    color: rgb(108, 186, 199);
    text-transform: uppercase;
    padding-right: 6em;
}

body > .cc-revoke {
    display: none;
}

.revokeLink {
    cursor: pointer;
}

.cc-allow {
    position: absolute;
    top: 1.5em;
    right: 15px;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 0;
    text-transform: none;
}

.cc-deny {
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 4px;
    right: 5px;
    color: #EDEDED;
    text-decoration: none;
}

    .cc-deny:hover {
        text-decoration: none;
        color: #656565;
    }

.homeEventBlock h2 {
    margin-top: 0px;
    margin-bottom: 8px;
}

.homeEventBlock p {
    margin-bottom: 22px;
}

.ctaBlock {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 4em;
}

.ctaInner {
    padding: 40px 0;
}

    .ctaInner h2 {
        margin-top: 0;
        line-height: 1;
    }

.ctaText p:last-of-type {
    margin-bottom: 0;
}

.badgedLink {
    position: relative;
}

    .badgedLink .badge {
        position: absolute;
        background-color: rgb(174,34,48);
        color: white;
        top: -15px;
        right: 0;
        padding: 6px 10px;
        border-radius: 50%;
    }

.ctaBlock .imageBlockTekst * {
    color: white;
}

.ctaBlock .imageBlockTekst,
.ctaBlock .imageBlockTekstJobs,
.ctaBlock .ctaBlockTekst {
    padding-bottom: 2em;
    padding-top: 2em;
    min-height: 180px;
}

.ctaBlock .btn-primary, .ctaBlock .btn-default {
    margin-bottom: 10px;
}

.ctaBlock.ctaBlock40-20-40 {
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 4em;
}

.introtext {
    font-size: 20px;
}

.featuredListBlock h3 {
    text-transform: uppercase;
}

.ctaBlock .imageBlockTekst span.badge {
    position: relative;
    top: -20px;
    left: 190px;
    background-color: rgb(174,34,48);
    padding: 6px 10px;
    border-radius: 50%;
}


.textLinkBlocks a {
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: white;
}

    .textLinkBlocks a:after {
        font-family: 'FontAwesome';
        content: "\f105 ";
        padding-left: 6px;
        font-size: 22px;
        font-weight: bold;
    }

.leftBlock {
    background-color: rgb(108,186,199);
}

.centerBlockInner {
    background-color: rgb(108,186,199);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.rightBlock {
    background-color: rgb(108,186,199);
}

.LeftBgImage {
    background-image: url('../Img/proefzitten-homepage.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.embed-LeftBgImage {
    padding-bottom: 75%;
}

.LeftBgImageInnerBlock {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
    left: 0;
    float: right;
}

    .LeftBgImageInnerBlock h2, .LeftBgImageInnerBlock {
        color: white;
        text-align: right;
    }

        .LeftBgImageInnerBlock h2 {
            color: white;
            text-transform: uppercase;
            font-weight: normal;
            margin-bottom: 25px;
            margin-top: 7px;
        }

a.btn.btn-primary.badgedLink {
    float: right;
    clear: both;
}

a.siteHomeLinkblock.embed-responsive-item {
    background-position: center;
    background-size: cover;
}

.embed-responsive.embed-responsive-16by9.paddingBottom17Percent {
    padding-bottom: 17%;
}

.siteHomeLinkblock.embed-responsive-item {
    height: 100%;
    border: 0;
    border-radius: 75px;
}

span.siteHomeLinkText {
    top: 20%;
}

.newsItemImage, .newsItemText {
    width: 100%;
}

    .newsItemText p {
        margin-bottom: 0;
    }

        .newsItemText p:last-of-type {
            margin-bottom: 20px;
        }

    .newsItemText h3 {
        margin: 10px 0 0;
    }
/* CH22 - Forms
--------------------------------------------------*/

.umbraco-forms-form .ww-form h2,
.umbraco-forms-form .ww-form h3,
.umbraco-forms-form .ww-form h4 {
    color: #ff6a00;
    font-weight: 300;
    margin: 0;
}

.umbraco-forms-form .ww-form .titleanddescription {
    margin-bottom: 0;
}

.umbraco-forms-form .ww-form .titleanddescription p {
        margin-bottom: 10px;
    }

.umbraco-forms-form .ww-form .umbraco-forms-indicator {
    color: #ff6a00;
}

.umbraco-forms-form .ww-form .form-control {
    border-radius: 0;
    border: 1px solid #BFBFBF;
    height: 45px;
    padding: 12px 12px;
    font-size: 16px;
    max-width:100% !important;
    width: 100%;
}

.umbraco-forms-form .ww-form .form-control.input-validation-error {
        border-color: #ff0000;
    }

.umbraco-forms-form .ww-form textarea.form-control {
    height: auto;
}

.umbraco-forms-form .ww-form .umbraco-forms-tooltip {
    margin-top: -10px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
}

.umbraco-forms-form .ww-form .checkbox-inline + .checkbox-inline, .umbraco-forms-form .ww-form .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 0;
}

.umbraco-forms-form .ww-form input[type=checkbox], .umbraco-forms-form .ww-form input[type=radio] {
    margin-top: 6px;
}

.umbraco-forms-form .ww-form .radiobutton .radio {
    padding-left: 20px;
    font-weight: normal;
    margin: 0;
}

.umbraco-forms-form .ww-form .umbraco-forms-navigation {
    text-align: right;
}

.umbraco-forms-form .ww-form .field-validation-error {
    color: #ff0000;
}

.radiobuttonlist {
    width: 100%;
}


/* CH25 - JobOverview
--------------------------------------------------*/
.jobOverviewSearch input {
    margin-right: 15px;
}

.jobOverviewRow:hover {
    cursor: pointer;
}

.table tbody tr.memberRow td {
    vertical-align: middle;
}


/* CH26 - JobPage
--------------------------------------------------*/

.jobsPage .banner .title {
    position: absolute;
    text-align: left;
    left: 15px;
    bottom: 0;
    padding: 10px 25px;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.4;
    font-size: 16px;
}

    .jobsPage .banner .title h1 {
        font-size: 48px;
        line-height: 1.4;
    }

.jobsPage .intro {
    background: white;
    overflow: hidden;
    line-height: 1.6;
}

.jobsPage .jobsIntro {
    position: relative;
}

    .jobsPage .jobsIntro::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background-color: #A8D2C6;
    }

.jobsPage .introtext {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    z-index: 1;
    color: white;
    font-weight: 300;
    font-size: 24px;
}

.jobsPage .jobsListInner {
    padding: 20px 0;
}

    .jobsPage .jobsListInner h2 {
        font-weight: 300;
        font-size: 24px;
    }

    .jobsPage .jobsListInner li {
        margin-bottom: 10px;
        padding: 0 25px 0 0;
        background: #ededed url(/Img/bracket-small.png) no-repeat calc(100% - 15px) center;
    }


        .jobsPage .jobsListInner li:before {
            display: none;
        }

        .jobsPage .jobsListInner li a {
            display: block;
            font-size: 15px;
            color: #FF6A00;
            text-decoration: none;
            padding: 4px 20px;
        }

        .jobsPage .jobsListInner li div {
            display: none;
        }

.jobsPage .videoEvent {
    padding: 30px 0 0;
}

.jobsPage .videoBlock {
    background-color: #EDEDED;
    margin-bottom: 10px;
}

.jobsPage .videoBlock {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .jobsPage .videoBlock .caption {
        font-weight: normal;
        font-size: 14px;
        padding: 15px 15px 1px;
        line-height: 1.4;
    }

        .jobsPage .videoBlock .caption h2,
        .jobsPage .videoBlock .caption h3 {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.45;
        }

.eventBlockElement {
    padding: 15px 0;
}

    .eventBlockElement .title h2 {
        font-size: 40px;
        font-weight: 300;
        text-transform: none;
        color: #5C5C5C;
        margin: 0;
        line-height: 1;
    }

    .eventBlockElement .title h3 {
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FF6A00;
        line-height: 1;
    }

.jobsPage .benefits {
    position: relative;
}

    .jobsPage .benefits .parallax-window {
        height: 266px;
    }

    .jobsPage .benefits .benefitsContainer {
        position: relative;
        padding-left: 50px;
        margin-top: -100px;
    }

    .jobsPage .benefits .benefitsText {
        background-color: white;
        width: 100%;
        padding: 15px 15px 25px 35px;
    }

    .jobsPage .benefits h2,
    .jobsPage .testimonials h2 {
        text-transform: none;
    }

    .jobsPage .benefits ul li {
        background: url(/Img/bracket-small.png) no-repeat left 10px;
        background-size: 7px;
        padding-left: 1.5em;
        line-height: 28px;
    }

        .jobsPage .benefits ul li:before {
            display: none;
        }


/* CH27 - CaseOverview
--------------------------------------------------*/
.case .linkContentBox h2 {
    font-size: 14px;
    font-weight: bold;
}

.linkContentBox h3 {
    color: #656565;
    font-weight: normal;
    /*margin: 5px 0 0;*/
    margin-top: 8px;
    font-size: 11px;
    padding-right: 10px;
    padding-top: 16px;
    padding-left: 35px;
    line-height: 1.2;
}

/* CH28 - Dropdown Select
--------------------------------------------------*/
.filterdropdown {
    position: relative;
    overflow: hidden;
    border: none;
    background: none;
}

    .filterdropdown .selector {
        background: none;
        border: 0;
        font-weight: bold;
        color: #E75D04;
    }

    .filterdropdown button.selector .img {
        transform: rotate(180deg);
    }

.selector.collapsed .rotate {
    transform: rotate(180deg);
    transition: ease-in-out .3s;
}

.selector .rotate {
    transform: rotate(0deg);
    transition: ease-in-out .3s;
}

.filterdropdown .button {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font: 0/0 a;
}

.filterdropdown button:focus {
    outline: 0;
}

.panel-body .filterdropdown-items {
    max-height: 300px;
    overflow-y: scroll;
}

.absoluteCollapse {
    position: absolute;
    z-index: 1;
}

    .absoluteCollapse > * {
        position: relative;
    }

.belowdropdown {
    position: relative;
}

.filterdropdown-items {
    padding: 0;
    display: inline-block;
    background-color: #E75D04;
    color: #fff;
}

.filterdropdown-items {
    padding: 5px 15px;
}

    .filterdropdown-items ul {
        margin: 0;
    }

        .filterdropdown-items ul li {
            font-size: 12px;
            cursor: pointer;
            list-style-type: none;
            padding: 0;
            text-decoration: none;
            color: #fff;
        }

            .filterdropdown-items ul li:hover,
            .filterdropdown-items ul li:focus {
                color: #444;
            }

            .filterdropdown-items ul li:before {
                content: none;
            }


/* CH30 - News items
--------------------------------------------------*/
.newsItem {
    display: block;
}

    .newsItem h2 {
        color: #E75D04;
        margin-top: 0;
        font-size: 18px;
    }

    .newsItem h3 {
        color: #E75D04;
        margin-top: 0;
        font-size: 17px;
        margin-bottom: 5px;
    }

    .newsItem p {
        color: black;
    }

.profileImageWrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 250px;
}

/* CH31 - News items
--------------------------------------------------*/
.uploadFormControl {
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 100%;
    height: auto;
    cursor: pointer;
}

    .uploadFormControl #previewImage {
        position: relative;
        display: block;
    }


    .uploadFormControl .uploadInput {
        display: none;
    }

    .uploadFormControl .btn-default {
        width: 100%;
        margin-top: 1em;
    }

.newsDetail .mce-widget.mce-tooltip {
    display: none !important;
}

/* CH35 - Event
--------------------------------------------------*/

#mapsContainer {
    height: 250px;
    width: 100%;
}

.eventMember {
    color: #656565;
    line-height: 1.2;
    min-height: 125px;
}

    .eventMember img {
        margin-bottom: 5px;
    }



/*CH40 - Search
--------------------------------------------------*/
.ezsearch-results a {
    text-decoration: none;
}

    .ezsearch-results a p {
        color: #656565;
    }




.searchBlock a {
    text-decoration: none;
}

    .searchBlock a h2 {
        font-weight: 300;
        text-transform: uppercase;
        color: rgb(241,93,3);
    }

.searchBlock input {
    padding: 0 8px;
}

    .searchBlock input.btn-primary {
        padding: 2px 20px;
        border: 0;
    }

.searchBlock a p {
    color: black;
    /*line-height: 1.42857143;*/
}

.searchBlock hr {
    margin-top: 0;
}

/* CH45 - Gallery
--------------------------------------------------*/
.galleryImages {
    margin-bottom: 15px;
}

.galleryContainer {
    margin-top: 25px;
    margin-right: -5px;
    margin-left: -5px;
}

.figureGallery {
    padding-right: 5px;
    padding-left: 5px;
}

    .figureGallery img {
        width: 100%;
    }

.galleryTextContainer {
    padding-bottom: 50px;
}


/* CH50 - Footer
--------------------------------------------------*/

footer {
    margin-top: 50px;
}

.footerlogo {
    display: block;
    width: 20%;
    min-width: 140px;
}

footer p {
    font-size: 10px;
}

footer a {
    color: #666666;
    text-decoration: none;
}

    footer a:hover {
        text-decoration: underline;
        color: #666666;
    }

.footerSocial {
    margin: 5px 0 0;
}

    .footerSocial li {
        padding: 0 5px 0 0;
        display: inline;
    }

        .footerSocial li:before {
            display: none;
        }

        .footerSocial li a {
            font-size: 20px;
            line-height: 2;
            color: #656565;
        }

            .footerSocial li a:hover {
                color: #666666
            }

            .footerSocial li a:focus {
                color: #656565;
            }

.footerContact {
    margin: 16px 0 0;
}

    .footerContact li {
        padding: 0;
        line-height: 2;
    }

        .footerContact li:before {
            display: none;
        }

.footerTextContainer {
    float: left;
}

    .footerTextContainer ul {
        list-style-type: none;
        padding: 0;
    }

.footerText a {
    list-style-type: none;
    color: #656565;
}

footer {
    padding: 25px 0;
    background-color: #EDEDED;
}

.mainFooter {
    padding: 0;
}

    .mainFooter .greyBlock {
        margin-bottom: 0;
    }

.subFooter {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.chinese .youku a,
.chinese .wechat a {
    position: relative;
    display: inline-block;
    height: 23px;
    width: 23px;
}

.chinese .youku img,
.chinese .wechat .logo {
    padding-top: 0;
    margin-top: -4px;
    width: 23px;
    height: auto;
    opacity: .55;
}

.chinese .wechat .qrCode {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 5000000;
    width: 200px;
    height: 200px;
}

.chinese .wechat:hover .qrCode {
    display: block;
}

/* CH60 - Register
--------------------------------------------------*/
.register {
    padding: 1em 0 4em;
}

    .register .logo {
        max-width: 200px;
        padding: 2em 0;
    }

    .register .partialEmail input {
        margin-right: .5em;
        width: 70%;
        float: left;
    }

    .register .partialEmail p {
        float: left;
        margin-bottom: 0;
        padding: 7px 0;
    }


/* CH70 - Breakpoints
--------------------------------------------------*/

/* CH70 - search Navigation for mobile
--------------------------------------------------*/

@media (min-width: 768px) {

    .cc-allow {
        right: 0;
    }

    .container {
        padding-right: 40px;
        padding-left: 40px;
    }

    .columnize {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }


    .row {
        margin-right: -40px;
        margin-left: -40px;
    }

    .smallGutter .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .smallGutter .col-xs-1, .smallGutter .col-sm-1, .smallGutter .col-md-1, .smallGutter .col-lg-1, .smallGutter .col-xs-2, .smallGutter .col-sm-2, .smallGutter .col-md-2, .smallGutter .col-lg-2, .smallGutter .col-xs-3, .smallGutter .col-sm-3, .smallGutter .col-md-3, .smallGutter .col-lg-3, .smallGutter .col-xs-4, .smallGutter .col-sm-4, .smallGutter .col-md-4, .smallGutter .col-lg-4, .smallGutter .col-xs-5, .smallGutter .col-sm-5, .smallGutter .col-md-5, .smallGutter .col-lg-5, .smallGutter .col-xs-6, .smallGutter .col-sm-6, .smallGutter .col-md-6, .smallGutter .col-lg-6, .smallGutter .col-xs-7, .smallGutter .col-sm-7, .smallGutter .col-md-7, .smallGutter .col-lg-7, .smallGutter .col-xs-8, .smallGutter .col-sm-8, .smallGutter .col-md-8, .smallGutter .col-lg-8, .smallGutter .col-xs-9, .smallGutter .col-sm-9, .smallGutter .col-md-9, .smallGutter .col-lg-9, .smallGutter .col-xs-10, .smallGutter .col-sm-10, .smallGutter .col-md-10, .smallGutter .col-lg-10, .smallGutter .col-xs-11, .smallGutter .col-sm-11, .smallGutter .col-md-11, .smallGutter .col-lg-11, .smallGutter .col-xs-12, .smallGutter .col-sm-12, .smallGutter .col-md-12, .smallGutter .col-lg-12 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .noPadding {
        padding-right: 0;
        padding-left: 0;
    }
    /* 768 - Menu
        --------------------------------------------------*/
    #cssmenu ul li.headerSearch,
    #cssmenu ul li.headerProfileImage {
        position: relative;
        padding: 9px 0;
    }

        #cssmenu ul li.headerSearch button {
            right: 0px;
            top: 9px;
        }

    #cssmenu ul li.headerProfileImage {
        max-width: 55px;
        padding: 2px 0 0 2px;
    }

        #cssmenu ul li.headerProfileImage a {
            padding: 5px 5px 0;
        }

    /*.mainFooter {
        background-image: url(/Img/FooterGreyDots.png), url(/Img/FooterColorDots.png);
        background-size: auto;
        background-repeat: repeat-y,repeat-y;
        background-position: left 0, right 0;
    }*/

    #cssmenu > ul > li.search .dropdown-menu.headerSearch {
        top: 90%;
        right: 0;
        width: 200px;
        left: -224%;
    }






    /*li.search .dropdown-toggle {
        visibility: visible;
    }*/



    /* 768 - Slider
--------------------------------------------------*/
    .carousel-control:hover {
        opacity: 1;
    }

    .carousel-control.left,
    .carousel-control.right {
        background: none;
    }

    .sliderControl {
        display: inline-block;
    }

    .slideContent {
        margin: 0 55px;
    }

    .slideContentInner p {
        font-size: 60px;
    }

    .contentOffset {
        position: relative;
    }

    /*.contentOffset .container:first-of-type {
            background-color: white;
            /*padding-top: 40px;
            min-height: 85px;
    }*/

}

@media (min-width: 768px) {
    .cc-window.cc-banner {
        width: 750px !important;
    }


    .pageHeaderJobOverView {
        bottom: 90px;
    }

    .logo {
        padding-right: 0;
        padding-top: 10px;
    }


    .contentOffset .container:first-of-type {
        background-color: white;
        min-height: 85px;
    }

    .ctaBlock .imageBlockTekst {
        min-height: 500px;
    }


    .homeBannerLink {
        position: relative;
        height: 72px;
        margin-top: -72px;
        overflow: hidden;
    }

    .textLinkBlocks a {
        font-size: 20px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0;
        text-align: unset;
        display: inline-block;
        position: relative;
    }

    .leftBlock {
        padding: 15px 40px;
        height: 100%;
        width: 50%;
        position: absolute;
        left: -15%;
    }

    .centerBlock {
        background: none;
        width: 30%;
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .centerBlockInner {
        padding: 14px 0;
        height: 100%;
        border-top: none;
        border-bottom: none;
    }

    .rightBlock {
        padding: 15px 40px;
        height: 100%;
        width: 50%;
        position: absolute;
        right: -15%;
        left: auto;
    }

    .borderLeftRight {
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
    }

    .cssMultiply .rightBlock,
    .cssMultiply .leftBlock {
        position: absolute;
        height: 100%;
        background: none;
    }

        .cssMultiply .rightBlock:before,
        .cssMultiply .leftBlock:before {
            content: "";
            display: block;
            position: absolute;
            height: 100%;
            background-color: #6cb9c6;
            mix-blend-mode: multiply;
            width: 100%;
            top: 0;
            left: 0;
        }

    .cssMultiply .centerBlock {
        position: absolute;
        height: 100%;
    }

        .cssMultiply .centerBlock:before {
            content: "";
            display: block;
            position: absolute;
            height: 100%;
            background-color: #6cb9c6;
            mix-blend-mode: multiply;
            width: 100%;
            top: 0;
            left: 0;
        }

    .cssMultiply .centerBlockInner {
        background: none;
    }

    .cssMultiply .textLinkBlocks a {
        position: relative;
        width: auto;
        float: right;
        height: 100%;
        color: white;
        text-align: right;
        top: 0;
        left: 0;
    }

    .cssMultiply .textLinkBlocks.rightBlock a {
        float: left;
    }

    .cssMultiply .textLinkBlocks.centerBlock a {
        width: auto;
        display: inline-block;
        float: none;
        text-align: center;
    }

    .noPadding {
        padding-right: 0;
        padding-left: 0;
    }

    .marginLeftNegative {
        margin-left: -40px;
    }


    .newsItemImage {
        width: 40%;
        float: left;
        padding-right: 20px;
    }

    .newsItemText {
        width: 60%;
        float: left;
    }

        .newsItemText h3 {
            margin: 0px;
        }
}

@media (min-width: 992px) {
    .cc-window.cc-banner {
        width: 970px !important;
    }

    .slideContent {
        margin: 0 auto;
    }

    .newsItemBlock {
        padding-bottom: 0;
        min-height: 125px;
    }

    .ctaBlock60-40 {
        background-size: 60%;
        background-position: top left;
    }



    .pageHeaderJobOverView {
        bottom: 0;
        left: 0;
    }

    .imgGrayScale img {
        margin-top: 0;
    }

    .ctaBlock .imageBlockTekst .imageBlockTekstJobs span.badge {
        float: right;
        position: relative;
        top: 7px;
        left: 15px;
        background-color: rgb(174,34,48);
        padding: 6px 10px;
        border-radius: 50%;
    }

    .ctaBlock .imageBlockTekst {
        min-height: 1px;
    }

    .jobsPage .intro {
        overflow: visible;
        background-color: #A8D2C6;
        padding-bottom: 100px;
    }

    .jobsPage .jobsIntro::before {
        display: none;
    }

    .jobsPage .jobsList {
        padding-left: 0;
        margin-top: -200px;
        margin-bottom: 20px;
    }

    .jobsPage .jobsListInner {
        padding: 10px 15px 15px;
        background-color: white;
    }

    .jobsPage .videoBlock {
        margin-top: -100px;
    }

    .jobsPage .eventBlock {
        padding: -80px 0;
    }

    .jobsPage .benefits .parallax-window {
        height: 426px;
    }

    .jobsPage .benefits .benefitsContainer {
        width: 970px;
        margin: 0 auto;
        padding-right: 40px;
        padding-left: 40px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .jobsPage .benefits .benefitsText {
        width: 522px;
        margin-left: auto;
    }

    .jobsPage .testimonials {
        padding-top: 50px;
        background: white;
    }

    .footerContact, .footerMenu {
        list-style-type: none;
    }

        .footerContact li, .footerMenu li {
            position: relative;
            display: inline-block;
            padding-left: 20px;
        }

            .footerContact li:before,
            .footerMenu li:before {
                display: block;
                content: "|";
                position: absolute;
                bottom: 2px;
                left: 7px;
                z-index: 1;
            }

            .footerContact li:first-of-type,
            .footerMenu li:first-of-type {
                padding-left: 0;
            }

                .footerContact li:first-of-type:before,
                .footerMenu li:first-of-type:before {
                    content: "";
                    display: none;
                }
}

@media (min-width: 1200px) {

    .subPageBanner.largeBanner .pageHeader {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .inPageNavigation {
        text-align: right;
    }

        .inPageNavigation .container {
            padding-right: 25px;
        }

        .inPageNavigation .mainItem {
            display: inline;
        }

            .inPageNavigation .mainItem:after {
                display: none;
            }

            .inPageNavigation .mainItem button {
                display: none;
            }

        .inPageNavigation .subItems {
            display: inline;
        }

        .inPageNavigation .navigationLink,
        .inPageNavigation .mainItem .navigationLink {
            display: inline-block;
            padding: 10px 15px;
        }

            .inPageNavigation .navigationLink.active {
                border-bottom: 4px solid #FF6A00;
            }

    .cc-window.cc-banner {
        width: 1170px !important;
    }


    .subPageBanner.largeCtaBanner .headerCta {
        position: relative;
        top: 100%;
        -ms-transform: translateY(calc(-100% + 50px));
        -webkit-transform: translateY(calc(-100% + 50px));
        transform: translateY(calc(-100% + 50px));
        margin: 0;
    }

    #MainContent {
        padding-top: 72px;
    }

    .newsItemBlock {
        min-height: 95px;
    }

    .homeBannerLink {
        position: relative;
        height: 72px;
        margin-top: 0px;
    }


    .jobsPage .benefits .benefitsContainer {
        width: 1170px;
    }

    .footerContact {
        float: left;
        margin: 30px 0 0;
    }

    .footerMenu {
        float: right;
        margin-top: 14px;
    }

    .footerSocial {
        margin-top: 10px;
        text-align: right;
    }

        .footerSocial li a {
            margin-left: 5px;
        }
}

@media (min-width: 1500px) {
    .btnFilterJobs {
        background-color: rgb(112,191,67);
        border-color: rgb(112,191,67)
    }

        .btnFilterJobs:hover {
            background-color: rgb(112,191,67);
            border-color: rgb(112,191,67)
        }
}

@media (max-width: 1200px) {

    li.search .dropdown-toggle {
        visibility: hidden;
    }

    #cssmenu > ul > li.search .dropdown-menu.headerSearch {
        position: absolute;
        top: 0%;
        right: 0px;
        left: 0;
        width: 100%;
    }

    #cssmenu ul li.search .dropdown .headerSearch {
        display: block;
    }

    .dropdown-menu.headerSearch {
        border-color: transparent;
        border: none;
        box-shadow: none;
    }

    li.search .dropdown {
        padding: 11px 12px 15px;
    }
}

/**umb_name:Header*/
h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

/**umb_name:Subheader*/
h3 {
}

/**umb_name:Primary button*/
.btn-primary {
    background-color: #f15d03 !important;
    border-color: #f15d03;
    cursor: pointer;
}


/* CH80 - Design update 2021
--------------------------------------------------*/

/*eventoverviewNew*/

.eventOverviewNew {
    scroll-margin-top: 50px;
}

    .eventOverviewNew .title {
        font-weight: 300;
        font-size: 24px;
        line-height: 33px;
        color: #ff6a00;
        text-decoration: none;
        text-transform: none;
    }

    .eventOverviewNew .nolinkstyles {
        text-decoration: none;
        color: #656565;
    }

    .eventOverviewNew .nav-pills > li.active > a {
        background-color: #6AA5B3;
    }

    .eventOverviewNew .bg-white {
        background-color: #fff;
    }

    .eventOverviewNew .bg-grey {
        background-color: #EDEDED;
    }

    .eventOverviewNew .eventSection {
        padding: 70px 0;
    }

    .eventOverviewNew .eventSectionTitle {
        margin-bottom: 40px;
    }

    .eventOverviewNew .eventCardGrid {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }

@media (min-width: 1170px) {
    .eventOverviewNew .eventCardGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.eventOverviewNew .eventCard {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100%;
    overflow: hidden;
    transition: box-shadow .25s ease-in-out;
}


    .eventOverviewNew .eventCard:hover {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    }

.eventOverviewNew img {
    transition: transform ease-in-out .2s;
}

.eventOverviewNew .eventCard:hover img {
    transform: scale(1.05);
}

.eventOverviewNew .eventCardHeader {
    display: block;
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: #6AA5B3;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    z-index: 1;
}

.eventOverviewNew .evenCardContent {
    padding: 20px;
    position: relative;
    flex-grow: 1;
}

    .eventOverviewNew .evenCardContent .title {
        margin-bottom: 30px;
    }

    .eventOverviewNew .evenCardContent:after, a.eventCard.overviewCard .evenCardContent:after {
        content: url(/Img/bracket-small.png);
        display: block;
        color: #ff6a00;
        position: absolute;
        bottom: 15px;
        right: 25px;
    }

    .eventOverviewNew .evenCardContent h3 {
        color: #5C5C5C;
        font-weight: normal;
        font-size: 24px;
    }

.eventOverviewNew .dividerCTA {
    background-color: #FF6A00;
    padding: 40px 0;
}

.eventOverviewNew .dividerFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eventOverviewNew .dividerCenter {
    display: flex;
    justify-content: center;
}

    .eventOverviewNew .dividerCenter a {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        padding: 5px 40px;
        font-size: 16px;
    }

    .eventOverviewNew .dividerCenter h3 {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 20px;
    }

.eventOverviewNew .readmoreRow {
    padding: 50px 0 0 0;
}

.eventOverviewNew .paginationContainer {
    display: flex;
    justify-content: center;
}

.eventOverviewNew .pagination > li > a {
    border-radius: 50%;
    margin: 0 5px;
}

/*event new*/

.eventNew .bg-white {
    background-color: #fff;
}

.eventNew .bg-grey {
    background-color: #EDEDED;
}

.eventNew .title {
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    color: #ff6a00;
    text-decoration: none;
    text-transform: none;
}

.eventNew .nolinkstyles {
    text-decoration: none;
    color: #656565;
}

.eventNew .eventCardGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

@media (min-width: 1170px) {
    .eventNew .eventCardGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.eventNew .eventSectionTitle {
    margin-bottom: 40px;
}

.eventNew .eventCard {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100%;
    overflow: hidden;
    transition: box-shadow .25s ease-in-out;
}

    .eventNew .eventCard:hover {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    }

.eventNew img {
    transition: transform ease-in-out .2s;
}

.eventNew .eventCard:hover img {
    transform: scale(1.05);
}

.eventNew .eventCardHeader {
    display: block;
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: #6AA5B3;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    z-index: 1;
}

.eventNew .evenCardContent {
    padding: 20px;
    position: relative;
    flex-grow: 1;
}

    .eventNew .evenCardContent .title {
        margin-bottom: 30px;
    }

    .eventNew .evenCardContent:after, a.eventCard.overviewCard .evenCardContent:after {
        content: url(/Img/bracket-small.png);
        display: block;
        color: #ff6a00;
        position: absolute;
        bottom: 15px;
        right: 25px;
    }

    .eventNew .evenCardContent h3 {
        color: #5C5C5C;
        font-weight: normal;
        font-size: 24px;
    }

.eventNew .eventBlock {
    grid-column-end: -1;
}

/*knowledgesharingnew*/

.knowledgesharingNew .bg-white {
    background-color: #fff;
}

.knowledgesharingNew .bg-grey {
    background-color: #EDEDED;
}

.knowledgesharingNew .title {
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    color: #ff6a00;
    text-decoration: none;
    text-transform: none;
}

.knowledgesharingNew .cardHeader {
    display: block;
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: #6AA5B3;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: none;
}

.knowledgesharingNew .cardContent {
    padding: 40px 0 20px 0;
}

@media (min-width: 1170px) {
    .knowledgesharingNew .cardContent {
        padding: 40px 20px 0 20px;
    }
}

.knowledgesharingNew .cardReadMore {
    margin: 0 0 60px 0;
}

@media (min-width: 1170px) {
    .knowledgesharingNew .cardReadMore .col-xs-12 {
        padding: 0;
    }
}

.knowledgesharingNew .cardContent p {
    margin-bottom: 10px;
}

.knowledgesharingNew .topSection {
    padding: 70px 0;
}

.knowledgesharingNew .nolinkstyles {
    text-decoration: none;
    color: #656565;
}

.knowledgesharingNew .divisionLine {
    border-top: 1px solid grey;
    margin: 35px 0 20px 0;
}

.knowledgesharingNew .readmore {
    font-weight: normal;
    font-size: 15px;
    color: #ff6a00;
    text-transform: uppercase;
    text-decoration: none;
}

.knowledgesharingNew .eventSection {
    padding: 70px 0;
}

.knowledgesharingNew .eventSectionTitle {
    margin-bottom: 40px;
}

.knowledgesharingNew .eventCardGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

@media (min-width: 1170px) {
    .knowledgesharingNew .eventCardGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.knowledgesharingNew .eventCard {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100%;
    overflow: hidden;
    transition: box-shadow .25s ease-in-out;
}

    .knowledgesharingNew .eventCard:hover {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    }

.knowledgesharingNew img {
    transition: transform ease-in-out .2s;
}

.knowledgesharingNew .eventCard:hover img {
    transform: scale(1.05);
}

.knowledgesharingNew .eventCardHeader {
    display: block;
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: #6AA5B3;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    z-index: 1;
}

.knowledgesharingNew .evenCardContent {
    padding: 20px;
    position: relative;
    flex-grow: 1;
}

    .knowledgesharingNew .evenCardContent .title {
        margin-bottom: 30px;
    }

    .knowledgesharingNew .evenCardContent:after, a.eventCard.overviewCard .evenCardContent:after {
        content: url(/Img/bracket-small.png);
        display: block;
        color: #ff6a00;
        position: absolute;
        bottom: 15px;
        right: 25px;
    }

    .knowledgesharingNew .evenCardContent h3 {
        color: #5C5C5C;
        font-weight: normal;
        font-size: 24px;
    }

.knowledgesharingNew .dividerCTA {
    background-color: #FF6A00;
    padding: 40px 0;
}

.knowledgesharingNew .dividerFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.knowledgesharingNew .dividerCenter {
    display: flex;
    justify-content: center;
}

    .knowledgesharingNew .dividerCenter a {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        padding: 5px 40px;
        font-size: 16px;
    }

    .knowledgesharingNew .dividerCenter h3 {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 20px;
    }

.knowledgesharingNew .readmoreRow {
    padding: 50px 0 0 0;
}

.categoryBlock {
    background-color: #EDEDED;
    padding: 30px;
    margin: 40px 0;
    font-weight: bold;
}

    .categoryBlock img {
        margin-bottom: 30px;
    }

    .categoryBlock p:last-child {
        margin: 0;
    }

/*event details*/
.detailBlock {
    background-color: #EDEDED;
    padding: 30px;
    margin: 40px 0;
}

    .detailBlock p {
        margin-bottom: 0;
    }

    .detailBlock em {
        font-weight: 700;
        font-style: initial;
    }

    .detailBlock .title {
        font-weight: 300;
        font-size: 24px;
        line-height: 33px;
        color: #ff6a00;
        text-decoration: none;
        text-transform: none;
    }

.RTEsection {
    margin: 40px 0;
}

/* contact new */
.ContactNewContainer .ContactBlock + .ContactBlock {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .ContactNewContainer .locationBlock + .locationBlock {
        margin-top: 70px;
    }
}

.ContactNewContainer .locationImage img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .ContactNewContainer .locationImage img {
        height: 350px;
    }
}

.ContactNewContainer .mapContainer {
    height: 500px;
}

@media (max-width: 992px) {
    .ContactNewContainer .mapContainer {
        height: 850px;
    }
}

.ContactNewContainer .mapPositioning {
    height: 100%;
    position: relative;
}

.ContactNewContainer .mapContent {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.ContactNewContainer .mapInfoContainer {
    background-color: white;
    color: #FF6A00;
    padding: 50px 75px 50px 50px;
    pointer-events: all;
}

    .ContactNewContainer .mapInfoContainer h4 {
        font-size: 20px;
        color: #707070;
        font-weight: normal;
    }

    .ContactNewContainer .mapInfoContainer #mapInfoAddress a.locationMapsLink {
        color: #FF6A00;
        text-decoration: none;
    }

    .ContactNewContainer .mapInfoContainer #mapInfoAddress a.locationMapsLink:hover {
        color: #FF6A00;
        text-decoration: underline;
    }

      
.ContactNewContainer .checkboxContainer {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 992px) {
    .ContactNewContainer .checkboxContainer {
        flex-direction: column;
    }
}

.ContactNewContainer .checkboxFilter {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    pointer-events: all;
}



    .ContactNewContainer .checkboxFilter .form-group-custom {
        display: flex;
    }

        .ContactNewContainer .checkboxFilter .form-group-custom + .form-group-custom {
            margin-top: 5px;
        }

        .ContactNewContainer .checkboxFilter .form-group-custom input {
            margin: auto 0;
        }

            .ContactNewContainer .checkboxFilter .form-group-custom input:checked + label {
                font-weight: bold;
            }

    .ContactNewContainer .checkboxFilter label {
        margin: auto 0 auto 10px;
        font-weight: normal;
    }

.ContactNewContainer .locationContent {
    margin-top: 10px;
}


.ContactNewContainer .locationNavigationLink {
    color: #656565;
    text-decoration: none;
}
.ContactNewContainer .locationNavigationLink:hover {
    color: #656565;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .ContactNewContainer .locationContent {
        padding-top: 20px;
        padding-left: 0;
    }
}

.ContactNewContainer h2 {
    font-weight: 300;
    text-transform: none;
    font-size: 24px;
    margin-bottom: 30px;
}

.ContactNewContainer h3 {
    color: #ff6a00;
    font-weight: normal;
    font-size: 20px;
}

.ContactNewContainer h4 {
    font-size: 14px;
    font-weight: bold;
}
