@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url("/assets/fonts/basis-grotesque-regular.eot");
  src: url("/assets/fonts/basis-grotesque-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/basis-grotesque-regular.woff") format("woff"), url("/assets/fonts/basis-grotesque-regular.woff2") format("woff2"), url("basis-grotesque-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url("/assets/fonts/basis-grotesque-italic.eot");
  src: url("/assets/fonts/basis-grotesque-italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/basis-grotesque-italic.woff") format("woff"), url("/assets/fonts/basis-grotesque-italic.woff2") format("woff2"), url("/assets/fonts/basis-grotesque-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url("/assets/fonts/basis-grotesque-bold.eot");
  src: url("/assets/fonts/basis-grotesque-bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/basis-grotesque-bold.woff") format("woff"), url("/assets/fonts/basis-grotesque-bold.woff2") format("woff2"), url("basis-grotesque-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url("/assets/fonts/basis-grotesque-bold-italic.eot");
  src: url("/assets/fonts/basis-grotesque-bold-italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/basis-grotesque-bold-italic.woff") format("woff"), url("/assets/fonts/basis-grotesque-bold-italic.woff2") format("woff2"), url("basis-grotesque-bold-italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

* {
  margin: 0;
  padding: 0;
  font: inherit;
  text-decoration: inherit;
  box-sizing: border-box;
  border: none;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }
  *:focus {
    outline: 0; }

body {
  font-family: "Basis Grotesque Pro", Helvetica, sans-serif;
  color: #272727;
  background-color: #e6e6e6;
  padding-bottom: 26px;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

img {
  display: block;
  width: 100%; }

strong, b, nav, h1 {
  font-family: "Basis Grotesque Pro", Helvetica, sans-serif;
  font-weight: bold; }

em, i {
  font-style: italic; }

a {
  color: #7300ff; }
  a:hover {
    color: inherit; }

p a {
  color: #7300ff; }
  p a:hover {
    color: #7300ff;
    border-bottom: 1px solid #7300ff; }

h1 {
  font-size: 36px;
  line-height: 38px; }

h2 {
  font-size: 27px;
  line-height: 1.35;
  color: #7300ff; }
  h2 span {
    border-bottom: 2pt solid; }

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media only screen and (max-width: 1480px) {
    .wrapper {
      max-width: 1100px; } }
  @media only screen and (max-width: 480px) {
    .wrapper {
      padding-left: 18px;
      padding-right: 18px; } }
  .wrapper.home {
    margin-top: 2rem; }

.gutter {
  margin-right: 2rem; }
  @media only screen and (max-width: 480px) {
    .gutter {
      margin-right: 0; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 480px) {
    .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 960px) {
    .row.two-up {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

form input {
  padding: 6px 10px;
  border: none; }
  form input[type="submit"] {
    cursor: pointer;
    background: black;
    color: white; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%; }

header#desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  background: white;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  overflow: hidden;
  z-index: 300;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
  @media only screen and (max-width: 960px) {
    header#desktop {
      display: none; } }
  header#desktop h1.logo {
    width: 130px;
    margin-right: 80px; }
  header#desktop .wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 960px) {
      header#desktop .wrapper {
        padding-left: 0; } }
  header#desktop nav a {
    color: inherit;
    font-size: 1.1rem; }
    header#desktop nav a:hover {
      color: black;
      border-bottom: 2px solid black; }
  header#desktop nav.nav-primary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    header#desktop nav.nav-primary a:not(:last-of-type) {
      margin-right: 2rem; }
    header#desktop nav.nav-primary a.current {
      color: #7300ff; }
  header#desktop nav.nav-social a:hover {
    color: black;
    border: none !important; }

header#desktop-extra, header#desktop-search {
  height: 60px;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: white;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden; }
  @media only screen and (max-width: 960px) {
    header#desktop-extra, header#desktop-search {
      display: none; } }
  header#desktop-extra .wrapper, header#desktop-search .wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header#desktop-extra .wrapper form, header#desktop-search .wrapper form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      header#desktop-extra .wrapper form img, header#desktop-search .wrapper form img {
        width: 30px;
        height: 30px;
        margin-right: 20px; }
      header#desktop-extra .wrapper form.search input[type="text"], header#desktop-search .wrapper form.search input[type="text"] {
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3;
        background: #e6e6e6;
        margin-right: 30px; }
      header#desktop-extra .wrapper form.search input[type="submit"], header#desktop-search .wrapper form.search input[type="submit"] {
        width: 120px;
        background: #272727;
        margin-right: 32px; }
        header#desktop-extra .wrapper form.search input[type="submit"]:hover, header#desktop-search .wrapper form.search input[type="submit"]:hover {
          background: #7300ff; }
    header#desktop-extra .wrapper .weekly-updates-header, header#desktop-search .wrapper .weekly-updates-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3;
      background: white;
      padding: 20px;
      padding-left: 0; }
      @media only screen and (max-width: 960px) {
        header#desktop-extra .wrapper .weekly-updates-header, header#desktop-search .wrapper .weekly-updates-header {
          display: none; } }
      header#desktop-extra .wrapper .weekly-updates-header br, header#desktop-search .wrapper .weekly-updates-header br {
        display: none; }
      header#desktop-extra .wrapper .weekly-updates-header h2, header#desktop-search .wrapper .weekly-updates-header h2 {
        font-size: 16px;
        color: black;
        margin-right: 2rem; }
        header#desktop-extra .wrapper .weekly-updates-header h2 span, header#desktop-search .wrapper .weekly-updates-header h2 span {
          border: none; }
      header#desktop-extra .wrapper .weekly-updates-header .split, header#desktop-search .wrapper .weekly-updates-header .split {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header#desktop-extra .wrapper .weekly-updates-header .split nav, header#desktop-search .wrapper .weekly-updates-header .split nav {
          display: none; }
      header#desktop-extra .wrapper .weekly-updates-header .fields, header#desktop-search .wrapper .weekly-updates-header .fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        header#desktop-extra .wrapper .weekly-updates-header .fields label, header#desktop-search .wrapper .weekly-updates-header .fields label {
          padding-top: 7px;
          margin-right: 1rem; }
        header#desktop-extra .wrapper .weekly-updates-header .fields input[type="email"], header#desktop-search .wrapper .weekly-updates-header .fields input[type="email"] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          background: #e6e6e6; }
        header#desktop-extra .wrapper .weekly-updates-header .fields input[type="submit"], header#desktop-search .wrapper .weekly-updates-header .fields input[type="submit"] {
          padding-left: 1.25rem;
          padding-right: 1.25rem;
          background: #7300ff; }
          header#desktop-extra .wrapper .weekly-updates-header .fields input[type="submit"]:hover, header#desktop-search .wrapper .weekly-updates-header .fields input[type="submit"]:hover {
            background: black; }
    header#desktop-extra .wrapper nav, header#desktop-search .wrapper nav {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media only screen and (max-width: 960px) {
        header#desktop-extra .wrapper nav, header#desktop-search .wrapper nav {
          font-family: "Basis Grotesque Pro", Helvetica, sans-serif; } }
      header#desktop-extra .wrapper nav.nav-social, header#desktop-search .wrapper nav.nav-social {
        display: none; }
      header#desktop-extra .wrapper nav.nav-primary, header#desktop-search .wrapper nav.nav-primary {
        display: none; }
      header#desktop-extra .wrapper nav a, header#desktop-search .wrapper nav a {
        display: inline;
        font-size: 14px;
        margin-right: 1rem;
        color: black; }
        @media only screen and (max-width: 960px) {
          header#desktop-extra .wrapper nav a, header#desktop-search .wrapper nav a {
            font-size: 24px;
            text-align: center;
            display: block;
            width: 100%;
            color: white;
            padding: 6px 0;
            border-bottom: 1px solid white; } }
        header#desktop-extra .wrapper nav a:hover, header#desktop-search .wrapper nav a:hover {
          color: #7300ff; }
        header#desktop-extra .wrapper nav a:last-of-type, header#desktop-search .wrapper nav a:last-of-type {
          margin-right: 0; }
  header#desktop-extra.show, header#desktop-search.show {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    display: block; }

