﻿body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: rgb(94, 90, 93);
}
    body.theme-font-standard h1, body.theme-font-standard h2, body.theme-font-standard h3, body.theme-font-standard h4, body.theme-font-standard h5, body.theme-font-standard h6 {
        font-family: 'Varela Round', 'sans-serif';
        font-weight: 400;
        letter-spacing: -0.025em;
        line-height: 1.2;
        margin-top: 0;
        color: rgb(185, 207, 59);
    }

        body.theme-font-standard h3{
            font-size:26px;
        }

        body.theme-font-standard p {
            font-family: "Open Sans", sans-serif;
            font-size: 15px;
            color: rgb(94, 90, 93);
        }
body.theme-color-earth.section--themed{

}

.section{
    padding-top:45px;
    padding-bottom:45px;
}

.logo{
    margin-top:15px;
    margin-bottom:15px;

}

main {
    padding-top: 0px;
}

footer {
    background-color: #7f7f7f;
    color:#fff;
}
body.theme-color-earth footer a {
    color: #fff;
    text-decoration:none;
}
body.theme-color-earth footer a:hover{
    text-decoration:underline;
}

.overlay--dark:after {
    background: rgba(37,33,33,.1)
}
body.theme-font-standard .section__hero-content h1 {
    color: #fff;
}


body.theme-font-standard .header {
    font-size: 15px;
    background-color: #b9cf3b;
    border-top: 5px solid #2b9f73;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "Varela Round", "sans-serif";
    font-weight: 400;
    letter-spacing: -0.025em;
    color:#fff;
}

    .header a {
        font-size: 15px;
        text-transform: none;
        font-family: "Varela Round", "sans-serif";
        font-weight: 400;
        letter-spacing: -0.025em;
    }

.section--full-height {
    min-height: 50vh !important;
}


.link{ list-style:none; display:block;}



.umb-block-grid__layout-container a {
    color: #b9cf3b;
    text-decoration: none;
}



.umb-block-grid__layout-container .btn {
    display: inline-block;
    border-radius: 0;
    position: relative;
    padding: 12px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out 0s;
    background-color: rgb(4, 77, 102);
    color: #fff;
    text-decoration: none;
    list-style: none;
    border: 1px solid rgb(4, 77, 102);
    min-width: 200px;
    text-align: center;
}
    .umb-block-grid__layout-container .btn:hover {
        background-color: #fff;
        color: rgb(4, 77, 102);
    }


/*
Navigation Styles
*/

/*.main-navigation {
    background-color: #333;
    padding: 0 1rem;
    width: 100%;
    background-color: #b9cf3b;
    border-top: 5px solid #2b9f73;
    color:#fff;
    cursor:pointer;
    height:80px;
}
    .main-navigation ul {
        list-style: none;
        position: relative;
        z-index: 1000;
        margin-block-start:0;
        margin-block-end:0;
        padding-inline-start:0;
        width:100%;
        
    }
    .main-navigation ul li{
        float:left;
        display:flex;
        height:75px;
        padding:20px;
        align-items:center;
        cursor:pointer;
    }



.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

.nav-item {
    position: relative;
}

    .nav-item a,
    .nav-item span {
        display: flex;
        padding: 28px 20px;
        color: #fff;
        text-decoration: none;
        transition: background-color 0.2s ease;
    }

        .nav-item a:hover,
        .nav-item a:focus {
            background-color: #555;
        }

        .nav-item a.active {
            background-color: #007bff;
        }*/

    /* Label items (non-links) */
    /*.nav-item span {
        cursor: default;
    }*/



.tabs a {
    color: rgb(11, 90, 156);
}

.tab-content {
    border-color:rgb(222, 222, 222); border-style:solid; border-width:1px;
    padding:15px;
    box-sizing:border-box;
}



/* New Nav Styles */

/* Main navigation */
.main-navigation {
    position: relative;
    z-index: 1000;
    background-color: #b9cf3b;
    border-top: 5px solid #2b9f73;
    color: #fff;
    cursor: pointer;
    height: 80px;
}



.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-item {
    position: relative;
    height: 75px;
    align-items: center;
    cursor: pointer;
    display:flex;
}


body.theme-color-earth .nav-link, body.theme-color-earth span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 28px 20px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s;
    color: #fff;
    border: none;
}

    .nav-link:hover,
    .nav-link:focus {
        background-color: #444;
    }

    .nav-link.active {
        background-color: #007bff;
    }

.nav-label {
    display: block;
    color: #fff;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Dropdown arrow */
.dropdown-arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.2s;
}

/* Dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin: 0;
    padding:0;
    border-radius: 4px;
}

body.theme-color-earth .dropdown-menu .nav-link {
    color: #333;
    padding: 20px;
    width:100%;
    margin:0;
}

        .dropdown-menu .nav-link:hover,
        .dropdown-menu .nav-link:focus {
            background-color: #f5f5f5;
        }

body.theme-color-earth .dropdown-menu .nav-link.active {
    background-color: #e3f2fd;
    color: #007bff;
}

/* Show dropdown on hover */
.has-dropdown:hover > .dropdown-menu,
.has-dropdown:focus-within > .dropdown-menu {
    display: block;
}

.has-dropdown:hover > .nav-link .dropdown-arrow {
    transform: rotate(-135deg);
}

/* Nested dropdowns (third level) */
.dropdown-menu .has-dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
}

.dropdown-menu .has-dropdown > .nav-link .dropdown-arrow {
    transform: rotate(-45deg);
    margin-left: auto;
}

.dropdown-menu .has-dropdown:hover > .nav-link .dropdown-arrow {
    transform: rotate(-45deg);
}

/* Active state for parent items */
.nav-item.active > .nav-link {
    background-color: rgb(43, 159, 115);
}

.dropdown-menu .nav-item.active > .nav-link {
    background-color: #e3f2fd;
    color: #007bff;
}

.nav-link--home{
    display:flex;
}
    .nav-link--home a {
        z-index: 1000;
        height:100%;
    }


.mobile-nav{display:none;}