body {
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .act-heading {
    line-height: 1.4;
}

.color-blue {
    color: var(--theme-contrast) !important;
}

@media only screen and (max-width: 768px) {
    .line-break {
        display: none !important;
    }
}

h1, h2 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.grid-item--header h2 span.color-white {
    color: var(--heading-dark) !important;
}

.grid-item--header h2 {
    margin-top: 20px;
}

@media only screen and (min-width: 1600px) {
    .grid-item--header h2 span.color-white {
        color: var(--white) !important;
    }
}

.light {
    font-weight: 400;
}

.button {
    display: flex;
    align-content: center;
    align-items: center;
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 600;
    justify-content: center;
}

.button .fa {
    margin-left: 5px;
}

.button.button--underline {
    text-decoration: none !important;
}

.button.button--underline.button--dark:hover {
    color: var(--heading-dark) !important;
}

.theme-alt-bg a {
    color: inherit;
}

/*Header*/
.top {
    background-color: var(--theme);
    border-bottom: 6px solid var(--theme-contrast)
}

.top::after {
    content: "";
    position: absolute;
    height: 6px;
    background-color: var(--theme-contrast);
    opacity: 0.5;
    bottom: -12px;
    width: 100%;
    left: 0;
    right: 0;
}

.scroll .top {
    position: absolute;
}

ul.breadcrumbs {
    font-weight: 500;
    color: var(--theme-contrast);
    font-size: 1.5rem;
}

ul.breadcrumbs li a {
    color: inherit;
    font-family: 'Poppins';
    font-weight: 400;
    transition: none;
    font-size: 1rem;
}



@media only screen and (min-width: 769px) {
    .breadcrumbs-block {
        padding: 60px 0 0;
        position: absolute;
        margin-left: 0rem;
        z-index: 1;
        width: 42%;
    }
}

@media only screen and (min-width: 1800px) {
    .breadcrumbs-block {
        padding: 60px 0 0;
        margin-left: 9.5rem;
        z-index: 1;
        width: 42%;
    }
}

.button > .fa-chevron-circle-right {
    font-size: 1.25rem;
}

.button-wrap .button--theme.button--solid {
    background: var(--theme) !important;
    color: white !important;
}

.button-wrap .button--theme.button--solid:hover {
    background: var(--white) !important;
    color: var(--theme) !important;
    border-color: var(--white) !important;
}

.button-wrap .button--theme-cta-color.button--solid {
    background: var(--theme-cta) !important;
    color: white !important;
    border-color: var(--theme-cta) !important;
}

.button-wrap .button--theme-cta-color.button--solid:hover {
    background: var(--theme) !important;
    color: var(--white) !important;
    border-color: var(--theme) !important;
}

/*Navbar*/
.main-nav__ul--first > .main-nav__li > .main-nav__a {
    font-size: 1rem;
    font-weight: normal;
    padding: 0 20px;
}

.main-nav__ul--second .main-nav__a {
    color: var(--theme-contrast);
    font-size: 0.95rem;
    font-weight: bold;
}

.main-nav__ul--second .main-nav__a:hover {
    color: var(--theme);
}

.main-nav__ul--second, .main-nav__ul--third {
    background-color: var(--white) !important;
}

.main-nav__ul--third > .main-nav__li > .main-nav__a:hover {
    color: var(--theme-contrast);
}

@media only screen and (min-width: 992px) {
    .main-nav__ul--second,
    .main-nav__ul--third {
        width: 280px;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
    }
}

.main-nav__ul--second .main-nav__a,
.main-nav__ul--third .main-nav__a {
    white-space: normal;
}

.main-nav__ul--second .main-nav__a .fa-chevron-right {
    font-size: 80%;
    color: var(--theme);
}

.main-nav__ul--third .main-nav__a {
    font-size: 0.875rem;
    color: var(--theme);
    font-weight: 500;
    line-height: 1.6;
}

.main-nav__ul--second .main-nav__a .fa-chevron-right {
    right: 15px;
    top: 58%;
}

.fa-search {
    font-size: 1.5rem;
}

/*Footer*/
.footer {
    background-color: var(--theme);
    border-top: 6px var(--theme-contrast) solid;
    padding-top: 30px;
    padding-bottom: 0;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    height: 6px;
    background-color: var(--theme-contrast);
    opacity: 0.5;
    top: -12px;
    width: 100%;
    left: 0;
    right: 0;
}

.footer-item--logos ul li {
    padding: 0;
    width: 80% !important;
}

.footer-item a {
    color: inherit;
    text-decoration: none;
}

.footer .footer-grid {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navigation li.selected > div a {
    color: var(--white);
    font-weight: 400;
}

.footer-item .h6 {
    font-weight: 500;
    color: var(--background-dark);
    font-size: 1.25rem;
}

.footer-item--code h2.h6 {
    padding-bottom: 2px;
}
.footer-item--code #mc_embed_signup .asterisk {
    color: var(--text-light) !important;
}

.footer__bottom-info {
    background: var(--theme-contrast);
}

.footer__bottom-info .container {
    color: var(--theme);
    font-weight: 500;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px var(--grid-gutter);
}

.footer__bottom-info .container p {
    padding: 0;
    margin: 0;
}

.footer-item, footer-item--links {
    color: white;
    opacity: 0.9;
    font-weight: 300;
}

.footer-item--social-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-item--social-links .h6 {
    margin-bottom: 0.5em;
    margin-right: 20px;
}

.social-nav li a {
    color: var(--white);
    background: var(--theme-contrast) !important;
    width: 2em;
    height: 2em;
}

.social-nav li a:hover {
    color: var(--theme-contrast) !important;
    background-color: var(--white) !important;
}

.footer-item .navigation ul li a:focus, .navigation ul li a:hover {
    color: var(--theme-contrast);
    text-decoration: none;
}

.footer-item .navigation ul li a {
    font-weight: 400;
}

.to-top {
    background: var(--theme);
    border: 2px solid var(--theme-alt);
}

.contact-list li:hover {
    color: var(--theme-contrast);
}

@media only screen and (min-width: 769px) {

   /* .footer .footer-grid .col-100 {
        display: flex;
        justify-content: flex-end;
    }*/

    .footer .footer-item--social-links {
        padding-left: 0;
        padding-right: 0;
        width: 25%;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .footer__bottom-info {
        background: var(--theme-contrast);
    }

    .footer__bottom-info .container {
        color: var(--theme);
        font-weight: 500;
        font-size: 0.875rem;
        padding: 50px var(--grid-gutter);
        display: flex;
        align-items: center;
        position: relative;
        justify-content: flex-end;
    }

    .footer__bottom-info .container::before {
        content: "";
        position: absolute;
        width: 224px;
        height: 51px;
        background-repeat: no-repeat;
        background-image: url(../images/footer_logo.svg);
        background-size: 220px auto;
        left: var(--grid-gutter);
        top: 50%;
        transform: translateY(-50%);
    }
}

/*Widget Hero*/

.hero__inner {
    text-align: center;
}

.hero__inner .hero__inner {
    padding: 150px 50px 100px 90px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 748px) {
    .hero__inner .hero__inner {
        padding: 120px 150px 100px 200px;
    }
}

@media only screen and (min-width: 993px) {
    .hero__inner .hero__inner {
        padding: 150px 50px 100px 90px;
    }
}

@media only screen and (min-width: 1170px) {
    .hero__inner .hero__inner {
        padding: 150px 100px 100px 140px;
    }
}

@media only screen and (min-width: 1555px) {
    .hero__inner .hero__inner {
        padding: 100px 140px 100px 190px;
        margin-bottom: 50px;
    }
}

.top + #content > .hero:first-child {
    padding: var(--header-height) 0 0;
}

section.hero .hero__inner .hero__inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/banner-background.png);
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.hero__inner h1 {
    font-size: 3rem;
    line-height: 1.2;
}

