


/******* HERO HEADER OVERRIDES PLUS ICONS *******/
@media only screen and (max-width: 330px) {
.standardheader .hero h1, .standardheader h1 {
    font-size: 28px;
}
}
    .standardheader .hero h1 img.mode-icon, .standardheader h1 img.mode-icon {
        margin: -5px 10px 0 0;
        width: 50px;
        height: 50px;
    }
    .standardheader h1 {
        padding-top: 15px;
    }
.routelist {
    width: 100%;
    margin: 0 0 15px 0;
}    
@media only screen and (min-width: 768px) { /* sm screens and up */
.standardheader .hero h1, .standardheader h1, .standardheader .hero p.breadcrumb, .standardheader .first p, .standardheader p.breadcrumb {
    width: 720px;
}
    .standardheader .hero h1 img.mode-icon, .standardheader h1 img.mode-icon {
        width: 65px;
        height: 65px;
    }
    .standardheader h1 {
        padding-top: 30px;
        padding-right: 330px;   /* for wrapping issues with dropdown */
    }
.routelist {
    margin: 0 auto -52px;
    padding-top: 25px;
    width: 720px;
    height: 50px;
    text-align: right;
}
}
@media only screen and (min-width: 992px) { /* md screens and up */
.standardheader .hero h1, .standardheader h1, .standardheader .hero p.breadcrumb, .standardheader .first p, .standardheader p.breadcrumb {
    width: 940px;
}
    .standardheader h1 {
        min-height: 150px;
        padding-top: 45px;
    }
.routelist {
    width: 940px;
    padding-top: 55px;
}
}
@media only screen and (min-width: 1200px) { /* lg screens and up */
.standardheader .hero h1, .standardheader h1, .standardheader .hero p.breadcrumb, .standardheader .first p, .standardheader p.breadcrumb {
    width: 1100px;
}
.routelist {
    width: 1100px;
}
}


  
    
/****** MAX SCHEDULE DOTS *****/
.content .maxdots a {
    display: block;
    padding: 12px 0 12px 12px;
    width: 100%;
    margin: 0;
    color: #000000;
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: Hind, Helvetica, Arial, sans-serif;
}
    .content .maxdots a:hover {
        background-color: #dbdbdb;
        border: 1px solid #eee;
    }
    .content .maxdots a i {
        font-size: 150%;
        padding: 0 10px 15px 0;
        float: left;
    }
    .content .maxdots a b {
        font-family: Hind, Helvetica, Arial, sans-serif;
        font-size: 1.25em;
        font-weight: normal;
        color: #084C8D;
    }
@media only screen and (min-width: 992px) and (max-width: 1200px) { /* md screens only */
    .content .maxdots a {
        font-size: 16px;
    }
}


/***** FREQUENT SERVICE BUGS *****/
.content .frequentservice-bug {
    line-height: 1;
}
    .content .frequentservice-bug img {
        width: 50px;
        
    }
@media only screen and (min-width: 992px) { /* md screens and up */
    .content .frequentservice-bug img {
        width: 75px;
        
    }
}




/***** ZOOM ICON *****/
.content p.zoom {
    position: relative;
}
    .content p.zoom img {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 15px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .content p.zoom span {
        position: absolute;
        top: 9px;
        right: 9px;
        transition: opacity 0.2s ease-in 0s;
        opacity: .25;
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: url("/global/img/icon-zoom.png") 0 0 no-repeat;
        background-size: 50px 50px;
        display: block;
        width: 50px;
        height: 50px;
    }
    .content p.zoom:hover span {
        opacity: 1;
    }



/****** MAP BUTTONS *****/
/* moved to styles.css */
            

/****** SCHEDULE PAGES ******/
.content p.noservice {
    font-family: Hind, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) { /* sm screens and up */
.content a.detailedmap, .content a.interactivemap {
    padding: 15px 0 15px 35px;
    background-position: 5px 10px;
}
    .content a.interactivemap {
        background-position: 5px -90px;
    }

    .content a.detailedmap, .content a.interactivemap, .content ul.schedulelinks a {
        font-size: inherit;
    }
.content p.noservice {
    margin-top: 11px;
}
}




/****** ALERT LINK IN ANCHOR MENU ******/
.content ul.anchor li.servicealertlink {
    display: none;
}
    .content ul.anchor li.servicealertlink a {
        background-color: #ffc;
    }
        .content ul.anchor li.servicealertlink a i {
            color: #c63c2f;
        }
    

