/* 
-----------------------------------------
BASE
-----------------------------------------
*/

::selection {
    background-color: #000000;
    color: #fff;
}

.bg-white {
    background-color: #fff !important;
}

.bg-beige {
    background-color: #F6F5F1 !important;
}

.bg-green {
    background-color: #114232 !important;
}

.txt-white {
    color: #fff;
}

.scroll-to {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

a, a:link, a:active {
    color: #0C9746;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 600;
}

p a:hover,
li a:hover {
    text-decoration: underline;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none;
}

ul {
    padding-left: 1rem;
}

a:hover {
    text-decoration: none;
}

p a:hover {

    text-decoration: underline;
}
img {
    max-width: 100%;
}

figure {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

body, p, li {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #2B2B2B;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b, strong {
    font-weight: 900;
}

p strong {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
   color: #114232;
}

h1 {
    text-transform: none;
    font-size: clamp(1.5rem, 1.2453rem + 1.2539vw, 2.75rem);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 1rem;
}

h2 {
    font-weight: 600;
    font-size: clamp(1.25rem, 1.1481rem + 0.5016vw, 1.75rem);
    margin-bottom: 0.75rem;
    line-height: 1.15;
}

h3 {
    font-size: clamp(1.125rem, 1.0741rem + 0.2508vw, 1.375rem);
    text-transform: none;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: clamp(1.125rem, 1.0995rem + 0.1254vw, 1.25rem);
    text-transform: none;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 0.5rem;
}

h1 + h2, p + h2, ul + h2, p + h3, ul + h3 {
    margin-top: 2rem;
}

h2 + h3 {
    margin-top: 1.5rem;
}

p.ingress {
    font-weight: 500;
    font-size: 1.125rem;
}

.max-width-300 {
    max-width: 300px;
}



@media screen and (min-width: 1700px) {



    p.ingress {
        font-size: 1.25rem;
    }
}

article h1 {
    font-size: 1.75rem;
    font-weight: 600;
}

article h2 {
    font-weight: 600;
}


article p:last-child {
    margin-bottom: 0;
}

article p.ingress {
    font-size: 1.25rem;
}

@media screen and (min-width: 992px) {

    article h1 {
        font-size: 2rem;
        
    }

    article h2 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1700px) {

    article h1 {
        font-size: 2.25rem;
    }

    article h2 {
        font-size: 1.75rem;
    }

    article p.ingress {
        font-size: 1.375rem;
    }
}

/* ------ Spacing utilities ------ */
.container-x {
    padding-left: 1rem;
    padding-right: 1rem;
}

.container-y {
    padding-top: clamp(2.5rem, calc(2.5rem + ((1vw - 0.36rem) * 4.6875)), 5rem);
    padding-bottom: clamp(2.5rem, calc(2.5rem + ((1vw - 0.36rem) * 4.6875)), 5rem);
}

@media (min-width: 576px) {
    .container-x {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 992px) {
    .container-x {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (min-width: 1700px) {
    .container-x {
        padding-left: 8vw;
        padding-right: 8vw;
    }
}
/* ------ END Spacing utilities ------ */



/* ---------- Padding x space ---------- */

.padding-x-space {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .padding-x-space {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1200px) {
    .padding-x-space {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (min-width: 1700px) {
    .padding-x-space {
        padding-left: 8vw;
        padding-right: 8vw;
    }
}


/* ---------- Padding y space ---------- */

.padding-y-space {
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: .5s;
}

@media (min-width: 768px) {
    .padding-y-space {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .padding-y-space {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

@media (min-width: 1700px) {
    .padding-y-space {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

/* ---------- Button ---------- */

a.btn,
button.btn,
input.btn{
    display: inline-block;
    font-size: 0.875rem;
    background-color: transparent;
    padding: 0.5rem 2rem;
    color: #114232;
    font-weight: 500;
    transition: all ease 0.2s;
    border-radius: 30px;
    border: 2px solid #114232;
    border-radius: 30px;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    color: #0C9746;
    border-color: #0C9746;
    text-decoration: none;
}

a.btn-white,
button.btn-white,
input.btn.btn-white {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background: transparent;
}

    .btn-white:hover,
    input.btn.btn-white:hover {
        color: #0C9746;
        border-color: #0C9746;
        background: transparent;
        text-decoration: none;
    }

@media screen and (min-width: 1200px) {

    .btn {
        padding: 0.5rem 3rem;
    }
}


/* ---------- Header section ---------- */

.section-header {
    margin-bottom: 1.5rem;
}

.section-header.container{
    max-width: 600px;
}

    .section-header h2 {
        margin-bottom: 0;
    }



@media screen and (min-width: 992px) {

    .section-header {
        margin-bottom: 2rem;
    }

}

@media screen and (min-width: 1200px) {

    .section-header {
        margin-bottom: 2.25rem;
    }

        .section-header h2 {
            margin-bottom: 0.75rem;
        }
}


/*
-----------------------------------------
NAVBAR
-----------------------------------------
*/

.navbar {
    z-index: 1200;
    padding-bottom: 0;
    top: 0;
    padding-top: 0;
}

.extra-menu {
    position: absolute;
    top: 0;
    left: 0;
}


.navbar-light .extra-menu {
    background: #114232;
    color: #FFF;
}

    .navbar-light .extra-menu #language-menu .nav-link {
        color: #FFF;
    }

.extra-menu {
    display: none;
}

#language-menu .nav-link {
    display: flex;
    align-items: center;
}


#language-menu .nav-link img {
    height: 16px;
    width: 16px;
    margin-right: 0.25rem;
}

.navbar-expand-xl {
    height: 80px;
}


@media screen and (min-width: 768px) {
    .navbar-expand-xl {
        height: 100px;
    }
}

@media screen and (min-width: 1200px) {

    .navbar-expand-xl {
        height: 120px;
    }

        .navbar-expand-xl .main-menu {
            height: 120px;
        }

    .extra-menu {
        display: flex;
    }
}

@media screen and (min-width: 1700px) {

    .navbar-expand-xl {
        height: 140px;
    }

        .navbar-expand-xl .main-menu {
            height: 140px;
        }
}

.navbar-light {
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.navbar-show {
    transform: none;
}
/* ----- Logo ----- */

.navbar-brand {
    padding: 0;
}

    .navbar-brand img {
        width: 160px;
        height: auto;
        padding-left: 0;
    }


@media screen and (min-width: 768px) {

    .navbar-brand img {
        width: 150px;
    }
}

@media screen and (min-width: 992px) {

    .navbar-brand img {
        width: 180px;
    }
}

@media screen and (min-width: 1700px) {

    .navbar-brand img {
        width: 200px;
    }
}

@media screen and (min-width: 1700px) {

    .navbar-brand img {
        width: 260px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .navbar-expand-xl .section-x-space {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* ----- Toggler button ----- */

.navbar-toggler {
    position: relative;
    width: 30px;
    height: 22px;
    border: none;
}

    .navbar-toggler:focus-visible {
        border: 1px solid #000;
    }

    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #293033;
        opacity: 1;
        left: 0;
    }


    .navbar-toggler:active {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler span:nth-child(1) {
        top: 0;
    }

    .navbar-toggler span:nth-child(2) {
        top: 10px;
    }

    .navbar-toggler span:nth-child(3) {
        top: 20px;
    }

/* ----- Offcanvas mobile menu ----- */

.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    background-color: #ffffff;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1032;
}

    .offcanvas-collapse.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 40px rgba(0,0,0,0.1);
    }

#mobile-menu {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.main-nav-mobile {
    padding: 0 1rem 0;
}

    .main-nav-mobile .nav-link {
        text-transform: uppercase;
        color: #0C2D3B;
        font-size: 1rem;
        line-height: 1;
        font-weight: 600;
        border-top: 1px solid #A1B7B6;
        padding: 0.875rem 5px 0.875rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #ffffff;
    }

.close-button {
    cursor: pointer;
    font-size: 36px;
    padding: 0 0.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    color: #293033;
    height: 30px;
    width: 30px
}

.main-nav-mobile .top-nav-item {
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .main-nav-mobile .top-nav-item span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #293033;
        opacity: 1;
        right: 0;
    }

        .main-nav-mobile .top-nav-item span:nth-child(1) {
            top: 15px;
            transform: rotate(45deg);
        }

        .main-nav-mobile .top-nav-item span:nth-child(2) {
            top: 15px;
            transform: rotate(-45deg);
        }

@media screen and (min-width: 768px) {

    #mobile-menu.offcanvas-collapse {
        width: 50%;
        right: 0;
        transform: translateX(100%);
    }

        #mobile-menu.offcanvas-collapse.open {
            transform: translateX(0);
        }
}

@media screen and (min-width: 1200px) {

    #mob-nav.offcanvas-end {
        display: none !important;
    }
}

/* Mobile submenu */

.main-nav-mobile .offcanvas-submenu-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10;
    background-color: #ffffff;
    padding: 0 1rem;
    opacity: 0;
}

    .main-nav-mobile .offcanvas-submenu-collapse.open {
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem);
        opacity: 1;
    }

    .main-nav-mobile .offcanvas-submenu-collapse .top-nav-item {
        justify-content: space-between;
    }

#mobile-menu .back-button {
    justify-content: flex-start;
    color: #293033;
    font-size: 30px;
}

.main-nav-mobile .submenu {
    list-style: none;
    padding-left: 0;
}

    .main-nav-mobile .submenu .nav-link.submenu-title {
        border-top: 1px solid #A1B7B6;
        border-bottom: 1px solid #A1B7B6;
    }

.main-nav-mobile .offcanvas-submenu-collapse .submenu:first-child .nav-item:first-child .nav-link {
    border-top: none;
}

.main-nav-mobile .submenu-submenu {
    list-style: none;
    padding-left: 0;
}

    .main-nav-mobile .submenu-submenu .nav-item .nav-link {
        font-family: 'Source Sans Pro', sans-serif;
        text-transform: none;
        font-weight: 400;
    }



#mobile.menu .submenu-submenu .nav-item:first-child .nav-link {
    border-top: none;
}

.main-nav-mobile .submenu-submenu .nav-item:first-child .nav-link {
    border-top: none;
}

.main-nav-mobile .submenu-submenu > .nav-item:last-child {
    border-bottom: 1px solid #A1B7B6;
}

.main-nav-mobile .submenu .submenu .nav-item:last-child .nav-link {
    border-bottom: none;
}

.main-nav-mobile .submenu-item .nav-link {
    text-transform: none;
}

/* Mobile extra menu */

#mobile-menu #language-menu {
    padding: 0 1rem 0;
}

    #mobile-menu #language-menu .nav-link {
        border-top: 1px solid #A1B7B6;
        padding: 0.875rem 5px 0.875rem 0;
        display: flex;
        align-items: center;
        background-color: #ffffff;
    }

        #mobile-menu #language-menu .nav-link svg {
            margin-right: 0.25em;
        }

    #mobile-menu #language-menu .nav-item:last-child {
        border-bottom: 1px solid #D0DFE3;
    }


