ul {
    display: block;
    list-style-type: disc;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 1em;
    margin-inline-start: 1em;
    padding-inline-start: 0em;
    unicode-bidi: isolate;
}

#fullscreen1-four-column.open {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#fullscreen1-three-column.open {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#fullscreen2-four-column.open {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#fullscreen2-three-column.open {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#menu-resources {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

#menu-sub-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

#menu-useful-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

#menu-useful-links li {
    flex: 1 1 calc(33.33% - 20px);
}

.column1, .column2, .column3 {
    border-right: 0px solid #257226;
}

.column4 {
    border-right: 0px solid #257226;
}

.desktopmenuheader {
    align-content: center;
    align-items: center;
    color: #E0EC89;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.desktopmenuheader h3 {
    color: #E0EC89;
}

.footer-branding {
    flex: 1;
    padding: 10px;
    width: 200px;
}

.footer-container {
    align-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.footer-copyright {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-copyright p {
    color: #fff;
    text-align: left;
}

.footer-menu {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}

.footer-menu-items {
    padding: 20px;
    text-align: center;
}

.footer-row {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.footer-row .mini-widgets {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.footer-row .mini-widgets .soc-ico {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.footer-social-links {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin-block-end: 0em;
    margin-block-start: 0em;
    margin-inline-end: 0em;
    margin-inline-start: 0em;
    padding-inline-start: 0em;
    unicode-bidi: isolate;
}

.footer-widget {
    width: 30%;
}

.footer-widgets {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.footer1 {
    align-content: center;
    align-items: center;
    background-color: #B7DB57;
    border-radius: 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: -100px;
    padding: 20px;
    text-align: center;
}

.footer1 h3 {
    color: #fff;
    margin: 0px;
}

.footer1 h5 {
    color: #fff;
    opacity: 0.8;
    cursor: pointer;
    margin: 0px;
}

.footer2 {
    align-content: flex-end;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.footer3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer4 {
    align-content: flex-start;
    align-items: flex-start;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.footer4 p {
    color: #fff;
    margin: 0px 0px 10px 12px;
    padding: 0px;
}

.footer5 {
    align-content: flex-start;
    align-items: baseline;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footerbutton {
    flex: 1;
    padding: 10px;
}

.footerbutton button {
    background-color: #E0EC89;
    margin-left: 20px;
    border-radius: 22px;
    box-shadow: 0px 3px 6px #00000029;
    color: #041204;
    cursor: pointer;
    height: 80px;
    font-weight: 700;
    letter-spacing: 0.02em;
    opacity: 1;
    padding: 2px;
    text-align: center;
    width: 222px;
}

.footerleft {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: flex-start;
}

.footerline {
    background-color: #E0EC89;
    border: 0px solid #fff;
    height: 1px;
    margin-bottom: 1.5em;
    width: 100%;
}

.footersocials {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    flex: 5;
    gap: 10px;
}

.footicon .header-elements-button-1:not(:hover) span {
    color: #fff;
    font-weight: 400;
}

.footicon i {
    color: #888888;
    font-size: 16px;
}

.footnav {
    margin-right: 10px;
}

.fullscreen-menu {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow-x: inherit;
    overflow-y: inherit;
    padding: 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.fullscreen-menu .resourcemenu .resourceslink a {
    color: #fff;
    font-weight: 600;
}

.fullscreen-menu .resourcemenu .resourceslink a:hover {
    color: #fff;
}

.fullscreen-menu .resourcemenu a:visited {
    color: #E0EC89;
}

.fullscreen-menu.four-column-menu .menu-row .column {
    flex: 1 1 23%;
}

.hamb1span {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 20px;
}

.hamb2span {
    margin-left: 25px;
    margin-right: 25px;
}

.hamb3span {
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
}

.hamburger {
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
    border-radius: 0px;
    display: flex;
    margin: 0px;
    right: 0;
    top: 0;
}

.hamburger span {
    background-color: #fff;
    height: 4px;
    transition: all 0.3s ease;
    width: 30px;
}

.header-center {
    flex: 1;
    padding-right: 20px;
    text-align: right;
}

.header-container {
    align-content: space-around;
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: space-between;
    width: 100%;
}

.header-left {
    display: flex;
    flex: 1;
    padding-left: 20px;
}

.header-right {
    background-color: #509E2F;
    flex: 0;
}

.linkstitle h4 {
    color: #fff;
    max-width: 100px;
    text-align: center;
}

.mainmenus {
    align-content: space-around;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
}

.menu-box {
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 10px auto;
    max-width: 1200px;
    overflow-y: auto;
    padding-top: 50px;
    width: 100%;
}

.menuvbutdiv {
    display: flex;
    flex: 2;
    width: 66.666%;
    justify-content: flex-end;
    align-content: center;
    align-items: baseline;
    padding-top: 30px;
}

.menuvbutdiv button, .menuvbutdiv2 button { 
width: 60%;
    min-height: 50px;
    border-radius: 22px;
    background-color: #e0ec8a;
    font-weight: 600;
    font-size: 2em;
    margin-top:
}

.menuvbutdiv2 {
        display: flex;
    flex: 1;
    width: 33.333%;
        justify-content: flex-end;
    align-content: center;
    align-items: baseline;
     padding-top: 30px;
}


.menu-box ul {
    display: block;
    list-style-type: none;
    margin-block-end: 0em;
    margin-block-start: 0em;
    margin-inline-end: 0em;
    margin-inline-start: 0em;
    padding-inline-start: 0em;
    text-align: left;
    unicode-bidi: isolate;
}

.menu-box ul li {
    margin-inline-end: 0em;
    margin-inline-start: 0em;
    padding-top: 1em;
}

.menu-box::-webkit-scrollbar {
    display: none;
}

.menu-close {
    cursor: pointer;
    font-size: 4rem;
    position: relative;
    right: 0rem;
    top: 0rem;
}

.menu-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: auto;
    text-align: center;
}

.menu-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-top: 3px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    width: 100%;
}

.menu-logo {
    display: flex;
    height: auto;
    margin: 20px 0px 0px -20px;
    max-width: 150px;
}

    .menu-logo img {
        transform-origin: top left;
        transform: scale(1);
        transition: transform 1.3s ease-in-out;
    }

.menu-row {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}



.menu-row .column {
    flex: 1 1 30%;
    text-align: center;
}

.menu-search-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1000;
}

.menu-search-container.active .menu-search-form {
    width: 300px;
}

.menu-search-container.active .menu-search-input {
    opacity: 1;
}

.menu-search-container.active .menu-search-submit i {
    content: "\f061";
}

.menu-search-container.active input[type="text"] {
    background-color: #E0EC89;
    border-radius: 22px;
    border: 0px solid #E0EC89;
    color: #041204;
    padding: 7px;
}

.menu-search-form {
    align-items: center;
    background: #E0EC89;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    overflow: hidden;
    padding: 5px 10px;
    transition: width 0.3s ease;
    width: 100px;
}

.menu-search-input {
    background: #E0EC89;
    border: none;
    color: #041204;
    opacity: 0;
    outline: none;
    transition: opacity 0.3s ease;
    width: 100%;
}

.menu-search-submit {
    background: none;
    border: none;
    color: #041204;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.menu-search-submit i {
    transition: transform 0.3s ease, content 0.3s ease;
}

.menu-search-submit:hover {
    color: #aaa;
}

.menu-search.active input[type="text"] {
    background-color: ##E0EC89;
    border-radius: 22px;
    border: 0px solid #E0EC89;
    color: #509E2F;
    padding: 7px;
}

.menufooterdiv {
    bottom: 0;
    display: flex;
    padding: 2rem;
    position: sticky;
    text-align: center;
}

.menunav {
    align-content: space-around;
    align-items: center;
    display: flex ;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    justify-content: space-between;
    width: 50%;
    flex: 1;
}

.menunav .row {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.mobilemenuheader {
    display: none;
}

.resourcemenu {
    align-content: center;
    align-items: center;
    border-radius: 150px;
    border: 6px solid #E0EC89;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
}

.resourcemenu h3 {
    color: #E0EC89;
}

.resourceslink {
    margin: 30px;
}

.search-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1000;
}

.search-container.active .search-form {
    width: 300px;
}

.search-container.active .search-input {
    opacity: 1;
}

.search-container.active .search-submit i {
    content: "\f061";
}

.search-container.active input[type="text"] {
    background-color: #E0EC89 !important;
    border-radius: 22px;
    border: 0px solid #E0EC89;
    color: #257226;
    padding: 7px;
}

.search-form {
    align-items: center;
    background: #E0EC89;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    overflow: hidden;
    padding: 5px 10px;
    transition: width 0.3s ease;
    width: 100px;
}

.search-input {
    background: #E0EC89;
    border: none;
    color: #257226;
    opacity: 0;
    outline: none;
    transition: opacity 0.3s ease;
    width: 100%;
}

.search-submit {
    background: none;
    border: none;
cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.search-submit i {
    transition: transform 0.3s ease, content 0.3s ease;
}

.search-submit:hover {
    color: #aaa;
}

.site-footer {
    color: #fff;
    margin-top: 80px;
    padding: 50px;
    text-align: left;
}

.site-footer ul {
    display: flex;
    list-style-type: none;
    margin-block-end: 0em;
    margin-block-start: 0em;
    margin-inline-end: 0em;
    margin-inline-start: 0em;
    padding-inline-start: 0em;
    unicode-bidi: isolate;
}

.site-header {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    width: 100%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

.site-logo {
    display: flex;
    height: 60px;
    margin: 25px 5px 5px 5px;
    max-width: 200px;
}

.site-logo img {
    width: 200px;
    transform-origin: top left;
    transform: scale(1.4);
    transition: transform 1.3s ease-in-out;
}


.skip-link {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    left: -100px;
    overflow: hidden;
    position: absolute;
    top: -100px;
    white-space: nowrap;
    width: 1px;
}

.skip-link:focus {
    background: #000;
    clip: auto;
    color: #fff;
    height: auto;
    left: 0;
    overflow: visible;
    padding: 8px 15px;
    position: static;
    top: 0;
    width: auto;
    z-index: 1000;
}

.social-icons .dashicons {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: dashicons;
    font-size: 2em;
    font-style: normal;
    font-weight: 400;
    height: 2em;
    line-height: 1;
    speak: never;
    text-align: center;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    transition: color .1s ease-in;
    vertical-align: top;
    width: 2em;
}

.submenu {
    align-content: space-around;
    align-items: center;
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-bottom: 50px;
}

.menuheader{
    border-bottom: 1px solid #E0EC89;
    color: #fff;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    #menu-resources {
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }

    .column1, .column2, .column3, .column4 {
        border-right: 0px solid #257226;
    }

    .footer-social-links .social-icons .dashicons {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-family: dashicons;
        font-size: 1.8em;
        font-style: normal;
        font-weight: 400;
        height: 1.2em;
        line-height: 1;
        speak: never;
        text-align: center;
        text-decoration: inherit;
        text-rendering: auto;
        text-transform: none;
        transition: color .1s ease-in;
        vertical-align: top;
        width: 1.2em;
    }

    .fullscreen-menu {
        padding: 1rem;
    }




    .mainmenus {
        align-content: space-around;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0px;
        width: 100%;
    }

    .menu-box {
        flex-direction: column;
    }

    .menu-footer {
        margin-top: 2rem;
        text-align: center;
    }

    .menu-footer .social-icons .dashicons {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-family: dashicons;
        font-size: 1.2em;
        font-style: normal;
        font-weight: 400;
        height: 1.2em;
        line-height: 1;
        speak: never;
        text-align: center;
        text-decoration: inherit;
        text-rendering: auto;
        text-transform: none;
        transition: color .1s ease-in;
        vertical-align: top;
        width: 1.2em;
    }

    .menu-header, .menufooterdiv {
        padding: 0.5rem;
    }

    .menu-logo img {
        height: 60px;
    }

    .menu-row {
        flex-direction: column;
    }

    .menu-row .column {
        flex: 1 1 100%;
        margin-bottom: 1rem;
    }

    .resourceslink {
        margin-bottom: 50px;
    }

.site-logo {
    display: flex;
    height: auto;
    margin: 5px 0px 0px 0px;
    max-width: auto;
}

    .site-logo img {
        transform-origin: top left;
        transform: scale(1);
        transition: transform 1.3s ease-in-out;
    }

}

@media screen (min-width: 469px) and (max-width: 767px) {
    #menu-useful-links li {
        flex: 1 1 100%;
    }

    .footer-social-links ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .footer3 {
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .footerleft {
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .desktopmenuheader {
        display: none;
    }

    .footer-row .mini-widgets {
        -ms-align-items: center;
        -ms-flex-align: center;
        -ms-flex-flow: row wrap;
        align-items: center;
        display: -ms-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-flow: row wrap;
        margin: 20px;
    }

    .menunav {
        align-content: space-around;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0px;
        justify-content: center;
        line-height: 1.6rem;
        width: 100%;
    }

    .mobilemenuheader {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .search-container {
        display: none;
    }

    #menu-sub-footer {
        align-content: center;
        align-items: flex-end;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 20px;
        justify-content: center;
    }

    .footer-social-links ul {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .footer2 {
        align-content: flex-end;
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    .footer3 {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .footer4 p {
        color: #fff;
        margin: 1rem;
        padding: 0px;
    }

    .footer5 {
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .footerleft {
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .footersocials {
       align-items: flex-end;
        display: flex;
        flex-direction: column;
        flex: 5;
        gap: 10px;
    }

.sltitle {
    display: none;
}

    .linkstitle h4 {
        color: #fff;
        max-width: 100%;
        text-align: center;
    }

    .site-footer {
        color: #fff;
        margin-top: 80px;
        padding: 10px;
        text-align: left;
    }
.footer1 {
    margin-top: -50px;
    padding: 10px;
}

}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}