/*
Theme Name: SEPTA Bus Revolution
Author: Merit
*/

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

header, main, div, section, footer {
    position: relative;
}

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
}

p {
    line-height: 1.3em;
}

.no-underline {
    text-decoration: none;
}

.screen-reader-text {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden; 
}

.button,
.button-wrapper a {
    display: inline-block;
    background-color: #f7b500;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 36px;
    border-radius: 4px;
    margin-top: 30px;
    border: 1px solid transparent;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    cursor: pointer;
}
.button:hover,
.button-wrapper a:hover {
    background-color: #ffffff;
    color: #f7b500;
}
.button.alt {
    background-color: #6237ff;
}
.button.alt:hover {
    background-color: #ffffff;
    color: #6237ff;
}
.button.alt-2:hover {
    color: #ffffff;
    background-color: #6237ff;
}

.announcement {
    box-sizing: border-box;
    width: 100%;
    background-color: #212845;
    text-align: center;
    color: #ffffff;
    padding: 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*************************** Announcement bar ********************/

.announcement span {
    margin-right: 30px;
}

.announcement p {
    margin: 0;
}

.announcement .button {
    padding: 6px 20px;
    margin-top: 0;
    margin-left: 20px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 4px;
}

.announcement .button:hover {
    background-color: #f7b500;
    color: #000000;
}

/*************************** Popup Banner ********************/

.popup-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    /* background-color: rgba(0,0,0,0.6); */
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
}

.popup {
    box-sizing: border-box;
    background-color: #9d0731;
    color: #ffffff;
    width: 100%;
    max-width: 600px;
    padding: 60px 20px;
    text-align: center;
}
.popup .button:hover {
    color: #9d0731;
}

.popup-close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    font-size: 1.125em;
}
.popup-close-button span {
    position: relative;
    color: transparent;
    padding-right: 27px;
}
.popup-close-button:hover span,
.popup-close-button:focus span {
    color: #f7b500;
}

.popup-close-button span:after {
    position: absolute;
    top: -5px;
    content: '';
    color: #ffffff;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: 7px;
    text-align: center;
    background-image: url('images/close.svg');
    background-position: center center;
    background-size: 14px;
    background-repeat: no-repeat;
}
.popup-close-button span:hover:after {
    border-color: #f7b500;
}

/*************************** Header ********************/

.header {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.header-logo {
    display: block;
    width: 200px;
    height: 80px;
    background-image: url('images/bus_revolution_logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.header-nav-wrapper {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1510px;
    padding: 60px 15px;
    width: 100%;
    height: 135px;
    text-align: right;
}

.header-nav-wrapper .get-updates-button {
    display: none;
}

/************* Menu *********************/

.main-menu-button {
    position: relative;
    background-color: #000000;
    border: none;
    padding: 0;
    font-size: 2em;
    width: 41px;
    height: 41px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    color: transparent;
}

.main-menu-button:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0.2em;
    width: 0.9em;
    height: 0.14em;
    border-top: 0.38em double #ffffff;
    border-bottom: 0.125em solid #ffffff;
}

.main-menu-button:hover:before {
    border-color: #05afac;
}

.expand-sub-menu-button,
.main-menu-button {
    display: none;
}

.header-menu {
    display: block;
    padding: 0;
    margin: 0;
}

.header-menu li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    text-align: left;
}

.header-menu a {
    color: #000000;
    font-size: 1.125em;
    text-decoration: none;
    padding: 0 10px;
    margin-left: 20px;
    font-family: 'Roboto', sans-serif;
}

.header-menu li:last-of-type a {
    margin-right: 0;
}

.header-menu .menu-item-object-page.current-menu-item > a,
.header-menu .menu-item-object-page.current-menu-item li:hover .expand-sub-menu-button {
    color: #05afac;
    font-weight: bold;
}

.header-menu a:hover,
.header-menu .menu-item-object-page.current-menu-item a:hover {
    color: #05afac;
}

@media(min-width:1045px){
    .sub-menu {
        display: none;
    }

    .header-menu li:hover .sub-menu {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        min-width: 100%;
        background-color: #ffffff;
        padding: 0 0 20px 0;
        list-style-type: none;
        z-index: 2;
    }

    .header-menu li:hover .sub-menu li {
        display: block;
        padding: 20px 0 0 0;
    }

    .header-menu .sub-menu li a {
        margin-left: 0;
        white-space: nowrap;
    }

    .header-menu .menu-item-has-children > a > .expand-sub-menu-button {
        display: block;
        margin-left: 8px;
        width: 0; 
        height: 0; 
        background-color: transparent;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #64636b;
        border-bottom-width: 0px;
        padding: 0px;
        margin-top: 6px;
        float: right;
        cursor: pointer;
    }
    
    .header-menu .menu-item-object-page.current-menu-item a .expand-sub-menu-button {
        border-top-color: #05afac;
    }
    
    .header-menu a:hover .expand-sub-menu-button,
    .header-menu .menu-item-object-page.current-menu-item:hover a .expand-sub-menu-button {
        border-top-color: #05afac;
    }
}

