body {
    background-color: #333333;
    font-family: 'Roboto', sans-serif;
    background: #F6F6F6;
}

#top-bar {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 64px;
    font-family: 'Play';
}

#top-bar-social {
    position: relative;
    display: inline-block;
    font-size: 0px;
}

#top-bar-social img {
    width: 40px;
    height: 40px;
    opacity: 0.5;
    margin-left: 5px;
    border: 0px;
}

#top-bar-social img:hover {
    opacity: 1;
}

.top-bar-content {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1000px;
    margin-left: -500px;
}

.top-bar-logo {
    position: absolute;
    left: 16px;
    top: 12px;
}

.top-bar-logo-text {
    position: relative;
    display: inline-block;
    top: -9px
}

.top-bar-right {
    position: absolute;
    top: 12px;
    right: 16px;
}

.content {
    max-width: 1010px;
    font-size: 0px;
    vertical-align: top;
    margin-top: 10px;
    text-align: left;
    display: inline-block;
}

.article {
    background: #FFFFFF;
    display: inline-block;
    margin: 10px;
    width: 480px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.article_media_container {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    background-color: black;
}

.article_media {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.article_title {
    font-weight: 700;
    font-size: 22px;
    padding: 10px 10px 0px 10px;
}

.article_summary {
    font-size: 15px;
    padding: 5px 10px 10px 10px;
    line-height: 22px;
}

.article_call_to_action {
    padding: 10px;
    font-size: 20px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-family: 'Play';
}

.paging {
    width: 480px;
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    font-family: 'Play';
}

@media only screen and (max-width: 1010px) {
    .top-bar-content {
        width: 500px;
        margin-left: -250px;
    }

    .content {
        max-width: 500px;
    }

    .hide_ipad {
        display: none;
    }
}

@media only screen and (max-width: 520px) {
    .top-bar-content {
        width: 320px;
        margin-left: -160px;
    }

    .top-bar-right {
        display: none;
    }

    .content {
        max-width: 320px;
    }

    .hide_ipad {
        display: none;
    }

    .article {
        width: 300px;
    }

    .paging {
        width: 140px;
    }
}

video {
    cursor: pointer;
}
