/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.ring-container {
  display: none;
  position: relative;
  margin-left: -17px;
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px); }

.circle {
  width: 5px;
  height: 5px;
  background-color: #62bd19;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px; }

.ringring {
  display: none;
  border: 1px solid #62bd19;
  -webkit-border-radius: 30px;
  height: 13px;
  width: 13px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.0; }

body:not(.mobile):not(.no-transition) .ringring {
  display: block; }

body.tablet .ringring {
  display: block; }

@-webkit-keyframes pulsate {
  0% {
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@media (max-width: 767px) {
  .ring-container {
    display: none; } }

.m-privacy-consent-lockup {
  display: flex; }
  .m-privacy-consent-lockup b {
    font-weight: 500; }
  @media (max-width: 767px) {
    .m-privacy-consent-lockup {
      flex-direction: column; } }

.m-privacy-consent {
  display: none;
  background-color: #3c3c3c;
  bottom: 0;
  color: white !important;
  font-size: 17px !important;
  font-weight: normal !important;
  line-height: 1.5em !important;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 5000001; }
  .m-privacy-consent p {
    margin-bottom: 30px; }
  .m-privacy-consent--displayed {
    display: block; }

.m-privacy-consent__inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 60px 15px; }
  @media (max-width: 767px) {
    .m-privacy-consent__inner {
      padding: 20px; } }

.m-privacy-consent__inner a {
  color: white !important;
  font-weight: normal;
  text-decoration: underline !important; }

.m-privacy-consent__inner a:hover {
  color: #ccc !important; }

.m-privacy-consent__inner button {
  background-color: #67c385;
  border: 1px solid white;
  color: #ffffff;
  display: block;
  font-weight: normal;
  height: 46px;
  line-height: 46px;
  padding: 0 2em;
  margin: -5px 10px 0;
  min-width: 200px; }
  @media (max-width: 767px) {
    .m-privacy-consent__inner button {
      margin: 0; } }

.m-privacy-consent__inner button:hover {
  background-color: #46b169; }

.m-privacy-consent__inner button:disabled {
  background-color: #888; }

.m-privacy-consent__button-content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%; }

.hidden {
  display: none; }

@media (max-width: 500px) {
  .m-privacy-consent {
    font-size: 14px !important; } }

/* spinner animation */
.m-privacy-consent__hourglass,
.m-privacy-consent__hourglass:after {
  border-radius: 50%;
  width: 20px;
  height: 20px; }

.m-privacy-consent__hourglass {
  display: none;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #ffffff;
  margin-right: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@media (prefers-reduced-motion: reduce) {
  .m-privacy-consent__hourglass {
    -webkit-animation: none;
    animation: none; } }

button:disabled .m-privacy-consent__hourglass {
  display: block; }

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.more-coverage {
  clear: both;
  padding: 0px 0px 30px; }
  .more-coverage:after {
    clear: both;
    content: '';
    display: table; }
  .more-coverage h3 {
    font-family: "GT Cinetype";
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 3px;
    margin-bottom: 15px;
    border-bottom: 1px solid #111; }
    .viewport-medium .more-coverage h3 {
      font-size: 12px; }
  .more-coverage .article {
    margin-bottom: 0px; }
  .more-coverage div a {
    display: block;
    float: left;
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
    margin-right: 30px; }
    .more-coverage div a h4 {
      font-size: 17px;
      color: #111;
      line-height: 1.2;
      font-family: 'GT Cinetype';
      font-weight: normal;
      font-size: 17px;
      font-weight: normal; }
    .more-coverage div a .img {
      display: block;
      width: 100%;
      height: 225px;
      margin-bottom: 15px;
      background-size: cover;
      background-position: center center;
      filter: grayscale(100%); }
    .more-coverage div a:last-of-type {
      margin-right: 0; }

.filtered .more-coverage {
  display: none; }

#coverage-footer {
  position: relative;
  background: #fff;
  width: 95%;
  max-width: 1390px;
  margin: 0 auto -150px;
  padding: 0 105px;
  z-index: 2; }
  #coverage-footer .more-coverage h3 {
    position: relative;
    margin-bottom: 15px;
    text-align: left; }
  #coverage-footer .more-coverage a {
    width: calc(25% - 23px); }
    #coverage-footer .more-coverage a .img {
      height: 195px; }
    #coverage-footer .more-coverage a:nth-child(5) {
      margin-left: 30px; }

@media (max-width: 1200px) {
  #coverage-footer .more-coverage {
    padding-bottom: 0px; }
    #coverage-footer .more-coverage div a {
      width: calc(50% - 15px);
      margin: 0px 0 30px; }
      #coverage-footer .more-coverage div a:nth-child(even) {
        margin-left: 30px; } }

@media (max-width: 1023px) {
  .tablet #filter-bar-wrapper {
    margin-bottom: 0px; } }

@media (max-width: 767px) {
  .more-coverage {
    padding-bottom: 25px; }
    .more-coverage div a {
      width: 100%; }
      .more-coverage div a:nth-child(n+2) {
        display: none; }
  #coverage-footer {
    padding: 0 15px;
    width: 100%; }
    #coverage-footer .more-coverage h3 {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left; }
      #coverage-footer .more-coverage h3:after {
        margin: 15px 0 -40px; }
    #coverage-footer .more-coverage div {
      max-width: calc(100% - 60px);
      margin: 0 auto; }
      #coverage-footer .more-coverage div a {
        width: 100% !important;
        margin: 0px 0 30px !important;
        float: none; }
        #coverage-footer .more-coverage div a:not(:first-of-type) {
          display: block; } }

