/*about page overrides*/

/*remove left and right padding on main-section */
.id693830557 #main-section {
    padding: 0;
}

/* hide story title */
.id693830557 .storytitle {
    display: none;
}

/* remove left and right padding from <hr> */
.id693830557 .story-layout .hr {
    padding-left: 0;
    padding-right: 0; 
}

/* remove padding at top of story */
.id693830557 .story {
    padding-top: 0;
}

/* hero image treatment */
.id693830557 .bucketwrap.image.small,
.id693830557 .bucketwrap.image.large,
.id693830557 .bucketwrap.image.x-large {
    padding: 0 0 50px 0;
    width: 100%;
}

/* hide lead image caption */
.id693830557 .bucketwrap.image .credit-caption {
    display: none;
}


/* style h3 headers to be 2.7rem (1.5x larger thatn paragraph text 1.8rem) */
.id693830557 h3.edTag {
    font-size: 2.7rem;
}

/* display statichtml bucket text as serif to match story font */
.id693830557 .container.small, 
.id693830557 .container.medium, 
.id693830557 .container.large, 
.id693830557 .bucketwrap {
    font-family: "NPRSerif",serif;
    font-size: 1.8rem;
}

.id693830557 .container.small {
    padding-left: 0;
    padding-right: 0;
}

/* mobile only */
@media only screen and (max-width: 767px) {
    .id693830557 .bucketwrap.image.large,
    .id693830557 .bucketwrap.image.x-large {
        display: none;
    }
}


/* destop only */
@media only screen and (min-width: 768px) {
    .id693830557 .bucketwrap.image.small {
        display: none;
    }
}



