@import url("common.css");
@import url("../style.css");

/* -----------------------------------------
   SUBPAGE OVERRIDES & RESPONSIVE
----------------------------------------- */
@media (max-width: 767px) {
    .dm-sidebar-nav {
        margin-bottom: 30px;
    }
    .singleheader {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
