html, 
body { color: #414141; font-family: "Roboto", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }

/* Links */
a { transition: background-color .2s, color .2s; padding: 4px 0; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
button { background: #666; border: 0; color: #fff; margin: 6px 0 6px; padding: 8px 14px 6px; transition: background .2s, color .2s; }
button:hover { background: #999; }

/* Headers */
h1 { font-size: 1.4em; margin: 0; }
h2 { font-size: 2.8em; font-weight: 600; margin: 26px 0; }
h3 { font-size: 1.6em; font-weight: 600; 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: 26px 0; }
ul, 
ol { margin: 20px 0; }
li { line-height: 1.6em; margin: 12px 0; }
img { max-width: 100%; }

/* Header */
#header-top { background: #3C8727; display: flex; justify-content: space-between; padding: 10px 1%; }

#header-middle { align-items: center; background-image: url("../images/Images/Hero_back.jpg"); background-position: center; background-size: cover; color: #fff; display: flex; padding: 80px 8%; position: relative; }
#header-middle:before { background-image: linear-gradient( to right, rgb(13 40 64 / 70%) 70%, rgb(6 23 38 / 50%)); content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; }
#header-middle > * { position: relative; }
#header-middle div { font-size: 1.2em; margin-left: 40px; padding: 40px 0 40px 40px; }
#header-middle h1 { font-size: 2em; font-weight: 700; line-height: 1.2em; opacity: 0; position: relative; text-transform: uppercase; top: -38px; }
#header-middle p { margin: 9px 0 0; opacity: 0; position: relative; top: -38px; }
#header-middle img { opacity: 0; position: relative; top: 38px; }
#header-middle div:before { background: #fff; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 2px; }

.animate #header-middle:before { opacity: 1; transition: opacity 1s; }
.animate #header-middle div:before { opacity: 1; transition: opacity 1s ease-in-out .6s; }
.animate #header-middle > img,
.animate #header-middle h1,
.animate #header-middle p { opacity: 1; top: 0; transition: 1s ease-in-out 1.2s; }

#header-bottom { box-shadow: 0 3px 8px -4px #222; z-index: 100; }
header nav ul { display: flex; list-style: none; margin: 0; padding: 0; }
header nav li { border-right: 1px solid #fff; display: inline-block; margin: 0; text-align: center; width: 16.66667%; }
header nav li:last-of-type { border-right: 0; }
header nav li a { background: #4a6f91; color: #fff; display: block; font-size: 1.2em; padding: 12px 10px; transition: .2s; }
header nav li a i { display: block !important; font-size: 1.3em; margin-bottom: 3px; transition: .2s; }
header nav li a:hover,
header nav li a:focus { background: #345879; color: #fff; }

.scrolled #header-bottom { position: fixed; top: 0; width: 100%; }
.scrolled nav li a { font-size: 1em; padding: 8px 6px; }
.scrolled nav li a i { font-size: 1.1em; }

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

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

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

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

.social-media a { border-radius: 50%; margin-left: 4px; }
.social-media a:hover { background: #2c6e19; }
.social-media img { height: 26px; }


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

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

/* Footer */
footer a { color: #fff; }
footer a:hover { color: #D2EBFC; }

footer .social-media a:hover { background: #013758; }

#footer-top { align-items: center; background-color: #3D5C80; color: #fff; display: flex; justify-content: space-between; padding: 38px 8% 50px; }
#footer-top h2 { font-size: 1.1em; margin-bottom: 2px; }
#footer-top p { margin-top: 2px; }

#footer-bottom { align-items: center; background: #013758; color: #fff; display: flex; justify-content: space-between; padding: 14px 8%; }
#footer-bottom p { margin: 0; }

/* Homepage */

#project-overview { align-items: center; color: #004B79; display: flex; gap: 5%; }
#project-overview img { flex-shrink: 0; width: 200px;  }
#project-overview p { font-size: 1.2em; }

#about-plan { background: #D2EBFC; }
#about-plan ul { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; }
#about-plan li { background: #3D5C78; border-radius: 12px; color: #fff; width: 31.5%; }
#about-plan h3 { margin-top: 26px; padding: 0 28px; }
#about-plan li span { display: block; padding: 0 28px 28px; }
#about-plan img { border-radius: 12px 12px 0 0; width: 100%; }

#schedule { background-image: url("../images/Images/timeline_back.jpg"); background-size: cover; background-position: center; color: #fff; }
#schedule ul { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; }
#schedule li { background: #D2EBFC; border-radius: 12px; color: #414141; width: 49%; }
#schedule h3 { align-items: center; background: #0073BB; border-radius: 12px 12px 0 0; color: #fff; display: flex; font-size: 1.5em; font-weight: 400; gap: 10px; justify-content: space-between; margin: 0; padding: 15px 18px; }
#schedule li > span { display: block; padding: 13px 18px; }

#comment-map { background: #D2EBFC; }

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

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

#corner-box { position: absolute; top: 0; z-index: 2; }
#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 #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: #3D5C78; border: 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: #3D5C78; color: #fff; display: block; height: 100%; margin-left: 40%; overflow: auto; padding: 22px 32px 44px; width: 60%; }
.commenting #form-area { right: 0; }
#form-area h4 { font-size: 1.2em; font-weight: 700; margin-top: 16px; text-transform: uppercase; }

#map-form > div { padding-bottom: 28px; }
#map-form > div > label { display: block; font-weight: 600; margin-bottom: 12px; }
#map-form > div div { display: inline-block; margin-right: 28px; width: 42%; }
#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 { color: #414141; height: 110px; margin-top: 6px; padding: 4px 8px; width: 100%; }
#map-form input[type="submit"] { background: #fff; border: 0; border-radius: 8px; color: #3D5C78; font-size: 1.1em; font-weight: 700; padding: 7px 18px; transition: background .2s; }
#map-form input[type="submit"]:hover { background: #b7c9d6; }

.other-explanation { display: none; margin: 0; width: 100%; }
.other-explanation label { margin: 0; padding: 0 !important; }
.other-explanation textarea { height: 80px; width: 100%; }

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

#survey { background-image: url("../images/form-bg.png"); background-size: cover; background-position: right; }

/* #foreign-jotform { position: relative; }
#foreign-jotform:after { background: #f3f3fe; bottom: 0; content: ""; height: 60px; left: 0; position: absolute; width: 100.01%; } */

#upcoming-events { background-image: linear-gradient( #D2EBFC 70%, #fff ); }
#upcoming-events ul { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; }
#upcoming-events li { background: #4A6F91; border-radius: 12px; color: #fff; width: 49%; }
#upcoming-events h3 { align-items: center; background: #3D5C80; border-radius: 12px 12px 0 0; color: #fff; display: flex; font-size: 1.5em; font-weight: 400; gap: 10px; justify-content: space-between; margin: 0; padding: 15px 18px; }
#upcoming-events li div { display: block; padding: 13px 18px 18px; }
#upcoming-events h4 { font-size: 1.2em; margin: 4px 0; }
#upcoming-events strong { display: block; margin-top: 10px; }
#upcoming-events .meeting { background: #479332; }
#upcoming-events .meeting h3 { background: #397827; }

/* Accordions */
#faq h2 { color: #3D5C80; }

.hdr-accordion-set { margin-bottom: 20px; }
.hdr-accordion { border-bottom: 1px dotted #414141; }
.hdr-accordion h3 { font-size: 1.2em; margin: 0; position: relative; }
.hdr-accordion button { background: transparent; color: #414141; }
.hdr-accordion h3:before { border: 2px solid #3d5c80; border-radius: 50%; content: ""; height: 26px; left: 3px; position: absolute; top: 16px; width: 26px; }
.hdr-accordion-header { cursor: pointer; margin: 10px 0 0; padding: 10px 14px 16px 48px; position: relative; text-align: left; width: 100%; }
.hdr-accordion-set.has-js .hdr-accordion-header:before,
.hdr-accordion-set.has-js .hdr-accordion-header:after { background: #3D5C80; content: ""; height: 3px; position: absolute; left: 8px; top: 19px; 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 { padding: 1px 0 14px; }
.hdr-accordion p { margin: 8px 0; }

#comment { background-image: url("../images/Images/footer_back.jpg"); background-size: cover; background-repeat: no-repeat; background-position: top 180px center; padding-bottom: 168px !important; position: relative; }
#comment:after { background-image: linear-gradient( transparent, #3D5C80 ); bottom: 0; content: ""; height: 130px; left: 0; position: absolute; width: 100%; }
#comment h2 { color: #3D5C80; }

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

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

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

    #header-top { padding: 8px 1.5%; }
    #translation-widget { font-size: .9em; }
    #header-middle { padding: 46px 6%; }
    #header-middle h1 { font-size: 1.8em; }
    header nav li a { font-size: 1.1em; }
    .social-media img { height: 22px; }

    #map-area { height: 620px; }
    #add-comment { font-size: .85em; }
    #instruction { font-size: .8em; }
}

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

    #content > section { padding: 22px 6%; }
    .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 { padding: 6px 1.5%; }
    #translation-widget { font-size: .9em; }
    #header-middle { padding: 26px 6%; }
    #header-middle img { height: 120px; }
    #header-middle h1 { font-size: 1.4em; }
    header nav li a { font-size: 1.1em; }
    .social-media img { height: 20px; }

    header nav { position: relative; }
    #header-bottom { background: #4a6f91; height: 50px; padding: 14px; }
    header nav ul { box-shadow: 2px 4px 8px -4px #000; display: block; margin-top: 28px; opacity: 0; position: absolute; right: 9999px; top: 100%; width: 220px; z-index: 1; }
    header nav li { border-right: 0; border-top: 1px solid #fff; display: block; margin: 0; text-align: center; width: 100%; }
    header nav li a { font-size: .9em;padding: 10px 4px 6px; }
    .menu-opened header nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }

    #about-plan h3 { font-size: 1.4em; margin-bottom: 9px; }
    
    #map-area { height: 500px; }
    #instruction { font-size: .75em; width: 250px; }
    #map-thanks { font-size: .9em; padding: 8px 14px; width: 80%; }
    #address-search { font-size: .85em; }
    .thanks #map-thanks { top: 210px; }
    #map-form { font-size: .9em; }
    #map-form select { font-size: .9em; }
    #map-form input[type="submit"] { font-size: .9em; }

    #footer-top > img { height: 150px; }
}

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


    #header-middle { display: block; }
    #header-middle img { display: block; height: 80px; margin: 0 auto 3px; }
    #header-middle h1 { font-size: 1.3em; }
    #header-middle > div:before { display: none; }
    #header-middle > div { border-top: 2px solid #fff; font-size: 1.1em; margin: 18px 0 0; padding: 18px 0 10px; }

    #project-overview { align-items: flex-start; }
    #project-overview img { margin-top: 80px; width: 80px; }
    #project-overview p { font-size: 1em; }

    #about-plan li { width: 100%; }

    #comment-map { border: 0; }
    #corner-box { position: relative; }
    #instruction { width: 100%; }
    #search-address { top: 208px; }
    #map-area { border: 0; height: auto; }
    #map { border: 1px solid #000; height: 420px; }
    #form-area { border: 1px solid #000; padding-top: 70px; }
    #form-area form { height: 100%; margin: 0; padding: 18px 20px 28px; width: 100%; }
    #form-area label { line-height: 1.3em; }
}

@media screen and (max-width: 640px) {
    #schedule li { width: 100%; }
    #upcoming-events li { width: 100%; }

    #footer-top { display: block; padding: 12px 5% 30px; text-align: center; }
    #footer-top > img { height: 80px; margin-top: 30px; }
}

@media screen and (max-width: 500px) {
    #header-top { display: block; text-align: center; }
    #translation-widget { margin-bottom: 6px; }

    #footer-bottom { display: block; font-size: .9em; text-align: center; }
    #footer-bottom p { font-size: 1em; margin-bottom: 14px; }
}