@import url("reset.css");

/* ------ HTML5 Display Definitions ------ */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ------ Fonts ------ */

/* Knockout 29 Junior Lightweight

font-family: "Knockout 29 A", "Knockout 29 B";
font-style: normal;
font-weight: 400;

*/

/* Knockout 49 Lightweight

font-family: "Knockout 49 A", "Knockout 49 B";
font-style: normal;
font-weight: 400;

*/

/* ------ Global ------ */

html {
    background: rgb(232,234,232);
    background: linear-gradient(180deg, rgba(232,234,232,1) 5%, rgba(253,254,253,1) 30%, rgba(253,254,253,1) 70%, rgba(232,234,232,1) 100%);
    background-attachment: fixed;
    color: #2F302F;
    font-family: "Knockout 29 A", "Knockout 29 B";
    font-style: normal;
    font-weight: 400;
    height: 100%;
    width: 100%;
}

body {
    padding-bottom: 80px;
    width: 100%; 
}

#skip {
	left: -100%;
	position: fixed;
	top: -100%;
}

#skip:focus {
	background: #181a1c;
	color: #D8127D;
	display: block;
	font-size: 22px;
	left: 0px;
	height: 60px;
	padding-top: 30px;
	position: fixed;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	top: 0px;
	width: 100%;
	z-index: 9999;
}

header {
    background: #1A1919;
    height: 90px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9000;
}

header #nav {
    margin: 0 auto;
    padding: 30px 30px 0px 0px; 
    width: 990px;
}

header #logo {
    float: left;
    height: 30px;
    margin-left: 20px;
    position: relative;
    width: 225px;
}

header #logo a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9998;
}

header #logo a h1 {
    background: url('../images/logo-la@2x.png') no-repeat top left;
    background-size: cover;
    display: block;
    height: 100%;
    text-indent: -9999em;
    width: 100%;
}

header #logo #left-eye {
    height: 30px;
    left: 17px;
    position: absolute;
    top: 0px;
    width: 30px;
    z-index: 9001;
}

header #logo #right-eye {
    height: 30px;
    left: 51px;
    position: absolute;
    top: 0px;
    width: 30px;
    z-index: 9001;
}

header #logo .top-lid {
    background: #E3E1D9;
    height: 0px;
    position: absolute;
    top: 0px;
    width: 30px;
}

header #logo .bottom-lid {
    background: #E3E1D9;
    height: 0px;
    position: absolute;
    bottom: 0px;
    width: 30px;
}

header nav {
    float: left;
}

header nav ul {
    float: left;
    margin-left: 25px;
    padding-top: 7px;
}

header nav ul li {
    display: inline-block;
    padding-left: 35px;
}

header nav ul li a {
    color: #E3E1D9;
    font-family: "Knockout 29 A", "Knockout 29 B";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

header nav ul li a.active {
    border-bottom: 1px solid #fff;
}

header nav ul li a:hover, header nav ul li a:focus {
    color: #D8127D;
}

header nav ul li a.active:hover, header nav ul li a.active:focus {
    border-bottom: 1px solid #D8127D;
    color: #D8127D;
}

header nav #transport {
    float: left;
    margin-left: 25px;
}

header nav #transport a {
    display: block;
    float: left;
    margin-left: 15px; 
    height: 37px;
    text-indent: -9999em;
    width: 37px;
}

header nav #transport a#walk {
    background: url('../images/icon-walk@2x.png') no-repeat top left;
    background-size: cover;
}

header nav #transport a#bike {
    background: url('../images/icon-bike@2x.png') no-repeat top left;
    background-size: cover;
}

header nav #transport a#drive {
    background: url('../images/icon-drive@2x.png') no-repeat top left;
    background-size: cover;
}

header nav #transport a#walk.active, header nav #transport a#bike.active, header nav #transport a#drive.active  {
    background-position: bottom left;
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    opacity: 1.0;
}

header nav #transport a#walk:hover, header nav #transport a#walk:focus, header nav #transport a#bike:hover, header nav #transport a#bike:focus, header nav #transport a#drive:hover, header nav #transport a#drive:focus  {
    background-position: bottom left;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

header #nav #menu, #mobile-nav, #mobile-overlay {
    display: none;
}

#wrapper {
    background: #f1f0ec;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16);
    margin: 0 auto;
    padding-top: 90px;
    width: 1020px;
}

#wrapper #focus {
	display: none;
}

