/* 
-----------------------------------------
BASE
-----------------------------------------
*/

body, p, li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #000000;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: #000000;
    color: #fff;
}

.bg-white {
    background-color: #fff !important;
}

.bg-light-green {
    background-color: #F7FAF5 !important;
}

.txt-white {
    color: #fff;
}

.scroll-to {
    display: block;
    position: relative;
    top: -112px;
    visibility: hidden;
}

a, a:link, a:active {
    color: #038C33;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 600;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none;
}

ul {
    padding-left: 1rem;
}

a:hover {
    color: #24415F;
    text-decoration: none;
}

img {
    max-width: 100%;
}

figure {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}



b, strong {
    font-weight: 900;
}

p strong {
    font-weight: 500;
}

h1 {
    text-transform: none;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
}

h2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.15;
}

h3 {
    font-size: 1.25rem;
    text-transform: none;
    font-weight: 700;
    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: 400;
    font-size: 1.125rem;
}

.max-width-300 {
    max-width: 300px;
}

@media screen and (min-width: 576px) {

    h1 {
        font-size: 1.875rem;
    }
}

@media screen and (min-width: 992px) {

    h1 {
        font-size: 2.125rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

}


@media screen and (min-width: 1700px) {

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    p.ingress {
        font-size: 1.25rem;
    }
}

article h1 {
    font-size: 1.75rem;
    font-weight: 700;
}

article h2 {
    font-weight: 700;
}


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.5rem;
    }
}

/* ---------- 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: #56A632;
    padding: 0.5rem 2rem;
    color: #FFF;
    font-weight: 500;
    transition: all ease 0.2s;
    border: 2px solid #56A632;
    border-radius: 180px;
}

    a.btn:hover,
    a.btn:focus,
    a.btn:active,
    button.btn:hover,
    button.btn:focus,
    button:active,
    input.btn:focus,
    input.btn:hover, 
    input.btn:active {
        color: #fff;
        background-color: #038C33;
        outline: none;
        box-shadow: none;
    }

a.btn-white {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background: transparent;
}

a.btn-white:hover {
    color: #9D8955;
    border-color: #9D8955;
    background: transparent;
}

@media screen and (min-width: 1200px) {

    a.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;
    }
        .section-header h2 {
            font-size: 2rem;
        }
}

@media screen and (min-width: 1200px) {

    .section-header {
        margin-bottom: 2.25rem;
    }

        .section-header h2 {
            margin-bottom: 0.75rem;
            font-size: 2.5rem;
        }
}


/*
-----------------------------------------
NAVBAR
-----------------------------------------
*/

.navbar {
    justify-content: space-between;
    align-items: initial;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    transition: all ease 0.4s;
    height: 72px;
    z-index: 1200;
}

.navbar-light {
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.navbar-show {
    transform: none;
}


@media screen and (min-width: 992px) {
    .navbar {
        height: 110px;
    }
}


/* ---------- Logo ---------- */

.navbar-brand {
    display: flex;
}

.navbar-brand img {
    width: 120px;
    transition: 0.15s;
}

@media screen and (min-width: 992px) {
    .navbar .navbar-brand img {
        width: 200px;
    }

}

.navbar-dark .logo-dark {
    display: block;
    opacity: 1;
}

.navbar-dark .logo-light {
    display: none;
    opacity: 0;
}

.navbar-light .logo-light {
    display: block;
    opacity: 1;
}

.navbar-light .logo-dark {
    display: none;
    opacity: 0;
}


/* ---------- Mobile menu button ---------- */

.navbar-toggler:focus {
    outline: none;
}

.navbar .navbar-toggler {
    width: 35px;
    height: 28px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    z-index: 1032;
}

.navbar-toggler {
    position: relative;
    width: 30px;
    height: 22px;
    border: none;
}

    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #000000;
        opacity: 1;
        left: 0;
    }

.navbar-dark .navbar-toggler span {
    background: #FFFFFF;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    border: none;
    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;
}

