*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* font size uses a 1.2 modular scale */
/* skipping 2.99 */
/* 218, 94, 125 */
/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .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 {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .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: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

/* top of the page: nav, banner, logo styling */
.banner {
  background: #f0f0f0;
  width: 100%;
  max-width: 680px;
  height: 140px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 1024px) {
    .banner {
      height: 300px; } }

.banner-blank {
  background: #f0f0f0;
  width: 100%;
  max-width: 680px;
  height: 80px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 1024px) {
    .banner-blank {
      height: 170px; } }

nav {
  display: block;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
  font-weight: 500;
  font-color: #4b4b4b;
  text-align: left;
  letter-spacing: 1px;
  font-size: 0.9rem; }
  @media screen and (min-width: 1024px) {
    nav {
      display: block;
      text-align: left;
      font-size: 1rem;
      padding-top: 0.75rem;
      padding-bottom: 0rem; } }
  nav ul li {
    display: inline;
    padding-left: 1rem; }
    @media screen and (min-width: 1024px) {
      nav ul li {
        padding-left: 1rem; } }
    nav ul li:last-of-type {
      padding-right: 0; }
  nav a {
    display: inline;
    padding-bottom: .125rem;
    text-decoration: none;
    text-transform: uppercase; }

.logo-large {
  display: none; }
  @media screen and (min-width: 1024px) {
    .logo-large {
      display: block;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: -16.5rem;
      max-width: 710px;
      width: 29%; } }

.logo-small {
  display: block;
  text-align: right;
  max-width: 710px;
  margin-top: -8.5rem;
  margin-bottom: 0rem;
  margin-right: auto;
  margin-left: auto;
  width: 35%; }
  @media screen and (min-width: 1024px) {
    .logo-small {
      display: none; } }

.logo-blank {
  display: block;
  text-align: center;
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
  width: 29%; }
  @media screen and (min-width: 1024px) {
    .logo-blank {
      margin-top: 1rem; } }

/* basic elements: links, images, lists, text styling */
a {
  color: #cd4649;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:visited {
  color: #af287d; }

img {
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.text-wrap-desktop {
  display: none; }
  @media screen and (min-width: 1024px) {
    .text-wrap-desktop {
      display: block;
      float: right;
      padding-left: 1rem; } }

.text-wrap-small {
  display: block;
  float: right;
  padding-left: 1rem; }
  @media screen and (min-width: 1024px) {
    .text-wrap-small {
      display: none; } }

ul {
  list-style-type: disc; }
  ul > li {
    padding-top: 1rem;
    list-style-type: none; }

em {
  font-family: "acumin-pro", arial, sans-serif;
  font-weight: 700; }

i {
  font-style: italic; }

blockquote {
  color: #b7b7b7;
  font-family: "acumin-pro", arial, sans-serif;
  font-weight: 300;
  font-size: 1.44rem;
  font-style: italic; }

/* h tags, post header (title), post date */
.post-header h1 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  color: #4b4b4b;
  font-size: 2.07rem;
  line-height: 1.3;
  padding-top: 0rem;
  padding-bottom: 1rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1024px) {
    .post-header h1 {
      font-size: 2.49rem;
      padding-top: 3rem;
      margin: 0; } }

.post-date {
  color: #4b4b4b;
  font-size: 1rem;
  font-family: "acumin-pro", arial, sans-serif;
  font-weight: 700;
  padding-bottom: 2.2rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1024px) {
    .post-date {
      margin: 0; } }

h2 {
  font-family: "museo-slab", serif;
  line-height: 1.6;
  padding-top: 2.2rem;
  padding-bottom: .8rem;
  font-weight: 300;
  font-size: 1.73rem; }

h3 {
  font-family: "acumin-pro", arial, sans-serif;
  line-height: 1.6;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 1.44rem; }

h4 {
  font-family: "acumin-pro", arial, sans-serif;
  line-height: 1.6;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700; }

/* subtitle */
h5 {
  font-family: "acumin-pro", arial, sans-serif;
  line-height: 1.6;
  margin-top: -6.75rem;
  padding-bottom: 5.25rem;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px; }

/* body, article, main content styling */
body {
  background: #f0f0f0;
  color: #4b4b4b;
  font-family: "acumin-pro", arial, sans-serif;
  font-weight: 300;
  font-size: 1.2rem; }

.content {
  max-width: 710px;
  line-height: 1.6;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto; }
  .content > * {
    max-width: 710px; }

.post::after {
  content: "";
  display: table;
  clear: both; }

.post-content {
  margin-right: auto;
  margin-left: auto; }
  .post-content p {
    line-height: 1.6; }
  .post-content p + p,
  .post-content p + ul,
  .post-content p + form {
    padding-top: 1rem; }
  .post-content div.highlight {
    margin: 1rem 0; }

/* cheat sheet special styling */
.special-title {
  font-family: "museo-slab", serif;
  font-weight: 300;
  color: #4b4b4b;
  font-size: 2.07rem;
  text-align: center;
  line-height: 1.2;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1024px) {
    .special-title {
      font-size: 2.49rem;
      padding-top: 3rem;
      padding-bottom: 0rem;
      margin: 2rem; } }

.sub-title {
  font-family: "acumin-pro", arial, sans-serif;
  font-weight: 500;
  color: #4b4b4b;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.2;
  padding-top: 0rem;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1024px) {
    .sub-title {
      font-size: 1rem;
      padding-top: 0rem;
      margin: 0; } }

.rectangle {
  width: auto;
  height: auto;
  padding: 2.5rem;
  background: #ca261e;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.rectangle-border {
  width: auto;
  height: auto;
  border: 3px;
  border-color: white;
  border-style: solid;
  border-radius: 0px;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  text-align: center;
  vertical-align: middle;
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 1.44rem;
  letter-spacing: 2px;
  color: white; }

.clarendon-emphasis {
  font-family: "museo-slab", serif;
  font-size: 2.07rem;
  letter-spacing: 10px;
  font-weight: 700; }

/* bottom of the page: about-include, cta, newsletter sign-up styling */
.about-include {
  background: #f0f0f0;
  max-width: 550px;
  width: 100%;
  padding: 1rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1.3;
  float: center; }
  @media screen and (min-width: 1024px) {
    .about-include {
      clear: both; } }
  .about-include .portrait {
    float: left;
    padding-right: 1rem;
    margin-top: -.9rem; }

.footer {
  background: #f0f0f0;
  height: 70px;
  max-width: 1024px;
  width: 100%; }

.wf-loading {
  opacity: 0; }

.wf-active {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1; }

.cta {
  margin-bottom: 1rem;
  padding-top: 0rem; }
  .cta .subscribe-cta {
    padding-top: 0rem;
    padding-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .cta .subscribe-cta {
        padding-top: 0rem;
        padding-bottom: 1rem; } }
  .cta #newsletter-form {
    background: #f0f0f0;
    border-radius: 0px;
    border-top: 1px;
    border-bottom: 1px;
    border-color: #4b4b4b;
    border-style: solid;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 1rem;
    max-width: 710px;
    margin-right: auto;
    margin-left: auto; }
    .cta #newsletter-form label {
      font-family: "acumin-pro", arial, sans-serif;
      font-weight: 700;
      display: block;
      padding-bottom: 1rem; }
    .cta #newsletter-form input {
      display: block;
      font-family: "acumin-pro", arial, sans-serif;
      margin: 0 auto; }
    .cta #newsletter-form #newsletter-email {
      font-size: 1rem;
      height: 56px;
      padding: 1rem;
      margin-bottom: 1rem;
      width: 85%;
      max-width: 426px; }
      @media screen and (min-width: 1024px) {
        .cta #newsletter-form #newsletter-email {
          font-size: font-size-2;
          width: 60%; } }
    .cta #newsletter-form #newsletter-subscribe {
      /* newsletter subscribe button */
      background: #ca261e;
      border-radius: 0px;
      border: 0px;
      font-family: "acumin-pro", arial, sans-serif;
      font-weight: 500;
      height: 50px;
      padding-top: .5rem;
      padding-bottom: .5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-top: 1rem;
      text-align: center;
      text-decoration: none;
      font-size: 1rem;
      letter-spacing: .5px;
      color: white;
      line-height: 1rem;
      max-width: 100%; }
      @media screen and (min-width: 1024px) {
        .cta #newsletter-form #newsletter-subscribe {
          font-size: 1.2rem;
          height: 55px;
          padding-left: 2rem;
          padding-right: 2rem;
          /* on one line with email input window */ } }

