 .video-slider .vid {
    width: 600px;
    height: 300px;
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.col-2.contact-site-map.relative {
    display: none !important;
}
.contact-page-form-map.site-flex.justify-content-top.relative {
    justify-content: center !important;
}
@media only screen and (min-width:1180px) {
    .footer-col-item.site-info.site-name.relative {
        font-size: 12px !important;
    }
}
@media only screen and (max-width:1024px) {
    .footer-col-item.site-info.site-name.relative {
        font-size: 14px !important;
    }
    .genesis-nav-menu a {
        font-size: 12px !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 18px !important;
    }
    .genesis-nav-menu a {
        font-size: 14px !important;
    }
}
@media only screen and (max-width:375px) {
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 14px !important;
    }
}