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; margin: 0; }
h2 { font-size: 2.8em; margin: 26px 0; }
h3 { color: #0C5464; font-size: 1.6em; font-weight: 900; letter-spacing: .03em; margin: 46px 0 30px; padding-left: 44px; position: relative; text-transform: uppercase; }
h3:before,
h3:after { background: #F1AE2C; border-radius: 8px; content: ""; height: 24px; margin-right: -24px; position: absolute; right: 100%; top: 4px; transform: rotate(38deg); width: 4px; }
h3:after { margin-right: -10px; }
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: 0 0 30px; }
ul, 
ol { margin: 20px 0; }
li { line-height: 1.6em; margin: 12px 0; }
img { max-width: 100%; }

/* Header */
header { align-items: center; background-color: #0C5464; color: #fff; display: flex; justify-content: space-between; padding: 18px 2%; position: fixed; transition: padding .2s; width: 100%; z-index: 2; }
header img { height: 64px; transition: height .2s; }
header nav ul { list-style: none; margin: 0 18px; padding: 0; }
header nav li { display: inline-block; margin: 0; margin-left: 46px; }
header nav li a { color: #fff; display: block; font-weight: 700; padding: 0; position: relative; transition: font-size .2s; }
header nav li a:after { background: #F1AE2C; content: ""; height: 2px; left: 0; margin-top: 2px; position: absolute; top: 100%; transition: width .2s; width: 0; }
header nav li a:hover:after,
header nav li a.active:after { width: 100%; }
header nav li a:hover,
header nav li a:focus { color: #ddd; }

.scrolled header { box-shadow: 0 0px 8px 0 #222; padding: 12px 1%; }
.scrolled header img { height: 48px; }
.scrolled header nav li a { font-size: .8em; }

#content { padding-top: 100px; }

#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: 48px 16% 80px; }

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

.green-bg { background: #E7F1DB; }
.blue-bg { background: #0C5464; color: #fff; }
.blue-bg h3 { color: #fff; }
.blue-bg a { color: #fff; text-decoration: underline; }
.blue-bg a:hover { color: #F1AE2C; }
.teal-bg { background: #E6F1F9; }

.yellow-btn { background: #F1AE2C; border-radius: 8px; color: #0C5464 !important; display: block; margin-top: 34px; padding: 10px 28px; }
.yellow-btn:hover { background: #d99819; }

/* Footer */
footer { background-color: #0C5464; color: #fff; }
#footer-top { display: flex; justify-content: space-between; padding: 32px 5% 42px; }
#footer-top > img { width: 220px; }
#footer-top > div { text-align: right; }
#footer-top > div ul { list-style: none; margin: 0; padding: 0; }
#footer-top > div a { color: #fff; font-weight: 700; }
#footer-top > div a.active,
#footer-top > div a:hover { color: #F1AE2C; }
#footer-bottom { background: #00657B; display: flex; justify-content: space-between; padding: 16px 5%; }
#footer-bottom p { margin: 0; }
#footer-bottom a { color: #fff; }
#footer-bottom a:after { border: 1px solid #fff; border-radius: 50%; content: "\1f821"; display: inline-block; font-size: 1.1em; height: 24px; line-height: 24px; margin-left: 12px; text-align: center; vertical-align: middle; width: 24px; }
#footer-bottom a:hover { color: #F1AE2C; }

#page-header { padding: 0 !important; position: relative; }
#page-header img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
#page-header div { left: 19%; position: absolute; top: 50%; transform: translateY(-48%); width: 56%;  }
#page-header h2 { color: #fff; font-size: 5em; line-height: 1.1em; margin: 0; }
#page-header h2 span { display: block; font-size: .4em; font-weight: 700; letter-spacing: .08em; line-height: 1.8em; margin: 6px 0 18px; text-transform: uppercase; }
#page-header h2:before,
#page-header h2:after { background: #F1AE2C; border-radius: 8px; content: ""; height: 38px; margin-right: 22px; position: absolute; right: 100%; transform: rotate(38deg); top: 12px; width: 6px; }
#page-header h2:after { margin-right: 42px; }
#page-header p { color: #fff; font-size: 1.1em; font-weight: 700; }

/* Homepage */

#announcement { background: #F1AE2C; padding: 34px 8% !important; text-align: center; }
#announcement p { align-items: center; display: flex; font-size: 1.1em; gap: 22px; justify-content: center; margin: 0; }
#announcement img { height: 44px; }
#announcement span { text-align: left; }

#plan-background img { width: 100%; }

#safety-analysis { text-align: center; }
#safety-analysis h3 { font-weight: 700; padding: 0; text-transform: none; }
#safety-analysis h3:before,
#safety-analysis h3:after { display: none; }
#safety-analysis ul { border-bottom: 2px solid #0C5464; display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; margin-bottom: 28px; padding: 0 0 22px; }
#safety-analysis li { font-weight: 700; width: 30%; }
#safety-analysis li img { display: block; margin: 0 auto 12px; width: 190px; }

#about-planning img { margin: 12px 0 34px; width: 100%; }

#partner-agencies { padding: 0 !important; }
#partner-agencies div { padding: 48px 16% 14px; }
#partner-agencies ul { align-items: center; display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; }
#partner-agencies li { width: 20%; }
#partner-agencies li:nth-of-type(2) { width: 14%; }
#partner-agencies > img { width: 100%; }

/* Events */

.upcoming-event { background: #E6F1F9; border-radius: 10px; display: flex; }
.upcoming-event > div:first-of-type { padding: 28px 3% !important; }
.upcoming-event > div:last-of-type { padding: 0 !important; }
.upcoming-event > div:last-of-type img { object-fit: cover; object-position: center; width: 100%; }
.upcoming-event h4 { color: #0C5464; font-weight: 700; }
.upcoming-event h5 { font-size: 1.1em; font-weight: 700; margin-bottom: 4px; }

#current-events a:before { background-image: url(../images/2_Events/Past_Events_Document_Icon.svg); background-size: 24px; background-repeat: no-repeat; content: ""; height: 32px; left: 0; position: absolute; top: 9px; width: 24px; }
#current-events a:after { display: none; background-image: url(../images/2_Events/Download_Icon.svg); background-size: 14px; background-repeat: no-repeat; content: ""; height: 22px; position: absolute; right: 0; top: 15px; width: 14px; }
#current-events a:hover { color: #0C5464; }

#past-events { background-image: url(../images/2_Events/Past_Events_Background.jpg); background-position: bottom; background-size: 100%; background-repeat: no-repeat; padding-bottom: 340px !important; }
#past-events h4 { font-size: 1.4em; font-weight: 700; }
#past-events h5 { font-size: 1.1em; font-weight: 700; padding: 0 0 0 3%; }
#past-events ul { list-style: none; padding: 0 0 0 3%;  }
#past-events a { border-bottom: 0 solid #0C5464; color: #414141; display: block; padding: 12px 40px 18px 46px; position: relative; }
#past-events a:before { background-image: url(../images/2_Events/Past_Events_Document_Icon.svg); background-size: 24px; background-repeat: no-repeat; content: ""; height: 32px; left: 0; position: absolute; top: 9px; width: 24px; }
#past-events a:after { display: none; background-image: url(../images/2_Events/Download_Icon.svg); background-size: 14px; background-repeat: no-repeat; content: ""; height: 22px; position: absolute; right: 0; top: 15px; width: 14px; }
#past-events a:hover { color: #0C5464; }

/* Map */

#leave-comment { background-image: url(../images/4_Comment_Map/bg.jpg); background-position: bottom; background-size: 100%; background-repeat: no-repeat; padding-bottom: 260px !important; }
#leave-comment ul { list-style: none; padding: 0; }
#leave-comment li { margin-bottom: 28px; padding-left: 60px; position: relative;  }
#leave-comment li img { position: absolute; left: 0; width: 28px; }
#leave-comment iframe { height: 640px; margin-top: 12px; width: 100%; }

/* Contact */

#project-contacts ul { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; }
#project-contacts li { width: 50%; }
#project-contacts h4 { color: #0C5464; font-weight: 700; margin: 32px 0 18px; }
#project-contacts p { font-weight: 700; margin: 0; }
#project-contacts p a { color: #414141; font-weight: 400; text-decoration: underline; }
#project-contacts p a:hover { color: #0C5464; }

/* 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: 14px 0 24px; }
.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; }

/* Accordions */
.hdr-accordion-set { margin-bottom: 20px; }
.hdr-accordion { border-bottom: 2px solid #0C5464; }
.hdr-accordion h4 { font-size: 1.1em; margin: 0; }
.hdr-accordion-header { background: transparent; color: #0C5464; cursor: pointer; font-weight: 700; padding: 28px 14px 28px 72px; position: relative; text-align: left; width: 100%; }
.hdr-accordion-header:hover { background: transparent; }
.hdr-accordion-set.has-js .hdr-accordion-header span { border: 2px solid #0C5464; border-radius: 50%; height: 34px; left: 12px; position: absolute; top: 22px; width: 34px; }
.hdr-accordion-set.has-js .hdr-accordion-header span:before,
.hdr-accordion-set.has-js .hdr-accordion-header span:after { background: #0C5464; content: ""; height: 3px; position: absolute; left: 50%; 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%; }
.hdr-accordion ul { list-style: none; padding: 0; }
.hdr-accordion ul a { color: #414141; display: block; padding: 12px 14px 18px 46px; position: relative; text-decoration: underline; }
.hdr-accordion ul a:hover { color: #0C5464; }
.hdr-accordion ul a:before { background-image: url(../images/3_Resources/Link_Icon.svg); background-size: 24px; background-repeat: no-repeat; content: ""; height: 24px; left: 0; position: absolute; top: 14px; width: 24px; }

.document-list { list-style: none; padding: 0; }
.document-list a { color: #414141; display: block; padding: 12px 14px 18px 46px; position: relative; text-decoration: underline; }
.document-list a:hover { color: #0C5464; }
.document-list a:before { background-image: url(../images/3_Resources/Link_Icon.svg); background-size: 24px; background-repeat: no-repeat; content: ""; height: 24px; left: 0; position: absolute; top: 14px; width: 24px; }

/* 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 { 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: 8px; box-shadow: 4px 13px 28px 0 #111; left: 50%; max-height: 52%; overflow: auto; padding: 0 3% 22px; position: absolute; top: 24%; transform: translateX(-50%); width: 46%; }
.hdr-modal-window > div img { margin-top: 32px; width: 300px; }
.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 > div > .hdr-close-modal { background: transparent; color: #414141; padding: 0; text-decoration: underline; }
@media screen and (max-width: 790px) {
    .hdr-modal-window .hdr-modal-title { margin: 24px 20px 0 0; }
    .hdr-modal-window > div { max-height: 82%; padding: 0 24px 6px; top: 8%; width: 84%; }
    .hdr-modal-window > div > .hdr-close-modal { font-size: 2em; }
}

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

@media screen and (min-width: 2030px) {
    html,body { font-size: 20px; }
    p { line-height: 1.8em; margin: 32px 0; }
    
    #plan-background .row > div { float: none; }
    #plan-background img { border-radius: 8px; height: 100%;object-fit: cover; object-position: center; position: absolute; }
}

@media screen and (max-width: 1300px) {
    #content > section { padding: 28px 7% 46px; }
    #partner-agencies div { padding: 28px 7% 0; }

    #page-header div { left: 16%; }
    #page-header h2 { font-size: 3.6em; }
    #page-header p { font-size: .9em; }

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

    .upcoming-event > div:last-of-type img { border-radius: 0 10px 10px 0; height: 100%; }
    #past-events { padding-bottom: 250px !important; }

    .hdr-lightbox > div .hdr-close-lightbox { font-size: 2em; right: 6px; top: 2px; }
    .hdr-lightbox.enhanced img { max-width: 555%; width: 1300px; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 1.2em; }
    h2 { font-size: 1.8em; margin: 16px 0; }
    h3 { font-size: 1.2em; margin: 18px 0 28px; padding-left: 36px; }
    h3:before,
    h3:after { background: #F1AE2C; border-radius: 8px; content: ""; height: 20px; margin-right: -22px; position: absolute; right: 100%; top: 1px; transform: rotate(38deg); width: 4px; }
    h3:after { margin-right: -10px; }
    h4 { font-size: 1.1em; margin: 14px 0 28px; }
    h5 { font-size: 1em; 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 { padding: 0; }
    #content > section { padding: 22px 6% 44px; }
    .row { display: block; }
    
    #page-header div { left: 13%; }
    #page-header h2 { font-size: 2.6em; }
    #page-header h2:before,
    #page-header h2:after { height: 28px; margin-right: 16px; top: 8px; }
    #page-header h2:after { margin-right: 32px; }

    /* 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: 18px 18px 18px 20px; position: static; }
    header nav { position: relative; }
    header nav ul { background-color: #0C5464; box-shadow: 2px 4px 8px -4px #000; margin: 8px 0 0; opacity: 0; position: absolute; right: 9999px; top: 100%; width: 180px; z-index: 1; }
    header nav li { border-top: 1px solid #fff; display: block; margin: 0; padding: 8px 4px; text-align: center; width: 100%; }
    header nav li a { font-size: .9em; }
    header nav li a.active:after { display: none; }
    .menu-opened header nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    
    #footer-top { padding: 28px 5% 32px 4%; }
    #footer-top > img { display: block; height: 200px; width: auto; }
    #footer-top > div li { margin: 6px 0; }
    #footer-top > div a { font-size: .9em; }
    #footer-bottom { font-size: .9em; }
    #footer-bottom a { font-size: .9em; padding: 0;  }
    #footer-bottom a:after { height: 18px; font-size: .9em; line-height: 16px; width: 18px; }
    .yellow-btn { margin-top: 20px; padding: 8px 14px; }

    #announcement { padding: 22px 6% !important; }
    #announcement p { font-size: .95em; }

    #plan-background img { height: 180px; position: static; }
    
    #safety-analysis li img { width: 140px; }
    
    #leave-comment iframe { height: 460px; }
    #leave-comment { padding-bottom: 140px !important; }

    .upcoming-event > div:first-of-type { padding: 28px 4% 0 !important; }
    .upcoming-event > div:first-of-type img { width: 70px; }
    .upcoming-event > div:last-of-type { height: 280px; }
    .upcoming-event > div:last-of-type img { border-radius: 0 0 10px 10px; }
    .upcoming-event h5 { font-size: 1em; }

    #past-events h4 { font-size: 1.1em; }
    #past-events h5 { font-size: 1em; }
}

@media screen and (max-width: 768px) {
    #content > section { padding: 16px 8% 38px; }
    h3 { font-size: 1.1em; }

    #page-header { height: 320px; }
    #page-header div { left: 14%; transform: translateY(-44%); width: 74%; }
    #page-header h2 { font-size: 2em; }
    #page-header h2:before,
    #page-header h2:after { height: 20px; margin-right: 16px; top: 5px; width: 4px; }
    #page-header h2:after { margin-right: 28px; }
    #page-header p { font-size: .85em; }

    #safety-analysis ul { flex-wrap: unset; gap: 14px; }
    #safety-analysis li { width: auto; }
    #safety-analysis li img { width: 64px; }

    #partner-agencies ul { justify-content: space-around; }
    #partner-agencies li { width: 48% !important; }
    #partner-agencies li img { display: block; margin: 0 auto; max-width: 160px; }
    #partner-agencies li:nth-of-type(2) img { width: 100px; }
    
    .upcoming-event > div:first-of-type { padding: 28px 6% 0 !important; }
    #past-events { padding-bottom: 150px !important; }

    #project-contacts li { margin-bottom: 26px; width: 100%; }
    #project-contacts li img { width: 80px; }
    #project-contacts h4 { margin-top: 18px; }

    footer { text-align: center; }
}

@media screen and (max-width: 500px) {
    header { padding: 8px; }
    header img { height: 48px; }
    
    #page-header { height: 380px; }
    #page-header div { left: 22%; transform: translateY(-46%); width: 60%; } 
    #page-header h2 { font-size: 1.8em; }
    #page-header h2 span { font-size: .5em; line-height: 1.3em; margin-top: 4px; }
    #page-header p { font-size: .75em;}
    
    #safety-analysis li { font-size: .8em; }

    #partner-agencies h3 { margin-bottom: 0; }
    #partner-agencies ul { margin: 0; }
    #partner-agencies li { margin: 10px 0; width: 100% !important; }
    #partner-agencies li img { display: block; margin: 0 auto; max-width: 140px; }
    
    #footer-top { display: block; text-align: center; }
    #footer-top > img { height: 120px; margin: 0 auto 12px; }
    #footer-top > div ul { text-align: center; }
    #footer-top > div li { display: inline-block; margin: 8px 12px; }
    .yellow-btn { font-size: .8em; margin: 12px auto 0; max-width: 150px; padding: 4px; text-align: center; width: 100%; }
    #footer-bottom { display: block; }
    #footer-bottom p { margin-bottom: 14px; }
}