#wrapper #focus:focus {
	display: block;
	height: 0px;
	overflow: hidden;
}

#content {
    background: #f1f0ec;
    display: block;
    width: 100%;
}

#banner {
    background: #E3E1D9;
    position: relative;
    height: 320px;
    width: 100%;
}

#banner img {
    width: 100%;
}

#banner img.mobile {
    display: none;
}

#banner img#woman {
    bottom: 0px;
    display: block;
    pointer-events: none;
    position: absolute;
    width: auto;
    z-index: 9001;
}

.layer #banner img#woman {
    z-index: 6;
}

#banner #stripe {
    background: #D8127D;
    bottom: 0px;
    height: 80px;
    position: absolute;
    width: 100%;
    z-index: 5;
}

.page-home #banner #stripe {
    display: none;
}

#banner #stripe h2 {
    color: #fff;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 62px;
    padding-top: 7px;
    padding-left: 60px;
    text-transform: uppercase;
}

.content {
    background: #f1f0ec;
    padding: 0 60px 60px 60px;
    text-align: left;
}

.content.dark {
    background: #E3E1D9;
}

.content.light {
    background: #f8f8f6;
}

.content.padding {
    padding-top: 35px;
}

.content h3 {
    color: #D8127D;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 1px;
    padding-top: 70px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.content h4 {
    color: #1A1919;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    padding-top: 40px;
    text-transform: uppercase;
}

.content h4.callout {
    background: #757F81;
    color: #fff;
    display: block;
    margin: 40px auto 0 auto;
    padding: 12px 0 15px 0;
    position: relative;
    text-align: center;
    width: 605px;
}

.content h4.callout:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-left: 32px solid #f1f0ec;
    border-right: 32px solid transparent;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
}

.content h4.callout:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: 32px solid transparent;
    border-right: 32px solid #f1f0ec;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
}

.callout-mobile {
    display: none;
}

.content h5 {
    color: #1A1919;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
    padding-top: 20px;
}

.content p {
    color: #2F302F;
    font-size: 24px;
    line-height: 36px;
    padding-top: 20px;
}

.content p.top {
    padding-top: 60px;
}

.content p em {
    font-style: italic;
}

.content p strong {
    font-weight: bold;
}

.content p a {
    color: #D8127D;
    text-decoration: underline;
}

.content p a:hover, .content p a:focus {
    color: #B7136B;
    text-decoration: none;
}

.content ul {
    padding-left: 55px;
}

.content li {
    color: #1A1919;
    font-size: 24px;
    list-style-position: outside;
    list-style-type: disc;
    padding-top: 38px;
}

.content li a {
    color: #D8127D;
    text-decoration: underline;
}

.content li a:hover, .content li a:focus {
    color: #B7136B;
    text-decoration: none;
}

.image {
    height: 420px;
    padding-top: 60px;
    width: 430px;
}

.image img {
    background: #D3D2C9;
    display: block;
    height: 100%;
    width: 100%;
}

.image.left {
    float: left;
}

.image.right {
    float: right;
}

.text {
    width: 430px;
}

.text.left {
    float: left;
    margin-right: 20px;
}

.text.right {
    float: right;
    margin-left: 20px;
}

.content .text h3 {
    padding-top: 55px;
}

.content .text p {
    font-size: 21px;
}

.video {
    background: #000;
    margin: 0 auto;
    width: 710px;
}

.video a {
    display: block;
    height: 340px;
    position: relative;
    width: 710px;
}

.video img {
    left: 0px;
    height: 340px;
    position: absolute;
    top: 0px;
    width: 710px;
    z-index: 1;
}

.video .play {
    background: url('../images/icon-play.png') no-repeat top left;
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 2;
}

.video a:hover .play, .video a:focus .play {
    background-position: bottom left;
}

.video .player {
    display: none;
    left: 0px;
    height: 340px;
    top: 0px;
    width: 710px;
    z-index: 3;
}

.video .player.show {
	display: block;
}

.video iframe {
    height: 100%;
    width: 100%;
}

.video .description {
    background: #1A1919;
    text-align: left;
    width: 710px;
}

.video h3 {
    color: #E3E1D9;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;  
    font-size: 28px;
    letter-spacing: 1px;
    padding: 14px 20px 0 20px;
    text-transform: uppercase;
}

.video p {
    color: #E3E1D9;
    font-size: 20px;
    padding: 12px 20px 20px 20px;
}

.event {
    padding-top: 60px;
    width: 900px;
}

