body, html { color: #000; font-family: 'Montserrat', sans-serif !important; font-size: 18px !important; overflow: hidden;}
#screen { height: 100%; left: 0; position: absolute; transition: left .6s; width: 100%; }

html.translated-ltr #screen,
html.translated-rtl #screen { height: 94%; }
html.translated-ltr #menu > div,
html.translated-rtl #menu > div { height: 94%; }

h1 { font-size: 1.2em; font-weight: 700; margin: 8px 18px; text-align: center; }
h2 { color: #004953; font-size: 2.2em; font-weight: 700; margin-bottom: 2px; }
h3 { background: #004953; border-radius: 3px; color: #fff; font-size: 1.3em; font-weight: 700; margin-top: 32px; margin-bottom: 20px; padding: 10px 14px; }
h3:first-of-type { margin-top: 16px; }
h4 { color: #242929; font-size: 1.1em; font-weight: 700; margin-bottom: 12px; }

p { margin: 16px 0; }
li { margin: 8px 0; }
hr { border-bottom: 1px solid #555; }

a { color: #000; text-decoration: underline; transition: background .2s, color .2s; }
a:hover, 
a:focus { color: #047; }

button { background: #00856C; border-radius: 10px; border: 0; color: #fff; letter-spacing: .02em; margin-top: 8px; padding: 4px 16px; transition: background-color .2s; }
button:hover { background: #005c4a; }

.ada-element { left: -9999px; position: absolute; }
.skiptranslate + #screen header { height: 94%; }

.wg-default,
.wg-default .country-selector { right: auto !important; left: 4% !important; }

.signup-jot + iframe { display: none !important; } 
.signup-jot.showing + iframe { display: block !important; }

/**********************************

    Drupal Styles
************************************/
.region--static-site .block-system-main-block{
    height: 100vH;
    position: relative;
 }

/**********************************

    Intro screen 

***********************************/
#intro-screens { height: 100%; left: 0; opacity: 1; position: absolute; top: 0; transition: 1.1s; width: 100%; z-index: 50; }
#introduction { background: #004953; background-image: url("../images/Photo_Welcome.jpg"); background-position: center; background-size: cover; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 52; }
#introduction:before { background: rgba(0,0,0,.45); content: ""; height: 100%; left: 0; position: absolute; top: 0;  width: 100%; }
#introduction > div { background: #fff; border-radius: 16px; bottom: 8%; left: 6%; overflow: auto; padding: 30px 34px; position: absolute; text-align: center; top: 8%; width: 46%; }
#introduction > div > img { display: inline-block; height: 36px; margin: 0 5px; }
#introduction > div > img:first-of-type { display: block; height: auto; margin: 0 auto; width: 230px; }
#introduction > div > p { margin: 34px 0 28px; }
#introduction > div #meeting-purpose { background: #E9EFFE; margin-bottom: 24px; padding: 4px 22px 16px; text-align: left; }
#introduction > div > button { background: #244A89; display: block; line-height: 1.1em; margin: 0 auto 28px; padding: 8px 14px 7px; }
#introduction > div > button:hover { background: #14346a; }
#introduction.acknowledged { opacity: 0; top: -100%; transition: 8s; }

#translation-widget { display: none; margin: 14px auto 0; width: 200px; }
.has-js #translation-widget { display: block; }
#translation-widget label { left: -9999px; position: absolute; }
#translation-widget select { font-size: .9em; padding: 4px 0; width: 100%; }
#google_translate_element { display: none; }

#introduction > a { background: #244A89; border-radius: 10px; color: #fff; display: inline-block; margin: 12px 4px 0; padding: 4px 16px; text-decoration: none; }
#introduction p a.regular { color: #244a89; font-weight:bold; }
#introduction #english-enter { display: none; }

#walkthrough { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#walkthrough-cover { background: #000; background: rgba(0,0,0,.6); height: 100%; margin-top: -40px; position: absolute; transition: .75s; width: 100%; }
#instruction { background: #183463; bottom: 20px; color: #fff; left: 18%; position: absolute; right: auto; text-align: center; top: auto; transition: .75s; width: 300px; }
#instruction p { clear: both; display: none; margin: 0; padding: 16px 24px 12px; }
#instruction p.showing { display: block; }
#instruction button:first-of-type { background: transparent; float: right; font-size: 2.4em; line-height: .6em; padding: 0 8px; }
#instruction button:last-of-type { background: transparent; font-weight: 700; margin-bottom: 14px;  }
#instruction img { bottom: 14px; left: 25px; position: absolute; top: auto; transition: .75s; width: 70px; }

.got1 #walkthrough-cover { margin-left: 15%; margin-top: 0; }
.got1 #instruction { left: 5%; bottom: auto; top: 56px; }

.got2 #walkthrough-cover { margin-left: 0; }
.got2 #instruction { left: auto; right: 3%; top: 76px; }
.got2 #instruction img { bottom: auto; left: 165px; position: absolute; transform: rotate(180deg); top: 12px; width: 70px; }

#intro-screens.exhausted { opacity: 0; top: -100%; }

/**********************************

    Left menu

***********************************/
#menu { background-color: #fff; font-size: .85em; height: 100%; left: 0; padding-top: 8px; position: fixed; transition: left .6s; width: 15%; z-index: 1; }
#menu > div { height: 100%; overflow-y: auto; padding: 12px 0 54px; position: relative;  }
.menu-hidden #menu { left: -15%; }
.contact-open #menu { left: -25%; }
#mobile-menu-close { display: none; }

#logo { color: #004953; display: block; text-decoration: none; }
.logo { display: block; padding: 0 10%; width: 100%; } 

.partners { bottom: 12px; position: absolute; text-align: center; width: 100%; }
.partners img { height: 32px; margin: 0 4px; }
.partners #translation-widget { width: 90%; }

#side-menu { background-color: #fff; border: 1px solid #d2d2d2; border-width: 1px 0; max-height: 54%; margin: 16px 0 0; overflow-y: auto; padding: 0; }
@media screen and (max-height: 460px) {
    .partners { bottom: 6px;}
    .partners img { height: 22px; margin-bottom: 0; }
    .partners #translation-widget { font-size: .8em; margin-top: 5px; }
    .partners #translation-widget select { padding: 0; }
    .logo { margin: 0 auto 4px; width: 155px; }
}
#side-menu button { background: #eeeeef; border-bottom: 1px solid #e9eaea; border-radius: 0; color: #004953; font-weight: 700; line-height: 1.3em; margin: 0; min-height: 36px; opacity: .9; padding: 12px 8px 10px 12px; position: relative; text-align: left; transition: .2s; width: 100%; }
#side-menu button:last-of-type { border-bottom: 0; }
#side-menu button i { background-color: #ECE95E; color: #244A89; display: none; height: 24px; left: 6px; line-height: 24px; position: absolute; text-align: center; top: 10px; width: 22px; }
#side-menu button:hover { background: #eeeeef; opacity: 1; }
#side-menu button[aria-selected="true"] { background-color: #00856C; color: #fff; }
#side-menu button[aria-selected="true"] i { background-color: #ECE95E; }
#side-menu button span:focus { border: 2px solid #333; display: block; }

#menu-toggle { display: none; font-size: 1em; left: 100%; margin-left: 14%; position: absolute; top: 16px; transition: margin .6s; z-index: 1; }
.has-js #menu-toggle { display: block; }
#menu-toggle.not-on-desktop { display: none; }
#menu-toggle span { background-color: #fff; display: block; height: 2px; margin: 4px auto; transition: margin .2s, transform .2s; width: 22px; }
.menu-open #menu-toggle { margin-left: 11%; }
.menu-open #menu-toggle span:first-of-type { transform: rotate(-25deg); margin-top: 6px; width: 16px; }
.menu-open #menu-toggle span:last-of-type { transform: rotate(25deg); margin-top: -6px; width: 16px; }
.menu-open #menu-toggle span:nth-of-type(2) { opacity: 0; }

.meeting-button { background-color: #00856C; box-shadow: 0 3px 8px -2px #222; color: #fff; font-size: .8em; font-weight: 700; height: 50px; margin: 0; overflow: hidden; padding: 0 20px; position: relative; text-align: center; text-transform: uppercase; }
.meeting-button:hover { background-color: #006d58; }
.meeting-button:after { background: rgba(255,255,255,.2); content: ""; height: 100%; left: -100px; position: absolute; top: 0; transform: skewX(-22deg); transition: 0s; width: 90px; }
.meeting-button:hover:after { left: 170px; transition: left 1s; }

/**********************************

    Slide Specific

***********************************/
#mainArea { background-color: #004953; height: 100%; left: 0; margin-left: 15%; overflow: auto; padding-bottom: 32px; position: relative; transition: left .6s, margin .6s, width .6s; width: 85%; }
.has-js #mainArea { padding-bottom: 0; }
.menu-hidden #mainArea { margin-left: 0; width: 100%; }
.contact-open #mainArea { left: -390px; }
#slides { padding: 0; position: relative; transition: left .6s, margin .6s; top: 24px; width: 100%; }
.has-js #slides { bottom: 60px; position: absolute; top: 82px; }
#slides.free-real-estate { top: 18px; }

.slide { margin-left: 2%; margin-bottom: 28px; width: 96%; }
.has-js .slide { display: none; height: 100%; margin-left: -9999px; margin-bottom: 0; margin-top: -10px; opacity: 0; position: absolute; transition: 0s; }
.slide[aria-hidden="false"] { display: block; }
.slide.showing { margin-left: 2%; margin-top: 0; opacity: 1; transition: margin-left 0s, margin-top .8s, opacity .8s, transform .8s; }

.slide > div { background-color: #fff; border-radius: 10px; box-shadow: 0 8px 15px -4px #000; height: 100%; margin: 0 auto; overflow-y: auto; padding: 12px 2.75% 40px; } 

.slide img { width: 100%; }

.row > div { padding: 0 1.7% !important;  }
.subtext { border-bottom: 2px solid #004953; font-size: 1.1em; margin-bottom: 24px; padding-bottom: 22px; }
.subtext + .row { padding-top: 34px; }
.green-bg { background: #eeeeef; }
.green-bg h3 { background: #00856C; }
.row .row { margin: 0; }
.row .row > div:first-of-type { padding-left: 3px !important; padding-right: 30px !important; }

#train-comparison div p { color: #DB268B; font-weight: 700; text-align: center; }
#train-comparison-legend { border-top: 1px solid #000; list-style-type: none; margin-top: 14px; padding: 12px 0 0; }
#train-comparison-legend img { display: inline-block; margin-right: 10px; vertical-align: middle; width: 80px; }
#train-comparison-legend span { display: inline-block; vertical-align: middle; width: 86%; }
#train-comparison-legend div { background: #18886f; display: inline-block; height: 4px; margin: 0 20px 0 10px; vertical-align: middle; width: 60px; }

h4 + ul,
h4 + p + ul{ margin-bottom: 32px; }
#equity-commitment div { background: #fff; margin-bottom: 22px; padding: 12px 24px 4px; }

#case-framework div img { display: block; margin: 0 auto;  width: 140px; }
#case-framework h4 { border-top: 1px solid #000; padding-top: 16px; }

#phase-1-progress { padding-left: 94px !important; position: relative; }
#phase-1-progress h3 img { left: 0; margin-top: -26px; position: absolute; width: 76px; }

table { border-collapse: separate; border-spacing: 4px; }
table th,
table td { padding: 4px 12px; }
table thead th { background: #004953; color: #fff; }
table thead th a { color: #fff; }
table tbody tr { background: #e5f3f0; }
table tbody tr:nth-of-type(odd) { background: #e9edf3; }
table ul { padding-left: 28px; }

#engagement-highlights ul { list-style-type: none; margin: 24px 0; padding: 0; }
#engagement-highlights li { font-weight: 700; min-height: 80px; padding-left: 88px; padding-top: 12px; position: relative; }
#engagement-highlights li img { left: 0; position: absolute; top: 0; width: 70px; }
#engagement-highlights blockquote { background: #F2F2f2; border-left-color: #DB268B; font-weight: 700; }

#what-weve-heard li { word-wrap: break-word; }
#what-weve-heard .row > div { padding: 0 4% !important; }
#what-weve-heard img { margin-bottom: 22px; }

.purple { background: #50295E; }
.final-images img { margin: 10px 0; }

#contact-methods { display: flex; flex-wrap: wrap; justify-content: space-between; list-style-type: none; padding: 38px 3%; }
#contact-methods li { text-align: center; width: 28%; }
#contact-methods li h3 { background: transparent; border-bottom: 1px solid #00856C; border-radius: 0; color: #242929; font-size: 1em; padding: 0 0 4px; }
#contact-methods li img { height: 70px; width: auto; }

#contact-desc { font-size: 1.4em; }

#service-tabs .hdr-tablist p { clear: both; font-style: italic; padding-top: 18px; }

.emrlad { background: #00856C; }

.right-photo { margin: 16px 0 20px; }
.right-photo img { margin-bottom: 6px; }

.priority-populations { background: #E6EDEE; margin-bottom: 24px; padding: 18px 25px 10px; }
.intercity-express { margin-top: 16px; }
.intercity-express h4 { margin-top: 18px; }

#equitable-engagement h4 { margin-top: 38px; }
#equitable-engagement blockquote { background: #e5f3f0; border: 0; margin: 28px 0; padding: 44px 54px 34px; }
#equitable-engagement blockquote strong { display: block; position: relative; text-align: center; }
#equitable-engagement blockquote strong:before,
#equitable-engagement blockquote strong:after { color: #00856C; content: "\201C"; font-size: 2.3em; left: -30px; position: absolute; top: 0; transform: translateY(-30%); }
#equitable-engagement blockquote strong:after { content: "\201D"; left: auto; right: -30px;  }
#equitable-engagement blockquote em { display: block; margin-top: 8px; text-align: right; }

.events-comms { list-style: none; padding: 0; }
.events-comms li { margin-bottom: 12px; }
.events-comms img { display: inline-block; width: 72px; }
.events-comms li > strong { color: #00856C; display: inline-block; font-size: 1.3em; margin-right: 8px; text-align: right; vertical-align: middle; width: 110px; }
.events-comms li > span { display: inline-block; font-size: .9em; line-height: 1.3em; vertical-align: middle; width: 56%; }
.events-comms li > span span { color: #00856C; font-size: 1.4em; font-weight: 700;  }

.concept { height: 130px; }
.concept:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
.concept span { display: inline-block; vertical-align: middle; }

.opinion-stats { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; }
.opinion-stats li { border: 3px solid #00856C; text-align: center; width: 32%; }
.opinion-stats h4 { background: #00856C; color: #fff; font-weight: 400; margin: 0; padding: 12px 9px 16px; }
.opinion-stats img { display: block; margin: 14px auto -6px; width: 84px; }
.opinion-stats strong { color: #004953; font-size: 1.8em; }
.opinion-stats strong span { display: block; font-size: .5em; height: 42px; margin: -7px auto 0; width: 60px; }
.opinion-stats li > span { display: block; padding: 12px 18px 20px; }

/* Lightbox */
.showing-hdr-lightbox { overflow: hidden; }
.hdr-lightbox img { margin-top: 16px; width: 100%; }
.hdr-lightbox a { display: block; }
.hdr-lightbox > button { background-color: rgba(0,0,0,.75); border: 0; border-radius: 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 em { display: block; font-size: .9em; margin-top: 6px; margin-bottom: 24px; }
.hdr-lightbox hr { border: 1px solid transparent; border-bottom-color: #d9d9d9; height: 1px; margin: 0; transform: none; }
.hdr-lightbox > div .hdr-close-lightbox { background: 0; border: 0; font-size: 3em; display: none; line-height: 1em; position: fixed; right: 14px; top: -4px; }
.hdr-lightbox.enhanced { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 5555; }
.hdr-lightbox.enhanced img { margin-top: 0; }
.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; }

/**********************************

    Bottom Progress Bar

***********************************/
#bottom-menu { background: #00856C; bottom: 0; display: none; height: 40px; position: absolute; right: 0; transition: right .6s, width .6s; width: 85%; }
.has-js #bottom-menu { display: flex; }
.menu-hidden #bottom-menu { width: 100%; }
.contact-open #bottom-menu { right: 390px; }

#bottom-menu button { background: #fff; border-radius: 0; color: #333; margin: 0; padding: 0; }
#bottom-menu button span { background: #fff; border-radius: 4px; bottom: 100%; box-shadow: 0 3px 8px -3px #222; font-size: .8em; left: -9999px; line-height: 1.1em; margin-left: -100px; margin-bottom: 22px; opacity: 0; padding: 10px; position: absolute; text-align: center; width: 200px; z-index: 100; }
#bottom-menu button span:after { border: 8px solid transparent; border-top-color: #fff; content: ""; left: 50%; margin-left: -8px; position: absolute; top: 100%; }
#bottom-menu button:hover span,
#bottom-menu button.focused span{ left: 50%; margin-bottom: 14px; opacity: 1; transition: margin-bottom .5s, opacity .3s, left 0s, margin-left 0s, right 0s; }

#bottom-menu > button { background: #fff; border-radius: 0; height: 100%; line-height: 22px; position: relative; text-align: center; width: 8%; }
#bottom-menu > button img { height: 22px; opacity: 1; transition: opacity .2s; }
#bottom-menu > button:hover { background: #eeeeef; }
#bottom-menu > button.disabled { cursor: default; }
#bottom-menu > button.disabled:hover { background: #fff; }
#bottom-menu > button.disabled img { opacity: .3; }
#bottom-menu > button.disabled span { display: none; }
#bottom-menu > .previous-arrow img { transform: rotate(180deg); }

#bottom-menu > button span { width: 200px; }
#bottom-menu > .previous-arrow:hover span,
#bottom-menu > .previous-arrow.focused span { left: 12px; margin-left: 0; }
#bottom-menu > .previous-arrow span:after { left: 20%; margin-left: 0; }
#bottom-menu > .next-arrow span { left: auto; right: 9999px; width: 200px; }
#bottom-menu > .next-arrow:hover span,
#bottom-menu > .next-arrow.focused span { left: auto; right: 12px; }
#bottom-menu > .next-arrow span:after { left: 80%; }

#bottom-menu ul { display: flex; height: 100%; list-style-type: none; margin: 0; padding: 0; width: 84%; }
#bottom-menu ul li { flex: 1; height: 100%; margin: 0; padding: 0; }
#bottom-menu ul li button { border-width: 19px 2px; display: block; height: 100%; position: relative; width: 100%; }
#bottom-menu ul li button:after { background: #004953; border-radius: 18px; content: ""; height: 8px; left: 5%; margin-top: -4px; position: absolute; top: 50%; transition: .5s; width: 90%; }
#bottom-menu ul li button:hover:after,
#bottom-menu ul li button.focused:after{ height: 10px; left: 3%; margin-top: -5px; width: 94%; }
#bottom-menu ul li button.active { background: #00856C; }
#bottom-menu ul li button.active:after { background: #fff;}

/*****************************************

    Corner buttons & Contact form

******************************************/
#corner-buttons { display: none; position: absolute; right: 2%; top: 14px; }
.has-js #corner-buttons { display: block; }
#corner-buttons a { display: inline-block; margin-right: 12px; opacity: .9; position: relative; transition: opacity .2s; vertical-align: top; }
#corner-buttons a:hover { opacity: 1; }
#corner-buttons a span { background: #fff; border-radius: 4px; box-shadow: 0 1px 8px -3px #222; font-size: .8em; left: -9999px; line-height: 1.1em; margin-left: -120px; margin-top: 12px; opacity: 0; padding: 10px; position: absolute; text-align: center; top: 100%; width: 240px; }
#corner-buttons a span:after { border: 8px solid transparent; border-bottom-color: #fff; bottom: 100%; content: ""; left: 50%; margin-left: -8px; position: absolute; }
#corner-buttons a:hover span,
#corner-buttons a:focus span { left: 50%; opacity: 1; transition: margin-bottom .5s, opacity .3s, left 0s, margin-left 0s, right 0s; }
#corner-buttons > *:last-child:hover span,
#corner-buttons > *:last-child:focus span { left: -60%; }
#corner-buttons > *:last-child span:after { left: 80%; }
#corner-buttons a img { height: 54px; }
#contact-button { border-radius: 8px; margin-left: 8px; padding-top: 4px; text-decoration: none; }
#contact-button:hover { color: #fff; }
#contact-button img { height: 16px !important; }
#contact-button.instructing { z-index: 100; }
#contact-button img { display: block; height: 16px; margin: 3px auto; }

#contact { background: #fff; box-shadow: 0 0 14px 0 #111; height: auto; padding-left: 15%; position: static; right: -440px; top: 0; width: 100%; z-index: 1; }
.has-js #contact { display: none; height: 100%; padding-left: 0; position: fixed; width: 390px; }
.contact-open #contact { display: block; }
.contact-open #contact.animate { right: 0; transition: .6s; }
.close-contact span { left: -9999px; position: absolute; }
#contact > .close-contact { background: #000; background: rgba(0,0,0,.56); border: 0; border-radius: 0; height: 100%; margin: 0; position: absolute; right: 100%; width: 800%; }
#contact > div { height: 100%; overflow: auto; padding: 32px 18px 24px; }
#contact > div .close-contact { background: transparent; color: #333; display: none; font-size: 1.2em; font-weight: 700; position: absolute; right: 0; top: 0; }
.has-js #contact > div .close-contact { display: block; }

/*****************************************

    Custom CSS

******************************************/

/* Accordions */
.accordion-set { margin-bottom: 20px; }
.accordion-header { cursor: pointer; padding: 4px 8px; text-align: left; width: 100%; }
.accordion-header i { font-size: .5em; margin-left: 12px; transition: .45s; vertical-align: middle; }
.opened .accordion-header i { margin-top: -4px; transform: rotate(180deg); }
.accordion > div { padding: 2px 1%; }

#goals-objectives .accordion { border-bottom: 1px solid #000; }
#goals-objectives .accordion ul { margin-bottom: 24px; }
#goals-objectives .accordion-header { background: #fff; color: #000; display: inline-block; }
#goals-objectives .accordion-header img { display: inline-block; vertical-align: middle; width: 56px; }
#goals-objectives .accordion-header span { display: inline-block; font-size: .9em; font-weight: 700; vertical-align: middle; width: 70%; }
#goals-objectives .accordion-header i { color: #00856C; float: right; font-size: 1em; margin-top: 18px; }

#concept-analysis .accordion { border-bottom: 1px solid #000; }
#concept-analysis .accordion:last-of-type { border-bottom: 0; }
#concept-analysis .accordion ul { margin-bottom: 24px; }
#concept-analysis .accordion-header { background: #fff; color: #242929; padding-bottom: 6px; }
#concept-analysis .accordion-header i { color: #00856C; float: right; font-size: 1em; margin-top: 0; }

/* Tabs */
.hdr-tabs { margin: 14px 0 24px; }
.hdr-tabs .hdr-tabtitle { 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; float: left; font-weight: bold; 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: 24px 2%; }
.hdr-tabs.has-js .hdr-tabpanel { display: none; margin-bottom: 0; }
.hdr-tabs.has-js .hdr-tabpanel[aria-hidden="false"] { display: block; }

#timelines .hdr-tablist { display: flex; gap: 6px; overflow: hidden;  justify-content: space-between; margin: 0; }
#timelines .hdr-tab { background: #E6EDEE; border: 0; box-shadow: 0 8px 8px 0 #888; color: #000; float: none; flex: 1; line-height: 1.2em; margin: 0; padding: 9px 9px 6px;}
#timelines .hdr-tab:hover { background: #d0d5d6; }
#timelines .hdr-tab[aria-selected="true"] { background: #F9F9F9; border: 0; }
#timelines .hdr-tab:last-of-type span { text-transform: uppercase; }
#timelines .hdr-tabpanel { background: #f9f9f9; border: 0; border-radius: 0; box-shadow: 4px 4px 4px 0 #ccc; padding: 48px 5%; position: relative; z-index: 1; }
#timelines .hdr-tabpanel .row { border: 1px solid #004953; margin: 0; }
#timelines .hdr-tabpanel .row > div { padding: 0 !important; }
#timelines .hdr-tabpanel .row > div:first-of-type { padding: 28px 36px !important; }

#timelines .hdr-tabnav { padding-top: 20px; }
#timelines .hdr-tabnav button { background: #004953; border-radius: 50%; height: 68px; position: relative; width: 68px; }
#timelines .hdr-tabnav button:hover { background: #002f36; }
#timelines .hdr-tabnav button:after { border: 14px solid transparent; border-right-color: #fff; border-width: 14px 26px; content: ""; left: -8px; position: absolute; top: 50%; transform: translateY(-50%); }
#timelines .hdr-tabnav .next { float: right; }
#timelines .hdr-tabnav .next:after { border-right-color: transparent; border-left-color: #fff; left: 24px;  }
#timelines .hdr-tabnav button span { left: -9999px; position: absolute; }

#phase-tabs .hdr-tablist { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 48px 1% 14px; }
#phase-tabs .hdr-tab { background: transparent; border: 0; box-shadow: 0 8px 8px -8px #aaa; border-radius: 0; color: #373737; height: 210px; padding: 0 46px; position: relative; text-align: left; transition: height .3s, margin .3s; width: 23%; }
#phase-tabs .hdr-tab:before,
#phase-tabs .hdr-tab:after { background: #e5f3f0; border: 2px solid #00856c; border-width: 4px 4px 0 12px; content: ""; height: 50.5%; left: 0; position: absolute; top: 0; transform: skewX(15deg); width: 100%; z-index: -1; }
#phase-tabs .hdr-tab:after { border-width: 0 4px 4px 12px; top: 50%; transform: skewX(-15deg); }
#phase-tabs .hdr-tab:first-of-type { padding: 0 28px 0 36px; }
#phase-tabs .hdr-tab:nth-of-type(2):before,
#phase-tabs .hdr-tab:nth-of-type(2):after{ background: #E0EDF6; border-color: #4375BA; }
#phase-tabs .hdr-tab:nth-of-type(3):before,
#phase-tabs .hdr-tab:nth-of-type(3):after{ background: #fef5e8; border-color: #f7971c; }
#phase-tabs .hdr-tab:nth-of-type(4):before,
#phase-tabs .hdr-tab:nth-of-type(4):after{ background: #fde9e9; border-color: #D02C0E; }
#phase-tabs .hdr-tab .left-side { background: #e5f3f0; border: 4px solid #00856c; border-width: 4px 0 4px 12px; left: -14px; position: absolute; height: 100%; top: 0; transition: .3s; width: 40px; }
#phase-tabs .hdr-tab[aria-selected="true"] { height: 236px; margin: -10px 0 0 -2px; }

#phase-tabs .hdr-tab span { display: block; font-weight: 400; position: relative; }
#phase-tabs .hdr-tab span strong { display: block; }
#phase-tabs .hdr-tab h3 { background: transparent; color: #373737; font-weight: 900; margin-bottom: 30px; padding: 0; position: relative; }
#phase-tabs .hdr-tab img { opacity: 0; position: relative; transition: opacity .2s; width: 0; }
#phase-tabs .hdr-tab[aria-selected="true"] h3 { margin-bottom: 18px; }
#phase-tabs .hdr-tab[aria-selected="true"] img { opacity: 1; width: 36px; }
#phase-tabs .hdr-tab[aria-selected="true"] .left-side { left: -18px; width: 48px; }

#phase-tabs .hdr-tabpanel { background: #DFF5F2; border-radius: 0; border: 0; }
#phase-tabs .hdr-tabpanel:nth-of-type(3) { background: #E0EDF6; }
#phase-tabs .hdr-tabpanel:nth-of-type(4) { background: #FEF3E6; }
#phase-tabs .hdr-tabpanel:nth-of-type(5) { background: #FDEFED; }
#phase-tabs .hdr-tabpanel h4 { background: #4375BA ; color: #fff; margin-top: 38px; margin-bottom: 24px; padding: 10px 16px; }
#phase-tabs .hdr-tabpanel:nth-of-type(2) h4 { background: #00856C; }
#phase-tabs .hdr-tabpanel:nth-of-type(4) h4 { background: #F7971C; color: #000; }
#phase-tabs .hdr-tabpanel:nth-of-type(5) h4 { background: #D02C0E; }
#phase-tabs .hdr-tabpanel h4:first-of-type { margin-top: 4px; }
#phase-tabs .hdr-tabpanel h5 { font-size: 1em; font-weight: 700; }

#concept-maps { margin-top: 26px; }
#concept-maps .intro { background: #E6EDEE; border-top: 5px solid #004953; padding: 10px 20px 6px; }
#concept-maps .hdr-lightbox img { border: 1px solid #E6EDEE; margin-top: 0; }

.concept-lines h3 { background: transparent; color: #000; font-size: 1.2em; padding: 0; }
.concept-lines img { max-width: 100%; width: auto; }
.blue-concept { background: #e5edee; margin-top: 28px; padding: 14px 34px; }

#urban-metro > h3,
#urban-rail > h3 { background: #00856C; }
#intercity-rail > h3 { background: #50295E; }

.service-plan ul { margin-top: 16px; }
.service-plan .wistia_responsive_padding { left: -9999px; position: absolute !important; top: -1000px;  }
.service-plan .custom-vidstart { background: transparent; border-radius: 0; margin-bottom: 12px;  padding: 0; }

.service-tabs .hdr-tablist { display: flex; justify-content: space-between; margin: 0; }
.service-tabs .hdr-tabtitle { margin-bottom: 34px; }
.service-tabs > .hdr-tablist { margin-top: 38px; }
.service-tabs > .hdr-tablist > div { background: #004953; display: flex; flex-wrap: wrap; justify-content: space-around; padding: 0 18px; text-align: center; transition: background .2s; width: 65%; }
.service-tabs > .hdr-tablist > div.ignored { background: #80a4a9; }
.service-tabs > .hdr-tablist > div p { color: #fff; display: block; font-weight: 600; margin-bottom: 15px; position: relative; width: 100%; }
.service-tabs > .hdr-tablist > div p:after { content: "+"; font-size: 1.2em; left: 50%; margin: 16px 0 0 -6px; position: absolute; top: 100%; }
.service-tabs > .hdr-tablist > div:last-of-type { width: 32%; }

.service-tabs .hdr-tab { background: #80c2b5; border: 0; border-radius: 0; margin: 0; padding: 0; width: 44%; }
.service-tabs > .hdr-tablist > div:last-of-type .hdr-tab { width: 90%; }
.service-tabs .hdr-tab span { display: block; }
.service-tabs .hdr-tab h3 { background: transparent; color: #000; font-size: 1.1em; margin: 0; padding: 8px 14px; }
.service-tabs .hdr-tab[aria-selected="true"] { background: #00856C; }
.service-tabs .hdr-tab[aria-selected="true"] h3 { color: #fff; }

.service-tabs { background: #fff; border: 0; overflow: auto; }
.service-tabs .hdr-tablist { display: inline-block !important; margin: 0; width: 45%; }
.service-tabs .hdr-tab { background: #E6EDEE; border: 0; border-left: 20px solid #78C143; border-radius: 0; height: 60px; margin: 6px 0; position: relative; text-align: left; width: 86%; }
.service-tabs .hdr-tab:nth-of-type(2) { border-left-color: #7555A4; }
.service-tabs .hdr-tab:nth-of-type(3):after { background: #7555A4; bottom: 0; content: ""; height: 50%; left: -20px; position: absolute; width: 20px; }
.service-tabs .hdr-tab:nth-of-type(4) { border-left-color: #DB268B; }
.service-tabs .hdr-tab:before { border: 4px solid transparent; border-width: 30px; border-left-color: #E6EDEE; content: ""; left: 100%; position: absolute; top: 0; transition: border .2s; }
.service-tabs .hdr-tab:hover { background: #004953; }
.service-tabs .hdr-tab:hover h3 { color: #fff; }
.service-tabs .hdr-tab:hover:before { border-left-color: #004953; }
.service-tabs .hdr-tab[aria-selected="true"] { background: #004953; border-top: 0; padding: 0; }
.service-tabs .hdr-tab[aria-selected="true"]:before { border-left-color: #004953; }
.service-tabs .hdr-tabpanel .hdr-tab h3 { font-weight: 700; }

.intercity .hdr-tab { background: #50295E; }
.intercity .hdr-tab:before { border-left-color: #50295E; }
.intercity .hdr-tab:hover { background: #183463; }
.intercity .hdr-tab:hover:before { border-left-color: #183463; }
.intercity .hdr-tab[aria-selected="true"] { background: #183463; }
.intercity .hdr-tab[aria-selected="true"]:before { border-left-color: #183463; }

.service-panels { float: right; width: 50%; }
.service-panels .hdr-tabpanel { background: transparent; border: 0; padding-top: 6px; }
.service-panels p { clear: both; margin-top: 4px; padding-top: 0; padding-left: 52px; position: relative; }
.service-panels p img { left: 0; position: absolute; top: 3px; width: 36px; }
.service-panels .hdr-lightbox img { margin-top: 0; }

.wistia_responsive_padding { margin-bottom: 8px; }

#analysis-findings { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; }
#analysis-findings li { border: 3px solid #004953; width: 32%; }
#analysis-findings li h3 { background: #004953; border-radius: 0; font-size: 1.1em; margin: 0; padding-left: 22px; }
#analysis-findings li p { padding: 2px 22px; }
#analysis-findings li:nth-of-type(2) { border-color: #DB268B; }
#analysis-findings li:nth-of-type(2) h3 { background: #DB268B; }
#analysis-findings li:nth-of-type(3) { border-color: #00856C; }
#analysis-findings li:nth-of-type(3) h3 { background: #00856C; }

.row .row > .justice40:first-of-type { margin-top: 14px; margin-right: 1%; padding: 18px 26px !important; width: 49%; }

/* #chinese-form,
#spanish-form { display: none; } */

#rail-improvements { clear: both; }
#rail-improvements h3 { background: transparent; color: #000; padding-left: 40px; position: relative; }
#rail-improvements h3 span { background: #00856C; border-radius: 50%; color: #fff; font-size: .8em; height: 28px; left: 0; line-height: 28px; position: absolute; text-align: center; width: 28px; }
#rail-improvements h3:nth-of-type(2) span { background: #004953; }
#rail-improvements h3:nth-of-type(3) span { background: #807F7F; }
#rail-improvements h3:nth-of-type(4) span { background: #4375BA; }

.differences > div { display: flex; justify-content: space-between; }
.differences > div > div { background: #ecf1f8; padding: 18px 24px; width: 49%; }
.differences > div > div:last-of-type { background: #fef5e8; width: 48%; }
.differences > div:first-of-type > div { border-top: 8px solid #4375BA; font-size: 1.2em;}
.differences > div:first-of-type > div:last-of-type { border-top: 8px solid #F7971C; }
.differences h3 { font-size: 1.1em; line-height: 1.3em; margin: 0; padding: 12px 18px; }
.differences h3 img { display: inline-block; margin-right: 10px; vertical-align: middle; width: 48px; }
.differences h3 div { display: inline-block; vertical-align: middle; width: 80%; }
.differences h3 span { display: block; font-weight: 400; }
.differences ul { list-style: none; padding: 0; }
.differences li { margin-bottom: 12px; padding-left: 38px; position: relative; }
.differences li img { left: 0; position: absolute; top: 4px; width: 25px; }

.tradeoff-overview h3 { margin-bottom: 0; }
.tradeoff-overview > div { background: #FBE9F3; display: flex; }
.tradeoff-overview > div h4 { background: #DB268B; color: #fff; flex: 0 0 140px; margin: 0; padding: 0 14px; text-align: center; }
.tradeoff-overview > div h4:before { content: ""; height: 95%; vertical-align: middle; display: inline-block; }
.tradeoff-overview > div div { padding: 8px 32px 34px; }
.tradeoff-overview > div button { background: #004953; border-radius: 0; font-weight: 700; }
.tradeoff-overview > div button:hover { background: #003238; }

.tradeoff-details { padding: 24px 0 42px; }
.tradeoff-details h5 { font-size: 1.1em; font-weight: 700; margin-top: 16px; }
.row .tradeoff-details .row .blue-concept { margin-right: 1%; margin-top: 18px; padding: 4px 28px !important; width: 40%; }
.tradeoff-details h5 span { display: block; font-weight: 400; margin-top: 4px; }

#project-samples h6 { border-bottom: 1px solid #000; font-size: 1em; font-weight: 700; margin-top: 34px; margin-left: 58px; padding-bottom: 5px; position: relative; }
#project-samples h6 img { left: -50px; position: absolute; top: -6px; width: 34px; }
#project-samples ul { padding-left: 84px; }
#project-samples small { float: right; margin-top: 48px; }

#funding-considerations div:last-of-type{ background: #e5edee; padding: 18px 28px !important;  }

#upcoming-engagement h5 { font-size: 1em; font-weight: 700; }
#upcoming-engagement li { line-height: 1.1em; margin: 28px 0; }

.systemwide { border-left: 8px solid #F7971C; display: flex; margin: 22px 0; padding-left: 24px; position: relative; }
.systemwide:first-of-type:after { background: #004953; content: ""; height: 1px; left: -8px; margin-top: 11px; position: absolute; top: 100%; width: 100%; }
.systemwide:last-of-type { border-left-color: #53A1D8; border-bottom: 0; }
.systemwide h6 { align-items: center; display: flex; flex: 0 0 220px; font-size: .9em; font-weight: 700;  }
.systemwide h6 img { flex: 0 0 30px; height: auto; margin-right: 14px; width: 50px; }
.systemwide ul { list-style: none; padding: 0; }
.systemwide li { color: #004953; }
.systemwide li strong { display: inline-block; font-size: 1.4em; font-weight: 700; margin-right: 5px; text-align: right; vertical-align: middle; width: 80px; }

.tradeoff-details table { border-spacing: 18px; width: 100%; }
.tradeoff-details table thead th { background: #00856C; font-size: .9em; text-align: center; }
.tradeoff-details table thead th:first-of-type { background: #fff; }
.tradeoff-details table tbody > * { background: #fff !important; }
.tradeoff-details table tbody th { border-left: 8px solid #F7971C; display: flex; }
.tradeoff-details table tbody tr:first-of-type > * { position: relative; }
.tradeoff-details table tbody tr:first-of-type > *:after { background: #004953; content: ""; height: 1px; left: 0; margin-top: 8px; position: absolute; top: 100%; width: 100%; }
.tradeoff-details table tbody tr:first-of-type > th:after { left: -8px; }
.tradeoff-details table tbody tr:last-of-type th { border-left: 8px solid #53A1D8; }
.tradeoff-details table tbody th img { margin-right: 8px; width: 40px; }
.tradeoff-details table tbody th span { font-size: .8em; width: 140px; }
.tradeoff-details table tbody tr td { color: #004953; padding: 0; text-align: center;  }
.tradeoff-details table tbody tr td strong { display: inline-block; font-size: 1.4em; margin-right: 2px; text-align: right; vertical-align: middle; width: 40px; }

.crossing-stat { clear: both; padding-top: 24px; }
.crossing-stat > div { display: inline-block; vertical-align: middle; }
.crossing-stat > div > strong { display: block; }
.crossing-stat > img { display: block; margin: 14px 0 18px 44px; transform: rotate(90deg); vertical-align: middle; width: 46px; }
.crossing-stat > div > div { display: block; line-height: 1.4em; margin: 10px 0 0; vertical-align: middle; }
.crossing-stat > div > div strong { display: inline-block; font-size: 2em; margin-right: 4px; vertical-align: middle; }
.crossing-stat > div > div > div { margin-top: 10px; }
.crossing-stat > div:nth-of-type(2) > div strong { color: #00856C; }
.crossing-stat > div:nth-of-type(2) > div:nth-of-type(2) strong { color: #50295E; }
.crossing-stat > div:nth-of-type(2) > div:nth-of-type(2) strong:before { content: "+"; }

/**********************************

    RESPONSIVE 

***********************************/

@media screen and (min-width: 2000px) {
    body { font-size: 22px; }
    #contact-button img { margin: 5px auto 1px; }
}

@media screen and (max-width: 1460px) {
    #phase-tabs .hdr-tab { padding: 0 38px;}
    #phase-tabs .hdr-tab h3 { font-size: 1em; }

    .partners img { height: 24px }
    .partners #translation-widget select { font-size: .8em; padding: 0; }

    #equitable-engagement blockquote { font-size: .8em; max-width: 400px; }
    
    #timelines .hdr-tabpanel .row { display: flex; }
    #timelines .hdr-tabpanel .row > div { width: 50%; }
    #timelines .hdr-tabpanel .row > div:last-of-type img { display: block; height: 100%; object-fit: cover; }

    .systemwide { font-size: .85em; padding-left: 16px; }
    .systemwide h6 { flex: 0 0 160px; line-height: 1.3em; }
    .systemwide h6 img { width: 40px; }
    .systemwide li strong { font-size: 1.2em; width: 60px; }
    
    .tradeoff-details table { font-size: .85em; }
}

@media screen and (max-width: 1170px) {
    h2 { font-size: 2em; margin-top: 10px; }
    .slide > div { font-size: .9em; }
    .subtext { font-size: 1em; }
}

@media screen and (max-width: 992px) {
    h2 { font-size: 1.8em; }
    .row > div { padding-bottom: 22px; }
    
    #introduction > div { width: 70%; }
    #introduction > div img:first-of-type { width: 200px; }
    
    .wg-default,
    .wg-default .country-selector { bottom: 38px !important; left: 0 !important; }
    
    #menu { left: -400px; width: 390px; }
    #menu > div { position: relative;  z-index: 2; }
    .logo { margin: 0 auto; max-width: 240px; }
    #mainArea { margin-left: 0; width: 100%; }
    .row > .green-bg { margin-bottom: 22px; padding: 8px 24px 4px !important; }

    #instruction { left: 16px; }
    .got1 #walkthrough-cover { margin-left: 0; }
    .got1 #instruction { left: 24px; bottom: auto; top: 64px; }
    .got1 #instruction img { transform: rotate(180deg) rotateY(180deg); top: 12px; }
    .got2 #walkthrough-cover { margin-left: 0; }
    .got2 #instruction { left: auto; right: 3%; }
    .got2 #instruction img { transform: rotate(180deg); }

    .has-js #slides { bottom: 52px; top: 64px; }
    .slide > div { padding: 12px 18px 22px; }
    .meeting-button { font-size: .7em; }
    #menu-toggle { font-size: .85em; margin-left: 7%; top: 6px; }
    #menu-toggle.not-on-desktop { display: block; }
    #corner-buttons { top: 6px; }
    .contact-open #menu { left: -200%; }
    
    .hdr-lightbox > div .hdr-close-lightbox { font-size: 2em; right: 8px; }
    .hdr-lightbox.enhanced img { max-width: 800%; width: 260%; }
    
    #bottom-menu { width: 100%; }
    #bottom-menu button span { display: none; }
    #bottom-menu li span { display: none; }
    #bottom-menu { height: 38px; }
    #bottom-menu > button { line-height: 18px; }
    #bottom-menu > button img { height: 16px; }
    #bottom-menu ul li button:after { height: 4px; left: 10%; margin-top: -2px; width: 80%; }

    .mobile-menu-open #menu { left: 0; }
    .mobile-menu-open #mainArea { margin-left: 390px; }
    .mobile-menu-open #bottom-menu { right: -390px; }
    .mobile-menu-open #menu-toggle { margin-left: 4%; z-index: 2; }
    .mobile-menu-open #menu-toggle span:first-of-type { transform: rotate(-25deg); margin-top: 6px; width: 16px; }
    .mobile-menu-open #menu-toggle span:last-of-type { transform: rotate(25deg); margin-top: -6px; width: 16px; }
    .mobile-menu-open #menu-toggle span:nth-of-type(2) { opacity: 0; }

    #mobile-menu-close { background: #000; background: rgba(0,0,0,.36); border: 0; border-radius: 0; display: none; height: 100%; margin: 0; position: fixed; left: 0; top: 0; width: 100%; }
    #mobile-menu-close span { left: -9999px; position: absolute; }
    #mobile-menu-close.animate { margin-left: 390px; transition: margin .6s; }

    #phase-tabs .hdr-tab { font-size: .85em; height: 190px; }
    #phase-tabs .hdr-tab[aria-selected="true"] { height: 216px; }
    #phase-tabs .hdr-tab[aria-selected="true"] img { width: 24px; }
    
    #timelines .hdr-tab { font-size: .8em; line-height: 1.1em; padding: 8px 8px; }
    #timelines .hdr-tabpanel { padding: 28px 5% 0; }
    #timelines .hdr-tabpanel .row > div:first-of-type { padding: 12px 20px !important; width: 78%; }
    #timelines .hdr-tabnav button { height: 44px; width: 44px; }
    #timelines .hdr-tabnav button:after { border-width: 11px 18px; left: -7px; }
    #timelines .hdr-tabnav .next:after { left: 16px; }
    #timelines .hdr-tabnav button { margin-bottom: 14px; }
    
    .concept { height: auto; }

    .row .row > .justice40:first-of-type { margin-top: 8px; margin-right: 0; margin-bottom: 22px;  width: 100%; }

    .service-tabs > .hdr-tablist > div { padding: 0; }
    .service--tabs .hdr-tab { width: 40%; }
    .service-tabs .hdr-tab h3 { font-size: .9em; padding: 4px 8px; }
    .crossing-stat > div { display: block; }
    .crossing-stat > img { margin:  16px 0 12px 10px; width: 28px;  }

    #contact-methods li { width: 100%; }

    .row .tradeoff-details .row .blue-concept { margin-bottom: 30px; width: 100%; }

    .row > .intercity-express { margin-top: 16px; padding: 2px 20px!important; }
}

@media screen and (max-width: 768px) {
    #train-comparison-legend span { margin: 0 10px; width: 100%; }

    .large-image { border: 1px solid #aaa; overflow: auto; width: 100%; }
    .large-image img { width: 800px; }

    #phase-tabs .hdr-tablist { justify-content: space-around; }
    #phase-tabs .hdr-tab { height: auto; padding: 8px 34px !important; width: 100%; }
    #phase-tabs .hdr-tab[aria-selected="true"] { height: auto; margin-top: -4px; }
    #phase-tabs .hdr-tab h3 { margin-top: 0; margin-bottom: 0; }
    #phase-tabs .hdr-tab img { display: inline-block; vertical-align: middle;  }
    #phase-tabs .hdr-tab span { display: inline-block; }
    #phase-tabs .hdr-tab span strong { display: inline-block; }
    #phase-tabs .hdr-tab .left-side { display: none; }
    #phase-tabs .hdr-tab[aria-selected="true"] h3 { margin-bottom: 0; }
    #phase-tabs .hdr-tab[aria-selected="true"] img { width: 14px; }

    #analysis-findings li { width: 100%; }

    .tradeoff-overview > div { display: block; }
    .tradeoff-overview > div h4 { display: block; padding: 12px; }
    .systemwide { display: block; padding: 2px 18px; }
    .systemwide ul { margin-top: 16px; width: 100%; }
    .systemwide li strong { width: auto; }

    .tradeoff-details table { border-spacing: 8px; font-size: .7em; }
    .tradeoff-details table thead th { line-height: 1.1em; padding: 4px; }
    .tradeoff-details table tbody th { border-left-width: 3px !important; display: block; line-height: 1.1em; padding-left: 3px; }
    .tradeoff-details table tbody th span { width: auto; }
    .tradeoff-details table tbody th img { margin-bottom: 4px; width: 26px; }
    .tradeoff-details table tbody tr:first-of-type > *:after { margin-top: 4px; }
    .tradeoff-details table tbody tr td { line-height: 1.2em; }
    .tradeoff-details table tbody tr td strong { font-size: 1.1em; }

    .opinion-stats li { width: 100%; }
    .opinion-stats li h4 { font-size: 1em; padding: 8px 12px 10px;  }
    .opinion-stats li img { width: 56px; margin-top: 5px; }
    .opinion-stats li strong span { height: auto; width: auto; }
    .opinion-stats li > span { font-size: .9em; padding: 6px 16px 14px; }

    .service-tabs > .hdr-tabpanel .hdr-tab { font-size: .85em; }

    .events-comms img { width: 44px; }
    .events-comms li > strong { font-size: 1.1em; margin-left: 6px; text-align: left; }
    .events-comms li > span { margin-top: 6px; width: 100%; }
    .events-comms li > span span { font-size: 1em; }

    #corner-buttons a { display: inline-block; margin-right: 3px; vertical-align: middle; }
    #corner-buttons a img { height: 38px; }

    table { border-spacing: 2px; font-size: .75em; }
    table th, 
    table td { padding: 2px; }
    table ul { padding-left: 18px; }
}

@media screen and (max-width: 500px) {
    h2 { font-size: 1.4em; }
    h3 { font-size: 1.2em; }
    .logo { max-width: 140px; }
    
    #introduction > div { bottom: 4%; font-size: .85em; top: 4%; width: 88%; }

    #phase-1-progress { padding-left: 64px !important; }
    #phase-1-progress ul { padding-left: 16px; }
    #phase-1-progress h3 img { margin-top: -16px; width: 54px; }

    #instruction { font-size: .85em; left: 24px; width: 220px; }
    #instruction img { width: 46px; }
    .got2 #instruction img { left: 100px; transform: rotate(180deg); width: 48px; }
    
    #bottom-menu > button { width: 50%; }
    #bottom-menu ul { display: none; }
    #side-menu button { font-size: .8em; }

    #timelines .hdr-tablist { font-size: .8em; gap: 2px; }
    #timelines .hdr-tabpanel .row { display: block; }
    #timelines .hdr-tabpanel .row > div:first-of-type { width: 100%; }
    #timelines .hdr-tabpanel .row > div:last-of-type { width: 100%; }
    
    .differences > div { display: block; }
    .differences > div > div { width: 100% !important; }
    .differences .ada-element { position: static; }
    .differences > div:first-of-type { display: none; }
        
    #menu { left: -230px; width: 180px; }
    #menu-toggle { margin-left: 32%; }
    .mobile-menu-open #mainArea { margin-left: 180px; }
    .mobile-menu-open #bottom-menu { right: -180px; }
    .mobile-menu-open #menu-toggle { margin-left: 5%; }
    #mobile-menu-close.animate { margin-left: 180px; }

    .service-tabs .hdr-tablist { display: block; }
    .service-tabs .hdr-tablist > div { margin-bottom: 15px; width: 100% !important; }
    .service-tabs .hdr-tab { font-size: .85em; padding: 12px 6px; width: 90%; }
    .service-tabs .hdr-tablist { width: 100%; }
    .service-tabs .hdr-tab { height: auto; margin: 3px 0; width: 100%; }
    .service-tabs .hdr-tab[aria-selected="true"] { padding: 12px 6px;  }
    .service-tabs .hdr-tab:before { display: none; }
    .service-tabs .service-panels { float: right; padding-top: 18px; width: 100%; }

    .meeting-button { font-size: .6em; padding: 0 8px; }
    #contact { font-size: .8em; width: 240px !important; }
    .contact-open #mainArea { left: -240px; }
    .contact-open #bottom-menu { left: -240px; }

    .crossing-stat > div > div { display: block; margin-left: 0 !important; }
    .crossing-stat > div:nth-of-type(2) > div:nth-of-type(2) strong:before { margin: 0; position: static; }
}

.inline-tab {
    display: inline-block !important;
}