body {
    font-family: 'PT Sans', sans-serif !important
}

rr
.block {
    font: 16px/30px Arial;
    color: #FFF;
    text-align: center;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #030;
    clear: both;
    float: left;
    width: 100%;
    z-index: -1;
    position: relative;
}

.row {
    max-width: 1126px;

    &.row-large {
    max-width: 1440px;
    }

    &.row-medium {
        max-width: 1132px;
    }
}

.column,
.columns {
    padding-left: 13px;
    padding-right: 13px;
}

.row-large {
.column,
.columns {
    padding-left: 16px;
    padding-right: 16px;
}
}

span.error, small.error {
    float: left;
    width: 100%;
}

input.error, textarea.error, select.error {
    border: 1px solid red !important;
    margin-bottom: 0;
    color: red;
}

.contain-to-grid {
    background-color: #1e205e;
}

#home .contain-to-grid {
    background-color: transparent;
}

.contain-to-grid.fixed,
#home .contain-to-grid.fixed {
    background-color: #D5E1ED;
    -webkit-box-shadow: 5px 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 5px 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-transition: all 50ms ease-in;
    -webkit-transition: all 50ms ease-in;
    -o-transition: all 50ms ease-in;
    transition: all 50ms ease-in;
}

.top-bar {
    height: auto;
    line-height: inherit;
}

.clonedInput {
    border: 1px solid #ebebeb;
    float: left;
    margin: 0.5rem 0;
    overflow: hidden;
    padding: 1rem;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Fira Sans";
    font-weight: 400;
    background: #D5E1ED;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h1 {
    font: 700 50px/52px 'Fira Sans', sans-serif;
    color: #002d70;
    margin-bottom: 25px;
}

h2 {
    font: 700 36px/40px 'Fira Sans', sans-serif;
    color: #002d70;
}

h3 {
    font: 400 26px/29px 'Fira Sans', sans-serif;
    color: #002d70;
}

h4 {
    font: 700 24px/26px 'PT Sans', sans-serif;
    color: #002d70;
}

h5 {
    font: 700 20px/22px 'PT Sans', sans-serif;
    color: #002d70;
}

h6 {
    font: 700 18px/20px 'PT Sans', sans-serif;
    color: #002d70;
}

p {
    font: 400 18px/26px 'PT Sans', sans-serif;
    color: #363636;
    margin: 0px;
    padding: 0px;
}

ul {
    background: none;
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
}

ul li {
    background: none;
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
}

ul.disc, ul.disc li {
    list-style: disc;
}

ol li {
    color: #363636;
    font: 400 18px/26px "PT Sans", sans-serif;
}

a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0px none !important;
}

img,
a img {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
}

input:focus,
textarea:focus,
a:focus {
    outline: 0px none !important;
}

hr {
    border-color: #e8e8e8;
    margin: 16px 0 22px;
}

.clear {
    clear: both;
    height: 0;
    margin: 0px;
    padding: 0px;
}

.mob-nav {
    display: none;
}

.header {
    float: left;
    width: 100%;
    background: #1e205e;
}

.footer {
    float: left;
    width: 100%;
    background: #1e205e;
    padding: 75px 0;
}

.footer-inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.footer-block {
    float: left;
    width: 25%;
}

.footer-block h5 {
    color: #FFF;
    margin-bottom: 27px;
    position: relative;
}

.footer-block h5:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    text-align: center;
    display: none;
}

.grid-box {
    float: left;
    width: 100%;
}

.footer-block ul {
    float: left;
}

.footer-block ul li {
    float: left;
    clear: both;
    line-height: 24px;
}

.footer-block ul li a {
    display: inline-block;
    font: 400 16px/22px 'PT Sans', sans-serif;
    color: #FFF;
}

.address {
    float: left;
    width: 100%;
    font: 400 16px/24px 'PT Sans', sans-serif;
    color: #FFF;
}

.footer-block a {
    color: #FFF;
}

.footer-block a:hover {
    color: #3bab42;
}

.social-icons {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.social-icons ul {
    float: left;
    width: 100%;
}

.social-icons ul li {
    display: block;
    float: left;
    width: 31px;
    height: 31px;
    background: #FFF;
    margin-right: 7px;
    text-align: center;
    clear: none;
}

.social-icons ul li a {
    color: #002d70;
    line-height: 31px;
    font-size: 24px;
}

a.check {
    color: black;
}

a.check:hover {
    text-decoration: underline;
}

.news-letter {
    float: left;
    width: 25%;
}

.news-letter form {
    margin: 0;
    padding: 0;
}

.news-letter h5 {
    color: #FFF;
    margin-bottom: 27px;
}

.news-letter p {
    color: #FFF;
    font: 400 16px/18px 'PT Sans', sans-serif;
    color: #FFF;
    margin-bottom: 29px;
}

input[type="text"].email {
    float: left;
    width: 230px;
    font: 400 16px/18px 'PT Sans', sans-serif;
    color: #CCCCCC;
    border: none;
    background: #FFF;
    padding: 9px 15px 13px;
    margin-bottom: 14px;
    height: auto;
    max-height: inherit;
}

.news-letter input[type="text"].email {
    max-width: 200px;
}

.email::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
    line-height: 20px;
}

.email:-ms-input-placeholder {
    color: #cccccc;
    line-height: 20px;
}

.email::-webkit-input-placeholder {
    color: #cccccc;
    line-height: 20px;
}

input[type="submit"].email-btn {
    float: left;
    clear: both;
    display: block;
    border: none;
    background: #316AB3;
    padding: 11px 21px 11px;
    font: 700 16px/18px 'PT Sans', sans-serif;
    color: #FFF;
    transition: background-color 0.5s ease;
}

input[type="submit"].email-btn:hover {
    background: #D2A02B;
}

.home {
    background: url("../img/bg.png") repeat-x left top;
    /* position: absolute; */
    top: 0;
    min-height: 110px;
    z-index: 999;
}

.header-inner {
    float: left;
    width: 100%;
}

.top-bar {
    background: none;
}

.logo {
    float: left;
    padding: 26px 0;
}

.top-bar-section {
    margin-top: 40px;
}

.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: none;
    padding: 0;
    line-height: normal;
}

.top-bar-section li:not(.has-form) a:hover:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: none;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background: none;
}

.top-bar-section ul li {
    padding: 0 0 0 36px;
    background: none;
}

.top-bar-section ul li a {
    background: none;
    font: 700 18px/20px 'Fira Sans', sans-serif;
    color: #FFF;
    text-transform: none;
    position: relative;
}

.top-bar-section li:not(.has-form) a:not(.button).button-link {
    background: #D2A02B;
    padding: 12px 38px 12px 24px;
    margin: -12px 0 0 0;

    &:before {
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("../img/icon-arrow-right-blue.svg");
        width: 10px;
        height: 16px;
        transition: all 0.4s ease;
    }

    &:hover {
        background: #ffffff;
        color: #002d70 !important;
    }
}

/* .home-header.f-topbar-fixed .top-bar-section li:not(.has-form) a:not(.button).button-link {
    &:before {
        background-image: url("../img/icon-arrow-right-white.svg");
    }
} */

.home .top-bar-section ul li a:hover {
    color: #002d70 !important;
}

.home .fixed .top-bar-section ul li a:hover {
    color: white !important;
}

.home .fixed .top-bar-section ul li.show:hover a {
    color: #002d70 !important;
}

.top-bar-section ul li a:hover:not(.button-link):after,
.top-bar-section ul li.active a:not(.button-link):after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -43px;
    width: 0;
    height: 0;
    border-top: 11px solid #1e205e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.home .top-bar-section ul li a:hover:after,
.home .top-bar-section ul li.active a:after {
    display: none;
}

.top-bar .toggle-topbar.menu-icon {
    top: 45px;
    background-color: #1e205e;
}

.top-bar.expanded .toggle-topbar a {
    color: #FFF;
}

.top-bar.expanded .toggle-topbar a span:after {
    box-shadow: 0 0 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
}

.banner-area {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.banner-area .cycle-slideshow {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.banner-area .cycle-slideshow img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: none;
}

.banner-area .cycle-slideshow img.first {
    display: block;
}

.banner-area .placeholderImg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.banner-text {
    display: inline-block;
    width: 100%;
    max-width: 635px;
    margin-bottom: -65px;
    position: relative;
}

.title-content {
    float: left;
    width: 100%;
    font: 700 70px/79px 'Fira Sans', sans-serif;
    color: #FFF;
    text-align: left;
    margin-bottom: 60px;
    max-width: 600px;
}

.text-block {
    float: left;
    width: 100%;
    background: #002d70;
    padding: 35px 40px;
    font: 400 24px/36px 'PT Sans', sans-serif;
    color: #FFF;
    letter-spacing: -.5px;
}

.text-block p {
    font: 400 24px/36px 'PT Sans', sans-serif;
    color: #FFF;
    letter-spacing: -.5px;
}

.text-block a {
    text-decoration: underline;
    font-weight: 700;
    color: #FFF;
}

.text-block:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -28px;
    width: 0;
    height: 0;
    border-top: 28px solid #002d70;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
}

.map-outer {
    float: left;
    width: 100%;
    height: 450px;
}

#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px
}

.blog-outer {
    float: left;
    width: 100%;
}

.top-content {
    float: left;
    width: 100%;
    text-align: center;
}

.top-content p {
    color: #002d70;
    display: inline-block;
    max-width: 560px;
}