@media screen and (min-width: 1141px) {

    .navbar-toggler {
        display: none;
    }
}

/* ----- Offcanvas mobile menu ----- */

.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    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;
    overflow-x: hidden;
}

    .offcanvas-collapse.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 40px rgba(0,0,0,0.1);
    }

#mob-nav {
    padding: 0;
}

@media screen and (min-width: 400px) {

    .offcanvas-collapse {
        width: 380px;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

        .offcanvas-collapse.open {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
}

#mobileMenu .nav-item {
    border-bottom: 1px solid #D4D4D6;
}

#mobileMenu .nav-link {
    color: #000000;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

/* Mobile menu close button */

.close-button {
    cursor: pointer;
    font-size: 36px;
    padding: 0 0.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    color: #000000;
    height: 30px;
    width: 30px;
    margin-right: 0.75rem;
}

.main-menu-mobile .top-nav-item {
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .main-menu-mobile .top-nav-item span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #000000;
        opacity: 1;
        right: 0;
    }

        .main-menu-mobile .top-nav-item span:nth-child(1) {
            top: 15px;
            transform: rotate(45deg);
        }

        .main-menu-mobile .top-nav-item span:nth-child(2) {
            top: 15px;
            transform: rotate(-45deg);
        }

#mobileMenu #language-menu .nav-link {
    font-weight: 400;
    opacity: 0.8;
}

/* Mobile submenu */

.main-menu-mobile .offcanvas-submenu-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 100%;
    overflow-y: auto;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10;
    padding: 0;
    opacity: 0;
}

    .main-menu-mobile .offcanvas-submenu-collapse.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .main-menu-mobile .offcanvas-submenu-collapse .top-nav-item {
        justify-content: space-between;
    }

.main-menu-mobile .back-button {
    justify-content: flex-start;
    font-size: 30px;
    margin-left: 1rem;
    color: #000000;
}

.main-menu-mobile .submenu {
    list-style: none;
    padding-left: 0;
    background: #fff;
    padding: 0 0.5rem 0 1.5rem;
}

.main-menu-mobile .offcanvas-submenu-collapse .submenu:first-child .nav-item:first-child .nav-link {
    border-top: none;
}

.main-menu-mobile .submenu-submenu {
    list-style: none;
    padding-left: 0;
    background-color: #fff;
    height: 100%;
    padding: 0 0.5rem 0 1.5rem;
}

#mobileMenu .main-menu-mobile .submenu-submenu .nav-item .nav-link {
    white-space: normal;
    font-weight: 400;
}

.main-menu-mobile .submenu-submenu .nav-item:first-child .nav-link {
    border-top: none;
}

.main-menu-mobile .submenu-submenu .nav-item:first-child .nav-link {
    border-top: none;
}

.main-menu-mobile .submenu-submenu > .nav-item:last-child {
    border-bottom: 1px solid #A1B7B6;
}

.main-menu-mobile .submenu .submenu .nav-item:last-child .nav-link {
    border-bottom: none;
}

.main-menu-mobile .submenu-item .nav-link {
    text-transform: none;
}


/* ---------- Desktop menu ---------- */

#desktopMenu {
    display: none;
}

@media screen and (min-width: 1140px) {

    #desktopMenu {
        display: flex;
    }
}

#main-menu {
    flex-direction: row;
    align-items: center;
}

    #main-menu .nav-item {
        position: relative;
    }

    #main-menu .nav-link {
        font-weight: 500;
        color: #324158;
        padding: 0.5rem 0;
        transition: all ease 0.15s;
        text-transform: uppercase;
        font-size: 1rem;
    }


.navbar-dark #main-menu .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

.navbar-light #main-menu .nav-link:hover {
    color: #038C33;
}

#main-menu .dropdown-menu .nav-link:hover {
    color: #038C33 !important;
}

#main-menu > .nav-item > .nav-link {
    margin-right: 1.5rem;
}


    #main-menu > .nav-item:last-child > .nav-link {
        margin-right: 0;
    }