.event .details {
    background: #E3E1D9;
    float: left;
    height: auto;
	padding-bottom: 30px;
    width: 335px;
}

.event .details h5 {
    color: #D8127D;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 3px;
    padding: 15px 0 0 20px;
    text-transform: uppercase;
}

.event .details h6 {
    color: #1A1919;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    padding: 20px 40px 0 40px;
    text-transform: uppercase;
}

.content .event .details p {
    color: #1A1919;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 40px 15px 40px;
}

.event .details a {
    background: #D8127D;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    margin-left: 40px;
    padding: 14px 37px;
    text-decoration: none;
    text-transform: uppercase;
}

.event .details a:hover, .event .details a:focus {
    background: #B7136B;
}

.event .photo {
    background: #D3D2C9;
    float: right;
    height: 340px;
	overflow-x: hidden;
    width: 565px;
}

.event .photo img {
    display: block;
	height: 100%;
}

footer {
    background: #181A1C url('../images/logo-footer.png') no-repeat 398px 32px;
    height: 200px;
    position: relative;
}

footer #social {
    height: 40px;
    padding: 46px 0 0 60px;
}

footer #social p {
    color: #D3D2C9;
    display: block;
    float: left;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 4px;
    margin-top: 8px;
    text-transform: uppercase;
}

footer #social a {
    display: block;
    float: left;
    height: 40px;
    margin-left: 16px;
    width: 40px;
    text-indent: -9999em;
}

footer #social a#instagram {
    background: url('../images/icon-instagram@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 #social a#instagram:hover, footer #social a#instagram:focus, footer #social a#twitter:hover, footer #social a#twitter:focus, footer #social a#youtube:hover, footer #social a#youtube:focus {
    background-position: bottom left;
}

footer #bottom {
    border-top: 1px solid #757F81;
    margin: 61px auto 0 auto;
    padding-top: 12px;
    width: 960px;
}

footer #bottom a {
    background: url('../images/logo-bmc@2x.png') no-repeat top left;
    background-size: cover;
    display: block;
    float: left;
    height: 18px;
    text-indent: -9999em;
    width: 267px;
}

footer #bottom p {
    color: #D3D2C9;
    display: block;
    float: right;
    font-size: 11px;
    padding-top: 3px;
    text-align: right;
}

/* ------ Ribbon ------ */

#ribbon {
    background: #D8127D;
    height: 300px;
    margin-top: 110px;
    position: relative;
    width: 100%;
}

#ribbon h4 {
    color: #fff;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    letter-spacing: 2px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

#ribbon p {
    color: #fff;
    font-size: 52px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

#ribbon img {
    bottom: 0px;
    display: block;
    position: absolute;
    right: 20px;
    z-index: 2;
}

#ribbon.one h4 {
    left: 66px;
    top: 74px;
}

#ribbon.one p {
    left: 153px;
    top: 164px;
}

#ribbon.two h4 {
    left: 120px;
    top: 72px;
}

#ribbon.two p {
    left: 142px;
    top: 167px;
}

#ribbon.three h4 {
    font-size: 50px;
    left: 46px;
    top: 100px;
}

#ribbon.three p {
    font-size: 38px;
    left: 179px;
    top: 164px;
}

#ribbon.four h4 {
    font-size: 50px;
    left: 46px;
    top: 100px;
}

#ribbon.four p {
    font-size: 38px;
    left: 218px;
    top: 164px;
}

#ribbon.five h4 {
    left: 111px;
    top: 76px;
}

#ribbon.five p {
    left: 161px;
    top: 170px;
}

/* ------ Home ------ */

.page-home #banner img#woman {
    left: 93px;
}

.page-home .content.home {
    padding-left: 125px;
    padding-right: 125px;
    text-align: center;
}

/* ------ About ------ */

.page-about #banner img#woman {
    left: 646px;
}

#statistics {
    background: #E3E1D9;
}

#statistics h4 {
    color: #1A1919;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    padding: 30px 60px 0 60px;
    text-transform: uppercase;
}

#statistics h4 br {
    display: none;
}

#statistics h5 {
    color: #1A1919;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
}

#statistics .row {
    padding: 30px 60px 15px 60px;
}

#statistics .row.first {
    padding-top: 35px;
}

#statistics .row.middle {
    background: #f1f0ec;
}

#statistics .odometer-column {
    float: left;
    width: 100px;
}

#statistics .row.first .odometer-column {
    width: 170px;
}

