body, html { color: #000; font-family: "futura-pt", sans-serif; font-size: 18px; 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 { color: #005a9c; font-size: 3.2em; font-weight: 700; margin: 8px 18px 25px; text-align: center; }
h1#meeting-title span {display: block; color: #005a9c; font-size: 25px; font-weight: 700; text-align: center; margin-top: 15px; }
h2 { color: #005a9c; font-size: 2.2em; font-weight: 700; margin-bottom: 2px; }
h3 { background: #003F6D; border-radius: 3px; color: #fff; font-size: 1.3em; font-weight: 700; margin-top: 32px; margin-bottom: 14px; padding: 10px 14px; }
h3:first-of-type { margin-top: 16px; }
h4 { color: #242929; font-size: 1.1em; font-weight: 700; margin-bottom: 12px; }

p { font-size: 1.1em; margin: 16px 0; }
li { margin: 8px 0; font-size: 1.1em; }
hr { border-bottom: 3px solid #005a9c; transform: skewX(35deg); }

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

button { background: #3AA1A1; border-radius: 10px; border: 0; color: #fff; letter-spacing: .02em; margin-top: 8px; padding: 16px; transition: background-color .2s; font-weight: 700;}
button:hover { background: 397573; }

.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; }

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

    Intro screen 

***********************************/
#intro-screens { height: 100%; left: 0; opacity: 1; position: absolute; top: 0; transition: .7s; width: 100%; z-index: 50; }
#introduction {    background: #005a9c;
    background-image: url('../images/steel-monopole.jpg');
    background-position: 90% 50%;
    background-size: 130%;
    height: 100%;
    left: 0px;
    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%; overflow: auto; padding: 30px 34px; position: absolute; right: 6%; text-align: center; top: 8%; width: 46%; }
#introduction > div > img { display: block; margin: 0 auto; width: 450px; }
#introduction > div > p { margin: 34px 0 28px; }
#introduction > div > div { background: #ebf1f1; margin-bottom: 24px; padding: 4px 22px 16px; text-align: left; }
#introduction > div > button { background: #005a9c; }
#introduction > div > button:hover { background: #003f6d; transition: 0.5s all;}
#introduction.acknowledged { opacity: 0; top: -100%; transition: 1s; }

#introduction > a { background: #3AA1A1; border-radius: 10px; color: #fff; display: inline-block; margin: 12px 4px 0; padding: 16px 16px; text-decoration: none; }
#introduction p a.regular { color: #3AA1A1; 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: #3AA1A1; 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: #253646; display: block; text-decoration: none; }
.logo { display: block; padding: 0 10%; width: 100%; } 

#side-menu { background-color: #fff; border: 1px solid #d2d2d2; border-width: 1px 0; max-height: 66%; margin: 16px 0 0; overflow-y: auto; padding: 0; }
@media screen and (max-height: 640px) {
    #side-menu { max-height: 64%;  }
}
#side-menu button { background: #eeeeef; border-bottom: 1px solid #e9eaea; border-radius: 0; color: #253646; 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: #397573; 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: #005a9c; color: #fff; }
#side-menu button[aria-selected="true"] i { background-color: #ECE95E; }
#side-menu button span:focus { border: 2px solid #333; display: block; }

#translation-widget { bottom: 12px; display: none; left: 0; padding: 0 6%; position: absolute; width: 100%; }
#translation-widget label { left: -9999px; position: absolute; }
#translation-widget select { padding: 4px 0; width: 100%; }
#google_translate_element { display: none; }

#menu-toggle { display: none; font-size: 1em; left: 100%; margin-left: 14%; position: absolute; top: 16px; transition: margin .6s; z-index: 1; }
#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: #005a9c; 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: #003F6D; }
.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-image: url("../images/swoosh.png"); background-position: center; background-size: cover; height: 100%; left: 0; margin-left: 15%; overflow: auto; padding-bottom: 32px; position: relative; transition: left .6s, margin .6s, width .6s; width: 85%; }
.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% 3%; } 

.slide img { width: 100%; }

.row > div { padding: 0 1.7% !important;  }
.subtext { border-bottom: 2px solid #005A9C; font-size: 1.1em; margin-bottom: 24px; padding-bottom: 22px; }
.subtext + .row { padding-top: 34px; }
.green-bg { background: #eeeeef; }
.green-bg h3 { background: #3AA1A1; }


/* TRANSLATOR */
#google_translate_element2 { display: none; }
#langaugeselectcont select { margin-left: 5%; width: 90%; font-size: 15px; }
#langaugeselectcont label { color: #fff; font-weight: 400; width: 90%; margin: 15px auto 5px; text-align: center; font-size: 15px;}

#train-comparison div > p em { color: #f04c23; font-weight: 700; text-align: center; }

#traffic-carousel a { color: #fff; text-decoration: underline; }
#traffic-carousel a:hover { color: #ddd; }
#traffic-carousel .image-slideshow button {top: 100%;}
#traffic-carousel  .slideshow-move { left: 30%; }
#traffic-carousel .image-slideshow button img {position: relative; top: -2px; width: 14px; border-radius: none; box-shadow: none; margin-bottom: 0; width: auto;}
#traffic-carousel .image-slideshow button:hover { background: #ddd; }
#traffic-carousel .slideshow-move.next { left: auto; right: 30%; }

table tr td {font-weight: bold; font-size: 18px;}

/* Image Slideshow */
.image-slideshow { position: relative; width: 100%; }
.image-slideshow button { background: #fff; border: 0; border-radius: 50%; box-shadow: 0 4px 8px -2px #333; color: #fff; height: 50px; padding: 0; position: absolute; text-align: center; top: 43%; transition: background .2s; width: 50px; z-index: 1; }
.image-slideshow button span { left: -9999px; position: absolute; }
.image-slideshow button img { position: relative; top: -2px; width: 14px; }
.image-slideshow button:hover { background: #ddd; }
.slideshow-trigger { border-radius: 24px; height: 38px; line-height: 38px; margin: 12px; padding: 0; width: 38px; }
.slideshow-move { left: -80px; }
.slideshow-move.next { left: auto; right: -80px; }
.image-slideshow-slides { overflow: hidden; position: relative; }
.image-slideshow-slides > div { left: -9999px; opacity: 0; position: absolute; transition: opacity 0s; width: 100%; }
.image-slideshow-slides > div.active { left: 0; opacity: 1; position: static; top: 0; transition: opacity .25s; }
.image-slideshow-slides > div img { margin: 0 auto; display: block; height: 300px; width: auto; }
.image-slideshow-slides p { padding: 14px 28px; text-align: center; }

.image-slideshow-slides p.traff-slide { padding: 8px; margin-top: 15px; text-align: center; font-weight: normal!important; color: #333!important;}

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; }

.responsibly img {width: 55%; display: block; margin: 0 auto;}

.construction div img {width: 100%; padding-bottom: 15px;}
#map-iframe { border: 0; height: 600px; margin: 0 0 32px; width: 100%; }


table { border-collapse: separate; border-spacing: 4px; }
table th,
table td { padding: 4px 12px; }
table thead th { background: #253646; 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; }
blockquote { background: #F2F2f2; border-left-color: #008457; font-weight: 700; }

.history h3 img {width: 5%; margin-right: 25px;}
.history-item {width: 17%; margin: 15px 1%; display: inline-block; vertical-align: top;} 
hr.history-hr {border-bottom: solid 6px #F89832; padding: 0; margin: 10px auto;}
hr.history-hr.green {border-bottom: solid 6px #008457; padding: 0; margin: 10px auto;}
.history ul {padding-left: 5px;}

.benefits ul {list-style-type: none; padding: 0;}
.benefits li {margin-top: 0; margin-bottom: 5px; line-height: 1.4em;}
.benefits li img { width: 20%; display: inline-block; margin-right: 3%; vertical-align: middle;}
.benefits li span { display: inline-block; width: 70%; vertical-align: middle; font-weight: 500;}



#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 #3AA1A1; 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: #3AA1A1; }

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

/* 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: #3AA1A1; 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: #003F6D; 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: #005A9C; }
#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: #3AA1A1; 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: #3AA1A1; 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; }

#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 #3AA1A1; border-width: 4px 4px 0 12px; content: ""; height: 50%; 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: #ea2127; }
#phase-tabs .hdr-tab .left-side { background: #e5f3f0; border: 4px solid #3AA1A1; 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; padding: 10px 16px; }
#phase-tabs .hdr-tabpanel h4:first-of-type { margin-top: 4px; }

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

#rail-tabs .hdr-tab { background: #80c2b5; border: 0; border-radius: 0; margin: 0; padding: 0; width: 44%; }
#rail-tabs > .hdr-tablist > div:last-of-type .hdr-tab { width: 90%; }
#rail-tabs .hdr-tab span { display: block; }
#rail-tabs .hdr-tab h3 { background: transparent; font-size: 1.1em; margin: 0; padding: 8px 14px; }
#rail-tabs .hdr-tab[aria-selected="true"] { background: #3AA1A1; }
#rail-tabs > .hdr-tablist .hdr-tab:nth-of-type(2) { background: #a794af; }
#rail-tabs > .hdr-tablist .hdr-tab:nth-of-type(2)[aria-selected="true"] { background: #50295E; }

#rail-tabs .hdr-tabpanel { background: #fff; border: 0; overflow: auto; }
#rail-tabs .hdr-tabpanel .hdr-tablist { display: inline-block; width: 45%; }
#rail-tabs .hdr-tabpanel .hdr-tab { background: #3AA1A1; border: 0; border-radius: 0; height: 60px; margin: 6px 0; position: relative; text-align: left; width: 90%; }
#rail-tabs .hdr-tabpanel .hdr-tab:before { border: 4px solid transparent; border-width: 30px 18px; border-left-color: #3AA1A1; content: ""; left: 100%; position: absolute; top: 0; transition: border .2s; }
#rail-tabs .hdr-tabpanel .hdr-tab[aria-selected="true"] { background: #253646; }
#rail-tabs .hdr-tabpanel .hdr-tab[aria-selected="true"]:before { border-left-color: #253646; }
#rail-tabs > .hdr-tabpanel:nth-of-type(3) .hdr-tab { background: #50295E; }
#rail-tabs > .hdr-tabpanel:nth-of-type(3) .hdr-tab:before { border-left-color: #50295E; }
#rail-tabs > .hdr-tabpanel:nth-of-type(3) .hdr-tab[aria-selected="true"] { background: #183463; }
#rail-tabs > .hdr-tabpanel:nth-of-type(3) .hdr-tab[aria-selected="true"]:before { border-left-color: #183463; }
#rail-tabs .hdr-tabpanel .hdr-tab h3 { font-weight: 700; }

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

.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: #3AA1A1; }
.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; }
    .slideshow-move.next { left: auto; right: -74px; }
}

@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 { 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%; }

    .slideshow-trigger { font-size: .8em; height: 26px; line-height: 26px; margin: 8px;  width: 26px; }
    .slideshow-move { font-size: 1.2em; height: 32px; line-height: 32px; margin-top: -16px; padding: 0 6px; }
    .caption { bottom: 4px; font-size: .85em; }
    
    .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; }

    .concept { height: auto; }

    #rail-tabs > .hdr-tablist > div { padding: 0; }
    #rail-tabs .hdr-tab { width: 40%; }
    #rail-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%; }
}

@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; }

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

    table { border-spacing: 2px; font-size: .75em; }
    table th, 
    table td { padding: 2px; }
    table ul { padding-left: 18px; }
    #traffic-carousel .slideshow-move.next { left: auto; right: 1%;}
}

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

    #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; }
    
    #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; }

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

    #corner-buttons a { display: none; }
    #contact-button { display: block !important; }
    #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; }
}