@media (max-width: 979px) {
    .masthead-inline .x-btn-navbar {
        display: none;
    }
    .x-nav-wrap.desktop {
        display: block;
    }
}

@media (max-width: 768px) {
    .x-section .x-container.homeboxes-wrap {
        display: block;
    }
    .x-section .x-container.homeboxes-wrap .x-column.x-1-4 {
        display: inline-block;
        padding-top: 20px !important;
        width: 48%;
    }
    .x-section .x-container.homeboxes-wrap .x-column.x-1-4:nth-of-type(1) {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px !important;
    }
    .x-section .x-container.homeboxes-wrap .x-column.x-1-4:nth-of-type(2) {
        border-bottom: 1px solid #e7e7e7;
        border-right: none;
        padding-bottom: 20px !important;
    }
    .banner-title span, .banner-title {
        font-size: 1.6em;
    }
    .banner-subtitle, .banner-subtitle span {
        font-size: 1.2em;
    }
    .banner-box, .banner-box:after {
        min-height: 280px;
    }
    .h-landmark span, .entry-title.h-landmark span {
        font-size: 2.1rem;
    }
    .hide-medium {
        display: none;
    }
    .home .section-box {
        float: right;
        width: 80%;
    }
    .box-shadow h2 {
        font-size: 2rem;
    }
    .box-shadow h5 {
        font-size: 1.8rem;
    }
    .box-shadow h4 {
        font-size: 2rem;
    }
}