.standardheader {
    display: none;
}

.standardheader .hero .center > img {
    width: 250px;
    padding: 2em 0 0;
}
@media( max-width:767px ) {
    .standardheader .hero .center > img {
        width: 100%;
    }
   .standardheader .hero img {
        display: none;
    }
}


/***** HOMEPAGE/SUBPAGE HEADER *****/	
.pageheader {
    background-color: #009344;
    background-color: #61a60e;
}
    .pageheader.homepage {
        /* hide reduced header on homepage */
        display: none;
    }
    .pageheader .contentcontainer {
        padding-top: 0;
        padding-bottom: 0;
    }
        .pageheader .headertext {
            display: block;
            text-align: center;
        }
        .pageheader img.img {
            margin: 1em 0 .5em;
        }
        .standardheader .hero h1, .pageheader h1 {
            font-family: "Source Sans Pro", sans-serif;
            font-weight: 300;
            font-style: normal;
            font-family: "din-condensed-variable", sans-serif;
            font-variation-settings: "wght" 400;
            text-transform: uppercase;
            color: #fff;
            font-size: 2em;
            letter-spacing: 3px;
            line-height: .75;
            padding: 0 0 7px 0;
        }
            .standardheader .hero h1 span, .pageheader h1 span {
                font-weight: 300;
                font-variation-settings: "wght" 200;
                font-size: 75%;
                letter-spacing: 0;
            }
        .pageheader p.subheader {
            font-family: "Source Sans Pro", sans-serif;
            font-weight: 300;
            font-style: normal;
            font-family: "din-condensed-variable", sans-serif;
            font-variation-settings: "wght" 400;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: 1px;
            font-weight: 300;
            padding-bottom: .5em;
        }

        .pageheader a {
            color: #fff;
            border-color: #fff;
        }
@media only screen and (min-width: 480px) { /* ms screens and up */
    .pageheader h1, .pageheader p {
        text-align: left;
    }
    .standardheader .hero h1, .pageheader h1 {
        padding-top: 1.75em;
    }
        .pageheader.subpage h1 {
            padding-top: 0;
        }
}
@media only screen and (min-width: 600px) { 
    .standardheader .hero h1, .pageheader h1 {
        padding-top: 1.5em;
        font-size: 2.74em;
    }
}
.box.hcenter h2,
h2.hcenter {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: .75em;
}

@media only screen and (min-width: 768px) { /* sm screens and up */
    .standardheader {
        display: block;
    }
    .pageheader.subpage .headertext {
        margin-top: 4em;
    }
    .pageheader .headertext {
        margin-top: 0;
    }
    .pageheader img.img {
        margin-top: .5em;
    }
    .standardheader .hero h1, .pageheader h1 {
        font-size: 3em;
        padding-top: 1.5em;
    }
        .standardheader .hero h1 {
            padding-top: .5em;
            line-height: .75;
        }

    .box.hcenter h2,
    h2.hcenter  {
        font-size: 24px;
        font-weight: 500;
    }
}
@media only screen and (min-width: 992px) { /* md screens and up */
    .standardheader .hero h1, .pageheader h1 {
        font-size: 4em;
        padding-top: 1.375em;
    }
        .standardheader .hero h1 {
            padding-top: .5em;
        }
}
@media only screen and (min-width: 1200px) {
    .standardheader .hero h1, .pageheader h1 {
        font-size: 4.5em;
        padding-top: 1.125em;
    }
        .standardheader .hero h1 {
            font-size: 5em;
            padding-top: .5em;
        }
}


.bluebg.greenbg {
/*    background-color: #4d843c;*/
}
    .bluebg.greenbg a {
        color: #fff;
        border-color: #fff;
    }

ul.fxnavbar {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    background-color: #44740a;
}
    ul.fxnavbar li {
        display: inline-block;
        padding: 0;
        margin: 0;
   }
        ul.fxnavbar li a {
            display: block;
            padding: .25em .5em 0;
            text-decoration: none;
            font-size: 1.25em;
            border: none;
            font-family: "din-condensed-variable", sans-serif;
            font-variation-settings: "wght" 300;
            text-transform: uppercase;
            line-height: 1;
        }
            ul.fxnavbar li a:hover {
                background-color: #315407;
            }
@media only screen and (min-width: 768px) { /* sm screens and up */
    ul.fxnavbar li a {
        padding: .25em .5em 0;
        font-size: 1.5em;
    }
}


#intro ul.anchor {
    margin-bottom: 2em;
}


a.button {
    background-color: #44740a;
}
    a.button:hover {
        background-color: #315407;
    }


ul.stations li {
    color: #fff;
    padding-bottom: 0;
}

ul.anchor.big li {
    font-family: "Source Sans Pro";
    font-weight: 600;
}
    ul.anchor.big li a:hover {
        background-color: #61a60e;
        border-color: #61a60e;
    }
    

/***** FLEX CONTENT *****/	
ul.flexbox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
}
    ul.flexbox li {
        flex: 1 1 300px;
        margin: 1em;
        padding: 1em 1em 1em 2.5em;
        background-color: #fff;
        border-radius: 5px;
        height: auto;
        list-style: none;
        box-shadow: 0 0 10px 0 #ccc;
        line-height: 1.25;
        background-position: .75em .85em;
    }
    ul.flexbox.full li {
        flex-basis: 100%;
    }
        .greenbg ul.flexbox li {
            color: #333;
        }
