/*
Theme Name: Active Transportation Alliance
Theme URI: https://github.com/tidythemes/blankslate
Author: Media Made Great
Author URI: https://mediamadegreat.com/
Description: This theme is based on the Drupal theme originally created by Fuzzy Math
Version: 1

Active Transportation Alliance Theme © 2018 Media Made Great
*/

/* Fonts */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

body {
    font-family: 'Open Sans', sans-serif;
	color: #53534a;
    font-size: 16px;
    overflow-x: hidden;
	background:#fff;
}

.print, .route.print { display: none; }

a {
	color: #2c92be;
    text-decoration: none;
}

strong {
	font-weight: bold;
}

.oblique, em { font-style: oblique; }

p, .field-item, #page-copy { margin: 0 0 10px; line-height: 1.75; }

h1 {
	font-size: 50px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 700;
}

#page-copy h1 {
    margin-bottom: 20px;
	line-height: 60px;
}

.subtitle {
    font-size: 21px;
    margin-bottom: 40px;
    font-weight: 300;
}

.wp-caption-text {
	font-style: italic;
    font-size: 14px;
}

h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 30px;
}

h3 {
	font-size: 24px;
	font-weight: 600;
}

img.alignleft {
	display: block;
    margin: 15px 15px 15px 0;
	float: left;
}

img.alignright {
	display: block;
    margin: 15px 0 15px 15px;
	float: right;
}

img.aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

div#container {
	width: 1040px;
    margin: 0 auto;
}

/* Header Styles */

header#header {
    width: 100%;
    max-width: 1070px;
    height: 125px;
    margin: 0 auto;
    position: relative;
}

section#branding {
    width: 25%;
    float: left;
    margin: 25px 0 0 15px;
}

header#header nav {
    margin: 70px 0 25px;
    float: right;
    width: 70%;
}

div.fixed {
	position: fixed;
	z-index: 15;
}
header#header nav#mobile-menu {
	position: fixed;
    right: 0;
    width: 100%;
    height: 50px;
    background: green;
    margin: -50px 0 0;
	display: none;
	text-align: right;
	background: #84c965;
}

div.mm-button {
	color: white;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	position: absolute;
	right: 0;
}

div.mm-content {
	position: relative;
	background: #84c965;
	height: 362px;
	top: 50px;
}

ul.menu {
    display: flex;
    justify-content: flex-end;
}

div.mm-content ul.menu {
	flex-direction: column;
}

header#header nav ul.menu>li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
}

header#header nav div.mm-content ul.menu>li {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
	width: 100%;
	background: #0c1923;
	text-align: left;
	border-bottom: 1px solid white;
}

header#header nav div.mm-content ul.menu>li:last-child {
    border-bottom: 5px solid #84c965;
}

header#header nav a {
    color: #52524a;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

header#header nav ul.menu>li:nth-last-child(-n+2) a {
    color: #84c965;
}

header#header nav div.mm-content ul.menu a {
	color: white;
	margin: 0;
	padding: 18px 40px;
	font-size: 14px;
	width: 100%;
}
li .sub-button {
	display: none;
}
div.mm-content li.menu-item-has-children>div.sub-button {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	width: 50px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	right: 0;
	top: 0;
	font-size: 21px;
	color: white;
	border-left: 1px solid white;
}
nav li:hover {
    background-color: #e9e9e9;
}

ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    min-width: 180px;
	z-index: 10;
}

div.mm-content ul.sub-menu {
	display: none;
	position: relative;
	background: #0c1923;
	z-index: 0;
	width: 100%;
}

ul.sub-menu>li {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
}

div.mm-content ul.sub-menu>li {
	border-top: 1px solid #424548;
}

ul.sub-menu>li a {
    white-space: nowrap;
}

li.menu-item-has-children {
    padding-right: 20px;
    background: url(images/arrows.png) no-repeat;
    background-position: right bottom;
}

li.menu-item-has-children:hover {
    background-position: right top;
}

li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

div#search {
    display: block;
    width: 420px;
    position: absolute;
    left: 50%;
    height: 50px;
    background: #f1f5ff;
    transform: translateX(110px);
    box-sizing: border-box;
    padding: 8px 10px 12px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
	z-index: 15;
}

a.head-fb, a.head-twit {
    display: inline-block;
    background: url(images/top_soc.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
}

a.head-fb {
    background-position: top;
    left: 15px;
}

a.head-twit {
    background-position: bottom;
    left: 46px;
}

div#search form {
    display: inline-block;
    position: absolute;
    left: 94px;
}

div#search div {
    border: 1px solid #9cc6d6;
    border-radius: 3px;
    background: white;
    height: 28px;
    width: 197px;
    box-shadow: inset 0px 2px 2px rgba(0,0,0,.04);
}

input#s {
    width: 155px;
    height: 20px;
    border: none;
    margin: 3px 0 5px 12px;
    font-size: 14px;
    font-family: 'Open Sans';
    outline: none;
}

input#s::placeholder {
    color: #aaaaaa;
}

button.search-submit {
    width: 30px;
    height: 27px;
    margin-left: -5px;
    border: none;
    border-left: 1px solid #f9f9f9;
    background: none;
    color: #bcc6d1;
    font-size: 15px;
}

a.head-donate {
    display: block;
    position: absolute;
    left: 320px;
    padding: 8px 14px;
    background: #84c965;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
}

nav::after, section::after {
    clear: both;
}

div#breadcrumbs {
	margin: 25px 0;
}

select.mobile-sub {
	display: none;
	width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    margin: 0px 0 25px;
}

/* Footer Styles */

div#footer-widgets {
    background: #f1f5ff;
    height: 200px;
    text-align: center;
}

div#footer-widgets div.widget {
    display: inline-block;
    text-align: left;
    color: #53534a;
    font-size: 14px;
    width: 144px;
    margin: 0 15px;
    vertical-align: top;
}

div#footer-widgets div.widget:nth-of-type(even) {
    width: 241px;
}

