/* change style for Zone Heading Link of rIco-100-FilteredTiles */
/* @media only screen and (min-width:960px){
    .my-filtered-tile .MMM--pageSectionTitle{
        position:relative;
    }
    .my-filtered-tile .MMM--pageSectionTitle .MMM--relatedTitleLink{
        position:absolute;
        right:0;
        top:15px;
    }
}
.my-filtered-tile .MMM--pageSectionTitle .MMM--relatedTitleLink a{
    border-bottom: 0px solid transparent;
    color: #333333;
    text-decoration: underline;
} */

/* change style for Zone Heading Link of rG-57-Columns */
@media only screen and (min-width:1024px){
    .my-column .MMM--pageSectionTitle{
        position: relative;
        margin-bottom: 1em;
    }
    .my-column .MMM--pageSectionTitle .MMM--hdg_2{
        margin-bottom: 0;
    }
    .my-column .MMM--pageSectionTitle .MMM--relatedTitleLink{
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0;
    }
}
.my-column .MMM--pageSectionTitle .MMM--relatedTitleLink a{
    border-bottom: 0px solid transparent;
    color: #333333;
    text-decoration: underline;
    font-family:'freight-sans-pro',sans-serif;
}