/*404 page css*/
/*#template-404 .content {*/
/*    display: none;*/
/*}*/

#template-404 .error-msg {
    box-shadow: 0px 0px 27px #00000024;
    border-radius: 24px;
    padding: 25px 60px;
    text-align: center;
    width: 75%;
    margin: -45px auto 45px auto;
    background: #ffffff;
}

.cards-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    padding-bottom: 25px;
}

.cards-404 > div {
    min-height: 400px;
    width: 310px;
    border-radius: 24px 24px 0 24px;
    overflow: hidden;
    transition: 0.3s ease;
    cursor: pointer;
    margin-top: 2%;
}

.cards-404 > div:hover {
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 35%);
}

.cards-404 .card-1 {
    display: flex;
    align-items: end;
    background-image: url('https://dckebkdc4nt5q.cloudfront.net/7360efa3b867974afc3ea40a3624657d.jpg');
    background-size: cover;
    background-position: center center;
}

.cards-404 .card-2 {
    display: flex;
    align-items: end;
    background-image: url('https://dckebkdc4nt5q.cloudfront.net/6723bf20204c37de4bd0cefdec7b3bb6.jpg');
    background-size: cover;
    background-position: center center;
}

.cards-404 .card-3 {
    display: flex;
    align-items: end;
    background-image: url('https://dckebkdc4nt5q.cloudfront.net/c64b6966e432762369507b69cc85df23.jpg');
    background-size: cover;
    background-position: center center;
}

.cards-404 .card-4 {
    display: flex;
    align-items: end;
    background-image: url('https://dckebkdc4nt5q.cloudfront.net/d3b342828fa1f4d41dceccf38729ea37.jpg');
    background-size: cover;
    background-position: center center;
}

.cards-404 .card-info {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    height: 200px;
    clip-path: polygon(15% 0%, 100.5% 0%, 100% 100%, 0% 100%);
    padding: 10px 10px 10px 20%;
}

.cards-404 .card-info h2 {
    font-size: 24px;
    line-height: 120%;
    text-transform: none;
    font-weight: 600;
}
/*404 page css end*/

ol, ul {
    padding-inline-start: 20px;
}
.btn-white {
    opacity: 1 !important;
    border: 1px solid #fff;
    color: #000 !important;
}

.blogCardFix {
    margin-bottom: -70px !important;
}

.btn-white:hover {
    background: transparent !important;
    color: #fff !important;
}
.back-to-top-btn {
    display: none;
}
.back-to-top-btn,
.back-to-top-btn:hover {
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #039cde;
    border-radius: 100%;
    color: transparent !important;
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    z-index: 9999999;
}
.back-to-top-btn .fa {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: url(https://dckebkdc4nt5q.cloudfront.net/6592f5da544b342190591909ab45ca23.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    color: transparent;
    filter: invert(1);
}
.back-to-top-btn p {
    margin: 0;
    line-height: 110%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

#customCountdown .flipdown .rotor-group {
    padding-right: 15px;
}
#customCountdown .flipdown .rotor {
    font-size: 3.5rem;
}
#customCountdown .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
#customCountdown .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    width: 5px;
    height: 5px;
    left: 110px !important;
}

#customCountdown .flip-clock-wrapper {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font: inherit;
}
#customCountdown .flip-clock-wrapper .flip-clock-divider {
    display: none;
}
#customCountdown .flip-clock-wrapper ul {
    box-shadow: none;
    margin: 0;
    line-height: 100%;
}
#customCountdown .flip-clock-wrapper.countdown_small ul {
    width: 19px !important;
    height: 100px;
}
#customCountdown .flip-clock-wrapper ul li {
    padding-bottom: 15px;
}
#customCountdown .flip-clock-wrapper ul li a {
    perspective: none;
    pointer-events: none;
    color: inherit;
}
#customCountdown .flip-clock-wrapper ul li a div {
    position: relative;
    overflow: visible;
    left: auto;
    bottom: auto;
    transform-origin: unset;
    transform: none;
    background: transparent;
    text-shadow: none;
    height: 100%;
    border-radius: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: none;
}
#customCountdown .flip-clock-wrapper ul li a div.inn {
    color: #009cde;
    height: 80%;
    overflow: hidden;
}
#customCountdown .flip-clock-wrapper > div,
#customCountdown .flip-clock-wrapper ul li a div.inn {
    background-color: #fff;
}
#customCountdown .flip-clock-wrapper > div {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    border-radius: 5px;
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#customCountdown .flip-clock-wrapper > div:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    color: #009cdf;
    z-index: 9;
    font-size: 12px;
    font-weight: 700;
}
/*#customCountdown .flip-clock-wrapper .days:before {content: 'dagen';}*/
/*#customCountdown .flip-clock-wrapper .hours:before {content: 'uur';}*/
/*#customCountdown .flip-clock-wrapper .minutes:before {content: 'minuten';}*/
/*#customCountdown .flip-clock-wrapper .seconds:before {content: 'seconden';}*/

#customCountdown .rotor-group-heading[data-before="Days"]:before {content: 'dagen' !important;}
#customCountdown .rotor-group-heading[data-before="Hours"]:before {content: 'uur' !important;}
#customCountdown .rotor-group-heading[data-before="Minutes"]:before {content: 'minuten' !important;}
#customCountdown .rotor-group-heading[data-before="Seconds"]:before {content: 'seconden' !important;}

#customCountdown .flip-clock-wrapper ul li a div.up {
    display: none;
}
#customCountdown .flip-clock-wrapper .seconds {
    /*display: none;*/
}
#customCountdown .flip-clock-wrapper ul li a div .shadow {
    display: none;
}
#customCountdown .flip-clock-wrapper ul.flip.clock-active {
    transform: none !important;
}

.eventDateBlock {
    width: 100%;
    padding: 20px 10px 20px 10px !important;
}
.eventDateBlock p {
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.eventDateBlock p .fa {
    width: 35px;
    height: 35px;
    color: #009cdf;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 10px;
    font-weight: 400;
}

a:focus {
    outline: none !important
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jc-flex-start {justify-content: flex-start !important;}
.z-index-2 {
    position: relative;
    z-index: 2;
}

/*.btn-primary:focus {*/
/*    background: #e42313 !important;*/
/*    color: #fff !important;*/
/*}*/
/*.btn-secondary:focus {*/
/*    background: #009cde !important;*/
/*    color: #fff !important;*/
/*}*/

/*Nav styling*/
.text.nav-magnifying {
    width: 20px;    
}

.funraisin-header-wrapper .funraisin-desktop-nav {
    position: relative;
    z-index: 1;
}
.funraisin-header-wrapper .vertical-align-container {
    position: relative;
    transform: translateY(-2px);
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-secondary-nav {}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-secondary-nav ul li.pl5 a.btn {
    height: 38px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-secondary-nav ul > li {
    padding: 0 !important;
    margin: 0 10px;
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-secondary-nav ul > li:first-child {
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-secondary-nav ul > li:last-child {
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-secondary-nav .btn-login .fa {
    display: none;
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-secondary-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a {
    color: #fff;
}
.funraisin-header-wrapper .funraisin-desktop-nav .navbar-form .input-group {
    border: none;
}
.funraisin-header-wrapper .funraisin-desktop-nav .navbar-form .input-group .form-control {
    background: #f2f7ff;
    border-color: #f2f7ff;
    border: none;
    width: 200px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-style: normal !important;
}
.funraisin-header-wrapper .funraisin-desktop-nav .navbar-form .input-group .form-control::placeholder,
.funraisin-header-wrapper .funraisin-desktop-nav .navbar-form .input-group .form-control {
    font-style: italic;
    color: #009cde;
}
.funraisin-header-wrapper .funraisin-desktop-nav .navbar-form .input-group .input-group-btn .btn {
    background: #009cde !important;
    border: none;
    color: #fff;
}
.funraisin-header-wrapper .funraisin-desktop-nav .navbar-form .input-group .input-group-btn .btn:hover {
    color: #fff;
}

.funraisin-header-wrapper .funraisin-desktop-nav .navigation-layout-bottom .primary-nav-container > .container {
    padding: 15px 0 !important;
    background: #fff;
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav {
    
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav > .container,
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav > .container > .col-sm-12 {
    padding: 0;
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav ul li a.text {
    position: relative;
    padding: 20px 20px !important;
    display: inline-block;
    text-align: center;
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav ul li a.text:before {
    content: attr(title);
    display: block;
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav ul li a.text:hover,
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav ul li a.text.active {
    font-weight: 700;
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav ul li a.text:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: 5px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav ul li a.text:hover:after,
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav ul li a.text.active:after {
    opacity: 1;
}

.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav ul > li.funraisin-dropdown-nav:hover > a {
    background: #009cde;
    font-weight: 600;
    color: #ffffff;
}
.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav ul > .funraisin-dropdown-nav a:after {
    display: none !important;
}

.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav ul li .funraisin-dropdown-menu li {
    min-width: 220px;
}

.funraisin-dropdown-menu {
    background: #009cde !important;
    transition: none !important;
    box-shadow: 0px 12px 15px -6px rgb(0 0 0 / 15%) !important;
}
.funraisin-dropdown-menu li {
    /*padding: 0 10px;*/
    padding: 0;
}
.funraisin-dropdown-menu li:first-child {
    padding-top: 10px;
}
.funraisin-dropdown-menu li:last-child {
    padding-bottom: 10px;
}
.funraisin-dropdown-menu li a {
    padding: 5px 20px !important;
    display: inline-block !important;
    width: 100%;
}
.funraisin-dropdown-menu li a:hover {
    font-weight: 600;
}

.registration-steps {
    background: #EFF5FF;
    border: none;
}
.registration-steps .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.registration-steps ul {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.registration-steps ul li {
    margin: 0;
    background: #fff;
    border-color: #009cde;
    overflow: hidden;
}
.registration-steps ul li.completed,
.registration-steps ul li.current {
    border-color: #009cde;
    background: #009cde;
}
.registration-steps ul li.completed a,
.registration-steps ul li.current a {
    color: #fff;
}
.registration-steps ul li.current {
    position: relative;
}
.registration-steps ul li.current:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.05);
    left: 0;
    top: 0;
}
.registration-steps ul li a {
    /*word-break: break-word;*/
    width: 240px;
    white-space: normal;
    line-height: 140%;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #505050;
    border-color: #009cde;
}
.registration-steps ul li a .fa {
    margin-left: 5px;
}

#RegistrationForm > section > .container {position: relative;}
#RegistrationForm > section > .container .skip-btn {
    position: absolute;
    top: -45px;
    right: 0;
}
.skip-btn {
    padding-right: 35px;
    position: relative;
    /*color: #0063ff;*/
    color: #009cde;
    font-weight: 700;
}
.skip-btn:before {
    content: '';
    background: url(https://dckebkdc4nt5q.cloudfront.net/cd42081aa5af7c27f6527c3f41e3b0b7.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    filter: brightness(0) saturate(100%) invert(62%) sepia(85%) saturate(5479%) hue-rotate(171deg) brightness(99%) contrast(101%);
}
.skip-btn u {text-decoration: none;}
.skip-btn:hover {
    /*color: #0063ff;*/
    color: #009cde;
}
.skip-btn:hover u {text-decoration: underline;}

.register-tabs .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-tabs .nav-tabs li {margin: 0 10px;padding: 0;width: 100%;border: none;border-radius: 0;background: none;opacity: 1;}
.register-tabs .nav-tabs li:first-child {margin-left: 0;}
.register-tabs .nav-tabs li:last-child {margin-right: 0;}
.register-tabs .nav-tabs li.active {background: none;}
.register-tabs .nav-tabs li h3 {margin: 0;padding: 0;}
.register-tabs .nav-tabs li.active a {
    background: #009cde;
    border-color: #009cde;
}
.register-tabs .nav-tabs li a {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 26px;
}

.template-login-dashboard .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.template-login-dashboard .nav-tabs li {
    padding: 0 !important;
    margin: 0 10px !important;
    opacity: 1;
    border-radius: 100px !important;
    border: 1px solid #ccc;
    width: 100%;
}
.template-login-dashboard .nav-tabs li:first-child {
    border-radius: 100px 0 0 100px;
}
.template-login-dashboard .nav-tabs li:last-child {
    border-radius: 0 100px 100px 0;
}
.template-login-dashboard .nav-tabs li h3 {
    padding: 0 !important;
    margin: 0 !important;
}
.template-login-dashboard .nav-tabs li h3 a {
    padding: 0 20px !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    text-decoration: none;
    color: #a5a6a8;
    font-size: 23px;
    line-height: 100%;
}
.template-login-dashboard .nav-tabs li.active h3 a {
    color: #fff;
}

#sidebar-form-toggler li a {
    font-size: 18px;
}
#sidebar-form-toggler li a:before {
    font-weight: 700;
    padding-right: 5px;
    font-size: 17px;
}
#sidebar-form-toggler li a#chooseamountlink:before {
    content: '1.';
}
#sidebar-form-toggler li a#personaldetailslink:before {
    content: '2.';
}
#sidebar-form-toggler li a#paymentdetailslink:before {
    content: '3.';
}
#sidebar-form-toggler li a .fa {
    font-size: 16px;
    transform: translateY(-1px);
}

.lump-search > .row {
    display: flex;
    justify-content: center;
}
.lump-search > .row > .col-sm-3 {
    display: none;
}
.lump-search > .row > .col-sm-6 {
    width: 100%;
}
.lump-search > .col-sm-3 {
    padding: 0 10px;
}

.slick-dots {
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li {
    margin: 0 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: auto;
}
.slick-dots li button {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    border: none !important;
}
.slick-dots li.slick-active button {
    background-color: #B8C606 !important;
    border-color: #009cde !important;
}
.slick-dots li button:before {
    display: none;
}

.language-toggle {
    opacity: 0;
}

/*Homepage styling*/

.header-card-parent {
    padding: 0 !important;
    margin-top: -170px !important;
    margin-bottom: 10%!important;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.header-card-parent > .container {
    width: 1000px;
    position: relative;
}
.header-card-parent .header-card-col {
    /*position: absolute;*/
    top: -170px;
    background: #009cde;
    color: #fff;
    padding: 20px 50px !important;
    width: 100%;
}
.header-card-parent .header-card-col > .lump {
    padding: 0 !important;
}
.header-card-parent .header-card-col h2 {
    font-size: 45px;
}
.header-card-parent .header-card-col .btn {
    
}
/*.header-card-parent .header-card-col .btn:hover,*/
/*.header-card-parent .header-card-col .btn:focus {*/
/*    background: #fff !important;*/
/*    border-color: #fff !important;*/
/*    color: #e42313 !important;*/
/*}*/
.header-card-parent .header-card-col > .lump#customCountdown {
    padding-top: 20px !important;
    padding-left: 0px !important;
}
.header-card-parent .header-card-col .btn:not(:first-child) {
    margin-left: 10px;
}

#eventsSection,
#eventsRollSection,
#searchSection {
    position: relative;
}

#eventsSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f2f7ff;
    clip-path: polygon(0% 100%, 0% 40%, 100% 0%, 0% 0%);
    -webkit-clip-path: polygon(0% 100%, 0% 40%, 100% 0%, 0% 0%);
    width: 72vw;
    height: 250px;
    z-index: -1;
}

#eventsSection .container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f7ff;
    width: 72vw;
    height: 100%;
    z-index: -1;
    display: block;
}

#eventsSection:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #f2f7ff;
    clip-path: polygon(0% 40%, 100% 0px, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 40%, 100% 0px, 100% 100%, 0% 100%);
    width: 72vw;
    height: 250px;
    z-index: -1;
}

.template-blog #eventsRollSection:before,
.template-blog #eventsRollSection:after {
    display: none;
}

#eventsRollSection .lump-events {
    opacity: 0;
    transition: opacity 1s ease;
    /*transform: translateX(-15px);*/
}
#eventsRollSection .slick-slider .slick-list {
    overflow: visible !important;
    padding: 0;
}
#eventsRollSection .slick-slider .slick-list .slick-track {
    /*display: flex !important;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/

}
#eventsRollSection .slick-slider .slick-list .slick-slide {
    padding: 0 10px;
    margin: 0;
}
#eventsRollSection .slick-slider .slick-list .slick-slide[aria-hidden="true"] {
    opacity: 0.2 !important;
    pointer-events: none;
}
#eventsRollSection .slick-slider .slick-list .slick-slide .lump-event {
    padding: 0;
}
.slick-arrows {
    margin-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-arrows .slick-arrow {
    background: #009cde;
    width: 40px;
    height: 40px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    border-radius: 100%;
    transform: none;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.slick-arrows .slick-arrow.slick-disabled {
    background: #fff;
    color: #009cde;
}
.slick-arrows .slick-prev {
    padding-right: 2px;
    left: -15px !important;
}
.slick-arrows .slick-next {padding-left: 2px;}

.slick-arrows .slick-prev:before,
.slick-arrows .slick-next:before {
    display: none;
}

#eventsRollSection .panel {
    height: 440px !important;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    /*word-break: break-word;*/
    border: none;
    border-radius: 24px 24px 0px 24px;
    
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background: border-box;
}