div#footer-widgets div.widget:nth-of-type(4) p {
    margin-bottom: 10px;
	line-height: 1.4;
}

div.widget ul.menu {
    flex-direction: column;
}

div.widget ul.menu li a {
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    color: #52524a;
}

div.widget:first-of-type ul.menu li a {
    color: #2c92be;
    margin-bottom: 20px;
    font-weight: 700;
}

h2.widget-title {
    color: #52524a;
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0 15px;
	font-size: 14px;
}

input {
    font-family: 'Open Sans';
}

input.form-control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 10px 0;
}

input.email-button {
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
    padding: 8px 25px;
    letter-spacing: 0;
    outline: none;
    background-color: #fff;
    color: #90db6d;
    border: 1px solid #90db6d;
}

div#footer-info {
    font-size: 12px;
    font-weight: 700;
    color: #53534a;
    background: #e5e9f2;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#footer-info a {
    color: #2c92be;
    text-decoration: none;
}

div#footer-info div {
    text-align: left;
    display: inline-block;
    margin: 0 15px;
	line-height: 14px;
}

.share_fb-footer, .share_tw-footer {
	display: inline-block;
    height: 25px;
    width: 25px;
    background: url('images/soc_footer.png');
	margin: 0 5px 10px 0;
}

.share_fb-footer {
	background-position: left;
}

.share_tw-footer {
	background-position: center;
}

.share_text {
	line-height: 21px;
	font-style: italic;
}

div#theme-info {
    width: 346px;
}

div#copyright {
    width: 575px;
}

div#language {
    width: 55px;
}

/* Page Styles */

.subpage-list a {
    display: block;
    padding: 17px 0 15px 10px;
    border-bottom: 3px solid #d0dbc5;
    color: #52524a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
}

.subpage-list a:hover, .subpage-list li.current_page_item {
	background: #eff5e9;	
}

#page-container {
    display: grid;
    grid-template-columns: 265px auto 0px;
    margin-bottom: 30px;
}

#page-hero, #mem-ben, #trans-hero, #home-hero {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 600px;
    position: relative;
    border-bottom: #cbd5e3 5px solid;
}

#mem-ben {
    height: 324px;
    background: #fafbfc;
    border-bottom: none;
}

#mem-ben .mb-copy {
    width: 1040px;
    padding: 10px 0;
    margin: 0 auto;
    display: flex;
}

.mb-left, .mb-right, .mb-list-1, .mb-list-2 {
    width: 49%;
}

.mb-left { margin-right: 2%; font-size: 18px; line-height: 1.8; font-weight: 300; }

.mb-left h2 {
    color: #5a9e2a;
    font-size: 35px;
    font-weight: 300;
}

.mb-left p { max-width: 400px; }

.mb-left a { font-weight: 600; }

.mb-right {
    display: flex;
    font-size: 15px;
    font-weight: 300;
    padding-top: 55px;
}

.mb-right p { line-height: 1.8; }

.mb-list-1 { margin-right: 2%; }

.button {
    display: block;
    background: #84c965;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 12px;
    width: 90px;
    border-radius: 4px;
}

#trans-hero { 
    height: 190px;
    background: url('images/trans-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: none;
    display: flex;
    align-items: center;
}

#trans-hero .hero-copy {
    text-align: center;
    width: 1040px;
    margin: 0 auto;
    color: white;
    text-shadow: 1px 2px 3px #000;
}

#trans-hero .hero-copy h2 {
    font-style: oblique;
    font-size: 24px;
    margin: 0 auto;
    line-height: 32px;
}

#page-hero .hero-copy {
    width: 1040px;
    margin: 0 auto;
    color: white;
    text-shadow: 1px 2px 3px #000;
}

#page-hero .hero-copy #breadcrumbs {
    padding: 30px 0 0;
    font-weight: 700;
    letter-spacing: 1px;
}

#page-hero .hero-copy h1 {
    position: relative;
    top: 180px;
    letter-spacing: 5px;
}

#page-hero .hero-copy>p {
    position: relative;
    top: 165px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 550px;
}

.hero-copy #breadcrumbs a { color: white; }

#blue-page-hero {
    background: url(images/blue-hero-bg.png);
    height: 250px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #f1f5ff;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    border-bottom: #d5e0f0 5px solid;
}

#blue-page-hero .hero-copy {
    width: 1040px;
    margin: 0 auto;
    color: #53534a;
}

#blue-page-hero .hero-copy #breadcrumbs {
    padding: 30px 0 0;
    font-weight: 600;
}

#blue-page-hero .hero-copy #breadcrumbs a {
    font-weight: 300;
    color: #53534a;
}

#blue-page-hero .hero-copy h1 {
    position: absolute;
    top: 100px;
    max-width: 500px
}

#blue-page-hero .hero-copy>p {
    position: relative;
    top: 30px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    width: 500px;
    right: 0;
    left: auto;
    float: right;
}

#intro {
    margin: 75px 0;
    line-height: 1.5;
    max-width: 665px;
}

#intro ul {
    list-style: disc;
    margin-left: 20px;
}

#intro ul li {
    margin-left: 20px;
    margin-bottom: 15px;
}

.resources, .our-organization, .about, .get-involved, .transit, .walking, .bicycling, .left-column, .work, .your-community, .events {
    display: flex;
    flex-wrap: wrap;
    margin: 75px 0 50px;
}
.callout {
    width: 505px;
    height: 230px;
    box-sizing: border-box;
    padding: 35px 35px 0;
    border: #e0e4ed 1px solid;
    margin-left: 25px;
    margin-bottom: 25px;
}

.event {
    width: 50%;
    box-sizing: border-box;
    padding: 0 95px;
}

.event h2 {
    font-size: 21px;
    font-weight: 700;
}

.event p {
    font-size: 16px;
}

.event a.button {
    width: 112px;
    margin: 25px auto 75px;
}