header#mobile {
  display: none;
  background: white;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  overflow: hidden;
  z-index: 100;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
  header#mobile .wrapper {
    padding-right: 0; }
  header#mobile .nav-secondary {
    margin: 0; }
  header#mobile nav.buttons a {
    width: 90px; }
    header#mobile nav.buttons a:hover {
      background-color: transparent; }
    header#mobile nav.buttons a[data-target="mobile-extra"].open {
      background: #333333; }
      header#mobile nav.buttons a[data-target="mobile-extra"].open span:before, header#mobile nav.buttons a[data-target="mobile-extra"].open span:after {
        top: 0;
        left: 8px; }
      header#mobile nav.buttons a[data-target="mobile-extra"].open span:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      header#mobile nav.buttons a[data-target="mobile-extra"].open span:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      header#mobile nav.buttons a[data-target="mobile-extra"].open span {
        background-color: transparent;
        left: 6px; }
    header#mobile nav.buttons a[data-target="mobile-extra"] span, header#mobile nav.buttons a[data-target="mobile-extra"] span:before, header#mobile nav.buttons a[data-target="mobile-extra"] span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 5px;
      width: 30px;
      background: grey;
      position: absolute;
      top: 27px;
      left: 18px;
      display: block;
      content: '';
      -webkit-transition: all 300ms ease-in-out;
              transition: all 300ms ease-in-out; }
    header#mobile nav.buttons a[data-target="mobile-extra"] span:before {
      top: -10px;
      left: 0; }
    header#mobile nav.buttons a[data-target="mobile-extra"] span:after {
      bottom: -10px;
      top: 10px;
      left: 0; }
  @media only screen and (max-width: 960px) {
    header#mobile {
      display: block; } }
  header#mobile h1.logo {
    width: 140px;
    margin-right: 80px; }
    @media only screen and (max-width: 960px) {
      header#mobile h1.logo {
        display: none; } }
  header#mobile h1#logo-mobile {
    display: none; }
    @media only screen and (max-width: 960px) {
      header#mobile h1#logo-mobile {
        display: block;
        margin: 0;
        width: 100%;
        height: 60px; } }
    @media only screen and (max-width: 960px) {
      header#mobile h1#logo-mobile .gutter {
        margin-right: 0; } }
    header#mobile h1#logo-mobile a {
      width: 100%; }
      header#mobile h1#logo-mobile a:hover {
        background-color: transparent; }
      @media only screen and (max-width: 960px) {
        header#mobile h1#logo-mobile a img {
          height: 50px; } }
  header#mobile .wrapper {
    height: 100%; }
    @media only screen and (max-width: 960px) {
      header#mobile .wrapper {
        padding-left: 0; } }
  header#mobile nav a {
    color: inherit; }
    header#mobile nav a:hover {
      color: #b3b3b3; }
  header#mobile nav.nav-primary a:not(:last-of-type) {
    margin-right: 1rem; }
  header#mobile nav.nav-primary a.current {
    color: #7300ff; }

