@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Global
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================
   Baseline Reset
   ========================================================================== */
html {
  font: 0.66667 "B_Proportional-Bold", courier, monospace;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  padding-top: 4.875em; }
  @media (max-width: 600px) {
    body {
      padding-top: 3.75em; } }

/* ==========================================================================
   Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

/* =========================================================================
   Anchor
   ========================================================================== */
a {
  text-decoration: none; }

/* ==========================================================================
   Paragraph
   ========================================================================== */
p {
  margin: 0; }

/* ==========================================================================
   List
   ========================================================================== */
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* ==========================================================================
   Preformatted Text
   ========================================================================== */
pre {
  white-space: pre;
  overflow-x: auto; }

/* ==========================================================================

Font Face
Author: @roxana

========================================================================== */
@font-face {
  font-family: 'B_Proportional-Bold';
  font-style: normal;
  font-weight: 700;
  src: local("BMono Proportional"), url("https://assets.braintreegateway.com/fonts/B_Proportional-Bold.woff") format("woff"), url("https://assets.braintreegateway.com/fonts/B_Proportional-Bold.woff2") format("woff2");
  font-display: swap; }

/*
 *
 * Avenir Next
 *
 */
@font-face {
  font-family: "Avenir Next W01_n5";
  src: url("../fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Avenir Next W01";
  src: url("../fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix");
  src: url("../fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"), url("../fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"), url("../fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype"), url("../fonts/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg#a89d6ad1-a04f-4a8f-b140-e55478dbea80") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Avenir Next W01_n4";
  src: url("../fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Avenir Next W01";
  src: url("../fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
  src: url("../fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"), url("../fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("../fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"), url("../fonts/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Avenir Next W01_n6";
  src: url("../fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Avenir Next W01";
  src: url("../fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix");
  src: url("../fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix") format("eot"), url("../fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff"), url("../fonts/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf") format("truetype"), url("../fonts/ed104d8c-7f39-4e8b-90a9-4076be06b857.svg#ed104d8c-7f39-4e8b-90a9-4076be06b857") format("svg");
  font-weight: 600;
  font-style: normal; }

/* ==========================================================================

  Colors
  Author: @trevor

========================================================================== */
/*
 * Greys / Whites
 */
/*
 * Primary Colors
 */
/*
 * Secondary Colors
 */
/*
 * Red, warnings, cautionary tales etc
 */
/* ==========================================================================

  Code Snippets
  Purpose: Overwrites styling from Neuron

========================================================================== */
code {
  overflow: auto;
  padding: 2px 4px;
  font-family: "B_Proportional-Bold", courier, monospace;
  font-weight: 600;
  background: #FAFAFA;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  font-size: .8em;
  margin: 0 2px; }

pre {
  font-family: "B_Proportional-Bold", courier, monospace;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 21px;
  background-color: #FAFAFA;
  padding: 15px 0 15px 20px;
  border: 1px solid #EBEBEB;
  margin-right: -20px;
  margin-bottom: 24px;
  margin-left: -20px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 600px) {
    pre {
      margin-right: 0;
      margin-left: 0; } }
  pre code {
    color: #99989B;
    font-size: 14px;
    line-height: 21px;
    background-color: transparent;
    border: 0;
    padding: 0; }

[class*="lang-"] {
  padding: 24px;
  display: block;
  line-height: 24px;
  font-weight: 600;
  font-size: 14px;
  background: #FAFAFA;
  color: #666869;
  border-radius: 3px; }

.hljs {
  display: block;
  color: #666869; }

.hljs-comment {
  color: #999b9c; }

.hljs-variable, .hljs-regexp, .xml .hljs-tag .hljs-title, .xml .hljs-pi, .xml .hljs-doctype, .html .hljs-doctype, .css .hljs-id, .css .hljs-class, .css .hljs-pseudo {
  color: #ED574A; }

.hljs-number, .hljs-pragma, .hljs-built_in, .hljs-literal, .hljs-params {
  color: #A574D0; }

.ruby .hljs-constant, .ruby .hljs-class .hljs-title, .css .hljs-rules .hljs-attribute {
  color: #fff278; }

.hljs-string, .css .hljs-hexcolor, .javascript .hljs-function {
  color: #44B8B4; }

.hljs-function, .hljs-keyword, .python .hljs-decorator, .python .hljs-title, .ruby .hljs-function .hljs-title, .ruby .hljs-title .hljs-keyword, .perl .hljs-sub, .javascript .hljs-title, .coffeescript .hljs-title, .java .hljs-title, .hljs-preprocessor, .hljs-inheritance, .hljs-header, .ruby .hljs-symbol, .xml .hljs-cdata {
  color: #35A2E6; }

.lang-html .hljs-title {
  color: #ED574A; }

.hljs-attribute {
  color: #E00000 !important; }

.hljs-constant {
  color: #b34b00 !important; }

.hljs-title {
  color: #1524D9 !important; }

.hljs-tag {
  color: #666869 !important; }

.hljs-value {
  color: #00CBB6 !important; }

/* ==========================================================================

  The Grid

========================================================================== */
.grid-container {
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 900px) {
    .grid-container {
      padding: 0; } }

.grid {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-right: 40px;
  padding-left: 40px; }
  .grid .grid {
    padding: 0; }
  @media (max-width: 600px) {
    .grid {
      padding-right: 15px;
      padding-left: 15px; } }

.grid:after {
  content: '';
  display: table;
  clear: both; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.container {
  width: 800px; }

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-lg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-lg-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-lg-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-lg-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-lg-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-lg-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-lg-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-lg-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-lg-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-lg-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-lg-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-lg-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-lg-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-lg-offset-0 {
  margin-left: 0; }

.col-lg-offset-1 {
  margin-left: 8.33333333%; }

.col-lg-offset-2 {
  margin-left: 16.66666667%; }

.col-lg-offset-3 {
  margin-left: 25%; }

.col-lg-offset-4 {
  margin-left: 33.33333333%; }

.col-lg-offset-5 {
  margin-left: 41.66666667%; }

.col-lg-offset-6 {
  margin-left: 50%; }

.col-lg-offset-7 {
  margin-left: 58.33333333%; }

.col-lg-offset-8 {
  margin-left: 66.66666667%; }

.col-lg-offset-9 {
  margin-left: 75%; }

.col-lg-offset-10 {
  margin-left: 83.33333333%; }

.col-lg-offset-11 {
  margin-left: 91.66666667%; }

.start-lg {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-lg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.end-lg {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-lg {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-lg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-lg {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-lg {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-lg {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-lg {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-lg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media (max-width: 900px) {
  .container {
    width: 900px; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (max-width: 600px) {
  .container {
    width: 600px; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn-fromBottom {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn-fromBottom {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn-fromBottom {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn-fromBottom {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn-fromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }
  70% {
    -webkit-transform: translateY(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeIn-fromBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px); }
  70% {
    -moz-transform: translateY(-5px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeIn-fromBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px); }
  70% {
    -moz-transform: translateY(-5px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeIn-fromBottom {
  0% {
    opacity: 0;
    -o-transform: translateY(30px); }
  70% {
    -o-transform: translateY(-5px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeIn-fromBottom {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  70% {
    transform: translateY(-5px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeIn-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.07); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes fadeIn-zoom {
  0% {
    opacity: 0;
    -moz-transform: scale(1.07); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

@-ms-keyframes fadeIn-zoom {
  0% {
    opacity: 0;
    -ms-transform: scale(1.07); }
  100% {
    opacity: 1;
    -ms-transform: scale(1); } }

@-o-keyframes fadeIn-zoom {
  0% {
    opacity: 0;
    -o-transform: scale(1.07); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@keyframes fadeIn-zoom {
  0% {
    opacity: 0;
    transform: scale(1.07); }
  100% {
    opacity: 1;
    transform: scale(1); } }

a {
  color: #282A2F;
  font-weight: 600; }

.link__basic--white {
  color: #FFF;
  border-bottom: 1px solid transparent;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }
  .link__basic--white:hover {
    border-bottom: 1px solid #EBEBEB; }

.link__basic--grey {
  color: #99989B;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }
  .link__basic--grey:hover {
    color: #000; }

.link__basic--underline--dark, .post__content a {
  border-bottom: 1px solid #99989B;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }
  .link__basic--underline--dark:hover, .post__content a:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB; }

.link__basic--dotted--dark {
  border-bottom: 1px dotted #666869;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }
  .link__basic--dotted--dark:hover {
    border-bottom: 1px solid #282A2F; }

.link__basic--dotted--white {
  color: #FFF;
  border-bottom: 1px dotted #99989B;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }
  .link__basic--dotted--white:hover {
    border-bottom: 1px solid #FFF; }

.link__basic--underline--white {
  color: #FFF;
  border-bottom: 1px solid #FFF; }
  .link__basic--underline--white:hover {
    border-bottom: 2px solid #EBEBEB; }

.link__basic--underline--grey {
  color: #99989B;
  border-bottom: 1px solid #99989B;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }
  .link__basic--underline--grey:hover {
    color: #666869;
    background-color: #EBEBEB;
    border-color: #EBEBEB; }

.link__basic--underline--green {
  color: #3E3C42;
  border-bottom: 1px solid #5ECC8F; }

.link__basic--black {
  color: #000;
  border-bottom: 1px solid transparent;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }
  .link__basic--black:hover {
    border-bottom: 1px solid #666869; }

.link__basic--grey-mid {
  color: #99989B;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }
  .link__basic--grey-mid:hover {
    color: #EBEBEB; }

.link__button, .search .ais-infinite-hits--showmore button {
  color: white;
  display: inline-block;
  background: #202020;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  height: 2.31rem;
  padding-left: 1.155rem;
  padding-right: 1.155rem;
  padding-top: 0.4rem;
  padding-bottom: 0.33rem;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }
  .link__button:hover, .search .ais-infinite-hits--showmore button:hover {
    background: #1524D9; }

.link__button--secondary, .post-tags a {
  border-radius: 4px;
  background: #1524D9;
  color: #FFFFFF;
  white-space: nowrap; }
  .link__button--secondary:hover, .post-tags a:hover {
    background: #d8dbfb;
    color: #1524D9; }

/*
 * Button Styles
 */
.button {
  color: white;
  height: 50px;
  padding: 0 40px;
  border: 0;
  background: #202020;
  border-radius: 4px; }

.button__solid--green {
  background-color: #5ECC8F;
  color: #FFF; }

/* ==========================================================================

Global Type Baseline
Author: @trevor

Purpose: Provides main typographic baseline for project. Calculated based
on a 6px baseline, and line height of 30/16 OR 1.875

========================================================================== */
html {
  font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #202020;
  font-weight: 500; }

body {
  font-size: 16px;
  margin: auto; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 600;
  color: inherit; }

h1,
.alpha {
  font-size: 36px; }

h2,
.beta {
  font-size: 30px; }

h3,
.gamma {
  font-size: 24px; }

h4,
.delta {
  font-size: 20px; }

h5,
.epsilon {
  font-size: 18px; }

p, ul, ol {
  font-weight: 500;
  margin-top: 0;
  padding: 0;
  margin-bottom: 30px;
  margin-bottom: 24px; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

b, strong, em, small {
  line-height: 1; }

@media (max-width: 599px) {
  h1,
  .alpha {
    font-size: 28px; } }

/* ==========================================================================

  Utilities

========================================================================== */
/*
 * Typographic Helpers
 */
.t-700 {
  font-weight: 700; }

.t-small {
  font-size: 13px; }

.t-small-1 {
  font-size: 14px; }

.t-centered {
  text-align: center; }

.t-uppercase {
  text-transform: uppercase; }

/*
 * Layout Helpers
 */
.right {
  float: right; }

.left {
  float: left; }

.inline {
  display: inline-block; }

.block {
  display: block; }

.margin-centered {
  margin: 0 auto; }

.margin-top, .post__content img, .post__content iframe {
  margin-top: 18px; }

.margin-top--medium, .resultsinfo {
  margin-top: 48px; }

.margin-top--large {
  margin-top: 90px; }
  @media (max-width: 440px) {
    .margin-top--large {
      margin-top: 72px; } }

.margin-right--small {
  margin-right: 10px; }

.margin-right--medium {
  margin-right: 20px; }

.margin-bottom--small {
  margin-bottom: 12px; }

.margin-bottom--medium {
  margin-bottom: 48px; }

.margin-bottom--large {
  margin-bottom: 90px; }
  @media (max-width: 600px) {
    .margin-bottom--large {
      margin-bottom: 72px; } }

.padding-top--large {
  padding-top: 90px; }

.padding--medium {
  padding: 30px; }

.padding-left--medium, .post__content li > ul {
  padding-left: 30px; }
  @media (max-width: 600px) {
    .padding-left--medium, .post__content li > ul {
      padding: 0; } }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.margin-y--xlarge {
  margin-top: 170px;
  margin-bottom: 170px; }

.margin-y--large {
  margin-top: 90px;
  margin-bottom: 90px; }

.margin-y--medium, .resultspost {
  margin-top: 48px;
  margin-bottom: 48px; }

.margin-y--small, .post__related-posts__item {
  margin-top: 12px;
  margin-bottom: 12px; }

.padding-y--large {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 600px) {
    .padding-y--large {
      padding-top: 72px;
      padding-bottom: 72px; } }

.padding-y--medium {
  padding-top: 30px;
  padding-bottom: 30px; }

.margin-x--minute {
  margin-right: 5px;
  margin-left: 5px; }

/*
 * Visual Helpers
 */
.divider--dotted {
  width: 100%;
  border-top: 1px dotted #EBEBEB; }

.divider--squiggle {
  height: 86px;
  width: 84px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjczcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgNzMgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuMi4yICg5OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JbXBvcnRlZCBMYXllcnM8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0icG9zdC1kZXRhaWwiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NzkuMDAwMDAwLCAtNTE4LjAwMDAwMCkiIHN0cm9rZT0iI0VBRUFFQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIG9wYWNpdHk9IjAuMyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik02ODAsNTE5IEM2ODguODc0LDUxOSA2ODguODc0LDUyNSA2OTcuNzQ4LDUyNSBDNzA2LjYyMiw1MjUgNzA2LjYyMiw1MTkgNzE1LjQ5Nyw1MTkgQzcyNC4zNzIsNTE5IDcyNC4zNzIsNTI1IDczMy4yNDgsNTI1IEM3NDIuMTI0LDUyNSA3NDIuMTI0LDUxOSA3NTAuOTk5LDUxOSIgaWQ9IkltcG9ydGVkLUxheWVycyIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 33px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 440px) {
    .divider--squiggle {
      display: none; } }

.divider--squiggle-dark {
  height: 12px;
  width: 75px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjczcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgNzMgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuMi4yICg5OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JbXBvcnRlZCBMYXllcnM8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iYXV0aG9yLXByb2ZpbGUiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTAuMDAwMDAwLCAtNTA4LjAwMDAwMCkiIHN0cm9rZT0iI0VBRUFFQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICA8cGF0aCBkPSJNNDUxLDUwOSBDNDU5Ljg3NCw1MDkgNDU5Ljg3NCw1MTUgNDY4Ljc0OCw1MTUgQzQ3Ny42MjIsNTE1IDQ3Ny42MjIsNTA5IDQ4Ni40OTcsNTA5IEM0OTUuMzcyLDUwOSA0OTUuMzcyLDUxNSA1MDQuMjQ4LDUxNSBDNTEzLjEyNCw1MTUgNTEzLjEyNCw1MDkgNTIxLjk5OSw1MDkiIGlkPSJJbXBvcnRlZC1MYXllcnMiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 33px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 440px) {
    .divider--squiggle-dark {
      display: none; } }

.underscore {
  color: #99989B;
  margin: 0 10px; }
  @media (max-width: 600px) {
    .underscore {
      display: none; } }

.background__grey--light {
  background-color: #FAFAFA;
  overflow: auto; }

.background__yellow-light {
  background-color: #FFFBD4; }

.outline--grey-mid {
  border: 1px solid #EBEBEB; }

.overflow-hidden {
  overflow: hidden; }

/* ==========================================================================

  Headers

========================================================================== */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  background-color: #202020;
  color: #FFF;
  padding: 23px;
  overflow: auto; }
  @media (max-width: 900px) {
    .main-header {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 600px) {
    .main-header {
      padding-top: 17px;
      padding-bottom: 17px; } }

.main-header--wrap {
  background-color: #202020;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.main-header__nav, .main-header__item {
  margin: 0;
  display: inline-block; }

.main-header__nav {
  display: flex;
  align-items: center;
  line-height: 26px;
  margin-left: 40px; }
  @media (max-width: 900px) {
    .main-header__nav {
      position: fixed;
      top: 80px;
      left: 0;
      z-index: 99;
      width: 100%;
      display: none; } }

.main-header__item {
  vertical-align: top; }

.main-header__flag {
  width: 40px;
  height: 40px;
  background: url('../images/us_flag.jpg');
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  border-radius: 50%;
}

@media (min-width: 900px) {
  .main-header__flag.mobile {
    display: none;
  }
}

@media (max-width: 900px) {
  .main-header__flag.desktop {
    display: block;
  }
}

.logo-links {
  display: flex;
  align-items: center; }

.logo-link {
  display: inline-block; }

.logo-mark {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1MzBweCIgaGVpZ2h0PSIxMzBweCIgdmlld0JveD0iMCAwIDUzMCAxMzAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUzMCAxMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBpZD0iRmlsbC0xXzZfIiBmaWxsPSIjRkZGRkZGIiBkPSJNMjIuOCw2My4zSDM1YzkuNCwwLDE0LjEtMy4xLDE0LjEtOWMwLTUuOC01LTktMTQuOC05SDIyLjhWNjMuM0wyMi44LDYzLjN6IE0yMi44LDE5Ljh2MTYuNwoJaDEwLjdjOCwwLDEyLjEtMywxMi4xLTguNGMwLTUuNS00LjMtOC40LTEyLjMtOC40TDIyLjgsMTkuOEwyMi44LDE5Ljh6IE01LjksNzIuM3YtOUgxM1YxOS44SDUuOXYtOWgyOC42YzEzLjEsMCwyMS4xLDYsMjEuMSwxNi41CgljMCw2LjktNCwxMS4xLTkuMiwxMy4xYzcuMywyLDEyLjYsNy4yLDEyLjYsMTQuM2MwLDExLjItOC43LDE3LjUtMjMsMTcuNUw1LjksNzIuM0w1LjksNzIuM3oiLz4KPHBhdGggaWQ9IkZpbGwtMl82XyIgZmlsbD0iI0ZGRkZGRiIgZD0iTTExMC43LDQwLjNjLTEuMS0zLjYtMy43LTUuNy03LjItNS43Yy04LjIsMC0xNiw2LTE2LDE3LjF2MTEuN2gxNS44djlINjguMXYtOWgxMFYzNi4xaC03LjkKCXYtOWgxNy4ydjcuNmMyLjktNS4zLDguNy05LjEsMTYuNS05LjFjOC43LDAsMTQuMiw1LDE1LjgsMTIuMUwxMTAuNyw0MC4zIi8+CjxwYXRoIGlkPSJGaWxsLTNfNl8iIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNTguNyw1NGMtMy0xLjEtNy41LTEuOS0xMS42LTEuOWMtNiwwLTExLjcsMS45LTExLjcsNy4zYzAsNCwzLjYsNS45LDguNiw1LjkKCWM2LjksMCwxNC43LTMuNywxNC43LTEwLjFMMTU4LjcsNTRMMTU4LjcsNTR6IE0xNTguNyw0NnYtMi41YzAtNi40LTUuMS05LTEwLjctOWMtNS4yLDAtOS43LDIuMS0xMy4zLDUuNGwtNi4yLTYuNwoJYzQuMy0zLjksMTAuMy03LjUsMTkuNS03LjVjMTEuNCwwLDIwLjIsNiwyMC4yLDE3LjV2MjAuMWg2LjZ2OWgtMTYuMnYtNC44Yy0yLjQsMy45LTkuMSw2LjMtMTUuNiw2LjNjLTkuNCwwLTE3LjUtNC44LTE3LjUtMTQuMgoJYzAtMTEuMSwxMS0xNS40LDIxLTE1LjRDMTUxLjYsNDQuMiwxNTUuNiw0NS4yLDE1OC43LDQ2TDE1OC43LDQ2eiIvPgo8cGF0aCBpZD0iRmlsbC00XzZfIiBmaWxsPSIjRkZGRkZGIiBkPSJNMjAzLjgsNC40aDEwLjV2MTMuOGgtMTAuNVY0LjR6IE0yMzEuOCw2My4zdjlIMTg2di05aDE5VjM2LjFoLTE0LjV2LTloMjMuOXYzNi4xCglMMjMxLjgsNjMuM0wyMzEuOCw2My4zeiIvPgo8cGF0aCBpZD0iRmlsbC01XzZfIiBmaWxsPSIjRkZGRkZGIiBkPSJNMjQzLjEsNjMuM2g2LjlWMzYuMWgtNi41di05aDE1LjhWMzNjMi44LTQuNCw4LjUtNy4zLDE1LjYtNy4zYzEwLjEsMCwxNy40LDYuNCwxNy40LDE2LjYKCXYyMWg2Ljl2OWgtMjMuNXYtOWg3LjJWNDQuOGMwLTcuOC00LjgtMTAuMS05LjItMTAuMWMtNy4xLDAtMTQuMyw1LjMtMTQuMywxMy41djE1aDcuMnY5aC0yMy41VjYzLjMiLz4KPHBhdGggaWQ9IkZpbGwtNl82XyIgZmlsbD0iI0ZGRkZGRiIgZD0iTTMxMiwzNi4xaC0xMS44di05SDMxMlYxMC44aDkuNHYxNi4zaDIyLjF2OWgtMjIuMXYxOWMwLDcsNC45LDkuOSwxMC41LDkuOQoJYzUuMywwLDkuOC0zLDEzLjEtNi4zbDYuMyw2LjVjLTQuMiw0LjUtMTAuNSw4LjYtMTkuNCw4LjZjLTExLjQsMC0xOS45LTYuMy0xOS45LTE4LjNMMzEyLDM2LjEiLz4KPHBhdGggaWQ9IkZpbGwtN182XyIgZmlsbD0iI0ZGRkZGRiIgZD0iTTQwMi41LDQwLjNjLTEuMS0zLjYtMy43LTUuNy03LjItNS43Yy04LjIsMC0xNiw2LTE2LDE3LjF2MTEuN0gzOTV2OWgtMzUuMnYtOWgxMFYzNi4xSDM2MgoJdi05aDE3LjJ2Ny42YzIuOS01LjMsOC43LTkuMSwxNi41LTkuMWM4LjcsMCwxNC4yLDUsMTUuOCwxMi4xTDQwMi41LDQwLjMiLz4KPHBhdGggaWQ9IkZpbGwtOF82XyIgZmlsbD0iI0ZGRkZGRiIgZD0iTTQyNy43LDQ1aDI3LjljLTEuNC02LjUtNy4xLTEwLjgtMTMuNS0xMC44QzQzNC44LDM0LjIsNDI5LjMsMzguNyw0MjcuNyw0NUw0MjcuNyw0NXoKCSBNNDY1LjUsNjUuNGMtNC43LDQuOS0xMyw4LjQtMjIuMyw4LjRjLTE1LjIsMC0yNS45LTEwLjItMjUuOS0yNGMwLTEzLjksMTAuMy0yNCwyNC43LTI0YzE0LjMsMCwyNC4zLDEwLjksMjQuMywyNS43VjUzaC0zOS4xCgljMS42LDcuNSw3LjksMTIuMSwxNi4xLDEyLjFjNi44LDAsMTIuNy0yLjgsMTUuOS02LjJMNDY1LjUsNjUuNEw0NjUuNSw2NS40eiIvPgo8cGF0aCBpZD0iRmlsbC05XzZfIiBmaWxsPSIjRkZGRkZGIiBkPSJNNDg2LDQ1aDI3LjljLTEuNC02LjUtNy4xLTEwLjgtMTMuNS0xMC44QzQ5My4xLDM0LjIsNDg3LjYsMzguNyw0ODYsNDVMNDg2LDQ1eiBNNTIzLjgsNjUuNAoJYy00LjcsNC45LTEzLDguNC0yMi4zLDguNGMtMTUuMiwwLTI1LjktMTAuMi0yNS45LTI0YzAtMTMuOSwxMC4zLTI0LDI0LjctMjRjMTQuMywwLDI0LjMsMTAuOSwyNC4zLDI1LjdWNTNoLTM5LjEKCWMxLjYsNy41LDcuOSwxMi4xLDE2LjEsMTIuMWM2LjgsMCwxMi43LTIuOCwxNS45LTYuMkw1MjMuOCw2NS40TDUyMy44LDY1LjR6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNjAuNCwxMTIuNEwyNTgsMTE3aC0zbDEwLjgtMjAuMmgyLjdsNC40LDIwLjJIMjcwbC0xLTQuNkgyNjAuNHogTTI2Ni42LDEwMC41bC01LDkuNWg2LjlMMjY2LjYsMTAwLjV6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00NDQuOSwxMTUuM2MxLjEsMCwxLjktMC4yLDIuNi0wLjZjMC43LTAuNCwxLjItMC45LDEuNS0xLjVjMC4zLTAuNiwwLjUtMS4zLDAuNS0xLjljMC0wLjYtMC4yLTEuMS0wLjUtMS41CgljLTAuMy0wLjQtMC45LTAuOC0xLjctMS4ybC0yLjUtMS4xYy0xLjQtMC42LTIuNS0xLjMtMy4xLTIuMWMtMC42LTAuOC0wLjktMS43LTAuOS0yLjhjMC0xLjIsMC4zLTIuMiwwLjktMy4xCgljMC42LTAuOSwxLjQtMS42LDIuNS0yLjFjMS4xLTAuNSwyLjMtMC43LDMuNy0wLjdjMS4yLDAsMi4yLDAuMiwzLjEsMC41YzAuOSwwLjMsMS42LDAuOCwyLjMsMS40bC0wLjQsMi43CgljLTEuNS0xLjQtMy4yLTIuMS01LjItMi4xYy0xLjIsMC0yLjIsMC4zLTMsMC45Yy0wLjgsMC42LTEuMiwxLjQtMS4yLDIuM2MwLDAuNSwwLjIsMSwwLjYsMS4zYzAuNCwwLjQsMS4xLDAuOCwyLjEsMS4zbDIuNSwxLjEKCWMxLjMsMC43LDIuMywxLjQsMi44LDIuMWMwLjYsMC44LDAuOCwxLjcsMC44LDIuOGMwLDEuMi0wLjMsMi40LTAuOCwzLjRjLTAuNSwxLTEuNCwxLjktMi41LDIuNWMtMS4yLDAuNy0yLjcsMS00LjUsMQoJYy0yLjUsMC00LjUtMC42LTUuOS0xLjlsMC41LTIuOUM0NDAuOSwxMTQuNSw0NDIuOCwxMTUuMyw0NDQuOSwxMTUuMyIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDY2LjcsMTA0YzEsMS4xLDEuNCwyLjQsMS40LDQuMWMwLDAuNiwwLDEtMC4xLDEuNGMtMC4xLDAuNC0wLjIsMC44LTAuMywxLjNoLTExYy0wLjEsMS41LDAuMywyLjYsMS4xLDMuNAoJYzAuOCwwLjgsMS45LDEuMiwzLjMsMS4yYzEsMCwxLjktMC4xLDIuNy0wLjRjMC44LTAuMiwxLjYtMC42LDIuNC0xLjFsLTAuNCwyLjJjLTEuNSwxLTMuMywxLjUtNS4zLDEuNWMtMS4zLDAtMi41LTAuMy0zLjUtMC45CgljLTEtMC42LTEuNy0xLjQtMi4yLTIuNGMtMC41LTEtMC44LTIuMi0wLjgtMy40YzAtMS4yLDAuMy0yLjUsMC45LTMuOWMwLjYtMS4zLDEuNi0yLjUsMi44LTMuNGMxLjMtMC45LDIuOC0xLjQsNC43LTEuNAoJQzQ2NC4zLDEwMi40LDQ2NS43LDEwMi45LDQ2Ni43LDEwNCBNNDU5LDEwNS44Yy0wLjksMC44LTEuNiwxLjgtMS45LDIuOWg4LjVjMC0wLjIsMC0wLjQsMC0wLjZjMC0xLjEtMC4zLTEuOS0wLjktMi42CgljLTAuNi0wLjYtMS40LTAuOS0yLjUtMC45QzQ2MSwxMDQuNiw0NTkuOSwxMDUsNDU5LDEwNS44Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00NzcuMSwxMDUuMWMtMS4xLDAtMi4xLDAuNC0yLjksMS4yYy0wLjgsMC44LTEuMywyLTEuNiwzLjZsLTEuMSw3LjJoLTIuNmwyLjItMTQuM2gyLjVsLTAuNCwyLjQKCWMxLjItMS43LDIuNi0yLjUsNC4yLTIuNWMwLjQsMCwwLjgsMCwxLjEsMC4xbC0wLjQsMi4zQzQ3Ny45LDEwNS4xLDQ3Ny42LDEwNS4xLDQ3Ny4xLDEwNS4xIi8+Cjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNDg1LDExNy4xIDQ4Mi41LDExNy4xIDQ3OS4xLDEwMi45IDQ4MS43LDEwMi45IDQ4NC4yLDExNCA0OTAuMSwxMDIuOSA0OTIuOCwxMDIuOSAiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQ5NC40LDExNy4xaC0yLjZsMi4yLTE0LjNoMi42TDQ5NC40LDExNy4xeiBNNDk0LjcsMTAwLjFjLTAuMy0wLjMtMC40LTAuNi0wLjQtMWMwLTAuNSwwLjItMC45LDAuNi0xLjMKCWMwLjQtMC40LDAuOC0wLjYsMS4zLTAuNmMwLjQsMCwwLjcsMC4xLDEsMC40YzAuMywwLjMsMC40LDAuNiwwLjQsMWMwLDAuNS0wLjIsMC45LTAuNiwxLjNjLTAuNCwwLjQtMC44LDAuNi0xLjMsMC42CglDNDk1LjMsMTAwLjUsNDk1LDEwMC40LDQ5NC43LDEwMC4xIi8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MDAuNSwxMTYuOGMtMS0wLjYtMS43LTEuNC0yLjItMi40Yy0wLjUtMS0wLjgtMi4xLTAuOC0zLjNjMC0xLjUsMC4zLTIuOSwxLTQuM2MwLjctMS4zLDEuNy0yLjQsMy0zLjIKCWMxLjMtMC44LDIuOS0xLjIsNC42LTEuMmMxLjcsMCwzLjEsMC40LDQuMiwxLjNsLTAuNCwyLjdjLTEtMS4xLTIuMy0xLjYtMy45LTEuNmMtMS4xLDAtMi4xLDAuMy0zLDAuOWMtMC45LDAuNi0xLjYsMS4zLTIuMSwyLjMKCWMtMC41LDAuOS0wLjcsMS45LTAuNywzYzAsMS4zLDAuNCwyLjQsMS4xLDMuMmMwLjcsMC44LDEuOCwxLjIsMywxLjJjMC44LDAsMS42LTAuMSwyLjQtMC40YzAuOC0wLjMsMS41LTAuNywyLjEtMS4zbC0wLjQsMi43CgljLTAuOCwwLjUtMS41LDAuOS0yLjMsMS4xYy0wLjgsMC4yLTEuNiwwLjMtMi40LDAuM0M1MDIuNSwxMTcuNyw1MDEuNCwxMTcuNCw1MDAuNSwxMTYuOCIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNTIzLjIsMTA0YzEsMS4xLDEuNCwyLjQsMS40LDQuMWMwLDAuNiwwLDEtMC4xLDEuNGMtMC4xLDAuNC0wLjIsMC44LTAuMywxLjNoLTExYy0wLjEsMS41LDAuMywyLjYsMS4xLDMuNAoJYzAuOCwwLjgsMS45LDEuMiwzLjMsMS4yYzEsMCwxLjktMC4xLDIuNy0wLjRjMC44LTAuMiwxLjYtMC42LDIuNC0xLjFsLTAuNCwyLjJjLTEuNSwxLTMuMywxLjUtNS4zLDEuNWMtMS4zLDAtMi41LTAuMy0zLjUtMC45CgljLTEtMC42LTEuNy0xLjQtMi4yLTIuNGMtMC41LTEtMC44LTIuMi0wLjgtMy40YzAtMS4yLDAuMy0yLjUsMC45LTMuOWMwLjYtMS4zLDEuNi0yLjUsMi44LTMuNGMxLjMtMC45LDIuOC0xLjQsNC43LTEuNAoJQzUyMC45LDEwMi40LDUyMi4zLDEwMi45LDUyMy4yLDEwNCBNNTE1LjUsMTA1LjhjLTAuOSwwLjgtMS42LDEuOC0xLjksMi45aDguNWMwLTAuMiwwLTAuNCwwLTAuNmMwLTEuMS0wLjMtMS45LTAuOS0yLjYKCWMtMC42LTAuNi0xLjQtMC45LTIuNS0wLjlDNTE3LjUsMTA0LjYsNTE2LjUsMTA1LDUxNS41LDEwNS44Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zODIsODYuNEgzNzFjLTAuOCwwLTEuNCwwLjYtMS41LDEuM2wtNC41LDI4LjRjLTAuMSwwLjYsMC4zLDEuMSwwLjksMS4xaDUuN2MwLjUsMCwxLTAuNCwxLjEtMC45bDEuMy04CgljMC4xLTAuNywwLjgtMS4zLDEuNS0xLjNoMy41YzcuMywwLDExLjUtMy41LDEyLjYtMTAuNWMwLjUtMy4xLDAtNS41LTEuNC03LjFDMzg4LjUsODcuNCwzODUuNyw4Ni40LDM4Miw4Ni40IE0zODMuMyw5Ni44CgljLTAuNiw0LTMuNiw0LTYuNiw0SDM3NWwxLjItNy40YzAuMS0wLjQsMC41LTAuOCwwLjktMC44aDAuOGMyLDAsMy45LDAsNC45LDEuMUMzODMuMyw5NC40LDM4My41LDk1LjQsMzgzLjMsOTYuOCIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzAzLjEsODYuNGgtMTEuMWMtMC44LDAtMS40LDAuNi0xLjUsMS4zbC00LjUsMjguNGMtMC4xLDAuNiwwLjMsMS4xLDAuOSwxLjFoNS4zYzAuOCwwLDEuNC0wLjUsMS41LTEuMwoJbDEuMi03LjZjMC4xLTAuNywwLjgtMS4zLDEuNS0xLjNoMy41YzcuMywwLDExLjUtMy41LDEyLjYtMTAuNWMwLjUtMy4xLDAtNS41LTEuNC03LjFDMzA5LjYsODcuNCwzMDYuOCw4Ni40LDMwMy4xLDg2LjQKCSBNMzA0LjQsOTYuOGMtMC42LDQtMy42LDQtNi42LDRoLTEuN2wxLjItNy40YzAuMS0wLjQsMC41LTAuOCwwLjktMC44aDAuOGMyLDAsMy45LDAsNC45LDEuMUMzMDQuNSw5NC40LDMwNC42LDk1LjQsMzA0LjQsOTYuOCIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzM2LjIsOTYuNmgtNS4zYy0wLjUsMC0wLjgsMC4zLTAuOSwwLjhsLTAuMiwxLjVsLTAuNC0wLjVjLTEuMS0xLjctMy43LTIuMi02LjMtMi4yCgljLTUuOCwwLTEwLjgsNC40LTExLjgsMTAuNmMtMC41LDMuMSwwLjIsNi4xLDIsOC4xYzEuNiwxLjksMy45LDIuNyw2LjcsMi43YzQuNywwLDcuMy0zLDcuMy0zbC0wLjIsMS41Yy0wLjEsMC42LDAuMywxLjEsMC45LDEuMQoJaDQuOGMwLjgsMCwxLjQtMC41LDEuNS0xLjNsMi45LTE4LjFDMzM3LjIsOTcuMSwzMzYuOCw5Ni42LDMzNi4yLDk2LjYgTTMyOC44LDEwNi45Yy0wLjUsMy0yLjksNS4xLTYsNS4xYy0xLjUsMC0yLjgtMC41LTMuNi0xLjQKCWMtMC44LTAuOS0xLjEtMi4yLTAuOC0zLjdjMC41LTMsMi45LTUuMSw1LjktNS4xYzEuNSwwLDIuNywwLjUsMy41LDEuNEMzMjguNywxMDQuMSwzMjksMTA1LjUsMzI4LjgsMTA2LjkiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQxNS4xLDk2LjZoLTUuM2MtMC41LDAtMC44LDAuMy0wLjksMC44bC0wLjIsMS41bC0wLjQtMC41Yy0xLjEtMS43LTMuNy0yLjItNi4zLTIuMgoJYy01LjgsMC0xMC44LDQuNC0xMS44LDEwLjZjLTAuNSwzLjEsMC4yLDYuMSwyLDguMWMxLjYsMS45LDMuOSwyLjcsNi43LDIuN2M0LjcsMCw3LjMtMyw3LjMtM2wtMC4yLDEuNWMtMC4xLDAuNiwwLjMsMS4xLDAuOSwxLjEKCWg0LjhjMC44LDAsMS40LTAuNSwxLjUtMS4zbDIuOS0xOC4xQzQxNi4xLDk3LjEsNDE1LjYsOTYuNiw0MTUuMSw5Ni42IE00MDcuNywxMDYuOWMtMC41LDMtMi45LDUuMS02LDUuMWMtMS41LDAtMi44LTAuNS0zLjYtMS40CgljLTAuOC0wLjktMS4xLTIuMi0wLjgtMy43YzAuNS0zLDIuOS01LjEsNS45LTUuMWMxLjUsMCwyLjcsMC41LDMuNSwxLjRDNDA3LjYsMTA0LjEsNDA3LjksMTA1LjUsNDA3LjcsMTA2LjkiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM2NC40LDk2LjZoLTUuM2MtMC41LDAtMSwwLjMtMS4zLDAuN2wtNy4zLDEwLjhsLTMuMS0xMC40Yy0wLjItMC43LTAuOC0xLjEtMS41LTEuMWgtNS4yCgljLTAuNiwwLTEuMSwwLjYtMC45LDEuMmw1LjksMTcuMmwtNS41LDcuOGMtMC40LDAuNiwwLDEuNSwwLjgsMS41aDUuM2MwLjUsMCwxLTAuMiwxLjMtMC43bDE3LjctMjUuNQoJQzM2NS42LDk3LjUsMzY1LjEsOTYuNiwzNjQuNCw5Ni42Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00MjEuMyw4Ny4ybC00LjUsMjguOWMtMC4xLDAuNiwwLjMsMS4xLDAuOSwxLjFoNC42YzAuOCwwLDEuNC0wLjUsMS41LTEuM2w0LjUtMjguNAoJYzAuMS0wLjYtMC4zLTEuMS0wLjktMS4xaC01LjFDNDIxLjgsODYuNCw0MjEuNCw4Ni43LDQyMS4zLDg3LjIiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 120px;
  height: 30px;
  width: 120px; }

.logo-site {
  color: #FFFFFF;
  font-family: "B_Proportional-Bold", courier, monospace;
  font-size: 18px;
  margin-left: 10px; }

.button--menu {
  display: block;
  color: #FFF;
  border: none;
  display: none;
  cursor: pointer; }
  @media (max-width: 900px) {
    .button--menu {
      line-height: 30px;
      display: block; } }
  @media (max-width: 600px) {
    .button--menu {
      line-height: 24px; } }

.button--menu em {
  position: relative;
  top: -4px;
  height: 3px;
  width: 24px;
  background-color: #FFF;
  display: inline-block;
  transition: background-color 0.2s ease, width 0.2s ease; }
  .button--menu em:before, .button--menu em:after {
    content: "";
    position: absolute;
    right: 0px;
    top: -6px;
    height: 3px;
    width: 100%;
    display: block;
    background-color: #FFF;
    transform-origin: 0% 0%; }
  .button--menu em:after {
    top: 6px;
    width: 16px; }

.page-wrapper {
  position: relative;
  z-index: 10;
  min-height: 100%;
  background: #FFF;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }
  .cssanimations .page-wrapper {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both; }

body.nav--opened .page-wrapper {
  overflow-x: hidden;
  -moz-transform: translate(-340px, 0);
  -o-transform: translate(-340px, 0);
  -webkit-transform: translate(-340px, 0);
  transform: translate(-340px, 0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }
  @media (min-width: 900px) {
    body.nav--opened .page-wrapper {
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

body.nav--opened .nav-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 340px;
  bottom: 0;
  z-index: 200; }

.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 340px;
  opacity: 0;
  background: #202020;
  margin-bottom: 0;
  text-align: left;
  overflow-y: auto;
  -moz-transition: transform 0.5s ease, opacity 0.3s ease 0.7s;
  -o-transition: transform 0.5s ease, opacity 0.3s ease 0.7s;
  -webkit-transition: transform 0.5s ease, opacity 0.3s ease 0.7s;
  transition: transform 0.5s ease, opacity 0.3s ease 0.7s; }

body.nav--closed .nav {
  -moz-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0); }

body.nav--opened .nav {
  opacity: 1;
  -moz-transition: transform 0.3s ease, opacity 0s ease 0s;
  -o-transition: transform 0.3s ease, opacity 0s ease 0s;
  -webkit-transition: transform 0.3s ease, opacity 0s ease 0s;
  transition: transform 0.3s ease, opacity 0s ease 0s;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.nav ul {
  padding-top: 78px;
  list-style: none;
  text-align: right; }
  @media (max-width: 600px) {
    .nav ul {
      padding-top: 60px; } }

.nav li {
  margin: 0;
  font-size: 14px; }

.nav li a {
  line-height: 1.4;
  display: block;
  padding: 24px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #2d2d2d; }

.nav .nav-current:before {
  color: #FFF; }

.nav .nav-current a:after {
  content: " ";
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  width: 100%;
  height: 1px; }

.nav a:link,
.nav a:visited {
  color: #FFF;
  font-weight: 600; }

.nav li.nav-current a,
.nav a:hover,
.nav a:active,
.nav a:focus {
  background-color: #282A2F; }

/* ==========================================================================

  Footer

========================================================================== */
.footer {
  background-color: #202020;
  padding-top: 3rem;
  padding-bottom: 3.5rem; }
  @media (max-width: 600px) {
    .footer {
      text-align: center; } }

.main-footer__link-list {
  color: #202020;
  font-weight: 600; }

.main-footer__item {
  display: inline-block; }
  @media (max-width: 600px) {
    .main-footer__item {
      font-size: 16px;
      padding: 6px 0;
      display: block; }
      .main-footer__item:nth-child(2) {
        display: none; } }

.main-footer__legal {
  color: #99989B;
  font-weight: 600; }
  .main-footer__legal a:hover {
    color: #EBEBEB;
    border-color: #666869;
    background-color: transparent; }

/* ==========================================================================

  All Marquees

========================================================================== */
.marquee-container {
  display: table;
  width: 100%;
  z-index: 1;
  top: 0;
  overflow: hidden; }
  @media (max-width: 440px) {
    .marquee-container {
      display: inline;
      overflow: visible; } }

.marquee {
  position: relative;
  vertical-align: middle;
  height: 600px;
  display: table-cell; }
  @media (max-width: 800px) {
    .marquee {
      height: 500px; } }
  @media (max-width: 440px) {
    .marquee {
      height: auto;
      display: inline; } }

.marquee__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 600px;
  width: 100%; }
  @media (max-width: 440px) {
    .marquee__image-wrap {
      position: relative;
      height: auto; } }

.marquee__image-wrap--dark {
  background-color: #282A2F; }

.marquee__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%; }
  .cssanimations .marquee__image {
    opacity: 0;
    -webkit-animation: fadeIn-zoom 0.7s cubic-bezier(0.22, 0.44, 0, 1) 0.5s both;
    -moz-animation: fadeIn-zoom 0.7s cubic-bezier(0.22, 0.44, 0, 1) 0.5s both;
    -o-animation: fadeIn-zoom 0.7s cubic-bezier(0.22, 0.44, 0, 1) 0.5s both;
    animation: fadeIn-zoom 0.7s cubic-bezier(0.22, 0.44, 0, 1) 0.5s both; }
  .marquee__image:before {
    content: " ";
    background-color: rgba(40, 42, 47, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    @media (max-width: 440px) {
      .marquee__image:before {
        display: none; } }
  @media (max-width: 800px) {
    .marquee__image {
      height: 500px; } }
  @media (max-width: 440px) {
    .marquee__image {
      height: 168px;
      position: relative; } }

.marquee__image--none:before {
  background-color: transparent; }

@media (max-width: 440px) {
  .marquee__image--none {
    display: none; } }

.marquee__content {
  color: #FFF;
  text-align: center;
  z-index: 999;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 440px) {
    .marquee__content {
      color: #282A2F;
      margin-top: 30px; } }

.marquee__content--dark {
  color: #202020; }
  @media (max-width: 440px) {
    .marquee__content--dark {
      margin-top: 72px;
      margin-bottom: 72px; } }

.marquee--category__title {
  display: inline-block;
  font-family: "B_Proportional-Bold", courier, monospace;
  padding: 10px 0;
  font-weight: 500; }  

.marquee--category__description {
  font-size: 18px;
  line-height: 24px; }

.marquee--category__code {
  font-size: 50px;
  line-height: 54px;
  font-weight: 400;
  opacity: .1;
  position: absolute;
  right: -100px;
  top: 150px;
  display: none; }

.marquee--tag__title {
  font-weight: 500;
  line-height: 54px;
  display: inline-block; }

.search {
  position: relative;
  height: 47px;
  margin-left: auto; }
  @media (min-width: 440px) {
    .search {
      width: 400px; } }
  .search .search__input .search__icon {
    position: absolute;
    left: 15px;
    top: 14px;
    height: 25px;
    z-index: 999;
    pointer-events: none; }
  .search .search__input input {
    background: #FAFAFA;
    font-weight: 600;
    height: 50px;
    border: 0;
    border-radius: 5rem;
    width: 100%;
    padding-left: 50px; }
  .search .search__close {
    color: #1524D9;
    display: none;
    position: absolute;
    font-size: 2rem;
    right: 15px;
    top: 13px;
    cursor: pointer; }
  .search .search__dropdown {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    font: 14px/1.875 "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif;
    opacity: 1.00;
    width: 100%;
    overflow-y: scroll;
    margin-top: 8px;
    max-height: 400px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 0.8rem 6.4rem 0.8rem rgba(0, 0, 0, 0.08);
    display: none; }
    .search .search__dropdown .ais-infinite-hits__empty {
      text-align: center;
      padding: 20px; }
      .search .search__dropdown .ais-infinite-hits__empty p {
        margin: 0; }
    .search .search__dropdown .ais-infinite-hits__empty + .ais-infinite-hits--showmore {
      display: none; }
    .search .search__dropdown a {
      text-decoration: none;
      color: inherit; }
    .search .search__dropdown .hit {
      box-shadow: 0 1px 0 #DEDEDE;
      margin: 20px;
      padding-bottom: 20px; }
      .search .search__dropdown .hit .hit-title {
        color: #202020;
        font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif;
        font-weight: 600;
        margin-bottom: 0.5rem;
        margin-top: 0;
        display: inline-block;
        font-size: 18px;
        line-height: 1.3; }
      .search .search__dropdown .hit .hit-description {
        text-decoration: none;
        color: black;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 16px; }
      .search .search__dropdown .hit .hit-author {
        margin-top: 0.5rem;
        margin-bottom: 0; }
      .search .search__dropdown .hit .hit-anchor {
        color: #555;
        font-size: 16px; }
      .search .search__dropdown .hit .hit__highlight {
        background-color: #c1c5f9;
        font-style: normal; }
      .search .search__dropdown .hit:hover {
        box-shadow: 0 1px 0 #1524D9; }
        .search .search__dropdown .hit:hover .hit-title {
          color: #1524D9; }
    .search .search__dropdown .ais-infinite-hits--item:last-child .hit {
      border: 0; }
  .search .ais-infinite-hits--showmore {    
    text-align: center; }
    .search .ais-infinite-hits--showmore button {
      margin-top: 2rem;
      margin-bottom: 2rem;
      width: auto; }
    .search .ais-infinite-hits--showmore button[disabled] {
      display: none; }
  .search.search--active .search__input input {
    background-color: #FFFFFF;
    border: 2px solid #EBEBEB; }
  .search.search--results-found .search__close {
    display: inline-block; }
  .search.search--active.search--results-found .search__dropdown {
    display: block; }
  .search.search--active.search--results-found .search__input input {
    box-shadow: 0 0 0 2px #1524D9, 0 0 0 8px rgba(21, 36, 217, 0.1); }

/* ==========================================================================

  Error Page

========================================================================== */
.error-page__heading {
  font-size: 80px;
  font-family: "B_Proportional-Bold", courier, monospace;
  color: #1524D9;
  padding: 30px 20px;
  border: 4px solid #1524D9;
  display: inline-block;
  border-radius: 5px; }

.marquee__content--error {
  color: #282A2F; }
  @media (max-width: 440px) {
    .marquee__content--error {
      margin: 72px 0; } }

/* ==========================================================================

  Individual Post Page

========================================================================== */
.post__title {
  font-family: "B_Proportional-Bold", courier, monospace;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 30px; }
  @media (max-width: 800px) {
    .post__title {
      font-size: 30px;
      line-height: 36px; } }
  @media (max-width: 440px) {
    .post__title {
      font-size: 26px;
      font-weight: 600;
      line-height: 30px;
      text-align: left;
      margin-bottom: 18px; } }

@media (max-width: 440px) {
  .post__date {
    text-align: left;
    margin-bottom: 18px; } }

.post__author {
  line-height: 30px; }
  @media (max-width: 440px) {
    .post__author {
      line-height: 24px;
      text-align: left; } }
  @media (max-width: 440px) {
    .post__author .link__basic--dotted--white {
      color: #282A2F;
      border-bottom: 1px dotted #282A2F; } }

@media (max-width: 440px) {
  .post__author-name {
    display: block; } }

.post__content {
  width: 100%;
  margin: 0 auto;
  font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.58; }
  @media (max-width: 800px) {
    .post__content {
      font-size: 18px;
      line-height: 42px; } }
  @media (max-width: 440px) {
    .post__content {
      font-size: 16px;
      line-height: 34px; } }
  .post__content h1, .post__content h2, .post__content h4, .post__content h5 {
    font-family: "B_Proportional-Bold", courier, monospace; }
  .post__content h1 {
    font-weight: 600;
    margin-top: 42px;
    margin-bottom: 30px; }
    @media (max-width: 800px) {
      .post__content h1 {
        font-size: 24px; } }
  .post__content h2, .post__content h3, .post__content h4, .post__content h5 {
    font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 24px; }
    .post__content h2:after, .post__content h3:after, .post__content h4:after, .post__content h5:after {
      content: ' –-';
      color: #EBEBEB; }
    @media (max-width: 600px) {
      .post__content h2, .post__content h3, .post__content h4, .post__content h5 {
        font-size: 22px; } }
    @media (max-width: 440px) {
      .post__content h2, .post__content h3, .post__content h4, .post__content h5 {
        font-size: 20px; } }
  .post__content h6 {
    background-color: #FAFAFA;
    font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    margin-bottom: 24px; }
  .post__content ol, .post__content ul {
    line-height: 30px; }
  .post__content ol {
    margin-bottom: 24px; }
    @media (max-width: 600px) {
      .post__content ol {
        margin-left: 42px; } }
  .post__content ul {
    margin-bottom: 24px; }
    @media (max-width: 600px) {
      .post__content ul {
        margin-left: 35px; } }
  .post__content li > ul {
    margin: 0; }
  .post__content ul > li {
    position: relative; }
    .post__content ul > li:before {
      content: "\002A";
      position: absolute;
      top: 3px;
      left: -20px;
      color: #1524D9;
      font-size: 25px;
      font-weight: 700; }
  .post__content img {
    max-width: 100%;
    border: 1px solid #EBEBEB; }
  .post__content b, .post__content strong {
    font-weight: 500; }
  .post__content em ~ a {
    border-color: #99989B; }
  .post__content blockquote {
    color: #1524D9;
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    padding: 48px 0;
    margin: 0 -40px; }
    .post__content blockquote em {
      color: #1524D9;
      font-size: 20px;
      line-height: 48px;
      text-align: center;
      display: block; }
      .post__content blockquote em:before {
        content: '— '; }
      @media (max-width: 600px) {
        .post__content blockquote em {
          font-size: 18px;
          font-weight: 500;
          line-height: 42px;
          text-align: left; } }
    @media (max-width: 900px) {
      .post__content blockquote {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 600px) {
      .post__content blockquote {
        font-size: 18px;
        font-weight: 600;
        line-height: 36px;
        text-align: left;
        padding: 0;
        margin: 0; } }
  .post__content hr {
    border: 0;
    margin: 48px 0 78px; }
    .post__content hr:before {
      content: '\2013 \2013 \2013';
      color: #EBEBEB;
      font-size: 25px;
      font-weight: 700; }
  .post__content mark {
    background-color: #FFFBD4; }
  .post__content table {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    border: 1px solid #99989B;
    margin-bottom: 30px;
    overflow: scroll; }
  .post__content .table-wrap {
    overflow-x: auto; }
  .post__content td {
    padding: 10px;
    border-bottom: 1px solid #99989B;
    border-left: 1px solid #99989B; }
    .post__content td:first-child {
      border-left: 0; }
  .post__content th {
    white-space: nowrap;
    border-bottom: 1px solid #99989B;
    border-left: 1px solid #99989B;
    text-align: left;
    padding: 10px; }
    .post__content th:first-child {
      border-left: 0; }
  .post__content pre {
    word-wrap: normal; }

.footnotes {
  font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif;
  color: #99989B;
  font-size: 14px;
  border-top: 1px solid #EBEBEB;
  padding-top: 24px;
  margin-top: 36px; }

figcaption {
  font-family: "B_Proportional-Bold", courier, monospace;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #666869;
  line-height: 30px; }
  @media (max-width: 600px) {
    figcaption {
      font-size: 14px; } }
  figcaption:before {
    content: '> ';
    color: #E00000;
    font-weight: 600; }

.footnote p {
  margin-bottom: 0; }

.fluid-width-video-wrapper {
  margin-bottom: 70px; }

.post__content-end {
  color: #EBEBEB;
  font-size: 30px;
  font-weight: 600;
  line-height: 120px; }
  @media (max-width: 600px) {
    .post__content-end {
      line-height: 60px; } }
  @media (max-width: 440px) {
    .post__content-end {
      margin-bottom: 20px; } }

.post-tags {
  font-size: 14px; }
  @media (max-width: 900px) {
    .post-tags {
      text-align: center;
      margin-top: 90px; } }
  @media (max-width: 600px) {
    .post-tags {
      font-size: 16px;
      line-height: 30px;
      margin-top: 48px; } }
  .post-tags p {
    margin-bottom: 8px; }
  .post-tags a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 8px; }

.post__share {
  line-height: 30px;
  text-align: center; }

.post__share__title {
  color: #99989B;
  font-size: 14px;
  margin-right: 5px;
  display: inline-block; }
  @media (max-width: 440px) {
    .post__share__title {
      display: block; } }

@media (max-width: 440px) {
  .touch .post__share__link {
    padding: 6px 14px;
    border: 1px solid #EBEBEB;
    border-radius: 2px; } }

.post__share__link:hover .share__link-text {
  color: #F9276F; }

.share__link-text {
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }

.post__share__icon {
  vertical-align: top;
  height: 30px;
  background-size: 100%;
  background-position-y: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  display: inline-block; }

.post__share__icon--twitter {
  vertical-align: top;
  height: 30px;
  width: 12px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTAgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuMi4yICg5OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSJwb3N0LWRldGFpbCIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY5Ni4wMDAwMDAsIC0zMjc4LjAwMDAwMCkiIGZpbGw9IiMyODJBMkYiPgogICAgICAgICAgICA8cGF0aCBkPSJNNzAxLjEsMzI4MC42NTY4MiBMNzAxLjEsMzI4MS4wODQ5OCBDNjk5LjQ1MDgwMywzMjgwLjk3Nzk0IDY5OC4wMDc3NTYsMzI4MC4yMjg2NyA2OTcuMDgwMDgyLDMyNzguOTQ0MTkgQzY5Ni44NzM5MzMsMzI3OS4yNjUzMSA2OTYuODczOTMzLDMyNzkuNTg2NDMgNjk2Ljg3MzkzMywzMjgwLjAxNDU5IEM2OTYuODczOTMzLDMyODAuNzYzODYgNjk3LjE4MzE1NywzMjgxLjI5OTA2IDY5Ny42OTg1MzEsMzI4MS43MjcyMSBDNjk3LjM4OTMwNywzMjgxLjcyNzIxIDY5Ny4wODAwODIsMzI4MS42MjAxOCA2OTYuNzcwODU4LDMyODEuNTEzMTQgQzY5Ni43NzA4NTgsMzI4MS41MTMxNCA2OTcuNDkyMzgyLDMyODMuMzMyOCA2OTguMzE2OTgsMzI4My40Mzk4NCBDNjk4LjExMDgzLDMyODMuNDM5ODQgNjk4LjAwNzc1NiwzMjgzLjU0Njg4IDY5Ny44MDE2MDYsMzI4My41NDY4OCBMNjk3LjM4OTMwNywzMjgzLjU0Njg4IEM2OTcuNjk4NTMxLDMyODQuMTg5MTIgNjk4LjQyMDA1NSwzMjg0LjgzMTM1IDY5OS4zNDc3MjgsMzI4NC44MzEzNSBDNjk4LjYyNjIwNCwzMjg1LjM2NjU1IDY5Ny44MDE2MDYsMzI4NS42ODc2NyA2OTYuODczOTMzLDMyODUuNjg3NjcgTDY5Ni4zNTg1NTksMzI4NS42ODc2NyBDNjk3LjE4MzE1NywzMjg2LjIyMjg2IDY5OC4yMTM5MDUsMzI4Ni41NDM5OCA2OTkuMzQ3NzI4LDMyODYuNTQzOTggQzcwMi45NTUzNDcsMzI4Ni41NDM5OCA3MDQuOTEzNzY4LDMyODMuNDM5ODQgNzA0LjkxMzc2OCwzMjgwLjg3MDkgTDcwNC45MTM3NjgsMzI4MC42NTY4MiBDNzA1LjMyNjA2NywzMjgwLjMzNTcgNzA1LjYzNTI5MiwzMjgwLjAxNDU5IDcwNS44NDE0NDEsMzI3OS41ODY0MyBDNzA1LjUzMjIxNywzMjc5LjY5MzQ3IDcwNS4xMTk5MTgsMzI3OS45MDc1NSA3MDQuNzA3NjE4LDMyNzkuOTA3NTUgQzcwNS4xMTk5MTgsMzI3OS42OTM0NyA3MDUuNDI5MTQyLDMyNzkuMjY1MzEgNzA1LjUzMjIxNywzMjc4LjgzNzE2IEM3MDUuMTE5OTE4LDMyNzkuMDUxMjMgNzA0LjcwNzYxOCwzMjc5LjI2NTMxIDcwNC4yOTUzMTksMzI3OS4zNzIzNSBDNzA0LjA4OTE3LDMyNzguODM3MTYgNzAzLjU3Mzc5NiwzMjc4LjYyMzA4IDcwMy4wNTg0MjEsMzI3OC42MjMwOCBDNzAxLjkyNDU5OSwzMjc4LjYyMzA4IDcwMS4xLDMyNzkuNDc5MzkgNzAxLjEsMzI4MC42NTY4MiBaIiBpZD0iU2hhcGUiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
  display: inline-block;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }

.post__share__icon--facebook {
  vertical-align: top;
  height: 30px;
  width: 8px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjZweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgNiAxMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuMi4yICg5OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSJwb3N0LWRldGFpbCIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcxNC4wMDAwMDAsIC0zMjc2LjAwMDAwMCkiIGZpbGw9IiMyODJBMkYiPgogICAgICAgICAgICA8cGF0aCBkPSJNNzE5LjYsMzI4Mi4wNTUwNyBMNzE5LjgsMzI4MC4zNTUwNyBMNzE4LDMyODAuMzU1MDcgTDcxOCwzMjc5LjM1NTA3IEM3MTgsMzI3OC44NTUwNyA3MTguMiwzMjc4LjU1NTA3IDcxOSwzMjc4LjU1NTA3IEw3MjAsMzI3OC41NTUwNyBMNzIwLDMyNzcuMDU1MDcgQzcxOS44LDMyNzcuMDU1MDcgNzE5LjIsMzI3Ni45NTUwNyA3MTguNiwzMjc2Ljk1NTA3IEM3MTcuMSwzMjc2Ljk1NTA3IDcxNi4xLDMyNzcuNzU1MDcgNzE2LjEsMzI3OS4xNTUwNyBMNzE2LjEsMzI4MC4zNTUwNyBMNzE0LjUsMzI4MC4zNTUwNyBMNzE0LjUsMzI4Mi4wNTUwNyBMNzE2LjEsMzI4Mi4wNTUwNyBMNzE2LjEwNDM5OCwzMjg2LjM2Mzk5IEw3MTgsMzI4Ni4zNTUwNyBMNzE4LDMyODIuMDU1MDcgTDcxOS42LDMyODIuMDU1MDcgWiIgaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
  display: inline-block;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }

@media (max-width: 600px) {
  .post__related-posts {
    display: none; } }

.post__related-posts__title {
  color: #202020;
  font-size: 22px;
  font-family: "B_Proportional-Bold", courier, monospace;
  margin-bottom: 15px;
  display: inline-block; }

.post__related-posts__item {
  position: relative; }
  .post__related-posts__item:before {
    content: '>>';
    position: absolute;
    left: -30px;
    color: #3E3C42; }
  .post__related-posts__item h2 {
    font-size: 18px;
    line-height: 22px;
    font-family: "B_Proportional-Bold", courier, monospace; }

.post__related-posts__creator {
  color: #99989B; }

@media (max-width: 600px) {
  .post__reading-time {
    display: block; } }

.load-comments__text:after {
  content: ' +';
  opacity: 0;
  color: #FFFFFF;
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }

input[type=search] {
  color: #202020; }

.search-field {
  width: 100%;
  border: 0;
  font-size: 40px;
  line-height: 25px;
  background-color: transparent; }
  .search-field ::-webkit-input-placeholder {
    color: #666869;
    font-weight: 400;
    font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif; }
  .search-field :-moz-placeholder {
    color: #666869;
    font-weight: 400;
    font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif; }
  .search-field ::-moz-placeholder {
    color: #666869;
    font-weight: 400;
    font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif; }
  .search-field :-ms-input-placeholder {
    color: #666869;
    font-weight: 400;
    font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif; }

.search-heading {
  display: inline-block; }

.search-form {
  display: inline-block; }

.resultsinfo {
  color: #99989B;
  font-weight: 600; }

.resultsdate {
  color: #99989B; }

.resultspost {
  position: relative; }
  .resultspost:before {
    content: '>>';
    font-size: 30px;
    position: absolute;
    left: -45px;
    top: -5px;
    color: #666869; }
  .resultspost h2 {
    line-height: 25px; }

#results a {
  display: block; }
  #results a:last-child {
    margin-bottom: 90px; }

/* ==========================================================================

  Author

========================================================================== */
.author-container {
  display: table;
  width: 100%;
  z-index: 1;
  top: 0;
  overflow: hidden; }

.author {
  position: relative;
  vertical-align: middle;
  display: table-cell; }
  @media (max-width: 600px) {
    .author {
      display: block; } }

.author-image, .author-image--small, .author-image--medium {
  vertical-align: top;
  height: 114px;
  width: 114px;
  background-size: cover;
  background-position: center center;
  background-color: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 50%; }

.author-image--small {
  height: 30px;
  width: 30px; }
  @media (max-width: 440px) {
    .author-image--small {
      height: 40px;
      width: 40px;
      margin: 0 auto;
      margin-bottom: 12px;
      display: none; } }

.author-image--medium {
  height: 90px;
  width: 90px;
  display: inline-block; }

.author__name {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 15px; }

.author__name--small {
  font-size: 18px;
  font-weight: 600; }

.author__bio {
  font-size: 18px;
  line-height: 30px; }

.author-bio--small {
  font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  @media (max-width: 440px) {
    .author-bio--small {
      line-height: 34px; } }

.author-bio-wrap--small {
  width: 100%; }

.author__info__item {
  color: #99989B;
  padding: 10px 0; }

@media (max-width: 600px) {
  .author__location {
    display: block; } }

/* ==========================================================================

  Featured Post

========================================================================== */
.featured-post {
  position: relative;
  height: 348px;
  width: 100%;
  background-color: #282A2F;
  border-radius: 8px;
  box-shadow: 0px 16px 64px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  display: none; }
  .featured-post:first-of-type {
    display: block; }
  .featured-post:hover .featured-post__image {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .featured-post:hover .featured-post__button {
    background-color: #1524D9; }
  @media (max-width: 440px) {
    .featured-post {
      height: 330px;
      margin-top: 0; } }

.featured-post__image {
  height: 348px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1s cubic-bezier(0.22, 0.44, 0, 1); }

.featured-post__heading {
  position: absolute;
  left: 30px;
  top: 30px;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #202020;
  padding: 3px 10px;
  display: inline-block; }

.featured-post__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  padding: 30px; }
  @media (max-width: 900px) {
    .featured-post__info {
      width: 100%; } }
  @media (max-width: 440px) {
    .featured-post__info {
      padding: 15px; } }

.featured-post__date {
  background: #202020;
  color: #FFFFFF;
  font-size: 14px;
  padding: 2px 9px 2px 0;
  margin-bottom: 6px;
  display: inline-block;
  -moz-transition: all 0.6s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.6s cubic-bezier(0.22, 0.44, 0, 1); }

.featured-post__title {
  line-height: 49.5px;
  -moz-transition: all 0.7s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.7s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.7s cubic-bezier(0.22, 0.44, 0, 1); }
  @media (max-width: 440px) {
    .featured-post__title {
      line-height: 33.25px; } }

.featured-post__title-text {
  background: #202020;
  color: #FFFFFF;
  font-family: "B_Proportional-Bold", courier, monospace;
  font-weight: 600;
  font-size: 40px; }

.featured-post__button {
  background-color: #3E3C42;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 600;
  padding: 5px 12px;
  margin-top: 10px;
  display: inline-block;
  -moz-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1s cubic-bezier(0.22, 0.44, 0, 1); }

.newsletter {
  padding: 60px 0; }

.newsletter__title {
  line-height: 25px; }

input[type=email] {
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #99989B; }

.newsletter-form {
  width: 100%;
  display: table; }

.newsletter-form__email {
  width: 100%;
  display: table-cell;
  padding-right: 20px; }

.newsletter-from__button {
  display: table-cell; }

/* ==========================================================================

  Pagination

========================================================================== */
.pagination__button {
  visibility: hidden; }
  .pagination__button.is-visible {
    visibility: visible;
    cursor-events: none; }

.pagination__pages {
  line-height: 48px; }
  @media (max-width: 600px) {
    .pagination__pages {
      display: none; } }

.pagination__text--arrow-after:after {
  content: '\00A0\003E\003E';
  opacity: 1; }

.pagination__text--arrow-before:before {
  content: '\003C\003C\00A0';
  opacity: 1; }

/* ==========================================================================

  Post List

========================================================================== */
.post {
  background: #FFFFFF;
  box-shadow: 0px 16px 64px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  height: 540px;
  overflow: hidden;
  margin-bottom: 20px }
  @media (max-width: 600px) {
    .post {
      height: auto; } }
  .post:hover {
    box-shadow: 0px 16px 64px rgba(0, 0, 0, 0.07); }

.post-list__container {
  overflow: auto;
  display: block;
  height: 90%; }
  .post-list__container:hover .post-list__image {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .post-list__container:hover .post-list__link {
    -moz-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  .post-list__container:hover .post-list__title {
    color: #000; }
  .post-list__container:hover .featured-post__selected {
    background-color: #000; }
  .post-list__container:hover .post-list__excerpt {
    color: #282A2F; }

.post-list__heading {
  padding-bottom: 12px; }

.post-list__image-container {
  position: relative;
  background-color: #282A2F;
  overflow: hidden; }

.post-list__image {
  height: 254px;
  width: 100%;
  background-size: auto 150%;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transition: all 0.6s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.6s cubic-bezier(0.22, 0.44, 0, 1); }
  @media (max-width: 600px) {
    .post-list__image {
      height: 208px; } }

.post-list__link {
  position: absolute;
  bottom: -70px;
  width: 100%;
  background-color: #000;
  color: #FFF;
  padding: 10px 20px;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }

.post-list__tag {
  margin-top: 2px;
  margin-left: 23px; }
  .post-list__tag a {
    display: inline-block;
    -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
    -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
    transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }
    .post-list__tag a:hover {
      background-color: #EBEBEB; }

.post-list__date {
  padding: 10px 0 5px; }

.post-list__article {
  padding: 10px 23px 0 23px; }

.post-list__title {
  font-family: "B_Proportional-Bold", courier, monospace;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  background-color: transparent;
  padding-bottom: 6px;
  display: inline-block;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }

.post-list__excerpt {
  font-family: "Avenir Next W01", "Avenir Next", "Helvetica", sans-serif;
  color: #99989B;
  font-weight: 400;
  margin-bottom: 10px;
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }

.featured-post__selected {
  position: relative;
  vertical-align: top;
  height: 16px;
  width: 16px;
  background-color: #666869;
  color: #FFF;
  border-radius: 50%;
  margin-top: 3px;
  -moz-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1s cubic-bezier(0.22, 0.44, 0, 1); }

.selected-mark {
  position: absolute;
  width: 100%;
  font-size: 20px;
  font-family: "B_Proportional-Bold", courier, monospace;
  text-align: center;
  cursor: default; }

.tag-orange a {
  color: #b34b00; }

.tag-blue a {
  color: #1524D9; }

.tag-red a {
  color: #E00000; }

.tag-purple a {
  color: #662DC2; }

/* ==========================================================================

  The Blog Title

========================================================================== */
.blog-title-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: start;
  padding-top: 4rem;
  padding-bottom: 2rem; }
  @media (max-width: 440px) {
    .blog-title-section {
      display: block; } }

.blog-title-container,
.blog-search-container {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }

@media (max-width: 600px) {
  .blog-search-container {
    padding-top: 2rem; } }

.blog-title {
  color: #202020;
  font-family: "B_Proportional-Bold", courier, monospace;
  font-weight: 600;
  font-size: 40px;
  display: inline-block; }

.blog-description {
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0; }
