html, 
body { color: #414141; font-family: "Montserrat", sans-serif; font-size: 18px; -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; left: -9999px; margin: 0; position: absolute; }
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: 26px 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: #1C2B5E; color: #fff; display: flex; justify-content: space-between; padding: 22px 3% 22px 2%; }
header img { height: 80px;  }
header nav ul { list-style: none; margin: 0; padding: 0; }
header nav li { display: inline-block; margin: 0; margin-left: 44px;  }
header nav li a { color: #fff; display: block; font-size: 1.1em; font-weight: 600; padding: 0; position: relative; }
header nav li a:after { background: #1C2B5E; content: ""; height: 2px; left: 0; margin-top: 2px; position: absolute; top: 100%; transition: background .25s; width: 100%; }
header nav li a.active:after { background: #FFC424; }
header nav li a:hover { color: #fff; }
header nav li a:hover:after { background: #FFC424; content: ""; height: 2px; left: 0; margin-top: 2px; position: absolute; top: 100%; width: 100%; }

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

/* General Formatting */
#content > section { padding: 52px 12% 96px; }

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

/* Footer */
#footer-top { background-color: #1C2B5E; color: #fff; padding: 38px 4% !important; }
#footer-top { gap: 0; padding: 34px 0; }
#footer-top > div { border-right: 2px dashed #fff;}
#footer-top > div:first-of-type { padding: 0 5% 0 0 !important; text-align: center; }
#footer-top > div:first-of-type img { display: block; height: 160px; margin: 0 auto 18px; width: auto; }
#footer-top > div:nth-of-type(2) { padding: 0 5%; text-align: center; }
#footer-top > div:nth-of-type(2) img { height: 30px; width: auto; }
#footer-top > div:nth-of-type(2) h3 { color: #fff; font-size: 1.4em; font-weight: 900; margin: 18px 0 0; padding: 0; text-transform: uppercase; }
#footer-top > div:nth-of-type(2) h3:before,
#footer-top > div:nth-of-type(2) h3:after { display: none; }
#footer-top > div:nth-of-type(2) p { margin-top: 12px; }

.mailinglist-form .form-msg { display: none; font-style: italic; font-weight: 700; margin-bottom: 8px; }
.mailinglist-form .form-msg.showing { display: block; }
.mailinglist-form input[type="text"] { background: transparent; border: 1px solid #FFC424; border-radius: 4px; color: #fff; display: block; margin-bottom: 12px; padding: 8px 14px; text-align: center; width: 100%; }
.mailinglist-form input[type="submit"] { background: #FFC424; border-radius: 4px; color: #1c2b5e; display: block; padding: 8px 14px; text-align: center; transition: background .2s; width: 100%; }
.mailinglist-form input[type="submit"]:hover { background: #c39006; }

#footer-top > div:last-of-type { border: 0; padding-right: 0; text-align: right; }
#footer-top ul { list-style: none; padding: 0; }
#footer-top ul a { color: #fff; font-size: 1.1em; font-weight: 700; }
#footer-top ul a.active,
#footer-top ul a:hover { color: #FFC424; }
#footer-top ul.official { margin: 28px 0 24px; }
#footer-top ul.official li { display: inline-block; line-height: 1.2em; margin: 1px 0; }
#footer-top ul.official li a { border-right: 1px solid #FFC424; color: #FFC424; display: block; font-size: 1em; font-weight: 400; margin-right: 8px; padding-right: 12px; }
#footer-top ul.official li:last-of-type a { border-right: 0; margin: 0; padding: 0; }
#footer-top ul.social { margin-bottom: 8px; }
#footer-top ul.social li { display: inline-block; height: 38px; margin-left: 8px; }
#footer-top ul.social li img { height: 100%; }
#footer-top ul.social li a:hover { background: #05abeb; }

#footer-bottom { align-items: center; background: #05ABEB; color: #1c2b5e; display: flex; font-size: 1.1em; justify-content: space-between; padding: 1px 4%; }
#footer-bottom a { color: #1c2b5e; }
#footer-bottom a img { height: 22px; margin-left: 4px; }

/* Homepage */

#header { background-image: url("../images/Home_Hero.jpg"); background-size: cover; background-position: center; color: #fff; padding: 94px 12% 100px !important; }
#header h2 { font-size: 4.6em; font-weight: 700; line-height: .9em; margin-bottom: 0; padding-top: 26px; position: relative; }
#header h2 span { display: block; font-size: .4em; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
#header h2:before,
#header h2:after { background: #05ABEB; border-radius: 4px; box-shadow: 0 0 0 0 #3DA14A; bottom: 100%; content: ""; height: 18px; opacity: 0; position: absolute; width: 18px; }
#header h2:after { background: #F26624; box-shadow: 0 0 0 0 #FFC424; left: 24px; }
#header h2.animate:before { box-shadow: 21px 0 0 0 #3DA14A; opacity: 1; transition: opacity .3s, box-shadow .3s ease-out .2s; }
#header h2.animate:after { box-shadow: 21px 0 0 0 #FFC424; left: 42px; opacity: 1; transition: opacity 0s ease-out .5s, left .3s ease-out .5s, box-shadow .3s ease-out .8s; }
#header p { font-size: 1.1em; font-weight: 600; margin: 14px 0; width: 70%; }

h3 { color: #1C2B5E; font-size: 1.4em; font-weight: 900; padding-left: 62px; position: relative; text-transform: uppercase; }
h3:before,
h3:after { background: #05ABEB; border-radius: 4px; box-shadow: 0 0 0 0 #3DA14A; content: ""; height: 26px; left: 0; opacity: 0; position: absolute; top: 0; width: 10px; }
h3:after { background: #F26624; box-shadow: 0 0 0 0 #FFC424; left: 12px; }
h3.animate:before { box-shadow: 12px 0 0 0 #3DA14A; opacity: 1; transition: opacity .3s, box-shadow .3s ease-out .2s; }
h3.animate:after { box-shadow: 12px 0 0 0 #FFC424; left: 24px; opacity: 1; transition: opacity 0s ease-out .5s, left .3s ease-out .5s, box-shadow .3s ease-out .8s; }

.yellow-bg { background: #FFF9E9; }

#plan-background .row img { border-radius: 8px; object-fit: cover; height: 100%; position: absolute; object-position: center; width: 100%;}

#safety-analysis { text-align: center; }
#safety-analysis h3 { color: #414141; font-weight: 700; padding: 0;  text-align: center; text-transform: none; }
#safety-analysis h3:before,
#safety-analysis h3:after { display: none; }
#safety-analysis ul { border-bottom: 2px dashed #414141; display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; margin: 28px 0 38px; padding: 0 0 26px; }
#safety-analysis ul li { font-size: 1.15em; font-weight: 700; text-align: center; width: 32%; }
#safety-analysis ul li img { display: block; height: 160px; margin: 0 auto 16px; }

#plan-map { background: #1C2B5E; color: #fff; }
#plan-map h3 { color: #fff; }

#plan-schedule { padding: 52px 4% 96px !important; }
#plan-schedule h3 { margin: 46px 12% 42px; }

#plan-schedule table { font-size: .9em; }
#plan-schedule table td,
#plan-schedule table th { border: 1px solid #b7b7b7; min-width: 80px; padding: 7px 12px; text-align: center; }
#plan-schedule table thead tr:last-of-type th { background: #1c2b5e; color: #fff; font-weight: 700; }
#plan-schedule table td:last-of-type { border-right: 0; }
#plan-schedule table th[scope="row"] { background: #1C2B5E; color: #fff; font-weight: 400; padding: 16px 7px; text-align: center; text-transform: uppercase; }
#plan-schedule table #year-row th[scope="row"] { background: #fff; border-right: 0; color: #414141; font-weight: 700; }
#plan-schedule table th[scope="col"] { border-left: 0; text-align: left; }
#plan-schedule table td.gray { background: #414141; color: #fff; }
#plan-schedule table td.blue { background: #69CDF3; }
#plan-schedule table #meetings-row { background: #f0f0f0; }
#plan-schedule .blue-tr td { background: #E6F7FD; }
#plan-schedule .blue-tr th { background: #69CDF3; }
#plan-schedule .green-tr td { background: #D8ECDB; }
#plan-schedule .green-tr th { background: #8BC792; }
#plan-schedule .orange-tr td { background: #FCE0D3; }
#plan-schedule .orange-tr th { background: #F7A37C; }
#plan-schedule .yellow-tr td { background: #FFF9E9; }
#plan-schedule .yellow-tr th { background: #FFD973; }
#plan-schedule .red-tr td { background: #FBDEDD; }
#plan-schedule .red-tr th { background: #F49D9A; }
@media screen and (max-width: 1440px) {
    #plan-schedule table { font-size: .75em; }
}

#partner-agency a img { display: block; height: 148px; margin: 18px auto; }

img[src*="mtn-footer"] { width: 100%; }

/* Events */

#header.events-header { background-image: url("../images/Events_Hero.jpg"); }

#past-events { background-image: url("../images/Events_Bkgd_Illustration.jpg"); background-size: cover; background-repeat: no-repeat; background-position: bottom; min-height: 700px;  }

/* Resources */

#header.resources-header { background-image: url("../images/Resources_Hero.jpg"); }

#topics-areas ul { list-style: none; padding: 0 0 0 8px; }
#topics-areas a { color: #414141; display: block; padding: 6px 0 14px 34px; position: relative; text-decoration: underline; }
#topics-areas a:before { background-image: url("../images/Resources_Link_icon.png"); background-size: contain; background-repeat: no-repeat; content: ""; height: 24px; left: 0; position: absolute; width: 24px; }

/* Comment Map */

#header.commentmap-header { background-image: url("../images/CommentMap_Hero.jpg"); }

#map-instructions ul { list-style: none; padding: 0; }
#map-instructions ul li { margin-bottom: 40px; padding-left: 52px; position: relative; }
#map-instructions ul li img { height: 32px; left: 0; position: absolute; }

#map-area { border: 2px solid #aaa; height: 700px; margin-top: 28px; 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: #FFC424; border: 0; color: #414141; cursor: pointer; font-size: 1em; font-weight: 700; margin: 0; padding: 44px 14px 8px; position: relative; transition: padding .2s; }
#add-comment:before { background: #414141; content: ""; height: 24px; left: 50%; position: absolute; top: 11px; transform: translateX(-50%); transition: .3s; width: 4px; }
#add-comment:after { background: #414141; 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 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; }
#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="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 > 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%; }

/* Contact */

#header.contact-header { background-image: url("../images/Contact_Hero.jpg"); }

#contact-us { background: #E6F7FD; }

#project-contacts img { margin-top: 34px; }
#project-contacts h4 { color: #1C2B5E; font-size: 1.3em; font-weight: 700; margin: 17px 0; }
#project-contacts h5 { margin: 0; font-size: 1em; font-weight: 700; line-height: 1.4em; }
#project-contacts p { margin: 6px 0; }
#project-contacts a { color: #414141; }
#project-contacts a:hover { color: #05ABEB; }

/* Lightbox */
.hdr-lightbox img { width: 100%; }
.hdr-lightbox a { display: block; padding: 0; }
.hdr-lightbox > button { background-color: rgba(0,0,0,.75); border: 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 > div .hdr-close-lightbox { background: 0; border: 0; font-size: 3em; display: none; line-height: .6em; padding: 6px 8px; position: fixed; right: 14px; top: 6px; }
.hdr-lightbox small { display: block; margin-top: 8px; }
.showing-hdr-lightbox { overflow: hidden; }
.hdr-lightbox.enhanced { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 5555; }
.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; }
.hdr-lightbox.enhanced > div .hdr-close-lightbox:focus { border: 1px solid #aaa; color: #aaa; }
@media screen and (max-width: 992px) {
    .hdr-lightbox > div .hdr-close-lightbox { font-size: 2em; right: 6px; top: 2px; }
    .hdr-lightbox.enhanced img { max-width: 555%; width: 992px; }
}

/* Modal Window */
.hdr-modal-showing { overflow: hidden; }
.hdr-launch-modal { display: none; }
.has-hdr-modals .hdr-launch-modal { display: block; }

.hdr-close-modal { display: none; }
.hdr-modal-window .hdr-close-modal span { left: -9999px; position: absolute; }
.hdr-modal-window > .hdr-close-modal { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; display: block; height: 100%; left: 0; margin: 0; position: absolute; top: 0; width: 100%; }
.hdr-modal-window > div > .hdr-close-modal { background: transparent; border: 0; color: #333; font-size: 3em; line-height: .6em; padding: 0 5px 3px; position: absolute; right: 10px; top: 6px; }
.hdr-modal-window > div > .hdr-close-modal:hover { color: #666; }

.hdr-modal-window > div > div .hdr-close-modal { background: transparent; color: #414141; margin-top: 28px; padding: 0; text-decoration: underline;  }

.hdr-modal-window { display: none; height: 100%; left: 0; position: fixed; top: -100%; transition: 0; width: 100%; z-index: 1000; }
.hdr-modal-window.showing { top: 0; transition: top 1s; }
.hdr-modal-window > div { background-color: #fff; border-radius: 24px; box-shadow: 4px 13px 28px 0 #111; left: 50%; max-height: 60%; overflow: auto; padding: 28px 3% 42px; position: absolute; top: 20%; transform: translateX(-50%); width: 54%; }
.hdr-modal-window .hdr-modal-title { margin: 36px 28px 6px 0; }
.hdr-modal-window :focus { border-radius: 2px; outline: 2px groove #eee; }

.hdr-modal-window > div input[type="text"] { border-color: #414141; color: #414141; text-align: left; }
.hdr-modal-window > div input[type="submit"] { border: 0; font-weight: 700; width: auto; }

@media screen and (max-width: 790px) {
    .hdr-modal-window .hdr-modal-title { margin: 24px 20px 0 0; }
    .hdr-modal-window > div { max-height: 90%; padding: 18px 24px 24px; top: 4%; width: 84%; }
    .hdr-modal-window > div > .hdr-close-modal { font-size: 2em; }
}

/* Accordions */
.hdr-accordion-set { margin: 20px 0; }
.hdr-accordion { border-bottom: 1px dashed #1C2B5E; }
.hdr-accordion h4 { font-size: 1.2em; font-weight: 700; margin: 0; }
.hdr-accordion button { background: transparent; color: #1C2B5E; }
.hdr-accordion-header { cursor: pointer; margin: 24px 0 14px; padding: 6px 48px 10px 66px; position: relative; text-align: left; width: 100%; }
.hdr-accordion-set.has-js .hdr-accordion-header span { border: 2px solid #1C2B5E; border-radius: 50%; height: 36px; left: 5px; position: absolute; top: 0; width: 36px; }
.hdr-accordion-set.has-js .hdr-accordion-header span:before,
.hdr-accordion-set.has-js .hdr-accordion-header span:after { background: #1C2B5E; content: ""; height: 3px; left: 50%; position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%); transition: transform .8s; width: 16px; }
.hdr-accordion-set.has-js .hdr-accordion-header span:after { transform: translateY(-50%) translateX(-50%) rotate(270deg); }
.hdr-accordion-set.has-js .opened .hdr-accordion-header span:after { transform: translateY(-50%) translateX(-50%) rotate(0deg); }
.hdr-accordion > div { padding: 1px 2% 18px; }

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

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

@media screen and (max-width: 1240px) {
    #header { padding: 78px 8% 90px !important; }
    #header h2 { font-size: 3.2em; }
    #header p { font-size: 1em; }
    
    #content > section { padding: 32px 6% 68px; }
    
    #plan-schedule h3 { margin: 16px 2% 22px; }
    #plan-schedule table { font-size: .65em; }
    #plan-schedule table td,
    #plan-schedule table th { line-height: 1.2em; padding: 7px; }
    
    #map-area { height: 620px; }
    #add-comment { font-size: .85em; }
    #instruction { font-size: .8em; }

    #footer-top { padding: 24px 3% !important; }
    #footer-top > div:first-of-type img { height: 130px; }
    #footer-top > div:nth-of-type(2) { padding: 0 3%; }
    #footer-top ul a { font-size: 1em; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 1.2em; }
    h2 { font-size: 1.8em; margin: 16px 0; }
    h3 { 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% 48px; }
    .row { display: block; }

    /* Header */
    #mobile-menu { display: block; }
    .menu-opened #mobile-menu .line.top { top: 8px; transform: rotate(45deg); }
    .menu-opened #mobile-menu .line.mid { opacity: 0; transform: rotate(90deg); }
    .menu-opened #mobile-menu .line.btm { top: -10px; transform: rotate(-45deg); }
    
    header { padding: 10px 24px 10px 14px; }
    header img { height: 66px; }
    header nav { position: relative; }
    header nav ul { background-color: #1C2B5E; 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 #fff; display: block; margin: 0; padding: 0; text-align: center; width: 100%; }
    header nav li a { padding: 8px 4px;  }
    header nav li a.active { background: #FFC424; color: #1c2b5e; }
    header nav li a:after { display: none; }
    .menu-opened header nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }

    #plan-background .row img { height: 220px; position: static; }

    #safety-analysis h3 { font-size: 1.2em; }
    #safety-analysis ul li { font-size: 1em; }
    #safety-analysis ul li img { height: 90px; }
    
    #schedule-table { border: 1px solid #aaa; overflow: auto; padding: 8px; width: 100%; }
    #schedule-table table { width: 992px; }

    #project-contacts img { height: 80px; margin-top: 24px; }
    #project-contacts h4 { font-size: 1.2em; }
    
    #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 { padding: 10px 3% !important; }
    #footer-top > div { border-bottom: 2px dashed #fff; border-right: 0; padding: 26px 3% !important; }
    #footer-top > div:first-of-type { padding: 18px 24px 24px !important; text-align: center; }
    #footer-top > div:first-of-type img { display: inline-block; height: 94px; margin: 0 12px; }
    #footer-top > div:last-of-type { text-align: center; }
    #footer-top > div:last-of-type ul li { display: inline-block; margin: 0 8px; }
    #footer-top ul { margin-top: 1px; }
    #footer-top ul.official { margin: 10px 0 20px; }
    #footer-top ul.official li { margin: 0 !important; }
    #footer-bottom { font-size: .9em; padding: 14px 3%; }
    #footer-bottom p { margin: 0; }
}

@media screen and (max-width: 768px) {
    #header { padding: 58px 7% 54px !important; }
    #header h2 { font-size: 2.4em; line-height: 1.1em; padding-top: 12px; }
    #header h2 span { font-size: .55em; line-height: 1.1em; margin: 8px 0 18px; }
    #header p { font-size: .9em; width: 100%; }
    
    #content > section { padding: 20px 8% 46px; }

    footer { text-align: center; }
}

@media screen and (max-width: 570px) {
    header nav ul { width: 160px; }
    header nav li a { font-size: .9em; }
    #header { padding: 42px 8% 34px !important; }

    h3 { padding: 32px 0 0; }
    
    #safety-analysis ul 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: 74px; }
    #form-area form { height: 100%; margin: 0; padding: 4px 20px 28px; width: 100%; }
    #form-area label { line-height: 1.3em; }

    #footer-bottom { display: block; text-align: center; }
    #footer-bottom p { margin-bottom: 14px; }
}