#eventsRollSection .panel.without-btns {
    padding-bottom: 50px;
}

#eventsRollSection .panel.without-btns:before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 25px;
    height: 15px;
    background: url(https://dckebkdc4nt5q.cloudfront.net/63cfdde128cfae74bc11e70250075ff0.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#eventsRollSection .panel:hover {
    transform: none;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 35%);
}
#eventsRollSection .panel:hover .cta .btn {
    background: #B7CB09;
}
#eventsRollSection .panel .event-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
#eventsRollSection .panel .event-image:before {
    display: -webkit-box !important;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    z-index: 1 !important;
    background: linear-gradient(0deg, rgba(40,137,209,1) 20%, rgba(255,255,255,0) 100%);
}
#eventsRollSection .panel .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#eventsRollSection .panel .event-details {
    position: relative;
    background: transparent;
    display: inline-block;
    width: 100%;
    padding: 20px 20px 20px 70px;
    z-index: 2;
    height: 230px;
    transform: translateY(1px);
    padding-bottom: 90px !important;
}
#eventsRollSection .panel .event-details:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
}
#eventsRollSection .panel .event-details > * {
    position: relative;
}
#eventsRollSection .panel .event-details h4 {
    font-size: 22px;
    /*color: #e42313;*/
    /*margin-top: -30px !important;*/
}
#eventsRollSection .panel .event-details .cta {
    position: absolute;
    bottom: 30px;
}
#eventsRollSection .panel .event-details .cta a {
    pointer-events: none;padding: 8px 25px;
    background: #2f9cda;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 10px;
}
#eventsRollSection .panel .event-details .cta a .fa {
    font-size: 14px;
}


#eventsRollSection .panel .event-details .short-desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    color: #000;
    line-height: 150%;
    font-size: 17px;
}

#eventsRollSection .panel .event-details .date {
    position: absolute;
    top: 15px;
    left: 20px;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    -webkit-text-stroke-width: 0px;
    padding-left: 50px;
    color: #fff !important;
    z-index: 3 !important;
    top: -37px !important;
}
#eventsRollSection .panel .event-details .date > span {
    display: none;
}
#eventsRollSection .panel .event-details .location {
    display: none;
}
#eventsRollSection .panel .event-options {
    display: inline-block;
    padding: 0 20px 15px !important;
}
#eventsRollSection .panel .event-options .btn {
    width: 100%;
    margin: 5px 0;
}

#searchSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f7ff;
    clip-path: polygon(0% 00%, 100% 0px, 100% 80%, 0% 100%);
    -webkit-clip-path: polygon(0% 00%, 100% 0px, 100% 80%, 0% 100%);
    width: 72vw;
    height: 100%;
    z-index: -1;
    margin-top: -1px;
}
#searchSection .vertical-align-top {
    justify-content: center;
}
#searchSection .searchCopy {
    width: 800px;
}
#searchSection .searchResults .lump-search > .row > .col-sm-6 {
    width: 600px;
}
#searchSection .lump-search .input-group {
    background: #fff;
    overflow: hidden;
    border-radius: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border: none;
}
#searchSection .lump-search .input-group .form-control {
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}
#searchSection .lump-search .input-group .input-group-btn {
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#searchSection .lump-search .input-group .input-group-btn .btn {
    background: none;
    color: #009cde;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
}
#searchSection .lump-search .input-group .input-group-btn .btn .fa {
    font-size: 20px;
}

#testimonialsSection > .container > .vertical-align-top {
    opacity: 0;
    transition: opacity 1s ease;
    position: relative;
}
#testimonialsSection > .container > .vertical-align-top:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 120px;
    left: 0;
    background: #e42313;
    clip-path: polygon(0% 0%, 100% 0px, 100% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0px, 100% calc(100% - 60px), 0% 100%);
}

#testimonialsSection .slick-slide {
    padding: 0 50px;
}
#testimonialsSection .slick-slide .lump.col-md-6 {
    padding-bottom: 0 !important;
}
#testimonialsSection .slick-slide .lump.col-md-6:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 0 !important;
}
#testimonialsSection .slick-slide .lump.col-md-6:first-child p {
    position: relative;
}
#testimonialsSection .slick-slide .lump.col-md-6:first-child p:before {
    content: '';
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    display: block;
}
#testimonialsSection .slick-slide .lump.col-md-6:first-child img {
    width: 540px;
    height: 440px;
    object-fit: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
}
#testimonialsSection .slick-slide .lump.col-md-6:last-child {
    margin-top: 140px;
    color: #fff;
    padding: 20px 15px 20px 50px !important;
    /*padding-bottom: 50px !important;*/
    padding-bottom: 0 !important;
}
#testimonialsSection .slick-slide .lump.col-md-6:last-child h4 {
    font-size: 30px;
    line-height: 150%;
    color: #fff;
}
#testimonialsSection .slick-dots {
    display: inline-block !important;
    width: auto;
    left: 350px;
    bottom: -40px;
}
#testimonialsSection .slick-dots li.slick-active button {
    background: #8e0d02;
}
#testimonialsSection .slick-dots li button {
    border-color: #8e0d02;
}
#testimonialsSection .testimonialsReadMore {
    position: absolute;
    bottom: 0;
    /*right: 0;*/
    left: 50px;
    font-size: 14px;
    padding-right: 60px;
}
#testimonialsSection .testimonialsReadMore:before {
    content: '';
    display: block;
    position: absolute;
    width: 23px;
    height: 100%;
    background: url(https://dckebkdc4nt5q.cloudfront.net/f05aab6856f02f452d607731b8461194.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
    right: 30px;
    bottom: 0;
    filter: brightness(0) saturate(100%) invert(24%) sepia(100%) saturate(2098%) hue-rotate(354deg) brightness(92%) contrast(96%);
}
#testimonialsSection .testimonialsReadMore:hover:before {
    filter: none;
}

#socialLinksSection a {
    background: #009cde;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
}
#socialLinksSection a:hover {
    
}

.lump-blog .blog-wrapper {
    background: #f2f7ff;
}
.lump-blog .blog-image {
    
}
.lump-blog .blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}
.lump-blog .blog_intro {
    border: none;
    padding: 20px 25px !important;
    color: #009cde;
    padding-bottom: 30px !important;
    position: relative;
    display: flex;
    flex-direction: column;
}
.lump-blog .blog_intro h3 {
    font-size: 22px;
    padding-bottom: 5px;
}
.lump-blog .blog_intro .description {
    color: #505050;
    line-height: 150%;
    font-size: 13px;
    order: 2;
    display: inline-block;
}
.lump-blog .blog_intro .date {
    order: 1 !important;
    display: inline-block;
    line-height: 130%;
    margin: 0;
    color: #009cde;
    font-size: 13px;
    -webkit-text-stroke: 0.5px #009cde;
}
/*.lump-blog .blog_intro .blog-cta {*/
/*    display: inline-block;*/
/*    font-size: 13px;*/
/*    margin-top: 15px;*/
    /*position: relative;*/
