@media only screen and (max-width: 968px) {

    .feature-container {
        width: 100%;
        height: 400px;
        margin-bottom: 10px;
    }
    .feature-container:hover {
        top: 0;
    }
    .feature-container:hover .mobile-hint {
        opacity: 0 !important;
    }
    .navbar-brand {
        display: block;
        margin: 0 auto;
    }
    .navbar-brand img {
        width: 150px !important;
        position: relative;
        top: -5px;
    }
    .nav-button {
        position: absolute;
        top: 60px;
        left: 16px;
        width: 45vw;
    }
    .nav-contact-button {
        left: auto;
        right: 16px;
    }

    .footer-separator {
        display: none;
    }
    .footer-attribution {
        display: block;
    }
    .accreditation-icon {
        position: absolute;
        right: 25px;
    }
    .footer-copyright {
        text-align: left;
        padding-left: 5px;
    }
    .footer-section {
        margin-bottom: 64px;
        padding-left: 21px;
        padding-right: 21px;
    }
    .footer-section:last-child {
        margin-bottom: 0;
    }

    #businessLocation {
        display: none;
    }

    .business-location {
        text-align: center;
    }
    .business-location h3 {
        margin: 0 16px !important;
        padding-right: 0 !important;
    }

    .location-banner {
        height: auto;
    }

    .testimonial-section .slick-list {
        padding: 0 0 0 0 !important;
    }
    .testimonial-section .slick-list::before {
        width: 0 !important;
    }
    .testimonial-section .slick-list::after {
        width: 0 !important;
        left: 0;
    }

    .feature-push-down {
        padding-top: 0;
    }

    header.condensed:before {
        height: 160px;
    }
    header.condensed .nav-button {
        top: 25px;
        width: 45%;
    }

    .showcase-item {
        width: 100%;
    }

    .accreditation-icon {
        margin-top: -115px;
    }

    .feature-card-contact-button {
        width: 100%;
        margin-top: 5px;
    }

    .contact-card {
        margin-top: 32px;
        max-width: 90% !important;
    }

    .showcase-nav .nav-item {
        margin-bottom: 10px;
    }

    .welcome-image-container {
        width: calc(100% - 64px);
        min-height: 475px;
        margin: 64px 32px !important;
    }

    .contact-form-container {
        max-width: 90% !important;
        padding: 0;
        padding-left: 10%;
    }
}
