  @media only screen and (max-width: 767px) {
    body.active #nav {
        margin-left:0;
        margin-bottom: 0;
        width: 80%
    }

    #masthead_small h1 {
        font-size: 1.3em;
        padding-top: 1em;
        font-weight: 700
    }

    .mastheadbullets {
        font-size: .9em;
        padding: 0;
        margin-left: 6em
    }

    .mastheadbullets li:first-child {
        display: none
    }

    .mastheadbullets li:first-child:before {
        content: none
    }

    .mastheadbullets li a {
        color: inherit;
        text-decoration: none
    }

    .mastheadbullets li:nth-of-type(1) {
        display: inline
    }

    #footer {
        background: #333;
        clear: both;
        width: 100%;
        padding: 6% 0 0;
        overflow: hidden
    }

    #footer .link_column {
        float: none;
        margin: 3% 1.5%;
        padding: 0 1.5%;
        width: 43%;
        display: inline-block;
        vertical-align: top;
        box-sizing: content-box !important;
    }

    #footer .link_column h3 {
        color: #fff;
        font-size: 1.2em;
        margin: .5em 0 1em .5em
    }

    #footer .link_column ul {
        margin: .5em 0 1em .5em
    }

    #footer .link_column ul li {
        padding: .8em
    }

    #footer .link_column ul li a {
        color: #c5c5c5;
        text-decoration: none
    }

    #footer #social_media {
        clear: both;
        margin: 3% 1.5%;
        padding: 0 1.5%
    }

    #footer #social_media h3 {
        color: #fff;
        font-size: 1.2em;
        margin: .5em 0 1em .5em
    }

    #footer #social_media img {
        float: left;
        padding: 3%
    }

    #footer #footer_bottom {
        clear: both;
        background: #000;
        border-top: 1px solid #888;
        overflow: hidden;
        padding: 3% 0
    }

    #footer #footer_bottom ul li {
        display: inline;
        float: left;
        margin: .8em
    }

    #footer #footer_bottom ul li a {
        color: #fff;
        text-decoration: none
    }

    #footer #footer_bottom #contact {
        clear: both;
        padding-top: 1.5em
    }

    #footer #footer_bottom #copyright p {
        color: #888;
        clear: both;
        font-size: .8em;
        float: right
    }
}

@media only screen and (max-width: 716px) {
    .mastheadbullets li:nth-of-type(1) {
        display:none
    }

    .mastheadbullets li:nth-of-type(2):before {
        content: '\00a0'
    }

    .mastheadbullets li:nth-of-type(3):before {
        content: '\007C\00a0'
    }
}