.hero__text {
    font-size: 1rem;
    font-weight: 500;
    display: none;
}

@media only screen and (min-width: 748px) {
    .hero__text {
        display: block;
    }
}

.hero__inner .button-wrap .button--solid {
    font-weight: 600
}

.pre-head {
    font-size: 1rem;
    letter-spacing: 0.15em;
}

.hero .pre-head {
    font-size: 2.5rem;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #fff;
    opacity: 1;
}

.hero .hero__inner .row.row--center {
    justify-content: center;
}

.hero .button.button--underline {
    text-decoration: underline !important;
    text-decoration-thickness: 3px !important;
    text-underline-offset: 5px !important;
}

.hero .button.button--underline:hover {
    color: var(--theme) !important;
    text-decoration: underline !important;
    text-decoration-thickness: 3px !important;
    text-underline-offset: 5px !important;
}

@media only screen and (min-width: 959px) {
    .hero .hero__inner .row.row--center {
        justify-content: left;
    }
}

.hero__inner .hero__text p {
    line-height: 1.8;
}


/*Widget Pod*/

#PodImageSameHeight .pod__image img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
}

.pod.grid-item--boxed {
    border-radius: 60px;
    box-shadow: 0px 20px 20px #00647D0D;
}

.theme-bg .grid-item--boxed,
.theme-alt-bg .grid-item--boxed {
    background-color: rgba(255, 255, 255, 1);
}