@media(max-width:1044px){
    .header-nav-wrapper {
        background-position: center center;
        padding: 28px 15px 26px 15px;
        height: 95px;
        margin-bottom: 20px;
        text-align: center;
        justify-content: end;
    }

    .header-logo {
        position: absolute;
        height: 60px;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        background-position: center;
    }

    .header-nav {
        text-align: right;
    }

    .main-menu-button {
        display: inline-block;
    }
    
    .header-menu {
        display: none;
    }

    .header-nav.mobile-menu-open .header-menu {
        display: block;
        box-sizing: border-box;
        position: absolute;
        top: 80px;
        left: 0px;
        z-index: 2;
        background-color: #ffffff;
        padding: 20px 0;
        width: 100%;
    }

    .header-nav.mobile-menu-open .header-menu li {
        display: block;
        margin: 1px 0;
        text-align: center;
    }

    .header-nav.mobile-menu-open .header-menu a {
        display: block;
        margin-left: 0;
        padding: 10px;
    }

    .header-nav.mobile-menu-open .header-menu a:hover,
    .header-nav.mobile-menu-open .header-menu .menu-item-object-page.current-menu-item a:hover {
        background-color: #eeeeee;
    }

    .header-nav.mobile-menu-open .sub-menu {
        padding: 0;
        font-size: 0.875em;
    }

    .header-nav.mobile-menu-open li.get-updates-menu-button {
        display: none;
    }

    .header-nav-wrapper a.get-updates-button {
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        text-align: center;
        margin: 0 auto;
        padding: 4px 8px;
        font-size: 0.825em;
    }
}

/************* End Menu *********************/

/************* Footer *********************/

.footer {
    background-color: #ffffff;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding: 60px 0 100px 0;
}

.footer-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1510px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-content {
    max-width: 570px;
}
.footer-content p:first-of-type {
    margin-top: 0;
}
.footer-content p:last-of-type {
    margin-bottom: 0;
}

.footer a {
    color: #000000;
}

.footer-logo img {
    margin: 0 auto 40px auto;
    display: block;
    max-width: 280px;
    width: 100%;
}

.social-links {
    min-width: 215px;
    align-self: flex-end;
}

.social-links a {
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 0px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    margin-left: 34px;
}

.twitter-link {
    background-image: url('images/twitter_icon.png');
}

.youtube-link {
    background-image: url('images/youtube_icon.png');
}

.facebook-link {
    background-image: url('images/facebook_icon.png');
}

.instagram-link {
    background-image: url('images/instagram_icon.png');
}

