/* Styling for Feature Box News & Events*/
.box-featured__blurb .news li {
    width: 100%;
    padding: 10px 6.5%;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
}
.box-featured__blurb .news, .box-featured__blurb .events {
    width: 100%;
    padding: 0;
    /* margin: 0; */
    list-style: none;
}
.box-featured__blurb .news-events__landing-image {
    float: left;
    width: 105px;
    height: 70px;
    object-fit: cover;
}
.box-featured__blurb .news-events__landing-image+a {
    display: block;
    margin-left: 115px;
    text-align: left;
    text-decoration: none;
}
.box-featured__blurb .news-events__landing-image+a:hover {
    text-decoration: underline;
}
/* .col-md-6 */
.box-featured__blurb .news-events__landing-image {
    width: 105px;
    height: 70px;
    object-fit: cover;
}
.box-featured__blurb .news-events__landing-image+a {
    display: block;
    margin-left: 115px;
    text-align: left;
    text-decoration: none;
}
.box-featured__blurb .news-events__landing-image+a:hover {
    text-decoration: underline;
}

.box-featured__blurb .news, .box-featured__blurb .events {
    width: 100%;
    padding: 0;
    /* margin: 0; */
    list-style: none;
}
.box-featured__blurb .news li {
    width: 100%;
    padding: 10px 6.5%;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    _overflow: visible;
    padding-left: 0;
    zoom: 1;
}
.box-featured__blurb .news-events__landing-image {
    width: 105px;
    height: 70px;
    object-fit: cover;
    float: left;
}
.news span {
    text-align: left;
    display: block;
    margin-left: 115px;
}

.box-featured__blurb.noMargin {
        width: 100%;
}

.box-featured__blurb li>div .news-events__landing-date>span {
    text-align: center;
    color: white;
    margin-top: 15px;
    font-size: 1.1rem;
}
.box-featured__blurb li>div .news-events__landing-date {
    display: block;
    float: left;
    background: #006dae;
    width: 105px;
    height: 70px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.box-featured__blurb li>div .news-events__landing-date+a {
    display: block;
    margin-left: 115px;
    text-decoration: none;
}
.box-featured__blurb li>div .news-events__landing-date+a:hover {
    text-decoration: underline;
}
.box-featured__blurb li>div .news-events__landing-date+a+span {
    margin-left: 115px;
}
.box-featured__blurb .news li span {
    color: #646464;
    display: block;
}
.box-featured__blurb li>div .news-events__landing-date>span+span {
    font-size: 25.5px;
    margin-top: -8px;
    font-weight: 700;
}
.box-featured__blurb li>div .news-events__landing-date>span {
    text-align: center;
    color: white;
    margin-top: 15px;
    font-size: 15.5px;
    margin-left: 0;
}

/* Styling for full-width Feature Box */
.box-featured.box-featured__single {
    margin-left: 0;
    margin-right: 0;
}

.box-featured.box-featured__single div {
    padding-left: 0;
    padding-right: 0;
}

.box-featured.box-featured__single .box-featured__blurb {
    padding-left: 1rem;
}

.box-featured.box-featured__single .box-featured__cta-link {
    margin-left: 0;
}


@media only screen and (min-width: 60em) {
	.box-featured.box-featured__single {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 2rem;
	}
	
	.box-featured.box-featured__single .box-featured__blurb {
	    padding-top: 0;
	}
	
	.box-featured__single .box-featured__thumb-link {
        margin-bottom: 1.25rem;
        padding-right: 1rem;
    }

}