.navbar-dark #main-menu .nav-link {
    color: #FFFFFF;
}

@media screen and (min-width: 1700px) {


    #main-menu > .nav-item > .nav-link {
        margin-right: 2rem;
    }
}

/* Desktop dropdown menus */

#main-menu .dropdown-toggle::after {
    display: none;
}

#main-menu .dropdown:hover .dropdown-menu {
    display: block;
}

#main-menu .dropdown-menu {
    background-color: #F5F4F2;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 100%;
    padding: 0;
    min-width: 260px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    #main-menu .dropdown-menu .nav-link {
        color: #324158;
        font-size: 0.875rem;
        font-weight: 400;
        padding: 1rem;
        border-bottom: 1px solid #D4D4D6;
        line-height: 1;
    }

    #main-menu .dropdown-menu .nav-item:last-child .nav-link {
        border-bottom: none;
    }


/* Desktop language menu */


#desktopMenu #language-menu {
    flex-direction: row;
}

    #desktopMenu #language-menu .nav-link {
        font-weight: 400;
        font-size: 0.875rem;
        color: #000000;
        padding: 0.5rem 1.5rem 0.5rem 0;
        transition: all ease 0.15s;
    }

    #desktopMenu #language-menu .nav-item:last-child .nav-link {
        padding-right: 0;
    }

.navbar-dark #desktopMenu #language-menu .nav-link {
    color: #FFFFFF;
}

@media screen and (min-width: 1700px) {

    #desktopMenu #language-menu .nav-link {
        font-size: 1rem;
        padding: 0.5rem 1.875rem 0.5rem 0;
    }
}

/* Footer */

footer {
    background-color: #F7FAF5;
    color: #000000;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    list-style-type: none;
}

footer a,
footer p,
footer p a{
    color: #000 !important;
    font-weight: 300 !important;
    margin-bottom: 0.5rem;
}

footer a:hover {
    text-decoration: underline;
}


footer strong {
    font-weight: 600;
}

footer h3 {
    border-top: 1px solid #CCCCCC;
    padding-top: 1rem;
}

footer .sm-icons a{
    display: block;
}



footer svg {
    color: #56A632
}

.footer-icon {
    width: 24px;
}

.lower-footer {
    background: #56A632;

}
.lower-footer p {
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}

/* Homepage */

.info-banner {
    margin-top: 72px;
    background: #E3EEDD;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #038C33;
}

.info-banner .info-banner-contacts a{
    padding-right: 2rem;
    color: #038C33;
}

.info-banner .sm-icons a {
    padding-right: 0.5rem;
}

.hero-video {
    width: 100%;
    height: 100%;
    position: relative;
    aspect-ratio: 3/2;
}

.hero-caption h1 {
    color: #038C33;
    font-size: 2.25rem;
}

.hero-caption p {
    font-size: 1.125rem;
    font-weight: 300;
}

.hero-header .hero-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;

}
.header-banner {
    background: #F7FAF5
}