@media(max-width:1024px){
    .footer-wrapper {
        flex-wrap: wrap;
    }
    .footer-content {
        width: 60%;
    }
    .footer-logo {
        width: 35%;
    }
    .social-links {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .social-links a:first-of-type {
        margin-left: 0;
    }
}
@media(max-width:600px){
    .footer-content {
        width: 100%;
    }
    .footer-logo {
        width: 100%;
    }
}

/************* section *********************/

.section-title {
    text-align: center;
    font-size: 2.25em;
    font-weight: bold;
}
.section-title.with-border {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
}

.section {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1510px;
    padding: 40px 15px;
}
.with-border {
    border-bottom: 1px solid #dfdfdf;
}

.section-divider {
    width: 100%;
    max-width: 1480px;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    margin: 40px auto;
}
.section-divider.top {
    margin: 0 auto 80px auto;
}
.section-divider.bottom {
    margin: 80px auto 0 auto;
}
.section-divider.no-margin {
    margin: 0 auto;
}

.section-content {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.25em;
}

/************* Hero Banner *********************/

.hero-banner {
    background-color: #212845;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-banner-content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1510px;
    width: 100%;
    padding: 145px 15px;
    color: #ffffff;
    font-size: 1.5em;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.hero-banner-content .width-limiter {
    max-width: 735px;
}

.hero-banner-title {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0;
}

.hero-banner-content .button {
    text-shadow: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 1.125rem;
    margin-right: 30px;
}
.hero-banner-content .button:hover {
    background-color: #f7b500;
    color: #000000;
}

@media(max-width:768px){
    .hero-banner-content {
        padding: 100px 15px;
        font-size: 1.25em;
    }
}

/************* centered text section *********************/

.text-block-center {
    box-sizing: border-box;
    padding: 40px 15px;
    background-color: #05afac;
    color: #ffffff;
    text-align: center;
}
.text-block-center .width-limiter {
    max-width: 1100px;
    margin: 0 auto;
}
.text-block-center h1,
.text-block-center h2 {
    font-size: 2.25em;
    font-weight: 700;
    margin-top: 0.5em;
}
.text-block-center p {
    font-size: 1.25em;
}

.text-block-center .button {
    background-color: #ffffff;
    color: #000000;
}
.text-block-center .button:hover {
    background-color: #f7b500;
}

@media(max-width:768px){
    .text-block-center h1,
    .text-block-center h2 {
        font-size: 1.5em;
    }
    .text-block-center p {
        font-size: 1em;
    }
}

/************* two col section *********************/
.two-col-section {
    background-color: #9d0731;
    color: #ffffff;
    display: flex;
    width: 100%;
}
.two-col-section.narrow {
    margin: 0 auto;
    width: 100%;
    max-width: 1480px;
}
.two-col-section .col {
    box-sizing: border-box;
    padding: 120px;
    width: 50%;
}
.two-col-section .col.image-col {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.two-col-section .col.image-col-right {
    background-position: center right;
}
.two-col-section .col.image-col-left {
    background-position: center left;
}

.two-col-section h2,
.two-col-section h3 {
    color: #f7b500;
    font-size: 2.25em;
    font-weight: bold;
    margin-top: 0;
}

.two-col-section p {
    font-size: 1.25em;
}

.two-col-section .button {
    background-color: #ffffff;
    color: #000000;
}

.two-col-section .button:hover {
    background-color: #f7b500;
}

@media(max-width:1024px){
    .two-col-section .col {
        padding: 80px;
    }
}

@media(max-width:768px){
    .two-col-section {
        flex-wrap: wrap;
    }
    .two-col-section .col {
        width: 100%;
        padding: 40px;
    }
    .two-col-section .col.image-col {
        min-height: 300px;
    }

    .two-col-section h2,
    .two-col-section h3 {
        font-size: 1.75em;
    }

    .two-col-section p {
        font-size: 1.125em;
    }
}

/************* Page Banner *********************/

.page-banner {
    box-sizing: border-box;
    width: 100%;
    background-color: #05afac;
    color: #ffffff;
    padding: 15px;
}
.page-banner-content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1230px;
    padding: 85px 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 250px;
}
.page-banner-content p {
    font-size: 1.125em;
    line-height: 1.2em;
    font-weight: 500;
    max-width: 600px;
}
.page-banner .button {
    background-color: #ffffff;
    color: #000000;
}
.page-banner .button:hover {
    background-color: #f7b500;
}
.page-banner-title {
    font-size: 3.75em;
    line-height: 1.2em;
    margin: 0.4em 0;
    font-weight: 500;
}

@media(max-width: 900px){
    .page-banner-content {
        background-size: 180px;
        padding: 15px 0;
    }
    .page-banner-content p {
        max-width: 450px;
    }
    .page-banner-title {
        font-size: 3em;
    }
}

@media(max-width: 768px){
    .page-banner-content {
        background-size: 180px;
        padding: 15px 0;
        background-position: top center;
        padding-top: 180px;
        text-align: center;
    }
    .page-banner-content p {
        max-width: none;
    }
    .page-banner-title {
        font-size: 2.5em;
    }
}



.resources {
    box-sizing: border-box;
    width: 100%;
    max-width: 1260px;
    padding: 0 15px;
    margin: 0 auto;
}

.resources h2 {
    font-size: 2.25em;
}

.resource-panel-wrapper {
    width: 100%;
}

.resource-panel-wrapper > .resource-panel {
    max-width: 1230px;
    padding: 90px 15px;
}

.resource-panel-wrapper.red {
    background-color: #9d0731;
}

.resource-panel {
    background-color: #333333;
    color: #ffffff;
    padding: 90px 140px;
    margin: 50px auto;
    background-repeat: no-repeat;
    background-size: 255px auto;
    background-position: 80% center;
}

.resource-panel-title {
    font-size: 3.75em;
    line-height: 1.2em;
    margin: 0.4em 0;
    position: relative;
    font-weight: 500;
    max-width: 590px;
}

.resource-panel h4 {
    font-weight: 500;
}

.resource-panel p {
    max-width: 590px;
}

.resource-panel a {
    color: #ffffff;
}

.resource-panel-title:before {
    content: '';
    font-size: 14px;
    position: absolute;
    top: -58px;
    left: 2px;
}

.resource-panel-white {
    background-color: #ffffff;
    color: #333333;
}
.resource-panel-white a {
    color: #333333;
}

.resource-panel-intro {
    background-image: url('images/bus_revolution_logo.svg');
    background-size: 15%;
}

.page-template-page-reports .resource-panel-intro {
    background-image: url('images/report.png');
    background-size: 15%;
}
.page-template-page-routes .resource-panel-intro {
    background-image: url('images/septa_sots.png');
    background-size: 15%;
}

.resource-panel.fact-sheet {
    background-color: #05afac;
    background-image: url('images/education_fact_sheet.png');
}

.resource-panel.fact-sheet:after {
    content: url('images/download_icon_no_bg.png');
    box-sizing: border-box;
    padding: 30px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 159px;
    height: 159px;
    background-image: linear-gradient(45deg, rgba(255,255,255,0) 0%,  rgba(247,182,5,0) 50%, rgba(247,181,0,1) 51%, rgba(247,181,0,1) 100%);
}

.resource-panel.exec-summary {
    background-color: #05afac;
    color: #ffffff;
    background-image: url('images/execsummary.png');
}

.resource-panel.map-dashboard {
    background-color: #9d0731;
    background-image: url('images/mapgrid.png');
}

.fact-sheet .resource-panel-title:before {
    content: 'EDUCATION';
    color: #47f2cb;
}

.resource-panel.survey {
    background-color: #9d0731;
    background-image: url('images/how_to_help.png');
}

.resource-panel.engagement-plan {
    background-color: #9d0731;
    background-image: url('images/how_to_help.png');
}

.resource-panel.rider-faqs {
    background-color: #0091ff;
    background-image: url('images/rider_faqs_FAQ.png');
}

.resource-panel.rider-faqs:after {
    content: url('images/download_icon_no_bg.png');
    box-sizing: border-box;
    padding: 30px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 159px;
    height: 159px;
    background-image: linear-gradient(45deg, rgba(255,255,255,0) 0%,  rgba(255,255,255,0) 50%, rgba(71,242,203,1) 51%, rgba(71,242,203,1) 100%);
}

.rider-faqs .resource-panel-title:before {
    content: 'ADDITIONAL RESOURCES';
    color: #30c3ff;
}

.resource-panel.trade-offs {
    background-color: #7756FF;
    background-image: url('/wp-content/uploads/2021/09/tradeoffs.png');
}

.resource-panel.trade-offs:after {
    content: url('images/download_icon_no_bg.png');
    box-sizing: border-box;
    padding: 30px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 159px;
    height: 159px;
    background-image: linear-gradient(45deg, rgba(255,255,255,0) 0%,  rgba(247,182,5,0) 50%, rgba(247,181,0,1) 51%, rgba(247,181,0,1) 100%);
}

.resource-panel.team-feedback {
    background-color: #05afac;
    background-image: url('images/how_to_help.png');
}

/**************** Schedule / timeline ********************/

.schedule {
    padding: 40px 0;
}

.timeline h4 a {
    background-color: #04aeb4;
    color: #ffffff;
    display: block;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 1.875em;
    line-height: 1em;
    text-decoration: none;
    background-image: url('images/plus_icon.svg');
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    font-weight: bold;
}

.timeline-entries {
    padding: 40px 85px 40px 89px;
}

.timeline-entry {
    display: flex;
    padding-bottom: 64px;
    padding-left: 23px;
    border-left: 2px solid #04aeb4;
}

.timeline-entry:last-of-type {
    border-color: transparent;
    padding-bottom: 0;
}

.timeline-entry:before {
    content: '\02218';
    font-family: 'Courier New', Courier, monospace;
    font-size: 40px;
    line-height: 32px;
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: -17px;
    border-radius: 18px;
    color: #04aeb4;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    text-align: center;
}

.timeline-entry.icon-dot:before {
    content: '\029BF';
    font-size: 28px;
    border-bottom: 9px solid #ffffff;
}

.timeline-entry.icon-down:before {
    content: '';
    font-size: 0px;
    background-image: url('images/down_arrow_violet.svg');
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center 60%;
    border-bottom: 9px solid #ffffff;
}

.timeline-entry.icon-tick:before {
    content: '';
    font-size: 0px;
    background-image: url('images/check.svg');
    background-repeat: no-repeat;
    background-position: center 60%;
    border-bottom: 9px solid #ffffff;
}

.timeline-date {
    width: 40%;
    font-family: 'Roboto', sans-serif;
    font-size: 1.875em;
    line-height: 1.2em;
    font-weight: 500;
}

.timeline .outreach {
    display: block;
    margin-top: 12px;
    padding: 7px 12px;
    width: 80px;
    font-size: 12px;
    font-weight: bold;
    color: #f7b500;
    line-height: 1em;
    text-align: center;
    border: 1px solid #f7b500;
    border-radius: 16px;
}

.timeline-content .outreach {
    display: none;
}

.timeline-entry.orange {
    border-color: #f7b500;
}
.timeline-entry.orange:before {
    color: #f7b500;
}

.timeline-entry.blue {
    border-color: #0091ff;
}
.timeline-entry.blue:before {
    color: #0091ff;
}
.timeline-entry.blue .outreach {
    color: #0091ff;
    border-color: #0091ff;
}

.timeline.violet h4 a {
    background-color: #6236ff;
}
.timeline-entry.violet {
    border-color: #6236ff;
}
.timeline-entry.violet:before {
    color: #6236ff;
}
.timeline-entry.violet .outreach {
    color: #6236ff;
    border-color: #6236ff;
}

.timeline-entry.pink {
    border-color: #b620e0;
}
.timeline-entry.pink:before {
    color: #b620e0;
}
.timeline-entry.pink .outreach {
    color: #b620e0;
    border-color: #b620e0;
}

.timeline-entry.red {
    border-color: #e02020;
}
.timeline-entry.red:before {
    color: #e02020;
}
.timeline-entry.red .outreach {
    color: #e02020;
    border-color: #e02020;
}
.timeline-entry.red.icon-down:before {
    background-image: url('images/down_arrow_red.svg');
}

.timeline-entry.green {
    border-color: #6dd400;
}
.timeline-entry.green:before {
    color: #6dd400;
}

.timeline.darkred h4 a {
    background-color: #9d0731;
}
.timeline-entry.darkred .outreach {
    color: #9d0731;
    border-color: #9d0731;
}

.timeline-content {
    width: 60%;
}

.timeline-content h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.875em;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0;
}

.timeline-content p {
    line-height: 1.4em;
    max-width: initial;
}

@media(max-width:1100px){
    .timeline-date,
    .timeline-content h5 {
        font-size: 1.3em;
        line-height: 1.5em;
    }
}

@media(max-width:768px){
    .timeline-entries {
        padding: 10px 35px;
    }
}

@media(max-width:600px){
    .timeline-entries {
        padding-right: 20px;
    }

    .timeline-entry {
        flex-direction: column;
    }

    .timeline-content,
    .timeline-date {
        width: 100%;
    }

    .timeline-content h5 {
        font-size: 1.1em;
        line-height: 1.4em;
    }

    .timeline-date .outreach {
        display: none;
    }
    .timeline-content .outreach {
        display: block;
        margin-bottom: 30px;
    }
}


/************* Get updates form ************/

.updates-form-wrapper {
    display: none;
    width: 100%;
    margin: 0 auto;
    /* background-color: #e0e0e1; */
    padding: 40px 15px 60px 15px;
    box-sizing: border-box;
}

.overlay-updates-form {
    min-height: 470px;
}

.overlay-updates-form .updates-form-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9d0731;
}

