/* These styles are needed to override the TWY and NYS Global Navigation styles */
caption, th {
    color: #444;
}

#breadcrumbs {
    padding-bottom: 30px;
}

    #breadcrumbs p {
        font-size: 12px;
    }

    #breadcrumbs a {
        text-decoration: underline;
    }

        #breadcrumbs a:hover {
            text-decoration: none;
        }

#leftcol a {
    text-decoration: underline;
}

    #leftcol a:hover {
        text-decoration: none;
    }

.toplinks {
    font-size: 12px;
}

    .toplinks a {
        text-decoration: underline;
    }

        .toplinks a:hover {
            text-decoration: none;
        }

.nys-footermenu a {
    text-decoration: underline;
}

.nys-global-header {
    margin-left: -80px !important;
}

/* push the Thruway header over to the left */
@media (max-width:1024px) {
    .nys-global-header {
        margin-left: -50px !important;
    }
}

@media (max-width:850px) {
    .nys-global-header {
        margin-left: 10px !important;
    }
}

.nys-global-header { 
  border-bottom: 0 solid #fff !important;
}
