/* Fonts */

@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.eot');
    src: url('../fonts/poppins-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-extrabold-webfont.woff') format('woff'),
    url('../fonts/poppins-extrabold-webfont.ttf') format('truetype'),
    url('../fonts/poppins-extrabold-webfont.svg#poppinsextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.eot');
    src: url('../fonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-bold-webfont.woff') format('woff'),
    url('../fonts/poppins-bold-webfont.ttf') format('truetype'),
    url('../fonts/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.eot');
    src: url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff'),
    url('../fonts/poppins-regular-webfont.ttf') format('truetype'),
    url('../fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global */

img[data-src] {
    visibility: hidden; /* Hide the image until the src is set */
}

img[src] {
    visibility: visible; /* Show the image once src is assigned */
}

.grecaptcha-badge {
    bottom:100px !important;
}

body {
    font-family: 'poppinsregular', sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
}

.hidden {
    display: none;
}

.desktop {
    display: block;
}

@media (max-width: 768px) {
    .desktop {
        display: none;
    }
}

.mobile {
    display: none;
}

@media (max-width: 768px) {
    .mobile {
        display: block;
    }
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
}

.visible {
    opacity: 1;
}

.container-embed {
    padding: 0px;
}

h1 {
    color: #00869d;
    font-family: 'poppinsbold', sans-serif;
    font-size: 1.9rem;
}

h2.header {
    font-family: 'poppinsextrabold', sans-serif;
    color: #00869d;
    line-height:1.3;
    margin-bottom:10px;
    font-weight:normal;
}

h3.smaller-heading {
    font-size: 1.75rem;
    color: #00869d;
    margin-bottom: 15px;
    font-family: 'poppinsbold', sans-serif;
}

h4.sub-heading {
    font-size: 1.5rem;
    font-family: 'poppinsbold', sans-serif;
    color:#00869d;
    margin-bottom: 15px;
}

.paragraph-heading {
    font-family: 'poppinsbold', sans-serif;
    margin-bottom:0px;
}

p:has(.paragraph-heading) {
    margin-bottom: 0;
}


.large-title {
    font-family: 'poppinsextrabold', sans-serif;
    color:#00869d;
    font-size:34px;
}

p {
    line-height: 27px;
}

.content a {
    color: #41195B !important;
    text-decoration: none;
    font-family: 'poppinsbold', sans-serif;
    transition: all 0.3s;
}

.content a:hover {
    color: #ec88b7;
}

.headless-page {
    margin-top:250px
}


.content ul {
    list-style: none;
    padding-left: 0px;
}

.content li {
    padding-left: 20px;
    margin-bottom:10px;
}

.content li::before {
    content: "";
    height:10px;
    width: 10px;
    background-color:#00869d;
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .container-embed .row .col-md-12 {
        padding-left:0px;
        padding-right:0px;
    }
}

@media (max-width: 575px) {
    .mobile-inner {
        padding-left:20px;
        padding-right:20px;
    }
}

@media (max-width: 991px) {
    .umb-block-grid__area-container {
        grid-template-columns: 2fr !important;
    }
}

/* Buttons */

.btn-pink {
    background: #AFB6BC;
    padding: 18px;
    height: auto;
    font-family: 'poppinsbold', sans-serif;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 15px;
    line-height: 1.2;
    align-items: center;
    display: inline-block;
    border-radius: 13px;
    padding-top: 20px;
    color: #41195B !important;
    border: 1px solid #ffffff;
}

.btn-pink:hover, .btn-pink:focus {
    background: #00869d;
    color: #fff !important;
}

.btn-purple {
    background: #00869d;
    padding: 18px;
    height: auto;
    font-family: 'poppinsbold', sans-serif;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 15px;
    line-height: 1.2;
    align-items: center;
    display: inline-block;
    border-radius: 13px;
    padding-top: 20px;
    color: #fff !important;
}

.btn-purple:hover, .btn-purple:focus {
    background: #fff;
    color: #00869d !important;
}

/* Navigation */

.navbar-toggler {
    padding: 0px;
}

.navbar {
    padding:0px;
}

.nav-outer {
    background: #00869d;
    font-size: 16px;
    color: white;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 990px) {
    .nav-outer {
        background: #00869d;
        font-size: 16px;
        color: white;
        margin-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.navbar-brand {
    
}

.nav-link { 
    color:white;
    font-family: 'poppinsbold', sans-serif;
}

.nav-link:hover, .nav-link:active, .nav-link:focus {
    color: #AFB6BC;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #AFB6BC;
}

.dropdown-item {
    font-size:15px;
}

.navbar-brand img {
    width: auto;
    padding: 17px 0px;
    height: 100px;
}

.secondary-nav-item {
    background: #AFB6BC;
    padding: 18px;
    height: 100%;
    font-family: 'poppinsbold', sans-serif;
    color: #41195B !important;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding-top: 20px;
}

/*.secondary-nav-item:nth-child(even) {*/
/*    background: #00869C;*/
/*}*/



.secondary-nav-item:hover {
    background: #00869d;
    color:white !important;
}

.top-nav {
    background: #e2e2e2;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px 30px;
    position: fixed;
    width: 100%;
    z-index: 200;
    top: 100px;
    left: 0px;
    border-bottom: 1px solid #00869d;
}

@media (max-width: 1199px) {

    /* Base styles for the side nav */
    .side-navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        background-color: #f5f5da;
        transform: translateX(-100%);
        transition: transform 0.4s ease-in-out;
        z-index: 999; /* Ensures it appears above the content */
        padding: 1rem;
        overflow-x: auto;
    }

    /* Ensure the collapse shows as a sidebar when active */
    .side-navbar.show {
        transform: translateX(0);
    }

    /* Style the links */
    .nav-link {
        color: #00869d;
        padding: 3px 0;
        text-align: left;
        font-size: 15px;
    }

    .nav-link:hover, .nav-link:focus {
        color: #ec88b7;
    }

    /* Make sure the button (hamburger) stays on top of the page */
    .navbar-toggler {
        z-index: 1000;
    }

    .top-nav {
        background: transparent;
        width: 100%;
        display: block;
        justify-content: flex-end;
        padding: 0px;
        position: relative;
        width: 100%;
        z-index: 200;
        top: inherit;
        left: inherit;
        margin-top: 15px;
    }

    .secondary-nav-item {
        background: #ec88b7;
        padding: 14px;
        height: auto;
        font-family: 'poppinsbold', sans-serif;
        color: white;
        text-decoration: none;
        transition: all 0.3s;
        font-size: 14px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        padding-top: 19px;
        border-radius: 6px;
    }

    .navbar-nav .dropdown-menu {
        margin-bottom: 10px;
    }
    
    .navbar-toggler {
        outline:0;
        border:0;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0;
    }

    hr.nav-line {
        border-top: 1px solid #00869d;
        position: relative;
        left: 0px;
        right: 0px;
        margin-left: -15px;
        margin-right: -15px;
        opacity: 1;
        margin-top: 15px;
        margin-bottom: 23px;
    }

}

.nav-text {
    color: #00869d;
    display: flex;
    align-items: center;
    font-size: 21px;
    font-family: 'poppinsbold', sans-serif;
    margin-right: 18px;
    line-height: 1.2;
}

/* Homepage */

.hero-image {
    height: auto;
    position: relative;
    width: 100%;
    background: #ffffff;
    top: 158px;
}

.hero-video-outer {
    height: 620px;
    position: relative;
    width: 100%;
    background: #e4e7ea;
    top: 158px;
}

.hero-image img {
    height: 420px;
    position: relative;
    width: 100%;
    object-fit: cover;
}

.hero-video {
    position: relative;
    width: 100%;
    height: 620px; /* Fixed height for the outer video container */
    overflow: hidden;
}

.hero-video iframe {
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
    height: 1068px;
    border: 0;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1200px) {
    .hero-video iframe {
        top: -322px;
        left: -50px;
        width: 114%;
        height: 1270px;
    }
}

@media (max-width: 990px) {

    .hero-image {
        height: auto;
        position: relative;
        width: 100%;
        background: #fff;
        top: 110px;
    }

    .hero-image img {
        height: 320px;
        position: relative;
        width: 100%;
        object-fit: cover;
    }
    
    .hero-video-outer {
        height: 520px;
        position: relative;
        width: 100%;
        background: #e4e7ea;
        top: 110px;
    }

    .hero-video {
        position: relative;
        width: 100%;
        height: 520px; /* Fixed height for the outer video container */
        overflow: hidden;
    }
    .hero-video iframe {
        top: 0px;
        left: -70%;
        width: 236%;
        height: 600px;
    }
}
@media (max-width: 768px) {
    .hero-image {
        height: auto;
        position: relative;
        width: 100%;
        background: #fff;
        top: 110px;
    }
}
@media (max-width: 630px) {
    .hero-image {
        height: auto;
        position: relative;
        width: 100%;
        background: #fff;
        top: 110px;
    }

    .hero-image img {
        height: 320px;
        position: relative;
        width: 100%;
        object-fit: cover;
    }
    
    .hero-video-outer {
        height: 320px;
        position: relative;
        width: 100%;
        background: #e4e7ea;
        top: 110px;
    }

    .hero-video {
        position: relative;
        width: 100%;
        height: 420px; /* Fixed height for the outer video container */
        overflow: hidden;
    }

    .hero-video iframe {
        top: 0px;
        left: -50%;
        width: 220%;
        height: 424px;
    }
}

.hero-image-content {
    position: relative;
    width: 100%;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .hero-image-content {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.hero-image-title {
    padding: 0;
    background: none;
    border-radius: 0;
}

@media (max-width: 768px) {
    .hero-image-content {
        position: relative;
        width: 100%;
        z-index: 10;
        height: auto;
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .hero-image-title {
        padding: 20px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 8px;
    }

    .hero-image-title h1 {
        font-size: 28px;
    }
}

.content-outer {
    position: relative;
    top: 130px;
    margin-bottom:200px;
}

.cta-outer {
    background: #00869d;
    padding: 20px 30px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    font-size: 22px;
    /*font-family: 'poppinsbold', sans-serif;*/
    line-height: 1.4;
    text-align: center;
}

.cta-text {
    display: block;
    margin-left:0;
}

@media (max-width: 768px) {
    .cta-outer {
        font-size: 18px;
    }
}

@media (max-width: 630px) {
    .cta-outer {
        font-size: 16px;
    }
}

/* Footer */

footer {
    background: #00869d;
    padding: 40px;
    color: #fff;
}

.footer-link {
    width: 100%;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-weight: 900;
    font-family: 'poppinsbold', sans-serif;
}

footer a {
    width: 100%;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-weight: 900;
    font-family: 'poppinsbold', sans-serif;
}

.footer-logos {
    width: 100%;
    height: 100%;
    background: white;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .footer-logos {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .footer-logos {
        padding: 20px;
    }
}

/* Blog Area */

.blog-item-outer {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.blog-item-text {
    background: #e2e2e2;
    padding: 25px 20px;
    height: 100%;
}

.blog-title {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
    color:#00869d;
    font-family: 'poppinsbold', sans-serif;
    line-height: 1.2;
}

/* Breadcrumbs */

ul.breadcrumb a {
    text-decoration: none;
    color:#212529 !important;
    font-family: 'poppinsbold', sans-serif;
}

/* Quicklinks - Purple Bar */

.quick-link {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.top-bar {
    background-color: #ec88b7;
    height: 15px;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.quick-link-text {
    position: absolute;
    bottom: 0px;
    color: white;
    z-index: 2;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'poppinsbold', sans-serif;
    line-height: 1.2;
}

.quick-link-text-large {
    position: absolute;
    bottom: 0px;
    color: white;
    z-index: 2;
    padding: 20px;
    font-size: 34px;
    font-weight: 700;
    font-family: 'poppinsbold', sans-serif;
    line-height: 1.2;
}

.quick-link-background {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
}

/* Text (rte) */

blockquote {
    padding: 30px 30px;
    background: white;
    border-radius: 8px;
    margin-top:30px;
    margin-bottom:30px;
    font-size: 1.25rem;
    font-family: 'poppinsbold', sans-serif;
    color: #00869d;
    border: 1px solid #00869d;
    background: #e2e2e2;
}

.purple-highlight {
    font-family: 'poppinsextrabold', sans-serif;
    color: #00869d;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: normal;
    font-size:20px;
}

.purple-highlight-large {
    font-family: 'poppinsextrabold', sans-serif;
    color: #00869d;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: normal;
    font-size:24px;
}

.pink-highlight {
    font-family: 'poppinsextrabold', sans-serif;
    color: #ec88b7;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: normal;
    font-size:20px;
}

.pink-highlight-large {
    font-family: 'poppinsextrabold', sans-serif;
    color: #ec88b7;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: normal;
    font-size:24px;
}

.pink-background-block {
    font-family: 'poppinsextrabold', sans-serif;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: normal;
    font-size:20px;
    display:block;
    padding:20px;
    background: #ec88b7;
    border-radius:10px;
    color:white;
}

.purple-background-block {
    font-family: 'poppinsextrabold', sans-serif;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: normal;
    font-size:20px;
    display:block;
    padding:20px;
    background: #6c3594;
    color:white;
    border-radius:10px;
}

/* Highlight Block */

.value-container {
    width: 100%;
    color: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 8px;
    width: 100%;
    padding-bottom: 60px;
    
}

#side-column .value-container {
    width: 100%;
    color: #fff;
    padding: 30px;
    height: auto;
    border-radius: 8px;
    padding-bottom: 60px;
    margin-bottom: 30px;

}

.value-container p {
    width: 100%;
    color: #fff;
    padding: 0px;
    height: auto;
    border-radius: 8px;
    font-size: 18px;
    
}

.valueImage-container {
    width: 100%;
    text-align: right;
    margin-bottom:10px;
}

.value-container .title {
    /*font-weight: 700;*/
    font-size: 30px;
    font-family: 'poppinsbold', sans-serif;
    line-height: 1.2;
    height: auto;
    display: block;
    margin-top:20px;
    margin-bottom:10px;
}
@media (max-width: 768px) and (min-width: 599px) {
    .value-container .title {
        font-size: 25px;
    }
    .value-container p {
        width: 100%;
        color: #fff;
        padding: 0px;
        height: auto;
        border-radius: 8px;
        font-size: 16px;
        line-height: 1.4;
    }
    .value-container {
        width: 100%;
        color: #fff;
        padding: 20px;
        height: 100%;
        border-radius: 8px;
        width: 100%;
        padding-bottom: 60px;
    }
}
@media (max-width: 599px) {
    .value-container .title {
        font-size: 25px;
    }
}
/* Horizontal Role */

.horizontal-rule {
    height: 3px;
    width: 100%;
    display: block;
    background-color: #ec88b7;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

.divider {
    color: #212529 !important;
}

.breadcrumb li::before {
    content: "";
    height: 0px;
    width: 0px;
    color: #212529 !important;
    
}

.breadcrumb li {
    padding-left: 12px;
    margin-bottom: 10px;
    color: #212529 !important;
}

/* Umbraco Grid */

.umb-block-grid__area {
    height:100%;
}

#side-column .umb-block-grid__area {
    height:auto;
}

.umb-block-grid__layout-container {
    height:100%; 
}

.umb-block-grid__layout-item {
    height:auto;
}

#highlight-block .umb-block-grid__layout-item {
    height:100% !important;
}

/* Forms */

.contact-form .form-control {
    border: 1px solid #dee2e6;
    width: 100%;
    padding: 15px 20px;
    padding-top: 18px;
    border-radius: 8px;
    margin-bottom: 15px;
    appearance: auto;
    color: #666 !important;
}

.contact-form h4.umbraco-forms-caption {
    font-size: 1.75rem;
    color: #ec88b7;
    margin-bottom: .5rem;
    font-family: 'poppinsbold', sans-serif;
}

.contact-form .form-label {
    margin-bottom: 1rem;
    font-family: 'poppinsbold', sans-serif;
    color:#00869d ;
}

.contact-form .field-validation-error {
    display: block;
    color:red;
}

.dropdown-outer {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-outer select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 2rem; /* make space for the arrow */
    background-color: white;
}

.dropdown-outer::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 1.4rem;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background: url(/images/arrow-down.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
}

.contact-form .form-check-input[type=checkbox] {
    border-radius: .25em;
    border: 4px solid #dee2e6;
    width: 25px;
    height: 25px;
    position: relative;
    top: -6px;
}

.contact-form .form-check-input:focus {
    border-color: #00869d;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #00869d;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.form-check-input:checked {
    background-color: #00869d;
    border-color: #00869d;
}

/* FAQs */

.accordion {
    background: none;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px;
    font-size: 18px;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    padding-top: 20px;
    font-weight: normal;
    font-family: 'poppinsbold', sans-serif;
    background: #fafaec;
}

.accordion-header {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #707070;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid #ec88b7;
    background: #fafaec;
}

.accordion-body {
    padding: 0px;
}

.accordion-button:not(.collapsed) {
    color: #ec88b7;
    background-color: transparent;
    box-shadow: none;
    
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.social-icons-outer {
    display: grid;
    justify-content: space-between;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.social-icons {
    color: white;
    background: #AFB6BC;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    padding: 20px;
    align-self: center;
}

/* Cookies */

.cookie {
    position: fixed;
    bottom: 0;
    width: 400px;
    background: #fff;
    color: #222;
    padding: 20px 20px;
    text-align: left;
    z-index: 1000;
    line-height: 1.1;
    margin: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

.cookie p {
    font-size:14px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .cookie {
        text-align: left;
    }
}

.cookie-btn-agree {
    border: 0;
    background: #0b970b;
    color: white;
    border-radius: 6px;
    padding: 7px 15px;
    margin-right: 5px;
    font-weight: 700;
    font-family: 'poppinsbold', sans-serif;
    padding-top: 10px;
    font-size:14px;
}

.cookie-btn-disagree {
    border: 0;
    background: #cccccc;
    color: black;
    border-radius: 6px;
    padding: 7px 15px;
    margin-right: 5px;
    font-weight: 700;
    font-family: 'poppinsbold', sans-serif;
    padding-top: 10px;
    font-size:14px;
}

.cookie-btn-outer {
    display: block;
}

#cookie-banner {
    display: none;
}

/* Hidden by default to avoid layout shift */
#cookie-banner.hidden {
    display: none;
    opacity: 0;
}

/* Fade in after delay */
#cookie-banner.visible {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.cookie.hidden {
    display: none !important;
}
.cookie.visible {
    display: block !important;
}

.sub-nav-item {
    display: block;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ec88b7;
}

.blog-spacer {
    display: block;
    margin-top: 280px;
}

@media (max-width: 1199px) {
    .blog-spacer {
        display: block;
        margin-top: 180px;
    }
}

.vacancy-outer {
    background: #e2e2e2;
    padding: 18px;
    height: auto;
    font-family: 'poppinsbold', sans-serif;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
    line-height: 1.2;
    align-items: center;
    display: inline-block;
    border-radius: 13px;
    padding-top: 20px;
    color: #41195B !important;
    width: 100%;
}

.btn-green {
    background: #00869d;
    padding: 13px;
    height: auto;
    font-family: 'poppinsbold', sans-serif;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 1.2;
    align-items: center;
    display: inline-block;
    border-radius: 13px;
    padding-top: 16px;
    color: #fff !important;
    width: auto;
}

/* FORM STYLING */

.umbraco-form-area .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    background-color: #00869d;
}

.umbraco-form-area .progress, .umbraco-form-area .progress-stacked {
    border-radius: 20px;
}

.umbraco-form-area .umbraco-forms-caption {
    font-family: 'poppinsbold', sans-serif;
    color: #00869d;
}

.umbraco-form-area label {
    display: inline-block;
    font-family: 'poppinsbold', sans-serif;
}

.umbraco-form-area .radio-options {
    font-family: 'poppinsregular', sans-serif;
    margin-top: 2px;
}

.umbraco-form-area .radiobuttonlist, .umbraco-form-area .checkboxlist {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
}

.umbraco-form-area .form-control {
    width: 100%;
    padding: 15px 20px;
    padding-top: 18px;
    border: 1px solid #AFB6BC;
}

.umbraco-form-area .field-validation-error {
    color: crimson;
    display: block;
    margin-top: 10px;
}

.umbraco-form-area .form-control:focus {
    border-color: #00869d;
}

.umbraco-form-area .form-check-input:checked {
    background-color: #00869d;
    border-color: #00869d;
}

.umbraco-form-area .btn-previous {
    background: #AFB6BC;
    padding: 18px;
    height: 100%;
    font-family: 'poppinsbold', sans-serif;
    color: #41195B !important;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding-top: 20px;
}

.umbraco-form-area .btn-next {
    background: #AFB6BC;
    padding: 18px;
    height: 100%;
    font-family: 'poppinsbold', sans-serif;
    color: #41195B !important;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding-top: 20px;

}

.umbraco-form-area .btn-submit {
    background: #00869d;
    padding: 18px;
    height: 100%;
    font-family: 'poppinsbold', sans-serif;
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding-top: 20px;
}

.umbraco-form-area .btn-upload
{
    padding: 10px 15px;
    height: 100%;
    color: #41195B !important;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding-top: 14px;
    font-family: 'poppinsregular', sans-serif;
    background: #e2e2e2;
    border: 1px solid #AFB6BC;
}

.umbraco-forms-hidden {
    display: none;
}



.umbraco-form-area textarea {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #AFB6BC;
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    padding-top: 18px;
}

.umbraco-form-area textarea:focus-visible {
    border: 1px solid #00869d;
    outline: 0;
}

.umbraco-form-area h1, .umbraco-form-area h2, .umbraco-form-area h3, .umbraco-form-area h4, .umbraco-form-area h5, .umbraco-form-area h6 {
    font-family: 'poppinsbold', sans-serif;
    color: #00869d;
}

.umbraco-form-area input[type="file"]::file-selector-button {
    padding: 10px 15px;
    height: 100%;
    color: #41195B !important;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 8px;
    padding-top: 14px;
    font-family: 'poppinsregular', sans-serif;
    background: #e2e2e2;
    border: 1px solid #AFB6BC;
}

.umbraco-form-area input[type="file"]::file-selector-button:hover {
    background: #00869d;
    color:white !important;
}

.umbraco-form-area .form-check-input {
    border: 1px solid #AFB6BC;
}