.dark-bg .grid-item--boxed {
    background-color: rgba(255, 255, 255, 1);
}

.white-bg .grid-item--boxed {
    border: 0;
    background-color: rgba(0, 100, 125, 0.1);
}

.pod.grid-item--boxed h1,
.pod.grid-item--boxed h2,
.pod.grid-item--boxed h3,
.pod.grid-item--boxed h4,
.pod.grid-item--boxed h5,
.pod.grid-item--boxed h6 {
    color: var(--heading-dark) !important;
}

.pod .pod__text {
    margin-top: 1.5em;
    padding: 0px 30px;
}

.pod.grid-item--boxed .pod__text {
    margin: 0;
    padding: calc(1.5 * var(--grid-gutter));
}

.pod h3.h5 {
    font-size: 1.55rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.pod h3.h5 a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.white-bg .pod h3.h5,
.white-bg .pod h3.h5 a {
    color: var(--theme-contrast) !important;
}

.pod .button-wrap {
    margin-top: 1.5em;
}

.pod p,
.pod ul,
.pod ol {
    margin-top: 1.5em;
    margin-bottom: 0em;
}

.pod.grid-item--boxed p {
    color: #2B2B2B;
}

.pod.grid-item--boxed p a {
    color: #2B2B2B;
    text-decoration: none;
}

.pod.grid-item--boxed p:hover a {
    color: var(--theme-contrast);
}

.pod a {
    color: var(--heading-dark);
}

.pod .pod__image {
    border-radius: 60px !important;
    box-shadow: 0px 10px 20px #00647D33;
}

.pod.grid-item--boxed .pod__image {
    border-radius: 60px !important;
    box-shadow: none;
}

.pod:hover .pod__image img {
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
}

.pod .pod__image img {
    transition: 0.2s ease-in-out;
}

/*Custom Widget: Ups (Pods)*/
#Ups {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#Ups .pod__image img {
    width: 125px;
    max-height: 125px;
    min-height: 125px;
}

#Ups .pod__text .h5 {
    font-size: 2.5rem
}

#Ups .container {
    z-index: 1;
    max-width: 90%;
}

#Ups .col-33 {
    position: relative !important;
    margin: 50px 0;
}

#Ups .container .col-33:first-child::before {
    content: "";
    position: absolute;
    bottom: -20%;
    right: 0;
    width: 926px;
    height: 1058px;
    background-image: url(/images/usp-blob-left.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}

#Ups .container .col-33:last-child::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 0;
    width: 1233px;
    height: 998px;
    background-image: url(/images/usp-blob-right.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}

@media only screen and (min-width: 959px) {
    #Ups .col-33 {
        margin: 0 0;
    }

    #Ups .container .col-33:first-child::before {
        position: absolute;
        bottom: -40%;
        right: 0;
    }

    #Ups .container .col-33:last-child::before {
        top: -40%;
        left: 0;
    }
}

#Ups > .button.button--white:hover {
    color: white !important;
    background: var(--theme);
    border: 2px solid var(--theme);
}

#Ups .container .row .col-s-100 .pod .pod__text,
#Ups .container .row .col-s-100 .pod .pod__text .h5 {
    color: white;
}

#Ups .container .row .col-33:first-child .pod .pod__text,
#Ups .container .row .col-33:first-child .pod .pod__text .h5 {
    color: var(--heading-dark);
}

#Ups .container .row .col-33:last-child .pod .pod__text,
#Ups .container .row .col-33:last-child .pod .pod__text .h5 {
    color: var(--heading-dark);
}