/* ----- Main menu ----- */

#main-nav .nav-link {
    text-transform: uppercase;
    color: #2b2b2b;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    transition: 0.2s;
    cursor: pointer;
}

#language-menu .nav-link {
    color: #2b2b2b;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
    padding: 0.75rem 0 0.75rem 0.75rem;
    transition: 0.2s;
    cursor: pointer;
}

    #main-nav .nav-link:hover,
    #language-menu .nav-link:hover,
    #main-nav .mega-menu .nav-link:hover,
    #sub-nav .nav-link:hover {
        color: #0C9746;
        text-decoration: none !important;
    }

.navbar-light .extra-menu #language-menu .nav-link svg {
    color: #fff;
}

#language-menu .nav-link svg {
    color: #000;
    font-size: 0.875rem;
    margin-right: 0.25rem;
}

#language-menu .nav-link img,
.mega-menu .dropdown-col img,
.main-nav-mobile .submenu-submenu .nav-item .nav-link img {
    height: 16px;
    width: 16px;
    margin-right: 0.25rem;
}

.navbar-light .extra-menu #language-menu .nav-link:hover img {
    filter: invert(99%) sepia(1%) saturate(1983%) hue-rotate(344deg) brightness(117%) contrast(100%);
}

#main-nav .nav-item {
    position: initial;
}