/*    color: #000 !important;*/
/*    -webkit-text-stroke: 0.5px #000;*/
    /*position: absolute;*/
/*    bottom: 15px;*/
/*}*/

/*.lump-blog .blog_intro .blog-cta:before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    left: 100%;*/
/*    width: 25px;*/
/*    height: 15px;*/
/*    background: url(https://dckebkdc4nt5q.cloudfront.net/63cfdde128cfae74bc11e70250075ff0.svg);*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    margin-left: 10px;*/
/*}*/

#whatWeDoSection {
    position: relative;
}
#whatWeDoSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 300px;
    left: 0;
    background: #f2f7ff;
    clip-path: polygon(0% 10%, 100% 0px, 100% 90%, 0% 100%);
    -webkit-clip-path: polygon(0% 10%, 100% 0px, 100% 90%, 0% 100%);
    width: 70vw;
    height: 80%;
    z-index: -1;
}
#whatWeDoSection .left {
    width: 650px;
    max-width: 50%;
    margin: 0 0 0 auto;
}
#whatWeDoSection .right {
    height: 800px;
    padding: 0 !important;
    clip-path: polygon(0% 10%, 100% 0px, 100% 90%, 0% 100%);
    -webkit-clip-path: polygon(0% 10%, 100% 0px, 100% 90%, 0% 100%);
}
#whatWeDoSection .right > .lump {
    display: none;
}
#whatWeDoSection > .container {
    padding: 0;
    width: auto;
}


#logosSection {}
#logosSection .vertical-align-middle {
    justify-content: space-between;
}
#logosSection .lump {
    width: 20%;
}
#logosSection img {
    opacity: 0.7;
    width: 100%;
    height: 80px;
    object-fit: contain;
    padding: 0 10px;
}

#newsletterSection {}
#newsletterSection .column-wrapper {
    
}
#newsletterSection .left {
    width: 30%;
}
#newsletterSection .left .btn {
    position: absolute;
    bottom: 40px;
    /*padding: 20px 35px;*/
    /*font-size: 18px;*/
}
#newsletterSection .left h4 {
    font-size: 26px;
}
#newsletterSection .right {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#newsletterSection .right .btn {
    display: none;
}
#newsletterSection .right .form-group {
    margin-bottom: 20px;
}
#newsletterSection .right .form-group label {
    color: #14465a;
    font-weight: 600;
    opacity: 0.7;
}
#newsletterSection .right .form-group,
#newsletterSection .right .form-group label {
    font-size: 14px;
}
#newsletterSection .right .form-group.focus label {
    opacity: 1;
}
#newsletterSection .right .form-group .form-control {
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #155f82;
    color: #14465a;
    height: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#newsletterSection .right .form-group.focus .form-control {
    border-bottom: 1px solid #14465a;
}
#newsletterSection .right .cbox .form-group label {
    margin-bottom: 10px;
}

#newsletterSection .btn-primary:hover {
    background: #fff;
    border-color: #fff ;
}


#Footer {
    clip-path: polygon(0% 10%, 100% 0px, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 10%, 100% 0px, 100% 100%, 0% 100%);
}

#Footer .footer-main .container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-top: 150px;
    padding-bottom: 80px;
}
#Footer .footer-main .bvdgf-logo {
    width: 330px;
    margin-right: 80px;
}
#Footer .footer-main h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
#Footer .footer-main p {
    line-height: 200%;
}
#Footer .footer-main .socials {
    margin-top: 50px;
}
#Footer .footer-main .socials ul {
    display: flex;
    flex-wrap: nowrap;
}
#Footer .footer-main .socials ul li {
    display: inline-block;
    margin: 0 5px;
}
#Footer .footer-main .socials ul li:first-child {
    margin-left: 0;
}
#Footer .footer-main .socials ul li:last-child {
    margin-right: 0;
}
#Footer .footer-main .socials ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #009cde;
    color: #fff;
    font-size: 16px;
}


#Footer .funraisin-footer-legals .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
}
#Footer .funraisin-footer-legals .container .left {
    width: 100%;
}
#Footer .funraisin-footer-legals .container .left p {
    display: inline-block;
    margin-right: 30px;
}
#Footer .funraisin-footer-legals .container .right {
    width: auto;
    /*display: inline-block;*/
    white-space: nowrap;
    display: flex;
    justify-content: center;
}
#Footer .funraisin-footer-legals .funraisin-logo {
    display: inline-block;
    margin-left: 40px;
}
#Footer .funraisin-footer-legals .funraisin-logo img {
    width: 150px;
}

#kw_postcode_results {
    box-shadow: none;
    border: none;
    padding: 0 !important;
    overflow: scroll;
    height: 235px !important;
    border-bottom: 1px solid #ccc;
}
#kw_postcode_results > a {
    display: block;
    margin-bottom: 0px;
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 3px 10px;
    border-bottom: 0;
    color: #000;
}
#kw_postcode_results > a:last-of-type {border-bottom: 1px solid #ccc;}
#kw_postcode_results > a:hover {background: rgba(0,0,0,0.05);text-decoration: none;}
#kw_postcode_results > br {display: none;}

.share-page-icons {display: flex;justify-content: flex-start;align-items: center;}
.share-page-icons.text-center {justify-content: center;}
.share-page-icons a {display: flex;justify-content: center;align-items: center;}
.share-page-icons a.btn-primary {margin-left: 15px;}
.share-page-icons a .fa {margin: 0 !important;font-size: 16px;}

.funraisin-form label, label {
    margin-bottom: 0;
}

.template-register > .container.pt40,
.template-event-register > .container.pt40 {
    padding-top: 0 !important;
}

#m_gender {
    display: flex;
    justify-content: center;
    align-items: center;
}
#m_gender .toggle-btn.grid-3.form-control {
    width: 100%;
}

textarea.form-control,
#m_comments.form-control,
#t_comments.form-control,
#blog_content.form-control,
#email_content.form-control,
#email_content_lightbox.form-control {
    border-radius: 15px !important;
}

.input-group-btn .btn-success .fa {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.input-group {
    border: 1px solid #ccc;
    border-radius: 100px;
    overflow: hidden;
    background: #fff;
}
.input-group .input-group-addon {
    border: none;
}
.input-group .form-control {
    border: none;
    background: none;
}

#RegistrationForm > section > .container > h3 > .col-sm-6 {
    width: 70%;
    margin-bottom: 30px;
}
#RegistrationForm > section > .container > h3 > .col-sm-6 a small {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}


/*Evenementen page*/

#eventNavIcons > .container {
    padding: 30px 0 20px 0 !important;
}
#eventNavIcons > .container > .vertical-align-top {
    display: flex;
    justify-content: center;
    align-items: center;
}
#eventNavIcons .eventIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
    border-radius: 100%;
    background: #f2f7ff;
    height: 80px;
    width: 80px;
}
#eventNavIcons p {
    font-weight: 700;
    font-size: 14px;
    color: #14465a;
    text-align: center;
    cursor: pointer;
    margin-top: 0;
}
#eventNavIcons .lump {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 10%; 
}
#eventNavIcons .lump > .lump-1col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#waaromSection {
    position: relative;
    margin-top: 200px;
    margin-bottom: 100px;
    background: #009cde;
}
#waaromSection:before {
    content: '';
    display: block;
    bottom: 100%;
    position: absolute;
    width: 100%;
    /*height: 100px;*/
    height: 50px;
    left: 0;
    background: #009cde;
    clip-path: polygon(0% 60%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 60%, 100% 0%, 100% 100%, 0% 100%);
    margin-bottom: -1px;
}
#waaromSection:after {
    content: '';
    display: block;
    top: 100%;
    position: absolute;
    width: 100%;
    /*height: 100px;*/
    height: 50px;
    left: 0;
    background: #009cde;
    clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 100%);
    margin-top: -1px;
}
#waaromSection .vertical-align-middle {
    justify-content: center;
    flex-wrap: nowrap;
}
#waaromSection .left {
    width: 55%;
    padding: 0px 15px !important;
}
#waaromSection .left img {
    margin-top: -170px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#waaromSection .right {
    width: 45%;
    padding: 0 100px;
}

#programmaSection {
    position: relative;
    margin-bottom: 150px;
}
#programmaSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f7ff;
    width: 75vw;
    height: 100%;
    z-index: -1;
    margin-top: -100px;
}
#programmaSection:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f2f7ff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 0% 100%);
    width: 75vw;
    height: 200px;
    z-index: -1;
    margin-top: -110px;
}
#programmaSection .lump.col-md-6 > .lump.col-md-12 {
    background: #fff;
    border: 2px solid #f2f7ff;
    margin-bottom: 30px;
    padding: 20px 30px 15px !important;
}
#programmaSection .lump.col-md-6 > .lump.col-md-12 h4 {
    color: #009cde;
}
#programmaSection .lump.col-md-6 > .lump.col-md-12 p {
    font-size: 14px;
}

#extraInfoSection {
    
}
#extraInfoSection .extraInfoTabs ul.nav-tabs {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    border: none;
}
#extraInfoSection .extraInfoTabs ul.nav-tabs li {
    width: 100%;
    height: 140px;
    padding: 0 10px;
    border: none;
    background: none;
}

#extraInfoSection .extraInfoTabs ul.nav-tabs li.active {
    /*background:*/
}
#extraInfoSection .extraInfoTabs ul.nav-tabs li.active a {
    background: #e42313;
    font-weight: 700;
}
#extraInfoSection .extraInfoTabs ul.nav-tabs li a {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f7ff;
    border-radius: 5px;
    padding-top: 75px;
    font-size: 14px;
}
#extraInfoSection .extraInfoTabs ul.nav-tabs li.active a:before {
    background-color: #fff;
}
#extraInfoSection .extraInfoTabs ul.nav-tabs li a:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    margin-top: -15px;
    background-position: center;
    background-repeat: no-repeat;
}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Inschrijven-icon"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/62bd8691e89d6f87205c920b3e41ce20.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Voorwaarden"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/62bd8691e89d6f87205c920b3e41ce20.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Voorbereiding"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/83d738f3243248d187b4edeba8c829ff.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Arrangement"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/be971d6523498120bf92223342296ef5.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Paklijst"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/acda240a0c19c0ecfd0f46ee05a84b36.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Vasaloppet"] a:before {background-image:url(https://dckebkdc4nt5q.cloudfront.net/89a53284736d99b8d0adf4273b7a0437.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Kosten"] a:before {background-image:url(https://dckebkdc4nt5q.cloudfront.net/37859bb692a22e7fd4b35613677c78b9.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Locatie"] a:before {background-image:url(https://dckebkdc4nt5q.cloudfront.net/0aa44df5f14338d30b45ceb4ef89aafd.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Waarom?"] a:before {background-image:url(https://dckebkdc4nt5q.cloudfront.net/c88a0ae73240f24e4231b4440b97a1b8.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Voor wie?"] a:before {background-image:url(https://dckebkdc4nt5q.cloudfront.net/2798cce3d6332ffe1b24b1196978fae5.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Inschrijf procedure"] a:before {background-image:url(https://dckebkdc4nt5q.cloudfront.net/f9f4ef8f1820e6151803de75ce2d67f6.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Wat neem je mee?"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/acda240a0c19c0ecfd0f46ee05a84b36.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Soria"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/72f19e872259bb6f43006f23e09137bb.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Contact"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/b13fe921267b1751354c97e9e5ca7ae7.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Waarom loop je?"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/f9265af413fb3ab2e7bbaf3a2f8864f4.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Wat krijg je?"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/acda240a0c19c0ecfd0f46ee05a84b36.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="WeHike"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/5aa8350714033f4f22dfd062890726a0.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="WeBike"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/3c48f3ecf8430f1fd91075eb84605cb1.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="WeRun"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/4e73a45540c6eede48759a1413c0ae06.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="WeSkate"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/e038ca6e5df463a259b2830ae78fe4d5.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Medaille"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/2ba984b936959a55844f95e0ca9e1f78.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="Run on Insulin"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/4e73a45540c6eede48759a1413c0ae06.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="10 februari"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/62bd8691e89d6f87205c920b3e41ce20.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="24 februari"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/62bd8691e89d6f87205c920b3e41ce20.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="1 februari"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/62bd8691e89d6f87205c920b3e41ce20.png);}
#extraInfoSection .extraInfoTabs ul.nav-tabs li[tab-title="informatiegids"] a:before {background-image: url(https://dckebkdc4nt5q.cloudfront.net/62bd8691e89d6f87205c920b3e41ce20.png);}


#extraInfoSection .extraInfoTabs .tab-pane {
    padding: 50px 15px 20px 15px !important;
}
#extraInfoSection .extraInfoTabs .tab-pane h4 {
    color: #e42313;
}

