/* Profile Frame */
.profile-frame {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -100px;
    left: 9px;
    width: 458px;
    height: 458px;
    background: #FFF;
    border-radius: 3px;
    }

/* Flash Accents */
.profile-frame .flash-accent {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    }
.profile-frame .flash-accent .eyebrow {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 1rem 3px .5rem;
    font-size: 12px;
    }
.profile-frame .flash-accent .eyebrow:after {
    content: '';
    width: 2rem;
    height: 100%;
    display: block;
    position: absolute;
    left: -1.5rem;
    top: 0;
    -webkit-transform-origin: top-left;
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    z-index: -1;
    }
.ev-block.aside-container {
    overflow: visible;
    }
.ev-block.aside-container aside {
    padding-right: 1.25rem;
    padding-top: 10rem;
    }

/* text-color [light] */
.location,
.divider {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    color: #5F6678;
    }
.divider {
    font-size: 36px;
    color: #D9D9D9;
    }
.link {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    }
.back-link {
    border-top: 1px solid var(--body-border);
    }
.main,
.aside {
    position: relative;
    top: 0;
    }
@media all and (min-width: 960px) {
.big-banner.partner-banner {
    height: 250px;
    min-height: 0;
    }
.aside {
    top: -220px;
    }
}
