/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


body.structure .site-header,
body.structure .site-footer,
body.structure .hero,
body.structure .carousel,
body.structure .cta,
body.structure .logos,
body.structure .news-feed,
body.structure .events-feed,
body.structure .two-columns,
body.structure .related-posts,
body.structure .structure {
    border: 1px solid #d1d1d1;
}
body.structure .site-header,
body.structure .site-footer,
body.structure .hero,
body.structure .carousel,
body.structure .cta,
body.structure .logos,
body.structure .news-feed,
body.structure .events-feed,
body.structure .two-columns,
body.structure .related-posts,
body.structure .structure {
    position: relative;
}
body.structure .site-header:before,
body.structure .site-footer:before,
body.structure .hero:before,
body.structure .carousel:before,
body.structure .cta:before,
body.structure .logos:before,
body.structure .news-feed:before,
body.structure .events-feed:before,
body.structure .two-columns:before,
body.structure .related-posts:before,
body.structure .structure:before {
    color: #919191;
    position: absolute;
    top: 4px;
    left: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1000;
}
body.structure .site-main {
    min-height: 1em;
}
body.structure .site-main > * {
    border-top: 0;
}