.banner-image {
    aspect-ratio: 3/2;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-header {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 992px) {

    .info-banner {
        margin-top: 110px;
    }
    .section-header {
        margin-bottom: 2rem;
    }

    .hero-caption h1 {
        font-size: 3rem;
    }

    .hero-caption p {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .section-header {
        margin-bottom: 2.25rem;
    }

    .hero-caption h1 {
        font-size: 3.5rem;
    }
    .hero-caption p {
        font-size: 1.375rem;
    }
}

.section-header h3 {
    font-size: 1.7rem;
    text-transform: uppercase;
}

.area-img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

.area-img h3{
   color: #fff;
   text-transform: none;
   font-size: 1.125rem;
}


    .area-img img.icon {
        max-width: 80px;
        margin-bottom: 1rem;
    }

@media screen and (min-width: 992px) {

    .area-img img.icon {
        max-width: 120px;
    }

    .area-img.pink img.icon {
        max-width: 70px;
    }
   


}

@media screen and (min-width: 1200px) {
    .area-img h3 {
        font-size: 1.5rem;
    }

    .area-img img.icon {
        max-width: 180px;
    }

    .area-img.pink img.icon {
        max-width: 70px;
    }
   

}

    .area-img img.area-img-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .area-img .area-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: .3s;
        color: #fff;
    }

    .area-img.green .area-overlay {
        background: #56A632D9;
    }


    .area-img.green:hover .area-overlay {
        background: #56A63266;
    }

    .area-img.pink .area-overlay {
        background: #E6358AD9
    }

    .area-img.pink:hover .area-overlay {
        background: #E6358A66;
    }



/* ________ Content sections _________  */

.content-section {
    flex-wrap: wrap;
    background: #F7FAF5;
}

    .content-section > div {
        flex-basis: 100%;
    }


    .content-section .content-text {
        order: 2;
    }

    .content-section.content-image {
        order: 1;
    }


@media screen and (max-width: 767px) {


    .content-section .content-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media screen and (min-width: 768px) {



    .content-section > div {
        flex-basis: 50%;
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 50%;
    }

    .content-section:nth-child(even) .content-text {
        order: 2;
    }

    .content-section:nth-child(even) .content-image {
        order: 1;
    }

    .content-section:nth-child(odd) .content-text {
        order: 1;
    }

    .content-section:nth-child(odd) .content-image {
        order: 2;
    }
}



@media screen and (min-width: 768px) {

    .text-sections {
        padding-left: 0;
        padding-right: 0;
    }
}

.content-section .content-text h2 {
    color: #28282B;
    font-size: clamp(1.875rem, 2vw + 1rem, 2.5rem);
    margin-bottom: 0.5rem;
}


.content-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    aspect-ratio: 3/2;
}


.content-video {
    position: relative;
}

    .content-video #video-media {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
        left: 0;
        bottom: 0;
        right: 0;
        aspect-ratio: 16/9;
    }

    .content-video .embed-responsive {
        background: #000;
    }

.contact-text {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #E3EEDD;
}

.contact-form {
    background: #C0D9B4;
}

.contact-form .umbraco-forms-form input.text,
.contact-form .umbraco-forms-form textarea {
    max-width: 100% !important;
    padding: 12px;
    display: block;
    width: 100%;
    border: none;
    outline: none;
}

.contact-form .umbraco-forms-form textarea {
    height: 100px;
}

.contact-form .umbraco-forms-form input.text {
    height: 56px;
}

.contact-form .umbraco-forms-form fieldset {
    padding: 0;
    margin: 0 0 1.5em 0;
    border: none !important;
}

.contact-form .umbraco-forms-caption {
    font-size: 2em !important;
    line-height: 2em !important;
}


    .contact-form .umbraco-forms-caption,
    .contact-text h3{
        font-size: 1.25rem !important;
        text-transform: none;
        font-weight: 600;
        line-height: 1.15 !important;
        margin-bottom: 0.5rem;
    }

@media screen and (min-width: 992px) {
    .contact-form .umbraco-forms-caption,
    .contact-text h3 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .contact-form .umbraco-forms-caption,
    .contact-text h3 {
        font-size: 1.75rem !important;
    }
}

.subpage-header {
    height: 20vh;
}








/*
-----------------------------------------
_header
-----------------------------------------
*/

#breadcrumb {
    background-color: #E3EEDD;
    padding: 12px 0;
}

 
.section-page-content-section .content-text .quote-text {
    z-index: 100;
}

    .section-page-content-section .content-text .quote-text p, .hero-header .ingress {
        font-size: 1.5rem;
        font-weight: 400;
    }

@media screen and (min-width: 992px) {

    #breadcrumb {
        background-color: #F7FAF5;
    }

    .section-page-content-section .content-text .quote-text {
        margin: 2rem 0 2rem -2rem;
        height: fit-content;
        padding: 3rem;
        transform: translateX(-2rem);
        background-position: bottom 2rem right 2rem;
    }


}
.section-page-content-section .quote-text-column {
    background-color: #C0D9B4;
}