@font-face {
  font-family: 'Saa';
  src: url("../../fonts/Saa/SaaSeriesEMD.eot");
  src: url("../../fonts/Saa/SaaSeriesEMD.eot?#iefix") format("embedded-opentype"), url("../../fonts/Saa/SaaSeriesEMD.woff2") format("woff2"), url("../../fonts/Saa/SaaSeriesEMD.woff") format("woff"), url("../../fonts/Saa/SaaSeriesEMD.ttf") format("truetype"), url("../../fonts/Saa/SaaSeriesEMD.svg#SaaSeriesEMD") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Druk';
  src: url("../../fonts/Druk/Druk-Medium.eot");
  src: url("../../fonts/Druk/Druk-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Druk/Druk-Medium.woff2") format("woff2"), url("../../fonts/Druk/Druk-Medium.woff") format("woff"), url("../../fonts/Druk/Druk-Medium.ttf") format("truetype"), url("../../fonts/Druk/Druk-Medium.svg#Druk-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Beckett';
  src: url("../../fonts/Beckett/A2Beckett-Medium.eot");
  src: url("../../fonts/Beckett/A2Beckett-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Beckett/A2Beckett-Medium.woff2") format("woff2"), url("../../fonts/Beckett/A2Beckett-Medium.woff") format("woff"), url("../../fonts/Beckett/A2Beckett-Medium.ttf") format("truetype"), url("../../fonts/Beckett/A2Beckett-Medium.svg#A2Beckett-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'GT Cinetype';
  src: url("../../fonts/GT/GT-Cinetype-Mono.eot");
  src: url("../../fonts/GT/GT-Cinetype-Mono.eot?#iefix") format("embedded-opentype"), url("../../fonts/GT/GT-Cinetype-Mono.woff") format("woff"), url("../../fonts/GT/GT-Cinetype-Mono.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'GT Cinetype';
  src: url("../../fonts/GT/GT-Cinetype-Light-Italic.eot");
  src: url("../../fonts/GT/GT-Cinetype-Light-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/GT/GT-Cinetype-Light-Italic.woff") format("woff"), url("../../fonts/GT/GT-Cinetype-Light-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'GT Cinetype';
  src: url("../../fonts/GT/GT-Cinetype-Light-Italic.eot");
  src: url("../../fonts/GT/GT-Cinetype-Light-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/GT/GT-Cinetype-Light-Italic.woff") format("woff"), url("../../fonts/GT/GT-Cinetype-Light-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'GT Cinetype';
  src: url("../../fonts/GT/GT-Cinetype-Light.eot");
  src: url("../../fonts/GT/GT-Cinetype-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/GT/GT-Cinetype-Light.woff") format("woff"), url("../../fonts/GT/GT-Cinetype-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GT Cinetype';
  src: url("../../fonts/GT/GT-Cinetype-Regular.eot");
  src: url("../../fonts/GT/GT-Cinetype-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/GT/GT-Cinetype-Regular.woff") format("woff"), url("../../fonts/GT/GT-Cinetype-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT Cinetype';
  src: url("../../fonts/GT/GT-Cinetype-Regular-Italic.eot");
  src: url("../../fonts/GT/GT-Cinetype-Regular-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/GT/GT-Cinetype-Regular-Italic.woff") format("woff"), url("../../fonts/GT/GT-Cinetype-Regular-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'GT Cinetype';
  src: url("../../fonts/GT/GT-Cinetype-Bold-Italic.eot");
  src: url("../../fonts/GT/GT-Cinetype-Bold-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/GT/GT-Cinetype-Bold-Italic.woff") format("woff"), url("../../fonts/GT/GT-Cinetype-Bold-Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'GT Cinetype';
  src: url("../../fonts/GT/GT-Cinetype-Bold.eot");
  src: url("../../fonts/GT/GT-Cinetype-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/GT/GT-Cinetype-Bold.woff") format("woff"), url("../../fonts/GT/GT-Cinetype-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

.l-wrapper {
  margin: 0 auto;
  max-width: 1280px; }

.u-list-dot-sep li {
  display: inline-block; }
  .u-list-dot-sep li button {
    display: inline-block; }

.u-hidden-text {
  display: inline-block;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0; }

.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-block {
  display: block; }

.c-footer {
  margin-top: 60px;
  background-color: #000;
  color: #fff;
  padding-top: 16px;
  border-top: none;
  position: relative;
  z-index: 2; }
  .c-footer button {
    border: 0;
    background: none;
    cursor: pointer;
    display: inline-block !important; }

.c-footer a,
.c-footer button {
  color: #fff;
  vertical-align: baseline; }

.c-footer a:hover,
.c-footer button:hover {
  color: #429e62; }

.c-footer__wrapper {
  display: block;
  text-align: center; }

.c-footer__section {
  font-size: .75em;
  padding: 8px 16px; }

.c-footer p {
  margin-top: -5px;
  font-size: 15px;
  line-height: 150%; }

.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: 200px; }
  .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: .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: .8em;
  border-top: 1px solid #fff; }

.c-footer__corporate {
  background-color: #000;
  color: #fff; }

.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: .5;
  -webkit-transition: fill-opacity .2s ease;
  transition: fill-opacity .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: .75em;
  padding-left: 16px;
  vertical-align: middle;
  width: calc(100% - (50px + 16px)); }

@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: .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: .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: #67c385;
  color: #ffffff;
  display: none;
  margin-top: 16px;
  padding: 16px;
  text-align: center;
  white-space: nowrap; }

.c-footer__corporate .c-footer__contact:hover {
  background-color: #46b169;
  color: #ffffff; }

@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: .625em;
  border-top: 1px solid #fff; }

@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; }

.c-footer .c-footer__section .c-footer__section--auth a {
  display: inline-block; }

.c-footer .c-footer__section .c-footer__section--auth a:before {
  content: "\2022";
  display: inline-block;
  margin-right: 7px; }

.c-footer .c-footer__section .c-footer__section--auth a:first-child:before {
  content: ""; }

@media (min-width: 600px) {
  .c-footer__partner .c-footer__network-logo {
    margin-bottom: 4px; }
    .c-footer__partner .c-footer__network-logo svg {
      position: relative; } }

header {
  position: relative;
  height: auto;
  overflow: hidden;
  text-align: center;
  background: #e41e37; }
  header.show-title .title {
    opacity: 1; }
  header .toggle-wrapper .more,
  header .toggle-wrapper .less {
    font-family: "GT Cinetype";
    color: white;
    margin-right: 3px;
    line-height: 100%;
    vertical-align: middle;
    padding-bottom: 5px;
    margin-top: -3px;
    letter-spacing: .1em;
    font-size: 10px;
    font-weight: 500; }
  header .toggle-wrapper .more {
    display: inline-block; }
  header .toggle-wrapper .less {
    display: none; }
  header .toggle-wrapper.toggled .less {
    display: inline-block; }
  header .toggle-wrapper.toggled .more {
    display: none; }
  header .toggle-wrapper.toggled .toggle span {
    -moz-transform: translateX(18px);
    -o-transform: translateX(18px);
    -ms-transform: translateX(18px);
    -webkit-transform: translateX(18px);
    transform: translateX(18px); }
  header .toggle {
    position: relative;
    width: 30px;
    height: 15px;
    background: #333;
    padding: 1px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-top: 14px; }
    header .toggle span {
      position: absolute;
      top: 1px;
      left: 1px;
      height: 13px;
      width: 13px;
      -webkit-border-radius: 13px;
      border-radius: 13px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #e41e37;
      margin: 0;
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: transform 0.25s ease-in-out;
      -moz-transition: transform 0.25s ease-in-out;
      -ms-transition: transform 0.25s ease-in-out;
      -o-transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out; }
  header h1 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin: 20px 0 0;
    line-height: 1;
    font-size: 7vw;
    font-family: 'Druk';
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: .8;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.01px;
    color: #fff; }
  header .heading-wrapper {
    position: relative;
    max-width: 50vw;
    padding: 0 0 0 5vw;
    top: 0;
    margin: 0;
    position: relative;
    display: block;
    text-align: left;
    z-index: 5;
    padding-top: 60px;
    margin-bottom: 40px; }
    header .heading-wrapper img {
      max-width: 100%; }
    header .heading-wrapper .byline {
      position: absolute;
      top: 45px;
      right: 0px;
      padding-top: 2px;
      max-width: 100%;
      font-size: 13px !important;
      color: #111;
      letter-spacing: 0.11em !important;
      font-family: "GT Cinetype";
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 700;
      padding-bottom: 3px; }
      .viewport-medium header .heading-wrapper .byline {
        font-size: 12px; }
      header .heading-wrapper .byline a {
        font-weight: normal;
        text-decoration: underline;
        color: #111; }
  header .share {
    width: auto;
    text-align: left;
    float: right;
    color: #fff;
    padding-top: 0;
    margin: 12px 10px 12px 0; }
    header .share a.facebook,
    header .share a.twitter {
      display: inline-block;
      height: 18px;
      width: 18px;
      margin: 0 3px 0 0;
      background-size: 100%;
      background-repeat: no-repeat; }
    header .share .facebook {
      background-image: url(../../img/facebook.png);
      background-image: url(../../img/facebook.svg); }
    header .share .twitter {
      background-image: url(../../img/twitter.png);
      background-image: url(../../img/twitter.svg); }
    header .share .more-coverage {
      -moz-transform: translateY(2px);
      -o-transform: translateY(2px);
      -ms-transform: translateY(2px);
      -webkit-transform: translateY(2px);
      transform: translateY(2px); }
    header .share a {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-family: "GT Cinetype";
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 700;
      padding-bottom: 3px;
      text-decoration: underline;
      padding-bottom: 0; }
      .viewport-medium header .share a {
        font-size: 12px; }
  header .heading-image {
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
    header .heading-image img {
      max-height: 80%;
      width: auto;
      position: absolute;
      right: 25%;
      bottom: 0;
      opacity: 0;
      -moz-transform: translateX(50%);
      -o-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      -webkit-transition: opacity 0.25s linear;
      -moz-transition: opacity 0.25s linear;
      -ms-transition: opacity 0.25s linear;
      -o-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear; }
      header .heading-image img.active {
        opacity: 1; }
    header .heading-image:after {
      content: 'Lettering and Illustrations by Scott Biersack';
      display: block;
      position: absolute;
      bottom: 10px;
      right: 15px;
      background: black;
      color: white;
      font-size: 11px;
      font-family: "GT Cinetype";
      padding: 5px; }
  header h1 {
    display: inline-block;
    position: relative;
    margin-top: 0;
    line-height: 100%;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    height: 31.5vw; }
    header h1 span {
      display: inline-block;
      line-height: .85; }
      header h1 span.small, header h1 span.right {
        position: absolute;
        font-size: 6vw;
        width: auto;
        line-height: .85; }
        header h1 span.small .yellow, header h1 span.right .yellow {
          color: #ffff00; }
      header h1 span.small {
        top: 0; }
      header h1 span.right {
        bottom: 0;
        right: 0;
        color: #ffff00; }
      header h1 span.main {
        font-size: 26vw;
        padding-top: 5.75vw; }
  header nav {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 55555;
    text-align: left;
    background-color: #111;
    font-family: "GT Cinetype";
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 3px;
    -webkit-transition: background-color, 0.5s;
    -moz-transition: background-color, 0.5s;
    -ms-transition: background-color, 0.5s;
    -o-transition: background-color, 0.5s;
    transition: background-color, 0.5s;
    padding-bottom: 0; }
    .viewport-medium header nav {
      font-size: 12px; }
    header nav .main-nav.toggle-nav {
      display: none; }
    header nav.show-toggle .main-nav.toggle-nav {
      display: block; }
    header nav.show-toggle .main-nav.section-nav {
      display: none; }
    header nav .nav-wrapper {
      margin: 0 auto;
      max-width: 1400px; }
    header nav .close-nav {
      display: none; }
    header nav:after {
      content: '';
      clear: both;
      display: table; }
    header nav .logo {
      display: inline-block;
      max-width: 105px;
      margin-left: 10px;
      vertical-align: middle;
      height: 40px; }
      header nav .logo img {
        display: block;
        width: 100%;
        margin-top: 20px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    header nav .title {
      color: #fff;
      font-family: "GT Cinetype";
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 700;
      padding-bottom: 3px;
      height: 40px;
      padding-left: 10px;
      vertical-align: middle;
      text-transform: uppercase;
      font-size: 12px;
      position: absolute;
      left: 50%;
      top: 48%;
      opacity: 0;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.5s linear;
      -moz-transition: opacity 0.5s linear;
      -ms-transition: opacity 0.5s linear;
      -o-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear; }
      .viewport-medium header nav .title {
        font-size: 12px; }
      header nav .title > span {
        margin-top: 22px;
        margin-right: 23px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        header nav .title > span.non-mobile {
          display: inline-block;
          font-size: 12px;
          margin-right: 5px; }
      header nav .title .share {
        display: inline-block;
        width: 20px;
        vertical-align: top;
        height: 40px;
        margin-right: 2px;
        text-indent: -55555px;
        overflow: hidden;
        background-size: 20px;
        background-position: center center;
        background-repeat: no-repeat; }
        header nav .title .share.facebook {
          background-image: url("../../img/facebook.png");
          background-image: url("../../img/facebook2.svg"); }
        header nav .title .share.twitter {
          background-image: url("../../img/twitter.png");
          background-image: url("../../img/twitter2.svg"); }
    header nav ul {
      float: right;
      padding-right: 12px;
      height: 42px;
      border-right: 1px solid #444;
      margin-right: 12px; }
      header nav ul.main-nav {
        display: block; }
      header nav ul.fixed-nav {
        display: none; }
        header nav ul.fixed-nav a.active_filter {
          color: #fff; }
      header nav ul li {
        display: inline-block;
        font-family: "GT Cinetype";
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 3px;
        letter-spacing: 0.075em;
        text-transform: uppercase;
        height: 40px;
        padding-bottom: 0; }
        .viewport-medium header nav ul li {
          font-size: 12px; }
        header nav ul li a {
          display: inline-block;
          padding: 0 5px;
          color: #fff;
          height: 40px; }
          header nav ul li a > span {
            display: block;
            margin-top: 22px;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.filter-fixed header .non-mobile {
  display: inline-block; }

.filter-fixed header .title {
  display: inline-block; }

.filter-fixed header ul.fixed-nav {
  display: block; }
  .filter-fixed header ul.fixed-nav a {
    color: #fff;
    opacity: 0.5; }
    .filter-fixed header ul.fixed-nav a.active_filter {
      opacity: 1; }

.filter-fixed header ul.main-nav {
  display: none; }

@media (max-width: 1023px) {
  header .heading-image {
    margin-top: 220px; } }

@media (max-width: 767px) {
  .filter-fixed header .logo {
    display: none; }
  header {
    height: auto;
    padding-top: 0;
    background-size: auto auto; }
    header h1 span.small {
      font-size: 4vh; }
    header h1 span.game-of-thrones {
      font-size: 14vw; }
    header h1 span.episode-rankings {
      font-size: 14vw; }
    header:before {
      height: 45px; }
    header nav {
      display: block; }
      header nav ul.main-nav {
        display: none !important; }
      header nav .title {
        left: auto;
        right: 45px;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      header nav ul.fixed-nav {
        display: block;
        padding: 0;
        width: auto;
        height: 38px;
        overflow: hidden; }
        header nav ul.fixed-nav li {
          display: none; }
          header nav ul.fixed-nav li .season {
            display: inline-block; }
          header nav ul.fixed-nav li.active_filter {
            display: block;
            opacity: 1; }
          header nav ul.fixed-nav li a {
            padding: 0 10px; }
    header .heading-image {
      margin-top: 0;
      top: auto;
      background-position: center bottom;
      background-size: 100%; }
      header .heading-image img {
        width: 130%;
        margin-left: -15%; }
    header .heading-wrapper {
      position: relative;
      height: auto;
      text-align: center;
      padding-top: 100px;
      margin: 0 auto 15px;
      max-width: 100%;
      padding: 0;
      width: 100%;
      left: auto;
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
      header .heading-wrapper img {
        margin-top: 90px; }
      header .heading-wrapper h1 {
        height: 34.5vw; }
        header .heading-wrapper h1 span.main {
          padding-top: 7.75vw; }
      header .heading-wrapper .byline {
        display: block;
        position: relative;
        right: auto;
        top: auto;
        padding-top: 15px; }
    header .social {
      position: relative;
      right: auto;
      top: auto;
      bottom: auto;
      margin: 25px auto 0; }
    header.open nav .logo,
    header.open nav .title {
      display: none; }
    header.open nav .close-nav {
      display: block;
      position: absolute;
      padding: 10px 15px;
      color: #fff; }
    header.open nav ul.fixed-nav {
      max-width: 100%;
      text-align: center; }
      header.open nav ul.fixed-nav li {
        display: inline-block;
        margin-left: 0; }
        header.open nav ul.fixed-nav li a {
          color: #fff;
          opacity: 0.5; }
        header.open nav ul.fixed-nav li .season {
          display: none; }
        header.open nav ul.fixed-nav li a.active_filter {
          color: #fff;
          opacity: 1; } }

@media (max-width: 374px) {
  header nav .title span {
    margin-top: 21px;
    font-size: 14px;
    margin-right: 10px; }
  header nav ul.fixed-nav li {
    font-size: 12px; }
    header nav ul.fixed-nav li a {
      padding-top: 12.5px;
      padding-bottom: 8.5px; }
  header.open nav .close-nav {
    padding-top: 8.5px; } }

@media (max-width: 767px) and (orientation: landscape) {
  header .nav ul {
    display: none; }
  header .heading-image {
    display: none; } }

@medi;
#honorable.open ul {
  max-height: 2500px; }

#honorable.open .see-more .more {
  display: none; }

#honorable.open .see-more .less {
  display: inline-block; }

#honorable ul {
  -webkit-transition: max-height 1s linear;
  -moz-transition: max-height 1s linear;
  -ms-transition: max-height 1s linear;
  -o-transition: max-height 1s linear;
  transition: max-height 1s linear;
  max-height: 300px;
  overflow: hidden;
  list-style: none;
  border-top: 2px solid #111; }
  #honorable ul li {
    padding: 8px 0 0;
    border-bottom: 1px solid #111; }
    #honorable ul li .rank {
      width: 20%;
      float: left; }
    #honorable ul li .title {
      width: 66%;
      float: left;
      text-transform: uppercase; }
    #honorable ul li .date {
      width: 14%;
      float: left;
      text-align: right; }
    #honorable ul li:after {
      content: '';
      display: table;
      clear: both; }

#honorable .see-more {
  width: 100%;
  text-align: right; }
  #honorable .see-more .less {
    display: none; }
  #honorable .see-more .more {
    display: inline-block; }
  #honorable .see-more a {
    color: #e41e37;
    font-family: "GT Cinetype";
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 3px; }
    .viewport-medium #honorable .see-more a {
      font-size: 12px; }

#item-list .card-item {
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }
  #item-list .card-item.red-blue .rank {
    color: #e41e37; }
  #item-list .card-item.red-blue .image-column .image {
    background-color: #0043cc; }
  #item-list .card-item.red-blue .expanded {
    background-color: #0043cc; }
    #item-list .card-item.red-blue .expanded .expanded-title {
      background-color: #0043cc; }
    #item-list .card-item.red-blue .expanded .blurb-byline {
      background-color: #e41e37; }
    #item-list .card-item.red-blue .expanded .expanded-data-col.score .label {
      background-color: #e41e37; }
    #item-list .card-item.red-blue .expanded .expanded-rank {
      background-image: url(../../img/red-splash.png);
      background-image: url(../../img/red-splash.svg); }
    #item-list .card-item.red-blue .expanded .expanded-footer {
      background-color: #0043cc; }
  #item-list .card-item.red-blue .cls-1 {
    fill: none; }
  #item-list .card-item.red-blue .cls-2 {
    clip-path: url(#clip-path); }
  #item-list .card-item.red-blue .arrow-fill {
    fill: #e41e37; }
  #item-list .card-item.red-blue .white-fill {
    fill: #fff; }
  #item-list .card-item.blue-teal .rank {
    color: #0043cc; }
  #item-list .card-item.blue-teal .image-column .image {
    background-color: #00adef; }
  #item-list .card-item.blue-teal .expanded {
    background: #0043cc; }
    #item-list .card-item.blue-teal .expanded .expanded-title {
      background-color: #0043cc; }
    #item-list .card-item.blue-teal .expanded .blurb-byline {
      background-color: #00adef; }
    #item-list .card-item.blue-teal .expanded .expanded-data-col.score .label {
      background-color: #00adef; }
    #item-list .card-item.blue-teal .expanded .expanded-rank {
      background-image: url(../../img/teal-splash.png);
      background-image: url(../../img/teal-splash.svg); }
  #item-list .card-item.blue-teal .cls-1 {
    fill: none; }
  #item-list .card-item.blue-teal .cls-2 {
    clip-path: url(#clip-path); }
  #item-list .card-item.blue-teal .arrow-fill {
    fill: #0043cc; }
  #item-list .card-item.blue-teal .white-fill {
    fill: #fff; }
  #item-list .card-item.gold-red .rank {
    color: #e41e37; }
  #item-list .card-item.gold-red .image-column .image {
    background-color: #ffc038; }
  #item-list .card-item.gold-red .expanded {
    background-color: #ffc038; }
    #item-list .card-item.gold-red .expanded .expanded-title {
      background-color: #ffc038; }
    #item-list .card-item.gold-red .expanded .blurb-byline {
      background-color: #e41e37; }
    #item-list .card-item.gold-red .expanded .expanded-data-col.score .label {
      background-color: #e41e37; }
    #item-list .card-item.gold-red .expanded .expanded-rank {
      background-image: url(../../img/red-splash.png);
      background-image: url(../../img/red-splash.svg); }
    #item-list .card-item.gold-red .expanded .expanded-footer {
      background-color: #ffc038; }
  #item-list .card-item.gold-red .cls-1 {
    fill: none; }
  #item-list .card-item.gold-red .cls-2 {
    clip-path: url(#clip-path); }
  #item-list .card-item.gold-red .arrow-fill {
    fill: #e41e37; }
  #item-list .card-item.gold-red .white-fill {
    fill: #fff; }
  #item-list .card-item.blue-red .rank {
    color: #0043cc; }
  #item-list .card-item.blue-red .image-column .image {
    background-color: #e41e37; }
  #item-list .card-item.blue-red .expanded {
    background-color: #e41e37; }
    #item-list .card-item.blue-red .expanded .expanded-title {
      background-color: #e41e37; }
    #item-list .card-item.blue-red .expanded .blurb-byline {
      background-color: #0043cc; }
    #item-list .card-item.blue-red .expanded .expanded-data-col.score .label {
      background-color: #0043cc; }
    #item-list .card-item.blue-red .expanded .expanded-rank {
      background-image: url(../../img/blue-splash.png);
      background-image: url(../../img/blue-splash.svg); }
    #item-list .card-item.blue-red .expanded .expanded-footer {
      background-color: #e41e37; }
  #item-list .card-item.blue-red .cls-1 {
    fill: none; }
  #item-list .card-item.blue-red .cls-2 {
    clip-path: url(#clip-path); }
  #item-list .card-item.blue-red .arrow-fill {
    fill: #0043cc; }
  #item-list .card-item.blue-red .white-fill {
    fill: #fff; }
  #item-list .card-item.gold-blue .rank {
    color: #0043cc; }
  #item-list .card-item.gold-blue .image-column .image {
    background-color: #ffc038; }
  #item-list .card-item.gold-blue .expanded {
    background-color: #ffc038; }
    #item-list .card-item.gold-blue .expanded .expanded-title {
      background-color: #ffc038; }
    #item-list .card-item.gold-blue .expanded .blurb-byline {
      background-color: #0043cc; }
    #item-list .card-item.gold-blue .expanded .expanded-data-col.score .label {
      background-color: #0043cc; }
    #item-list .card-item.gold-blue .expanded .expanded-rank {
      background-image: url(../../img/blue-splash.png);
      background-image: url(../../img/blue-splash.svg); }
  #item-list .card-item.gold-blue .cls-1 {
    fill: none; }
  #item-list .card-item.gold-blue .cls-2 {
    clip-path: url(#clip-path); }
  #item-list .card-item.gold-blue .arrow-fill {
    fill: #0043cc; }
  #item-list .card-item.gold-blue .white-fill {
    fill: #fff; }
  #item-list .card-item.teal-red .rank {
    color: #e41e37; }
  #item-list .card-item.teal-red .image-column .image {
    background-color: #00adef; }
  #item-list .card-item.teal-red .expanded {
    background-color: #00adef; }
    #item-list .card-item.teal-red .expanded .expanded-title {
      background-color: #00adef; }
    #item-list .card-item.teal-red .expanded .blurb-byline {
      background-color: #e41e37; }
    #item-list .card-item.teal-red .expanded .expanded-data-col.score .label {
      background-color: #e41e37; }
    #item-list .card-item.teal-red .expanded .expanded-rank {
      background-image: url(../../img/red-splash.png);
      background-image: url(../../img/red-splash.svg); }
    #item-list .card-item.teal-red .expanded .expanded-footer {
      background-color: #00adef; }
  #item-list .card-item.teal-red .cls-1 {
    fill: none; }
  #item-list .card-item.teal-red .cls-2 {
    clip-path: url(#clip-path); }
  #item-list .card-item.teal-red .arrow-fill {
    fill: #e41e37; }
  #item-list .card-item.teal-red .white-fill {
    fill: #fff; }
  #item-list .card-item.red-teal .rank {
    color: #00adef; }
  #item-list .card-item.red-teal .image-column .image {
    background-color: #e41e37; }
  #item-list .card-item.red-teal .expanded {
    background-color: #e41e37; }
    #item-list .card-item.red-teal .expanded .expanded-title {
      background-color: #e41e37; }
    #item-list .card-item.red-teal .expanded .blurb-byline {
      background-color: #00adef; }
    #item-list .card-item.red-teal .expanded .expanded-data-col.score .label {
      background-color: #00adef; }
    #item-list .card-item.red-teal .expanded .expanded-rank {
      background-image: url(../../img/teal-splash.png);
      background-image: url(../../img/teal-splash.svg); }
  #item-list .card-item.red-teal .cls-1 {
    fill: none; }
  #item-list .card-item.red-teal .cls-2 {
    clip-path: url(#clip-path); }
  #item-list .card-item.red-teal .arrow-fill {
    fill: #00adef; }
  #item-list .card-item.red-teal .white-fill {
    fill: #fff; }
  #item-list .card-item.teal-blue .rank {
    color: #00adef; }
  #item-list .card-item.teal-blue .image-column .image {
    background-color: #0043cc; }
  #item-list .card-item.teal-blue .expanded {
    background: #00adef; }
    #item-list .card-item.teal-blue .expanded .expanded-title {
      background-color: #00adef; }
    #item-list .card-item.teal-blue .expanded .blurb-byline {
      background-color: #0043cc; }
    #item-list .card-item.teal-blue .expanded .expanded-data-col.score label {
      background-color: #0043cc; }
    #item-list .card-item.teal-blue .expanded .expanded-rank {
      background-image: url(../../img/blue-splash.png);
      background-image: url(../../img/blue-splash.svg); }
  #item-list .card-item.teal-blue .cls-1 {
    fill: none; }
  #item-list .card-item.teal-blue .cls-2 {
    clip-path: url(#clip-path); }
  #item-list .card-item.teal-blue .arrow-fill {
    fill: #00adef; }
  #item-list .card-item.teal-blue .white-fill {
    fill: #fff; }

@media (min-width: 1025px) {
  #item-list .card-item {
    -webkit-transition: color 0.25s linear;
    -moz-transition: color 0.25s linear;
    -ms-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear; }
    #item-list .card-item.red-blue:hover {
      color: #e41e37; }
      #item-list .card-item.red-blue:hover .collapsed .info-column .blurb a {
        color: #e41e37; }
      #item-list .card-item.red-blue:hover .collapsed .info-column .title-wrapper:after {
        background-color: #e41e37; }
    #item-list .card-item.blue-teal:hover {
      color: #0043cc; }
      #item-list .card-item.blue-teal:hover .collapsed .info-column .blurb a {
        color: #0043cc; }
      #item-list .card-item.blue-teal:hover .collapsed .info-column .title-wrapper:after {
        background-color: #0043cc; }
    #item-list .card-item.gold-red:hover {
      color: #e41e37; }
      #item-list .card-item.gold-red:hover .collapsed .info-column .blurb a {
        color: #e41e37; }
      #item-list .card-item.gold-red:hover .collapsed .info-column .title-wrapper:after {
        background-color: #e41e37; }
    #item-list .card-item.blue-red:hover {
      color: #0043cc; }
      #item-list .card-item.blue-red:hover .collapsed .info-column .blurb a {
        color: #0043cc; }
      #item-list .card-item.blue-red:hover .collapsed .info-column .title-wrapper:after {
        background-color: #0043cc; }
    #item-list .card-item.gold-blue:hover {
      color: #0043cc; }
      #item-list .card-item.gold-blue:hover .collapsed .info-column .blurb a {
        color: #0043cc; }
      #item-list .card-item.gold-blue:hover .collapsed .info-column .title-wrapper:after {
        background-color: #0043cc; }
    #item-list .card-item.teal-red:hover {
      color: #e41e37; }
      #item-list .card-item.teal-red:hover .collapsed .info-column .blurb a {
        color: #e41e37; }
      #item-list .card-item.teal-red:hover .collapsed .info-column .title-wrapper:after {
        background-color: #e41e37; }
    #item-list .card-item.red-teal:hover {
      color: #00adef; }
      #item-list .card-item.red-teal:hover .collapsed .info-column .blurb a {
        color: #00adef; }
      #item-list .card-item.red-teal:hover .collapsed .info-column .title-wrapper:after {
        background-color: #00adef; }
    #item-list .card-item.teal-blue:hover {
      color: #00adef; }
      #item-list .card-item.teal-blue:hover .collapsed .info-column .blurb a {
        color: #00adef; }
      #item-list .card-item.teal-blue:hover .collapsed .info-column .title-wrapper:after {
        background-color: #00adef; } }

#intro {
  color: #0043cc;
  font-size: 16px;
  width: 100%;
  padding: 0 2.5vw;
  margin: 30px auto 0;
  text-align: left;
  font-family: 'GT Cinetype';
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  font-weight: 300; }
  #intro a {
    text-decoration: underline;
    font-weight: 500;
    color: #0043cc; }
  #intro p {
    margin-top: 15px; }
  #intro .regular {
    font-weight: 500; }

