html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*Typography
$base-font-family: $font-stack-system;
$heading-font-family: $base-font-family;

// Line height
$base-line-height: 1.5;
$heading-line-height: 1.2;

// Other Sizes
$base-border-radius: 3px;
$base-spacing: $base-line-height * 1em;
$small-spacing: $base-spacing / 2;
$base-z-index: 0;

// Colors
$blue: #1565c0;
$dark-gray: #333;
$medium-gray: #999;
$light-gray: #ddd;

// Font Colors
$base-font-color: $dark-gray;
$action-color: $blue;

// Border
$base-border-color: $light-gray;
$base-border: 1px solid $base-border-color;

// Background Colors
$base-background-color: #fff;
$secondary-background-color: tint($base-border-color, 75%);

// Focus
$focus-outline-color: transparentize($action-color, 0.4);
$focus-outline-width: 3px;
$focus-outline: $focus-outline-width solid $focus-outline-color;
$focus-outline-offset: 2px;

// Animations
$base-duration: 150ms;
$base-timing: ease;
*/
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0; }

img {
  max-width: 100%; }

::-moz-selection {
  background-color: #a0c5ff;
  color: #2a2a2a; }

::selection {
  background-color: #a0c5ff;
  color: #2a2a2a; }

html {
  font-size: 100%;
  /* Sets baseline of 16px for REM calculations */ }
  @media screen and (max-width: 992px) {
    html {
      font-size: 95%; } }

body {
  font-family: 'mallory', sans-serif;
  font-weight: 400; }

article.type-system-sans {
  text-align: left;
  font-family: "EB Garamond", sans-serif;
  text-align: left; }
  article.type-system-sans::after {
    clear: both;
    content: "";
    display: table; }
  article.type-system-sans h1,
  article.type-system-sans h2,
  article.type-system-sans h3,
  article.type-system-sans p {
    margin: 0; }
  article.type-system-sans hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0; }
  article.type-system-sans p, article.type-system-sans ul, article.type-system-sans ol {
    line-height: 1.2em;
    text-align: left !important; }
  article.type-system-sans em {
    font-family: "EB Garamond", sans-serif;
    font-size: 1em;
    line-height: 1.3em; }
  article.type-system-sans a {
    color: #2a2a2a;
    text-decoration: none; }
    article.type-system-sans a:hover {
      color: #418cff; }
  article.type-system-sans h1 {
    font-family: "Mallory", sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    color: #418cff;
    line-height: 1.1em; }
  article.type-system-sans h2 {
    font-family: "Mallory", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4em;
    color: #2a2a2a; }
    @media (max-width: 650px) {
      article.type-system-sans h2 {
        font-size: 1.2em; } }
  article.type-system-sans h3 {
    font-family: "Mallory", sans-serif;
    font-size: .95em;
    font-weight: 300;
    line-height: 1.4em;
    color: #2a2a2a; }
    @media (max-width: 650px) {
      article.type-system-sans h3 {
        font-size: 1.1em; } }
  article.type-system-sans i {
    color: #83cdef; }
  article.type-system-sans h4 {
    font-family: "Mallory", sans-serif;
    line-height: 1.1em;
    color: #37d19f;
    font-size: 1.1em !important;
    font-weight: 700;
    display: inline;
    text-align: left !important;
    maring-bottom: .7em !important;
    text-transform: uppercase; }
    @media (max-width: 650px) {
      article.type-system-sans h4 {
        font-size: .95em !important; } }
  article.type-system-sans code {
    background: #f7f7f7;
    border-radius: 4.5px;
    border: 1px solid #e0e0e0;
    font-family: monaco;
    font-size: 0.65em;
    font-style: normal;
    padding: 0.1em 0.4em;
    white-space: nowrap; }
  article.type-system-sans p.date {
    color: rgba(42, 42, 42, 0.8);
    font-family: "Mallory", sans-serif;
    font-size: 0.85em;
    margin-bottom: 0.5em;
    text-align: center !important; }
    @media (max-width: 650px) {
      article.type-system-sans p.date {
        font-size: 1em; } }
  article.type-system-sans p, article.type-system-sans ul, article.type-system-sans ol {
    font-family: "Mallory", sans-serif;
    font-weight: 300;
    font-size: 1.08em;
    letter-spacing: 1;
    margin-bottom: 1.5em; }
    article.type-system-sans p span, article.type-system-sans ul span, article.type-system-sans ol span {
      font-family: "Mallory", sans-serif;
      font-weight: 300;
      line-height: 1em; }
    article.type-system-sans p .span-italic, article.type-system-sans ul .span-italic, article.type-system-sans ol .span-italic {
      text-transform: italic; }
    @media screen and (max-width: 650px) {
      article.type-system-sans p, article.type-system-sans ul, article.type-system-sans ol {
        font-size: 1.2em; } }
  article.type-system-sans hr {
    width: 3em; }
  article.type-system-sans .italic {
    text-transform: italic; }
  article.type-system-sans a.read-more {
    display: inline-block;
    font-family: "Mallory", sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    margin-left: 0.2em;
    position: relative;
    text-transform: uppercase; }
    article.type-system-sans a.read-more span {
      font-size: 1em;
      position: absolute;
      right: -10px;
      top: -2px; }
  article.type-system-sans p.author {
    font-family: "Mallory", sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-align: center !important; }
    @media (max-width: 650px) {
      article.type-system-sans p.author {
        font-size: 1.25em; } }

p.side-caption {
  color: grey !important;
  font-weight: 300;
  font-size: .9em !important;
  text-align: left;
  margin: 0 auto; }
  @media (max-width: 650px) {
    p.side-caption {
      padding: 0 10px 0 5px; } }

a {
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  transition: color 0.15s linear;
  text-decoration: none; }

.divider-top {
  border-bottom: #d6d6d6 1px solid;
  margin: .5em 0 .5em 0;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto; }
  .divider-top::after {
    clear: both;
    content: "";
    display: table; }

.divider-small {
  border-bottom: 0px solid;
  margin: .5em 0 .5em 0; }

.divider-question {
  border-bottom: 0px solid;
  margin: 2em 0 2em 0;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto; }
  .divider-question::after {
    clear: both;
    content: "";
    display: table; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding: 15px 20px;
  -webkit-transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear, opacity 0.15s linear;
  -moz-transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear, opacity 0.15s linear;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear, opacity 0.15s linear;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Alfa Slab One'; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  .btn:active,
  .btn:focus {
    outline: 0; }

.button-inline {
  appearance: none;
  border-radius: px;
  border: 4px solid #418cff;
  color: #ffffff;
  background-color: #418cff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 11px;
  margin: 1.5% 1% 1.5% 1%;
  text-align: center;
  text-decoration: none;
  transition: background-color linear;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'mallory', sans-serif;
  font-weight: 400; }
  .button-inline:hover {
    background-color: #fff;
    border: 4px solid #418cff;
    color: #418cff; }
  .button-inline:focus {
    outline: #4f6b80; }
  .button-inline:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .button-inline:disabled:hover {
      background-color: #e4b33f; }

.button-inline-red {
  appearance: none;
  border-radius: px;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 15px;
  margin: 1%;
  text-align: center;
  text-decoration: none;
  transition: background-color linear;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'mallory', sans-serif;
  font-weight: 400; }
  .button-inline-red:hover {
    background-color: #000;
    color: #fff; }
  .button-inline-red:focus {
    outline: #ef212b; }
  .button-inline-red:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .button-inline-red:disabled:hover {
      background-color: #ef212b; }

.photo-box {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 2em; }
  .photo-box::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 900px) {
    .photo-box {
      max-width: 95%;
      margin-left: auto;
      margin-right: auto; }
      .photo-box::after {
        clear: both;
        content: "";
        display: table; } }
  .photo-box img {
    padding: 15px; }
    @media (max-width: 650px) {
      .photo-box img {
        max-height: 250px; } }
  @media (max-width: 650px) {
    .photo-box {
      margin-bottom: 0; } }

.photo-thirds {
  display: table-cell;
  width: 33.3333333333%; }
  @media (max-width: 900px) {
    .photo-thirds {
      display: table-cell;
      width: 33.3333333333%;
      padding: 0 5px 0 0; } }
  @media (max-width: 650px) {
    .photo-thirds {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-top: 20px; }
      .photo-thirds:last-child {
        margin-right: 0; } }