.left-column .callout {
    width: 375px;
    height: 275px;
}

.work .callout {
    width: 32%;
    background: none;
    border: none;
    text-align: center;
    margin-left: 2%;
    padding-top: 100px;
    height: auto;
}

.your-community .callout {
    width: 31%;
    margin-right: 3.5%;
    margin-left: 0;
    padding: 0;
    border: none;
    height: auto;
    background: none;
}

.your-community .callout:first-of-type {
    background: none;
}

.your-community .callout:nth-of-type(3n){
    margin-right: 0;
}

.your-community .callout img {
    width: 100%;
    height: auto;
}

.your-community .callout h2 {
    margin: 15px 0 20px;
}

.your-community .callout h2 a {
    font-size: 20px;
    font-weight: 600;
}

.work.callout-1 .callout:first-of-type {
    background: url('images/transit.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

.work.callout-1 .callout:nth-of-type(2) {
    background: url('images/bike_0.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.work.callout-1 .callout:last-of-type {
    background: url('images/walking.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

.get-involved .callout {
    width: 31%;
    height: auto;
    border: 1px solid #e0e4ed;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 3%;
}

.get-involved .callout:first-of-type, .work .callout:first-of-type { margin-left: 0; }

.callout-1>h4 {
    font-size: 36px;
    font-weight: 300;
    color: #6ba634;
    margin-bottom: 25px;
    width: 665px;
}

.callout-1>p {
    font-size: 21px;
    font-weight: 300;
    width: 665px;
    margin-bottom: 35px;
}

.our-organization.callout-1, .transit.callout-1, .walking.callout-1, .bicycling.callout-1, .your-community.callout-1 { 
    padding-top: 75px;
    border-top: 1px dotted #ccc; 
}

.callout:first-of-type {
    background: #f8f9fa;
}

.resources .callout:nth-of-type(odd), .our-organization .callout:nth-of-type(odd), .about .callout:nth-of-type(odd), .transit .callout:nth-of-type(odd),
.walking .callout:nth-of-type(odd), .bicycling .callout:nth-of-type(odd), .left-column .callout:nth-of-type(odd){
    margin-left: 0;
}

.resources h2, .our-organization h2, .about h2, .transit h2, .walking h2, .bicycling h2, .left-column h2 {
    font-size: 19px;
    margin: 0 0 20px;
    font-weight: 600;
}

.work h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.get-involved h2 {
    text-align: center;
    margin: 0 auto 30px;
}

.get-involved .callout h2 a {
    color: black;
    font-size: 18px;
    font-weight: 700;
}

.callout h2 a { color: #52524a; }

.resources p, .our-organization p, .about p {
    font-size: 15px;
    line-height: 1.8;
}

.about>p {
    font-size: 20px;
    margin: -19px 0 25px;
}

.work p {
    font-size: 18px;
    font-weight: 300;
}

.callout .first {
    display: none;
}

.callout-1 .callout:first-of-type .first, .our-organization.callout-2 .callout:first-of-type .first {
    display: block;
}

.first {
    background: #84c965;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 12px;
    width: 90px;
    border-radius: 4px;
}

.get-involved .callout .first {
    margin: 30px auto 0;
    display: block;
}

.work .callout .first {
    margin: 15px auto 0;
    display: block;
    background: #f1f5ff;
    color: black;
    padding: 11px 25px;
}

.callout .arrow {
    display: block;
    float: right;
    padding: 6px 13px;
    background: #f8f9fa;
    width: 36px;
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: 600;
    font-size: 24px;
    color: #84c965;
}

.callout-1 .callout:first-of-type .arrow, .our-organization .callout:first-of-type .arrow {
    display: none;
}

.callout>a {
    display: block;
}

.get-involved .callout .arrow, .work .callout .arrow {
    display: none;
}

.nested h2 {
    font-size: 36px;
    font-weight: 300;
    color: #84c965;
    margin-top: 75px;
    max-width: 1040px;
}

.nested h2 a {
    float: right;
    font-size: 18px;
    font-weight: 600;
}

.nested .tagline {
    font-size: 19px;
    font-weight: 300;
    max-width: 775px;
}

.nested-callouts {
    display: flex;
    margin-bottom: 45px;
}

.nested-callouts .callout {
    width: 32%;
    margin-right: 2%;
    padding: 30px;
    height: auto;
    border: none;
    background: none;
    margin-left: 0;
    margin-bottom: 0;
}

.our-work.nested-callouts .callout { width: 49%; }

.nested-callouts .callout:last-of-type {
    margin-right: 0;
}

.nested-callouts .callout h3 a {
    width: 85%;
    border-bottom: #d4d8e0 3px solid;
    color: #52524a;
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 0 0 10px;
}

.nested-callouts .callout p {
    padding-top: 15px;
}

.green-hero, .blue-hero {
    padding: 60px 0;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    text-align: center;
}

.green-hero { 
    background-color: #90db6d;
    border-top: #7fc260 4px solid;
    border-bottom: #7fc260 4px solid;
}

.blue-hero {
    background: #f1f5ff;
    border-top: #e0e4ed 4px solid;
    border-bottom: #e0e4ed 4px solid;
}

.green-hero h2, .blue-hero h2 {
    font-size: 25px;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
}

.green-hero a, .blue-hero a {
    border-radius: 6px;
    font-size: 17px;
    padding: 16px 35px;
    border: 1px solid white;
    margin: 30px auto 0;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #90db6d;
    display: inline-block;
}

.green-hero a:hover {
    border: 1px solid green;
    background: rgba(0, 128, 0, .5);
}

#left-column { padding-right: 28px; }

#left-share { padding: 55px 0 45px; }
#left-share p, #left-join p {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 10px 14px 20px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
#left-share .twitter, #left-share .facebook {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 5px;
}

#left-share .twitter {
	background: url('images/twitter-sidebar.png');
}

#left-share .facebook {
	background: url('images/facebook-sidebar.png');
}

#left-join { border-top: 1px solid #ccc; padding: 50px 0; }

#left-join a {
	margin-left: 20px;
    font-size: 15px;
    display: block;
    font-weight: 700;
    line-height: 20px;
}

.mmg-didyouknow {
	background: #f7faff;
    color: #599e2a;
    padding: 21px;
}

.mmg-didyouknow h2.widget-title {
	margin: 0 0 15px;
}

.mmg-didyouknow .textwidget {
	font-size: 15px;
    line-height: 1.75;
	font-style: italic;
}

#page-copy {
    grid-column-start: 2;
    grid-column-end: 3;
}

#page-copy img {
	max-width: 100%;
	height: auto;
}

