﻿.insight-sr-heading {
    background-size: 100% auto;
    height: 200px;
    position: relative
}
.insight-sr-heading h1 {
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
    max-width: 90%;    
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    font-size: 32px;    
}
@media (max-width: 893px) {
    .insight-sr-heading h1 {
        max-width: 70%;
    }
}

.insight-sr-top-controls {
    padding: 20px 0;
}
.insight-sr-top-controls .actions {
    margin: 0;            
}
.back-link.back-link-no-line-below:after {
    display: none;
}

.insight-sr-sidebar h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
}
.insight-sr-content {            
}
.insight-sr-content h2 {
    margin-top: 30px;
    font-size: 36px;
    line-height: 40px;
}
                 
.insight-sr-content .recent-coverage {
    margin-top: 40px;
    background-color: #f6f6f6;
    width: 100%;
    padding: 40px;
}

@media (min-width: 894px) {    
    .insight-sr-content.content {
        width: 100%;
        float: left;
    }
}

@media (min-width: 894px) {
    .insight-sr-hidden-mobile {
        display: block;
    }
    .insight-sr-visible-mobile {
        display: none;
    }
}

@media (max-width: 894px) {
    .insight-sr-hidden-mobile {
        display: none;
    }
    .insight-sr-visible-mobile {
        display: block;
    }
}

.insights-detail .insight-sr-sidebar .media-inqueries {
    padding-top: 0;
}
.insights-detail .insight-sr-sidebar .media-inqueries::before {
    display: none;
}

.insights-detail .recent-coverage:before {
    display: none;
}