.m-hero {
    position: relative;
}
.m-hero a{
	text-decoration:none !important;
}
.m-hero {
    position: relative;
}
.m-hero__entry {
	position:relative;
}
.m-hero__entry::before {
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
}
.m-hero.gradient_variant_1 .m-hero__slider:after {
}
.m-hero.gradient_variant_2 .m-hero__slider:after {
}
.m-hero.gradient_variant_3 .m-hero__slider:after {
}
.m-hero.gradient_variant_4 .m-hero__slider:after {
}
.m-hero.gradient_variant_5 .m-hero__slider:after {
}
.m-hero__slider {
    height: 450px;
    position: relative;
    z-index: 50005;
}
.m-hero__slider::before, .m-hero__slider::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.m-hero__slider::after {
    clear: both;
}
.m-hero__slider::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
@media (max-width: 37.5em) {
.m-hero__slider::after {
    opacity: 0.45;
}
}
.m-hero__entry {
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    display: block;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.m-hero__entry:first-child {
    margin-left: 0;
}
@media (max-width: 37.5em) {
.m-hero__entry.center {
    margin: 0 1px;
}
}
.m-hero__entry:hover .m-hero__meta {
    /*background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0.5);*/
}
.m-hero__entry.vox .m-hero__title::before {
    background-image: url("https://cdn0.vox-cdn.com/images/polygon/compass-sprites/sprites-sd8d7f26949.v9e3d347.png");
    background-position: 0 -887px;
    background-repeat: no-repeat;
    content: "";
    height: 14px;
    left: 25px;
    position: absolute;
    top: -15px;
    width: 28px;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__entry.vox .m-hero__title::before {
    background-image: url("https://cdn3.vox-cdn.com/images/polygon/compass-sprites/sprites-2x-sb098f0b514.va9e6536.png");
    background-position: 0 -707px;
    background-size: 150px auto, auto auto;
}
}
.m-hero__entry.verge .m-hero__title::before {
    background-image: url("https://cdn0.vox-cdn.com/images/polygon/compass-sprites/sprites-sd8d7f26949.v9e3d347.png");
    background-position: 0 -421px;
    background-repeat: no-repeat;
    content: "";
    height: 14px;
    left: 25px;
    position: absolute;
    top: -15px;
    width: 83px;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__entry.verge .m-hero__title::before {
    background-image: url("https://cdn3.vox-cdn.com/images/polygon/compass-sprites/sprites-2x-sb098f0b514.va9e6536.png");
    background-position: 0 -495px;
    background-size: 150px auto, auto auto;
}
}
.m-hero__entry.sbn .m-hero__title::before {
    background-image: url("https://cdn0.vox-cdn.com/images/polygon/compass-sprites/sprites-sd8d7f26949.v9e3d347.png");
    background-position: 0 -333px;
    background-repeat: no-repeat;
    content: "";
    height: 14px;
    left: 25px;
    position: absolute;
    top: -15px;
    width: 120px;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__entry.sbn .m-hero__title::before {
    background-image: url("https://cdn3.vox-cdn.com/images/polygon/compass-sprites/sprites-2x-sb098f0b514.va9e6536.png");
    background-position: 0 -302.5px;
    background-size: 150px auto, auto auto;
}
}
.m-hero__meta {
    box-sizing: border-box;
    height: 450px;
    position: relative;
}
.m-hero__meta::before, .m-hero__meta::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.m-hero__meta::after {
    clear: both;
}
.m-hero__title {
    bottom: -10px;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 1.4;
    position: absolute;
    z-index: 26;
}
.m-hero__title a {
    color: hsl(0, 0%, 100%);
    display: inline-block;
    padding: 10px 25px 20px;
    text-align: left;
}
.m-hero__title a:hover {
    color: #bf3538;
}
@media (max-width: 37.5em) {
.m-hero__title a:hover {
    color: hsl(0, 0%, 100%);
}
}
.m-hero__eyebrow {
    font-size: 12px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    width: 50%;
    z-index: 20;
}
.m-hero__eyebrow a {
    color: #ffffff;
    font-size: 14px;
}
.m-hero__eyebrow a:hover {
    color: hsl(0, 0%, 100%);
}
.m-hero__header {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 25px 0;
    position: relative;
    z-index: 26;
}
.m-hero__header::before, .m-hero__header::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.m-hero__header::after {
    clear: both;
}
.m-hero__comment-count, .m-hero__update-count {
    color: hsl(0, 0%, 100%);
    float: right;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 20;
}
.m-hero__comment-count:link, .m-hero__comment-count:active, .m-hero__comment-count:visited, .m-hero__update-count:link, .m-hero__update-count:active, .m-hero__update-count:visited {
    color: hsl(0, 0%, 100%);
}
.m-hero__comment-count:hover {
    color: hsl(341, 100%, 50%);
}
@media (max-width: 37.5em) {
.m-hero__comment-count:hover {
    color: hsl(0, 0%, 100%);
}
}
.m-hero__full-link {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 25;
}
.m-hero.one_hero .m-hero__meta h2, .m-hero.two_heroes .m-hero__meta h2, .m-hero.three_heroes .m-hero__meta h2 {
    font-size: 28px;
    line-height: 1.2;
}
@media (max-width: 68.75em) {
.m-hero.one_hero .m-hero__meta h2, .m-hero.two_heroes .m-hero__meta h2, .m-hero.three_heroes .m-hero__meta h2 {
    font-size: 20px;
}
}
.m-hero.one_hero .m-hero__meta h2 a, .m-hero.two_heroes .m-hero__meta h2 a, .m-hero.three_heroes .m-hero__meta h2 a {
    color: hsl(0, 0%, 100%);
    display: inline-block;
}
.m-hero.one_hero .m-hero__meta h2 a:hover, .m-hero.two_heroes .m-hero__meta h2 a:hover, .m-hero.three_heroes .m-hero__meta h2 a:hover {
    color: hsl(341, 100%, 50%);
}
@media (max-width: 37.5em) {
.m-hero.one_hero .m-hero__meta h2 a:hover, .m-hero.two_heroes .m-hero__meta h2 a:hover, .m-hero.three_heroes .m-hero__meta h2 a:hover {
    color: hsl(0, 0%, 100%);
}
}
.m-hero.one_hero .m-hero__meta:hover, .m-hero.two_heroes .m-hero__meta:hover, .m-hero.three_heroes .m-hero__meta:hover {
    background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0.5);
}
@media (max-width: 37.5em) {
.m-hero.one_hero {
    overflow: hidden;
    width: 100%;
}
.m-hero.one_hero .m-hero__slider {
    width: auto;
}
}
.m-hero.one_hero .m-hero__entry {
    width: 100%;
}
@media (max-width: 37.5em) {
.m-hero.one_hero .m-hero__slider {
    height: 250px;
}
}
.m-hero.two_heroes .m-hero__entry {
    float: left;
    width: 50%;
}
.m-hero.two_heroes .m-hero__entry.entry_2 {
    border-left: 1px solid hsl(0, 0%, 93%);
}
@media (max-width: 37.5em) {
.m-hero.two_heroes .m-hero__slider {
    height: 375px;
}
}
.m-hero.three_heroes .m-hero__entry {
    float: left;
    width: 33.333333333333333%;
}
.m-hero.three_heroes .m-hero__entry.entry_2, .m-hero.three_heroes .m-hero__entry.entry_3 {
    border-left: 1px solid hsl(0, 0%, 93%);
}
@media (max-width: 37.5em) {
.m-hero.three_heroes .m-hero__slider {
    height: 500px;
}
}
.m-hero.three_heroes_right .m-hero__entry {
    float: left;
}
.m-hero.three_heroes_right .m-hero__entry.entry_1 {
    width: 65%;
}
.m-hero.three_heroes_right .m-hero__entry.entry_2, .m-hero.three_heroes_right .m-hero__entry.entry_3 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: hsl(0, 0%, 93%);
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 1px;
    height: 225px;
    width: 35%;
}
.m-hero.three_heroes_right .m-hero__entry.entry_3 {
    border-width: 1px 0 0 1px;
}
.m-hero.three_heroes_right .m-hero__meta.meta_1 .m-hero__title {
    font-size: 36px;
}
.m-hero.three_heroes_right .m-hero__meta.meta_2, .m-hero.three_heroes_right .m-hero__meta.meta_3 {
    height: 225px;
}
.m-hero.three_heroes_right .m-hero__meta.meta_2 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.meta_3 .m-hero__title {
    font-size: 22px;
}
@media (max-width: 68.75em) {
.m-hero.three_heroes_right .m-hero__meta.meta_2 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.meta_3 .m-hero__title {
    font-size: 18px;
}
}
@media (max-width: 37.5em) {
.m-hero.three_heroes_right .m-hero__slider {
    height: 500px;
}
}
.m-hero.four_heroes .m-hero__entry.entry_1 {
    height: 225px;
    width: 100%;
}
.m-hero.four_heroes .m-hero__entry.entry_2, .m-hero.four_heroes .m-hero__entry.entry_3, .m-hero.four_heroes .m-hero__entry.entry_4 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: hsl(0, 0%, 93%);
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: left;
    height: 225px;
    width: 33.333333333333333%;
}
.m-hero.four_heroes .m-hero__entry.entry_2 {
    border-width: 1px 0 0;
}
.m-hero.four_heroes .m-hero__meta {
    height: 225px;
}
.m-hero.four_heroes .m-hero__meta.meta_1 .m-hero__title {
    font-size: 28px;
    padding: 0 10% 40px;
    text-align: center;
    width: 100%;
}
.m-hero.four_heroes .m-hero__meta.meta_2 .m-hero__title, .m-hero.four_heroes .m-hero__meta.meta_3 .m-hero__title, .m-hero.four_heroes .m-hero__meta.meta_4 .m-hero__title {
    font-size: 22px;
}
@media (max-width: 68.75em) {
.m-hero.four_heroes .m-hero__meta.meta_2 .m-hero__title, .m-hero.four_heroes .m-hero__meta.meta_3 .m-hero__title, .m-hero.four_heroes .m-hero__meta.meta_4 .m-hero__title {
    font-size: 18px;
    line-height: 1.25;
}
}
@media (max-width: 37.5em) {
.m-hero.four_heroes .m-hero__slider {
    height: 625px;
}
}
.m-hero.five_heroes .m-hero__entry.entry_1 {
    float: left;
    height: 450px;
    width: 33.333333333333333%;
}
.m-hero.five_heroes .m-hero__entry.entry_2, .m-hero.five_heroes .m-hero__entry.entry_3, .m-hero.five_heroes .m-hero__entry.entry_4, .m-hero.five_heroes .m-hero__entry.entry_5 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: hsl(0, 0%, 93%);
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: left;
    height: 225px;
    width: 33.333333333333333%;
}
.m-hero.five_heroes .m-hero__entry.entry_2 {
    border-width: 1px 0 0 1px;
}
.m-hero.five_heroes .m-hero__meta.meta_1 {
    height: 450px;
}
.m-hero.five_heroes .m-hero__meta.meta_1 .m-hero__title {
    font-size: 28px;
}
@media (max-width: 68.75em) {
.m-hero.five_heroes .m-hero__meta.meta_1 .m-hero__title {
    font-size: 24px;
}
}
.m-hero.five_heroes .m-hero__meta.meta_2, .m-hero.five_heroes .m-hero__meta.meta_3, .m-hero.five_heroes .m-hero__meta.meta_4, .m-hero.five_heroes .m-hero__meta.meta_5 {
    height: 225px;
}
.m-hero.five_heroes .m-hero__meta.meta_2 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_3 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_4 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_5 .m-hero__title {
    font-size: 22px;
}
@media (max-width: 68.75em) {
.m-hero.five_heroes .m-hero__meta.meta_2 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_3 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_4 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_5 .m-hero__title {
    font-size: 18px;
    line-height: 1.25;
}
}
@media (max-width: 37.5em) {
.m-hero.five_heroes .m-hero__slider {
    height: 750px;
}
}
.m-hero.six_heroes .m-hero__entry.entry_1, .m-hero.six_heroes .m-hero__entry.entry_2, .m-hero.six_heroes .m-hero__entry.entry_3, .m-hero.six_heroes .m-hero__entry.entry_4, .m-hero.six_heroes .m-hero__entry.entry_5, .m-hero.six_heroes .m-hero__entry.entry_6 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: hsl(0, 0%, 93%);
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: left;
    height: 225px;
    width: 33.333333333333333%;
}
.m-hero.six_heroes .m-hero__meta.meta_1, .m-hero.six_heroes .m-hero__meta.meta_2, .m-hero.six_heroes .m-hero__meta.meta_3, .m-hero.six_heroes .m-hero__meta.meta_4, .m-hero.six_heroes .m-hero__meta.meta_5, .m-hero.six_heroes .m-hero__meta.meta_6 {
    height: 225px;
}
.m-hero.six_heroes .m-hero__meta.meta_1 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_2 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_3 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_4 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_5 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_6 .m-hero__title {
    font-size: 22px;
}
@media (max-width: 68.75em) {
.m-hero.six_heroes .m-hero__meta.meta_1 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_2 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_3 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_4 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_5 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_6 .m-hero__title {
    font-size: 18px;
    line-height: 1.25;
}
}
@media (max-width: 37.5em) {
.m-hero.six_heroes .m-hero__slider {
    height: 875px;
}
}
@media (max-width: 37.5em) {
.m-hero.one_hero .m-hero__entry.entry_1, .m-hero.two_heroes .m-hero__entry.entry_1, .m-hero.three_heroes .m-hero__entry.entry_1, .m-hero.three_heroes_right .m-hero__entry.entry_1, .m-hero.four_heroes .m-hero__entry.entry_1, .m-hero.five_heroes .m-hero__entry.entry_1, .m-hero.six_heroes .m-hero__entry.entry_1 {
    border-left: 0 none;
    height: 250px;
    width: 100%;
}
.m-hero.one_hero .m-hero__entry.entry_2, .m-hero.one_hero .m-hero__entry.entry_3, .m-hero.one_hero .m-hero__entry.entry_4, .m-hero.one_hero .m-hero__entry.entry_5, .m-hero.one_hero .m-hero__entry.entry_6, .m-hero.two_heroes .m-hero__entry.entry_2, .m-hero.two_heroes .m-hero__entry.entry_3, .m-hero.two_heroes .m-hero__entry.entry_4, .m-hero.two_heroes .m-hero__entry.entry_5, .m-hero.two_heroes .m-hero__entry.entry_6, .m-hero.three_heroes .m-hero__entry.entry_2, .m-hero.three_heroes .m-hero__entry.entry_3, .m-hero.three_heroes .m-hero__entry.entry_4, .m-hero.three_heroes .m-hero__entry.entry_5, .m-hero.three_heroes .m-hero__entry.entry_6, .m-hero.three_heroes_right .m-hero__entry.entry_2, .m-hero.three_heroes_right .m-hero__entry.entry_3, .m-hero.three_heroes_right .m-hero__entry.entry_4, .m-hero.three_heroes_right .m-hero__entry.entry_5, .m-hero.three_heroes_right .m-hero__entry.entry_6, .m-hero.four_heroes .m-hero__entry.entry_2, .m-hero.four_heroes .m-hero__entry.entry_3, .m-hero.four_heroes .m-hero__entry.entry_4, .m-hero.four_heroes .m-hero__entry.entry_5, .m-hero.four_heroes .m-hero__entry.entry_6, .m-hero.five_heroes .m-hero__entry.entry_2, .m-hero.five_heroes .m-hero__entry.entry_3, .m-hero.five_heroes .m-hero__entry.entry_4, .m-hero.five_heroes .m-hero__entry.entry_5, .m-hero.five_heroes .m-hero__entry.entry_6, .m-hero.six_heroes .m-hero__entry.entry_2, .m-hero.six_heroes .m-hero__entry.entry_3, .m-hero.six_heroes .m-hero__entry.entry_4, .m-hero.six_heroes .m-hero__entry.entry_5, .m-hero.six_heroes .m-hero__entry.entry_6 {
    border-left: 0 none;
    height: 125px;
    width: 100%;
}
.m-hero.one_hero .m-hero__meta.meta_1, .m-hero.two_heroes .m-hero__meta.meta_1, .m-hero.three_heroes .m-hero__meta.meta_1, .m-hero.three_heroes_right .m-hero__meta.meta_1, .m-hero.four_heroes .m-hero__meta.meta_1, .m-hero.five_heroes .m-hero__meta.meta_1, .m-hero.six_heroes .m-hero__meta.meta_1 {
    height: 250px;
}
.m-hero.one_hero .m-hero__meta.meta_1 .m-hero__title, .m-hero.two_heroes .m-hero__meta.meta_1 .m-hero__title, .m-hero.three_heroes .m-hero__meta.meta_1 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.meta_1 .m-hero__title, .m-hero.four_heroes .m-hero__meta.meta_1 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_1 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_1 .m-hero__title {
    font-size: 18px;
}
.m-hero.one_hero .m-hero__meta.meta_2, .m-hero.one_hero .m-hero__meta.meta_3, .m-hero.one_hero .m-hero__meta.meta_4, .m-hero.one_hero .m-hero__meta.meta_5, .m-hero.one_hero .m-hero__meta.meta_6, .m-hero.two_heroes .m-hero__meta.meta_2, .m-hero.two_heroes .m-hero__meta.meta_3, .m-hero.two_heroes .m-hero__meta.meta_4, .m-hero.two_heroes .m-hero__meta.meta_5, .m-hero.two_heroes .m-hero__meta.meta_6, .m-hero.three_heroes .m-hero__meta.meta_2, .m-hero.three_heroes .m-hero__meta.meta_3, .m-hero.three_heroes .m-hero__meta.meta_4, .m-hero.three_heroes .m-hero__meta.meta_5, .m-hero.three_heroes .m-hero__meta.meta_6, .m-hero.three_heroes_right .m-hero__meta.meta_2, .m-hero.three_heroes_right .m-hero__meta.meta_3, .m-hero.three_heroes_right .m-hero__meta.meta_4, .m-hero.three_heroes_right .m-hero__meta.meta_5, .m-hero.three_heroes_right .m-hero__meta.meta_6, .m-hero.four_heroes .m-hero__meta.meta_2, .m-hero.four_heroes .m-hero__meta.meta_3, .m-hero.four_heroes .m-hero__meta.meta_4, .m-hero.four_heroes .m-hero__meta.meta_5, .m-hero.four_heroes .m-hero__meta.meta_6, .m-hero.five_heroes .m-hero__meta.meta_2, .m-hero.five_heroes .m-hero__meta.meta_3, .m-hero.five_heroes .m-hero__meta.meta_4, .m-hero.five_heroes .m-hero__meta.meta_5, .m-hero.five_heroes .m-hero__meta.meta_6, .m-hero.six_heroes .m-hero__meta.meta_2, .m-hero.six_heroes .m-hero__meta.meta_3, .m-hero.six_heroes .m-hero__meta.meta_4, .m-hero.six_heroes .m-hero__meta.meta_5, .m-hero.six_heroes .m-hero__meta.meta_6 {
    height: 125px;
}
.m-hero.one_hero .m-hero__meta.meta_2 .m-hero__title, .m-hero.one_hero .m-hero__meta.meta_3 .m-hero__title, .m-hero.one_hero .m-hero__meta.meta_4 .m-hero__title, .m-hero.one_hero .m-hero__meta.meta_5 .m-hero__title, .m-hero.one_hero .m-hero__meta.meta_6 .m-hero__title, .m-hero.two_heroes .m-hero__meta.meta_2 .m-hero__title, .m-hero.two_heroes .m-hero__meta.meta_3 .m-hero__title, .m-hero.two_heroes .m-hero__meta.meta_4 .m-hero__title, .m-hero.two_heroes .m-hero__meta.meta_5 .m-hero__title, .m-hero.two_heroes .m-hero__meta.meta_6 .m-hero__title, .m-hero.three_heroes .m-hero__meta.meta_2 .m-hero__title, .m-hero.three_heroes .m-hero__meta.meta_3 .m-hero__title, .m-hero.three_heroes .m-hero__meta.meta_4 .m-hero__title, .m-hero.three_heroes .m-hero__meta.meta_5 .m-hero__title, .m-hero.three_heroes .m-hero__meta.meta_6 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.meta_2 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.meta_3 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.meta_4 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.meta_5 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.meta_6 .m-hero__title, .m-hero.four_heroes .m-hero__meta.meta_2 .m-hero__title, .m-hero.four_heroes .m-hero__meta.meta_3 .m-hero__title, .m-hero.four_heroes .m-hero__meta.meta_4 .m-hero__title, .m-hero.four_heroes .m-hero__meta.meta_5 .m-hero__title, .m-hero.four_heroes .m-hero__meta.meta_6 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_2 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_3 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_4 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_5 .m-hero__title, .m-hero.five_heroes .m-hero__meta.meta_6 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_2 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_3 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_4 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_5 .m-hero__title, .m-hero.six_heroes .m-hero__meta.meta_6 .m-hero__title {
    font-size: 15px;
}
}
.m-hero__stream-updates, .m-hero__site_group-entries {
    color: hsl(0, 0%, 100%);
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 26;
}
.m-hero__stream-updates li, .m-hero__site_group-entries li {
    line-height: 1.4;
    min-height: 35px;
    padding: 10px 0 0 20px;
    position: relative;
}
.m-hero__stream-updates li::before, .m-hero__site_group-entries li::before {
    background-image: url("https://cdn0.vox-cdn.com/images/polygon/compass-sprites/sprites-sd8d7f26949.v9e3d347.png");
    background-position: 0 -804px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 16px;
    left: 36px;
    position: absolute;
    top: -10px;
    width: 100%;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__stream-updates li::before, .m-hero__site_group-entries li::before {
    background-image: url("https://cdn3.vox-cdn.com/images/polygon/compass-sprites/sprites-2x-sb098f0b514.va9e6536.png");
    background-position: 0 -582px;
    background-size: 150px auto, auto auto;
}
}
.m-hero__stream-updates li:first-child, .m-hero__site_group-entries li:first-child {
    padding: 0 0 0 20px;
}
.m-hero__stream-updates li:first-child::before, .m-hero__site_group-entries li:first-child::before {
    display: none;
}
@media (max-width: 45.5em) {
.m-hero__stream-updates, .m-hero__site_group-entries {
    display: none;
}
}
.m-hero__stream-update-number {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 100;
    height: 100%;
    line-height: 1;
    padding: 4px 0;
    text-align: center;
    width: 40px;
}
.m-hero__stream-update-link:link, .m-hero__stream-update-link:active, .m-hero__stream-update-link:visited {
    color: hsl(0, 0%, 100%);
    display: table-cell;
    font-size: 13px;
    margin: 0 0 0 35px;
    width: 85%;
}
.m-hero__stream-update-link:hover {
    color: hsl(341, 100%, 50%);
}
.m-hero__stream-updates .m-hero__more-updates-link, .m-hero__site_group-entries .m-hero__more-updates-link {
    font-weight: 100;
    min-height: 0;
    padding: 10px 0 0;
    text-align: center;
}
.m-hero__stream-updates .m-hero__more-updates-link::before, .m-hero__site_group-entries .m-hero__more-updates-link::before {
    display: none;
}
.m-hero__more-updates-link a:link, .m-hero__more-updates-link a:visited, .m-hero__more-updates-link a:active {
    color: hsl(0, 0%, 100%);
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.m-hero__more-updates-link a:link:hover, .m-hero__more-updates-link a:visited:hover, .m-hero__more-updates-link a:active:hover {
    color: hsl(341, 100%, 50%);
}
.m-hero.one_hero .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.one_hero .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title, .m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title {
    float: left;
    font-size: 24px;
    margin: 100px 10px 0 5%;
    position: relative;
    text-align: right;
    width: 45%;
}
@media (max-width: 45.5em) {
.m-hero.one_hero .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.one_hero .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title, .m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title {
    text-align: left;
}
}
.m-hero.one_hero .m-hero__meta.entry-type-stream.meta_1 .m-hero__stream-updates, .m-hero.one_hero .m-hero__meta.entry-type-stream.meta_1 .m-hero__site_group-entries, .m-hero.one_hero .m-hero__meta.entry-type-site_group.meta_1 .m-hero__stream-updates, .m-hero.one_hero .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries, .m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__stream-updates, .m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__site_group-entries, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__stream-updates, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries {
    border-left: 1px solid hsl(0, 0%, 93%);
    float: left;
    margin: 100px 0 0 20px;
    width: 45%;
}
.m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title {
    font-size: 24px;
    margin: 0 10px 0 5%;
    padding: 0;
}
@media (max-width: 68.75em) {
.m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title {
    font-size: 24px;
}
}
.m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__stream-updates, .m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__site_group-entries, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__stream-updates, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries {
    margin: 0 0 0 20px;
}
.m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_2 .m-hero__stream-updates, .m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_2 .m-hero__site_group-entries, .m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_3 .m-hero__stream-updates, .m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_3 .m-hero__site_group-entries, .m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_4 .m-hero__stream-updates, .m-hero.four_heroes .m-hero__meta.entry-type-stream.meta_4 .m-hero__site_group-entries, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_2 .m-hero__stream-updates, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_2 .m-hero__site_group-entries, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_3 .m-hero__stream-updates, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_3 .m-hero__site_group-entries, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_4 .m-hero__stream-updates, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_4 .m-hero__site_group-entries {
    display: none;
}
.m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title {
    display: block;
    font-size: 22px;
    margin: 40px auto 0;
    position: relative;
    text-align: center;
    top: inherit;
    width: 100%;
}
@media (max-width: 68.75em) {
.m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title {
    bottom: 0;
    margin: 0;
    position: absolute;
    text-align: left;
}
}
@media (max-width: 37.5em) {
.m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_1 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title {
    font-size: 18px;
}
}
.m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__site_group-entries, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_1 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_1 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries {
    border-top: 1px solid hsl(0, 0%, 93%);
    margin: 0 auto;
    padding: 25px 25px 0;
    width: 80%;
}
@media (max-width: 68.75em) {
.m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_1 .m-hero__site_group-entries, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_1 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_1 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries {
    display: none;
}
}
.m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_2 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_2 .m-hero__site_group-entries, .m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_3 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_3 .m-hero__site_group-entries, .m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_4 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_4 .m-hero__site_group-entries, .m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_5 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-stream.meta_5 .m-hero__site_group-entries, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_2 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_2 .m-hero__site_group-entries, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_3 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_3 .m-hero__site_group-entries, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_4 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_4 .m-hero__site_group-entries, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_5 .m-hero__stream-updates, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_5 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_2 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_2 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_3 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_3 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_4 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_4 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_5 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-stream.meta_5 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_2 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_2 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_3 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_3 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_4 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_4 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_5 .m-hero__stream-updates, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_5 .m-hero__site_group-entries {
    display: none;
}
.m-hero.two_heroes .m-hero__meta.entry-type-stream .m-hero__title, .m-hero.two_heroes .m-hero__meta.entry-type-site_group .m-hero__title, .m-hero.three_heroes .m-hero__meta.entry-type-stream .m-hero__title, .m-hero.three_heroes .m-hero__meta.entry-type-site_group .m-hero__title {
    display: block;
    font-size: 22px;
    margin: 40px auto 20px;
    position: relative;
    text-align: center;
    top: inherit;
    width: 100%;
}
@media (max-width: 68.75em) {
.m-hero.two_heroes .m-hero__meta.entry-type-stream .m-hero__title, .m-hero.two_heroes .m-hero__meta.entry-type-site_group .m-hero__title, .m-hero.three_heroes .m-hero__meta.entry-type-stream .m-hero__title, .m-hero.three_heroes .m-hero__meta.entry-type-site_group .m-hero__title {
    bottom: 0;
    margin: 0;
    position: absolute;
    text-align: left;
}
}
@media (max-width: 37.5em) {
.m-hero.two_heroes .m-hero__meta.entry-type-stream .m-hero__title, .m-hero.two_heroes .m-hero__meta.entry-type-site_group .m-hero__title, .m-hero.three_heroes .m-hero__meta.entry-type-stream .m-hero__title, .m-hero.three_heroes .m-hero__meta.entry-type-site_group .m-hero__title {
    font-size: 18px;
}
}
.m-hero.two_heroes .m-hero__meta.entry-type-stream .m-hero__stream-updates, .m-hero.two_heroes .m-hero__meta.entry-type-stream .m-hero__site_group-entries, .m-hero.two_heroes .m-hero__meta.entry-type-site_group .m-hero__stream-updates, .m-hero.two_heroes .m-hero__meta.entry-type-site_group .m-hero__site_group-entries, .m-hero.three_heroes .m-hero__meta.entry-type-stream .m-hero__stream-updates, .m-hero.three_heroes .m-hero__meta.entry-type-stream .m-hero__site_group-entries, .m-hero.three_heroes .m-hero__meta.entry-type-site_group .m-hero__stream-updates, .m-hero.three_heroes .m-hero__meta.entry-type-site_group .m-hero__site_group-entries {
    border-top: 1px solid hsl(0, 0%, 93%);
    margin: 0 auto;
    padding: 25px;
    width: 80%;
}
@media (max-width: 68.75em) {
.m-hero.two_heroes .m-hero__meta.entry-type-stream .m-hero__stream-updates, .m-hero.two_heroes .m-hero__meta.entry-type-stream .m-hero__site_group-entries, .m-hero.two_heroes .m-hero__meta.entry-type-site_group .m-hero__stream-updates, .m-hero.two_heroes .m-hero__meta.entry-type-site_group .m-hero__site_group-entries, .m-hero.three_heroes .m-hero__meta.entry-type-stream .m-hero__stream-updates, .m-hero.three_heroes .m-hero__meta.entry-type-stream .m-hero__site_group-entries, .m-hero.three_heroes .m-hero__meta.entry-type-site_group .m-hero__stream-updates, .m-hero.three_heroes .m-hero__meta.entry-type-site_group .m-hero__site_group-entries {
    display: none;
}
}
.m-hero.six_heroes .m-hero__stream-updates, .m-hero.six_heroes .m-hero__site_group-entries {
    display: none;
}
.m-hero.one_hero .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title, .m-hero.two_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title, .m-hero.three_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title, .m-hero.six_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__title {
    text-align: left;
}
.m-hero.one_hero .m-hero__meta.entry-type-site_group.meta_1 li, .m-hero.two_heroes .m-hero__meta.entry-type-site_group.meta_1 li, .m-hero.three_heroes .m-hero__meta.entry-type-site_group.meta_1 li, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 li, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 li, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 li, .m-hero.six_heroes .m-hero__meta.entry-type-site_group.meta_1 li {
    min-height: 0;
    padding-left: 0;
}
.m-hero.one_hero .m-hero__meta.entry-type-site_group.meta_1 li::before, .m-hero.two_heroes .m-hero__meta.entry-type-site_group.meta_1 li::before, .m-hero.three_heroes .m-hero__meta.entry-type-site_group.meta_1 li::before, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 li::before, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 li::before, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 li::before, .m-hero.six_heroes .m-hero__meta.entry-type-site_group.meta_1 li::before {
    background: none repeat scroll 0 center hsla(0, 0%, 0%, 0);
    display: none;
}
.m-hero.one_hero .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries, .m-hero.two_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries, .m-hero.three_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries, .m-hero.six_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries {
    border-top: 1px dotted hsla(0, 0%, 100%, 0.4);
    box-sizing: border-box;
    margin: 0 25px;
    padding: 25px 0 0;
    width: auto;
}
.m-hero.one_hero .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries .m-hero__more-updates-link, .m-hero.two_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries .m-hero__more-updates-link, .m-hero.three_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries .m-hero__more-updates-link, .m-hero.three_heroes_right .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries .m-hero__more-updates-link, .m-hero.four_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries .m-hero__more-updates-link, .m-hero.five_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries .m-hero__more-updates-link, .m-hero.six_heroes .m-hero__meta.entry-type-site_group.meta_1 .m-hero__site_group-entries .m-hero__more-updates-link {
    text-align: left;
}
.m-hero__score {
    display: none;
    height: 96px;
    left: 50%;
    margin: -48px 0 0 -43px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-indent: -119988px;
    top: 50%;
    width: 86px;
    z-index: 35;
}
.m-hero__score::before {
    content: "";
    display: none;
    height: 96px;
    position: absolute;
    width: 86px;
}
.m-hero__score.score_10::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -4298px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_10::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -3866px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_15::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -1552px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_15::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -1627px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_20::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -2748px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_20::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -3260px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_25::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -1911px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_25::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -1933px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_30::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -3942px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_30::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -3461px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_35::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -595px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_35::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -912.5px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_40::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -3702px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_40::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -2851px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_45::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -1075px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_45::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -606px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_50::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -2271px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_50::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -2646px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_55::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -355px;

    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_55::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -1014px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_60::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -2149px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_60::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -1727.5px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_65::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -117px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_65::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -199.5px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_70::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -2985px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_70::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -3664px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_75::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -1195px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_75::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -1222px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_80::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -1433px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_80::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -1831.5px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_85::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -477px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_85::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 0;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_90::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -2512px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_90::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -2138.5px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_95::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_95::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -100.5px;
    background-size: 81px auto, auto auto;
}
}
.m-hero__score.score_100::before {
    background-image: url("https://cdn1.vox-cdn.com/images/polygon/compass-sprites/review-sprites-se76d90c05d.v92249d5.png");
    background-position: 0 -2392px;
    background-repeat: no-repeat;
}
@media not all, only screen and (min-resolution: 124.8dpi) {
.m-hero__score.score_100::before {
    background-image: url("https://cdn2.vox-cdn.com/images/polygon/compass-sprites/review-sprites-2x-sb6d2bf2d8d.v2cebad0.png");
    background-position: 0 -2341px;
    background-size: 81px auto, auto auto;
}
}
@media only screen and (max-width: 37.5em) {
.l-header-wrapper {
    border-bottom: 3px solid hsla(270, 20%, 20%, 0.9);
    display: table;
    width: 100%;
}
.l-header-wrapper .m-hero {
    display: table-footer-group;
}
.l-header-wrapper .m-site-nav {
    display: table-header-group;
}
}
button.am-next {
    position: absolute;
    top: 200px;
    right: 0;
}button.am-prev {
    position: absolute;
    top: 200px;
    left: 0;
}
.l-header-wrapper button {
    background: #0077b3;
    border: none;
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    display: none;
}
.l-header-wrapper:hover button {
	display: block;
}