#main-nav > .nav-item:last-child > .nav-link {
    padding-right: 0;
}

#main-nav .mega-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    border: none;
    background: #F8F8F8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    list-style: none;
    margin: 0;
    border-radius: 0;
    border: none;
    padding-bottom: 1rem;
    min-height: 384px;
    padding-top: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

#main-nav .mega-menu.show .columns-holder{
    column-count: 4;
    column-gap: 2rem;
}

#main-nav .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

#main-nav .dropdown-col {
    flex-grow: 0;
    flex-shrink: 0;
    padding-bottom: 1.5rem;
    break-inside: avoid-column;
    overflow: hidden;
}

#main-nav .mega-menu .nav-link {
    text-transform: none;
    padding: 0.5rem 0;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1;
    width: 100%;
}

.dropdown-submenu .nav-link {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000;
}
#main-nav .mega-menu h3 a{
    margin-bottom: 0.25rem;
    color: #000;
    text-decoration: none;
}

#main-nav .mega-menu h3 a:hover {
    color: #0C9746;
}

#main-nav .mega-menu .user-manual{
    width: fit-content;
    height: auto;
}

#main-nav .mega-menu .user-manual-holder h3 {
    font-weight: 600;
    font-size: 1.125rem;
    padding-bottom: 0.75rem;
    border-top: 1px solid #000;
    padding: 0.5rem 0;
    color: #000;
}

    #main-nav .mega-menu .user-manual-holder h3:hover {
        color: #999;
        border-top: 1px solid #999;
    }