#extraInfoSection .slick-slide {
    padding: 30px 0 0 !important;
}
#extraInfoSection .slick-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#extraInfoSection .slick-dots {
    bottom: -10px;
}
#extraInfoSection .slick-dots li.slick-active button {
    background: #9d9d9d;
}
#extraInfoSection .slick-dots li button {
    border-color: #9d9d9d;
}

#Leaderboard > .height-40 {
    display: none;
}
#Leaderboard > .row {
    display: none;
}
#Leaderboard > h3 {
    display: none;
}
#Leaderboard .leaderboardrow {
    transition: none;
    background: #f2f7ff !important;
    padding: 10px 20px;
    margin-bottom: 15px;
}
#Leaderboard .leaderboardrow a {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Leaderboard .leaderboardrow:hover {
    box-shadow: none;
    transform: none;
}
#Leaderboard .leaderboardrow .rank {
    display: none;
}
#Leaderboard .leaderboardrow .profileimage {
    width: 15%;
}
#Leaderboard .leaderboardrow .profileimage img {
    width: 80px !important;
    float: left;
}
#Leaderboard .leaderboardrow .profilename {
    width: 50%;
    padding-left: 0;
    color: #009cde;
}
#Leaderboard .leaderboardrow .profilename h4 {
    font-size: 24px;
}
#Leaderboard .leaderboardrow .raised {
    background: #009cde;
    border-radius: 10px;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    width: 20%;
}
#Leaderboard .leaderboardrow .raised h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
}
#Leaderboard .leaderboardrow .raised > p {
    display: none;
}
#Leaderboard .leaderboardrow .options {
    width: 20%;
}
#Leaderboard .leaderboardrow .options .btn,
#Leaderboard .leaderboardrow .options .btn:hover {
    background: none !important;
    border: none !important;
    color: #009cde;
    font-size: 18px;
    padding: 0 !important;
    width: 100%;
}

#quoteSliderSection {
    position: relative;
    margin-top: 250px;
    margin-bottom: 100px;
    background: #009cde;
}
#quoteSliderSection:before {
    content: '';
    display: block;
    bottom: 100%;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    background: #009cde;
    clip-path: polygon(0% 60%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 60%, 100% 0%, 100% 100%, 0% 100%);
    margin-bottom: -2px;
}
#quoteSliderSection:after {
    content: '';
    display: block;
    top: 100%;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    background: #009cde;
    clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 100%);
    margin-top: -2px;
}

#quoteSliderSection .container {
    padding-top: 15px;
}
#quoteSliderSection .verticalSlider {
    background: #fff;
    padding: 0 !important;
}
#quoteSliderSection .verticalSlider .slick-dots {
    display: flex;
    width: 15px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 15px;
    left: auto;
}
#quoteSliderSection .verticalSlider .slick-dots li {
    margin: 5px 0;
}
#quoteSliderSection .verticalSlider .slick-dots li button {
    border-color: #ccc;
}
#quoteSliderSection .verticalSlider .slick-dots li.slick-active button {
    background: #ccc;
}
#quoteSliderSection .verticalSlider .slick-dots .slick-arrow {
    top: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 0px;
    margin-left: 5px;
}
#quoteSliderSection .verticalSlider .slick-dots .slick-arrow.slick-prev {}
#quoteSliderSection .verticalSlider .slick-dots .slick-arrow.slick-next {}

#quoteSliderSection .verticalSlider .slick-list {
    height: 380px !important;
}
#quoteSliderSection .verticalSlider .slick-slide {
    padding: 45px 100px 45px 50px !important;
    height: 380px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#quoteSliderSection .verticalSlider .slick-slide .lump-1col {
    display: flex;
    justify-content: center;
    align-items: center;
}
#quoteSliderSection .verticalSlider .slick-slide .lump-1col > div:first-child {
    width: 30%;
    position: relative;
}
#quoteSliderSection .verticalSlider .slick-slide .lump-1col > div:first-child:before {
    content: '“';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #039cdf;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    color: #fff;
    font-size: 60px;
    padding-top: 30px;
    border-radius: 100%;
    font-family: Helvetica;
}
#quoteSliderSection .verticalSlider .slick-slide .lump-1col > div:last-child {
    width: 70%;
    padding-left: 30px;
}
#quoteSliderSection .verticalSlider .slick-slide img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    object-fit: cover;
    position: relative;
}
#quoteSliderSection .verticalSlider .slick-slide h3 {
    margin: 0;
    font-size: 26px;
    color: #009cde;;
}
#quoteSliderSection .verticalSlider .slick-slide h3 span {
    font-size: 18px;
}
#quoteSliderSection .verticalSlider .slick-slide h4 {
    font-size: 14px;
    margin-bottom: 25px;
}
#quoteSliderSection .verticalSlider .slick-slide p {
    font-size: 18px;
    margin: 0;
    line-height: 170%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.verticalSlider .slick-arrow {
    color: transparent;
    width: 20px;
    height: 20px;
    background: transparent;
    right: 20px;
    left: auto;
    z-index: 2;
}
.verticalSlider .slick-arrow.slick-disabled {
    cursor: not-allowed;
}
.verticalSlider .slick-arrow.slick-prev {
    margin-top: -50px;
}
.verticalSlider .slick-arrow.slick-next {
    margin-top: 50px;
}
.verticalSlider .slick-arrow:before {
    display: none;
}
.verticalSlider .slick-arrow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(79%) sepia(5%) saturate(14%) hue-rotate(349deg) brightness(100%) contrast(101%);
}
.verticalSlider .slick-arrow.slick-next:after {
    background-image: url(https://dckebkdc4nt5q.cloudfront.net/223370ca3d2e1a1b5ad5db1961579a9e.svg);
    transform: rotate(180deg);
}
.verticalSlider .slick-arrow.slick-prev:after {
    background-image: url(https://dckebkdc4nt5q.cloudfront.net/223370ca3d2e1a1b5ad5db1961579a9e.svg);
}


#ctaBlock {
    background: #e42313;
    padding: 0 !important;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}
#ctaBlock .left {
    padding: 50px 100px 70px 50px !important;
    color: #fff;
    width: 60%;
}
#ctaBlock .left a:not(.btn) {
    color: #fff;
    text-decoration: underline;
}
#ctaBlock .btn-white {
    color: #e42313 !important;
}
#ctaBlock .btn-white:hover {
    color: #fff !important;
}
#ctaBlock .btn-white:not(:first-child) {
    margin-left: 10px;
}
#ctaBlock .right {
    width: 40%;
    padding: 0 !important;
}
#ctaBlock .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ctaBlock .right div {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Evenementenkalender*/

#headerBlock {
    position: relative;
}
#headerBlock:before {
    content: '';
    display: block;
    background: #f2f7ff;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#headerBlock:after {
    content: '';
    display: block;
    background: #f2f7ff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 100%);
    margin-top: -2px;
}

#eventsRollVertical {}
#eventsRollVertical .filters {
    padding-bottom: 50px !important;
}
#eventsRollVertical .filters > .row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding-left: 250px;
    width: 100%;
}
#eventsRollVertical .filters > .row > form {
    
}
#eventsRollVertical .filters > .row > form .col-sm-3 {
    display: none;
    padding: 0;
}
#eventsRollVertical .filters > .row > form .col-sm-6 {
    width: 100%;
    padding: 0;
}
#eventsRollVertical .filters > .row > form .input-group {
    background: #f2f7ff;
    border: none;
    color: #009cde;
    font-size: 14px;
    height: 39px;
}
#eventsRollVertical .filters > .row > form .input-group .form-control,
#eventsRollVertical .filters > .row > form .input-group .form-control::placeholder {
    padding-right: 0;
    color: #009cde;
}
#eventsRollVertical .filters > .row > form .input-group .input-group-btn {
    padding: 0 10px !important;
}
#eventsRollVertical .filters > .row > form .input-group .input-group-btn .btn,
#eventsRollVertical .filters > .row > form .input-group .input-group-btn .btn:hover,
#eventsRollVertical .filters > .row > form .input-group .input-group-btn .btn:focus {
    background: none !important;
    border: none !important;
    color: #009cde !important;
}

#eventsRollVertical .filters > .lump-search .content {
    position: relative;
    padding-bottom: 30px;
}
#eventsRollVertical .filters > .lump-search .content:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #f2f7ff;
    width: calc(100% - 30px);
}
#eventsRollVertical .filters > .lump-search .container {
    padding: 20px 0 0 !important;
}
#eventsRollVertical .filters > .lump-search .lump-event {
    padding: 0 15px;
    margin-bottom: 10px;
}
#eventsRollVertical .filters > .lump-search .lump-event .panel {
    display: inline-block;
    width: 100%;
    background: #f2f7ff;
    color: #505050;
    border: none;
    box-shadow: none;
    line-height: 160%;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
}
#eventsRollVertical .filters > .lump-search .lump-event .panel:hover {
    transform: none;
}
#eventsRollVertical .filters > .lump-search .lump-event .panel a {
    display: inline-block;
    width: 100%;
    color: inherit;
    position: relative;
}
#eventsRollVertical .filters > .lump-search .lump-event .panel a:before {
    content: 'Meer info';
    position: absolute;
    bottom: 30px;
    right: 40px;
    font-weight: 700;
}
#eventsRollVertical .filters > .lump-search .lump-event .panel a > div {
    background: none;
}
#eventsRollVertical .filters > .lump-search .lump-event .panel a > .event-details {
    padding: 20px 40px 25px !important;
}
#eventsRollVertical .filters > .lump-search .lump-event .panel a > .event-details h4 {
    color: #009cde;
    font-size: 24px;
}
#eventsRollVertical .filters > .lump-search .lump-event .panel a > .event-details p {
    margin: 0;
    padding-left: 2px;
}
#eventsRollVertical .filters > .lump-search .lump-event .panel a > .event-details p .color-primary {
    color: inherit;
    width: unset;
    margin-right: 5px;
    display: unset;
    text-align: unset;
}

#eventsRollVertical .filters > .row > .col-sm-12 {
    position: absolute;
    width: auto;
    left: 0;
}
#eventsRollVertical .filters > .row > .col-sm-12 h4 {
    color: #009cde;
    font-size: 14px;
}
#eventsRollVertical .filters > .row > .col-sm-3 {
    width: 30%;
}
#eventsRollVertical .filters .dropdown-toggle {
    background: #f2f7ff;
    border: none;
    color: #009cde;
    font-size: 14px;
    /*font-weight: 700;*/
}
#eventsRollVertical .events-vertical .event-closed .panel .event-options {
    padding-top: 45px;
}
#eventsRollVertical .events-vertical .panel {
    background: #f2f7ff;
    color: #505050;
    border: none;
    box-shadow: none;
    line-height: 160%;
    border-radius: 0;
    height: 180px;
    overflow: hidden;
}
#eventsRollVertical .events-vertical .panel:hover {
    transform: none;
}
#eventsRollVertical .events-vertical .panel .event-image {
    width: 27%;
}
#eventsRollVertical .events-vertical .panel .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#eventsRollVertical .events-vertical .panel .event-details {
    padding: 25px 10px 25px 40px !important;
    width: 53%;
}
#eventsRollVertical .events-vertical .panel .event-details h4 a {
    color: #009cde;
    font-size: 24px;
}
#eventsRollVertical .events-vertical .panel .event-details .short-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#eventsRollVertical .events-vertical .panel .event-details .date,
#eventsRollVertical .events-vertical .panel .event-details .location {
    display: none;
}

