html, 
body { color: #54555D; font-family: "futura-pt", sans-serif; font-size: 22px; -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 { left: -9999px; position: absolute; }
h2 { color: #fff; display: inline-block; font-size: 3em; font-weight: 700; margin: 26px 0; text-transform: uppercase; }
h3 { border-bottom: 4px solid #FCB53E; color: #0E354B; font-size: 1.8em; font-weight: 700;  margin: 46px 0 22px; padding-bottom: 12px; }
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: #0E354B; color: #fff; display: flex; justify-content: center; padding: 28px 3%; }
header img { margin-right: 12px; }
header nav ul { list-style: none; margin: 0; padding: 0; }
header nav li { display: inline-block; margin: 0; margin-left: 40px; }
header nav li a { color: #fff; display: block; font-size: 1.1em; font-weight: 600; padding: 0; }
header nav li a:hover { color: #FCB53E; }

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

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

.gray-bg { background: #F0F0F0; }

.green-btn { background: #00938B; border-radius: 4px; color: #fff; display: inline-block; font-weight: 700; margin: 10px 0 20px; padding: 9px 18px; }
.green-btn:hover { background: #00504c; color: #fff; }

/* Footer */
#footer-top { background-color: #00938B; color: #fff; padding: 64px 5%; }
#footer-top ul { list-style: none; margin: 0; padding: 0; text-align: right; }
#footer-top li { display: inline-block; margin: 0 0 0 34px; }
#footer-top li a { color: #fff; font-weight: 700; }
#footer-top li a:hover { color: #FCB53E; }
#footer-top > div:first-of-type { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; }
#footer-top > div:last-of-type { padding-right: 0 !important; }
#footer-top img:first-of-type { margin-bottom: 18px; width: 100%; }

#footer-bottom { background: #0E354B; color: #fff; padding: 14px 5%; }
#footer-bottom p { margin: 0; }
#footer-bottom a { color: #fff; }
#footer-bottom a:hover { color: #FCB53E; }
#footer-bottom a img { transform: rotate(180deg); }

/* Homepage */

#announcement { background: #FCB53E; color: #0E354B; padding: 8px 15px !important; text-align: center; }
#announcement p { display: inline-block; margin: 0 14px; padding: 0; }
#announcement a { background: #BB1654; border-radius: 4px; color: #fff; margin-right: 8px; padding: 6px 12px; }
#announcement a:hover { background: #9c0c42; }

#title { background: #007366; background-image: url("../images/Images/Hero-Blocks.jpg"); background-position: center; background-size: cover; padding: 84px 13% 94px !important; }
#title div { align-items: center; display: flex; }
#title img { height: 80px; margin-right: 18px; }

#title.homepage-version { position: relative; }
#title.homepage-version div { display: block; }
#title.homepage-version h2 { display: block; margin-top: 14px; width: 900px; }
#title.homepage-version img { display: inline-block; vertical-align: bottom; }
#title.homepage-version img[src*="car"] { height: 58px; }
#title.homepage-version nav { bottom: 14px; position: absolute; }
#title.homepage-version nav img { display: inline-block; height: 24px; margin-right: 8px; vertical-align: middle; }
#title.homepage-version nav ul { display: inline-block; margin: 0; padding: 0; vertical-align: middle; }
#title.homepage-version nav li { border-right: 1px solid #fff; display: inline-block; margin: 0 18px 0 0; padding-right: 18px;  vertical-align: middle; }
#title.homepage-version nav li:last-of-type { border: 0; }
#title.homepage-version nav li a { color: #fff; padding: 0; }
#title.homepage-version nav li a:hover { color: #fcb53e; }

#about { margin-top: 46px; }
#about .row h3 { margin-top: 0; }
#about .row p:last-of-type { margin-bottom: 0; }
#about .row img { border-bottom: 6px solid #00A699; height: 100%; object-fit: cover; object-position: center; position: absolute; width: 100%; }

#objectives h3 { border-color: #00938B; }
#objectives ul { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; }
#objectives ul li { background: #fff; border-radius: 18px; padding: 32px 40px; width: 31%; }
#objectives ul li img { display: block; height: 124px; margin-bottom: 22px; }

#plan-area h3 { border: 0; }

#timeline h3 { border: 0; }

/* Resources */

#downloads { padding-bottom: 86px !important; }
#downloads h3 { border: 0; margin-bottom: 0; }

.document-list { list-style: none; margin-top: 8px; padding: 0; }
.document-list li a { background: #fff; border-bottom: 1px dashed #000; color: #007AB6; display: block; line-height: 1.2em; padding: 10px 48px 10px 58px; position: relative; }
.document-list li a:hover { background: #dde7ec; }
.document-list li a:before { background-image: url("../images/Icons/doc-chain.png"); background-size: auto 25px; background-repeat: no-repeat; content: ""; height: 25px; left: 12px; position: absolute; top: 50%; transform: translateY(-50%); width: 25px; }
.document-list li a:after { background-image: url("../images/Icons/doc-arrow.png"); background-size: auto 25px; background-repeat: no-repeat; content: ""; height: 25px; right: 14px; position: absolute; top: 50%; transform: translateY(-50%); width: 17px; }

/* Events */

#events-row { gap: 0; }
#events-row > div:first-of-type section { padding: 48px 6% 60px 17%; }
#events-row > div:last-of-type img { height: 100%; object-fit: cover; object-position: center; width: 100%; }

.events { font-weight: 700; list-style: none; margin-bottom: 70px; padding-left: 124px; position: relative; }
.events h3 { border: 0; }
.events h4 { border-top: 4px solid #FCB53E; font-weight: 700; margin: 22px 0 0; padding-top: 28px; }
.events p { margin: 8px 0 22px; }
.events img { left: 0; position: absolute; width: 74px; }
.events li div { border-top: 4px solid #FCB53E; padding-top: 18px; }

#past-events h4 { border-color: #00938B; }
#past-events li div { border-color: #00938B; }

iframe { height: 680px; margin-bottom: 18px;  width: 100%; }

/* Contact */

#project-contacts ul { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; }
#project-contacts li { background: #fff; margin-bottom: 18px; padding: 24px 36px; width: 49%; }
#project-contacts h4 { color: #007AB6; font-weight: 700; margin-top: 0; }
#project-contacts p { font-weight: 700; margin: 12px 0 6px; }
#project-contacts ul ul { display: block; padding: 0; }
#project-contacts ul ul li { display: block; padding: 0; width: 100%; }
#project-contacts ul ul li img { margin-right: 6px; }
#project-contacts ul ul li a { color: #54555D; }

/* Accordions */
.hdr-accordion-set { margin-bottom: 20px; }
.hdr-accordion h4 { font-size: 1.2em; font-weight: 700; margin: 0; }
.hdr-accordion button { background: #fff; color: #0E354B; }
.hdr-accordion-header { cursor: pointer; margin: 18px 0 0; padding: 22px 14px 22px 84px; position: relative; text-align: left; width: 100%; }
.hdr-accordion-set.has-js .hdr-accordion-header span { border: 3px solid #00938b; border-radius: 50%; display: inline-block; height: 40px; left: 20px; position: absolute; top: 50%; transform: translateY(-50%); width: 40px;  }
.hdr-accordion-set.has-js .hdr-accordion-header span:before,
.hdr-accordion-set.has-js .hdr-accordion-header span:after { background: #00938B; content: ""; height: 3px; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); transition: transform .8s; width: 16px; }
.hdr-accordion-set.has-js .hdr-accordion-header span:after { transform: translateX(-50%) translateY(-50%) rotate(270deg); }
.hdr-accordion-set.has-js .opened .hdr-accordion-header span:after { transform: translateX(-50%) translateY(-50%) rotate(0deg); }
.hdr-accordion > div { padding: 0; }

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

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

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

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

    header nav li { margin-left: 28px; }
    header nav li a { font-size: .9em; }
    
    #title.homepage-version { padding: 84px 6% 94px !important; }
    #title.homepage-version h2 { width: 100%; }
    
    #announcement { padding: 4px 16px 9px !important; }
    #announcement img { height: 34px; }
    #announcement p { display: block; font-size: .9em; line-height: 1.1em; margin: -1px 0 6px; }
    #announcement a { font-size: .9em; padding: 4px 9px; }
    
    #objectives ul li { font-size: .9em; padding: 24px 30px; }

    #footer-top > div:first-of-type img:nth-of-type(1) { width: 100%; }
    #footer-top > div:first-of-type img:nth-of-type(2) { width: 55%; }
    #footer-top > div:first-of-type img:nth-of-type(3) { width: 32%; }
}

@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: 24px 0 0; }
    h4 { font-size: 1.1em; 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% 34px; }
    .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: 18px 14px 18px 20px; }
    header img { margin-right: 18px; }
    header nav { position: relative; }
    header nav ul { background-color: #0E354B; 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: 6px 4px; text-align: center; width: 100%; }
    .menu-opened header nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }

    .hdr-accordion h4 { font-size: 1em; }
    
    .hdr-lightbox > div .hdr-close-lightbox { font-size: 2em; right: 6px; top: 2px; }
    .hdr-lightbox.enhanced img { max-width: 555%; width: 992px; }
    
    #title div { justify-content: center; }
    #title img { height: 56px; margin-right: 10px; }
    #title.homepage-version img[src*="car"] { height: 38px; }
    
    #about .row img { height: 250px; margin-top: 18px; position: relative; }
    
    #objectives ul li { font-size: .9em; padding: 24px 30px; width: 100%; }
    #objectives ul li img { height: 64px; }
    
    #events-row > div:first-of-type section { padding: 28px 6% 30px; }
    #events-row > div:last-of-type img { height: 320px; }
    
    #project-contacts li { margin-bottom: 8px; width: 100%; }
    #project-contacts a { word-wrap: break-word; }

    #footer-top { padding: 36px 3% 26px; }
    #footer-top > div:first-of-type { margin: 0 auto 44px; max-width: 300px; width: 100%; }
    #footer-top > div:last-of-type { padding: 0;  }
    #footer-top ul { padding: 0; text-align: center; }
    #footer-top ul li { margin: 0 12px 14px; }
    #footer-bottom { line-height: 1.6em; text-align: center; }
}

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

    header { justify-content: space-between; }
    header img { height: 36px; }

    #title { padding: 74px 13% 77px !important }
    #title h2 { margin-top: 2px; }
    #title div { flex-wrap: wrap; }
    #title img { display: block; }
    #title.homepage-version { padding: 52px 6% 14px !important }
    #title.homepage-version img { display: inline-block; }
    #title.homepage-version nav { margin-top: 38px;  position: static; }
    
    #downloads { padding-bottom: 36px !important; }
    
    .events img { width: 60px; }
    .events { padding-left: 88px; }

    footer { text-align: center; }
}