@charset "UTF-8";
/*
**  Colophon
**  Design/Build: Public Office
**  Copyright 2016

**  Founders Grotesk
**  by Kris Sowersby
**  http://klim.co.nz

**  Lyon
**  by Kai Bernau
**  http://kaibernau.com

**  Edme
**  by Sebastian McLauchlan
**  http://sebmclauchlan.com

**  01. Resets
**  02. Defaults
**  03. Typography
**  04. Grid
**  05. Menus & Lists
**  06. Forms & Tables
**  07. Template Specific Styles
**  08. CSS Animations
*/
.is-cf:before,
.is-cf:after {
  content: '';
  display: table; }

.is-cf:after {
  clear: both; }

.is-cf {
  *zoom: 1; }

.series .series-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

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

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

.author-pane,
.filter-pane {
  background: #f7f7f7;
  box-shadow: -11px 0px 15px 0px rgba(0, 0, 0, 0.15);
  height: 100vh;
  left: 105%;
  padding: 3rem;
  position: fixed;
  -webkit-transition: left 400ms ease-in-out;
          transition: left 400ms ease-in-out;
  width: 33.333%;
  z-index: 100000; }
  @media (max-width: 560px) {
    .author-pane,
    .filter-pane {
      width: 100%; } }

.author-page {
  position: relative; }
  .author-page span {
    font-family: "Founders";
    opacity: 0.5; }
    .author-page span.author-close {
      position: absolute;
      left: 40%;
      padding-top: 0.3rem; }
      .author-page span.author-close:hover {
        color: #b88b58;
        cursor: pointer; }
  .author-page h1 {
    font-family: "Founders";
    font-size: 2.4rem; }
  .author-page p {
    font-family: "Lyon";
    font-size: 1.8rem;
    line-height: 1.25;
    text-indent: 0; }
    .author-page p + p {
      padding-top: 1.8rem; }
      .author-page p + p a {
        border-bottom: 1px solid; }

