#news-home-summary {
 margin:0px 0px;
}

.featured-item-wrapper {
 float: left;
 width: 300px;
 position: relative;
 border: 1px solid #DCDCDC;
}

.featured-photo {
 width: 100%;
 height: 170px;
 overflow: hidden;
}


.featured-photo img {
 /* min-width: 300px; */
 max-width: 300px;
 height: auto;
 width: 100%;
}

.featured-content {
 padding: 5px 10px;
}

.featured-content .title a {
 font-size: 100%;
 color: #000000;
 text-decoration: none;
}

.featured-content .title a:hover {
 text-decoration: underline;
}

.featured-content .date {
 font-size: 75%;
 color: #707070;
 padding-bottom: 10px;
}

.featured-summary {
 font-size: 100%;
 color: #000000;
}

.read-more {
 position: relative;
 bottom: -10px;
}

.read-more a.link {
 background: #000000;
 color: #FFFFFF;
 padding: 2px 6px;
 font-size: 100%;
 font-weight: normal;
}

.read-more a.link:hover {
 background: #5b5b5b;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-controls-direction {
 width: 50px;
 margin: 0px auto;
 padding-top: 10px;
}

.bx-controls-direction a {
 width: 15px;
 height: 15px;
 display: block;
 background-color: #494949 !important;
 background-repeat: no-repeat !important;
 font-size: 0px;
 border-radius: 50%;
 margin: 5px;
}

.bx-controls-direction a:hover {
 font-size: 0px;
}

.bx-wrapper .bx-prev {
 background: url("../../../common/resources/shared/images/UpcomingEvents/arrow-left.png");
 background-position: 4px 4px;
 float: left;
}

.bx-wrapper .bx-next {
 background: url("../../../common/resources/shared/images/UpcomingEvents/arrow-right.png");
 background-position: 6px 4px;
 float: right;
}