.confirmation {
  text-align: center; }
  .confirmation p {
    padding-bottom: 1rem; }

.sharing {
  padding-top: 1rem; }

/* coming soon */
.hook {
  text-align: center;
  color: #4b4b4b;
  margin-top: 3rem;
  margin-bottom: 2rem; }
  .hook h1 {
    font-family: "museo-slab", serif;
    font-size: 2.07rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0rem;
    line-height: 1.4; }
    @media screen and (min-width: 1024px) {
      .hook h1 {
        line-height: 1.6;
        font-size: 2.49rem;
        padding: 1rem;
        margin: 0; } }

.coming-soon {
  text-align: left;
  margin-top: 0rem;
  background-color: #b7b7b7;
  padding-top: 0rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 1024px) {
    .coming-soon {
      padding-bottom: 6rem; } }
  .coming-soon h2 {
    font-family: "museo-slab", serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    color: white;
    background-color: #0a7364;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 1024px) {
      .coming-soon h2 {
        font-size: 1.8rem;
        letter-spacing: 5px;
        padding-left: 6rem;
        text-align: left;
        margin-right: 0rem;
        margin-left: 0rem; } }
  .coming-soon h3 {
    font-family: "acumin-pro-extra-condensed";
    font-weight: 200;
    font-size: 3rem;
    color: #f0f0f0;
    line-height: 1.1;
    padding-left: 2rem;
    padding-top: 1rem; }
    @media screen and (min-width: 1024px) {
      .coming-soon h3 {
        padding-top: 4.7rem;
        font-size: 6.7rem;
        padding-left: 6rem; } }
    .coming-soon h3 em {
      font-family: "acumin-pro-extra-condensed";
      font-weight: 700;
      color: white; }

.coming-soon-cta {
  font-family: "acumin-pro", arial, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .coming-soon-cta em {
    font-family: "museo-slab", serif; }
  @media screen and (min-width: 1024px) {
    .coming-soon-cta {
      padding-top: 2rem;
      padding-bottom: 2rem;
      font-size: 1.73rem; } }

.modal {
  display: none; }

.modal.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5); }
  .modal.active .inner-modal {
    background: #f0f0f0;
    width: 40rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-top: 0rem;
    height: 30rem;
    margin: 5rem auto 0 auto; }