header#mobile-extra, header#mobile-search {
  display: none;
  height: 60px;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: white;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden; }
  @media only screen and (max-width: 960px) {
    header#mobile-extra, header#mobile-search {
      width: 100vw;
      display: block; } }
  header#mobile-extra .wrapper, header#mobile-search .wrapper {
    height: 100%;
    padding: 0;
    overflow: auto; }
    header#mobile-extra .wrapper form, header#mobile-search .wrapper form {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      header#mobile-extra .wrapper form.search input[type="text"], header#mobile-search .wrapper form.search input[type="text"] {
        background: #e6e6e6;
        width: calc(100% - 60px);
        height: 60px;
        float: left; }
      header#mobile-extra .wrapper form.search input[type="submit"], header#mobile-search .wrapper form.search input[type="submit"] {
        width: 60px;
        height: 60px;
        float: left;
        background: #272727;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border-radius: 0; }
        header#mobile-extra .wrapper form.search input[type="submit"]:hover, header#mobile-search .wrapper form.search input[type="submit"]:hover {
          background: #7300ff; }
    @media only screen and (max-width: 960px) {
      header#mobile-extra .wrapper nav, header#mobile-search .wrapper nav {
        font-family: "Basis Grotesque Pro", Helvetica, sans-serif; } }
    header#mobile-extra .wrapper nav.nav-social, header#mobile-search .wrapper nav.nav-social {
      border-bottom: 1px solid white;
      text-align: center;
      padding-top: 8px;
      padding-bottom: 2px;
      margin: 0; }
      @media only screen and (max-width: 960px) {
        header#mobile-extra .wrapper nav.nav-social, header#mobile-search .wrapper nav.nav-social {
          display: block; } }
      header#mobile-extra .wrapper nav.nav-social a, header#mobile-search .wrapper nav.nav-social a {
        display: inline;
        text-align: left;
        border: none;
        padding: 0; }
        header#mobile-extra .wrapper nav.nav-social a:hover, header#mobile-search .wrapper nav.nav-social a:hover {
          background-color: transparent; }
        header#mobile-extra .wrapper nav.nav-social a img, header#mobile-search .wrapper nav.nav-social a img {
          width: 7.5%;
          display: inline-block; }
    header#mobile-extra .wrapper nav.nav-primary, header#mobile-search .wrapper nav.nav-primary {
      display: none; }
      @media only screen and (max-width: 960px) {
        header#mobile-extra .wrapper nav.nav-primary + nav, header#mobile-search .wrapper nav.nav-primary + nav {
          display: block;
          width: 100%;
          font-family: "Basis Grotesque Pro", Helvetica, sans-serif; } }
      @media only screen and (max-width: 960px) {
        header#mobile-extra .wrapper nav.nav-primary, header#mobile-search .wrapper nav.nav-primary {
          display: block;
          width: 100%; } }
    header#mobile-extra .wrapper nav a, header#mobile-search .wrapper nav a {
      display: inline;
      font-size: 14px;
      margin-right: 1rem;
      color: black; }
      @media only screen and (max-width: 960px) {
        header#mobile-extra .wrapper nav a, header#mobile-search .wrapper nav a {
          font-size: 24px;
          text-align: center;
          display: block;
          width: 100%;
          color: white;
          padding: 8px 0;
          border-bottom: 1px solid white; } }
      header#mobile-extra .wrapper nav a:hover, header#mobile-search .wrapper nav a:hover {
        color: #7300ff; }
      header#mobile-extra .wrapper nav a:last-of-type, header#mobile-search .wrapper nav a:last-of-type {
        margin-right: 0; }

