/* Reduce Caption Font Size for Mobile */
@media screen and (max-width: 979px){
.captionFrame ul li {
    Font-size: 12px;
}
}

/* Remove Header Image Text/Page Titles */
.banner-content {
    display: none;
}

/* Change Hyperlink Default Color */
a {
    color: #ba0c2f;
}

/* Remove Dark Overlay from Main Carousel Banner */
.slider .owl-carousel .item:before {
    background: none;
}

/* Allow Primary Navigation to Stretch Farther to Left to Prevent Text Stacking */
/*.header .navbar .nav>li {
    max-width: 240px;
}*/

/* Remove Caps From Main Carousel Caption */
.captionFrame ul li {
    text-transform: none;
}

/* Remove Dark Overlay from Interior Page Header Image */
.bannerInner::after {
    background: none;
}

/* Un-Capitalize HeaderTextSmall Style */
.HeaderTextSmall {
    text-transform: none;
}
