@charset "UTF-8";
::-moz-selection {
  background: rgba(239, 36, 60, 0.15);
  /* WebKit/Blink Browsers */ }
::selection {
  background: rgba(239, 36, 60, 0.15);
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #ffb7b7;
  /* Gecko Browsers */ }

html {
  scroll-behavior: smooth; }

body {
  background: #F5F5F5;
  color: #2B2E42;
  font-family: "Rubik", "Helvetica Neue", "Helvetica", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }
  body:before {
    background: #EF243C;
    content: " ";
    display: block;
    height: 1em;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000; }

nav {
  margin: 1em auto 0;
  max-width: 800px;
  padding: 0.3em 0 0;
  position: relative;
  text-transform: uppercase;
  z-index: 999; }
  nav > * {
    font-weight: 500;
    margin: 0 1em 0 0;
    padding: 0.1em 0; }
  nav span {
    color: #EF243C; }
  nav a {
    border-bottom: 3px solid transparent; }
    nav a.active {
      border-bottom-color: #2B2E42;
      color: #2B2E42; }
      nav a.active:hover:after {
        opacity: 0; }
    nav a.hidden {
      display: none; }

#overlay {
  background: #F5F5F5;
  left: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100vw;
  z-index: 999; }

.turbolinks-progress-bar {
  display: none; }

html.transitioning #overlay {
  opacity: 1;
  width: 100%; }

article {
  margin: 0 auto;
  padding: 4em 0 0; }
  article .inner {
    margin: 0 auto;
    max-width: 800px;
    position: relative; }

.col {
  display: inline-block;
  margin: 0 1.5% 0 0;
  vertical-align: top;
  width: 47%; }

