/********************************/



/* HIGHLIGHT */
/*BASIC SETUP FOR HOMEPAGE*/
#wednesday h2,
#tuesday h2,
#monday h2,
#forumNotes h3,
.bannerCopy > h2{ 
    font-family: 'houschka_alt_proextrabold';
}

/* BANNER */
#highlightsPage #banner{
    overflow: hidden;
    height: auto;
    position: relative;
}
#highlightsPage #banner img.bannerImg{
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width:767px ) {
    #highlightsPage #banner img.advocateImg{
        /*display: none; */
        width: 30%;
    }
}

#highlightsPage #banner .bannerCopy{
   z-index: 10;
    position: absolute;
    bottom: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    left: 20%;
    right: 20%;
    text-align: center;
}
#highlightsPage #banner .bannerCopy > h2{
    color: #fff;
}
@media (max-width:767px ) {
    #highlightsPage #banner .bannerCopy{
        bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 3%;
    }
    #highlightsPage #banner .bannerCopy > h2{
        margin: 0px;
        font-size: 24px;
    }  
}



/*ADVOCATE STORY  */

#wednesday h2,
#tuesday h2,
#monday h2{
    text-align: center;
    color: #4a0d66;
    font-size: 30px;
}