.section-page-content-section .quote-text {
    padding: 30px 16px 0;
}

.section-page-content-section .quote-text svg {
    margin-right: 5px;
}

#breadcrumb .divider{
    margin-right: 10px;

}

.sub-contact {
    padding-bottom: 0;
}
.sub-contact .txt {
    padding: 3rem;
    background-color: #E3EEDD;
}

.sub-contact .txt-contact {
    padding: 3rem;
    background-color: #C0D9B4;
}



@media screen and (min-width: 960px) {

    .sub-contact .txt-contact {
        padding: 6rem;
    }


    .sub-contact .txt {
        padding: 6rem;
    }


    .section-page-content-section .quote-text {
        padding: 0;
    }


}

@media screen and (min-width: 1200px) {
    .section-page-content-section .content-text .quote-text {
        margin-left: -5rem;
        transform: translateX(-5rem);
    }


}

@media screen and (min-width: 1700px) {

    .section-page-content-section .content-text .quote-text {
        transform: translateX(-8vw);
        margin-right: 0;
    }

} 
/*
-----------------------------------------
_header
-----------------------------------------
*/

.contact-area .contact-item img {
    margin-bottom: 0.754rem;
}

.contact-area .contact-item h4 {
    margin-bottom: 0;
}

.contact-area .contact-item svg {
    margin-right: 5px;
}


/*
-----------------------------------------
Article image gallery
-----------------------------------------
*/

.article-gallery {
    margin-top: 2.5rem;
}


    .article-gallery iframe {
        height: 360px;
    }

 

@media screen and (min-width: 560px) {
    .article-gallery iframe {
        height: 100%;
    }
}



.article-gallery-item {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

.article-gallery-item {
    position: relative;
    margin-bottom: 2rem;
    cursor: pointer;
    aspect-ratio: 3/2;
    width: 100%;
}

.article-gallery-item img {
 
}

.article-image-caption {
    margin-top: 1em;
    background-color: #56A632D9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.article-image-caption p {
    color: #FFFFFF;
    font-weight: 500;
    margin: 0;
    padding: 0.5em;
}

@media screen and (min-width: 576px) {

    .article-gallery-item {
        flex-basis: calc(50% - 1rem);
    }
}

#image-modal {
    z-index: 1201;
    background-color: #000000;
}

#image-modal.show {
    display: block;
}

#image-modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3vw;
    position: unset;
}

#image-modal .modal-content {
    background-color: transparent;
    border: none;
    max-width: 1200px;
    position: unset;
}

#image-modal .modal-body {
    position: unset;
}

#image-modal .close {
    border: none;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 2rem;
    position: fixed;
    right: 2rem;
    top: 0;
}

#image-modal .modal-image {
    display: block;
    margin: 0 auto;
    width: 100%;

}


/*
-----------------------------------------
Article image gallery
-----------------------------------------
*/
.active > .page-link, .page-link.active {
    background-color: #C0D9B4;
    border-color: #C0D9B4;
}

.page-link {
    color: #038C33;
}
 


.newspage .date {
    font-size: 14px;
    margin-bottom: 5px;
}


.newspage .newsdetail img {
    width: 100%;
}

.newspage .newsdetail a {
    margin-top: 10px;
    display: block;
}



.newspage a {
    color: #000;
}
.newspage a:hover {
    color: #038C33;
}
 

.newspage .img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


.newspage hr {
    display: none;
    margin: 2rem 0;
}

.img_video iframe {
    height: 360px;
}
.article-gallery-item2 img {
    width: 100%;
    cursor: grab;
}

@media screen and (min-width: 990px) {
    .img_video iframe {
        height: 100%;
    }
}


@media screen and (min-width: 960px) {
    .newspage .row {
        flex-direction: row;
    }
}