.blog-list {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.blog-list ul {
    display: inline-block;
    max-width: 750px;
}

.blog-list ul li {
    display: block;
    width: 50%;
    padding: 0 13px;
    float: left;
    margin-top: 35px;
}

.blog {
    float: left;
    width: 100%;
}

.blog-pict {
    float: left;
    width: 100%;
}

.blog-pict img {
    float: left;
    width: 100%;
}

.blog-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 35px 25px 65px 35px;
    text-align: left;
    background: #FFF;
}

.blog-content a {
    position: absolute;
    left: 35px;
    bottom: 35px;
    padding-left: 0 !important;
}

.date {
    font: 700 18px/20px 'PT Sans', sans-serif;
    color: #002d70;
    margin-bottom: 28px;
}

.blog-content h4 {
    margin-bottom: 3px;
}

.blog-content p {
    margin-bottom: 11px;
}

.blog-content a {
    color: #002d70;
    font: 700 18px/20px 'PT Sans', sans-serif;
}

.blog-content a:hover {
    text-decoration: underline;
}

.next-pre {
    display: block;
    margin: auto;
    margin-top: 22px;
    max-width: 750px;
    padding: 0 13px;
}

.next-pre a {
    font: 700 18px/20px 'PT Sans', sans-serif;
    color: #002d70;
    text-transform: uppercase;
}

.next {
    float: left;
}

.prev {
    float: right;
}

.content-inner {
    float: left;
    width: 100%;
    padding: 70px 0 90px;
}

.traing-area {
    float: left;
    width: 100%;
    padding: 37px 0 140px;
}

.training-options {
    float: left;
    width: 100%;
}

.icheckbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border: solid 1px #363636;
    border-radius: 1px;
    position: relative;
    z-index: 999;
}

.iCheck-helper {
    position: relative;
    z-index: 999;
}

.icheckbox:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 24px;
    background: url("../img/tick.png") no-repeat left top;
    top: -9px;
    left: -4px;
    display: none;
    z-index: 998;
}

.icheckbox {
    background-position: 0 0;
}

.icheckbox.hover {
}

.icheckbox.checked:after {
    display: block;
}

.check-block label {
    font: 700 18px/18px 'PT Sans', sans-serif;
    color: #363636;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}

input[type="text"].calendar {
    border: solid 1px #363636;
    border-radius: 1px;
    font: 400 18px/18px 'PT Sans', sans-serif;
    color: #363636;
    margin: 0;
    padding: 6px 10px 10px;
    background: #FFF url("../img/arrow.png") no-repeat right center;
}

.calender-block label {
    font: 700 18px/18px 'PT Sans', sans-serif;
    color: #363636;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 13px;
}

.options-inner {
    float: left;
    width: 100%;
    position: relative;
}

.tab-content {
    float: left;
    width: 100%;
    background: #f6f8f9;
    display: block;
    border: solid 1px #002d70;
    padding: 25px 30px;
    display: none;
}

.tab-content.develop {
    border: solid 1px #3bab42;
}

.calender-block {
    display: inline-block;
    max-width: 155px;
    margin-right: 60px;
}

.options-btns {
    float: left;
    width: 100%;
    padding: 19px 0 0;
}

.options-btns a {
    float: left;
    width: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    position: relative;
    padding: 10px 25px 13px 31px;
}

.options-btns a:after {
    width: 22px;
    height: 13px;
    content: "\F054";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 15px;
}

.options-btns a.active:after {
    content: "\F078";
    right: 19px;
    top: 12px;
}

.options-btns a.org {
    background: #002d70;
}

.options-btns a.org:hover {
    background: #1150ad;
}

.options-btns a.develop {
    background: #3bab42;
}

.options-btns a.develop:hover {
    background: #59c73b;
}

.tab-block {
    float: left;
    width: 50%;
}

.tab-block h4 {
    width: 175px;
    max-width: 33%;
    float: left;
}

.tab-block .filtergroup {
    width: 66%;
    float: left;
}

.time .checkbox {
    float: left;
}

.check-box-group {
    float: left;
}

.check-block {
    margin: 3px 0 16px;
    clear: both;
}

.top-row {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.top-row .check-block {
    display: inline-block;
    margin-right: 40px;
}

.btm-row {
    float: left;
    width: 100%;
}

.btm-row h4 {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    max-width: inherit;
}

.main {
    padding-bottom: 70px;
    text-align: left;
}

.main h1, .main h2, .main h3, .main h4, .main h5, .main h6, .main p {
    margin-bottom: 1rem;
    max-width: none;
}

.training-listing {
    width: 100%;
    float: left;
    text-align: center;
    padding: 58px 0 0;
}

.training-listing ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 52px 0 0;
}

.training-listing ul li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 60px 0 0;
}

.training-listing ul li:first-child {
    padding: 0;
}

.training-list {
    width: 100%;
    float: left;
    background: #ffffff;
}

.training-image {
    width: 22.4%;
    float: left;
}

.training-description {
    width: 77.6%;
    float: left;
    padding: 25px 32px;
    text-align: left;
    display: table;
}

.training-organisation {
    width: 23.2%;
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.training-organisation h6 {
    padding: 0 0 9px;
}

.training-organisation b {
    width: 100%;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #363636;
    padding: 0 0 13px;
}

.training-date {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 16px;

    > div {
        display: flex;
    }
}

.training-date span.label {
    width: 100%;
    max-width: 38px;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #363636;
    background: none;
    padding: 0;
    margin: 0;
}

.training-date .date {
    width: 100%;
    max-width: 210px;
    float: left;
    margin: 0;
}

.training-date .date a, .training-date .date span {
    width: 100%;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #363636;
    background: none;
    padding: 0;
}

.training-date .date a.active,
.training-date .date a:hover,
.training-date .date span.active {
    color: #f20909;
    font-weight: bold;
}

.training-organisation p {
    width: 100%;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #363636;
}

.training-organisation span {
    width: auto;
    float: left;
    font-weight: 700;
}

.training-content {
    width: 76.8%;
    float: none;
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #002d70;
    padding: 0 0 0 29px;
}

.training-content h3 {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}

.training-content h3 a {
    width: 100%;
    float: left;
}

.training-content p {
    width: 100%; /*height:78px;*/
    float: left;
    margin: 23px 0 0;
    overflow: hidden;
}

.training-content .blue-btn {
    margin: 0;
}

.training-listing ul li.blue .training-organisation h6,
.training-listing ul li.blue .training-content h3 a {
    color: #002d70;
}

.training-listing ul li.blue .training-content h3 a:hover {
    color: #000000;
}

.training-listing ul li.blue .blue-btn {
    background: #002d70;
}

.training-listing ul li.blue .blue-btn:hover {
    background: #1150ad;
}

.training-listing ul li.green .training-organisation h6,
.training-listing ul li.green .training-content h3 a {
    color: #3bab42;
}

.training-listing ul li.green .training-content h3 a:hover {
    color: #59c73b;
}

.training-listing ul li.green .blue-btn {
    background: #3bab42;
}

.training-listing ul li.green .blue-btn:hover {
    background: #59c73b;
}

.content {
    width: 100%;
    float: left;
}

.what-we-do-section {
    width: 100%;
    float: left;
    padding: 74px 0 0;
}

.what-we-do-section h3 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 59px 0 54px;
}

.what-we-do-content-area {
    width: 100%;
    float: left;
    background: #ffffff;
}

.what-we-do-content {
    width: 50%;
    float: left;
}

.what-we-do-image {
    width: 100%;
    float: left;
}

.what-we-do-image img {
    width: 100%;
    float: left;
}

.what-we-do-description {
    width: 100%;
    float: left;
    padding: 51px 70px 0 72px;
    position: relative;
}

#home .what-we-do-description {
    width: 100%;
    float: left;
    padding: 51px 70px 220px 72px;
    position: relative;
}

.what-we-do-description h2 {
    width: 100%;
    float: left;
    padding: 0 0 25px;
}

.what-we-do-description p {
    width: 100%;
    float: left;
    padding: 0 0 62px 1px;
    color: #002d70;
}

.what-we-do-buttons {
    width: 100%;
    max-width: 360px;
    float: left;
    padding: 0 70px 40px 70px;
}

#home .what-we-do-buttons {
    width: 100%;
    max-width: 360px;
    float: left;
    padding: 40px 0 0;
    position: absolute;
    bottom: 58px;
    border-top: 5px solid #002d70;
}

.what-we-do-buttons .border {
    width: 100%;
    display: block;
    height: 5px;
    background-color: #002d70;
    margin-bottom: 40px;
}

.what-we-do-buttons h6 {
    width: 100%;
    float: left;
    color: #a0a0a0;
}

.what-we-do-buttons ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 25px 0 0;
}

.what-we-do-buttons ul li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.what-we-do-buttons ul li:first-child {
    padding: 0;
}

.what-we-do-buttons ul li a {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #ffffff;
    position: relative;
    padding: 8px 28px 8px 19px;
}

.what-we-do-buttons.blue ul li a {
    background: #002d70;
}

.what-we-do-buttons.blue ul li a:hover {
    background: #1150ad;
}

.what-we-do-buttons.green ul li a {
    background: #3bab42;
}

.what-we-do-buttons.green ul li a:hover {
    background: #59c73b;
}

.what-we-do-buttons ul li a:after {
    width: 22px;
    height: 13px;
    content: "\F054";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    right: 4px;
    top: 6.5px;
}