body.active .menu-trigger {
  color: #b88b58; }

body.show-author .author-pane {
  left: 66.666%; }
  @media (max-width: 560px) {
    body.show-author .author-pane {
      left: 0; } }

body.show-filter .filter-pane {
  left: 66.666%; }

body.show-video .video-viewer {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

body.show-menu .menu-trigger {
  color: #b88b58 !important; }

body.show-menu header h1 a {
  display: none; }

body.show-menu .mobile {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  padding: 1.5rem;
  padding-top: 2rem;
  z-index: 199; }
  body.show-menu .mobile a {
    display: block;
    font-family: "Founders";
    font-size: 3.5rem;
    line-height: 1; }

@media only screen and (max-width: 560px) {
  body {
    overflow-y: scroll !important; } }

body .error {
  background-color: red; }

@font-face {
  font-family: 'Founders';
  src: url("../fonts/FoundersGrotesk-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Founders-Semibold';
  src: url("../fonts/FoundersGrotesk-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Edme-Bold';
  src: url("../fonts/Edme-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Edme-Semibold';
  src: url("../fonts/Edme-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Edme-Regular';
  src: url("../fonts/Edme-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Lyon';
  src: url("../fonts/LyonText-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Lyon';
  src: url("../fonts/LyonText-RegularItalic.woff") format("woff");
  font-style: italic;
  font-weight: normal; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "ss01";
  -ms-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  -o-font-feature-settings: "ss01"; }

a {
  text-decoration: none; }

h1, h2 {
  font-size: 1.8rem;
  text-align: left;
  font-weight: normal;
  font-style: normal; }

h1.mobile-header {
  color: #b88b58;
  display: none;
  font-family: "Founders";
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 560px) {
    h1.mobile-header {
      display: block; } }

p {
  font-size: 2.1rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8); }
  p + p {
    padding-top: 2.1rem; }
  p:last-of-type {
    padding-bottom: 1em; }
  p a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

em, i {
  font-style: italic; }

header .logo h1 {
  letter-spacing: -0.05rem; }
  @media (max-width: 560px) {
    header .logo h1 {
      margin: 0;
      padding-top: 0.25rem; } }
  @media (max-width: 560px) {
    header .logo h1 a {
      font-size: 2.2rem;
      line-height: 1.1;
      letter-spacing: -0.05rem; } }

header.else h1 {
  margin-top: 1em; }
  header.else h1 a {
    color: rgba(0, 0, 0, 0.8); }
    header.else h1 a:hover {
      color: #b88b58; }

header h1 {
  font-family: "Edme-Regular";
  font-size: 2.2rem;
  margin-top: 1.5rem; }
  header h1 a {
    color: white; }
  @media only screen and (max-width: 560px) {
    header h1 {
      font-size: 1.3rem;
      line-height: 1;
      letter-spacing: 0.05em;
      margin-top: 0.75em; } }

.about-page p {
  font-family: "Lyon";
  font-size: 2.2rem;
  line-height: 1.35;
  padding-bottom: 2.2rem;
  padding-top: 0;
  text-indent: 0; }
  @media only screen and (max-width: 560px) {
    .about-page p {
      font-size: 2.1rem; } }

.about-page .intro-text p:first-of-type {
  margin-top: 12rem; }
  @media only screen and (max-width: 560px) {
    .about-page .intro-text p:first-of-type {
      margin-top: 6rem; } }

.about-page h1 {
  font-family: "Edme-Regular";
  font-size: 4.8rem;
  line-height: 1.05;
  letter-spacing: -0.035rem; }
  @media (max-width: 560px) {
    .about-page h1 {
      font-size: 2.7rem;
      margin-right: 5rem; } }

.about-page h2 {
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Founders";
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  margin: 2.4rem 0 0 0;
  text-align: left; }

.header-article .article small {
  font-family: "Founders";
  font-size: 1.6rem;
  color: white;
  display: block;
  margin-bottom: 1rem; }
  .header-article .article small + small {
    padding-left: 2.5em; }
  @media only screen and (max-width: 1024px) {
    .header-article .article small {
      font-size: 1.5rem;
      line-height: 1.1; } }
  @media only screen and (max-width: 480px) {
    .header-article .article small {
      font-size: 1.3rem;
      line-height: 1.1; } }

.header-article .article h1 {
  font-size: 4rem;
  line-height: 1;
  font-family: "Edme-Regular";
  font-weight: normal;
  letter-spacing: 0;
  text-indent: 0;
  color: white;
  margin-top: 0;
  padding-bottom: 0.75em;
  border-bottom: none; }
  @media only screen and (max-width: 1024px) {
    .header-article .article h1 {
      font-size: 56px;
      line-height: 56px;
      font-size: 3.5rem;
      line-height: 3.5rem; } }
  @media only screen and (max-width: 768px) {
    .header-article .article h1 {
      font-size: 32px;
      line-height: 32px;
      font-size: 2rem;
      line-height: 2rem; } }
  @media only screen and (max-width: 480px) {
    .header-article .article h1 {
      font-size: 3.4rem;
      line-height: 1.1; } }

.header-article .article p {
  font-size: 2.1rem;
  line-height: 1.15;
  font-family: "Founders";
  color: white; }
  @media only screen and (max-width: 1024px) {
    .header-article .article p {
      font-size: 2rem;
      line-height: 1.1; } }
  @media only screen and (max-width: 768px) {
    .header-article .article p {
      font-size: 2rem;
      line-height: 1.1; } }
  .header-article .article p:last-of-type {
    font-family: "Founders";
    text-indent: 0;
    margin-top: 0; }
  .header-article .article p a {
    color: white;
    border-bottom: 1px solid white; }
    .header-article .article p a:hover {
      color: #b88b58;
      border-bottom: 1px solid #b88b58; }

.header-article aside h1 {
  font-family: "Edme-Regular";
  font-size: 4.25rem;
  color: white;
  padding-top: 0.6rem;
  letter-spacing: 0; }
  @media only screen and (max-width: 1024px) {
    .header-article aside h1 {
      opacity: 0; } }
  @media only screen and (max-width: 768px) {
    .header-article aside h1 {
      font-size: 32px;
      line-height: 36px;
      font-size: 2rem;
      line-height: 2.25rem;
      margin-top: 2.15rem; } }

@media (max-width: 480px) {
  .header-article aside {
    display: none; } }

.header-article .reads h1 {
  font-family: "Founders-Semibold";
  letter-spacing: 0;
  color: white;
  text-indent: 0;
  margin: 0.5em 0 1em 0; }

.menu-fixed h1 {
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: -0.035rem;
  margin: 0;
  display: inline-block; }
  .menu-fixed h1 a {
    color: #272727; }
    .menu-fixed h1 a:hover {
      color: #b88b58; }

.toggle h1 {
  font-size: 20px;
  line-height: 20px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "Founders";
  letter-spacing: 0;
  padding-top: 0.4em; }
  .toggle h1:hover {
    color: #ccc; }

article .date,
article .author,
article .tags {
  font-family: "Founders";
  font-size: 1.8rem;
  color: #b88b58; }
  @media only screen and (max-width: 1024px) {
    article .date,
    article .author,
    article .tags {
      font-size: 16px;
      line-height: 21.6px;
      font-size: 1rem;
      line-height: 1.35rem; } }
  @media (max-width: 560px) {
    article .date,
    article .author,
    article .tags {
      font-size: 1.6rem; } }
  article .date a,
  article .author a,
  article .tags a {
    color: #b88b58;
    border-bottom: 1px solid #b88b58; }
    article .date a:hover,
    article .author a:hover,
    article .tags a:hover {
      color: rgba(0, 0, 0, 0.8);
      border-bottom: 1px solid rgba(0, 0, 0, 0.8);
      cursor: pointer; }

article .author {
  font-size: 1.68rem;
  padding-left: 3rem; }

article .tags {
  display: inline-block;
  margin-bottom: 1rem; }
  article .tags li {
    display: inline-block; }
    article .tags li:after {
      content: ',';
      padding-right: 0.25em; }
    article .tags li:last-child:after {
      content: none; }
  @media only screen and (max-width: 480px) {
    article .tags {
      margin-bottom: 2rem; } }

article h1 {
  font-family: "Edme-Regular";
  font-size: 6rem;
  text-rendering: geometricPrecision;
  line-height: 1.05;
  letter-spacing: -0.15rem;
  margin: 3.5rem 0 8.5rem 0;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.8); }
  @media only screen and (max-width: 1024px) {
    article h1 {
      font-size: 48px;
      line-height: 48px;
      font-size: 3rem;
      line-height: 3rem;
      max-width: 100%; } }
  @media only screen and (max-width: 560px) {
    article h1 {
      font-size: 3.6rem;
      line-height: 1.1;
      letter-spacing: -0.05rem;
      display: block;
      padding-top: 0.5rem;
      margin-bottom: 1.5rem; } }

article h2 {
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Founders";
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  margin: 2em 0 0 0;
  text-align: left; }
  article h2 + p {
    text-indent: 0; }
  @media (max-width: 480px) {
    article h2 {
      font-size: 2.2rem; } }

article h3 {
  font-size: 2.5rem;
  line-height: 1.15;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Founders";
  font-weight: normal;
  padding-bottom: 2.4rem;
  margin-left: 6rem;
  width: calc(100% - 10rem); }
  article h3 + p {
    text-indent: 0; }
  @media (max-width: 480px) {
    article h3 {
      font-size: 1.8rem; } }

article p {
  font-family: "Lyon";
  font-size: 2.2rem;
  line-height: 1.35;
  text-indent: 0; }
  article p a:hover {
    color: #b88b58; }
  @media (max-width: 560px) {
    article p {
      font-size: 2rem; } }
  article p + h3 {
    padding-top: 0; }

article blockquote {
  position: absolute;
  left: -65%;
  width: 65%;
  padding-top: 0.5rem; }
  @media (max-width: 560px) {
    article blockquote {
      position: static;
      left: 0;
      width: 100%; } }
  article blockquote p {
    font-family: "Founders";
    font-size: 3.5rem;
    line-height: 1;
    padding: 0;
    padding-bottom: 0;
    margin-left: 6rem;
    width: calc(100% - 6rem);
    color: #b88b58; }
    article blockquote p:last-of-type {
      padding-bottom: 2.5rem; }
    @media (max-width: 560px) {
      article blockquote p {
        font-size: 3rem;
        margin-left: 0;
        width: 100%; } }
  article blockquote + h2 {
    margin-top: 1rem; }

.article-title h1 {
  font-size: 40px;
  line-height: 28px;
  font-size: 2.5rem;
  line-height: 1.75rem;
  font-family: "Founders-Semibold";
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0;
  margin-top: 0.25em;
  display: inline-block; }

.article-text p a:hover {
  color: #b88b58;
  border-bottom: 1px solid; }

.article-text h3:first-of-type {
  padding-top: 2.5rem; }

.vital-featured header h1 {
  font-size: 32px;
  line-height: 36px;
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: "Founders-Semibold";
  letter-spacing: 0;
  padding-top: 4px;
  font-weight: normal;
  margin: 0 0 1em 0;
  color: rgba(0, 0, 0, 0.8); }

.vital-featured h1 {
  font-size: 40px;
  line-height: 39.2px;
  font-size: 2.5rem;
  line-height: 2.45rem;
  font-family: "Founders-Semibold";
  letter-spacing: 0;
  font-weight: normal;
  margin-top: 0.5em;
  color: rgba(0, 0, 0, 0.8); }
  .vital-featured h1 a:hover {
    color: rgba(0, 0, 0, 0.5); }

.vital-featured small {
  font-family: "Founders";
  font-size: 16px;
  line-height: 21.6px;
  font-size: 1rem;
  line-height: 1.35rem;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 0.5em;
  display: block; }
  .vital-featured small span {
    color: #54ff9f; }
  .vital-featured small + small {
    padding-left: 2.5em; }

.vital-author p,
.vital-featured p {
  font-size: 20px;
  line-height: 24px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Founders";
  text-indent: 0;
  color: rgba(0, 0, 0, 0.5); }
  .vital-author p:nth-of-type(2),
  .vital-featured p:nth-of-type(2) {
    color: #b88b58;
    margin-top: 1em; }

.article-archive h2 {
  font-family: "Founders";
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 8rem;
  color: rgba(0, 0, 0, 0.35); }
  .article-archive h2:hover {
    cursor: pointer;
    color: #b88b58; }

.article-archive .header h1 {
  font-family: "Founders";
  font-size: 1.8rem; }

.vital-articles header h1 {
  font-size: 32px;
  line-height: 36px;
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: "Founders-Semibold";
  letter-spacing: 0;
  font-weight: normal;
  padding-top: 4px;
  margin: 0 0 1em 0;
  color: rgba(0, 0, 0, 0.8); }

.video-feature header h1 {
  font-size: 32px;
  line-height: 36px;
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: "Edme-Regular";
  letter-spacing: 0;
  font-weight: normal;
  margin: 0.75em 0 1em 0;
  color: rgba(0, 0, 0, 0.8); }

.video-single .video-overlay h1 {
  font-size: 3.2rem;
  font-family: "Edme-Regular";
  text-align: center;
  padding-bottom: 1rem;
  color: white; }
  @media (max-width: 1280px) {
    .video-single .video-overlay h1 {
      font-size: 3.2rem; } }
  @media (max-width: 560px) {
    .video-single .video-overlay h1 {
      font-size: 2.2rem;
      padding-bottom: 0; } }

.video-single .video-overlay p {
  color: white !important;
  font-family: "Founders";
  font-size: 2rem;
  line-height: 1.1;
  max-width: 62%;
  margin: 0 auto;
  padding-bottom: 0;
  text-align: left !important;
  text-indent: 0; }
  .video-single .video-overlay p.length {
    color: #b88b58 !important; }
  .video-single .video-overlay p:last-of-type {
    text-align: center;
    color: #b88b58; }
  @media (max-width: 1280px) {
    .video-single .video-overlay p {
      font-size: 1.8rem; } }
  @media (max-width: 480px) {
    .video-single .video-overlay p {
      display: none; } }

.video-single .video-overlay span {
  font-family: "Founders";
  font-size: 1.8rem;
  line-height: 0.9;
  color: #b88b58; }
  @media (max-width: 560px) {
    .video-single .video-overlay span {
      display: none; } }

.video-overlay-centered {
  text-align: center; }
  .video-overlay-centered h1 {
    font-family: "Edme-Regular";
    font-size: 2.4rem;
    color: #b88b58;
    text-align: center; }
  .video-overlay-centered p {
    color: #b88b58;
    padding-top: 1rem;
    text-align: left; }
    .video-overlay-centered p.length {
      color: #b88b58;
      display: inline-block;
      text-indent: 0;
      padding-top: 1.5em;
      padding-bottom: 0;
      border-bottom: 1px solid #b88b58; }
      .video-overlay-centered p.length a {
        border: none;
        color: #b88b58; }
        .video-overlay-centered p.length a:hover {
          color: #54ff9f;
          cursor: pointer; }
  .video-overlay-centered small {
    color: white;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    display: inline-block;
    margin-bottom: 10.5em; }

.digest h1, .digest h2, .digest-title h1, .digest-title h2, .digest-wrapper h1, .digest-wrapper h2 {
  font-size: 3rem;
  font-family: "Founders-Semibold";
  letter-spacing: 0;
  line-height: 1;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  text-align: left; }
  @media (max-width: 480px) {
    .digest h1, .digest h2, .digest-title h1, .digest-title h2, .digest-wrapper h1, .digest-wrapper h2 {
      font-size: 2.4rem; } }

.digest h2, .digest-title h2, .digest-wrapper h2 {
  margin-bottom: 0.5em;
  color: #b88b58; }
  @media (max-width: 560px) {
    .digest h2, .digest-title h2, .digest-wrapper h2 {
      margin-bottom: 2.5rem; } }

.digest-archive .digest-wrapper h1 {
  font-size: 4rem;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 4.5rem;
  max-width: 85%; }
  @media (max-width: 560px) {
    .digest-archive .digest-wrapper h1 {
      font-size: 3.3rem; } }

.digest-archive .digest-wrapper p {
  font-size: 2.4rem;
  line-height: 1.15;
  text-indent: 0;
  padding-bottom: 0.75em;
  letter-spacing: 0.015em;
  color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 560px) {
    .digest-archive .digest-wrapper p {
      font-size: 2.1rem; } }
  .digest-archive .digest-wrapper p a {
    border: none;
    color: #b88b58; }
    .digest-archive .digest-wrapper p a:hover {
      color: #2800d7; }

.digest-archive .digest-wrapper small {
  color: rgba(0, 0, 0, 0.5); }

.quotation h1 {
  font-size: 4rem;
  line-height: 1;
  font-family: "Lyon";
  letter-spacing: 0;
  font-weight: normal;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  text-indent: -1.5rem;
  margin-left: 1.5rem; }
  .quotation h1:before {
    content: '\201C';
    padding-right: 0.25rem; }
  .quotation h1:after {
    content: '\201D'; }
  @media (max-width: 480px) {
    .quotation h1 {
      font-size: 2.7rem; } }

.quotation p {
  font-size: 1.6rem;
  font-family: "Edme-Regular";
  font-weight: normal;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 1em;
  padding-left: 1.5rem; }

.inner-title h1 {
  font-family: "Edme-Regular";
  font-size: 29.6px;
  line-height: 32px;
  font-size: 1.85rem;
  line-height: 2rem;
  padding-bottom: 0.5em;
  text-transform: none;
  color: white;
  border: none; }

.inner-title p {
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Founders";
  color: white;
  text-indent: 0; }

.article-abstract {
  float: left;
  padding-right: 2rem; }
  .article-abstract small {
    font-family: "Founders";
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.5); }
    .article-abstract small span {
      color: #b88b58; }
    .article-abstract small + small {
      padding-left: 2.5em; }
  .article-abstract h1 {
    font-family: "Edme-Regular";
    font-size: 3rem;
    line-height: 1.1;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: -0.035em;
    text-transform: none;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: none;
    border-bottom: none; }
    @media (max-width: 480px) {
      .article-abstract h1 {
        font-size: 2.6rem; } }
    .article-abstract h1 a:hover {
      border-bottom: 1px solid #b88b58; }
    .article-abstract h1 a:hover > .article-abstract {
      box-shadow: 0.5em 0.5em 1em #b88b58; }
  .article-abstract p {
    font-family: "Founders";
    font-size: 2.1rem;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.5);
    text-indent: 0;
    padding-bottom: 0.5rem; }
    @media (max-width: 560px) {
      .article-abstract p {
        font-size: 1.8rem;
        line-height: 1.2; } }
    .article-abstract p:nth-of-type(2) {
      padding-bottom: 0.5em; }
    .article-abstract p a {
      color: rgba(0, 0, 0, 0.8); }
      .article-abstract p a:hover {
        color: #54ff9f;
        border-bottom: 1px solid #54ff9f; }

.video-archive h1 {
  padding-bottom: 0.75em; }
  .video-archive h1 a {
    color: rgba(0, 0, 0, 0.35); }
    .video-archive h1 a:hover {
      color: #b88b58; }

.video-archive p {
  font-size: 17.6px;
  line-height: 21.6px;
  font-size: 1.1rem;
  line-height: 1.35rem;
  font-family: "Founders";
  margin-top: 1.25em; }
  .video-archive p:last-of-type {
    text-indent: 0;
    color: #b88b58; }

.series-text h1 {
  font-size: 48px;
  line-height: 53.6px;
  font-size: 3rem;
  line-height: 3.35rem;
  text-align: center;
  color: white; }
  @media only screen and (max-width: 1024px) {
    .series-text h1 {
      font-size: 44px;
      line-height: 48px;
      font-size: 2.75rem;
      line-height: 3rem; } }
  .series-text h1:hover {
    color: #b88b58; }

.series-text p {
  text-align: center;
  color: white;
  padding-bottom: 0; }

.series-text small {
  color: white;
  display: inline-block;
  border-bottom: 1px solid white;
  margin-bottom: 40px; }

.popular h1 {
  font-size: 24px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 0.25em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid white;
  color: white; }

.popular article h1 {
  font-size: 24px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 2.25rem; }

figcaption {
  font-family: "Founders";
  font-size: 1.4rem;
  padding-top: .6rem;
  color: rgba(0, 0, 0, 0.5); }
  figcaption p {
    font-size: 1.4rem  !important; }

sup {
  font-size: 13.6px;
  line-height: 20.4px;
  font-size: 0.85rem;
  line-height: 1.275rem;
  padding-left: 0.15em; }
  sup a {
    text-decoration: none;
    border: none;
    color: rgba(0, 0, 0, 0.8); }
    sup a:hover {
      color: rgba(0, 0, 0, 0.8); }

.footnotes ol {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin: 2.5em 0 5em 0;
  padding-top: 0.5em;
  list-style-type: decimal; }
  .footnotes ol li p {
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem; }

.is-cf:before,
.is-cf:after {
  content: '';
  display: table; }

.is-cf:after {
  clear: both; }

.is-cf {
  *zoom: 1; }

.series .series-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: white;
  font-size: 100%;
  margin: 0;
  min-height: 100%;
  width: 100%; }
  body.red {
    background: red !important; }
  body[data-template="home"] header nav a {
    color: white; }
  body[data-template="home"] .menu-fixed nav {
    padding-left: 2.5rem; }
    body[data-template="home"] .menu-fixed nav a {
      color: #272727; }

a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none; }

/*
**
****  03. Grid
**
*/
.col, .menu-fixed .inner .inner-featured, .header-article .reads, .header-article aside, aside.menu, .vital-author, .vital-article, .vital-abstract, .article-archive ul li figure, .article-archive ul li .article-abstract, .article-comments, .inner-featured, .inner-featured .inner-article, .video-inner-single, .series, .series .series-text, .about-wrapper, .single-wrapper {
  margin: 0 2.5% 0 0;
  float: left; }

.no-rm, .header-subscribe .inner #mc_embed_signup form, .menu-fixed .inner .inner-featured, .header-article .reads, .vital-abstract, .article-archive ul li .article-abstract, .article-comments, footer, .inner-featured, .video-inner-single, .series, .series .series-text, .about-wrapper, .single-wrapper {
  margin-right: 0; }

.no-lm, .menu-fixed .inner .inner-featured, aside.menu, .vital-author, .vital-article, .vital-abstract, .article-archive ul li figure, .article-archive ul li .article-abstract, .inner-featured, .inner-featured .inner-article, .video-inner-single, .series, .series .series-text, .about-wrapper, .single-wrapper {
  margin-left: 0 !important; }

.header-article aside {
  width: 6.04167%; }

aside.menu {
  width: 23.125%; }

.header-article .reads, .vital-author, .vital-article {
  width: 31.66667%; }

.article-archive ul li figure, .inner-featured .inner-article, .series .series-text {
  width: 48.75%; }

.article-comments {
  width: 57.29167%; }

.vital-abstract, .about-wrapper, .single-wrapper {
  width: 65.83333%; }

.menu-fixed .inner .inner-featured, .inner-featured {
  width: 74.375%; }

.article-archive ul li .article-abstract, .video-inner-single, .series {
  width: 100%; }

.header-article .reads {
  margin-left: 34.16667%; }

.header-article aside, .article-comments {
  margin-left: 42.70833%; }

/*
**
****  04. Structural Elements
**
*/
header.home {
  height: 90vh; }
  @media (max-width: 480px) {
    header.home {
      height: 100vh; } }
  header.home .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1rem 2.5rem; }
    @media (max-width: 480px) {
      header.home .inner {
        padding: 1em; } }
  header.home .main-container {
    width: 100vw;
    height: 95vh;
    padding: 1rem 4rem;
    z-index: 200; }
  header.home .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 560px) {
      header.home .logo {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; } }
  header.home nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.menu-trigger {
  display: none;
  position: fixed;
  right: 2rem;
  top: 1.3em;
  width: 1em;
  height: 1em;
  background-image: url("../images/hamburger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  body.show-menu .menu-trigger,
  body.active .menu-trigger,
  [data-template="digest"] .menu-trigger,
  [data-template="about"] .menu-trigger,
  [data-template="default"] .menu-trigger {
    background-image: url("../images/hamburger-active.svg"); }
  .menu-trigger:hover {
    cursor: pointer; }
  @media (max-width: 1065px) {
    .menu-trigger {
      display: block;
      margin-top: 1rem;
      z-index: 200; } }
  @media (max-width: 560px) {
    .menu-trigger {
      margin-top: 0; } }

nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 20;
  padding-top: 2rem; }
  nav.desktop {
    position: relative; }
    nav.desktop a:hover {
      border-bottom: 1px solid; }
    nav.desktop span {
      position: absolute;
      right: 0; }
  nav a {
    font-size: 2.5rem;
    font-family: "Founders";
    margin-right: 1rem; }
    nav a:last-of-type {
      margin-right: 0; }
    nav a span {
      float: right; }
    nav a.social:nth-of-type(2) {
      margin-right: 1.25rem; }
  nav ul.menu-home li {
    font-size: 24px;
    line-height: 28px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: "Founders";
    color: white;
    padding: 0 1em 0 0;
    list-style-type: none;
    text-indent: 0;
    display: inline;
    float: left; }
    nav ul.menu-home li small {
      padding-left: 0.5em;
      display: inline-block;
      text-indent: 0; }
    nav ul.menu-home li a {
      color: white; }
      nav ul.menu-home li a:hover, nav ul.menu-home li a.active {
        color: white;
        border-bottom: 2px solid white; }

.social-media {
  float: right; }
  .social-media span a {
    padding-right: 0.5rem;
    margin: 0; }

.header-subscribe {
  width: 100%;
  height: 3.5em;
  background: white;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-3.5em);
          transform: translateY(-3.5em);
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  @media only screen and (max-width: 480px) {
    .header-subscribe {
      display: none; } }
  .header-subscribe .inner {
    max-width: 1480px;
    height: 5.5rem;
    margin: 0 auto;
    padding: 0 3rem;
    overflow: auto; }
    .header-subscribe .inner #mc_embed_signup {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 100%; }
      .header-subscribe .inner #mc_embed_signup #mce-EMAIL.hide {
        color: #f7f7f7 !important; }
      .header-subscribe .inner #mc_embed_signup form {
        width: 100%;
        margin-left: 42%;
        margin-top: 0.75rem; }
        @media only screen and (max-width: 960px) {
          .header-subscribe .inner #mc_embed_signup form {
            width: 100%;
            margin-left: 0 !important; } }
        .header-subscribe .inner #mc_embed_signup form input.email {
          font-family: "Founders";
          font-size: 2.1rem;
          width: 50%;
          height: 4rem;
          outline: 1px solid #272727 !important;
          padding: 1rem 0.5rem 0.5rem 1rem; }
          .header-subscribe .inner #mc_embed_signup form input.email:focus {
            outline: 1px solid #b88b58 !important; }
        .header-subscribe .inner #mc_embed_signup form .button {
          font-family: "Founders";
          font-size: 2.1rem;
          padding: 0.25em 1em 0 2.5em;
          background: white;
          width: 160px;
          height: 1.85em; }
          .header-subscribe .inner #mc_embed_signup form .button:hover {
            color: #b88b58;
            cursor: pointer; }
          .header-subscribe .inner #mc_embed_signup form .button:focus {
            outline: 0; }
        .header-subscribe .inner #mc_embed_signup form .subscribe-toggle {
          font-size: 2.4rem;
          float: right;
          margin-top: 0.5rem; }
          .header-subscribe .inner #mc_embed_signup form .subscribe-toggle:hover {
            color: #b88b58;
            cursor: pointer; }

body.header-subscribe-show .header-subscribe {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

body.header-subscribe-show header.home {
  -webkit-transform: translateY(3.5em);
          transform: translateY(3.5em); }

.mobile {
  display: none; }
  @media only screen and (max-width: 1023px) {
    .mobile span {
      clear: left;
      float: left; } }

.desktop {
  display: block; }
  @media only screen and (max-width: 1065px) {
    .desktop {
      display: none; } }

header.home {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  header.home .social-media {
    position: relative;
    z-index: 20; }
    header.home .social-media span a {
      color: white; }
      header.home .social-media span a:hover {
        color: #b88b58; }

.home-button {
  font-family: "Founders";
  font-size: 1.8rem;
  position: absolute;
  top: 3.5rem;
  right: 4rem;
  z-index: 100; }
  @media (max-width: 670px) {
    .home-button {
      display: none; } }
  .home-button a {
    color: #b88b58; }

header {
  width: 100%;
  top: 0;
  overflow: hidden;
  display: block;
  background: black; }
  @media (max-width: 560px) {
    header {
      height: 100vh; } }
  header .header-bg {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
    background-blend-mode: multiply;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  header .logo {
    z-index: 2000;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  header .location {
    width: 50%;
    float: left; }
  header .else {
    height: 4em;
    background: white; }

@media (max-width: 560px) {
  body[data-template="videos"] header,
  body[data-template="forum"] header {
    height: 0; } }

header.home:hover a[data-dir] {
  opacity: 0.5; }

header.home .toggle {
  display: none; }

header.home a[data-dir] {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 85vh;
  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;
  z-index: 10;
  font-size: 3.5rem;
  font-family: "Founders";
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out; }
  @media only screen and (max-width: 768px) {
    header.home a[data-dir] {
      display: none; } }
  header.home a[data-dir]:hover {
    opacity: 1; }
  header.home a[data-dir] span {
    color: white;
    margin: 4rem; }
    @media (max-width: 1024px) {
      header.home a[data-dir] span {
        margin: 2.5rem; } }
  header.home a[data-dir][data-dir="prev"] {
    left: 0; }
  header.home a[data-dir][data-dir="next"] {
    right: 0; }

.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

.header-featured {
  position: relative;
  top: 0;
  height: 90vh;
  width: 100vw;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 480px) {
    .header-featured {
      height: 100vh; } }

.header-inner {
  max-width: 1480px;
  padding: 0 4em;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1024px) {
    .header-inner {
      padding: 0 2em; } }
  @media only screen and (max-width: 480px) {
    .header-inner {
      padding: 0 1em; } }

.menu-fixed {
  background: white;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.35);
  height: 3.5em;
  overflow: hidden;
  padding: 0.5em 4em;
  padding-top: 0;
  position: fixed;
  top: -3.5em;
  -webkit-transition: height 400ms ease-in-out;
          transition: height 400ms ease-in-out;
  width: 100%;
  z-index: 200;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  @media (max-width: 1024px) {
    .menu-fixed {
      display: none; } }
  .menu-fixed.transparent {
    background: transparent; }
    .menu-fixed.transparent h1 a,
    .menu-fixed.transparent nav.desktop a {
      color: white; }
  .menu-fixed.scrolled {
    position: fixed;
    top: 0;
    left: 0; }
    .menu-fixed.scrolled nav a {
      color: #272727; }
  @media only screen and (max-width: 1479px) {
    .menu-fixed {
      padding: 0.15em 0; } }
  .menu-fixed .inner-home {
    max-width: 1480px;
    height: 3.5em;
    position: relative;
    top: 0;
    padding: 0 4rem;
    margin: 0 auto; }
    @media only screen and (max-width: 1024px) {
      .menu-fixed .inner-home {
        padding: 0 2rem; } }
  .menu-fixed .menu-top-container {
    width: 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;
    height: 3.5em; }
  .menu-fixed nav {
    margin-top: 0;
    padding-top: 0.35rem;
    position: relative; }
    .menu-fixed nav a {
      color: rgba(0, 0, 0, 0.8);
      font-size: 2.5rem;
      margin-right: 1rem;
      text-transform: none; }
      .menu-fixed nav a:last-of-type {
        margin-right: 0; }
      .menu-fixed nav a:hover {
        color: #b88b58; }
    .menu-fixed nav span {
      position: absolute;
      right: 0; }
  .menu-fixed .inner {
    position: relative;
    top: 0;
    max-width: 1480px;
    height: 3.5em;
    margin: 0 auto;
    padding: 0 8rem;
    margin-top: 0; }
    @media (max-width: 1480px) {
      .menu-fixed .inner {
        padding: 0 4rem; } }
    .menu-fixed .inner .inner-featured {
      padding-top: 4.5em;
      background: none; }
    .menu-fixed .inner small {
      padding-bottom: 2em; }
    .menu-fixed .inner ul {
      margin-top: 3.5em; }
      .menu-fixed .inner ul small {
        color: #b88b58 !important; }
        .menu-fixed .inner ul small + li {
          padding-top: 0.15em; }
      .menu-fixed .inner ul li {
        font-size: 32px;
        line-height: 32px;
        font-size: 2rem;
        line-height: 2rem;
        font-family: "Founders"; }
        .menu-fixed .inner ul li a {
          text-decoration: none; }
          .menu-fixed .inner ul li a:hover {
            color: #b88b58; }
  .menu-fixed.show {
    top: 0;
    left: 0; }
    .menu-fixed.show section.logo, .menu-fixed.show nav {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .menu-fixed.cover {
    height: 100%; }
    .menu-fixed.cover .inner {
      width: 100%;
      height: 100%;
      overflow: auto; }

.header-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1480px;
  margin-top: 45vh;
  padding: 0 4em;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1440px) {
    .header-article {
      width: 100%;
      margin-bottom: 7rem;
      margin-top: 42vh; } }
  @media only screen and (max-width: 768px) {
    .header-article {
      margin: 90px auto 2.5em auto; } }
  @media only screen and (max-width: 560px) {
    .header-article {
      width: 100vw;
      padding: 0 1em;
      position: relative;
      margin-bottom: 0; } }
  .header-article .reads {
    margin-top: 2em;
    border-top: 1px solid white; }
    @media only screen and (max-width: 1024px) {
      .header-article .reads {
        margin-top: 4.5em; } }
  .header-article aside {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header-article aside {
        margin-top: 52px; } }
  .header-article .article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 50%;
    padding-right: 4rem; }
    @media only screen and (max-width: 1240px) {
      .header-article .article {
        padding-right: 0; } }
    @media only screen and (max-width: 1024px) {
      .header-article .article {
        margin-top: 3em;
        padding-right: 0;
        width: 45%; } }
    @media only screen and (max-width: 560px) {
      .header-article .article {
        width: 100vw;
        position: absolute;
        bottom: 1rem;
        margin-left: 0;
        padding-right: 5rem; } }
  .header-article ul li {
    font-size: 22.4px;
    line-height: 25.6px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: "Founders";
    padding: 0.5em 0;
    color: white;
    border-bottom: 1px solid white;
    float: left;
    width: 100%;
    display: block; }
    .header-article ul li span.title {
      width: 80%;
      float: left; }
      .header-article ul li span.title a {
        color: white;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; }
        .header-article ul li span.title a:hover {
          color: #b88b58; }
    .header-article ul li span.read {
      width: 20%;
      float: left;
      text-align: right;
      font-fmaily: "Founders-Semibold";
      font-weight: normal;
      color: white; }

main {
  width: 100%;
  min-height: 100%;
  padding: 2rem 0 10em 0;
  z-index: 100;
  background: white;
  position: relative;
  z-index: 10; }
  @media (max-width: 560px) {
    main {
      padding-bottom: 2rem; } }
  main.article-page {
    margin-top: 0; }
  main.about-page {
    margin-top: 0;
    padding-top: 0; }
    main.about-page .main-wrap {
      padding-top: 2.5em; }
      @media only screen and (max-width: 1480px) {
        main.about-page .main-wrap {
          padding: 4.5em 4rem; } }
      @media only screen and (max-width: 480px) {
        main.about-page .main-wrap {
          padding: 2.5em 1.5em; } }
      main.about-page .main-wrap .about-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        main.about-page .main-wrap .about-wrap .page-top {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
          @media only screen and (max-width: 480px) {
            main.about-page .main-wrap .about-wrap .page-top {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          main.about-page .main-wrap .about-wrap .page-top .about-title {
            width: calc(100% * 4.5 / 8); }
            @media (max-width: 480px) {
              main.about-page .main-wrap .about-wrap .page-top .about-title {
                width: 100%; } }
            main.about-page .main-wrap .about-wrap .page-top .about-title h1 {
              max-width: 75%; }
              @media only screen and (max-width: 480px) {
                main.about-page .main-wrap .about-wrap .page-top .about-title h1 {
                  max-width: 100%; } }
          main.about-page .main-wrap .about-wrap .page-top .intro-text {
            width: calc(100% * 4.5 / 8);
            max-width: 800px; }
            @media only screen and (max-width: 480px) {
              main.about-page .main-wrap .about-wrap .page-top .intro-text {
                width: 100%; } }
        main.about-page .main-wrap .about-wrap .breakout figure {
          margin: 5rem 0 2.5rem; }
          main.about-page .main-wrap .about-wrap .breakout figure img {
            max-width: 100%;
            display: block; }
        main.about-page .main-wrap .about-wrap .main-text {
          width: calc(100% * 4.5 / 8);
          max-width: 800px;
          margin-left: calc(100% * 3.1 / 8); }
          @media only screen and (max-width: 480px) {
            main.about-page .main-wrap .about-wrap .main-text {
              width: 100%;
              margin-left: 0; } }

.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 4rem; }
  @media (max-width: 1024px) {
    .main-wrap {
      padding: 0 2.5rem; } }
  @media (max-width: 768px) {
    .main-wrap {
      padding: 0 2rem; } }

.digest-archive .main-wrap {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.digest-archive .digest-wrapper ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.vital {
  width: 100vw;
  overflow: auto; }

.video-viewer {
  background: black;
  display: none;
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 10000; }
  .video-viewer iframe {
    height: 100% !important;
    width: 75% !important; }
    .video-viewer iframe html .player .controls-wrapper div.sidedock, .video-viewer iframe html .player .controls-wrapper div.title {
      display: none !important; }
  .video-viewer--close {
    font-size: 4rem;
    position: fixed;
    top: 0;
    right: 2rem;
    color: white;
    z-index: 20000000; }
    .video-viewer--close:hover {
      cursor: pointer;
      color: #b88b58; }

[data-template="article"] header,
[data-template="about"] header,
[data-template="digest"] header,
[data-template="video"] header {
  height: 0; }

[data-template="article"] .menu-fixed .logo,
[data-template="about"] .menu-fixed .logo,
[data-template="digest"] .menu-fixed .logo,
[data-template="video"] .menu-fixed .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media only screen and (max-width: 1024px) {
    [data-template="article"] .menu-fixed .logo,
    [data-template="about"] .menu-fixed .logo,
    [data-template="digest"] .menu-fixed .logo,
    [data-template="video"] .menu-fixed .logo {
      width: 33.5%; } }

[data-template="digest"] .menu-fixed,
[data-template="about"] .menu-fixed,
[data-template="videos"] .menu-fixed,
[data-template="forum"] .menu-fixed {
  top: 0;
  left: 0; }

[data-template="digest"] .menu-trigger,
[data-template="about"] .menu-trigger,
[data-template="videos"] .menu-trigger,
[data-template="forum"] .menu-trigger {
  display: block !important; }

[data-template="digest"] header.home,
[data-template="about"] header.home,
[data-template="videos"] header.home,
[data-template="forum"] header.home {
  position: relative;
  overflow: hidden; }

[data-template="digest"] .main-wrap,
[data-template="about"] .main-wrap,
[data-template="videos"] .main-wrap,
[data-template="forum"] .main-wrap {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: unset;
          flex-direction: unset;
  padding: 0 8rem;
  padding-top: 2.25rem; }

aside.menu {
  margin-top: 3.5rem; }
  aside.menu li {
    font-family: "Edme-Regular";
    font-size: 1.5rem; }
    aside.menu li a {
      color: rgba(0, 0, 0, 0.8); }
      aside.menu li a:hover {
        color: #b88b58; }

body[data-show-filter-menu="true"] {
  overflow: hidden; }

.filter-menu a[data-current-filter="true"] {
  color: #b88b58; }

.toggle:hover {
  cursor: pointer; }

.article-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Founders";
  font-size: 2.1rem;
  padding: 1rem 0;
  overflow: hidden; }
  @media only screen and (max-width: 480px) {
    .article-header {
      display: none; } }
  @media only screen and (max-width: 1024px) {
    .article-header {
      width: 60%;
      font-size: 16px;
      line-height: 21.6px;
      font-size: 1rem;
      line-height: 1.35rem;
      padding-left: 3rem; } }
  .article-header .grey {
    color: #ccc;
    font-style: normal;
    margin-right: 0.25rem; }

.quote {
  width: 50%;
  float: left;
  clear: left;
  margin-top: 75px; }
  .quote h1 {
    font-size: 28px;
    line-height: 34.4px;
    font-size: 1.75rem;
    line-height: 2.15rem;
    color: white;
    text-indent: -0.65em;
    padding-bottom: 10px;
    max-width: 80%; }
  .quote small {
    color: white; }

.vital-author {
  padding-top: 1.25em; }
  .vital-author span:not(:last-child):after {
    content: '&'; }

.vital-article {
  padding-top: 1.25em; }
  @media only screen and (max-width: 480px) {
    .vital-article {
      width: 100%; } }

.vital-abstract {
  padding-top: 1.25em; }
  @media only screen and (max-width: 1024px) {
    .vital-abstract {
      padding: 0; } }
  @media only screen and (max-width: 480px) {
    .vital-abstract {
      width: 100%;
      padding: 0; } }

.vital-featured {
  width: 40.20833%;
  float: left;
  margin-right: 0.75%;
  margin-bottom: 5rem;
  padding-right: 1.75%;
  padding-bottom: 5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.35); }
  @media only screen and (max-width: 768px) {
    .vital-featured {
      margin-bottom: 0;
      padding-bottom: 2.5rem; } }
  .vital-featured figure {
    display: block;
    float: left;
    margin-bottom: 0.85rem; }
    @media only screen and (max-width: 768px) {
      .vital-featured figure {
        width: 100% !important; } }
    .vital-featured figure img {
      max-width: 100%;
      display: block;
      float: left; }
  @media only screen and (max-width: 768px) {
    .vital-featured header {
      width: 100% !important;
      margin-right: 0; } }
  @media only screen and (max-width: 1024px) {
    .vital-featured header {
      width: 40%;
      float: left;
      margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .vital-featured div {
      width: 100% !important;
      float: left;
      margin-right: 0; } }
  @media only screen and (max-width: 1024px) {
    .vital-featured div {
      width: 60%;
      float: left;
      margin-right: 0; } }
  @media only screen and (max-width: 1024px) {
    .vital-featured {
      width: 100%;
      float: left;
      border: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 480px) {
    .vital-featured {
      width: 100%;
      padding-right: 0;
      border: none; } }

.article-archive {
  width: calc(100% + 2.5rem); }
  @media (max-width: 560px) {
    .article-archive {
      width: 100%; } }

.vital-filter {
  width: 15%;
  float: left; }
  @media (max-width: 1024px) {
    .vital-filter {
      width: 100%; } }
  @media (max-width: 560px) {
    .vital-filter {
      width: calc(100% - 2.4rem); } }
  .vital-filter nav {
    display: block;
    padding-top: 0; }
    .vital-filter nav a {
      color: rgba(0, 0, 0, 0.5);
      display: block;
      font-size: 1.8rem; }
      @media (max-width: 1024px) {
        .vital-filter nav a {
          display: inline-block;
          font-size: 2.2rem;
          margin-right: 0.5rem; } }
      @media (max-width: 560px) {
        .vital-filter nav a {
          display: inline-block;
          font-size: 2rem;
          margin-right: 0.5rem; } }
      .vital-filter nav a:hover {
        color: #b88b58; }
    .vital-filter nav span {
      font-family: "Founders";
      font-size: 1.6rem; }

.vital-articles {
  width: calc(85%);
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12rem;
  min-height: 600px; }
  @media only screen and (max-width: 1024px) {
    .vital-articles {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5rem;
      padding-top: 2.5rem; } }
  .vital-articles .single-wrap {
    padding-right: 2.5rem; }
    @media (max-width: 560px) {
      .vital-articles .single-wrap {
        width: calc(100vw - 1.5rem); } }
  .vital-articles .single {
    width: calc(100% * 1 / 3);
    margin: 0;
    padding: 0;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
    .vital-articles .single .article-abstract {
      padding: 0; }
    .vital-articles .single .author {
      padding-top: 1rem;
      padding-left: 0; }
    .vital-articles .single:hover figure {
      background: #b88b58; }
      .vital-articles .single:hover figure img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        mix-blend-mode: multiply; }
    .vital-articles .single:hover h1 {
      color: #b88b58; }
    @media (max-width: 768px) {
      .vital-articles .single {
        width: calc(100% * 1 / 2); } }
    @media (max-width: 480px) {
      .vital-articles .single {
        width: 100%; } }
    .vital-articles .single figure {
      margin-bottom: 1rem; }
      .vital-articles .single figure img {
        max-width: 100%;
        display: block; }
  @media only screen and (max-width: 480px) {
    .vital-articles header {
      border-top: 1px solid #b88b58;
      padding-top: 0.5em !important; } }

.cover {
  position: fixed;
  top: 1.75em;
  left: 1.25em;
  z-index: 2200; }

.index-trigger {
  position: fixed;
  width: 120px;
  top: 45%;
  left: -1.5em;
  z-index: 600;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }
  .index-trigger a {
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
    padding-bottom: 0.25em; }
    .index-trigger a.active {
      color: white;
      border-bottom: 2px solid white;
      z-index: 200; }
    .index-trigger a:hover {
      cursor: pointer;
      color: #FFCC00;
      border-bottom: 2px solid #FFCC00; }

.article-page .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 670px) {
    .article-page .content-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .article-page .content-wrap .colophon {
    width: 30%; }
  .article-page .content-wrap article {
    width: 70%; }
  @media (max-width: 670px) {
    .article-page .content-wrap .colophon,
    .article-page .content-wrap article {
      width: 100%; } }

@media only screen and (max-width: 480px) {
  .article-page {
    padding: 0; } }

.article-page .main-wrap {
  padding: 0 8rem;
  padding-top: 2.25rem; }
  @media only screen and (max-width: 1480px) {
    .article-page .main-wrap {
      padding: 0 4rem; } }
  @media only screen and (max-width: 480px) {
    .article-page .main-wrap {
      padding: 0 1em; } }

.left-control {
  display: none;
  width: 4em;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #f7f7f7; }
  .left-control[data-show="false"] {
    opacity: 0; }
  @media only screen and (max-width: 480px) {
    .left-control {
      display: none; } }

.home-link {
  width: auto;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -24px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  writing-mode: lr-tb; }
  .home-link a {
    font-family: "Founders";
    font-size: 2rem; }
    .home-link a:hover {
      color: #b88b58;
      border-bottom: 1px solid #b88b58; }

.article-archive {
  padding-top: 2.5rem; }
  @media (max-width: 560px) {
    .article-archive {
      padding-top: 2.5rem; } }
  .article-archive .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100vw;
    height: 5rem;
    margin-top: 0;
    padding: 0;
    float: left;
    position: relative;
    background: white; }
    @media (max-width: 480px) {
      .article-archive .header {
        margin-top: 0;
        width: 90vw;
        height: auto; } }
    .article-archive .header span {
      font-family: "Founders-Semibold";
      font-size: 2.4rem;
      font-weight: normal;
      margin-top: 0; }
      @media (max-width: 480px) {
        .article-archive .header span {
          font-size: 2rem; } }
    .article-archive .header nav {
      float: left;
      margin-left: 4px;
      margin-top: 0;
      padding-top: 0.25rem; }
      .article-archive .header nav a {
        font-size: 2.4rem;
        text-transform: none;
        color: rgba(0, 0, 0, 0.5);
        display: inline;
        font-weight: normal;
        padding-right: 0.5rem;
        margin: 0; }
        @media (max-width: 480px) {
          .article-archive .header nav a {
            font-size: 2rem; } }
        .article-archive .header nav a:hover {
          color: #b88b58; }
        .article-archive .header nav a:last-of-type:after {
          content: ''; }
        .article-archive .header nav a:after {
          content: ','; }
  .article-archive ul {
    margin-left: -0.75rem; }
    .article-archive ul li {
      width: 47%;
      margin-right: 0.75rem;
      margin-left: 0.75rem;
      float: left;
      padding: 1rem 0;
      border-top: 1px solid #ccc; }
      @media only screen and (max-width: 480px) {
        .article-archive ul li {
          width: 100%;
          margin: 0;
          padding: 0; } }
      .article-archive ul li:nth-of-type(2n+2) {
        margin-right: 0; }
      .article-archive ul li figure img {
        max-width: 100%; }

.quotation {
  outline: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2.5em;
  position: relative;
  margin-bottom: 4.5rem;
  padding: 8rem 17.5rem;
  width: calc(100% - 2.5rem);
  /* background: rgba(184, 139, 88, 0.15); */ }
  .quotation span.heading {
    color: #b88b58;
    font-family: "Founders";
    font-size: 1.8rem;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 3rem;
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
  @media (max-width: 1024px) {
    .quotation {
      width: calc(100% - 1.6em); } }
  @media (max-width: 580px) {
    .quotation {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 1.8rem;
      padding-right: 0;
      width: 100%; } }
  .quotation figure img {
    max-width: 100%;
    display: block;
    opacity: 0.9; }
    @media (max-width: 480px) {
      .quotation figure img {
        max-width: 70%; } }
  @media (max-width: 480px) {
    .quotation figure {
      margin-bottom: 2rem; } }
  .quotation .quotation-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .quotation .quotation-image figure {
      display: none;
      max-width: 60%;
      padding-top: 8rem; }
      @media (max-width: 480px) {
        .quotation .quotation-image figure {
          max-width: 100%;
          padding-top: 0; } }
  .quotation .quotation-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 1em; }
    @media (max-width: 480px) {
      .quotation .quotation-text {
        width: calc(100% - 2.5rem);
        margin-left: 0; } }
  .quotation .citation {
    padding-left: 1.5rem;
    font-family: 'Lyon';
    font-size: 1.8rem;
    color: grey; }

.colophon {
  margin-top: 6rem;
  padding-top: 2.5rem;
  margin-right: 7.5%;
  font-family: "Founders";
  font-size: 1.8rem;
  float: left;
  line-height: 1.35; }
  @media (max-width: 560px) {
    .colophon {
      margin-top: 3rem; } }
  .colophon .license {
    background: #f7f7f7;
    color: #aaa;
    display: inline;
    padding: 0.5rem 1rem;
    padding-top: 1rem; }
    .colophon .license:hover {
      background: rgba(184, 139, 88, 0.15);
      color: #b88b58;
      cursor: pointer; }
      .colophon .license:hover a {
        color: #b88b58 !important; }
  .colophon span {
    font-family: "Founders";
    font-family: 1.8rem !important;
    display: block;
    margin-bottom: 1rem; }
    .colophon span a {
      color: rgba(0, 0, 0, 0.35) !important; }
    @media (max-width: 560px) {
      .colophon span {
        display: none; } }
  .colophon dl {
    font-family: "Founders";
    clear: left; }
    .colophon dl:last-of-type {
      margin-bottom: 4rem; }
    .colophon dl.author {
      margin-bottom: 1rem;
      display: block;
      width: 100%; }
      .colophon dl.author dd {
        margin-bottom: 0;
        line-height: 1.2; }
        .colophon dl.author dd + dd {
          padding-top: 1.6rem; }
    .colophon dl dt {
      border-top: 1px solid #ccc;
      padding-top: 0.5rem; }
    .colophon dl dd {
      margin-bottom: 1rem;
      color: #aaa; }
      .colophon dl dd a {
        color: #4f4f4f;
        font-size: 1.8rem; }
        .colophon dl dd a:hover {
          color: rgba(0, 0, 0, 0.8);
          border-bottom: 1px solid rgba(0, 0, 0, 0.8); }

article {
  float: left;
  padding: 3em;
  padding-top: 3.5rem;
  padding-right: 1rem;
  background: white;
  position: relative;
  margin-top: -40rem;
  z-index: 1000; }
  @media only screen and (max-width: 1024px) {
    article {
      margin-top: -300px;
      padding: 2em;
      padding-right: 0;
      margin-left: 10%;
      width: 62.5%; } }
  @media only screen and (max-width: 480px) {
    article {
      width: 100%;
      margin-top: 0;
      margin-left: 0;
      padding-left: 0; } }
  article dl {
    color: #272727;
    font-family: "Lyon";
    font-size: 2.2rem;
    line-height: 1.35;
    padding-bottom: 2.2rem; }
    article dl dd {
      text-indent: -4rem;
      padding-left: 4rem; }
  article ul {
    list-style: none;
    font-family: "Lyon";
    font-size: 2.2rem;
    line-height: 1.35; }
    article ul li {
      color: rgba(0, 0, 0, 0.8);
      text-indent: -4rem;
      padding-left: 4rem; }
      article ul li:before {
        content: '—';
        padding-right: 2rem; }

.article-text .pull-img, .article-text .grow-img {
  margin-left: 14.5rem; }

.article-text iframe {
  display: block;
  margin: 0 auto;
  margin: 2.75rem 0; }
  @media (max-width: 560px) {
    .article-text iframe {
      width: 100%;
      height: 26rem; } }

figure {
  margin: 1.6rem 0 4rem 0; }
  @media (max-width: 670px) {
    figure {
      margin-bottom: 2.5rem; } }
  figure:hover {
    cursor: pointer; }
  figure img {
    max-width: 100%;
    display: block; }
  figure.full {
    width: 165%;
    margin-left: -65%; }
    @media (max-width: 560px) {
      figure.full {
        margin-left: 0;
        width: 100%; } }
    figure.full img {
      width: 100%; }

.article-comments {
  padding-left: 3em; }
  .article-comments .m-button, .article-comments .moot button {
    background: #b88b58; }
  .article-comments .m-like,
  .article-comments .m-page a {
    color: #b88b58; }
  .article-comments .m-focused .m-postinput {
    border-color: #b88b58;
    box-shadow: 0 0 0.2em #b88b58 inset;
    min-height: 3.6em; }
    .article-comments .m-focused .m-postinput:focus {
      outline: 0.1em solid #b88b58; }

.date {
  float: left; }

.author {
  width: auto;
  float: left; }
  .author span:not(:last-child):after {
    content: '&'; }
  .author p {
    width: 100%; }

.featured {
  max-width: 960px;
  background: #b88b58;
  margin-left: -8rem;
  margin-top: -6rem;
  margin-bottom: 0.5rem; }
  @media only screen and (max-width: 1024px) {
    .featured {
      max-width: 560px; } }
  @media only screen and (max-width: 560px) {
    .featured {
      margin: 0 -1.6rem; } }
  .featured img {
    width: 100%;
    opacity: 1;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    mix-blend-mode: multiply;
    display: block; }

.pull-img, .grow-img {
  position: absolute;
  left: -75%;
  max-width: 380px;
  padding-top: 40px;
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s; }
  .pull-img img, .grow-img img {
    max-width: 100%; }
  @media only screen and (max-width: 1480px) {
    .pull-img, .grow-img {
      left: -70%; } }
  @media only screen and (max-width: 1024px) {
    .pull-img, .grow-img {
      position: static;
      max-width: 480px;
      padding: 1.25rem 0 1em 0;
      margin-left: -25%; } }
  @media only screen and (max-width: 480px) {
    .pull-img, .grow-img {
      width: 100%;
      position: static;
      padding: 1.25em 0 1em 0;
      margin-left: 0 !important; } }

.grow-img {
  max-width: 1000px; }

.feature {
  position: relative;
  margin-top: -8.5em;
  z-index: -1;
  margin-right: 2.5em; }
  .feature img {
    max-width: 100%; }

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

.fade-out {
  opacity: 0.1;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out; }

footer {
  width: 100%;
  background: #f1f1f1;
  height: 20rem;
  overflow: hidden;
  position: relative;
  z-index: 2100; }
  @media only screen and (max-width: 1024px) {
    footer {
      padding: 0 2em; } }
  @media only screen and (max-width: 560px) {
    footer {
      padding: 2rem;
      height: auto; }
      footer .join-us {
        display: none; } }
  footer .footer-inner {
    max-width: 1480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    overflow: hidden;
    padding: 3.5rem 8rem; }
    @media (max-width: 1480px) {
      footer .footer-inner {
        padding: 3.5rem 4rem; } }
    @media (max-width: 480px) {
      footer .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 0; } }
    footer .footer-inner ul {
      list-style: none; }
      footer .footer-inner ul li {
        font-size: 1.8rem;
        font-family: "Founders";
        color: rgba(0, 0, 0, 0.35); }
    footer .footer-inner .copyright {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    footer .footer-inner nav {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-top: 0; }
      @media (max-width: 480px) {
        footer .footer-inner nav {
          margin-bottom: 2rem; } }
      footer .footer-inner nav .group {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 1.5rem; }
        @media (max-width: 560px) {
          footer .footer-inner nav .group {
            padding-left: 0; } }
        footer .footer-inner nav .group span a {
          display: inline;
          padding-right: 0;
          margin-right: 0.5rem; }
          @media (max-width: 560px) {
            footer .footer-inner nav .group span a {
              margin-right: 0; } }
        footer .footer-inner nav .group a {
          font-size: 1.8rem;
          font-family: "Founders";
          display: block;
          padding-right: 1em;
          color: #272727; }
          @media (max-width: 560px) {
            footer .footer-inner nav .group a {
              padding-right: 0; } }
          footer .footer-inner nav .group a:hover {
            color: #b88b58; }
        @media (max-width: 560px) {
          footer .footer-inner nav .group:nth-of-type(3) {
            display: none; } }
    @media only screen and (max-width: 1024px) and (min-width: 561px) {
      footer .footer-inner {
        padding-bottom: 2.5em; } }

/*
**
****  03. Typography
**
*/
@font-face {
  font-family: 'Founders';
  src: url("../fonts/FoundersGrotesk-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Founders-Semibold';
  src: url("../fonts/FoundersGrotesk-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Edme-Bold';
  src: url("../fonts/Edme-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Edme-Semibold';
  src: url("../fonts/Edme-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Edme-Regular';
  src: url("../fonts/Edme-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Lyon';
  src: url("../fonts/LyonText-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Lyon';
  src: url("../fonts/LyonText-RegularItalic.woff") format("woff");
  font-style: italic;
  font-weight: normal; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "ss01";
  -ms-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  -o-font-feature-settings: "ss01"; }

a {
  text-decoration: none; }

h1, h2 {
  font-size: 1.8rem;
  text-align: left;
  font-weight: normal;
  font-style: normal; }

h1.mobile-header {
  color: #b88b58;
  display: none;
  font-family: "Founders";
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 560px) {
    h1.mobile-header {
      display: block; } }

p {
  font-size: 2.1rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8); }
  p + p {
    padding-top: 2.1rem; }
  p:last-of-type {
    padding-bottom: 1em; }
  p a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

em, i {
  font-style: italic; }

header .logo h1 {
  letter-spacing: -0.05rem; }
  @media (max-width: 560px) {
    header .logo h1 {
      margin: 0;
      padding-top: 0.25rem; } }
  @media (max-width: 560px) {
    header .logo h1 a {
      font-size: 2.2rem;
      line-height: 1.1;
      letter-spacing: -0.05rem; } }

header.else h1 {
  margin-top: 1em; }
  header.else h1 a {
    color: rgba(0, 0, 0, 0.8); }
    header.else h1 a:hover {
      color: #b88b58; }

header h1 {
  font-family: "Edme-Regular";
  font-size: 2.2rem;
  margin-top: 1.5rem; }
  header h1 a {
    color: white; }
  @media only screen and (max-width: 560px) {
    header h1 {
      font-size: 1.3rem;
      line-height: 1;
      letter-spacing: 0.05em;
      margin-top: 0.75em; } }

.about-page p {
  font-family: "Lyon";
  font-size: 2.2rem;
  line-height: 1.35;
  padding-bottom: 2.2rem;
  padding-top: 0;
  text-indent: 0; }
  @media only screen and (max-width: 560px) {
    .about-page p {
      font-size: 2.1rem; } }

.about-page .intro-text p:first-of-type {
  margin-top: 12rem; }
  @media only screen and (max-width: 560px) {
    .about-page .intro-text p:first-of-type {
      margin-top: 6rem; } }

.about-page h1 {
  font-family: "Edme-Regular";
  font-size: 4.8rem;
  line-height: 1.05;
  letter-spacing: -0.035rem; }
  @media (max-width: 560px) {
    .about-page h1 {
      font-size: 2.7rem;
      margin-right: 5rem; } }

.about-page h2 {
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Founders";
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  margin: 2.4rem 0 0 0;
  text-align: left; }

.header-article .article small {
  font-family: "Founders";
  font-size: 1.6rem;
  color: white;
  display: block;
  margin-bottom: 1rem; }
  .header-article .article small + small {
    padding-left: 2.5em; }
  @media only screen and (max-width: 1024px) {
    .header-article .article small {
      font-size: 1.5rem;
      line-height: 1.1; } }
  @media only screen and (max-width: 480px) {
    .header-article .article small {
      font-size: 1.3rem;
      line-height: 1.1; } }

.header-article .article h1 {
  font-size: 4rem;
  line-height: 1;
  font-family: "Edme-Regular";
  font-weight: normal;
  letter-spacing: 0;
  text-indent: 0;
  color: white;
  margin-top: 0;
  padding-bottom: 0.75em;
  border-bottom: none; }
  @media only screen and (max-width: 1024px) {
    .header-article .article h1 {
      font-size: 56px;
      line-height: 56px;
      font-size: 3.5rem;
      line-height: 3.5rem; } }
  @media only screen and (max-width: 768px) {
    .header-article .article h1 {
      font-size: 32px;
      line-height: 32px;
      font-size: 2rem;
      line-height: 2rem; } }
  @media only screen and (max-width: 480px) {
    .header-article .article h1 {
      font-size: 3.4rem;
      line-height: 1.1; } }

.header-article .article p {
  font-size: 2.1rem;
  line-height: 1.15;
  font-family: "Founders";
  color: white; }
  @media only screen and (max-width: 1024px) {
    .header-article .article p {
      font-size: 2rem;
      line-height: 1.1; } }
  @media only screen and (max-width: 768px) {
    .header-article .article p {
      font-size: 2rem;
      line-height: 1.1; } }
  .header-article .article p:last-of-type {
    font-family: "Founders";
    text-indent: 0;
    margin-top: 0; }
  .header-article .article p a {
    color: white;
    border-bottom: 1px solid white; }
    .header-article .article p a:hover {
      color: #b88b58;
      border-bottom: 1px solid #b88b58; }

.header-article aside h1 {
  font-family: "Edme-Regular";
  font-size: 4.25rem;
  color: white;
  padding-top: 0.6rem;
  letter-spacing: 0; }
  @media only screen and (max-width: 1024px) {
    .header-article aside h1 {
      opacity: 0; } }
  @media only screen and (max-width: 768px) {
    .header-article aside h1 {
      font-size: 32px;
      line-height: 36px;
      font-size: 2rem;
      line-height: 2.25rem;
      margin-top: 2.15rem; } }

@media (max-width: 480px) {
  .header-article aside {
    display: none; } }

.header-article .reads h1 {
  font-family: "Founders-Semibold";
  letter-spacing: 0;
  color: white;
  text-indent: 0;
  margin: 0.5em 0 1em 0; }

.menu-fixed h1 {
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: -0.035rem;
  margin: 0;
  display: inline-block; }
  .menu-fixed h1 a {
    color: #272727; }
    .menu-fixed h1 a:hover {
      color: #b88b58; }

.toggle h1 {
  font-size: 20px;
  line-height: 20px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "Founders";
  letter-spacing: 0;
  padding-top: 0.4em; }
  .toggle h1:hover {
    color: #ccc; }

article .date,
article .author,
article .tags {
  font-family: "Founders";
  font-size: 1.8rem;
  color: #b88b58; }
  @media only screen and (max-width: 1024px) {
    article .date,
    article .author,
    article .tags {
      font-size: 16px;
      line-height: 21.6px;
      font-size: 1rem;
      line-height: 1.35rem; } }
  @media (max-width: 560px) {
    article .date,
    article .author,
    article .tags {
      font-size: 1.6rem; } }
  article .date a,
  article .author a,
  article .tags a {
    color: #b88b58;
    border-bottom: 1px solid #b88b58; }
    article .date a:hover,
    article .author a:hover,
    article .tags a:hover {
      color: rgba(0, 0, 0, 0.8);
      border-bottom: 1px solid rgba(0, 0, 0, 0.8);
      cursor: pointer; }

article .author {
  font-size: 1.68rem;
  padding-left: 3rem; }

article .tags {
  display: inline-block;
  margin-bottom: 1rem; }
  article .tags li {
    display: inline-block; }
    article .tags li:after {
      content: ',';
      padding-right: 0.25em; }
    article .tags li:last-child:after {
      content: none; }
  @media only screen and (max-width: 480px) {
    article .tags {
      margin-bottom: 2rem; } }

article h1 {
  font-family: "Edme-Regular";
  font-size: 6rem;
  text-rendering: geometricPrecision;
  line-height: 1.05;
  letter-spacing: -0.15rem;
  margin: 3.5rem 0 8.5rem 0;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.8); }
  @media only screen and (max-width: 1024px) {
    article h1 {
      font-size: 48px;
      line-height: 48px;
      font-size: 3rem;
      line-height: 3rem;
      max-width: 100%; } }
  @media only screen and (max-width: 560px) {
    article h1 {
      font-size: 3.6rem;
      line-height: 1.1;
      letter-spacing: -0.05rem;
      display: block;
      padding-top: 0.5rem;
      margin-bottom: 1.5rem; } }

article h2 {
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Founders";
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  margin: 2em 0 0 0;
  text-align: left; }
  article h2 + p {
    text-indent: 0; }
  @media (max-width: 480px) {
    article h2 {
      font-size: 2.2rem; } }

article h3 {
  font-size: 2.5rem;
  line-height: 1.15;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Founders";
  font-weight: normal;
  padding-bottom: 2.4rem;
  margin-left: 6rem;
  width: calc(100% - 10rem); }
  article h3 + p {
    text-indent: 0; }
  @media (max-width: 480px) {
    article h3 {
      font-size: 1.8rem; } }

article p {
  font-family: "Lyon";
  font-size: 2.2rem;
  line-height: 1.35;
  text-indent: 0; }
  article p a:hover {
    color: #b88b58; }
  @media (max-width: 560px) {
    article p {
      font-size: 2rem; } }
  article p + h3 {
    padding-top: 0; }

article blockquote {
  position: absolute;
  left: -65%;
  width: 65%;
  padding-top: 0.5rem; }
  @media (max-width: 560px) {
    article blockquote {
      position: static;
      left: 0;
      width: 100%; } }
  article blockquote p {
    font-family: "Founders";
    font-size: 3.5rem;
    line-height: 1;
    padding: 0;
    padding-bottom: 0;
    margin-left: 6rem;
    width: calc(100% - 6rem);
    color: #b88b58; }
    article blockquote p:last-of-type {
      padding-bottom: 2.5rem; }
    @media (max-width: 560px) {
      article blockquote p {
        font-size: 3rem;
        margin-left: 0;
        width: 100%; } }
  article blockquote + h2 {
    margin-top: 1rem; }

.article-title h1 {
  font-size: 40px;
  line-height: 28px;
  font-size: 2.5rem;
  line-height: 1.75rem;
  font-family: "Founders-Semibold";
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0;
  margin-top: 0.25em;
  display: inline-block; }

.article-text p a:hover {
  color: #b88b58;
  border-bottom: 1px solid; }

.article-text h3:first-of-type {
  padding-top: 2.5rem; }

.vital-featured header h1 {
  font-size: 32px;
  line-height: 36px;
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: "Founders-Semibold";
  letter-spacing: 0;
  padding-top: 4px;
  font-weight: normal;
  margin: 0 0 1em 0;
  color: rgba(0, 0, 0, 0.8); }

.vital-featured h1 {
  font-size: 40px;
  line-height: 39.2px;
  font-size: 2.5rem;
  line-height: 2.45rem;
  font-family: "Founders-Semibold";
  letter-spacing: 0;
  font-weight: normal;
  margin-top: 0.5em;
  color: rgba(0, 0, 0, 0.8); }
  .vital-featured h1 a:hover {
    color: rgba(0, 0, 0, 0.5); }

.vital-featured small {
  font-family: "Founders";
  font-size: 16px;
  line-height: 21.6px;
  font-size: 1rem;
  line-height: 1.35rem;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 0.5em;
  display: block; }
  .vital-featured small span {
    color: #54ff9f; }
  .vital-featured small + small {
    padding-left: 2.5em; }

.vital-author p,
.vital-featured p {
  font-size: 20px;
  line-height: 24px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Founders";
  text-indent: 0;
  color: rgba(0, 0, 0, 0.5); }
  .vital-author p:nth-of-type(2),
  .vital-featured p:nth-of-type(2) {
    color: #b88b58;
    margin-top: 1em; }

.article-archive h2 {
  font-family: "Founders";
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 8rem;
  color: rgba(0, 0, 0, 0.35); }
  .article-archive h2:hover {
    cursor: pointer;
    color: #b88b58; }

.article-archive .header h1 {
  font-family: "Founders";
  font-size: 1.8rem; }

.vital-articles header h1 {
  font-size: 32px;
  line-height: 36px;
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: "Founders-Semibold";
  letter-spacing: 0;
  font-weight: normal;
  padding-top: 4px;
  margin: 0 0 1em 0;
  color: rgba(0, 0, 0, 0.8); }

.video-feature header h1 {
  font-size: 32px;
  line-height: 36px;
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: "Edme-Regular";
  letter-spacing: 0;
  font-weight: normal;
  margin: 0.75em 0 1em 0;
  color: rgba(0, 0, 0, 0.8); }

.video-single .video-overlay h1 {
  font-size: 3.2rem;
  font-family: "Edme-Regular";
  text-align: center;
  padding-bottom: 1rem;
  color: white; }
  @media (max-width: 1280px) {
    .video-single .video-overlay h1 {
      font-size: 3.2rem; } }
  @media (max-width: 560px) {
    .video-single .video-overlay h1 {
      font-size: 2.2rem;
      padding-bottom: 0; } }

.video-single .video-overlay p {
  color: white !important;
  font-family: "Founders";
  font-size: 2rem;
  line-height: 1.1;
  max-width: 62%;
  margin: 0 auto;
  padding-bottom: 0;
  text-align: left !important;
  text-indent: 0; }
  .video-single .video-overlay p.length {
    color: #b88b58 !important; }
  .video-single .video-overlay p:last-of-type {
    text-align: center;
    color: #b88b58; }
  @media (max-width: 1280px) {
    .video-single .video-overlay p {
      font-size: 1.8rem; } }
  @media (max-width: 480px) {
    .video-single .video-overlay p {
      display: none; } }

.video-single .video-overlay span {
  font-family: "Founders";
  font-size: 1.8rem;
  line-height: 0.9;
  color: #b88b58; }
  @media (max-width: 560px) {
    .video-single .video-overlay span {
      display: none; } }

.video-overlay-centered {
  text-align: center; }
  .video-overlay-centered h1 {
    font-family: "Edme-Regular";
    font-size: 2.4rem;
    color: #b88b58;
    text-align: center; }
  .video-overlay-centered p {
    color: #b88b58;
    padding-top: 1rem;
    text-align: left; }
    .video-overlay-centered p.length {
      color: #b88b58;
      display: inline-block;
      text-indent: 0;
      padding-top: 1.5em;
      padding-bottom: 0;
      border-bottom: 1px solid #b88b58; }
      .video-overlay-centered p.length a {
        border: none;
        color: #b88b58; }
        .video-overlay-centered p.length a:hover {
          color: #54ff9f;
          cursor: pointer; }
  .video-overlay-centered small {
    color: white;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    display: inline-block;
    margin-bottom: 10.5em; }

.digest h1, .digest h2, .digest-title h1, .digest-title h2, .digest-wrapper h1, .digest-wrapper h2 {
  font-size: 3rem;
  font-family: "Founders-Semibold";
  letter-spacing: 0;
  line-height: 1;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  text-align: left; }
  @media (max-width: 480px) {
    .digest h1, .digest h2, .digest-title h1, .digest-title h2, .digest-wrapper h1, .digest-wrapper h2 {
      font-size: 2.4rem; } }

.digest h2, .digest-title h2, .digest-wrapper h2 {
  margin-bottom: 0.5em;
  color: #b88b58; }
  @media (max-width: 560px) {
    .digest h2, .digest-title h2, .digest-wrapper h2 {
      margin-bottom: 2.5rem; } }

.digest-archive .digest-wrapper h1 {
  font-size: 4rem;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 4.5rem;
  max-width: 85%; }
  @media (max-width: 560px) {
    .digest-archive .digest-wrapper h1 {
      font-size: 3.3rem; } }

.digest-archive .digest-wrapper p {
  font-size: 2.4rem;
  line-height: 1.15;
  text-indent: 0;
  padding-bottom: 0.75em;
  letter-spacing: 0.015em;
  color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 560px) {
    .digest-archive .digest-wrapper p {
      font-size: 2.1rem; } }
  .digest-archive .digest-wrapper p a {
    border: none;
    color: #b88b58; }
    .digest-archive .digest-wrapper p a:hover {
      color: #2800d7; }

.digest-archive .digest-wrapper small {
  color: rgba(0, 0, 0, 0.5); }

.quotation h1 {
  font-size: 4rem;
  line-height: 1;
  font-family: "Lyon";
  letter-spacing: 0;
  font-weight: normal;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  text-indent: -1.5rem;
  margin-left: 1.5rem; }
  .quotation h1:before {
    content: '\201C';
    padding-right: 0.25rem; }
  .quotation h1:after {
    content: '\201D'; }
  @media (max-width: 480px) {
    .quotation h1 {
      font-size: 2.7rem; } }

.quotation p {
  font-size: 1.6rem;
  font-family: "Edme-Regular";
  font-weight: normal;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 1em;
  padding-left: 1.5rem; }

.inner-title h1 {
  font-family: "Edme-Regular";
  font-size: 29.6px;
  line-height: 32px;
  font-size: 1.85rem;
  line-height: 2rem;
  padding-bottom: 0.5em;
  text-transform: none;
  color: white;
  border: none; }

.inner-title p {
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Founders";
  color: white;
  text-indent: 0; }

.article-abstract {
  float: left;
  padding-right: 2rem; }
  .article-abstract small {
    font-family: "Founders";
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.5); }
    .article-abstract small span {
      color: #b88b58; }
    .article-abstract small + small {
      padding-left: 2.5em; }
  .article-abstract h1 {
    font-family: "Edme-Regular";
    font-size: 3rem;
    line-height: 1.1;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: -0.035em;
    text-transform: none;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: none;
    border-bottom: none; }
    @media (max-width: 480px) {
      .article-abstract h1 {
        font-size: 2.6rem; } }
    .article-abstract h1 a:hover {
      border-bottom: 1px solid #b88b58; }
    .article-abstract h1 a:hover > .article-abstract {
      box-shadow: 0.5em 0.5em 1em #b88b58; }
  .article-abstract p {
    font-family: "Founders";
    font-size: 2.1rem;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.5);
    text-indent: 0;
    padding-bottom: 0.5rem; }
    @media (max-width: 560px) {
      .article-abstract p {
        font-size: 1.8rem;
        line-height: 1.2; } }
    .article-abstract p:nth-of-type(2) {
      padding-bottom: 0.5em; }
    .article-abstract p a {
      color: rgba(0, 0, 0, 0.8); }
      .article-abstract p a:hover {
        color: #54ff9f;
        border-bottom: 1px solid #54ff9f; }

.video-archive h1 {
  padding-bottom: 0.75em; }
  .video-archive h1 a {
    color: rgba(0, 0, 0, 0.35); }
    .video-archive h1 a:hover {
      color: #b88b58; }

.video-archive p {
  font-size: 17.6px;
  line-height: 21.6px;
  font-size: 1.1rem;
  line-height: 1.35rem;
  font-family: "Founders";
  margin-top: 1.25em; }
  .video-archive p:last-of-type {
    text-indent: 0;
    color: #b88b58; }

.series-text h1 {
  font-size: 48px;
  line-height: 53.6px;
  font-size: 3rem;
  line-height: 3.35rem;
  text-align: center;
  color: white; }
  @media only screen and (max-width: 1024px) {
    .series-text h1 {
      font-size: 44px;
      line-height: 48px;
      font-size: 2.75rem;
      line-height: 3rem; } }
  .series-text h1:hover {
    color: #b88b58; }

.series-text p {
  text-align: center;
  color: white;
  padding-bottom: 0; }

.series-text small {
  color: white;
  display: inline-block;
  border-bottom: 1px solid white;
  margin-bottom: 40px; }

.popular h1 {
  font-size: 24px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 0.25em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid white;
  color: white; }

.popular article h1 {
  font-size: 24px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 2.25rem; }

figcaption {
  font-family: "Founders";
  font-size: 1.4rem;
  padding-top: .6rem;
  color: rgba(0, 0, 0, 0.5); }
  figcaption p {
    font-size: 1.4rem  !important; }

sup {
  font-size: 13.6px;
  line-height: 20.4px;
  font-size: 0.85rem;
  line-height: 1.275rem;
  padding-left: 0.15em; }
  sup a {
    text-decoration: none;
    border: none;
    color: rgba(0, 0, 0, 0.8); }
    sup a:hover {
      color: rgba(0, 0, 0, 0.8); }

.footnotes ol {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin: 2.5em 0 5em 0;
  padding-top: 0.5em;
  list-style-type: decimal; }
  .footnotes ol li p {
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem; }

/*
**
****  07. Template Specific Styles
**
*/
.related-articles {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  margin-top: 8rem; }
  .related-articles .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1280px) {
      .related-articles .wrap {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 560px) {
      .related-articles .wrap {
        padding-bottom: 8rem; } }
  .related-articles h1 {
    font-family: "Founders";
    font-size: 2.4rem;
    letter-spacing: -0.035rem;
    text-align: left;
    margin: 1rem 0 4rem 0;
    color: rgba(0, 0, 0, 0.5); }
  .related-articles .author a {
    display: inline-block; }

.related-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 50%;
  margin-top: 2rem;
  background: white; }
  @media (max-width: 1280px) {
    .related-article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc(25% - 1.5rem); } }
  @media (max-width: 1024px) {
    .related-article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc(50% - 1.5rem); } }
  @media (max-width: 768px) {
    .related-article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  .related-article:nth-of-type(odd) {
    margin-right: 0; }
  .related-article figure {
    width: 100%;
    max-width: 360px;
    margin: 0; }
    @media (max-width: 1280px) {
      .related-article figure {
        max-width: 100%; } }
    .related-article figure img {
      display: block;
      max-width: none !important;
      width: 100%; }
      @media (max-width: 560px) {
        .related-article figure img {
          width: 100%;
          max-width: none !important; } }
  .related-article:hover figure {
    background: #b88b58; }
    .related-article:hover figure img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      mix-blend-mode: multiply; }
  .related-article .article-details {
    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(48.5% - 1.5rem);
    float: left;
    margin-left: 1.5rem;
    padding: 0 1em 0.5em 0; }
    @media (max-width: 1280px) {
      .related-article .article-details {
        margin-top: 1.5rem;
        margin-left: 0;
        width: 100%; } }
    @media (max-width: 560px) {
      .related-article .article-details {
        width: 100%;
        margin-left: 0;
        margin-top: 1.5rem; } }
    .related-article .article-details p {
      font-family: "Founders";
      font-size: 1.8rem;
      line-height: 1.1;
      padding-top: 0.5rem;
      opacity: 0.75; }
    .related-article .article-details h1 {
      font-family: "Lyon";
      font-size: 2.7rem;
      line-height: 1;
      color: rgba(0, 0, 0, 0.8);
      letter-spacing: -0.035rem;
      text-align: left;
      text-transform: none;
      margin-top: 0;
      margin-bottom: 1rem; }
      .related-article .article-details h1 a:hover {
        color: #b88b58; }
    .related-article .article-details .author, .related-article .article-details .date {
      font-family: "Founders";
      color: #b88b58;
      padding-left: 0;
      clear: left; }
      .related-article .article-details .author a, .related-article .article-details .date a {
        color: #b88b58;
        line-height: 1;
        text-decoration: underline; }
        .related-article .article-details .author a:hover, .related-article .article-details .date a:hover {
          color: rgba(0, 0, 0, 0.8); }

.inner-featured {
  height: 100%;
  overflow-y: auto;
  margin-top: 3.5rem;
  padding: 0; }
  .inner-featured .inner-article {
    position: relative;
    margin-bottom: 2.5%; }
    .inner-featured .inner-article:nth-child(2n+2) {
      margin-right: 0; }
    .inner-featured .inner-article[data-last="true"] {
      margin-right: 0; }
    .inner-featured .inner-article .inner-title {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0.5em 1em;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .inner-featured .inner-article .reading-time {
      position: absolute;
      bottom: 1em; }
    .inner-featured .inner-article figure img {
      max-width: 100%;
      display: block; }
    .inner-featured .inner-article a:hover .inner-title {
      opacity: 1; }

.works figure {
  width: 12.5%;
  max-width: 200px;
  float: left;
  margin: 3% 3% 0 0;
  min-height: 255px;
  -webkit-transition: width 900ms ease-in-out;
  transition: width 900ms ease-in-out; }
  .works figure.enlarge {
    width: 50%;
    max-width: 575px; }
  .works figure img {
    max-width: 100%; }

.videos {
  max-width: 1480px;
  margin: 0 auto; }

.videos-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 3rem; }
  @media (max-width: 560px) {
    .videos-inner {
      margin: 0 2rem; } }

[data-template="videos"] header.home,
[data-template="forum"] header.home {
  height: 0;
  display: none; }
  @media (max-width: 560px) {
    [data-template="videos"] header.home,
    [data-template="forum"] header.home {
      display: block; } }

[data-template="videos"] .video-featured,
[data-template="forum"] .video-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-top: -3rem;
  margin-left: -3rem;
  padding-top: 0.5em;
  position: relative;
  width: calc(100% + 6rem); }
  @media (max-width: 560px) {
    [data-template="videos"] .video-featured,
    [data-template="forum"] .video-featured {
      height: 60vh; } }
  [data-template="videos"] .video-featured iframe,
  [data-template="forum"] .video-featured iframe {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 79vh; }
  [data-template="videos"] .video-featured .video-overlay,
  [data-template="forum"] .video-featured .video-overlay {
    background: rgba(0, 0, 0, 0.35);
    background-size: cover;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 6.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200; }
    @media (max-width: 560px) {
      [data-template="videos"] .video-featured .video-overlay,
      [data-template="forum"] .video-featured .video-overlay {
        top: 0; } }
    [data-template="videos"] .video-featured .video-overlay .video-overlay-centered,
    [data-template="forum"] .video-featured .video-overlay .video-overlay-centered {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 45%;
      max-height: 90%; }
      @media (max-width: 560px) {
        [data-template="videos"] .video-featured .video-overlay .video-overlay-centered,
        [data-template="forum"] .video-featured .video-overlay .video-overlay-centered {
          width: 80%; } }
      [data-template="videos"] .video-featured .video-overlay .video-overlay-centered small,
      [data-template="forum"] .video-featured .video-overlay .video-overlay-centered small {
        border: none;
        color: #b88b58;
        font-family: "Founders";
        font-size: 1.8rem;
        margin-bottom: 0; }
      [data-template="videos"] .video-featured .video-overlay .video-overlay-centered h1,
      [data-template="forum"] .video-featured .video-overlay .video-overlay-centered h1 {
        color: white;
        font-family: "Edme-Regular";
        font-size: 5rem; }
        @media (max-width: 560px) {
          [data-template="videos"] .video-featured .video-overlay .video-overlay-centered h1,
          [data-template="forum"] .video-featured .video-overlay .video-overlay-centered h1 {
            font-size: 3rem; } }
      [data-template="videos"] .video-featured .video-overlay .video-overlay-centered p,
      [data-template="forum"] .video-featured .video-overlay .video-overlay-centered p {
        font-family: "Founders";
        font-size: 2.4rem;
        line-height: 1.1;
        color: white; }
        @media (max-width: 560px) {
          [data-template="videos"] .video-featured .video-overlay .video-overlay-centered p,
          [data-template="forum"] .video-featured .video-overlay .video-overlay-centered p {
            font-size: 1.8rem; } }
      [data-template="videos"] .video-featured .video-overlay .video-overlay-centered .length span,
      [data-template="forum"] .video-featured .video-overlay .video-overlay-centered .length span {
        font-family: "Founders";
        font-size: 1.8rem;
        color: #b88b58; }
        [data-template="videos"] .video-featured .video-overlay .video-overlay-centered .length span a,
        [data-template="forum"] .video-featured .video-overlay .video-overlay-centered .length span a {
          color: #b88b58; }

.video-feature {
  width: calc(100% - 2.5rem);
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.25rem 0;
  z-index: 20000; }
  @media (max-width: 1024px) {
    .video-feature {
      width: calc(100% - 1.6em); } }
  @media (max-width: 560px) {
    .video-feature {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: none;
          -ms-flex-pack: none;
              justify-content: none;
      width: 100%; } }
  .video-feature .video-single {
    width: calc(100% * 1 / 2 - 1.25rem);
    position: relative; }
    .video-feature .video-single .video-overlay {
      opacity: 0; }
      @media (max-width: 560px) {
        .video-feature .video-single .video-overlay {
          opacity: 1 !important;
          -webkit-box-pack: center !important;
              -ms-flex-pack: center !important;
                  justify-content: center !important; } }
    .video-feature .video-single:hover img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .video-feature .video-single:hover .video-overlay {
      background: rgba(0, 0, 0, 0.35); }
    @media (max-width: 480px) {
      .video-feature .video-single {
        width: 100%;
        margin-bottom: 2.5rem; } }
    .video-feature .video-single img {
      max-width: 100%;
      display: block;
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
    .video-feature .video-single:nth-of-type(2) {
      margin-right: 0; }
    .video-feature .video-single .video-overlay {
      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: 100%;
      height: 100%;
      z-index: 200;
      position: absolute;
      text-align: center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 5%;
      background: rgba(0, 0, 0, 0.3);
      -webkit-transition: opacity 200ms ease-in-out;
              transition: opacity 200ms ease-in-out; }
      .video-feature .video-single .video-overlay:hover {
        opacity: 1; }
      @media (max-width: 480px) {
        .video-feature .video-single .video-overlay {
          padding: 0; } }

.video-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 0 5rem;
  z-index: 20000; }
  .video-archive .video-single {
    width: calc(100% * 1 / 2 - 2.8rem / 2);
    margin-bottom: 2.4rem;
    position: relative; }
    .video-archive .video-single .video-overlay {
      opacity: 0; }
    .video-archive .video-single:hover img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .video-archive .video-single:hover .video-overlay {
      background: rgba(0, 0, 0, 0.3);
      opacity: 1; }
    .video-archive .video-single a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .video-archive .video-single img {
      max-width: 100%;
      display: block; }
    .video-archive .video-single:nth-of-type(2) {
      margin-right: 0; }
    .video-archive .video-single .video-overlay {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      z-index: 200;
      text-align: center;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 5%;
      background: rgba(0, 0, 0, 0.6); }
      .video-archive .video-single .video-overlay span {
        font-family: "Founders";
        font-size: 1.8rem;
        display: inline-block;
        color: #b88b58; }
        .video-archive .video-single .video-overlay span:last-of-type {
          font-size: 2rem;
          border: none; }
      .video-archive .video-single .video-overlay h1 {
        color: white;
        font-family: "Edme-Regular";
        padding-bottom: 1rem; }
        @media (max-width: 560px) {
          .video-archive .video-single .video-overlay h1 {
            font-size: 2.3rem; } }
      .video-archive .video-single .video-overlay p {
        font-family: "Founders";
        font-size: 2rem;
        line-height: 1.1;
        color: white;
        text-indent: 0;
        max-width: 60%;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 1em; }
        @media (max-width: 980px) {
          .video-archive .video-single .video-overlay p {
            display: none; } }

@media (max-width: 560px) {
  .video-archive .video-single {
    width: 100% !important; } }

.video-inner-single {
  margin-bottom: 2.5em; }

.series {
  height: 100%;
  margin: 1.25rem 0;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .series {
      margin: 0.75rem 0; } }
  .series .series-text {
    position: absolute;
    margin-top: -10.5em;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5em;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .series .series-text {
        margin-top: -9.25rem; } }
  .series figure img {
    max-width: 100%;
    display: block; }

.digest {
  width: calc(100% - 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1.25rem 0;
  margin-bottom: 4.5rem;
  background: #f7f7f7;
  padding: 2em; }
  @media (max-width: 1024px) {
    .digest {
      width: calc(100% - 1.6em); } }
  @media (max-width: 560px) {
    .digest {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 2rem;
      width: 100% !important; } }

.digest-archive {
  max-width: 1480px;
  margin: 0 auto;
  padding-top: 7.5em;
  border-top: 20px solid rgba(0, 0, 0, 0.8); }
  @media (max-width: 1600px) {
    .digest-archive {
      padding: 0 1em;
      padding-top: 7.5em; } }
  @media (max-width: 1480px) {
    .digest-archive {
      padding-top: 7.5em; } }
  .digest-archive .digest-title {
    width: 41%;
    padding-left: 2.5rem;
    position: fixed; }
    .digest-archive .digest-title ol {
      max-width: 70%;
      margin-left: -1rem; }
      @media (max-width: 560px) {
        .digest-archive .digest-title ol {
          display: none; } }
      .digest-archive .digest-title ol li {
        font-family: "Founders";
        padding-bottom: 1rem;
        padding-left: 1rem;
        color: rgba(0, 0, 0, 0.5); }
        .digest-archive .digest-title ol li:before {
          margin-left: -2rem;
          padding-right: 1rem; }
        .digest-archive .digest-title ol li h1 {
          font-family: "Founders";
          font-size: 2.7rem;
          line-height: 1;
          padding-top: 0.25rem; }
          .digest-archive .digest-title ol li h1 a:hover {
            color: #b88b58; }
  @media only screen and (max-width: 1479px) {
    .digest-archive {
      padding: 0 3rem;
      padding-top: 7.5em; } }
  @media only screen and (max-width: 1180px) {
    .digest-archive {
      padding: 0 2em; } }
  @media only screen and (max-width: 480px) {
    .digest-archive {
      padding: 0 1em; } }
  .digest-archive .digest-wrapper {
    padding-left: 48.25%; }
    @media (max-width: 560px) {
      .digest-archive .digest-wrapper {
        padding-left: 0; } }
    .digest-archive .digest-wrapper ol li {
      border: none;
      padding-bottom: 0.5em; }

.digest-title {
  width: calc( 100% * 1 / 3); }
  .digest-title ol {
    max-width: 70%;
    margin-left: -1rem; }
    .digest-title ol li {
      font-family: "Founders";
      padding-bottom: 1rem;
      padding-left: 1rem;
      color: rgba(0, 0, 0, 0.5); }
      .digest-title ol li:before {
        margin-left: -2rem;
        padding-right: 1rem; }
      .digest-title ol li h1 {
        font-family: "Founders";
        font-size: 2.7rem;
        line-height: 1;
        padding-top: 0.25rem; }
        .digest-title ol li h1 a:hover {
          color: #b88b58; }
  @media (max-width: 480px) {
    .digest-title {
      width: 100%; } }

.digest-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .digest-wrapper ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style-type: none;
    counter-reset: ol-counter; }
    @media (max-width: 480px) {
      .digest-wrapper ol {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .digest-wrapper ol .left {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 3%; }
      @media (max-width: 480px) {
        .digest-wrapper ol .left {
          margin: 0; } }
    .digest-wrapper ol .right {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .digest-wrapper ol li {
      margin-bottom: 0.25em;
      font-family: "Founders";
      font-size: 2.4rem;
      letter-spacing: 0;
      font-weight: normal;
      color: rgba(0, 0, 0, 0.8);
      padding: 0.25em 0;
      padding-left: 1em;
      border-bottom: 1px solid #aaa; }
      @media only screen and (max-width: 1024px) {
        .digest-wrapper ol li:before {
          font-size: 2.2rem !important; } }
      @media only screen and (max-width: 1024px) {
        .digest-wrapper ol li {
          font-size: 2.2rem; } }
      @media only screen and (max-width: 480px) {
        .digest-wrapper ol li {
          font-size: 2.2rem;
          line-height: 1.1; } }
      .digest-wrapper ol li a {
        color: rgba(0, 0, 0, 0.8); }
        .digest-wrapper ol li a:hover span {
          color: #2800d7; }
      .digest-wrapper ol li span {
        font-family: "Founders";
        display: block; }
        .digest-wrapper ol li span:first-of-type {
          font-family: "Founders";
          color: #b88b58; }
          @media only screen and (max-width: 480px) {
            .digest-wrapper ol li span:first-of-type {
              font-family: "Founders"; } }
      .digest-wrapper ol li:before {
        content: counter(ol-counter) ".";
        counter-increment: ol-counter;
        font-size: 2.4rem;
        margin-left: -3rem;
        position: absolute;
        color: rgba(0, 0, 0, 0.5); }

@media (max-width: 1480px) {
  body[data-template="digest"] .main-wrap {
    padding: 0 1rem !important; } }

body[data-template="digest"] .digest-archive {
  border-top: 18px solid white; }

body[data-template="digest"] .digest-title {
  padding-left: 0; }

body[data-template="digest"] .digest-wrapper ol li {
  padding-top: 160px; }
  @media (max-width: 560px) {
    body[data-template="digest"] .digest-wrapper ol li {
      padding-left: 0; } }
  @media (max-width: 560px) {
    body[data-template="digest"] .digest-wrapper ol li:before {
      content: ' '; } }
  body[data-template="digest"] .digest-wrapper ol li:last-of-type {
    padding-bottom: 135px; }

.join-us, .snippet-contribute {
  background: #f1f1f1;
  padding: 1.85em;
  padding-left: 0;
  margin: 0; }
  .join-us h3, .join-us p, .snippet-contribute h3, .snippet-contribute p {
    font-family: "Founders";
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.8); }
    .join-us h3 a, .join-us p a, .snippet-contribute h3 a, .snippet-contribute p a {
      color: #b88b58;
      border-bottom: 2px solid #b88b58;
      line-height: 1; }
      .join-us h3 a:hover, .join-us p a:hover, .snippet-contribute h3 a:hover, .snippet-contribute p a:hover {
        color: white;
        border-bottom: 2px solid white; }
  .join-us input, .snippet-contribute input {
    background: white;
    font-family: "Founders";
    font-size: 1.8rem;
    line-height: 1;
    padding: 0.5em 0.75em;
    padding-bottom: 0.25rem;
    color: rgba(0, 0, 0, 0.8); }
    .join-us input::-webkit-input-placeholder, .snippet-contribute input::-webkit-input-placeholder {
      -webkit-transition: opacity 300ms ease-in-out;
              transition: opacity 300ms ease-in-out; }
    .join-us input::-moz-placeholder, .snippet-contribute input::-moz-placeholder {
      transition: opacity 300ms ease-in-out; }
    .join-us input:-ms-input-placeholder, .snippet-contribute input:-ms-input-placeholder {
      transition: opacity 300ms ease-in-out; }
    .join-us input::placeholder, .snippet-contribute input::placeholder {
      -webkit-transition: opacity 300ms ease-in-out;
              transition: opacity 300ms ease-in-out; }
    .join-us input:focus, .snippet-contribute input:focus {
      outline: none; }
      .join-us input:focus::-webkit-input-placeholder, .snippet-contribute input:focus::-webkit-input-placeholder {
        opacity: 0; }
      .join-us input:focus::-moz-placeholder, .snippet-contribute input:focus::-moz-placeholder {
        opacity: 0; }
      .join-us input:focus:-ms-input-placeholder, .snippet-contribute input:focus:-ms-input-placeholder {
        opacity: 0; }
      .join-us input:focus::placeholder, .snippet-contribute input:focus::placeholder {
        opacity: 0; }
    .join-us input.email, .snippet-contribute input.email {
      width: 50%;
      margin-right: 0.5em; }
    .join-us input.button, .snippet-contribute input.button {
      height: 33px; }
      .join-us input.button:hover, .snippet-contribute input.button:hover {
        cursor: pointer;
        color: #b88b58; }

.snippet-contribute {
  text-align: center;
  padding-left: 1.85em;
  margin: 2em 0;
  padding-bottom: 1.3em; }
  .snippet-contribute p:last-child {
    padding-bottom: 0; }

.donate {
  background: #f1f1f1;
  padding: 1.85em;
  margin: 2em 0; }
  .donate .donate-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .donate .donate-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5em; }
    .donate .donate-open input {
      font-family: "Founders";
      font-size: 1.5rem;
      padding-bottom: 0;
      text-align: center; }
    .donate .donate-open button {
      margin-right: 12px; }
      .donate .donate-open button.submit {
        margin-right: 0; }
    .donate .donate-open .amount {
      margin-right: 12px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .donate button {
    font-family: "Founders";
    font-size: 24px;
    line-height: 24px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem 0 1rem;
    background: white;
    height: 2.5rem; }
    .donate button.donate-toggle {
      width: 45%; }
    .donate button:hover {
      color: #b88b58;
      cursor: pointer; }
    .donate button:focus {
      outline: 0; }
  .donate p {
    font-family: "Founders";
    font-size: 24px;
    line-height: 28.8px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: rgba(0, 0, 0, 0.8);
    padding-right: 1.5em;
    padding-bottom: 0; }
    .donate p a {
      color: #b88b58;
      border-bottom: 2px solid #b88b58; }
      .donate p a:hover {
        color: white;
        border-bottom: 2px solid white; }
  .donate input {
    background: white;
    font-size: 20px;
    line-height: 24px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.75rem 0.25rem 0;
    color: rgba(0, 0, 0, 0.8); }
    .donate input:focus {
      outline: none; }
    .donate input.email {
      width: 75%;
      margin-right: 0.5em; }
    .donate input.button:hover {
      cursor: pointer;
      color: #b88b58; }
  .donate .selected {
    color: #b88b58; }

.about {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 3.5em 0 0 2.5em;
  max-width: 280px;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

main.single-page {
  margin-top: 0;
  padding-top: 10rem; }
  @media only screen and (max-width: 560px) {
    main.single-page {
      padding-top: 4rem; } }

.about-image img, .single-image img {
  width: 100%;
  display: block; }

.bio-cv {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  background: black;
  overflow: hidden;
  z-index: 100;
  display: none;
  -webkit-transition: display 800ms ease;
  transition: display 800ms ease; }
  .bio-cv .inner {
    width: 100%;
    max-width: 1890px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
    .bio-cv .inner .bio-text {
      position: relative;
      overflow: hidden;
      width: 85%;
      max-width: 700px;
      margin: 1.75em 0 0 6%; }
      @media only screen and (max-width: 1400px) {
        .bio-cv .inner .bio-text {
          margin-left: 12.5%; } }
  .bio-cv.show {
    display: block;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 400ms;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 400ms;
            animation-duration: 400ms; }
  .bio-cv .bio {
    position: relative;
    width: 57%;
    float: left;
    margin-right: 6%; }
  .bio-cv .details {
    position: relative;
    width: 37%;
    float: left; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 0.3; }
  60% {
    opacity: 0.5; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 0.3; }
  60% {
    opacity: 0.5; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 1; } }

/* Home */
.inline {
  margin-left: -120px;
  max-width: 580px;
  padding: 1.5em 0; }
  .inline img {
    max-width: 100%; }
  .inline figcaption {
    font-family: "Founders";
    font-size: 12px;
    line-height: 18px;
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding: 0.5em 0;
    color: #aaa; }
    .inline figcaption:before {
      content: 'Photographer:';
      padding-right: 0.5em; }

body[data-page-transition-loading="true"] {
  pointer-events: none !important; }

#page-container {
  position: relative;
  min-height: 100vh; }

#incoming-page-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

#page-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  pointer-events: none;
  z-index: 99999999; }

.wingnote {
  position: absolute;
  left: -75%;
  max-width: 380px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-indent: 0;
  color: rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 1480px) {
    .wingnote {
      max-width: 340px;
      left: -70%; } }
  .wingnote span {
    position: absolute;
    left: -1.5rem; }

.author-page h4 {
  margin-bottom: 1em;
  color: #b88b58; }

.author-page .author-profile {
  margin: 1.2rem 0;
  max-width: 95%; }
  .author-page .author-profile p {
    padding: 0; }
  .author-page .author-profile ul {
    list-style: none;
    padding-top: 2.4rem; }
    .author-page .author-profile ul li {
      font-family: "Founders";
      font-size: 1.8rem; }
      .author-page .author-profile ul li span {
        padding-right: 1rem; }

.author-articles {
  margin-top: 5rem; }

.author-archive {
  counter-reset: article-counter;
  padding-top: 1.2rem; }
  .author-archive ul {
    list-style: none; }
    .author-archive ul li {
      font-family: "Lyon";
      font-size: 1.8rem;
      line-height: 1.25;
      position: relative; }
      .author-archive ul li a:hover {
        color: #b88b58; }

.category-archive {
  counter-reset: article-counter; }
  .category-archive ul {
    list-style: none; }
    .category-archive ul li {
      font-family: "Edme-Regular";
      font-size: 2.1rem;
      line-height: 1.25;
      position: relative; }
      .category-archive ul li a:hover {
        color: #b88b58; }
      .category-archive ul li span {
        font-size: 2.2rem !important;
        opacity: 0.5; }

[data-template="default"] .menu-fixed {
  top: 0 !important; }

[data-template="default"] header {
  height: 0; }

[data-template="default"] .main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  font: inherit;
  font-family: "Lyon";
  font-size: 2.1rem;
  max-width: 1480px;
  padding: 0 8rem; }
  @media (max-width: 1480px) {
    [data-template="default"] .main-wrap {
      padding: 0 4rem; } }
  @media (max-width: 767px) {
    [data-template="default"] .main-wrap {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      padding: 0 1.5rem; } }
  [data-template="default"] .main-wrap h1, [data-template="default"] .main-wrap h2, [data-template="default"] .main-wrap p {
    font-size: 2.1rem !important; }
  [data-template="default"] .main-wrap h2 {
    border-top: 1px solid;
    color: #272727;
    display: block;
    font-family: "Founders";
    margin-top: 2.1rem;
    padding-top: 0.5rem;
    text-transform: uppercase; }
  [data-template="default"] .main-wrap dl dt {
    text-transform: uppercase; }
  [data-template="default"] .main-wrap dl dd {
    text-indent: -4rem;
    margin-left: 4rem; }
    [data-template="default"] .main-wrap dl dd + dt {
      padding-top: 2.1rem; }
  [data-template="default"] .main-wrap ul {
    list-style: none; }
    [data-template="default"] .main-wrap ul li {
      text-indent: -4rem;
      margin-left: 4rem; }
      [data-template="default"] .main-wrap ul li p {
        padding-bottom: 0; }
  [data-template="default"] .main-wrap ol {
    counter-reset: item; }
    [data-template="default"] .main-wrap ol li {
      display: block;
      padding-bottom: 2.1rem; }
      [data-template="default"] .main-wrap ol li ol {
        padding-left: 4rem; }
        [data-template="default"] .main-wrap ol li ol li {
          padding-bottom: 0; }
      [data-template="default"] .main-wrap ol li:before {
        content: counters(item, ".") " ";
        counter-increment: item; }
  [data-template="default"] .main-wrap .title {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4; }
    @media (max-width: 767px) {
      [data-template="default"] .main-wrap .title {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 100%; } }
  [data-template="default"] .main-wrap .single-wrapper {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4; }
    @media (max-width: 767px) {
      [data-template="default"] .main-wrap .single-wrapper {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 100%; } }

#page-container {
  min-height: 100vh; }

.lightbox-gallery {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10000; }
  .lightbox-gallery__slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .lightbox-gallery__slider figure {
      width: 100vw;
      height: 100vh;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 1rem; }
      .lightbox-gallery__slider figure img {
        max-height: 680px;
        padding: 2.5rem; }
      .lightbox-gallery__slider figure figcaption {
        padding-top: 1.5rem; }
  .lightbox-gallery__close {
    font-family: "Founders";
    position: absolute;
    top: 3rem;
    right: 3rem;
    z-index: 80; }
    .lightbox-gallery__close:before {
      content: '('; }
    .lightbox-gallery__close:after {
      content: ')'; }

.flickity-prev-next-button {
  background: transparent !important; }

.flickity-page-dots {
  display: none; }

@media (max-width: 560px) {
  .flickity-prev-next-button {
    display: none; } }