#Ups .pod .pod__image {
    border-radius: 0 !important;
    box-shadow: none;
    overflow: visible;
}

.pod.grid-item--boxed .pod__image {
    overflow: visible;
}

@media only screen and (min-width: 768px) {
    #Ups {
        height: 925px;
        display: flex;
        align-items: center;
    }
}


/*Widget text/image*/

.split .split__text-inner {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
}

.split .split__text-inner .button-wrap .button--theme-alt.button--solid {
    color: var(--theme) !important;
    padding: 1rem;
    text-decoration: none !important;
    background: #A5D0E0;
    border-color: #A5D0E0;
}

.split .split__text-inner .button-wrap .button--theme-alt.button--solid:hover {
    color: var(--white) !important;
    padding: 1rem;
    text-decoration: none !important;
    background: var(--theme);
    border-color: var(--theme);
}

.button.button--white:hover {
    color: white !important;
    background: var(--theme);
    border-color: var(--theme);
}

.split .split__text-inner .button-wrap .button.button--underline {
    color: var(--theme);
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: 600;
}

.split .split__text-inner .button-wrap .button.button--underline:hover {
    color: var(--theme-contrast) !important;
}

.button.button--underline {
    text-decoration-thickness: 3px !important;
    text-underline-offset: 5px !important;
}

/*.split-wrap.theme-bg .split--text-right .split__text-inner h2 {
    font-size: 1.5rem;
    margin-top: 1em;
    color: var(--theme-contrast);
}

.split-wrap.theme-bg .split--text-right .split__text-inner p {
    font-weight: 300;
}*/

.button {
    border-radius: 35px;
}

/*widget: accordion*/
.acc {
    background: white;
    margin-top: 1.5em;
    border-radius: 35px;
    box-shadow: 0px 3px 6px #00647D26;
}

.acc .acc__head {
    font-weight: normal;
}

.acc--open .acc__head {
    font-weight: 600;
}

.acc--open .acc__body {
    font-weight: 400;
}

.acc .acc__head i {
    font-size: 1.5rem;
    color: var(--theme);
    opacity: 1;
}

/*Widget: navigation*/
.grid-item--links {
    background: white;
    border-radius: 30px;
    padding: 30px;
}

.grid-item--links .h6 {
    font-size: 1.5rem;
}

.grid-item--links .navigation li.selected > div a {
    font-weight: 600;
}

.grid-item--links .navigation li:hover > div a {
    color: var(--theme-contrast) !important;
}

.grid-item--links .navigation li > div a {
    color: black !important;
    font-size: 1rem;
    font-weight: 400
}

.grid-item--links .navigation-image img {
    margin-bottom: 2em;
}

.grid-item--links .navigation-image img {
    width: 60px;
    height: 45px;
}

.grid-item--links li a {
    position: relative;
    margin-left: 23px;
}