#page-copy img.featured-img {
    width: 50%;
    float: left;
    margin: 0 15px 15px 0;
}

#page-copy ul{
    list-style-type: disc;
    margin: 15px 0
}

#page-copy li {
    line-height: 1.5;
    margin: 0 0 7px 35px;
}

#donate-panel, #event-panel {
	display: flex;
	padding: 50px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 50px 0;	
}

#event-left { width: 34%; }

#event-left>h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 50px;
}

.event-single { margin-top: 20px; }

.event-single h3.event-date {
    width: 60px;
    height: 55px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #b2b6bd;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    background-color: #f1f5ff;
    padding-top: 4px;
    box-sizing: border-box;
}

.event-single h2.event-title {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.event-single h2 a { font-weight: 600; color: #6ba634; }

#event-right { width: 66%; }

#event-right img {
    float: left;
    margin-right: 30px;
}

#event-right h2 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 0px;
}

#event-right a.button {
    display: inline-block;
    width: 110px; 
}

#contact-panel { 
    display: block;
    padding: 50px 0;
}

#contact-panel .contact_map {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#donate-left {
	width: 49%;
	padding-right: 9%;
	box-sizing: border-box;
}

#contact-left h3 {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 25px;
}

#contact-left, #contact-right {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#donate-left h2, #contact-panel h2 {
	color: #5a9e2a;
    font-size: 36px;
    font-weight: 300;
}

#donate-left p {
	font-size: 18px;
	font-weight: 300;
}

#contact-left p {
    margin: 0;
}

#donate-left .donate-button {
	padding: 7px 15px;
    background: #84c965;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

#donate-right {
	width: 50%;
	border-left: #eff5e9 5px solid;
	padding-left: 25px;
}

#donate-right .widget-title { display: none; }

#donate-right .textwidget {
	color: #a7abb3;
    font-size: 28px;
    line-height: 1.9;
    font-weight: 300;
}

#donate-right .author {
	font-size: 16px;
	padding-top: 15px;
}

#related-panel {
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 50px;
}

#related-left {
	color: #5a9e2a;
    font-size: 40px;
    font-style: oblique;
    max-width: 250px;
	line-height: 55px;
    width: 23%;
    padding-right: 30px;
}

#related-right {
	width: 75%;
    font-size: 16px;
    line-height: 29px;
}

#related-right h2 {
	margin-top: 0;
}

#related-right h2 a {
	color: #555;
	font-size: 18px;
	font-weight: 700;
}

#related-right h3 {
	font-size: 16px;
    color: #aaa;
    font-weight: 300;
    margin: -18px 0 2px;
}

#related-right a {
	display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

#related-right a:last-of-type {
	margin-bottom: 0;
}

div.nf-before-form-content {
    display: none;
}

div.nf-field-label label{
    font-size: 12px;
    font-weight: 400;
}

.nf-field-element input.nf-element {
    border-radius: 4px;
    padding: 6px 12px;
    width: 300px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.nf-field-element textarea.nf-element {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 100px;
}

.nf-field-element input[type=button] {
    padding: 6px 35px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f1f5ff;
    border: none;
}





/***********************************************/
/*  BLOG STYLES                                */
/***********************************************/

div.blog-archive { margin: 75px 0;}

article {
    display: flex;
    padding-bottom: 50px;
    border-bottom: 2px dotted #e0e4ed;
    margin-bottom: 20px;
}

div.home-thumb {
    width: 300px;
    height: 300px;
    overflow: hidden;
    text-align: center;
    margin: 30px 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.home-thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

div.home-post {
    width: 710px
}

div.home-post h2 a {
    color: black;
    font-size: 21px;
    font-weight: 700;
}

div.home-post p.home-meta, p.post-meta {
    color:gray;
    font-style: oblique;
    font-size: 14px;
    margin-bottom: 5px;
}

#page-copy p.post-meta { margin-bottom: 35px; line-height: initial; }

div.home-foot {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

div.home-cats, div.home-button {
    width: 50%;
}

div.home-cats {
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 12px;
}

div.home-cats p { margin: 0; }

div.home-button {
    text-align: right;
}

div.home-button a {
    display: inline-block;
    background: #f1f5ff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #565656;
    padding: 10px 25px;
    border-radius: 5px;
}

div#page-copy img.attachment-post-thumbnail {
    max-width: 50%;
    margin: 0 25px 5px 0;
    float: left;
}

div.pagination {
    text-align: center;
    margin: -25px auto 75px;
    font-size: 14px;
}

div.pagination a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin: 0 10px;
}

div.pagination a:hover {
    background-color: #eee;
}

div.media-blog {
    margin-top: 75px;
    border-top: 1px dotted #ccc;
    padding-top: 25px;
}

div.media-blog h2 {
    font-size: 36px;
    font-weight: 300;
    color: #6ba634;
}

div.media-post h2 {
    line-height: .7;
    margin-bottom: 15px;
}

div.media-post h2 a {
    font-size: 18px;
    font-weight: 700;
    color: #53534a;
}

p.media-meta {
    font-size: 16px;
    color: #999;
    font-style: italic;
    margin: -6px 0 5px;
}

div.media-button a { font-weight: 700; }





/***********************************************/
/* MAP STYLES                                  */
/***********************************************/

.b-border-dots {
	width: 100%;
    display: block;
    margin: 75px auto 75px auto;
    border-bottom: 2px dotted #e0e4ed;
}

#interactive-map {
	height: 800px;
}

