.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;*/
    /*padding-left: 15px*/
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

#related-content-wrapper {
    font-family: 'Source Sans Pro', Arial, sans-serif;
/*    font-family: Roboto, Arial, sans-serif; */
}

#related-content {
    /*margin: 0;*/
}

#related-content h4,
#related-content p {
    /*font-family: Roboto, Arial, sans-serif;*/
}

.related-content-tile {
    /*background: #eee;*/
    background: #ffffff;
    /*background: #c5a750!important;*/
    /*padding: 15px;*/
    /*width: 230px;*/
    border: 1px solid rgb(212,212,212);
    height: 400px;
    overflow: hidden;
    position: relative;
    /*border-top-color: #275584;*/
}

.related-content-tile a:hover {
    text-decoration: none;
}

.related-content-teaser {
    /*color: #333 !important;*/
    /*color: rgb(51, 51, 51); */
    color:#fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*    background: #fff;*/
    /*background: #c5a750!important;*/
/*    background: rgb(212,212,212) !important;*/
    background: rgb(0,73,130) !important;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0.95;

    font-size: 1.0em;


    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Noto Serif',serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;
}

.related-content-teaser-content {
    padding: 20px; /*15px; */
    
}

.related-content-tile:hover {
    cursor: pointer;
}

.related-content-tile:hover .related-content-teaser {
    z-index: 1;
    height: 400px;
}

.related-content-tile p:first-child {
    display: none;
}

.related-content-tile h4 {
    padding: 0 10px 10px;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 19px;
    line-height: 25.5px;
    /*color: rgb(51, 51, 51); */
    color:#444;

}

.related-content-meta,
.related-content-tile a {
	color:#444;
    /*color: rgb(51, 51, 51); */
}

.related-content-tile a:hover {
	color:#444;
    /*color: rgb(51, 51, 51); */
}

@media only screen and (min-width: 769px) {
    .related-content-tile h4 {
        font-size:23px;
        line-height: 28.5px;
        letter-spacing: -0.5px;
    }
}

.related-content-meta {
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    border: rgb(212,212,212) !important;
    /*color: #666 !important;*/
    font-family: 'Noto Serif',serif;
}

p.related-content-meta { margin-bottom:0; font-size:15px; }

.related-content-meta a {
    /*color: #666 !important;*/
    border: rgb(212,212,212) !important;
}

.related-content-tile-img { 
    margin-bottom: 10px;
    width: 100%;
    /*height: 200px; */
    background-position: center center;
    background-size: cover;
	height:75%; 
}
@media (max-width: 375px) {
	.related-content-tile-img { height:60%; }

}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
	.related-content-tile-img { height:55%; }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
	.related-content-tile-img { height:65%; }
}
@media (min-width: 1367px) {
	.related-content-tile-img { height:60%; }
}