.referenced-card {
    font-size: 1.125rem;
    font-family: sofia-pro,sans-serif;
    line-height: 1.38889;
    font-weight: 300;
	margin: 50px 0 50px 0;
}

.referenced-card img {
    display: block;
    height: 70px;
    max-width: 100%;
    border-radius: 5px;
    line-height: 1.4;
}

.referenced-card h4 {
    color: #000;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.29412;
    margin: 0 0 0.5em;
    width: auto;
}

.h4--related-block {
    border-bottom: solid 1px rgba(213,213,213,0.5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-object h6 {
    color: #000;
    font-weight: 600;
    font-style: normal;
    font-size: .9375rem;
    line-height: 1.26667;
    margin: 0 0 0.5em;
    width: auto;
}

.list-object {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    position: relative;
}

.list-object__heading {
    margin: 4px 0 0 0;
    word-break: break-word;
    padding-right: 7px;
}

.referenced-card .list-object__heading {
    margin-top: -3px;
}

.list-object__heading-link {
    text-decoration: none;
    color: #000;
}

.media-object {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.referenced-card .media-object {
    border-bottom: solid 1px rgba(213,213,213,0.5);
}

.media-object .list-object {
    margin-bottom: 0;
    padding-bottom: 0;
}

.media-object__figure {
    margin-right: 10px;
    max-width: 33%;
}

.media-object__content {
    flex: 1;
    display: flex;
    flex-flow: wrap;
}

.media-object .media-object__figure img {
	width: 110px;
}
.related-snippets {
		font-family: Roboto, sans-serif!important;
        line-height: 30px;
        font-weight: bold;
		margin-bottom: 30px;
		margin-top: 30px;
    }
    
.related-snippets a {
        font-style: italic;
        color: #F22E62;
        text-decoration: none;
        font-size: 18px;
    }
    
.related-snippets a:before {
        content: "\00a0 ";
    }
    
.rc-uid-263023 {
        background-color: #000!important;
        color: #fff!important;
        font-size: 14px!important;
        font-weight: 600!Important;
        text-transform: uppercase!Important;
        padding-top: 8px!important;
        padding-bottom: 7px!important;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center!important;
        margin-bottom: 10px!important;
        height: 30px!important;
}

@media (min-width: 920px) {
div.referenced-card .media-object__figure {
    max-width: 19.5%;
}
}