#map-loader {
	width: 100%;
	height: 100%;
	background: #84c965;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

#interactive-map a {
  cursor: pointer;
}
#interactive-map g.tooltip { cursor: pointer; }
#interactive-map a .tooltip {position: absolute; color: #fff; background: #000; padding: 5px; cursor: pointer; }
#interactive-map a {position: relative;}
#interactive-map a:hover .tooltip {display: block; text-align: center; color:#FFFFFF;}
#interactive-map .close:hover,
#interactive-map .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#interactive-map .modal-content img {
    max-width: 170px;
    display: block;
    width: 100%;
    margin: 15px auto 0;
}
#interactive-map .modal-content p {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1.5em;
    margin-top: 10px;
}
#interactive-map .modal-content .btn-report {
    text-align: center;
    display: block;
    margin: 15px auto;
    max-width: 150px;
}
#interactive-map .btn-map {
    max-width: 150px;
    width: 100%;
    display: block;
    margin: 10px auto;
}



.tooltip { opacity: 100;}
.tooltipster-content { display: flex; padding: 10px !important; }
.tip-left { height: 60px; }
.tip-left h3 { margin: 1px 0 11px; }
.tip-left a {
	display: block;
    padding: 5px 9px;
    background: #84c965;
    font-size: 12px;
    color: white;
    border-radius: 6px;
}
.tip-grade {
	display: block;
    width: 60px;
    height: 60px;
	background: #006595;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: white;
    font-weight: 700;
    padding: 0 14px;
	line-height: 60px;
	margin: 0;
    margin-left: 14px;
	box-sizing: border-box;
}

.button:hover {
    background: #47a447;
}





/***********************************************/
/* HOME PAGE STYLES                            */
/***********************************************/

#home-hero { height: 590px; }

#home-hero .hero-copy {
    text-align: center;
    color: white;
    text-shadow: 1px 2px 3px #000000;
}

#home-hero h1 {
    padding: 75px 0 0px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#home-hero p {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.8;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto 40px;
}

#home-hero a.button {
    margin: 0 auto 25px;
    width: 240px;
    font-size: 16px;
    padding: 16px 25px;
    box-sizing: border-box;
    text-shadow: none;
}

#home-hero a#hero-link {
    color: white;
    font-size: 21px;
    font-weight: 300;
}

#home-hero #newsletter_hero {
    margin-top: -25px;
    padding-bottom: 25px;
    display: none;
}

#home-hero form {
    width: 355px;
    display: flex;
    margin: 0 auto;
}

#home-hero .form-control {
    width: 230px;
    height: 40px;
    margin: 0;
    font-weight: 700;
}

#home-hero #ACTION_SUBMIT_SURVEY_RESPONSE {
    height: 40px;
    width: 117px;
    outline: none;
    background: white;
    color: #90db6d;
    border: 1px solid #90db6d;
    border-radius: 6px;
    margin-left: 5px;
    font-weight: 700;
}

#home-hero #ACTION_SUBMIT_SURVEY_RESPONSE:hover {
    color: white;
    background: #90db6d;
}

.home-page.blog-archive {
    width: 695px;
    display: inline-block;
    margin: 0;
}

h2.home-page, .home-page #event-left h2:first-of-type, .home-page.callout-1>h2 {
    font-size: 36px;
    font-weight: 300;
    color: #6ba643;
    margin-top: 100px;
}

p.home-tag {
    font-size: 19px;
    font-weight: 300;
    font-style: oblique;
    margin: 0;
}

.home-page.blog-archive article:last-of-type {
    margin-bottom: 0;
    border: none;
}

.home-page.blog-archive div.home-thumb {
    width: 220px;
    height: 220px;
    margin: 30px 20px 0 0;
}

.home-page.blog-archive div.home-post {
    width: 455px;
}

.home-page.blog-archive div.home-post h2 {
    font-size: 18px;
    line-height: 1.5;
}

.home-page.blog-archive div.home-post h2 a {
    font-size: 18px;
    color: #53534a;
    line-height: 1.5;
}

.home-page.blog-archive div.home-post p { line-height: 1.69; }

.home-page.blog-archive div.home-foot { margin: 0; }

.home-page.blog-archive div.home-button { text-align: left; }

.home-page.blog-archive div.home-button a {
    background: none;
    padding: 0;
    color: #2c92be;
    text-transform: none;
    font-size: 14px;
}

.home-page.blog-archive a.blog-more {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #e0e4ed;
    color: #53534a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 100px;
}

.home-page.blog-archive a.blog-more:hover {
    background: #f0f5ff;
}

.home-page.blog-recent {
    width: 325px;
    display: inline-block;
    vertical-align: top;
    border: 12px solid #eff5e9;
    box-sizing: border-box;
    margin-left: 15px;
}

.home-page.blog-recent h2 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    margin: 20px;
}

.home-page.blog-recent article {
    padding-bottom: 0;
    border: none;
    margin: 0 20px 20px;
}

.home-page.blog-recent .home-post { width: 100%; }

.home-page.blog-recent .home-post h3 { margin: 0; font-size: 14px; line-height: 1.5; }

.home-page.blog-recent .home-post h3 a {
    color: #2c92be;
    font-size: 14px;
    font-weight: 400;
}

.home-page.blog-recent .home-post .home-meta { font-style: normal; }

.home-page.blog-recent .blog-more {
    color: black;
    font-size: 14px;
    font-weight: 700;
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    display: block;
}

.home-page#event-panel {
    margin: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.home-page #event-left {
    width: 70%;
    margin-bottom: 100px;
}
.home-page #event-left img {
    float: left;
    margin-right: 25px;
}

