.menu {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    /*padding-top: 70px;*/
    background: #fff;
    z-index: 3;
}

.menu-container {
    margin-top: 69px;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.menu-hr {
    margin-bottom: 32px;
}

.menu-section {
    margin-bottom: 32px;
}

.menu-kicker {
    margin-bottom: 8px;
    padding-left: 16px;
    font-size: 11.6px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #8ba566;
}

.story-kicker {
    margin-bottom: 12px;
}

.menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*height: 64px;*/
    margin-bottom: 8px;
    padding-left: 16px;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.menu-link:hover .menu-text {
    opacity: .87;
}

.menu-link:hover .menu-thumbnail {
    opacity: 1;
}

.menu-thumbnail {
    max-width: 40px;
    margin-right: 16px;
    opacity: .75;
}

.menu-thumbnail img {
    width: 100%;
    border-radius: 50%;
    vertical-align: bottom;
}

.menu-text {
    /*font-family: 'Estado Headline';*/
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    opacity: .54;
}