/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 26 2023 | 00:32:46 */
.main-navigation.offside {
    position: fixed;
    height: 100%;
    height: 100vh;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.copyright-bar {
    font-size: 22px;
    font-weight: 600;
}

/* hide search button on smaller screens */
@media only screen and (max-width: 374px) {
/*	.menu-bar-items {
display: none !important;
}*/
span.mobile-menu {
    display: none;
}
}

/* set site logo in center at footer */
.inside-site-info {
    display: inherit;
}

@media only screen and (max-width: 768px) {
.navigation-branding .main-title a, .navigation-branding .main-title a:hover, .navigation-branding .main-title a:visited {
    color: #7bb25e;
}}

nav#mobile-header {
    border-bottom: #bcbcbc 1px solid; }

.featured-navigation {
    display: none;
}
.cta1-box {
    border: 1px #000000 dashed;
    padding: 20px;
    margin: 15px 0;
    background-color: #F6F6F6;
    box-shadow: 6px 6px 4px 1px #7cb164;
}
.cta1-box a {
	color: #002ac5;
}
div#grow-me-root {
    z-index: 99999;
    position: absolute;
}
.cta1-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #558241;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    font-family: Trebuchet MS;
}