html, 
body { color: #333; font-family: "Montserrat", sans-serif; font-size: 17px; -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; }
h3 { font-size: 2.2em; margin: 46px 0 22px; }
h4 { font-size: 1.6em; margin: 46px 0 12px; }
h5 { font-size: 1.4em; margin: 46px 0 12px; }
h6 { font-size: 1.2em; margin: 46px 0 12px; }

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

/* Header */
header { align-items: center; background-color: #333; color: #fff; transition: padding .4s; }
header nav ul { list-style: none; margin: 0; padding: 0; }
header nav li { display: inline-block; font-size: 1.1em; font-weight: 700; margin: 0; margin-left: 44px; position: relative; transition: font-size .4s, margin .4s; }
header nav li a { color: #00607F; display: block; padding: 0; }
header nav li a:hover,
header nav li a:focus { color: #00303f; }
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-top { align-items: center; background: #00607F; display: flex; justify-content: space-between; padding: 12px 3% 12px 2.5%; }
#header-bottom { align-items: center; background: #fff; box-shadow: 0 3px 8px -3px #333; display: flex; justify-content: space-between; padding: 22px 3% 22px 2.5%; }
#header-bottom img { height: 80px; transition: height .4s; }

#header-bottom.scrolled { position: fixed; padding: 18px 1.5%; top: 0; width: 100%; z-index: 100; }
#header-bottom.scrolled.scrolled img { height: 48px; }
#header-bottom.scrolled.scrolled nav li { font-size: .9em; margin-left: 34px; }

.social-links { list-style: none; margin: 0; padding: 0; }
.social-links li { display: inline-block; margin: 0 0 0 10px; padding: 0; }
.social-links a:hover,
.social-links a:focus { filter: brightness(80%); }

#translation-widget img { display: inline-block; }
#translation-widget label { left: -9999px; position: absolute; }
#translation-widget select { background: #00607F; border: 0; color: #fff; cursor: pointer; display: inline-block; }
#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: #00607F; 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,
footer > section { padding: 48px 8% 60px; }

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

/* Homepage */

@keyframes psst {
    0% { opacity: 0; }
    70% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes psst2 {
    0% { opacity: 0; }
    40% { opacity: 0; }
    90% { opacity: 1; }
    100% { opacity: 1; }
}

#page-header { background: #00607F; background-image: url("../images/Images/header-bg.jpg"); background-size: cover; color: #fff; padding-top: 98px !important; padding-bottom: 98px !important; }
#page-header h1 { font-size: 3.6em; font-weight: 700; line-height: 1.2em;}
#page-header h1 span { display: block; }
#page-header a { background: #BB2054; border-radius: 6px; color: #fff; display: inline-block; font-size: 1.4em; margin-left: 18px; padding: 8px 14px; position: relative; vertical-align: middle;}
#page-header a:hover,
#page-header a:focus { background: #860b34; }
#page-header div { margin-top: 28px; }
#page-header div img { display: inline-block; vertical-align: middle; }
#page-header div img:nth-of-type(2) { animation-name: psst; animation-duration: 4s; animation-iteration-count: infinite; opacity: 0; }
#page-header div img:nth-of-type(3) { animation-name: psst2; animation-duration: 4s; animation-iteration-count: infinite; opacity: 0; }

h2 { background: #FFC843; color: #0F3554; display: inline-block; font-size: 1.8em; font-weight: 700; margin-bottom: 6px; padding: 8px 12px; }

#about h2 + p { font-size: 1.2em; color: #0f3554; margin: 4px 0; }
#about .row > div:first-of-type img { height: 100%; object-fit: cover; object-position: center; position: absolute; width: 100%; }
#about .row .row > div:last-of-type ul { list-style: none; padding: 0; }
#about .row .row > div:last-of-type li { padding-left: 38px; position: relative; }
#about .row .row > div:last-of-type li img { left: 0; position: absolute; width: 28px; }

#improvements { background: #0f3554; background-image: url("../images/Images/bg2.jpg"); color: #fff; }
#improvements ul { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; }
#improvements li { background: #00607F; line-height: 1.3em; padding: 12px 20px 18px; text-align: center; width: 32.25%; }
#improvements li img { display: block; margin: 0 auto 12px; }

#study-area p a { background: #BB2054; border-radius: 6px; color: #fff; display: inline-block; padding: 8px 14px; }
#study-area p a:hover,
#study-area p a:focus { background: #860b34; }

#schedule { background: #D9E7EC; }

#schedule-line { display: flex; justify-content: space-between; margin-top: 26px; position: relative; }
#schedule-line > div { width: 25%; }
#schedule-line:before { background: #00607f; content: ""; height: 8px; position: absolute; top: 120px; width: 100%; }
#schedule-line:after { border: 8px solid transparent; border-radius: 8px;  border-top-color: #00607f; border-right-color: #00607f; content: ""; height: 46px; position: absolute; right: 0; top: 102px; transform: rotate(45deg); width: 46px;  }
#schedule-line h3 { color: #00607F; font-size: 1.4em; font-weight: 700; height: 64px; line-height: 1.2em; margin: 0 14px 4px; text-align: center; }
#schedule-line img { display: block; margin: 8px auto 2px; position: relative; }
#schedule-line ul { padding: 0 10%; }
#schedule-line > div:last-of-type ul li { margin: 0 auto; width: 180px; }

#public-involvement ul { display: flex; list-style: none; padding: 0; }
#public-involvement li { color: #00607f; font-size: 1.2em; font-weight: 700; text-align: center; width: 24%; }
#public-involvement li img { display: block; margin: 0 auto 4px; }

#study-updates { background: #00607F; color: #fff; }
#study-updates h2 { position: relative; }
#study-updates h2 img { left: 100%; margin: -14px 0 0 14px; position: absolute; }

.ml-form { display: flex; margin-bottom: 28px; }
.ml-form input { background: transparent; border: 0; border: 1px solid #fff; border-radius: 10px 0 0 10px; color: #fff; padding: 8px 14px; width: 480px; }
.ml-form input::placeholder { color: #ddd; }
.ml-form label { left: -99999px; position: absolute; }
.ml-form button { align-items: center; background: #fff; border-radius: 0 10px 10px 0; display: flex; height: 44px; margin: 0; }
.ml-form button:hover,
.ml-form button:focus { background: #ddd; }
.ml-form + .msg { display: none; }

#faqs { background: #D9E7EC; }

/* Accordions */
.hdr-accordion h3 { font-size: 1.1em; font-weight: 700; margin: 0; }
.hdr-accordion-header { background: #fff; color: #00607F; cursor: pointer; margin: 18px 0 0; padding: 16px 14px; position: relative; text-align: left; width: 100%; }
.hdr-accordion-header span { border: 2px solid #00607F; border-radius: 50%; height: 30px; left: 11px; position: absolute; top: 50%; transform: translateY(-50%); width: 30px; }
.hdr-accordion-set.has-js .hdr-accordion-header:hover { background: #d0d1d2; }
.hdr-accordion-set.has-js .hdr-accordion-header { padding-left: 54px; }
.hdr-accordion-set.has-js .hdr-accordion-header:before,
.hdr-accordion-set.has-js .hdr-accordion-header:after { background: #00607F; content: ""; height: 3px; left: 18px; position: absolute; top: 50%; transform: translateY(-50%); transition: transform .8s; width: 16px; }
.hdr-accordion-set.has-js .hdr-accordion-header:after { transform: translateY(-50%) rotate(270deg); }
.hdr-accordion-set.has-js .opened .hdr-accordion-header:after { transform: translateY(-50%) rotate(0deg); }
.hdr-accordion > div { background: #fff; padding: 8px 34px 8px; }

#comment { background: #FFC843; }
#comment h2 { padding: 0; }

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

#map-area { border: 2px solid #aaa; height: 700px;overflow: hidden; position: relative; width: 100%; }

#map { height: 100%; width: 100%; }
#map button { border-radius: 0; }

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

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

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

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

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

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

fieldset { display: flex; justify-content: space-between; margin-bottom: 32px; }
fieldset div { width: 48%; }
fieldset div label { display: block; }
#map-form > div { padding-bottom: 28px; }
#map-form > div > label { display: block; font-weight: 600; }
#map-form > div div { display: inline-block; margin-right: 28px; }
#map-form > div div label { cursor: pointer; font-weight: 400; margin-left: 4px; }
#map-form select { margin: 4px 0 2px; padding: 6px 4px; width: 100%; }
#map-form textarea { height: 110px; margin-top: 6px; padding: 4px 8px; width: 100%; }
#map-form input[type="text"] { padding: 4px 8px; width: 100%; }
#map-form input[type="submit"] { background: #FFC424; border: 0; border-radius: 8px; color: #1C2B5E; font-size: 1.1em; font-weight: 700; padding: 7px 18px; transition: background .2s; }
#map-form input[type="submit"]:hover { background: #d39e0d; }
#map-form .error-msg { color: #a00; display: block; font-weight: 700; font-style: italic; margin-bottom: 8px; }

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

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

/* Footer */
footer p { margin: 0;  }
footer a { color: #fff; }
footer a:hover,
footer a:focus { color: #faf; }

#footer-top { background: #292F33; background-image: url("../images/Images/footer-bg.jpg"); background-size: cover; color: #fff; display: flex; justify-content: space-between; }
#footer-topleft > img { display: block; margin-bottom: 36px; width: 290px; }
#footer-topleft .social-links { margin-bottom: 14px; }
#footer-topleft .social-links li { margin-left: 0; margin-right: 16px; }
#footer-topright { width: 38%; }
#footer-topright h2 { background: transparent; color: #fff; padding: 0; position: relative;  }
#footer-topright h2 img { left: 100%; margin: -14px 0 0 14px; position: absolute; }
#footer-topright .ml-form { margin-top: 16px; }
#footer-topright .ml-form input { width: 100%; }

#footer-bottom { align-items: center; background: #00607F; color: #fff; display: flex; justify-content: space-between; padding-top: 20px !important; padding-bottom: 20px !important; }
#footer-bottom p { margin: 0; }
#footer-bottom a:hover,
#footer-bottom a:focus { filter: brightness(70%); }

/* Lightbox */
.hdr-lightbox { margin-top: 14px; margin-bottom: 64px; max-width: 1500px; position: relative; width: 100%; }
.hdr-lightbox img { width: 100%; }
.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 span { color: #333; font-style: italic; left: 0; margin-top: 12px; position: absolute; top: 100%; }

body.hdr-lightbox-showing { overflow: hidden; }
.hdr-lightbox.enhanced { height: 100%; left: 0; margin-top: 0; max-width: 8000%; position: fixed; top: 0; width: 100%; z-index: 222; }
.hdr-lightbox.enhanced div { background: #fff; box-shadow: 4px 13px 28px 0 #111; left: 50%; max-height: 80%; overflow: auto; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); width: 90%; z-index: 3; }
.hdr-lightbox.enhanced div img { max-width: 8000%; width: 100%; }
.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: 992px; }
}

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

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

    #schedule-line ul { padding: 0 22%; }
}

@media screen and (max-width: 1450px) {
    #header-bottom img { height: 68px; }
    header nav li { font-size: 1em; margin-left: 28px; }
    
    #page-header h1 { font-size: 3em; }
    #page-header a { font-size: 1.2em; }

    #footer-topright { font-size: .85em; }
    #footer-topright h2 img { width: 60px; }
}

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

    #header-top { font-size: .9em; padding: 9px 1.5%; }
    #header-bottom { padding: 16px 1.5%; }
    #header-bottom img { height: 56px; }
    header nav li { font-size: .9em; margin-left: 16px !important; }
    
    #page-header { padding-top: 48px !important; padding-bottom: 48px !important; }
    #page-header h1 { font-size: 2.4em; }
    #page-header a { font-size: 1em; }
    #page-header div { margin-top: 22px; }

    h2 { font-size: 1.2em; }
    
    #about h2 + p { font-size: 1em; margin-top: 12px; }

    #improvements { background-position: right; }
    
    #public-involvement li { font-size: 1em; width: 33%; }

    #schedule-line h3 { font-size: 1.2em; }
    #schedule-line ul { padding: 0 18px; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 1.2em; }
    h2 { font-size: 1.1em; 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,
    footer > section { padding: 22px 6%; }
    .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-top { font-size: .8em; padding: 9px 12px; }
    #header-bottom { padding: 12px 12px; }
    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 #00607F; display: block; margin: 0 !important; text-align: center; width: 100%; }
    header nav li a { padding: 8px; }
    .menu-opened header nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    #header-bottom.scrolled { padding: 8px; }

    #page-header { background-position: right; }

    #study-area .big-img { border: 1px solid #aaa; overflow: auto; }
    #study-area .big-img img { max-width: 8000%; width: 872px; }

    #about .row > div:first-of-type img { height: 370px; margin-bottom: 18px; position: relative; width: 60%; }

    #schedule-line h3 { font-size: 1em; height: 60px; }
    #schedule-line img { height: 80px; }
    #schedule-line:before { height: 6px; top: 104px; }
    #schedule-line:after { border-width: 6px; border-radius: 0; height: 34px; top: 90px; width: 34px; }

    #improvements li { width: 48%; }

    #footer-topleft { font-size: .9em; }
    #footer-topleft > img { margin-bottom: 20px; width: 194px; }
    #footer-topright { width: 54%; } 
}

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

    #page-header h1 { font-size: 2em; }

    #about .row > div:first-of-type img { height: 220px; margin-bottom: 16px; width: 100%; }

    #improvements p { margin-top: 8px; }

    #public-involvement ul { flex-wrap: wrap; }
    #public-involvement li { font-size: .9em; width: 48%; }

    #schedule-line { flex-wrap: wrap; margin-top: 8px; }
    #schedule-line:before,
    #schedule-line:after { display: none; }
    #schedule-line h3 { font-size: 1em; height: auto; margin-bottom: 14px; }
    #schedule-line > div { width: 50%; }
    
    #study-area .big-img img { width: 632px; }
    
    .hdr-accordion-header { margin: 0 0 16px; }
    .hdr-accordion > div { padding-top: 2px; }

    #footer-top { background-position: right; display: block; padding-top: 16px; text-align: center;  }
    #footer-topleft > img { margin: 0 auto 18px; }
    #footer-topleft .social-links li { margin: 0 8px; }
    #footer-topright { margin-top: 18px; width: 100%; }
    #footer-bottom { padding-top: 12px !important; padding-bottom: 12px !important; }
}

@media screen and (max-width: 510px) {
    #header-top { display: block; text-align: center; }
    #header-top .social-links { margin-top: 10px; }
    #header-top .social-links li { margin: 0 6px; }

    #page-header { padding-top: 34px !important; padding-bottom: 34px !important; }
    #page-header h1 { font-size: 1.6em; width: 100%; }
    #page-header a:before { display: none; }
    #page-header a { font-size: .85em; margin-left: 6px;  }
    #page-header div { margin-top: 14px; }
    #page-header div img { height: 24px; }
    
    #schedule-line > div:last-of-type ul li { margin: 0; width: 100%; }

    #study-updates h2 img { width: 46px; }
    #study-updates p { margin-top: 8px; }
    .ml-form input { font-size: .8em; }
    
    #schedule-line > div { width: 100%; }
    #improvements li { width: 100%; }
    #public-involvement li { width: 100%; }

    #footer-topright h2 { margin-left: -40px; }
    #footer-top a { font-size: .9em; word-wrap: break-word; }
}