#main-nav .mega-menu .user-manual-link {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    color: #000;
    font-weight: 500;
}

#main-nav .mega-menu h3 .nav-link {
    font-weight: 600;
    font-size: 1.125rem;
    padding-bottom: 0.75rem;
    border-top: 1px solid #000;
}

    #main-nav .mega-menu h3 .nav-link:hover {
        color: #0C9746;
    }

#main-nav .mega-menu a:focus-visible {
    border: 1px solid #000;
}

#main-nav .dropdown-submenu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}


#main-nav .dropdown-sub-submenu {
    list-style: none;
    padding-left: 1rem;
    margin-bottom: 0;
}

.submenu-submenu .dropdown-sub-submenu {
    list-style: none;
    padding-left: 1rem;
    margin-bottom: 0;
}

#main-nav .dropdown-sub-submenu {
    list-style: none;
    padding-left: 1rem;
    margin-bottom: 0;
}

#main-nav .dropdown-toggle::after {
    display: none;
}

@media screen and (min-width: 1400px) {

    #main-nav .nav-link {
        padding: 0.5rem 1rem;
    }
}

@media screen and (min-width: 1700px) {

    #main-nav .mega-menu {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }


    #main-nav .nav-link {
        font-size: 1.125rem;
        padding: 0.875rem 1.25rem;
    }
}

/* ----- Breadcrumb ----- */

.breadcrumb {
    padding: 0.75rem 1rem;
}

    .breadcrumb li {
        font-size: .875rem;
        font-weight: 500;
    }

        .breadcrumb li a {
            color: #2B2B2B;
            text-decoration: none;
            font-weight: 500;
        }

            .breadcrumb li a:hover {
                color: #0C9746;
            }

        .breadcrumb li .divider {
            margin: 0 .25rem;
        }

        .breadcrumb li.active {
            color: #0C9746;
        }


/*
---�������������������������������������������������
FOOTER
������������������������������������������������� */

footer {
    background: #114232;
}


