/* 
  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; }

/* 
  Mixins to support flexboc across browsers
  Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Mixins
*/
* {
  font-family: "Helvetica Neue", "PT Sans", "Open Sans", Century Gothic; }

@font-face {
  font-family: "NimbusSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("/static/library/fonts/NimbusSansRegular.ttf?5f0a4c5e8f23") format("truetype"); }
@font-face {
  font-family: "NimbusSansBold";
  font-style: normal;
  font-weight: bold;
  src: url("/static/library/fonts/NimbusSansBold.ttf?5f0a4c5e8f23") format("truetype"); }
@font-face {
  font-family: "NimbusSansBlack";
  font-style: normal;
  font-weight: bolder;
  src: url("/static/library/fonts/NimbusSansBlack.ttf?5f0a4c5e8f23") format("truetype"); }
@font-face {
  font-family: "NimbusSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("/static/library/fonts/NimbusSansNo5TOT-Regular.otf?5f0a4c5e8f23") format("opentype"); }
@font-face {
  font-family: "NimbusSansLight";
  font-style: normal;
  font-weight: lighter;
  src: url("/static/library/fonts/NimbusSansLight.eot?&5f0a4c5e8f23") format("eot"), url("/static/library/fonts/NimbusSansLight.ttf?5f0a4c5e8f23") format("truetype"), url("/static/library/fonts/NimbusSansLight.woff2?5f0a4c5e8f23") format("woff2"), url("/static/library/fonts/NimbusSansLight.woff?5f0a4c5e8f23") format("woff"); }
@font-face {
  font-family: "Averta-Regular";
  font-style: normal;
  font-weight: lighter;
  src: url("/static/library/fonts/Averta-Regular.otf?5f0a4c5e8f23") format("opentype"), url("/static/library/fonts/Averta-Regular.eot?&5f0a4c5e8f23") format("eot"), url("/static/library/fonts/Averta-Regular.ttf?5f0a4c5e8f23") format("truetype"), url("/static/library/fonts/Averta-Regular.woff2?5f0a4c5e8f23") format("woff2"), url("/static/library/fonts/Averta-Regular.woff?5f0a4c5e8f23") format("woff"); }
@font-face {
  font-family: "Averta-Bold";
  font-style: normal;
  font-weight: bold;
  src: url("/static/library/fonts/Averta-Bold.otf?5f0a4c5e8f23") format("opentype"), url("/static/library/fonts/Averta-Bold.eot?&5f0a4c5e8f23") format("eot"), url("/static/library/fonts/Averta-Bold.ttf?5f0a4c5e8f23") format("truetype"), url("/static/library/fonts/Averta-Bold.woff2?5f0a4c5e8f23") format("woff2"), url("/static/library/fonts/Averta-Bold.woff?5f0a4c5e8f23") format("woff"); }
@font-face {
  font-family: "Averta-Black";
  font-style: normal;
  font-weight: bolder;
  src: url("/static/library/fonts/Averta-Black.eot?&5f0a4c5e8f23") format("eot"), url("/static/library/fonts/Averta-Black.ttf?5f0a4c5e8f23") format("truetype"), url("/static/library/fonts/Averta-Black.woff2?5f0a4c5e8f23") format("woff2"), url("/static/library/fonts/Averta-Black.woff?5f0a4c5e8f23") format("woff"); }
@font-face {
  font-family: "Averta-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("/static/library/fonts/Averta-SemiBold.otf?5f0a4c5e8f23") format("opentype"), url("/static/library/fonts/Averta-SemiBold.eot?&5f0a4c5e8f23") format("eot"), url("/static/library/fonts/Averta-SemiBold.ttf?5f0a4c5e8f23") format("truetype"), url("/static/library/fonts/Averta-SemiBold.woff2?5f0a4c5e8f23") format("woff2"), url("/static/library/fonts/Averta-SemiBold.woff?5f0a4c5e8f23") 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; }

html {
  height: 100%; }

body {
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    body {
      background: #888 url("/static/membership/img/backgrounds/sheyi-owolabi--lNX9k3e1F8-unsplash.jpg?5f0a4c5e8f23") no-repeat center center fixed;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: multiply; } }

a:hover {
  cursor: pointer; }

.main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .main {
      flex-direction: row;
      box-sizing: border-box;
      padding: 50px 20px 5px 20px; } }
  @media only screen and (min-width: 768px) and (min-height: 800px) {
    .main {
      padding-top: 100px; } }

  .main > div {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .main > div {
        width: 50%; } }

.main-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  padding: 22px 24px; }
  @media only screen and (min-width: 768px) {
    .main-form {
      max-width: 500px;
      padding: 25px 28px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  .main-form div.form-header {
    margin-bottom: 40px; }
    .main-form div.form-header > h2 {
      font-weight: normal;
      color: rgba(0, 0, 0, 0.85);
      letter-spacing: -0.75px;
      line-height: 24px;
      margin: 0;
      font-size: 20px;
      margin-top: 0px; }
      @media only screen and (min-width: 768px) {
        .main-form div.form-header > h2 {
          font-size: 24px; } }
  .main-form div.form-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 12px;
    margin-bottom: 11px; }
    .main-form div.form-item * {
      font-family: Averta-Regular, sans-serif, Arial; }
    @media only screen and (min-width: 768px) {
      .main-form div.form-item {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .main-form div.form-item label {
      margin-bottom: 9px;
      color: rgba(0, 0, 0, 0.85);
      font-size: 14px; }
    .main-form div.form-item input {
      border: 1px solid #979797;
      border-radius: 2px;
      font-size: 12px;
      padding: 12px 35px 12px 13px;
      line-height: normal; }
      .main-form div.form-item input::-webkit-input-placeholder {
        font-family: Averta-Regular, sans-serif, Arial;
        color: rgba(0, 0, 0, 0.85);
        opacity: 0.4; }
      .main-form div.form-item input:-ms-input-placeholder {
        font-family: Averta-Regular, sans-serif, Arial;
        color: rgba(0, 0, 0, 0.85);
        opacity: 0.4; }
      .main-form div.form-item input:-moz-placeholder {
        font-family: Averta-Regular, sans-serif, Arial;
        color: rgba(0, 0, 0, 0.85);
        opacity: 0.4; }
      .main-form div.form-item input::-moz-placeholder {
        font-family: Averta-Regular, sans-serif, Arial;
        color: rgba(0, 0, 0, 0.85);
        opacity: 0.4; }
      @media only screen and (min-width: 768px) {
        .main-form div.form-item input {
          padding: 14px 35px 14px 13px;
          font-size: 14px; } }
      .main-form div.form-item input#password {
        padding-right: 50px; }
        @media only screen and (min-width: 768px) {
          .main-form div.form-item input#password {
            padding-right: 60px; } }
    .main-form div.form-item.errors input {
      border: 1px solid #d0021b;
      color: #d0021b; }
    .main-form div.form-item .show-password {
      top: 15px;
      color: rgba(0, 0, 0, 0.85);
      cursor: pointer;
      padding: 14px 12px 13px 13px;
      position: absolute;
      width: 25px;
      right: 2px;
      font-size: 10px;
      letter-spacing: -0.03px; }
      @media only screen and (min-width: 768px) {
        .main-form div.form-item .show-password {
          padding: 15px;
          font-size: 12px;
          top: 15px; } }
    .main-form div.form-item .input-hint {
      font-family: Averta-Regular;
      font-size: 14px;
      color: rgba(75, 85, 99, 0.85);
      margin-top: 8px;
      margin-bottom: 0px; }
    .main-form div.form-item ul.errorlist {
      list-style-type: none;
      text-decoration: none;
      padding: 10px 40px 8px 14px;
      margin-top: 9px;
      margin-bottom: 0px;
      border-radius: 14.5px;
      font-size: 10px;
      background-color: #fcdee1;
      color: #d0021b; }
      @media only screen and (min-width: 768px) {
        .main-form div.form-item ul.errorlist {
          margin-top: 15px;
          font-size: 12px; } }
    .main-form div.form-item img {
      height: 50px;
      width: 100px;
      margin-bottom: 5px; }
  .main-form div.radio {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 8px; }
    .main-form div.radio > input {
      width: 18px;
      height: 18px;
      margin-right: 8px; }
      @media only screen and (min-width: 768px) {
        .main-form div.radio > input {
          margin-right: 10px; } }
    .main-form div.radio a {
      color: #0a70e3; }
    .main-form div.radio > label {
      max-width: 350px;
      font-family: Averta-Regular, sans-serif, Arial;
      color: rgba(0, 0, 0, 0.85);
      opacity: 0.6;
      font-size: 10px;
      letter-spacing: -0.13px;
      line-height: 12px; }
      @media only screen and (min-width: 768px) {
        .main-form div.radio > label {
          font-size: 12px;
          letter-spacing: -0.16px;
          line-height: 15px; } }
  .main-form div.form-text {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12px;
    color: #6c6e6b; }
    .main-form div.form-text > p {
      font-family: Averta-Regular, sans-serif, Arial; }
      .main-form div.form-text > p > a {
        color: #e82037;
        text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .main-form div.form-text {
        color: #000000;
        font-size: 14px;
        line-height: 18px; } }
  .main-form a.forgot-password {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.85);
    font-size: 12px;
    line-height: 15px;
    align-self: flex-end;
    margin-top: 8px;
    margin-bottom: 8px; }
  .main-form button.submit-button {
    font-family: Averta-SemiBold, sans-serif, Arial !important;
    border-radius: 2px;
    background-color: #f05042;
    width: 100%;
    padding: 12px 13px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    text-align: center;
    text-decoration: none;
    margin-top: 22px;
    letter-spacing: -0.3px;
    line-height: 14px;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .main-form button.submit-button {
        line-height: 16px;
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px; } }
  .main-form .form-names {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .main-form .form-names {
        flex-direction: row;
        justify-content: space-between; } }
    .main-form .form-names > div.form-item {
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .main-form .form-names > div.form-item {
          width: 46%; } }

div.main-text-background {
  background-image: url("/static/membership/img/backgrounds/sheyi-owolabi--lNX9k3e1F8-unsplash.jpg?5f0a4c5e8f23");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 1000px 0 0 0 rgba(0, 0, 0, 0.5);
  height: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 245px; }
  @media only screen and (min-width: 768px) {
    div.main-text-background {
      background-image: none !important;
      box-shadow: none;
      height: auto; } }
  div.main-text-background .main-side-text {
    margin: auto;
    margin-left: 24px;
    padding-top: 70px;
    padding-bottom: 70px;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      div.main-text-background .main-side-text {
        margin-left: 40px; } }
    div.main-text-background .main-side-text .main-message {
      color: rgba(255, 255, 255, 0.85);
      width: 168px;
      font-size: 20px;
      font-weight: normal;
      letter-spacing: -0.75px;
      line-height: 24px; }
      @media only screen and (min-width: 768px) {
        div.main-text-background .main-side-text .main-message {
          line-height: calc(1.44375rem + 2.325vw);
          font-size: calc(1.3875rem + 1.65vw);
          color: white;
          max-width: 361px;
          width: 100%;
          letter-spacing: -0.84px; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    div.main-text-background .main-side-text .main-message {
      line-height: 3.1875rem; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    div.main-text-background .main-side-text .main-message {
      font-size: 2.625rem; } }

    div.main-text-background .main-side-text .sub-heading-message {
      width: 220px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: -0.2px;
      line-height: 14px;
      color: #f3f3f3; }
      @media only screen and (min-width: 768px) {
        div.main-text-background .main-side-text .sub-heading-message {
          letter-spacing: -0.55px;
          color: #ffffff;
          font-size: 1.25rem;
          line-height: calc(1.29375rem + 0.525vw);
          max-width: 491px;
          width: 100%; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    div.main-text-background .main-side-text .sub-heading-message {
      line-height: 1.6875rem; } }

    div.main-text-background .main-side-text .custom-message {
      font-family: Averta-Regular, sans-serif, Arial !important;
      color: rgba(255, 255, 255, 0.85);
      width: 267px;
      margin-top: -28px;
      font-size: 24px;
      font-weight: normal;
      letter-spacing: -0.5px;
      line-height: 28px; }
      @media only screen and (min-width: 768px) {
        div.main-text-background .main-side-text .custom-message {
          line-height: calc(1.35rem + 1.2vw);
          font-size: calc(1.325rem + 0.9vw);
          margin-top: -120px;
          color: white;
          max-width: 537px;
          width: 100%;
          letter-spacing: -1px; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    div.main-text-background .main-side-text .custom-message {
      line-height: 2.25rem; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    div.main-text-background .main-side-text .custom-message {
      font-size: 2rem; } }

    div.main-text-background .main-side-text .custom-sub-heading {
      font-family: Averta-Regular, sans-serif, Arial !important;
      margin: 0;
      width: 267px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -0.2px;
      line-height: 20px;
      color: #f3f3f3; }
      @media only screen and (min-width: 768px) {
        div.main-text-background .main-side-text .custom-sub-heading {
          letter-spacing: -0.2px;
          color: #ffffff;
          font-size: calc(1.275rem + 0.3vw);
          line-height: calc(1.3125rem + 0.75vw);
          width: 100%; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    div.main-text-background .main-side-text .custom-sub-heading {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    div.main-text-background .main-side-text .custom-sub-heading {
      line-height: 1.875rem; } }

      div.main-text-background .main-side-text .custom-sub-heading-list {
        display: none; }
        @media only screen and (min-width: 768px) {
          div.main-text-background .main-side-text .custom-sub-heading-list {
            display: block;
            padding-left: 18px;
            margin-top: 23px; } }
        div.main-text-background .main-side-text .custom-sub-heading-list li {
          font-family: Averta-Regular, sans-serif, Arial !important;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: -0.2px;
          line-height: 14px;
          color: #f3f3f3; }
          @media only screen and (min-width: 768px) {
            div.main-text-background .main-side-text .custom-sub-heading-list li {
              letter-spacing: -0.2px;
              font-size: 1rem;
              line-height: calc(1.2625rem + 0.15vw);
              width: 100%; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    div.main-text-background .main-side-text .custom-sub-heading-list li {
      line-height: 1.375rem; } }

    div.main-text-background .main-side-text .desktop {
      display: none; }
      @media only screen and (min-width: 768px) {
        div.main-text-background .main-side-text .desktop {
          display: block; } }
    div.main-text-background .main-side-text .mobile {
      display: block; }
      @media only screen and (min-width: 768px) {
        div.main-text-background .main-side-text .mobile {
          display: none; } }

.social {
  font-family: Averta-Regular, sans-serif, Arial; }
  .social-google {
    display: block;
    text-decoration: none;
    outline: none;
    color: #000000;
    padding: 12px 0px;
    background-color: #f3f4f6;
    border-radius: 2px; }
    @media only screen and (min-width: 768px) {
      .social-google {
        padding: 16px 0px; } }
  .social-option {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 4px; }
    @media only screen and (min-width: 768px) {
      .social-option {
        margin-top: 16px; } }
    .social-option p {
      color: #8d929e;
      font-size: 12px;
      line-height: 14.4px;
      letter-spacing: -0.3px;
      padding: 12px 24px;
      margin: 0px; }
      @media only screen and (min-width: 768px) {
        .social-option p {
          font-size: 15px;
          line-height: 18px;
          letter-spacing: -0.3px;
          padding: 12px 16px;
          margin: 0px; } }
    .social-option .line {
      background-color: #8d929e;
      height: 1px;
      width: 100%; }
  .social .google-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }
    .social .google-btn img {
      height: 18px; }
      @media only screen and (min-width: 768px) {
        .social .google-btn img {
          height: 24px; } }
    .social .google-btn p {
      margin: 0px;
      margin-left: 17.25px;
      font-size: 14px;
      line-height: 16.8px;
      letter-spacing: -0.3px; }
      @media only screen and (min-width: 768px) {
        .social .google-btn p {
          margin-left: 30.39px;
          font-size: 16px;
          line-height: 19.2px;
          letter-spacing: -0.34px; } }

/* 
  Mixins to support flexboc across browsers
  Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Mixins
*/
nav.desktop-nav {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: none;
  -webkit-transform: translateZ(0);
  transition-property: all;
  transition-duration: 0.15s; }
  @media only screen and (min-width: 992px) {
    nav.desktop-nav {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  nav.desktop-nav .nav-item {
    line-height: 1;
    color: white;
    text-align: center;
    text-decoration: none;
    margin-left: 40px;
    font-size: 16px; }
  nav.desktop-nav img.stears-business-white {
    height: 65px;
    width: 220px; }
  nav.desktop-nav a.login {
    font-family: Averta-Regular, sans-serif, Arial; }
  nav.desktop-nav a.subscribe {
    border-radius: 2px;
    padding: 12px 33px 12px;
    background-color: #f05042;
    margin-right: 35px; }
  nav.desktop-nav > a > figure {
    margin: 10px 0px 10px 15px; }
  nav.desktop-nav :nth-child(2) {
    margin-left: auto; }