#statistics .odometer-column h6 {
    color: #1A1919;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

#statistics .odometer {
    font-size: 26px;
    margin-bottom: 29px;
}

#statistics #odometer02 {
	margin-left: 0px;
}

#statistics #odometer06 {
	margin-left: 23px;
}

#statistics #odometer08 {
	margin-left: 23px;
}

#statistics .label-column {
    float: left;
    padding-left: 10px;
}

#statistics .label-column.mobile {
    display: none;
}

#statistics .label-column p {
    font-size: 24px;
    letter-spacing: 1px;
    padding-top: 60px;
}

#statistics .label-column p:last-child {
    padding-top: 41px;
}

#statistics .column {
    float: right;
    padding-top: 20px;
    width: 390px;
}

#statistics .row.first .column {
    padding-top: 0px;
}

#statistics .column h6 {
    color: #D8127D;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    width: 355px;
}

#statistics .column h6 span {
    float: left;
    font-size: 80px;
    line-height: 80px;
    margin-top: 5px;
    padding-right: 20px;
}

#statistics .row.middle .column h6 span, #statistics .row.last .column h6 span {
    margin-top: -6px;
}

#statistics .column p {
    font-size: 17px;
    line-height: 30px;
    padding-top: 15px;
}

#statistics .column p strong {
    font-weight: bold;
}

#statistics .row.middle .column p:last-child {
	padding-top: 15px;
}

#statistics .column p a {
    color: #D8127D;
}

#statistics .column p a:hover, #statistics .column p a:focus {
    color: #B7136B;
    text-decoration: none;
}

/* ------ Partners ------ */

.page-partners #banner img#woman {
    left: 603px;
}

/* ------ Laws ------ */

.page-laws #banner img#woman {
    left: 585px;
}

.state {
    padding-left: 90px;
}

#state-maryland {
    background: url('../images/bg-maryland.png') no-repeat top left;
}

.state .accordion {
    background: url('../images/icon-accordion.png') no-repeat bottom left;
    color: #1A1919;
    display: block;
    font-size: 24px;
    height: 28px;
    margin-top: 40px;
    padding: 2px 0 0 50px;
    text-decoration: none;
}

.state .accordion:hover, .state .accordion:focus {
    text-decoration: underline;
}

.state .accordion.active {
    background-position: top left;
}

.state .accordion-content {
    display: none;
}

.state .accordion-content.active {
    display: block;
}

.content .state ul {
    padding: 0 0 0 90px;
}

.content .state ul li ul {
    padding: 0 0 0 15px;
}

.content .state li {
    color: #2F302F;
    font-size: 20px;
    padding-top: 25px;
}

.content .state p {
    color: #2F302F;
    font-size: 20px;
    padding-top: 25px;
    padding-left: 70px;
}

/* ------ Resources ------ */

.page-resources #banner img#woman {
    right: 0px;
}

/* ------ News ------ */

.page-news-and-events #banner img#woman {
    left: 630px;
}
.page-past-events #banner img#woman {
    left: 630px;
}

/* ------ Transport ------ */

.page-walk #banner img#woman {
    left: 30px;
}

.page-bike #banner img#woman {
    left: 50px;
}

.page-drive #banner img#woman {
    left: 30px;
}

#icons {
    background: #f8f8f6;
    width: 100%;
}

#icons .icons {
    padding: 0 60px;
    text-align: center;
}

#icons .icons h3 {
    border-bottom: 1px solid #757F81;
    color: #1A1919;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 10px;
    padding-top: 55px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

#icons .icons h4 {
    border-bottom: 1px solid #757F81;
    color: #1A1919;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: left;
}

#icons .icon {
    float: left;
    padding-top: 50px;
    width: 300px;
}

#icons .icon img {
    width: 130px;
}

#icons .icon p {
    color: #1A1919;
    font-size: 24px;
    line-height: 28px;
    padding: 17px 25px 0 25px;
}

#icons .icons a {
    background: #D8127D;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    display: block;
    float: left;
    font-family: "Knockout 49 A", "Knockout 49 B";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 60px;
    margin-right: 45px;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 270px;
}

#icons .icons a:hover, #icons .icons a:focus {
    background: #B7136B;
}

#icons .icons a.last {
    margin-right: 0;
}

.section-transport .video {
    margin: 80px auto;
}

.section-transport #stripe {
    display: none;
}

/* ------ Classes ------ */

.clear {
    clear: both;
}