footer a,
footer a:link,
footer li,
footer p,
footer svg {
    color: #FFFFFF;
    font-weight: 300;
}

    footer h3 {
        width: 100%;
        font-size: 1.25rem;
        border-top: 1px solid rgba(246, 245, 241, 0.50);
        padding-top: 1rem;
        margin-top: 1rem;
        color: #fff;
    }

    footer h3:not(:first-child) {
        margin-top: 1.5rem;
    }

    footer .lower-footer {
        border-top: 1px solid rgba(246, 245, 241, 0.50);
        padding-top: 1rem;
        margin-top: 1rem;
    }

footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer-contact-box {
    display: flex;
    margin-top: 1rem;
}

    .footer-contact-box + .footer-contact-box {
        margin-top: 1.5rem;
    }

    .footer-contact-box > div:first-child {
        flex-basis: 36px;
        border-right: 1px solid #FFFFFF;
        flex-shrink: 0;
        flex-grow: 0;
    }

        .footer-contact-box > div:first-child p {
            text-align: center;
        }

    .footer-contact-box > div:last-child {
        flex-basis: calc(100% - 30px);
        padding-left: 0.5rem;
        flex-shrink: 0;
        flex-grow: 0;
    }

.footer-cols {
    background-color: #5F8484;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url(/media/53rowjgs/waterstamp.svg);
    background-repeat: no-repeat;
    background-size: 230px;
    background-position: bottom right;
}

    .footer-cols > div {
        flex-basis: 100%;
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 2rem;
    }

        .footer-cols > div:last-child {
            margin-bottom: 0;
        }

    .footer-cols h3 {
        border-top: 1px solid #FFFFFF;
        padding-top: 0.75rem;
    }

.sm-icons {
    margin-top: 1rem;
}

    .sm-icons a {
        display: inline-flex;
        height: 40px;
        width: 40px;
        align-items: center;
        justify-content: center;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        margin-right: 0.5rem;
        transition: 0.15s;
    }

        .sm-icons a:hover {
            border-color: #AB8A33;
            color: #AB8A33;
        }

    .sm-icons svg {
        transition: 0.15s;
    }

    .sm-icons a:hover svg {
        color: #AB8A33;
    }

.footer-cols form label {
    color: #FFFFFF;
}

.form-input {
    display: flex;
    max-width: 400px;
    width: 100%;
}

    .form-input input {
        border: none;
        flex-basis: auto;
        flex-grow: 0;
        padding: 0.5rem;
        width: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
        flex-grow: 0;
        flex-shrink: 0;
    }

        .form-input input:focus {
            outline: none;
            border: none;
            box-shadow: none;
        }

    .form-input .btn {
        border-radius: 0;
        padding: 0.875rem;
        width: auto;
        min-width: 0;
        flex-grow: 0;
        width: 100px;
        flex-basis: 100px;
        flex-grow: 0;
        flex-shrink: 0;
    }

.form-gdpr {
    position: relative;
    margin-top: 1rem;
}

    .form-gdpr input[type="checkbox"] {
        position: absolute;
        top: 5px;
        left: 0;
    }

        .form-gdpr input[type="checkbox"]:hover {
            outline: none;
            border: none;
            box-shadow: none;
        }

    .form-gdpr label {
        padding-left: 1.5rem;
        max-width: 400px;
        width: 100%;
    }

.footer-logos a {
    display: block;
    flex-basis: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 1rem 1rem 0;
}

@media screen and (min-width: 768px) {

    .footer-logos a {
        flex-basis: 144px;
        margin: 1rem 1rem 0;
    }

    .footer-cols h3 {
        padding-top: 1rem;
    }
}

@media screen and (min-width: 992px) {

    .footer-cols {
        background-size: auto 80%;
    }

        .footer-cols > div {
            flex-basis: calc(33.33% - 1rem);
            margin-bottom: 0;
        }

    .form-input {
        max-width: 100%;
    }

    .form-gdpr label {
        max-width: 100%;
    }
}

@media screen and (min-width: 1200px) {


    .footer-cols > div {
        flex-basis: calc(33.33% - 2rem);
    }

    footer h3:not(:first-child) {
        margin-top: 3rem;
    }
}