.what-we-do-content.even {
    position: relative;
}

.what-we-do-description.even:before {
    width: 1px;
    height: 86%;
    content: "";
    background: #e8e8e8;
    position: absolute;
    left: 0;
    top: 0;
}

.news-section {
    width: 100%;
    float: left;
    padding: 0 0 68px;
}

.news-section h3 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 55px 0 53px;
}

.news-section ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.news-section ul li {
    width: 33.33%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list {
    width: 100%;
    float: left;
}

.news-thumbnail {
    width: 100%;
    float: left;
    position: relative;
}

.news-thumbnail a.open-modal, .news-thumbnail a.feature-modal-btn {
    width: 69px;
    height: 69px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -34px 0 0 -34px;
}

.news-thumbnail i.fa-play {
    width: 69px;
    height: 69px;
    float: left;
    font-size: 40px;
    color: #ffffff;
    border: 6px solid #ffffff;
    border-radius: 50%;
    padding: 8px 0 0 16px;
}

.news-title {
    width: 100%;
    min-height: 139px;
    float: left;
    position: relative;
}

.news-title:before {
    width: 1px;
    height: 70%;
    content: "";
    background: #e8e8e8;
    position: absolute;
    left: 0;
    top: 0;
}

.news-list h4 {
    width: 100%;
    float: left;
    font-size: 22px;
    font-weight: 400;
    padding: 38px 31px 15px;
}

.news-list h4 a {
    color: #000000;
}

.news-list h4 a:hover {
    color: #000000;
}

.news-section ul li:first-child h4:before {
    content: none;
}

.tree-wrapper {
    margin: 0 auto;
    background: url(../img/tree-bg.jpg) center center no-repeat;
    background-size: cover;
}

.tree-section {
    width: 100%;
    float: left;
    padding: 67px 0 88px 102px;
}

.tree-content-area {
    width: auto;
    float: left;
    background: #ffffff;
}

.tree-content-inner {
    width: 100%;
    max-width: 434px;
    float: left;
    padding: 51px 15px 60px;
    text-align: center;
    position: relative;
}

.tree-content-inner:after {
    position: absolute;
    left: 50%;
    bottom: -26px;
    margin-left: -26px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 26px 0 26px;
    border-color: #ffffff transparent transparent transparent;
}

.tree-content-inner h1, .tree-content-inner h2, .tree-content-inner h3 {
    width: 100%;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 65px;
    color: #002d70;
    padding: 0 0 31px;
}

.tree-content-inner p {
    font-size: 22px;
    line-height: 34px;
    color: #002d70;
    padding-bottom: 28px;
}

#btnAdd, #btnDel {
    width: auto;
    float: none;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    background: #3bab42;
    position: relative;
    padding: 10px 30px;
}

#btnDel {
    background: #002d70;
}

.green-btn {
    width: auto;
    float: none;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    background: #3bab42;
    position: relative;
    padding: 8px 49px 12px 30px;
}

.green-btn:hover, #btnAdd:hover {
    background: #59c73b;
    color: #ffffff;
}

.green-btn:after {
    width: 22px;
    height: 13px;
    content: "\F054";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    right: 7px;
    top: 9px;
}

.lightblue-btn {
    width: auto;
    float: none;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    background: rgba(49, 106, 179, 1);
    position: relative;
    padding: 8px 49px 12px 30px;
}

.lightblue-btn:hover {
    background: rgba(49, 106, 179, 0.75);
    color: #ffffff;
}

.lightblue-btn:after {
    content: "";
    background-image: url("../img/icon-arrow-right-white.svg");
    width: 10px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.yellow-btn {
    width: auto;
    float: none;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    background: rgba(210, 160, 43, 1);
    position: relative;
    padding: 8px 49px 12px 30px;
}
.yellow-btn:hover {
    background: rgba(210, 160, 43, 0.75);
    color: #000000;
}

.yellow-btn:after {
    content: "";
    background-image: url("../img/icon-arrow-right-blue.svg");
    width: 10px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.blue-btn {
    width: auto;
    float: none;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    background: #002d70;
    position: relative;
    padding: 8px 49px 12px 30px;
}

.blue-btn.prev {
    width: auto;
    float: none;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    background: #002d70;
    position: relative;
    padding: 3px 19px 6px 49px;
}

.blue-btn:hover, #btnDel:hover {
    background: #1150ad;
    color: #ffffff;
}

.blue-btn:after {
    content: "";
    background-image: url("../img/icon-arrow-right-white.svg");
    width: 10px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.blue-btn.prev:after {
    width: 22px;
    height: 13px;
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    left: 4px;
    right: inherit;
    top: 3px;
}

.training-listing ul li.blue .blue-btn.green-small-btn {
    background: #3bab42;
}

.training-listing ul li.blue .blue-btn.green-small-btn:hover {
    background: #59c73b;
}

.case-section {
    width: 100%;
    float: left;
    padding: 0 0 91px;
}

.case-section h3 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 57px 0 53px;
    color: #000000;
}

.case-section-area {
    width: 100%;
    float: left;

    .blue-btn.no-bg-btn::after {
        content: "";
        background-image: url("../img/icon-arrow-right-blue.svg");
        width: 10px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }

}

.case-section-content {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 2rem;
}

.case-section-image {
    width: 100%;
    float: left;
}

.case-section-image img {
    width: 100%;
    float: left;
}

.case-section-description {
    width: 100%;
    float: left;
    text-align: left;
    padding: 30px 40px 40px 40px;
    position: relative;

    h6 {
        font-size: 18px;
        color: #1E205E;
        text-transform: none;
        background-color: #D5E1ED;
        display: inline-block;
        padding: 5px 15px;
        margin-bottom: 16px;
    }
}

.cases .case-section {
    padding-bottom: 0;
}

.cases .case-section-area {
    background-color: transparent;
}

.cases .case-section-content {
    margin-bottom: 1.5rem;
    background-color: white;
}

.cases .case-section-description {
    padding: 45px 25px 70px;
}

.cases .case-section-description h6 {
    text-transform: uppercase;
}

.cases .page-next, .cases .page-prev {
    color: #002d70;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}

.case-section-description.even:before {
    width: 1px;
    height: 64%;
    content: "";
    background: #e8e8e8;
    position: absolute;
    left: 0;
    top: 0;
}

.case-section-description p {
    font: 30px/36px 'Fira Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

/*.case-section-description p:before {*/
/*    position: relative;*/
/*    content: "“";*/
/*    font-family: 'PT Sans', sans-serif;*/
/*    font-size: 36px;*/
/*    line-height: 36px;*/
/*    font-weight: 700;*/
/*    color: #002d70;*/
/*}*/

/* .case-section-description p:after {
    position: relative;
    content: "”";
    font-family: 'PT Sans', sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #002d70;
} */

/*.case-section-description a {*/
/*    font-size: 18px;*/
/*    line-height: 18px;*/
/*    color: #3bab42;*/
/*    font-weight: 700;*/
/*    display: inline-block;*/
/*    padding: 16px 0 0;*/
/*}*/

/*.case-section-description a:hover {*/
/*    color: #59c73b;*/
/*}*/

.case-section-button {
    width: 100%;
    float: left;
    /* background: #ffffff; */
    text-align: center;
    padding: 35px 0 64px;
    position: relative;
}

.case-section-button:before {
    width: 80%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.advies .what-we-do-content-area {
    margin: 40px 0 78px;
}

.advies .what-we-do-content.even:before {
    height: 100%;
}

.advies .what-we-do-buttons h6 {
    height: 40px;
}

.advies .what-we-do-buttons {
    max-width: 100%;
}

.advies .what-we-do-buttons.blue ul li a {
    background: #f2f4f8;
    color: #002d70;
}

.advies .what-we-do-buttons.blue ul li a:hover {
    background: #f2f4f8;
    color: #021c44;
}

.advies .what-we-do-buttons.blue ul li a:after {
    color: #002d70;
}

.advies .what-we-do-buttons.green ul li a {
    background: #f0f9ed;
    color: #3bab42;
}

.advies .what-we-do-buttons.green ul li a:hover {
    background: #f0f9ed;
    color: #4aa432;
}

.advies .what-we-do-buttons.green ul li a:after {
    color: #3bab42;
}

.advies .what-we-do-description {
}

.contact-area-outer {
    width: 100%;
    float: left;
    text-align: center;
    padding: 64px 0 86px;
}

.contact-area-inner {
    width: 100%;
    max-width: 914px;
    float: none;
    display: inline-block;
    text-align: left;
}

.contact-area {
    width: 100%;
    float: left;
    display: table;
}

.contact-address {
    width: 21.7%;
    float: none;
    display: table-cell;
    vertical-align: top;
}

.contact-address h4 {
    padding: 0 0 2px;
}

.contact-division {
    width: 100%;
    float: left;
    padding: 26px 0 0;
}

.contact-address h6 {
    width: 100%;
    float: left;
    font-size: 16px;
}

.contact-address p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #002d70;
}

.contact-address a {
    color: #002d70;
}

.contact-address a:hover {
    color: #021c44;
    text-decoration: underline;
}

.contact-form {
    width: 78.3%;
    float: none;
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #002d70;
    padding: 2px 0 0 84px;
}

.contact-form-left {
    width: 44.5%;
    float: left;
    padding: 0 24px 0 0;
}

.textbox-outer {
    width: 100%;
    float: left;
    padding: 13px 0 0;
}

.textbox-outer:first-child {
    padding: 0;
}

.textbox-outer label {
    width: 100%;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #002d70;
}

.textbox-outer input[type="text"],
.textbox-outer input[type="date"] {
    width: 100%;
    height: 40px;
    line-height: 18px;
    font-size: 18px;
    float: left;
    background: #ffffff;
    border: none;
    padding: 0 15px;
    margin: 13px 0 0;
}

.contact-form-right {
    width: 55.5%;
    float: left;
}

.textbox-outer textarea {
    width: 100%;
    height: 205px;
    float: left;
    background: #ffffff;
    border: none;
    padding: 10px 15px;
    margin: 13px 0 0;
    resize: none;
    -webkit-appearance: none;
}

/* .contact-form .textbox-outer textarea{height:292px;} */
.contact-form .email-btn {
    float: right !important;
    margin-top: 20px;
}

.contact .content-inner {
    padding-bottom: 0;
}

.forms {
    overflow: hidden;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.forms .textbox-outer input,
.forms .textbox-outer textarea,
#formGen input[type="text"],
#formGen textarea {
    background-color: #fafafa;
}

#formGen label.light {
    font-weight: normal;
    margin-top: 0.7rem;
}

#formGen label.light input {
    margin: 0;
}

#formGen select {
    margin-top: 0.7rem;
    background-color: #fafafa;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border: none;
}

