header.site-header .top-ads {
    border: none !important;
}
header.site-header .top-info {
    border-bottom: 1px solid;
}
header.site-header .bottom-ads {
    border: none !important;
}
.page-id-1346 .entry-content ol, .the-content ul, .additional-content ol {
    padding: 0 0 0 0px !important;
}
a.site-btn {
    border: none !important;
}
.fa-star:before {
    color: #99c94f;
}
footer.site-footer .footer-column .column-label:before {
    background-color: #464646 !important;
}
footer .column-element .footer-col-item.site-info:before {
    color: #99c94f;
}
footer.site-footer .footer-menu ul li a:before {
    color: #99c94f !important;
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
}
@media only screen and (min-width:1024px) {
    .genesis-nav-menu > .menu-item.menu-item-has-children > 
    .sub-menu .menu-item-has-children.menu-item-1044 > a span:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f0d7";
        margin-left: 7px;
        font-size: 12px;
    }
    .genesis-nav-menu .sub-menu {
        flex-wrap: wrap;
        display: flex !important;
        align-items: stretch;
        width: 400px !important;
    }
    .genesis-nav-menu .sub-menu > li {
        width: 50% !important;
        align-self: stretch;
        display: block;
    }
    .genesis-nav-menu .sub-menu > li a {
        width: 100%;
        height: 100%;
    }
    .genesis-nav-menu > li.menu-item .sub-menu > li.menu-item a {
        display: inline-flex;
        align-items: center;
    }
}