html, 
body { color: #2e2e2e; font-family: "helvetica-neue-lt-pro", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }

/* Links */
a { transition: background-color .2s, color .2s; padding: 4px 0; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
button { background: #ccc; border: 0; 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; transition: font-size .4s; }
h2 { font-size: 2.8em; margin: 26px 0 22px; }
h2 span { color: #FCCC0A; }
h3 { color: #0F61A9; font-size: 2em; font-weight: 700; margin: 28px 0 10px; }
h3 + p { margin-top: 0; }
h4 { font-size: 1.6em; margin: 30px 0 12px; }
h4 + p { margin-top: 0; }
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: 20px 0; }
ul, 
ol { margin: 20px 0; }
li { line-height: 1.6em; margin: 12px 0; }
img { max-width: 100%; }

/* Header */
header { align-items: center; background: #fff; display: flex; justify-content: space-between; padding: 16px 3% 16px 2%; transition: padding .4s; }
header img { height: 74px; transition: height .4s; }
header a:hover img,
header a:focus img { filter: invert(29%) sepia(86%) saturate(1355%) hue-rotate(285deg) brightness(87%) contrast(87%); }
header nav ul { list-style: none; margin: 0; padding: 0; }
header nav li { display: inline-block; font-size: 1.2em; margin: 0; margin-left: 44px; position: relative; transition: font-size .4s, margin .4s; }
header nav li a { color: #2E2E2E; display: block; padding: 0; }
header nav li a:hover,
header nav li a:focus,
header nav li a.active { color: #B93A95; }
header nav li ul { box-shadow: 0 3px 16px -4px #333; opacity: .2; position: absolute; right: 99999px; top: -4000px; width: 240px; z-index: 1; }

header.scrolled { border-bottom: 1px solid #d1d0d0; position: fixed; padding: 8px 1.75% 8px 1.25%; width: 100%; z-index: 1000; }
header.scrolled img { height: 44px; }
header.scrolled h1 { font-size: 1.2em; }
header.scrolled nav li { font-size: .9em; margin-left: 34px; }

#translation-widget img { display: inline-block; }
#translation-widget label { left: -9999px; position: absolute; }
#translation-widget select { background: transparent; border: 0; color: #fff; cursor: pointer; display: inline-block; margin-top: 6px; transition: color .25s; }
#translation-widget select:hover,
#translation-widget select:focus { color: #fccc0a; }
#translation-widget option { background: #fff; color: #2e2e2e; }
#google_translate_element { display: none; }

#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: #2E2E2E; 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% 80px; }
footer > section { padding: 56px 8%; }

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

/* Footer */
#footer-top { align-items: center; background-color: #1F2025; color: #fff; display: flex; justify-content: space-between; }
#footer-top > a { text-align: center; }
#footer-top > a img { display: block; margin: 0 auto 14px; }
#footer-top > div { text-align: right;  }
#footer-bottom { align-items: center; background-color: #550C40; background-image: linear-gradient(to right, #550c40, #8f1c6f); color: #fff; display: flex; gap: 24px; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; }
footer p { margin: 0; }
footer ul { list-style: none; margin: 0 0 24px; padding: 0; }
footer li { display: inline-block; margin: 0 0 0 34px;}
footer a { color: #fff; padding: 0; }
footer a:hover,
footer a:focus,
footer a.active { color: #B93A95; }
footer a:hover img { filter: invert(24%) sepia(43%) saturate(2329%) hue-rotate(276deg) brightness(64%) contrast(98%); }

#footer-bottom a:hover img,
#footer-bottom a:focus img { filter: invert(24%) sepia(53%) saturate(2329%) hue-rotate(354deg) brightness(104%) contrast(98%); }

.purple-box { background: #3b042c; background-image: url(../images/Images/Global_Background.jpg); background-size: cover; background-position: center; color: #fff; }
.purple-box h3 { color: #fccc0a; }

.blue-box { background: #0F61A9; }
.blue-box .content { background: #fff; border-radius: 14px; color: #2e2e2e; margin-top: 18px; padding: 1px 34px 16px; }

.left-header { align-items: center; display: flex; gap: 5%; }
.left-header h2 { color: #fff; font-size: 2.4em; opacity: .01; position: relative; top: -18px; width: 25%; }
.left-header h2 img { display: block; height: 62px; margin-bottom: 10px; transform: rotateY(90deg); }
.left-header .content { background: transparent; border: 1px solid #fff; min-height: 280px; padding: 26px; width: 75%; }
.left-header .content > div { opacity: .01; }

.left-header.animate h2 { opacity: 1; top: 0; transition: .8s; }
.left-header.animate h2 img { transform: rotateY(0deg); transition: .8s ease-in-out .2s; }
.left-header.animate .content { background: #fff; transition: .8s ease-in-out .4s; }
.left-header.animate .content > div { opacity: 1; transition: opacity .8s ease-in-out .8s; }

.st { background: #EE352E; border: 1px solid #fff; border-radius: 50%; color: #fff; display: inline-block; font-size: 1.1em; height: 28px; line-height: 26px; margin: 2px 0 2px 1px; text-align: center; width: 28px; }
.st span { left: -99999px; position: absolute; top: -99999px; }
.st.v { background: #B933AD; }
.st.bl { background: #0039A6; }
.st.o { background: #FF6319; }
.st.gn { background: #00933C; }
.st.br { background: #963; }
.st.gy { background: #A7A9AC; }
.st.y { background: #FCCC0A; color: #2e2e2e; }

/* Homepage */

#ibx-title { align-items: center; display: flex; justify-content: space-between; }
#ibx-title h2 { font-size: 3.6em; font-weight: 700; line-height: 1em; text-transform: uppercase; }
#ibx-title h2 .theinter { text-shadow: none; color: transparent; }
#ibx-title h2 .borough { text-shadow: none; color: transparent; display: block; margin-left: 2.08em; }
#ibx-title h2 .express { text-shadow: none; color: transparent; display: block; margin-left: 1.44em; }
#ibx-title h2 .ibx { color: #B93A95; opacity: .01; position: relative; top: -25px; }
.borough .ibx { opacity: .01; }
.express .ibx { opacity: .01; }
#ibx-title > div { border: 2px solid transparent; border-radius: 14px; font-size: 2em; font-weight: 700; line-height: 1.3em; opacity: .01; padding: 12px 24px; position: relative; top: -28px; width: 410px; }
#ibx-title > div span { color: #fccc0a; margin-top: 9px; opacity: .01; padding-top: 9px; position: relative; top: -14px; }

#ibx-title.animate h2 { transition: 0s; }
#ibx-title.animate .theinter { color: #fff; text-shadow: 0 6px 3px #000; transition: .8s ease-in-out .65s; }
#ibx-title.animate .borough { color: #fff; text-shadow: 0 6px 3px #000; transition: .8s ease-in-out .85s; }
#ibx-title.animate .express { color: #fff; text-shadow: 0 6px 3px #000; transition: .8s ease-in-out 1.05s; }
#ibx-title.animate .ibx { opacity: 1; top: 0; transition: .8s; }
#ibx-title.animate .borough .ibx { opacity: 1; top: 0; transition: .8s ease-in-out .05s; }
#ibx-title.animate .express .ibx { opacity: 1; top: 0; transition: .8s ease-in-out .1s; }
#ibx-title.animate > div { border-color: #b93a95; opacity: 1; top: 0; transition: .8s ease-in-out 1.25s; }
#ibx-title.animate > div span { opacity: 1; top: 0; transition: .8s ease-in-out 1.55s; }

#ibx-summary { background: transparent; border: 1px solid #fff; border-radius: 14px; color: #2e2e2e; margin-top: 24px; position: relative; }
#ibx-summary > div { font-size: 1.3em; padding: 6px 34px 84px; opacity: .01; position: relative; width: 60%; z-index: 10; }
#ibx-summary > div strong { color: #b93a95; }
#ibx-summary > img { border-radius: 14px; height: 100%; opacity: .01; position: absolute; right: 0; top: 0; width: auto; }
#ibx-summary ul { list-style: none; padding: 0; width: 75%; }
#ibx-summary li { border-bottom: 1px solid #b93a95; padding: 2px 0 14px 46px; position: relative; }
#ibx-summary li:last-of-type { border: 0; }
#ibx-summary li:before { background-image: url("../images/icons/bullet_check.svg"); background-repeat: no-repeat; background-size: cover; content: ""; height: 32px; left: 0; position: absolute; top: 5px; transform: rotateY(90deg); width: 32px; }
#ibx-summary li strong { color: #0f61a9; display: block; }
#ibx-summary a { background: #4A1A3C; border-radius: 100px; color: #fff; opacity: .01; padding: 8px 18px 8px 20px; position: relative; top: -14px; }
#ibx-summary a:hover,
#ibx-summary a:focus { background: #300d26; }
#ibx-summary a img { margin-left: 6px; } 
#ibx-summary:after { background: #fff; border-radius: 14px; bottom: 0; content: ""; height: 100%; left: 0; opacity: .01; position: absolute; width: 100%; }

#ibx-summary.animate { background: #fff; transition: background-color 1s ease-in-out 1.95s; }
#ibx-summary.animate > div { opacity: 1; transition: opacity .8s ease-in-out 2.4s; }
#ibx-summary.animate > img { opacity: 1; transition: opacity 0s ease-in-out 2.8s; }
#ibx-summary.animate:after { height: 0; opacity: 1; transition: 1.8s ease-out 2.8s, opacity 0s ease-in-out 2.8s; }
#ibx-summary.animate li:before { transform: rotateY(0deg); transition: transform .6s ease-in-out 3.4s; }
#ibx-summary.animate li:nth-of-type(2):before { transition: transform .6s ease-in-out 3.55s; }
#ibx-summary.animate li:nth-of-type(3):before { transition: transform .6s ease-in-out 3.7s; }
#ibx-summary.animate li:nth-of-type(4):before { transition: transform .6s ease-in-out 3.85s; }
#ibx-summary.animate li:nth-of-type(5):before { transition: transform .6s ease-in-out 4s; }
#ibx-summary.animate a { opacity: 1; top: 0; transition: .6s ease-in-out 4.15s, background .2s; }

#ibx-transfer { margin-top: -190px; padding-top: 170px !important; }

#ibx-events > div { background: transparent; border: 1px solid #fff; border-radius: 14px; color: #2e2e2e; margin-top: 18px; padding: 4px 28px 22px; }
#ibx-events > div * { opacity: .01; }
#ibx-events h3 { color: #0f61a9; }
#ibx-events > div > a { border: 2px solid #0f61a9; border-radius: 180px; display: inline-block; font-size: 1.3em; margin: 40px 0 8px; padding: 6px 22px; }
#ibx-events > div > a img { margin: -2px 0 0 4px; }
#ibx-events > div > a:hover,
#ibx-events > div > a:focus { border-color: #b93a95; color: #b93a95; }
#ibx-events > div > a:hover img,
#ibx-events > div > a:focus img { filter: invert(29%) sepia(86%) saturate(1355%) hue-rotate(285deg) brightness(87%) contrast(87%); }

#ibx-events.animate > div { background: #fff; transition: background .8s; }
#ibx-events.animate > div * { opacity: 1; transition: opacity .8s ease-in-out .4s; }

.mta-btn { border: 2px solid #0f61a9; border-radius: 180px; display: inline-block; font-size: 1.1em; margin: 10px 0; padding: 4px 12px; }
.mta-btn img { height: 16px; margin: -2px 0 0 4px; }
.mta-btn:hover,
.mta-btn:focus { border-color: #b93a95; color: #b93a95; }
.mta-btn:hover img,
.mta-btn:focus img { filter: invert(29%) sepia(86%) saturate(1355%) hue-rotate(285deg) brightness(87%) contrast(87%); }

#comment-form form { width: 100%; }
#comment-form label { left: -99999px; position: absolute; top: -99999px; }
#comment-form form > div { display: flex; justify-content: space-between; }
#comment-form input[type="text"] { border: 1px solid #A7A9AC; border-radius: 6px; margin-bottom: 18px; padding: 8px 12px; width: 49%; }
#comment-form form > .radios { display: block; }
#comment-form form > .radios legend { border: 0; font-size: 1em; margin-bottom: 4px; }
#comment-form form > .radios label { font-weight: 400; position: static; }
#comment-form form > .radios > label { display: block; }
#comment-form form > .radios > div { display: inline-block; margin-right: 18px; }
#comment-form form > .radios > div label { cursor: pointer; margin-left: 4px; }
#comment-form textarea { border: 1px solid #A7A9AC; border-radius: 6px; height: 180px; margin-top: 18px; padding: 8px 12px; width: 100%; }
#comment-form button { background: #0F61A9; border-radius: 180px; color: #fff; margin: 18px 0 0; padding: 7px 14px 7px 16px; }
#comment-form button img { margin: -2px 0 0 4px; }
#comment-form button:hover,
#comment-form button:focus { background: #033a69; }
#cf-msg { color: #b93a95; display: none; font-size: 1.3em; font-weight: 700; font-style: italic; margin: 18px 0; }

/* About */

#about-header h2 { opacity: .01; position: relative; top: -18px; }
#about-header > div { display: flex; gap: 5%; }
#about-header > div > p { font-size: 1.3em; margin: 4px 0; opacity: .01; position: relative; top: -18px; }
#about-header > div > div { background: #06467E; border-radius: 10px; opacity: .01; position: relative; top: -48px; }
#about-header > div > div p { margin: 14px 18px; }
#about-header h3 { background: #0F61A9; border-radius: 10px 10px 0 0; color: #fff; font-size: 1.4em; margin: 0; padding: 12px 18px; }

#about-header.animate h2 { opacity: 1; top: 0; transition: .8s; }
#about-header.animate > div p { opacity: 1; top: 0; transition: .8s ease-in-out .2s; }
#about-header.animate > div div { opacity: 1; top: 0; transition: 1.1s ease-in-out .6s; }

#project-overview h3 { color: #2e2e2e; }
#project-overview > div { align-items: flex-start; display: flex; gap: 3%; width: 100%; }
#project-overview > div p { margin: 0; left: -24px; opacity: .01; position: relative; }
#project-overview > div p img { border: 1px solid #d4d4d4; border-radius: 14px; }
#project-overview > div > div { border-radius: 8px; padding: 24px 24px 12px; left: 24px; opacity: .01; position: relative;  }
#project-overview h4 { color: #fccc0a; margin: 0 0 18px; }
#project-benefits > div { border-top: 1px solid #fff; display: flex; gap: 18px; padding: 14px 0 14px; }
#project-benefits > div > div:first-of-type { border-right: 1px solid #fff; padding-right: 18px; }
#project-benefits strong { display: block; font-size: 3em; font-weight: 500; line-height: 1em; margin: 0; }
#project-benefits .subway-connections { display: block; }
#project-benefits .subway-connections > div { border: 0 !important; } 
#project-benefits .st { transform: rotateY(90deg); }

#project-overview.animate > div p { left: 0; opacity: 1; transition: .8s; }
#project-overview.animate > div > div { left: 0; opacity: 1; transition: .8s ease-in-out .4s; }
#project-overview.animate .st { transform: rotateY(0deg); transition: transform .6s ease-in-out .7s; }
#project-overview.animate .st:nth-of-type(2) { transition: transform .6s ease-in-out .74s; }
#project-overview.animate .st:nth-of-type(3) { transition: transform .6s ease-in-out .78s; }
#project-overview.animate .st:nth-of-type(4) { transition: transform .6s ease-in-out .82s; }
#project-overview.animate .st:nth-of-type(5) { transition: transform .6s ease-in-out .86s; }
#project-overview.animate .st:nth-of-type(6) { transition: transform .6s ease-in-out .9s; }
#project-overview.animate .st:nth-of-type(7) { transition: transform .6s ease-in-out .94s; }
#project-overview.animate .st:nth-of-type(8) { transition: transform .6s ease-in-out .98s; }
#project-overview.animate .st:nth-of-type(9) { transition: transform .6s ease-in-out 1.02s; }
#project-overview.animate .st:nth-of-type(10) { transition: transform .7s ease-in-out 1.06s; }
#project-overview.animate .st:nth-of-type(11) { transition: transform .7s ease-in-out 1.1s; }
#project-overview.animate .st:nth-of-type(12) { transition: transform .7s ease-in-out 1.14s; }
#project-overview.animate .st:nth-of-type(13) { transition: transform .8s ease-in-out 1.18s; }
#project-overview.animate .st:nth-of-type(14) { transition: transform .8s ease-in-out 1.22s; }
#project-overview.animate .st:nth-of-type(15) { transition: transform .8s ease-in-out 1.26s; }
#project-overview.animate .st:nth-of-type(16) { transition: transform .8s ease-in-out 1.3s; }
#project-overview.animate .st:nth-of-type(17) { transition: transform .8s ease-in-out 1.34s; }

#new-benefits { display: flex; flex-wrap: wrap; list-style: none; padding: 0; }
#new-benefits li { align-items: center; background: #3b042c; background-image: url(../images/Images/Global_Background.jpg); background-size: cover; background-position: center; border-radius: 14px; color: #fff; display: flex; gap: 16px; line-height: 1.2em; margin-right: 1.5%; opacity: .01; padding: 18px 22px; position: relative; top: -25px; width: 23.5%; }
#new-benefits li:first-of-type { display: block; }
#new-benefits li div { display: block; }
#new-benefits li img { height: 74px; }
#new-benefits strong { display: block; font-size: 3.4em; line-height: 1em; }
#new-benefits li:first-of-type strong { display: inline-block; vertical-align: middle; }
#new-benefits .st { transform: rotateY(90deg); }

@media screen and (max-width: 1600px) {
    #new-benefits li strong { font-size: 2.5em; }
}
@media screen and (max-width: 1300px) {
    #new-benefits li img { height: 54px; }
    #new-benefits li strong { font-size: 2em; }
}
@media screen and (max-width: 1070px) {
    #new-benefits li { width: 31.5%; }
}
@media screen and (max-width: 800px) {
    #new-benefits { gap: 0; }
    #new-benefits li { margin: 8px 0; width: 100%; }
}

.animate #new-benefits li { opacity: 1; top: 0; transition: .6s; }
.animate #new-benefits li:nth-of-type(2) { opacity: 1; top: 0; transition: .6s ease-in-out .1s; }
.animate #new-benefits li:nth-of-type(3) { opacity: 1; top: 0; transition: .6s ease-in-out .2s; }
.animate #new-benefits li:nth-of-type(4) { opacity: 1; top: 0; transition: .6s ease-in-out .3s; }
.animate #new-benefits li:nth-of-type(5) { opacity: 1; top: 0; transition: .6s ease-in-out .4s; }
.animate #new-benefits li:nth-of-type(6) { opacity: 1; top: 0; transition: .6s ease-in-out .5s; }
.animate #new-benefits li:nth-of-type(7) { opacity: 1; top: 0; transition: .6s ease-in-out .6s; }
.animate #new-benefits .st { transform: rotateY(0deg); transition: transform .6s ease-in-out 1s; }
.animate #new-benefits .st:nth-of-type(2) { transition: transform .6s ease-in-out 1.04s; }
.animate #new-benefits .st:nth-of-type(3) { transition: transform .6s ease-in-out 1.08s; }
.animate #new-benefits .st:nth-of-type(4) { transition: transform .6s ease-in-out 1.12s; }
.animate #new-benefits .st:nth-of-type(5) { transition: transform .6s ease-in-out 1.16s; }
.animate #new-benefits .st:nth-of-type(6) { transition: transform .6s ease-in-out 1.2s; }
.animate #new-benefits .st:nth-of-type(7) { transition: transform .6s ease-in-out 1.24s; }
.animate #new-benefits .st:nth-of-type(8) { transition: transform .6s ease-in-out 1.28s; }
.animate #new-benefits .st:nth-of-type(9) { transition: transform .6s ease-in-out 1.32s; }
.animate #new-benefits .st:nth-of-type(10) { transition: transform .7s ease-in-out 1.36s; }
.animate #new-benefits .st:nth-of-type(11) { transition: transform .7s ease-in-out 1.4s; }
.animate #new-benefits .st:nth-of-type(12) { transition: transform .7s ease-in-out 1.44s; }
.animate #new-benefits .st:nth-of-type(13) { transition: transform .8s ease-in-out 1.48s; }
.animate #new-benefits .st:nth-of-type(14) { transition: transform .8s ease-in-out 1.52s; }
.animate #new-benefits .st:nth-of-type(15) { transition: transform .8s ease-in-out 1.56s; }
.animate #new-benefits .st:nth-of-type(16) { transition: transform .8s ease-in-out 1.6s; }
.animate #new-benefits .st:nth-of-type(17) { transition: transform .8s ease-in-out 1.64s; }

#why-lightrail > div { background: transparent; border: 1px solid #fff; border-radius: 12px; color: #2e2e2e; padding: 4px 36px 22px; }
#why-lightrail > div * { opacity: .01; }
#why-lightrail ul { list-style: none; padding: 0; }
#why-lightrail li { align-items: center; display: flex; gap: 18px; margin-bottom: 18px; }
#why-lightrail li img { transform: rotateY(90deg); }
#why-lightrail h3 { color: #0f61a9; }
#why-lightrail li h4 { color: #B93A95; margin: 0 0 4px; }

#why-lightrail.animate > div { background: #fff; transition: background .8s; }
#why-lightrail.animate > div * { opacity: 1; transition: opacity .8s ease-in-out .4s; }
#why-lightrail.animate li img { transform: rotateY(0deg); transition: transform .6s ease-in-out 1s; }
#why-lightrail.animate li:nth-of-type(2) img { transition: transform .6s ease-in-out 1.1s; }
#why-lightrail.animate li:nth-of-type(3) img { transition: transform .6s ease-in-out 1.2s; }
#why-lightrail.animate li:nth-of-type(4) img { transition: transform .6s ease-in-out 1.3s; }
#why-lightrail.animate li:nth-of-type(5) img { transition: transform .6s ease-in-out 1.4s; }

#project-progress > div { display: flex; gap: 3%; margin-top: 32px; }

#corridor-history { background: rgba(140,140,140,.15); backdrop-filter: blur(8px); border: 1px solid rgba(118,117,117,.4); border-radius: 14px; flex-shrink: 0; left: -24px; opacity: .01; padding: 0 28px; position: relative; width: 380px; }
#corridor-history h3 { color: #fff; }
#corridor-history > ul { list-style: none; padding: 0; }
#corridor-history > ul ul { margin: 0; padding-left: 26px; }
#corridor-history > ul ul li:first-of-type { margin-top: 0; }
#corridor-history > ul ul li:last-of-type { margin-bottom: 0; }
#corridor-history > ul > li { border-bottom: 1px solid rgba(118,117,117,.7); display: flex; gap: 18px; padding: 8px 0 18px; }
#corridor-history > ul > li:last-of-type { border: 0; }
#corridor-history span { color: #fccc0a; font-size: 1.5em; }

#dev-process { background: #fff; border-radius: 14px; color: #2e2e2e; left: 24px; opacity: .01; padding: 0 28px 34px; position: relative; }
#dev-process h3 { color: #0f61a9; }
#dev-process > div { align-items: center; background: #0F61A9; border-radius: 12px; color: #fff; display: flex; gap: 12px; padding: 9px 14px; }

.animate #corridor-history { left: 0; opacity: 1; transition: .8s; }
.animate #dev-process { left: 0; opacity: 1; transition: .8s ease-in-out .4s; }

/* Map */

#interactive-map { position: relative; }
#interactive-map h3 { color: #fff; }

#map-area { height: 660px; margin: 20px 0 28px; overflow: hidden; position: relative; width: 100%; }
#map { height: 100%; width: 100%; }
.map-label { font-family: "helvetica-neue-lt-pro", sans-serif !important; font-size: 1.5em !important; font-weight: 700; margin-left: 42px; transform: translateX(50%); }
.map-flag { margin-top: 44px; transform: translateX(40%) translateY(40%); }
.map-flag-left { margin-top: 44px; transform: translateX(-40%) translateY(40%); }
.map-flag-up { margin-top: -18px; transform: translateX(-60%) translateY(-100%); }
.map-flag-upright { margin-top: -18px; transform: translateX(-5%) translateY(-100%); }
.map-left { margin-right: 86px; transform: translateX(-50%); }

#station-list ul { background: #fff; border-radius: 14px; columns: 3; list-style: none; padding: 18px 24px; }
#station-list li { margin: 0; }
#station-list button { background: transparent; color: #2e2e2e; font-size: 1.2em; }
#station-list button:before { background: #2E2E2E; border: 3px solid #fff; border-radius: 50%; content: ""; display: inline-block; height: 22px; margin-right: 12px; outline: 3px solid #B93A95; vertical-align: middle; width: 22px; }

#stations { overflow: hidden; position: relative; }
#stations > div { display: flex; flex-wrap: wrap; justify-content: space-between; left: 0; position: relative; transition: left 1s; width: 600%; }
#stations > div > div { background: rgba(140,140,140,.15); backdrop-filter: blur(8px); border: 1px solid rgba(118,117,117,.4); border-radius: 14px; padding: 0 24px 24px; width: 5.55555555%; }
#stations > div > div.zoomed { backdrop-filter: none; }
#stations > div > div.active { background: #59033A; border-color: #fccc0a; }
#stations > div > div > div { align-items: flex-start; border-bottom: 1px solid rgba(188,187,187,.7); display: flex; gap: 18px; margin-bottom: 14px; padding-bottom: 20px; }
#stations > div > div > div img { border-radius: 10px; max-width: 200px; width: 48%; }
#stations > div > div > div > div:first-of-type { border-radius: 10px; flex-shrink: 0;  width: 48%; }
#stations > div > div > div > div:first-of-type img { max-width: 200px; width: 100%; }
#stations > div > div > div > div:last-of-type > div:first-of-type { border-bottom: 1px solid rgba(188,187,187,.7); margin-bottom: 12px; padding-bottom: 12px; }
#stations h4 { color: #fccc0a; margin: 22px 0 18px; }
#stations h5 { font-size: 1.2em; line-height: 1.2em; margin: 0; }
#stations h6 { color: #fccc0a; margin: 14px 0 2px; }

#stations.new-stations > div { transition: left .8s; width: 1800% }
#stations.new-stations > div > div { display: flex; gap: 24px; padding: 34px; position: relative; }
#stations.new-stations > div > div > div { border: 0; display: block; width: 48%; }
#stations.new-stations > div > div > div > div { border-bottom: 1px solid rgba(188,187,187,.7); border-radius: 0; padding: 16px 0; width: 100%; }
#stations.new-stations > div > div > div > div:last-of-type { border: 0;  }
#stations.new-stations > div > div > img { border-radius: 14px; object-fit: cover; height: 88%; max-width: 800px; position: absolute; right: 38px; width: 44%; }
#stations.new-stations h4 { margin: 0; }
#stations.new-stations h5 { margin-bottom: 2px; }

#interactive-map > button { background: transparent; bottom: 360px; position: absolute; right: 2%; }
#interactive-map > button.prev-btn { left: 2%; right: auto; transform: rotate(180deg); }
#interactive-map > button:hover,
#interactive-map > button:focus { filter: invert(24%) sepia(53%) saturate(2329%) hue-rotate(354deg) brightness(104%) contrast(98%);  }
#interactive-map > button span { left: -99999px; position: absolute; }
#interactive-map > button.prev-btn span { left: auto; right: -99999px; }

/* Resources */

.news-triplet { display: flex; gap: 26px; }
.news-triplet > div { background: #fff; border-radius: 14px; color: #2e2e2e; padding: 20px 20px 4px; width: 33.3333%; }
.news-triplet span { color: #B93A95; display: block; font-size: .9em; font-weight: 700; margin: 14px 0; }
.news-triplet a { font-weight: 700; }
.news-triplet img { height: 240px; object-fit: cover; object-position: center; position: relative; width: 100%; }

/* Contact */

#reach-out { align-items: flex-start; display: flex; gap: 5%; padding-top: 88px !important; padding-bottom: 88px !important; }
#reach-out h2 { margin-top: 0; }
#reach-out h3 { font-size: 1.7em; font-weight: 400; }
#reach-out p { margin: 22px 0; }
#reach-out p:last-of-type { padding-top: 22px; position: relative; }
#reach-out p:last-of-type:before { background: rgba(200,200,200,.7); content: ""; height: 1px; position: absolute; top: 0; width: 66px; }
#reach-out a { color: #fff; text-decoration: underline; }
#reach-out a:hover,
#reach-out a:focus { color: #fccc0a; }
#reach-out > div:first-of-type { width: 30%; }
#reach-out #comment-form { background: rgba(140,140,140,.15); backdrop-filter: blur(6px); border: 1px solid rgba(118,117,117,.4); border-radius: 14px; padding: 26px; width: 70%; }
#reach-out #comment-form input[type="text"],
#reach-out #comment-form textarea { background: transparent; border-color: rgba(222,222,222,.7); color: #eee; }
#reach-out #comment-form input::placeholder,
#reach-out #comment-form textarea::placeholder{ color: #A7A9AC; }
#reach-out #comment-form form > .radios { color: #d6d6d6; }
#reach-out #comment-form form > .radios legend { color: #d6d6d6; }
#reach-out #comment-form button { background: transparent; border: 1px solid #d6d6d6; }
#reach-out #comment-form button:hover,
#reach-out #comment-form button:focus { background: #b93a95; }
#reach-out #cf-msg { color: #eee; }

/* Accordions */
.hdr-accordion h4 { font-size: 1.4em; margin: 0; }
.hdr-accordion { border-bottom: 1px solid #D4D4D4; }
.hdr-accordion-header { background: #fff; color: #2e2e2e; cursor: pointer; padding: 12px 48px 12px 0; position: relative; text-align: left; transition: color .3s; width: 100%; }
.hdr-accordion-header span { border: 2px solid #fff; border-radius: 50%; height: 30px; left: 9px; position: absolute; top: 50%; transform: translateY(-50%); width: 30px; }
.hdr-accordion-set.has-js .hdr-accordion-header:hover,
.hdr-accordion-set.has-js .hdr-accordion-header:focus { background: #fff; color: #B93A95; }
.hdr-accordion-set.has-js .hdr-accordion-header:after { background-image: url("../images/acc-arrow.png"); background-repeat: no-repeat; background-size: cover; content: ""; height: 22px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: .8s, filter 0s; width: 22px; }
.hdr-accordion-set.has-js .hdr-accordion-header:hover:after,
.hdr-accordion-set.has-js .hdr-accordion-header:focus:after{ filter: invert(29%) sepia(86%) saturate(1355%) hue-rotate(285deg) brightness(87%) contrast(87%); }
.hdr-accordion-set.has-js .opened .hdr-accordion-header:after { right: 10px; transform: translateX(50%) translateY(-40%) rotate(-90deg); }
.hdr-accordion-set.has-js .hdr-accordion.opened { border: 0; }
.hdr-accordion > div { border: 1px solid #B93A95; border-radius: 14px; margin-bottom: 14px; padding: 4px 28px; }

#faqs .hdr-accordion { background: rgba(140,140,140,.15); backdrop-filter: blur(8px); border: 1px solid rgba(118,117,117,.4); border-radius: 18px; margin: 22px 0; }
#faqs .hdr-accordion-header { background: transparent; color: #fff; padding: 12px 14px 12px 72px; }
#faqs .hdr-accordion-set.has-js .hdr-accordion-header:hover,
#faqs .hdr-accordion-set.has-js .hdr-accordion-header:focus,
#faqs .hdr-accordion-set.has-js .opened .hdr-accordion-header { color: #fccc0a; }
#faqs .hdr-accordion h3 { font-size: 1.4em; font-weight: 400; margin: 0; }
#faqs .hdr-accordion-set.has-js .hdr-accordion-header:after { background-image: url("../images/faqacc-arrow.png"); height: 28px; left: 22px; right: auto; width: 28px; }
#faqs .hdr-accordion-set.has-js .opened .hdr-accordion-header:after { right: 10px; transform: translateX(6%) translateY(-54%) rotate(90deg); }
#faqs .hdr-accordion-set.has-js .hdr-accordion-header:hover:after,
#faqs .hdr-accordion-set.has-js .hdr-accordion-header:focus:after,
#faqs .hdr-accordion-set.has-js .opened .hdr-accordion-header:after { filter: invert(24%) sepia(53%) saturate(2329%) hue-rotate(354deg) brightness(104%) contrast(98%); }
#faqs .hdr-accordion > div { border: 0; }

#downloads .hdr-accordion a { color: #000; text-decoration: underline; }
#downloads .hdr-accordion a:hover,
#downloads .hdr-accordion a:focus { color: #B93A95; }
#downloads .hdr-accordion .no-indent { padding-left: 18px; }

/* Tabs */
.hdr-tabs { margin: 34px 0; }
.hdr-tabs .hdr-tablist { display: none; }
.hdr-tabs.has-js .hdr-tablist { display: block; }
.hdr-tabs .hdr-tab { background: transparent; border: 1px solid #fff; border-radius: 180px; font-weight: 400; margin: 3px 12px 0 0; padding: 9px 22px 9px; transition: .25s; }
.hdr-tabs .hdr-tab:hover,
.hdr-tabs .hdr-tab:focus { border-color: #fccc0a; color: #fccc0a; }
.hdr-tabs .hdr-tab[aria-selected="true"] { border-color: #fccc0a; color: #fccc0a; }
.hdr-tabs .hdr-tabpanel { margin: 24px 0; }
.hdr-tabs.has-js .hdr-tabpanel { display: none; margin-bottom: 0; opacity: .1; transition: opacity .4s; }
.hdr-tabs.has-js .hdr-tabpanel.active { display: block; }
.hdr-tabs.has-js .hdr-tabpanel.fadein { opacity: 1; }

#station-list .hdr-tab:hover,
#station-list .hdr-tab:focus { border-color: transparent; color: #B93A95; }
#station-list .hdr-tab[aria-selected="true"] { border-color: transparent; }
#station-list .hdr-tab[aria-selected="true"]:before { background: #F2A900; }

#news-tabs { margin-top: 14px; padding-bottom: 34px; position: relative; }
#news-tabs .hdr-tablist { position: absolute; text-align: center; top: 100%; width: 100%; }
#news-tabs .hdr-tab { background: #fff; height: 20px; margin: 0 4px; padding: 0; width: 20px; }
#news-tabs .hdr-tab:hover,
#news-tabs .hdr-tab:focus { background: #fccc0a; }
#news-tabs .hdr-tab[aria-selected="true"] { background: #fccc0a; }
#news-tabs .hdr-tab span { left: -99999px; position: absolute; top: -99999px; }
#news-tabs > button { background-color: transparent; border: 0; height: 44px; left: 100%; margin-left: 30px; padding: 0; position: absolute; top: 200px; width: 44px; }
#news-tabs > button:hover,
#news-tabs > button:focus { filter: invert(24%) sepia(53%) saturate(2329%) hue-rotate(354deg) brightness(104%) contrast(98%); }
#news-tabs > .prev-btn { left: auto; margin-right: 30px; right: 100%; transform: rotate(180deg); }

/* Lightbox */
.hdr-lightbox { margin-bottom: 0; position: relative; width: 100%; }
.hdr-lightbox img { width: 100%; }
/* .hdr-lightbox img:last-of-type { display: none; } */
.hdr-lightbox button { background: transparent; display: none; font-size: 1em; height: 100%; left: 0; margin: 0; position: absolute; top: 0; width: 100%; }
.hdr-lightbox.has-js button { display: block; }
.hdr-lightbox button:after { background: #000; background: rgba(0,0,0,.3); content: ""; height: 0; left: 50%; margin: 0; opacity: 0; position: absolute; top: 50%; transition: .4s; width: 0; }
.hdr-lightbox button:hover:after,
.hdr-lightbox button:focus:after { height: 100%; left: 0; opacity: .8; top: 0; width: 100%; }
.hdr-lightbox button[disabled]:after { display: none; }
.hdr-lightbox button span { color: #333; font-style: italic; left: -99999px; margin-top: 12px; position: absolute; top: 100%; }

body.hdr-lightbox-showing { overflow: hidden; }
.hdr-lightbox.enhanced { height: 100%; left: 0; position: fixed; top: 0; width: 100% !important; z-index: 2000; }
.hdr-lightbox.enhanced div { box-shadow: 4px 13px 28px 0 #111; left: 50%; max-height: 86%; max-width: 1120px; overflow: auto; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); width: 90%; z-index: 3; }
.hdr-lightbox.enhanced div img { max-width: 8000% !important; width: 100%; }
/* .hdr-lightbox.enhanced div img:first-of-type { display: none !important; } */
.hdr-lightbox.enhanced button { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.hdr-lightbox.enhanced button:before { color: #fff; content: "\00d7"; font-size: 3em; line-height: 1em; position: absolute; right: 10px; top: 0; z-index: 2; }
.hdr-lightbox.enhanced button:after { background: rgba(0,0,0,.97); height: 100%; left: 0; opacity: .8; top: 0; width: 100%; }
.hdr-lightbox.enhanced button:hover:after { background: rgba(0,0,0,.99); }
.hdr-lightbox.enhanced button span { opacity: 0; transition: opacity .3s; }
.hdr-lightbox.enhanced button:hover span,
.hdr-lightbox.enhanced button:focus span { color: #fff; font-size: 1.1em; left: auto; opacity: 1; right: 44px; top: 1px; z-index: 3; }

@media screen and (max-width: 992px) {
    .hdr-lightbox.enhanced div img { width: 1120px !important; }
}

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

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

    #content > section { padding: 56px 8% 90px; }

    #ibx-summary > div { padding: 20px 48px 148px; }

    #corridor-history { flex-shrink: 1; width: auto; }
}

@media screen and (max-width: 1260px) {
    #content > section { padding: 32px 6% 60px; }
    footer > section { padding: 32px 6%; }
    
    header { padding: 10px 2.5% 10px 1.75%; }
    header img { height: 60px; }
    header nav li { font-size: 1.1em; margin-left: 38px; }

    #corridor-history { flex-shrink: 0; font-size: .9em; width: 320px; }
    
    #interactive-map { padding-bottom: 110px !important; }
    #interactive-map > button { bottom: 20px; right: 7%; }
    #interactive-map > button.prev-btn { bottom: 20px; left: 5%; right: auto; }

    #station-list ul { padding: 14px 4px; }
    #station-list button { font-size: 1em; }
    #map-area { height: 580px; }
    #stations > div > div { font-size: .9em; }
    #stations > div > div > div img { height: auto; width: 40%; }
    #stations h5 { font-size: 1em; }
    #stations.new-stations > div > div > img { height: 85%; }

    .news-triplet img { height: 170px; }
    #news-tabs > button { left: auto; margin-top: -14px; right: 0; top: 100%; }
    #news-tabs > .prev-btn { left: 0; margin-left: 0; right: auto; }
}

@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: 22px 6% 44px; }
    footer > section { padding: 32px 6% 24px; }
    .row { display: block; }

    /* 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); }
    
    header { padding: 8px 14px; }
    header img { height: 48px; }
    header nav { position: relative; }
    header nav ul { background-color: #fff; box-shadow: 2px 4px 8px -4px #000; margin-top: 8px; opacity: 0; position: absolute; right: 9999px; top: 100%; width: 220px; z-index: 1; }
    header nav li { border-top: 1px solid #dbd9d9; display: block; margin: 0; text-align: center; width: 100%; }
    header nav li a { padding: 6px; }
    .menu-opened header nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }

    header.scrolled { padding: 5px 15px; z-index: 100; }
    header.scrolled img { height: 32px; }
    header.scrolled nav li { margin: 0; }

    #ibx-title h2 { font-size: 2.6em; }
    #ibx-title > div { font-size: 1.5em; }
    #ibx-summary { font-size: .85em; margin-top: 14px; }
    #ibx-summary > div { padding: 1px 20px 50px; }
    #ibx-summary a { font-size: .9em; }
    #ibx-events > div > a { font-size: 1.1em; line-height: 1.1em; margin: 18px 0 6px; padding: 8px 12px; }
    #ibx-events > div > a img { height: 16px; }
    
    .left-header h2 { font-size: 1.8em; }
    .left-header h2 img { height: 44px; }

    #about-header > div > p { font-size: 1.1em; }
    #about-header h3 { font-size: 1.2em; }
    
    #project-progress > div { display: block; }
    #project-benefits > div { line-height: 1.2em; }
    #project-benefits strong { font-size: 2.4em; }
    #corridor-history { width: 100%; }
    #dev-process { margin-top: 28px; padding-top: 1px; }

    #station-list ul { columns: 2; }
    #station-list button:before { border-width: 2px; height: 16px; margin-right: 9px; outline-width: 2px; width: 16px; }
    #interactive-map > .hdr-tabs { margin-bottom: 4px;  }
    #map-area { height: 460px; }
    #stations > div { width: 1800%; }
    #stations > div > div { width: 5.55555%; }
    #stations > div > div > div img { max-width: 180px; }
    #stations.new-stations > div > div > img { height: 86%; width: 42%; }

    .news-triplet { gap: 14px; }
    .news-triplet > div { font-size: .9em; padding: 12px 12px 1px; }
    .news-triplet > div img { height: 140px; }
    .news-triplet span { margin-bottom: 10px; }
    .news-triplet a { display: block; line-height: 1.2em; }
    .news-triplet p { margin-top: 12px; }
    
    #reach-out { padding-top: 64px !important; padding-bottom: 64px !important; }

    footer li { margin-left: 28px; }
    #translation-widget { font-size: .9em; }
}

@media screen and (max-width: 768px) {
    #content > section { padding: 16px 8% 38px; }
    footer > section { padding: 26px 8% 18px; }

    #ibx-title h2 { font-size: 2.2em; }
    #ibx-title > div { font-size: 1.1em; }
    #ibx-summary > img { margin-top: -80%; position: static; }
    #ibx-summary > div { width: 100%; }
    #ibx-summary ul { width: 52%; }
    #ibx-summary li { padding-left: 36px; }
    #ibx-summary li:before { height: 24px; width: 24px; }

    .left-header { display: block; }
    .left-header h2 { width: 100%; }
    .left-header h2 img { height: 38px; }
    .left-header .content { margin-top: 24px; padding: 22px 18px; width: 100%; }

    #about-header > div > p { font-size: 1em; }
    #about-header > div { display: block; }
    #about-header > div > div { margin-top: 24px; }
    #about-header > div > div > p { padding-bottom: 14px; }

    #project-overview > div { display: block; }
    #project-overview > div > div { margin-top: 26px; }
    
    #reach-out { flex-wrap: wrap; gap: 24px; }
    #reach-out { padding-top: 44px !important; padding-bottom: 46px !important; }
    #reach-out > * { width: 100% !important; }
    #cf-msg { font-size: 1.1em; }
    
    #stations.new-stations > div > div { display: block; padding: 24px; }
    #stations.new-stations > div > div > div { margin-bottom: 0; padding-bottom: 6px; width: 100%; }
    #stations.new-stations > div > div > img { display: block; height: 250px; margin: 0 auto; position: static; width: 100%; }
    
    #footer-top { display: block; }
    #footer-top > a { display: block; }
    #footer-top > a img { height: 64px; margin-bottom: 8px; } 
    #footer-top > div { margin-top: 14px; text-align: center; }
    footer ul { margin: 0 0 14px; }
    footer li { margin: 5px 9px; }
    #translation-widget select { margin-top: 3px; }
    
    .hdr-accordion h4 { font-size: 1.2em; }
    .hdr-accordion-set.has-js .hdr-accordion-header:after { height: 18px; width: 18px; }
    .hdr-accordion > div { padding: 1px 18px; }
}

@media screen and (max-width: 654px) {
    .left-header h2 { font-size: 1.4em; }
    
    .hdr-tabs .hdr-tab { margin: 0 10px 0 0; padding: 6px 20px; }
    
    #ibx-title { display: block; overflow: hidden; }
    #ibx-title h2 { font-size: 2em; position: relative; left: 50%; transform: translateX(-25%); }
    #ibx-title > div { font-size: 1em; margin: 0 auto 8px; max-width: 240px; padding: 10px 14px; width: 100%; }
    #ibx-summary { overflow: hidden; }
    #ibx-summary ul { width: 44%; }
    #ibx-summary > img { margin-left: -30%; margin-top: -100%; max-width: 8000%; width: 130%; }
    #ibx-events > div > a { border-radius: 14px; font-size: 1em; padding: 8px 14px; }

    #station-list ul { columns: 1; padding: 6px 18px 10px}
    #station-list li { display: inline-block; margin: 6px 0; }
    #station-list li button { padding: 0; }
    #station-list button:before { border-width: 2px; height: 16px; margin-right: 9px; outline-width: 2px; width: 16px; }
    
    #project-overview > div > p { border: 1px solid #aaa; overflow: auto; }
    #project-overview > div > p img { border: 0; border-radius: 0; max-width: 8000%; width: 580px; }

    .news-triplet { flex-wrap: wrap; }
    .news-triplet > div { width: 100%; }
}

@media screen and (max-width: 524px) {
    #ibx-title h2 { font-size: 1.8em; position: relative; left: 10px; transform: translateX(0%); }
    #ibx-title > div { font-size: 1em; margin: 0 auto 8px; max-width: 100%; padding: 10px 14px; width: 100%; }
    #ibx-summary ul { width: 100%; }
    #ibx-summary > img { margin-top: -140px; }
    #ibx-summary a { font-size: .8em; }

    #comment-form form { font-size: .9em; }
    #comment-form form > div { flex-wrap: wrap; }
    #comment-form input[type="text"] { margin-bottom: 6px; width: 100%; }
    #reach-out #comment-form input[type="text"] { margin-bottom: 12px; }
    #comment-form textarea { height: 230px; }
    #comment-form form > .radios { margin-top: 8px; }

    #footer-bottom { flex-direction: column; gap: 12px; padding-top: 12px; padding-bottom: 12px; text-align: center;  }
}

@media screen and (max-width: 448px) {
    html,body { overflow-x: hidden; }
    
    #ibx-summary > img { margin-left: -50%; margin-top: -40px; margin-bottom: 8px; width: 150%; }
}