.form-container .form-field button{
    border: none !important;
}

.page-id-999 .inner-page-banner .page-banner:before {
    background-color: rgb(0 0 0 / 20%) !important;
}

.page-accordion .accordion-item .accordion-title {
    border: 1px solid #4f6326 !important;
    background: #4f6326 !important;
}

a.additional-header-logo img {
    max-width: 150px;
}

.additional-header-logo {
    display: block;
}

div#main-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

@media only screen and (max-width:1200px) and (min-width:1024px){
    .footer-col-item.column-label {
        font-size: 18px !important;
    }
    
    .genesis-nav-menu a {
        font-size: 14px !important;
    }
}

@media only screen and (min-width:1024px){

        li#menu-item-1046 > a span:after {
                font-family: 'Font Awesome\ 5 Free';
                font-weight: 900;
                content: "\f0d7";
                margin-left: 7px;
                font-size: 12px;
                position: absolute;
                right: 12px;
                top: 20px;
        }

}