@charset "UTF-8";
.clearfix:after,
.inner:after,
.reading__content:after {
  content: "";
  display: table;
  clear: both; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box; }

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

::selection {
  background: var(--brand-color);
  color: #fff;
  text-shadow: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@-webkit-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
[tabindex="-1"]:focus {
  outline: none !important; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover,
a:focus {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

.video-wrapper {
  position: relative;
  margin-bottom: 1.58823529em;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-wrapper iframe,
  .video-wrapper embed,
  .video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.highlighter-rouge {
  margin-bottom: 1.58823529em; }

p code {
  background: #282828;
  border-radius: 3px;
  box-shadow: inset 0 0px 8px #000;
  color: #F1F1E2;
  font-size: .9em;
  line-height: 1.25rem;
  padding: .05em .25em; }

.highlight {
  background: #282828;
  border-radius: 3px;
  box-shadow: inset 0 0px 8px #000;
  color: #F1F1E2;
  line-height: 1.25; }
  .highlight pre {
    padding: 10px; }
  .highlight code {
    font-size: .9em; }
  .highlight .c {
    color: #777777; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    color: #F49D61; }
  .highlight .o {
    color: #F49D61; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #F1F1F1; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    color: #EDE480; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #BDDCDC; }
  .highlight .na {
    color: #B4D388; }
  .highlight .nb {
    color: #92BFBF; }
  .highlight .nc {
    color: #92BFBF; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #F18260; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #92BFBF; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #B4D388; }
  .highlight .nv {
    color: #F49D61; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #BDDCDC; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
  .highlight .nx {
    color: #F49D61; }
  .highlight .p {
    color: #F1F1F1; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 17px;
  line-height: 1.58823529; }

body {
  background-color: #f9fafa;
  color: #434d56;
  font-size: 1em;
  line-height: 1.58823529em;
  margin: 0 auto;
  min-width: 320px; }

.inner {
  margin: 0 auto;
  max-width: 65rem;
  padding: 0 20px; }

.content {
  margin-bottom: 60px; }
  @media (min-width: 800px) {
    .content {
      margin: 0 auto;
      width: 72.5%; }
      .has-sidebar .content {
        float: left; }
      .content.content--solo {
        max-width: 38.4rem;
        width: 100%; } }

@media (min-width: 800px) {
  .sidebar {
    float: right;
    padding-left: 40px;
    width: 27.5%; } }

h1, h2, h3, h4, h5, h6 {
  color: #090a0c;
  line-height: 1.25; }

h2, h3, h4, h5, h6 {
  margin-top: 1.75em; }

p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 1.58823529em; }

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

hr, .hr {
  border-color: #f1f2f4;
  border-style: solid none none;
  border-width: 2px;
  margin: 2.382352935em 0; }

a, b, i, strong, em, small, code {
  line-height: 0; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

li {
  margin-bottom: 0; }

blockquote {
  background-color: #f1f2f4;
  border-left: 3px var(--brand-color) solid;
  color: #434d56;
  margin-left: 0;
  margin-right: 0;
  padding: 1.58823529rem 1rem 1.58823529rem 2rem; }
  blockquote :last-child {
    margin-bottom: 0; }
  blockquote p:before {
    content: '\201C';
    margin-left: -0.5em; }
  blockquote p:last-of-type:after {
    content: '\201D'; }
  blockquote cite {
    font-style: normal;
    font-weight: bold; }
    blockquote cite::before {
      content: '—';
      margin-right: .25rem; }

.twitter-tweet {
  margin-top: 0 !important;
  margin-bottom: 1.58823529rem !important; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1.58823529rem; }

a {
  box-shadow: inset 0 -2px 0 var(--brand-color-point9);
  color: #090a0c;
  text-decoration: none; }
  a:hover, a:focus {
    background-color: var(--brand-color-point5);
    color: #090a0c; }
  a:active {
    background-color: #434d56;
    box-shadow: inset 0 -2px 0 #434d56;
    color: #fff;
    text-decoration: none; }

img {
  margin-top: 0;
  margin-bottom: 1.58823529em;
  max-width: 100%; }

p img {
  margin-bottom: 0; }

figure {
  display: block;
  margin: 0 auto 1.58823529em;
  max-width: 100%; }
  figure img {
    display: block;
    margin-bottom: 0; }
  figure figcaption {
    color: #708090;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    line-height: 1.35;
    margin-top: 4px; }
    figure figcaption em {
      font-style: normal; }
  figure.image--wide {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px); }
    figure.image--wide figcaption {
      padding: 0 20px; }
    @media (min-width: 780px) {
      figure.image--wide {
        margin-left: -10%;
        margin-right: -10%;
        max-width: 120%; } }
    @media (min-width: 796px) {
      figure.image--wide figcaption {
        padding: 0; } }
    @media (min-width: 1024px) {
      figure.image--wide {
        margin-left: -25%;
        margin-right: -25%;
        max-width: 150%; } }

.ta-center {
  display: inline-block;
  text-align: center;
  width: 100%; }

.small {
  font-size: 15px; }

a {
  box-shadow: inset 0 -2px 0 var(--brand-color-point9);
  color: #090a0c;
  text-decoration: none; }
  a:hover, a:focus {
    background-color: var(--brand-color-point25);
    color: #090a0c; }
  a:active {
    background-color: #434d56;
    box-shadow: inset 0 -2px 0 #434d56;
    color: #fff;
    text-decoration: none; }

.link--no-border {
  box-shadow: none; }
  .link--no-border:active {
    box-shadow: none; }

.link--subtle, .link--pink, .sidebar__link a, .books-nav a, figure figcaption a, .pagination a, .post-nav__title {
  color: #434d56;
  box-shadow: none;
  text-decoration: none; }
  .link--subtle:hover, .link--pink:hover, .sidebar__link a:hover, .books-nav a:hover, figure figcaption a:hover, .pagination a:hover, .post-nav__title:hover, .link--subtle:focus, .link--pink:focus, .sidebar__link a:focus, .books-nav a:focus, figure figcaption a:focus, .pagination a:focus, .post-nav__title:focus {
    background-color: transparent;
    color: #090a0c; }
  .link--subtle:active, .link--pink:active, .sidebar__link a:active, .books-nav a:active, figure figcaption a:active, .pagination a:active, .post-nav__title:active {
    background-color: #434d56;
    color: #fff; }

.link--pink, .sidebar__link a, .books-nav a {
  color: var(--brand-color); }
  .link--pink:hover, .sidebar__link a:hover, .books-nav a:hover, .link--pink:focus, .sidebar__link a:focus, .books-nav a:focus {
    color: var(--brand-color);
    text-decoration: underline; }
  .link--pink:active, .sidebar__link a:active, .books-nav a:active {
    background-color: transparent;
    box-shadow: none;
    color: #090a0c; }

figure figcaption a {
  text-decoration: underline; }

.header {
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 1; }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  .header.has-border {
    border-bottom: 1px solid #f1f2f4; }
  @media (min-width: 801px) {
    .header {
      padding: 0 40px; }
      .header.has-border {
        border-bottom: 0; }
      .header.has-border .inner {
        display: inline-block;
        position: relative;
        width: 100%; }
        .header.has-border .inner::after {
          border-bottom: 1px solid #f1f2f4;
          content: '';
          left: 20px;
          right: 20px;
          bottom: 0;
          display: inline-block;
          position: absolute;
          height: 1px; } }

.header__nav {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle; }
  @media (min-width: 481px) {
    .header__nav {
      margin-top: 13.3333333333px; } }
  @media (min-width: 801px) {
    .header__nav {
      float: right;
      margin: 0; } }

.header__pages {
  list-style: none;
  margin: 0;
  padding: 0; }
  .header__pages:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 801px) {
    .header__pages {
      float: left; } }
  .header__pages li {
    float: left;
    margin: 0 10px; }
    @media (min-width: 801px) {
      .header__pages li {
        margin: 0 0 0 20px; } }
  @media (min-width: 800px) {
    .header__pages li.mobile-only {
      display: none; } }
  @media (max-width: 799px) {
    .header__pages li.desktop-only {
      display: none; } }
  .header__pages li.is-current a {
    color: #090a0c; }
    .header__pages li.is-current a::before {
      height: .325em; }
  .header__pages a {
    box-shadow: none;
    color: #434d56;
    font-size: 14px;
    position: relative;
    text-decoration: none; }
    @media (min-width: 380px) {
      .header__pages a {
        font-size: 15px; } }
    @media (min-width: 801px) {
      .header__pages a {
        line-height: 68px;
        padding: 25px 0; } }
    .header__pages a::before {
      content: '';
      background-color: var(--brand-color-point5);
      height: 0;
      left: -2px;
      position: absolute;
      top: calc(50% + .25em);
      transition: height 0.125s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.125s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      right: -2px; }
    .header__pages a:hover, .header__pages a:focus {
      background-color: transparent;
      color: #090a0c; }
      .header__pages a:hover::before, .header__pages a:focus::before {
        height: .325em; }
    .header__pages a:visited {
      color: #434d56; }
      .header__pages a:visited:hover, .header__pages a:visited:focus {
        color: #090a0c; }

.logo {
  font-size: 1rem;
  margin: 0 auto; }
  .logo a {
    font-weight: bold;
    background-color: transparent !important;
    box-shadow: none !important; }
    .logo a:active {
      color: #090a0c; }
  .logo span {
    font-weight: normal;
    font-size: 0.875rem;
    color: #596673;
    display: block; }

@media (min-width: 800px) {
  .logo {
    float: left;
    line-height: 68px; }
    .logo span {
      display: inline;
      font-size: 1em; }
      .logo span::before {
        content: '—';
        margin: 0 .25rem; } }
.footer {
  background-color: #fff;
  border-top: 1px #f1f2f4 solid;
  margin-top: 40px;
  padding: 40px 0;
  text-align: center; }

.footer__bottom {
  border-top: 1px #d1d6dc solid;
  margin-top: 20px;
  padding-top: 20px; }

.footer__copyright {
  box-shadow: none;
  color: #090a0c;
  display: block;
  font-size: 14px;
  line-height: 1.58823529rem;
  text-decoration: none; }
  .footer__copyright:hover, .footer__copyright:focus {
    background-color: transparent; }
  .footer__copyright:active {
    background-color: transparent;
    box-shadow: none; }
  .footer__copyright:visited {
    color: #090a0c; }
  @media (min-width: 481px) {
    .footer__copyright {
      display: inline-block;
      float: left; } }

.footer__links {
  display: inline-block;
  list-style: none;
  margin: 0 0 10px;
  padding: 0; }
  .footer__links:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 481px) {
    .footer__links {
      float: right;
      margin-bottom: 0; } }
  .footer__links li {
    float: left;
    margin: 0 6.6666666667px; }
  .footer__links a {
    box-shadow: none;
    color: #596673;
    font-size: 14px;
    text-decoration: none; }
    .footer__links a:hover, .footer__links a:focus {
      background-color: transparent;
      color: #090a0c; }

.footer__newsletter {
  font-size: 15px;
  line-height: 1.5;
  text-align: left; }
  .footer__newsletter:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 801px) {
    .footer__newsletter {
      font-size: 16px; } }

@media (min-width: 721px) {
  .newsletter__content {
    float: left;
    padding-right: 20px;
    width: 50%; } }

.newsletter__title {
  font-size: 15px;
  margin: 0 0 4px; }

.newsletter__desc {
  max-width: 480px; }
  @media (min-width: 721px) {
    .newsletter__desc {
      margin-bottom: 0; } }

.newsletter__form {
  border-radius: 3px;
  height: 38px;
  max-width: 360px;
  position: relative; }
  @media (min-width: 721px) {
    .newsletter__form {
      float: right;
      margin-top: 20px;
      width: 50%; } }

.newsletter__input {
  background-color: #f9fafa;
  border: 1px solid #eaedef;
  border-right: 0;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  height: 36px;
  left: 0;
  line-height: 36px;
  padding: 0 8px;
  position: absolute;
  width: calc(100% - 110px); }
  @media (min-width: 721px) {
    .newsletter__input {
      width: calc(100% - 120px); } }
  .newsletter__input:focus {
    border-color: #d1d6dc;
    outline: none; }

.newsletter__button {
  background-color: var(--brand-color);
  border: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  font-size: 14px;
  height: 36px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  text-shadow: 0 -1px 0 var(--brand-color);
  right: 0;
  width: 110px; }
  @media (min-width: 721px) {
    .newsletter__button {
      width: 120px; } }
  .newsletter__button:hover, .newsletter__button:focus {
    background-color: var(--brand-color-point97);
    outline: none; }
  .newsletter__button:focus {
    box-shadow: 0 0 8px rgba(9, 10, 12, 0.15); }
  .newsletter__button:active {
    background-color: var(--brand-color);
    box-shadow: none; }

.hero {
  background-blend-mode: soft-light;
  background-color: #434d56;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-bottom: 40px;
  padding: 100px 0;
  position: relative;
  width: 100%; }
  @media (min-width: 1072px) {
    .hero {
      margin: 0 20px 40px;
      padding: 40px 0;
      width: calc(100% - 40px); }
      .hero::after {
        content: '';
        display: block;
        padding-top: 20%;
        width: 100%; } }
  .hero h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    position: absolute;
    text-shadow: 0 1px 2px rgba(9, 10, 12, 0.5);
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 480px) {
      .hero h1 {
        font-size: 28px; } }
    @media (min-width: 800px) {
      .hero h1 {
        font-size: 32px; }
        .hero h1 span {
          display: inline-block;
          width: 100%; } }
    @media (min-width: 1024px) {
      .hero h1 {
        font-size: 36px; } }

@media (min-width: 800px) {
  .hero--work {
    background-image: url("../assets/hero-work.jpg"); } }

@media (min-width: 800px) {
  .hero--consulting {
    background-image: url("../assets/hero-consulting.jpg"); } }

@media (min-width: 800px) {
  .hero--writing {
    background-image: url("../assets/hero-writing.jpg"); } }

@media (min-width: 800px) {
  .hero--about {
    background-image: url("../assets/hero-consulting.jpg"); } }
@media (min-width: 1072px) {
  .hero--about {
    margin-bottom: -50px; }
    .hero--about + .inner {
      position: relative;
      z-index: 1; }
      .hero--about + .inner img {
        border-radius: 3px;
        box-shadow: 0 0.938em 2.188em rgba(50, 50, 93, 0.15), 0 0.313em 0.938em rgba(0, 0, 0, 0.1);
        margin-left: -5px;
        margin-right: -5px; } }

.content__title {
  margin-top: 0; }
  .small + .content__title {
    margin-top: .25rem; }
  .content__title a {
    position: relative; }
    .content__title a.content__link-external::after {
      color: #708090;
      content: '\2192';
      display: inline-block;
      font-weight: normal;
      line-height: 1.25;
      pointer-events: none;
      position: absolute;
      transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transform: translateX(6px); }
    .content__title a.content__link-external:hover::after, .content__title a.content__link-external:focus::after {
      transform: translateX(10px); }

.content__subtitle {
  color: #708090;
  font-size: 1.25em;
  font-weight: 500;
  margin: -1em 0 2rem; }

.content__intro {
  font-size: 1.125rem; }

.content__body {
  margin-bottom: 30px; }
  .content__body *:last-child {
    margin-bottom: 0; }

.content__date {
  color: #596673;
  font-size: 15px; }

.content__footer__separator {
  color: #d1d6dc;
  font-size: 15px;
  margin: 0 .25em; }

.content__button {
  background-color: #eaedef;
  border-radius: 3px;
  box-shadow: none;
  color: var(--brand-color);
  display: inline-block;
  font-weight: 400;
  padding: 20px; }
  .content__button:hover, .content__button:focus {
    background-color: #e5e8eb;
    color: var(--brand-color); }
  .content__button:active {
    background-color: #434d56;
    box-shadow: none;
    color: #fff; }

.feed-post {
  border-bottom: 2px solid #eaedef;
  margin-bottom: 60px;
  padding-bottom: 60px; }
  .feed-post:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }
  .feed-post .content__title {
    font-size: 1.75rem; }
  .feed-post figure.image--wide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important; }
    .feed-post figure.image--wide figcaption {
      padding: 0 !important; }

.feed__heading {
  border-bottom: 2px solid #eaedef;
  color: #708090;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px; }

.pagination {
  border-top: 2px solid #eaedef;
  margin-top: 30px;
  padding-top: 20px; }
  .pagination span {
    color: #c3c9d1;
    cursor: default;
    display: none;
    line-height: 1.58823529; }
  .pagination a {
    color: var(--brand-color) !important;
    line-height: 1.58823529; }
    .pagination a.pagination__prev:hover:before, .pagination a.pagination__prev:focus:before {
      transform: translateX(-4px); }
    .pagination a.pagination__next:hover:after, .pagination a.pagination__next:focus:after {
      transform: translateX(4px); }
  .pagination span,
  .pagination a {
    font-size: 15px; }
  .pagination__prev {
    float: left; }
    .pagination__prev:before {
      content: '\2190';
      display: inline-block;
      margin-right: 4px;
      transition: transform 0.125s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .pagination__next {
    float: right; }
    .pagination__next:after {
      content: '\2192';
      display: inline-block;
      margin-left: 4px;
      transition: transform 0.125s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.post-nav {
  border-top: 2px solid #eaedef;
  margin-top: 30px;
  padding-top: 20px; }
  .post-nav:after {
    content: "";
    display: table;
    clear: both; }
  .post-nav__newer, .post-nav__older {
    box-shadow: none;
    font-size: 15px;
    line-height: 1.25;
    max-width: 50%; }
    .post-nav__newer:hover, .post-nav__newer:focus, .post-nav__older:hover, .post-nav__older:focus {
      background-color: transparent; }
    .post-nav__newer:active, .post-nav__older:active {
      box-shadow: none; }
  .post-nav__newer {
    float: left;
    padding-left: 1.25rem;
    position: relative; }
    .post-nav__newer .post-nav__meta,
    .post-nav__newer .post-nav__title {
      float: left; }
    .post-nav__newer::before {
      bottom: 0;
      color: var(--brand-color);
      content: '\2190';
      display: inline-block;
      left: 0;
      position: absolute;
      transition: transform 0.125s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .post-nav__newer:hover::before, .post-nav__newer:focus::before {
      transform: translateX(-4px); }
  .post-nav__older {
    float: right;
    padding-right: 1.25rem;
    position: relative;
    text-align: right; }
    .post-nav__older .post-nav__meta,
    .post-nav__older .post-nav__title {
      float: right; }
    .post-nav__older::after {
      bottom: 0;
      color: var(--brand-color);
      content: '\2192';
      display: inline-block;
      position: absolute;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .post-nav__older:hover::after, .post-nav__older:focus::after {
      transform: translateX(4px); }

.post-nav__meta {
  clear: both;
  color: #596673;
  display: inline-block; }

.post-nav__title {
  clear: both;
  color: var(--brand-color) !important;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.sidebar__panel {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #eaedef;
  display: inline-block;
  padding: 20px;
  width: 100%; }
  .sidebar__panel h3 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem; }

.sidebar ul {
  display: inline-block;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  width: 100%; }
  .sidebar ul:last-child {
    margin-bottom: 0; }
.sidebar li {
  font-size: .85rem;
  line-height: 1.125;
  margin-bottom: .333rem;
  position: relative;
  width: 100%; }
  .sidebar li:last-child {
    margin-bottom: 0 !important; }

.sidebar__section {
  margin-bottom: 20px; }
  .sidebar__section:last-child {
    margin-bottom: 0; }

.link__badge {
  color: #708090;
  font-size: .75rem; }

.sidebar__half {
  float: left;
  width: calc(50% - .25rem); }
  .sidebar__half:nth-of-type(odd) {
    margin-right: .25rem; }
  .sidebar__half:nth-of-type(even) {
    margin-left: .25rem; }
  .sidebar__half:first-of-type {
    margin-bottom: 0; }

.sidebar__link a {
  display: inline-block;
  line-height: 1.125;
  padding-left: 1.25rem;
  position: relative;
  vertical-align: middle; }
  .sidebar__link a::before {
    left: 0;
    position: absolute; }

.cat--all::before {
  content: '📰'; }

.cat--design-code::before {
  content: '🎨'; }

.cat--hudson-valley::before {
  content: '🌄'; }

.cat--personal::before {
  content: '🧔'; }

.cat--product::before {
  content: '📊'; }

.cat--recommended::before {
  content: '🔗'; }

.cat--tech-culture::before {
  content: '🤖'; }

.cat--working::before {
  content: '🛠'; }

.cat--link::before {
  content: '🔗'; }

.cat--writing::before {
  content: '📃'; }

.cat--mic::before {
  content: '🎙'; }

@media only screen and (max-width: 400px) {
  .sidebar__half {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%; }

  .sidebar__half:first-of-type {
    margin-bottom: 20px; } }
@media only screen and (min-width: 760px) and (max-width: 980px) {
  .sidebar__half {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%; }

  .sidebar__half:first-of-type {
    margin-bottom: 20px; } }
.cases {
  margin-bottom: 40px; }
  .cases:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1072px) {
    .cases {
      margin-top: -100px;
      position: relative;
      z-index: 1; } }
  .cases div {
    display: flex;
    flex-direction: column; }
    @media (min-width: 800px) {
      .cases div {
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap; } }

.cases__title {
  font-size: 1.25rem;
  margin-top: 0; }
  @media (min-width: 1072px) {
    .cases__title {
      color: #fff;
      font-size: 1rem;
      margin-bottom: .5rem;
      opacity: .5; } }

.case {
  border-radius: 3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.125);
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  vertical-align: middle;
  width: 100%; }
  .case::after {
    content: '';
    display: block;
    padding-bottom: 50%; }
  .case:hover, .case:focus {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.125);
    transform: scale(1.0125); }
  .case:not(:last-child) {
    margin-bottom: 10px; }
  .case__text {
    bottom: 0;
    left: 0;
    max-height: calc(100% - 49px);
    padding: 24px 24px 20px;
    position: absolute;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(9, 10, 12, 0.15), 0 0 12px rgba(9, 10, 12, 0.25); }
    @media (min-width: 480px) {
      .case__text {
        padding: 16px 16px calc(16px - 4px); } }
  .case__title {
    color: #fff;
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.125;
    width: 100%; }
    @media (min-width: 480px) {
      .case__title {
        font-size: 1rem; } }
  .case__subtitle {
    color: #f9fafa;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 5px 0 0; }
    @media (max-width: 799px) {
      .case__subtitle {
        display: none; } }

.case__container {
  text-align: left;
  margin-bottom: 1rem;
  flex: 0 1 100%; }
  @media (min-width: 800px) {
    .case__container {
      flex-basis: calc(50% - .5rem); } }
  @media (min-width: 1024px) {
    .case__container {
      flex-basis: calc(33.333% - .75rem); } }
  @media (min-width: 480px) {
    .case__container .case::after {
      padding-bottom: 33.333%; } }
  @media (min-width: 800px) {
    .case__container .case::after {
      padding-bottom: 66.667%; } }
  .case__container .case {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
    .case__container .case::before {
      content: '';
      position: absolute;
      top: 20px;
      left: 20px;
      width: 40px;
      height: 40px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 40px; }
    .case__container .case--dwell {
      background-image: linear-gradient(135deg, #5149A2 0%, #413B81 100%);
      background-image: url("../assets/dwell-tile.jpg"); }
      .case__container .case--dwell::before {
        background-image: url("../assets/dwell-icon.svg"); }
    .case__container .case--agrilyst {
      background-image: linear-gradient(135deg, #5149A2 0%, #413B81 100%);
      background-image: url("../assets/agrilyst-tile.jpg"); }
      .case__container .case--agrilyst::before {
        background-image: url("../assets/agrilyst-icon.svg"); }
    .case__container .case--hvtalentbase {
      background-image: linear-gradient(135deg, #08AEEA 0%, #2AF598 100%);
      background-image: url("../assets/hvtb-tile.jpg"); }
      .case__container .case--hvtalentbase::before {
        background-image: url("../assets/hvtb-icon.svg"); }
    .case__container .case--theindustry {
      background-image: linear-gradient(135deg, #393F45 0%, #2D3237 100%);
      background-image: url("../assets/industry-tile.jpg"); }
      .case__container .case--theindustry::before {
        background-image: url("../assets/industry-icon.svg"); }
    .case__container .case--askspoke {
      background-image: linear-gradient(135deg, #393F45 0%, #2D3237 100%);
      background-image: url("../assets/askspoke-tile.jpg"); }
      .case__container .case--askspoke::before {
        background-image: url("../assets/askspoke-icon.svg"); }
    .case__container .case--decision-making {
      background-image: linear-gradient(135deg, #393F45 0%, #2D3237 100%);
      background-image: url("../assets/decision-tile.jpg"); }
      .case__container .case--decision-making::before {
        background-image: url("../assets/decision-icon.svg"); }
    .case__container .case--creative-hudson-valley {
      background-image: linear-gradient(135deg, #393F45 0%, #2D3237 100%);
      background-image: url("../assets/creativehv-tile.jpg"); }
      .case__container .case--creative-hudson-valley::before {
        background-image: url("../assets/creativehv-icon.svg"); }

.single-case {
  margin-top: 2rem; }

.work-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px; }

.work-sidebar h3 {
  font-size: .875rem;
  margin: 0 0 .25rem; }
.work-sidebar ul {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0; }
  .work-sidebar ul:last-child {
    margin-bottom: 0; }
  .work-sidebar ul li {
    color: #434d56;
    font-size: .875rem;
    line-height: 1.5;
    padding-left: 1.25rem;
    position: relative; }
    .work-sidebar ul li::before {
      color: #708090;
      content: '—';
      position: absolute;
      left: 0; }
  .work-sidebar ul a {
    box-shadow: none !important;
    background-color: transparent !important;
    text-decoration: underline;
    text-decoration-color: #708090;
    color: #434d56; }
    .work-sidebar ul a:hover, .work-sidebar ul a:focus {
      color: #090a0c; }

@media (min-width: 1024px) {
  .work-container {
    flex-direction: row; }

  .work-content {
    flex: 0 1 65%; }

  .work-sidebar {
    flex: 0 1 35%;
    padding-left: 2rem; } }
.clients__title {
  color: #BBBDBF;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: .5rem; }

.clients {
  background-color: #f1f2f4;
  margin-bottom: calc(-40px - 1px);
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 1; }

.clients__logos {
  padding: 0 20px; }
  .clients__logos:after {
    content: "";
    display: table;
    clear: both; }
  .clients__logos img {
    margin-bottom: 10px;
    max-width: 12rem; }
    .clients__logos img:last-child {
      margin-bottom: 0; }
  @media (min-width: 800px) {
    .clients__logos__logo {
      display: inline-block;
      float: left;
      padding: 0 10px;
      text-align: center;
      width: 20%; }
    .clients__logos img {
      margin-bottom: 0;
      max-height: 3.5rem;
      max-width: 100%;
      object-fit: contain;
      vertical-align: middle; } }

.job {
  background-color: #f1f2f4;
  border-left: .25rem solid;
  border-radius: 3px;
  font-size: .85rem;
  display: inline-block;
  line-height: 1.25;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%; }
  .job:last-child {
    margin-bottom: 0; }
  .job--spoke {
    border-color: #da6c6f; }
  .job--dwell {
    border-color: #E2426F; }
  .job--agrilyst {
    border-color: #473894; }
  .job--fusion {
    border-color: #3E89D5; }
  .job--industry {
    border-color: #393C43; }

.job__title,
.job__stack {
  display: inline-block;
  width: 100%; }

.job__title {
  font-weight: 600;
  margin: 0 0 .125rem; }

.reading__content {
  margin-bottom: 1rem;
  margin-top: 2rem; }
  .reading__content h3 {
    display: inline-block;
    margin: 0 .25rem 0 0; }
  .reading__content span {
    color: #b4bcc6;
    font-size: .85rem; }

.reading__recommendation {
  background-color: #fff6d6;
  border-color: #fbc602;
  border-style: solid none;
  border-width: 1px;
  display: inline-block;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  width: calc(100% + 40px); }
  .reading__recommendation__form {
    height: 40px;
    position: relative; }
  @media (min-width: 800px) {
    .reading__recommendation {
      border-style: solid;
      border-radius: 3px; } }
  .reading__recommendation input {
    background-color: #f9fafa;
    border: 1px solid rgba(253, 210, 51, 0.5);
    border-right: 0;
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    height: 40px;
    left: 0;
    line-height: 40px;
    padding: 0 8px;
    position: absolute;
    width: calc(100% - 110px); }
    @media (min-width: 721px) {
      .reading__recommendation input {
        width: calc(100% - 120px); } }
    .reading__recommendation input:focus {
      border-color: #fdd233;
      outline: none; }
  .reading__recommendation button {
    background-color: var(--brand-color);
    border: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 var(--brand-color);
    right: 0;
    width: 110px; }
    @media (min-width: 721px) {
      .reading__recommendation button {
        width: 120px; } }
    .reading__recommendation button:hover, .reading__recommendation button:focus {
      background-color: var(--brand-color-point97);
      outline: none; }
    .reading__recommendation button:focus {
      box-shadow: 0 0 8px rgba(9, 10, 12, 0.15); }
    .reading__recommendation button:active {
      background-color: var(--brand-color);
      box-shadow: none; }

.books {
  display: inline-block;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  width: 100%; }

.book {
  background-color: #f1f2f4;
  border-radius: 3px;
  display: inline-block;
  font-size: .85rem;
  line-height: 1.25;
  margin-bottom: 10px;
  min-height: calc(180px + 20px);
  padding: 10px 10px 10px calc(120px + 20px);
  position: relative;
  width: 100%; }
  .book.is-recommended {
    background-color: #fff6d6;
    box-shadow: 0 0 0 1px #fbc602; }

.book__image {
  height: 180px;
  left: 10px;
  margin-bottom: 0;
  position: absolute;
  top: 10px;
  width: 120px; }

.book__content {
  left: calc(120px + 20px);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

.book__title {
  margin: 0 0 .125rem; }

.book__author {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%; }

.book__more {
  border: 1px solid #d1d6dc;
  margin-top: 20px; }

.books-nav {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0; }
  .books-nav:after {
    content: "";
    display: table;
    clear: both; }
  .books-nav li {
    float: left;
    margin-right: 1rem; }

@media (min-width: 600px) {
  .book {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px); }

  .reading__current .book {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }
@media (min-width: 1024px) {
  .book {
    width: calc(33.333% - 10px); }

  .reading__current .book {
    width: 100%; } }
.contact {
  width: 100%; }
  .contact div {
    margin-bottom: 20px; }
  .contact label {
    display: inline-block;
    width: 100%; }
  .contact input,
  .contact textarea {
    background-color: #fff;
    border: 1px solid #eaedef;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    max-width: 24rem;
    padding: 0 8px;
    width: 100%; }
    .contact input:focus,
    .contact textarea:focus {
      border-color: #d1d6dc;
      outline: none; }
  .contact textarea {
    height: auto;
    line-height: 1.25;
    max-width: 32rem;
    min-height: 8rem;
    padding: 8px;
    resize: vertical; }
  .contact button {
    background-color: var(--brand-color);
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 32px;
    padding: 0 40px;
    text-align: center;
    text-shadow: 0 -1px 0 var(--brand-color); }
    .contact button:hover, .contact button:focus {
      background-color: --brand-color-point97;
      outline: none; }
    .contact button:focus {
      box-shadow: 0 0 8px rgba(9, 10, 12, 0.15); }
    .contact button:active {
      background-color: var(--brand-color);
      box-shadow: none; }
