html, 
body { color: #393939; font-family: "Source Sans 3", sans-serif; font-size: 17px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }

/* Links */
a { color: #00305D; font-weight: 700; transition: background-color .2s, color .2s; padding: 4px 0; text-decoration: underline; }
a:hover { color: #1e5a92; } 
button { background: #666; border: 0; color: #fff; margin: 6px 0 6px; padding: 8px 14px 6px; transition: background .2s, color .2s; }
button:hover { background: #999; }

/* Headers */
h1 { font-size: 1.4em; margin: 0; }
h2 { font-size: 2.8em; margin: 26px 0; }
h3 { font-size: 2.2em; font-weight: 700; margin: 46px 0 22px; }
h4 { font-size: 1.5em; font-weight: 700; margin: 46px 0 12px; }
h5 { font-size: 1.4em; margin: 46px 0 12px; }
h6 { font-size: 1.2em; margin: 46px 0 12px; }

/* Paragraphs & Lists */
p { line-height: 1.6em; margin: 26px 0; }
ul, 
ol { margin: 20px 0; }
li { line-height: 1.6em; margin: 12px 0; }
img { max-width: 100%; }

.tempe-btn { background-color: #7c1c51; background-image: url("../images/lightarrow.png"); background-size: 19px; background-repeat: no-repeat; background-position: right 9px center; border-radius: 8px; color: #fff; display: inline-block;  line-height: 1em; padding: 6px 36px 6px 8px; text-decoration: none; }
.tempe-btn:hover { background-color: #550f36; color: #fff; text-decoration: none; }

/* Header */
#announcement { align-items: center; background: #7C1C51; color: #fff; display: flex; font-size: 1.2em; font-weight: 700; gap: 18px; justify-content: center; padding: 7px 28px 9px; transition: font-size .2s; }
#announcement p { display: inline-block; line-height: 1.2em; margin: 0 10px 5px 0; }
#announcement .tempe-btn { background-color: #D1BF91; background-image: url("../images/dark-arrow.png"); color: #003049; display: inline-block; margin: 4px 8px; }
#announcement .tempe-btn:hover { background-color: #af9d6e; }

header nav ul { list-style: none; margin: 0; padding: 0; }
header nav li { display: inline-block; margin: 0; margin-left: 48px; transition: .3s; }
header nav li a { color: #fff; display: block; font-size: 1.2em; font-weight: 700; padding: 0; transition: font .3s, color .2s; }
header nav li a:hover,
header nav li a:focus { color: #D1BF91; }

#header-top { background: #E6EAEF; display: flex; justify-content: space-between; padding: 13px 2% 13px 1.5%; }
#header-top nav li { margin-left: 24px; }
#header-top nav li a { color: #003049; text-decoration: underline; font-weight: 500;  }
#header-top nav li a:hover { color: #154c69; }

#translation-widget { display: block; }
#translation-widget img { display: inline-block; vertical-align: middle; }
#translation-widget label { left: -9999px; position: absolute; }
#translation-widget select { background: transparent; border: 0; color: #003049; cursor: pointer; display: inline-block; vertical-align: middle; }
#translation-widget option { color: #003049; }
#translation-widget #google_translate_element { display: none; }

#header-bottom { align-items: center; background: #003049; display: flex; justify-content: space-between; padding: 24px 2.5% 22px; transition: padding .3s; }
#header-bottom img { transition: height .3s; }
#header-bottom nav li a { text-decoration: none !important ; }

.scrolled { position: fixed; width: 100%; top: 0; z-index: 100; }
.scrolled #announcement { font-size: .9em; }
.scrolled #announcement img { height: 26px; }
.scrolled #header-top { display: none; }
.scrolled #header-bottom { box-shadow: 0 2px 8px -4px #444; padding: 10px 1%; }
.scrolled #header-bottom img { height: 42px; }
.scrolled #header-bottom nav li { font-size: 1em; margin-left: 22px; }
.scrolled #header-bottom nav li a { font-size: 1em; }

#skiptocontent { background-color: #fff; border-radius: 8px; box-shadow: 2px 2px 8px 0 #000; font-size: 1.3em; left: -9999px; padding: 6px 12px; position: absolute; top: -9999px; }
#skiptocontent:focus { left: 8px; top: 8px; }

#mobile-menu { background: transparent; border: 0; display: none; margin: 0; padding: 0 4px; }
#mobile-menu .line { background: #fff; display: block; height: 3px; left: 0; margin: 0 0 6px; position: relative; top: 0; transition: .3s; width: 26px; }
#mobile-menu .line.btm { margin: 0; }

.ada-element { left: -9999px; position: absolute; }

/* General Formatting */
#content > section { padding: 56px 8% 60px; }

.row { display: flex; gap: 5%; justify-content: space-between; margin: 0; }
.row:before,
.row:after { display: none; }
#content .row > div { padding: 0; }

/* Footer */
footer a { color: #fff; font-weight: 400; }
footer a:hover { color: #D1BF91; }

#footer-top { background-color: #003049; color: #fff; padding: 32px 3% 24px; }
#footer-top .row { align-items: center; }
#footer-top .row > div:first-of-type img { height: 140px; }
#footer-top .row > div:first-of-type p { line-height: 1.2em; margin-top: 4px; }
#footer-top .row > div:last-of-type { text-align: right; }
#footer-top nav ul { margin-top: 0; }
#footer-top nav li { display: inline-block; margin-top: 0; margin-left: 44px; }
#footer-top nav li a { font-size: 1.2em; font-weight: 700; text-decoration: none !important; }

#footer-bottom { background: #023; color: #fff; padding: 10px; text-align: center; }
#footer-bottom p { display: inline-block; margin: 0 18px 0 0; }

/* Homepage */

#homepage-header { background-image: url("../images/hp-bg.jpg"); background-size: cover; background-position: center; padding: 68px 8% !important;  }
#homepage-header h2 { align-items: center; color: #fff; display: flex; font-size: 6em; gap: 3%; font-weight: 700; text-shadow: 0 2px 2px #000; }
#homepage-header p { background: #D1BF91; border-radius: 8px; color: #003049; font-size: 1.6em; padding: 14px; text-align: center; }
#homepage-header nav ul { list-style: none; padding: 0; }
#homepage-header nav li { display: inline-block; margin-right: 34px;  }
#homepage-header nav a { color: #fff; font-weight: 700; text-decoration: underline; }
#homepage-header nav a:hover { color: #D1BF91; }

#our-roadmap .row { align-items: center; }
#our-roadmap h3 { margin-top: 0; }
#our-roadmap h4 { margin-top: 14px; }
#our-roadmap h4 img { margin-right: 8px; }
#our-roadmap ul { list-style: none; padding: 0; }
#our-roadmap ul li { border-left: 3px solid #7C1C51; margin-bottom: 32px; padding: 4px 0 14px 32px; }
#our-roadmap ul li:nth-of-type(2) { border-left-color: #D1BF91; }
#our-roadmap ul li:nth-of-type(3) { border-left-color: #024930; }
#our-roadmap ul li button { background: transparent; color: #024930; display: inline-block; font-weight: 700; padding: 0; }
#twenty-mincity { display: inline; position: relative; }
#twenty-mincity button { background: transparent; color: #024930; display: inline; font-weight: 700; padding: 0; margin: 0; text-decoration: underline; }
#twenty-mincity > div { background: #024930; border-radius: 12px; color: #fff; right: 9999px; opacity: 0; padding: 26px 26px 0; position: absolute; width: 340px; }
#twenty-mincity > div h5 { margin-top: 0; }
#twenty-mincity button:hover + div,
#twenty-mincity button:focus + div { opacity: 1; right: 0; transition: 0s, opacity .3s; z-index: 2; }

#getting-around { display: flex; }
#getting-around li { border: 0 !important; padding: 0 14px !important; text-align: center; width: 16.66667%; }
#getting-around h5 { font-size: 1.2em; margin-top: 16px; }

.swipe-instruction { font-style: italic; }
.swipe-instruction span { background: #7C1C51; border-radius: 50%; color: #fff; display: inline-block; font-style: normal; height: 22px; line-height: 22px; margin-right: 6px;  text-align: center; width: 22px; }

#plan-development-process { background: #E6EDEA; }
#plan-development-process button { background: #0C293B; border: 0; border-radius: 50%; height: 44px; margin-right: 8px; transition: background .2s; width: 44px; }
#plan-development-process button:hover { background: #214f6b; }
#plan-development-process button span { left: -9999px; position: absolute; }
#plan-development-process button:after { border: 4px solid #E6EDEA; border-width: 0 0 3px 3px; content: ""; display: inline-block; height: 14px; margin: 5px 0 0 5px; transform: rotate(45deg); width: 14px; }
#plan-development-process button.next:after { border-width: 3px 3px 0 0; margin-left: -3px; }

#process-checklist { margin: 0 0 30px; overflow: hidden; }
#process-checklist:hover { cursor: grab; }
#process-checklist.rolling { cursor: grabbing; }
#plan-development-process ul { display: flex; justify-content: space-between; list-style: none; left: 0; overflow: hidden; padding: 0; position: relative; width: 130%; }
#plan-development-process ul li { background: #E6EAEF; color: #393939; font-size: 1.1em; padding: 28px 36px 24px; position: relative; width: 32%; border-radius: 8px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);}
#plan-development-process ul li:first-of-type { background: #024930; color: #fff; }
#plan-development-process ul li h3 { align-items: center; color: #393939!important; display: flex; font-size: 1.4em; font-weight: 700; gap: 24px; line-height: 1.3em; margin: 0 0 32px; position: relative; }
#plan-development-process ul li h3 img { width: 72px; }
#plan-development-process ul li h3 span { display: block; font-size: .9em; font-weight: 400; }
#plan-development-process ul li h3 strong { color: #FBDC4D; display: block; }
#plan-development-process ul li h3:after { display: none; }
#plan-development-process ul li > span { display: block; margin: 16px 0; }
#plan-development-process .nebo-button { margin-top: 16px; }
#plan-development-process ul li a { color: #fff; }
#plan-development-process ul li a:hover { color: #b2cbd9; }

#participate { background: #024930; color: #fff; }
#participate ul { display: flex; flex-wrap: wrap; list-style: none; margin-bottom: 34px; padding: 0; }
#participate li { background: #E6EDEA; border-radius: 6px; color: #393939; margin-right: 3%; padding: 24px 28px 28px; width: 31%; }
/* Revert when 3 cards */
/* #participate ul { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; margin-bottom: 34px; padding: 0; } */
/* #participate li { background: #E6EDEA; border-radius: 6px; color: #393939; padding: 24px 28px 28px; width: 31%; } */
#participate h4 { color: #003049; margin-top: 0; }
#participate span { display: block; line-height: 1.3em; margin-bottom: 22px; }

#faqs > p:last-of-type { text-align: right; }
#faqs .tempe-btn { background-color: #fff; background-image: url("../images/dark-arrow.png"); color: #393939; }
#faqs .tempe-btn:hover { color: #000; }

/* Accordions */
.hdr-accordion-set { margin: 18px 0 40px; }
.hdr-accordion { border-bottom: 1px dotted #393939; }
.hdr-accordion h3 { font-size: 1.2em; margin: 0; }
.hdr-accordion button { background: transparent; color: #393939; padding-left: 0; padding-bottom: 16px;  }
.hdr-accordion-header { cursor: pointer; margin: 18px 0 0; padding: 10px 48px 10px 14px; position: relative; text-align: left; width: 100%; }
.hdr-accordion-set.has-js .hdr-accordion-header:before { border: 3px solid #7C1C51; border-width: 0 3px 3px 0; content: ""; height: 16px; position: absolute; right: 15px; top: 8px; transform: rotate(45deg); transition: transform .8s; width: 16px; }
.hdr-accordion-set.has-js .opened .hdr-accordion-header:after { transform: translateY(-50%) rotate(0deg); }
.hdr-accordion > div {  padding: 1px 0; }

/* PARTICIPATE */

#subpage-header { padding: 0 !important; }
#subpage-header h2 { background-image: url("../images/hp-bg.jpg"); background-size: cover; background-position: center; color: #fff; font-size: 5.4em; font-weight: 700; margin: 0; padding: 88px 7% 54px !important; }
#subpage-header .jump-links { background: #F6F7F8; padding: 14px 8%; }
#subpage-header .jump-links span { display: inline-block; font-weight: 700; }
#subpage-header .jump-links ul { display: inline-block; margin: 0; padding-left: 6px; }
#subpage-header .jump-links ul li { display: inline-block; margin-left: 16px; }

#subpage-subtext { clear: both; font-size: 1.4em; font-weight: 500; margin: 56px auto 18px; width: 60%; text-align: center; }

#past-events { background: #F6F7F8; }
#past-events h4 { border-bottom: 2px solid #393939; font-size: 1.3em; font-weight: 700; padding-bottom: 6px; }
#past-events h5 { font-size: 1em; font-weight: 700; margin-top: 10px; }

.understanding-page .jump-links { transition: padding .2s;  }
#subpage-header .jump-links.scrolled { box-shadow: 0 3px 8px -4px #aaa; padding: 1px 24px; position: fixed; top: 120px; width: 100%; z-index: 100; }

.event { align-items: flex-start; display: flex; gap: 2%; margin: 46px 0 12px; }
.event span { background: #024930; border-radius: 10px; color: #fff; font-size: 2em; font-weight: 700; text-align: center; width: 180px; }
.event strong { display: block; font-size: 1.6em; line-height: 1em; }
.event h4 { color: #024930; margin-top: 0; }
.event p { margin: 12px 0; }
.event-info { color: #024930; font-size: 1.2em; font-weight: 700; }

/* CONTACT */

#contact-options { list-style: none; padding: 0; }
#contact-options li { margin: 24px 0; }
#contact-options a { text-decoration: none !important; }
#contact-options a img { margin-right: 14px; }

#social-links { list-style: none; padding: 0; }
#social-links li { display: inline-block; margin-right: 8px;}
/* #social-links a { background: #D1BF91; border-radius: 50%; display: block; height: 20px; width: 20px; } */

/* DOCUMENTS */

#project-documents ul { list-style: none; padding: 0; }
#project-documents li { margin: 18px 0; }
#project-documents li a { padding-left: 44px; position: relative; }
#project-documents li a:before { background-image: url("../images/icon-doc.svg"); background-size: 100%; background-repeat: no-repeat; content: ""; height: 28px; left: 0; position: absolute; top: 0; width: 28px; }

#helpful-links div {background-color: #D1BF91; padding: 0px 50px; border-radius: 8px; font-weight: bold;}

.beforeafter-instruction { align-items: center; display: flex; gap: 12px; }
.beforeafter-instruction:before { background: #7C1C51; border-radius: 50%; color: #fff; content: "i"; flex-shrink: 0; height: 20px; line-height: 20px; text-align: center; width: 20px; }
.beforeafter-instruction span { font-style: italic; line-height: 1.3em; }

.hdr-before-after { overflow: hidden; position: relative; }
.hdr-before-after img { width: 100%; }
.hdr-before-after div { height: 100%; left: 50%; overflow: hidden; position: absolute; top: 0; width: 100%; }
.hdr-before-after div img { left: -50%; max-width: 87654px; position: absolute; top: 0; width: 100%; }
.hdr-before-after button { background: #7C1C51; height: 100%; left: 50%; margin: 0; padding: 0; position: absolute; top: 0; transform: translateX(-50%); width: 20px; }
.hdr-before-after button img { -webkit-user-select: none; -ms-user-select: none; user-select: none; position: absolute; height: auto; left: 50%; padding: 0; transform: translateX(-50%) translateY(-50%); top: 50%; width: 30px; }
.hdr-before-after button:after { background: #7C1C51; background-image: url("../images/ba-arrow.png"); background-repeat: no-repeat; background-position: center; background-size: 34px; border-radius: 50%; box-shadow: 0 3px 8px -4px #333;  content: ""; height: 56px; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); width: 56px; }

/* UNDERSTANDING */

.understanding-page h4 { color: #024930; }
.understanding-page h5 { font-weight: 700; margin-top: 26px; }
.understanding-page a { color: #393939; }
.understanding-page a:hover { color: #000; }

#green-button { background: #024930; color: #fff; display: block; font-size: 1.1em;  padding: 28px 18px; text-decoration: none; text-align: center; }
#green-button:hover { background: #012e1e; }

#multimodal-system { display: inline; position: relative;  }
#multimodal-system button { background: transparent; color: #024930; display: inline; font-weight: 700; padding: 0; text-decoration: underline; }
#multimodal-system > span { background: #024930; border-radius: 12px; color: #fff; left: -9999px; opacity: 0; padding: 26px; position: absolute; top: 100%; width: 340px; }
#multimodal-system button:hover + span,
#multimodal-system button:focus + span { opacity: 1; left: 0; transition: 0s, opacity .3s; z-index: 2; }

.did-you-know { align-items: flex-start; background: #024930; color: #fff; display: flex; gap: 18px; margin-bottom: 18px; padding: 28px 32px 0; }
.did-you-know h4 { color: #fff; font-size: 1.2em; margin-top: 0; }
.did-you-know p { margin-top: 8px; }

#tempe-today { background: #E6EDEA; }
#tempe-today ul { display: flex; flex-wrap: wrap; list-style: none; margin-top: 44px; padding: 0; }
#tempe-today li { font-weight: 700; line-height: 1.4em; padding: 0 14px; text-align: center; width: 20%; }
#tempe-today li strong { color: #024930; display: block; font-size: 4em; margin-bottom: 18px; }
#tempe-today .did-you-know { margin-bottom: 34px; }

.understanding-page .hdr-accordion { border: 0; position: relative; }
.understanding-page .hdr-accordion button { color: #024930; padding: 0 0 0 50px; }
.understanding-page .hdr-accordion h4 { margin-top: 28px; }
.understanding-page .hdr-accordion h4:before { background: #024930; border-radius: 50%; content: ""; height: 34px; position: absolute; top: 16px; width: 34px; }
.understanding-page .hdr-accordion-set.has-js .hdr-accordion-header:before,
.understanding-page .hdr-accordion-set.has-js .hdr-accordion-header:after { background: #fff; border: 0; content: ""; height: 2px; left: 10px; position: absolute; top: 14px; transform: none; width: 15px; }
.understanding-page .hdr-accordion-set.has-js .hdr-accordion-header:after { transform: rotate(270deg); transition: transform 1s; }
.understanding-page .hdr-accordion-set.has-js .opened .hdr-accordion-header:after { transform: rotate(0deg); }

#bicycle-network > .row > div:last-of-type img { margin-top: 54px; }
#bicycle-network > .row > div:first-of-type .row { margin-bottom: 18px; }

#street-bond { padding-bottom: 88px !important; }
#street-bond ul { list-style: none; margin-bottom: 36px; padding: 0; }
#street-bond ul li { font-size: 1.1em; font-weight: 700; margin-bottom: 26px; padding: 6px 0 0 58px; position: relative;  }
#street-bond ul li img { left: 0; position: absolute; top: 0; }

#shape-future { background: #023A26; color: #fff; }
#shape-future .tempe-btn { color: #fff; }
#shape-future h4 { color: #fff; }

#documents-links { background: #E6EAEF; }
#documents-links li { font-weight: 700; }

/* Tabs */
.hdr-tabs { margin: 34px 0; }
.hdr-tabs .hdr-tabtitle { font-size: 1.6em; margin-bottom: 16px; }
.hdr-tabs .hdr-tablist { display: none; }
.hdr-tabs.has-js .hdr-tablist { display: block; }
.hdr-tabs .hdr-tablist { list-style-type: none; margin: 0px 4px; }
.hdr-tabs .hdr-tab { background: #ddd; border: 1px solid #aaa; border-radius: 4px 4px 0 0; color: #333; float: left; font-weight: 700; margin: 3px 2px -1px; padding: 9px 14px 3px; z-index: 1; }
.hdr-tabs .hdr-tab:hover { background-color: #bbb; }
.hdr-tabs .hdr-tab[aria-selected="true"] { background-color: #f2f2f2; border-top: 4px solid #333; border-bottom: 1px solid #ddd; padding-top: 6px; }
.hdr-tabs .hdr-tabpanel { background:#f2f2f2; border: 1px solid #aaa; border-radius: 4px; clear: both; margin-bottom: 12px; padding: 21px 2%; }
.hdr-tabs.has-js .hdr-tabpanel { display: none; margin-bottom: 0; }
.hdr-tabs.has-js .hdr-tabpanel[aria-hidden="false"] { display: block; }

#safety .hdr-tabs.has-js .hdr-tablist { display: flex; margin: 0; }
#safety .hdr-tabs .hdr-tab { background: #E6EAEF; border: 0; color: #003049; line-height: 1.2em; padding: 12px 8px; }
#safety .hdr-tabs .hdr-tab[aria-selected="true"] { background: #003049; color: #fff;  }
#safety .hdr-tabs.has-js .hdr-tabpanel { background: transparent; border: 0; padding: 0;  }

/* Lightbox */
.hdr-lightbox img { width: 100%; }
.hdr-lightbox a { display: block; padding: 0; }
.hdr-lightbox > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; display: none; height: 0; left: -9999px; margin: 0; position: absolute; top: 0; transition: 0s; width: 100%; }
.hdr-lightbox button span { left: -9999px; position: absolute; }
.hdr-lightbox > div { top: 80px; }
.hdr-lightbox > div .hdr-close-lightbox { background: 0; border: 0; font-size: 3em; display: none; line-height: .6em; padding: 6px 8px; position: fixed; right: 14px; top: 6px; }

.showing-hdr-lightbox { overflow: hidden; }
.hdr-lightbox.enhanced { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 5555; }
.hdr-lightbox.enhanced > button { display: block; height: 100%; left: 0; transition: height .6s, left 0s; }
.hdr-lightbox.enhanced > div { background-color: #fff; border: 1px solid #333; box-shadow: 4px 13px 28px 0 #111; left: 6%; margin: 0; max-height: 80%; overflow: auto; position: absolute; top: 40px; transition: .8s; width: 86%; }
.hdr-lightbox.enhanced > div .hdr-close-lightbox { display: block; }
.hdr-lightbox.enhanced > div .hdr-close-lightbox:focus { border: 1px solid #aaa; color: #aaa; }

@media screen and (max-width: 992px) {
    .hdr-lightbox > div .hdr-close-lightbox { font-size: 2em; right: 6px; top: 2px; }
    .hdr-lightbox.enhanced img { max-width: 555%; width: 992px; }
}

/* Comment Map */
#map-area { color: #393939; height: 780px; margin: 28px 0 40px; overflow: hidden; position: relative; width: 100%; }

#map { height: 100%; width: 100%; }

#corner-box { position: absolute; top: 0; z-index: 2; }
#map-instruction { background: #fff; border: 0; border-width: 0 1px 1px 0; font-size: .85em; height: 0; line-height: 1.3em; opacity: 0; padding: 0; position: relative; transition: .2s, opacity .1s; width: 360px; }
.echolocating #map-instruction { border: 1px solid #000; height: auto; opacity: 1; padding: 10px 14px; transition: height .3s, padding .3s, opacity .2s ease-out .2s; }

#search-address { display: none; margin-top: 8px; }
#address-search { height: auto; padding: 2px 8px 1px; width: 94%; }

#add-comment { background: #7C1C51; border: 0; border-radius: 0; color: #fff; cursor: pointer; font-size: 1em; font-weight: 700; margin: 0; padding: 44px 14px 8px; position: relative; transition: padding .2s; }
#add-comment:before { background: #fff; content: ""; height: 24px; left: 50%; position: absolute; top: 11px; transform: translateX(-50%); transition: .3s; width: 4px; }
#add-comment:after { background: #fff; content: ""; height: 4px; left: 50%; position: absolute; top: 21px; transform: translateX(-50%); transition: .3s; width: 24px; }
#add-comment:hover { padding-top: 58px; }
#add-comment:hover:before { height: 28px; top: 16px; width: 6px; }
#add-comment:hover:after { height: 6px; top: 27px; width: 28px; }

.echolocating #add-comment:before { transform: rotate(35deg); }
.echolocating #add-comment:after { margin-left: -13px; margin-top: 4px; transform: rotate(65deg); width: 14px; }

.commenting #add-comment { background: #7a0f33; color: #fff; }
.commenting #add-comment:before { background: #fff; transform: translateX(-50%) rotate(45deg); }
.commenting #add-comment:after { background: #fff; transform: translateX(-50%) rotate(45deg); }

#form-area { background: #000; background: rgba(0,0,0,.4); height: 100%; position: absolute; right: -100%; top: 0; transition: right .8s; width: 100%; }
#form-area form { background: #fff; display: block; height: 100%; margin-left: 40%; overflow: auto; padding: 28px 32px 44px; width: 60%; }
.commenting #form-area { right: 0; }
#form-area h4 { font-size: 1.2em; font-weight: 700; margin-top: 16px; text-transform: uppercase; }

#map-form > div { padding-bottom: 28px; }
#map-form > div > label { display: block; font-weight: 600; }
#map-form > div div { display: inline-block; margin-right: 28px; }
#map-form > div div label { cursor: pointer; font-weight: 400; margin-left: 4px; }
#map-form input[type="text"] { margin: 4px 0 2px; padding: 6px 4px; width: 100%; }
#map-form textarea { height: 110px; margin-top: 6px; padding: 4px 8px; width: 100%; }
#map-form input[type="submit"] { background: #7a0f33; border: 0; border-radius: 8px; color: #fff; display: block; font-size: 1.1em; font-weight: 700; margin-top: 18px; padding: 7px 18px; transition: background .2s; }
#map-form input[type="submit"]:hover { background: #2e102c; }

#map-form > div div.other-explanation { display: none; margin: 0; width: 100%; }
.other-explanation label { left: -9999px; position: absolute; }
#map-form .other-explanation textarea { height: 80px; }

.error-msg { color: #a00; display: none; font-size: 1.2em; font-style: italic; }

#map-thanks { background: #fff; border-radius: 8px; box-shadow: 0 4px 8px -2px #333; left: 50%; line-height: 1.5em; padding: 20px 30px; position: absolute; text-align: center; top: -34%; transform: translateX(-50%); transition: top .6s; width: 400px; }
.thanks #map-thanks { top: 34%; }

#legend { position: absolute; right: 210px; top: 12px; z-index: 1; }
#legend button { font-size: .8em; margin: 0; }
#legend ul { background: #fff; box-shadow: 0 2px 8px -3px #111; list-style: none; margin-top: 8px; opacity: 0; padding: 12px 20px; position: absolute; right: 9999px; width: 300px; }
#legend.show ul { opacity: 1; right: 0; transition: 0s, opacity .35s; }
#legend li { font-size: .9em; padding-left: 36px; position: relative; }
#legend li:before { border: 2px solid #2c2b29; border-width: 2px 0; content: ""; height: 7px; left: 0; position: absolute; top: 7px; width: 24px; }
#legend li:nth-of-type(2):before { background: #348380; border-width: 2px; border-radius: 50%; height: 10px; left: 7px; top: 8px; width: 10px; }
.commenting #legend{ display: none; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; margin: 28px 0; overflow: hidden; width: 100%; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 1240px) {
    #map-area { height: 620px; }
    #add-comment { font-size: .85em; }
    #map-instruction { font-size: .8em; }
}
@media screen and (max-width: 992px) {
    #map-area { height: 500px; }
    #map-instruction { font-size: .75em; width: 250px; }
    #map-thanks { font-size: .9em; padding: 8px 14px; width: 80%; }
    #address-search { font-size: .85em; }
    .thanks #map-thanks { top: 210px; }
    #map-form { font-size: .9em; }
    #map-form select { font-size: .9em; }
    #map-form input[type="submit"] { font-size: .9em; }

    #legend { font-size: .8em; right: 11px; top: 60px; }
    #legend ul { width: 180px; }
    #legend li { line-height: 1.1em; }
    .echolocating #legend { display: none; }
}
@media screen and (max-width: 570px) {
    #comment-map { border: 0; }
    #corner-box { position: relative; }
    #map-instruction { width: 100%; }
    #search-address { top: 208px; }
    #map-area { border: 0; height: auto; }
    #map { border: 1px solid #000; height: 420px; }
    #form-area { border: 1px solid #000; padding-top: 74px; }
    #form-area form { height: 100%; margin: 0; padding: 24px 20px 28px; width: 100%; }
    #form-area label { line-height: 1.3em; }
    #legend { top: 140px; }
}


/************ Responsive ****************************************************************************************/

@media screen and (min-width: 2030px) {
    html,body { font-size: 20px; }
    p { line-height: 1.8em; margin: 32px 0; }
}

@media screen and (max-width: 1430px) {
    #homepage-header { padding: 52px 8% !important; }
    #homepage-header h2 { font-size: 4.6em; }
    #homepage-header h2 img { height: 240px; }
    #homepage-header p { font-size: 1.2em; padding: 10px; }
}

@media screen and (max-width: 1240px) {
    #content > section { padding: 32px 6%; }

    #homepage-header { padding: 32px 6% 18px !important; }
    #homepage-header h2 { font-size: 3.6em; }
    #homepage-header h2 img { height: 180px; }
    #homepage-header p { font-size: 1em; padding: 6px 16px; }

    #getting-around img { height: 100px; }
    #getting-around h5 { font-size: 1.1em; }

    #plan-development-process ul li { font-size: .9em; }
                                    
    #subpage-header h2 { font-size: 4.4em; padding: 80px 6% 48px !important; }
    
    .event { gap: 4%; }
    .event span { font-size: 1.4em; padding: 0 14px; }

    #tempe-today li strong { font-size: 3.4em; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 1.2em; }
    h2 { font-size: 1.8em; margin: 16px 0; }
    h3 { font-size: 1.6em; margin: 24px 0 0; }
    h4 { font-size: 1.4em; margin: 24px 0 0; }
    h5 { font-size: 1.2em; margin: 24px 0 0; }
    h6 { font-size: 1.1em; margin: 24px 0 0; }
    p, li { font-size: .9em; line-height: 1.4em; }
    button { font-size: .9em; padding: 4px 10px; }

    #content > section { padding: 44px 6% 16px; }
    .row { display: block; }
    #footer-top .row { display: flex; }

    .tempe-btn { font-size: .9em; }

    /* Header */
    #mobile-menu { display: block; }
    .menu-opened #mobile-menu .line.top { top: 8px; transform: rotate(45deg); }
    .menu-opened #mobile-menu .line.mid { opacity: 0; transform: rotate(90deg); }
    .menu-opened #mobile-menu .line.btm { top: -10px; transform: rotate(-45deg); }
    
    #announcement { font-size: 1em; padding-top: 5px; }
    #announcement img { height: 26px; }
    header nav li a { font-size: 1em; }
    #header-top { padding: 8px 2%; }
    #translation-widget { font-size: .9em; }
    
    #header-bottom { padding: 14px 2%; }
    #header-bottom img { height: 48px; }
    #header-bottom nav { position: relative; }
    #header-bottom nav ul { background-color: #003049; box-shadow: 2px 4px 8px -4px #000; margin-top: 8px; opacity: 0; position: absolute; right: 9999px; top: 100%; width: 220px; z-index: 1; }
    #header-bottom nav li { border-top: 1px solid #fff; display: block; margin: 0; padding: 8px 4px; text-align: center; width: 100%; }
    .menu-opened #header-bottom nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    .scrolled #header-bottom img { height: 32px; }
    
    #subpage-header .jump-links.scrolled { padding: 4px 14px 0; top: 107px; }
    #subpage-header .jump-links li { margin: 0 4px; }
    
    #homepage-header { padding: 16px 6% 4px !important; text-align: center; }
    #homepage-header h2 { display: block; font-size: 3em; }
    #homepage-header h2 img { display: block; height: 132px; margin: 0 auto 8px; }
    #homepage-header nav li { margin: 4px 12px; }

    #our-roadmap li h4 { margin-bottom: 14px; }
    #our-roadmap li img { height: 36px; }
    #our-roadmap li button { font-size: 1em; margin-top: 3px;  }
    #getting-around li img { height: 65px; }
    .twenty-mincity { display: block; }
    .twenty-mincity > div { left: -9999px; right: auto; }
    .twenty-mincity button:hover + div,
    .twenty-mincity button:focus + div { left: 0; right: auto; }

    #plan-development-process button { display: none; }
    #plan-development-process ul { display: block; left: 0 !important; width: 100%; }
    #plan-development-process ul li { font-size: .9em; margin-bottom: 14px; padding: 26px 28px 14px; width: 100%; }
    #plan-development-process ul li h3 { gap: 12px; }
    #plan-development-process ul li h3 img { width: auto; }
    #plan-development-process ul li img { height: 48px; }
    #plan-development-process .nebo-button { margin: 8px 0 16px; }
    
    #subpage-header h2 { font-size: 3.4em; padding: 68px 5% 38px !important; }

    .event-info { font-size: 1em; }

    #green-button { font-size: 1em; padding: 14px 22px; }
    .did-you-know { padding: 18px 20px 0; }
    .big-img img { max-width: 620px; width: 100%; }
    .understanding-page h5 { margin-bottom: 14px; }
}

@media screen and (max-width: 768px) {
    #content > section { padding: 26px 9% 12px; }

    #announcement { padding: 7px 14px 6px; }
    #announcement .tempe-btn { margin: 1px 6px 6px; }

    #getting-around { flex-wrap: wrap; }
    #getting-around li { width: 33.3333%; }

    #participate li { width: 100%; }
    
    .hdr-accordion h3 { font-size: 1.1em; margin: 0; }

    footer { text-align: center; }
    #footer-top { padding: 16px 3% ; }
    #footer-top .row { font-size: .9em; display: block; }
    #footer-top .row > div:first-of-type img { height: 82px; }
    #footer-top .row > div:last-of-type { text-align: center; }
    #footer-top nav ul { padding: 0; }
    #footer-top nav ul li { margin: 4px 8px; }
    
    #subpage-header h2 { font-size: 2.4em; padding: 58px 5% 26px !important; }
    #subpage-header .jump-links ul { display: block; padding: 0 0 12px; }
    #subpage-header .jump-links ul li { margin: 0 18px 0 0; }

    #tempe-today li { width: 33.333%; }
    #tempe-today li strong { font-size: 2.4em; }
}

@media screen and (max-width: 580px) {
    #header-top { display: block; text-align: center; }
    #header-top nav li { margin: 6px 12px 0; }

    #homepage-header h2 img { height: 104px; }
    #homepage-header h2 { font-size: 2em; }

    #announcement p { display: block; }
    #announcement .tempe-btn { margin: 2px 8px 4px 0; }

    #subpage-header .jump-links.scrolled { position: static;  } 
    
    #getting-around li { width: 50%; }
    
    .event { gap: 6%; }
    .event span { font-size: 1.1em; padding: 0 10px; }
    
    .big-img { border: 1px solid #aaa; margin: 14px 0; overflow: auto; padding: 14px 4px; width: 100%; }
    .big-img img { max-width: 8888%; width: 500px; }
    
    #tempe-today li { margin-bottom: 24px; width: 50%; }

    #safety .hdr-tabs.has-js .hdr-tablist { flex-wrap: wrap;  }
}