.updates-form-wrapper h2 {
    text-align: center;
    margin-top: 0;
}

.updates-form-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-sizing: border-box;
}

.overlay-updates-form .updates-form-wrapper .wpforms-field-label {
    color: #000000;
}

div.wpforms-container-full.get-updates-form {
    margin-bottom: 0;
}

div.wpforms-container-full.get-updates-form .wpforms-form button[type=submit] {
    display: inline-block;
    background-color: #f7b500;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 26px;
    border: 1px solid transparent;
    color: #ffffff;
}

div.wpforms-container-full.get-updates-form .wpforms-form button[type=submit]:hover {
    background-color: #6237ff;
}

.get-updates-form .wpforms-confirmation-container-full {
    background: #f7b500;
    border: none;
    text-align: center;
    font-size: 1.2em;
    color: #ffffff;
}

.header-nav .get-updates-menu-button a, 
.get-updates-button {
    background-color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.header-nav .get-updates-menu-button a:hover,
.get-updates-button:hover {
    background-color: #f7b500;
    color: #000000;
}

.updates-form-close-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    transform: translateX(-15px);
    background-color: #6237ff;
    height: 30px;
    border: none;
    color: transparent;
    font-size: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.overlay-updates-form .updates-form-close-button {
    bottom: auto;
    margin-top: 20px;
}

.updates-form-close-button:after {
    content: '^';
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 36px;
    width: 30px;
}

.updates-form-close-button:hover {
    background-color: #f7b500;
}

.updates-form-close-button.sign-up-close-button {
    border-radius: 10px;
    margin-bottom: 20px;
}

.updates-form-close-button.sign-up-close-button:after {
    content: 'x';
    font-size: 23px;
}

/************* Event Schedule ************/
.resource-panel.event-panel {
    background-color: #ffffff;
    color: #000000;
    padding-left: 65px;
    padding-right: 65px;
}

.resource-panel.event-panel a {
    color: #ffffff;
    white-space: nowrap;
}

.event-panel .resource-panel:before {
    content: 'SCHEDULE OF EVENTS';
    color: #64636b;
}

.event-schedule-content {
    padding: 0 75px 0px 75px;
}

p.event-disclaimer {
    max-width: 100%!important;
    font-size: 0.875em;
}

/* .event-schedule {
    margin: 0 75px;
} */

.event-schedule-header {
    display: flex;
    background-color: #04aeb4;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1em;
    padding: 18px 65px;
    border-bottom: 2px solid #ffffff;
}

.event-schedule-row {
    display: flex;
    padding: 6px 65px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0;
    background-color: #bae6e8;
    border-bottom: 2px solid #ffffff;
}
.event-schedule-row:nth-of-type(2n) {
    background-color: #ffffff;
}

.event-schedule-row.virtual {
    background-color: #6236ff;
    color: #ffffff;
}

.event-schedule-row sup {
    line-height: 1em;
}

.event-schedule-date,
.event-schedule-location,
.event-schedule-time {
    padding: 0 5px;
    box-sizing: border-box;
}
.event-schedule-date {
    width: 20%;
}
.event-schedule-location {
    width: 40%;
}
.event-schedule-time {
    width: 25%;
}

.event-key-wrapper {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.event-key-virtual,
.event-key-popup {
    border:2px solid #6236ff;
    padding: 10px;
    border-left: 10px solid #6236ff;
    width: 49%;
    box-sizing: border-box;
}

.event-key-popup {
    border:2px solid #04aeb4;
    border-left: 10px solid #04aeb4;
}

.event-key-virtual span {
    color: #6236ff;
    font-weight: bold;
}

.event-key-popup span {
    color: #04aeb4;
    font-weight: bold;
}

/************* Report list ************/
.resource-panel.reports {
    padding-left: 65px;
    padding-right: 65px;
}
.report-list-item {
    margin: 20px 0;
    padding: 1px 0;
}
.report-list-item .report-title {
    margin: 0;
    font-weight: 500;
    font-size: 1em;
}
.report-title a {
    background-color: #04aeb4;
    color: #ffffff;
    display: block;
    padding: 38px 75px;
    font-size: 2.625em;
    line-height: 1em;
    text-decoration: none;
    background-image: url(images/down_arrow_white.svg);
    background-position: right 75px center;
    background-repeat: no-repeat;
    background-size: 32px auto;
}

.report-list-item-content {
    padding: 0 75px;
}
.report-list-item-content ul {
    padding-left: 20px;
}
.report-list-item-content li {
    margin: 10px 0;
    line-height: 1.3em;
}

.report-list-item-content .button {
    background-color: #333333;
    color: #ffffff;
    margin-top: 10px;
}
.report-list-item-content .button:hover {
    background-color: #04aeb4;
}



/************* Routes ************/

.routes {
    padding-bottom: 60px;
}

.route-list-item {
    margin: 20px 0;
    padding: 1px 0;
}
.route-list-item .route-area-title {
    margin: 0;
    font-weight: 500;
    font-size: 1em;
}
.route-area-title a {
    background-color: #04aeb4;
    color: #ffffff;
    display: block;
    padding: 15px 60px 15px 20px;
    font-size: 1.875em;
    line-height: 1.2em;
    text-decoration: none;
    background-image: url(images/down_arrow_white.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    border-radius: 4px;
}

.route-list-item-content {
    padding: 0 25px;
}
.route-list-item-content ul {
    padding-left: 20px;
}
.route-list-item-content li {
    margin: 7px 0;
    line-height: 1.3em;
}
.route-list-item-content a {
    color: #212845;
}

.route-list-item-content .button {
    background-color: #f7b500;
    color: #333333;
    margin-top: 10px;
}
.route-list-item-content .button:hover {
    background-color: #333333;
    color: #f7b500;
}

@media(max-width:768px){
    .route-area-title a {
        font-size: 1.5em;
    }
}

/************* Resources List ************/

.resources-list {
    padding-bottom: 60px;
}

.resource-list-item {
    margin: 20px 0;
    padding: 1px 0;
}
.resource-list-item .resource-title {
    margin: 0;
    font-weight: 500;
    font-size: 1em;
}
.resource-title a {
    background-color: #04aeb4;
    color: #ffffff;
    display: block;
    padding: 15px 50px 15px 20px;
    font-size: 1.875em;
    line-height: 1.2em;
    text-decoration: none;
    background-image: url(images/down_arrow_white.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    border-radius: 4px;
}
.resource-title.purple a {
    background-color: #665aa2;
}

.resource-list-item-content {
    padding: 0 25px;
    max-width: 600px;
}
.resource-list-item-content.event-schedule-expander {
    max-width: none;
}
.resource-list-item-content.event-schedule-expander p {
    max-width: 600px;
}

.resource-list-item-content ul {
    padding-left: 20px;
}
.resource-list-item-content li {
    margin: 7px 0;
    line-height: 1.3em;
}
.resource-list-item-content a {
    color: #212845;
}

.resource-list-item-content .button {
    background-color: #000000;
    color: #ffffff;
    margin-top: 10px;
}
.resource-list-item-content .button:hover {
    background-color: #f7b500;
    color: #000000;
}

@media(max-width:768px){
    .resource-title a {
        font-size: 1.5em;
    }
    .resource-list-item-content {
        padding: 0 15px;
    }
}

/************* Feedback popup/form ************/

#popmake-91 .popmake-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.875em;
    line-height: 1.2em;
    font-weight: 500;
    margin: 20px auto;
    text-align: center;
}

.septa-feedback-form {
    max-width: 600px;
    margin: 20px auto;
}

#popmake-91 .popmake-content {
    max-width: 700px;
    margin: 0 auto;
}

div.wpforms-container-full.septa-feedback-form .wpforms-form button[type=submit] {
    display: inline-block;
    background-color: #f7b500;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 26px;
    border: 1px solid transparent;
    color: #ffffff;
}

div.wpforms-container-full.septa-feedback-form .wpforms-form button[type=submit]:hover {
    background-color: #6237ff;
}

.septa-feedback-form .wpforms-confirmation-container-full {
    background: #f7b500;
    border: none;
    text-align: center;
    font-size: 1.2em;
    color: #ffffff;
}

/************* Floating feedback button  ************/
.floating-feedback-button {
    display: block;
    position: fixed;
    bottom: 3%;
    right: 3%;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    background-color: #f7b500;
    color: #000000;
}
.floating-feedback-button:hover {
    background-color: #ffffff;
    color: #000000;
}

/************* project goals ************/

.project-goals {
    display: flex;
    justify-content: space-between;
    max-width: 1192px;
    margin: 0 auto;
    padding: 15px 0;
}

.project-goal {
    box-sizing: border-box;
    padding: 28px;
    width: 33%;
    /* border: 1px solid #64646c; */
    border-radius: 4px;
    border-top-width: 8px;
}

.project-goal.darkred {
    border-top-color: #9d0731;
}
.project-goal.teal {
    border-top-color: #1caeab;
}
.project-goal.purple {
    border-top-color: #665aa2;
}

.project-goal img {
    display: block;
    width: 100%;
    max-width: 160px;
    height: auto;
    margin: 0 auto;
}

.project-goal h3 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.3em;
    margin: 10px auto;
    position: relative;
    /* padding-bottom: 35px; */
    text-align: center;
    max-width: 250px;
}
/* .project-goal h3:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 31px;
    height: 4px;
    background-color: #64646c;
} */

.project-goal.darkred h3 {
    color: #9d0731;
}
.project-goal.teal h3 {
    color: #1caeab;
}
.project-goal.purple h3 {
    color: #665aa2;
}

.project-goal.darkred h3:after {
    background-color: #9d0731;
}
.project-goal.teal h3:after {
    background-color: #1caeab;
}
.project-goal.purple h3:after {
    background-color: #665aa2;
}

.project-goal p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    text-align: left;
    max-width: 100%!important;
}

