﻿.heroTopics {
    padding-top: 10px;
    padding-bottom: 10px;
}

.heroTopics img {
    width: 100%;
}
.phoneHero, .tabletHero, .desktopHero {
    display: none;
}


.trendingTopics {
    position: absolute;
    bottom: 17px;
    right: 6px;
    width: 343px;
    top: 17px;
    height: auto;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    color: #ffffff;
}

.trendingTopicsBody {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 24px;
    padding-left: 24px;
    height: auto;
    color: #ffffff;
    position: absolute;
    bottom: 40px;
    top: 0
}
   
    .trendingTopicsFromSitecore {
        height: 100%;
        padding-bottom: 5px;
        line-height: 0.8em;
    }
    .trendingTopicsBody a {
        color: #ffffff;
    }

        .trendingTopicsBody a:hover {
            color: #ffffff;
        }

    .trendingTopicsBody i {
        -ms-opacity: 1;
        opacity: 1;
    }

.trendingTopicsHeading {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 5px;
}

.trendingTopicsFooter {
    height: 55px;
    background-color: #ffffff;
    padding-left: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(61,142,199,1);
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .trendingTopicsFooter:hover {
        background-color: rgba(61,142,199,1);
        color: #ffffff;
    }

        .trendingTopicsFooter:hover a {
            color: #ffffff;
            text-decoration: none;
        }

    .trendingTopicsFooter img {
        height: 48px;
        width: 53px;
        padding-right: 5px;
    }

    /* Clear floats after the columns */
    .trendingTopicsFooter:after {
        content: "";
        display: table;
        clear: both;
    }

.valuePropImg {
    float: left;
    width: 15%;
    padding-top: 2px;
}

.valuePropText {
    float: left;
    width: 80%;
    padding: 5px 0 0 5px;
}
    .valuePropText span{
        vertical-align:middle;
    }

/* Extra Small */
@media(max-width:666px) {
    .trendingTopicsBody {
        font-size: 23px;
    }
    .heroTopics {
        margin-top: -13px;
        
    }
    .trendingTopics {
        bottom: 17px;
        right: 6px;
        left: 6px;
        top: 17px;
        width: auto;
        height: auto;
    }

    .phoneHero {
        display: block;
    }

    .heroTagLine {
        position: absolute;
        right: 0;
        top: -46px;
        color: #454545;
        text-align: right;
        font-size: 20px;
        width: 189px;
    }
}

/* Small..and.. Medium */
@media (min-width: 667px) and (max-width: 991px) {
    .trendingTopicsBody {
        font-size: 20px;
    }
    .tabletHero {
        display: block;
    }

    .heroTagLine {
        position: absolute;
        bottom: 36px;
        left: 46px;
        color: #ffffff;
        text-align: left;
        font-size: 2.8vw;
        width: 187px;
        -ms-text-shadow: 1px 2px 5px #666666;
        text-shadow: 1px 2px 5px #666666;
    }
}

@media (min-width: 992px) {
    .trendingTopicsBody{
        font-size: 22px;
    }
    .desktopHero {
        display: block;
    }

    .heroTagLine {
        position: absolute;
        bottom: 36px;
        left: 46px;
        color: #ffffff;
        text-align: left;
        font-size: 2.1vw;
        -ms-text-shadow: 1px 2px 5px #666666;
        text-shadow: 1px 2px 5px #666666;
    }
}

@media (min-width: 1200px) {
    .heroTagLine {
        font-size: 28px;
    }
}