a {
  color: #8D99AE;
  font-weight: 500;
  position: relative;
  text-decoration: none; }
  a:after {
    background: url("/images/underline.gif") left bottom repeat-x;
    background-size: 6px 4px;
    bottom: -4px;
    content: " ";
    left: 0;
    height: 4px;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  a:hover {
    color: #8D99AE; }
    a:hover:after {
      opacity: 1; }
  a.cta {
    color: #EF243C; }

strong {
  font-weight: 500; }

h1, h2 {
  color: #EF243C;
  font-weight: 700;
  line-height: 1.1em; }

h1 {
  clear: both;
  font-size: 40px;
  position: relative; }

h2 {
  margin: 1em 0 2em;
  text-transform: uppercase; }
  h2 span {
    position: relative; }
    h2 span:before {
      background: #EF243C;
      border-radius: 1px;
      content: " ";
      height: 3px;
      left: 0;
      position: absolute;
      right: 0;
      top: -5px; }

p {
  margin: 0 0 1.75em; }

form input {
  border: none;
  font-size: 1em;
  font-family: "Rubik", "Helvetica Neue", "Helvetica", "Roboto", sans-serif;
  font-weight: 200;
  margin: 0 0.5em 0 0; }
  form input[type=text], form input[type=email] {
    border: 1px solid rgba(141, 153, 174, 0.2);
    border-radius: 0.25em;
    padding: 0.4em 0.6em; }
    form input[type=text]:focus, form input[type=email]:focus {
      border-color: #8D99AE;
      outline: none; }
  form input[type=submit], form input[type=button] {
    background: #EF243C;
    border-radius: 0.5em;
    color: white;
    cursor: pointer;
    font-weight: 500;
    padding: 0.4em 0.6em; }
    form input[type=submit]:hover, form input[type=button]:hover {
      opacity: 0.65; }

.slant {
  margin: 8em 0;
  position: relative; }
  .slant:before {
    background: #FFFFFF;
    bottom: -5em;
    content: " ";
    display: block;
    left: -1px;
    position: absolute;
    top: -5em;
    -webkit-transform: skewY(-2deg);
            transform: skewY(-2deg);
    right: -1px;
    z-index: -1; }

footer {
  margin: 10em 0 5em; }

section.generic {
  position: relative;
  padding-top: 1.5em; }

section.intro {
  position: relative; }
  section.intro p.first {
    margin-top: 2.5em; }
  section.intro form input[type=email] {
    width: 14em; }

section.writing ul {
  list-style: none outside;
  margin: 0;
  padding: 0; }

section.writing .subscribe {
  margin-top: 4em; }

.blog-list-item {
  margin-bottom: 2em;
  padding: 0; }
  .blog-list-item .blog-list-item-thumb {
    display: block;
    width: 140px; }
  .blog-list-item img {
    display: block;
    height: 70px;
    margin: 0 0 0.2em;
    overflow: hidden;
    width: 140px; }
  .blog-list-item h3 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0; }
  .blog-list-item p {
    color: #2B2E42;
    font-weight: 300;
    margin: 0; }
    .blog-list-item p.meta {
      font-size: 0.8em;
      margin-top: -0.25em;
      opacity: 0.65; }
  .blog-list-item .thumb {
    border-radius: 3px;
    font-size: 0.7em;
    line-height: 1em;
    margin: 0 0 1.25em; }
    .blog-list-item .thumb:hover:after {
      display: none; }

section.bookshelf span.star {
  color: #8D99AE; }

section.bookshelf ul {
  line-height: 0;
  list-style: none outside;
  margin: 0;
  padding: 0; }
  section.bookshelf ul li {
    border-radius: 3px;
    display: inline-block;
    margin: 0 2px 6px 0;
    outline: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 0; }
    section.bookshelf ul li.divider {
      background: #EF243C;
      cursor: default;
      height: 200px;
      position: relative;
      width: 140px; }
      section.bookshelf ul li.divider span {
        bottom: 0px;
        color: #2B2E42;
        cursor: default;
        display: block;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.1em;
        margin: 0;
        padding: 12px;
        opacity: 0.5;
        position: absolute; }
    section.bookshelf ul li.starred {
      position: relative; }
      section.bookshelf ul li.starred:after {
        background: #F5F5F5;
        border-radius: 0 55% 0 0;
        bottom: 0;
        display: block;
        color: #8D99AE;
        content: "★";
        font-weight: 500;
        font-size: 16px;
        line-height: 1em;
        padding: 8px;
        position: absolute;
        left: 0;
        -webkit-transition: bottom 0.2s;
        transition: bottom 0.2s; }
      section.bookshelf ul li.starred:hover:after {
        bottom: -2em; }
    section.bookshelf ul li a {
      background: #F5F5F5;
      display: block;
      height: 200px;
      position: relative;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s;
      width: 140px; }
      section.bookshelf ul li a:hover:after {
        display: none; }
      section.bookshelf ul li a:hover div.details {
        opacity: 1; }
      section.bookshelf ul li a img {
        display: block;
        left: 50%;
        margin: 0;
        max-height: 210px;
        max-width: 150px;
        position: absolute;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        top: 50%; }
      section.bookshelf ul li a div.details {
        background: rgba(0, 0, 0, 0.8);
        bottom: 0;
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        section.bookshelf ul li a div.details span {
          bottom: 0;
          color: white;
          display: block;
          font-size: 14px;
          font-weight: 300;
          margin: 0.5em;
          line-height: 1.35em;
          position: absolute; }
          section.bookshelf ul li a div.details span strong {
            font-weight: 500;
            display: block; }

section.art ul {
  list-style: none outside;
  margin: 0;
  padding: 0; }
  section.art ul li {
    display: inline-block;
    line-height: 0;
    margin: 0 20px 20px 0;
    padding: 0; }
    section.art ul li:nth-child(3n) {
      margin-right: 0; }
    section.art ul li a {
      background-color: rgba(0, 0, 0, 0.05);
      background-size: cover;
      border-radius: 6px;
      display: block;
      height: 253px;
      overflow: hidden;
      position: relative;
      width: 253px; }
      section.art ul li a:hover {
        opacity: 0.75; }
        section.art ul li a:hover:after {
          display: none; }
  section.art ul div.empty {
    padding: 3em 0;
    text-align: center; }
    section.art ul div.empty span {
      color: #8D99AE;
      font-weight: 500;
      position: relative; }
      section.art ul div.empty span:before {
        background: url("/images/underline.gif") left bottom repeat-x;
        background-size: 6px 4px;
        bottom: -4px;
        content: " ";
        left: 0;
        height: 4px;
        position: absolute;
        right: 0; }

section.about {
  position: relative; }

section.coaching {
  position: relative; }

.coaching .col ul {
  padding: 0 0 0 1em; }
  .coaching .col ul.coaching-services {
    list-style: none outside;
    padding: 0; }
    .coaching .col ul.coaching-services li {
      margin: 0 0 1em; }
      .coaching .col ul.coaching-services li p {
        margin: 0; }
        .coaching .col ul.coaching-services li p.secondary {
          color: #80828e; }
      .coaching .col ul.coaching-services li span.new {
        background: #8D99AE;
        border-radius: 0.2em;
        color: #F5F5F5;
        font-size: 0.8em;
        padding: 0.15em 0.3em;
        position: relative;
        top: -0.1em; }
  .coaching .col ul.coaching-testimonials {
    list-style: none outside;
    padding: 0; }
    .coaching .col ul.coaching-testimonials li {
      border-left: 1px solid #2B2E42;
      margin: 0 0 1em;
      padding: 0.25em 1em 0; }
      .coaching .col ul.coaching-testimonials li blockquote {
        font-weight: 200;
        margin: 0; }
      .coaching .col ul.coaching-testimonials li p {
        font-style: italic; }

img.profile {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 3em;
  top: -245px;
  width: 280px; }

section.schedule {
  top: -2em; }
  section.schedule ul {
    list-style: none outside;
    margin: -2em 0 0;
    padding: 1em 0 0; }
    section.schedule ul li {
      clear: both;
      margin-bottom: 0;
      padding: 0; }
      section.schedule ul li.schedule-15 a {
        color: #83AF78; }
      section.schedule ul li.schedule-30 a {
        color: #8D99AE; }
      section.schedule ul li.schedule-60 a {
        color: #EF243C; }
      section.schedule ul li a:hover img, section.schedule ul li a:hover p {
        opacity: 0.65; }
      section.schedule ul li a img {
        display: block;
        float: left;
        height: 70px;
        margin: 0 0.5em 0 -10px;
        width: 70px; }
      section.schedule ul li a p {
        display: block;
        margin: 0;
        padding: 1.25em 0 0; }

.blog h1, .blog h2, .blog h3, .blog h4, .blog ul, .blog ol, .blog p {
  max-width: 75%; }

.blog h1 {
  margin-bottom: 0; }

.blog h2, .blog h3, .blog h4 {
  color: #2B2E42;
  font-weight: 500;
  text-transform: none; }

.blog h2 {
  margin: 3em 0 1em; }

.blog h3, .blog h4 {
  margin: 2em 0 1em; }

.blog .tagline {
  font-size: 1.2em;
  margin: 0.5em 0 2em; }

.blog .metadata {
  border-top: 1px solid #a7abc5;
  color: #8D99AE;
  display: inline-block;
  font-size: 0.9em;
  margin: 0 0 4em;
  padding: 0; }

.blog .metadata-bottom {
  color: #8D99AE;
  font-size: 0.9em;
  margin: 4em 0 0; }

.blog figure.blog-image {
  left: -2em;
  margin: -2em 0 3em;
  overflow: hidden;
  position: relative;
  width: 85%; }
  .blog figure.blog-image img {
    display: block;
    width: 100%; }
  .blog figure.blog-image figcaption {
    color: #80828e;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0.25em 0 0;
    position: relative;
    text-align: right;
    top: -0.75em;
    z-index: 2; }
  .blog figure.blog-image:before, .blog figure.blog-image:after {
    background: white;
    content: " ";
    height: 2em;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: skewY(-2deg);
            transform: skewY(-2deg); }
  .blog figure.blog-image:before {
    top: -1em; }
  .blog figure.blog-image:after {
    bottom: 0em; }

.blog .body-content em {
  font-style: italic; }

.blog .body-content sup {
  font-size: 60%;
  font-weight: 500;
  position: relative;
  top: -0.5em;
  vertical-align: baseline; }

.blog .body-content ul, .blog .body-content ol {
  margin: 0 0 2em 2em;
  padding: 0; }
  .blog .body-content ul li, .blog .body-content ol li {
    margin: 0 0 0.5em; }

.blog .body-content blockquote {
  border-left: 3px solid #2B2E42;
  font-size: 1.25em;
  font-weight: 200;
  line-height: 1.35em;
  margin: 0 0 1em;
  padding: 0.5em 1em;
  max-width: 75%; }
  .blog .body-content blockquote p {
    margin: 0;
    max-width: 100%; }

.blog .body-content figure {
  left: -4em;
  margin: 2em 0;
  padding: 0;
  position: relative; }
  .blog .body-content figure img {
    border-radius: 0.2em;
    max-width: 800px;
    width: 100%; }
  .blog .body-content figure figcaption {
    color: #80828e;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0 auto; }

.blog .body-content hr {
  border: none;
  border-top: 3px solid #2B2E42;
  height: 0;
  margin: 4em auto 4em calc(75% / 2 - 25px);
  width: 50px; }

.blog-footer {
  display: flex; }
  .blog-footer h3 {
    font-size: 1em;
    font-weight: 500;
    margin: 0 0.5em 0.5em 0;
    padding: 0; }
  .blog-footer > div {
    width: 50%; }
  .blog-footer .blog-subscribe {
    width: 240px; }
    .blog-footer .blog-subscribe input {
      display: block;
      margin: 0.5em 0.5em 0 0; }
  .blog-footer .blog-next ul {
    margin: 0;
    padding: 0; }
    .blog-footer .blog-next ul .blog-list-item {
      width: auto !important; }
      .blog-footer .blog-next ul .blog-list-item h3 {
        margin-bottom: 0; }

.share {
  margin: 0 0 1em; }
  .share div {
    display: inline-block;
    margin: 0 4em 0 0; }
  .share span, .share a {
    display: inline-block;
    margin: 0 0.5em 0 0; }
  .share a {
    color: #8D99AE;
    position: relative;
    top: 0.2em; }
    .share a:hover {
      color: #EF243C; }
      .share a:hover:after {
        opacity: 0; }
    .share a svg {
      fill: currentColor;
      width: 24px; }
    .share a span {
      display: none; }

.blog-nav {
  margin: -2.5em 0 -2em; }

@media screen and (max-width: 800px) {
  body {
    padding: 0; }
  .col {
    display: block;
    width: 100%; }
  .inner {
    padding: 0 2em; }
  nav {
    padding: 0 2em; }
    nav span {
      display: block; }
  .blog h1, .blog h2, .blog h3, .blog h4, .blog p {
    max-width: 100%; }
  .blog figure.blog-image {
    left: 0;
    width: 100%; }
    .blog figure.blog-image image {
      max-width: 100%; }
  .blog .body-content figure {
    left: 0;
    width: 100%; }
  section.intro .col p {
    position: static;
    top: 0; }
  section.intro form input[type=email] {
    margin: 0 0 0.5em;
    width: 18em; }
  section.writing .blog-list-item {
    width: 75%; }
  section.about img.profile {
    float: right;
    margin: 0 0 0 2em;
    position: static;
    width: 180px; }
  section.art ul li:nth-child(3n) {
    margin-right: 20px; }
  section.art ul li:nth-child(2n) {
    margin-right: 0; }
  section.art ul li a {
    height: 290px;
    width: 290px; }
  .blog-footer {
    display: block; }
    .blog-footer > div {
      margin: 0 0 3em;
      width: 100%; } }

/*
 *
 * Selection Sharer
 *
 */
#selectionSharerPopover {
  display: none;
  left: -100px;
  position: absolute;
  top: -100px;
  z-index: 1010; }
  #selectionSharerPopover:after {
    background: #2B2E42;
    bottom: -3px;
    content: '';
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 8px; }
  #selectionSharerPopover #selectionSharerPopover-inner {
    background-color: #2B2E42;
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    #selectionSharerPopover #selectionSharerPopover-inner ul {
      list-style: none outside;
      margin: 0;
      padding: 0; }
      #selectionSharerPopover #selectionSharerPopover-inner ul li {
        display: inline-block;
        margin: 0;
        padding: 0.1em; }
        #selectionSharerPopover #selectionSharerPopover-inner ul li a.action {
          border: none;
          display: block;
          margin: 5px 7px;
          height: 20px;
          text-indent: -200px;
          width: 20px; }
          #selectionSharerPopover #selectionSharerPopover-inner ul li a.action:hover {
            color: #ccc;
            opacity: 0.65; }
            #selectionSharerPopover #selectionSharerPopover-inner ul li a.action:hover:after {
              opacity: 0 !important; }
          #selectionSharerPopover #selectionSharerPopover-inner ul li a.action.tweet {
            background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='171' height='139'%3e%3cg transform='translate(-282.32053,-396.30734)'%3e%3cpath style='fill:white' d='m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z' /%3e%3c/g%3e%3c/svg%3e") no-repeat;
            background-size: 18px;
            background-position: 2px 4px; }
          #selectionSharerPopover #selectionSharerPopover-inner ul li a.action.linkedin {
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="300px" height="300px" viewBox="0 0 300 300" enable-background="new 0 0 300 300" xml:space="preserve"><g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"><path fill="white" d="M343.999,2812.002C222.998,2770,155,2672.002,155,2540c0-62.002,5-85,27.998-132.998 c108.003-219.004,459.004-206.001,560,21.997c16.001,36.001,18.003,60,15,125c-5,97.002-27.998,146.001-91.997,203.003 C586.001,2827.002,453.999,2850,343.999,2812.002z"/> <path fill="white" d="M2035.996,2052.998c-150.996-31.997-257.998-92.998-365-210l-68.994-75l-7.002,79.004 c-5,42.998-10.996,100.996-14.004,127.998l-5.996,50l-253.999,2.998L1067.998,2030l6.001-62.002c3.003-35,8.999-452.998,12.002-930 L1092.998,170h288.003H1670l2.002,597.998C1675,1365,1675,1365,1697.998,1410.996c34.004,70,87.002,125.005,150,156.006 c75,36.997,192.998,38.999,257.998,5c59.004-31.001,111.006-95,137.002-172.002c21.006-64.004,22.002-77.002,25-647.002 L2270.996,170h290h290l-3.994,642.998c-2.998,547.998-6.006,652.002-20,707.002c-42.998,172.998-97.002,280-187.998,371.001 C2494.004,2037.998,2257.002,2101.001,2035.996,2052.998z"/><path fill="white" d="M167.002,2022.998c-4.004-2.998-7.002-421.997-7.002-930V170h295h295l-2.002,927.998L745,2025 l-286.001,2.998C302.002,2028.999,171.001,2027.002,167.002,2022.998z"/></g></svg>') 2px 4px/18px no-repeat;
            background-size: 18px;
            background-position: 0 2px; }
          #selectionSharerPopover #selectionSharerPopover-inner ul li a.action.email {
            background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='64'%3e%3cg transform='translate(-10, -10)' fill='transparent'%3e%3crect x='0' y='0' width='114' height='114'%3e%3c/rect%3e%3cpath d='M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z' stroke='white' stroke-width='5'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
            background-size: 20px;
            background-position: 0 4px; }

#selectionSharerPopunder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  background: #ccc;
  border: none;
  -webkit-box-shadow: inset 0 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 5px -10px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 5px -10px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  overflow: hidden; }