/* MISCELLANEOUS */
#renderings p.caption{
    text-align: center;
    font-size: .7em;
}




.numbercircle > ol {
    counter-reset: ol-counter;
    list-style: none;
}
    .numbercircle > ol > li {
        list-style: none;
        margin: 1.5em 0 1em 0;
        padding-left: 50px;
        line-height: 1;
        counter-increment: ol-counter;
        position: relative;
    }
    .numbercircle > ol > li::before {
        content: counter(ol-counter);
        position: absolute;
        top: -10px;
        left: -5px;
        background-color: #6cb445;
        border-radius: 50%;
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 0 0 0;
        padding: 6px 0 0;
        font-style: normal;
        font-size: 26px;
        font-weight: 400;
        line-height: 1;
        color: #fff;
        text-align: center;
    }




/***** TIMELINE + DRAGSCROLL *****/
.dragscroll {
    overflow: auto;
    cursor: grab;
    height: 350px;
    z-index: 100;
}
    .dragscroll::-webkit-scrollbar { 
        width: 0 !important;
    }

ul.timeline {
    width: 600px;
    height: 100%;
    background: repeating-linear-gradient(
      to right,
      #ddd 0%,
      #ddd 12.5%,
      #fff 12.5%,
      #fff 25%
    );
    padding: 0;
    margin: 0;
}
    ul.timeline li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    ul.timeline .year {
        display: inline-block;
        padding: 10px 7px 7px 7px;
        margin: 0 -3.5px 10px 0;
        color: #fff;
        line-height: 1.25;
    }
        ul.timeline .year {
            background-color: #4d4d4f;
            width: 12.46%;
            text-align: center;
        }
            ul.timeline .year.twentythree::after {
                content: "2023";
            }
            ul.timeline .year.twentyfour::after {
                content: "2024";
            }
            ul.timeline .year.twentyfive::after {
                content: "2025";
            }
            ul.timeline .year.twentysix::after {
                content: "2026";
            }
            ul.timeline .year.twentyseven::after {
                content: "2027";
            }
            ul.timeline .year.twentyeight::after {
                content: "2028";
            }
            ul.timeline .year.twentynine::after {
                content: "2029";
            }
            ul.timeline .year.thirty::after {
                content: "2030";
            }
    ul.timeline .segment {
        display: inline-block;
        padding: 10px 7px 7px 7px;
        margin: 0 -3.5px 10px 0;
        color: #fff;
        line-height: 1.25;
    }
        ul.timeline .segment.planning {
            background-color: #BC5724;
            margin-left: 0;
            width: 30%;
            margin-right: 70%;
            border-radius: 0 5px 5px 0;
        }
        ul.timeline .segment.design {
            background-color: #084c8d;
            margin-left: 31%;
            width: 35%;
            margin-right: 34%;
            border-radius: 5px;
        }
        ul.timeline .segment.construction {
            background-color: #3a840b;
            margin-left: 66%;
            width: 31%;
            margin-right: 3%;
            border-radius: 5px;
        }

    ul.timeline .callout {
        display: inline-block;
        padding: 10px 7px 10px 7px;
        margin: 0 0 15px 0;
        color: #000;
        line-height: 1;
        height: 2em;
        text-align: right;
    }
        ul.timeline .callout span {
          margin: 2px 0 2px 5px;
          position: relative;
          display: inline-block;
          color: #084c8d;
          width: 0px;
          height: 0px;
          border-right: 20px solid transparent;
          border-bottom: 14px solid #084c8d;
          border-left: 20px solid transparent;
          transform: rotate(35deg);
        }
            ul.timeline .callout span:before {
              border-bottom: 16px solid #084c8d;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              position: absolute;
              height: 0;
              width: 0;
              top: -9px;
              left: -13px;
              display: block;
              content: '';
              transform: rotate(-35deg);
            }
            ul.timeline .callout span:after {
              position: absolute;
              display: block;
              color: #084c8d;
              top: .6px;
              left: -21px;
              width: 0px;
              height: 0px;
              border-right: 20px solid transparent;
              border-bottom: 14px solid #084c8d;
              border-left: 20px solid transparent;
              transform: rotate(-70deg);
              content: '';
            }
        ul.timeline .callout.servicebegins {
            display: inline-block;
            margin-left: 50%;
            width: 50%;
        }
.dragscroll-helper {
    padding: .25em 0 0;
    margin: 0 auto;
    text-align: center;
    color: #333;
}
@media only screen and (min-width: 480px) { 
    .dragscroll {
        height: auto;
    }
    ul.timeline {
        width: 100%;
    }
    .dragscroll-helper {
        display: none;
    }
        .bigmap .dragscroll-helper {
            display: block;
        }
}



/***** CAC PAGE *****/
.join h3 {
    padding-bottom: .25em;
}
.join p {
    line-height: 1;
}
    .join p .button {
        margin-bottom: .25em;
        line-height: 1.5;
    }

ul.members {
    padding-bottom: 0;
}
    ul.members li {
        list-style: none;
        padding-bottom: 1em;
        line-height: 1;
    }
        ul.members li i {
            font-size: 80%;
        }


/* Semantic HTML5 Details & Summary edits -- moved to /global/css/styles.css */
.charcoal summary h3,
.charcoal summary:focus h3 {
    color: #fff;
}
