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

.mainheader {
    background-color: #ffc;
    text-align: center;
}
    .mainheader h1 {
        padding-top: .5em;
    }





.bus-icon, .max-icon {
    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 {
        background: #3a840b;
    }
    .max-icon.blueline {
        background: #004c9d;
    }
    .max-icon.greenline {
        background: #008540;
    }
    .max-icon.orangeline {
        background: #cc6118;
    }
    .max-icon.redline {
        background: #c00d44;
    }
    .max-icon.yellowline {
        background: #ffc836;
        color: #333;
    }




.box.white ul {
    margin-left: 0;
}
    .box.white h2 {
        font-size: 2em;
        padding-bottom: .5em;
    }
    .box.white ul li h3, .box.white ul li h4 {
        display: inline-block;
        font-size: 32px;
        font-weight: 400;
        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;
    }
    .box .tmfa-email {
        margin-right: 10px;
    } 


.box.white h3 {
    font-size: 1.75em;
    padding: .5em 1em 1em;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}




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


h4.feature-header {
    display: inline-block;
    padding-right: .25em;
}

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

.img-link {
    position: relative;
    padding-bottom: 1em;
}
    .img-link img {
        margin: 0;
    }
    .img-link a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: none;
    }
   
figure figcaption {
/*
    font-size: 1em;
    font-style: italic;
    padding-bottom: .25em;
*/
    font-size: .75em;
    line-height: 1.3;
}

