/* Corner buttons on sliders */

.featured-article-tile__media-wrapper, 
.featured-article-tile__media-wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0.5em;
}

/*  Thin Banners */
.banner-thin {
    border-radius: 0.5em;
}

/* Rich Text Image Blocks - generic - could have other effects*/

.rich-text-output img {
    border-radius: 0.5em;
}

/* MREC sidebar top */

.page-node-type-landing-page .o-layout__sidebar .dfp-tag {
    margin-top: 25px;
    margin-bottom: 0px;
    border-radius: 0.5em!important;
    overflow: hidden!important;
}

.grid-block {
    border: 1px solid #eaeaea;
    border-radius: 0.5em;
    background-color: #fff;
}

/* Tiles */
.designed-tile {
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    border-radius: 0.5em;
}

.designed-tile::before {
    content: '';
    display: block;
    padding-top: 50%;
    padding-bottom: 42px;
    width: 100%;
    background-color: transparent;
}

.designed-tile__main::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    opacity: .3;
    transition-duration: 250ms;
}

.designed-tile__main {
    -ms-flex: 1;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 20px;
    position: relative;
    border-radius: 0.5em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.designed-tile__footer {
    min-height: 42px;
    padding: 0 20px;
    font-size: 14px;
    color: #bbb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    transition-duration: 250ms;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    }

/* Slideshow  */

.featured-article-tile__icon {
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    border-radius: 0.3em;
    border: 0.5px solid black;
    width: 12%;
    max-width: 50px;
    min-width: 40px;
    z-index: 10;
}

/* Slideshow */

.featured-article-tile--article-carousel {
    /* height: 500px; */
    border-radius: 0.5em;
}

/* Latest News / Videos */

.article-tile--stack\@760 .article-tile__icon {
    left: auto;
    right: 0.5em;
    transform: scale(1);
    top: 0.5em;
    border-radius: 0.5em;
}

/* Social Blocks */

.social-block {
    background: #fff;
    padding: 12px 22px;
    border-radius: 0.8em;
}

/* Article Tiles */

.article-tile {
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    transition-duration: 250ms;
    border-radius: 0.5em;
    border-bottom: 1px solid #ccc;
    }

.article-tile--stack .article-tile__body {
    position: relative;
    float: none;
    padding: 30px 0.5em 45px;
    margin-left: 0;
}

.article-tile--expand .article-tile__heading {
    font-size: 18px;
    margin-bottom: .7em;
    min-height: auto;
    max-height: none;
    display: block;
    }

.article-tile--expand .article-tile__timestamp-wrap::after, .pill\@480::after {
    border-radius: 0.3em;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Merch */

.merch-tile {
    width: 100%;
    border: 1px solid #eaeaea;
    background-color: #fff;
    position: relative;
    padding: 30px 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition-property: background-color;
    transition-duration: 250ms;
    border-radius: 0.7em;
}