.content-sidebar-wrap br{
    display:none;
}
.contact-page-wrap .contact-page-info .contact-info span br{
    display: block !important;
}
a.site-btn {
    border: none !important;
}
.contact-page-wrap .contact-site-form .form-field-wrap {
    background-color: #d5d6da !important;
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
header.site-header .section-closed {
    color: #1e3e3c !important;
}
@media only screen and (max-width:1024px) {
    footer .column-element .column-label {
        font-size: 19px !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    footer .column-element .column-label {
        font-size: 25px !important;
    }
}