
h1 {
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -1px;

    font-family: "din-condensed-variable", sans-serif;
    font-variation-settings: "wght" 600;
    padding-bottom: 7px;
}
    h1 span {
        font-weight: 300;
        font-variation-settings: "wght" 300;
    }

.standardheader .hero .center > img {
    width: 670px;
    padding: 2em 0 0;
}
@media( max-width:767px ) {
    .standardheader .hero .center > img {
        width: 100%;
    }
   .standardheader .hero img {
        display: none;
    }
}




/***** HOMEPAGE/SUBPAGE HEADER *****/	
.subpageheader {
    background-color: #009344;
    background-color: #61a60e;
}
    .subpageheader .contentcontainer {
        padding-top: 0;
        padding-bottom: 0;
    }
        .subpageheader .mtb {
            display: block;
        }
        .subpageheader img.img {
            margin: 2em 0 1em;
        }
        .subpageheader h1, .subpageheader p {
            color: #fff;
            font-family: "din-condensed-variable", sans-serif;
            font-variation-settings: "wght" 600;
            text-align: center;
        }
            .subpageheader h1 span {
                font-size: 150%;
            }
            .subpageheader h1.homepage {
                font-size: 3em;
                line-height: 1;
                padding: 0;
            }
                .subpageheader h1.homepage span {
                    font-size: inherit;
                }
        .subpageheader p.subheader {
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 24px;
            font-weight: 300;
            padding-bottom: .5em;
        }
        .subpageheader a,
        .subpageheader a:visited {
            color: #fff;
            border-bottom: solid 2px #bbd997;
        }

        .pageheader a {
            color: #fff;
            border-color: #bbd997;
            border-style: dotted;
        }
            .pageheader a:hover {
                border-color: #fff;
            }
@media only screen and (min-width: 768px) { /* sm screens and up */
    .subpageheader .mtb {
        margin-top: 4em;
    }
    .subpageheader img.img {
        margin-top: 4em;
    }
    .subpageheader h1.homepage {
        font-size: 4em;
        padding-top: .3em;
    }
    .subpageheader h1, .subpageheader p {
        text-align: left;        
    }

}

.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;
}



.anchor-image {
    position: relative;
    padding-bottom: .25em;
}
    .anchor-image img {
        margin: 0;
    }
    .anchor-image a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: none;
    }

/*
a.button {
    background-color: #44740a;
}
    a.button:hover {
        background-color: #315407;
    }
*/

/* WCAG figure/figcaption layout */
figure.caption figcaption {        
    background-color: #404040;
    color: #fff;
    width: 100%;
    line-height: 1.25;
    padding: 6px 10px;
    font-size: 12px;
}
@media (min-width: 768px) {
    figure.caption figcaption {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    figure.caption figcaption {
        font-size: 16px;
    }
}


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; */
    list-style: circle;
}
    ul.flexbox li {
        flex: 1 1 300px;
        margin: 1em;
        padding: 1em 1em 1em 2.5em;
        background-color: #fff;
        border-radius: 5px;
        height: auto;
        box-shadow: 0 0 10px 0 #ccc;
        line-height: 1.25;
        background-position: .75em .85em;
        /* list-style: none; */
        list-style: circle;
    }
    ul.flexbox li::marker {
        color: transparent;
        content: "bullet";
        font-size: 0px;
    }
    ul.flexbox.full li {
        flex-basis: 100%;
    }
        .greenbg ul.flexbox li {
            color: #333;
        }

/* WCAG: add bullet announcement to visually altered lists without list markers. */
ul.checkmark,
ul.checkmark li {
    list-style: circle;
}
ul.checkmark li::marker {
    color: transparent;
    content: "bullet";
    font-size: 0px;
}


/* 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 {
    overflow: auto;
    cursor: grab;
    height: 250px;
    z-index: 100;
}
    .dragscroll::-webkit-scrollbar { 
        width: 0 !important;
    }

.timeline {
    width: 500px;
    height: 100%;
    background: repeating-linear-gradient(
      to right,
      #ddd 0%,
      #ddd 12.5%,
      #fff 12.5%,
      #fff 25%
    );
    padding-bottom: 1em;
}
    .timeline .bar {
        width: 100%;
    }
        .timeline .segment {
            display: inline-block;
            padding: 10px 7px 7px 7px;
            margin: 0 -3.5px 10px 0;
            color: #fff;
            line-height: 1.25;
        }
           .timeline .segment.year {
                background-color: #4d4d4f;
                width: 12.49%;
                text-align: center;
            }
            .timeline .segment.planning {
                background-color: #BC5724;
                margin-left: 5.5%;
                width: 31.5%;
                margin-right: 63%;
                border-radius: 5px;
            }
            .timeline .segment.design {
                background-color: #084c8d;
                /* background-color: #00addc; */
                margin-left: 31%;
                width: 32%;
                margin-right: 37%;
                border-radius: 5px;
            }
            .timeline .segment.construction {
                background-color: #d31f43;
                background-color: #ffc52f;
                /* background-color: #48a23f; */
                background-color: #3A840B;
                margin-left: 63%;
                width: 30%;
                margin-right: 7%;
                border-radius: 5px;
            }


    .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
    }
        .timeline .callout span {
          margin: 2px 0;
          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);
        }
            .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);
            }
            .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: '';
            }
        .timeline .callout.servicebegins {
            display: inline-block;
            margin-left: 56%;
            width: 40%;
        }



.dragscroll-helper {
    padding: .25em 0 0;
    margin: 0 auto;
    text-align: center;
    color: #333;
}

@media only screen and (min-width: 480px) { 
    .dragscroll {
        height: auto;
    }
    .timeline {
        width: auto;
    }
    .dragscroll-helper {
        display: none;
    }
        .bigmap .dragscroll-helper {
            display: block;
        }
}



/***** DESIGN PAGE *****/


.icon-language::before {
    display: inline-block;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="routes" xmlns="http://www.w3.org/2000/svg" baseProfile="tiny" version="1.2" viewBox="0 0 390 390"><path d="M125.996,240.044h24.112l-54.613-155.167h-26.008L14.874,240.044h23.192l14.502-44.678h59.075l14.353,44.678ZM59.067,175.343l6.797-20.941c5.687-17.116,10.802-34.214,15.706-52.005h.994c5.117,17.691,10.234,34.889,15.919,52.005l6.727,20.941h-46.144Z" fill="%23fff"/><path d="M369.625,193.093v-20.023h-62.988v-20.856h-20.023v20.856h-62.988v20.023h26.42c2.661,13.464,10.326,39.319,31.988,64.127-14.057,11.984-32.756,22.945-57.741,30.585l5.854,19.148c28.666-8.765,50.121-21.494,66.19-35.48,16.069,13.986,37.525,26.715,66.19,35.48l5.856-19.148c-24.986-7.64-43.686-18.601-57.743-30.586,21.662-24.808,29.326-50.663,31.987-64.127h26.997ZM296.337,243.026c-16.281-18.984-23.05-38.316-25.821-49.933h51.641c-2.771,11.617-9.539,30.949-25.82,49.933Z" fill="%23fff"/><rect x="35.516" y="184.97" width="315.865" height="18" transform="translate(-71.259 264.516) rotate(-60)" fill="%23fff"/></svg>');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1em 1em;
    width: 1.2em;
    height: .85em;
    content: '';
}


/***** 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;
}

        
/* Prevent text from wrapping within an ordered list item */
ul.members.two-col-ul li {
    white-space: nowrap;
    word-wrap: normal;
}
ul.members.two-col-ul li > i {
    display: inline;
    padding-top: .25em;
    text-wrap: wrap;
}