.cmp-feed__container {
	box-sizing: border-box;
    font-family: "PNC Brand",sans-serif;
	margin: 20px auto;
    max-width: 940px;
}
.cmp-feed__heading {
	letter-spacing: .5px;
    margin-bottom: 0;
}

.body-parsys .column-body header h2, h2.cmp-feed__heading {
    color: #636363;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font: normal 2.25rem/1em "PNC Brand Bold",Arial,sans-serif;
    text-align: center
}
h2.cmp-feed__heading::after {
    content: "";
    border-bottom: 2px solid #f58025;
    height: 2px;
    display: block;
    width: 180px;
    margin: 0 auto;
    position: inherit;
    padding-top: 5px;
}

.cmp-feed__intro {
	color: #484848;
    font-family: "PNC Brand Light", "PNC Brand", Arial,sans-serif;
    font-size: 1.75rem;
    line-height: 1.25em;
    margin: 0 0 1em;
    text-align: center;
}
.cmp-feed__content {
	align-content: stretch;
	align-items: stretch;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;
}
.odd-set::after {
	content: "";
	display: block;
	flex: auto;
	max-width: 33%;
	width: 100%;
}
.cmp-feed__article {
	box-sizing: border-box;
	display: block;
	flex-basis: 31%;
    padding-bottom: 15px;
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;
}
.cmp-feed__thumbnail {
    position: relative;
}

.cmp-feed__thumbnail a:focus {
    outline: 2px solid #0069aa;
}

.cmp-feed__image {
    margin-bottom: 10px;
    display:flex;
    width:100%;
    height:100%;
    background-position:top;
    background-size:cover;
    min-height:133px;
}
 .cmp-feed__container .cmp-feed__article .cmp-feed__topic{
    color: #484848;
    font-size: .75rem;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 12px;
}
 .cmp-feed__container .cmp-feed__article h3.cmp-feed__title,
 .cmp-feed__container .cmp-feed__article h4.cmp-feed__title {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: "PNC Brand";
}
.cmp-feed__title a {
    color: #084d77;
    border: 2px solid transparent;
}

.cmp-feed__title a:focus, .cmp-feed__foot a:focus {
    outline: 2px solid #0069aa;
    text-decoration: none !important;
}

.cmp-feed__title a:hover, .cmp-feed__foot a:hover {
    color: #084d77 !important;
    text-decoration: none !important;
    border-bottom: 2px solid #084d77;
}
 .cmp-feed__container .cmp-feed__article p.cmp-feed__summary{
    color: #484848;
    font-size: 1rem;
    margin-bottom: 10px;
    margin-right: 20px;
    font-family: "PNC Brand";
}
 .cmp-feed__container .cmp-feed__article .cmp-feed__readtime{
    color: #484848;
    font-family: "PNC Brand Medium",sans-serif;
    font-size: .75rem;
}
.small-vid-play::after {
	width: 40px;
	height: 40px;
	display: block;
	content: "";
    background: transparent url(../../../../content/dam/pnc-thought-leadership/images/play-btn.png) center center no-repeat;
    background-size: 40px 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
@media only screen and (min-width: 1000px) {
     .cmp-feed__container .cmp-feed__article .cmp-feed__title{
        padding-right:10px
	}
	.small-vid-play::after {
        width: 74px;
        height: 74px;
        background-size: 74px 74px;
    }
}
@media only screen and (max-width: 979px) and (min-width: 600px) {
    .cmp-feed__container {
        max-width: 600px;
    }
    .cmp-feed__image {
        min-height:85px;
    }
}
@media only screen and (max-width: 599px) and (min-width:0) {
	.cmp-feed__container {
        padding: 0 10px;
    }
    .cmp-feed__article {
		flex-basis: 98%;
	}
    .cmp-feed__topic,
	.cmp-feed__title,
	.cmp-feed__summary,
	.cmp-feed__readtime{
        padding-left:10px
    }
    .cmp-feed__image {
        min-height:200px;
    }
}
