@charset "UTF-8";
/* site-specific CSS rules */
.title-bar-right small {
	font-size: 70%;
}

.title-bar-right {
	font-weight: 200;
	text-transform: none;
}


.mainNavigation .navbar-nav > li > a {
	text-transform: none;
	min-height: 4.4em;
}
.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content .col-md-3 {
	border-right: 0;
	min-height: 0;
}
/* Spotlight Feed */
.white .spotlight-title {
    white-space: normal;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebe8e2;
}
.white .spotlight-title::after {
    background: none;
    display: none;
}
.white .spotlight-title a.more {
    float: right;
}
/*
.owl-carousel .owl-item img {
	max-height: 230px;
}
.news-slider img {
	max-height: 174px;
}
*/
.featured-spotlight-single {
    background: #fff;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.featured-spotlight-single img {
    width: 100%;
}
h3.featured-spotlight {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #adadad;
    color: #a6192e;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24pt;
}
h3.featured-spotlight a.more {
    float: right;
}
.featured-spotlight-single .no-feed-result {
    padding: 20px;
}
div.owl-carousel.owl-carousel-news .owl-item img {
    height: 100%;
}