.grid-item--links li a:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -23px;
    width:13px;
    height:11px;
    background-image: url(/images/icon-arrow-right-blue.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/*fixing the styling when AND a backgroundimage is chosen AND a backgroundcolor is set, 
    so the bgcolor will shine through when an transparent svg is chosen as bgimage 
--------------------------------------------*/
.block__background.theme-bg {
    background-color: var(--theme);
}

.block__background.dark-bg {
    background-color: var(--background-dark);
}

.block__background.white-bg {
    background-color: var(--white);
}

.block__background.gray-bg {
    background-color: var(--background-light);
}

.block__background.theme-alt-bg {
    background-color: var(--theme-alt);
}


/*Feed items*/
.feed .box {
    background-color: transparent;
    box-shadow: none;
    text-align: center;
    border: none;
}

.feed .box .box__image {
    border-radius: 60px;
    box-shadow: 0px 10px 20px #00647D33;
    overflow: hidden;
}

.feed .box:hover .box__image img {
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
}


.feed .box .box__meta {
    font-size: 1.125rem;
}

.feed .box .box__text .h5 {
    font-size: 1.5rem;
}

.feed .box .box__text .h5 a {
    color: var(--theme-contrast) !important;
}

.feed .box .box__text p {
    font-size: 1rem;
    font-weight: 300;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.feed .box .box__image img {
    border-radius: 60px;
    min-height: 300px;
    transition: 0.2s ease-in-out;
}

.post__image img {
    border-radius: 60px;
}

.post__body img {
    border-radius: 60px;
}

/*Person widget*/

.white-bg .person--boxed {
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
}

.person__image img {
    border-radius: 60px;
}

.person--boxed .person__text {
    text-align: center;
    padding-top: 1em;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.person-button-download {
    margin-top: auto;
}

.person .section-head {
    color: var(--theme-contrast) !important;
    letter-spacing: 1px;
    font-size: 1rem;
    text-transform: unset;
}

/* gallery widget */
.gallery__group figure a img, 
.gallery__group .gallery__video a img {
    border-radius: 60px;
}


/* quote widget */
.grid-item--quote {
    padding: calc(1.5 * var(--grid-gutter));
    border-radius: 60px !important;
    position: relative;
}

.grid-item--quote blockquote {
    max-width: 100%;
    margin: 1em 0 0 0;
}
@media only screen and (min-width: 996px) {
    .grid-item--quote blockquote {
        max-width: 100%;
        margin: 0.2em 0 0 0;
    }
}

.grid-item--quote blockquote::before {
    content: none;
}

.grid-item--quote::before {
    opacity: 0.8;
    position: absolute;
    content:"";
    width:100px;
    height:100px;
    background-image:url(/images/bg-quote.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:top;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

@media only screen and (min-width: 996px) {
    .grid-item--quote::before {
        width: 115px;
        height: 115px;
    }
}

.theme-bg .grid-item--quote::before {
    color: #fff;
    opacity: 0.4;
}

.dark-bg .grid-item--quote::before {
    color: var(--theme);
    opacity: 0.1;
}

grid-item--quote.grid-item--boxed {
    color: inherit;
}

.white-bg .grid-item--quote.grid-item--boxed {
    border: 0;
    background-color: rgba(207,234,249,0.3);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
}

.dark-bg .grid-item--quote.grid-item--boxed {
    color: inherit;
    background-color: rgba(255,255,255,0.15);
}

.gray-bg .grid-item--quote.grid-item--boxed {
    color: inherit;
}

.grid-item--quote blockquote footer {
    position: relative;
    margin-top: 15px;
    padding-top: 20px;
}

.grid-item--quote blockquote footer::before {
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: var(--background-dark);
    content: " ";
    top: 0;
    left: 50%;
    line-height: 1;
    transform: translateX(-50%);
}

.dark-bg .grid-item--quote blockquote footer::before {
    background-color: var(--theme);
}

.grid-item--text h3 a {
    text-decoration: underline !important;
}


/*--- umbraco forms -----------------*/
form label, .form-label {
    margin-top: 0.8em;
}

.umbraco-forms-indicator {
    color: var(--theme);
}

.umbraco-forms-form .umbraco-forms-field span.field-validation-error {
    padding-left: 0;
    margin: 0;
    font-weight: 400;
    color: #ce4b4b !important;
}

.umbraco-forms-form fieldset {
    padding: 0 !important;
    margin: 0 0 0.5em 0 !important;
}

.umbraco-forms-form .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

input[type="submit"] {
    background: var(--theme-contrast) !important;
    border: 1px solid var(--theme-contrast) !important;
    color: white !important;
}

input[type="submit"]:hover {
    background: var(--theme) !important;
    border: 1px solid var(--theme) !important;
    color: white !important;
}

.umbraco-forms-form .umbraco-forms-fieldset input.text {
    padding: 10px 20px !important;
    border-radius: 50px;
}

.umbraco-forms-form .umbraco-forms-fieldset input.text,
.umbraco-forms-form .umbraco-forms-fieldset textarea {
    width: 100% !important;
    max-width: none !important;
    border: 1px solid #a5d0e0 !important;
    padding: 10px 20px !important;
    background-color: #ffffff;
    box-shadow: none;
}

.umbraco-forms-form .umbraco-forms-fieldset textarea {
    border-radius: 25px;
}

#Brochure .umbraco-forms-form .umbraco-forms-fieldset input.text {
    max-width: 500px !important;
}

.umbraco-forms-form .umbraco-forms-fieldset input.input-validation-error,
.umbraco-forms-form .umbraco-forms-fieldset textarea.input-validation-error {
    border: 1px solid #ca7777 !important;
    background-color: #ffffff;
}

.umbraco-forms-form .umbraco-forms-fieldset input.text:hover,
.umbraco-forms-form .umbraco-forms-fieldset textarea:hover {
    box-shadow: 0px 3px 6px #00647D1A;
}

::-webkit-input-placeholder {
    font-style: normal !important;
    color: rgba(0,100,125,0.75);
}

::-moz-placeholder {
    font-style: normal !important;
    color: rgba(0,100,125,0.75);
}

:-ms-input-placeholder {
    font-style: normal !important;
    color: rgba(0,100,125,0.75);
}

:-moz-placeholder {
    font-style: normal !important;
    color: rgba(0,100,125,0.75);
}

/*Widget Slider Multiple Items*/

.post .pre-head {
    display: none;
}

.flickity-prev-next-button .flickity-button-icon {
    width: 100%;
    height: 100%;
    fill: var(--theme-contrast);
}

.flickity-button {
    background: none;
}

.flickity-prev-next-button.previous {
    left: 10%;
}

.flickity-prev-next-button.next {
    right: 10%;
}

.slider-multiple-items .flickity-prev-next-button {
    top: -12%
}

.flickity-prev-next-button {
    top: 15%;
}

.flickity-button:hover {
    background: transparent;
}

.flickity-button:hover .flickity-button-icon {
    fill: var(--theme);
}

.slider-multiple-items .carousel-cell {
    width: 66%;
    height: 425px;
    margin-right: 10px;
    border-radius: 15px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.slider-multiple-items .feed .box {
    border: none;
}

.theme-alt-bg.slider-multiple-items .feed .box .box__text .h5 a {
    color: var(--theme) !important;
}

.theme-alt-bg.slider-multiple-items .feed .box .box__text .post_desc {
    display: none;
}

.theme-alt-bg.slider-multiple-items .feed .box .box__text .pre-head {
    color: var(--theme) !important;
    opacity: 1;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.8em;
}

.theme-alt-bg.slider-multiple-items .feed {
    max-width: 475px;
    margin: 0;
    padding-right: 0;
    margin-right: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .theme-alt-bg.slider-multiple-items .feed {
        max-width: 475px;
        margin: 0;
        padding-right: 0;
        margin-right: 25px;
    }
}

.theme-alt-bg.slider-multiple-items .feed .box .box__image img {
    border-radius: 60px;
    min-height: 200px;
}

.slider-multiple-items .feed .box .box__image img {
    border-radius: 60px;
    min-height: 200px;
    max-height: 400px;
    max-width: 660px;
}

.slider-multiple-items .feed .box .box__text .h5 a {
    color: var(--theme-contrast) !important;
    font-size: 1.25rem;
}

@media only screen and (min-width: 768px) {
    .slider-multiple-items .feed .box .box__text .h5 a {
        color: var(--theme-contrast) !important;
        font-size: 1.5rem;
    }

    .slider-multiple-items .carousel-cell {
        width: 34%;
        min-height: 100%;
        height: unset;
        margin-right: 40px;
        border-radius: 5px;
        border-radius: 5px;
        counter-increment: carousel-cell;
        -webkit-background-size: unset;
        background-size: unset;
        background-position: unset;
        opacity: 0.5;
    }

    .slider-multiple-items .carousel-cell:hover {
        opacity: 1;
        transition: 0.3s;
    }


    .slider-multiple-items .carousel-cell.is-selected {
        opacity: 1;
    }

    .theme-alt-bg.slider-multiple-items .carousel-cell {
        width: 28%;
        min-height: 100%;
        height: unset;
        margin-right: 0;
        border-radius: 5px;
        border-radius: 5px;
        counter-increment: carousel-cell;
        -webkit-background-size: unset;
        background-size: unset;
        background-position: unset;
    }
}


/*CUSTOM HEADER*/
@media only screen and (min-width: 769px) {
    #customHeader .grid-item.grid-item--image {
        margin-top: -100px;
    }

    #customHeader .grid-item--header {
        margin-top: 100px;
    }
}

#DienstenCat .pod.grid-item--boxed .pod__text {
    margin: 0;
    padding: calc(1.5 * var(--grid-gutter));
    height: 100%;
    display: flex;
    align-items: center;
    height: 180px;
}

#DienstenCat .pod article {
    height: 100%;
}


.datepickerfield {
    background-color: transparent;
    border: 1px solid #a5d0e0 !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
}

input[type=file]::file-selector-button {
    height: 50px;
    background-color: var(--theme-contrast);
    border: 2px var(--theme-contrast) solid;
    transition: 0.2s;
    padding: 13px 20px !important;
    border-radius: 30px;
    font-size: 1rem;
    color: var(--white);
    font-weight: bold;
}

input[type=file]::file-selector-button:hover {
    background-color: var(--theme);
    border: 2px var(--theme) solid;
    transition: 0.2s;
}

.umbraco-forms-form .checkboxlist label {
    float: none !important;
}

.umbraco-forms-form .checkboxlist input, .umbraco-forms-form .radiobuttonlist input, .umbraco-forms-form .checkbox input {
    vertical-align: middle;
}

/* MailChimp embed signup form */
#mc_embed_signup form {
    margin: 0 0 2rem 0 !important;
}