#formGen .email-btn {
    margin-top: 0.7rem;
}

.forms input[type="submit"] {
    margin-top: 1rem;
}

.radioLabel, .checkboxLabel {
    font-weight: normal !important;
}

.forms .textbox-outer input[type="radio"] {
    width: auto;
    height: auto;
    margin-top: 0.8rem;
    margin-left: 1px;
    background-color: transparent;
    float: left;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    vertical-align: baseline;
    width: auto;
    margin-top: 10px;
}

.checkboxLabel input[type="checkbox"] {
    margin: 2px 10px 0 0;
    vertical-align: top;
}

#belmijForm .textbox-outer textarea {
    height: 260px;
}

#belmij.active::after, #beantwoord.active::after, #inschrijf.active::after {
    background-image: url("../img/icon-arrow-down-white.svg");
    width: 16px;
    height: 10px;
    margin-top: -3px;
}

.analyse .tree-wrapper {
    margin: 83px auto 0;
}

.tree-section {
    padding: 67px 0 88px;
    text-align: center;
}

.analyse .tree-content-area {
    width: 100%;
    max-width: 914px;
    float: none;
    display: inline-block;
    padding: 68px 85px 80px;
    position: relative;
}

.analyse .tree-content-area:after {
    position: absolute;
    left: 50%;
    bottom: -26px;
    margin-left: -26px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 26px 0 26px;
    border-color: #ffffff transparent transparent transparent;
}

.tree-content-area h3 {
    font-size: 30px;
    font-weight: 700;
}

.tree-analyse-area {
    width: 100%;
    float: left;
    padding: 71px 0 0;
}

.tree-analyse {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 20px 0 0;
}

.tree-analyse.bunt-block {
    width: 100%;
}

.tree-analyse a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    list-style: outside none none;
    margin: 0;
    padding: 15px 25px 17px 33px;
    position: relative;
    text-align: left;
}

.tree-analyse.blue a {
    background: #002d70;
}

.tree-analyse.blue a:hover {
    background: #1150ad;
}

.tree-analyse.green a {
    background: #3bab42;
}

.tree-analyse.green a:hover {
    background: #59c73b;
}

.tree-analyse a:after {
    color: #ffffff;
    content: "\F054";
    font-family: "FontAwesome";
    font-size: 22px;
    height: 13px;
    position: absolute;
    right: 17px;
    top: 15px;
    width: 22px;
}

.tree-analyse p {
    width: 100%;
    float: left;
    color: #002d70;
    text-align: center;
    padding: 31px 0 0;
}

.tree-analyse p:first-child {
    padding-top: 0;
}

.tree-analyse.green {
    padding: 0 0 0 20px;
    position: relative;
}

.tree-analyse.green:before {
    width: 1px;
    height: 100%;
    content: "";
    background: #e8e8e8;
    position: absolute;
    left: 0;
    top: 0;
}

.training-vervolg {
    width: 100%;
    float: left;
    padding: 37px 0 0;
}

.trainingen-menu {
    width: 20.45%;
    float: left;
    padding: 14px 29px 73px 29px;

    h2 {
        font-size: 24px;
    }
}

.trainingen-menu a b {
    color: #002d70;
}

.trainingen-menu a:hover b {
    color: #002d70;
    text-decoration: underline;
}

.trainingen-menu ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 23px 0 0 1px;
}

.trainingen-menu ul li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0 23px;
}

.trainingen-menu ul li a {
    width: 100%;
    float: left;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #363636;
}

.trainingen-menu ul li a:hover {
    color: #002d70;
    text-decoration: underline;
}

.trainingen-menu.advices ul li a {
    width: 100%;
    float: left;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #363636;
}

.trainingen-menu.advices ul li a:hover, .trainingen-menu.advices ul li.active a {
    color: #002d70;
    text-decoration: underline;
    font-weight: 700
}

.trainingen-summary {
    width: 20.65%;
    float: left;
    padding: 73px 29px;
}

.trainingen-summary h4 {
    font-size: 16px;
    color: #002d70;
    font-weight: 700;
    margin-bottom: 30px;
}

.trainingen-summary p {
    font-size: 16px;
    color: #363636;
    font-weight: 400;
    margin-bottom: 30px;
}

.trainingen-contents {
    width: 58.9%;
    float: left;
    background: #ffffff;
}

.trainingen-section-title {
    width: 100%;
    float: left;
    text-align: center;
    padding: 72px 0 43px;
}

.trainingen-section-title p {
    color: #002d70;
    padding: 0 8%;
}

.trainingen-featured-image {
    width: 100%;
    float: left;
}

.trainingen-featured-image img {
    width: 100%;
    float: left;
}

.trainingen-editor-contents {
    width: 100%;
    float: left;
    padding: 0 67px 47px 67px;
}

.trainingen-editor-contents .practicalinfo {
    margin-top: 35px;
}

.trainingen-editor-contents .practicalinfo p {
    padding-bottom: 15px;
}

.trainingen-editor-contents .practicalinfo hr {
    margin: 0 0 15px 0;
}

.trainingen-editor-contents h4 {
    padding: 23px 0 0;
}

.trainingen-editor-contents h3 {
    font-weight: 700;
}

.trainingen-editor-contents p {
    padding: 0 0 29px;
}

.trainingen-editor-contents p + ul {
    margin-top: -29px;
}

.trainingen-editor-contents h6 {
    color: #363636;
}

.trainingen-editor-contents span {
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    color: #363636;
}

.trainingen-editor-contents a.btn-blue {
    width: 75%;
    float: none;
    display: inline-block;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    list-style: outside none none;
    margin: 0;
    padding: 8px 25px 12px 19px;
    position: relative;
    background: #002d70;
}

.trainingen-editor-contents a.btn-blue:hover {
    background: #1150ad;
}

.trainingen-editor-contents a.btn-blue:after {
    color: #ffffff;
    content: "\F054";
    font-family: "FontAwesome";
    font-size: 22px;
    height: 13px;
    position: absolute;
    right: 4px;
    top: 8px;
    width: 22px;
}

.trainingen-editor-contents a.right {
    font-size: 18px;
    font-weight: 700;
    color: #002d70;
    float: right;
}

.trainingen-editor-contents a.mailto {
    float: left;
    background: url(../img/mailto.png) left 5px no-repeat;
    padding-left: 46px;
    font-size: 18px;
    font-weight: 700;
    color: #002d70;
}

.trainingen-organisation-area {
    width: 20.65%;
    float: left;
    padding: 83px 55px 83px 32px;
}

.trainingen-organisation-area h6 {
    width: 100%;
    float: left;
    font-size: 16px;
}

.trainingen-organisation {
    width: 100%;
    float: left;
    padding: 25px 0 0;
}

.trainingen-organisation h6 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #363636;
}

.trainingen-organisation p {
    font-size: 16px;
}

.trainingen .case-section h3 {
    float: left;
    padding: 100px 0 30px;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.trainingen-editor-contents.faq {
    padding: 15px 67px 47px 67px;
}

.trainingen-editor-contents a.btn-blue::after {
    background-image: url("../img/icon-arrow-right-white.svg");
    width: 10px;
    height: 16px;
    margin-top: 7px;
    content: "";
    right: 10px;
}
.trainingen-editor-contents a.active.btn-blue::after {
    top: 22px;
}

.trainingen-editor-contents.faq a.btn-blue:after {
    top: 12px;
}

.trainingen-editor-contents a.btn-blue.btn-scnd {
    margin-top: 10px;
}

.trainingen-editor-contents.faq h4 {
    width: 100%;
    float: left;
    padding: 7px 0 0;
}

.trainingen-editor-contents.faq a {
    color: #002d70;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    font-family: "PT Sans", sans-serif;
    width: 100%;
    float: left;
    background-color: none;
}

.trainingen-editor-contents.faq .content a {
    float: none;
    font-weight: normal;
    color: #008cba;
    font-size: 18px;
}

.trainingen-editor-contents.faq p {
    padding: 10px 0;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
    padding: 0;
}

.trainingen-editor-contents ul {
    margin-left: 20px;
    margin-bottom: 29px;
}

.trainingen-editor-contents ul li {
    list-style: disc;
    font: 400 18px/26px 'PT Sans', sans-serif;
    color: #363636;
}

.trainingen-editor-contents.faq ul {
    width: 100%;
    float: left;
}

.trainingen-editor-contents.faq ul li {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    float: left;
}

.trainingen-editor-contents.faq .btn-blue {
    margin-top: 80px;
    color: #fff;
    width: 70%;
}

.trainingen-contents.fa-questions {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin-bottom: 50px;
    width: 58.9%;
}

.accordion .accordion-navigation > a, .accordion dd > a {
    padding: 12px 0;
    background-color: #fff;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
    background: #fff;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: #fff;
}

.mix {
    display: none;
}

.filter span {
    border: 1px solid #363636;
    border-radius: 1px;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 17px;
    z-index: 9;
}

.filter.active span:after {
    background: rgba(0, 0, 0, 0) url("../img/tick.png") no-repeat scroll left top;
    content: "";
    display: block;
    height: 24px;
    left: -4px;
    position: absolute;
    top: -9px;
    width: 27px;
    z-index: 99;
}

.checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.checkbox label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0;
    padding-left: 1.5em;
    color: #363636;
    font: 700 18px/18px "PT Sans", sans-serif;
}