.project-goal p .detail {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #64646c;
}

@media(max-width: 1024px){
    .project-goal {
        padding: 16px;
    }
    .project-goal h3 {
        font-size: 1.5em;
    }
    .project-goal p {
        font-size: 1em;
    }
}

@media(max-width: 600px){
    .project-goals {
        flex-wrap: wrap;
        justify-content: center;
    }
    .project-goal {
        width: 100%;
        max-width: 450px;
        /* margin-bottom: 30px; */
    }
    .project-goal img {
        max-width: 120px;
    }
}

/************* project goals ************/

.report-cards {
    display: flex;
    justify-content: space-between;
    max-width: 1192px;
    margin: 0 auto;
    padding: 15px 0;
    padding-bottom: 40px;
}

.report-card {
    box-sizing: border-box;
    padding: 28px;
    width: 30%;
    border: 1px solid #212845;
    border-radius: 4px;
    border-top-width: 8px;
}

.report-card img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.report-card h3 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.3em;
    margin: 10px 0;
    position: relative;
    padding-bottom: 35px;
    min-height: 78px;
}
.report-card h3:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 31px;
    height: 4px;
    background-color: #212845;
}

.report-card p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    text-align: left;
    max-width: 100%!important;
}

.report-card .button {
    background-color: #000000;
    color: #ffffff;
    display: block;
    text-align: center;
}

