
/* Hide nav link on news listing page */
.path-news .standalone-nav-link {
    display: none;
}
.standalone-nav-link {
    margin-bottom: 15px;
}
.standalone-nav-link a {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

/*************************** Route Pages ************************/

.maptoggle div#mapholder {
    position: relative;
    display: none;
}
#node-27 div#mapholder {
  display: block;
}
#node-27 .banner {
  display: none;
}
.banner {
    position: relative;
}
.banner-button {
    position: absolute;
    left: 10px;
    top: 10px;
}
#front-page .banner-button {
    display: none;
}
h3.field-content {
    line-height: 1.5;
    color: #0099CC;
    font-weight: 700;
    padding-left: 10px;
    margin-bottom: 30px;
}
#returntrip {
    float: right;
}

.schedule table {
    table-layout: fixed;
}
.active-terminal {
    color: #005daa;
}

.route .field-content h2 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 3.5em;
    font-weight: 200;
    padding: 10px 0 9px 0;
    margin: 0;
}
.route .field-content h4 {
    color: #777788;
    font-size: 1.3em;
}
.route .field-content h5 {
    font-size: .9em;
    font-weight: 600;
    margin: 0;
}
.route .field-content th {
    border-bottom: 1px solid #444;
    text-align: center;
}
.route .field-content a:hover {
    text-decoration: underline;
}
.route .field-content > div.table-footer {
    padding:0;
}
div.schedule + div.table-footer {
    padding-top: 10px;
}
.route p {
    margin-bottom: 10px;
}
.route ul {
    list-style: none;
    padding:0;
    margin:0;
}
.route li {
    padding-left: 1em;
    text-indent: -.7em;
}
.route li::before {
    content: "•";
    padding-right: .5em;
    color: #00b3ff;
}
.route .schedule h4 {
    color: #777788;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 2px 0;
    padding-top: 5px;
    padding-bottom: 0;
}
.route .schedule h5 {
    font-weight: 100;
    font-style: italic;
    padding-bottom: 15px;
    font-size: .8em;
    margin:0;
}
table.fares {
    border-bottom: 1px solid #444;
}
div.table-footer {
    clear: both;
    font-size: 0.8em;
    padding-top: 15px;
}
.route p.table-footer2 {
    clear: both;
    font-size: 0.8em;
    padding-top: 5px;
    margin-bottom: 20px;
}

.schedule tr:hover {
    background-color: #ffff88;
}
.schedheader {
    font-weight: bold;
    color: rgb(85, 85, 85);
}
.greybg {
    background-color: rgb(224, 225, 226);
}
.schedule > table tr:first-child {
    background-color: #ffffff;
}
/*************************** MEDIA QUERIES ************************/


@media (min-width: 530px) {

    /* Full sized Route Pages */
    #block-sfbayferry-content .route {
        margin: 20px 0 0 10px;
        padding: 10px;
    }
    .table-left,
    .table-right {
        width: 49%;
    }
    tr.col20 td {
        width: 20%;
    }
    tr.col25 td {
        width: 25%;
    }
    .schedule tr:hover {
        background-color: #ffff88;
    }
    .schedule td, .fares td {
        padding: 5px;
    }
    .table-left {
        float: left;
    }
    .table-left > table {
        margin-right: 2px;
        width: 95%;
    }
    div.table-left + div.table-right {
        border-left: 1px dotted rgb(153, 153, 153);
    }
    div.table-right {
        float: right;
        padding-left: 15px;
    }
    .table-right > table {
        width: 100%;
    }
    .schedheader {
        font-weight: bold;
        color: rgb(85, 85, 85);
    }
    .greybg {
        background-color: rgb(224, 225, 226);
    }
    .schedule > table tr:first-child {
        background-color: #ffffff;
    }
}
@media (max-width: 529px) {
    .schedule table {
        width: 100% !important;
    }
}
@media (min-width: 481px) {
    .path-route ul.tabs {
        border-bottom: 1px solid #aaaaaa;
        padding-left: 15px;
    }
    .path-route ul.tabs > li.is-active {
        border: 1px solid #888888;
        border-bottom: 1px solid #ffffff;
    }
    .path-route ul.tabs > li {
        border: 1px solid #cccccc;
        border-bottom: none;
        margin-bottom: -1px;
    }
    .path-route ul.tabs a.is-active {
        background-color: #ffffff;
        color: #027ac6;
    }
    .path-route ul.tabs a {
        background-color: #e2e2e2;
        color: #555555;
        font-size: 1.1em;
        font-weight: 600;
    }
}

/*************************** Fares and Tickets Page ************************/

.view-content .ticket-info {
    padding-top: 20px;
}
.view-content .ticket-info h3 {
    color: #555;
    font-weight: 700;
    margin-bottom: 5px;
}
.view-content .ticket-info h5 {
    margin-top: 0;
    font-weight: 700;
}
.ticket-info table tr:first-child {
    border-bottom: 1px solid #555;
}
.ticket-info .table-footer2 {
    font-size: .8em;
    padding: 10px 0;
}
.ticket-info h4.fares {
    color: #777788;
    font-size: 14px;
}
.ticket-info .callout {
    border-bottom: thin solid #005dab;
    border-top: thin solid #005dab;
    color: #005dab;
    font-weight: bold;
    padding: 5px 0px;
    font-size: 16px;
    letter-spacing: 1px;
}
.ticket-info ul {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    padding-left:5px;
}
.ticket-info ul li {
    padding-bottom:4px;
    padding-left: 2em;
    text-indent: -2em;
}
.ticket-info li:before {
    content: "■";
    color:#007cde;
    padding-right:.5em;
    position:relative;
    top:-.05em;
}