.home-page #event-left h2 {
    margin: 15px;
    font-size: 21px;
    color: black;
    font-weight: 700;
}

.home-page #event-left h2:first-of-type {
    margin: 100px 0 50px;
}

.home-page #event-left a.button {
    margin-left: 350px;
    width: 107px;
}

.home-page #event-right {
    width: 28%;
    margin-top: 155px;
    margin-left: 2%;
}

.home-page #event-right h2 {
    font-size: 14px;
    font-weight: 400;
    width: 210px;
}

.home-page.callout-1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.home-page.callout-1 h2 {
    width: 100%;
}

.home-page.callout-1>p {
    line-height: 1.4;
    width: 65%;
    margin-right: 35%;
    font-size: 19px;
}

.home-page .callout {
    width: 326px;
}

.home-page .callout:nth-of-type(3n+1) {
    margin-left: 0;
}

.home-page .callout h2 {
    margin: -10px 0 20px;
}

.home-page .callout h2 a {
    font-size: 21px;
    font-weight: 700;
}

.home-page .callout p {
    font-size: 15px;
}





/***********************************************/
/* REPORT CARD STYLES                          */
/***********************************************/

h2 { max-width: 850px; }

h2 a.title-links { float: right; font-size: 25px; color: #ccc; margin-left: 10px; }

h2 a.title-links:hover { color: #84c965; }

.report-title {
    display: flex;
    margin: 15px 0;
    width: 850px;
	position: relative;
}
.ward-block {
    background: #006595;
	padding: 43px; 
	margin: 0; 
	display: inline-block; 
	width: 525px;
	box-sizing: border-box;
}
.route-block {
    background: #006595;
	padding: 25px 0 18px 33px; 
	margin: 0; 
	display: inline-block; 
	width: 555px;
	box-sizing: border-box;
}
.report-title h1 {
    margin: 0 0 20px; 
    font-size: 72px; 
    line-height: 58px; 
    color: white;
	font-weight: 700;
}
.report-title .route-block h1 {
    margin: 0 0 20px; 
    font-size: 60px; 
    line-height: 48px; 
    color: white;
	font-weight: 700;
}
.report-title h3 {
    font-family: 'Roboto Condensed'; 
    font-weight: 400; 
    margin: 12px 0 0; 
    color: white;
	font-size: 24px;
}
.report-title .route-block h3 {
    font-family: 'Roboto Condensed'; 
    font-weight: 400; 
    margin: 5px 0; 
    color: white;
	font-size: 23px;
}
.title-arrow {
    border-left: solid 95px #006595; 
    border-top: solid 95px transparent;
    border-bottom: solid 95px transparent;
    border-right: none 0px #006595; 
    width: 95px; 
    margin-right: 30px;
	box-sizing: border-box;
}
.route-title .title-arrow { margin-right: 0px; }
.report-block {
    background: #eeeeee;
border-radius: 15px;
padding: 30px;
box-sizing: border-box;
width: 850px;
margin: 25px 0;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
font-family: 'Roboto';
}
.grade {
    height: 190px; 
    width: 190px; 
    box-sizing: border-box; 
    background: #006595;
    color: white; 
    font-size: 115px;
    font-weight: 700; 
    padding: 10px 0 0; 
    text-align: center; 
	line-height: 1.42857143;
	font-family: "Open Sans", sans-serif;
	margin-left: 10px;
}
.report-block .grade {
    position: relative;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	padding: 9px 0;
	font-size: 72px;
	margin-left: 0;
}
.speedometer {
    width: 340px;
    height: 165px;
    overflow: hidden;
    position: relative;
}
.speedNumbers {
    position: absolute;
    left: 1px;
}
.speedNumbers div {
    position: absolute;
}
.speed-0 {
    top: 153px;
    left: 2px;
    transform: rotate(-90deg);
}
.speed-2 {
    top: 89px;
    left: 17px;
    transform: rotate(-64.285deg);
}
.speed-4 {
    top: 34px;
    left: 63px;
    transform: rotate(-38.571deg);
}
.speed-6 {
    top: 4px;
    left: 126px;
    transform: rotate(-12.857deg);
}
.speed-8 {
    top: 4px;
    left: 198px;
    transform: rotate(12.857deg);
}
.speed-10 {
    left: 256px;
    top: 34px;
    transform: rotate(38.571deg);
}
.speed-12 {
    top: 89px;
    left: 301px;
    transform: rotate(64.285deg);
}
.speed-14 {
    top: 148px;
    left: 317px;
    transform: rotate(90deg);
}
.speed-16 {
    top: 95px;
left: 305px;
transform: rotate(68deg);
}
.speed-18 {
    top: 148px;
left: 317px;
transform: rotate(90deg);
}
.needle{
    position: absolute;
    border-style: solid;
    border-width: 5px 145px 5px 0;
    border-color: transparent black transparent transparent;
    box-sizing: border-box;
    z-index: 2;
    top: 155px;
    left: 18px;
    transform-origin: 100% 50%;
}
.speedBG{
    overflow: hidden;
    height: 300px;
    width: 300px;
    border-radius: 150px;
    position: relative;
    left: 16px;
    top: 18px;
}
.speedCenter{
    width: 70px;
    height: 70px;
    background: #eeeeee;
    position: absolute;
    top: 115px;
    left: 114px;
    border-radius: 35px;
    z-index: 1;
}
.wedge {
    position: absolute;
    border-style: solid;
    border-width: 160px 19px;
    box-sizing: border-box;
    transform-origin: 50% 50%;
    left: 134px;
    top: -13px;
}
.busChart {
    position: relative;
    width: 330px;
    height: 120px;
}
.busMarker{
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}
.busMarker p {
    font-size: 12px;
    font-weight: 700;
}
.busLine{
    position: absolute;
    background: black;
    width: 5px;
    height: 85px;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
}
.busBackground {
    background: url(images/bus.svg);
    width: 330px;
    height: 90px;
    position: absolute;
    top: 16px;
}
.busLabel, .busLeft, .busRight {
    position: absolute;
}
.busLabel {
    top: 100px;
    width: 330px;
    font-size: 12px;
    font-weight: 700;
}
.busLeft { left: 0; }
.busRight { right: 0 }
.text-block {
    float: left;
    width: calc(100% - 275px);
}
.chart-block {
    width: 35%;
}
.chart-block .block-title {
    margin: 0;
    line-height: 35px;
}
.text-block p {
    width: 80%;
line-height: 27px;
font-size: 18px;
margin: 0;
}
.block-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
margin-bottom: 10px;
font-family: 'Roboto';
}
.graph {
    text-align: right;
    width: 325px;
    float: left;
	font-size: 14px;
}
.route {
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
}
.data { 
    padding: 5px 7px;
	display: inline-block;
	color: white;
    font-weight: 700;
	margin: 5px 0 5px 10px;
	width: 200px;
	background: green;
    text-align: left;
	line-height: 1.42857143;
}
.bunch-data {
    background: #0090D6;
}
.map img {
    width: 850px;
    height: auto;
}

.map.maphilighted {
    border-top: 1px dotted #ccc;
    margin-top: 50px;
}

.map.maphilighted img {
    width: 1040px;
}
.route-page .map { background: white; }
.route-page .map img { height: 540px; width: auto; margin: 0 auto; }
.info-block {
    background: #c2dce8; color: #006595;
}
.info-block .text-block {
    width: 60%;
}
.info-list {
    width: 37%; display: flex; flex-direction: column;
}
.info {
    width: 100%;
    left: 510px;
    font-weight: 700;
    font-size: 16px;
	box-sizing: border-box;
    line-height: 1.42857143;
	margin: 0 0 10px;
}
.info1 {
    background: url('images/busicon1.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 14%;
    padding: 0 0 5px 50px;
	margin: 0 0 15px;
}
.info2 {
    background: url('images/busicon2.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 14%;
    padding: 5px 0 16px 50px;
    top: 90px;
	margin: 0;
}
.info3 {
    background: url('images/busicon3.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 14%;
    padding: 4px 0 12px 50px;
    top: 150px;
}
.buses-matter {
    background: #d6e6d6;
    color: green;
}
.buses-matter .text-block { width: 100%; }
.report-foot {
    width: 850px;
    text-align: left;
    margin: 0 16px;
	min-height: 96px;
}
.report-foot img {
    vertical-align: middle;
    padding: 16px 25px 12px 0;
    border-right: 1px solid black;
    margin: 10px 25px 10px 0;
    float: left;
}
.report-foot p {
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 1.42857143;
	border-bottom: none;
	color: black;
}






/***********************************************/
/* STAFF STYLES                                */
/***********************************************/

div.department {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 50px;
}

div.department h2 {
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

div.department .staff {
    width: 33%;
    padding-right: 17%;
    margin-bottom: 30px;
}

div.department h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px auto 5px;
}

div.department p {
    font-size: 16px;
    margin: 0;
}

div.directors {
    column-count: 2;
    column-width: 370px;
}

div.directors h3 {
    column-span: all;
}

@media screen and (max-width: 1024px) {
	div#container {
        overflow-x: hidden;
        width: 100%;
    }
    section#content {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    div#search {
        transform: none;
    }
    header#header nav { margin: 70px 12px 25px 0; }
    header#header nav ul.menu>li  {
        font-size: 13px;
    }
    header#header nav a {
        padding: 10px 9px;
    }

    .home-page.blog-recent { display: none; }
    .home-page .callout { width: calc(50% - 12.5px); margin-left: 25px; }
    .home-page .callout:nth-of-type(3n+1) { margin-left: 25px; }
    .home-page .callout:nth-of-type(odd) { width: calc(50% - 12.5px); margin-left: 0; }

    #blue-page-hero .hero-copy { width: 90%; }
    #blue-page-hero .hero-copy #breadcrumbs {
        padding: 15px 0 0;
    }
    #blue-page-hero .hero-copy h1 {
        top: 55px;
        font-size: 35px;
    }
    #blue-page-hero .hero-copy>p {
        float: none;
        top: 70px;
        line-height: 1.5;
        width: 95%;
    }

    #intro td { display: block; }

    .map.maphilighted { display: none !important; }

    .callout { margin: 0 auto 25px; height: auto; }

    .our-organization .callout:nth-of-type(odd) { margin: 0 auto 25px; margin-left: auto; }

    .callout>a { margin-bottom: 36px; }

    .callout>a::after {
        clear: both;
        content: '';
        display: block;
    }

    .get-involved .callout {
        margin: 0 auto 25px;
        width: 90%;
        max-width: 500px;
    }

    .get-involved .callout:first-of-type { margin-left: auto; }

    div#mem-ben { height: auto; }

    #mem-ben .mb-copy { flex-direction: column; width: 94%; }

    .mb-left, .mb-right { width: 100%; }

    .mb-left p { max-width: fit-content; }

    .blue-hero h2, .green-hero h2 {
        max-width: 90%;
    }

    #contact-panel {
        max-width: 90%;
        margin: 0 auto;
    }

    #donate-panel { margin: 50px 20px;}

    div#footer-widgets {
        height: auto;
        padding-bottom: 20px;
    }

    div#footer-widgets div.widget, div#footer-widgets div.widget:nth-of-type(even) {
        width: 45%;
    }

    div#footer-widgets div.widget:last-of-type {
        width: 93%;
    }

    div#footer-info {
        display: block;
    }

    div#footer-info div {
        margin: 10px 0;
    }

    div#theme-info, div#copyright, div#language {
        width: 94%;
    }
}

