@media only screen and (min-width: 40em) {

    /* NAV */
    .top-bar {
        padding: 0.75rem 0;
    }
    .top-bar ul {
        padding: 1.25rem 0;
    }
    .top-bar ul li a {
       /* border-bottom: 0.25rem solid transparent;*/
        background: none;
        color: #2fa94d;
    }
    .menu > li:not(.menu-text) > a {
        padding: 0.5rem 0 0.25rem 0;
        margin: 0 0 0 .5rem;
    }
    .top-bar ul li.active a,
    .top-bar ul li a:hover {
       /* border-bottom: 0.25rem solid #bfd730;*/
        background: none;
    }
    .top-bar ul li a:hover {
        color: #bfd730;
    }
    .top-bar ul li a::before {
        color: #fff;
        content: "//";
        text-align: center;
        margin: 0 .15rem;
    }
    .top-bar ul li a:hover::before {
        color: #bfd730;
    }
    .top-bar ul li.active a::before {
        color: #bfd730;
    }
    .top-bar ul li.active a:hover::before {
        color: #2fa94d;
    }

    /* BANNERS */
    .banner__caption {
        font-size: 2rem;
        padding: 0;
        width: 44%;
    }
    /* HEROES */
    .hero__text {
        padding: 6.26875rem 0; /* 4.8 rem plus 1.46875 (half button height of 2.9375rem) */
        min-height: 300px;
        text-align: left;
    }
    .hero__text--hasButton {
        padding: 4.8rem 0;
    }
    .hero__image {
        position: absolute;
        bottom: 0;
        right: 0;
        left:0;
    }
    /* SERVICE LISTING */
    .servicePanel--featured .servicePanel__icon {
        padding: 0 2rem;
    }

    /* SIDEBAR */
    .pageSidebar {
        margin: 0;
    }

    /* FOOTER */
    .footerLogo {
        margin: 0;
    }
    .footerLogo__img {
        margin-bottom: 0;
    }
    .footerNav {
        margin-bottom: 0;
    }
    .colophon {
        text-align: right;
    }
    
}
