﻿body.article h1 { display: none; } /* added 02/21/2020 = requested by team during sprint demo meeting */

 #infographic {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background-repeat: repeat;
    background-size: inherit;
    padding-bottom: 30px; /* gives some padding from the social share buttons */
 }

 #infographic img {
    margin: 0 auto;
    max-width: 100%; /* keeps from extending past container */
    display: block; /* makes pictures not have any gaps in between */
    width: 100%;
}

/*@media (max-width: 500px) { 
    #infographic img {
        max-width: 90%;
        margin: 0;
    }
}*/

/*ARTICLE REVAMP FIX - 05/20/2020*/
@media (min-width: 992px) {.c-matter--article .c-matter__body, .c-matter__body {width: 100%;}}
.c-matter__meta {display: none;}
.body-container .container {width: 100%;}
#content .o-container {width: 100%!important;}
#content .email-campaign h1:nth-child(1) {display: none;}

/*HIDE ARTICLE HERO - 9/17/2020*/
.c-matter__masthead {display: none!important;}

/*CAMPAIGNS FULL WIDTH FIX - 09/23/2020*/
.subpage .c-site-core {
    max-width: 100%!important;
}
.subpage .email-campaign h1 {
    display:none!important;
    height: 0!important;
}