.intro-body {
  font-family: 'GT Cinetype';
  font-weight: normal;
  font-size: 17px;
  max-width: 600px;
  margin: 90px auto 60px; }
  .intro-body p {
    margin-bottom: 10px; }
  .intro-body ul {
    list-style-position: inside; }
    .intro-body ul li {
      margin-bottom: 10px; }

@media (max-width: 767px) {
  #intro {
    font-size: 14px;
    padding: 0 15px; } }

.druk-text {
  font-family: 'Druk';
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: .8;
  line-height: 100%; }

.large-type {
  font-size: 50px; }

.small-type {
  font-size: 35px; }
  .small-type.druk-text {
    font-size: 33px;
    margin-top: -1px;
    letter-spacing: 0.01em; }

.xsmall-type {
  font-size: 13px !important;
  letter-spacing: .05em; }

.blurb-text {
  font-family: 'GT Cinetype';
  font-weight: normal;
  font-size: 17px; }

.beckett-text {
  font-family: 'Beckett';
  font-weight: normal;
  line-height: 1.4;
  line-height: 100%;
  letter-spacing: 0.03em; }

.saa-text {
  font-family: 'GT Cinetype';
  font-weight: normal; }

.cinetype-label {
  font-family: 'GT Cinetype';
  font-weight: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.cinetype-text {
  font-family: 'GT Cinetype';
  font-weight: normal;
  font-size: 17px; }

sup {
  top: -9px;
  margin-right: 2px; }

#item-list {
  width: 100%; }
  #item-list .card-item {
    list-style: none;
    max-height: 375px;
    overflow: hidden;
    margin-bottom: 30px;
    overflow: hidden;
    background: rgba(250, 250, 250, 0.8);
    border: 1px solid rgba(204, 204, 204, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    #item-list .card-item.details {
      max-height: none;
      -webkit-transition: max-height 0.25s linear;
      -moz-transition: max-height 0.25s linear;
      -ms-transition: max-height 0.25s linear;
      -o-transition: max-height 0.25s linear;
      transition: max-height 0.25s linear; }
      #item-list .card-item.details .wrapper {
        position: relative;
        overflow: hidden; }
        #item-list .card-item.details .wrapper .expanded {
          height: none;
          position: relative;
          opacity: 1;
          visibility: visible;
          max-height: 90%;
          -webkit-transition: opacity 0.5s linear 0.25s, visibility 0s linear 0s;
          -moz-transition: opacity 0.5s linear 0.25s, visibility 0s linear 0s;
          -ms-transition: opacity 0.5s linear 0.25s, visibility 0s linear 0s;
          -o-transition: opacity 0.5s linear 0.25s, visibility 0s linear 0s;
          transition: opacity 0.5s linear 0.25s, visibility 0s linear 0s; }
        #item-list .card-item.details .wrapper .collapsed {
          position: absolute;
          visibility: hidden;
          width: 100%;
          opacity: 0;
          top: 0;
          left: 50%;
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
    #item-list .card-item .collapsed {
      padding: 30px;
      -webkit-transition: opacity 0.25s linear 0s, visibility 0s linear 0.25s;
      -moz-transition: opacity 0.25s linear 0s, visibility 0s linear 0.25s;
      -ms-transition: opacity 0.25s linear 0s, visibility 0s linear 0.25s;
      -o-transition: opacity 0.25s linear 0s, visibility 0s linear 0.25s;
      transition: opacity 0.25s linear 0s, visibility 0s linear 0.25s; }
      #item-list .card-item .collapsed .image-column {
        width: 13.8%;
        min-width: 134px;
        float: left;
        text-align: center;
        padding-left: 7.5px; }
        #item-list .card-item .collapsed .image-column .image {
          width: 130px;
          height: 130px;
          background-size: cover;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          margin: 0 0 7.5px; }
        #item-list .card-item .collapsed .image-column .total-score .label {
          font-family: "GT Cinetype";
          font-size: 12px;
          letter-spacing: 0.1em;
          line-height: 1.2;
          text-transform: uppercase;
          font-weight: 700;
          padding-bottom: 3px; }
          .viewport-medium #item-list .card-item .collapsed .image-column .total-score .label {
            font-size: 12px; }
        #item-list .card-item .collapsed .image-column .total-score .total {
          display: block;
          text-align: center;
          font-family: "Beckett";
          font-size: 35px;
          letter-spacing: 0.03em;
          line-height: 1; }
          .viewport-medium #item-list .card-item .collapsed .image-column .total-score .total {
            font-family: "Beckett";
            font-size: 40px;
            letter-spacing: 0.03em;
            line-height: 1; }
        #item-list .card-item .collapsed .image-column .rank {
          margin-bottom: 5px;
          font-family: "Beckett";
          font-size: 35px;
          letter-spacing: 0.03em;
          line-height: 1; }
          .viewport-medium #item-list .card-item .collapsed .image-column .rank {
            font-family: "Beckett";
            font-size: 40px;
            letter-spacing: 0.03em;
            line-height: 1; }
          #item-list .card-item .collapsed .image-column .rank sub {
            bottom: 1rem; }
      #item-list .card-item .collapsed .info-column {
        width: 86.2%;
        max-width: calc(100% - 134px);
        padding-left: 30px;
        float: left;
        position: relative; }
        #item-list .card-item .collapsed .info-column .title-wrapper {
          position: relative;
          margin-bottom: 7.5px;
          z-index: 0;
          text-transform: uppercase;
          font-family: "Druk";
          letter-spacing: 0.01em;
          font-size: 33px;
          margin-top: -1px;
          line-height: 1; }
          #item-list .card-item .collapsed .info-column .title-wrapper span {
            position: relative;
            z-index: 1;
            display: inline;
            padding: 0 5px 0 0; }
          #item-list .card-item .collapsed .info-column .title-wrapper span.title {
            background: #fafafa; }
          #item-list .card-item .collapsed .info-column .title-wrapper span.date {
            background: #fafafa;
            padding: 0 5px;
            margin-left: -5px;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.1em;
            font-family: "GT Cinetype"; }
          #item-list .card-item .collapsed .info-column .title-wrapper:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 6px;
            height: 4px;
            width: 100%;
            background-color: #111;
            -webkit-transition: background-color 0.25s linear;
            -moz-transition: background-color 0.25s linear;
            -ms-transition: background-color 0.25s linear;
            -o-transition: background-color 0.25s linear;
            transition: background-color 0.25s linear; }
        #item-list .card-item .collapsed .info-column .date {
          margin-left: 5px; }
        #item-list .card-item .collapsed .info-column .blurb {
          padding-right: 5%;
          height: 190px;
          overflow: hidden;
          position: relative; }
          #item-list .card-item .collapsed .info-column .blurb span.blurb-byline {
            font-family: 'GT Cinetype';
            font-weight: normal;
            font-size: 17px;
            font-weight: 700;
            margin-bottom: 0;
            text-transform: none;
            letter-spacing: 0;
            padding: 0;
            margin-right: 2px; }
            #item-list .card-item .collapsed .info-column .blurb span.blurb-byline + p {
              display: inline;
              margin-bottom: 15px; }
              #item-list .card-item .collapsed .info-column .blurb span.blurb-byline + p + p {
                padding-top: 15px; }
          #item-list .card-item .collapsed .info-column .blurb p {
            margin-bottom: 15px; }
            #item-list .card-item .collapsed .info-column .blurb p:first-child {
              display: inline; }
            #item-list .card-item .collapsed .info-column .blurb p b, #item-list .card-item .collapsed .info-column .blurb p strong {
              display: inline; }
            #item-list .card-item .collapsed .info-column .blurb p a {
              font-size: 17px !important;
              letter-spacing: 0px !important;
              color: black;
              text-decoration: none;
              -webkit-transition: color 0.25s linear;
              -moz-transition: color 0.25s linear;
              -ms-transition: color 0.25s linear;
              -o-transition: color 0.25s linear;
              transition: color 0.25s linear; }
          #item-list .card-item .collapsed .info-column .blurb:after {
            content: '';
            position: absolute;
            display: block;
            height: 20px;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 4;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,fafafa+100&0+0,1+100 */ }
        #item-list .card-item .collapsed .info-column .toggler {
          height: 30px;
          width: 30px;
          position: absolute;
          right: 0;
          bottom: 0;
          background-size: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          z-index: 5; }
      #item-list .card-item .collapsed:after {
        content: '';
        display: table;
        clear: both; }
    #item-list .card-item .blurb-byline {
      display: inline-block;
      position: relative;
      padding: 3px;
      margin-bottom: 15px;
      font-family: "GT Cinetype";
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 700;
      padding-bottom: 3px; }
      .viewport-medium #item-list .card-item .blurb-byline {
        font-size: 12px; }
      #item-list .card-item .blurb-byline span {
        position: relative;
        z-index: 2; }
    #item-list .card-item .expanded {
      position: absolute;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      z-index: 0;
      -webkit-transition: opacity 0.75s linear, visibility 0s linear 0s;
      -moz-transition: opacity 0.75s linear, visibility 0s linear 0s;
      -ms-transition: opacity 0.75s linear, visibility 0s linear 0s;
      -o-transition: opacity 0.75s linear, visibility 0s linear 0s;
      transition: opacity 0.75s linear, visibility 0s linear 0s;
      overflow: hidden;
      max-height: 0px; }
      #item-list .card-item .expanded .top-wrapper {
        position: relative;
        overflow: hidden;
        padding-left: 35%; }
      #item-list .card-item .expanded .expanded-image {
        float: left;
        width: 32%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 0; }
        #item-list .card-item .expanded .expanded-image .expanded-rank {
          padding: 5px 5px 7px 9px;
          position: absolute;
          right: 0;
          top: 35px;
          color: white;
          background-size: 100%;
          background-repeat: no-repeat;
          font-family: "Beckett";
          font-size: 40px;
          letter-spacing: 0.03em;
          line-height: 1; }
        #item-list .card-item .expanded .expanded-image img {
          position: absolute;
          bottom: 0;
          left: -30px;
          height: 400px; }
      #item-list .card-item .expanded .expanded-content {
        position: relative;
        width: 100%;
        float: left;
        color: #fff;
        height: 100%;
        z-index: 2;
        height: 100%;
        overflow: auto;
        padding-bottom: 30px; }
        #item-list .card-item .expanded .expanded-content .expanded-title {
          padding-top: 30px;
          padding-right: 7.5px;
          position: relative;
          font-family: "Druk";
          font-size: 90px;
          letter-spacing: 0.01em;
          line-height: 1; }
          .viewport-medium #item-list .card-item .expanded .expanded-content .expanded-title {
            font-family: "Druk";
            font-size: 90px;
            letter-spacing: 0.01em;
            line-height: 1;
            font-size: 100px !important; }
          #item-list .card-item .expanded .expanded-content .expanded-title span.date {
            padding: 0 5px;
            margin-left: -5px;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.05em;
            font-family: "GT Cinetype"; }
        #item-list .card-item .expanded .expanded-content .blurb-byline {
          display: inline-block;
          position: relative;
          padding: 3px;
          margin-bottom: 15px;
          font-family: "GT Cinetype";
          font-size: 12px;
          letter-spacing: 0.1em;
          line-height: 1.2;
          text-transform: uppercase;
          font-weight: 700;
          padding-bottom: 3px; }
          .viewport-medium #item-list .card-item .expanded .expanded-content .blurb-byline {
            font-size: 12px; }
          #item-list .card-item .expanded .expanded-content .blurb-byline span {
            position: relative;
            z-index: 2; }
        #item-list .card-item .expanded .expanded-content .expanded-data {
          width: 100%;
          margin: 15px 0; }
          #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col {
            width: 33.333%;
            float: left;
            margin-bottom: 15px;
            margin-top: 15px; }
            #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col .label {
              font-family: "GT Cinetype";
              font-size: 12px;
              letter-spacing: 0.1em;
              line-height: 1.2;
              text-transform: uppercase;
              font-weight: 700;
              padding-bottom: 3px;
              display: inline-block; }
              .viewport-medium #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col .label {
                font-size: 12px; }
              #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col .label span {
                display: block;
                line-height: 100%; }
            #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col.score .label {
              padding: 3px;
              transform: translateY(-5px); }
              #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col.score .label span {
                position: relative;
                display: inline-block; }
            #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col .data {
              display: block;
              text-align: left;
              font-family: "Beckett";
              font-size: 60px;
              letter-spacing: 0.03em;
              line-height: 1; }
              .viewport-medium #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col .data {
                font-size: 70px; }
              #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col .data.offset {
                margin-left: -15px; }
          #item-list .card-item .expanded .expanded-content .expanded-data:after {
            content: '';
            display: table;
            clear: both; }
        #item-list .card-item .expanded .expanded-content .expanded-footer {
          padding: 30px 60px 0;
          border-top: 4px solid white; }
          #item-list .card-item .expanded .expanded-content .expanded-footer .blurb {
            padding-right: 7.5px; }
            #item-list .card-item .expanded .expanded-content .expanded-footer .blurb p {
              margin-bottom: 30px; }
              #item-list .card-item .expanded .expanded-content .expanded-footer .blurb p b, #item-list .card-item .expanded .expanded-content .expanded-footer .blurb p strong {
                display: inline; }
              #item-list .card-item .expanded .expanded-content .expanded-footer .blurb p a {
                font-size: 17px !important;
                letter-spacing: 0px !important;
                color: #fff;
                text-decoration: underline; }
          #item-list .card-item .expanded .expanded-content .expanded-footer .share {
            width: 100%;
            float: left;
            text-align: left;
            color: #fff;
            padding-top: 0;
            margin: 0 0 30px; }
            #item-list .card-item .expanded .expanded-content .expanded-footer .share a.facebook,
            #item-list .card-item .expanded .expanded-content .expanded-footer .share a.twitter {
              display: inline-block;
              height: 20px;
              width: 20px;
              margin: 0 5px 0 0;
              background-size: 100%;
              background-repeat: no-repeat; }
            #item-list .card-item .expanded .expanded-content .expanded-footer .share .facebook {
              background-image: url(../../img/facebook.png);
              background-image: url(../../img/facebook.svg); }
            #item-list .card-item .expanded .expanded-content .expanded-footer .share .twitter {
              background-image: url(../../img/twitter.png);
              background-image: url(../../img/twitter.svg); }
            #item-list .card-item .expanded .expanded-content .expanded-footer .share .more-coverage {
              -moz-transform: translateY(2px);
              -o-transform: translateY(2px);
              -ms-transform: translateY(2px);
              -webkit-transform: translateY(2px);
              transform: translateY(2px); }
            #item-list .card-item .expanded .expanded-content .expanded-footer .share a {
              display: inline-block;
              vertical-align: middle;
              color: #fff;
              font-family: "GT Cinetype";
              font-size: 12px;
              letter-spacing: 0.1em;
              line-height: 1.2;
              text-transform: uppercase;
              font-weight: 700;
              padding-bottom: 3px;
              text-decoration: underline;
              padding-bottom: 0; }
              .viewport-medium #item-list .card-item .expanded .expanded-content .expanded-footer .share a {
                font-size: 12px; }
      #item-list .card-item .expanded:after {
        content: '';
        display: table;
        clear: both; }
    #item-list .card-item:after {
      content: '';
      display: table;
      clear: both; }

