header {
    position: fixed;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 9999999;
    /*height: 115px;*/
    top: 0;
    background-color: #fff;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
    height: 100px;
    background-image: url(/img/nav-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;

}

.nav-margin {
    margin-top:100px;
}

.nav-down {
    top: -33px;
}

.mob-nav-wrap {
    display: flex;
    flex-direction: row;;
}

@media (min-width:1200px) {
    .mob-nav-wrap {
        display: flex;
        flex-direction: row;;
    }
}

.logo {
    display: flex;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    width: 100%;
    justify-content: center;
    height: 90px;
    align-self: center;
    border-bottom:0px;
    /*z-index: 1000000*/
}

.logo:hover {
    border-bottom: 0px;
}

.logo img {
    align-self: center;
    padding-top:20px;
    height: 70px;
}

.darkHeader .logo {
    border-bottom: 1px solid transparent;
}

.hamburger-box {
    width: 50px;
}

.mobile-logo {
    height: 89px;
}

.hamburger {
    padding: 30px 5px 26px 0px;
    /*padding: 23px 15px 21px 0px;*/
}


.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #00683d;
    height: 4px;
    border-radius: 0px;
}

.is-active .hamburger-inner::after {
    width: 100%;
}

.is-active .hamburger-inner,
.is-active .hamburger-inner::before,
.is-active .hamburger-inner::after {
    background-color: #fff !important;
}

.small-logo {
    display: none;
    margin-top: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 20px;
}

.border-b::after {
    height: 1px;
    background-color: #fff;
    display: block;
    width: 100%
}

#navs {
    float: right;
}

header .container {
    position: relative;
}

#top-nav {
    padding: 0;
    margin-top: 17px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    list-style-type: none;
    text-align: right;
    font-size: 0px;
    line-height: normal;
    display: none;
}

#top-nav li {
    display: inline-block;
    border-right: 1px solid #A3A3A3;
    font-size: 1rem;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

#top-nav li a {
    text-decoration: none;
}

#top-nav .lastlink {
    border-right-style: none;
}

nav {
    width: 100%;
    height: 100%;
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
    position: fixed;
    top: 0px;
    left: -100%;
    background-color: #000;
    overflow: scroll;
}

.navopen {
    left: 0px !important;
}

#open-btn {
    overflow: auto;
    clear: both;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
    z-index: 100000;
}

.hamburger {}

#open-btn button {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-style: none;
}

.main-menu {}

ul.main-menu {
    list-style: none;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 100px;
    max-width: 1140px
}

.main-menu a {
    display: block;
    text-decoration: none;
    width: 100%;
}

.main-menu > li {
    border-bottom: 1px solid #3f3f3f;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0px 0px;
}

.main-menu > li:first-child {
    border-top: 1px solid #3f3f3f;
}

.main-menu li a {
    line-height: 59px;
    font-size: 0.875rem;
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.main-menu li a:hover {
    border-bottom: 1px solid transparent;
}

.hasdrop {
    overflow: auto;
    width: 100%;
    justify-content: space-between;
    display: inline-flex;
    align-content: center;
}

.hasdrop .toplink {
    flex-grow: 1;
}

.hasdrop .subopen {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    background-color: transparent;
    text-align: center;
    color: #fff;
    align-self: center;
    height: 34px;
    border: 1px solid #3f3f3f;
    border-radius: 20px;
}

.hasdrop .material-icons {
    font-size: 32px;
}

.submenu {
    list-style: none;
    padding: 0px 15px;
    display: block;
    background-color: #000;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
}

.submenu ul {
    list-style: none;
    padding: 0px 15px;
    max-width: 1140px;
    margin: 0 auto;
}


.submenu li {
    color: #fff;
    border-top: 1px solid #3f3f3f;
}

.submenu li a {
    color: #fff;
}

.submenu li:first-child {
    border-top: 0px solid transparent;
}

.subback {
    line-height: 1rem;
    padding: 28px 10px 27px 0px;
}

.subclose {
    display: flex;
    color: #fff;
    flex-direction: row;
    padding: 0;
    border: 0;
    background-color: transparent;
    height: 45px;
}

.subclose i {
    border-radius: 30px;
    border: 1px solid #3f3f3f;
    background-color: transparent;
    height: 45px;
    width: 45px;
    align-self: center;
    border-radius: 30px;
    color: #fff;
    margin-right 1rem;
}

.subclose .material-icons {
    line-height: 43px;
    font-size: 28px;
}

subclose i {
    background-color: transparent;
    height: 50px;
    padding: 13px 12px;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
}

.subclose .sub-text {
    line-height: 45px;
    padding: 0px 12px 0px 12px;
    align-self: center;
}

#content {
    background-color: #868686;
    overflow: auto;
    height: 5500px;
}

.submenuopen {
    display: block;
    left: 0;
}

.submenuclose {
    display: none;
    left: -100%;
}


.close-nav {
    border-radius: 0;
    border-style: none none solid;
    width: 100%;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-color: #E5E5E5;
    border-bottom-width: 1px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
}

.noscroll {
    overflow: hidden;
}

.main-menu li .active {
    color: #00a4af;
}

#scroll-nav {
    background-color: #FFFFFF;
    height: 70px;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid #ececec;
    z-index: 999999;
}

#top-nav .white-line {
    border-right-color: #FFFFFF;
}

#subnav {
    text-align: right;
    overflow: auto;
    padding-right: 10px;
    display: inline-block;
    margin-top: 40px;
}

#top-nav .white-text a {
    color: #FFFFFF;
}

.scroll-padding {
    padding-top: 0px;
}

.social-nav {
    display: none;
}