#eventsRollVertical .events-vertical .panel .event-date {
    position: absolute;
    top: 0;
    left: 0;
    background: #009cde;
    height: 100%;
    width: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}
#eventsRollVertical .events-vertical .panel .event-date > span {
    display: block;
    margin: 0;
}
#eventsRollVertical .events-vertical .panel .event-date .eventMonth {
    color: #14465a;
    font-size: 12px;
    margin-top: 4px;
}
#eventsRollVertical .events-vertical .panel .event-options {
    width: 20%;
    padding: 60px 20px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column-reverse;
}
#eventsRollVertical .events-vertical .panel .event-options > .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
#eventsRollVertical .events-vertical .panel .event-options > .btn-primary {
    margin-top: 0;
}
#eventsRollVertical .events-vertical .panel .event-options > .btn-secondary,
#eventsRollVertical .events-vertical .panel .event-options > .btn-secondary:hover,
#eventsRollVertical .events-vertical .panel .event-options > .btn-secondary:focus {
    background: none !important;
    border-color: transparent !important;
    color: #14465a !important;
    padding: 0;
    margin-top: 20px;
    width: auto;
    font-size: 14px;
}

#eventsRollVertical .events-vertical .panel .event-options .btn.btn-light-grey {
    pointer-events: none;
    white-space: unset;
}
#eventsRollVertical .events-vertical .panel .event-details .event-filters {
    font-size: 14px;
    color: #14465a;
    font-weight: 700;
    margin-top: 23px;
}
#eventsRollVertical .events-vertical .panel .event-details .event-filters > span {
    position: relative;
}
#eventsRollVertical .events-vertical .panel .event-details .event-filters > span:after {
    content: '|';
    margin: 0 7px;
}
#eventsRollVertical .events-vertical .panel .event-details .event-filters > span .filter-divider:after {
    content: '|';
    margin: 0 7px;
}
#eventsRollVertical .events-vertical .panel .event-details .event-filters > span:last-child:after {
    display: none;
}

.bootstrap-select.btn-group > .dropdown-menu {
    background: #fff;
    border: none;
    margin-top: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    padding: 10px 0;
    /*overflow: visible !important;*/
    max-height: 250px !important;
}
.bootstrap-select.btn-group > .dropdown-menu > ul {
    padding-bottom: 0 !important;
}
.bootstrap-select.btn-group > .dropdown-menu > ul > li > a {
    color: #009cde;
}
.bootstrap-select.btn-group > .dropdown-menu > ul > li > a:hover {
    background: rgba(0,0,0,0.05);
}
/*.bootstrap-select.btn-group > .dropdown-menu > ul > li[data-original-index="0"] a {*/
/*    color: transparent;*/
/*}*/
/*.bootstrap-select.btn-group > .dropdown-menu > ul > li[data-original-index="0"] a:before {*/
/*    content: 'Bekijk alles';*/
/*    color: #009cde;*/
/*}*/

#doeMeeSection br {
    display: none;
}
#doeMeeSection p {
    margin-bottom: 30px;
}
#doeMeeSection h1 {
    margin-bottom: 30px;
}
#doeMeeSection .btn {
    margin-top: 20px;
}
#doeMeeSection .btn:not(:first-child) {
    margin-left: 10px;
}

.lump-members {
    position: relative;
    padding-bottom: 80px;
}
.lump-members .col-md-3 {
    padding: 0 10px;
}
.lump-member {}

.member-panel {
    cursor: pointer;
}

.member-panel.panel {
    margin: 0;
    padding: 0;
    border-radius: unset;
    box-shadow: unset;
    border: none;
    background: none;
}
.member-panel.panel a {
    display: inline-block;
    padding-top: 20px;
}

/*.member-panel.panel,*/
.member-panel.panel a,
.template-search .panel {
    padding-bottom: 100px;
    position: relative;
    /*height: auto !important;*/
    overflow: hidden;
    border: 1px solid #f2f7fe !important;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    background: #fff;
}
.template-search .panel hr {
    display: none;
}
.member-panel a,
.template-search .panel a {
    color: #2f313e !important;
}
.member-panel.panel h3,
.template-search .panel h3 {
    margin-top: 20px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #009cde !important;
}
.member-panel.panel .lump-member > h3 {
    font-size: 25px;
    border: none;
    padding-bottom: 0 !important;
    padding: 0 10px;
}
.member-panel.panel h4 {
    margin-top: 5px;
    font-weight: 400;
}
.member-panel.panel .row,
.template-search .panel .row {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    align-items: flex-end;
    flex-wrap: nowrap;
    margin: 0;
}
.member-panel.panel .row .col-xs-8, 
.template-search .panel .row .col-sm-8 {
    width: 80%;
}
.member-panel.panel .row .col-xs-4,
.template-search .panel .row .col-sm-4 {
    width: 20%;
}
.member-panel.panel .row .grey-text,
.template-search .panel .row .grey-text {
    color: unset !important;
    font-size: 14px;
    line-height: 150%;
    display: inline-block;
}
.member-panel.panel .row .grey-text em,
.template-search .panel .row .grey-text em {
    font-style: normal;
}
.member-panel.panel .row .btn,
.template-search .panel .row .btn {
    width: 100%;
    padding: 0;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: unset;
    background: url(https://dckebkdc4nt5q.cloudfront.net/63cfdde128cfae74bc11e70250075ff0.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    color: transparent !important;
    margin-bottom: 10px;
}

#template-profile .funraisin-header.profile-header .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
#template-profile .section > .container {
    background: none !important;
    border: none !important;
}
#template-profile .funraisin-header.profile-header .vertical-align {
    width: 100%;
    height: auto !important;
}
#template-profile .funraisin-header.profile-header .vertical-align .col-sm-3 {
    width: 20%;
}
#template-profile .funraisin-header.profile-header .vertical-align .col-sm-5 {
    width: 45%;
}
#template-profile .funraisin-header.profile-header .vertical-align .col-sm-5 h1 {
    line-height: 110%;
    font-size: 50px;
}
#template-profile .funraisin-header.profile-header .vertical-align .col-sm-5 p {}
#template-profile .funraisin-header.profile-header .profile-image {
    background: #fff;
}
#template-profile .funraisin-header.profile-header .vertical-align .btn {
    box-shadow: none;
    margin-left: 15px;
    padding: 10px 20px;
}

.profileSidebar {
    margin-top: -255px;
    border: none;
    box-shadow: 0 13px 42px -8px rgba(0,0,0,.12);
}
.profileSidebar .sidebar-top {
    /*background: #fd83b5;*/
    padding: 20px 30px 40px;
}
.profileSidebar .sidebar-top h2 {
    /*color: #2f313e;*/
    font-size: 30px;
}
.profileSidebar .sidebar-top .statistics {
    margin-top: 20px;
}
.profileSidebar #profileSponsorForm {
    line-height: 170%;
}
.profileSidebar #profileSponsorForm h4 {
    /*color: #2f313e;*/
}
.profileSidebar #profileSponsorForm .donationHandlers {
    padding: 20px 15px 10px;
    display: inline-block;
}
.profileSidebar #profileSponsorForm .donationHandlers .radio {
    padding: 0;
    margin-bottom: 20px;
}
.profileSidebar #profileSponsorForm .donationHandlers .radio .radio-amount {
    display: inline-block;
}
.profileSidebar #profileSponsorForm .donationHandlers .radio .copy {
    padding: 0;
    /*color: #2f313e;*/
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px !important;
}
.profileSidebar #profileSponsorForm #chooseamount .input-group-addon {
    border: none;
}

.section.bt-light-grey {
    border-top: 2px solid #eeeff5;
}

.template-search .funraisin-header {
    display: none;
}
.template-search .content .container {
    border-bottom: 1px solid #EFF5FF;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.template-search .content:last-of-type .container {
    border: none;
}
.template-search .content .container > .col-md-12 {
    padding: 0;
}
.template-search .content .container > h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #009cde;
}
.template-search .content .container > h3 .circle {
    display: inline-block;
    margin-right: 20px;
    background: none;
    border-radius: 0;
}
.template-search .content .container > h3 .fa {
    color: #fff;
    background: #009cde;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.template-search .content a h3 {
    font-size: 20px;
}


#Donations .donation {
    padding: 0 10px;
}
#Donations .donation .amount {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15px;
    left: 50px;
    background: #009cde;
}
#Donations .donation .amount p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}
#Donations .donation .panel {
    border: 1px solid #f2f7fe !important;
    padding-top: 30px !important;
    padding-bottom: 25px !important;
    border-radius: 5px;
    border-radius: 0;
}
#Donors .profilename h3:after {
    display: none;
}
#Donors .profilename .comments {
    margin: 0;
}

#Donors {
    margin-top: 30px;
}
#Donors .profilename {
    padding: 0 !important;
}
#Donors .profilename h3 {
    margin-top: 15px;
}
#Donors .profilename h3:after {
    bottom: -12px;
}
#Donors .profilename .comments {
    display: inline-block;
}
#Donors .profilename .comments p {
    margin: 0;
}

#form-login .form-group.text-right {
    text-align: center !important;
}

.lump-events .events-horizontal .lump-event .event-title {
    /*word-break: break-word;*/
}


.template-blog #Blog-Post > .container {
    width: auto !important;
    padding: unset !important;
}
.template-blog #Blog-Post .blog-main {
    width: 100%;
    margin: 0;
    padding: unset !important;
}
.template-blog #Blog-Post .lump-row .container-fluid {
    
}
.template-blog #Blog-Post .lump-row:not(#waaromSection) > .container {
    width: 950px;
}

/*.template-blog .header-card-parent + .lump-row {*/
/*    margin-top: 120px;*/
/*}*/
.template-blog .header-card-parent .header-card-col {
    width: inherit !important;
    top: -40px;
    background: #ffffff;
    color: #0d0d0d;
    border-radius: 24px 24px 24px 24px;
    box-shadow: 0px 0px 27px #00000024 !important;
}

#diagonalBgBlock {
    position: relative;
    background: #f2f7ff;
    margin-top: 100px;
    margin-bottom: 100px;
}
#diagonalBgBlock:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #f2f7ff;
    clip-path: polygon(0% 50%, 100% 0px, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 50%, 100% 0px, 100% 100%, 0% 100%);
    width: 100vw;
    height: 100px;
    z-index: -1;
    /*margin-top: -100px;*/
}
#diagonalBgBlock:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f2f7ff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 100%);
    width: 100vw;
    height: 100px;
    z-index: -1;
    /*margin-top: -110px;*/
}