#mc_embed_signup .indicates-required {
    display: none;
}

#mc_embed_signup .mc-field-group {
    width: 100%;
    padding-bottom: 0 !important;
}

#mc_embed_signup .mc-field-group label {
    font-family: "Poppins",sans-serif !important;
    margin-bottom: 0.8em !important;
    line-height: 1 !important;
    font-weight: var(--font-weight-bold) !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.03em !important;
}

#mc_embed_signup .mc-field-group input {
    border: 1px solid #a5d0e0 !important;
    padding: 10px 20px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    border-radius: 50px !important;
    color: var(--text-dark) !important;
    font-size: 16px !important;
    font-family: "Poppins",sans-serif !important;
    margin: 0 0 0.5em 0 !important;
}

#mc_embed_signup .mc-field-group input.mce_inline_error {
    border: 1px solid #ce4b4b !important;
    background-color: #ffffff;
}

#mc_embed_signup .helper_text {
    background-color: transparent !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 2px 0 1em 0;
    padding: 0px !important;
    background-color: transparent !important;
    font-size: 0.75rem !important;
    color: #ce4b4b !important;
    font-family: "Poppins",sans-serif !important;
}

#mc_embed_signup .asterisk {
    color: var(--text-dark) !important;
}

#mc_embed_signup .button {
    background: var(--theme-contrast) !important;
    border: 1px solid var(--theme-contrast) !important;
    color: white !important;
    line-height: 1 !important;
    padding: 1em 2em !important;
    letter-spacing: 0.04em !important;
    font-size: 0.9rem !important;
    font-weight: var(--font-weight-bold) !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: var(--button-border-radius) !important;
    height: auto !important;
    letter-spacing: 0.04em !important;
    font-family: "Poppins",sans-serif !important;
}