.mob-phone-cta{
    position: absolute;
    right:0;
    left:0;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color:#fff;
    background-color:#597e34;
    width:100%;
    transition: all 0.2s ease;
    padding:1px 0px 2px 0px;
    z-index: 1;
}

.mob-phone-cta:hover{
    color:#fff;
    background-color:#90c64f;
}

.mob-phone-cta span {
    font-weight: bold;
}

@media (min-width:575px) {

    .logo img {
        align-self: center;
    }

    .mobile-logo {
        display: none !important;
    }

    #logo-wrap {
        padding: 15px 15px 15px 0px;
    }

    nav {
        background-color: rgba(0, 0, 0, 0.9);
    }

}

@media (min-width:650px) {}

@media (min-width:1024px) {
    header {
        margin-bottom: 0px;
        height: 120px;
    }
    header .container {
        padding-left: 0px;
        padding-right:0px;
    }
    .nav-margin {
        margin-top: 120px;
    }
    .mob-phone-cta {
        padding: 5px 0px 5px 0px;
    }
    .hamburger {
        padding: 50px 0px 30px 0px;
    }
    #open-btn {
        right: -10px;
    }
}

@media (min-width:1200px) {

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .sticky + header {
        padding-top: 102px;
    }

    .logo {
        height: 120px;
        width: auto;
    }
    .green-header-width {
        position: absolute;
        background-color: #597e34;
        height: 60px;
        left: 50%;
        width: 50%;
    }

    .green-header {
        height: 60px;
        display: flex;
        flex-grow: 1;
        background-color: #597e34;
    }

    .green-header ul {
        display: flex;
        justify-content: flex-end;
        flex-grow: 1;
        flex-direction: row;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contact-information {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px;
        border-left: 1px solid #fff;
    }

    .green-header ul .contact-information:last-child {
        padding-right: 0px;
    }

    .nav-hyperlink {
        color:#fff;
    }

    .nav-hyperlink:hover {
        color:#8dc63f;
        border-bottom-color:#8dc63f;
    }

    .contact-information span:first-of-type {
        font-weight: bold;
    }

    .contact-information span {
        display: inline-block;
        text-transform: uppercase;
        font-size: 0.875rem;
    }

    .social-icon {
        display: block;
        margin-top: 5px;
        height: 30px;
        width: 30px;
        border: 1px solid #fff;
        border-radius: 20px;
        margin-right: 10px;
        transition: all 0.2s ease;
    }

    .social-icon:hover {
        background-color: #90c64f;
        border: 1px solid #90c64f;
    }

    .navWrap {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    nav {
        background-color: transparent;
        left: 0;
        width: 100%;
        max-width: 1320px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: auto;
        z-index: 100000;
        position: relative;
        overflow: visible;
        box-sizing: border-box;
        display: flex;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }
    #open-btn {
        display: none;
    }

    .subback {
        display: none;
    }

    ul.main-menu {
        display: flex;
        list-style: none;
        padding: 0px 0px;
        margin: 0 0;
        margin-top: 0px;
        max-width: 1140px;
        display: flex;
        justify-content: right;
        margin-left: auto;
    }

    .main-menu {
        margin-top: 0px !important;
    }

    .main-menu > li {
        color: #000;
        line-height: 50px;
        position: relative;
        border-bottom: 0px;
    }

    .main-menu > li:first-child {
        padding-left: 0px;
        border-top: 0px;
    }

    /*

    .main-menu > li:last-child a {
        padding-right: 0px;
    }

    */

    .main-menu li a {
        line-height: 1.2;
        font-size: 0.75rem;
        color: #000;
        text-transform: uppercase;
        padding: 25px 10px 20px 10px;
        font-weight: normal;
    }

    .main-menu li:hover a {
        color:#90c64f;
    }

    .main-menu ul {
        opacity: 0;
        transition: opacity 0.2s;
         -webkit-transition: opacity 0.2s;
    }

    .main-menu li:hover {
        background-color:#efefef;
    }

    .main-menu > li:hover ul {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.2s;
         -webkit-transition: opacity 0.2s;
    }

    .hasdrop {
        position: relative;
    }

    .hasdrop .subopen {
        display: none;
    }

    .submenu {
        position: absolute;
        list-style: none;
        padding: 0px 0px 10px 0px;
        display: block;
        background-color: #90c64f;
        position: inherit;
        z-index: 10000000;
        top: 60px;
        left: auto;
        right: 0px;
        height: auto;
        width: auto;
        -webkit-transition: left 0.2s ease-out;
        -moz-transition: left 0.2s ease-out;
        -o-transition: left 0.2s ease-out;
        transition: left 0.2s ease-out;
        position: absolute;
        visibility: hidden;
        text-align: right;
    }

    .main-menu > li:last-child .submenu {
        right: 0px;
    }

    .submenu ul {
        background-color: transparent;
        /*box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15);*/
        list-style: none;
        max-width: 1140px;
        margin: 0 auto;
    }

    .main-menu .submenu li {
        background-color: #90c64f;
        border-top: 0px solid #3f3f3f;
        padding-left: 10px;
        padding-right: 10px;
        /*box-shadow: 0 5px 50px 5px rgba(0, 0, 0, 0.15);*/
    }

    .submenu li:hover {
    }

    .main-menu .submenu li a {
        color: #444;
        padding: 10px 0px 5px 0px;
        line-height: 23px;
        font-size: 10px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 18px;
        white-space: nowrap;
        color:#fff;
        text-transform: uppercase;
        border-bottom:1px solid #ffffff50;
    }

    .main-menu .submenu li:last-child a {
        padding: 10px 0px 5px 0px;
    }

    .submenu li a:hover {
        color: #00683d;
        border-bottom: 1px solid #00683d;
    }

}

*/
