.bottom-links,
.bottom-links li,
.bottom-links li b,
.bottom-links span,
.bottom-links a {
    color: #fff !important;
}

.bottom-links a:hover {
    color: #ddd !important;
    text-decoration: underline;
}

.bottom-links span {
    color: #fff !important;
}

.bottom-links span a {
    color: #fff !important;
}

.bottom-links span a:hover {
    color: #ddd !important;
}

@media (min-width: 768px) {
    .right.carousel-control {
        right: 15px;
        padding-top: 11px;
    }
}

@media (min-width: 768px) {
    .left.carousel-control {
        left: 15px;
        padding-top: 11px;
    }
}


a.banner-text {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 1px;
    text-align: center !important;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 83px;
        padding-bottom: 15px;
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}

.banner-text-wrapper {
    padding: 5px 30px;
    margin-right: 20px !important;
}

.banner-links-bar {
    background: #787878 !important;
    padding: 3px 0;
}

.banner-text-shadow {
    color: #fff; /* Text color */
    -webkit-text-stroke: 1px red; /* Red outline */
    text-shadow:
        1px 1px 1px rgba(0, 0, 0, .5),
        2px 2px 5px rgba(0, 0, 0, .3);
}

#banner-fluid {
    max-height: 250px !important;
    max-width: 857px !important;
    margin: -18px 0 !important;
    width: 100%;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: -25px;
}

/* Mobile Only */
@media (max-width: 767px) {
    .navbar-brand {
        float: none !important;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto -25px;
    }

    #banner-fluid {
        display: block;
        margin: -18px auto 0 !important;
    }
}
.quicklinkbutton.buttoncolor-black_gray .quicklinkbutton-label, .quicklinkbutton.buttoncolor-black_gray .quicklinkbutton-anim {
    color: #ff0000;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
    font-size: 20px !important;
}