/** Medium Devices/ Desktops **/
@media (min-width: 769px) and (max-width: 992px) {
    .container {
        width: 96%;
    }

    .site-header.container {
        width:100%;
    }

    .site-branding a img {
        padding-left: 20px;
    }

    img.phone {
        padding-right:20px;
    }

    .quick-links .block {
        min-height: 212px;
    }

    .quick-links .block h2 {
        font-size: 2.6rem;
    }

    .about-splash h1 {
        font-size: 2.6rem;
    }

    .resources-sidebar {
        width: 240px;
        margin-left: 20px;
        padding: 10px;
    }

    .resources-sidebar li a {
        text-decoration: none;
        color: #8f3e9e;
        font-size: 13px;
    }

    .resource {
        height: 250px;
    }

    .office {
        width: 47%;
        margin-right: 3%;
        min-height: 235px;
        font-size: 14px;
    }

    .office:nth-of-type(12n) {
        clear: both;
    }

    .disney-quote h2 {
        font-size: 3rem;
        padding-left: 1em;
    }

    .social-media img {
        margin-right: 1em;
        width: 15%;
    }

    footer h2 {
        font-size: 2.2rem;
    }

    .news-feed .post {
        height: 240px;
    }

    .news-feed .post h3 a {
        font-size: 1.8rem;
    }

    a.hide-btn {
        right: 115px;
        padding: 0.5em 1em;
        font-weight: 700;
        font-size: 1.2rem;
        background: #fca30c;
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius:  0 0 4px 4px;
        color: #ffffff;
        text-decoration: none;
        border:none;
    }

    a.chat-btn {
        right: 205px;
        padding: 0.5em 1em;
        font-weight: 700;
        font-size: 1.2rem;
        background: #fca30c;
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius:  0 0 4px 4px;
        color: #ffffff;
        text-decoration: none;
        border:none;
    }
}