.checkbox input[type="checkbox"] + label {
    margin-top: 0;
}

.checkbox label:before,
.checkbox label:after {
    content: '';
    display: block;
    position: absolute;
}

.checkbox label:before {
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    background: transparent;
    border: 1px solid #363636;
    border-radius: 1px;
}

.checkbox label:after {
    content: '';
    background: rgba(0, 0, 0, 0) url("../img/tick.png") center center;
    display: block;
    height: 24px;
    left: -4px;
    position: absolute;
    top: -9px;
    width: 27px;
    opacity: 0;
}

.checkbox input:checked ~ label:after {
    opacity: 1;
}

.checkbox input:focus ~ label:before {
    background: #eee;
}

.filtergroup select {
    min-width: 160px;
    border: solid 1px #363636;
    border-radius: 1px;
    font: 400 18px/18px 'PT Sans', sans-serif;
    color: #363636;
    margin: 0;
    padding: 6px 10px 10px;
    background: #FFF url("../img/arrow.png") no-repeat right center;
}

.footer small.error {
    width: 100%;
    max-width: 230px;
    float: none;
}

.social {
    padding-top: 0.7rem;
    float: left;
    width: 100%;
}

.casteleijn-section {
    width: 100%;
    float: left;
    background-color: #fff;
    text-align: center;
    padding: 77px 0px 65px;
}

.casteleijn-section h1 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 19px;
}

.casteleijn-section h2 {
    font-size: 50px;
    line-height: 52px;
    padding-bottom: 16px;
}

.casteleijn-section p {
    color: #002d70;
    padding: 10px 28% 35px;
}

.castelegin-inner-section {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 76px;
}

.blogpost .castelegin-inner-section {
    padding-top: 30px;
}

.blogpost .content-top-section {
    padding-bottom: 30px;
}

.castelegin-inner-content {
    float: none;
    width: 50%;
    display: inline-block;
}

.castelegin-inner-content h4 {
    float: left;
    text-align: left;
    width: 100%;
    font-weight: 700;
}

.castelegin-inner-content p {
    padding: 0;
    text-align: left;
    fomt-family: "PT Sans", sans-serif;
    font-weight: 400;
    color: #363636;
}

.content-top-section {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
}

.content-top-section ul {
    list-style: disc;
    margin-left: 20px;
}

.content-top-section ul li {
    list-style: disc;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    text-align: left;
}

.content-middle-section {
    width: 100%;
    float: left;
    padding: 43px 0 46px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    z-index: 1;
}

.content-middle-section:before {
    background: url('../img/quotes.png') no-repeat;
    content: "";
    height: 120px;
    left: -83px;
    position: absolute;
    top: 40px;
    width: 154px;
    z-index: -1;
}

.content-middle-section h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    margin-top: -15px;
}

.content-bottom-section {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    padding: 30px 0 44px 0;
}

.content-bottom-section ul li {
    font: 400 18px/26px 'PT Sans', sans-serif;
}

#vervolg .content-bottom-section h1,
#vervolg .content-bottom-section h2,
#vervolg .content-bottom-section h3,
#vervolg .content-bottom-section h4,
#vervolg .content-bottom-section h5,
#vervolg .content-bottom-section h6,
#vervolg .content-bottom-section p {
    padding-bottom: 1rem;
}

#vervolg .content-bottom-section ul {
    margin-left: 20px;
    margin-bottom: 1rem;
}

#vervolg .content-bottom-section ul li {
    list-style: disc;
    font: 400 18px/26px "PT Sans", sans-serif;
    color: #363636;
}

.content-bottom-section > p img {
    float: left;
    width: 100%;
    padding: 25px 0 31px 0;
}

.icons-list {
    padding: 10px 0 0 0;
    width: 100%;
    float: left;
}

.icons-list ul {
    width: 100%;
    float: left;
}

.icons-list ul li {
    float: left;
    margin-right: 5px;
    list-style-type: none;
}

.icons-list a.mailto {
    background: rgba(0, 0, 0, 0) url("../img/mailto.png") no-repeat scroll left 8px;
    float: left;
    padding-left: 46px;
}

.icons-list a {
    color: #002d70;
    float: right;
    font-size: 18px;
    font-weight: 700;
}

.content-inner.casteleijn {
    padding: 37px 0 40px 0;
}

.content-inner.cases .top-content {
    padding-bottom: 40px;
}

.icons-list a img:hover, .icons-list a:hover {
    opacity: .7;
}

#buntcheck fieldset {
    border: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#buntcheck label {
    color: #002d70;
    font: 400 18px/26px "PT Sans", sans-serif;
}

#buntcheck fieldset:not(.active) {
    display: none;
}

#buntcheck fieldset.active:first-of-type ~ .buttons .prev,
#buntcheck fieldset.active:first-of-type ~ .buttons .submit {
    display: none;
}

#buntcheck fieldset.active:not(:last-of-type) ~ .buttons .submit {
    display: none;
}

#buntcheck fieldset.active:last-of-type ~ .buttons .next {
    display: none;
}

#buntcheck .alert-box {
    display: none;
}

#buntcheck .alert-box.active {
    display: block;
}

#buntcheck .buttons {
    overflow: hidden;
    padding-top: 0.5rem;
}

.radio-option {
    display: inline-block;
}

.inschrijfFormNew {
    overflow: unset;
}

.coronaBtn {
    float: right;
}

.content-bottom-section.magazine-content {
    border: 0;
}

.magazine-form .textbox-outer input[type="text"], .magazine-form .textbox-outer input[type="date"] {
    background-color: #fafafa;
}

.magazine-form .textbox-outer label {
    text-align: left;
}

.magazine-form {
    float: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

.expertise-overview .expertise-wrapper {
    display: flex;
    justify-content: center;
}

.training-image.training-new {
    position: relative;
}

.training-image.training-new:before {
    content: '';
    position: absolute;
    background-image: url(../img/hoekje.svg);
    background-size: 71px 71px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.training-listing ul li.blue .blue-btn.online-btn {
    float: right;
    transform: translateX(33px);
    padding: 4px 19px 4px 38px;
    font-size: 16px;
}

.training-listing ul li.blue .blue-btn.online-btn:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    color: #fff;
    left: 0;
    top: 0;
    background-image: url(../img/online.svg);
    background-size: 100%;
}

.training-listing ul li.blue .blue-btn.online-btn:after {
    display: none;
}

#blogpost .content-top-section {
    margin-top: 20px;
}

#advicepage .trainingen-editor-contents a.btn-blue {
    max-width: 50%;
}

#advicepage .training-info {
    position: relative;
    transform: translateY(-150px);
}

#advicepage .trainingen-menu.advices {
    width: 100%;
    min-height: 500px;
}

#advicepage .content.trainingen .training-top-content {
    padding-bottom: 0;
}

/* #advicepage .training-info .training-vervolg, #advicepage .case-section{
    position:relative;
    transform:translateY(-350px);
} */
#advicepage .trainingen-editor-contents {
    padding: 20px 15px;
}

#advicepage .medium-offset-4.medium-8.small-12.columns.no-case {
    margin-bottom: -100px;
}

section.content.trainingen {
    position: relative;
    background: #EFE8D9;
}

.advice-form-buttons {
    display: flex;
    flex-direction: column;
}

.content.trainingen .training-top-content {
    padding-top: 50px;
}

/*formulieren css aanpassing 07/06 2021*/
.modules {
    display: inline-grid;
    margin-top: 10px;
}

.module-item {
    display: inline-flex;
    flex-direction: row-reverse;
    margin-bottom: 5px;
}

.module-item label {
    font-weight: 500;
}

.module-item input {
    margin: 2px 10px 0 0;
}

#inschrijfForm span {
    font-style: italic;
    font-size: 1rem;
}

.expertise-overview .home-banner {
    padding: 100px 0;
}

.expertise-overview .home-banner h1 {
    margin-top: 0;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 12px;
}

.expertise-overview .text-block {
    background: unset;
    padding: 0;
}

.expertise-overview .text-block p {
    font-size: 18px;
    line-height: 1.44;
    font-weight: 500;
    font-family: "Fira Sans";
}

.expertise-overview .text-block:after {
    display: none;
}

