*,
:after,
:before {
    box-sizing: border-box;
    text-decoration: inherit;
    vertical-align: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
html {
    text-size-adjust: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
body {
    overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
sup {
    font-size: smaller;
    position: relative;
    left: 0.05em;
    top: -0.35em;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
[hidden],
audio:not([controls]),
template {
    display: none;
    height: 0;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
button {
    border: 0;
    background: 0 0;
    cursor: pointer;
}
img {
    border: 0;
    max-width: 100%;
}
svg {
    max-height: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
}
code,
kbd,
pre,
samp {
    font-family: monospace;
    overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
del,
s,
strike {
    text-decoration: line-through;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
html {
    font-size: 18px;
}
@media (max-width: 880px) {
    html {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    html {
        font-size: 15px;
    }
}
body {
    font-family: Helvetica, sans-serif;
    background-color: #fff;
    color: #4c4e4d;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    vertical-align: baseline;
}
h1 {
    font-size: calc(1em * 1.2 * 1.2 * 1.2);
}
@media (min-width: 600px) {
    h1 {
        font-size: calc(1em * 1.2 * 1.2 * 1.2 * 1.2);
    }
}
h2 {
    font-size: calc(1em * 1.2 * 1.2);
}
@media (min-width: 600px) {
    h2 {
        font-size: calc(1em * 1.2 * 1.2 * 1.2);
    }
}
h3 {
    font-size: calc(1em * 1.2);
}
@media (min-width: 600px) {
    h3 {
        font-size: calc(1em * 1.2 * 1.2);
    }
}
h4 {
    font-size: 1em;
}
@media (min-width: 600px) {
    h4 {
        font-size: calc(1em * 1.2);
    }
}
h5 {
    font-size: calc(1em * 1.2 / 1.2);
}
@media (min-width: 600px) {
    h5 {
        font-size: 1em;
    }
}
h6 {
    font-size: calc(1em * 1.2 / 1.2 / 1.2);
}
@media (min-width: 600px) {
    h6 {
        font-size: calc(1em * 1.2 / 1.2);
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    margin-bottom: 0.6rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: currentColor;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #333;
}
a {
    color: #4f7177;
}
a:focus,
a:hover {
    color: #333;
}
small {
    font-size: 0.75em;
}
b,
strong {
    font-weight: 700;
}
em,
i {
    font-style: italic;
}
u {
    text-decoration: underline;
}
strike {
    text-decoration: line-through;
}
hr,
ol,
p,
pre,
ul {
    margin-bottom: 1.2rem;
}
blockquote {
    border-left: 2px solid #d1d1d1;
    padding: 1.2rem;
}
::selection {
    background: #fc7655;
}
::-moz-selection {
    background: #fc7655;
}
.l-root {
    background-color: #fff;
}
.l-segment {
    margin: 16px 0 0;
    padding: 16px 16px 0;
}
.l-segment .l-segment {
    padding: 0;
}
.l-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}
.l-hub-wrapper {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1080px;
}
.l-main-content {
    background-color: #fff;
    position: relative;
}
.l-main-content .l-segment:first-of-type {
    margin-top: 0;
}
@media (max-width: 880px) {
    .l-main-content {
        border-left: 0;
        border-right: 0;
    }
}
@media (max-width: 600px) {
    .l-main-content {
        margin-top: 0;
    }
}
@media (min-width: 880px) {
    .l-sidebar-fixed {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .ie9 .l-sidebar-fixed:after {
        clear: both;
        content: "";
        display: table;
    }
    .l-sidebar-fixed:first-child {
        margin-top: 1.56rem;
    }
    .l-sidebar-fixed:last-child {
        margin-bottom: 1.56rem;
    }
    .l-sidebar-fixed > :nth-child(2) {
        margin-left: 1.56rem;
    }
}
@media (min-width: 880px) {
    .l-hub-wrapper .l-sidebar-fixed:first-child {
        margin-top: 0;
    }
    .l-hub-wrapper .l-sidebar-fixed:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 880px) {
    .l-col__main {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        min-width: 0;
    }
    .ie9 .l-col__main {
        float: left;
        width: 60%;
    }
}
@media (min-width: 600px) {
    .l-col__sidebar {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 300px;
        min-width: 0;
    }
    .ie9 .l-col__sidebar {
        float: left;
        width: 300px;
    }
    .l-col__sidebar .chorus-ad-placement iframe {
        margin-top: 0;
    }
}
.l-col__sidebar > * {
    margin-top: 1.2rem;
}
@media (min-width: 600px) {
    .l-col__sidebar > :first-child {
        margin-top: 0;
    }
}
main:focus {
    outline: 0;
}
@media (min-width: 600px) {
    .l-header + main,
    .l-header + span[data-content-admin-id] + main,
    .l-header + style + main {
        margin-top: 64px;
    }
}
.c-entry-content {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    margin: 0 0 1.2rem;
    position: relative;
}
.c-entry-content:after {
    clear: both;
    content: "";
    display: table;
}
.c-entry-content h1,
.c-entry-content h2,
.c-entry-content h3,
.c-entry-content h4,
.c-entry-content h5,
.c-entry-content h6 {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
}
.c-entry-content li,
.c-entry-content p {
    font-size: 18px;
}
.c-entry-content a {
    border-bottom: 1px solid;
    border-bottom-color: transparent;
    color: #fc7655;
}
.c-entry-content a:hover {
    border-bottom-color: transparent;
    color: #333;
}
.c-entry-content a img {
    box-shadow: 0 8px #fff;
}
.c-entry-content iframe {
    border: 0;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.c-entry-content .fb-post,
.c-entry-content .instagram-media,
.c-entry-content .tumblr-embed,
.c-entry-content .twitter-tweet,
.c-entry-content .vine {
    margin: 0 auto;
    margin-bottom: 2.2rem !important;
    margin-top: 2.2rem !important;
}
.c-entry-content .DC-embed-document,
.c-entry-content .fb-video,
.c-entry-content iframe[src*="art19.com"],
.c-entry-content iframe[src*="docs.google.com"],
.c-entry-content iframe[src*="facebook.com"],
.c-entry-content iframe[src*="megaphone.fm"],
.c-entry-content iframe[src*="mrctv.org"],
.c-entry-content iframe[src*="soundcloud.com"],
.c-entry-content iframe[src*="trends.google.com"] {
    margin-bottom: 2.2rem;
}
.c-entry-content .c-image-gallery {
    margin: 2.2rem 0;
}
.c-entry-content .fb-post {
    text-align: center;
    width: 100%;
}
.c-entry-content .fb-post > span {
    max-width: 100%;
}
.c-entry-content ol,
.c-entry-content ul {
    margin-left: 0.6rem;
    padding-left: 1.2rem;
}
.c-entry-content ol > ol,
.c-entry-content ol > ul,
.c-entry-content ul > ol,
.c-entry-content ul > ul {
    margin: 0;
}
.c-entry-content li {
    margin-bottom: 0.6rem;
}
.c-entry-content li > p {
    margin: 1.2rem 0;
}
.c-entry-content .p-pullquote,
.c-entry-content .pullquote,
.c-entry-content .s-share-quote .s-share-quote__text,
.c-entry-content q {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.25;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #5996ad;
    display: block;
    margin-bottom: 1.2rem;
    padding: 0;
}
.c-entry-content .p-pullquote:before,
.c-entry-content .pullquote:before,
.c-entry-content .s-share-quote .s-share-quote__text:before,
.c-entry-content q:before {
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    margin-bottom: 1.2rem;
}
.c-entry-content .p-pullquote:after,
.c-entry-content .pullquote:after,
.c-entry-content .s-share-quote .s-share-quote__text:after,
.c-entry-content q:after {
    content: "";
}
@media (max-width: 728px) {
    .c-entry-content .p-pullquote,
    .c-entry-content .pullquote,
    .c-entry-content .s-share-quote .s-share-quote__text,
    .c-entry-content q {
        font-size: 1.5em;
    }
}
.c-entry-content .p-pullquote,
.c-entry-content .p-pullquote ol,
.c-entry-content .p-pullquote p,
.c-entry-content .p-pullquote ul,
.c-entry-content .pullquote,
.c-entry-content .pullquote ol,
.c-entry-content .pullquote p,
.c-entry-content .pullquote ul,
.c-entry-content .s-share-quote .s-share-quote__text,
.c-entry-content .s-share-quote .s-share-quote__text ol,
.c-entry-content .s-share-quote .s-share-quote__text p,
.c-entry-content .s-share-quote .s-share-quote__text ul,
.c-entry-content q,
.c-entry-content q ol,
.c-entry-content q p,
.c-entry-content q ul {
    line-height: 1.25;
}
.c-entry-content .blockquote,
.c-entry-content .p-blockquote,
.c-entry-content blockquote {
    font-family: Helvetica, sans-serif;
    background-color: transparent;
    border-left: 3px solid #4f7177;
    font-size: 1em;
    font-style: normal;
    font-weight: 100;
    letter-spacing: normal;
    line-height: 1.6;
    margin: 1.2rem 0;
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    text-transform: none;
}
.c-entry-content .blockquote p,
.c-entry-content .p-blockquote p,
.c-entry-content blockquote p {
    font-size: inherit;
}
.c-entry-content .blockquote p:last-child,
.c-entry-content .p-blockquote p:last-child,
.c-entry-content blockquote p:last-child {
    margin-bottom: 0;
}
.c-entry-content blockquote ol {
    margin-left: 2em;
}
.c-entry-content blockquote li:before {
    padding-top: 1px;
    top: -2px;
}
.c-entry-content img {
    max-width: 100%;
    height: auto;
}
.c-entry-content .article-caption,
.c-entry-content .caption {
    font-family: Helvetica, sans-serif;
    border-bottom: 1px solid #d1d1d1;
    color: #626262;
    display: block;
    font-size: 0.75em;
    padding: 8px 0;
    width: 100%;
}
.c-entry-content .article-caption p,
.c-entry-content .caption p {
    font-size: inherit;
    display: inline;
}
@media (min-width: 728px) {
    .c-entry-content .article-caption,
    .c-entry-content .caption {
        margin-left: 0;
        margin-right: 0;
    }
}
.c-entry-content .caption.offset,
.c-entry-content .e-image + .article-caption,
.c-entry-content .e-image + .caption {
    margin-bottom: 1.2rem;
    margin-top: -2.2rem;
}
.c-entry-content .p-scalable-video + .article-caption,
.c-entry-content .p-scalable-video + .caption {
    margin-top: -1.2rem;
    margin-bottom: 1.2rem;
}
.c-entry-content .e-image img {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.c-entry-content .e-image img.c-dynamic-image {
    width: 100%;
}
.c-entry-content .e-image img.c-dynamic-image.lazy-loaded {
    width: auto;
}
.c-entry-content .hidden {
    display: none;
}
.c-entry-content .overflow-wrapper {
    overflow-x: auto;
    width: 100%;
}
@media (min-width: 728px) {
    .c-entry-content .float-right,
    .c-entry-content .right {
        float: right;
        margin-left: 5%;
        width: 45%;
    }
    .c-entry-content .float-right:after,
    .c-entry-content .right:after {
        clear: both;
        content: "";
        display: table;
    }
    .c-entry-content .float-left,
    .c-entry-content .left {
        float: left;
        margin-right: 5%;
        width: 45%;
    }
    .c-entry-content .float-left:after,
    .c-entry-content .left:after {
        clear: both;
        content: "";
        display: table;
    }
}
.c-entry-content hr {
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    margin: 1.2rem auto;
}
.c-entry-content .p-fullbleed-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.c-entry-content [align="right"] {
    margin: 0 0 0.6em 0.6em;
}
.c-entry-content [align="left"] {
    margin: 0 0.6em 0.6em 0;
}
.c-entry-content [align="left"],
.c-entry-content [align="right"] {
    max-width: 60%;
}
@media (max-width: 400px) {
    .c-entry-content [align="left"],
    .c-entry-content [align="right"] {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}
.c-entry-content .align-left,
.c-entry-content .align-right {
    float: left;
    padding: 0 1em 0 0;
    width: 40%;
}
@media (max-width: 600px) {
    .c-entry-content .align-left,
    .c-entry-content .align-right {
        width: 60%;
    }
}
@media (max-width: 400px) {
    .c-entry-content .align-left,
    .c-entry-content .align-right {
        padding: 0;
        width: 100%;
    }
}
.c-entry-content .align-left img,
.c-entry-content .align-right img {
    width: 100%;
}
.c-entry-content .align-right {
    float: right;
    padding: 0 0 0 1em;
}
@media (max-width: 400px) {
    .c-entry-content .align-right {
        padding: 0;
    }
}
.c-entry-content .text-align-left {
    text-align: left;
}
.c-entry-content .text-align-right {
    text-align: right;
}
.c-entry-content .text-align-center {
    text-align: center;
}
.c-entry-content .end:after {
    color: #595b5a;
    content: " \25A0";
}
.c-entry-content p.credit {
    font-style: italic;
    font-size: 0.75em;
}
.c-entry-content:first-child {
    margin-top: 0;
}
.c-entry-content:last-child {
    margin-bottom: 0;
}
.c-entry-content:first-child .e-image {
    margin-top: 0;
}
.c-entry-content__stream,
.c-entry-content__stream:last-child {
    margin-bottom: 1.2rem;
}
.c-entry-content .c-entry-corrections {
    padding-top: 16px;
}
@media (max-width: 600px) {
    .c-entry-content .c-entry-corrections {
        margin: 0 -16px;
    }
}
a,
a svg,
button {
    transition: color 0.1s, background-color 0.1s, fill 0.1s;
}
a:focus,
button:focus {
    outline: thin dotted;
}
.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
* + .sr-only {
    right: 0;
}
.link-skip[href] {
    background: #fff;
    border: 0.25em solid #4f7177;
    color: #4f7177;
    display: block;
    font-size: 1.75em;
    line-height: 1.1;
    opacity: 0;
    padding: 1em;
    position: relative;
    text-align: center;
    transition: opacity 0.2s ease-in;
    z-index: 5000000;
}
.link-skip:focus,
.link-skip:hover {
    opacity: 1;
}
p.m-listicle__credit {
    font-size: 13px;
    margin-bottom: 0;
}
.numbered .m-listicle__social {
    top: 3px;
}
@media (min-width: no-breakpoint-mall) {
    .l-harmony-grid {
        grid-gap: no-spacing-scale-spacing_scale_medium-pace_size5;
        grid-template-columns: [full-start] minmax(calc((1 - 1152px) / 2), 1fr) [main-start] repeat(12, [col-start] 1fr) [main-end] minmax(calc((1 - 1152px) / 2), 1fr) [full-end];
    }
}
.u-block {
    display: block;
}
.u-clearfix:after {
    clear: both;
    content: "";
    display: table;
}
.u-desktop-only {
    display: none;
}
@media (min-width: 880px) {
    .u-desktop-only {
        display: block;
    }
}
@media (min-width: 880px) {
    .u-mobile-only {
        display: none;
    }
}
@media (max-width: 400px) {
    .u-mobile-hidden {
        display: none;
    }
}
.u-list-dot-sep {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.u-list-dot-sep li {
    display: inline-block;
}
.u-list-dot-sep li:after {
    content: "\2022";
    display: inline-block;
    margin: 0 8px;
}
.u-list-dot-sep li:last-child:after {
    content: "";
    margin: 0;
}
.u-relative {
    position: relative;
}
.u-hidden-text {
    display: inline-block;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}
.l-hub-wrapper .m-ad__athena,
.l-hub-wrapper .m-ad__mobile_med_rec_athena,
.l-hub-wrapper .m-ad__native_ad_mobile {
    margin: 0 auto;
    padding: 32px 0;
}
@media (max-width: 600px) {
    .l-hub-wrapper .m-ad__athena,
    .l-hub-wrapper .m-ad__mobile_med_rec_athena,
    .l-hub-wrapper .m-ad__native_ad_mobile {
        margin: 0 auto;
        padding: 16px 0;
    }
}
.e-image--hero + .chorus-ad-placement #div-gpt-ad-mobile_leaderboard > div {
    margin-bottom: 1em;
    margin-top: 0;
}
.c-river .native-ad-linkset-link a,
.m-ad__mobile_article_body a,
.native-ad-latest a,
.native-ad-video a {
    color: currentColor;
}
.c-river .native-ad-linkset-link a:active,
.c-river .native-ad-linkset-link a:hover,
.m-ad__mobile_article_body a:active,
.m-ad__mobile_article_body a:hover,
.native-ad-latest a:active,
.native-ad-latest a:hover,
.native-ad-video a:active,
.native-ad-video a:hover {
    color: inherit;
}
.c-river .native-ad-linkset-link {
    border-bottom: 1px solid #d1d1d1;
    padding: 32px 0;
}
.c-river .native-ad-linkset-title {
    display: block;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    font-size: calc(1em * 1.2 * 1.2 * 1.2);
    margin-bottom: 8px;
}
.c-river .native-ad-linkset-title:hover {
    color: #333;
}
.c-related-list .native-ad-linkset-title {
    display: inline-block;
    margin-right: 8px;
}
.c-related-list .m-ad__right_rail_mobile {
    margin-top: 16px;
}
.l-root .m-ad__collapsed[data-chorus-ads-name="desktop_leaderboard_variable"],
.l-root .m-ad__collapsed[data-chorus-ads-name="tablet_leaderboard"] {
    display: inherit;
}
.c-entry-content .p-button,
.c-entry-content a.p-button,
.c-entry-content button,
.p-button {
    font-family: Helvetica, sans-serif;
    -webkit-appearance: none;
    background-color: #fc7655;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.75em;
    letter-spacing: 0.09em;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: inherit;
}
.c-entry-content .p-button a,
.c-entry-content .p-button a:active,
.c-entry-content .p-button a:hover,
.c-entry-content .p-button a:link,
.c-entry-content .p-button a:visited,
.c-entry-content .p-button:active,
.c-entry-content .p-button:hover,
.c-entry-content .p-button:link,
.c-entry-content .p-button:visited,
.c-entry-content a.p-button a,
.c-entry-content a.p-button a:active,
.c-entry-content a.p-button a:hover,
.c-entry-content a.p-button a:link,
.c-entry-content a.p-button a:visited,
.c-entry-content a.p-button:active,
.c-entry-content a.p-button:hover,
.c-entry-content a.p-button:link,
.c-entry-content a.p-button:visited,
.c-entry-content button a,
.c-entry-content button a:active,
.c-entry-content button a:hover,
.c-entry-content button a:link,
.c-entry-content button a:visited,
.c-entry-content button:active,
.c-entry-content button:hover,
.c-entry-content button:link,
.c-entry-content button:visited,
.p-button a,
.p-button a:active,
.p-button a:hover,
.p-button a:link,
.p-button a:visited,
.p-button:active,
.p-button:hover,
.p-button:link,
.p-button:visited {
    color: #fff;
}
.c-entry-content .p-button svg,
.c-entry-content a.p-button svg,
.c-entry-content button svg,
.p-button svg {
    fill: #fff;
    height: 1.2em;
    margin-right: 4px;
    vertical-align: middle;
    width: 1.2em;
}
.c-entry-content .p-button a:active,
.c-entry-content .p-button a:hover,
.c-entry-content .p-button:active,
.c-entry-content .p-button:focus,
.c-entry-content .p-button:hover,
.c-entry-content a.p-button a:active,
.c-entry-content a.p-button a:hover,
.c-entry-content a.p-button:active,
.c-entry-content a.p-button:focus,
.c-entry-content a.p-button:hover,
.c-entry-content button a:active,
.c-entry-content button a:hover,
.c-entry-content button:active,
.c-entry-content button:focus,
.c-entry-content button:hover,
.p-button a:active,
.p-button a:hover,
.p-button:active,
.p-button:focus,
.p-button:hover {
    background-color: #333;
    color: #fff;
}
.c-entry-content .p-button:focus,
.c-entry-content a.p-button:focus,
.c-entry-content button:focus,
.p-button:focus {
    box-shadow: 0 0 6px 2px #333;
    outline: thin dotted;
}
.c-entry-content .p-button.disabled,
.c-entry-content .p-button:disabled,
.c-entry-content a.p-button.disabled,
.c-entry-content a.p-button:disabled,
.c-entry-content button.disabled,
.c-entry-content button:disabled,
.p-button.disabled,
.p-button:disabled {
    background-color: #d1d1d1;
    color: #666;
    pointer-events: none;
}
hr.p-entry-hr {
    border: 0;
    border-bottom: 3px solid #fc7655;
    margin: 32px 0;
    padding: 0;
    clear: both;
}
body.gallery-full-screen {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.m-user-msg__controls,
.p-badge {
    text-align: center;
}
.p-badge {
    transition: color 0.1s, background-color 0.1s, fill 0.1s;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    background-color: hsla(0, 0%, 100%, 0.9);
    border-radius: 100%;
    color: #595b5a;
    z-index: 300;
}
.p-badge path {
    fill: #4f7177;
}
.p-badge__svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    margin-left: 5%;
    margin-top: 1%;
    width: 40%;
}
.p-badge__inline {
    float: left;
    height: 1em;
    margin-right: 4px;
    position: relative;
    vertical-align: middle;
    width: 1em;
}
.p-badge__overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 75px;
    width: 75px;
}
.c-entry-box:hover .p-badge,
.c-video-breaker__video:hover .p-badge,
.p-badge:hover {
    background-color: #fff;
    color: #333;
}
.c-entry-box:hover .p-badge path,
.c-video-breaker__video:hover .p-badge path,
.p-badge:hover path {
    fill: #333;
}
.p-svg-icon {
    fill: currentColor;
}
.p-page-title {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    border-bottom: 5px solid;
    border-color: #fc7655;
    margin: 16px 0;
    padding-bottom: 8px;
    text-align: center;
}
.p-dek {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    font-size: 1.25em;
    color: #666;
    margin-bottom: 0.6rem;
}
.p-dek a {
    color: #4f7177;
}
.p-alt-head,
.p-breaker-head,
.p-entry-breaker-head,
.p-rock-head {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.3em;
    border-bottom: 4px solid ;
    border-color: #fc7655;
    margin-bottom: 16px;
    padding: 8px 0;
}
.p-alt-head svg,
.p-breaker-head svg,
.p-entry-breaker-head svg,
.p-rock-head svg {
    display: inline-block;
    max-height: 2em;
    padding: 0;
    vertical-align: bottom;
    width: auto;
}
.p-rock-head {
    background-color: transparent;
    color: #4c4e4d;
    text-align: center;
}
.p-rock-head a {
    color: #4f7177;
}
@keyframes hourglass {
    0%,
    80%,
    to {
        box-shadow: 0 2.5em 0 -1.3em rgba(0, 0, 0, 0.4);
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(0, 0, 0, 0.4);
    }
}
.p-rock {
    margin-bottom: 16px;
    position: relative;
}
.p-rock-head svg {
    fill: #595b5a;
}
.p-rock-head__link {
    color: #666;
    font-size: 0.625em;
    position: absolute;
    right: 4px;
    text-transform: uppercase;
    top: 8px;
}
.p-rock-head__link:hover {
    color: #333;
}
.p-rock-head__link:hover svg {
    fill: #333;
}
.p-rock-head__link svg {
    fill: #666;
    height: 0.625em;
    width: 0.625em;
}
iframe[src*="soundcloud.com"]:not([height]) {
    height: 400px;
    width: 100%;
}
.p-large-text,
p.p-large-text {
    font-size: 1.2rem;
}
.l-segment .c-disclaimer {
    color: #626262;
    font-size: 0.75em;
}
.c-byline {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    font-size: 0.8em;
    color: #666;
}
.c-byline__item:before {
    border-left: 1px solid currentColor;
    content: "";
    display: inline-block;
    height: 1.1em;
    margin: 0 0.4em;
    vertical-align: middle;
    width: 2px;
}
.c-byline__item:first-child:before {
    display: none;
}
.c-byline__item a {
    font-weight: 400;
}
.c-byline__additional {
    margin-top: 8px;
}
.c-byline .c-entry-stat--words {
    display: inline-block;
}
.c-byline .c-entry-stat--words a {
    color: currentColor;
}
.c-byline .c-entry-stat--words__unread {
    color: #4f7177;
}
.c-byline .c-entry-stat--words a:hover,
a:hover .c-byline .c-entry-stat--words__unread {
    color: #333;
}
.c-dynamic-image {
    background-position: 50%;
    background-size: cover;
}
.c-dynamic-image img {
    object-fit: cover;
}
.c-dynamic-image--hub {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    background-position: 50%;
    background-size: cover;
}
.c-dynamic-image--hub > :not(.p-badge) {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (min-width: 1208.88889px) {
    .c-dynamic-image--hub {
        height: 680px;
        padding: 0;
    }
}
@media (max-width: 600px) {
    .c-dynamic-image--hub {
        margin: 0 -16px;
        width: auto;
    }
}
@media (min-width: 600px) {
    .c-river:not(.c-river--image-list) .c-entry-group-labels--feature li,
    .c-river:not(.c-river--image-list) .c-entry-group-labels--review li,
    .l-feature .c-entry-group-labels--feature li,
    .l-feature .c-entry-group-labels--review li {
        font-size: 1.2em;
        transform-origin: 0;
    }
}
.c-entry-box {
    position: relative;
    width: 100%;
    z-index: 0;
}
.c-entry-box .c-byline {
    margin: 0.625em 0;
}
@media (max-width: 600px) {
    .c-entry-box__image {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        width: 100%;
    }
    .c-entry-box__image > :not(.p-badge) {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .c-entry-box--feature .c-entry-box__image,
    .c-entry-box--group .c-entry-box__image,
    .c-entry-box--stream .c-entry-box__image {
        height: 100%;
        padding: 0;
    }
    .c-entry-box--feature .c-entry-box__image:after,
    .c-entry-box--group .c-entry-box__image:after,
    .c-entry-box--stream .c-entry-box__image:after {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-entry-box__image {
        height: 0;
        padding-top: 56.25%;
        position: relative;
        width: 100%;
    }
    .c-entry-box__image > * {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .c-entry-box--group .c-entry-box__image,
    .c-entry-box--stream .c-entry-box__image {
        height: 100%;
        padding: 0;
        z-index: 0;
    }
}
@media (max-width: 600px) {
    .c-entry-box--feature .c-entry-box__image-wrapper {
        height: 100%;
        position: absolute;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .c-entry-box--group .c-entry-box__image-wrapper,
    .c-entry-box--stream .c-entry-box__image-wrapper {
        width: 100%;
    }
    .c-entry-box--group .c-entry-box__image-wrapper .p-badge,
    .c-entry-box--stream .c-entry-box__image-wrapper .p-badge {
        display: none;
    }
}
@media (min-width: 600px) {
    .c-entry-box__image-wrapper {
        float: left;
        width: 30%;
    }
    .c-entry-box--group .c-entry-box__image-wrapper {
        top: 0;
    }
}
@media (max-width: 600px) {
    .c-entry-box--feature .c-entry-box__body {
        margin-top: 100px;
        padding: 0 16px 8px;
        position: relative;
    }
    .c-entry-box--feature .c-entry-box__body .c-entry-box__group-list {
        top: -88px;
    }
}
@media (max-width: 600px) and (min-width: 600px) {
    .c-entry-box--feature .c-entry-box__body .c-entry-box__group-list {
        top: 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box__body {
        padding: 0;
    }
    .c-entry-box__body.has-meta {
        padding: 0 0 32px;
    }
    .has-image .c-entry-box__body {
        float: left;
        padding-left: 16px;
        width: 70%;
    }
}
.c-entry-box__group-list {
    margin-bottom: 8px;
    position: relative;
    vertical-align: top;
    z-index: 300;
}
@media (max-width: 600px) {
    .has-image .c-entry-box__group-list {
        left: 8px;
        position: absolute;
        top: 8px;
    }
}
.c-entry-box__community {
    color: #b1b3b1;
    display: block;
    font-size: 0.625em;
    letter-spacing: 0.09em;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.c-entry-box__community a {
    color: currentColor;
}
.c-entry-box__community a:hover {
    color: #333;
}
.c-entry-box__community svg {
    height: 1.2em;
    width: 1.2em;
}
.c-entry-box__title {
    margin-bottom: 8px;
}
@media (min-width: 600px) {
    .c-entry-box--feature .c-entry-box__title {
        color: #4c4e4d;
    }
    .c-entry-box--feature .c-entry-box__title a:hover {
        color: #333;
    }
}
.c-entry-box__blurb {
    display: none;
    font-family: Helvetica, sans-serif;
    font-size: 0.75em;
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .c-entry-box__blurb {
        display: block;
    }
}
@media (min-width: 600px) {
    .c-entry-box__meta {
        bottom: 0;
        position: absolute;
        right: 0;
    }
}
@media (max-width: 600px) {
    .c-entry-box--feature .c-entry-box__meta {
        bottom: 8px;
        left: 16px;
        position: relative;
    }
}
@media (max-width: 600px) {
    .c-entry-box--feature,
    .c-entry-box--stream {
        background-color: #626262;
        color: #fff;
        display: table;
        overflow: hidden;
    }
    .c-entry-box--feature .c-byline,
    .c-entry-box--feature .c-entry-box__body,
    .c-entry-box--feature .c-entry-box__title,
    .c-entry-box--feature .c-entry-stat a,
    .c-entry-box--feature .c-entry-stat button,
    .c-entry-box--feature a,
    .c-entry-box--stream .c-byline,
    .c-entry-box--stream .c-entry-box__body,
    .c-entry-box--stream .c-entry-box__title,
    .c-entry-box--stream .c-entry-stat a,
    .c-entry-box--stream .c-entry-stat button,
    .c-entry-box--stream a {
        color: inherit;
    }
    .c-entry-box--feature a:hover,
    .c-entry-box--stream a:hover {
        color: #4f7177;
    }
}
@media (min-width: 600px) {
    .c-entry-box.sponsored-content:before {
        bottom: -33px;
        top: -33px;
    }
}
@media (max-width: 600px) {
    .c-entry-box--stream .c-entry-box__body {
        padding: 50px 16px 0;
        position: relative;
    }
    .c-entry-box--stream .c-entry-box__date {
        color: #fff;
    }
}
@media (min-width: 600px) {
    .c-entry-box--stream {
        overflow: hidden;
    }
    .c-entry-box--stream .c-entry-box__body {
        margin-left: 30%;
    }
}
@media (min-width: 600px) {
    .c-entry-box__stream-entries a {
        color: #4c4e4d;
        position: relative;
    }
    .c-entry-box__stream-entries a:hover {
        color: #333;
    }
}
@media (min-width: 600px) {
    .c-entry-box__stream-all {
        background-color: transparent;
        margin: 0;
        padding: 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box--group .c-entry-sponsorship {
        float: left;
        margin-right: 30%;
        padding-left: 32px;
        width: 70%;
    }
}
@media (max-width: 600px) {
    .c-entry-box--group {
        color: #fff;
    }
    .c-entry-box--group a {
        color: currentColor;
    }
    .c-entry-box--group a:hover {
        color: #333;
    }
    .c-entry-box--group .p-badge {
        color: #626262;
    }
    .c-entry-box--group .c-byline {
        color: inherit;
    }
}
@media (max-width: 600px) {
    .c-entry-box-group__body {
        display: block;
        text-align: center;
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__entry-title {
        margin-bottom: 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__entries {
        float: left;
        margin: 8px 0 0 30%;
        padding-left: 32px;
        position: static;
        width: 70%;
    }
}
@media (max-width: 600px) {
    .c-entry-box-group__entries {
        display: table;
        left: 0;
        margin: 0;
        overflow-x: scroll;
        padding: 0;
        transition: left 0.2s;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__entry {
        list-style: none;
        padding-bottom: 16px;
    }
    .c-entry-box-group__entry:last-child {
        padding-bottom: 0;
    }
}
@media (max-width: 600px) {
    .c-entry-box-group__entry {
        list-style: none;
        position: relative;
        vertical-align: middle;
        width: 100%;
    }
    .js-active .c-entry-box-group__entry {
        display: table-cell;
    }
}
@media (max-width: 600px) {
    .c-entry-box-group__entry-info {
        margin: 0 auto;
        width: 70%;
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__badge {
        left: 0;
        width: 30%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__title {
        float: left;
        font-size: calc(1em * 1.2 * 1.2);
        margin-bottom: 0;
        margin-left: 30%;
        padding: 0 0 16px 32px;
        width: 70%;
    }
}
@media (max-width: 600px) {
    .js-active .c-entry-box-group__next,
    .js-active .c-entry-box-group__prev {
        display: block;
    }
}
@media (max-width: 600px) {
    .c-entry-box-group__content {
        display: block;
        padding: 32px 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__content {
        position: static;
    }
}
@media (max-width: 600px) {
    .js-active .c-entry-box-group__nav {
        bottom: 16px;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }
}
.active .c-entry-box-group__nav-item-pager {
    background-color: #4f7177;
}
@media (min-width: 728px) {
    .c-entry-box--group-4-up .c-entry-box--compact__body {
        display: flex;
        flex-wrap: wrap;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li {
        flex-basis: 50%;
        flex: 2 46%;
        margin-bottom: 16px;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(odd) {
        margin-right: 8px;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(2n) {
        margin-left: 8px;
    }
}
@media (min-width: 880px) {
    .c-entry-box--group-4-up .c-entry-box--compact__body {
        display: inline-block;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(odd) {
        margin-right: 0;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(2n) {
        margin-left: 0;
    }
}
@media (min-width: 950px) {
    .c-entry-box--group-4-up .c-entry-box--compact__body {
        display: flex;
        flex-wrap: wrap;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li {
        flex-basis: 50%;
        flex: 2 46%;
        margin-bottom: 8px;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(odd) {
        margin-right: 4px;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(2n) {
        margin-left: 4px;
    }
}
@media (min-width: 728px) {
    .c-entry-box--group-4-up__item-image-wrapper {
        position: relative;
        height: 0;
        padding-top: 100%;
        width: 100%;
    }
    .c-entry-box--group-4-up__item-image-wrapper > :not(.p-badge) {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
@media (max-width: 400px) {
    .c-entry-box--group-4-up__topbar .c-entry-box--compact__title {
        font-size: 1.8em;
    }
}
@media (max-width: 400px) {
    .c-entry-box--group-4-up__topbar .c-entry-box--group-4-up__seemore {
        font-size: 0.75em;
    }
}
@media (max-width: 400px) {
    .c-entry-box--group-4-up__topbar .c-entry-sponsorship {
        flex-direction: column;
    }
    .c-entry-box--group-4-up__topbar .c-entry-sponsorship .sg-preamble {
        margin-bottom: 4px;
    }
    .c-entry-box--group-4-up__topbar .c-entry-sponsorship .c-entry-sponsorship--logo {
        margin-left: 0;
    }
}
@media (min-width: 728px) {
    .c-entry-box--group-4-up .c-entry-box-group__title {
        padding: 0 1.2rem;
    }
}
@media (min-width: 600px) {
    .c-river .c-entry-box--fullwidth .c-entry-box__image-wrapper {
        float: none;
        width: 100%;
    }
    .c-river .c-entry-box--fullwidth .c-entry-box__image {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        width: 100%;
    }
    .c-river .c-entry-box--fullwidth .c-entry-box__image > :not(.p-badge) {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .c-river .c-entry-box--fullwidth .c-entry-box__body {
        float: none;
        padding: 16px 32px 32px;
        position: relative;
        width: 100%;
    }
    .c-river .c-entry-box--fullwidth .c-entry-box__group-list {
        margin-bottom: 0;
        position: absolute;
        top: 0;
        transform: translateY(-100%);
    }
    .c-river .c-entry-box--fullwidth .c-entry-box__group-list li {
        margin-bottom: 0;
    }
}
@media (min-width: 600px) {
    .c-river .c-entry-box--content_overlay {
        color: #fff;
        display: table;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__image-wrapper {
        float: none;
        height: 100%;
        position: absolute;
        width: 100%;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__blurb {
        display: none;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__meta {
        bottom: 16px;
        left: 32px;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__image {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__image > :not(.p-badge) {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__image:after {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__body {
        float: none;
        padding: 192px 32px 32px;
        position: relative;
        width: 100%;
    }
    .c-river .c-entry-box--content_overlay .c-byline,
    .c-river .c-entry-box--content_overlay .c-byline a,
    .c-river .c-entry-box--content_overlay .c-entry-box__title,
    .c-river .c-entry-box--content_overlay .c-entry-box__title a,
    .c-river .c-entry-box--content_overlay .c-entry-stat a,
    .c-river .c-entry-box--content_overlay .c-entry-stat button {
        color: inherit;
    }
    .c-river .c-entry-box--content_overlay .c-byline a:hover,
    .c-river .c-entry-box--content_overlay .c-entry-box__title a:hover {
        color: #4f7177;
    }
    .c-river .c-entry-box--content_overlay.has-community {
        margin-bottom: 28px;
    }
    .c-river--three-column .c-entry-box--content_overlay .c-entry-box__image,
    .c-river--two-column .c-entry-box--content_overlay .c-entry-box__image {
        clip-path: none;
    }
    .c-river--three-column .c-entry-box--content_overlay .c-entry-box__image:after,
    .c-river--two-column .c-entry-box--content_overlay .c-entry-box__image:after {
        background-color: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.9) 100%);
        background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.9) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.9) 100%);
    }
    .c-river--three-column .c-entry-box--content_overlay .c-entry-box__body,
    .c-river--two-column .c-entry-box--content_overlay .c-entry-box__body {
        padding-top: 20%;
    }
    .c-river--three-column .c-entry-box--content_overlay .c-disclaimer,
    .c-river--two-column .c-entry-box--content_overlay .c-disclaimer {
        color: #fff;
    }
}
@media (min-width: 600px) {
    .c-entry-box--grid_item .c-entry-box__image-wrapper {
        float: none;
        padding-bottom: 16px;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-entry-box--grid_item .c-entry-box__body {
        float: none;
        padding-left: 0;
        width: 100%;
    }
}
.c-entry-box--compact {
    align-items: flex-start;
    display: flex;
    width: 100%;
}
@media (max-width: 880px) {
    .c-entry-box--compact {
        padding: 8px 0;
    }
}
.c-entry-box--compact .removed-picture {
    padding-bottom: 66.6%;
}
.c-entry-box--compact.c-entry-box--compact--featured .removed-picture {
    padding-bottom: 56%;
}
.c-entry-box--compact.c-entry-box--compact--featured:not(.c-entry-box--compact--hero) {
    flex-direction: column-reverse;
    padding: 0;
    overflow: hidden;
}
.c-entry-box--compact.c-entry-box--compact--pq:not(.c-entry-box--compact--hero) {
    align-items: center;
    padding: 16px 0;
}
@media (max-width: 600px) {
    .c-entry-box--compact.c-entry-box--compact--video:not(.c-entry-box--compact--hero) {
        padding: 0;
    }
}
.c-entry-box--compact__image-wrapper {
    position: relative;
    width: 30%;
}
.c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__image-wrapper {
    width: 100%;
}
.c-entry-box--compact--pq:not(.c-entry-box--compact--hero) .c-entry-box--compact__image-wrapper {
    display: none;
}
.c-entry-box--compact__image-wrapper .c-gifv {
    height: 100%;
    object-fit: cover;
    font-family: object-fit\: cover;
}
@media (max-width: 600px) {
    .c-entry-box--compact--video:not(.c-entry-box--compact--hero) .c-entry-box--compact__image-wrapper {
        width: 100%;
        overflow: hidden;
    }
}
@media (max-width: 600px) {
    .c-entry-box--compact.c-entry-box--compact .p-badge__overlay {
        height: 45px;
        width: 45px;
        font-size: 0.75em;
    }
    .c-entry-box--compact.c-entry-box--compact--hero .c-dynamic-image,
    .c-entry-box--compact.c-entry-box--compact--hero .c-entry-box--compact__image,
    .c-entry-box--compact.c-entry-box--compact--hero .c-picture {
        height: 100%;
        width: 100%;
    }
}
.c-entry-box--compact .c-dynamic-image__bg-image,
.c-entry-box--compact.c-entry-box--compact--hero .c-dynamic-image__bg-image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.c-entry-box--compact .p-badge {
    z-index: 3;
}
.c-entry-box--compact .c-dynamic-image,
.c-entry-box--compact .c-entry-box--compact__image,
.c-entry-box--compact .c-picture {
    z-index: 2;
}
@media (max-width: 600px) {
    .c-entry-box--compact .c-dynamic-image,
    .c-entry-box--compact .c-entry-box--compact__image,
    .c-entry-box--compact .c-picture {
        position: relative;
    }
}
.c-entry-box--compact .c-video-embed__on-demand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.c-entry-box--compact .c-video-embed__on-demand.activated {
    z-index: 4;
    background-color: #000;
}
.c-entry-box--compact__image {
    position: relative;
    height: 0;
    padding-top: 66.66667%;
    width: 100%;
}
.c-entry-box--compact__image > :not(.p-badge) {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-entry-box--compact__image svg {
    display: block;
    padding: 10% 25%;
    width: 100%;
}
@media (min-width: 600px) {
    .c-entry-box--compact__image {
        padding-top: 56.25%;
    }
}
@media (max-width: 600px) {
    .c-entry-box--compact--video:not(.c-entry-box--compact--hero) .c-entry-box--compact__image {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        width: 100%;
    }
    .c-entry-box--compact--video:not(.c-entry-box--compact--hero) .c-entry-box--compact__image > :not(.p-badge) {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
.c-entry-box--compact__body {
    flex-grow: 1;
    padding: 0 8px;
    width: 70%;
}
@media (min-width: 880px) {
    .c-entry-box--compact__body {
        padding: 16px;
    }
}
@media (max-width: 600px) {
    .c-entry-box--compact--video:not(.c-entry-box--compact--hero) .c-entry-box--compact__body {
        padding: 8px;
        width: 100%;
    }
}
.c-entry-box--compact__body .c-entry-box--compact__package-illustration {
    max-height: 65px;
}
@media (max-width: 600px) {
    .c-entry-box--compact__body .c-entry-box--compact__package-illustration {
        display: none;
    }
}
.c-entry-box--compact__title {
    font-size: 0.9em;
    margin-bottom: 0.3rem;
}
@media (min-width: 600px) {
    .c-entry-box--compact__title {
        font-size: 1.1em;
    }
}
.c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__title {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    font-size: 2em;
}
@media (min-width: 600px) {
    .c-entry-box--compact__dek {
        display: block;
        font-size: 0.75em;
        line-height: 1.4;
        font-style: normal;
    }
}
@media (min-width: 880px) {
    .c-entry-box--compact__numeric-order {
        margin: 16px 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box--compact--fanshot {
        flex-direction: row;
    }
}
@media (max-width: 600px) {
    .c-entry-box--compact--fanshot .c-entry-box--compact__body {
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-entry-box--compact__fanshot-label {
        align-items: center;
        padding: 0;
        width: 30%;
    }
}
@media (min-width: 880px) {
    .c-entry-box--compact__fanshot-label {
        padding: 16px 0 0;
    }
}
c-entry-box--compact--alt_comments .c-compact-river .c-entry-box--compact__image-wrapper .p-badge {
    height: 45px;
    width: 45px;
    font-size: 0.75em;
}
.c-entry-box--compact--package_landing.c-entry-box--compact--hero .c-entry-box--compact__dek {
    display: none;
}
.c-compact-river .c-entry-box--compact--package_landing {
    background: #f1f3f2;
    padding: 0;
    margin-bottom: 8px;
    flex-direction: row-reverse;
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__image-wrapper {
    align-self: stretch;
    min-height: 150px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 50%;
}
@media (min-width: 600px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__image-wrapper {
        min-height: 250px;
    }
}
@media (min-width: 880px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__image-wrapper {
        min-height: 300px;
    }
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__image-wrapper .c-entry-box--compact__image,
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__image-wrapper img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body {
    align-self: center;
    padding: 8px;
    width: 50%;
    padding: 1.2em 8px;
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__title {
    font-size: 1.1em;
}
@media (min-width: 600px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__title {
        font-size: 1.4em;
    }
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__title a {
    color: #4f7177;
}
@media (max-width: 600px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__dek {
        display: block;
    }
}
@media (min-width: 880px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body {
        padding: 16px;
    }
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__dek,
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__package_landing_link {
    font-size: 10px;
}
@media (min-width: 880px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__dek,
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__package_landing_link {
        font-size: 12px;
    }
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__dek a,
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__package_landing_link a {
    padding-bottom: 2px;
    border-bottom: 1px solid #4f7177;
}
@media (min-width: 880px) {
    .l-hero .c-entry-box--compact.c-entry-box--compact--hero .c-entry-box--compact__body .c-entry-box--compact__package_landing_link {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    .c-entry-box--compact--group__body li:nth-child(3) {
        display: none;
    }
}
.c-entry-box--compact--hero .c-entry-box--compact--group__body {
    padding: 16px 8px;
}
.c-entry-box--compact--hero .c-entry-box--compact--group__body .c-entry-box--compact__body {
    padding: 0 8px;
    text-align: left;
}
@media (min-width: 880px) {
    .c-entry-box--compact--hero .c-entry-box--compact--group__body .c-entry-box--compact__body {
        padding-left: 24px;
    }
}
@media (min-width: 880px) {
    .c-entry-box--compact--group h2 {
        padding: 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box--compact--group.c-entry-box--compact--hero h2 {
        width: 45%;
    }
}
@media (min-width: 880px) {
    .c-entry-box--compact--group.c-entry-box--compact--hero h2 {
        width: 30%;
    }
}
.e-image {
    margin: 2.2rem 0;
}
.e-image .c-dynamic-image,
.e-image img,
.e-image__image {
    display: block;
    margin-bottom: 0;
    width: 100%;
}
.e-image .c-dynamic-image.lazy-loaded,
.e-image img.lazy-loaded,
.e-image__image.lazy-loaded {
    max-width: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.e-image__meta {
    font-family: Helvetica, sans-serif;
    border-bottom: 1px solid #d1d1d1;
    color: #626262;
    display: block;
    font-size: 0.75em;
    width: 100%;
    padding: 8px 0;
}
.e-image__meta p {
    font-size: inherit;
    display: inline;
}
@media (min-width: 728px) {
    .e-image__meta {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 600px) {
    .e-image__meta {
        border-bottom: 1px solid #d1d1d1;
    }
}
.e-image figcaption,
.e-image__meta-caption {
    display: inline;
}
.e-image figcaption + cite:before,
.e-image__meta-caption + cite:before {
    display: inline-block;
    padding: 0 5px 0 3px;
    content: "|";
}
.e-image cite,
.e-image__meta-cite {
    display: inline;
    opacity: 0.75;
}
.e-image__scale {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
}
.e-image__scale > :not(.p-badge) {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.e-image__scale img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.e-image--hero {
    margin-bottom: 32px;
    margin-top: 0;
}
@media (max-width: 880px) {
    .e-image--hero {
        margin: 0 -16px 32px;
    }
    .e-image--hero .e-image__meta {
        padding: 8px;
    }
}
.e-image__inner {
    display: block;
    position: relative;
}
@media (min-width: 728px) {
    .c-float-left .e-image,
    .c-float-right .e-image,
    .float-left .e-image,
    .float-right .e-image,
    .left .e-image,
    .right .e-image {
        margin-top: 0;
        margin-bottom: 2px;
    }
}
.c-page-title {
    color: #4c4e4d;
    padding-top: 0.6rem;
}
@media (min-width: 600px) {
    .c-page-title {
        font-size: 2.5em;
    }
}
.c-entry-hero {
    margin: 0 0 1.2rem;
    position: relative;
}
.c-entry-hero__image .c-gifv {
    height: 100%;
    object-fit: cover;
    font-family: object-fit\: cover;
}
.c-entry-hero__image .c-picture {
    height: 100%;
}
.c-entry-hero__image .c-picture img {
    height: 100%;
    object-fit: cover;
    font-family: object-fit\: cover;
}
.c-entry-hero.has-minimal-nav {
    margin-top: -16px;
}
.has-breaking-news .c-entry-hero.has-minimal-nav {
    margin-top: 0;
}
.c-entry-hero--default .c-entry-group-labels {
    display: inline-block;
    max-width: 90%;
}
.c-entry-hero--default .c-entry-group-labels__item--stream {
    color: #4c4e4d;
    margin-right: 4px;
    padding: 0;
}
.c-entry-hero--default .c-entry-group-labels__item--stream:before {
    background: 0 0;
}
.c-entry-hero--default .c-entry-group-labels__item--stream:hover {
    color: currentColor;
}
.c-entry-hero--default .c-entry-group-labels__item--stream:hover:before {
    background: 0 0;
}
.c-entry-hero--default .p-dek {
    max-width: 798px;
}
@media (min-width: 600px) {
    .c-entry-hero__header-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .ie9 .c-entry-hero__header-wrap:after {
        clear: both;
        content: "";
        display: table;
    }
    .c-entry-hero--default .c-page-title {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
    }
    .ie9 .c-entry-hero--default .c-page-title {
        float: left;
        width: 90%;
    }
    .c-entry-hero__meta {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        padding: 8px 0 0 16px;
    }
    .ie9 .c-entry-hero__meta {
        float: left;
        width: 10%;
    }
}
@media (max-width: 600px) {
    .c-entry-hero__meta {
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(-100%);
    }
    .c-entry-hero__header-wrap {
        position: relative;
    }
}
.c-entry-hero .c-disclaimer--entry {
    margin-bottom: 16px;
}
.c-entry-hero__logo {
    display: block;
    left: 16px;
    position: absolute;
    top: 16px;
    z-index: 900;
}
@media (min-width: 950px) {
    .c-entry-hero__logo {
        left: 36px;
        top: 36px;
    }
}
.c-entry-hero__logo svg {
    height: 40px;
    max-width: 100px;
    max-height: inherit;
}
@media (min-width: 950px) {
    .c-entry-hero__logo svg {
        height: 50px;
    }
}
@media (min-width: 600px) {
    .c-entry-hero__logo svg {
        max-width: 150px;
    }
}
.c-entry-hero__logo img {
    max-height: 100px;
    width: 100px;
}
@media (min-width: 600px) {
    .c-entry-hero__logo img {
        max-height: 175px;
        width: 175px;
    }
}
.c-entry-hero__logo-locale {
    color: #4c4e4d;
    display: block;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1;
    text-transform: uppercase;
}
.image-dark .c-entry-hero__logo-locale {
    color: #fff;
}
.image-light .c-entry-hero__logo-locale {
    color: #4c4e4d;
}
.c-entry-hero--unison-above .c-entry-hero__header {
    margin-bottom: 2.2rem;
}
.c-entry-hero__container {
    position: relative;
}
.c-entry-hero--feature {
    margin: 0;
}
.c-entry-hero--feature .c-page-title {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    color: #4c4e4d;
    padding: 0;
}
@media (max-width: 762px) {
    .c-entry-hero--feature .c-page-title {
        font-size: 2.5em;
    }
}
@media (max-width: 950px) {
    .c-entry-hero--feature .c-page-title {
        color: #4c4e4d;
    }
}
.c-entry-hero--feature .e-image {
    margin: 0 0 1.2rem;
}
@media (min-width: 1162px) {
    .c-entry-hero--feature .e-image {
        margin: 0 0 0.6rem;
    }
}
.c-entry-hero--feature .c-entry-hero__content {
    padding-top: 0;
    position: relative;
    width: inherit;
    z-index: 1;
}
.c-entry-hero--feature .e-image__meta {
    border-bottom: 0;
    padding: 8px 16px 0;
    text-align: left;
}
@media (min-width: 1162px) {
    .c-entry-hero--feature .e-image__meta {
        hyphens: auto;
        overflow-wrap: break-word;
        padding: 8px 8px 0;
        word-wrap: break-word;
    }
}
.c-entry-hero--feature .c-entry-group-labels {
    margin-bottom: 0.6rem;
}
@media (min-width: 1162px) {
    .c-entry-hero--feature .c-entry-group-labels {
        margin-bottom: 1.2rem;
    }
}
.c-entry-hero--feature .c-entry-group-labels__image {
    display: inline-block;
}
.c-entry-hero--feature.c-entry-hero--unison-above-impact .c-entry-hero__content,
.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content {
    margin-left: 16px;
    margin-right: 16px;
    max-width: inherit;
}
.c-entry-hero--feature.c-entry-hero--unison-above-impact .c-page-title,
.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-page-title {
    text-transform: uppercase;
    font-size: 68px;
}
@media (min-width: 950px) {
    .c-entry-hero--feature.c-entry-hero--unison-above-impact .c-page-title,
    .c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-page-title {
        font-size: 86px;
    }
}
.c-entry-hero--feature.c-entry-hero--unison-above-impact .c-entry-hero__content {
    margin-top: 16px;
}
@media (min-width: 1162px) {
    .c-entry-hero--unison-default.has-labels .e-image,
    .c-entry-hero--unison-short.has-labels .e-image {
        margin: 0;
    }
    .c-entry-hero--unison-default .c-entry-group-labels,
    .c-entry-hero--unison-short .c-entry-group-labels {
        margin-bottom: 8px;
        margin-top: 16px;
        position: relative;
    }
}
@media (min-width: 600px) {
    .c-entry-hero--unison-above .c-entry-hero__content,
    .c-entry-hero--unison-above-impact .c-entry-hero__content {
        text-align: center;
    }
    .c-entry-hero--unison-above .c-byline,
    .c-entry-hero--unison-above .c-entry-summary,
    .c-entry-hero--unison-above .c-page-title,
    .c-entry-hero--unison-above-impact .c-byline,
    .c-entry-hero--unison-above-impact .c-entry-summary,
    .c-entry-hero--unison-above-impact .c-page-title {
        margin-bottom: 1.2rem;
    }
    .c-entry-hero--unison-above .c-entry-group-labels li,
    .c-entry-hero--unison-above-impact .c-entry-group-labels li {
        transform-origin: center;
    }
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
}
@media (min-width: 600px) {
    .c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay,
    .c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact {
        margin-bottom: 32px;
    }
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-hero__image,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__image {
    height: 100%;
    position: absolute;
    width: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .e-image,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .e-image {
    height: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .e-image__inner,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .e-image__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .e-image__image,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .e-image__image {
    height: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .e-image__image:after,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .e-image__image:after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .e-image__meta,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .e-image__meta {
    position: absolute;
    top: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-picture img,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-picture img {
    height: 100%;
    position: absolute;
    width: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-byline,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-sponsorship,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-page-title,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .p-dek,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-byline,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-sponsorship,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-page-title,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .p-dek {
    color: #fff;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-byline a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-sponsorship a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-page-title a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .p-dek a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-byline a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-sponsorship a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-page-title a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .p-dek a {
    color: #a4d2e7;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-byline a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-sponsorship a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-page-title a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .p-dek a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-byline a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-sponsorship a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-page-title a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .p-dek a:hover {
    color: #4f7177;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-hero__content,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content {
    align-items: center;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
    min-height: 500px;
    padding: 100px 16px;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-hero__content > *,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content > * {
    max-width: 100%;
}
@media (min-width: 600px) {
    .c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-hero__content,
    .c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content {
        min-height: 700px;
    }
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-group-labels li,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-group-labels li {
    margin-bottom: 0.6rem;
    transform-origin: center;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content {
    justify-content: flex-end;
    padding: 80px 0 16px;
}
@media (min-width: 950px) {
    .c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content {
        padding-bottom: 36px;
    }
}
.c-entry-hero--unison-short {
    text-align: center;
}
.c-entry-hero--unison-short .c-entry-group-labels li {
    transform-origin: center;
}
.c-entry-hero--unison-short .e-image__image {
    position: relative;
    height: 0;
    padding-top: 40%;
    width: 100%;
    overflow: hidden;
}
.c-entry-hero--unison-short .e-image__image > :not(.p-badge) {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-entry-hero--unison-above .e-image__image,
.c-entry-hero--unison-default .e-image__image {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    overflow: hidden;
}
.c-entry-hero--unison-above .e-image__image > :not(.p-badge),
.c-entry-hero--unison-default .e-image__image > :not(.p-badge) {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-entry-hero .c-byline__additional {
    font-style: italic;
}
.c-entry-hero--unison-split-left,
.c-entry-hero--unison-split-right {
    background-color: #e9e7e8;
    color: #4c4e4d;
    display: flex;
    flex-direction: column;
    max-width: auto;
}
.c-entry-hero--unison-split-left .c-byline,
.c-entry-hero--unison-split-left .c-entry-sponsorship,
.c-entry-hero--unison-split-left .c-page-title,
.c-entry-hero--unison-split-left .p-dek,
.c-entry-hero--unison-split-right .c-byline,
.c-entry-hero--unison-split-right .c-entry-sponsorship,
.c-entry-hero--unison-split-right .c-page-title,
.c-entry-hero--unison-split-right .p-dek {
    color: #4c4e4d;
}
@media (min-width: 950px) {
    .c-entry-hero--unison-split-left,
    .c-entry-hero--unison-split-right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 36px 1fr;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__logo,
    .c-entry-hero--unison-split-right .c-entry-hero__logo {
        position: static;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__image,
    .c-entry-hero--unison-split-right .c-entry-hero__image {
        position: relative;
        z-index: 3;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__image .c-gifv,
    .c-entry-hero--unison-split-right .c-entry-hero__image .c-gifv {
        height: 100%;
    }
}
@media (min-width: 950px) and (min-width: 950px) {
    .c-entry-hero--unison-split-left .c-entry-hero__image .c-gifv,
    .c-entry-hero--unison-split-right .c-entry-hero__image .c-gifv {
        height: 50vw;
    }
}
@media (min-width: 950px) {
    .c-entry-hero--unison-split-left .c-entry-hero__content,
    .c-entry-hero--unison-split-right .c-entry-hero__content {
        grid-row-start: 2;
        align-self: center;
        max-width: none;
    }
    .c-entry-hero--unison-split-left .e-image,
    .c-entry-hero--unison-split-right .e-image {
        margin-bottom: 0;
    }
    .c-entry-hero--unison-split-left .e-image__meta,
    .c-entry-hero--unison-split-right .e-image__meta {
        position: absolute;
        max-width: 130px;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__content,
    .c-entry-hero--unison-split-right .c-entry-hero__content {
        padding: 36px;
    }
}
@media (min-width: 1100px) {
    .c-entry-hero--unison-split-left .e-image__meta,
    .c-entry-hero--unison-split-right .e-image__meta {
        max-width: 200px;
    }
}
.c-entry-hero--unison-split-right {
    flex-direction: column-reverse;
}
.c-entry-hero--unison-split-right .c-entry-hero__logo {
    align-self: start;
    order: 1;
    position: static;
    padding: 16px 16px 0;
}
@media (max-width: 950px) {
    .c-entry-hero--unison-split-right .c-entry-hero__logo .c-entry-hero__logo-locale {
        text-align: left;
    }
}
@media (min-width: 950px) {
    .c-entry-hero--unison-split-right .c-entry-hero__logo {
        grid-column-start: 1;
        grid-row-start: 2;
        padding: 0 0 0 36px;
    }
    .c-entry-hero--unison-split-right .c-entry-hero__content {
        grid-column-start: 1;
    }
    .c-entry-hero--unison-split-right .c-entry-hero__image {
        grid-column-start: 2;
        grid-row-start: 1;
        grid-row-end: 3;
        align-self: center;
    }
    .c-entry-hero--unison-split-right .e-image__meta {
        right: 0;
        left: auto;
        position: absolute;
    }
}
.c-entry-hero--unison-split-left .e-image__meta {
    right: auto;
    left: 0;
}
@media (min-width: 1162px) {
    .c-entry-hero--unison-split-left .e-image__meta {
        position: absolute;
        right: 0;
    }
}
@media (min-width: 950px) {
    .c-entry-hero--unison-split-left .c-entry-hero__logo {
        grid-column-start: 1;
        grid-row-start: 2;
        padding: 0 0 0 36px;
        left: 0;
        position: relative;
        top: 0;
        z-index: 4;
        align-self: start;
        justify-self: start;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__content {
        grid-column-start: 2;
        grid-row-start: 2;
        align-self: center;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__image {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        align-self: center;
    }
}
.c-entry-hero--content-overlap {
    margin-bottom: 1em;
}
.c-entry-hero--content-overlap .e-image {
    margin-bottom: 0.6rem;
}
.c-entry-hero--content-overlap .e-image__meta {
    right: 0;
    left: auto;
}
@media (min-width: 1162px) {
    .c-entry-hero--content-overlap .e-image__meta {
        position: absolute;
    }
}
@media (min-width: 1024px) {
    .c-entry-hero--content-overlap .c-entry-hero__content {
        background-color: #fff;
        bottom: 0;
        display: block;
        left: 0;
        max-width: 80%;
        padding: 8px 16px 0 0;
        position: absolute;
    }
    .c-entry-hero--content-overlap .c-entry-hero__content .c-page-title {
        font-size: calc(1em * 1.2 * 1.2 * 1.2);
        margin-bottom: 0;
    }
}
.c-footer {
    background-color: #e9e7e8;
    color: #4c4e4d;
    padding-top: 16px;
    border-top: 6px solid #fc7655;
}
.c-footer a {
    color: #fc7655;
    vertical-align: baseline;
}
.c-footer a:hover {
    color: #333;
}
.c-footer__wrapper {
    display: block;
    text-align: center;
}
.c-footer__section {
    font-size: 0.75em;
    padding: 8px 16px;
}
.c-footer__logo-link {
    vertical-align: middle;
}
.c-footer .u-list-dot-sep {
    margin: 0 0 8px;
    padding: 0;
}
.c-footer__copyright {
    margin-top: 16px;
}
.c-footer__vox-logo {
    width: 100%;
    max-width: 150px;
}
.c-footer__vox-logo path,
.c-footer__vox-logo polygon,
.c-footer__vox-logo rect {
    fill: #fff;
}
@media (min-width: 600px) {
    .c-footer__vox-logo {
        max-width: 150px;
        padding-top: 16px;
    }
}
.c-footer__partner-logo {
    max-width: 150px;
    padding: 16px 0 0;
    width: 100%;
}
@media (max-width: 728px) {
    .c-footer__partner-logo {
        margin: 0 auto;
    }
}
.c-footer__status a:before {
    content: ".";
    display: block;
    height: 1px;
    overflow: hidden;
    width: 1px;
}
.c-footer .c-disclaimer {
    margin-bottom: 8px;
}
@media (max-width: 728px) {
    .c-footer__section-logo img,
    .c-footer__section-logo svg {
        max-height: 120px;
        max-width: 250px;
    }
}
@media (min-width: 728px) {
    .c-footer__wrapper {
        display: table;
        padding: 16px 0;
        width: 100%;
    }
    .c-footer__section {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }
    .c-footer__section-vox {
        text-align: right;
        width: 290px;
    }
    .c-footer__section-logo {
        text-align: center;
        vertical-align: middle;
        width: 200px;
    }
    .c-footer__logo-svg {
        max-height: 120px;
        max-width: 120px;
    }
}
@media (min-width: 1024px) {
    .c-footer__section-logo {
        text-align: left;
    }
    .c-footer__section-vox {
        text-align: right;
    }
    .c-footer__section-vox a {
        margin-bottom: 8px;
    }
}
.c-footer .c-footer__section--auth a {
    display: inline-block;
    margin-left: 3px;
}
.c-footer .c-footer__section--auth a:before {
    content: "\2022";
    display: inline-block;
    margin-right: 7px;
}
.c-footer .c-footer__section--auth a:first-child:before {
    content: "";
}
.c-footer__community .c-footer__section-logo {
    text-align: center;
}
.c-footer__community .c-footer__section-logo img,
.c-footer__community .c-footer__section-logo svg {
    max-width: 200px;
}
.c-footer__community .c-footer__section-logo svg {
    height: 120px;
}
@media (min-width: 1024px) {
    .c-footer__community .c-footer__section-logo {
        width: 300px;
    }
}
.c-footer__community .c-footer__section-links {
    font-size: 0.9em;
}
@media (min-width: 728px) {
    .c-footer__community .c-footer__section-links ul {
        list-style-type: none;
    }
    .c-footer__community .c-footer__section-links li {
        display: block;
    }
    .c-footer__community .c-footer__section-links li:after {
        display: none;
    }
}
@media (min-width: 728px) {
    .c-footer__community .c-footer__section-links {
        padding-left: 16px;
        width: 200px;
    }
}
@media (max-width: 728px) {
    .c-footer__community .c-footer__section-links {
        margin-bottom: 16px;
    }
}
@media (min-width: 1024px) {
    .c-footer__community .c-footer__section-links {
        width: 300px;
    }
}
.c-footer__community .c-footer__network-logo img,
.c-footer__community .c-footer__network-logo svg {
    max-width: 250px;
    max-height: 30px;
    margin-bottom: 16px;
    overflow: visible;
}
.c-footer__community .c-footer__section-copy {
    text-align: right;
}
.c-footer__community .c-footer__wrapper:nth-child(2) {
    font-size: 0.8em;
    border-top: 1px solid #4c4e4d;
}
.c-footer__corporate {
    background-color: #000;
    color: #4c4e4d;
}
.c-footer__corporate .l-col__main,
.c-footer__corporate .l-col__sidebar {
    padding: 0 1.2rem;
}
@media (min-width: 880px) {
    .c-footer__corporate .l-sidebar-fixed {
        display: block;
    }
    .c-footer__corporate .l-col__sidebar {
        padding-left: 0;
        padding-right: 16px;
    }
}
.c-footer__corporate .l-col__sidebar {
    padding-right: 16px;
    margin-top: 32px;
}
.c-footer__corporate .l-col__main {
    text-align: center;
}
.c-footer__corporate .c-footer__subfoot .l-col__sidebar {
    margin-top: 0;
}
@media (max-width: 881px) {
    .c-footer__corporate .c-footer__subfoot .l-col__sidebar {
        border-bottom: 0;
    }
}
.c-footer__corporate svg .text {
    fill: #fff;
}
.c-footer__corporate .c-footer__main-logo {
    max-width: 125px;
    margin: 0 auto 32px;
}
.c-footer__corporate .c-footer__main-logo svg {
    fill-opacity: 0.5;
    transition: fill-opacity 0.2s ease;
}
.c-footer__corporate .c-footer__main-logo a:hover svg {
    fill-opacity: 1;
}
.c-footer__corporate .c-footer__tagline {
    font-size: 1.2em;
    line-height: 1.1;
    margin: 32px 0;
    display: none;
}
.c-footer__corporate .c-footer__address {
    margin-bottom: 32px;
}
.c-footer__corporate .c-footer__address svg {
    display: inline-block;
    fill: #fff;
    height: 50px;
    vertical-align: middle;
    width: 50px;
}
.c-footer__corporate .c-footer__address g {
    fill: #fff;
}
.c-footer__corporate .c-footer__address:first-child {
    margin-top: 32px;
}
.c-footer__corporate .c-footer__address h4 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 200;
    margin: 0 0 8px;
}
.c-footer__corporate .c-footer__address address {
    display: inline-block;
    font-size: 0.75em;
    padding-left: 16px;
    vertical-align: middle;
    width: calc(100% - 66px);
}
@media (max-width: 880px) {
    .c-footer__corporate .c-footer__address {
        display: inline-block;
        width: 49%;
    }
}
@media (max-width: 400px) {
    .c-footer__corporate .c-footer__address {
        display: block;
        width: 100%;
    }
}
.c-footer__corporate .c-footer__social {
    text-align: center;
    padding: 16px 0 8px;
    margin-bottom: 0;
}
.c-footer__corporate .c-footer__social li {
    margin-right: 16px;
    cursor: pointer;
}
.c-footer__corporate .c-footer__social svg {
    display: block;
    fill: #7f7f7f;
    height: 36px;
    padding: 8px;
    width: 36px;
}
.c-footer__corporate .c-footer__social svg:hover {
    fill: #fff;
}
.c-footer__corporate .c-footer__links {
    font-size: 0.75em;
    list-style: none;
    text-align: center;
    margin-top: 0;
}
.c-footer__corporate .c-footer__links li {
    display: inline-block;
}
.c-footer__corporate .c-footer__links a {
    color: #7f7f7f;
    padding: 0 8px;
}
.c-footer__corporate .c-footer__links a:hover {
    color: #fff;
}
.c-footer__corporate .c-footer__subfoot {
    background: #000;
    padding-bottom: 32px;
}
.c-footer__corporate .c-footer__subfoot .l-sidebar-fixed {
    margin-bottom: 0;
}
@media (min-width: 880px) {
    .c-footer__corporate .c-footer__subfoot {
        padding-bottom: 0;
    }
}
.c-footer__corporate .c-footer__copyright {
    font-size: 0.75em;
    margin: 0;
    color: #7f7f7f;
}
@media (min-width: 880px) {
    .c-footer__corporate .c-footer__copyright {
        line-height: 80px;
    }
}
.c-footer__corporate .c-footer__contact {
    background-color: #4f7177;
    color: #fff;
    display: none;
    margin-top: 16px;
    padding: 16px;
    text-align: center;
    white-space: nowrap;
}
.c-footer__corporate .c-footer__contact:hover {
    background-color: #333;
    color: #fff;
}
@media (min-width: 1172px) {
    .c-footer__partner .c-footer__section {
        padding-left: 0;
        padding-right: 0;
    }
}
.c-footer__partner .c-footer__wrapper {
    padding: 0;
}
.c-footer__partner .c-footer__logo-link svg {
    max-width: 200px;
    margin-bottom: 32px;
}
.c-footer__partner .c-footer__network-logo {
    margin-bottom: 8px;
}
.c-footer__partner .c-footer__network-logo svg {
    max-width: 175px;
}
@media (min-width: 600px) {
    .c-footer__partner .c-footer__vox-logo {
        padding-top: 0;
    }
}
.c-footer__partner .c-footer__section--copyright,
.c-footer__partner .c-footer__section--status {
    padding-top: 8px;
    font-size: 0.625em;
    border-top: 1px solid #4c4e4d;
}
@media (min-width: 880px) {
    .c-footer__partner .c-footer__section--copyright {
        text-align: right;
    }
}
.c-footer__partner .c-footer__section--auth a {
    display: block;
}
.c-footer__partner .c-footer__section--auth a:before {
    content: "";
}
.chorus-logged-in .c-footer__corporate-link[href="https://chorus.voxmedia.com/"]
{
    display: none;
}
html.is-nav-list-active {
    height: 100%;
    width: 100%;
}
@media (max-width: 600px) {
    html.is-nav-list-active {
        left: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
    }
}
html.is-nav-list-active body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media (min-width: 600px) {
    html.is-nav-list-active body:before {
        animation: fadeIn 0.2s ease-in-out;
        background-color: rgba(0, 0, 0, 0.65);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 5000001;
    }
}
.c-global-header + .c-emc-admin-button__titled,
.c-nav-list {
    display: none;
}
.c-nav-list {
    font-family: Helvetica, sans-serif;
    font-size: 0.65em;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    text-transform: none;
}
.c-nav-list__inner {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 70px;
    position: fixed;
    right: 0;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
    z-index: 5000002;
}
.is-active .c-nav-list__inner {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
@media (min-width: 600px) {
    .c-nav-list__inner {
        bottom: auto;
        margin-left: 0;
        overflow: visible;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.2s;
    }
    .show-more-menu.use-fixed-dropdown .c-nav-list__inner {
        bottom: 0;
        left: auto;
        min-width: 50%;
        overflow: scroll;
        position: fixed;
        right: 0;
        top: 0;
        width: auto;
    }
}
@media (min-width: 600px) and (min-width: 728px) {
    .show-more-menu.use-fixed-dropdown .c-nav-list__inner {
        min-width: 30%;
    }
}
.c-nav-list__sub-items {
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    min-width: 170px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 5000002;
}
.c-nav-list__sub-items.is-attached {
    position: absolute;
    visibility: visible;
}
@media (min-width: 600px) {
    .c-nav-list__sub-items {
        padding: 8px 0;
    }
}
.c-nav-list__main {
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    visibility: hidden;
    width: 100%;
    z-index: 5000002;
}
.c-nav-list__main .c-nav-list__label {
    display: none;
}
@media (min-width: 600px) {
    .c-nav-list {
        display: block;
        height: 0;
    }
    .c-nav-list ul {
        width: auto;
    }
    .c-nav-list__col {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }
}
.c-nav-list a,
.c-nav-list__label {
    border-bottom: 1px solid;
    border-color: #eee;
    border-top-width: 0;
    color: #4c4e4d;
    display: block;
    padding: 16px;
}
@media (min-width: 600px) {
    .c-nav-list a,
    .c-nav-list__label {
        border: 0;
        padding: 10px 12px;
    }
}
.c-nav-list--sponsored a,
.c-nav-list--sponsored__label {
    border-bottom: none;
}
.c-nav-list--supplemental {
    text-transform: uppercase;
}
.c-nav-list--supplemental a {
    opacity: 0.5;
    line-height: 1.11;
    font-size: 0.9em;
    color: #4c4e4d;
}
.c-nav-list__all-link {
    text-transform: uppercase;
}
.c-nav-list__all-link a {
    color: #4c4e4d;
}
@media (min-width: 600px) {
    .c-nav-list__all-link {
        border-top: 1px solid #eee;
        margin: 8px 12px 0;
    }
    .c-nav-list__all-link li {
        padding: 12px 0 0;
    }
    .c-nav-list__all-link a {
        padding: 12px 0 4px;
    }
}
.c-nav-list a:hover {
    color: #262727;
}
.c-nav-list.is-active {
    bottom: auto;
    display: block;
    opacity: 1;
    overflow: visible;
}
.c-nav-list.is-active ul {
    margin-left: 0;
}
.c-nav-list li,
.c-nav-list__label {
    line-height: 1;
}
.c-nav-list__label {
    text-transform: uppercase;
}
.c-nav-list__label svg {
    fill: #595b5a;
    height: 7px;
    left: 4px;
    position: relative;
    transition: transform 0.2s ease-in-out;
    width: 7px;
}
.c-nav-list__close {
    background-color: #b1b3b1;
    border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 40px;
    opacity: 0.8;
    position: absolute;
    right: 8px;
    top: 12px;
    width: 40px;
    z-index: 5000003;
}
.c-nav-list__close:hover {
    opacity: 1;
}
.c-nav-list.show-more-menu.use-fixed-dropdown .c-nav-list__main {
    position: relative;
}
@media (min-width: 600px) {
    .c-nav-list.show-more-menu.use-fixed-dropdown .c-nav-list__main {
        height: 100%;
        padding-top: 16px;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-nav-list.show-more-menu.use-fixed-dropdown .c-nav-list__close {
        display: block;
    }
}
.c-nav-list.show-more-menu .c-nav-list__main {
    opacity: 1;
    position: absolute;
    visibility: visible;
}
.c-nav-list.show-more-menu .show-sub-items .c-nav-list__sub-items {
    display: block;
}
.c-nav-list.show-more-menu .show-sub-items svg {
    transform: rotate(180deg);
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
}
.c-nav-list.show-more-menu .c-nav-list__sub-items {
    display: none;
    position: relative;
    visibility: visible;
}
@media (min-width: 600px) {
    .c-nav-list.show-more-menu .c-nav-list__sub-items {
        padding: 0 0 0 16px;
    }
}
.c-nav-list.show-more-menu .c-nav-list__col,
.c-nav-list.show-more-menu .c-nav-list__label {
    display: block;
}
.c-nav-list.show-more-menu .hidden {
    display: none;
}
@media (max-width: 600px) {
    .c-nav-list.show-more-menu li li a {
        padding-left: 32px;
    }
}
.c-nav-list__sponsored-item {
    border-bottom: 1px solid;
    border-color: #eee;
    color: #4c4e4d;
    display: none;
    padding: 0 16px 16px;
    vertical-align: middle;
}
.is-active .c-nav-list__sponsored-item,
.show-more-menu .c-nav-list__sponsored-item {
    display: block;
}
@media (min-width: 600px) {
    .c-nav-list__sponsored-item {
        border: 0;
        padding: 0 12px 8px;
    }
}
.c-nav-list__sponsored-item img {
    max-height: 25px;
    max-width: 100px;
}
.c-nav-list__sponsored-item a {
    border: 0;
    display: inline-block;
    padding: 0;
}
.c-nav-list__sponsored-item-pixel {
    display: none;
}
.p-input-header {
    background: #fff;
    border-bottom: 1px solid #d1d1d1;
}
.p-input-header form {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 8px;
}
@media (min-width: 600px) {
    .p-input-header form {
        padding: 0 64px;
    }
}
.p-input-header__input {
    background-color: transparent;
    border: 0;
    opacity: 0.333;
    display: block;
    padding: 8px;
    outline: 0;
    width: 100%;
    padding-right: 75px;
    text-overflow: ellipsis;
    font-size: 1.5em;
    height: 68px;
    color: #4c4e4d;
}
.p-input-header__input:focus {
    opacity: 1;
    outline: 0;
}
.p-input-header__link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    z-index: 900;
}
@media (min-width: 600px) {
    .p-input-header__link {
        right: 64px;
    }
}
.c-global-header {
    border-color: #eee;
    color: #4c4e4d;
    position: relative;
    width: 100%;
    z-index: 50000;
}
.c-global-header:before {
    background-color: #fc7655;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
@media (min-width: 600px) {
    .c-global-header:before {
        background-color: #f1f3f2;
    }
}
.c-global-header ul {
    list-style-type: none;
    margin: 0;
}
.c-global-header li {
    display: inline-block;
}
.c-global-header .l-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 30px;
    width: 100%;
    z-index: 2;
}
@media (min-width: 600px) {
    .c-global-header .l-wrapper {
        flex-wrap: nowrap;
        min-height: 50px;
    }
}
.c-global-header a {
    color: #4c4e4d;
}
.c-global-header a:hover,
.c-global-header button:hover {
    color: #262727;
}
.c-global-header .is-attached a {
    color: #4c4e4d;
}
.c-global-header .chorus-ad-placement__site_sponsorship_logo,
.c-global-header .chorus-ad-placement__site_sponsorship_logo_mobile {
    position: absolute;
    right: 48px;
    top: 8px;
    z-index: 100;
}
@media (min-width: 600px) {
    .c-global-header .chorus-ad-placement__site_sponsorship_logo,
    .c-global-header .chorus-ad-placement__site_sponsorship_logo_mobile {
        right: 8px;
    }
}
.c-global-header__logo {
    flex-basis: 70%;
    flex-grow: 1;
    line-height: 1;
    order: 0;
    z-index: 5;
}
.c-global-header__logo-large {
    display: none;
}
.c-global-header__logo-community {
    text-transform: uppercase;
}
.c-global-header__logo a {
    display: inline-block;
    margin-left: 16px;
    padding: 8px 0;
    position: relative;
    width: auto;
}
.c-global-header__logo a:hover {
    color: #4c4e4d;
}
.c-global-header__logo img {
    max-height: 40px;
    max-width: 60px;
}
@media (min-width: 600px) {
    .c-global-header__logo img {
        max-height: 50px;
        max-width: 190px;
    }
}
.c-global-header__logo svg {
    height: 40px;
    max-width: 160px;
}
@media (min-width: 600px) {
    .c-global-header__logo svg {
        height: 50px;
        max-width: 190px;
    }
}
.c-global-header__logo.has-locale img,
.c-global-header__logo.has-locale svg {
    padding-bottom: 4px;
}
@media (min-width: 600px) {
    .c-global-header__logo.has-locale a {
        padding: 0;
    }
}
.has-disclaimer .c-global-header__logo {
    flex-basis: auto;
}
.c-global-header__logo-lockup {
    align-items: center;
    display: flex;
}
.c-global-header__logo-lockup img,
.c-global-header__logo-lockup svg {
    flex-shrink: 0;
}
.c-global-header__logo-network {
    margin-left: 8px;
}
.c-global-header__logo-network img,
.c-global-header__logo-network svg {
    display: block;
    height: 25px;
    max-width: 120px;
}
@media (min-width: 600px) {
    .c-global-header__logo {
        flex-basis: auto;
        flex-grow: 0;
    }
    .c-global-header__logo-large {
        display: inline;
    }
    .c-global-header__logo-small {
        display: none;
    }
}
.c-global-header__locale {
    font-family: Helvetica, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.c-global-header__links {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    text-transform: uppercase;
    font-size: 0.65em;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    z-index: 3;
}
@media (max-width: 600px) {
    .c-global-header__links {
        background-color: #f1f3f2;
    }
}
.c-global-header__links .hidden {
    position: absolute;
    visibility: hidden;
}
@media (max-width: 600px) {
    .has-disclaimer .c-global-header__links {
        flex-basis: 100%;
    }
}
@media (min-width: 600px) {
    .c-global-header__links {
        order: 2;
        padding-left: 32px;
    }
    .align-links-right .c-global-header__links {
        padding-right: 16px;
    }
}
.c-global-header__links ul {
    align-items: center;
    display: flex;
    justify-content: space-around;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
@media (min-width: 600px) {
    .c-global-header__links ul {
        justify-content: flex-start;
    }
    .align-links-right .c-global-header__links ul {
        justify-content: flex-end;
    }
}
.c-global-header__links li {
    border-left: 1px solid #eee;
    cursor: pointer;
    flex-basis: 25%;
    flex-grow: 1;
    flex-shrink: 0;
    height: 30px;
    line-height: 30px;
}
.c-global-header__links li:first-child {
    border-left: 0;
}
.safari .c-global-header__links li {
    flex-basis: auto;
}
@media (min-width: 600px) {
    .c-global-header__links li {
        border-left: 0;
        flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 1;
        height: 50px;
        line-height: 50px;
    }
}
.c-global-header__links li.is-attached {
    background-color: #fff;
}
.c-global-header__links a {
    display: inline-block;
    padding: 0 4px;
}
.c-global-header__links a:hover svg {
    fill: #262727;
}
@media (min-width: 600px) {
    .c-global-header__links a {
        padding: 0 12px;
    }
}
.c-global-header__links svg {
    fill: #595b5a;
    height: 15px;
    margin-left: 4px;
    width: 15px;
}
@media (min-width: 600px) {
    .use-fixed-dropdown .c-global-header__link-arrow {
        display: none;
    }
}
.c-global-header__link-arrow svg {
    height: 7px;
    width: 7px;
}
.c-global-header__link-hamburger {
    display: none;
}
@media (min-width: 600px) {
    .use-fixed-dropdown .c-global-header__link-hamburger {
        display: inline-block;
    }
}
.c-global-header__link-hamburger svg {
    height: 10px;
}
.c-global-header__trending svg {
    height: 18px;
    left: 0;
    margin-left: 0;
    margin-right: 4px;
    transform: rotate(0);
    transition: fill 0.2s;
    vertical-align: text-bottom;
    width: 30px;
}
.c-global-header__social {
    display: none;
    height: 26px;
    order: 3;
    padding-right: 8px;
    white-space: nowrap;
}
@media (min-width: 880px) {
    .c-global-header__social {
        display: block;
    }
}
.c-global-header__social li {
    vertical-align: top;
}
.c-global-header__social a {
    margin-right: 16px;
}
.c-global-header__social a:hover svg {
    fill: #262727;
}
.c-global-header__social a.twitter {
    margin-right: 12px;
}
.c-global-header__social a.facebook {
    margin-right: 11px;
}
.c-global-header__social a.instagram {
    margin-right: 15px;
}
.c-global-header__social a.newsletter_signup {
    border: 1px solid;
    border-color: #4c4e4d;
    font-size: 0.625em;
    padding: 8px;
    text-transform: uppercase;
    transition: border-color 0.2s;
    vertical-align: middle;
}
.c-global-header__social a.newsletter_signup:hover {
    border-color: #262727;
}
.c-global-header__social a.newsletter_signup svg {
    height: 22px;
    margin-right: 4px;
    width: 12px;
}
.c-global-header__social svg {
    fill: #595b5a;
    height: 26px;
    width: 16px;
    padding: 5px 0;
}
.c-global-header__primary-community {
    display: none;
}
@media (min-width: 600px) {
    .c-global-header__primary-community {
        align-items: center;
        align-self: stretch;
        background-color: #fff;
        color: #4c4e4d;
        display: flex;
        font-size: 0.65em;
        order: 5;
        z-index: 3;
    }
    .c-global-header__primary-community a {
        display: block;
        padding: 16px;
    }
    .c-global-header__primary-community svg {
        max-height: 30px;
        max-width: 125px;
        width: 100%;
    }
}
.c-global-header__search {
    display: none;
}
@media (min-width: 600px) {
    .c-global-header__search {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: center;
        vertical-align: middle;
        width: 48px;
    }
}
.c-global-header__search svg {
    fill: #fff;
    width: 16px;
}
.c-global-header__search-trigger {
    display: inline-block;
}
.c-global-header__search-trigger svg {
    height: 16px;
    position: relative;
    top: -2px;
    width: 16px;
}
.c-global-header__search-menu {
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: translateY(100%);
    transition: opacity 0.3s;
    z-index: -2;
}
.c-global-header__search-menu,
.c-global-header__search-menu .p-input-header__input,
.c-global-header__search-menu form,
.c-global-header__search-menu.p-input-header {
    padding-bottom: 0;
    padding-top: 0;
}
.c-global-header__actions {
    display: flex;
    flex-basis: 30%;
    justify-content: flex-end;
}
.c-global-header__actions .c-piano__login-controls .c-piano__login-controls-subscribe {
    display: none;
}
@media (min-width: 600px) {
    .c-global-header__actions {
        flex-basis: auto;
        order: 4;
    }
    .c-global-header__actions .c-piano__login-controls {
        display: none;
    }
}
.c-global-header__login {
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 48px;
}
@media (min-width: 600px) {
    .c-global-header__login {
        height: 50px;
        line-height: 50px;
    }
}
.c-global-header__login img,
.c-global-header__login-svg {
    fill: #fff;
    height: 16px;
    position: relative;
    top: -2px;
    width: 16px;
}
.c-global-header__login img:hover,
.c-global-header__login-svg:hover {
    fill: #262727;
}
.c-global-header__login-menu {
    font-family: Helvetica, sans-serif;
    background-color: #fff;
    display: none;
    font-size: 0.65em;
    line-height: 1;
    list-style-type: none;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: left;
    text-transform: normal;
    top: 100%;
    z-index: 49999;
}
.c-global-header__login-menu li {
    border-bottom: 1px solid #eee;
    display: block;
    min-width: 75px;
    padding: 16px;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}
.c-global-header__login-menu li:last-child {
    border: 0;
}
.c-global-header__login-menu a {
    color: #4c4e4d;
    display: block;
    transition: opacity 0.2s;
}
.c-global-header__login-menu a:hover {
    color: #262727;
}
.c-global-header__disclaimer {
    display: flex;
    flex-basis: auto;
    justify-content: flex-end;
}
@media (max-width: 600px) {
    .c-global-header__disclaimer {
        background-color: hsla(0, 0%, 100%, 0.1);
        flex-basis: 100%;
        padding: 8px 0;
    }
}
@media (min-width: 600px) {
    .c-global-header__disclaimer {
        order: 4;
    }
}
.c-global-header.is-login-active .c-global-header__login {
    background-color: #fff;
}
.c-global-header.is-login-active .c-global-header__login-menu {
    display: block;
}
.c-global-header.is-login-active .c-global-header__login-icon svg {
    fill: #262727;
}
.c-global-header.is-search-active .c-global-header__search-menu,
.c-global-header.is-search-forced-open .c-global-header__search-menu {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s;
}
.c-global-header.is-search-active .c-global-header__search-trigger svg,
.c-global-header.is-search-forced-open .c-global-header__search-trigger svg {
    fill: #262727;
}
@media (max-width: 600px) {
    .c-global-header.is-search-active .c-global-header__search-menu,
    .c-global-header.is-search-forced-open .c-global-header__search-menu {
        transform: translateY(140%);
    }
    .c-global-header.is-search-active .c-global-header__search-menu .p-input-header__input,
    .c-global-header.is-search-forced-open .c-global-header__search-menu .p-input-header__input {
        font-size: 12px;
    }
}
.c-global-header.is-search-forced-open .p-input-header__input {
    opacity: 1;
}
.c-global-header__tracking-pixel {
    display: none;
}
.c-social-buttons {
    display: flex;
    flex-flow: row nowrap;
    letter-spacing: 0.09em;
    line-height: 0;
    list-style-type: none;
    padding-left: 0;
}
.c-social-buttons svg {
    height: 21px;
    width: 21px;
}
.c-social-buttons svg + span {
    margin-left: 8px;
}
.c-social-buttons__item {
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    padding: 8px;
}
.c-group-header .c-social-buttons {
    margin: 0;
    padding: 8px 16px 0;
    text-align: center;
}
.c-social-buttons ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    font-size: 0.625em;
}
.c-social-buttons ul li + li {
    margin-left: 8px;
}
.c-social-buttons ul li:first-child {
    margin-left: -8px;
}
.c-user-card__social .c-social-buttons ul {
    flex-wrap: wrap;
}
.c-user-card__social .c-social-buttons ul li {
    margin-left: 0;
}
.c-social-buttons--popover {
    position: relative;
}
.c-social-buttons__popover {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 5000002;
}
.c-social-buttons__popover-header {
    color: #666;
    padding: 16px;
    border-bottom: 1px solid #d1d1d1;
}
.c-social-buttons__popover-header h3 {
    font-size: 1em;
    margin-bottom: 0;
    outline: 0;
}
.c-social-buttons__popover-header strong {
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    font-size: 0.625em;
    font-weight: 600;
    margin-bottom: 5.28px;
}
.c-social-buttons__popover-header span {
    display: block;
    font-size: 0.75em;
    line-height: 1.4;
    padding: 0;
    font-weight: 100;
    font-family: Helvetica, sans-serif;
}
.c-social-buttons__popover-body ul {
    display: flex;
    flex-flow: row wrap;
    padding: 8px 16px;
}
.c-social-buttons__popover-body ul li {
    margin-left: 0;
    margin-right: 3%;
    padding: 8px 0;
    width: 46%;
}
.c-social-buttons__popover-body ul li a {
    padding: 0;
}
.c-social-buttons__popover-body ul li + li,
.c-social-buttons__popover-body ul li:first-child {
    margin-left: 0;
}
.c-social-buttons__popover-body svg {
    height: 15px;
    width: 15px;
}
.c-social-buttons__popover-caret {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
}
.c-social-buttons__popover-caret:after,
.c-social-buttons__popover-caret:before {
    border: 9px solid transparent;
    border-top-color: #d1d1d1;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.c-social-buttons__popover-caret:before {
    left: -2px;
}
.c-social-buttons__popover-caret:after {
    border-width: 7px;
    border-top-color: #fff;
}
.below .c-social-buttons__popover-caret {
    top: 0;
}
.below .c-social-buttons__popover-caret:after,
.below .c-social-buttons__popover-caret:before {
    border-bottom-color: #d1d1d1;
    border-top-color: transparent;
    bottom: 100%;
}
.below .c-social-buttons__popover-caret:after {
    border-bottom-color: #fff;
}
.c-social-buttons li[data-ui="republish"] {
    align-self: center;
}
a.c-social-buttons__twitter {
    color: #4c4e4d;
}
a.c-social-buttons__twitter svg {
    fill: #00aced;
}
a.c-social-buttons__facebook {
    color: #4c4e4d;
}
a.c-social-buttons__facebook svg {
    fill: #325a97;
}
a.c-social-buttons__pinterest {
    color: #4c4e4d;
}
a.c-social-buttons__pinterest svg {
    fill: #c92228;
}
a.c-social-buttons__linkedin {
    color: #4c4e4d;
}
a.c-social-buttons__linkedin svg {
    fill: #0077b5;
}
a.c-social-buttons__instagram {
    color: #4c4e4d;
}
a.c-social-buttons__instagram svg {
    fill: #517fa4;
}
a.c-social-buttons__youtube {
    color: #4c4e4d;
}
a.c-social-buttons__youtube svg {
    fill: #e52d27;
}
a.c-social-buttons__google-plus {
    color: #4c4e4d;
}
a.c-social-buttons__google-plus svg {
    fill: #dd4b39;
}
a.c-social-buttons__flipboard {
    color: #4c4e4d;
}
a.c-social-buttons__flipboard svg {
    fill: #cf3c33;
}
a.c-social-buttons__pocket {
    color: #4c4e4d;
}
a.c-social-buttons__pocket svg {
    fill: #dd4f58;
}
a.c-social-buttons__reddit {
    color: #4c4e4d;
}
a.c-social-buttons__reddit svg {
    fill: #ff4500;
}
a.c-social-buttons__email {
    color: #4c4e4d;
}
a.c-social-buttons__email svg {
    fill: #7d7d7d;
}
a.c-social-buttons__more {
    color: #4c4e4d;
}
a.c-social-buttons__more svg {
    fill: #7d7d7d;
}
a.c-social-buttons__item {
    transition: opacity 0.3s;
}
a.c-social-buttons__item:focus,
a.c-social-buttons__item:hover {
    opacity: 0.7;
}
a.c-social-buttons__item .sr-only {
    text-transform: none;
}
a.c-social-buttons__rec {
    color: #4f7177;
}
a.c-social-buttons__rec svg {
    fill: none;
    stroke: #4f7177;
}
a.c-social-buttons__rec.is-recced svg {
    fill: #4f7177;
    stroke: none;
}
a.c-social-buttons__facebook {
    padding-left: 4px;
}
a.c-social-buttons__facebook svg {
    transform: scale(0.9);
}
a.c-social-buttons__more {
    align-items: center;
    display: flex;
}
a.c-social-buttons__more .c-social-buttons--label {
    display: inline-block;
}
a.c-social-buttons__republish {
    background-color: #d1d1d1;
    color: #333;
    border-radius: 20px;
}
a.c-social-buttons__republish:hover {
    background-color: #cfcfcf;
}
.c-group-header {
    border-bottom: 5px solid;
    border-color: #fc7655;
    margin-bottom: 32px;
    margin-top: 32px;
    padding-bottom: 8px;
    text-align: center;
}
.c-group-header.has-image h1 {
    display: none;
}
.c-group-header.no-border {
    border-bottom: 0;
}
.c-group-header__svg svg {
    max-height: 75px;
    width: 80%;
}
.c-group-header img {
    max-height: 75px;
    width: auto;
}
.c-group-header .p-page-title {
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}
.c-group-header .c-disclaimer-image {
    display: block;
    margin: 8px auto;
}
.c-group-header__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 728px;
    margin-top: 16px;
}
.c-group-header__disclosure {
    font-family: Helvetica, sans-serif;
    max-width: 546px;
    margin: 16px auto;
    display: block;
    font-style: italic;
}
.c-group-header .c-social-buttons {
    justify-content: center;
}
.l-main-content__above-subnav .c-group-header {
    border-bottom: none;
    padding-bottom: 0;
}
.c-entry-content h3.c-newsletter_signup_box__title,
h3.c-newsletter_signup_box__title {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
}
.c-pagination {
    background-color: #d1d1d1;
    margin-bottom: 16px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
@media (min-width: 600px) {
    .c-pagination {
        margin-bottom: 32px;
    }
}
.c-pagination .c-pagination__text {
    color: #626262;
    display: inline-block;
    font-size: 0.75em;
    padding: 12px 0 0;
}
.c-pagination .c-pagination__link {
    display: inline-block;
    padding: 16px;
}
.c-pagination .c-pagination__more {
    display: block;
    width: 100%;
}
.c-pagination .c-pagination__next {
    float: right;
}
.c-pagination .c-pagination__prev {
    float: left;
}
.c-entry-box--compact__image-wrapper .c-paywall-logo,
.c-entry-box-base__image .c-paywall-logo,
.c-entry-box__image-wrapper .c-paywall-logo,
.c-rock-list__item .c-paywall-logo {
    position: absolute;
    top: 16px;
    left: 0;
    max-width: 45%;
    z-index: 4;
}
.c-compact-river__entry--featured .c-entry-box--compact__image-wrapper .c-paywall-logo,
.c-compact-river__entry--featured .c-entry-box-base__image .c-paywall-logo,
.c-compact-river__entry--featured .c-entry-box__image-wrapper .c-paywall-logo,
.c-compact-river__entry--featured .c-rock-list__item .c-paywall-logo,
.c-entry-box--compact--video .c-entry-box--compact__image-wrapper .c-paywall-logo,
.c-entry-box--compact--video .c-entry-box-base__image .c-paywall-logo,
.c-entry-box--compact--video .c-entry-box__image-wrapper .c-paywall-logo,
.c-entry-box--compact--video .c-rock-list__item .c-paywall-logo {
    max-width: 25%;
}
@media (min-width: 600px) {
    .c-entry-box--compact__image-wrapper .c-paywall-logo,
    .c-entry-box-base__image .c-paywall-logo,
    .c-entry-box__image-wrapper .c-paywall-logo,
    .c-rock-list__item .c-paywall-logo {
        max-width: 25%;
    }
}
.c-entry-box--compact__image-wrapper .c-paywall-logo img,
.c-entry-box--compact__image-wrapper .c-paywall-logo svg,
.c-entry-box-base__image .c-paywall-logo img,
.c-entry-box-base__image .c-paywall-logo svg,
.c-entry-box__image-wrapper .c-paywall-logo img,
.c-entry-box__image-wrapper .c-paywall-logo svg,
.c-rock-list__item .c-paywall-logo img,
.c-rock-list__item .c-paywall-logo svg {
    display: block;
    max-width: 100%;
}
.c-picture {
    display: block;
    width: 100%;
    min-height: 1px;
}
.c-picture img {
    display: block;
    width: 100%;
    height: auto;
}
.e-image:hover .pinterest-save__button {
    opacity: 1;
}
@media (min-width: 728px) {
    .pinterest-save__button {
        opacity: 0;
    }
}
@media only screen and (min-device-width: 950px) and (max-device-width: 1024px) and (orientation: landscape) {
    .pinterest-save__button {
        opacity: 1;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .pinterest-save__button {
        opacity: 1;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .pinterest-save__button {
        opacity: 1;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .pinterest-save__button {
        opacity: 1;
    }
}
.c-related-list {
    margin-bottom: 2.4em;
}
.c-related-list__head {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.3em;
    border-bottom-style: solid;
    border-bottom-color: #fc7655;
    border-bottom-width: 3px;
    color: #4c4e4d;
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
}
.c-related-list__subhead {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    font-size: 1em;
    margin: 16px 0;
}
.c-related-list__community-name,
.c-related-list__group-name:link,
.c-related-list__head a:link {
    color: #4c4e4d;
}
.c-related-list__group-name:hover,
.c-related-list__head a:hover {
    color: #333;
}
.c-related-list ul {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    font-size: 1em;
    margin: 0;
    list-style: none;
}
.c-related-list .native_ad_linkset_link,
.c-related-list li {
    padding: 8px 0;
    color: #4f7177;
    border-bottom: none;
}
.c-related-list .native_ad_linkset_link a,
.c-related-list li a {
    color: #fc7655;
}
.c-related-list .native_ad_linkset_link a:hover,
.c-related-list li a:hover {
    color: #333;
}
.c-related-list__stream {
    padding-left: 24px;
}
.c-related-list__stream-link {
    padding-bottom: 32px;
    position: relative;
}
.c-related-list__stream-link:before {
    background-color: #595b5a;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: -20px;
    position: absolute;
    top: 0.65em;
    width: 10px;
    z-index: 1;
}
.c-related-list__stream-link:after {
    border-left: 1px dotted #d1d1d1;
    bottom: -0.65em;
    content: "";
    left: -16px;
    position: absolute;
    top: 0.65em;
    width: 1px;
}
.c-related-list__stream-link:last-of-type {
    padding-bottom: 0;
}
.c-related-list__stream-link:last-of-type:after {
    display: none;
}
.c-related-list .p-counter-link {
    display: block;
    margin-top: 16px;
}
.c-related-list__video {
    margin-top: 16px;
}
.c-river-section-title h2 {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.3em;
    color: currentColor;
    text-transform: uppercase;
}
.c-river-section-title--basic {
    position: relative;
}
@media (max-width: 600px) {
    .c-river-section-title--basic {
        text-align: center;
    }
}
.c-river-section-title--basic:before {
    border-top: 4px solid #fc7655;
    content: " ";
    height: 0;
    left: -16px;
    position: absolute;
    right: -16px;
    top: calc(50% - 0.3rem - 2px);
}
@media (min-width: 600px) {
    .c-river-section-title--basic:before {
        left: 0;
        right: 0;
    }
}
.c-river-section-title--basic h2 {
    background-color: #fff;
    display: inline-block;
    padding: 0 16px;
    position: relative;
}
@media (min-width: 600px) {
    .c-river-section-title--basic h2 {
        padding: 0 16px 0 0;
    }
}
.c-river-section-title--links {
    align-items: center;
    border-top: 4px solid #fc7655;
    display: flex;
    justify-content: space-between;
    margin: 0 -16px;
    padding: 16px;
    letter-spacing: 0;
}
@media (min-width: 600px) {
    .c-river-section-title--links {
        margin: 0;
        padding: 16px 0;
    }
}
.c-river-section-title--links h2 {
    margin: 0;
}
.c-river-section-title--links ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-river-section-title--links li {
    display: inline;
    font-size: 0.75em;
    margin-left: 16px;
    text-transform: uppercase;
}
@media (min-width: 600px) {
    .c-river__entry {
        padding: 32px 0;
    }
}
.c-river .p-breaker-title {
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .c-river__logo svg {
        max-width: 5%;
    }
    .c-river .c-entry-box--list {
        max-width: 93%;
    }
}
@media (min-width: 950px) {
    .c-river__logo svg {
        max-width: 3%;
    }
    .c-river .c-entry-box--list {
        max-width: 95%;
    }
    .c-river--three-column,
    .c-river--two-column {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 0 -16px 64px;
    }
    .c-river--three-column .c-river__entry,
    .c-river--two-column .c-river__entry {
        border-bottom: 0;
        padding: 16px;
    }
    .c-river--two-column .c-river__entry {
        width: 50%;
    }
    .c-river--three-column .c-river__entry {
        width: 33%;
    }
    .c-river--three-column .c-river__entry--wide,
    .c-river--two-column .c-river__entry--wide {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .c-compact-river {
        margin: 0 -16px;
    }
}
.c-compact-river__entry {
    background-color: #fff;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 8px;
}
.c-compact-river .l-breaker {
    margin-bottom: 16px;
}
.c-compact-river .native-ad-linkset-title {
    display: inline-block;
    margin-right: 16px;
}
@media (max-width: 600px) {
    [data-entry-id] .c-compact-river {
        display: none;
    }
}
.c-river-section-title + .c-compact-river .c-compact-river__entry:first-of-type {
    border-top: 0;
}
.c-river-section-title + .c-compact-river .c-compact-river__entry:first-of-type .c-entry-box--compact:not(.c-entry-box--compact--featured) > * {
    padding-top: 0;
}
@media (min-width: 880px) {
    .c-branded-river .c-compact-river__entry {
        flex-basis: 33.33333%;
        padding: 0 8px;
    }
}
.c-entry-content .c-shoppable__anchor {
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.c-entry-content .c-shoppable__anchor svg {
    width: 15px;
    margin-top: 5px;
}
.c-entry-content .c-shoppable__anchor svg > g > g > path {
    fill: #666;
}
.c-entry-content .c-shoppable__anchor:hover svg > g > g > path {
    fill: #b1b3b1;
}
.c-entry-content .c-shoppable__action-link {
    background: #4f7177;
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    padding: 10px 25px;
    margin-left: 10px;
}
.c-entry-content .c-shoppable__action-link:hover {
    background: #333;
    color: #fff;
}
:not(.m-ad__collapsed).m-ad__prelude.has-minimal-nav {
    margin-top: 64px;
}
p.c-credit-paragraph {
    font-size: 0.9em;
    font-style: italic;
}
.c-rock-list {
    background-color: #fff;
    color: #4c4e4d;
}
@media (min-width: 880px) {
    .c-rock-list {
        margin-bottom: 32px;
    }
    .c-rock-list:last-child {
        margin-bottom: 0;
    }
}
.c-rock-list__title {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.2em;
    border: 0 solid #4f7177;
    border-top-width: 0;
    border-bottom-width: 0;
    text-align: left;
    padding: 0 0 16px 0;
    margin: 0;
}
.c-rock-list__title img,
.c-rock-list__title svg {
    max-height: 64px;
}
.c-rock-list__title .c-rock-list__title-wrapper,
.c-rock-list__title a,
.c-rock-list__title a:link {
    color: #000;
}
.c-rock-list__title a:focus,
.c-rock-list__title a:hover {
    color: #333;
}
.c-rock-list__sub-title {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    font-size: 0.9em;
}
.c-rock-list__body {
    padding: 0;
}
.c-rock-list ol,
.c-rock-list ul {
    list-style-type: none;
    margin: 0;
}
.c-rock-list .native-ad-latest,
.c-rock-list li {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    font-size: 0.8em;
    padding: 0;
    margin-bottom: 8px;
    background-color: transparent;
}
.c-rock-list .native-ad-latest:last-child-child,
.c-rock-list li:last-child-child {
    margin-bottom: 0;
}
.c-rock-list .native-ad-latest a,
.c-rock-list li a {
    color: #4c4e4d;
}
.c-rock-list .native-ad-latest a:focus,
.c-rock-list .native-ad-latest a:hover,
.c-rock-list li a:focus,
.c-rock-list li a:hover {
    color: #333;
}
.c-rock-list li {
    position: relative;
}
.c-rock-list .p-badge,
.c-rock-list .p-badge__overlay {
    width: 45px;
    height: 45px;
}
.c-rock-list .p-badge__overlay {
    top: 80px;
}
.c-rock-list__link {
    display: block;
}
.c-rock-list__meta {
    display: inline-block;
    font-size: 0.75em;
    margin-bottom: 16px;
    position: relative;
}
.c-rock-list__image {
    position: relative;
}
.c-rock-list__image img {
    width: 100%;
}
.c-rock-list__entry-blurb {
    display: none;
}
.c-rock-list__episode-title {
    font-weight: 700;
    text-transform: uppercase;
}
.c-rock-list__blurb {
    font-size: 0.625em;
    margin-top: -24px;
}
@media (max-width: 880px) and (min-width: 400px) {
    .c-rock-list--image .native-ad-latest,
    .c-rock-list--image li {
        border-bottom: 1px solid #d1d1d1;
        padding: 16px 0;
    }
    .c-rock-list--image .native-ad-latest:last-child,
    .c-rock-list--image li:last-child {
        border-bottom: 0;
    }
    .c-rock-list--image .c-rock-list__link,
    .c-rock-list--image .native-ad-latest {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    .ie9 .c-rock-list--image .c-rock-list__link:after,
    .ie9 .c-rock-list--image .native-ad-latest:after {
        clear: both;
        content: "";
        display: table;
    }
    .c-rock-list--image .c-rock-list__image,
    .c-rock-list--image .native-ad-latest-thumbnail-wrapper {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        margin-bottom: 0;
        width: 30%;
    }
    .ie9 .c-rock-list--image .c-rock-list__image,
    .ie9 .c-rock-list--image .native-ad-latest-thumbnail-wrapper {
        float: left;
        width: auto;
    }
    .c-rock-list--image .c-rock-list__entry-title,
    .c-rock-list--image .native-ad-latest-content {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        padding-left: 16px;
        width: 70%;
    }
    .ie9 .c-rock-list--image .c-rock-list__entry-title,
    .ie9 .c-rock-list--image .native-ad-latest-content {
        float: left;
        width: auto;
    }
}
.c-rock-list .native-ad-title,
.c-rock-list__item--body {
    display: block;
    padding: 8px 0;
}
.c-rock-list .native-ad-title {
    font-size: medium;
    font-weight: 400;
}
.c-rock-list h5 {
    margin: 8px 0 4px;
}
.c-rock-list__cta {
    background-color: transparent;
    border: 0 solid #d1d1d1;
    border-top-width: 1px;
    border-bottom-width: 0;
    padding: 6px;
    font-size: 16px;
    text-align: right;
    text-transform: none;
    letter-spacing: 0;
}
.c-rock-list__more:after {
    margin-left: 4px;
    content: " \25B6";
    font-size: 0.5em;
    vertical-align: middle;
}
.c-rock-list ul.c-rock-list__tickets {
    padding-left: 0;
    padding-right: 0;
}
.c-rock-list ul.c-rock-list__tickets li:last-of-type {
    margin-bottom: 0;
}
.c-rock-list__ticket {
    display: flex;
    margin-bottom: 8px;
    text-align: left;
}
.c-rock-list__ticket__date {
    flex-basis: 30%;
    padding-left: 8px;
}
.c-rock-list__ticket__date strong {
    display: block;
    font-size: 1.5em;
    line-height: 1;
    text-transform: uppercase;
}
.c-rock-list__ticket__info {
    flex-basis: 70%;
}
.c-rock-list__ticket header {
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.1;
}
.c-rock-list__ticket__meta {
    display: block;
    font-size: 0.75em;
}
.c-rock-list__footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    text-align: left;
}
.c-rock-list__footer .p-button {
    margin: auto auto auto 0;
}
.c-rock-list__footer__brand {
    font-size: 0.625em;
    text-align: right;
}
.c-rock-list__footer__brand svg {
    display: block;
    margin: 0 0 0 auto;
    max-height: 25px;
    max-width: 50px;
}
.c-rock-list__disclaimer,
.c-rock-list__warning {
    font-size: 0.75em;
    text-align: center;
}
.c-rock-list__warning {
    font-weight: 700;
}
.c-entry-content .c-tv-listing-search-wrapper.l-breaker {
    padding-left: 0;
    padding-right: 0;
}
@media print {
    .c-global-header__logo svg {
        fill: #4f7177;
    }
    .OUTBRAIN,
    .c-admin-hub-menu,
    .c-article-feedback,
    .c-comments,
    .c-compact-river,
    .c-footer,
    .c-global-header__actions,
    .c-global-header__links,
    .c-global-header__social,
    .c-related-list,
    .c-river,
    .c-simple-link-list,
    .c-social-buttons,
    .c-social-buttons--popover,
    .c-tab-bar,
    .c-tab-bar.tab-bar-fixed,
    .l-col__sidebar,
    .m-ad,
    .p-scalable-video {
        display: none;
    }
    img {
        max-width: 500px;
        margin: 0 auto;
    }
}
.c-entry-content ol a,
.c-entry-content p a,
.c-entry-content ul a {
    font-weight: 600;
    font-size: inherit !important;
    background-color: transparent !important;
}
.s-sidebar {
    background: #d1d1d1;
    padding: 16px;
    margin: 8px 0;
}
.c-entry-content .p-pullquote,
.c-entry-content .pullquote,
.c-entry-content q {
    border-bottom: 4px solid #d1d1d1;
    border-top: 4px solid #d1d1d1;
    padding-bottom: 1.2rem;
}
.p-badge {
    background-color: #fc7655;
    border-radius: 0;
}
.p-badge path,
.p-badge svg {
    fill: #fff;
}
.p-badge:hover {
    background-color: #fc7655;
}
@media (min-width: 600px) {
    .c-entry-box--compact .c-byline,
    .c-entry-box--compact--0 .c-entry-box--compact__dek {
        font-family: Harriet, Helvetica, sans-serif;
    }
}
.c-rock-list__title-wrapper {
    position: relative;
}
.c-rock-list__title-wrapper:before {
    background-color: #fc7655;
    bottom: 5px;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 1;
}
.c-rock-list__title-wrapper > * {
    position: relative;
    z-index: 2;
}
.c-rock-list__title-wrapper a {
    color: #000;
}
.c-entry-box--compact:not(.c-entry-box--compact--hero):not(.c-entry-box--compact--featured) .c-byline {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero).c-entry-box--compact {
    flex-direction: column;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__body {
    background: #000;
    padding: 16px;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__dek,
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__labels {
    display: none;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__title {
    font-size: 1.2em;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__title a {
    color: #fff;
}
@media (min-width: 600px) {
    .c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__title {
        font-size: 1.5em;
    }
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) a {
    color: #a4d2e7;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) a:hover {
    color: #4f7177;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-byline,
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__community,
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-sponsorship {
    color: #fff;
}
.c-entry-box--compact__label-primary {
    background-color: #fc7655;
    font-weight: 700;
}
.c-entry-box--compact__body .c-entry-box--compact__package-illustration {
    max-height: 25px;
}
@media (max-width: 728px) {
    .c-footer__logo-link svg {
        max-width: 150px;
    }
}
@media (min-width: 600px) {
    .c-global-header__logo {
        background: #fc7655;
        margin-bottom: -20px;
        padding: 8px 16px;
    }
    .c-global-header__logo a {
        margin: 0;
    }
    .c-global-header__links {
        padding-left: 16px;
    }
    .c-global-header .p-input-header__input {
        padding-top: 10px;
    }
}
@media (max-width: 600px) {
    .c-global-header__logo {
        flex-basis: 100%;
        text-align: center;
    }
    .c-global-header__logo a {
        margin: 0;
    }
    .c-global-header__actions {
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 10000000;
    }
}
@media (min-width: 1116px) {
    .c-global-header__logo {
        margin-left: -16px;
    }
}
.c-nav-list {
    font-weight: 700;
}
@media (min-width: 600px) {
    .c-nav-list__main:after,
    .c-nav-list__sub-items:after {
        border-bottom: 4px solid #fc7655;
        bottom: 0;
        content: "";
        position: absolute;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-package-subnav__horizontal,
    .c-package-subnav__vertical {
        position: relative;
    }
    .c-package-subnav__horizontal:before,
    .c-package-subnav__vertical:before {
        content: "";
        left: -200%;
        position: absolute;
        right: 200%;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .c-package-subnav__horizontal ul,
    .c-package-subnav__vertical ul {
        position: relative;
        z-index: 1;
    }
}
@media (min-width: 950px) {
    .c-breaking-news.contribute-banner {
        text-align: left;
    }
}
@media (min-width: 600px) and (max-width: 950px) {
    .c-breaking-news.contribute-banner .l-wrapper {
        flex-direction: column;
    }
}
@media (min-width: 600px) {
    .c-breaking-news.contribute-banner a:first-child {
        display: inherit;
        margin-bottom: 0;
    }
}
@media (min-width: 600px) {
    .c-breaking-news.contribute-banner .c-breaking-news__contribute-button.p-button {
        margin-left: 40px;
        margin-right: 15px;
    }
}
@media (min-width: 950px) {
    .c-breaking-news.contribute-banner .c-breaking-news__contribute-button.p-button {
        margin-left: 80px;
        margin-right: 30px;
        padding: 15px 30px;
        font-size: 16px;
        position: relative;
        left: -30px;
    }
}
@media (min-width: 600px) and (max-width: 950px) {
    .c-breaking-news.contribute-banner .c-breaking-news__label {
        padding-left: 16px;
        padding-top: 38px;
    }
}
@media (min-width: 600px) {
    .c-breaking-news.contribute-banner .c-breaking-news__label {
        align-items: center;
        display: flex;
        font-size: 1.2em;
    }
}
@media (min-width: 950px) {
    .c-breaking-news.contribute-banner .c-breaking-news__label {
        flex-basis: 20%;
        padding-bottom: 32px;
        padding: 32px 0 32px 16px;
    }
}
@media (min-width: 600px) and (max-width: 950px) {
    .c-breaking-news.contribute-banner .c-breaking-news__content {
        text-align: left;
        padding: 10px 16px 20px;
    }
}
@media (min-width: 600px) {
    .c-breaking-news.contribute-banner .c-breaking-news__close {
        top: 20px;
        right: 20px;
    }
}
@media (min-width: 950px) {
    .c-breaking-news.contribute-banner .c-breaking-news__close {
        top: 10px;
        right: 9px;
    }
}
.c-group-header a[href="http://www.vox.com/i-think-youre-interesting"] img
{
    display: none;
}
.c-group-header a[href="http://www.vox.com/i-think-youre-interesting"]+h1
{
    display: block;
}
.c-group-header a[href="http://www.vox.com/ezra-klein-show-podcast"] img
{
    display: none;
}
.c-group-header a[href="http://www.vox.com/ezra-klein-show-podcast"]+h1
{
    display: block;
}
.c-group-header a[href="http://www.vox.com/the-weeds"] img
{
    display: none;
}
.c-group-header a[href="http://www.vox.com/the-weeds"]+h1
{
    display: block;
}
.c-group-header a[href="http://www.vox.com/weeds-in-the-wild"] img
{
    display: none;
}
.c-group-header a[href="http://www.vox.com/weeds-in-the-wild"]+h1
{
    display: block;
}
iframe[src*="//apps.voxmedia.com/"]
{
    margin-bottom: 24px;
}
@media (min-width: 728px) {
    .c-entry-box--compact--package_landing.c-entry-box--compact--hero .c-entry-box--compact__dek {
        display: block !important;
    }
}
.c-entry-box--compact__body .c-entry-box__ad-preamble,
.c-entry-box--compact__body .c-entry-box__ad-preamble .c-byline,
.c-entry-box--compact__body .sg-preamble {
    font-family: Balto, Helvetica, sans-serif;
    font-size: 13.5px;
}
body[data-group-id="80301"] .c-podcast-player {
    background-color: #f1f3f2;
}
.commentlist .li-comment {
    border-radius: 5px 5px 5px 5px;
    border: 3px solid #f1f1f1;
    background-position: 10px 15px;
    font-size: 14px;
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 3px 10px 10px 10px;
    position: relative;
}
.commentlist .li-comment:nth-child(odd) {
    background: #fff;
}
.commentlist .children .li-comment {
    background: 0 0;
    background-position: 10px 15px;
    padding-right: 0;
    padding: 3px 10px 10px 10px;
}
.commentlist .li-comment:nth-child(odd) .children .li-comment {
    background: #fff;
}
.commentlist {
    margin: 0;
}
.commentlist .children {
    margin-left: 20px;
}
.li-comment {
    position: relative;
}
.li-comment::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 39px;
    background: #f1f1f1;
}
.comment-author {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 30px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    position: relative;
}
.comment-author::after {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    background: url(https://secure.gravatar.com/avatar/?s=40&d=mm&r=g?s=280&d=mm&r=g);
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 30px;
    position: absolute;
    top: -8px;
    left: -35px;
}
.commentlist li .comment-info {
    margin: 0 0 10px 0;
    position: relative;
    left: 8px;
    display: inline-block;
}
.commentlist li .comment-info a,
.style4 a,
.style4 a strong,
center div p a,
center div p a strong,
div[align="center"] a,
p.byline.small b a {
    border-bottom: none !important;
}
.commentlist li .comment-info + p {
    white-space: pre-wrap;
    font-size: 15px;
    line-height: 20px;
    margin-top: 1.2rem;
    white-space: pre-line;
    word-break: break-word;
    word-wrap: break-word;
}
input,
textarea {
    border: 1px solid #e4e4e4;
}
textarea {
    width: 100%;
    margin-top: 10px;
}
a.comment-reply-link {
    background: #fc7655;
    border-radius: 5px;
    color: #000;
    padding: 2px 8px;
    font-weight: 400;
    box-sizing: border-box;
    margin-top: 5px;
}
#reply-title {
    margin-top: 20px;
    font-size: 20px;
    position: relative;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.xl-comment-count {
    color: #777;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: italic;
}
.stream-item-below-post,
.stream-item-below-post-content {
    margin: 30px auto;
}
.stream-item {
    text-align: center;
    margin: 20px 0;
    padding: 0;
}
.stream-title {
    margin-bottom: 3px;
    font-size: 80%;
    line-height: 20px;
    color: #a5a5a5;
    display: block;
}
.ad-slot {
    display: none;
    position: relative;
    margin-top: 1.5em;
    text-align: center;
}
i.icon.icon-comment:before {
    content: "\e913";
    color: #fff;
}
h2.spot-im-comment-title {
    margin-top: 2em;
}
h2.spot-im-comment-title {
    background: #000;
    color: #fff;
    padding: 0.25rem 0.5rem 0.5rem;
    font-size: 22px;
    text-transform: uppercase;
}
.comment-style {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.4px;
}
ul.page-numbers {
    list-style: none;
    margin: 0;
}
.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}
.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 15px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
}
.page-numbers a span {
    padding: 0;
}
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}
.page-numbers:hover {
    text-decoration: none;
}
ul {
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 13.5px;
}
li {
    line-height: 1.15em;
    margin-bottom: 0.5em;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.u-off-black {
    color: #231f20;
}
.u-list {
    list-style: none;
}
.u-relative {
    position: relative;
}
.story-list,
.story-list a {
    color: #231f20 !important;
}
.story-list a:focus,
.story-list a:hover {
    color: #fc7655 !important;
    outline: 0 !important;
}
.pv-1 {
    padding-top: 5px !important;
}
.pv-1 {
    padding-bottom: 5px !important;
}
.pl-3 {
    padding-left: 20px !important;
}
.font-list {
    font-size: 17px;
    line-height: 23px;
}
.wrapper {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    position: relative;
}
.wrapper::after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (min-width: 768px) {
    .wrapper {
        padding: 0 15px;
    }
}
@media screen and (min-width: 1020px) {
    .wrapper {
        padding: 0 30px;
    }
}
@supports (display: grid) {
    .tsat-2020 .triplets {
        margin-bottom: 40px;
    }
    .tsat-2020 .triplets .icon-camera,
    .tsat-2020 .triplets .icon-label,
    .tsat-2020 .triplets .icon-video,
    .tsat-2020 .triplets .update-timestamp {
        display: inline-block;
        font-weight: 400;
        letter-spacing: 0;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets {
            display: grid;
            grid-column-gap: 0;
            grid-template-columns: auto 300px;
            grid-template-rows: repeat(3, auto);
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets {
            grid-template-columns: auto 265px 300px;
        }
    }
    .tsat-2020 .triplets .three-col-single {
        float: none;
        margin-bottom: 12px;
        margin-right: 0;
        width: inherit;
        padding-bottom: 20px;
        padding-right: 0;
    }
    @media screen and (max-width: 1019px) {
        .tsat-2020 .triplets .three-col-single {
            display: grid;
            grid-template-columns: auto 160px;
        }
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets .three-col-single {
            padding-bottom: 5px;
        }
    }
    .tsat-2020 .triplets .three-col-single:not(:nth-child(3)) {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 13px;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets .three-col-single:not(:nth-child(3)) {
            margin-bottom: 8px;
        }
    }
    @media screen and (min-width: 768px) and (max-width: 1019px) {
        .tsat-2020 .triplets .three-col-single {
            margin-right: 30px;
        }
    }
    .tsat-2020 .triplets .three-col-single .top-story-photo {
        display: inherit;
        float: none;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 0;
        width: 100%;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets .three-col-single .top-story-photo {
            margin-bottom: 10px;
        }
    }
    @media screen and (max-width: 1019px) {
        .tsat-2020 .triplets .three-col-single .top-story-photo {
            grid-column: 2;
            grid-row: 1;
            margin-top: 7px;
            max-width: 145px;
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets .three-col-single .top-story-photo {
            margin-left: 0;
        }
    }
    .tsat-2020 .triplets .three-col-single .three-col-text {
        float: none;
        width: 100%;
    }
    @media screen and (max-width: 1019px) {
        .tsat-2020 .triplets .three-col-single .three-col-text {
            grid-column: 1;
            grid-row: 1;
        }
    }
    .tsat-2020 .triplets .three-col-single .three-col-text .top-story-title {
        font-size: 20px;
        line-height: 23px;
    }
    @media screen and (max-width: 767px) {
        .tsat-2020 .triplets .three-col-single .three-col-text .top-story-title {
            margin: 0;
        }
    }
    .tsat-2020 .triplets .three-col-single .triplet-summary {
        display: block;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }
    .tsat-2020 .triplets .three-col-single.first {
        grid-template-columns: 1fr;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets .three-col-single.first {
            padding-bottom: 15px;
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets .three-col-single.first {
            border-bottom: none;
            border-right: 1px solid #e0e0e0;
            grid-row: 1/-1;
            padding-right: 15px;
        }
    }
    .tsat-2020 .triplets .three-col-single.first .top-story-photo {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 10px;
        margin-left: 0;
        margin-top: 0;
        max-width: inherit;
    }
    .tsat-2020 .triplets .three-col-single.first .three-col-text {
        grid-column: 1;
        grid-row: 2;
    }
    .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title {
        font-size: 26px;
        line-height: 28px;
    }
    @media screen and (max-width: 767px) {
        .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title {
            margin: 0 0 10px 0;
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title {
            font-size: 30px;
            line-height: 33px;
        }
    }
    .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title .icon-camera,
    .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title .icon-label,
    .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title .icon-video,
    .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title .update-timestamp {
        display: none;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets .three-col-single:nth-child(2),
        .tsat-2020 .triplets .three-col-single:nth-child(3) {
            grid-column: 1;
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets .three-col-single:nth-child(2),
        .tsat-2020 .triplets .three-col-single:nth-child(3) {
            margin: 0 30px 15px 15px;
            grid-column: 2;
        }
    }
    @media screen and (max-width: 1019px) {
        .tsat-2020 .triplets .three-col-single:nth-child(2) {
            grid-row: 2;
        }
        .tsat-2020 .triplets .three-col-single:nth-child(3) {
            grid-row: 3;
        }
    }
    .tsat-2020 .triplets #ad-right-top {
        display: block;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets #ad-right-top {
            grid-column: 2;
            grid-row: 1/-1;
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets #ad-right-top {
            grid-column: 3;
        }
    }
}
@-moz-document url-prefix() {
    .-moz-select {
        background-color: #eee;
        background-position: 98% center;
        background-repeat: no-repeat;
        background-size: 12px 8px;
        border: 1px solid silver;
        border-radius: 3px;
        box-shadow: none;
        max-height: 37px;
        margin-bottom: 10px;
    }
    .-moz-select select {
        -moz-appearance: window;
        margin-bottom: 0 !important;
    }
    .-moz-select select option {
        padding: 3px 6px;
    }
}
.story-list {
    counter-reset: story-counter;
}
.story-list h3 {
    font-family: helvetica neue, helvetica, sans-serif;
    font-size: 24px;
    line-height: 27px;
    border-bottom: 3px solid #fc7655;
    margin: 0;
    padding-bottom: 5px;
}
.story-list ul {
    list-style: none;
}
.story-list ul li {
    list-style-type: none;
    padding: 10px 0;
    position: relative;
    font-size: 17px;
    line-height: 23px;
    margin: 0;
}
.story-list ul li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}
.story-list a {
    display: inline-block;
}
.story-list.most-shared li a {
    padding: 10px 0 10px 25px;
}
.story-list.most-shared li::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: counter(story-counter);
    counter-increment: story-counter;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    font-family: helvetica neue, helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 6px 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
    .section-stories {
        clear: both;
        margin-top: 20px;
    }
}
@media screen and (min-width: 1020px) {
    .section-stories {
        float: left;
        display: block;
        margin-right: 4.9180327869%;
        width: 47.5409836066%;
        margin-right: 0;
    }
    .section-stories:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width: 600px) {
    @supports (display: flex) {
        .recirculation-widget--item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
        }
    }
}
@media screen and (min-width: 600px) {
    @supports (display: flex) {
        .recirculation-widget--homepage-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
        }
    }
}
@media screen and (min-width: 600px) {
    @supports (display: flex) {
        .recirculation-widget--image-wrapper {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.3% - 12px);
            flex: 0 0 calc(33.3% - 12px);
        }
    }
}
@media screen and (min-width: 600px) {
    @supports (display: flex) {
        .recirculation-widget--text-wrapper {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(66.6% - 12px);
            flex: 0 0 calc(66.6% - 12px);
        }
    }
}
.icon {
    vertical-align: middle;
    height: 15px;
    width: 15px;
}
.article-body {
    clear: left;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
    .article-body {
        padding: 0 30px;
    }
}
@media screen and (min-width: 1020px) {
    .article-body > h2,
    .article-body > h3,
    .article-body > h4,
    .article-body > ul {
        float: left;
        display: block;
        margin-right: 3.2258064516%;
        width: 65.5913978495%;
        margin-left: 17.2043010753%;
        float: none;
    }
    .article-body > h2:last-child,
    .article-body > h3:last-child,
    .article-body > h4:last-child,
    .article-body > ul:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) {
    .article-aside {
        clear: right;
        float: right;
        width: 300px;
        margin-left: 30px;
        margin-bottom: 30px;
    }
}
div[class*="s2nPlayer-"] {
    margin-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
._237A3 {
    background-color: #f6f6f6;
}
._237A3 {
    position: relative;
}
._237A3 img {
    border-radius: inherit;
}
._237A3 {
    font-size: 12px;
    line-height: 16px;
}
._237A3 ._237A3 {
    vertical-align: bottom;
}
._237A3 img {
    width: 100%;
    vertical-align: bottom;
}
.KPZ7z {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 110px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 0;
}
.KPZ7z,
.KPZ7z ._3YMZo {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-direction: normal;
}
.KPZ7z ._3YMZo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.KPZ7z ._3YMZo ._34o8D {
    font-size: 18px;
    color: #4c4e4d;
    line-height: 20px;
    -webkit-line-clamp: 3;
    font-family: ScoutBold, Arial, Helvetica, sans-serif;
}
.KPZ7z ._3YMZo ._34o8D,
.KPZ7z ._3YMZo ._3IQjM {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.KPZ7z ._3YMZo ._3IQjM {
    font-size: 12px;
    color: #aaa;
    line-height: 16px;
    margin-top: 5px;
    -webkit-line-clamp: 1;
}
.KPZ7z ._2tsIz {
    width: 110px;
    height: 84px;
    margin-left: 21px;
    position: relative;
}
.KPZ7z ._2tsIz img {
    width: 110px;
    height: 84px;
    object-fit: cover;
}
.KPZ7z ._2tsIz ._3f64j {
    width: 110px;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
._2Zr6X {
    height: 1px;
    width: 100%;
    margin-left: 14px;
    margin-right: 14px;
    background-color: #e7e7e7;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    ._2Zr6X {
        -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
    ._2Zr6X {
        -webkit-transform: scaleY(0.25);
        -ms-transform: scaleY(0.25);
        transform: scaleY(0.25);
    }
}
@media only screen and (min-width: 600px) {
    * [aria-labelledby="mobile-search"],
    .mobile-search {
        display: none;
        max-height: 0;
        overflow: hidden;
    }
}
[hidden] {
    display: none;
}
input {
    font: inherit;
}
input {
    overflow: visible;
}
input {
    margin: 0;
}
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
[type="reset"],
[type="submit"],
html [type="button"] {
    -webkit-appearance: button;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-moz-selection {
    background: #fc7655;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #fc7655;
    color: #fff;
    text-shadow: none;
}
input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #2c2f34;
    font-size: 12px;
    outline: 0;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background 0.3s, border 0.3s;
    max-width: 100%;
    background-color: transparent;
}
input:hover,
input[type="text"]:focus {
    background-color: rgba(0, 0, 0, 0.03);
}
input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
[type="submit"] {
    width: auto;
    position: relative;
    background-color: #fc7655;
    color: #fff;
    padding: 7px 15px;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="submit"]:hover {
    background-color: #333333;
    text-decoration: none;
    color: #fff;
}
.xlcenter {
    background: #fff;
    margin: 10px;
    padding: 10px 10px;
    text-align: center;
}



		.row {
    margin-left: -15px;
    margin-right: -15px
}

.row::after {
    content: "";
    display: table;
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1 {
    float: left;
    width: 8.333333%
}

.col-xs-2 {
    float: left;
    width: 16.666667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-4 {
    float: left;
    width: 33.333333%
}

.col-xs-5 {
    float: left;
    width: 41.666667%
}

.col-xs-6 {
    float: left;
    width: 50%
}

.col-xs-7 {
    float: left;
    width: 58.333333%
}

.col-xs-8 {
    float: left;
    width: 66.666667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-10 {
    float: left;
    width: 83.333333%
}

.col-xs-11 {
    float: left;
    width: 91.666667%
}

.col-xs-12 {
    float: left;
    width: 100%
}

@media (min-width:544px) {
    .col-sm-1 {
        float: left;
        width: 8.333333%
    }
    .col-sm-2 {
        float: left;
        width: 16.666667%
    }
    .col-sm-3 {
        float: left;
        width: 25%
    }
    .col-sm-4 {
        float: left;
        width: 33.333333%
    }
    .col-sm-5 {
        float: left;
        width: 41.666667%
    }
    .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-7 {
        float: left;
        width: 58.333333%
    }
    .col-sm-8 {
        float: left;
        width: 66.666667%
    }
    .col-sm-9 {
        float: left;
        width: 75%
    }
    .col-sm-10 {
        float: left;
        width: 83.333333%
    }
    .col-sm-11 {
        float: left;
        width: 91.666667%
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        float: left;
        width: 8.333333%
    }
    .col-md-2 {
        float: left;
        width: 16.666667%
    }
    .col-md-3 {
        float: left;
        width: 25%
    }
    .col-md-4 {
        float: left;
        width: 33.333333%
    }
    .col-md-5 {
        float: left;
        width: 41.666667%
    }
    .col-md-6 {
        float: left;
        width: 50%
    }
    .col-md-7 {
        float: left;
        width: 58.333333%
    }
    .col-md-8 {
        float: left;
        width: 66.666667%
    }
    .col-md-9 {
        float: left;
        width: 75%
    }
    .col-md-10 {
        float: left;
        width: 83.333333%
    }
    .col-md-11 {
        float: left;
        width: 91.666667%
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        float: left;
        width: 8.333333%
    }
    .col-lg-2 {
        float: left;
        width: 16.666667%
    }
    .col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-4 {
        float: left;
        width: 33.333333%
    }
    .col-lg-5 {
        float: left;
        width: 41.666667%
    }
    .col-lg-6 {
        float: left;
        width: 50%
    }
    .col-lg-7 {
        float: left;
        width: 58.333333%
    }
    .col-lg-8 {
        float: left;
        width: 66.666667%
    }
    .col-lg-9 {
        float: left;
        width: 75%
    }
    .col-lg-10 {
        float: left;
        width: 83.333333%
    }
    .col-lg-11 {
        float: left;
        width: 91.666667%
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-body {
    display: table-cell;
    vertical-align: top
}

.p-a-0 {
    padding: 0 0!important
}

.p-a-1 {
    padding: 1rem 1rem!important
}

.p-a-2 {
    padding: 1.5rem 1.5rem!important
}

.p-a-3 {
    padding: 3rem 3rem!important
}

.text-xs-center {
    text-align: center!important
}

@media (min-width:544px) {
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-center {
        text-align: center!important
    }
}

.text-info {
    color: #5bc0de!important
}


.text-center {
    text-align: center
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.col-0 {
    clear: left
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

.row [class*=col-] {
    padding-left: 12px;
    padding-right: 12px
}

.row-lg {
    margin-left: -20px;
    margin-right: -20px
}

.row-lg [class*=col-] {
    padding-left: 20px;
    padding-right: 20px
}

.row-md {
    margin-left: -16px;
    margin-right: -16px
}

.row-md [class*=col-] {
    padding-left: 16px;
    padding-right: 16px
}

.row-sm {
    margin-left: -8px;
    margin-right: -8px
}

.row-sm [class*=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.row-xs {
    margin-left: -4px;
    margin-right: -4px
}

.row-xs [class*=col-] {
    padding-left: 4px;
    padding-right: 4px
}

@media (min-width:992px) {
    .col-lg-2-4 {
        width: 20%;
        float: left
    }
}

@media (max-width:991px) {
    .row {
        margin-left: -8px;
        margin-right: -8px
    }
    .row [class*=col-] {
        padding-left: 8px;
        padding-right: 8px
    }
    .row-2 [class*=col] {
        width: 50%;
        float: left
    }
    .row-2 .col-0 {
        clear: none
    }
}

@media (max-width:767px) {
    .row {
        margin-left: -4px;
        margin-right: -4px
    }
    .row [class*=col-] {
        padding-left: 4px;
        padding-right: 4px
    }
}

.row-col {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%
}

.row-col>[class*=" col-"],
.row-col>[class*=col-] {
    vertical-align: top;
    float: none;
    padding: 0;
    position: static
}

.row-row {
    display: table-row;
    height: 100%
}

.row-body {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

@media (min-width:992px) {
    .row-col>[class*=" col-lg"],
    .row-col>[class*=col-lg] {
        display: table-cell;
        height: 100%
    }
}

@media (min-width:768px) {
    .row-col>[class*=" col-md"],
    .row-col>[class*=col-md] {
        display: table-cell;
        height: 100%
    }
}

@media (min-width:544px) {
    .row-col>[class*=" col-sm"],
    .row-col>[class*=col-sm] {
        display: table-cell;
        height: 100%
    }
}

.row-col>[class*=" col-xs"],
.row-col>[class*=col-xs] {
    display: table-cell;
    height: 100%
}

@media (max-width:543px) {
    .row-col-xs {
        display: block
    }
    .row-col-xs .row-body {
        overflow: visible!important
    }
}

[data-layout],
[layout] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

[data-layout=column],
[layout=column] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

[data-layout=row],
[layout=row] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

[data-layout-wrap],
[layout-wrap] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-layout-fill],
[layout-fill] {
    margin: 0;
    min-height: 100%;
    width: 100%
}

@-moz-document url-prefix() {
    [data-layout-fill],
    [layout-fill] {
        margin: 0;
        width: 100%;
        min-height: auto;
        height: inherit
    }
}

[data-flex],
[flex] {
    box-sizing: border-box;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

[data-flex-no-shrink],
[flex-no-shrink] {
    flex-shrink: 0
}


.item {
    position: relative;
    margin: 0 auto
}

.item::after {
    content: "";
    display: table;
    clear: both
}

.item .center {
    position: absolute;
    padding: 0!important;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.item-media {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: inherit
}

.item-media:after {
    content: '';
    display: block;
    padding-top: 100%
}

.item-media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, .2)
}

.item-info {
    position: relative;
    padding: 10px 0 20px 0;
    border-radius: inherit
}

.item-title {
    font-weight: 600
}

.white {
    background-color: #fff
}

.info {
    color: rgba(255, 255, 255, .87);
    background-color: #6887ff
}

.rounded {
    border-radius: 500px
}

.p-a {
    padding: 1rem
}

.p-a-lg {
    padding: 3rem
}

.p-a-md {
    padding: 1.5rem
}

.p-a-sm {
    padding: .5rem
}

.p-a-xs {
    padding: .25rem
}

.padding {
    padding: 1.5rem 1.5rem
}

@media (max-width:991px) {
    .padding {
        padding: 1.5rem 1rem
    }
}

@media (max-width:767px) {
    .padding {
        padding: 1.5rem .5rem
    }
}

a.info:hover {
    background-color: #5b7dff
}

a.text-info:hover {
    color: #5b7dff
}

.text-info {
    color: #6887ff!important
}

.text-white {
    color: #fff!important
}

._100 {
    font-weight: 100
}

._200 {
    font-weight: 200
}

._300 {
    font-weight: 300
}

._400 {
    font-weight: 400
}

._500 {
    font-weight: 500
}

._600 {
    font-weight: 600
}

._700 {
    font-weight: 700
}

._800 {
    font-weight: 800
}

.text {
    font-size: 1rem
}

.text-xs {
    font-size: .65rem
}

.text-sm {
    font-size: .8rem
}

.text-md {
    font-size: 1.125rem
}

.text-lg {
    font-size: 1.5rem
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
} 

	ul.related_post li a {
    color: #333;
    font-weight: bolder;
    font-size: 15px
}

.wp_rp_wrap {
    clear: both
}

ul.related_post {
    margin: 0 0 18px 0;
    padding: 0;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -moz-column-rule: 1px solid #ccc;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -webkit-column-rule: 1px solid #ccc;
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #ccc
}

ul.related_post li {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

ul.related_post li img {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    float: none;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

ul.related_post li a.wp_rp_thumbnail {
    display: block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    float: left;
    margin: 0 10px 0 0;
    padding: 0
}

@media screen and (max-width:480px) {
    ul.related_post {
        -moz-column-count: auto;
        -moz-column-gap: normal;
        -moz-column-rule: none;
        -webkit-column-count: auto;
        -webkit-column-gap: normal;
        -webkit-column-rule: none;
        column-count: auto;
        column-gap: normal;
        column-rule: none
    }
}

ul.related_post li a {
 
}

.related_post_title {
    display: block;
    color: #333
}

.wp_rp_wrap {
    clear: both
}

ul.related_post {
    margin: 0 0 18px 0!important;
    padding: 0!important;
    -moz-column-count: 2!important;
    -moz-column-gap: 40px!important;
    -moz-column-rule: 1px solid #ccc!important;
    -webkit-column-count: 2!important;
    -webkit-column-gap: 40px!important;
    -webkit-column-rule: 1px solid #ccc!important;
    column-count: 2!important;
    column-gap: 40px!important;
    column-rule: 1px solid #ccc!important
}

ul.related_post li {
    overflow: hidden!important;
    list-style: none!important;
    margin: 0!important;
    padding: 0 0 10px 0!important;
    -moz-column-break-inside: avoid!important;
    -webkit-column-break-inside: avoid!important;
    break-inside: avoid-column!important
}

ul.related_post li img {
    display: block!important;
    max-width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    background: 0 0!important;
    border: none!important;
    float: none!important;
    border-radius: 3px!important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)!important
}

ul.related_post li a.wp_rp_thumbnail {
    display: block!important;
    width: 75px!important;
    height: 75px!important;
    overflow: hidden;
    float: left!important;
    margin: 0 10px 0 0!important;
    padding: 0!important
}

@media screen and (max-width:480px) {
    ul.related_post {
        -moz-column-count: auto!important;
        -moz-column-gap: normal!important;
        -moz-column-rule: none!important;
        -webkit-column-count: auto!important;
        -webkit-column-gap: normal!important;
        -webkit-column-rule: none!important;
        column-count: auto!important;
        column-gap: normal!important;
        column-rule: none!important
    }
}
		
		.wp_rp_publish_date {
    font-size: 80%;
    color: #777
}





html {
    box-sizing: border-box;
}
*,
::after,*,
:after,
:before {
    box-sizing: border-box;
    text-decoration: inherit;
    vertical-align: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
html {
    text-size-adjust: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
body {
    overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
sup {
    font-size: smaller;
    position: relative;
    left: 0.05em;
    top: -0.35em;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
[hidden],
audio:not([controls]),
template {
    display: none;
    height: 0;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
button {
    border: 0;
    background: 0 0;
    cursor: pointer;
}
img {
    border: 0;
    max-width: 100%;
}
svg {
    max-height: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
}
code,
kbd,
pre,
samp {
    font-family: monospace;
    overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
del,
s,
strike {
    text-decoration: line-through;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
html {
    font-size: 18px;
}
@media (max-width: 880px) {
    html {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    html {
        font-size: 15px;
    }
}
body {
    font-family: Helvetica, sans-serif;
    background-color: #fff;
    color: #4c4e4d;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    vertical-align: baseline;
}
h1 {
    font-size: calc(1em * 1.2 * 1.2 * 1.2);
}
@media (min-width: 600px) {
    h1 {
        font-size: calc(1em * 1.2 * 1.2 * 1.2 * 1.2);
    }
}
h2 {
    font-size: calc(1em * 1.2 * 1.2);
}
@media (min-width: 600px) {
    h2 {
        font-size: calc(1em * 1.2 * 1.2 * 1.2);
    }
}
h3 {
    font-size: calc(1em * 1.2);
}
@media (min-width: 600px) {
    h3 {
        font-size: calc(1em * 1.2 * 1.2);
    }
}
h4 {
    font-size: 1em;
}
@media (min-width: 600px) {
    h4 {
        font-size: calc(1em * 1.2);
    }
}
h5 {
    font-size: calc(1em * 1.2 / 1.2);
}
@media (min-width: 600px) {
    h5 {
        font-size: 1em;
    }
}
h6 {
    font-size: calc(1em * 1.2 / 1.2 / 1.2);
}
@media (min-width: 600px) {
    h6 {
        font-size: calc(1em * 1.2 / 1.2);
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    margin-bottom: 0.6rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: currentColor;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #333;
}
a {
    color: #4f7177;
}
a:focus,
a:hover {
    color: #333;
}
small {
    font-size: 0.75em;
}
b,
strong {
    font-weight: 700;
}
em,
i {
    font-style: italic;
}
u {
    text-decoration: underline;
}
strike {
    text-decoration: line-through;
}
hr,
ol,
p,
pre,
ul {
    margin-bottom: 1.2rem;
}
blockquote {
    border-left: 2px solid #d1d1d1;
    padding: 1.2rem;
}
::selection {
    background: #fc7655;
}
::-moz-selection {
    background: #fc7655;
}
.l-root {
    background-color: #fff;
}
.l-segment {
    margin: 16px 0 0;
    padding: 16px 16px 0;
}
.l-segment .l-segment {
    padding: 0;
}
.l-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}
.l-hub-wrapper {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1080px;
}
.l-main-content {
    background-color: #fff;
    position: relative;
}
.l-main-content .l-segment:first-of-type {
    margin-top: 0;
}
@media (max-width: 880px) {
    .l-main-content {
        border-left: 0;
        border-right: 0;
    }
}
@media (max-width: 600px) {
    .l-main-content {
        margin-top: 0;
    }
}
@media (min-width: 880px) {
    .l-sidebar-fixed {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .ie9 .l-sidebar-fixed:after {
        clear: both;
        content: "";
        display: table;
    }
    .l-sidebar-fixed:first-child {
        margin-top: 1.56rem;
    }
    .l-sidebar-fixed:last-child {
        margin-bottom: 1.56rem;
    }
    .l-sidebar-fixed > :nth-child(2) {
        margin-left: 1.56rem;
    }
}
@media (min-width: 880px) {
    .l-hub-wrapper .l-sidebar-fixed:first-child {
        margin-top: 0;
    }
    .l-hub-wrapper .l-sidebar-fixed:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 880px) {
    .l-col__main {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        min-width: 0;
    }
    .ie9 .l-col__main {
        float: left;
        width: 60%;
    }
}
@media (min-width: 600px) {
    .l-col__sidebar {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 300px;
        min-width: 0;
    }
    .ie9 .l-col__sidebar {
        float: left;
        width: 300px;
    }
    .l-col__sidebar .chorus-ad-placement iframe {
        margin-top: 0;
    }
}
.l-col__sidebar > * {
    margin-top: 1.2rem;
}
@media (min-width: 600px) {
    .l-col__sidebar > :first-child {
        margin-top: 0;
    }
}
main:focus {
    outline: 0;
}
@media (min-width: 600px) {
    .l-header + main,
    .l-header + span[data-content-admin-id] + main,
    .l-header + style + main {
        margin-top: 64px;
    }
}
.c-entry-content {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    margin: 0 0 1.2rem;
    position: relative;
}
.c-entry-content:after {
    clear: both;
    content: "";
    display: table;
}
.c-entry-content h1,
.c-entry-content h2,
.c-entry-content h3,
.c-entry-content h4,
.c-entry-content h5,
.c-entry-content h6 {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
}
.c-entry-content li,
.c-entry-content p {
    font-size: 18px;
}
.c-entry-content a {
    border-bottom: 1px solid;
    border-bottom-color: transparent;
    color: #fc7655;
}
.c-entry-content a:hover {
    border-bottom-color: transparent;
    color: #333;
}
.c-entry-content a img {
    box-shadow: 0 8px #fff;
}
.c-entry-content iframe {
    border: 0;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.c-entry-content .fb-post,
.c-entry-content .instagram-media,
.c-entry-content .tumblr-embed,
.c-entry-content .twitter-tweet,
.c-entry-content .vine {
    margin: 0 auto;
    margin-bottom: 2.2rem !important;
    margin-top: 2.2rem !important;
}
.c-entry-content .DC-embed-document,
.c-entry-content .fb-video,
.c-entry-content iframe[src*="art19.com"],
.c-entry-content iframe[src*="docs.google.com"],
.c-entry-content iframe[src*="facebook.com"],
.c-entry-content iframe[src*="megaphone.fm"],
.c-entry-content iframe[src*="mrctv.org"],
.c-entry-content iframe[src*="soundcloud.com"],
.c-entry-content iframe[src*="trends.google.com"] {
    margin-bottom: 2.2rem;
}
.c-entry-content .c-image-gallery {
    margin: 2.2rem 0;
}
.c-entry-content .fb-post {
    text-align: center;
    width: 100%;
}
.c-entry-content .fb-post > span {
    max-width: 100%;
}
.c-entry-content ol,
.c-entry-content ul {
    margin-left: 0.6rem;
    padding-left: 1.2rem;
}
.c-entry-content ol > ol,
.c-entry-content ol > ul,
.c-entry-content ul > ol,
.c-entry-content ul > ul {
    margin: 0;
}
.c-entry-content li {
    margin-bottom: 0.6rem;
}
.c-entry-content li > p {
    margin: 1.2rem 0;
}
.c-entry-content .p-pullquote,
.c-entry-content .pullquote,
.c-entry-content .s-share-quote .s-share-quote__text,
.c-entry-content q {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.25;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #5996ad;
    display: block;
    margin-bottom: 1.2rem;
    padding: 0;
}
.c-entry-content .p-pullquote:before,
.c-entry-content .pullquote:before,
.c-entry-content .s-share-quote .s-share-quote__text:before,
.c-entry-content q:before {
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    margin-bottom: 1.2rem;
}
.c-entry-content .p-pullquote:after,
.c-entry-content .pullquote:after,
.c-entry-content .s-share-quote .s-share-quote__text:after,
.c-entry-content q:after {
    content: "";
}
@media (max-width: 728px) {
    .c-entry-content .p-pullquote,
    .c-entry-content .pullquote,
    .c-entry-content .s-share-quote .s-share-quote__text,
    .c-entry-content q {
        font-size: 1.5em;
    }
}
.c-entry-content .p-pullquote,
.c-entry-content .p-pullquote ol,
.c-entry-content .p-pullquote p,
.c-entry-content .p-pullquote ul,
.c-entry-content .pullquote,
.c-entry-content .pullquote ol,
.c-entry-content .pullquote p,
.c-entry-content .pullquote ul,
.c-entry-content .s-share-quote .s-share-quote__text,
.c-entry-content .s-share-quote .s-share-quote__text ol,
.c-entry-content .s-share-quote .s-share-quote__text p,
.c-entry-content .s-share-quote .s-share-quote__text ul,
.c-entry-content q,
.c-entry-content q ol,
.c-entry-content q p,
.c-entry-content q ul {
    line-height: 1.25;
}
.c-entry-content .blockquote,
.c-entry-content .p-blockquote,
.c-entry-content blockquote {
    font-family: Helvetica, sans-serif;
    background-color: transparent;
    border-left: 3px solid #4f7177;
    font-size: 1em;
    font-style: normal;
    font-weight: 100;
    letter-spacing: normal;
    line-height: 1.6;
    margin: 1.2rem 0;
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    text-transform: none;
}
.c-entry-content .blockquote p,
.c-entry-content .p-blockquote p,
.c-entry-content blockquote p {
    font-size: inherit;
}
.c-entry-content .blockquote p:last-child,
.c-entry-content .p-blockquote p:last-child,
.c-entry-content blockquote p:last-child {
    margin-bottom: 0;
}
.c-entry-content blockquote ol {
    margin-left: 2em;
}
.c-entry-content blockquote li:before {
    padding-top: 1px;
    top: -2px;
}
.c-entry-content img {
    max-width: 100%;
    height: auto;
}
.c-entry-content .article-caption,
.c-entry-content .caption {
    font-family: Helvetica, sans-serif;
    border-bottom: 1px solid #d1d1d1;
    color: #626262;
    display: block;
    font-size: 0.75em;
    padding: 8px 0;
    width: 100%;
}
.c-entry-content .article-caption p,
.c-entry-content .caption p {
    font-size: inherit;
    display: inline;
}
@media (min-width: 728px) {
    .c-entry-content .article-caption,
    .c-entry-content .caption {
        margin-left: 0;
        margin-right: 0;
    }
}
.c-entry-content .caption.offset,
.c-entry-content .e-image + .article-caption,
.c-entry-content .e-image + .caption {
    margin-bottom: 1.2rem;
    margin-top: -2.2rem;
}
.c-entry-content .p-scalable-video + .article-caption,
.c-entry-content .p-scalable-video + .caption {
    margin-top: -1.2rem;
    margin-bottom: 1.2rem;
}
.c-entry-content .e-image img {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.c-entry-content .e-image img.c-dynamic-image {
    width: 100%;
}
.c-entry-content .e-image img.c-dynamic-image.lazy-loaded {
    width: auto;
}
.c-entry-content .hidden {
    display: none;
}
.c-entry-content .overflow-wrapper {
    overflow-x: auto;
    width: 100%;
}
@media (min-width: 728px) {
    .c-entry-content .float-right,
    .c-entry-content .right {
        float: right;
        margin-left: 5%;
        width: 45%;
    }
    .c-entry-content .float-right:after,
    .c-entry-content .right:after {
        clear: both;
        content: "";
        display: table;
    }
    .c-entry-content .float-left,
    .c-entry-content .left {
        float: left;
        margin-right: 5%;
        width: 45%;
    }
    .c-entry-content .float-left:after,
    .c-entry-content .left:after {
        clear: both;
        content: "";
        display: table;
    }
}
.c-entry-content hr {
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    margin: 1.2rem auto;
}
.c-entry-content .p-fullbleed-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.c-entry-content [align="right"] {
    margin: 0 0 0.6em 0.6em;
}
.c-entry-content [align="left"] {
    margin: 0 0.6em 0.6em 0;
}
.c-entry-content [align="left"],
.c-entry-content [align="right"] {
    max-width: 60%;
}
@media (max-width: 400px) {
    .c-entry-content [align="left"],
    .c-entry-content [align="right"] {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}
.c-entry-content .align-left,
.c-entry-content .align-right {
    float: left;
    padding: 0 1em 0 0;
    width: 40%;
}
@media (max-width: 600px) {
    .c-entry-content .align-left,
    .c-entry-content .align-right {
        width: 60%;
    }
}
@media (max-width: 400px) {
    .c-entry-content .align-left,
    .c-entry-content .align-right {
        padding: 0;
        width: 100%;
    }
}
.c-entry-content .align-left img,
.c-entry-content .align-right img {
    width: 100%;
}
.c-entry-content .align-right {
    float: right;
    padding: 0 0 0 1em;
}
@media (max-width: 400px) {
    .c-entry-content .align-right {
        padding: 0;
    }
}
.c-entry-content .text-align-left {
    text-align: left;
}
.c-entry-content .text-align-right {
    text-align: right;
}
.c-entry-content .text-align-center {
    text-align: center;
}
.c-entry-content .end:after {
    color: #595b5a;
    content: " \25A0";
}
.c-entry-content p.credit {
    font-style: italic;
    font-size: 0.75em;
}
.c-entry-content:first-child {
    margin-top: 0;
}
.c-entry-content:last-child {
    margin-bottom: 0;
}
.c-entry-content:first-child .e-image {
    margin-top: 0;
}
.c-entry-content__stream,
.c-entry-content__stream:last-child {
    margin-bottom: 1.2rem;
}
.c-entry-content .c-entry-corrections {
    padding-top: 16px;
}
@media (max-width: 600px) {
    .c-entry-content .c-entry-corrections {
        margin: 0 -16px;
    }
}
a,
a svg,
button {
    transition: color 0.1s, background-color 0.1s, fill 0.1s;
}
a:focus,
button:focus {
    outline: thin dotted;
}
.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
* + .sr-only {
    right: 0;
}
.link-skip[href] {
    background: #fff;
    border: 0.25em solid #4f7177;
    color: #4f7177;
    display: block;
    font-size: 1.75em;
    line-height: 1.1;
    opacity: 0;
    padding: 1em;
    position: relative;
    text-align: center;
    transition: opacity 0.2s ease-in;
    z-index: 5000000;
}
.link-skip:focus,
.link-skip:hover {
    opacity: 1;
}
p.m-listicle__credit {
    font-size: 13px;
    margin-bottom: 0;
}
.numbered .m-listicle__social {
    top: 3px;
}
@media (min-width: no-breakpoint-mall) {
    .l-harmony-grid {
        grid-gap: no-spacing-scale-spacing_scale_medium-pace_size5;
        grid-template-columns: [full-start] minmax(calc((1 - 1152px) / 2), 1fr) [main-start] repeat(12, [col-start] 1fr) [main-end] minmax(calc((1 - 1152px) / 2), 1fr) [full-end];
    }
}
.u-block {
    display: block;
}
.u-clearfix:after {
    clear: both;
    content: "";
    display: table;
}
.u-desktop-only {
    display: none;
}
@media (min-width: 880px) {
    .u-desktop-only {
        display: block;
    }
}
@media (min-width: 880px) {
    .u-mobile-only {
        display: none;
    }
}
@media (max-width: 400px) {
    .u-mobile-hidden {
        display: none;
    }
}
.u-list-dot-sep {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.u-list-dot-sep li {
    display: inline-block;
}
.u-list-dot-sep li:after {
    content: "\2022";
    display: inline-block;
    margin: 0 8px;
}
.u-list-dot-sep li:last-child:after {
    content: "";
    margin: 0;
}
.u-relative {
    position: relative;
}
.u-hidden-text {
    display: inline-block;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}
.l-hub-wrapper .m-ad__athena,
.l-hub-wrapper .m-ad__mobile_med_rec_athena,
.l-hub-wrapper .m-ad__native_ad_mobile {
    margin: 0 auto;
    padding: 32px 0;
}
@media (max-width: 600px) {
    .l-hub-wrapper .m-ad__athena,
    .l-hub-wrapper .m-ad__mobile_med_rec_athena,
    .l-hub-wrapper .m-ad__native_ad_mobile {
        margin: 0 auto;
        padding: 16px 0;
    }
}
.e-image--hero + .chorus-ad-placement #div-gpt-ad-mobile_leaderboard > div {
    margin-bottom: 1em;
    margin-top: 0;
}
.c-river .native-ad-linkset-link a,
.m-ad__mobile_article_body a,
.native-ad-latest a,
.native-ad-video a {
    color: currentColor;
}
.c-river .native-ad-linkset-link a:active,
.c-river .native-ad-linkset-link a:hover,
.m-ad__mobile_article_body a:active,
.m-ad__mobile_article_body a:hover,
.native-ad-latest a:active,
.native-ad-latest a:hover,
.native-ad-video a:active,
.native-ad-video a:hover {
    color: inherit;
}
.c-river .native-ad-linkset-link {
    border-bottom: 1px solid #d1d1d1;
    padding: 32px 0;
}
.c-river .native-ad-linkset-title {
    display: block;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    font-size: calc(1em * 1.2 * 1.2 * 1.2);
    margin-bottom: 8px;
}
.c-river .native-ad-linkset-title:hover {
    color: #333;
}
.c-related-list .native-ad-linkset-title {
    display: inline-block;
    margin-right: 8px;
}
.c-related-list .m-ad__right_rail_mobile {
    margin-top: 16px;
}
.l-root .m-ad__collapsed[data-chorus-ads-name="desktop_leaderboard_variable"],
.l-root .m-ad__collapsed[data-chorus-ads-name="tablet_leaderboard"] {
    display: inherit;
}
.c-entry-content .p-button,
.c-entry-content a.p-button,
.c-entry-content button,
.p-button {
    font-family: Helvetica, sans-serif;
    -webkit-appearance: none;
    background-color: #fc7655;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.75em;
    letter-spacing: 0.09em;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: inherit;
}
.c-entry-content .p-button a,
.c-entry-content .p-button a:active,
.c-entry-content .p-button a:hover,
.c-entry-content .p-button a:link,
.c-entry-content .p-button a:visited,
.c-entry-content .p-button:active,
.c-entry-content .p-button:hover,
.c-entry-content .p-button:link,
.c-entry-content .p-button:visited,
.c-entry-content a.p-button a,
.c-entry-content a.p-button a:active,
.c-entry-content a.p-button a:hover,
.c-entry-content a.p-button a:link,
.c-entry-content a.p-button a:visited,
.c-entry-content a.p-button:active,
.c-entry-content a.p-button:hover,
.c-entry-content a.p-button:link,
.c-entry-content a.p-button:visited,
.c-entry-content button a,
.c-entry-content button a:active,
.c-entry-content button a:hover,
.c-entry-content button a:link,
.c-entry-content button a:visited,
.c-entry-content button:active,
.c-entry-content button:hover,
.c-entry-content button:link,
.c-entry-content button:visited,
.p-button a,
.p-button a:active,
.p-button a:hover,
.p-button a:link,
.p-button a:visited,
.p-button:active,
.p-button:hover,
.p-button:link,
.p-button:visited {
    color: #fff;
}
.c-entry-content .p-button svg,
.c-entry-content a.p-button svg,
.c-entry-content button svg,
.p-button svg {
    fill: #fff;
    height: 1.2em;
    margin-right: 4px;
    vertical-align: middle;
    width: 1.2em;
}
.c-entry-content .p-button a:active,
.c-entry-content .p-button a:hover,
.c-entry-content .p-button:active,
.c-entry-content .p-button:focus,
.c-entry-content .p-button:hover,
.c-entry-content a.p-button a:active,
.c-entry-content a.p-button a:hover,
.c-entry-content a.p-button:active,
.c-entry-content a.p-button:focus,
.c-entry-content a.p-button:hover,
.c-entry-content button a:active,
.c-entry-content button a:hover,
.c-entry-content button:active,
.c-entry-content button:focus,
.c-entry-content button:hover,
.p-button a:active,
.p-button a:hover,
.p-button:active,
.p-button:focus,
.p-button:hover {
    background-color: #333;
    color: #fff;
}
.c-entry-content .p-button:focus,
.c-entry-content a.p-button:focus,
.c-entry-content button:focus,
.p-button:focus {
    box-shadow: 0 0 6px 2px #333;
    outline: thin dotted;
}
.c-entry-content .p-button.disabled,
.c-entry-content .p-button:disabled,
.c-entry-content a.p-button.disabled,
.c-entry-content a.p-button:disabled,
.c-entry-content button.disabled,
.c-entry-content button:disabled,
.p-button.disabled,
.p-button:disabled {
    background-color: #d1d1d1;
    color: #666;
    pointer-events: none;
}
hr.p-entry-hr {
    border: 0;
    border-bottom: 3px solid #fc7655;
    margin: 32px 0;
    padding: 0;
    clear: both;
}
body.gallery-full-screen {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.m-user-msg__controls,
.p-badge {
    text-align: center;
}
.p-badge {
    transition: color 0.1s, background-color 0.1s, fill 0.1s;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    background-color: hsla(0, 0%, 100%, 0.9);
    border-radius: 100%;
    color: #595b5a;
    z-index: 300;
}
.p-badge path {
    fill: #4f7177;
}
.p-badge__svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    margin-left: 5%;
    margin-top: 1%;
    width: 40%;
}
.p-badge__inline {
    float: left;
    height: 1em;
    margin-right: 4px;
    position: relative;
    vertical-align: middle;
    width: 1em;
}
.p-badge__overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 75px;
    width: 75px;
}
.c-entry-box:hover .p-badge,
.c-video-breaker__video:hover .p-badge,
.p-badge:hover {
    background-color: #fff;
    color: #333;
}
.c-entry-box:hover .p-badge path,
.c-video-breaker__video:hover .p-badge path,
.p-badge:hover path {
    fill: #333;
}
.p-svg-icon {
    fill: currentColor;
}
.p-page-title {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    border-bottom: 5px solid;
    border-color: #fc7655;
    margin: 16px 0;
    padding-bottom: 8px;
    text-align: center;
}
.p-dek {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    font-size: 1.25em;
    color: #666;
    margin-bottom: 0.6rem;
}
.p-dek a {
    color: #4f7177;
}
.p-alt-head,
.p-breaker-head,
.p-entry-breaker-head,
.p-rock-head {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.3em;
    border-bottom: 4px solid ;
    border-color: #fc7655;
    margin-bottom: 16px;
    padding: 8px 0;
}
.p-alt-head svg,
.p-breaker-head svg,
.p-entry-breaker-head svg,
.p-rock-head svg {
    display: inline-block;
    max-height: 2em;
    padding: 0;
    vertical-align: bottom;
    width: auto;
}
.p-rock-head {
    background-color: transparent;
    color: #4c4e4d;
    text-align: center;
}
.p-rock-head a {
    color: #4f7177;
}
@keyframes hourglass {
    0%,
    80%,
    to {
        box-shadow: 0 2.5em 0 -1.3em rgba(0, 0, 0, 0.4);
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(0, 0, 0, 0.4);
    }
}
.p-rock {
    margin-bottom: 16px;
    position: relative;
}
.p-rock-head svg {
    fill: #595b5a;
}
.p-rock-head__link {
    color: #666;
    font-size: 0.625em;
    position: absolute;
    right: 4px;
    text-transform: uppercase;
    top: 8px;
}
.p-rock-head__link:hover {
    color: #333;
}
.p-rock-head__link:hover svg {
    fill: #333;
}
.p-rock-head__link svg {
    fill: #666;
    height: 0.625em;
    width: 0.625em;
}
iframe[src*="soundcloud.com"]:not([height]) {
    height: 400px;
    width: 100%;
}
.p-large-text,
p.p-large-text {
    font-size: 1.2rem;
}
.l-segment .c-disclaimer {
    color: #626262;
    font-size: 0.75em;
}
.c-byline {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    font-size: 0.8em;
    color: #666;
}
.c-byline__item:before {
    border-left: 1px solid currentColor;
    content: "";
    display: inline-block;
    height: 1.1em;
    margin: 0 0.4em;
    vertical-align: middle;
    width: 2px;
}
.c-byline__item:first-child:before {
    display: none;
}
.c-byline__item a {
    font-weight: 400;
}
.c-byline__additional {
    margin-top: 8px;
}
.c-byline .c-entry-stat--words {
    display: inline-block;
}
.c-byline .c-entry-stat--words a {
    color: currentColor;
}
.c-byline .c-entry-stat--words__unread {
    color: #4f7177;
}
.c-byline .c-entry-stat--words a:hover,
a:hover .c-byline .c-entry-stat--words__unread {
    color: #333;
}
.c-dynamic-image {
    background-position: 50%;
    background-size: cover;
}
.c-dynamic-image img {
    object-fit: cover;
}
.c-dynamic-image--hub {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    background-position: 50%;
    background-size: cover;
}
.c-dynamic-image--hub > :not(.p-badge) {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (min-width: 1208.88889px) {
    .c-dynamic-image--hub {
        height: 680px;
        padding: 0;
    }
}
@media (max-width: 600px) {
    .c-dynamic-image--hub {
        margin: 0 -16px;
        width: auto;
    }
}
@media (min-width: 600px) {
    .c-river:not(.c-river--image-list) .c-entry-group-labels--feature li,
    .c-river:not(.c-river--image-list) .c-entry-group-labels--review li,
    .l-feature .c-entry-group-labels--feature li,
    .l-feature .c-entry-group-labels--review li {
        font-size: 1.2em;
        transform-origin: 0;
    }
}
.c-entry-box {
    position: relative;
    width: 100%;
    z-index: 0;
}
.c-entry-box .c-byline {
    margin: 0.625em 0;
}
@media (max-width: 600px) {
    .c-entry-box__image {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        width: 100%;
    }
    .c-entry-box__image > :not(.p-badge) {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .c-entry-box--feature .c-entry-box__image,
    .c-entry-box--group .c-entry-box__image,
    .c-entry-box--stream .c-entry-box__image {
        height: 100%;
        padding: 0;
    }
    .c-entry-box--feature .c-entry-box__image:after,
    .c-entry-box--group .c-entry-box__image:after,
    .c-entry-box--stream .c-entry-box__image:after {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-entry-box__image {
        height: 0;
        padding-top: 56.25%;
        position: relative;
        width: 100%;
    }
    .c-entry-box__image > * {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .c-entry-box--group .c-entry-box__image,
    .c-entry-box--stream .c-entry-box__image {
        height: 100%;
        padding: 0;
        z-index: 0;
    }
}
@media (max-width: 600px) {
    .c-entry-box--feature .c-entry-box__image-wrapper {
        height: 100%;
        position: absolute;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .c-entry-box--group .c-entry-box__image-wrapper,
    .c-entry-box--stream .c-entry-box__image-wrapper {
        width: 100%;
    }
    .c-entry-box--group .c-entry-box__image-wrapper .p-badge,
    .c-entry-box--stream .c-entry-box__image-wrapper .p-badge {
        display: none;
    }
}
@media (min-width: 600px) {
    .c-entry-box__image-wrapper {
        float: left;
        width: 30%;
    }
    .c-entry-box--group .c-entry-box__image-wrapper {
        top: 0;
    }
}
@media (max-width: 600px) {
    .c-entry-box--feature .c-entry-box__body {
        margin-top: 100px;
        padding: 0 16px 8px;
        position: relative;
    }
    .c-entry-box--feature .c-entry-box__body .c-entry-box__group-list {
        top: -88px;
    }
}
@media (max-width: 600px) and (min-width: 600px) {
    .c-entry-box--feature .c-entry-box__body .c-entry-box__group-list {
        top: 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box__body {
        padding: 0;
    }
    .c-entry-box__body.has-meta {
        padding: 0 0 32px;
    }
    .has-image .c-entry-box__body {
        float: left;
        padding-left: 16px;
        width: 70%;
    }
}
.c-entry-box__group-list {
    margin-bottom: 8px;
    position: relative;
    vertical-align: top;
    z-index: 300;
}
@media (max-width: 600px) {
    .has-image .c-entry-box__group-list {
        left: 8px;
        position: absolute;
        top: 8px;
    }
}
.c-entry-box__community {
    color: #b1b3b1;
    display: block;
    font-size: 0.625em;
    letter-spacing: 0.09em;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.c-entry-box__community a {
    color: currentColor;
}
.c-entry-box__community a:hover {
    color: #333;
}
.c-entry-box__community svg {
    height: 1.2em;
    width: 1.2em;
}
.c-entry-box__title {
    margin-bottom: 8px;
}
@media (min-width: 600px) {
    .c-entry-box--feature .c-entry-box__title {
        color: #4c4e4d;
    }
    .c-entry-box--feature .c-entry-box__title a:hover {
        color: #333;
    }
}
.c-entry-box__blurb {
    display: none;
    font-family: Helvetica, sans-serif;
    font-size: 0.75em;
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .c-entry-box__blurb {
        display: block;
    }
}
@media (min-width: 600px) {
    .c-entry-box__meta {
        bottom: 0;
        position: absolute;
        right: 0;
    }
}
@media (max-width: 600px) {
    .c-entry-box--feature .c-entry-box__meta {
        bottom: 8px;
        left: 16px;
        position: relative;
    }
}
@media (max-width: 600px) {
    .c-entry-box--feature,
    .c-entry-box--stream {
        background-color: #626262;
        color: #fff;
        display: table;
        overflow: hidden;
    }
    .c-entry-box--feature .c-byline,
    .c-entry-box--feature .c-entry-box__body,
    .c-entry-box--feature .c-entry-box__title,
    .c-entry-box--feature .c-entry-stat a,
    .c-entry-box--feature .c-entry-stat button,
    .c-entry-box--feature a,
    .c-entry-box--stream .c-byline,
    .c-entry-box--stream .c-entry-box__body,
    .c-entry-box--stream .c-entry-box__title,
    .c-entry-box--stream .c-entry-stat a,
    .c-entry-box--stream .c-entry-stat button,
    .c-entry-box--stream a {
        color: inherit;
    }
    .c-entry-box--feature a:hover,
    .c-entry-box--stream a:hover {
        color: #4f7177;
    }
}
@media (min-width: 600px) {
    .c-entry-box.sponsored-content:before {
        bottom: -33px;
        top: -33px;
    }
}
@media (max-width: 600px) {
    .c-entry-box--stream .c-entry-box__body {
        padding: 50px 16px 0;
        position: relative;
    }
    .c-entry-box--stream .c-entry-box__date {
        color: #fff;
    }
}
@media (min-width: 600px) {
    .c-entry-box--stream {
        overflow: hidden;
    }
    .c-entry-box--stream .c-entry-box__body {
        margin-left: 30%;
    }
}
@media (min-width: 600px) {
    .c-entry-box__stream-entries a {
        color: #4c4e4d;
        position: relative;
    }
    .c-entry-box__stream-entries a:hover {
        color: #333;
    }
}
@media (min-width: 600px) {
    .c-entry-box__stream-all {
        background-color: transparent;
        margin: 0;
        padding: 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box--group .c-entry-sponsorship {
        float: left;
        margin-right: 30%;
        padding-left: 32px;
        width: 70%;
    }
}
@media (max-width: 600px) {
    .c-entry-box--group {
        color: #fff;
    }
    .c-entry-box--group a {
        color: currentColor;
    }
    .c-entry-box--group a:hover {
        color: #333;
    }
    .c-entry-box--group .p-badge {
        color: #626262;
    }
    .c-entry-box--group .c-byline {
        color: inherit;
    }
}
@media (max-width: 600px) {
    .c-entry-box-group__body {
        display: block;
        text-align: center;
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__entry-title {
        margin-bottom: 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__entries {
        float: left;
        margin: 8px 0 0 30%;
        padding-left: 32px;
        position: static;
        width: 70%;
    }
}
@media (max-width: 600px) {
    .c-entry-box-group__entries {
        display: table;
        left: 0;
        margin: 0;
        overflow-x: scroll;
        padding: 0;
        transition: left 0.2s;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__entry {
        list-style: none;
        padding-bottom: 16px;
    }
    .c-entry-box-group__entry:last-child {
        padding-bottom: 0;
    }
}
@media (max-width: 600px) {
    .c-entry-box-group__entry {
        list-style: none;
        position: relative;
        vertical-align: middle;
        width: 100%;
    }
    .js-active .c-entry-box-group__entry {
        display: table-cell;
    }
}
@media (max-width: 600px) {
    .c-entry-box-group__entry-info {
        margin: 0 auto;
        width: 70%;
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__badge {
        left: 0;
        width: 30%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__title {
        float: left;
        font-size: calc(1em * 1.2 * 1.2);
        margin-bottom: 0;
        margin-left: 30%;
        padding: 0 0 16px 32px;
        width: 70%;
    }
}
@media (max-width: 600px) {
    .js-active .c-entry-box-group__next,
    .js-active .c-entry-box-group__prev {
        display: block;
    }
}
@media (max-width: 600px) {
    .c-entry-box-group__content {
        display: block;
        padding: 32px 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box-group__content {
        position: static;
    }
}
@media (max-width: 600px) {
    .js-active .c-entry-box-group__nav {
        bottom: 16px;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }
}
.active .c-entry-box-group__nav-item-pager {
    background-color: #4f7177;
}
@media (min-width: 728px) {
    .c-entry-box--group-4-up .c-entry-box--compact__body {
        display: flex;
        flex-wrap: wrap;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li {
        flex-basis: 50%;
        flex: 2 46%;
        margin-bottom: 16px;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(odd) {
        margin-right: 8px;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(2n) {
        margin-left: 8px;
    }
}
@media (min-width: 880px) {
    .c-entry-box--group-4-up .c-entry-box--compact__body {
        display: inline-block;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(odd) {
        margin-right: 0;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(2n) {
        margin-left: 0;
    }
}
@media (min-width: 950px) {
    .c-entry-box--group-4-up .c-entry-box--compact__body {
        display: flex;
        flex-wrap: wrap;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li {
        flex-basis: 50%;
        flex: 2 46%;
        margin-bottom: 8px;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(odd) {
        margin-right: 4px;
    }
    .c-entry-box--group-4-up .c-entry-box--compact__body li:nth-child(2n) {
        margin-left: 4px;
    }
}
@media (min-width: 728px) {
    .c-entry-box--group-4-up__item-image-wrapper {
        position: relative;
        height: 0;
        padding-top: 100%;
        width: 100%;
    }
    .c-entry-box--group-4-up__item-image-wrapper > :not(.p-badge) {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
@media (max-width: 400px) {
    .c-entry-box--group-4-up__topbar .c-entry-box--compact__title {
        font-size: 1.8em;
    }
}
@media (max-width: 400px) {
    .c-entry-box--group-4-up__topbar .c-entry-box--group-4-up__seemore {
        font-size: 0.75em;
    }
}
@media (max-width: 400px) {
    .c-entry-box--group-4-up__topbar .c-entry-sponsorship {
        flex-direction: column;
    }
    .c-entry-box--group-4-up__topbar .c-entry-sponsorship .sg-preamble {
        margin-bottom: 4px;
    }
    .c-entry-box--group-4-up__topbar .c-entry-sponsorship .c-entry-sponsorship--logo {
        margin-left: 0;
    }
}
@media (min-width: 728px) {
    .c-entry-box--group-4-up .c-entry-box-group__title {
        padding: 0 1.2rem;
    }
}
@media (min-width: 600px) {
    .c-river .c-entry-box--fullwidth .c-entry-box__image-wrapper {
        float: none;
        width: 100%;
    }
    .c-river .c-entry-box--fullwidth .c-entry-box__image {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        width: 100%;
    }
    .c-river .c-entry-box--fullwidth .c-entry-box__image > :not(.p-badge) {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .c-river .c-entry-box--fullwidth .c-entry-box__body {
        float: none;
        padding: 16px 32px 32px;
        position: relative;
        width: 100%;
    }
    .c-river .c-entry-box--fullwidth .c-entry-box__group-list {
        margin-bottom: 0;
        position: absolute;
        top: 0;
        transform: translateY(-100%);
    }
    .c-river .c-entry-box--fullwidth .c-entry-box__group-list li {
        margin-bottom: 0;
    }
}
@media (min-width: 600px) {
    .c-river .c-entry-box--content_overlay {
        color: #fff;
        display: table;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__image-wrapper {
        float: none;
        height: 100%;
        position: absolute;
        width: 100%;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__blurb {
        display: none;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__meta {
        bottom: 16px;
        left: 32px;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__image {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__image > :not(.p-badge) {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__image:after {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    .c-river .c-entry-box--content_overlay .c-entry-box__body {
        float: none;
        padding: 192px 32px 32px;
        position: relative;
        width: 100%;
    }
    .c-river .c-entry-box--content_overlay .c-byline,
    .c-river .c-entry-box--content_overlay .c-byline a,
    .c-river .c-entry-box--content_overlay .c-entry-box__title,
    .c-river .c-entry-box--content_overlay .c-entry-box__title a,
    .c-river .c-entry-box--content_overlay .c-entry-stat a,
    .c-river .c-entry-box--content_overlay .c-entry-stat button {
        color: inherit;
    }
    .c-river .c-entry-box--content_overlay .c-byline a:hover,
    .c-river .c-entry-box--content_overlay .c-entry-box__title a:hover {
        color: #4f7177;
    }
    .c-river .c-entry-box--content_overlay.has-community {
        margin-bottom: 28px;
    }
    .c-river--three-column .c-entry-box--content_overlay .c-entry-box__image,
    .c-river--two-column .c-entry-box--content_overlay .c-entry-box__image {
        clip-path: none;
    }
    .c-river--three-column .c-entry-box--content_overlay .c-entry-box__image:after,
    .c-river--two-column .c-entry-box--content_overlay .c-entry-box__image:after {
        background-color: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.9) 100%);
        background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.9) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.9) 100%);
    }
    .c-river--three-column .c-entry-box--content_overlay .c-entry-box__body,
    .c-river--two-column .c-entry-box--content_overlay .c-entry-box__body {
        padding-top: 20%;
    }
    .c-river--three-column .c-entry-box--content_overlay .c-disclaimer,
    .c-river--two-column .c-entry-box--content_overlay .c-disclaimer {
        color: #fff;
    }
}
@media (min-width: 600px) {
    .c-entry-box--grid_item .c-entry-box__image-wrapper {
        float: none;
        padding-bottom: 16px;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-entry-box--grid_item .c-entry-box__body {
        float: none;
        padding-left: 0;
        width: 100%;
    }
}
.c-entry-box--compact {
    align-items: flex-start;
    display: flex;
    width: 100%;
}
@media (max-width: 880px) {
    .c-entry-box--compact {
        padding: 8px 0;
    }
}
.c-entry-box--compact .removed-picture {
    padding-bottom: 66.6%;
}
.c-entry-box--compact.c-entry-box--compact--featured .removed-picture {
    padding-bottom: 56%;
}
.c-entry-box--compact.c-entry-box--compact--featured:not(.c-entry-box--compact--hero) {
    flex-direction: column-reverse;
    padding: 0;
    overflow: hidden;
}
.c-entry-box--compact.c-entry-box--compact--pq:not(.c-entry-box--compact--hero) {
    align-items: center;
    padding: 16px 0;
}
@media (max-width: 600px) {
    .c-entry-box--compact.c-entry-box--compact--video:not(.c-entry-box--compact--hero) {
        padding: 0;
    }
}
.c-entry-box--compact__image-wrapper {
    position: relative;
    width: 30%;
}
.c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__image-wrapper {
    width: 100%;
}
.c-entry-box--compact--pq:not(.c-entry-box--compact--hero) .c-entry-box--compact__image-wrapper {
    display: none;
}
.c-entry-box--compact__image-wrapper .c-gifv {
    height: 100%;
    object-fit: cover;
    font-family: object-fit\: cover;
}
@media (max-width: 600px) {
    .c-entry-box--compact--video:not(.c-entry-box--compact--hero) .c-entry-box--compact__image-wrapper {
        width: 100%;
        overflow: hidden;
    }
}
@media (max-width: 600px) {
    .c-entry-box--compact.c-entry-box--compact .p-badge__overlay {
        height: 45px;
        width: 45px;
        font-size: 0.75em;
    }
    .c-entry-box--compact.c-entry-box--compact--hero .c-dynamic-image,
    .c-entry-box--compact.c-entry-box--compact--hero .c-entry-box--compact__image,
    .c-entry-box--compact.c-entry-box--compact--hero .c-picture {
        height: 100%;
        width: 100%;
    }
}
.c-entry-box--compact .c-dynamic-image__bg-image,
.c-entry-box--compact.c-entry-box--compact--hero .c-dynamic-image__bg-image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.c-entry-box--compact .p-badge {
    z-index: 3;
}
.c-entry-box--compact .c-dynamic-image,
.c-entry-box--compact .c-entry-box--compact__image,
.c-entry-box--compact .c-picture {
    z-index: 2;
}
@media (max-width: 600px) {
    .c-entry-box--compact .c-dynamic-image,
    .c-entry-box--compact .c-entry-box--compact__image,
    .c-entry-box--compact .c-picture {
        position: relative;
    }
}
.c-entry-box--compact .c-video-embed__on-demand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.c-entry-box--compact .c-video-embed__on-demand.activated {
    z-index: 4;
    background-color: #000;
}
.c-entry-box--compact__image {
    position: relative;
    height: 0;
    padding-top: 66.66667%;
    width: 100%;
}
.c-entry-box--compact__image > :not(.p-badge) {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-entry-box--compact__image svg {
    display: block;
    padding: 10% 25%;
    width: 100%;
}
@media (min-width: 600px) {
    .c-entry-box--compact__image {
        padding-top: 56.25%;
    }
}
@media (max-width: 600px) {
    .c-entry-box--compact--video:not(.c-entry-box--compact--hero) .c-entry-box--compact__image {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        width: 100%;
    }
    .c-entry-box--compact--video:not(.c-entry-box--compact--hero) .c-entry-box--compact__image > :not(.p-badge) {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
.c-entry-box--compact__body {
    flex-grow: 1;
    padding: 0 8px;
    width: 70%;
}
@media (min-width: 880px) {
    .c-entry-box--compact__body {
        padding: 16px;
    }
}
@media (max-width: 600px) {
    .c-entry-box--compact--video:not(.c-entry-box--compact--hero) .c-entry-box--compact__body {
        padding: 8px;
        width: 100%;
    }
}
.c-entry-box--compact__body .c-entry-box--compact__package-illustration {
    max-height: 65px;
}
@media (max-width: 600px) {
    .c-entry-box--compact__body .c-entry-box--compact__package-illustration {
        display: none;
    }
}
.c-entry-box--compact__title {
    font-size: 0.9em;
    margin-bottom: 0.3rem;
}
@media (min-width: 600px) {
    .c-entry-box--compact__title {
        font-size: 1.1em;
    }
}
.c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__title {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    font-size: 2em;
}
@media (min-width: 600px) {
    .c-entry-box--compact__dek {
        display: block;
        font-size: 0.75em;
        line-height: 1.4;
        font-style: normal;
    }
}
@media (min-width: 880px) {
    .c-entry-box--compact__numeric-order {
        margin: 16px 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box--compact--fanshot {
        flex-direction: row;
    }
}
@media (max-width: 600px) {
    .c-entry-box--compact--fanshot .c-entry-box--compact__body {
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-entry-box--compact__fanshot-label {
        align-items: center;
        padding: 0;
        width: 30%;
    }
}
@media (min-width: 880px) {
    .c-entry-box--compact__fanshot-label {
        padding: 16px 0 0;
    }
}
c-entry-box--compact--alt_comments .c-compact-river .c-entry-box--compact__image-wrapper .p-badge {
    height: 45px;
    width: 45px;
    font-size: 0.75em;
}
.c-entry-box--compact--package_landing.c-entry-box--compact--hero .c-entry-box--compact__dek {
    display: none;
}
.c-compact-river .c-entry-box--compact--package_landing {
    background: #f1f3f2;
    padding: 0;
    margin-bottom: 8px;
    flex-direction: row-reverse;
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__image-wrapper {
    align-self: stretch;
    min-height: 150px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 50%;
}
@media (min-width: 600px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__image-wrapper {
        min-height: 250px;
    }
}
@media (min-width: 880px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__image-wrapper {
        min-height: 300px;
    }
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__image-wrapper .c-entry-box--compact__image,
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__image-wrapper img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body {
    align-self: center;
    padding: 8px;
    width: 50%;
    padding: 1.2em 8px;
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__title {
    font-size: 1.1em;
}
@media (min-width: 600px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__title {
        font-size: 1.4em;
    }
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__title a {
    color: #4f7177;
}
@media (max-width: 600px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__dek {
        display: block;
    }
}
@media (min-width: 880px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body {
        padding: 16px;
    }
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__dek,
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__package_landing_link {
    font-size: 10px;
}
@media (min-width: 880px) {
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__dek,
    .c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__package_landing_link {
        font-size: 12px;
    }
}
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__dek a,
.c-compact-river .c-entry-box--compact--package_landing .c-entry-box--compact__body .c-entry-box--compact__package_landing_link a {
    padding-bottom: 2px;
    border-bottom: 1px solid #4f7177;
}
@media (min-width: 880px) {
    .l-hero .c-entry-box--compact.c-entry-box--compact--hero .c-entry-box--compact__body .c-entry-box--compact__package_landing_link {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    .c-entry-box--compact--group__body li:nth-child(3) {
        display: none;
    }
}
.c-entry-box--compact--hero .c-entry-box--compact--group__body {
    padding: 16px 8px;
}
.c-entry-box--compact--hero .c-entry-box--compact--group__body .c-entry-box--compact__body {
    padding: 0 8px;
    text-align: left;
}
@media (min-width: 880px) {
    .c-entry-box--compact--hero .c-entry-box--compact--group__body .c-entry-box--compact__body {
        padding-left: 24px;
    }
}
@media (min-width: 880px) {
    .c-entry-box--compact--group h2 {
        padding: 0;
    }
}
@media (min-width: 600px) {
    .c-entry-box--compact--group.c-entry-box--compact--hero h2 {
        width: 45%;
    }
}
@media (min-width: 880px) {
    .c-entry-box--compact--group.c-entry-box--compact--hero h2 {
        width: 30%;
    }
}
.e-image {
    margin: 2.2rem 0;
}
.e-image .c-dynamic-image,
.e-image img,
.e-image__image {
    display: block;
    margin-bottom: 0;
    width: 100%;
}
.e-image .c-dynamic-image.lazy-loaded,
.e-image img.lazy-loaded,
.e-image__image.lazy-loaded {
    max-width: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.e-image__meta {
    font-family: Helvetica, sans-serif;
    border-bottom: 1px solid #d1d1d1;
    color: #626262;
    display: block;
    font-size: 0.75em;
    width: 100%;
    padding: 8px 0;
}
.e-image__meta p {
    font-size: inherit;
    display: inline;
}
@media (min-width: 728px) {
    .e-image__meta {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 600px) {
    .e-image__meta {
        border-bottom: 1px solid #d1d1d1;
    }
}
.e-image figcaption,
.e-image__meta-caption {
    display: inline;
}
.e-image figcaption + cite:before,
.e-image__meta-caption + cite:before {
    display: inline-block;
    padding: 0 5px 0 3px;
    content: "|";
}
.e-image cite,
.e-image__meta-cite {
    display: inline;
    opacity: 0.75;
}
.e-image__scale {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
}
.e-image__scale > :not(.p-badge) {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.e-image__scale img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.e-image--hero {
    margin-bottom: 32px;
    margin-top: 0;
}
@media (max-width: 880px) {
    .e-image--hero {
        margin: 0 -16px 32px;
    }
    .e-image--hero .e-image__meta {
        padding: 8px;
    }
}
.e-image__inner {
    display: block;
    position: relative;
}
@media (min-width: 728px) {
    .c-float-left .e-image,
    .c-float-right .e-image,
    .float-left .e-image,
    .float-right .e-image,
    .left .e-image,
    .right .e-image {
        margin-top: 0;
        margin-bottom: 2px;
    }
}
.c-page-title {
    color: #4c4e4d;
    padding-top: 0.6rem;
}
@media (min-width: 600px) {
    .c-page-title {
        font-size: 2.5em;
    }
}
.c-entry-hero {
    margin: 0 0 1.2rem;
    position: relative;
}
.c-entry-hero__image .c-gifv {
    height: 100%;
    object-fit: cover;
    font-family: object-fit\: cover;
}
.c-entry-hero__image .c-picture {
    height: 100%;
}
.c-entry-hero__image .c-picture img {
    height: 100%;
    object-fit: cover;
    font-family: object-fit\: cover;
}
.c-entry-hero.has-minimal-nav {
    margin-top: -16px;
}
.has-breaking-news .c-entry-hero.has-minimal-nav {
    margin-top: 0;
}
.c-entry-hero--default .c-entry-group-labels {
    display: inline-block;
    max-width: 90%;
}
.c-entry-hero--default .c-entry-group-labels__item--stream {
    color: #4c4e4d;
    margin-right: 4px;
    padding: 0;
}
.c-entry-hero--default .c-entry-group-labels__item--stream:before {
    background: 0 0;
}
.c-entry-hero--default .c-entry-group-labels__item--stream:hover {
    color: currentColor;
}
.c-entry-hero--default .c-entry-group-labels__item--stream:hover:before {
    background: 0 0;
}
.c-entry-hero--default .p-dek {
    max-width: 798px;
}
@media (min-width: 600px) {
    .c-entry-hero__header-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .ie9 .c-entry-hero__header-wrap:after {
        clear: both;
        content: "";
        display: table;
    }
    .c-entry-hero--default .c-page-title {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
    }
    .ie9 .c-entry-hero--default .c-page-title {
        float: left;
        width: 90%;
    }
    .c-entry-hero__meta {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        padding: 8px 0 0 16px;
    }
    .ie9 .c-entry-hero__meta {
        float: left;
        width: 10%;
    }
}
@media (max-width: 600px) {
    .c-entry-hero__meta {
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(-100%);
    }
    .c-entry-hero__header-wrap {
        position: relative;
    }
}
.c-entry-hero .c-disclaimer--entry {
    margin-bottom: 16px;
}
.c-entry-hero__logo {
    display: block;
    left: 16px;
    position: absolute;
    top: 16px;
    z-index: 900;
}
@media (min-width: 950px) {
    .c-entry-hero__logo {
        left: 36px;
        top: 36px;
    }
}
.c-entry-hero__logo svg {
    height: 40px;
    max-width: 100px;
    max-height: inherit;
}
@media (min-width: 950px) {
    .c-entry-hero__logo svg {
        height: 50px;
    }
}
@media (min-width: 600px) {
    .c-entry-hero__logo svg {
        max-width: 150px;
    }
}
.c-entry-hero__logo img {
    max-height: 100px;
    width: 100px;
}
@media (min-width: 600px) {
    .c-entry-hero__logo img {
        max-height: 175px;
        width: 175px;
    }
}
.c-entry-hero__logo-locale {
    color: #4c4e4d;
    display: block;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1;
    text-transform: uppercase;
}
.image-dark .c-entry-hero__logo-locale {
    color: #fff;
}
.image-light .c-entry-hero__logo-locale {
    color: #4c4e4d;
}
.c-entry-hero--unison-above .c-entry-hero__header {
    margin-bottom: 2.2rem;
}
.c-entry-hero__container {
    position: relative;
}
.c-entry-hero--feature {
    margin: 0;
}
.c-entry-hero--feature .c-page-title {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    color: #4c4e4d;
    padding: 0;
}
@media (max-width: 762px) {
    .c-entry-hero--feature .c-page-title {
        font-size: 2.5em;
    }
}
@media (max-width: 950px) {
    .c-entry-hero--feature .c-page-title {
        color: #4c4e4d;
    }
}
.c-entry-hero--feature .e-image {
    margin: 0 0 1.2rem;
}
@media (min-width: 1162px) {
    .c-entry-hero--feature .e-image {
        margin: 0 0 0.6rem;
    }
}
.c-entry-hero--feature .c-entry-hero__content {
    padding-top: 0;
    position: relative;
    width: inherit;
    z-index: 1;
}
.c-entry-hero--feature .e-image__meta {
    border-bottom: 0;
    padding: 8px 16px 0;
    text-align: left;
}
@media (min-width: 1162px) {
    .c-entry-hero--feature .e-image__meta {
        hyphens: auto;
        overflow-wrap: break-word;
        padding: 8px 8px 0;
        word-wrap: break-word;
    }
}
.c-entry-hero--feature .c-entry-group-labels {
    margin-bottom: 0.6rem;
}
@media (min-width: 1162px) {
    .c-entry-hero--feature .c-entry-group-labels {
        margin-bottom: 1.2rem;
    }
}
.c-entry-hero--feature .c-entry-group-labels__image {
    display: inline-block;
}
.c-entry-hero--feature.c-entry-hero--unison-above-impact .c-entry-hero__content,
.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content {
    margin-left: 16px;
    margin-right: 16px;
    max-width: inherit;
}
.c-entry-hero--feature.c-entry-hero--unison-above-impact .c-page-title,
.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-page-title {
    text-transform: uppercase;
    font-size: 68px;
}
@media (min-width: 950px) {
    .c-entry-hero--feature.c-entry-hero--unison-above-impact .c-page-title,
    .c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-page-title {
        font-size: 86px;
    }
}
.c-entry-hero--feature.c-entry-hero--unison-above-impact .c-entry-hero__content {
    margin-top: 16px;
}
@media (min-width: 1162px) {
    .c-entry-hero--unison-default.has-labels .e-image,
    .c-entry-hero--unison-short.has-labels .e-image {
        margin: 0;
    }
    .c-entry-hero--unison-default .c-entry-group-labels,
    .c-entry-hero--unison-short .c-entry-group-labels {
        margin-bottom: 8px;
        margin-top: 16px;
        position: relative;
    }
}
@media (min-width: 600px) {
    .c-entry-hero--unison-above .c-entry-hero__content,
    .c-entry-hero--unison-above-impact .c-entry-hero__content {
        text-align: center;
    }
    .c-entry-hero--unison-above .c-byline,
    .c-entry-hero--unison-above .c-entry-summary,
    .c-entry-hero--unison-above .c-page-title,
    .c-entry-hero--unison-above-impact .c-byline,
    .c-entry-hero--unison-above-impact .c-entry-summary,
    .c-entry-hero--unison-above-impact .c-page-title {
        margin-bottom: 1.2rem;
    }
    .c-entry-hero--unison-above .c-entry-group-labels li,
    .c-entry-hero--unison-above-impact .c-entry-group-labels li {
        transform-origin: center;
    }
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
}
@media (min-width: 600px) {
    .c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay,
    .c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact {
        margin-bottom: 32px;
    }
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-hero__image,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__image {
    height: 100%;
    position: absolute;
    width: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .e-image,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .e-image {
    height: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .e-image__inner,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .e-image__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .e-image__image,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .e-image__image {
    height: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .e-image__image:after,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .e-image__image:after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .e-image__meta,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .e-image__meta {
    position: absolute;
    top: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-picture img,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-picture img {
    height: 100%;
    position: absolute;
    width: 100%;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-byline,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-sponsorship,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-page-title,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .p-dek,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-byline,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-sponsorship,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-page-title,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .p-dek {
    color: #fff;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-byline a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-sponsorship a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-page-title a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .p-dek a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-byline a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-sponsorship a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-page-title a,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .p-dek a {
    color: #a4d2e7;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-byline a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-sponsorship a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-page-title a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .p-dek a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-byline a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-sponsorship a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-page-title a:hover,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .p-dek a:hover {
    color: #4f7177;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-hero__content,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content {
    align-items: center;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
    min-height: 500px;
    padding: 100px 16px;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-hero__content > *,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content > * {
    max-width: 100%;
}
@media (min-width: 600px) {
    .c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-hero__content,
    .c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content {
        min-height: 700px;
    }
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay .c-entry-group-labels li,
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-group-labels li {
    margin-bottom: 0.6rem;
    transform-origin: center;
}
.c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content {
    justify-content: flex-end;
    padding: 80px 0 16px;
}
@media (min-width: 950px) {
    .c-entry-hero.c-entry-hero--feature.c-entry-hero--unison-overlay-impact .c-entry-hero__content {
        padding-bottom: 36px;
    }
}
.c-entry-hero--unison-short {
    text-align: center;
}
.c-entry-hero--unison-short .c-entry-group-labels li {
    transform-origin: center;
}
.c-entry-hero--unison-short .e-image__image {
    position: relative;
    height: 0;
    padding-top: 40%;
    width: 100%;
    overflow: hidden;
}
.c-entry-hero--unison-short .e-image__image > :not(.p-badge) {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-entry-hero--unison-above .e-image__image,
.c-entry-hero--unison-default .e-image__image {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    overflow: hidden;
}
.c-entry-hero--unison-above .e-image__image > :not(.p-badge),
.c-entry-hero--unison-default .e-image__image > :not(.p-badge) {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-entry-hero .c-byline__additional {
    font-style: italic;
}
.c-entry-hero--unison-split-left,
.c-entry-hero--unison-split-right {
    background-color: #e9e7e8;
    color: #4c4e4d;
    display: flex;
    flex-direction: column;
    max-width: auto;
}
.c-entry-hero--unison-split-left .c-byline,
.c-entry-hero--unison-split-left .c-entry-sponsorship,
.c-entry-hero--unison-split-left .c-page-title,
.c-entry-hero--unison-split-left .p-dek,
.c-entry-hero--unison-split-right .c-byline,
.c-entry-hero--unison-split-right .c-entry-sponsorship,
.c-entry-hero--unison-split-right .c-page-title,
.c-entry-hero--unison-split-right .p-dek {
    color: #4c4e4d;
}
@media (min-width: 950px) {
    .c-entry-hero--unison-split-left,
    .c-entry-hero--unison-split-right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 36px 1fr;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__logo,
    .c-entry-hero--unison-split-right .c-entry-hero__logo {
        position: static;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__image,
    .c-entry-hero--unison-split-right .c-entry-hero__image {
        position: relative;
        z-index: 3;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__image .c-gifv,
    .c-entry-hero--unison-split-right .c-entry-hero__image .c-gifv {
        height: 100%;
    }
}
@media (min-width: 950px) and (min-width: 950px) {
    .c-entry-hero--unison-split-left .c-entry-hero__image .c-gifv,
    .c-entry-hero--unison-split-right .c-entry-hero__image .c-gifv {
        height: 50vw;
    }
}
@media (min-width: 950px) {
    .c-entry-hero--unison-split-left .c-entry-hero__content,
    .c-entry-hero--unison-split-right .c-entry-hero__content {
        grid-row-start: 2;
        align-self: center;
        max-width: none;
    }
    .c-entry-hero--unison-split-left .e-image,
    .c-entry-hero--unison-split-right .e-image {
        margin-bottom: 0;
    }
    .c-entry-hero--unison-split-left .e-image__meta,
    .c-entry-hero--unison-split-right .e-image__meta {
        position: absolute;
        max-width: 130px;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__content,
    .c-entry-hero--unison-split-right .c-entry-hero__content {
        padding: 36px;
    }
}
@media (min-width: 1100px) {
    .c-entry-hero--unison-split-left .e-image__meta,
    .c-entry-hero--unison-split-right .e-image__meta {
        max-width: 200px;
    }
}
.c-entry-hero--unison-split-right {
    flex-direction: column-reverse;
}
.c-entry-hero--unison-split-right .c-entry-hero__logo {
    align-self: start;
    order: 1;
    position: static;
    padding: 16px 16px 0;
}
@media (max-width: 950px) {
    .c-entry-hero--unison-split-right .c-entry-hero__logo .c-entry-hero__logo-locale {
        text-align: left;
    }
}
@media (min-width: 950px) {
    .c-entry-hero--unison-split-right .c-entry-hero__logo {
        grid-column-start: 1;
        grid-row-start: 2;
        padding: 0 0 0 36px;
    }
    .c-entry-hero--unison-split-right .c-entry-hero__content {
        grid-column-start: 1;
    }
    .c-entry-hero--unison-split-right .c-entry-hero__image {
        grid-column-start: 2;
        grid-row-start: 1;
        grid-row-end: 3;
        align-self: center;
    }
    .c-entry-hero--unison-split-right .e-image__meta {
        right: 0;
        left: auto;
        position: absolute;
    }
}
.c-entry-hero--unison-split-left .e-image__meta {
    right: auto;
    left: 0;
}
@media (min-width: 1162px) {
    .c-entry-hero--unison-split-left .e-image__meta {
        position: absolute;
        right: 0;
    }
}
@media (min-width: 950px) {
    .c-entry-hero--unison-split-left .c-entry-hero__logo {
        grid-column-start: 1;
        grid-row-start: 2;
        padding: 0 0 0 36px;
        left: 0;
        position: relative;
        top: 0;
        z-index: 4;
        align-self: start;
        justify-self: start;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__content {
        grid-column-start: 2;
        grid-row-start: 2;
        align-self: center;
    }
    .c-entry-hero--unison-split-left .c-entry-hero__image {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        align-self: center;
    }
}
.c-entry-hero--content-overlap {
    margin-bottom: 1em;
}
.c-entry-hero--content-overlap .e-image {
    margin-bottom: 0.6rem;
}
.c-entry-hero--content-overlap .e-image__meta {
    right: 0;
    left: auto;
}
@media (min-width: 1162px) {
    .c-entry-hero--content-overlap .e-image__meta {
        position: absolute;
    }
}
@media (min-width: 1024px) {
    .c-entry-hero--content-overlap .c-entry-hero__content {
        background-color: #fff;
        bottom: 0;
        display: block;
        left: 0;
        max-width: 80%;
        padding: 8px 16px 0 0;
        position: absolute;
    }
    .c-entry-hero--content-overlap .c-entry-hero__content .c-page-title {
        font-size: calc(1em * 1.2 * 1.2 * 1.2);
        margin-bottom: 0;
    }
}
.c-footer {
    background-color: #e9e7e8;
    color: #4c4e4d;
    padding-top: 16px;
    border-top: 6px solid #fc7655;
}
.c-footer a {
    color: #fc7655;
    vertical-align: baseline;
}
.c-footer a:hover {
    color: #333;
}
.c-footer__wrapper {
    display: block;
    text-align: center;
}
.c-footer__section {
    font-size: 0.75em;
    padding: 8px 16px;
}
.c-footer__logo-link {
    vertical-align: middle;
}
.c-footer .u-list-dot-sep {
    margin: 0 0 8px;
    padding: 0;
}
.c-footer__copyright {
    margin-top: 16px;
}
.c-footer__vox-logo {
    width: 100%;
    max-width: 150px;
}
.c-footer__vox-logo path,
.c-footer__vox-logo polygon,
.c-footer__vox-logo rect {
    fill: #fff;
}
@media (min-width: 600px) {
    .c-footer__vox-logo {
        max-width: 150px;
        padding-top: 16px;
    }
}
.c-footer__partner-logo {
    max-width: 150px;
    padding: 16px 0 0;
    width: 100%;
}
@media (max-width: 728px) {
    .c-footer__partner-logo {
        margin: 0 auto;
    }
}
.c-footer__status a:before {
    content: ".";
    display: block;
    height: 1px;
    overflow: hidden;
    width: 1px;
}
.c-footer .c-disclaimer {
    margin-bottom: 8px;
}
@media (max-width: 728px) {
    .c-footer__section-logo img,
    .c-footer__section-logo svg {
        max-height: 120px;
        max-width: 250px;
    }
}
@media (min-width: 728px) {
    .c-footer__wrapper {
        display: table;
        padding: 16px 0;
        width: 100%;
    }
    .c-footer__section {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }
    .c-footer__section-vox {
        text-align: right;
        width: 290px;
    }
    .c-footer__section-logo {
        text-align: center;
        vertical-align: middle;
        width: 200px;
    }
    .c-footer__logo-svg {
        max-height: 120px;
        max-width: 120px;
    }
}
@media (min-width: 1024px) {
    .c-footer__section-logo {
        text-align: left;
    }
    .c-footer__section-vox {
        text-align: right;
    }
    .c-footer__section-vox a {
        margin-bottom: 8px;
    }
}
.c-footer .c-footer__section--auth a {
    display: inline-block;
    margin-left: 3px;
}
.c-footer .c-footer__section--auth a:before {
    content: "\2022";
    display: inline-block;
    margin-right: 7px;
}
.c-footer .c-footer__section--auth a:first-child:before {
    content: "";
}
.c-footer__community .c-footer__section-logo {
    text-align: center;
}
.c-footer__community .c-footer__section-logo img,
.c-footer__community .c-footer__section-logo svg {
    max-width: 200px;
}
.c-footer__community .c-footer__section-logo svg {
    height: 120px;
}
@media (min-width: 1024px) {
    .c-footer__community .c-footer__section-logo {
        width: 300px;
    }
}
.c-footer__community .c-footer__section-links {
    font-size: 0.9em;
}
@media (min-width: 728px) {
    .c-footer__community .c-footer__section-links ul {
        list-style-type: none;
    }
    .c-footer__community .c-footer__section-links li {
        display: block;
    }
    .c-footer__community .c-footer__section-links li:after {
        display: none;
    }
}
@media (min-width: 728px) {
    .c-footer__community .c-footer__section-links {
        padding-left: 16px;
        width: 200px;
    }
}
@media (max-width: 728px) {
    .c-footer__community .c-footer__section-links {
        margin-bottom: 16px;
    }
}
@media (min-width: 1024px) {
    .c-footer__community .c-footer__section-links {
        width: 300px;
    }
}
.c-footer__community .c-footer__network-logo img,
.c-footer__community .c-footer__network-logo svg {
    max-width: 250px;
    max-height: 30px;
    margin-bottom: 16px;
    overflow: visible;
}
.c-footer__community .c-footer__section-copy {
    text-align: right;
}
.c-footer__community .c-footer__wrapper:nth-child(2) {
    font-size: 0.8em;
    border-top: 1px solid #4c4e4d;
}
.c-footer__corporate {
    background-color: #000;
    color: #4c4e4d;
}
.c-footer__corporate .l-col__main,
.c-footer__corporate .l-col__sidebar {
    padding: 0 1.2rem;
}
@media (min-width: 880px) {
    .c-footer__corporate .l-sidebar-fixed {
        display: block;
    }
    .c-footer__corporate .l-col__sidebar {
        padding-left: 0;
        padding-right: 16px;
    }
}
.c-footer__corporate .l-col__sidebar {
    padding-right: 16px;
    margin-top: 32px;
}
.c-footer__corporate .l-col__main {
    text-align: center;
}
.c-footer__corporate .c-footer__subfoot .l-col__sidebar {
    margin-top: 0;
}
@media (max-width: 881px) {
    .c-footer__corporate .c-footer__subfoot .l-col__sidebar {
        border-bottom: 0;
    }
}
.c-footer__corporate svg .text {
    fill: #fff;
}
.c-footer__corporate .c-footer__main-logo {
    max-width: 125px;
    margin: 0 auto 32px;
}
.c-footer__corporate .c-footer__main-logo svg {
    fill-opacity: 0.5;
    transition: fill-opacity 0.2s ease;
}
.c-footer__corporate .c-footer__main-logo a:hover svg {
    fill-opacity: 1;
}
.c-footer__corporate .c-footer__tagline {
    font-size: 1.2em;
    line-height: 1.1;
    margin: 32px 0;
    display: none;
}
.c-footer__corporate .c-footer__address {
    margin-bottom: 32px;
}
.c-footer__corporate .c-footer__address svg {
    display: inline-block;
    fill: #fff;
    height: 50px;
    vertical-align: middle;
    width: 50px;
}
.c-footer__corporate .c-footer__address g {
    fill: #fff;
}
.c-footer__corporate .c-footer__address:first-child {
    margin-top: 32px;
}
.c-footer__corporate .c-footer__address h4 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 200;
    margin: 0 0 8px;
}
.c-footer__corporate .c-footer__address address {
    display: inline-block;
    font-size: 0.75em;
    padding-left: 16px;
    vertical-align: middle;
    width: calc(100% - 66px);
}
@media (max-width: 880px) {
    .c-footer__corporate .c-footer__address {
        display: inline-block;
        width: 49%;
    }
}
@media (max-width: 400px) {
    .c-footer__corporate .c-footer__address {
        display: block;
        width: 100%;
    }
}
.c-footer__corporate .c-footer__social {
    text-align: center;
    padding: 16px 0 8px;
    margin-bottom: 0;
}
.c-footer__corporate .c-footer__social li {
    margin-right: 16px;
    cursor: pointer;
}
.c-footer__corporate .c-footer__social svg {
    display: block;
    fill: #7f7f7f;
    height: 36px;
    padding: 8px;
    width: 36px;
}
.c-footer__corporate .c-footer__social svg:hover {
    fill: #fff;
}
.c-footer__corporate .c-footer__links {
    font-size: 0.75em;
    list-style: none;
    text-align: center;
    margin-top: 0;
}
.c-footer__corporate .c-footer__links li {
    display: inline-block;
}
.c-footer__corporate .c-footer__links a {
    color: #7f7f7f;
    padding: 0 8px;
}
.c-footer__corporate .c-footer__links a:hover {
    color: #fff;
}
.c-footer__corporate .c-footer__subfoot {
    background: #000;
    padding-bottom: 32px;
}
.c-footer__corporate .c-footer__subfoot .l-sidebar-fixed {
    margin-bottom: 0;
}
@media (min-width: 880px) {
    .c-footer__corporate .c-footer__subfoot {
        padding-bottom: 0;
    }
}
.c-footer__corporate .c-footer__copyright {
    font-size: 0.75em;
    margin: 0;
    color: #7f7f7f;
}
@media (min-width: 880px) {
    .c-footer__corporate .c-footer__copyright {
        line-height: 80px;
    }
}
.c-footer__corporate .c-footer__contact {
    background-color: #4f7177;
    color: #fff;
    display: none;
    margin-top: 16px;
    padding: 16px;
    text-align: center;
    white-space: nowrap;
}
.c-footer__corporate .c-footer__contact:hover {
    background-color: #333;
    color: #fff;
}
@media (min-width: 1172px) {
    .c-footer__partner .c-footer__section {
        padding-left: 0;
        padding-right: 0;
    }
}
.c-footer__partner .c-footer__wrapper {
    padding: 0;
}
.c-footer__partner .c-footer__logo-link svg {
    max-width: 200px;
    margin-bottom: 32px;
}
.c-footer__partner .c-footer__network-logo {
    margin-bottom: 8px;
}
.c-footer__partner .c-footer__network-logo svg {
    max-width: 175px;
}
@media (min-width: 600px) {
    .c-footer__partner .c-footer__vox-logo {
        padding-top: 0;
    }
}
.c-footer__partner .c-footer__section--copyright,
.c-footer__partner .c-footer__section--status {
    padding-top: 8px;
    font-size: 0.625em;
    border-top: 1px solid #4c4e4d;
}
@media (min-width: 880px) {
    .c-footer__partner .c-footer__section--copyright {
        text-align: right;
    }
}
.c-footer__partner .c-footer__section--auth a {
    display: block;
}
.c-footer__partner .c-footer__section--auth a:before {
    content: "";
}
.chorus-logged-in .c-footer__corporate-link[href="https://chorus.voxmedia.com/"]
{
    display: none;
}
html.is-nav-list-active {
    height: 100%;
    width: 100%;
}
@media (max-width: 600px) {
    html.is-nav-list-active {
        left: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
    }
}
html.is-nav-list-active body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media (min-width: 600px) {
    html.is-nav-list-active body:before {
        animation: fadeIn 0.2s ease-in-out;
        background-color: rgba(0, 0, 0, 0.65);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 5000001;
    }
}
.c-global-header + .c-emc-admin-button__titled,
.c-nav-list {
    display: none;
}
.c-nav-list {
    font-family: Helvetica, sans-serif;
    font-size: 0.65em;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    text-transform: none;
}
.c-nav-list__inner {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 70px;
    position: fixed;
    right: 0;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
    z-index: 5000002;
}
.is-active .c-nav-list__inner {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
@media (min-width: 600px) {
    .c-nav-list__inner {
        bottom: auto;
        margin-left: 0;
        overflow: visible;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.2s;
    }
    .show-more-menu.use-fixed-dropdown .c-nav-list__inner {
        bottom: 0;
        left: auto;
        min-width: 50%;
        overflow: scroll;
        position: fixed;
        right: 0;
        top: 0;
        width: auto;
    }
}
@media (min-width: 600px) and (min-width: 728px) {
    .show-more-menu.use-fixed-dropdown .c-nav-list__inner {
        min-width: 30%;
    }
}
.c-nav-list__sub-items {
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    min-width: 170px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 5000002;
}
.c-nav-list__sub-items.is-attached {
    position: absolute;
    visibility: visible;
}
@media (min-width: 600px) {
    .c-nav-list__sub-items {
        padding: 8px 0;
    }
}
.c-nav-list__main {
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    visibility: hidden;
    width: 100%;
    z-index: 5000002;
}
.c-nav-list__main .c-nav-list__label {
    display: none;
}
@media (min-width: 600px) {
    .c-nav-list {
        display: block;
        height: 0;
    }
    .c-nav-list ul {
        width: auto;
    }
    .c-nav-list__col {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }
}
.c-nav-list a,
.c-nav-list__label {
    border-bottom: 1px solid;
    border-color: #eee;
    border-top-width: 0;
    color: #4c4e4d;
    display: block;
    padding: 16px;
}
@media (min-width: 600px) {
    .c-nav-list a,
    .c-nav-list__label {
        border: 0;
        padding: 10px 12px;
    }
}
.c-nav-list--sponsored a,
.c-nav-list--sponsored__label {
    border-bottom: none;
}
.c-nav-list--supplemental {
    text-transform: uppercase;
}
.c-nav-list--supplemental a {
    opacity: 0.5;
    line-height: 1.11;
    font-size: 0.9em;
    color: #4c4e4d;
}
.c-nav-list__all-link {
    text-transform: uppercase;
}
.c-nav-list__all-link a {
    color: #4c4e4d;
}
@media (min-width: 600px) {
    .c-nav-list__all-link {
        border-top: 1px solid #eee;
        margin: 8px 12px 0;
    }
    .c-nav-list__all-link li {
        padding: 12px 0 0;
    }
    .c-nav-list__all-link a {
        padding: 12px 0 4px;
    }
}
.c-nav-list a:hover {
    color: #262727;
}
.c-nav-list.is-active {
    bottom: auto;
    display: block;
    opacity: 1;
    overflow: visible;
}
.c-nav-list.is-active ul {
    margin-left: 0;
}
.c-nav-list li,
.c-nav-list__label {
    line-height: 1;
}
.c-nav-list__label {
    text-transform: uppercase;
}
.c-nav-list__label svg {
    fill: #595b5a;
    height: 7px;
    left: 4px;
    position: relative;
    transition: transform 0.2s ease-in-out;
    width: 7px;
}
.c-nav-list__close {
    background-color: #b1b3b1;
    border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 40px;
    opacity: 0.8;
    position: absolute;
    right: 8px;
    top: 12px;
    width: 40px;
    z-index: 5000003;
}
.c-nav-list__close:hover {
    opacity: 1;
}
.c-nav-list.show-more-menu.use-fixed-dropdown .c-nav-list__main {
    position: relative;
}
@media (min-width: 600px) {
    .c-nav-list.show-more-menu.use-fixed-dropdown .c-nav-list__main {
        height: 100%;
        padding-top: 16px;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-nav-list.show-more-menu.use-fixed-dropdown .c-nav-list__close {
        display: block;
    }
}
.c-nav-list.show-more-menu .c-nav-list__main {
    opacity: 1;
    position: absolute;
    visibility: visible;
}
.c-nav-list.show-more-menu .show-sub-items .c-nav-list__sub-items {
    display: block;
}
.c-nav-list.show-more-menu .show-sub-items svg {
    transform: rotate(180deg);
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
}
.c-nav-list.show-more-menu .c-nav-list__sub-items {
    display: none;
    position: relative;
    visibility: visible;
}
@media (min-width: 600px) {
    .c-nav-list.show-more-menu .c-nav-list__sub-items {
        padding: 0 0 0 16px;
    }
}
.c-nav-list.show-more-menu .c-nav-list__col,
.c-nav-list.show-more-menu .c-nav-list__label {
    display: block;
}
.c-nav-list.show-more-menu .hidden {
    display: none;
}
@media (max-width: 600px) {
    .c-nav-list.show-more-menu li li a {
        padding-left: 32px;
    }
}
.c-nav-list__sponsored-item {
    border-bottom: 1px solid;
    border-color: #eee;
    color: #4c4e4d;
    display: none;
    padding: 0 16px 16px;
    vertical-align: middle;
}
.is-active .c-nav-list__sponsored-item,
.show-more-menu .c-nav-list__sponsored-item {
    display: block;
}
@media (min-width: 600px) {
    .c-nav-list__sponsored-item {
        border: 0;
        padding: 0 12px 8px;
    }
}
.c-nav-list__sponsored-item img {
    max-height: 25px;
    max-width: 100px;
}
.c-nav-list__sponsored-item a {
    border: 0;
    display: inline-block;
    padding: 0;
}
.c-nav-list__sponsored-item-pixel {
    display: none;
}
.p-input-header {
    background: #fff;
    border-bottom: 1px solid #d1d1d1;
}
.p-input-header form {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 8px;
}
@media (min-width: 600px) {
    .p-input-header form {
        padding: 0 64px;
    }
}
.p-input-header__input {
    background-color: transparent;
    border: 0;
    opacity: 0.333;
    display: block;
    padding: 8px;
    outline: 0;
    width: 100%;
    padding-right: 75px;
    text-overflow: ellipsis;
    font-size: 1.5em;
    height: 68px;
    color: #4c4e4d;
}
.p-input-header__input:focus {
    opacity: 1;
    outline: 0;
}
.p-input-header__link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    z-index: 900;
}
@media (min-width: 600px) {
    .p-input-header__link {
        right: 64px;
    }
}
.c-global-header {
    border-color: #eee;
    color: #4c4e4d;
    position: relative;
    width: 100%;
    z-index: 50000;
}
.c-global-header:before {
    background-color: #fc7655;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
@media (min-width: 600px) {
    .c-global-header:before {
        background-color: #f1f3f2;
    }
}
.c-global-header ul {
    list-style-type: none;
    margin: 0;
}
.c-global-header li {
    display: inline-block;
}
.c-global-header .l-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 30px;
    width: 100%;
    z-index: 2;
}
@media (min-width: 600px) {
    .c-global-header .l-wrapper {
        flex-wrap: nowrap;
        min-height: 50px;
    }
}
.c-global-header a {
    color: #4c4e4d;
}
.c-global-header a:hover,
.c-global-header button:hover {
    color: #262727;
}
.c-global-header .is-attached a {
    color: #4c4e4d;
}
.c-global-header .chorus-ad-placement__site_sponsorship_logo,
.c-global-header .chorus-ad-placement__site_sponsorship_logo_mobile {
    position: absolute;
    right: 48px;
    top: 8px;
    z-index: 100;
}
@media (min-width: 600px) {
    .c-global-header .chorus-ad-placement__site_sponsorship_logo,
    .c-global-header .chorus-ad-placement__site_sponsorship_logo_mobile {
        right: 8px;
    }
}
.c-global-header__logo {
    flex-basis: 70%;
    flex-grow: 1;
    line-height: 1;
    order: 0;
    z-index: 5;
}
.c-global-header__logo-large {
    display: none;
}
.c-global-header__logo-community {
    text-transform: uppercase;
}
.c-global-header__logo a {
    display: inline-block;
    margin-left: 16px;
    padding: 8px 0;
    position: relative;
    width: auto;
}
.c-global-header__logo a:hover {
    color: #4c4e4d;
}
.c-global-header__logo img {
    max-height: 40px;
    max-width: 60px;
}
@media (min-width: 600px) {
    .c-global-header__logo img {
        max-height: 50px;
        max-width: 190px;
    }
}
.c-global-header__logo svg {
    height: 40px;
    max-width: 160px;
}
@media (min-width: 600px) {
    .c-global-header__logo svg {
        height: 50px;
        max-width: 190px;
    }
}
.c-global-header__logo.has-locale img,
.c-global-header__logo.has-locale svg {
    padding-bottom: 4px;
}
@media (min-width: 600px) {
    .c-global-header__logo.has-locale a {
        padding: 0;
    }
}
.has-disclaimer .c-global-header__logo {
    flex-basis: auto;
}
.c-global-header__logo-lockup {
    align-items: center;
    display: flex;
}
.c-global-header__logo-lockup img,
.c-global-header__logo-lockup svg {
    flex-shrink: 0;
}
.c-global-header__logo-network {
    margin-left: 8px;
}
.c-global-header__logo-network img,
.c-global-header__logo-network svg {
    display: block;
    height: 25px;
    max-width: 120px;
}
@media (min-width: 600px) {
    .c-global-header__logo {
        flex-basis: auto;
        flex-grow: 0;
    }
    .c-global-header__logo-large {
        display: inline;
    }
    .c-global-header__logo-small {
        display: none;
    }
}
.c-global-header__locale {
    font-family: Helvetica, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.c-global-header__links {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    text-transform: uppercase;
    font-size: 0.65em;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    z-index: 3;
}
@media (max-width: 600px) {
    .c-global-header__links {
        background-color: #f1f3f2;
    }
}
.c-global-header__links .hidden {
    position: absolute;
    visibility: hidden;
}
@media (max-width: 600px) {
    .has-disclaimer .c-global-header__links {
        flex-basis: 100%;
    }
}
@media (min-width: 600px) {
    .c-global-header__links {
        order: 2;
        padding-left: 32px;
    }
    .align-links-right .c-global-header__links {
        padding-right: 16px;
    }
}
.c-global-header__links ul {
    align-items: center;
    display: flex;
    justify-content: space-around;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
@media (min-width: 600px) {
    .c-global-header__links ul {
        justify-content: flex-start;
    }
    .align-links-right .c-global-header__links ul {
        justify-content: flex-end;
    }
}
.c-global-header__links li {
    border-left: 1px solid #eee;
    cursor: pointer;
    flex-basis: 25%;
    flex-grow: 1;
    flex-shrink: 0;
    height: 30px;
    line-height: 30px;
}
.c-global-header__links li:first-child {
    border-left: 0;
}
.safari .c-global-header__links li {
    flex-basis: auto;
}
@media (min-width: 600px) {
    .c-global-header__links li {
        border-left: 0;
        flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 1;
        height: 50px;
        line-height: 50px;
    }
}
.c-global-header__links li.is-attached {
    background-color: #fff;
}
.c-global-header__links a {
    display: inline-block;
    padding: 0 4px;
}
.c-global-header__links a:hover svg {
    fill: #262727;
}
@media (min-width: 600px) {
    .c-global-header__links a {
        padding: 0 12px;
    }
}
.c-global-header__links svg {
    fill: #595b5a;
    height: 15px;
    margin-left: 4px;
    width: 15px;
}
@media (min-width: 600px) {
    .use-fixed-dropdown .c-global-header__link-arrow {
        display: none;
    }
}
.c-global-header__link-arrow svg {
    height: 7px;
    width: 7px;
}
.c-global-header__link-hamburger {
    display: none;
}
@media (min-width: 600px) {
    .use-fixed-dropdown .c-global-header__link-hamburger {
        display: inline-block;
    }
}
.c-global-header__link-hamburger svg {
    height: 10px;
}
.c-global-header__trending svg {
    height: 18px;
    left: 0;
    margin-left: 0;
    margin-right: 4px;
    transform: rotate(0);
    transition: fill 0.2s;
    vertical-align: text-bottom;
    width: 30px;
}
.c-global-header__social {
    display: none;
    height: 26px;
    order: 3;
    padding-right: 8px;
    white-space: nowrap;
}
@media (min-width: 880px) {
    .c-global-header__social {
        display: block;
    }
}
.c-global-header__social li {
    vertical-align: top;
}
.c-global-header__social a {
    margin-right: 16px;
}
.c-global-header__social a:hover svg {
    fill: #262727;
}
.c-global-header__social a.twitter {
    margin-right: 12px;
}
.c-global-header__social a.facebook {
    margin-right: 11px;
}
.c-global-header__social a.instagram {
    margin-right: 15px;
}
.c-global-header__social a.newsletter_signup {
    border: 1px solid;
    border-color: #4c4e4d;
    font-size: 0.625em;
    padding: 8px;
    text-transform: uppercase;
    transition: border-color 0.2s;
    vertical-align: middle;
}
.c-global-header__social a.newsletter_signup:hover {
    border-color: #262727;
}
.c-global-header__social a.newsletter_signup svg {
    height: 22px;
    margin-right: 4px;
    width: 12px;
}
.c-global-header__social svg {
    fill: #595b5a;
    height: 26px;
    width: 16px;
    padding: 5px 0;
}
.c-global-header__primary-community {
    display: none;
}
@media (min-width: 600px) {
    .c-global-header__primary-community {
        align-items: center;
        align-self: stretch;
        background-color: #fff;
        color: #4c4e4d;
        display: flex;
        font-size: 0.65em;
        order: 5;
        z-index: 3;
    }
    .c-global-header__primary-community a {
        display: block;
        padding: 16px;
    }
    .c-global-header__primary-community svg {
        max-height: 30px;
        max-width: 125px;
        width: 100%;
    }
}
.c-global-header__search {
    display: none;
}
@media (min-width: 600px) {
    .c-global-header__search {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: center;
        vertical-align: middle;
        width: 48px;
    }
}
.c-global-header__search svg {
    fill: #fff;
    width: 16px;
}
.c-global-header__search-trigger {
    display: inline-block;
}
.c-global-header__search-trigger svg {
    height: 16px;
    position: relative;
    top: -2px;
    width: 16px;
}
.c-global-header__search-menu {
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: translateY(100%);
    transition: opacity 0.3s;
    z-index: -2;
}
.c-global-header__search-menu,
.c-global-header__search-menu .p-input-header__input,
.c-global-header__search-menu form,
.c-global-header__search-menu.p-input-header {
    padding-bottom: 0;
    padding-top: 0;
}
.c-global-header__actions {
    display: flex;
    flex-basis: 30%;
    justify-content: flex-end;
}
.c-global-header__actions .c-piano__login-controls .c-piano__login-controls-subscribe {
    display: none;
}
@media (min-width: 600px) {
    .c-global-header__actions {
        flex-basis: auto;
        order: 4;
    }
    .c-global-header__actions .c-piano__login-controls {
        display: none;
    }
}
.c-global-header__login {
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 48px;
}
@media (min-width: 600px) {
    .c-global-header__login {
        height: 50px;
        line-height: 50px;
    }
}
.c-global-header__login img,
.c-global-header__login-svg {
    fill: #fff;
    height: 16px;
    position: relative;
    top: -2px;
    width: 16px;
}
.c-global-header__login img:hover,
.c-global-header__login-svg:hover {
    fill: #262727;
}
.c-global-header__login-menu {
    font-family: Helvetica, sans-serif;
    background-color: #fff;
    display: none;
    font-size: 0.65em;
    line-height: 1;
    list-style-type: none;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: left;
    text-transform: normal;
    top: 100%;
    z-index: 49999;
}
.c-global-header__login-menu li {
    border-bottom: 1px solid #eee;
    display: block;
    min-width: 75px;
    padding: 16px;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}
.c-global-header__login-menu li:last-child {
    border: 0;
}
.c-global-header__login-menu a {
    color: #4c4e4d;
    display: block;
    transition: opacity 0.2s;
}
.c-global-header__login-menu a:hover {
    color: #262727;
}
.c-global-header__disclaimer {
    display: flex;
    flex-basis: auto;
    justify-content: flex-end;
}
@media (max-width: 600px) {
    .c-global-header__disclaimer {
        background-color: hsla(0, 0%, 100%, 0.1);
        flex-basis: 100%;
        padding: 8px 0;
    }
}
@media (min-width: 600px) {
    .c-global-header__disclaimer {
        order: 4;
    }
}
.c-global-header.is-login-active .c-global-header__login {
    background-color: #fff;
}
.c-global-header.is-login-active .c-global-header__login-menu {
    display: block;
}
.c-global-header.is-login-active .c-global-header__login-icon svg {
    fill: #262727;
}
.c-global-header.is-search-active .c-global-header__search-menu,
.c-global-header.is-search-forced-open .c-global-header__search-menu {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s;
}
.c-global-header.is-search-active .c-global-header__search-trigger svg,
.c-global-header.is-search-forced-open .c-global-header__search-trigger svg {
    fill: #262727;
}
@media (max-width: 600px) {
    .c-global-header.is-search-active .c-global-header__search-menu,
    .c-global-header.is-search-forced-open .c-global-header__search-menu {
        transform: translateY(140%);
    }
    .c-global-header.is-search-active .c-global-header__search-menu .p-input-header__input,
    .c-global-header.is-search-forced-open .c-global-header__search-menu .p-input-header__input {
        font-size: 12px;
    }
}
.c-global-header.is-search-forced-open .p-input-header__input {
    opacity: 1;
}
.c-global-header__tracking-pixel {
    display: none;
}
.c-social-buttons {
    display: flex;
    flex-flow: row nowrap;
    letter-spacing: 0.09em;
    line-height: 0;
    list-style-type: none;
    padding-left: 0;
}
.c-social-buttons svg {
    height: 21px;
    width: 21px;
}
.c-social-buttons svg + span {
    margin-left: 8px;
}
.c-social-buttons__item {
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    padding: 8px;
}
.c-group-header .c-social-buttons {
    margin: 0;
    padding: 8px 16px 0;
    text-align: center;
}
.c-social-buttons ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    font-size: 0.625em;
}
.c-social-buttons ul li + li {
    margin-left: 8px;
}
.c-social-buttons ul li:first-child {
    margin-left: -8px;
}
.c-user-card__social .c-social-buttons ul {
    flex-wrap: wrap;
}
.c-user-card__social .c-social-buttons ul li {
    margin-left: 0;
}
.c-social-buttons--popover {
    position: relative;
}
.c-social-buttons__popover {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 5000002;
}
.c-social-buttons__popover-header {
    color: #666;
    padding: 16px;
    border-bottom: 1px solid #d1d1d1;
}
.c-social-buttons__popover-header h3 {
    font-size: 1em;
    margin-bottom: 0;
    outline: 0;
}
.c-social-buttons__popover-header strong {
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    font-size: 0.625em;
    font-weight: 600;
    margin-bottom: 5.28px;
}
.c-social-buttons__popover-header span {
    display: block;
    font-size: 0.75em;
    line-height: 1.4;
    padding: 0;
    font-weight: 100;
    font-family: Helvetica, sans-serif;
}
.c-social-buttons__popover-body ul {
    display: flex;
    flex-flow: row wrap;
    padding: 8px 16px;
}
.c-social-buttons__popover-body ul li {
    margin-left: 0;
    margin-right: 3%;
    padding: 8px 0;
    width: 46%;
}
.c-social-buttons__popover-body ul li a {
    padding: 0;
}
.c-social-buttons__popover-body ul li + li,
.c-social-buttons__popover-body ul li:first-child {
    margin-left: 0;
}
.c-social-buttons__popover-body svg {
    height: 15px;
    width: 15px;
}
.c-social-buttons__popover-caret {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
}
.c-social-buttons__popover-caret:after,
.c-social-buttons__popover-caret:before {
    border: 9px solid transparent;
    border-top-color: #d1d1d1;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.c-social-buttons__popover-caret:before {
    left: -2px;
}
.c-social-buttons__popover-caret:after {
    border-width: 7px;
    border-top-color: #fff;
}
.below .c-social-buttons__popover-caret {
    top: 0;
}
.below .c-social-buttons__popover-caret:after,
.below .c-social-buttons__popover-caret:before {
    border-bottom-color: #d1d1d1;
    border-top-color: transparent;
    bottom: 100%;
}
.below .c-social-buttons__popover-caret:after {
    border-bottom-color: #fff;
}
.c-social-buttons li[data-ui="republish"] {
    align-self: center;
}
a.c-social-buttons__twitter {
    color: #4c4e4d;
}
a.c-social-buttons__twitter svg {
    fill: #00aced;
}
a.c-social-buttons__facebook {
    color: #4c4e4d;
}
a.c-social-buttons__facebook svg {
    fill: #325a97;
}
a.c-social-buttons__pinterest {
    color: #4c4e4d;
}
a.c-social-buttons__pinterest svg {
    fill: #c92228;
}
a.c-social-buttons__linkedin {
    color: #4c4e4d;
}
a.c-social-buttons__linkedin svg {
    fill: #0077b5;
}
a.c-social-buttons__instagram {
    color: #4c4e4d;
}
a.c-social-buttons__instagram svg {
    fill: #517fa4;
}
a.c-social-buttons__youtube {
    color: #4c4e4d;
}
a.c-social-buttons__youtube svg {
    fill: #e52d27;
}
a.c-social-buttons__google-plus {
    color: #4c4e4d;
}
a.c-social-buttons__google-plus svg {
    fill: #dd4b39;
}
a.c-social-buttons__flipboard {
    color: #4c4e4d;
}
a.c-social-buttons__flipboard svg {
    fill: #cf3c33;
}
a.c-social-buttons__pocket {
    color: #4c4e4d;
}
a.c-social-buttons__pocket svg {
    fill: #dd4f58;
}
a.c-social-buttons__reddit {
    color: #4c4e4d;
}
a.c-social-buttons__reddit svg {
    fill: #ff4500;
}
a.c-social-buttons__email {
    color: #4c4e4d;
}
a.c-social-buttons__email svg {
    fill: #7d7d7d;
}
a.c-social-buttons__more {
    color: #4c4e4d;
}
a.c-social-buttons__more svg {
    fill: #7d7d7d;
}
a.c-social-buttons__item {
    transition: opacity 0.3s;
}
a.c-social-buttons__item:focus,
a.c-social-buttons__item:hover {
    opacity: 0.7;
}
a.c-social-buttons__item .sr-only {
    text-transform: none;
}
a.c-social-buttons__rec {
    color: #4f7177;
}
a.c-social-buttons__rec svg {
    fill: none;
    stroke: #4f7177;
}
a.c-social-buttons__rec.is-recced svg {
    fill: #4f7177;
    stroke: none;
}
a.c-social-buttons__facebook {
    padding-left: 4px;
}
a.c-social-buttons__facebook svg {
    transform: scale(0.9);
}
a.c-social-buttons__more {
    align-items: center;
    display: flex;
}
a.c-social-buttons__more .c-social-buttons--label {
    display: inline-block;
}
a.c-social-buttons__republish {
    background-color: #d1d1d1;
    color: #333;
    border-radius: 20px;
}
a.c-social-buttons__republish:hover {
    background-color: #cfcfcf;
}
.c-group-header {
    border-bottom: 5px solid;
    border-color: #fc7655;
    margin-bottom: 32px;
    margin-top: 32px;
    padding-bottom: 8px;
    text-align: center;
}
.c-group-header.has-image h1 {
    display: none;
}
.c-group-header.no-border {
    border-bottom: 0;
}
.c-group-header__svg svg {
    max-height: 75px;
    width: 80%;
}
.c-group-header img {
    max-height: 75px;
    width: auto;
}
.c-group-header .p-page-title {
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}
.c-group-header .c-disclaimer-image {
    display: block;
    margin: 8px auto;
}
.c-group-header__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 728px;
    margin-top: 16px;
}
.c-group-header__disclosure {
    font-family: Helvetica, sans-serif;
    max-width: 546px;
    margin: 16px auto;
    display: block;
    font-style: italic;
}
.c-group-header .c-social-buttons {
    justify-content: center;
}
.l-main-content__above-subnav .c-group-header {
    border-bottom: none;
    padding-bottom: 0;
}
.c-entry-content h3.c-newsletter_signup_box__title,
h3.c-newsletter_signup_box__title {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
}
.c-pagination {
    background-color: #d1d1d1;
    margin-bottom: 16px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
@media (min-width: 600px) {
    .c-pagination {
        margin-bottom: 32px;
    }
}
.c-pagination .c-pagination__text {
    color: #626262;
    display: inline-block;
    font-size: 0.75em;
    padding: 12px 0 0;
}
.c-pagination .c-pagination__link {
    display: inline-block;
    padding: 16px;
}
.c-pagination .c-pagination__more {
    display: block;
    width: 100%;
}
.c-pagination .c-pagination__next {
    float: right;
}
.c-pagination .c-pagination__prev {
    float: left;
}
.c-entry-box--compact__image-wrapper .c-paywall-logo,
.c-entry-box-base__image .c-paywall-logo,
.c-entry-box__image-wrapper .c-paywall-logo,
.c-rock-list__item .c-paywall-logo {
    position: absolute;
    top: 16px;
    left: 0;
    max-width: 45%;
    z-index: 4;
}
.c-compact-river__entry--featured .c-entry-box--compact__image-wrapper .c-paywall-logo,
.c-compact-river__entry--featured .c-entry-box-base__image .c-paywall-logo,
.c-compact-river__entry--featured .c-entry-box__image-wrapper .c-paywall-logo,
.c-compact-river__entry--featured .c-rock-list__item .c-paywall-logo,
.c-entry-box--compact--video .c-entry-box--compact__image-wrapper .c-paywall-logo,
.c-entry-box--compact--video .c-entry-box-base__image .c-paywall-logo,
.c-entry-box--compact--video .c-entry-box__image-wrapper .c-paywall-logo,
.c-entry-box--compact--video .c-rock-list__item .c-paywall-logo {
    max-width: 25%;
}
@media (min-width: 600px) {
    .c-entry-box--compact__image-wrapper .c-paywall-logo,
    .c-entry-box-base__image .c-paywall-logo,
    .c-entry-box__image-wrapper .c-paywall-logo,
    .c-rock-list__item .c-paywall-logo {
        max-width: 25%;
    }
}
.c-entry-box--compact__image-wrapper .c-paywall-logo img,
.c-entry-box--compact__image-wrapper .c-paywall-logo svg,
.c-entry-box-base__image .c-paywall-logo img,
.c-entry-box-base__image .c-paywall-logo svg,
.c-entry-box__image-wrapper .c-paywall-logo img,
.c-entry-box__image-wrapper .c-paywall-logo svg,
.c-rock-list__item .c-paywall-logo img,
.c-rock-list__item .c-paywall-logo svg {
    display: block;
    max-width: 100%;
}
.c-picture {
    display: block;
    width: 100%;
    min-height: 1px;
}
.c-picture img {
    display: block;
    width: 100%;
    height: auto;
}
.e-image:hover .pinterest-save__button {
    opacity: 1;
}
@media (min-width: 728px) {
    .pinterest-save__button {
        opacity: 0;
    }
}
@media only screen and (min-device-width: 950px) and (max-device-width: 1024px) and (orientation: landscape) {
    .pinterest-save__button {
        opacity: 1;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .pinterest-save__button {
        opacity: 1;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .pinterest-save__button {
        opacity: 1;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .pinterest-save__button {
        opacity: 1;
    }
}
.c-related-list {
    margin-bottom: 2.4em;
}
.c-related-list__head {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.3em;
    border-bottom-style: solid;
    border-bottom-color: #fc7655;
    border-bottom-width: 3px;
    color: #4c4e4d;
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
}
.c-related-list__subhead {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    font-size: 1em;
    margin: 16px 0;
}
.c-related-list__community-name,
.c-related-list__group-name:link,
.c-related-list__head a:link {
    color: #4c4e4d;
}
.c-related-list__group-name:hover,
.c-related-list__head a:hover {
    color: #333;
}
.c-related-list ul {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    font-size: 1em;
    margin: 0;
    list-style: none;
}
.c-related-list .native_ad_linkset_link,
.c-related-list li {
    padding: 8px 0;
    color: #4f7177;
    border-bottom: none;
}
.c-related-list .native_ad_linkset_link a,
.c-related-list li a {
    color: #fc7655;
}
.c-related-list .native_ad_linkset_link a:hover,
.c-related-list li a:hover {
    color: #333;
}
.c-related-list__stream {
    padding-left: 24px;
}
.c-related-list__stream-link {
    padding-bottom: 32px;
    position: relative;
}
.c-related-list__stream-link:before {
    background-color: #595b5a;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: -20px;
    position: absolute;
    top: 0.65em;
    width: 10px;
    z-index: 1;
}
.c-related-list__stream-link:after {
    border-left: 1px dotted #d1d1d1;
    bottom: -0.65em;
    content: "";
    left: -16px;
    position: absolute;
    top: 0.65em;
    width: 1px;
}
.c-related-list__stream-link:last-of-type {
    padding-bottom: 0;
}
.c-related-list__stream-link:last-of-type:after {
    display: none;
}
.c-related-list .p-counter-link {
    display: block;
    margin-top: 16px;
}
.c-related-list__video {
    margin-top: 16px;
}
.c-river-section-title h2 {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.3em;
    color: currentColor;
    text-transform: uppercase;
}
.c-river-section-title--basic {
    position: relative;
}
@media (max-width: 600px) {
    .c-river-section-title--basic {
        text-align: center;
    }
}
.c-river-section-title--basic:before {
    border-top: 4px solid #fc7655;
    content: " ";
    height: 0;
    left: -16px;
    position: absolute;
    right: -16px;
    top: calc(50% - 0.3rem - 2px);
}
@media (min-width: 600px) {
    .c-river-section-title--basic:before {
        left: 0;
        right: 0;
    }
}
.c-river-section-title--basic h2 {
    background-color: #fff;
    display: inline-block;
    padding: 0 16px;
    position: relative;
}
@media (min-width: 600px) {
    .c-river-section-title--basic h2 {
        padding: 0 16px 0 0;
    }
}
.c-river-section-title--links {
    align-items: center;
    border-top: 4px solid #fc7655;
    display: flex;
    justify-content: space-between;
    margin: 0 -16px;
    padding: 16px;
    letter-spacing: 0;
}
@media (min-width: 600px) {
    .c-river-section-title--links {
        margin: 0;
        padding: 16px 0;
    }
}
.c-river-section-title--links h2 {
    margin: 0;
}
.c-river-section-title--links ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-river-section-title--links li {
    display: inline;
    font-size: 0.75em;
    margin-left: 16px;
    text-transform: uppercase;
}
@media (min-width: 600px) {
    .c-river__entry {
        padding: 32px 0;
    }
}
.c-river .p-breaker-title {
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .c-river__logo svg {
        max-width: 5%;
    }
    .c-river .c-entry-box--list {
        max-width: 93%;
    }
}
@media (min-width: 950px) {
    .c-river__logo svg {
        max-width: 3%;
    }
    .c-river .c-entry-box--list {
        max-width: 95%;
    }
    .c-river--three-column,
    .c-river--two-column {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 0 -16px 64px;
    }
    .c-river--three-column .c-river__entry,
    .c-river--two-column .c-river__entry {
        border-bottom: 0;
        padding: 16px;
    }
    .c-river--two-column .c-river__entry {
        width: 50%;
    }
    .c-river--three-column .c-river__entry {
        width: 33%;
    }
    .c-river--three-column .c-river__entry--wide,
    .c-river--two-column .c-river__entry--wide {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .c-compact-river {
        margin: 0 -16px;
    }
}
.c-compact-river__entry {
    background-color: #fff;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 8px;
}
.c-compact-river .l-breaker {
    margin-bottom: 16px;
}
.c-compact-river .native-ad-linkset-title {
    display: inline-block;
    margin-right: 16px;
}
@media (max-width: 600px) {
    [data-entry-id] .c-compact-river {
        display: none;
    }
}
.c-river-section-title + .c-compact-river .c-compact-river__entry:first-of-type {
    border-top: 0;
}
.c-river-section-title + .c-compact-river .c-compact-river__entry:first-of-type .c-entry-box--compact:not(.c-entry-box--compact--featured) > * {
    padding-top: 0;
}
@media (min-width: 880px) {
    .c-branded-river .c-compact-river__entry {
        flex-basis: 33.33333%;
        padding: 0 8px;
    }
}
.c-entry-content .c-shoppable__anchor {
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.c-entry-content .c-shoppable__anchor svg {
    width: 15px;
    margin-top: 5px;
}
.c-entry-content .c-shoppable__anchor svg > g > g > path {
    fill: #666;
}
.c-entry-content .c-shoppable__anchor:hover svg > g > g > path {
    fill: #b1b3b1;
}
.c-entry-content .c-shoppable__action-link {
    background: #4f7177;
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    padding: 10px 25px;
    margin-left: 10px;
}
.c-entry-content .c-shoppable__action-link:hover {
    background: #333;
    color: #fff;
}
:not(.m-ad__collapsed).m-ad__prelude.has-minimal-nav {
    margin-top: 64px;
}
p.c-credit-paragraph {
    font-size: 0.9em;
    font-style: italic;
}
.c-rock-list {
    background-color: #fff;
    color: #4c4e4d;
}
@media (min-width: 880px) {
    .c-rock-list {
        margin-bottom: 32px;
    }
    .c-rock-list:last-child {
        margin-bottom: 0;
    }
}
.c-rock-list__title {
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.2em;
    border: 0 solid #4f7177;
    border-top-width: 0;
    border-bottom-width: 0;
    text-align: left;
    padding: 0 0 16px 0;
    margin: 0;
}
.c-rock-list__title img,
.c-rock-list__title svg {
    max-height: 64px;
}
.c-rock-list__title .c-rock-list__title-wrapper,
.c-rock-list__title a,
.c-rock-list__title a:link {
    color: #000;
}
.c-rock-list__title a:focus,
.c-rock-list__title a:hover {
    color: #333;
}
.c-rock-list__sub-title {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    font-size: 0.9em;
}
.c-rock-list__body {
    padding: 0;
}
.c-rock-list ol,
.c-rock-list ul {
    list-style-type: none;
    margin: 0;
}
.c-rock-list .native-ad-latest,
.c-rock-list li {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    font-size: 0.8em;
    padding: 0;
    margin-bottom: 8px;
    background-color: transparent;
}
.c-rock-list .native-ad-latest:last-child-child,
.c-rock-list li:last-child-child {
    margin-bottom: 0;
}
.c-rock-list .native-ad-latest a,
.c-rock-list li a {
    color: #4c4e4d;
}
.c-rock-list .native-ad-latest a:focus,
.c-rock-list .native-ad-latest a:hover,
.c-rock-list li a:focus,
.c-rock-list li a:hover {
    color: #333;
}
.c-rock-list li {
    position: relative;
}
.c-rock-list .p-badge,
.c-rock-list .p-badge__overlay {
    width: 45px;
    height: 45px;
}
.c-rock-list .p-badge__overlay {
    top: 80px;
}
.c-rock-list__link {
    display: block;
}
.c-rock-list__meta {
    display: inline-block;
    font-size: 0.75em;
    margin-bottom: 16px;
    position: relative;
}
.c-rock-list__image {
    position: relative;
}
.c-rock-list__image img {
    width: 100%;
}
.c-rock-list__entry-blurb {
    display: none;
}
.c-rock-list__episode-title {
    font-weight: 700;
    text-transform: uppercase;
}
.c-rock-list__blurb {
    font-size: 0.625em;
    margin-top: -24px;
}
@media (max-width: 880px) and (min-width: 400px) {
    .c-rock-list--image .native-ad-latest,
    .c-rock-list--image li {
        border-bottom: 1px solid #d1d1d1;
        padding: 16px 0;
    }
    .c-rock-list--image .native-ad-latest:last-child,
    .c-rock-list--image li:last-child {
        border-bottom: 0;
    }
    .c-rock-list--image .c-rock-list__link,
    .c-rock-list--image .native-ad-latest {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    .ie9 .c-rock-list--image .c-rock-list__link:after,
    .ie9 .c-rock-list--image .native-ad-latest:after {
        clear: both;
        content: "";
        display: table;
    }
    .c-rock-list--image .c-rock-list__image,
    .c-rock-list--image .native-ad-latest-thumbnail-wrapper {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        margin-bottom: 0;
        width: 30%;
    }
    .ie9 .c-rock-list--image .c-rock-list__image,
    .ie9 .c-rock-list--image .native-ad-latest-thumbnail-wrapper {
        float: left;
        width: auto;
    }
    .c-rock-list--image .c-rock-list__entry-title,
    .c-rock-list--image .native-ad-latest-content {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        padding-left: 16px;
        width: 70%;
    }
    .ie9 .c-rock-list--image .c-rock-list__entry-title,
    .ie9 .c-rock-list--image .native-ad-latest-content {
        float: left;
        width: auto;
    }
}
.c-rock-list .native-ad-title,
.c-rock-list__item--body {
    display: block;
    padding: 8px 0;
}
.c-rock-list .native-ad-title {
    font-size: medium;
    font-weight: 400;
}
.c-rock-list h5 {
    margin: 8px 0 4px;
}
.c-rock-list__cta {
    background-color: transparent;
    border: 0 solid #d1d1d1;
    border-top-width: 1px;
    border-bottom-width: 0;
    padding: 6px;
    font-size: 16px;
    text-align: right;
    text-transform: none;
    letter-spacing: 0;
}
.c-rock-list__more:after {
    margin-left: 4px;
    content: " \25B6";
    font-size: 0.5em;
    vertical-align: middle;
}
.c-rock-list ul.c-rock-list__tickets {
    padding-left: 0;
    padding-right: 0;
}
.c-rock-list ul.c-rock-list__tickets li:last-of-type {
    margin-bottom: 0;
}
.c-rock-list__ticket {
    display: flex;
    margin-bottom: 8px;
    text-align: left;
}
.c-rock-list__ticket__date {
    flex-basis: 30%;
    padding-left: 8px;
}
.c-rock-list__ticket__date strong {
    display: block;
    font-size: 1.5em;
    line-height: 1;
    text-transform: uppercase;
}
.c-rock-list__ticket__info {
    flex-basis: 70%;
}
.c-rock-list__ticket header {
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.1;
}
.c-rock-list__ticket__meta {
    display: block;
    font-size: 0.75em;
}
.c-rock-list__footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    text-align: left;
}
.c-rock-list__footer .p-button {
    margin: auto auto auto 0;
}
.c-rock-list__footer__brand {
    font-size: 0.625em;
    text-align: right;
}
.c-rock-list__footer__brand svg {
    display: block;
    margin: 0 0 0 auto;
    max-height: 25px;
    max-width: 50px;
}
.c-rock-list__disclaimer,
.c-rock-list__warning {
    font-size: 0.75em;
    text-align: center;
}
.c-rock-list__warning {
    font-weight: 700;
}
.c-entry-content .c-tv-listing-search-wrapper.l-breaker {
    padding-left: 0;
    padding-right: 0;
}
@media print {
    .c-global-header__logo svg {
        fill: #4f7177;
    }
    .OUTBRAIN,
    .c-admin-hub-menu,
    .c-article-feedback,
    .c-comments,
    .c-compact-river,
    .c-footer,
    .c-global-header__actions,
    .c-global-header__links,
    .c-global-header__social,
    .c-related-list,
    .c-river,
    .c-simple-link-list,
    .c-social-buttons,
    .c-social-buttons--popover,
    .c-tab-bar,
    .c-tab-bar.tab-bar-fixed,
    .l-col__sidebar,
    .m-ad,
    .p-scalable-video {
        display: none;
    }
    img {
        max-width: 500px;
        margin: 0 auto;
    }
}
.c-entry-content ol a,
.c-entry-content p a,
.c-entry-content ul a {
    font-weight: 600;
    font-size: inherit !important;
    background-color: transparent !important;
}
.s-sidebar {
    background: #d1d1d1;
    padding: 16px;
    margin: 8px 0;
}
.c-entry-content .p-pullquote,
.c-entry-content .pullquote,
.c-entry-content q {
    border-bottom: 4px solid #d1d1d1;
    border-top: 4px solid #d1d1d1;
    padding-bottom: 1.2rem;
}
.p-badge {
    background-color: #fc7655;
    border-radius: 0;
}
.p-badge path,
.p-badge svg {
    fill: #fff;
}
.p-badge:hover {
    background-color: #fc7655;
}
@media (min-width: 600px) {
    .c-entry-box--compact .c-byline,
    .c-entry-box--compact--0 .c-entry-box--compact__dek {
        font-family: Harriet, Helvetica, sans-serif;
    }
}
.c-rock-list__title-wrapper {
    position: relative;
}
.c-rock-list__title-wrapper:before {
    background-color: #fc7655;
    bottom: 5px;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 1;
}
.c-rock-list__title-wrapper > * {
    position: relative;
    z-index: 2;
}
.c-rock-list__title-wrapper a {
    color: #000;
}
.c-entry-box--compact:not(.c-entry-box--compact--hero):not(.c-entry-box--compact--featured) .c-byline {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero).c-entry-box--compact {
    flex-direction: column;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__body {
    background: #000;
    padding: 16px;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__dek,
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__labels {
    display: none;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__title {
    font-size: 1.2em;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__title a {
    color: #fff;
}
@media (min-width: 600px) {
    .c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__title {
        font-size: 1.5em;
    }
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) a {
    color: #a4d2e7;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) a:hover {
    color: #4f7177;
}
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-byline,
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__community,
.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-sponsorship {
    color: #fff;
}
.c-entry-box--compact__label-primary {
    background-color: #fc7655;
    font-weight: 700;
}
.c-entry-box--compact__body .c-entry-box--compact__package-illustration {
    max-height: 25px;
}
@media (max-width: 728px) {
    .c-footer__logo-link svg {
        max-width: 150px;
    }
}
@media (min-width: 600px) {
    .c-global-header__logo {
        background: #fc7655;
        margin-bottom: -20px;
        padding: 8px 16px;
    }
    .c-global-header__logo a {
        margin: 0;
    }
    .c-global-header__links {
        padding-left: 16px;
    }
    .c-global-header .p-input-header__input {
        padding-top: 10px;
    }
}
@media (max-width: 600px) {
    .c-global-header__logo {
        flex-basis: 100%;
        text-align: center;
    }
    .c-global-header__logo a {
        margin: 0;
    }
    .c-global-header__actions {
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 10000000;
    }
}
@media (min-width: 1116px) {
    .c-global-header__logo {
        margin-left: -16px;
    }
}
.c-nav-list {
    font-weight: 700;
}
@media (min-width: 600px) {
    .c-nav-list__main:after,
    .c-nav-list__sub-items:after {
        border-bottom: 4px solid #fc7655;
        bottom: 0;
        content: "";
        position: absolute;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .c-package-subnav__horizontal,
    .c-package-subnav__vertical {
        position: relative;
    }
    .c-package-subnav__horizontal:before,
    .c-package-subnav__vertical:before {
        content: "";
        left: -200%;
        position: absolute;
        right: 200%;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .c-package-subnav__horizontal ul,
    .c-package-subnav__vertical ul {
        position: relative;
        z-index: 1;
    }
}
@media (min-width: 950px) {
    .c-breaking-news.contribute-banner {
        text-align: left;
    }
}
@media (min-width: 600px) and (max-width: 950px) {
    .c-breaking-news.contribute-banner .l-wrapper {
        flex-direction: column;
    }
}
@media (min-width: 600px) {
    .c-breaking-news.contribute-banner a:first-child {
        display: inherit;
        margin-bottom: 0;
    }
}
@media (min-width: 600px) {
    .c-breaking-news.contribute-banner .c-breaking-news__contribute-button.p-button {
        margin-left: 40px;
        margin-right: 15px;
    }
}
@media (min-width: 950px) {
    .c-breaking-news.contribute-banner .c-breaking-news__contribute-button.p-button {
        margin-left: 80px;
        margin-right: 30px;
        padding: 15px 30px;
        font-size: 16px;
        position: relative;
        left: -30px;
    }
}
@media (min-width: 600px) and (max-width: 950px) {
    .c-breaking-news.contribute-banner .c-breaking-news__label {
        padding-left: 16px;
        padding-top: 38px;
    }
}
@media (min-width: 600px) {
    .c-breaking-news.contribute-banner .c-breaking-news__label {
        align-items: center;
        display: flex;
        font-size: 1.2em;
    }
}
@media (min-width: 950px) {
    .c-breaking-news.contribute-banner .c-breaking-news__label {
        flex-basis: 20%;
        padding-bottom: 32px;
        padding: 32px 0 32px 16px;
    }
}
@media (min-width: 600px) and (max-width: 950px) {
    .c-breaking-news.contribute-banner .c-breaking-news__content {
        text-align: left;
        padding: 10px 16px 20px;
    }
}
@media (min-width: 600px) {
    .c-breaking-news.contribute-banner .c-breaking-news__close {
        top: 20px;
        right: 20px;
    }
}
@media (min-width: 950px) {
    .c-breaking-news.contribute-banner .c-breaking-news__close {
        top: 10px;
        right: 9px;
    }
}
.c-group-header a[href="http://www.vox.com/i-think-youre-interesting"] img
{
    display: none;
}
.c-group-header a[href="http://www.vox.com/i-think-youre-interesting"]+h1
{
    display: block;
}
.c-group-header a[href="http://www.vox.com/ezra-klein-show-podcast"] img
{
    display: none;
}
.c-group-header a[href="http://www.vox.com/ezra-klein-show-podcast"]+h1
{
    display: block;
}
.c-group-header a[href="http://www.vox.com/the-weeds"] img
{
    display: none;
}
.c-group-header a[href="http://www.vox.com/the-weeds"]+h1
{
    display: block;
}
.c-group-header a[href="http://www.vox.com/weeds-in-the-wild"] img
{
    display: none;
}
.c-group-header a[href="http://www.vox.com/weeds-in-the-wild"]+h1
{
    display: block;
}
iframe[src*="//apps.voxmedia.com/"]
{
    margin-bottom: 24px;
}
@media (min-width: 728px) {
    .c-entry-box--compact--package_landing.c-entry-box--compact--hero .c-entry-box--compact__dek {
        display: block !important;
    }
}
.c-entry-box--compact__body .c-entry-box__ad-preamble,
.c-entry-box--compact__body .c-entry-box__ad-preamble .c-byline,
.c-entry-box--compact__body .sg-preamble {
    font-family: Balto, Helvetica, sans-serif;
    font-size: 13.5px;
}
body[data-group-id="80301"] .c-podcast-player {
    background-color: #f1f3f2;
}
.commentlist .li-comment {
    border-radius: 5px 5px 5px 5px;
    border: 3px solid #f1f1f1;
    background-position: 10px 15px;
    font-size: 14px;
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 3px 10px 10px 10px;
    position: relative;
}
.commentlist .li-comment:nth-child(odd) {
    background: #fff;
}
.commentlist .children .li-comment {
    background: 0 0;
    background-position: 10px 15px;
    padding-right: 0;
    padding: 3px 10px 10px 10px;
}
.commentlist .li-comment:nth-child(odd) .children .li-comment {
    background: #fff;
}
.commentlist {
    margin: 0;
}
.commentlist .children {
    margin-left: 20px;
}
.li-comment {
    position: relative;
}
.li-comment::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 39px;
    background: #f1f1f1;
}
.comment-author {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 30px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    position: relative;
}
.comment-author::after {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    background: url(https://secure.gravatar.com/avatar/?s=40&d=mm&r=g?s=280&d=mm&r=g);
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 30px;
    position: absolute;
    top: -8px;
    left: -35px;
}
.commentlist li .comment-info {
    margin: 0 0 10px 0;
    position: relative;
    left: 8px;
    display: inline-block;
}
.commentlist li .comment-info a,
.style4 a,
.style4 a strong,
center div p a,
center div p a strong,
div[align="center"] a,
p.byline.small b a {
    border-bottom: none !important;
}
.commentlist li .comment-info + p {
    white-space: pre-wrap;
    font-size: 15px;
    line-height: 20px;
    margin-top: 1.2rem;
    white-space: pre-line;
    word-break: break-word;
    word-wrap: break-word;
}
input,
textarea {
    border: 1px solid #e4e4e4;
}
textarea {
    width: 100%;
    margin-top: 10px;
}
a.comment-reply-link {
    background: #fc7655;
    border-radius: 5px;
    color: #000;
    padding: 2px 8px;
    font-weight: 400;
    box-sizing: border-box;
    margin-top: 5px;
}
#reply-title {
    margin-top: 20px;
    font-size: 20px;
    position: relative;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.xl-comment-count {
    color: #777;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: italic;
}
.stream-item-below-post,
.stream-item-below-post-content {
    margin: 30px auto;
}
.stream-item {
    text-align: center;
    margin: 20px 0;
    padding: 0;
}
.stream-title {
    margin-bottom: 3px;
    font-size: 80%;
    line-height: 20px;
    color: #a5a5a5;
    display: block;
}
.ad-slot {
    display: none;
    position: relative;
    margin-top: 1.5em;
    text-align: center;
}
i.icon.icon-comment:before {
    content: "\e913";
    color: #fff;
}
h2.spot-im-comment-title {
    margin-top: 2em;
}
h2.spot-im-comment-title {
    background: #000;
    color: #fff;
    padding: 0.25rem 0.5rem 0.5rem;
    font-size: 22px;
    text-transform: uppercase;
}
.comment-style {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.4px;
}
ul.page-numbers {
    list-style: none;
    margin: 0;
}
.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}
.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 15px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
}
.page-numbers a span {
    padding: 0;
}
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}
.page-numbers:hover {
    text-decoration: none;
}
ul {
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 13.5px;
}
li {
    line-height: 1.15em;
    margin-bottom: 0.5em;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.u-off-black {
    color: #231f20;
}
.u-list {
    list-style: none;
}
.u-relative {
    position: relative;
}
.story-list,
.story-list a {
    color: #231f20 !important;
}
.story-list a:focus,
.story-list a:hover {
    color: #fc7655 !important;
    outline: 0 !important;
}
.pv-1 {
    padding-top: 5px !important;
}
.pv-1 {
    padding-bottom: 5px !important;
}
.pl-3 {
    padding-left: 20px !important;
}
.font-list {
    font-size: 17px;
    line-height: 23px;
}
.wrapper {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    position: relative;
}
.wrapper::after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (min-width: 768px) {
    .wrapper {
        padding: 0 15px;
    }
}
@media screen and (min-width: 1020px) {
    .wrapper {
        padding: 0 30px;
    }
}
@supports (display: grid) {
    .tsat-2020 .triplets {
        margin-bottom: 40px;
    }
    .tsat-2020 .triplets .icon-camera,
    .tsat-2020 .triplets .icon-label,
    .tsat-2020 .triplets .icon-video,
    .tsat-2020 .triplets .update-timestamp {
        display: inline-block;
        font-weight: 400;
        letter-spacing: 0;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets {
            display: grid;
            grid-column-gap: 0;
            grid-template-columns: auto 300px;
            grid-template-rows: repeat(3, auto);
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets {
            grid-template-columns: auto 265px 300px;
        }
    }
    .tsat-2020 .triplets .three-col-single {
        float: none;
        margin-bottom: 12px;
        margin-right: 0;
        width: inherit;
        padding-bottom: 20px;
        padding-right: 0;
    }
    @media screen and (max-width: 1019px) {
        .tsat-2020 .triplets .three-col-single {
            display: grid;
            grid-template-columns: auto 160px;
        }
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets .three-col-single {
            padding-bottom: 5px;
        }
    }
    .tsat-2020 .triplets .three-col-single:not(:nth-child(3)) {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 13px;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets .three-col-single:not(:nth-child(3)) {
            margin-bottom: 8px;
        }
    }
    @media screen and (min-width: 768px) and (max-width: 1019px) {
        .tsat-2020 .triplets .three-col-single {
            margin-right: 30px;
        }
    }
    .tsat-2020 .triplets .three-col-single .top-story-photo {
        display: inherit;
        float: none;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 0;
        width: 100%;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets .three-col-single .top-story-photo {
            margin-bottom: 10px;
        }
    }
    @media screen and (max-width: 1019px) {
        .tsat-2020 .triplets .three-col-single .top-story-photo {
            grid-column: 2;
            grid-row: 1;
            margin-top: 7px;
            max-width: 145px;
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets .three-col-single .top-story-photo {
            margin-left: 0;
        }
    }
    .tsat-2020 .triplets .three-col-single .three-col-text {
        float: none;
        width: 100%;
    }
    @media screen and (max-width: 1019px) {
        .tsat-2020 .triplets .three-col-single .three-col-text {
            grid-column: 1;
            grid-row: 1;
        }
    }
    .tsat-2020 .triplets .three-col-single .three-col-text .top-story-title {
        font-size: 20px;
        line-height: 23px;
    }
    @media screen and (max-width: 767px) {
        .tsat-2020 .triplets .three-col-single .three-col-text .top-story-title {
            margin: 0;
        }
    }
    .tsat-2020 .triplets .three-col-single .triplet-summary {
        display: block;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }
    .tsat-2020 .triplets .three-col-single.first {
        grid-template-columns: 1fr;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets .three-col-single.first {
            padding-bottom: 15px;
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets .three-col-single.first {
            border-bottom: none;
            border-right: 1px solid #e0e0e0;
            grid-row: 1/-1;
            padding-right: 15px;
        }
    }
    .tsat-2020 .triplets .three-col-single.first .top-story-photo {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 10px;
        margin-left: 0;
        margin-top: 0;
        max-width: inherit;
    }
    .tsat-2020 .triplets .three-col-single.first .three-col-text {
        grid-column: 1;
        grid-row: 2;
    }
    .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title {
        font-size: 26px;
        line-height: 28px;
    }
    @media screen and (max-width: 767px) {
        .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title {
            margin: 0 0 10px 0;
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title {
            font-size: 30px;
            line-height: 33px;
        }
    }
    .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title .icon-camera,
    .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title .icon-label,
    .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title .icon-video,
    .tsat-2020 .triplets .three-col-single.first .three-col-text .top-story-title .update-timestamp {
        display: none;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets .three-col-single:nth-child(2),
        .tsat-2020 .triplets .three-col-single:nth-child(3) {
            grid-column: 1;
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets .three-col-single:nth-child(2),
        .tsat-2020 .triplets .three-col-single:nth-child(3) {
            margin: 0 30px 15px 15px;
            grid-column: 2;
        }
    }
    @media screen and (max-width: 1019px) {
        .tsat-2020 .triplets .three-col-single:nth-child(2) {
            grid-row: 2;
        }
        .tsat-2020 .triplets .three-col-single:nth-child(3) {
            grid-row: 3;
        }
    }
    .tsat-2020 .triplets #ad-right-top {
        display: block;
    }
    @media screen and (min-width: 768px) {
        .tsat-2020 .triplets #ad-right-top {
            grid-column: 2;
            grid-row: 1/-1;
        }
    }
    @media screen and (min-width: 1020px) {
        .tsat-2020 .triplets #ad-right-top {
            grid-column: 3;
        }
    }
}
@-moz-document url-prefix() {
    .-moz-select {
        background-color: #eee;
        background-position: 98% center;
        background-repeat: no-repeat;
        background-size: 12px 8px;
        border: 1px solid silver;
        border-radius: 3px;
        box-shadow: none;
        max-height: 37px;
        margin-bottom: 10px;
    }
    .-moz-select select {
        -moz-appearance: window;
        margin-bottom: 0 !important;
    }
    .-moz-select select option {
        padding: 3px 6px;
    }
}
.story-list {
    counter-reset: story-counter;
}
.story-list h3 {
    font-family: helvetica neue, helvetica, sans-serif;
    font-size: 24px;
    line-height: 27px;
    border-bottom: 3px solid #fc7655;
    margin: 0;
    padding-bottom: 5px;
}
.story-list ul {
    list-style: none;
}
.story-list ul li {
    list-style-type: none;
    padding: 10px 0;
    position: relative;
    font-size: 17px;
    line-height: 23px;
    margin: 0;
}
.story-list ul li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}
.story-list a {
    display: inline-block;
}
.story-list.most-shared li a {
    padding: 10px 0 10px 25px;
}
.story-list.most-shared li::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: counter(story-counter);
    counter-increment: story-counter;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    font-family: helvetica neue, helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 6px 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
    .section-stories {
        clear: both;
        margin-top: 20px;
    }
}
@media screen and (min-width: 1020px) {
    .section-stories {
        float: left;
        display: block;
        margin-right: 4.9180327869%;
        width: 47.5409836066%;
        margin-right: 0;
    }
    .section-stories:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width: 600px) {
    @supports (display: flex) {
        .recirculation-widget--item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
        }
    }
}
@media screen and (min-width: 600px) {
    @supports (display: flex) {
        .recirculation-widget--homepage-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
        }
    }
}
@media screen and (min-width: 600px) {
    @supports (display: flex) {
        .recirculation-widget--image-wrapper {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.3% - 12px);
            flex: 0 0 calc(33.3% - 12px);
        }
    }
}
@media screen and (min-width: 600px) {
    @supports (display: flex) {
        .recirculation-widget--text-wrapper {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(66.6% - 12px);
            flex: 0 0 calc(66.6% - 12px);
        }
    }
}
.icon {
    vertical-align: middle;
    height: 15px;
    width: 15px;
}
.article-body {
    clear: left;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
    .article-body {
        padding: 0 30px;
    }
}
@media screen and (min-width: 1020px) {
    .article-body > h2,
    .article-body > h3,
    .article-body > h4,
    .article-body > ul {
        float: left;
        display: block;
        margin-right: 3.2258064516%;
        width: 65.5913978495%;
        margin-left: 17.2043010753%;
        float: none;
    }
    .article-body > h2:last-child,
    .article-body > h3:last-child,
    .article-body > h4:last-child,
    .article-body > ul:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) {
    .article-aside {
        clear: right;
        float: right;
        width: 300px;
        margin-left: 30px;
        margin-bottom: 30px;
    }
}
div[class*="s2nPlayer-"] {
    margin-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
._237A3 {
    background-color: #f6f6f6;
}
._237A3 {
    position: relative;
}
._237A3 img {
    border-radius: inherit;
}
._237A3 {
    font-size: 12px;
    line-height: 16px;
}
._237A3 ._237A3 {
    vertical-align: bottom;
}
._237A3 img {
    width: 100%;
    vertical-align: bottom;
}
.KPZ7z {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 110px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 0;
}
.KPZ7z,
.KPZ7z ._3YMZo {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-direction: normal;
}
.KPZ7z ._3YMZo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.KPZ7z ._3YMZo ._34o8D {
    font-size: 18px;
    color: #4c4e4d;
    line-height: 20px;
    -webkit-line-clamp: 3;
    font-family: ScoutBold, Arial, Helvetica, sans-serif;
}
.KPZ7z ._3YMZo ._34o8D,
.KPZ7z ._3YMZo ._3IQjM {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.KPZ7z ._3YMZo ._3IQjM {
    font-size: 12px;
    color: #aaa;
    line-height: 16px;
    margin-top: 5px;
    -webkit-line-clamp: 1;
}
.KPZ7z ._2tsIz {
    width: 110px;
    height: 84px;
    margin-left: 21px;
    position: relative;
}
.KPZ7z ._2tsIz img {
    width: 110px;
    height: 84px;
    object-fit: cover;
}
.KPZ7z ._2tsIz ._3f64j {
    width: 110px;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
._2Zr6X {
    height: 1px;
    width: 100%;
    margin-left: 14px;
    margin-right: 14px;
    background-color: #e7e7e7;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    ._2Zr6X {
        -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
    ._2Zr6X {
        -webkit-transform: scaleY(0.25);
        -ms-transform: scaleY(0.25);
        transform: scaleY(0.25);
    }
}
@media only screen and (min-width: 600px) {
    * [aria-labelledby="mobile-search"],
    .mobile-search {
        display: none;
        max-height: 0;
        overflow: hidden;
    }
}
[hidden] {
    display: none;
}
input {
    font: inherit;
}
input {
    overflow: visible;
}
input {
    margin: 0;
}
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
[type="reset"],
[type="submit"],
html [type="button"] {
    -webkit-appearance: button;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-moz-selection {
    background: #fc7655;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #fc7655;
    color: #fff;
    text-shadow: none;
}
input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #2c2f34;
    font-size: 12px;
    outline: 0;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background 0.3s, border 0.3s;
    max-width: 100%;
    background-color: transparent;
}
input:hover,
input[type="text"]:focus {
    background-color: rgba(0, 0, 0, 0.03);
}
input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
[type="submit"] {
    width: auto;
    position: relative;
    background-color: #fc7655;
    color: #fff;
    padding: 7px 15px;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="submit"]:hover {
    background-color: #333333;
    text-decoration: none;
    color: #fff;
}
.xlcenter {
    background: #fff;
    margin: 10px;
    padding: 10px 10px;
    text-align: center;
}



		.row {
    margin-left: -15px;
    margin-right: -15px
}

.row::after {
    content: "";
    display: table;
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1 {
    float: left;
    width: 8.333333%
}

.col-xs-2 {
    float: left;
    width: 16.666667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-4 {
    float: left;
    width: 33.333333%
}

.col-xs-5 {
    float: left;
    width: 41.666667%
}

.col-xs-6 {
    float: left;
    width: 50%
}

.col-xs-7 {
    float: left;
    width: 58.333333%
}

.col-xs-8 {
    float: left;
    width: 66.666667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-10 {
    float: left;
    width: 83.333333%
}

.col-xs-11 {
    float: left;
    width: 91.666667%
}

.col-xs-12 {
    float: left;
    width: 100%
}

@media (min-width:544px) {
    .col-sm-1 {
        float: left;
        width: 8.333333%
    }
    .col-sm-2 {
        float: left;
        width: 16.666667%
    }
    .col-sm-3 {
        float: left;
        width: 25%
    }
    .col-sm-4 {
        float: left;
        width: 33.333333%
    }
    .col-sm-5 {
        float: left;
        width: 41.666667%
    }
    .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-7 {
        float: left;
        width: 58.333333%
    }
    .col-sm-8 {
        float: left;
        width: 66.666667%
    }
    .col-sm-9 {
        float: left;
        width: 75%
    }
    .col-sm-10 {
        float: left;
        width: 83.333333%
    }
    .col-sm-11 {
        float: left;
        width: 91.666667%
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        float: left;
        width: 8.333333%
    }
    .col-md-2 {
        float: left;
        width: 16.666667%
    }
    .col-md-3 {
        float: left;
        width: 25%
    }
    .col-md-4 {
        float: left;
        width: 33.333333%
    }
    .col-md-5 {
        float: left;
        width: 41.666667%
    }
    .col-md-6 {
        float: left;
        width: 50%
    }
    .col-md-7 {
        float: left;
        width: 58.333333%
    }
    .col-md-8 {
        float: left;
        width: 66.666667%
    }
    .col-md-9 {
        float: left;
        width: 75%
    }
    .col-md-10 {
        float: left;
        width: 83.333333%
    }
    .col-md-11 {
        float: left;
        width: 91.666667%
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        float: left;
        width: 8.333333%
    }
    .col-lg-2 {
        float: left;
        width: 16.666667%
    }
    .col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-4 {
        float: left;
        width: 33.333333%
    }
    .col-lg-5 {
        float: left;
        width: 41.666667%
    }
    .col-lg-6 {
        float: left;
        width: 50%
    }
    .col-lg-7 {
        float: left;
        width: 58.333333%
    }
    .col-lg-8 {
        float: left;
        width: 66.666667%
    }
    .col-lg-9 {
        float: left;
        width: 75%
    }
    .col-lg-10 {
        float: left;
        width: 83.333333%
    }
    .col-lg-11 {
        float: left;
        width: 91.666667%
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-body {
    display: table-cell;
    vertical-align: top
}

.p-a-0 {
    padding: 0 0!important
}

.p-a-1 {
    padding: 1rem 1rem!important
}

.p-a-2 {
    padding: 1.5rem 1.5rem!important
}

.p-a-3 {
    padding: 3rem 3rem!important
}

.text-xs-center {
    text-align: center!important
}

@media (min-width:544px) {
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-center {
        text-align: center!important
    }
}

.text-info {
    color: #5bc0de!important
}


.text-center {
    text-align: center
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.col-0 {
    clear: left
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

.row [class*=col-] {
    padding-left: 12px;
    padding-right: 12px
}

.row-lg {
    margin-left: -20px;
    margin-right: -20px
}

.row-lg [class*=col-] {
    padding-left: 20px;
    padding-right: 20px
}

.row-md {
    margin-left: -16px;
    margin-right: -16px
}

.row-md [class*=col-] {
    padding-left: 16px;
    padding-right: 16px
}

.row-sm {
    margin-left: -8px;
    margin-right: -8px
}

.row-sm [class*=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.row-xs {
    margin-left: -4px;
    margin-right: -4px
}

.row-xs [class*=col-] {
    padding-left: 4px;
    padding-right: 4px
}

@media (min-width:992px) {
    .col-lg-2-4 {
        width: 20%;
        float: left
    }
}

@media (max-width:991px) {
    .row {
        margin-left: -8px;
        margin-right: -8px
    }
    .row [class*=col-] {
        padding-left: 8px;
        padding-right: 8px
    }
    .row-2 [class*=col] {
        width: 50%;
        float: left
    }
    .row-2 .col-0 {
        clear: none
    }
}

@media (max-width:767px) {
    .row {
        margin-left: -4px;
        margin-right: -4px
    }
    .row [class*=col-] {
        padding-left: 4px;
        padding-right: 4px
    }
}

.row-col {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%
}

.row-col>[class*=" col-"],
.row-col>[class*=col-] {
    vertical-align: top;
    float: none;
    padding: 0;
    position: static
}

.row-row {
    display: table-row;
    height: 100%
}

.row-body {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

@media (min-width:992px) {
    .row-col>[class*=" col-lg"],
    .row-col>[class*=col-lg] {
        display: table-cell;
        height: 100%
    }
}

@media (min-width:768px) {
    .row-col>[class*=" col-md"],
    .row-col>[class*=col-md] {
        display: table-cell;
        height: 100%
    }
}

@media (min-width:544px) {
    .row-col>[class*=" col-sm"],
    .row-col>[class*=col-sm] {
        display: table-cell;
        height: 100%
    }
}

.row-col>[class*=" col-xs"],
.row-col>[class*=col-xs] {
    display: table-cell;
    height: 100%
}

@media (max-width:543px) {
    .row-col-xs {
        display: block
    }
    .row-col-xs .row-body {
        overflow: visible!important
    }
}

[data-layout],
[layout] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

[data-layout=column],
[layout=column] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

[data-layout=row],
[layout=row] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

[data-layout-wrap],
[layout-wrap] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-layout-fill],
[layout-fill] {
    margin: 0;
    min-height: 100%;
    width: 100%
}

@-moz-document url-prefix() {
    [data-layout-fill],
    [layout-fill] {
        margin: 0;
        width: 100%;
        min-height: auto;
        height: inherit
    }
}

[data-flex],
[flex] {
    box-sizing: border-box;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

[data-flex-no-shrink],
[flex-no-shrink] {
    flex-shrink: 0
}


.item {
    position: relative;
    margin: 0 auto
}

.item::after {
    content: "";
    display: table;
    clear: both
}

.item .center {
    position: absolute;
    padding: 0!important;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.item-media {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: inherit
}

.item-media:after {
    content: '';
    display: block;
    padding-top: 100%
}

.item-media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, .2)
}

.item-info {
    position: relative;
    padding: 10px 0 20px 0;
    border-radius: inherit
}

.item-title {
    font-weight: 600
}

.white {
    background-color: #fff
}

.info {
    color: rgba(255, 255, 255, .87);
    background-color: #6887ff
}

.rounded {
    border-radius: 500px
}

.p-a {
    padding: 1rem
}

.p-a-lg {
    padding: 3rem
}

.p-a-md {
    padding: 1.5rem
}

.p-a-sm {
    padding: .5rem
}

.p-a-xs {
    padding: .25rem
}

.padding {
    padding: 1.5rem 1.5rem
}

@media (max-width:991px) {
    .padding {
        padding: 1.5rem 1rem
    }
}

@media (max-width:767px) {
    .padding {
        padding: 1.5rem .5rem
    }
}

a.info:hover {
    background-color: #5b7dff
}

a.text-info:hover {
    color: #5b7dff
}

.text-info {
    color: #6887ff!important
}

.text-white {
    color: #fff!important
}

._100 {
    font-weight: 100
}

._200 {
    font-weight: 200
}

._300 {
    font-weight: 300
}

._400 {
    font-weight: 400
}

._500 {
    font-weight: 500
}

._600 {
    font-weight: 600
}

._700 {
    font-weight: 700
}

._800 {
    font-weight: 800
}

.text {
    font-size: 1rem
}

.text-xs {
    font-size: .65rem
}

.text-sm {
    font-size: .8rem
}

.text-md {
    font-size: 1.125rem
}

.text-lg {
    font-size: 1.5rem
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
} 

	ul.related_post li a {
    color: #333;
    font-weight: bolder;
    font-size: 15px
}

.wp_rp_wrap {
    clear: both
}

ul.related_post {
    margin: 0 0 18px 0;
    padding: 0;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -moz-column-rule: 1px solid #ccc;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -webkit-column-rule: 1px solid #ccc;
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #ccc
}

ul.related_post li {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

ul.related_post li img {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    float: none;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

ul.related_post li a.wp_rp_thumbnail {
    display: block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    float: left;
    margin: 0 10px 0 0;
    padding: 0
}

@media screen and (max-width:480px) {
    ul.related_post {
        -moz-column-count: auto;
        -moz-column-gap: normal;
        -moz-column-rule: none;
        -webkit-column-count: auto;
        -webkit-column-gap: normal;
        -webkit-column-rule: none;
        column-count: auto;
        column-gap: normal;
        column-rule: none
    }
}

ul.related_post li a {
 
}

.related_post_title {
    display: block;
    color: #333
}

.wp_rp_wrap {
    clear: both
}

ul.related_post {
    margin: 0 0 18px 0!important;
    padding: 0!important;
    -moz-column-count: 2!important;
    -moz-column-gap: 40px!important;
    -moz-column-rule: 1px solid #ccc!important;
    -webkit-column-count: 2!important;
    -webkit-column-gap: 40px!important;
    -webkit-column-rule: 1px solid #ccc!important;
    column-count: 2!important;
    column-gap: 40px!important;
    column-rule: 1px solid #ccc!important
}

ul.related_post li {
    overflow: hidden!important;
    list-style: none!important;
    margin: 0!important;
    padding: 0 0 10px 0!important;
    -moz-column-break-inside: avoid!important;
    -webkit-column-break-inside: avoid!important;
    break-inside: avoid-column!important
}

ul.related_post li img {
    display: block!important;
    max-width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    background: 0 0!important;
    border: none!important;
    float: none!important;
    border-radius: 3px!important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)!important
}

ul.related_post li a.wp_rp_thumbnail {
    display: block!important;
    width: 75px!important;
    height: 75px!important;
    overflow: hidden;
    float: left!important;
    margin: 0 10px 0 0!important;
    padding: 0!important
}

@media screen and (max-width:480px) {
    ul.related_post {
        -moz-column-count: auto!important;
        -moz-column-gap: normal!important;
        -moz-column-rule: none!important;
        -webkit-column-count: auto!important;
        -webkit-column-gap: normal!important;
        -webkit-column-rule: none!important;
        column-count: auto!important;
        column-gap: normal!important;
        column-rule: none!important
    }
}
	.tags {
    display: block;
    font-size: 18px;
    line-height: 1.5;
}
.tags a {
    display: inline-block;
    min-height: 33px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    background-color: #f0f0f0;
    color: #000;
    line-height: 33px;
}
.tags a:hover {
    text-decoration: none;
    background-color: #cacaca;
}
.tags a:last-of-type {
    margin-right: 0;
}
.more-tags {
    margin-bottom: 10px;
}
.more-tags .widget-title {
    margin-right: 10px;
    vertical-align: middle;
}
			@media (min-width: 768px)
.col-md-3xl {
    float: left;
    width: 20%;
}

@media (min-width: 544px)
.col-sm-4xl {
    float: left;
    width: 20%;
}
.col-xs-4xl {
    float: left;
    width: 20%;
}
		.xlcenter {
    background: #fff;
    margin: 10px;
    padding: 10px 10px;
    text-align: center;
}	
	
		.wp_rp_publish_date {
    font-size: 80%;
    color: #777
}





html {
    box-sizing: border-box;
}
*,
::after,
::before {
    box-sizing: inherit;
}


.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}
.songs-pag {
    padding-top: 10px;
    padding-bottom: 20px;
}
.archive-balance {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
}

::before {
    box-sizing: inherit;
}


.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}
.songs-pag {
    padding-top: 10px;
    padding-bottom: 20px;
}
.archive-balance {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
}
