/* 
  Mixins to support flexboc across browsers
  Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Mixins
*/
#search-link-wrapper {
  margin-left: 16px; }

section.top-banner-ad {
  width: 100%;
  background-color: white; }
  section.top-banner-ad figure {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: block; }
  section.top-banner-ad > img,
  section.top-banner-ad > amp-img {
    width: 100%;
    max-height: 110px;
    display: block; }

nav.mobile-nav {
  border: none;
  position: sticky;
  top: 0px;
  width: 100%;
  display: block;
  background-color: #a51800;
  height: 60px;
  z-index: 2; }
  @media only screen and (min-width: 992px) {
    nav.mobile-nav {
      display: none; } }
  nav.mobile-nav div.top {
    height: 60px; }
  nav.mobile-nav a.logo {
    height: 60px;
    width: 100%;
    position: absolute;
    display: block; }
    nav.mobile-nav a.logo div > img,
    nav.mobile-nav a.logo div > amp-img {
      height: 40px;
      display: block;
      margin: auto auto;
      margin-top: 10px; }
  nav.mobile-nav a.account {
    display: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    outline: none;
    text-decoration: none;
    padding-left: 10px;
    height: 60px;
    align-items: center;
    flex-direction: row;
    padding-right: 16px; }
    nav.mobile-nav a.account .account_dropdown {
      height: 15px;
      margin-left: 3px;
      margin-top: 3px; }
    nav.mobile-nav a.account .account_profile {
      height: 23px; }
  nav.mobile-nav div.show-dropdown-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
  nav.mobile-nav .dropdown-container {
    display: none;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 17px 0 rgba(103, 102, 102, 0.5);
    position: absolute;
    top: 45px;
    right: 7px;
    width: 160px; }
    nav.mobile-nav .dropdown-container::after {
      position: absolute;
      right: 11px;
      top: -6px;
      width: 0;
      height: 0;
      content: "";
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 7px solid white; }
    nav.mobile-nav .dropdown-container a {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      text-decoration: none; }
      nav.mobile-nav .dropdown-container a > img,
      nav.mobile-nav .dropdown-container a > amp-img {
        height: 16px;
        width: 16px;
        margin-left: 18px;
        margin-right: 10px; }
      nav.mobile-nav .dropdown-container a span {
        font-size: 13px;
        letter-spacing: -0.37px;
        line-height: 18px;
        font-family: Averta-Regular, sans-serif, Arial;
        color: #1a051d;
        display: inline-block;
        padding-top: 11px;
        padding-bottom: 11px;
        width: 118px; }
      nav.mobile-nav .dropdown-container a.drop-down-subscribe {
        background-color: #f05042;
        color: white;
        letter-spacing: -0.2px;
        line-height: 20px;
        padding-left: 42px;
        z-index: 1; }
        nav.mobile-nav .dropdown-container a.drop-down-subscribe span {
          color: white;
          font-family: Averta-SemiBold; }
      nav.mobile-nav .dropdown-container a:not(:last-child)::after {
        margin-top: 40px;
        right: 0px;
        width: 138px;
        position: absolute;
        content: "";
        border-bottom: 0.7px solid #bcb8bd; }
  nav.mobile-nav a.menu-button {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    display: block;
    padding: 18.5px 19px; }
    nav.mobile-nav a.menu-button > img,
    nav.mobile-nav a.menu-button > amp-img {
      height: 23px;
      display: block; }
  nav.mobile-nav div.menu-container {
    position: relative;
    z-index: 2;
    margin: 0px; }
  nav.mobile-nav ul.sidebar {
    margin-top: 0px;
    display: none;
    max-height: calc(100vh - 60px);
    width: 100%;
    overflow: scroll;
    background-color: white;
    list-style-type: none;
    padding: 0px;
    -webkit-transform: translateZ(0);
    transition-property: all;
    transition-duration: 0.4s; }
    nav.mobile-nav ul.sidebar.page-has-banner-ad {
      max-height: calc(100vh - 60px - 100vw / 10.9); }
    nav.mobile-nav ul.sidebar.toggled {
      display: block; }
    nav.mobile-nav ul.sidebar li {
      border-bottom: 1px solid #efefef;
      background-color: white;
      padding: 0px;
      display: block;
      margin: 0px; }
    nav.mobile-nav ul.sidebar a {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      outline: none;
      color: #555;
      font-family: Averta-SemiBold;
      font-weight: normal;
      height: 50px;
      display: block;
      padding: 15px 20px;
      text-decoration: none; }
    nav.mobile-nav ul.sidebar a.sign-in {
      border-top: 1px solid #efefef; }

div.premium-tab {
  display: block;
  height: 50px;
  width: 100%;
  background-color: #f05042; }
  div.premium-tab ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100%;
    padding: 0px;
    flex-direction: row;
    list-style-type: none;
    width: 100%;
    margin: 0px auto; }
  div.premium-tab li {
    flex: 0 1 50%;
    height: 100%; }
  div.premium-tab a {
    margin: auto;
    color: #ffffff;
    font-family: Averta-Regular;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0px;
    text-align: center;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    outline: none;
    line-height: 50px; }
    div.premium-tab a.active {
      color: white;
      border-bottom: 2px solid #ffffff; }
  @media only screen and (min-width: 992px) {
    div.premium-tab {
      display: none; } }

nav.top-nav section.bottom ul {
  width: 100%;
  margin: 0px auto;
  max-width: 1050px; }

nav.top-nav {
  z-index: 2;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0px;
  height: 150px;
  width: 100%;
  background-color: white;
  display: none;
  -webkit-transform: translateZ(0);
  transition-property: all;
  transition-duration: 0.15s; }
  @media only screen and (min-width: 992px) {
    nav.top-nav {
      display: block; } }
  nav.top-nav.relative-nav {
    position: relative;
    height: 83px; }
    nav.top-nav.relative-nav section.top {
      height: 83px; }
  nav.top-nav section.top {
    -webkit-transform: translateZ(0);
    transition-property: all;
    transition-duration: 0.3s;
    width: 100%;
    height: 100px;
    margin: auto;
    max-width: 1100px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
    nav.top-nav section.top a.icon {
      margin: 0px auto; }
      nav.top-nav section.top a.icon figure {
        height: 90px;
        margin: 0px auto;
        -webkit-transform: translateZ(0);
        transition-property: all;
        transition-duration: 0.3s; }
        nav.top-nav section.top a.icon figure > img,
        nav.top-nav section.top a.icon figure > amp-img {
          height: 100%;
          display: block;
          margin: 0px auto; }
    nav.top-nav section.top .member-nav-items {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 25px; }
      nav.top-nav section.top .member-nav-items a {
        font-family: Averta-Regular, sans-serif, Arial;
        display: block;
        font-size: 16px;
        text-decoration: none;
        letter-spacing: -0.43px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.85);
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
        nav.top-nav section.top .member-nav-items a > img:first-child,
        nav.top-nav section.top .member-nav-items a > amp-img:first-child {
          height: 18.5px;
          width: 18.5px;
          margin-right: 4px;
          margin-top: 1px; }
        nav.top-nav section.top .member-nav-items a.signin > img {
          opacity: 0.5; }
        nav.top-nav section.top .member-nav-items a.my-account > img,
        nav.top-nav section.top .member-nav-items a.my-account > amp-img {
          margin-top: 0px; }
        nav.top-nav section.top .member-nav-items a.my-account > img.dropdown-icon,
        nav.top-nav section.top .member-nav-items a.my-account > amp-img.dropdown-icon {
          height: 17px;
          padding: 0 4px 0 2px;
          cursor: pointer;
          margin-top: 3px; }
        nav.top-nav section.top .member-nav-items a.subscribe {
          line-height: 1;
          color: white;
          text-align: center;
          border-radius: 2px;
          padding: 12px 33px 12px;
          background-color: #f05042;
          border-radius: 2px;
          margin-left: 31px;
          font-family: Averta-SemiBold, sans-serif, Arial; }
    nav.top-nav section.top .dropdown-container {
      z-index: 3;
      display: none;
      box-sizing: border-box;
      width: 176px;
      border-radius: 2px;
      background-color: #ffffff;
      box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.14);
      position: absolute;
      left: -38px;
      margin-top: 20px;
      background-color: white;
      padding-left: 14px; }
      nav.top-nav section.top .dropdown-container::after {
        position: absolute;
        right: 12px;
        top: -10px;
        width: 0;
        height: 0;
        content: "";
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 10px solid white; }
      nav.top-nav section.top .dropdown-container a {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none; }
        nav.top-nav section.top .dropdown-container a:not(:last-child) {
          border-bottom: 0.7px solid #bcb8bd; }
        nav.top-nav section.top .dropdown-container a > img,
        nav.top-nav section.top .dropdown-container a > amp-img {
          height: 18.5px;
          width: 18.5px;
          margin-left: 8px;
          margin-right: 9px;
          opacity: 0.7;
          margin-bottom: 2px; }
        nav.top-nav section.top .dropdown-container a span {
          font-size: 15px;
          letter-spacing: -0.5px;
          line-height: 18px;
          font-family: Averta-Regular, sans-serif, Arial;
          color: #1a051d;
          display: inline-block;
          padding-top: 13.5px;
          padding-bottom: 13.5px;
          width: 125px; }
    nav.top-nav section.top div.show-dropdown-container {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column; }
  nav.top-nav div.nav-full-width {
    border-top: 1px solid #ddd; }
  nav.top-nav section.bottom {
    display: block;
    height: 49px;
    width: 100%;
    max-width: 1100px;
    overflow-x: hidden;
    margin: auto; }
    nav.top-nav section.bottom .nav-container {
      padding: 0px 40px; }
    nav.top-nav section.bottom .nav-contents {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; }
    nav.top-nav section.bottom img.stears-logo,
    nav.top-nav section.bottom amp-img.stears-logo {
      -webkit-transform: translateZ(0);
      transition-property: all;
      transition-duration: 0.5s;
      opacity: inherit;
      height: 100%;
      width: 130px; }
    nav.top-nav section.bottom ul {
      display: flex;
      justify-content: space-between;
      height: 100%;
      padding: 0px;
      flex-direction: row;
      list-style-type: none; }
      nav.top-nav section.bottom ul li {
        display: inline-block;
        flex: 0 1 auto;
        height: 100%; }
        nav.top-nav section.bottom ul li.subscribe, nav.top-nav section.bottom ul li.my-account {
          display: none; }
        nav.top-nav section.bottom ul li.stears-logo {
          display: none; }
          nav.top-nav section.bottom ul li.stears-logo a {
            padding-left: 0px; }
      nav.top-nav section.bottom ul a {
        display: block;
        height: 100%;
        width: 100%;
        padding: 0px 10px;
        font-family: Averta-Regular;
        font-size: 1rem;
        letter-spacing: normal;
        text-align: center;
        text-decoration: none;
        outline: none;
        color: #555;
        background-color: transparent;
        line-height: 50px; }
        nav.top-nav section.bottom ul a.active {
          color: #f05042; }
        nav.top-nav section.bottom ul a.subscribe {
          color: #ea6f64;
          max-width: 100px;
          padding: auto; }
  nav.top-nav.scrolled-nav {
    -webkit-transform: translateZ(0);
    transition-property: all;
    transition-duration: 0.3s;
    border-top-width: 0px;
    height: 50px; }
    nav.top-nav.scrolled-nav section.top {
      height: 0px;
      border-bottom: none; }
      nav.top-nav.scrolled-nav section.top a,
      nav.top-nav.scrolled-nav section.top div {
        display: none; }
      nav.top-nav.scrolled-nav section.top figure {
        width: 0px; }
    nav.top-nav.scrolled-nav div.nav-full-width {
      border-top: 0px; }
    nav.top-nav.scrolled-nav section.bottom {
      border-top: none; }
      nav.top-nav.scrolled-nav section.bottom ul {
        -webkit-transform: translateZ(0);
        transition-property: all;
        transition-duration: 13s; }
        nav.top-nav.scrolled-nav section.bottom ul li:first-child, nav.top-nav.scrolled-nav section.bottom ul li.subscribe, nav.top-nav.scrolled-nav section.bottom ul li.my-account {
          display: inline-block; }
        nav.top-nav.scrolled-nav section.bottom ul li.features-page {
          display: none; }
        nav.top-nav.scrolled-nav section.bottom ul li.opinion-page {
          display: none; }
        nav.top-nav.scrolled-nav section.bottom ul li.free-to-read-page {
          display: none; }
        nav.top-nav.scrolled-nav section.bottom ul li.election-center {
          display: none; }

nav.top-nav.regular section.bottom ul li:not(.stears-logo):not(.subscribe) a:hover {
  border-bottom: 1px solid #f05042; }
nav.top-nav.regular section.bottom ul li.premium, nav.top-nav.regular section.bottom ul li.subscribe {
  padding: 10px 0px;
  margin: 0px 5px; }
nav.top-nav.regular section.bottom ul a.premium-page {
  color: #ffffff;
  padding: 0px 13.5px;
  line-height: 30px;
  font-family: NimbusSansLight;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  border-radius: 2px; }
nav.top-nav.regular section.bottom ul a.subscribe-page {
  color: #ffffff;
  padding: 0px 13.5px;
  line-height: 30px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 2px; }
nav.top-nav.regular section.bottom ul span.premium {
  display: block;
  background-color: #4a4a4a;
  border-radius: 2px; }
nav.top-nav.regular section.bottom ul span.subscribe {
  display: block;
  background-color: #f05042;
  border-radius: 2px; }

nav.top-nav.premium div.nav-full-width {
  background-color: #4a4a4a; }
nav.top-nav.premium section.bottom ul li.premium {
  border-bottom: 2px solid #ffffff; }
  nav.top-nav.premium section.bottom ul li.premium a {
    font-size: 12px;
    font-family: NimbusSansLight;
    letter-spacing: 1px; }
nav.top-nav.premium section.bottom ul li:not(.stears-logo):not(.subscribe):not(.premium) a:hover {
  border-bottom: 2px solid #ffffff; }
nav.top-nav.premium section.bottom ul a {
  color: #ffffff; }

@font-face {
  font-family: "NimbusSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("/static/library/fonts/NimbusSansRegular.ttf?5e55f0b3c725") format("truetype"); }
@font-face {
  font-family: "NimbusSansBold";
  font-style: normal;
  font-weight: bold;
  src: url("/static/library/fonts/NimbusSansBold.ttf?5e55f0b3c725") format("truetype"); }
@font-face {
  font-family: "NimbusSansBlack";
  font-style: normal;
  font-weight: bolder;
  src: url("/static/library/fonts/NimbusSansBlack.ttf?5e55f0b3c725") format("truetype"); }
@font-face {
  font-family: "NimbusSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("/static/library/fonts/NimbusSansNo5TOT-Regular.otf?5e55f0b3c725") format("opentype"); }
@font-face {
  font-family: "NimbusSansLight";
  font-style: normal;
  font-weight: lighter;
  src: url("/static/library/fonts/NimbusSansLight.eot?&5e55f0b3c725") format("eot"), url("/static/library/fonts/NimbusSansLight.ttf?5e55f0b3c725") format("truetype"), url("/static/library/fonts/NimbusSansLight.woff2?5e55f0b3c725") format("woff2"), url("/static/library/fonts/NimbusSansLight.woff?5e55f0b3c725") format("woff"); }
@font-face {
  font-family: "Averta-Regular";
  font-style: normal;
  font-weight: lighter;
  src: url("/static/library/fonts/Averta-Regular.otf?5e55f0b3c725") format("opentype"), url("/static/library/fonts/Averta-Regular.eot?&5e55f0b3c725") format("eot"), url("/static/library/fonts/Averta-Regular.ttf?5e55f0b3c725") format("truetype"), url("/static/library/fonts/Averta-Regular.woff2?5e55f0b3c725") format("woff2"), url("/static/library/fonts/Averta-Regular.woff?5e55f0b3c725") format("woff"); }
@font-face {
  font-family: "Averta-Bold";
  font-style: normal;
  font-weight: bold;
  src: url("/static/library/fonts/Averta-Bold.otf?5e55f0b3c725") format("opentype"), url("/static/library/fonts/Averta-Bold.eot?&5e55f0b3c725") format("eot"), url("/static/library/fonts/Averta-Bold.ttf?5e55f0b3c725") format("truetype"), url("/static/library/fonts/Averta-Bold.woff2?5e55f0b3c725") format("woff2"), url("/static/library/fonts/Averta-Bold.woff?5e55f0b3c725") format("woff"); }
@font-face {
  font-family: "Averta-Black";
  font-style: normal;
  font-weight: bolder;
  src: url("/static/library/fonts/Averta-Black.eot?&5e55f0b3c725") format("eot"), url("/static/library/fonts/Averta-Black.ttf?5e55f0b3c725") format("truetype"), url("/static/library/fonts/Averta-Black.woff2?5e55f0b3c725") format("woff2"), url("/static/library/fonts/Averta-Black.woff?5e55f0b3c725") format("woff"); }
@font-face {
  font-family: "Averta-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("/static/library/fonts/Averta-SemiBold.otf?5e55f0b3c725") format("opentype"), url("/static/library/fonts/Averta-SemiBold.eot?&5e55f0b3c725") format("eot"), url("/static/library/fonts/Averta-SemiBold.ttf?5e55f0b3c725") format("truetype"), url("/static/library/fonts/Averta-SemiBold.woff2?5e55f0b3c725") format("woff2"), url("/static/library/fonts/Averta-SemiBold.woff?5e55f0b3c725") format("woff"); }
* {
  font-family: Averta-SemiBold, sans-serif, Arial; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  font-family: Averta-SemiBold, sans-serif, Arial; }

.invisible {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

/* 
  Mixins to support flexboc across browsers
  Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Mixins
*/
body nav.top-nav > section.top {
  max-width: 1200px; }
body nav.top-nav > section.top > .member-nav-items > a.subscribe {
  font-family: Averta-SemiBold !important; }
body > span > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
body * {
  font-family: Averta-Regular, sans-serif, Arial; }

a.dormant {
  text-decoration: none; }

.plan__subscribe, .corporate__contact {
  outline: none;
  border: none;
  color: white;
  display: block;
  font-family: Averta-SemiBold !important;
  background-color: #f05042;
  border-radius: 2px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  cursor: pointer; }
  .plan__subscribe:disabled, .corporate__contact:disabled {
    background-color: #f3f3f3; }
  @media only screen and (min-width: 768px) {
    .plan__subscribe, .corporate__contact {
      height: 45px;
      font-size: 16px; } }

.cta {
  background-color: black;
  height: 124px;
  width: 100%;
  padding: 36px 24px;
  display: block; }
  @media only screen and (min-width: 768px) {
    .cta {
      padding: 52px 24px;
      height: 280px; } }

.cta__message {
  margin: 5px 0px;
  text-align: left;
  color: white;
  opacity: 0.9;
  font-size: 18px;
  height: 20px; }
  @media only screen and (min-width: 768px) {
    .cta__message {
      width: 500px;
      height: 40px;
      margin: 0px auto;
      letter-spacing: -1px;
      text-align: center;
      font-size: 36px; } }

.bank-transfer {
  width: 100%;
  display: none; }
  @media only screen and (min-width: 768px) {
    .bank-transfer {
      width: 744px;
      margin: 48px auto 120px auto; } }
  .bank-transfer .tip {
    background-color: #F9FAFB;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 20px; }
    @media only screen and (min-width: 768px) {
      .bank-transfer .tip {
        padding-top: 30px;
        padding-left: 41px;
        padding-bottom: 47px;
        border-radius: 8px; } }
    .bank-transfer .tip-message {
      margin: 0;
      color: #1F2937;
      font-size: 16px;
      line-height: 22px; }
      @media only screen and (min-width: 768px) {
        .bank-transfer .tip-message {
          font-size: 24px;
          line-height: 28px;
          letter-spacing: -0.5px; } }
    .bank-transfer .tip .message-subtitle {
      font-size: 12px;
      line-height: 18px; }
      @media only screen and (min-width: 768px) {
        .bank-transfer .tip .message-subtitle {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: -0.5px; } }
    .bank-transfer .tip-button {
      display: flex;
      margin-top: 40px; }
      .bank-transfer .tip-button a {
        border-radius: 99px;
        padding: 8px 15px;
        text-decoration: none;
        font-size: 12px;
        line-height: 18px; }
        @media only screen and (min-width: 768px) {
          .bank-transfer .tip-button a {
            padding: 10px 20px;
            font-size: 16px;
            line-height: 22px; } }
        .bank-transfer .tip-button a:hover {
          cursor: pointer; }
      .bank-transfer .tip-button .transfer {
        background-color: #374151;
        color: #ffffff; }
      .bank-transfer .tip-button .paypal {
        background-color: #F3F4F6;
        color: #000000;
        margin-left: 5px; }
        @media only screen and (min-width: 768px) {
          .bank-transfer .tip-button .paypal {
            margin-left: 32px; } }
  .bank-transfer .support {
    color: #374151;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 22px; }
    @media only screen and (min-width: 768px) {
      .bank-transfer .support {
        height: 96px;
        margin-top: 29px;
        font-size: 18px;
        line-height: 22px; } }
    .bank-transfer .support a {
      color: #374151; }

.currency {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -8px; }
  @media only screen and (min-width: 768px) {
    .currency {
      margin-top: 50px; } }
  .currency__button {
    outline: none;
    border: none;
    background-color: transparent;
    letter-spacing: 0.3px;
    line-height: 15px;
    font-size: 12px;
    font-family: Averta-SemiBold !important;
    color: black;
    cursor: pointer;
    height: 25px;
    margin: 0px 3px;
    width: 62px; }
    @media only screen and (min-width: 768px) {
      .currency__button {
        font-size: 20px;
        height: 38px;
        width: 78px;
        margin: 0px 22px; } }
    .currency__button.active {
      border-radius: 19px;
      color: white;
      background-color: #f05042; }

.subscription {
  width: 100%;
  padding: 15px 0px 45px 0px;
  background-color: #f3f3f3;
  justify-content: space-around; }
  @media only screen and (min-width: 768px) {
    .subscription {
      padding-top: 40px;
      padding-bottom: 64px;
      max-width: 1200px;
      margin: -80px auto 0px auto; } }
  .subscription__help-text {
    text-align: center;
    width: 100%;
    margin: 0px auto;
    color: black;
    opacity: 0.85;
    font-size: 16px;
    display: none;
    height: 18px; }
    .subscription__help-text.toggled {
      display: block; }
    @media only screen and (min-width: 768px) {
      .subscription__help-text {
        height: 30px;
        letter-spacing: -0.3px;
        font-size: 25px; } }
  .subscription__terms {
    color: black;
    width: 100%;
    max-width: 200px;
    margin: 30px auto 0px auto;
    text-align: center;
    font-family: nimbus-sans, sans-serif !important;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 20px; }
    .subscription__terms a {
      color: #0A70E3; }
    @media only screen and (min-width: 768px) {
      .subscription__terms {
        font-size: 16px;
        margin-top: 56px;
        max-width: 400px; } }

.plan__list {
  padding: 0px 24px;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center; }
  .plan__list.toggled {
    display: flex; }
  @media only screen and (min-width: 768px) {
    .plan__list {
      margin: 30px 0px 0px 0px;
      padding: 0px 64px;
      flex-direction: row; } }

.plan {
  width: 100%;
  max-width: 280px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.06);
  padding: 24px 30px;
  text-align: center;
  margin-top: 30px;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    .plan {
      max-width: 310px;
      padding-bottom: 42px; }
      .plan:not(:first-child) {
        margin-left: 40px; } }
  .plan__title {
    margin: 0px auto;
    color: black;
    opacity: 0.8;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 22px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .plan__title {
        line-height: 28px;
        font-size: 24px; }
        .plan__title > span {
          font-family: Averta-SemiBold !important; } }
  .plan__description {
    margin: 0px auto;
    color: #1a051d;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .plan__description {
        margin-top: 10px;
        height: 40px;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 20px; } }
  .plan__subtitle {
    font-size: 14px;
    letter-spacing: -0.26px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #494849;
    text-decoration: underline;
    margin: 13px 0 0; }
    @media only screen and (min-width: 768px) {
      .plan__subtitle {
        margin-top: 6px;
        font-size: 16px;
        letter-spacing: -0.3px; } }
  .plan__price {
    color: #f05042;
    font-family: Averta-SemiBold !important;
    font-size: 35px;
    letter-spacing: -1px;
    margin: 20px 0px 0px 0px; }
    @media only screen and (min-width: 768px) {
      .plan__price {
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: 42px 0px 0px 0px;
        font-size: 36px; } }
  .plan__subscribe {
    vertical-align: bottom;
    margin: 20px 0px 20px 0px; }
    @media only screen and (min-width: 768px) {
      .plan__subscribe {
        margin-top: 38px; } }
  .plan__transfer {
    display: none;
    font-size: 12px;
    line-height: 16px;
    color: #2563EB;
    text-decoration: underline; }
    @media only screen and (min-width: 768px) {
      .plan__transfer {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.4px; } }
    .plan__transfer:hover {
      cursor: pointer; }

.show {
  display: block; }

.why-subscribe {
  padding: 0px 28px 50px 28px;
  width: 100%;
  margin: 0px auto;
  max-width: 1100px; }
  @media only screen and (min-width: 768px) {
    .why-subscribe {
      padding-bottom: 100px; } }

.reason {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 70px; }
  @media only screen and (min-width: 992px) {
    .reason {
      margin-top: 110px;
      flex-direction: row-reverse; }
      .reason:nth-child(even) {
        flex-direction: row; } }
  .reason__banner {
    display: block;
    width: 100%; }
  .reason__message {
    margin: 48px 0px 0px 0px; }
    @media only screen and (min-width: 992px) {
      .reason__message {
        margin: 60px 0px 0px 80px; } }
  .reason__title {
    color: #f05042;
    font-size: 20px;
    margin: 0px;
    letter-spacing: -0.75px; }
    @media only screen and (min-width: 992px) {
      .reason__title {
        font-size: 36px;
        letter-spacing: -1px; } }
  .reason__content {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: -0.75px;
    width: 100%;
    color: #1a051d;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px; }
    @media only screen and (min-width: 768px) {
      .reason__content {
        margin-top: 24px;
        opacity: 0.9;
        font-size: 20px;
        line-height: 24px; } }

.bottom {
  padding: 50px 0px;
  background-color: #efefef; }
  @media only screen and (min-width: 768px) {
    .bottom {
      padding: 75px 0px; } }

.corporate {
  width: 100%;
  max-width: 650px;
  margin: 0px auto;
  padding: 0px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .corporate__title {
    text-align: center;
    font-size: 20px;
    margin: 0px;
    font-family: Averta-SemiBold !important;
    letter-spacing: -0.75px; }
    @media only screen and (min-width: 768px) {
      .corporate__title {
        font-size: 36px;
        letter-spacing: -1px; } }
  .corporate__message {
    color: #1a051d;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 10px 0px 0px 0px; }
    @media only screen and (min-width: 768px) {
      .corporate__message {
        margin: 16px 0px 0px 0px;
        font-size: 20px;
        opacity: 0.8;
        letter-spacing: 0px;
        line-height: 24px; } }
  .corporate__contact {
    text-decoration: none;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    margin: 30px auto 0px auto;
    width: 170px; }
    @media only screen and (min-width: 768px) {
      .corporate__contact {
        margin: 56px auto 0px auto;
        padding-top: 13.5px;
        padding-bottom: 13.5px;
        width: 190px; } }

.stripe-payment-container {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: grid;
  place-items: center; }
  .stripe-payment-container.hidden {
    display: none; }
  .stripe-payment-container-modal {
    width: 90%;
    margin: 0 auto;
    background-color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .stripe-payment-container-modal {
        max-width: 410px; } }
    .stripe-payment-container-modal .header {
      position: relative;
      min-height: 55px; }
      .stripe-payment-container-modal .header #logo {
        position: absolute;
        width: 8rem;
        left: 15px; }
      .stripe-payment-container-modal .header #close {
        background-color: #eef1f6;
        position: absolute;
        padding: 10px;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        right: 15px;
        top: 15px; }
        .stripe-payment-container-modal .header #close:hover {
          cursor: pointer; }
    .stripe-payment-container-modal .modal-content {
      padding: 50px; }
    .stripe-payment-container-modal #submit {
      border: none;
      background-color: #000;
      margin-top: 15px;
      padding: 15px;
      width: 100%;
      color: #fff; }
      .stripe-payment-container-modal #submit:hover {
        cursor: pointer; }
    .stripe-payment-container-modal .payment-message {
      margin-top: 5px;
      color: #f05042;
      font-size: 14px;
      text-align: center; }

.loading-container {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: grid;
  place-items: center; }
  .loading-container.hidden {
    display: none; }
  .loading-container-spinner, .spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite; }
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }
.spinner.hidden {
  display: none; }