.report-card .button:hover {
    background-color: #f7b500;
}

@media(max-width: 1024px){
    .report-card {
        padding: 16px;
    }
    .report-card h3 {
        font-size: 1.5em;
    }
    .report-card p {
        font-size: 1em;
    }
}

@media(max-width: 768px){
    .report-cards {
        flex-wrap: wrap;
        justify-content: center;
    }
    .report-card {
        width: 100%;
        max-width: 450px;
        margin-bottom: 30px;
    }
    .report-card img {
        max-width: 300px;
    }
    .report-card h3 {
        min-height: 0;
    }
}

/************* Slick Gallery ************/

.gallery-wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-thumbs {
    background-color: #000000;
    padding: 10px 0;
}
.gallery-thumb {
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
}
.gallery-thumb img {
    max-width: 100%;
    height: auto;
    border: 3px solid #000000;
}
.gallery-thumb.slick-current img {
    border: 3px solid #05afac;
}


/************* Responsive Styles ************/

@media(max-width:1250px){
    .resource-panel {
        background-size: 18% auto;
        background-position: 88% center;
    }
    .resource-panel p {
        max-width: 70%;
    }
    .resource-panel-title {
        max-width: 70%;
    }
    .resource-panel .report-list-item-content p {
        max-width: 590px;
    }
}

