@media only screen and (max-width: 1021px) { 
    body {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1019px) {
    
    html {
        background: #1A1919;
    }
    
    body {
        padding-bottom: 0px;
    }
    
    header {
        height: 75px;
        position: relative;
        top: auto;
        width: 100%;
    }
    
    .menu header #logo a h1 {
        background: url('../images/logo-la-menu@2x.png') no-repeat top left;
        background-size: cover;
    }
    
    header #nav {
        padding: 21px 0 0 0;
        width: 100%;
    }
    
    header #nav nav {
        display: none;
    }
    
    header #nav #menu {
        display: block;
        float: right;
        height: 25px;
        margin-top: 2px;
        margin-right: 20px;
        width: 35px;
    }
    
    header #menu img {
        display: block;
        width: 100%;
    }
    
    .menu #mobile-nav {
        display: block;
        height: 100%;
        left: 0px;
        position: absolute;
        top: 75px;
        width: 100%;
        z-index: 9005;
    }
    
    #mobile-nav nav {
        width: 100%;
    }
    
    #mobile-nav ul {
        border-top: 1px solid #fff;
        width: 100%;
    }
    
    #mobile-nav li {
        border-bottom: 1px solid #fff;
        width: 100%;
    }
    
    #mobile-nav li a {
        background: #D3D2C9;
        color: #1A1919;
        display: block;
        font-family: "Knockout 49 A", "Knockout 49 B";
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        letter-spacing: 1px;
        padding:  25px 20px 27px 20px;
        text-decoration: none;
        text-transform: uppercase;
    }
    
    #mobile-nav li a.active {
        background: #E3E1D9 url('../images/icon-mobile-menu.png') no-repeat 15px 33px;
        padding-left: 41px;
    }
    
    #mobile-transport {
        padding: 20px 0 0 20px;
    }

    #mobile-transport a {
        display: block;
        float: left;
        margin-right: 18px; 
        height: 45px;
        text-indent: -9999em;
        width: 45px;
    }

    #mobile-transport a#walk {
        background: url('../images/icon-walk@2x.png') no-repeat 0px 0px;
        background-size: cover;
    }

    #mobile-transport a#bike {
        background: url('../images/icon-bike@2x.png') no-repeat 0px 0px;
        background-size: cover;
    }

    #mobile-transport a#drive {
        background: url('../images/icon-drive@2x.png') no-repeat 0px 0px;
        background-size: cover;
    }

    #mobile-transport a#walk.active, #mobile-transport a#bike.active, #mobile-transport a#drive.active {
        background-position: 0px -45px;
        -webkit-opacity: 1.0;
        -moz-opacity: 1.0;
        opacity: 1.0;
    }
    
    .menu #mobile-overlay {
        background: #1A1919;
        display: block;
        height: 100%;
        left: 0px;
        top: 0px;
        width: 100%;
        position: fixed; 
        z-index: 8999;
    }

    #wrapper {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
        width: 100%;
    }
    
    #banner {
        background: #E3E1D9;
        height: auto;
    }
    
    #banner img#woman {
        width: 40%;
        z-index: 8999;
    }
    
    .page-home #banner img#woman {
        left: 50px;
        width: 25%;
    }
    
    .page-about #banner img#woman {
        left: auto;
        right: 10px;
    }
    
    .page-partners #banner img#woman {
        left: auto;
        right: 10px;
    }
    
    .page-laws #banner img#woman {
        left: auto;
        right: 10px;
    }
    
    .page-news-and-events #banner img#woman {
        left: auto;
        right: 10px;
    }
    
    .page-past-events #banner img#woman {
        left: auto;
        right: 0px;
    }
    
    #banner #stripe {
        position: static;
    }
    
    #banner #stripe h2 {
        font-size: 52px;
        padding-top: 11px;
        padding-left: 10px;
        text-align: left;
    }
    
    .content {
        padding: 0 10px 34px 10px;
    }
    
    .content h3 {
        padding-top: 40px;
    }
    
    .content h4 {
        padding-top: 30px;
    }
    
    .content h4.callout {
        display: none;
    }
    
    .callout-mobile {
        background: #757F81;
        color: #fff;
        display: block;
        font-family: "Knockout 49 A", "Knockout 49 B";
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        letter-spacing: 1px;
        padding: 12px 10px 15px 10px;
        position: relative;
        text-align: center;
    }
    
    .content p.top {
        padding-top: 30px;
    }
    
    .content ul {
        padding-left: 25px;
    }
    
    .video {
        width: 355px;
    }
    
    .video a {
        height: 170px;
        width: 100%;
    }
    
    .video img {
        height: 170px;
        width: 100%;
    }
    
    .video .player {
        height: 170px;
        width: 100%;
    }
    
    .video .description {
        width: 100%;
    }
    
    .image {
        float: none;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
        width: 355px;
    }
    
    .image.left, .image.right {
        float: none;
        margin: 0 auto;
    }
	
	.image img {
		height: auto;
	}
    
    .text {
        float: none;
        margin: 0;
        width: 100%;
    }
    
    .text.left, .text.right {
        float: none;
        margin: 0;
    }
    
    .content .text h3 {
        padding-top: 30px;
    }
    
    .page-home .content.home {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .page-home .content.light {
        padding: 0 20px 20px 20px;
    }
    
    #ribbon {
        height: 575px;
        margin-top: 40px;
    }
    
    #ribbon img {
        margin-left: -180px;
        left: 50%;
        right: auto;
    }
    
    #ribbon h4 {
        font-size: 58px;
        letter-spacing: 2px;
        padding-top: 55px;
        position: static;
        text-align: center;
    }

    #ribbon p {
        font-size: 36px;
        letter-spacing: 1px;
        padding-top: 15px;
        position: static;
        text-align: center;
    }

    #ribbon.one h4 {
        font-size: 52px;
        left: auto;
        top: auto;
    }

    #ribbon.one p {
        left: auto;
        top: auto;
    }

    #ribbon.two h4 {
        font-size: 58px;
        left: auto;
        top: auto;
    }

    #ribbon.two p {
        left: auto;
        top: auto;
    }

    #ribbon.three h4 {
        font-size: 50px;
        left: auto;
        padding-top: 30px;
        top: auto;
    }

    #ribbon.three p {
        font-size: 36px;
        left: auto;
        top: auto;
    }

    #ribbon.four h4 {
        font-size: 50px;
        left: auto;
        padding-top: 30px;
        top: auto;
    }

    #ribbon.four p {
        font-size: 36px;
        left: auto;
        top: auto;
    }

    #ribbon.five h4 {
        font-size: 58px;
        left: auto;
        top: auto;
    }

    #ribbon.five p {
        left: auto;
        top: auto;
    }
    
    .event {
        margin: 0 auto;
        padding: 20px 0 0 0;
        width: 335px;
    }
    
    .event .photo {
        float: none;
        height: auto;
        width: 100%;
    }
	
	.event .photo img {
		height: auto;
		width: 100%;
	}
    
    .event .details {
        height: auto;
        padding-bottom: 30px;
        width: 100%;
    }
    
    #statistics h4 {
        padding: 30px 20px 0 20px;
    }
    
    #statistics .row {
        padding: 30px 20px 0 20px;
    }
    
    #statistics .odometer-column {
        clear: both;
    }
    
    #statistics .odometer-column h6 {
        margin-top: 30px;
    }

    #statistics .label-column.mobile {
        display: block;
    }
    
    #statistics .label-column p {
        padding-top: 70px;
    }
    
    #statistics .column {
        clear: both;
        float: none;
        padding-top: 20px;
        width: 100%;
    }
    
    #statistics .row.first .column {
        padding-top: 20px;
    }
    
    #statistics .column h6 {
        font-size: 24px;
        width: 350px;
    }
    
    #statistics .column h6 span {
        margin-top: -5px;
    }
    
    #statistics .row.middle .column h6 span {
        margin-top: -15px;
    }
    
    #statistics .column p {
        padding-bottom: 50px;
    }
    
    #state-maryland {
        background: none;
    }
    
    .state {
        padding-left: 20px;
    }
    
    #icons .icons {
        padding: 0 20px;
    }
    
    #icons .icons h3 {
        margin-bottom: 30px;
        padding-bottom: 20px;
        text-align: center;
    }
    
    #icons .icons h4 {
        margin-bottom: 40px;
        padding-bottom: 20px;
        text-align: center;
    }
    
    #icons .icon {
        float: none;
        margin: 0 auto;
        padding: 30px 0 0 0;
    }
    
    #icons .icons a, #icons .icons a.last {
        float: none;
        margin: 40px auto 0 auto;
    }
    
    footer {
        background: #181A1C url('../images/logo-footer-mobile.png') no-repeat center 135px;
        height: auto;
    }
    
    footer #social {
        height: auto;
        margin: 0 auto;
        padding: 30px 0 0 0;
        width: 183px;
    }
    
    footer #social p {
        margin: 0;
        padding-bottom: 20px;
        text-align: center;
        width: 183px;
    }

    footer #social a#facebook {
        background: url('../images/icon-facebook@2x.png') no-repeat top left;
        background-size: cover;
    }

    footer #social a#twitter {
        background: url('../images/icon-twitter@2x.png') no-repeat top left;
        background-size: cover;
    }

    footer #social a#youtube {
        background: url('../images/icon-youtube@2x.png') no-repeat top left;
        background-size: cover;
    }

    footer #bottom {
        margin: 85px 20px 0 20px;
        padding: 20px 0;
        width: auto;
    }
    
    footer #bottom a {
        background: url('../images/logo-bmc@2x.png') no-repeat top left;
        background-size: cover;
        float: none;
        height: 17px;
        margin: 0 auto;
        width: 260px;
    }
    
    footer #bottom p {
        float: none;
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto;
        padding-top: 16px;
        text-align: center;
        width: 80%;
    }
    
}

@media only screen and (max-width: 450px) { 
    
    #banner {
        height: 420px;
    }
    
    #banner img {
        display: none;
    } 
    
    #banner img.mobile {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    
    #banner img#woman {
        display: none;
    }
    
    #banner #stripe h2 {
        padding-left: 0px;
        text-align: center;
    }
    
}