.funraisin-desktop-nav > div .funraisin-dropdown-nav .LoggedInNavOptions {
    /*background: #5f4cb6;*/
    border-radius: 0;
    padding: 0 !important;
}
.funraisin-desktop-nav > div .funraisin-dropdown-nav .LoggedInNavOptions .panel-group {
    padding: 10px 0 !important;
}
.funraisin-desktop-nav > div .funraisin-dropdown-nav .LoggedInNavOptions .panel {
    background: none;
}
.funraisin-desktop-nav > div .funraisin-dropdown-nav .LoggedInNavOptions .userMenu {
    padding: 0;
    margin-bottom: 10px;
}
.funraisin-desktop-nav > div .funraisin-dropdown-nav .LoggedInNavOptions .userMenu li {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
.funraisin-desktop-nav > div .funraisin-dropdown-nav .LoggedInNavOptions .userMenu li a {
    padding-left: 50px !important;
    color: #fff !important;
}
.funraisin-desktop-nav > div .funraisin-dropdown-nav .LoggedInNavOptions a {
    color: #fff !important;
    background: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    font-weight: 400;
}
.funraisin-desktop-nav > div .funraisin-dropdown-nav .LoggedInNavOptions a:hover {
    /*background: rgba(0,0,0,0.1) !important;*/
    font-weight: 700;
}
.funraisin-desktop-nav > div .funraisin-dropdown-nav .LoggedInNavOptions .panel-group > li {
    padding: 0 !important;
}

.LoginDropdown:hover,
.LoginDropdown:hover > a {
    background: #e42313;
    color: #fff;
    font-weight: 700;
} 
.LoginDropdown > a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.LoginDropdown .LoginAccessible {
    padding: 0;
    margin: 0;
}
.LoginDropdown .LoginAccessible li {
    margin: 0 !important;
    padding: 0 10px;
}
.LoginDropdown .LoginAccessible li:first-child {
    margin-top: 10px !important;
}
.LoginDropdown .LoginAccessible li:last-child {
    margin-bottom: 10px !important;
}
.LoginDropdown .LoginAccessible li a {
    color: #fff !important;
    font-weight: 400;
    width: 100%;
}
.LoginDropdown .LoginAccessible li a:hover {
    font-weight: 700;
}
.funraisin-dropdown-nav .funraisin-dropdown-menu.LoggedInNavOptions:before {
    display: none;
}

.lump-snippet .snippet > a {
    display: inline-block;
    margin: 0;
    /*height: 450px;*/
    /*overflow: hidden;*/
    border: 1px solid #f2f7fe;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    cursor: pointer;
}
.lump-snippet .snippet > a:before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 25px;
    height: 15px;
    background: url(https://dckebkdc4nt5q.cloudfront.net/63cfdde128cfae74bc11e70250075ff0.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.lump-snippet .snippet > a > span {
    display: inline-block;
}
.lump-snippet .snippet > a > .thumbBlock {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: inline-block;
}
.lump-snippet .snippet > a > .thumbBlock:before {
    content: '';
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #009cde;
}
.lump-snippet .snippet > a > .thumbBlock img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
    display: block;
}
.lump-snippet .snippet > a > .textBlock {
    padding: 10px 20px 60px;
    width: 100%;
    position: relative;
    background: transparent;
}
.lump-snippet .snippet > a > .textBlock h4 {
    font-size: 22px;
    color: #e42313;
    /*word-break: break-word;*/
    margin-top: 0;
}
.lump-snippet .snippet > a > .textBlock .desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #505050;
    line-height: 150%;
    font-size: 14px;
}
.lump-snippet .snippet > a > .textBlock .desc .btn {
    display: none;
}
.lump-snippet .snippet > a > .textBlock .options {
    position: relative;
    width: 100%;
}
.lump-snippet .snippet > a > .textBlock .options:after {
    margin-top: -6px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
}
.lump-snippet .snippet > a > .textBlock .options .btn {
    color: #009cde;
    padding: 0 15px;
    background: none;
    font-size: 13px;
    margin: 0;
    
}

#form-comment {
    width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

#newsletterSection .right .cbox .form-group > div.col-sm-12 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #14465a;
}
#newsletterSection .right .cbox .form-group > div.col-sm-12 input {
    margin-left: 20px;
    transform: translateY(-2px);
    margin-right: 10px;
}
#newsletterSection .right .cbox .form-group > div.col-sm-12 input:first-child {
    margin-left: 0;
}

.form-group {
    line-height: 140%;
}


/*Dashboard*/

.tab-pane.active {
    border: none !important;
}

/**/

.form-group label {
    margin-bottom: 5px;
}

.lump-form,
.lump-form p,
.form-group label {
    line-height: 160%;
}
.form-group {
    margin-bottom: 20px;
}

.optional-entries .row:not(.entry) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.optional-entries .row > .col-sm-2 {
    /*position: unset;*/
    padding: 0;
}

.optional-entries .row.entry {
    padding: 0 20px;
    display: inline-block;
}
.optional-entries .row.entry.one {
    /*display: inline-block !important;*/
}
.optional-entries .row.entry > div {
    width: 100%;
    padding: 0;
}
.optional-entries .row.entry .col-sm-1 .circle {
    font-family: Poppins;
    font-size: 25px;
    line-height: 125% !important;
    text-transform: none;
    font-weight: 700;
    background: transparent;
    color: #009cde;
    width: auto !important;
    height: auto !important;
    border-radius: unset;
    text-align: left;
    padding: 0 15px 20px;
}
.optional-entries .row.entry.mandatory-entry .col-sm-1 .circle:before {
    content: 'Volwassen deelnemer #';
}

.optional-entries .row.entry > .col-sm-11 > br {
    display: none;
}
.optional-entries .row.entry > .col-sm-11 .allow-manage {
    padding: 0 15px;
    margin: 0 0 10px;
    display: block;
}

.optional-entries .row.entry.optional-entry .col-sm-1 .circle:before {
    content: 'Kind deelnemer #';
}
.optional-entries .row.entry:not(.one) {
    position: relative;
    margin-top: 20px;
    padding-top: 70px;
}
.optional-entries .row.entry:not(.one):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 23px);
    height: 50px;
    /*background: #039cde40;*/
    background: #fff;
    display: block;
    z-index: 2;
    border-top: 1px solid #039cde40;
    border-bottom: 1px solid #039cde40;
}

.optional-entries .addmore {
    position: relative;
    margin-top: 20px;
    padding-top: 0;
}
.optional-entries .addmore > br {
    display: none;
}
.optional-entries .addmore:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 23px);
    height: 200%;
    background: #fff;
    z-index: 0;
    border-top: 1px solid #039cde40;
}

/**/

.content-main .funraisin-form .section > .container,
#content-main .funraisin-form .section > .container {
    border: 1px solid #039cde40 !important;
    background: #f2f7ff;
    border-radius: 0 !important;
    /*overflow: hidden;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn.expand-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    /*position: absolute;*/
    /*top: 0;*/
    z-index: 2;
}
.btn.expand-section .fa {
    margin-left: 10px;
}

.showMoreLeaderboard,
.showLessLeaderboard {
    color: #009cde;
}
.showMoreLeaderboard .fa,
.showLessLeaderboard .fa {
    font-size: 18px;
}
.showLessLeaderboard .fa {
    transform: rotate(180deg);
}


input[type="checkbox"], input[type="radio"] {
    margin: 0;
    margin-right: 8px;
    transform: translateY(5px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: url(https://d3f8cr7yiz4obu.cloudfront.net/568adb71d174166679f809e827482eb7.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff
}

#newsSection .article {
    margin: 15px 0;
}

.cc-window .cc-message {
    padding-right: 30px;
}
.cc-window .cc-compliance {
    flex-direction: column;
}
.cc-window .cc-link {
    display: none;
}

#popup .BtClose {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #000;
    top: 5px;
    right: 5px;
    background: url(https://d3f8cr7yiz4obu.cloudfront.net/3ef6f05e1f68e80eb4707c116a9af73d.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 35px;
    height: 35px;
}
#popup .BtClose:hover {background-color: rgba(0,0,0,0.1);}
#popup .BtClose .fa {display: none;}

.header-default {
    display: none;
}
.funraisin-page-nav ul li a {
    color: #e42313;
    font-weight: 700;
}
.funraisin-page-nav ul li a.active,
.funraisin-page-nav ul li a:hover {
    background: #e42313;
    color: #fff;
}

#RegistrationForm > .text-center.bg-primary {
    position: relative;
}
#RegistrationForm > .text-center.bg-primary:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #039cde;
    top: 100%;
    left: 0;
}

.toggle-switch > .col-xs-12 {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.toggle-switch > .col-xs-12 > .toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.toggle-switch > .col-xs-12 > .toggle-btn .fa {
    margin-right: 10px;
}

#ProfileDonationForm .sidebar-form-panel:not(#chooseamount) div,
#ProfileDonationForm .sidebar-form-panel:not(#chooseamount) span {
    font-size: 100% !important;
    line-height: 150%;
}

.ideal .form-group,
.ideal .form-group > .pt20.pb20 {
    margin-bottom: 0;
    padding: 0 !important;
}

#Blog-Profile .PageWrapper .blog-center > h3 {
    margin-bottom: 0;
}
#Blog-Profile .PageWrapper .blog-center > .date { 
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 4px;
    font-size: 14px;
    opacity: 0.6;
}
#Blog-Profile .PageWrapper .blog-center p {
    font-family: 'Poppins' !important;
    font-size: 15px !important;
    line-height: 220% !important;
    text-transform: none !important;
    font-weight: 400 !important;
    color: #505050 !important;
}

.multiEntriesCustomFields {
    margin-top: 20px;
    display: inline-block;
}
.multiEntriesCustomFields h4 {
    padding-bottom: 10px;
}

.ui-widget.ui-widget-content {
    z-index: 2 !important;
}


.addpromocode {
    display: none !important;
}
.promocode {
    display: block !important;
    margin-top: 15px;
}

.lump-snippet .snippet-vertical .article.with-image {
    padding: 0;
}

#EventInfo {}
#EventInfo .eventInfoDetails {
    display: block;
    width: 700px;
    margin: 0 auto;
    position: relative;
}
#EventInfo .eventInfoDetails > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
    border-right: 1px solid rgba(0,0,0,0.5);
}
#EventInfo .eventInfoDetails > div:last-child {
    border: none;
}
#EventInfo .eventInfoDetails > div .fa {
    font-size: 20px;
}
#EventInfo .eventInfoDetails > div p {
    margin: 15px 0 0;
    padding: 0 20px;
    line-height: 160%;
}

.template-blog .header-card-parent-custom{
    margin-bottom:400px!important
}    


#Lump13098 .lump-1col > div:nth-child(2){
        width: 70%;
    padding-left: 30px;
}











/* ----------------------------------- */
/* ---------- New 2022 Code ---------- */


/*.funraisin-footer:not(.CustomFooter) .footer-main {*/
/*    display: none;*/
/*}*/


/*Navigation*/

.primary-nav-container .container {width: 1800px;}

.primary-nav-container .container > .col-sm-3 {width: 16.66666667%;}
.primary-nav-container .container > .col-sm-9 {width: 83.33333333%;}

.funraisin-header-wrapper .funraisin-desktop-nav .funraisin-primary-nav, .funraisin-header-nav .navbar-nav {
    width: 100%;
}

@media only screen and (min-width: 1480px) {
    .funraisin-primary-nav .funraisin-dropdown-nav:nth-child(1) {margin-left: auto;}
    .funraisin-primary-nav .funraisin-dropdown-nav:nth-child(5) {margin-right: auto;}
}

.funraisin-primary-nav ul li .btn-login:hover {
    color: #009cde !important;
}
.funraisin-primary-nav ul.navbar-nav > li:not(.funraisin-dropdown-nav):not(.pl5) a:hover {
    color: #C3D200 !important;
}

/*Typography*/


.content h2, .content h3, .content h4 {
    /*-ms-word-break: break-all;*/
    /*word-break: break-all;*/
    /*word-break: break-word;*/
    /*-webkit-hyphens: auto;*/
    /*-moz-hyphens: auto;*/
    /*hyphens: auto;*/
}

/*Buttons*/

.input-group-btn .btn .fa-angle-right {
    display: none;
}


/*Carousel Header*/
.owl-carousel {
    z-index: 0 !important;
}

.owl-carousel .owl-dots {
    left: 90%;
    display: flex;
    align-items: center;
}
.owl-carousel .owl-dot {
    background-image: none !important;
    border-radius: 50% !important;
    background: #ffffff;
    opacity: 1;
    border: none !important;
    height: 10px !important;
    width: 10px !important;
    margin: 0 7px;
}

.header-slider .owl-item .item {
    padding: 40px 20px !important;
}

.owl-carousel div.owl-dot {
    height: 10px !important;
    width: 10px !important;
}

.owl-carousel .owl-dot.active {
    background-color: #B8C606;
    height: 10px !important;
    width: 10px !important;
}

/*Cards*/
.angle-card .lump {
    background: url(https://dckebkdc4nt5q.cloudfront.net/088c0ad125fd79d0353a111e54963bd0.svg);
    background-size: cover;
    border-radius: 0px 0px 0px 28px !important;
    margin-bottom: -1px !important;
}

.angle-card {
    border-radius: 30px !important;
    transition: 0.3s ease;
}

.angle-card .lump-container .lump-1col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.angle-card:hover {
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 35%);
}