@media(max-width:1100px){
    .resource-panel.event-panel {
        padding-left: 10px;
        padding-right: 10px;
    }
    .event-schedule-header {
        padding: 28px 65px;
    }
    .event-schedule-location {
        width: 55%;
    }
    .overview-content {
        padding: 0;
    }
    .resource-panel.reports {
        padding: 10px;
    }
}

@media(max-width: 1024px){
    .resource-panel-intro,
    .hide-image-mobile {
        background-image: none!important;
    }
    .resource-panel.resource-panel-intro p {
        max-width: 100%;
    }
    .resource-panel.hide-image-mobile p,
    .resource-panel.hide-image-mobile .resource-panel-title {
        max-width: 100%;
    }
    .report-title a {
        font-size: 2em;
    }
}

@media(max-width:910px){
    .resource-panel-title {
        font-size: 2.5em;
    }
}

@media(max-width:810px){
    .announcement {
        display: block;
    }
    .announcement p {
        font-size: 0.875em;
    }
}

@media(max-width:768px){

    .announcement span {
        display: block;
        margin-right: 0px;
    }
    .announcement .button {
        margin: 18px 0 0 0;
    }

    .resources {
        padding: 10px 15px;
    }
    .resource-panel {
        padding: 50px 35px;
    }
    .resource-panel.fact-sheet:after, 
    .resource-panel.rider-faqs:after {
        padding: 8px;
        width: 90px;
        height: 90px;
    }

    .resource-panel-intro p {
        font-size: 1em;
    }

    .resource-panel.overview {
        padding-left: 30px;
        padding-right: 30px;
    }

    .event-schedule-content {
        padding: 0 25px;
    }

    .event-schedule-content p {
        max-width: 100%;
    }

    .event-schedule {
        margin: 0;
    }
    .event-schedule-header {
        padding: 10px 35px;
    }
    .event-schedule-row {
        padding: 10px 35px;
    }
    .event-key-wrapper {
        display: block;
    }
    .event-key-popup,
    .event-key-virtual {
        width: 100%;
        margin-bottom: 20px;
    }

    .report-title a {
        padding: 25px;
        padding-right: 60px;
        background-position: right 25px center;
        font-size: 1.5em;
    }
    .report-list-item-content {
        padding: 0 25px;
    } 
}