#mc_embed_signup .button:hover {
    background: var(--theme) !important;
    border-color: var(--theme) !important;
}

#mc_embed_signup div#mce-responses {
    float: none !important;
    top: -1.4em;
    padding: 0 !important;
    overflow: hidden;
    width: 100% !important;
    margin: 0 0 !important;
    clear: both;
}

#mc_embed_signup div.response {
    padding: 0 0 1rem 0 !important;
    margin: 0 0 !important;
    float: none !important;
    width: 100% !important;
    font-family: "Poppins",sans-serif !important;
    letter-spacing: 0.04em !important;
}

#mc_embed_signup .brandingLogo {
    display: none;
}

.share div {
    font-weight: bold;
    margin-bottom: 20px;
}

.search-block .search__form {
    margin-top: 1.5em;
}

.feed__filter {
    display:flex;
    padding: 2em 0 3em 0;
    align-items: center
}
.feed__filter .filter-title {
    display:none;
}
@media only screen and (min-width: 768px) {
    .feed__filter .filter-title {
        display: block;
        margin-right: 1em;
        font-weight: bold;
    }
}
.feed__filter select {
    margin-bottom:0;
    margin-right: 0.5em;
    border: 1px solid #a5d0e0 !important;
    padding: 10px 20px !important;
    border-radius: 50px;
    max-width:300px;
    height: 47px;
}
@media only screen and (min-width: 768px) {
    .feed__filter select {
        margin-right: 1em;
    }
}
.feed__filter button:hover {
    background: var(--theme) !important;
    border: 1px solid var(--theme) !important;
    color: white !important;
}