.carousel-card {
    border-radius: 30px 30px 0px 30px !important;
}

.small-card {
    border-radius: 16px 16px 0px 16px !important;
    transition: 0.3s ease;
}

.small-card .lump-container {flex-direction: column;}
.small-card [data-type="button"] {margin-top: auto !important;} /*Set button to end*/

.small-card:hover {
    background-color: #B8C606 !important;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 35%);
}

.full-col-card {
    background: #FFFFFF;
    border-radius: 20px !important;
    margin-bottom: 20px !important;
    transition: 0.3s ease;
}
.full-col-card:hover {
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 35%);
}

.program-card {align-content: flex-start !important;}
.program-card, .program-card-final {border-radius: 16px !important;}
.program-card .day-tag h3 {font-weight: 700;}
.program-card h3, .program-card-final h3 {font-weight: 400;}
.program-card li::marker {
  display: list-item;
  content: "–   ";
  font-weight: bold;
}

.EventBar .lump-container {
    align-items: stretch !important;
}
.EventBar .lump:not(:nth-last-child(2)) {
    border-right: 1px solid #009CDE !important;
}
.EventBar h3 {
    margin: 0 !important;
}
.EventBar {
    /*box-shadow: 0px 0px 27px #00000024 !important;*/
}

.event-image:after {
    /*background-image: */
}

/*Blog Block*/

.lump-blog .blog-wrapper {
    border-radius: 24px;
    background: #ffffff;
}

.lump-blog .article:hover .blog-wrapper {
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 35%);
}

/*.lump-blog .article:hover .blog-cta {*/
/*    color: #B8C606 !important;*/
/*    -webkit-text-stroke: 0.5px #B8C606;*/
/*}*/

.lump-blog .blog_intro .blog-cta {
    font-size: 16px;
}

.lump-blog .blog_intro .description {
    font-size: 18px;
    color: #000000;
    padding-top: 5px;
}

.lump-blog .blog_intro .date {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    -webkit-text-stroke: 0px;
}

.lump-blog .blog-image img {
    clip-path: none;
}

.lump-blog .blog-image::before {
    display: -webkit-box !important;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(180deg, #009cde00, #009CDE);
    background: -webkit-linear-gradient(180deg, #009cde00, #009CDE);
    background: linear-gradient(180deg, #009cde00, #009CDE);
}




/*FAQ Accordion*/

.section-question > .row {flex-direction: row-reverse;}

.CustomFAQ .lump-faq {
    background: #FFFFFF;
    border-radius: 20px !important;
    margin-bottom: 20px !important;
    transition: 0.3s ease;
    padding: 20px 25px;
    border: none;
}

.CustomFAQ .lump-faq:hover {box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 35%);}

.CustomFAQ .section-question {color: #505050; padding: 0;}

.CustomFAQ .section-answer {margin-top: -10px !important;}
.CustomFAQ .section-answer .col-md-11 {width: 100%;}

.CustomFAQ .section-question .button {background: #009cde; color: #ffffff;}
.CustomFAQ .section-question.active .button, .CustomFAQ .section-question .button:hover {
    background: #B8C606;
    border-color: #B8C606;
}


/*Event Roll Block*/

#Row5923 {
    height: 500px;
}
#eventsRollSection:before {
    display: none;
}

#eventsRollSection {
    height: 540px;
    overflow: visible;
    margin-bottom: 170px !important;
}
#eventsRollSection .inner {
    overflow: hidden;
}
/*#eventsRollSection:before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: #009cde;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*}*/

#eventsRollSection .container {
    /*width: 100%;*/
    position: relative;
    z-index: 2;
}

#eventsRollSection .container:before {
    content:"";
    background-color: #009cde;
    height: 509px; 
    position: absolute;
    width: 100%;
    display: none;
}

#eventsRollSection .panel .event-details h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #000000;
}

/*.clippy {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 35%;*/
/*    height: 150px;*/
/*    bottom: 90px;*/
/*    left: 0;*/
/*    background: #009cde;*/
/*    background-image: linear-gradient(180deg, rgba(42, 190, 255, 1) 0%, rgba(57, 195, 255, 1) 5%, rgba(220, 220, 220, 0) 60%);*/
/*    clip-path: polygon(0 0, 37% 0, 14% 100%, 0 100%);*/
/*    z-index: 2;*/
/*}*/

#eventsRollSection .slick-next:before {
    font-size: 35px;
    opacity: .5 !important;
    content: '<' !important;
    color: #009cde !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

#eventsRollSection > button.slick-next.slick-arrow { 
    width: 50px;
    height: 50px;
    border-radius: 9px;
    border: 1px solid #009cde;
    position: absolute;
    background: #fff !important;
    top: 200px;
}

#eventsRollSection > button.slick-prev.slick-arrow.slick-disabled { 
    display: block !important;
    width: 50px;
    height: 50px;
    border-radius: 9px;
    border: 1px solid #009cde;
    position: absolute;
    background: #fff !important;
    top: 200px;
}

#eventsRollSection .slick-next:before {
    content: '' !important;
    color: #009cde !important;
}

#eventsRollSection button.slick-prev,
#eventsRollSection button.slick-next {
    color: #009cde !important;
    background: white !important;
    z-index: 3;
    border: 2px solid #009cde;
    border-radius: 7px;
    width: 50px;
    height: 50px;
    top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .4s ease-out;
}
#eventsRollSection button.slick-disabled {
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease-out;
}

#eventsRollSection button.slick-prev {
    left: -95px !important;
}
#eventsRollSection button.slick-next {
    right: -95px !important;
}

#eventsRollSection .slick-prev:before {
    font-size: 35px;
    opacity: .5 !important;
    content: '' !important;
    color: #009cde !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

#eventsRollSection .slick-arrow i {
    color: #009cde;
    font-size: 25px;
}

.lees-verder-button {
    position: absolute;
    bottom: 15px;
    right: 75px;
}

/*Image Carousel*/

@media only screen and (max-width: 1690px) and (min-width: 768px) {
    #Gallery .col-sm-6 {
        width: 100%;
    }
    #Gallery .col-sm-3 {
        width: 100%;
    }
}


/*Other*/
.angled-white-gradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(102deg, rgba(255,255,255,0) 45%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(102deg, rgba(255,255,255,0) 45%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%);
    background: linear-gradient(102deg, rgba(255,255,255,0) 45%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%);
}
.bootsSection {
    margin-bottom: 220px !important;
}
.bootsSection .container-fluid {
    padding-top: 300px !important;
}
.bootsSection .container-fluid > div[class^="vertical-align"] {
    margin-bottom: -220px !important;
}
.bootsSection .left {
    z-index: 2;
}
.bootsSection .right {
    padding: 40px 0px 40px 120px !important;
}
.bootsSection .right:before {
    content: '';
    background: rgb(255,255,255);
    clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

/*.logo-col {*/
/*    border: 1px solid #dcdcdc !important;*/
/*    border-radius: 16px !important;*/
/*}*/

.blue-gradient-bottom {
    position: relative;
}

.blue-gradient-bottom:before {
    display: -webkit-box !important;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(180deg, #009cde00, #009CDE);
    background: -webkit-linear-gradient(180deg, #009cde00, #009CDE);
    background: linear-gradient(180deg, #009cde00, #009CDE);
}

/* Image carousel slider css*/
 
#Gallery > div.container {
    display: none;
}

#Lump20182 {
    position: relative;
}

.event_image_container {
	padding: 40px 40px 0px 40px;
}

.event_image_carousel .event_image_slide {
    border-radius: 10px!important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.event_image_container .event_image {
	display: block;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1.4) translateY(-80px);
    opacity: 1;
}

.event_image_container .img-wrapper {
	background: radial-gradient(#fff, #4354f0 70%);
}

.eventImageSliderBlock {
    position: relative;
    height: 600px;
    
}

.eventImageSliderBlock .sliding-image {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}

.eventImageSliderBlock .sliding-image .lump {
    height: unset;
    border-radius: 10px !important;
    margin: 0 !important;
}

.eventImageSliderBlock .sliding-image.slick-slider {
    position: relative;
    display: flex;
    justify-content: center;
    bottom: 55px;
}

.eventImageSliderBlock .sliding-image.slick-slider .slick-list {
    overflow: visible;
    width: 100%;
}

.eventImageSliderBlock .sliding-image.slick-slider .slick-list .slick-slide {
    margin: 0 10px !important;
}

.eventImageSliderBlock .sliding-image.slick-slider .slick-list .slick-slide:not(.slick-active) {
    opacity: 0.3;
    transition: all .2s ease-out;
    pointer-events: none;
}

.eventImageSliderBlock .sliding-image.slick-slider .slick-arrow {
    display: none !important;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    z-index: 2;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: .3s ease-out;
    filter: invert(1);
}

.eventImageSliderBlock .sliding-image.slick-slider .slick-arrow.slick-disabled {
    opacity: 0;
    transition: .3s ease-out;
    pointer-events: none;
}

.eventImageSliderBlock .sliding-image.slick-slider .slick-arrow:before,
.eventImageSliderBlock .sliding-image.slick-slider .slick-arrow:after {
    display: none;
}

.eventImageSliderBlock .sliding-image.slick-slider .slick-arrow.slick-prev {
    background-image: url(https://d1luqkurds6rl3.cloudfront.net/f417ba80dd29d81ad47f5c438a028144.png);
    left: -55px;
    display: none;
}

.eventImageSliderBlock .sliding-image.slick-slider .slick-arrow.slick-next {
    background-image: url(https://d1luqkurds6rl3.cloudfront.net/20f1dfa31967dc70701837f3bfd8176a.png);
    right: -55px;
    display: none;
}

.eventImageSliderBlock .slick-dots {
    position: absolute;
    bottom: -40px;
}

/* Blog cards */

/*Blog card 1*/
#Lump19987 {
    display: grid !important;
    align-content: flex-end;
    padding: 0 !important;
    border-radius: 30px !important;
}

#Lump19987 .lump-1col {
    background: url(https://dckebkdc4nt5q.cloudfront.net/088c0ad125fd79d0353a111e54963bd0.svg) no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 28px !important;
    padding: 10px 20px 10px 60px;
    text-align: left !important;
}

/*Blog card 2*/
#Lump20335 {
    display: grid !important;
    align-content: flex-end;
    padding: 0 !important;
    border-radius: 30px !important;
}

#Lump20335 .lump-1col {
    background: url(https://dckebkdc4nt5q.cloudfront.net/088c0ad125fd79d0353a111e54963bd0.svg) no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 28px !important;
    padding: 10px 20px 10px 60px;
    text-align: left !important;
}

/*Blog card 3*/
#Lump20337 {
    display: grid !important;
    align-content: flex-end;
    padding: 0 !important;
    border-radius: 30px !important;
}

#Lump20337 .lump-1col {
    background: url(https://dckebkdc4nt5q.cloudfront.net/088c0ad125fd79d0353a111e54963bd0.svg) no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 28px !important;
    padding: 10px 20px 10px 60px;
    text-align: left !important;
}

#Lump20339 {
    display: grid !important;
    align-content: flex-end;
    padding: 0 !important;
    border-radius: 30px 30px 0px 30px !important
}

#Lump20339 .lump-1col {
    background-size: cover;
    border-radius: 0px 0px 0px 28px !important;
    padding: 10px 20px 100px 20px;
    text-align: left !important;
}

/*END Image carousel slider css*/


/* Image carousel slider css*/
#customSliderBlock {
    background-position: 35% center !important;
}

#customSliderBlock .container {
    width: 800px;
    margin: auto !important;
}
#customSliderBlock .container .vertical-align-top {
    position: relative;
}
@media (min-width: 1710px) {
    #customSliderBlock .custom-slider-text {
        position: absolute;
        right: -40%;
        width: 40%;
    }
}
#customSliderBlock .custom-slider-text h3 {
    font-size: 33px;
    padding-left: 10%;
}

#customSlider {
    margin-top: -80px;
    margin-bottom: 25px !important;
    padding: 0 !important;
}