@media screen and (min-width: 1400px) {

    .footer-cols {
        background-size: 22.5vw auto;
    }

    .form-input input {
        padding: 1rem;
        flex-basis: calc(100% - 140px);
        width: calc(100% - 140px);
    }

    .form-input .btn {
        padding: 1rem;
        flex-basis: 140px;
        width: 140px;
    }
}

@media screen and (min-width: 1700px) {

    .footer-cols p,
    .footer-cols li {
        font-size: 1rem;
    }

    footer h3:not(:first-child) {
        margin-top: 4rem;
    }
}

.footer-bottom {
    background-color: #00585A;
}

    .footer-bottom h3 {
        text-align: center;
    }

@media screen and (min-width: 1200px) {

    .footer-bottom h3 {
        font-size: 1.375rem;
        margin-bottom: 1.5rem;
    }
}

/* 
-----------------------------------------
HOMEPAGE
-----------------------------------------
*/

/* Hero */

.margin-top {
    margin-top: 80px;
}

.hero {
    height: calc(100vh - 80px);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media screen and (min-width: 768px) {
    .margin-top {
        margin-top: 100px;
    }

    .hero {
        height: calc(100vh - 100px);
    }
}


@media screen and (min-width: 1200px) {
    .margin-top {
        margin-top: 120px;
    }

    .hero {
        height: calc(100vh - 120px);
    }
}

@media screen and (min-width: 1700px) {
    .margin-top {
        margin-top: 140px;
    }

    .hero {
        height: calc(100vh - 140px);
    }
}

    .hero video {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: -1;
        filter: brightness(70%);
    }

.hero-inner {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 10;

}

.hero-content {
    width: 100%;
    background: #FFF;
    backdrop-filter: blur(8px);
    padding: 1.5rem;
    gap: 24px;
}

@media screen and (min-width: 768px) {
    .hero-content {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    .hero-content {
        width: 40%;
    }
}

.hero.dark h1 {
    color: #114232;
    font-size: clamp(2rem, calc(2rem + ((1vw - 0.36rem) * 1.1905)), 3rem);
    margin-bottom: 0;
}


/* ========= Areas section ========= */

.service-section-item {
    margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {

    .service-section-item {
        margin-bottom: 0;
    }
}

.service-item {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-item figure {
    height: 100%;
}

.service-item:hover {
    cursor: pointer;
}

.feature-caption {
    background-color: #00000090;
    padding: 1.5rem 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .feature-caption h3 {
        line-height: 1.2;
        font-size: 1.25rem;
        margin-bottom: 0;
        font-weight: 600;
        text-align: center;
        text-decoration: none !important;
        color: #fff;
    }

    .feature-caption p {
        margin-bottom: 0;
    }

.service-section-item a {
    text-decoration: none !important;
}

@media screen and (min-width: 650px) {

    .feature-caption {
        padding: 1rem;
    }
}

@media screen and (min-width: 992px) {

    .feature-caption {
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    }

        .feature-caption h3 {
            font-size: 1.25rem;
        }
}

@media screen and (min-width: 1200px) {

    .feature-caption h3 {
        font-size: 1.375rem;
    }
}

@media screen and (min-width: 1700px) {

    .feature-caption h3 {
        font-size: 1.5rem;
    }
}

/* ---------- News section ---------- */

.news-section p{
    margin-bottom: 0;
}

.news-section h3 {
    margin-top: 0.5rem;
}

.news-item:hover h3 {
    color: #0C9746;
    text-decoration: underline;
}

.news-section .date {
    font-size: 0.875rem;
}

.first-news-item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}

/* ---------- Split-blocks ---------- */

.split-block {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    min-height: 50vh;
    max-width: 1920px;
    margin: 0 auto;
}

    .split-block .split-block-img {
        flex-basis: 100%;
        width: 100%;
        max-height: 500px;
    }

.header-blocks .split-block .split-block-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    background: #F2F3F4;
}

.split-block .split-block-content {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    .split-block .split-block-img {
        flex-basis: 50%;
        width: 50%;
        max-height: 100%;
    }


    .split-block .split-block-content {
        flex-basis: 50%;
    }
}

/* Split-block variations */

.split-block.lg-img .split-block-img {
    flex-basis: 60%;
}

.split-block.lg-img .split-block-content {
    flex-basis: 40%;
}

@media screen and (min-width: 1200px) {
    .alternating .split-block:nth-child(even) .split-block-img {
        order: 2;
    }

    .alternating .split-block:nth-child(odd) .split-block-content {
        order: 1;
    }
}

.split-block-img {
    position: relative;
}

    .split-block-img video {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }


.subpage-header-text{
    height: fit-content;
    min-height: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blue-section {
    background-image: url(/media/gsifce22/quote-icon.svg);
    background-position: bottom 1rem right 1rem;
    background-size: 60px;
    background-repeat: no-repeat;
}


@media screen and (min-width: 576px) {
    .subpage-header-text {
        min-height: 20vh;
    }
}

@media screen and (min-width: 992px) {
    .subpage-header-text {
        min-height: 40vh;
    }
}

@media screen and (max-width: 575px) {


    .blue-section-text {
        padding: 0 0 2rem 0;
    }
}

@media screen and (min-width: 768px) {

    .header-text-column {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .blue-section {
        background-position: bottom 2rem right 2rem;
        background-size: 120px;
    }
}

.subpage-header-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}

@media screen and (min-width: 992px) {

    .header-text-column {
        padding: 0;
    }

    .subpage-header-text{
        margin: 2rem -2rem 2rem 0;
        height: fit-content;
        background-position: bottom 2rem right 2rem;
    }

    .quote-name {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1200px) {

    .blue-section {
        background-position: bottom 2rem right 5rem;
    }
}


.login-box {
    padding: 1rem;
}

@media screen and (min-width: 992px) {
    .login-box {
        padding: 2rem;
    }
    .subpage-column {
        border-left: 1px solid #ccc;
      
    }
}

a.read-more {
    color: #114232;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    display: block;
}

    a.read-more:hover {
        color: #0C9746;
    }

.grey-box {
    padding: 1rem;
}

@media screen and (min-width: 992px) {
    .grey-box {
        padding: 2rem;
    }
}


/* Contact page */

a.contact-page {
    text-decoration: none;
}

.contact-image figure {
    width: 100%;
    height: 100%;
}

    .contact-image figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.contact-text {
    background: #FAFAFA;
    padding: 1rem;
}

.contact-text svg {
    margin-right: 0.5rem;
}

.contact {
    border: 1px solid #EDEDED;
    background: #FAFAFA;
    height: 100%;
}

.contact-text a {
    text-decoration: none;
    color: #2B2B2B;
    display: block;
}

    .contact-text a:hover {
        text-decoration: underline;
    }


.login-green-box {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    padding: 1.5rem;
}

    .login-green-box h3 {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
        color: #fff;
    }

.login-green-box label {

}

.login-green-box input[type="text"], .login-box input[type="password"] {
    border: 1px solid #A0B7B6;
    border-radius: 0;
    padding: 0.5rem;
}

.login-green-box .form-control:focus, .login-green-box .form-control:active, .login-green-box .form-control:focus, .login-green-box .form-control:active {
    outline: none;
    border: 1px solid #A0B7B6;
    box-shadow: none;
}

.login-green-box .form-control {
    border-radius: 0;  
}

.login-green-box button[type="submit"] {
    margin-top: 1.25rem;
}

@media screen and (min-width: 576px) {
    .login-green-box {
        padding: 3rem;
    }

        .login-green-box label {
            font-size: 1.125rem;
        }
}

@media screen and (min-width: 1200px) {
    .login-green-box {
        padding: 4rem;
        max-width: 780px;
    }

        .login-green-box h3 {
            font-size: 2.25rem;
            margin-bottom: 1.5rem;
        }

    .login-green-box a.btn, .login-box button[type="submit"] {
        margin-top: 1.5rem;
    }

    .login-green-box a.btn {
        padding: 1em 2.5rem;
    }

  
}
.login-green-box label,
.login-green-box .form-check .form-check-input {
    margin: 0.75rem 0 0.25rem;
  
}

    .login-green-box .form-check .form-check-input {
        padding-left: 0
    }

    .login-green-box a,
    .login-green-box p,
    .login-green-box label {
        color: #fff;
        font-weight: 500;
    }


.login-green-box a:hover {
    text-decoration: underline;
    color: #fff;
}

.download-header-section .nav-tabs .nav-item.show .nav-link, .download-header-section .nav-tabs .nav-link.active {
    color: #114232;
    background-color: #fff;
    border-color: transparent;
}

.download-header-section .nav-tabs .nav-link {
    margin-bottom: 0;
    background: #E5E2D7;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0.5rem;
    padding: 0.75rem 1.125rem;
    color: #114232;
}

.download-header-section .nav-tabs {
    border-bottom: none;
    display: block;
}

/*.download-header-section .nav-tabs .nav-item {
    flex-basis: 50%;
}*/

@media screen and (min-width: 1200px) {
    .download-header-section .nav-tabs {
        border-bottom: none;
        display: flex;
    }

    .download-header-section .nav-tabs .nav-link {
        margin-right: 0.625rem;
        padding: 1.25rem 1.5rem;
    }
}

.accordion-item.download-category {
    border: 0;
    margin-bottom: 1rem;
    border-radius: 0;
}

.accordion-headline:first-child {
    margin-top: 0;
}
.accordion-headline {
    margin-top: 1.5rem;
}

.download-category.accordion-item h3 {
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .download-category.accordion-item h3 {
        font-size: 1.25rem;
    }
}

.download-category.accordion-item .accordion-button {
    border-radius: 0 !important;
    color: #fff;
    font-weight: 600;
}

.download-category.accordion-item.faq-item .accordion-button,
.download-category.accordion-item.faq-item .accordion-button h3 {
    color: #114232;
}

    .download-category.accordion-item.faq-item .accordion-button h3 {
        padding-right: 2rem;
    }

.download-category.accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.download-category.accordion-item .accordion-button h3 {
    color: #fff;
    font-weight: 700;
}
.accordion button svg.fa-plus,
.accordion button svg.fa-minus {
    font-size: 1.25rem;
}

.accordion button:not(.collapsed) svg.fa-plus {
    display: none;
}

.accordion button.collapsed svg.fa-minus {
    display: none;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    content: none;
}

.accordion .download-item {
    background:#F6F5F1;
    margin-bottom: 0.5rem;
}

.accordion .download-item:last-child {
    margin-bottom: 0;
}

.accordion .download-item .download-text {
    padding: 0.5rem;
}

.accordion .download-item h4{
    color: #000;
}

.accordion .accordion-body {
    padding: 1rem 0 0m 1rem;
}

#collection-accordion button {
    background: #2B2B2B;
}

/* Example page */

.example-page {
    max-width: 1600px;
    margin: 0 auto;
}

.example-item {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    box-shadow: 0px 1px 3px 0px #00000040;
}

.example-item img{
    filter: brightness(70%);
}

    .example-item .overlay {
        background: #0C9746;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1;
        transition: 0.3s;
    }
.example-item:hover .overlay {
    opacity: 1;
}

.example-item .example-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 0.5rem;
}

.example-item .example-caption h3 {
    color: #F6F5F1
}

.color-block {
    width: 100%;
    height: 64px;
}

.symbols .symbols-link {
    display: block;

}

.news-page .news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-page .news-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: inherit;
    object-fit: cover;
    aspect-ratio: 3/2;
}


/* ----- Left navigation ----- */

.left-navigation {
    padding-left: 0;
}

.left-navigation .nav-item {
    list-style-type: none;
    padding: 1rem 3rem 0 0;
}

.left-navigation .nav-link {
    color: #1A3050;
    font-size: 1rem !important;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 1rem;
    font-weight: 500;
}

.left-navigation .nav-item:first-child {
    padding-top: 0;
}

    .left-navigation .nav-link:hover,
    .left-navigation .nav-link.active {
        color: #0C9746;
    }

.bg-green.login-green-box .field-validation-error {
    color: #fff;
    margin-top: 1rem;
    display: block;
    font-size: 0.875rem;
}