.list {
  padding: 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  text-align: center;
  margin-bottom: 30px; }
  .list .list-container {
    max-width: 64%;
    display: inline-block;
    text-align: left; }
  .list .title {
    display: inline-block;
    font-family: "Druk";
    font-size: 60px;
    letter-spacing: 0.01em;
    line-height: 1; }
    .viewport-medium .list .title {
      font-size: 70px; }
  .list .list-wrapper {
    display: inline-block; }
  .list .list-ul {
    display: inline-block;
    list-style: none;
    margin: 30px 0 15px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding-top: 30px; }
    .list .list-ul .list-item {
      position: relative;
      padding-left: 60px;
      margin-bottom: 30px;
      font-size: 15px;
      letter-spacing: 0; }
      .list .list-ul .list-item a {
        color: #fff;
        text-decoration: underline; }
      .list .list-ul .list-item .number {
        left: 0;
        position: absolute;
        display: inline-block;
        color: white;
        margin-top: 3px;
        font-family: "GT Cinetype";
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 3px;
        padding: 3px; }
        .viewport-medium .list .list-ul .list-item .number {
          font-size: 12px; }
        .list .list-ul .list-item .number span {
          position: relative;
          z-index: 1; }
  .list p {
    font-size: 13px; }
  .list.red-blue {
    background: #e41e37; }
    .list.red-blue .number {
      background-color: #0043cc; }
  .list.blue-teal {
    background: #0043cc; }
    .list.blue-teal .number {
      background-color: #00adef; }
  .list.gold-red {
    background: #ffc038; }
    .list.gold-red .number {
      background-color: #e41e37; }
  .list.blue-red {
    background: #0043cc; }
    .list.blue-red .number {
      background-color: #e41e37; }
  .list.teal-red {
    background: #00adef; }
    .list.teal-red .number {
      background-color: #e41e37; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, body {
  height: 100%; }

::-webkit-scrollbar {
  display: none; }

html {
  color: #111;
  font-size: 14px;
  font-family: 'GT Cinetype';
  font-weight: normal;
  font-size: 17px;
  line-height: 1.4;
  background: #fff;
  font-weight: 400; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #111;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.stroke {
  -webkit-transition: stroke 0.25s linear;
  -moz-transition: stroke 0.25s linear;
  -ms-transition: stroke 0.25s linear;
  -o-transition: stroke 0.25s linear;
  transition: stroke 0.25s linear; }

.arrow {
  -webkit-transition: fill 0.25s linear;
  -moz-transition: fill 0.25s linear;
  -ms-transition: fill 0.25s linear;
  -o-transition: fill 0.25s linear;
  transition: fill 0.25s linear; }

a.active,
a.active:hover {
  color: #43be6d;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }

a {
  text-decoration: none; }

h3 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  font-size: 20px;
  width: 100%;
  letter-spacing: 0.15em; }

h3 .brand {
  color: #f23208; }

hr {
  display: none;
  margin: 12px 0 10px;
  vertical-align: middle;
  background: #0043cc;
  border: 0px; }
  hr.third-width {
    width: 33%; }
  hr.fifth-width {
    width: 20%; }

#main-content {
  position: relative;
  background: #fff;
  padding-top: 30px; }
  #main-content:after {
    content: '';
    clear: both;
    display: table; }

#content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1050px;
  padding: 0;
  margin: 0 auto; }
  #content:after {
    content: '';
    clear: both;
    display: table; }

.divider {
  display: block;
  height: 7px;
  width: 95%;
  margin: 30px auto 0;
  background-image: url("../../img/diamond.png");
  background-image: url("../../img/diamond.svg");
  background-repeat: repeat-x;
  background-position: left center; }

.credits {
  font-family: 'GT Cinetype';
  font-weight: normal;
  font-size: 17px;
  font-size: 10px;
  text-align: center;
  font-weight: 300;
  color: #0043cc;
  float: right;
  margin-bottom: 30px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

.mobile-only {
  display: none; }

.text-center {
  text-align: center; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

@media (min-width: 1101px) {
  .filter-fixed-old #content {
    padding-top: 170px; } }

@media (max-width: 1100px) {
  .filter-fixed-old #content {
    padding-top: 85px; }
  #content {
    padding: 0 30px; } }

@media (max-width: 767px) {
  #content {
    padding: 0 15px;
    width: 100%; }
  .mobile-only {
    display: block; }
  .not-mobile {
    display: none; }
  .credits {
    margin-top: -15px;
    margin-right: 5%; }
  .filter-fixed-old #content {
    padding-top: 75px; } }

.is-mobile,
.is-mobile-block {
  display: none; }

.is-tablet {
  display: none; }

.non-mobile {
  display: block; }
  .non-mobile.label {
    display: inline-block; }

@media (max-width: 1200px) and (min-width: 768px) {
  .is-mobile {
    display: none; }
  .is-tablet {
    display: block; }
    .is-tablet.label {
      display: inline-block; } }

@media (max-width: 767px) {
  .is-mobile {
    display: inline-block; }
  .is-mobile-block {
    display: block; }
  .non-mobile {
    display: none !important; } }

@media (max-width: 1024px) {
  #item-list .card-item .collapsed {
    padding: 30px; } }

@media (max-width: 767px) {
  .list .list-container {
    max-width: 100%; }
  .intro-wrapper.blurb-text {
    margin: 30px auto; }
  .intro-body {
    margin: 30px auto; }
  #item-list .card-item {
    max-height: 485px; }
    #item-list .card-item.details {
      max-height: 2000px !important; }
      #item-list .card-item.details .wrapper .expanded {
        height: auto; }
    #item-list .card-item .image-column {
      width: 13.8%;
      min-width: 134px;
      float: left;
      text-align: center;
      padding-left: 0; }
      #item-list .card-item .image-column .image {
        width: 134px;
        height: 134px;
        background-size: cover;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        margin: 0 0 10px; }
      #item-list .card-item .image-column .total-score .label {
        text-transform: uppercase; }
      #item-list .card-item .image-column .total-score .total {
        display: block;
        text-align: center; }
      #item-list .card-item .image-column .rank {
        margin-bottom: 5px; }
        #item-list .card-item .image-column .rank sub {
          bottom: 1rem; }
    #item-list .card-item .image-column {
      width: 100%;
      padding-left: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      #item-list .card-item .image-column .rank {
        width: calc(50% - 67px);
        float: left; }
      #item-list .card-item .image-column .image {
        background-size: 100%;
        width: 134px;
        float: left; }
      #item-list .card-item .image-column .total-score,
      #item-list .card-item .image-column .released-in {
        width: calc(50% - 67px);
        float: left; }
    #item-list .card-item .expanded {
      padding: 30px;
      height: auto; }
      #item-list .card-item .expanded .top-wrapper {
        padding: 0; }
      #item-list .card-item .expanded .is-mobile {
        width: 100%; }
      #item-list .card-item .expanded .expanded-image .non-mobile {
        float: left;
        width: 32%;
        height: 476px;
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 0; }
        #item-list .card-item .expanded .expanded-image .non-mobile img {
          position: absolute;
          top: -20px;
          left: -60px;
          height: 476px; }
      #item-list .card-item .expanded .image-column {
        width: 100%;
        padding-bottom: 0;
        padding-left: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        #item-list .card-item .expanded .image-column .rank {
          padding-top: 50px;
          width: calc(50% - 67px);
          float: left;
          text-align: right;
          padding-right: 15px;
          color: white; }
        #item-list .card-item .expanded .image-column .image {
          width: 134px;
          float: left;
          border: 2px solid white; }
        #item-list .card-item .expanded .image-column .total-score,
        #item-list .card-item .expanded .image-column .released-in {
          padding-top: 53px;
          width: calc(50% - 67px);
          float: left;
          text-align: left;
          padding-left: 15px;
          color: white;
          font-size: 15px;
          font-weight: 700;
          letter-spacing: 0.05em;
          font-family: "GT Cinetype"; }
      #item-list .card-item .expanded .expanded-content {
        width: 100%;
        padding: 0; }
        #item-list .card-item .expanded .expanded-content span.date {
          display: none; }
        #item-list .card-item .expanded .expanded-content .expanded-title {
          font-family: "Druk";
          font-size: 60px;
          letter-spacing: 0.01em;
          line-height: 1; }
          .viewport-medium #item-list .card-item .expanded .expanded-content .expanded-title {
            font-size: 70px; }
        #item-list .card-item .expanded .expanded-content .expanded-data .box-office,
        #item-list .card-item .expanded .expanded-content .expanded-data .rewatchability {
          width: 36.333%; }
        #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col .data {
          font-size: 55px; }
        #item-list .card-item .expanded .expanded-content .expanded-data .adjusted,
        #item-list .card-item .expanded .expanded-content .expanded-data .score {
          width: 29.333%; }
        #item-list .card-item .expanded .expanded-content .expanded-footer {
          padding: 30px 0 0;
          margin-left: 0; }
    #item-list .card-item .collapsed .image-column {
      width: 100%;
      padding-bottom: 15px;
      padding-left: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      #item-list .card-item .collapsed .image-column .rank {
        padding-top: 50px;
        width: calc(50% - 67px);
        float: left;
        text-align: right;
        padding-right: 15px; }
      #item-list .card-item .collapsed .image-column .image {
        width: 134px;
        float: left; }
      #item-list .card-item .collapsed .image-column .total-score,
      #item-list .card-item .collapsed .image-column .released-in {
        padding-top: 53px;
        width: calc(50% - 67px);
        float: left;
        text-align: left;
        padding-left: 15px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.1em;
        font-family: "GT Cinetype"; }
    #item-list .card-item .collapsed .info-column {
      width: 100%;
      max-width: 100%;
      padding: 0; }
      #item-list .card-item .collapsed .info-column .title-wrapper span.date {
        display: none; } }

@media (max-width: 374px) {
  #item-list .card-item .expanded {
    padding: 30px 15px; }
    #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col .label {
      font-size: 10px; }
    #item-list .card-item .expanded .expanded-content .expanded-data .expanded-data-col .data {
      font-size: 50px; } }

#staging-message {
  display: block;
  position: fixed;
  top: 0;
  background: #3f51b5;
  width: 100%;
  z-index: 5555;
  height: 25px;
  color: white;
  text-align: center;
  line-height: 25px;
  text-transform: uppercase; }
  #staging-message a {
    color: #ff4081; }

.staging {
  padding-top: 25px; }
  .staging header nav {
    top: 25px; }
  .staging .edit-content {
    height: 25px;
    width: 25px;
    background: #3f51b5;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    margin-left: 15px; }
    .staging .edit-content img {
      position: absolute;
      width: 50%;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