header#mobile-extra.show {
  height: 100vh;
  display: block;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  background-color: #333333; }

header#mobile-search.show {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  display: block; }

.fw_acclaimmag {
  width: 100% !important;
  max-width: 1100px !important; }

#eyeDiv {
  z-index: 250 !important; }

section.leaderboard, section.billboard {
  background: #cccccc;
  width: 100%;
  margin-bottom: 2rem; }
  section.leaderboard .wrapper, section.billboard .wrapper {
    display: block;
    padding: 0 !important;
    max-width: none; }
  @media only screen and (max-width: 480px) {
    section.leaderboard .gutter, section.billboard .gutter {
      margin-right: 0; } }

section.leaderboard {
  margin-top: 60px !important; }

section.billboard {
  background: #e6e6e6; }

nav.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  nav.buttons:not(:last-of-type), nav.buttons a:not(:last-of-type) {
    margin-right: 0.3rem; }
  nav.buttons a {
    width: 1.9rem;
    height: 1.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 960px) {
      nav.buttons a {
        width: 60px;
        height: 60px; } }
    nav.buttons a img {
      width: 70%; }
      @media only screen and (max-width: 960px) {
        nav.buttons a img {
          width: 60%; } }
  nav.buttons.nav-social {
    margin-left: auto;
    margin-right: 1.5rem; }
    @media (max-width: 480px) {
      nav.buttons.nav-social {
        display: none; } }
  nav.buttons.nav-social a {
    background-color: #333333; }
    nav.buttons.nav-social a:hover {
      background-color: #7300ff; }
  nav.buttons.nav-secondary a {
    background-color: #e6e6e6; }
    @media only screen and (max-width: 960px) {
      nav.buttons.nav-secondary a {
        background-color: white; } }
    nav.buttons.nav-secondary a:hover {
      background-color: #333333;
      color: #7300ff; }

.home-top {
  margin-bottom: 2rem; }
  .home-top .top-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(99.99% * 1 / 3); }
  .home-top .home-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(99.99% * 2 / 3); }
    .home-top .home-feature .gutter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .home-top .home-feature .spacer {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .home-top .home-feature figure img {
      width: 100%; }
    .home-top .home-feature .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 20px; }
    .home-top .home-feature h1 {
      margin-bottom: 20px; }
    .home-top .home-feature .excerpt {
      font-size: 23px;
      line-height: 30px;
      margin-bottom: 40px; }
  .home-top .weekly-updates .buttons {
    display: none; }

.category-header {
  margin-bottom: 2rem; }
  .category-header .gutter {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%; }
  .category-header h1 {
    text-align: center;
    font-size: 46px; }

.home-index, .home-index-feature {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .home-index article, .home-index-feature article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(99.99% * 1 / 3);
    margin-bottom: 2rem; }
    .home-index article.finisher, .home-index-feature article.finisher {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .home-index article.finisher .mrec, .home-index-feature article.finisher .mrec {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      @media (max-width: 480px) {
        .home-index article.finisher .buttons, .home-index-feature article.finisher .buttons {
          display: none; } }
    .home-index article.post .gutter, .home-index-feature article.post .gutter {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .home-index article:hover .text h1, .home-index-feature article:hover .text h1 {
      background: transparent; }
      .home-index article:hover .text h1 span, .home-index-feature article:hover .text h1 span {
        border-bottom: 2px solid #7300ff; }
        .home-index article:hover .text h1 span .after, .home-index-feature article:hover .text h1 span .after {
          border-bottom: 2px solid #7300ff; }
          .home-index article:hover .text h1 span .after:before, .home-index-feature article:hover .text h1 span .after:before {
            border-bottom: 2px solid #7300ff; }
    .home-index article:hover figure, .home-index-feature article:hover figure {
      background: #7300ff; }
      .home-index article:hover figure img, .home-index-feature article:hover figure img {
        mix-blend-mode: screen;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    .home-index article .text, .home-index-feature article .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      color: inherit;
      padding: 20px; }
      .home-index article .text h1, .home-index-feature article .text h1 {
        font-family: "Basis Grotesque Pro", Helvetica, sans-serif;
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 40px; }
        @media only screen and (max-width: 1480px) {
          .home-index article .text h1, .home-index-feature article .text h1 {
            font-size: 24px;
            line-height: 1.35; } }
        .home-index article .text h1 a:hover, .home-index-feature article .text h1 a:hover {
          color: #7300ff;
          background: transparent; }
          .home-index article .text h1 a:hover span.underline-wrap, .home-index-feature article .text h1 a:hover span.underline-wrap {
            border-bottom: 4px solid #7300ff; }
        .home-index article .text h1 span.underline, .home-index-feature article .text h1 span.underline {
          color: #7300ff; }
        .home-index article .text h1 span.after, .home-index-feature article .text h1 span.after {
          color: black; }
          .home-index article .text h1 span.after:before, .home-index-feature article .text h1 span.after:before {
            color: #7300ff; }

.home-index-feature article h1 span.underline {
  color: #7300ff !important; }

.home-index-feature article:hover h1 {
  background: transparent; }
  .home-index-feature article:hover h1 span.underline {
    border-bottom: 2px solid #7300ff; }
  .home-index-feature article:hover h1 span.after {
    border-bottom: 2px solid #7300ff; }
    .home-index-feature article:hover h1 span.after:before {
      border-bottom: 2px solid #7300ff; }

.home-index-feature article:hover figure img {
  mix-blend-mode: normal;
  -webkit-filter: none;
          filter: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  border: none;
  outline: none;
  position: relative; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider {
  margin: 0.75rem 0 2.5rem; }
  .slider ul.slick-dots {
    display: none; }
  .slider button.slick-prev,
  .slider button.slick-next {
    text-indent: -9999999px; }
  @media only screen and (max-width: 480px) {
    .slider {
      margin-top: 0;
      margin-bottom: 20px; } }

.feature_gallery {
  overflow: hidden;
  width: 100%;
  clear: both; }
  .feature_gallery .slick-dots {
    display: none !important; }

.gallery-slider, .feature-slider {
  overflow: hidden;
  width: 100%; }
  .gallery-slider .slider-gallery-image, .gallery-slider .slider-gallery-video, .gallery-slider .slider-gallery-placeholder, .feature-slider .slider-gallery-image, .feature-slider .slider-gallery-video, .feature-slider .slider-gallery-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .gallery-slider .slider-gallery-video iframe, .feature-slider .slider-gallery-video iframe {
    width: 100%;
    height: 100%; }
  .gallery-slider .slider-gallery-placeholder, .feature-slider .slider-gallery-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
    .gallery-slider .slider-gallery-placeholder img, .feature-slider .slider-gallery-placeholder img {
      width: 56px;
      height: 56px; }
  .gallery-slider .sizer, .feature-slider .sizer {
    visibility: hidden; }
  .gallery-slider .slick-dots, .feature-slider .slick-dots {
    display: none !important; }
    .gallery-slider .slick-dots button, .feature-slider .slick-dots button {
      opacity: 0; }
    @media only screen and (max-width: 480px) {
      .gallery-slider .slick-dots, .feature-slider .slick-dots {
        display: none !important; } }
  @media only screen and (max-width: 480px) {
    .gallery-slider, .feature-slider {
      margin-bottom: 0; } }

.main-features {
  height: calc(100vh - 60px - 26px);
  position: relative;
  overflow: hidden; }
  .main-features .slick-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 1rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-features .slick-dots li {
      width: 12px;
      height: 12px;
      background: white;
      border-radius: 50%;
      display: block;
      margin: 0 6px;
      cursor: pointer; }
      .main-features .slick-dots li button {
        opacity: 0; }
      .main-features .slick-dots li.slick-active {
        background: #7300ff;
        pointer-events: none; }
      .main-features .slick-dots li:hover {
        background: transparent;
        box-shadow: inset 0 0 0 2pt white; }
  .main-features .main-feature-slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .main-features .main-feature-slider button.slick-prev,
    .main-features .main-feature-slider button.slick-next {
      display: none !important; }
    .main-features .main-feature-slider .slick-slide {
      position: relative; }
      .main-features .main-feature-slider .slick-slide h2 {
        color: white;
        margin-bottom: 1rem;
        max-width: 60%; }
        @media only screen and (max-width: 480px) {
          .main-features .main-feature-slider .slick-slide h2 {
            font-size: 18px;
            max-width: 100%; } }
      .main-features .main-feature-slider .slick-slide .gutter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .main-features .main-feature-slider .slick-slide .taxonomy {
        margin-bottom: 20px; }
      .main-features .main-feature-slider .slick-slide figure {
        height: calc(100vh - 60px);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .main-features .main-feature-slider .slick-slide .text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        text-align: center;
        margin: 60px 7.5vw;
        z-index: 200; }
        @media only screen and (max-width: 480px) {
          .main-features .main-feature-slider .slick-slide .text {
            top: 0;
            margin-top: 40px; } }
        .main-features .main-feature-slider .slick-slide .text h1 {
          font-size: 45px;
          line-height: 52px;
          margin-bottom: 2rem; }
          @media only screen and (max-width: 480px) {
            .main-features .main-feature-slider .slick-slide .text h1 {
              font-size: 36px;
              line-height: 1.35; } }
          .main-features .main-feature-slider .slick-slide .text h1 span {
            border-bottom: 2pt solid; }
          .main-features .main-feature-slider .slick-slide .text h1 a {
            color: white; }

.home-feature-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .home-feature-slider button.slick-prev,
  .home-feature-slider button.slick-next {
    display: none !important; }
  .home-feature-slider .slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 18px;
    padding-top: 4px;
    background: #e6e6e6;
    list-style: none; }
    .home-feature-slider .slick-dots li {
      height: 14px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 4px;
      background-color: gray;
      cursor: pointer; }
      .home-feature-slider .slick-dots li button {
        opacity: 0; }
      .home-feature-slider .slick-dots li:last-of-type {
        margin-right: 0; }
      .home-feature-slider .slick-dots li.slick-active {
        background-color: #7300ff; }
  .home-feature-slider .slick-slide figure {
    max-height: 480px;
    overflow: hidden; }

.captions {
  display: none; }

.captions-clone {
  margin: 0  0 2rem 0;
  max-width: 1020px;
  border-bottom: 1px solid black; }

.video {
  position: relative; }
  .video .fluid-width-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden; }
    .video .fluid-width-video-wrapper.switch {
      visibility: visible; }

.placeholder {
  position: relative; }
  .placeholder:hover {
    cursor: pointer; }
  .placeholder.switch {
    opacity: 0;
    pointer-events: none; }
  .placeholder .play-button {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    max-width: 60px;
    max-height: 60px; }

button.slick-prev {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 99;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("/assets/images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH; }
  button.slick-prev:hover {
    cursor: pointer; }
    button.slick-prev:hover:after {
      color: #7300ff; }

button.slick-next {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 99;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("/assets/images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px; }
  button.slick-next:hover {
    cursor: pointer; }
    button.slick-next:hover:after {
      color: #7300ff; }

section[data-layout="default"].post-single .text {
  padding-bottom: 5rem; }
  section[data-layout="default"].post-single .text .content {
    max-width: 60%; }
    @media only screen and (max-width: 960px) {
      section[data-layout="default"].post-single .text .content {
        max-width: 100%;
        padding-bottom: 2rem; } }

section[data-layout="gallery"] h2 {
  font-size: 24px;
  color: #272727;
  margin-bottom: 20px; }

section[data-layout="gallery"] .text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

@media only screen and (max-width: 480px) {
  section[data-layout="gallery"] .content {
    margin-left: 0 !important; } }

@media only screen and (max-width: 480px) {
  section[data-layout="gallery"] .captions-clone {
    height: auto;
    padding-bottom: 0; } }

section[data-layout="gallery"] .content {
  margin-bottom: 40px; }

section[data-layout="author"] figure img {
  width: 100%; }

section[data-layout="author"] .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  section[data-layout="author"] .text .content {
    max-width: 860px; }

section[data-layout="list"] {
  position: relative; }
  section[data-layout="list"] h2 {
    font-size: 24px;
    color: #272727;
    margin-bottom: 20px; }
  section[data-layout="list"] .text {
    max-width: 940px; }
  section[data-layout="list"] .list {
    width: 100%;
    background: #f7f7f7;
    margin-top: 4rem;
    padding-bottom: 4rem; }
    section[data-layout="list"] .list aside {
      position: absolute;
      padding-top: 120px;
      left: 0;
      right: 0;
      height: auto; }
      section[data-layout="list"] .list aside.stick {
        position: fixed;
        top: 0;
        left: 0; }
      section[data-layout="list"] .list aside nav a {
        width: 40px;
        height: 40px;
        background-color: #272727;
        font-size: 1.2rem;
        text-align: center;
        padding-top: 8px;
        margin-bottom: 8px;
        color: white;
        display: block; }
        @media only screen and (max-width: 768px) {
          section[data-layout="list"] .list aside nav a {
            width: 30px;
            height: 30px;
            font-size: 0.9rem; } }
        section[data-layout="list"] .list aside nav a.active {
          background-color: #7300ff; }
        section[data-layout="list"] .list aside nav a.up:after {
          content: '\25B2';
          color: white;
          font-size: 0.8rem; }
        section[data-layout="list"] .list aside nav a.down:after {
          content: '\25BC';
          color: white;
          font-size: 0.8rem; }
        section[data-layout="list"] .list aside nav a:hover {
          background-color: #7300ff; }
    section[data-layout="list"] .list .list-item {
      margin-left: 120px;
      padding-top: 120px;
      width: calc(100% - 240px); }
      @media only screen and (max-width: 768px) {
        section[data-layout="list"] .list .list-item {
          width: calc(100% - 100px);
          margin-left: 50px; } }
      section[data-layout="list"] .list .list-item figure {
        margin: 1.5rem 0; }
        section[data-layout="list"] .list .list-item figure img {
          width: 100%;
          height: auto; }
      section[data-layout="list"] .list .list-item h2 {
        font-size: 36px;
        font-family: "Basis Grotesque Pro", Helvetica, sans-serif; }
        @media only screen and (max-width: 480px) {
          section[data-layout="list"] .list .list-item h2 {
            font-size: 30px; } }
      section[data-layout="list"] .list .list-item .list-copy p {
        font-size: 1.2rem;
        line-height: 1.5;
        padding-bottom: 1rem; }
        @media only screen and (max-width: 480px) {
          section[data-layout="list"] .list .list-item .list-copy p {
            font-size: 1rem; } }

section[data-layout="feature-article"] .wrapper {
  margin-top: 30px; }

section[data-layout="feature-article"] .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 480px) {
    section[data-layout="feature-article"] .text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 480px) {
    section[data-layout="feature-article"] .text .author {
      margin-left: 4rem; } }
  section[data-layout="feature-article"] .text .content {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: 75%; }
    section[data-layout="feature-article"] .text .content .feature_article_introduction {
      margin-top: 2rem; }
      @media (max-width: 480px) {
        section[data-layout="feature-article"] .text .content .feature_article_introduction {
          margin-top: 6rem; } }
      section[data-layout="feature-article"] .text .content .feature_article_introduction p {
        font-size: 27px;
        line-height: 1.35;
        margin-bottom: 2rem; }
    section[data-layout="feature-article"] .text .content .feature_article_copy blockquote p {
      font-size: 27px;
      line-height: 1.35;
      color: #7300ff; }
    @media (max-width: 480px) {
      section[data-layout="feature-article"] .text .content .feature_article_copy ol, section[data-layout="feature-article"] .text .content .feature_article_copy ul {
        margin-left: 1rem; } }
    @media (max-width: 480px) {
      section[data-layout="feature-article"] .text .content .feature_article_copy iframe {
        max-width: 100%; } }
    section[data-layout="feature-article"] .text .content .feature_article_landscape_image {
      margin: 2.5rem 0; }
      section[data-layout="feature-article"] .text .content .feature_article_landscape_image figure figcaption p {
        font-size: 0.85rem;
        margin-top: 0.5rem;
        margin-bottom: 0;
        line-height: 1.3; }
    section[data-layout="feature-article"] .text .content .feature_article_split_portrait_image {
      overflow: hidden; }
      section[data-layout="feature-article"] .text .content .feature_article_split_portrait_image figure {
        width: calc( 100% / 2 - 15px);
        float: left;
        margin-bottom: 30px; }
        section[data-layout="feature-article"] .text .content .feature_article_split_portrait_image figure figcaption p {
          font-size: 0.85rem;
          margin-top: 0.5rem;
          margin-bottom: 0;
          line-height: 1.2; }
        @media (max-width: 480px) {
          section[data-layout="feature-article"] .text .content .feature_article_split_portrait_image figure {
            width: calc( 100% / 2 - 0.625rem);
            margin-bottom: 1.25rem; } }
        section[data-layout="feature-article"] .text .content .feature_article_split_portrait_image figure:first-of-type {
          margin-right: 1.25rem; }

.home-index-feature article.post {
  width: 100%; }
  .home-index-feature article.post .gutter {
    border-top: 8px solid #7300ff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .home-index-feature article.post .gutter figure {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      margin-right: -2rem; }
      .home-index-feature article.post .gutter figure img {
        width: 100%; }
    .home-index-feature article.post .gutter .text > * {
      margin-left: 2rem; }
    .home-index-feature article.post .gutter .text h1 {
      font-size: 33px;
      line-height: 1.2;
      color: #7300ff; }
      .home-index-feature article.post .gutter .text h1 span {
        color: black; }
      @media only screen and (max-width: 480px) {
        .home-index-feature article.post .gutter .text h1 {
          font-size: 36px; } }

.taxonomy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  letter-spacing: 0.5px; }
  .taxonomy > * {
    padding: 6px 10px;
    color: white;
    display: block; }
  .taxonomy .cat {
    background: black; }
    .taxonomy .cat[data-category="featured"], .taxonomy .cat[data-category="sponsored"] {
      background: #7300ff;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }

.latest-issue {
  color: inherit;
  display: block;
  margin-bottom: 2rem; }
  .latest-issue .gutter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white; }
    .latest-issue .gutter > * {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .latest-issue .gutter .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20px; }
      .latest-issue .gutter .text h2 {
        font-size: 23px;
        line-height: 1.35;
        color: #7300ff;
        margin-top: -4px; }

.weekly-updates {
  background: #7300ff;
  padding: 20px; }
  .weekly-updates h2 {
    color: white !important;
    font-size: 23px;
    margin-top: -4px; }
  .weekly-updates .split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .weekly-updates .split > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .weekly-updates .split .buttons a {
      background: black; }
  .weekly-updates .fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .weekly-updates .fields input[type="email"] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .weekly-updates .fields input[type="submit"] {
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      .weekly-updates .fields input[type="submit"]:hover {
        background: #333333; }

.mrec {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mrec a {
    display: block; }

.load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem; }
  .load-more a {
    display: block;
    color: black;
    background: white;
    padding: 10px 20px;
    font-family: "Basis Grotesque Pro", Helvetica, sans-serif;
    border: 3px solid #7300ff; }
    .load-more a:hover {
      background: black;
      color: white;
      border-color: black; }
  .load-more img {
    width: 36px;
    height: 36px; }

section.popular {
  background: #333333;
  padding-top: 20px;
  margin-bottom: 2rem; }
  section.popular .text {
    background: #231f20; }
    section.popular .text h1 span.underline {
      color: #9d4dff; }
    section.popular .text h1 span.after {
      color: white;
      font-weight: normal; }
      section.popular .text h1 span.after:before {
        color: #9d4dff; }
  section.popular article:hover figure {
    background: #231f20; }
  section.popular article:hover .text {
    background: #231f20; }
    section.popular article:hover .text h1 span {
      color: #9d4dff; }
  section.popular h2 {
    color: white;
    margin-bottom: 25px; }

section.page {
  margin-bottom: 2rem;
  background: white;
  padding: 2rem 0;
  margin-top: -2rem; }
  section.page .row .text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  section.page .row .aside {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  section.page .content p {
    margin-bottom: 1rem; }
  section.page .page-header {
    margin-bottom: 2rem; }

section.post-single {
  background: white;
  margin-top: -2rem;
  padding: 2rem 0 0; }
  section.post-single .title a {
    pointer-events: none; }
  section.post-single .featured-image {
    margin-bottom: 2rem;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  section.post-single .aside {
    margin-bottom: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    section.post-single .aside .post-tags {
      margin-top: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -2px; }
      section.post-single .aside .post-tags a {
        background: black;
        color: white;
        display: block;
        margin: 2px;
        padding: 3px 6px 5px; }
        section.post-single .aside .post-tags a:hover {
          background: #7300ff; }
    @media only screen and (max-width: 768px) {
      section.post-single .aside {
        width: 100%; } }
  section.post-single .taxonomy {
    margin-bottom: 20px; }
  section.post-single h1 {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      section.post-single h1 {
        font-size: 36px; } }
  section.post-single .author {
    margin-bottom: 20px; }
  section.post-single .text {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 480px) {
      section.post-single .text {
        font-size: 16px;
        line-height: 1.5; } }
    section.post-single .text .content {
      margin-right: 30px; }
      @media only screen and (max-width: 480px) {
        section.post-single .text .content {
          margin-left: 0;
          margin-right: 0; } }
    section.post-single .text .sticky-wrapper {
      position: absolute;
      left: 0;
      right: 0; }
    section.post-single .text .post-social {
      position: absolute;
      width: 60px;
      left: -80px;
      padding-top: 2.5rem; }
      section.post-single .text .post-social.post-social-bottom {
        bottom: 120px;
        display: none; }
      section.post-single .text .post-social.stuck {
        position: fixed;
        top: 50px;
        left: auto;
        margin-left: -80px; }
      section.post-single .text .post-social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 40px;
        height: 40px;
        background: black; }
        section.post-single .text .post-social a img {
          display: block;
          width: 24px;
          height: 24px; }
        section.post-single .text .post-social a.facebook {
          background: #374496; }
          section.post-single .text .post-social a.facebook:hover {
            background: #7300ff; }
        section.post-single .text .post-social a.twitter {
          background: #6bacde; }
          section.post-single .text .post-social a.twitter:hover {
            background: #7300ff; }
    section.post-single .text h2 {
      margin-bottom: 24px; }
    section.post-single .text p {
      margin-bottom: 18px;
      width: 100%;
      padding-right: 2rem; }
      @media only screen and (max-width: 480px) {
        section.post-single .text p {
          padding-right: 0; } }

@media (max-width: 960px) {
  .home-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .home-top .home-feature {
      margin-bottom: 2rem;
      width: 100%; }
    .home-top .top-sidebar {
      width: 100%; }
  .home-index article, .home-index-feature article {
    width: calc(99.99% * 1 / 2); }
    .home-index article .gutter, .home-index-feature article .gutter {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; }
    .home-index article figure, .home-index article .text > *, .home-index-feature article figure, .home-index-feature article .text > * {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .home-index article.finisher, .home-index-feature article.finisher {
      width: 100%; } }

@media (max-width: 960px) {
  nav.nav-primary {
    display: none; }
  .main-features .text {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .main-features .excerpt {
    margin-left: 2rem !important;
    margin-right: 2rem !important; } }

@media (max-width: 480px) {
  .home-index article, .home-index-feature article {
    width: calc(99.99% * 1 / 1);
    margin-bottom: 20px; }
  .home-top .home-feature {
    margin-bottom: 20px; }
  .home-index-feature article.post .gutter figure, .home-index-feature article.post .text {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important; } }

.page.error {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0; }
  .page.error .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    text-align: center;
    margin-top: 4rem; }
    .page.error .text h1 {
      font-size: 72px;
      line-height: 1.2; }

.slider, .home-feature-slider, .main-feature-slider {
  visibility: hidden; }