.expertise-overview .cta-blocks {
    background-color: unset;
    background: linear-gradient(180deg, #e5ebef 50%, #1e205e 50%);
    padding-bottom: 100px;
}

.expertise-overview .cta-blocks:before {
    top: -5%;
    height: 140%;
    z-index: 0;
    transform: skewY(-8deg) translateY(10%);
}

.expertise-overview .cta-blocks-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.expertise-overview .cta-block {
    padding: 24px 30px 19px;
}

.expertise-overview .cta-block h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.expertise-overview .cta-block .cta-btn {
    float: right;
}

.cta-block .cta-btn, .home-banner .text-block p {
    font: 400 18px/36px 'Fira Sans', sans-serif;
}

.team-section {
    position: relative;
    background-color: #EFE8D9;
    padding: 100px 0 140px;
}

.team-section h2 {
    font-size: 40px;
    line-height: 1.53;
    color: #000000;
    font-weight: 600;
}

.team-grid {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 46px 16px;
}

.team-block h4 {
    font-family: 'Fira Sans', sans-serif;
    padding: 20px 0 11px;
    color: #000;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 500;
}

.team-block span {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    line-height: 1.625;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

.team-block a {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 1.625;
    padding-top: 8px;
    text-decoration: underline;
    font-family: 'Fira Sans', sans-serif;
}

.team-block a:hover {
    text-decoration: none;
}

.team-block .phone-number {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 1.625;
    padding-top: 8px;
    text-decoration: none;
}

.team-block .phone-number:hover {
    text-decoration: underline;
}

.team-block i {
    display: inline-block;
    margin-right: 11px;
}

.team-block a.linkedin {
    display: inline-block;
}

.training-overview.content-inner {
    padding-top: 0;
    background: #EFE8D9;
}

.training-overview .training-top {
    position: relative;
    background-color: #316AB3;
}

.training-overview .top-content {
    padding-top: 71px;
}

.training-overview .training-top:after, .blog-overview-news:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 100%;
    height: 400px;
    z-index: -1;
    transform: skewY(0deg) translateY(10%);
    background-color: #D5E1ED;
}

.blog-overview-news {
    position: relative;
    background-color: #ffffff;
    max-height: 755px;
    padding-bottom: 70px;
    &:after {
        display: none;
    }
}

.blog-overview-news a {
    color: #fff;
}

.blog-overview-news a:hover {
    text-decoration: underline;
}

.training-overview h1 {
    text-align: left;
    color: #002d70;
    font-size: 70px;
    line-height: 1;
    font-weight: 900;
}
.training-overview {
    .top-content p {
        font-weight: 600;
    }
}
.training-overview p {
    text-align: left;
    color: #002d70;
    max-width: unset;
    font-family: 'PT Sans', sans-serif;
}

.training-overview .training-selectbox {
    position: relative;
    width: 50%;
    padding-right: 10px;
    float: left;
    margin-top: 35px;
}

.training-overview .training-selectbox:last-of-type {
    padding-left: 10px;
    padding-right: 0;
}


.training-overview .training-selectbox select {
    background: url(../img/chevron-down.svg) no-repeat;
    -webkit-appearance: none;
    background-position: 98%;
}

.training-overview .training-selectbox select {
    background-color: #fff;
    color: #002d70;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    padding: 13px 20px;
    margin-bottom: 0;
}

.training-overview .training-content p {
    color: #002d70 !important;
    line-height: 1.44;
}

.training-overview .traing-area {
    padding-top: 90px;
}

.training-overview .training-listing, .training-overview .training-listing ul {
    padding-top: 0;
}

.training-overview .training-listing ul {
    min-height: 100vh;
}

.training-overview .training-listing ul li {
    margin: 30px 0 0;
    padding-top: 0;
}

.training-overview .training-listing ul li:first-of-type {
    margin-top: 0;
}

.training-overview .training-description {
    padding: 0;
    width: 80%;
}

.training-overview .training-organisation {
    position: relative;
    padding: 40px 10px 25px 32px;
    z-index: 2;
    width: 32%;
}

.training-overview .training-organisation:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 80px;
    height: 100%;
    background-color: #fff;
    transform: skewX(-10deg);
    z-index: -1;
}

.training-overview .training-content {
    position: relative;
    padding: 15px 22px 25px 29px;
    border: 0;
}

.training-overview .training-image {
    width: 20%;
}

.training-overview .training-image img {
    object-fit: cover
}

.training-overview .training-organisation h6, .training-overview .training-organisation b {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.21;
    color: #1e205e;
}

.training-overview .training-organisation b {
    padding-bottom: 32px;
}

.training-overview .training-organisation h6 {
    padding-bottom: 6px;
}

.training-overview .training-date span.label {
    font-size: 14px;
    line-height: 1.21;
    color: #316AB3;
    text-align: left;
}

.training-overview .training-date .date span {
    color: #1e205e;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.21;
}

.blue-btn.no-bg-btn {
    background: transparent !important;
    color: #002d70;
    padding: 3px 30px 6px 19px;
}

.blue-btn.no-bg-btn:after {
    color: #002d70;
    font-size: 14px;
    right: 0;
    bottom: 17px;
    top: unset;
}

.blue-btn.no-bg-btn:hover {
    text-decoration: underline;
}

.blue-btn.online-btn {
    background: #002d70 !important;
    color: #fff;
    float: unset !important;
    transform: unset !important;
}

.blue-btn.online-btn:after {
    color: #fff;
}

.training-overview .training-btn-container {
    /* position: absolute;
    bottom: 15px;
    right: 22px; */
    
    float: left;
    display: flex;
    justify-content: flex-end;
    width: 100%;

    .blue-btn::after {
        background-image: url("../img/icon-arrow-right-blue.svg");
        bottom: 8px;
        background-size: 7px;
        background-repeat: no-repeat;
    }

    .blue-btn.no-bg-btn {
        padding: 3px 20px 6px 19px;
    }
}

.training-detail-wrapper {
    background-color: #fff;
}

.training-top-content {
    position: relative;
    padding: 80px 0 100px;
    background-color: #fff;
    &:after {
        display: none;
    }
}

.training-top-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    z-index: -1;
    transform: skewY(0deg) translateY(10%);
    background-color: #D5E1ED;
}

.training-top-content h1 {
    font-size: 50px;
    line-height: 1;
}

.training-det .training-top-content h1 {
    font-size: 50px;
    font-weight: 900;
}

.training-top-content p {
    color: #1e205e;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Fira Sans", sans-serif;
}

.training-top-content .blue-btn, .practical-info .blue-btn {
    padding: 6px 119px 8px 19px;
    font-weight: 500;
    font-size: 17px;
    right: 0;
    top: 8px;
}

.training-info {
    margin-bottom: 60px;
    background: #EFE8D9;
}

.training-info img {
    width: 100%;
}

.training-info-grid {
    display: grid;
    background-color: #D2A02B;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.training-info-item {
    padding: 32px 34px 16px 24px;
    margin-bottom: 20px;
    border-left: solid 1px #e8e8e8;
    font-family: "Fira Sans";
    line-height: 1.5;
}

.training-info-item:first-of-type {
    border-left: 0;
}

