﻿.header-height-hull {
    height: 50px;
}

.navbar-hull {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-position: initial;
    border-radius: 0;
    background-image: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #242424 !important;
    margin-bottom: 0;
    min-height:94.98px;
}

    .navbar-hull .navbar-toggle {
        margin-top: 30px;
        background-color: #242424 !important;
    }

        .navbar-hull .navbar-toggle .icon-bar {
            background-color: white;
        }

@media (min-width: 768px) {

    .navbar-nav > li > a {
        padding-top: 0px !important;
        padding-bottom: 2px !important;
    }
}

.container-hull {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0
}

.container > .navbar-header, .container > .navbar-collapse {
    margin: 0 auto;
    padding: 0 0 0 5px;
}

.navbar-collapse {
    background-color: #242424 !important;
}

.navbar-right-hull {
    padding-top: 30px;
}

    .navbar-right-hull > li > a {
        color: #ffffff;
        background-color: transparent;
    }

        .navbar-right-hull > li > a:hover {
            background-color: transparent;
            text-decoration: underline !important;
        }


.masthead {
    background-color: #242424;
    min-height: 4.5em;
    position: relative;
    margin-bottom: 0px !important;
}

@media screen and (min-width: 48em) {
    .masthead {
        margin: 0 auto;
        min-height: 0;
        padding-bottom: .495em;
        padding-top: .495em;
        width: 100%;
    }
}

.col {
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
}

@media screen and (min-width: 48em) {
    .medium_4 {
        width: 31.25%;
    }
}

@media screen and (min-width: 60em) {

    .large_3 {
        width: 22.91667%;
    }
}

.wrap {
    *zoom: 1;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}

    .wrap:before, .wrap:after {
        content: "";
        display: table;
    }

    .wrap:after {
        clear: both;
    }

@media screen and (min-width: 60em) {
    .wrap {
        max-width: 1148px;
        width: 100%;
    }
}

@media screen and (min-width: 90.075em) {
    .wrap {
        max-width: 930px;
        width: 100%;
    }
}

.site-logo {
    color: #fff;
    display: inline-block;
    margin-top: 10px !important;
    width: 100%;
    height: auto;
    width:142px;
}

.siteImage {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-height: 61.02px;
}

@media screen and (min-width: 48em) {
    .site-logo {
        margin: 0;
    }
}

.btn-default {
    background-color: #b40e19 !important;
    border-color: #b40e19 !important;
    color: #fff !important;
    border-width: 4px;
    border-radius: 1.5rem !important;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-color: #3c6e91 !important;
        border-color: #ff9800 !important;
        border-width: 4px;
        border-radius: 1.5rem !important;        
    }

.MyBusPassLogo {
    background: url(../../images/MBPLogoW.png);
    background-image: url(../../images/MBPLogoW.png),none;
    height: 85px;
    width: auto;
    padding-top: 10px !important;
    background-size: auto 85px;
    background-repeat: no-repeat;
}

footer {
    background-color: #242424;
    margin-top: 60px;
    color: #fff;
}

ul, li {
    list-style-type: none;
}

.list {
    margin-top: 35px;
}

    .list a {
        color: #fff
    }