#customSlider .lump {
    /*padding: 0 !important;*/
}

#customSlider .lump-1image {
    /*display: inline-block;*/
    /*width: 100%;*/
}

#customSlider img {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

#customSlider .slick-next.slick-arrow, #customSlider .slick-prev.slick-arrow {
    display: none !important;
}

#customSlider .slick-dots {
    text-align: end;
    padding: 0 20px;
}

#customSlider .slick-dots li button {
    background: #ffffff;
    border-color: #e5e5e5;
}

#customSlider li.slick-active button {
    background: #B8C606;
    border-color: #009cde;
}
/*END Image carousel slider css*/

.template-lumps main > .funraisin-page-nav {
    display: none;
}

/*New Blog CSS*/
.template-lumps.blog-posts .funraisin-header:before,
.template-blog .funraisin-header:before,
.template-donation .funraisin-header:before {
    display: -webkit-box !important;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(180deg, #009cde00, #009CDE);
    background: -webkit-linear-gradient(180deg, #009cde00, #009CDE);
    background: linear-gradient(180deg, #009cde00, #009CDE); 
}

.template-lumps.blog-posts .header-card-parent .header-card-col,
.template-donation .header-card-parent .header-card-col, 
.template-donation .funraisin-header, 
.template-lumps.blog-posts .funraisin-header, 
.template-lumps.blog-posts .funraisin-header-wrapper > .vertical-align-container,
.template-lumps.blog-posts #waaromSection:before, 
.template-lumps.blog-posts #waaromSection:after, 
.template-lumps.blog-posts #ctaBlock {
    clip-path: none;
    -webkit-clip-path: none;
}

.template-lumps.blog-posts .header-card-parent,
.template-donation .header-card-parent {
    margin-top: -50px !important;
    margin-bottom: 0 !important;
    box-shadow: 0px 0px 27px #00000024 !important;
    border-radius: 24px 24px 24px 24px;
}

.template-lumps.blog-posts .header-card-parent .header-card-col,
.template-donation .header-card-parent .header-card-col {
    top: 0;
    background: #ffffff;
    color: #0d0d0d;
    border-radius: 24px 24px 24px 24px;
}
.template-lumps.blog-posts .header-card-parent .header-card-col *,
.template-donation .header-card-parent .header-card-col * {
    color: inherit !important;
}

.template-lumps.blog-posts #ctaBlock {
    background: #009cde;
    border-radius: 24px;
}

.template-lumps.blog-posts #ctaBlock label {
    color: #ffffff;
}

.template-lumps.blog-posts #programmaSection:before, .template-lumps.blog-posts #programmaSection:after {
    content: none;
}

.template-blog .vertical-align-middle {
    gap: 2%;
    justify-content: center;
}

.template-blog .logo-col {
    margin-top: 2% !important;
}

/*New Blog CSS end*/

/* ---------- END New 2022 Code ---------- */
/* ----------------------------------- */

.template-blog .funraisin-header {
    clip-path: unset !important;
    -webkit-clip-path: unset !important;
}

.template-blog .lump-row.row:before,
.template-blog .lump-row.row:after,
.template-blog .lump-row.row .container:before,
.template-blog .lump-row.row .container:after {
    display: none !important;
}

#customCardSliderBlock .container > div[class^="vertical-align"] {
    gap: 25px !important;
    flex-wrap: nowrap !important;
}
#customCardSliderBlock .container > div[class^="vertical-align"] .lump.col-md-3 {
    width: 25% !important;
    margin: 0 !important;
}

#eventsRollSection.no-slider {
    height: auto !important;
    background: none;
    margin: 0 !important;
}
#eventsRollSection.no-slider:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #009cde;
    height: 370px;
}
#eventsRollSection.no-slider .panel .event-image:before {
    background: linear-gradient(0deg, rgb(0 156 222) 20%, rgba(255,255,255,0) 100%);
}


@media only screen and (max-width: 1500px) {
    #eventsRollCards {
        padding: 0 50px 20px !important;
    }
    #eventsRollSection button.slick-prev {
        left: -50px !important;
    }
    #eventsRollSection button.slick-next {
        right: -50px !important;
    }
    #eventsRollSection .panel .event-details h4 {
        font-size: 18px !important;
    }
    #eventsRollSection .panel .event-details {
        padding: 15px 15px 15px 60px !important;
    }
}

/* Blog VB Template Page */

.fixNegativeMargin {
	margin-bottom: -10% !important;
}
.blogTitleCard {
    max-width: 920px;
    margin: -60px auto 0;
}
.blogTitleCard .container div div div {
	border-right: none !important;
}
.blogOurPartners > div > div > div:not(:first-child) {
	width: calc(14% - 30px) !important;	
}
.noGap > div > div {
    gap: 0 !important;
}
.eventsRollSectionFix {
	height: auto;
	overflow: visible;
	margin-bottom: 0 !important;
}

.member-panel.panel .row .btn {
    background: #009cde;
}
.member-panel.panel .row .btn:active,
.member-panel.panel .row .btn:focus,
.member-panel.panel .row .btn:hover {
    background: #b8c606 !important;
}
.member-panel.panel .row .btn .fa-long-arrow-right {
    color: white;
}

/*Kris added CSS*/

/*Buttons*/
.btn-next,
.btn-previous{
    color: transparent !important;
    position: relative;
    padding: 8px 30px !important;
    width: 93px !important;
}
.btn-next::after{
    content: "Volgende";
    position: absolute;
    top: 7px;
    left: 14px;
    color: #000 !important;
}
.btn-previous::after{
    content: "Vorige";
    position: absolute;
    top: 7px;
    left: 21px;
    color: #000 !important;
}

a.btn{
    padding-right: 50px !important;
    position: relative;
}

a.btn:not(.btn-next):not(.btn-previous):not(.btn-social-share)::after{
    content: " ";
    background: url("https://dckebkdc4nt5q.cloudfront.net/3c788a7cf6060cc22fb6743dda5a496f.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 13.5px;
    right: 26px;
    position: absolute;
    width: 20px;
    height: 20px;
}


div.social-icons{
        display: flex;
    justify-content: center;
}

.social-icons.social-icon .btn-social-share{
    display: block;
}

a.btn-social-share i:before{
    position: absolute;
    place-self: anchor-center;
}
/*End buttons*/

/*Blog Kris*/
.blog-container,
.lump-blog .blog-wrapper{
    overflow: hidden !important;
    border-radius: 20px 20px 0px 20px !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15) !important;
    background: #fff !important;
    min-height: 470px !important;
}

.lump-blog .blog-image{
    height: 300px;
}

.lump-blog .blog-image img{
    height: 100%;
}

.lump-blog .blog_intro{
    gap: 1rem !important;
}

.blog-wrapper h3.title {
    padding: 15px 0 !important;
    color: #fff;
}

.lump-blog .blog_intro .date{
    order: 0 !important;
    margin: 0 !important;
    
}

.lump-blog .blog_intro .description{
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-cta {
    border: 1px #d7d7d7 solid;
    border-radius: 30px;
    padding: 10px 20px;
    width: 40%;
    color: #000 !important;
    margin-top: 20px !important;
    bottom: 10px !important;
    position: relative;
    order: 3;
    font-weight: 600;
}
@media only screen and (max-width:1200px){
    a.blog-cta {
        width: 54%;
    }
}

.blog-cta:hover{
    background: #009cde !important;
    border-color: #009cde !important;
}

a.blog-cta::after{
    content: " ";
    background: url("https://dckebkdc4nt5q.cloudfront.net/3c788a7cf6060cc22fb6743dda5a496f.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 18px;
    position: absolute;
    top: 16.5px;
    left: 105px;
}
.blog-wrapper h3.title{
    position: static !important;
    color: #000 !important;
    margin: 0 !important;
}

/*End Blog Kris*/

#partners-logo .logo-col.col-md-2, 
#partners-logo .logo-col.col-sm-2, 
#partners-logo .logo-col.col-xs-2 {
    width: calc(14% - 30px) !important;
}

.nieuwsbrief .nieuwsbrief-img{
    width: 60% !important;
}
.nieuwsbrief .nieuwsbrief-form{
    width: 40% !important;
}

.border-main{
    border: 1px solid #D7D7D7 !important;
    border-radius: 20px 20px 0px 20px !important;
    overflow:hidden;
}
.border-main div.lump:not(.icon) img{
    height: 210px;
    object-fit: cover;
    width: 100%;
}

.border-main-green{
    border: 1px solid #98BB29 !important;
    border-radius: 20px 20px 0px 20px !important;
    background: #98BB29;
}

/*Events block*/

.new-events .lump-events .panel{
    align-content: flex-end !important;
    height: 450px !important;
    border-radius: 20px 20px 0px 20px !important;
    overflow: clip;
    position: relative;
    padding: 0 !important;
    width: 100%;
}

.new-events .panel:after{
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 2;
    bottom: 0;
    left: 0;
}

.new-events .lump-events .event-image{
    position: absolute !important;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    left: 0;
}

.new-events .lump-events .event-image img
/*.lump-1col*/
{
    object-fit: cover !important;
    min-height: 100%;
}
.lump-event{
    min-height:450px;
    width: 25%;
    display: flex !important;
    align-items: flex-end;
}

.new-events .lump-events .lump-event .event-details{
    color: #fff !important;
    background: none !important;
    padding: 20px;
    width: 100%;
    position: relative;
    z-index: 3;
    text-align:left;
}

.new-events .lump-events .date{
    margin: 5px 0;
    background: #fff;
    color: #000;
    text-align: center;
    position: absolute;
    border-radius: 20px;
    top: -15px;
    width: 80%;
}

.new-events .lump-events .date i{
    display: none !important;
}

.new-events .lump-events .lump-event .event-title{
    min-height: 80px;
    color: #fff !important;
    align-content: center;
    line-break: strict;
    white-space: break-spaces;
    text-align: left;
}

.lump-events .height-40,
.new-events .event-options {
    display: none !important;
}

.new-events .short-desc{
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


/*FAQs*/
.lump-faq .section-wrapper {
    border-left: 0 !important;
    border-right: 0 !important;
}

.lump-faq  .after_question .arrows *{
    color: transparent !important;
}
.lump-faq  .after_question .arrows .plus::after{
    content: " ";
    background: url("https://dckebkdc4nt5q.cloudfront.net/66165fb23f857b25ed4aa1673308da1b.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    position: absolute;
    width: 20px;
    height: 20px;
}
.lump-faq  .after_question .arrows .minus::after{
    content: " ";
    background: url("https://dckebkdc4nt5q.cloudfront.net/4a59c8fc2371febaa8b550d846edaae6.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    position: absolute;
    width: 20px;
    height: 20px;
}

/*Wrodpress events - new acties*/


.new-acties .panel,
.new-acties .panel .lump-container{
    align-content: flex-end !important;
    height: 450px !important;
    border-radius: 20px 20px 0px 20px !important;
    overflow: clip;
    position: relative;
    padding: 0;
}
.new-acties .panel{
    width: 22% !important;
    padding: 0 15px !important;
}

.new-acties .panel:after{
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 2;
    bottom: 0;
    left: 0;
}



.lump-event{
    min-height:450px;
    width: 25%;
    display: flex !important;
    align-items: flex-end;
}


.new-acties .event-date{
    margin: 5px 0;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 20px !important;
    padding: 0 !important;
    width: 90%;
    z-index: 3;
}

.new-acties .event-title {
    z-index:3;
}

.new-acties .event-title h4{
    min-height: 80px;
    color: #fff !important;
    align-content: center;
    line-break: strict;
    white-space: break-spaces;
    text-align: left;
}


/*Nav*/
.funraisin-primary-nav li:has(ul):after{
    content: "";
    background: url("https://dckebkdc4nt5q.cloudfront.net/560f190c354b849ffe40bf2084d63d0d.svg");
    position: absolute;
    top: 30px;
    right: 6px;
    background-size: cover;
    width: 12px;
    height: 7px;
}

.funraisin-primary-nav li:has(ul):hover:after{
    filter:invert(1);
}