.training-info-item h4 {
    color: #000;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}

.training-info-item span {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Fira Sans", sans-serif;
}

.training-content-cont {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

.training-content-cont ul {
    margin-left: 20px;
    margin-bottom: 0px;
}

.training-content-cont ul li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 1.44;
    color: #363636;
}

.training-content-cont div {
    font-size: 18px;
    line-height: 1.44;
    color: #363636;
}

.training-content-cont h2 {
    line-height: 1.08;
    padding-bottom: 5px;
}

.training-content-cont h3 {
    font-weight: 700;
}

.training-content-cont p {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 32px;
}

.training-content-cont p:last-child {
    margin-bottom: 0;
}

.cta-blocks + .training-content-cont {
    padding-top: 86px;
}

.cta-inner {
    background-color: #EFE8D9;
    padding: 44px 0;

    &.cta-info {
        background-color: #E0E9F4;
        padding: 40px 90px;
    }
}

.cta-inner .medium-7 {
    float: left !important;
}

.cta-inner span {
    display: block;
    padding-left: 31px;
    font-size: 14px;
    line-height: 1.21;
    padding-bottom: 12px;
    color: #316ab3;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cta-inner h3 {
    padding-left: 31px;
    font-size: 30px;
    line-height: 1.13;
    color: #002d70;
    font-weight: 600; /*font-family: "Fira Sans";*/
}

.practical-info {
    padding-top: 88px;

    table {
        border: solid 1px #fff;
    }
    table tr.even, table tr.alt, table tr:nth-of-type(2n) {
        background: #fff;
    }
    table tr th, table tr td {
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.no-padding {
    padding-top: 0px;
}

.practical-info h3 {
    font-size: 24px;
    line-height: 1.08;
    font-weight: 600;
}

.cta-container {
    background-color: #fff;
    margin: 0 0 50px;

    &.cta-container_training {
        float: left;
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }
}

.cta-info h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px;
    color: #1e205e;
}

.cta-info h4 {
    font-size: 22px;
    line-height: 1.18;
    color: #1e205e;
    margin-bottom: 13px;
    padding-left: 31px;
}

.cta-info span {
    text-transform: uppercase;
    color: #1e205e;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 12px;
    font-weight: 500;
    display: block;
}

.cta-info a.phone-number {
    color: #1e205e;
    margin-bottom: 12px;
    display: block;
    padding-left: 31px;
}

.cta-info a.phone-number:hover {
    text-decoration: underline;
}

.cta-info a.cta-mail {
    text-decoration: underline;
    display: block;
    padding-left: 31px;
    color: #1e205e;
}

.cta-info a.cta-mail:hover {
    text-decoration: none;
}

.practical-info + .cta-container {
    padding-top: 50px;
}

.training-det .trainingen-editor-contents {
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: unset;
}

.training-det .trainingen-editor-contents .mailto {
    margin-right: 60px;
}

.training-det .trainingen-editor-contents .right {
    float: left !important;
}

.cases-container {
    background-color: #EFE8D9;
}

.trainingen .case-section .case-section h3 {
    padding: 80px 0 30px;
}

.cases-container .blue-btn.no-bg-btn {
    margin-top: 20px;
}

.cases-container .case-section-content .blue-btn.no-bg-btn:after, .case-section-description .blue-btn.no-bg-btn:after {
    bottom: 10px;
}

.cases-container .blue-btn.no-bg-btn:hover, .case-section-description .blue-btn.no-bg-btn:hover {
    color: #1e205e;
    text-decoration: underline;
}

.training-det .training-top-content {
    padding-bottom: 60px;
}

.news-btn-container {
    width: 100%;
    background-color: #fff;
    padding: 45px 0;
    text-align: center;
}

.training-overview .traing-area {
    padding-bottom: 0;
}

.training-container {
    position: relative;
    background-color: #edf6f5;
    padding: 100px 0;
}

.training-container h2 {
    font-size: 40px;
    line-height: 1;
    color: #002d70;
    margin-bottom: 20px;
    text-align: center;
}

.training-container p {
    font-size: 18px;
    line-height: 1.44;
    color: #002d70; /*font-family: "Fira Sans"*/;
    text-align: center;
}

.training-grid {
    margin-top: 62px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    float: left;
}

.training-item {
    display: flex;
    padding: 20px;
    background-color: #fff;
}

.training-item img {
    display: inline-flex;
    width: 20%;
    max-width: 97px;
}

.training-item h4 {
    display: inline-flex;
    font-size: 24px;
    line-height: 1.1666;
    color: #002d70;
    width: 75%;
    padding-left: 30px;
    align-self: center
}

.expertise-overview .cta-container {
    padding-bottom: 100px;
}

.expertise-overview .cases-container {
    background-color: #edf6f5;
}

.expertise-overview .expertise-news {
    background-color: #edf6f5;
}

.expertise-overview .news-section {
    padding-bottom: 102px;
}

.expertise-overview .expertise-news h2 {
    font-size: 26px;
    line-height: 1.92;
    padding-bottom: 24px;
    text-transform: uppercase;
}

.content-inner.casteleijn.about-us {
    padding-bottom: 0;
    padding-top: 0;
}

.about-us .training-top-content, .about-us .training-content-cont {
    background: transparent;
}

.about-us .top-bg {
    background: linear-gradient(180deg, rgb(213, 225, 237) 50%, #fff 0%);
}

.about-us.about-v3 .top-bg {
    background: linear-gradient(180deg, rgb(213, 225, 237) 48%, #fff 0%);
}


.training-det .cta-container span {
    padding-bottom: 0;
}

.breadcrumb-wrapper {
    display: flex;
    padding-top: 22px;
}

.breadcrumb-cont {
    background-color: #316AB3;
}

.breadcrumb-item {
    display: inline-flex;
}

.breadcrumb-item a, .breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
    align-self: center
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.separator {
    padding: 0 8px;
    transform: translateY(1px);
}

.breadcrumb-cont.grey {
    background-color: #D5E1ED;
}

.breadcrumb-cont.grey .breadcrumb-item a {
    color: #000000;
    font-family: 'PT Sans', sans-serif
}

.breadcrumb-cont.grey .breadcrumb-item.active {
    color: #002d70;
    font-family: 'PT Sans', sans-serif
}

.blog-content .blue-btn.no-bg-btn:after {
    bottom: 12px;
}

.cases-overview .case-section-description a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.exper-detail.expertise-overview h1 {
    font-size: 50px;
}

.exper-detail.expertise-overview .text-block {
    color: #002d70;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

header .header-inner .top-bar-section .right li {
    padding: 20px 20px 30px;
}

header .header-inner .top-bar-section .right li.show li {
    padding: 10px 0;
}

.mobile-search {
    display: none;
    position: absolute;
    top: 15px;
    right: 115px;
}

.grecaptcha-badge {
    z-index: 99;
}

.news-section .case-section-button:before {
    display: none;
}

.news-section .case-section-button {
    padding: 0 0 35px;
}

.home-header.f-topbar-fixed {
    padding-top: 0 !important;
}

header .right {
    opacity: 1;
    transition: opacity 300ms;
}

header .right.hide {
    opacity: 0;
    transition: opacity 300ms;
}

.succes-message {
    border: 1px solid green;
    background-color: #3bab42;
    padding: 10px;
}

.training-overview .blog p {
    color: #000;
    padding-top: 15px;
}

html {
    scroll-padding-top: 200px;
}

/* Hero Section */
.hero-section {
    background-color: #e5ebef;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-section h1 {
    font-size: 48px;
    line-height: 1.1;
    color: #002d70;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 18px;
    line-height: 1.5;
    color: #363636;
    margin-bottom: 30px;
}

.hero-section .button {
    margin-right: 15px;
    background-color: #002d70;
    color: #fff;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 16px;
}

.hero-section .button.secondary {
    background-color: #f2b500;
    color: #002d70;
}

.hero-section img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: -40px; /* Adjust as needed to match image */
}

/* Onze expertise Section */
.expertise-section {
    padding: 80px 0;
    background-color: #fff;
}

.expertise-section h2 {
    font-size: 36px;
    color: #002d70;
    text-align: center;
    margin-bottom: 50px;
}

.expertise-card {
    border: 1px solid #e0e0e0;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.expertise-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.expertise-card h3 {
    font-size: 24px;
    color: #002d70;
    margin-bottom: 15px;
}

.expertise-card p {
    font-size: 16px;
    color: #363636;
    margin-bottom: 20px;
}

.expertise-card .button {
    background-color: #002d70;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
}

.expertise-card .button.secondary {
    background-color: #f2b500;
    color: #002d70;
}

/* Blog image 2 row*/
.two-row-images .container {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    justify-content: center;
}

.two-row-images .container .two-row-img {
    display: block;
}

/* Blog image 2 row*/


/* Slider */

.slider-blogs.slick-initialized.slick-slider {
    padding: 0 50px;
}

.slider-container h2, .slider-container p {
    margin-bottom: 15px;
}

.slick-slider .slick-prev {
    left: 0;
    z-index: 100;
}

.slick-slider .slick-prev:before {
    width: 22px;
    height: 13px;
    content: "\F053";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #002d70;
    position: absolute;
    top: 0;
}

.slick-slider .slick-next {
    right: 0;
    z-index: 100;
}

.slick-slider .slick-next:before {
    width: 22px;
    height: 13px;
    content: "\F054";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #002d70;
    position: absolute;
    top: 0;
    right: 10px;
}

.cta-slide.cta-inner {
    min-height: 182px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-initialized .slick-slide div {
    height: 100%;
}


.highlighted-section {
    padding: 80px 0 70px 0;
    background-color: #D5E1ED;

    @media (max-width: 768px) {
        padding: 30px 0;
    }
}

.highlighted-row {
    margin-bottom: 60px;

    @media (max-width: 768px) {
        margin-bottom: 30px;
    }
}

.highlighted-section h2 {
    font: 700 26px/50px 'Fira Sans', sans-serif;
    color: #000000;
    margin-bottom: 30px;

    @media (max-width: 768px) {
        font-size: 24px;
    }
}

.highlighted-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;

    .lightblue-btn {
        width: fit-content;
    }

    @media (max-width: 768px) {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.highlighted-section h3 {
    font: 700 40px/36px 'Fira Sans', sans-serif;
    color: #1E205E;
    margin-bottom: 20px;

    @media (max-width: 768px) {
        font-size: 30px;
    }
}

.highlighted-section p {
    font: 400 18px/26px 'Fira Sans', sans-serif;
    color: #000000;
    margin-bottom: 30px;
}

.highlighted-section .button {
    background-color: #002d70;
    color: #fff;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 16px;
}

.highlighted-section img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Familiebedrijven Kompas Section */
.family-compass-section {
    padding: 80px 0;
    background-color: #e5ebef;
}

.family-compass-section h2 {
    font-size: 36px;
    color: #002d70;
    margin-bottom: 20px;
}

.family-compass-section p {
    font-size: 18px;
    color: #363636;
    margin-bottom: 30px;
}

.family-compass-section .button {
    background-color: #002d70;
    color: #fff;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 16px;
}

.family-compass-section img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Wij zijn Bunt Groep Section */
.about-us-section {
    position: relative;
    padding: 550px 0 70px 0;
    background-color: #002d70;
    color: #fff;
    max-height: 90vh;
    overflow: hidden;

    &:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }

    > .row {
        z-index: 2;
        position: relative;
    }

    @media (max-width: 1200px) {
        padding-top: 400px;
    }

    @media (max-width: 768px) {
        padding-top: 300px;
    }
}

.about-us-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: 0;
}

.about-us-section h2 {
    font: 900 60px/36px 'Fira Sans', sans-serif;
    color: #fff;
    margin-bottom: 30px;

    @media (max-width: 768px) {
        font-size: 40px;
    }
}

.about-us-section p {
    font: 500 18px/26px 'Fira Sans', sans-serif;
    color: #fff;
    margin-bottom: 30px;
}

/* Cursus Section */
.course-section {
    padding: 80px 0;
    background-color: #fff;
}

.course-section h2 {
    font-size: 36px;
    color: #002d70;
    text-align: center;
    margin-bottom: 50px;
}

.course-item {
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.course-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.course-item h3 {
    font-size: 22px;
    color: #002d70;
    margin-bottom: 10px;
}

.course-item .button {
    background-color: #002d70;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
}



/* Footer Section */
.main-footer {
    background-color: #1e205e;
    color: #fff;
    padding: 50px 0;
}

.main-footer h4 {
    color: #f2b500;
    margin-bottom: 20px;
}

.main-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-footer ul li {
    margin-bottom: 10px;
}

.main-footer ul li a {
    color: #fff;
    text-decoration: none;
}

.main-footer ul li a:hover {
    text-decoration: underline;
}

.main-footer p {
    font-size: 14px;
    line-height: 1.5;
}

.main-footer input[type="email"] {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #363636;
    margin-bottom: 10px;
}

.main-footer .button.expand {
    background-color: #f2b500;
    color: #002d70;
}

/* Slider*/

.anders-description {
    display: none;
}

.page-faq .top-content h1 {
    text-align: center;
}

.page-faq .faq-container {
    background: white;
    width: 100%;
    float: left;
    margin-top: 60px;
}

.page-faq .faq-container p {
    color: #363636;
}

.page-faq .faq-container ul {
    margin: 0;
}

@media only screen and (max-width: 640px) {
    .about-us.about-v3 .top-bg {
        background: linear-gradient(170deg, rgb(229, 235, 239) 73%, #fff 0%);
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
    .page-faq .faq-container {
        padding-bottom: 0;
    }

    .about-us.about-v3 .top-bg {
        background: linear-gradient(170deg, rgb(229, 235, 239) 63%, #fff 0%);
    }
}

@media only screen and (max-width: 640px) {
    .about-us.about-v3 .top-bg {
        background: linear-gradient(170deg, rgb(229, 235, 239) 73%, #fff 0%);
    }
}

.case-item p::before, .case-item p::after {
    position: relative;
    content: "“";
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #002d70;
}

.case-item p::after {
    content: "”";
}

.page-cases-detail .content-middle-section {
    border-top: 1px solid #e8e8e8;
    margin: 40px 0;
}

@media only screen and (max-width: 1024px) {
    .page-cases-detail .content-middle-section {
        margin: 20px 0;
    }
}


/* Logo slider */

.slider-wrapper {
    position: relative;
    padding: 0 0 80px;
}

.slider-wrapper h3 {
    margin-bottom: 30px;
    font-weight: 700;
}

.slider-wrapper p {
    margin-bottom: 20px;
}

.slider-wrapper .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.slider-wrapper img {
    max-width: 152px;
}


.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    font-size: 20px;
    font-family: Times;
    line-height: 1;
}

.Stars:before {
    content: '★★★★★';
    letter-spacing: 0;
    background: linear-gradient(90deg, #D2A02B var(--percent), #fff var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.training-content-cont.thankyou-news-cont .case-section-content {
    width: 100%;
}

.training-content-cont.thankyou-news-cont .case-section {
    padding: 0;
}






/* Onze expertise Section */
.expertises-section {
    padding: 80px 0;
    background-color: #fff;

    @media only screen and (max-width: 768px) {
        padding: 30px 0;
    }
}

.expertises-section h2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 26px;
    color: #000;
    text-align: left;
    margin-bottom: 30px;
}

.expertises-card {
    margin-bottom: 30px;
    background-color: #316AB3;

    &.expertises-card__alt {
        background-color: #f2b500;
    }
}

.expertises-card__content {
    padding: 40px 40px 80px 40px;
    position: relative;
}

.expertises-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.expertises-card h3 {
    font: 30px/36px 'Fira Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 23px;
}
.expertises-card.expertises-card__alt h3 {
    color: #000;
}

.expertises-card p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}
.expertises-card.expertises-card__alt p {
    color: #000;
}

.expertises-card a.blue-btn,
.expertises-card a.white-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
}


/* Overview Section */
body.nav-white {
    background-color: #fff;

    .breadcrumb-cont {
        background-color: #fff;
    }
    .breadcrumb-item a, .breadcrumb-item.active {
        color: #000;
    }
}
body.nav-white .header,
body.nav-white .contain-to-grid,
body.nav-white .contain-to-grid.fixed {
    background-color: #fff;

    .bunt-logo {
        display: none;
    }
    .home-logo {
        display: block;
    }
    .top-bar-section ul li a {
        color: #000000;
    }
    .sticky .right > li.show::before {
        background-image: url("../img/icon-arrow-down-blue.svg");
    }
}

body.nav-light .header,
body.nav-light .contain-to-grid,
body.nav-light .contain-to-grid.fixed {
    background-color: #D5E1ED;

    .bunt-logo {
        display: none;
    }
    .home-logo {
        display: block;
    }
    .top-bar-section ul li a {
        color: #000000;
    }
    .sticky .right > li.show::before {
        background-image: url("../img/icon-arrow-down-blue.svg");
    }
}

.content-inner {
    &.overview {
        padding: 0;
    }

}

/* Hero Section */
.overview-intro {
    background-color: #ffffff;
    padding: 50px 0;
}

.overview-intro h1 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 1rem;
    color: #1E205E;

    @media only screen and (max-width: 768px) {
        font-size: 40px;
        line-height: 50px;
    }
}

.overview-intro p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1rem;
    color: #1E205E;
}

/* Training and Coaching Cards */
.training-coaching-cards {
    padding: 80px 0 60px 0;
    background-color: #EFE8D9;

    @media only screen and (max-width: 768px) {
        padding: 40px 5px 30px 5px;
    }

    .row {
        max-width: 1100px;
    }
    .column, .columns {
        padding-left: 8px;
        padding-right: 8px;
    }

    .columns + .columns:last-child {
        float: left;
    }

    h2 {
        font: 26px/50px 'Fira Sans', sans-serif;
        font-weight: 700;
        margin-bottom: 18px;
        color: #000;

        @media only screen and (max-width: 768px) {
            font-size: 24px;
        }
    }

    .training-filters {
        padding: 0 13px;
    }

    .training-selectbox select {
        background-position: 97%;
    }
}

.training-coaching-cards .card {
    display: block;
    background-color: #316AB3;
    color: #fff;
    padding: 24px 22px 13px 30px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;

    &:hover {
        background-color: rgba(49, 106, 179, 0.75);
    }
}

.training-coaching-cards .card h2 {
    font: 30px/36px 'Fira Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff;
}

.training-coaching-cards .card p {
    font: 18px/24px 'Fira Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}

.training-coaching-cards .card .link {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
    display: inline-block;
    float: right;
    background: url("../img/icon-readmore.svg") 100% 9px no-repeat;
}

/* Tussenkop Section */
.content-section {
    background-color: #ffffff;
    padding: 90px 0;

    @media only screen and (max-width: 768px) {
        padding: 40px 5px;
    }
}

.content-section h3 {
    font: 24px/26px 'Fira Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #1E205E;
}

.content-section p {
    font: 18px/26px 'Fira Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
    color: #363636;

    &:last-child {
        margin-bottom: 0;
    }
}

.overview-intro + .content-section {
    padding-top: 10px;
}

.sand-bg {

    .news-section h3 {
        width: 100%;
        float: left;
        text-align: left;
        padding: 0 0 30px 0;
        font: 700 26px/50px 'Fira Sans', sans-serif;
        color: #000000;
    }

    .news-btn-container {
        float: right;
        width: 100%;
        background-color: transparent;
        padding: 45px 0 0 0;
        text-align: right;
    }

    .blue-btn.no-bg-btn::after {
        content: "";
        background-image: url("../img/icon-arrow-right-blue.svg");
        width: 10px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }

    .news-section ul {
        width: 100%;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .news-section ul li {
        width: 33.33%;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0 6px;

        @media only screen and (max-width: 768px) {
            width: 100%;
            margin-bottom: 20px;
        }
    }

    .news-section ul li:first-child {
        padding-left: 0;
        padding-right: 10px;

        @media only screen and (max-width: 768px) {
            margin-bottom: 20px;
        }
    }

    .news-section ul li:last-child {
        padding-right: 0;
        padding-left: 10px;
    }

    .news-title{
        padding: 40px 40px 100px 40px;
    }

    .news-title::before {
        display: none;
    }

    .news-list {
        width: 100%;
        float: left;
        background: #fff;
    }

    .news-list h4 {
        font: 700 24px/28px 'Fira Sans', sans-serif;
        padding: 0;
        margin-bottom: 20px;
    }

    .tag {
        width: fit-content;
        color: #1E205E;
        font-size: 18px;
        font-weight: bold;
        background-color: #D5E1ED;
        padding: 3px 10px;
        margin-bottom: 20px;
    }

    .newsletter-section form button {
        background-color: #1E205E;
    }

    .newsletter-inner-section {
        padding: 97px 60px 97px 93px;
    }

    .newsletter-section img {
        max-height: 378px;
    }
    .newsletter-inner-section::after {
        width: 70px;
    }

    .lightblue-btn {
        position: absolute;
        left: 40px;
        bottom: 40px;
    }
}