@media(max-width:600px){
    .resource-panel.with-image {
        padding-top: 290px;
        background-position: center top 50px;
        background-size: 150px auto;
    }

    .resource-panel-intro, 
    .resource-panel.exec-summary,
    .resource-panel.map-dashboard {
        padding-top: 50px;
    }

    .resource-panel-title {
        font-size: 2.5em;
    }
    .resource-panel-title:before {
        top: -48px;
    }
    .resource-panel p {
        max-width: 100%;
        line-height: 1.4em;
    }

    .resource-panel.event-panel,
    .resource-panel.overview {
        padding-top: 50px;
    }

    .event-schedule-header {
        font-size: 1em;
        padding: 10px 0;
        font-weight: 500;
    }

    .event-schedule-row {
        padding: 10px 0;
        font-size: 0.75em;
    }


    .button {
        display: block;
        text-align: center;
    }

    .announcement .button {
        display: inline-block;
    }

    .updates-form-content {
        padding: 20px;
    }
}

/* Hide popup outline */
.pum-content.popmake-content:focus-visible {
    outline: none;
}

.content-banner {
    box-sizing: border-box;
    width: 90%;
    max-width: 1480px;
    background-color: #212845;
    text-align: center;
    color: #ffffff;
    padding: 15px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125em;
    font-weight: 500;
    margin: 40px auto 0 auto;
    border-radius: 4px;
}

.content-banner .button {
    margin-top: 0;
    background-color: #ffffff;
    color: #000000;
}
.content-banner .button:hover {
    background-color: #f7b500;
}

@media(max-width:768px){
    .content-banner {
        font-size: 1em;
    }
}


/* 2022 Revisions */
.new-hero-banner {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    min-height: 550px;
}
.new-hero-banner > div:first-of-type {
    color: white;
    background-color: #08AEAD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}
.new-hero-banner > div:last-of-type {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 600px) {
    .new-hero-banner {
        grid-auto-columns: 100%;
        grid-auto-flow: row;
    }
    .new-hero-banner > div:first-of-type {
        padding: 25px 25px 40px 25px;
    }
    .new-hero-banner > div:last-of-type {
        min-height: 300px;
    }
}