@media only screen and (max-width : 899px){
    nav#menu {
        display: none;
    }
	
	header#header {
		margin: 50px auto 0;
	}
	header#header nav#mobile-menu {
		display: block;
		z-index: 20;
	}
    li.menu-item-has-children { padding-right: 0; }
    .report-title h1, .report-title .route-block h1 {
        font-size: 8vw !important;
        margin: 0;
		line-height: 42px;
    }
    .report-title h3, .report-title .route-block h3 {
        font-size: 3vw;
    }
    .speedometer, .busChart {
        transform: scale(0.8);
        margin: -20px -30px;
    }
    .report-title, .report-block {
        width: 95vw;
    }
    .route { margin-left: 0;}
    .report-foot {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .report-foot img {
        padding: 0;
        margin: 0 0 25px;
        border: none;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    div#search {
        left: auto;
        right: 0;
        border-bottom-right-radius: 0px;
        width: 193px;
    }
    a.head-fb, a.head-twit, a.head-donate {
        display: none;
    }
    div#search form {
        left: 12px;
    }
    div#search div {
        width: 167px;
    }
    input#s {
        width: 120px;
    }
	
    select.mobile-sub { display: initial; }
    
    
	#page-container { 
		grid-template-columns: 0 auto 0;
    }

    #home-hero { height: 520px; }
    
    #home-hero h1 {
        font-size: 30px;
        padding: 50px 0 0;
    }

    #home-hero p {
        font-size: 21px;
    }

    h2.home-page {
        font-size: 30px;
        margin-top: 25px;
    }

    .home-page #event-left h2:first-of-type, .home-page.callout-1>h2 {
        font-size: 28px;
        margin-top: 50px;
    }

    .home-page.blog-archive, .home-page.blog-archive div.home-post { width: 100%; }

    .home-page.blog-archive article, .home-page#event-panel {
        width: 100%;
        flex-direction: column;
    }

    .home-page.blog-archive div.home-thumb {
        width: 100%;
        height: auto;
    }

    .home-page.blog-recent { display: none; }

    .home-page#event-panel #event-left, .home-page#event-panel #event-right {
        width: 100%;
    }

    .home-page#event-panel #event-left {
        margin-bottom: 0;
    }

    .home-page#event-panel #event-left img {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .home-page#event-panel #event-left h2, .home-page#event-panel #event-left a.button {
        margin-left: 0;
    }

    .home-page#event-panel #event-right {
        margin: 25px 0 50px;
        
    }

    .home-page.callout-1 p { width: 100%; margin-right: 0; }

    .home-page .callout, .home-page .callout:nth-of-type(odd), .home-page .callout:nth-of-type(3n+1) { width: 100%; margin-left: 0; }

	#left-column, #right-column { display: none; }
    #page-copy img { max-width: 100%; height: auto; }
    #intro { max-width: 100%; }
    #intro td { display: block; margin: 0 auto; }
    .your-community .callout { width: 46.5%; }
	#donate-panel, #related-panel { flex-direction: column; }
	#donate-left, #donate-right, #related-left, #related-right {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	#donate-right { margin-top: 25px; padding-top: 25px; border-left: none; border-top: 5px solid #eff5f9;}
	#related-left { max-width: 90%; }
	#related-right { margin-top: 50px; }
    #contact-left, #contact-right { width: 100%; }
    #contact-right { margin-top: 35px; }
    div#footer-widgets div.widget, div#footer-widgets div.widget:nth-of-type(even) {
        width: 93%;
    }
}

