
/* google translate widget */
.googletranslate {
    margin-top: -20px;
    margin-bottom: 10px;
}
.googletranslate a {
        border: none;
    }
    .googletranslate a.goog-te-menu-value span {
        visibility: visible;
    }
@media only screen and (min-width: 768px) { /* sm screens and up */
    .googletranslate {
        margin-top: -40px;
    }
}
@media only screen and (min-width: 1200px) { /* lg screens and up */
    .googletranslate {
        margin-top: -60px;
    }
}


/* Color variables - from brand colors in Figma */
:root {
    --tmBlue: #084C8D;
    --tmRiver: #0077CD;
    --tmLake: #62B6F3;
    --tmFXGreen: #3A840B;
    --tmForest: #1E6F32;
    --tmAlertRed: #C63C3F;
    --tmOrange: #D1441E;
    --tmYellow: #F1C400;
    --tmBlackText: #333;
}


.bus-icon, .max-icon {
    text-align: center;
    display: inline-block;
    height: 1.75em;
    width: 1.75em;
}
.bus-icon span, .max-icon span {
    background: #084c8d;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 1.5;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    text-align: center;
    width: 1.75em;
    height: 1.75em;
    padding-top: .125em;
}
    .bus-icon.fx span {
        background: #3a840b;
    }
    .max-icon.blueline span {
        background: #004c9d;
    }
    .max-icon.greenline span {
        background: #008540;
    }
    .max-icon.orangeline span {
        background: #cc6118;
    }
    .max-icon.redline span {
        background: #c00d44;
    }
    .max-icon.yellowline span {
        background: #ffc836;
        color: #333;
    }

.box.white ul {
    margin-left: 0;
}
.box.white h2 {
    font-size: 2em;
    padding-bottom: .5em;
}
.box.white ul li h3 {
    display: inline-block;
    font-size: 30px;
    padding: 0 .25em .25em 0;
}
.box.white ul li .line-info {
    display: inline-block;
    font-size: 20px;
    line-height: 1.3;
    padding-top: 8px;
}
.box.white ul li::marker {
    /* This prevents NVDA from reading "white bullet" */
    content: "•";
    font-size: 0 !important;
}

/* Details / Summary styles */
details {
    margin-bottom: 1.5em;
}
.box details {
    margin-bottom: 0;
}
summary.condensed h5 {
    font-family: "Zilla Slab", Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding-bottom: 0;
}
details h6 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 1em;
}

/* Features edits */
ul li .feature {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 60%;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    border-radius: 18px;
    line-height: 0;
    margin: 0 0 .75em;
    padding: 1em;
    max-width: fit-content;
    vertical-align: middle;
}

/* Service change pill colors */
.feature.blue-pill {
    background-color: var(--tmRiver);
}
.feature.cyan-pill {
    background-color: var(--tmLake);
    color: var(--tmBlackText);
}
.feature.green-pill {
    background-color: var(--tmFXGreen);
}
.feature.red-pill {
    background-color: var(--tmAlertRed);
}    
.feature.yellow-pill {
    background-color: var(--tmYellow);
    color: var(--tmBlackText);
}

.row .links a {
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    font-weight: 300;
    padding: 7px 15px;
    text-decoration: none;
}
.row .links a:hover {
    background-color: #d3e9ff;
}
.schedule-link-wrapper .links a {
    margin-bottom: 1em;
}

.section-image {
    position: relative;
    padding-bottom: 1em;
}
    .section-image img {
        margin: 0;
    }
    .section-image a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: none;
    }