@media only screen and (max-width : 740px){
    .report-title, .report-block {
        width: 100%;
    }
    .report-title .grade { height: 100%; padding: 0; font-size: 19vw; }
    .ward-block, .route-block { padding: 4vw; }
    .title-arrow { display: none; }
    .text-block, .graph {
        float: none;
        margin: 0 auto;
        width: 300px;
    }
    .report-block {
        flex-wrap: wrap;
    }
    .speedometer, .busChart {
        transform: scale(1);
        margin: 0 auto 25px;
    }
    .chart-block { width: calc(100% - 120px);}
    .chart-block .block-title {
        font-size: 26px;
        line-height: 29px;
    }
    .text-block { margin-bottom: 20px;}
    .text-block, .text-block p { width: 100%; }
    .route { margin-left: 5px;}
    .info-block { height: auto; }
    .info-block .text-block { width: 90%;}
    .info-list { width: 100%; }
    .info { margin: 0 auto 10px; width: 300px; }
    .info1 { padding: 5px 0 5px 50px; }
    .info2 { padding: 16px 0 15px 50px; }
}
@media only screen and (max-width : 425px){
    .report-title h1 { font-size: 30px !important; line-height: 40px; margin: 0; }
    .report-title h3 { font-size: 16px !important; margin: 0; }
    .report-title .grade { font-size: 72px;}
    .title-links { display: none; }
    .speedometer, .busChart {
        transform: scale(.9);
        margin: -12px -24px 25px;
    }
    .chart-block {
        width: 56%;
    }
    .chart-block .block-title {
        font-size: 20px;
        line-height: 29px;
    }
    #interactive-map { height: 76vw; }
    .info-list {
        width: 95%;
        margin: 0 auto;
    }
    .info { margin: 0 auto 15px; width: 100%; }
    .info1 { padding: 0 0 0 50px; }
    .info2 { padding: 2px 0 2px 50px; }
    div.department {
        flex-direction: column;
    }
    
    div.department .staff {
        width: 80%;
        padding-right: 20%;
        margin-bottom: 30px;
    }

    .your-community .callout { width: 90%; margin-left: auto; margin-right: auto; }
}
@media only screen and (max-width : 374px){
    
    .speedometer, .busChart {
        transform: scale(.8);
        margin: -25px -50px 25px;
    }
    .chart-block { width: 62%}
    .chart-block .block-title {
        font-size: 18px;
        line-height: 27px;
    }
    .block-title {
        font-size: 25px;
    }
    .report-block .grade {
        width: 85px;
        height: 85px;
        padding: 0;
        font-size: 60px;
    }
    .graph { margin: 0 -25px; }
    .info { width: 100%; padding: 0 0 5px 50px; }
}
