@charset "UTF-8";
.site-header.expanded > .wrapper-header > .content, body.lander {
  background-color: #ede1da;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
html {
  background-color: #F4ECE8;
}

body {
  font: 400 16px/1.6 "Source Sans Pro", sans-serif;
  color: #383736;
  background-color: #FFFBF9;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
input, textarea, keygen, select, button {
  font: 400 16px/1.6 "Source Sans Pro", sans-serif;
}

/** Text selection color **/
::selection {
  background: #F4C9BC;
}

::-moz-selection {
  background: #F4C9BC;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #395C6B;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #54879d;
}
a:hover {
  color: #273f4a;
}

.blog.post .post-header .post-title.post a, .post-footer > a {
  color: #706F6C;
  text-decoration: none;
}
.blog.post .post-header .post-title.post a:hover, .post-footer > a:hover {
  color: #383736;
}

.blog .post-list li .post-info .category, .post-info a, .footer-col a.author-link, .site-footer .site-author a {
  color: #9A9894;
  text-decoration: none;
}
.blog .post-list li .post-info .category:hover, .post-info a:hover, .footer-col a.author-link:hover, .site-footer .site-author a:hover {
  color: #383736;
}

/**
 * Blockquotes
 */
blockquote {
  color: #9A9894;
  border-left: 4px solid #cfcecd;
  padding-left: 15px;
  font-size: 26px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e6e5;
  border-radius: 3px;
  background-color: #EFEEED;
  word-wrap: normal;
  word-break: normal;
}

p code {
  word-break: break-word;
}

code {
  padding: 1px 5px;
  font-family: "Source Code Pro", monospace;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper,
.wrapper-post,
.wrapper-header,
.wrapper-footer {
  max-width: -webkit-calc(1280px - (30px * 2));
  max-width: calc(1280px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper,
  .wrapper-post,
  .wrapper-header,
  .wrapper-footer {
    max-width: -webkit-calc(1280px - (30px));
    max-width: calc(1280px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wrapper-single-col {
  max-width: -webkit-calc(900px - (30px * 2));
  max-width: calc(900px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper-single-col {
    max-width: -webkit-calc(900px - (30px));
    max-width: calc(900px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.home > .backend > .content .copy h3:after,
.home > .collaborate > .content .copy h3:after, .post-footer:after, .wrapper:after,
.wrapper-post:after,
.wrapper-header:after,
.wrapper-footer:after, .wrapper-single-col:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  vertical-align: middle;
}
.icon > svg path {
  fill: #838180;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}

td, th {
  border: 1px solid #cfcecd;
  padding: 8px;
}

thead {
  background-color: #e8e7e7;
}

tr:nth-child(even) {
  background-color: #e8e7e7;
}

/**
 * Horizontal Rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cfcecd;
  margin: 30px 0;
  padding: 0;
}

/**
 * Copy Code Button
 */
.highlighter-rouge {
  position: relative;
}

.highlighter-rouge code.copied {
  animation: shot 0.3s ease-in-out;
}

@keyframes shot {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.highlighter-rouge .clipbutton {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  opacity: 0;
  padding: 4px 8px;
  border: none;
  border-radius: 3px;
  background-color: #426a7c;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  transition: opacity 0.3s ease-in-out;
}

.highlighter-rouge .clipbutton:hover {
  background-color: #304e5a;
}

.highlighter-rouge .clipbutton:focus {
  outline: none;
}

.highlighter-rouge:hover .clipbutton {
  opacity: 1;
  cursor: pointer;
}

/** YouTube Embeds **/
.youtube-container {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.youtube-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Site header
 */
.home > .community:after, .home > .learn-more:after, .home > .logos:after, .home > .logos:before, .site-header > .wrapper-header:after, .site-header > .site-announcement:after {
  margin-top: 50px;
  content: "";
  display: block;
  padding: 0 30px;
  border-top: 1px dashed #395C6B;
}

.home > .about-page > div.team .profiles .links, .footer-col .social-links, .site-header .social {
  white-space: nowrap;
}
.home > .about-page > div.team .profiles .links a, .footer-col .social-links a, .site-header .social a {
  margin-right: 8px;
}
.home > .about-page > div.team .profiles .links a span.icon, .footer-col .social-links a span.icon, .site-header .social a span.icon {
  border-radius: 6px;
  background-color: #E27152;
  display: inline-block;
  padding: 7px;
  line-height: 1;
  vertical-align: middle;
  transition: 0.3s;
}
.home > .about-page > div.team .profiles .links a span.icon i.fa, .footer-col .social-links a span.icon i.fa, .site-header .social a span.icon i.fa {
  color: #FFFBF9;
}
.home > .about-page > div.team .profiles .links a span.icon img, .footer-col .social-links a span.icon img, .site-header .social a span.icon img {
  width: 18px;
  height: 18px;
  vertical-align: -2px;
}
.home > .about-page > div.team .profiles .links a .stars, .footer-col .social-links a .stars, .site-header .social a .stars {
  margin-left: 5px;
  vertical-align: middle;
  padding: 3px 5px 3px 8px;
  line-height: 1;
  font-size: 14px;
  border-radius: 4px;
  background-color: #E27152;
  font-weight: 600;
  color: #FFFBF9;
  position: relative;
}
.home > .about-page > div.team .profiles .links a .stars:before, .footer-col .social-links a .stars:before, .site-header .social a .stars:before {
  content: "\a";
  border-left: 0 solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #E27152;
  border-top: 5px solid transparent;
  position: absolute;
  left: -5px;
  top: calc(50% - 5px);
}
.home > .about-page > div.team .profiles .links a .stars i.fa, .footer-col .social-links a .stars i.fa, .site-header .social a .stars i.fa {
  margin-right: 1px;
  font-size: 13px;
}
.home > .about-page > div.team .profiles .links a:hover span.icon, .footer-col .social-links a:hover span.icon, .site-header .social a:hover span.icon {
  background-color: #E06543;
}
.home > .about-page > div.team .profiles .links a:active span.icon, .footer-col .social-links a:active span.icon, .site-header .social a:active span.icon {
  background-color: #D35431;
}
.home > .about-page > div.team .profiles .links a:last-child, .footer-col .social-links a:last-child, .site-header .social a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .home > .about-page > div.team .profiles .links .button:not(:first-child) span, .footer-col .social-links .button:not(:first-child) span, .site-header .social .button:not(:first-child) span {
    display: none;
  }
}

.site-header section.search {
  position: relative;
  font-size: 14px;
  display: inline-block;
}
.site-header section.search label {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 10;
  pointer-events: none;
  opacity: 0.4;
  color: #706F6C;
}
@media screen and (max-width: 600px) {
  .site-header section.search label {
    left: 13px;
  }
}
.site-header section.search input {
  padding: 4px 10px 4px 31px;
  border-radius: 4px;
  height: 34px;
  width: 212px;
  color: #706F6C;
  background-color: transparent;
  border: 1px solid rgba(56, 55, 54, 0.15);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 15px;
  line-height: 1.3333333;
  box-sizing: border-box;
  transition: 0.3s;
}
.site-header section.search input:focus {
  border-color: #383736;
  outline: 0;
  color: #383736;
  background-color: white;
  box-shadow: 0px 8px 24px rgba(57, 92, 107, 0.15);
}
@media screen and (max-width: 600px) {
  .site-header section.search .algolia-autocomplete .ds-dropdown-menu {
    min-width: 300px;
  }
}

.site-header.expanded > .wrapper-header > .content {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 24px 30px 30px;
  overflow-y: scroll;
}
@media screen and (max-width: 600px) {
  .site-header.expanded > .wrapper-header > .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-header.expanded > .wrapper-header > .content .col1 .menu-header {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #395C6B;
}
.site-header.expanded > .wrapper-header > .content .col1 .menu-header .menu-button img:first-child {
  display: none;
}
.site-header.expanded > .wrapper-header > .content .col1 .menu-header .menu-button img:last-child {
  display: block;
}
.site-header.expanded > .wrapper-header > .content .col1 a.links {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 38px;
}
.site-header.expanded > .wrapper-header > .content .col2 {
  display: block;
  text-align: center;
}
.site-header.expanded > .wrapper-header > .content .col2 section.search {
  width: 100%;
  max-width: 240px;
}
.site-header.expanded > .wrapper-header > .content .col2 section.search label {
  top: 8px;
  font-size: 18px;
}
.site-header.expanded > .wrapper-header > .content .col2 section.search input {
  padding: 6px 10px 6px 36px;
  height: 44px;
  font-size: 18px;
  background-color: #FFFBF9;
}
.site-header.expanded > .wrapper-header > .content .col2 .social a:not(:last-child) {
  margin-right: 15px;
}
.site-header.expanded > .wrapper-header > .content .col2 .social .github .stars {
  display: none;
}
.site-header > .site-announcement {
  padding: 9px 30px 0;
  font-size: 15px;
  text-align: center;
  color: #706F6C;
}
@media screen and (max-width: 800px) {
  .site-header > .site-announcement {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .site-header > .site-announcement {
    font-size: 14px;
  }
}
.site-header > .site-announcement:after {
  margin-top: 9px;
}
.site-header > .site-announcement a {
  font-weight: 600;
}
.site-header > .site-announcement i.fa {
  margin-left: 3px;
}
.site-header > .wrapper-header {
  margin: 0 auto;
  padding: 20px 30px 0;
}
.site-header > .wrapper-header:after {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .site-header > .wrapper-header {
    padding: 15px 15px 0;
  }
}
.site-header > .wrapper-header > .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header > .wrapper-header > .content .col1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.site-header > .wrapper-header > .content .col1 .menu-header .menu-button {
  display: none;
  position: relative;
  padding: 4px;
  border-radius: 6px;
  background-color: #E27152;
}
.site-header > .wrapper-header > .content .col1 .menu-header .menu-button:after {
  content: "";
  position: absolute;
  left: -11px;
  top: -11px;
  width: 50px;
  height: 50px;
}
.site-header > .wrapper-header > .content .col1 .menu-header .menu-button img {
  width: 20px;
  height: 20px;
}
.site-header > .wrapper-header > .content .col1 .menu-header .menu-button img:first-child {
  display: block;
}
.site-header > .wrapper-header > .content .col1 .menu-header .menu-button img:last-child {
  display: none;
}
.site-header > .wrapper-header > .content .col2 {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .site-header > .wrapper-header > .content {
    display: block;
  }
  .site-header > .wrapper-header > .content .col1 {
    margin-bottom: 20px;
    display: block;
  }
  .site-header > .wrapper-header > .content .col1 .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header > .wrapper-header > .content .col1 .menu-header .menu-button {
    display: block;
  }
  .site-header > .wrapper-header > .content .col1 a.links {
    margin: 0;
    display: none;
    padding: 7.5px 0;
  }
  .site-header > .wrapper-header > .content .col2 {
    margin: 0;
    display: none;
  }
  .site-header > .wrapper-header > .content .col2 .social {
    margin: 20px 0 0;
  }
  .site-header > .wrapper-header > .content .col2 .social a {
    padding-top: 5px;
    padding-bottom: 37px;
    display: inline-block;
  }
  .site-header > .wrapper-header > .content .col2 section.search,
  .site-header > .wrapper-header > .content .col2 section.search > span,
  .site-header > .wrapper-header > .content .col2 section.search > span input {
    width: 100%;
  }
}
.site-header .site-title {
  margin-right: 30px;
  margin-bottom: 0;
  display: block;
  position: relative;
  white-space: nowrap;
  /**
      width: 203px;
      height: 48px;
      @keyframes logo1Fade {
        0% { opacity: 1; }
        33% { opacity: 1; }
        100% { opacity: 0; }
      }
      @keyframes logo2Fade {
        0% { opacity: 0; }
        33% { opacity: 1; }
        66% { opacity: 1; }
        100% { opacity: 0; }
      }
      @keyframes logo3Fade {
        0% { opacity: 0; }
        66% { opacity: 1; }
        100% { opacity: 1; }
      }
      @keyframes logo4Fade {
        0% { opacity: 0; }
        75% { opacity: 1; }
        100% { opacity: 1; }
      }

      img {
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0;

        &:nth-of-type(1) { opacity: 1; }
      }

      &:hover {
        img {
          &:nth-of-type(1) { opacity: 0; }
          &:nth-of-type(4) { opacity: 1; }

          animation-timing-function: linear;
          animation-iteration-count: 1;
          animation-duration: 1.3s;

          &:nth-of-type(2) { animation-name: logo1Fade; }
          &:nth-of-type(3) { animation-name: logo2Fade; }
          &:nth-of-type(4) { animation-name: logo3Fade; }
        }
      }
  **/
}
.site-header .links {
  margin-right: 30px;
  font-weight: 700;
  color: #383736;
}
.site-header .links:hover {
  color: #E27152;
}
.site-header .links:active {
  color: #D35431;
}
.site-header .links:last-child {
  margin-right: 0;
}
.site-header .social a.github {
  margin-right: 0;
}
.site-header .social a.twitter, .site-header .social a.linkedin {
  display: none;
}
.site-header section.search {
  margin-left: 20px;
}
@media screen and (max-width: 1100px) {
  .site-header section.search {
    margin-left: 0;
  }
}

/*
.site-nav {
  float: right;
  line-height: 56px;

  .menu-icon {
    display: none;
  }

  .page-link {
    color: $text-color;
    line-height: $base-line-height;

    // Gaps between nav items, but not on the last one
    &:not(:last-child) {
      margin-right: 20px;
    }
  }

  @include media-query($on-palm) {
    position: absolute;
    top: 9px;
    right: $spacing-unit / 2;
    background-color: $background-color;
    border: 1px solid $grey-color-light;
    border-radius: 5px;
    text-align: right;

    .menu-icon {
      display: block;
      float: right;
      width: 36px;
      height: 26px;
      line-height: 0;
      padding-top: 10px;
      text-align: center;

      > svg path {
        fill: $grey-color-dark;
      }
    }

    .trigger {
      clear: both;
      display: none;
    }

    &:hover .trigger {
      display: block;
      padding-bottom: 5px;
    }

    .page-link {
      display: block;
      padding: 5px 10px;

      &:not(:last-child) {
        margin-right: 0;
      }
      margin-left: 20px;
    }
  }
}
*/
/**
 * Site footer
 */
.site-footer {
  padding: 0 0 45px;
}
@media screen and (max-width: 800px) {
  .site-footer {
    padding-bottom: 20px;
  }
}
.site-footer > .wrapper:before {
  margin-bottom: 45px;
  content: "";
  display: block;
  padding: 0 30px;
  border-top: 1px dashed #395C6B;
}
.site-footer .site-author {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #9A9894;
}
.contact-list,
.link-list {
  margin: 0;
  list-style: none;
}

.footer-col-wrapper {
  display: flex;
  color: #9A9894;
}
@media screen and (max-width: 800px) {
  .footer-col-wrapper {
    display: block;
  }
}

.footer-col {
  margin-bottom: 55px;
  margin-right: 45px;
}
@media screen and (max-width: 800px) {
  .footer-col {
    margin-right: 0;
  }
}
.footer-col.footer-col-1 {
  text-align: left;
  flex: 1 0 auto;
}
@media screen and (max-width: 800px) {
  .footer-col.footer-col-1 {
    text-align: center;
  }
}
.footer-col.footer-col-2 {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .footer-col.footer-col-2 {
    margin-bottom: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .footer-col.footer-col-2 > ul {
    margin-left: 0;
  }
}
.footer-col.footer-col-2 > ul:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 800px) {
  .footer-col.footer-col-2 > ul:not(:last-child) {
    margin-right: 45px;
  }
}
@media screen and (max-width: 600px) {
  .footer-col.footer-col-2 > ul:not(:last-child) {
    margin-right: 30px;
  }
}
.footer-col.footer-col-3 {
  margin-bottom: 30px;
  margin-right: 0;
  flex: 0 1 auto;
  max-width: 450px;
}
.footer-col a.author-link {
  font-weight: bold;
}
.footer-col a.email-link,
.footer-col a.page-link {
  font-weight: 400;
  line-height: 2;
}
.footer-col .social-links {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .footer-col .social-links {
    margin-top: 35px;
    text-align: center;
  }
}
.footer-col .social-links a {
  margin-right: 10px;
}
.footer-col .col-title {
  margin-bottom: 6px;
  font-weight: 700;
  color: #383736;
}
.footer-col .site-description {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  color: #706F6C;
}
@media screen and (max-width: 800px) {
  .footer-col .site-description {
    text-align: center;
    line-height: 1.5;
  }
}
.footer-col .site-buttons {
  margin: -10px;
  padding-left: 5px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .footer-col .site-buttons {
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer-col .site-buttons .sst-button {
  margin: 10px;
  padding: 13px 35px;
  line-height: 30px;
  flex: 1 1 auto;
  box-sizing: border-box;
  min-width: 190px;
}
@media screen and (max-width: 800px) {
  .footer-col .site-buttons .sst-button {
    flex: 0;
    min-width: unset;
  }
}
@media screen and (max-width: 600px) {
  .footer-col .site-buttons .sst-button {
    padding: 8px 22px;
    flex: 1 1 auto;
  }
}

/**
 * Page content
 */
.page-content {
  padding: 45px 0 30px;
}
@media screen and (max-width: 600px) {
  .page-content {
    padding: 25px 0;
  }
}
.page-content .placeholder {
  font-family: "Roboto Slab", serif;
  font-size: 42px;
  text-align: center;
  padding: 200px 0 300px;
}
.page-content.lander {
  padding: 0;
}

.page-heading {
  font-size: 20px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #838180;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.page-content .post-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .page-content .post-container {
    flex-direction: column;
    align-items: stretch;
  }
}

.page-content .post-container article.post {
  flex: 1;
  min-width: 0;
}

.page-content .post-container > .sidebar {
  margin-left: 30px;
  padding-top: 15px;
  flex: 0 0 300px;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .page-content .post-container > .sidebar {
    margin-left: 0;
    border-top: 2px solid #cfcecd;
    padding-top: 18px;
    order: 99;
  }
}
.page-content .post-container > .sidebar .context-cta {
  background-color: #395C6B;
  border-radius: 5px;
  padding: 15px;
  color: white;
}
@media screen and (max-width: 800px) {
  .page-content .post-container > .sidebar .context-cta {
    display: none;
  }
}
.page-content .post-container > .sidebar .context-cta .header {
  margin-bottom: 15px;
  padding-left: 98px;
  padding-bottom: 6px;
  position: relative;
}
.page-content .post-container > .sidebar .context-cta .header img {
  left: 0;
  top: -36px;
  position: absolute;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), 0 3px 3px rgba(0, 0, 0, 0.125), 0 4px 4px rgba(0, 0, 0, 0.06);
}
.page-content .post-container > .sidebar .context-cta .header p.eyebrow {
  margin-bottom: 0;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.7;
}
.page-content .post-container > .sidebar .context-cta .header h6 {
  margin-bottom: 3px;
  font-size: 16px;
}
.page-content .post-container > .sidebar .context-cta .header p:last-child {
  margin-bottom: 0;
  line-height: 1.4;
}
.page-content .post-container > .sidebar .context-cta .body a.guide {
  display: block;
  line-height: 44px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
}
.page-content .post-container > .sidebar .context-cta .body a.guide:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.page-content .post-container > .sidebar p.section {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.page-content .post-container > .sidebar p.section a {
  color: #383736;
}
.page-content .post-container > .sidebar p.section.toc {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 800px) {
  .page-content .post-container > .sidebar p.section.toc {
    margin-top: 0;
  }
}
.page-content .post-container > .sidebar p.step {
  margin-bottom: 10px;
}
.page-content .post-container > .sidebar ul {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  list-style: none;
}
.page-content .post-container > .sidebar ul li {
  margin-top: 3px;
  padding-left: 10px;
  text-indent: -11px;
}
.page-content .post-container > .sidebar ul li::before {
  content: "•";
  margin-right: 5px;
  color: #cfcecd;
}
.page-content .post-container > .sidebar ul li a.active {
  font-weight: bold;
}
.page-content .post-container > .sidebar ul.steps {
  display: none;
}
.page-content .post-container > .sidebar ul.steps.open {
  display: block;
}

.post-header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcecd;
}

.post-title {
  margin-bottom: 5px;
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-info a {
  font-size: 14px;
}
.post-info span.copy {
  font-size: 14px;
  color: #9A9894;
}
.post-info a.lang {
  font-weight: bold;
  font-size: 16px;
  padding-left: 4px;
}
.post-info span.separator {
  font-size: 10px;
  font-weight: 300;
  vertical-align: 1px;
  color: #9A9894;
}

.post-author,
.post-context {
  margin-top: 20px;
  color: #9A9894;
  font-weight: 300;
  font-style: italic;
}

.post-archives {
  margin-top: 20px;
  color: #383736;
  font-weight: 600;
  font-style: italic;
}

.post-content {
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-word;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}
.post-content .video-wrapper {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.post-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-sponsor {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .post-sponsor {
    margin-bottom: 15px;
  }
}
.post-sponsor .banners a {
  margin-top: 10px;
  display: inline-block;
}
.post-sponsor .banners a + a {
  margin-left: 5px;
}
.post-sponsor .banners img {
  border-radius: 4px;
}
.post-sponsor p {
  margin-bottom: 0;
  color: #9A9894;
  font-size: 14px;
}
.post-sponsor p:last-child {
  padding-top: 5px;
}

.post-closing {
  margin-top: 15px;
  text-align: center;
}
.post-closing p {
  font-style: italic;
  color: #706F6C;
}
.post-closing p a {
  font-weight: bold;
}

.post-checkpoint {
  margin-top: 60px;
  border-top: 2px solid #ffd9c6;
  padding-top: 33px;
  position: relative;
}
.post-checkpoint .header {
  position: absolute;
  top: -15px;
  padding: 1px 9px;
  border-radius: 4px;
  background-color: #ffb793;
  color: white;
}
.post-checkpoint .header i.fa {
  font-size: 15px;
  vertical-align: 1px;
}
.post-checkpoint .header span {
  margin-left: 4px;
  vertical-align: 3px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.post-checkpoint p {
  margin-bottom: 8px;
}
.post-checkpoint a {
  font-family: "Source Code Pro", monospace;
  font-size: 18px;
}

.post-footer {
  margin-top: 90px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .post-footer {
    margin-top: 60px;
  }
}
.post-footer hr {
  margin-bottom: 45px;
  font-size: 28px;
  letter-spacing: 0.6em;
  display: block;
  border: 0;
  color: #9A9894;
}
@media screen and (max-width: 600px) {
  .post-footer hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.post-footer hr:before {
  content: "...";
  display: inline-block;
  margin-left: 0.6em;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  top: -45px;
}
.post-footer > a {
  font-weight: bold;
  line-height: 54px;
  display: inline-block;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .post-footer > a {
    font-size: 14px;
  }
}
.post-footer .previous {
  float: left;
}
.post-footer .next {
  float: right;
}

.post-links {
  margin-bottom: 30px;
  background-color: #F4ECE8;
  border-radius: 5px;
  padding: 25px;
}
@media screen and (max-width: 600px) {
  .post-links {
    padding: 15px;
  }
}
.post-links p {
  margin-bottom: 5px;
  color: #706F6C;
}
.post-links p.comments:not(:first-child) {
  margin-top: 20px;
}
.post-links a {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .post-links a {
    font-size: 16px;
  }
}
.post-links a i.fa {
  vertical-align: -2px;
  margin-right: 4px;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .post-links a i.fa {
    font-size: 18px;
  }
}

.post .extras {
  margin-bottom: 30px;
}

/**
 * 404
 */
.not-found {
  padding: 100px 0 130px;
  font-size: 20px;
  text-align: center;
}

/** Newsletter Embed */
.sst-button.tertiary, .sst-button.secondary, .sst-button.primary {
  border-radius: 4px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  box-sizing: border-box;
  padding: 24px 40px 23px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .sst-button.tertiary, .sst-button.secondary, .sst-button.primary {
    padding: 9px 36px;
  }
}
.disabled.sst-button.tertiary, .disabled.sst-button.secondary, .disabled.sst-button.primary {
  opacity: 0.5;
}

.sst-button.secondary, .sst-button.primary {
  font-size: 18px;
  line-height: 20px;
}
@media screen and (max-width: 600px) {
  .sst-button.secondary, .sst-button.primary {
    font-size: 16px;
    line-height: 24px;
  }
}
.sst-button.secondary:before, .sst-button.primary:before {
  border-radius: 4px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 5px;
  left: -5px;
}

.sst-button.primary:visited {
  color: white;
}
.sst-button.primary:before {
  border-color: #E27152;
}
.sst-button.primary:hover {
  background-color: #E06543;
}
.sst-button.primary:hover:before {
  border-color: #E06543;
}
.sst-button.primary:active {
  background-color: #D35431;
}
.sst-button.primary:active:before {
  border-color: #D35431;
}

.sst-button.primary {
  color: white;
  background: #E27152;
  box-shadow: 0px 6px 12px -2px rgba(255, 194, 180, 0.89);
}

.sst-button.secondary {
  color: #383736;
  background: white;
  box-shadow: 0px 6px 12px -2px rgba(250, 236, 232, 0.89);
}
.sst-button.secondary:visited {
  color: #383736;
}
.sst-button.secondary:before {
  border-color: white;
}
.sst-button.secondary:hover {
  background-color: #FFFBF9;
}
.sst-button.secondary:hover:before {
  border-color: #FFFBF9;
}
.sst-button.secondary:active {
  background-color: #FFF8F4;
}
.sst-button.secondary:active:before {
  border-color: #FFF8F4;
}

.sst-button.tertiary {
  font-size: 16px;
  line-height: 18px;
  color: #E27152;
  border: 1px dashed #E27152;
}
.sst-button.tertiary:hover {
  color: #E06543;
  border-color: #E06543;
}
.sst-button.tertiary:active {
  color: #D35431;
  border-color: #D35431;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #EFEEED;
}
.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;
}

@media print {
  html, body {
    background-color: white;
  }
  body {
    margin-top: 10mm;
    margin-bottom: 0mm;
    margin-left: 0mm;
    margin-right: 0mm;
  }
  body > header,
  body > footer,
  main .home .lander,
  main .home .extras,
  main .home .support-footer,
  article > .extras,
  article > .lander-info,
  article > .post-footer,
  article > .post-sponsor,
  article > .post-closing,
  article header .post-info,
  article a.button.contact,
  article header .post-context {
    display: none;
  }
  main div.home .table-of-contents {
    background: none;
    border: none;
    box-shadow: none;
  }
  article > .post-links {
    margin-bottom: 30px;
  }
  article > .post-checkpoint {
    margin-bottom: 30px;
  }
  main.page-content {
    padding: 0 !important;
  }
  main.page-content .post-container {
    display: block;
  }
  main.page-content .post-container > .sidebar {
    display: none;
  }
  pre {
    white-space: pre-wrap !important;
  }
  main div.home .toc {
    padding-top: 0;
  }
  a {
    color: #383736 !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  main div.home ul li a[href]:after {
    content: none;
  }
}
.blog.post .post-content {
  font-size: 18px;
}

.blog.post .post-header {
  padding-bottom: 36px;
  margin-bottom: 50px;
  position: relative;
}

.blog.post .post-header .breadcrumb {
  margin-bottom: 7px;
  text-align: center;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
}
.blog.post .post-header .breadcrumb a:after {
  padding-left: 7px;
  color: #cfcecd;
  content: "/ ";
}

.blog.post .post-header .post-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 32px;
  line-height: 1.44;
}

.blog.post .post-header .post-info {
  text-align: center;
  font-size: 15px;
}

.blog.post .post-header .post-info .date {
  color: #9A9894;
}

.blog.post .post-header .post-info .separator {
  color: #cfcecd;
}

.blog.post .post-header .post-info .twitter {
  font-size: 15px;
  color: #1DA1F2;
}
.blog.post .post-header .post-info .twitter i.fa {
  margin-right: 1px;
}
.blog.post .post-header .post-info .twitter:hover {
  color: #5cbbf6;
}

.blog.post .post-header img.post-author {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -24px;
  margin-bottom: -24px;
  border-radius: 100%;
}

.blog .post-content .twitter-share {
  margin-top: 20px;
  line-height: 2;
}
.blog .post-content .twitter-share span {
  margin-right: 4px;
}
.blog .post-content .twitter-share a {
  padding: 6px 11px 5px;
  line-height: 1.6;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  color: white;
  background-color: #1DA1F2;
}
.blog .post-content .twitter-share a:hover {
  background-color: #0C7ABF;
}
.blog .post-content .twitter-share a i.fa {
  margin-right: 4px;
  font-size: 15px;
  vertical-align: -1px;
}

.blog .post-list {
  padding-left: 0;
  margin-left: 51px;
  list-style-type: none;
}
.blog .post-list li {
  margin-bottom: 45px;
  position: relative;
}
.blog .post-list li h3 img.bullet {
  position: absolute;
  left: -51px;
  width: 36px;
  top: 1px;
  border-radius: 100%;
}
.blog .post-list li .post-info {
  margin-top: 15px;
  font-size: 15px;
}
.blog .post-list li .post-info .category i.fa {
  margin-right: 2px;
  opacity: 0.8;
  font-size: 13px;
}
.blog .post-list li .post-info .date {
  color: #9A9894;
}
.blog .post-list li .post-info .separator {
  color: #cfcecd;
}

@media screen and (max-width: 600px) {
  .home > .about-page {
    padding: 0 15px;
  }
}
.home > .about-page .header {
  text-align: center;
}
.home > .about-page .header .title {
  margin-top: 70px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .home > .about-page .header .title {
    margin-top: 45px;
  }
}
.home > .about-page .header .title h1 {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 80px;
  font-weight: 900;
  line-height: 84px;
  text-align: center;
  color: #383736;
}
@media screen and (max-width: 600px) {
  .home > .about-page .header .title h1 {
    font-size: 38px;
    line-height: 40px;
  }
}
.home > .about-page .header .title img:nth-child(2) {
  position: absolute;
  top: -32px;
  left: -46px;
}
@media screen and (max-width: 600px) {
  .home > .about-page .header .title img:nth-child(2) {
    width: 35px;
    top: -17px;
    left: -22px;
  }
}
.home > .about-page .header .title img:nth-child(3) {
  position: absolute;
  right: -56px;
  bottom: -24px;
}
@media screen and (max-width: 600px) {
  .home > .about-page .header .title img:nth-child(3) {
    width: 35px;
    right: -22px;
    bottom: -21px;
  }
}
@media screen and (max-width: 1100px) {
  .home > .about-page .header .title img {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home > .about-page .header .title img {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  .home > .about-page .header .title img {
    display: none;
  }
}
.home > .about-page .header > p {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 780px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  color: #706F6C;
}
@media screen and (max-width: 600px) {
  .home > .about-page .header > p {
    padding-top: 40px;
    font-size: 16px;
    line-height: 24px;
  }
}
.home > .about-page > hr {
  margin: 60px auto 50px;
  border-style: dashed;
  border-color: #395C6B;
  opacity: 0.4;
}
@media screen and (max-width: 600px) {
  .home > .about-page > hr.header, .home > .about-page > hr.team {
    display: none;
  }
}
.home > .about-page .products {
  margin: 0 -15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .home > .about-page .products {
    margin-top: 25px;
    display: block;
    padding: 0 15px;
  }
}
.home > .about-page .products .product {
  flex: 1 1 auto;
  margin: 0 15px;
  border-radius: 16px;
  padding: 30px 50px 55px;
  border: 1px dashed #E27152;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .home > .about-page .products .product {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .home > .about-page .products .product {
    margin-bottom: 15px;
    padding: 15px;
  }
  .home > .about-page .products .product:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .home > .about-page .products .product img {
    width: 20px;
  }
}
.home > .about-page .products .product hr {
  border-style: dashed;
  border-color: #E27152;
  margin: 19px 0 15px;
}
@media screen and (max-width: 600px) {
  .home > .about-page .products .product hr {
    margin: 15px 0 12px;
  }
}
.home > .about-page .products .product h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
}
.home > .about-page .products .product h4 a {
  color: #383736;
}
.home > .about-page .products .product h4 a:hover {
  color: #395C6B;
}
.home > .about-page .products .product p {
  margin-bottom: 0;
  color: #706F6C;
}
.home > .about-page hr.team {
  margin: 50px 0;
}
.home > .about-page > div.team {
  margin: 0 auto;
  padding: 90px;
  text-align: center;
  background-color: #395C6B;
  border: 1px dashed #FFFBF9;
  border-radius: 16px;
  color: #FFFBF9;
}
@media screen and (max-width: 600px) {
  .home > .about-page > div.team {
    margin-top: 75px;
    padding: 70px 15px 90px;
    border: none;
    box-shadow: 6px 9px 25px rgba(57, 92, 107, 0.3), 0px 4px 12px rgba(57, 92, 107, 0.4);
  }
}
.home > .about-page > div.team h3 {
  margin-bottom: 25px;
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .home > .about-page > div.team h3 {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 1.2;
  }
}
.home > .about-page > div.team > p {
  margin: 0 auto;
  max-width: 860px;
}
.home > .about-page > div.team > p a {
  font-weight: 600;
  color: #E27152;
}
.home > .about-page > div.team > p a:hover {
  color: #E06543;
}
.home > .about-page > div.team .profiles {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 600px) {
  .home > .about-page > div.team .profiles {
    margin-top: 45px;
    display: block;
  }
}
.home > .about-page > div.team .profiles > div.left {
  padding-right: 90px;
}
@media screen and (max-width: 600px) {
  .home > .about-page > div.team .profiles > div.left {
    padding: 0;
  }
}
.home > .about-page > div.team .profiles > div.right {
  padding-left: 90px;
}
@media screen and (max-width: 600px) {
  .home > .about-page > div.team .profiles > div.right {
    margin-top: 30px;
    padding: 0;
  }
}
.home > .about-page > div.team .profiles > hr {
  margin: 0;
  width: 1px;
  height: 150px;
  border-top: none;
  border-right: 1px dashed #FFFBF9;
}
@media screen and (max-width: 600px) {
  .home > .about-page > div.team .profiles > hr {
    display: none;
  }
}
.home > .about-page > div.team .profiles a:first-child img {
  border: 3px solid #FFFBF9;
  border-radius: 100%;
}
.home > .about-page > div.team .profiles h5 {
  margin-top: 15px;
  margin-bottom: 2px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.home > .about-page > div.team .profiles h5 a {
  color: #FFFBF9;
}
.home > .about-page > div.team .profiles h5 a:hover {
  color: #F4ECE8;
}
.home > .about-page > div.team .profiles p.bio {
  margin: 0;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .home > .about-page > div.team .profiles p.bio {
    font-size: 16px;
  }
}
.home > .about-page > div.team .profiles .links {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .home > .about-page > div.team .profiles .links {
    margin-top: 20px;
  }
}
.home > .about-page > div.team .profiles .links a {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .home > .about-page > div.team .profiles .links a {
    margin-right: 15px;
  }
}
.home > .about-page > div.team .profiles > img.desktop {
  position: absolute;
  right: 5px;
  bottom: -58px;
}
@media screen and (max-width: 600px) {
  .home > .about-page > div.team .profiles > img.desktop {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .home > .about-page > div.team .profiles > img.desktop {
    display: none;
  }
}
.home > .about-page > div.team .profiles > img.mobile {
  display: none;
}
@media screen and (max-width: 1100px) {
  .home > .about-page > div.team .profiles > img.mobile {
    display: block;
    position: absolute;
    right: -33px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .home > .about-page > div.team .profiles > img.mobile {
    right: -4px;
  }
}
.home > .about-page .investors {
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .home > .about-page .investors {
    margin-top: 55px;
  }
}
.home > .about-page .investors .section-title {
  display: inline-block;
  position: relative;
  text-align: center;
}
.home > .about-page .investors .section-title h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .home > .about-page .investors .section-title h3 {
    font-size: 38px;
    line-height: 40px;
  }
}
.home > .about-page .investors .section-title h3 span {
  color: #E27152;
}
.home > .about-page .investors .section-title img {
  position: absolute;
  top: -2px;
  left: -97px;
}
@media screen and (max-width: 600px) {
  .home > .about-page .investors .section-title img {
    display: none;
  }
}
.home > .about-page .investors p {
  margin-bottom: 45px;
  color: #383736;
}
@media screen and (max-width: 1100px) {
  .home > .about-page .investors .logos {
    margin: -30px 0;
  }
}
.home > .about-page .investors .logos a {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home > .about-page .investors .logos a:nth-child(1) {
  padding-right: 60px;
}
@media screen and (max-width: 1100px) {
  .home > .about-page .investors .logos a:nth-child(1) {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .home > .about-page .investors .logos a:nth-child(1) {
    padding: 5px;
  }
}
.home > .about-page .investors .logos a:nth-child(2) {
  padding-left: 90px;
  padding-right: 90px;
  border-width: 0 0 0 1px;
  border-style: dashed;
  border-color: #383736;
}
@media screen and (max-width: 1100px) {
  .home > .about-page .investors .logos a:nth-child(2) {
    border: none;
    padding: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .home > .about-page .investors .logos a:nth-child(2) {
    padding: 15px;
  }
}
.home > .about-page .investors .logos a:nth-child(3) {
  padding-left: 60px;
}
@media screen and (max-width: 1100px) {
  .home > .about-page .investors .logos a:nth-child(3) {
    padding: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .home > .about-page .investors .logos a:nth-child(3) {
    padding: 15px;
  }
}
.home > .about-page .investors .names {
  margin: 45px 0 0;
  padding: 25px 30px 50px;
  background-color: #383736;
  border-radius: 16px;
  box-shadow: 6px 9px 25px rgba(57, 92, 107, 0.3), 0px 4px 12px rgba(57, 92, 107, 0.4);
}
@media screen and (max-width: 600px) {
  .home > .about-page .investors .names {
    padding: 0 15px 30px;
  }
}
.home > .about-page .investors ul {
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 952px;
}
.home > .about-page .investors ul li {
  flex: 0 0 255px;
  margin: 0 22px;
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 1px dashed #E27152;
}
@media screen and (max-width: 600px) {
  .home > .about-page .investors ul li {
    margin: 0 30px 0 0;
    flex: 1 1;
  }
}
.home > .about-page .investors ul li:last-child {
  border: none;
}
.home > .about-page .investors ul li a {
  font-weight: bold;
  font-size: 16px;
  color: #FFFBF9;
  white-space: nowrap;
}
.home > .about-page .investors ul li a:hover {
  color: #F4ECE8;
}
.home > .about-page .investors ul li p {
  margin: 6px 0 0;
  font-size: 16px;
  color: #FFFBF9;
  opacity: 0.5;
  white-space: nowrap;
}
.home > .about-page .investors ul li:last-child {
  color: #9A9894;
  font-weight: 600;
}
.home > .about-page .community {
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .home > .about-page .community {
    margin-top: 55px;
  }
}
.home > .about-page .community h3 {
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .home > .about-page .community h3 {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 40px;
  }
}
.home > .about-page .community h3 span {
  color: #E27152;
}
.home > .about-page .community > p {
  margin-bottom: 55px;
  color: #383736;
}
@media screen and (max-width: 600px) {
  .home > .about-page .community > p {
    display: none;
  }
}
.home > .about-page .community .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .home > .about-page .community .social {
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 320px;
  }
}
.home > .about-page .community .social > div {
  padding: 25px 85px;
  border-width: 0 1px 0 0;
  border-style: dashed;
  border-color: #383736;
}
@media screen and (max-width: 1100px) {
  .home > .about-page .community .social > div {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 600px) {
  .home > .about-page .community .social > div {
    padding: 30px;
    flex: 1 1;
  }
}
@media screen and (max-width: 600px) {
  .home > .about-page .community .social > div:nth-child(1) {
    border-width: 0 1px 1px 0;
  }
}
@media screen and (max-width: 600px) {
  .home > .about-page .community .social > div:nth-child(2) {
    border-width: 0 0 1px 0;
  }
}
.home > .about-page .community .social > div:last-child {
  border: none;
}
.home > .about-page .community .social p {
  margin-bottom: 30px;
  font-weight: bold;
}
.home > .about-page .community .social a {
  padding: 0;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 32px;
}
.home > .about-page .community .social a.github {
  font-size: 37px;
}
.home > .about-page .community .social a img {
  width: 32px;
  vertical-align: -5px;
}
.home > .about-page .community .social a i.fa {
  vertical-align: -1px;
}
.home > .about-page .info {
  margin: 75px 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .home > .about-page .info {
    margin-bottom: 55px;
  }
}
.home > .about-page .info > div {
  text-align: center;
  position: relative;
}
.home > .about-page .info > div img.desktop {
  position: absolute;
  left: -212px;
  top: 64px;
}
@media screen and (max-width: 1100px) {
  .home > .about-page .info > div img.desktop {
    display: none;
  }
}
.home > .about-page .info > div img.mobile {
  display: none;
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .home > .about-page .info > div img.mobile {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .home > .about-page .info > div img.mobile {
    left: -25px;
    top: 89px;
  }
}
.home > .about-page .info p {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 600px) {
  .home > .about-page .info p {
    font-size: 20px;
  }
}
.home > .about-page .info p a {
  color: #383736;
}
.home > .about-page .info p a:hover {
  color: #706F6C;
}

main > .guide-page {
  margin: 0 auto;
  padding: 0 30px 15px;
  max-width: calc(1280px - 30px * 2);
}
main > .guide-page > .title {
  text-align: center;
}
main > .guide-page > .title p.eyebrow {
  margin-bottom: 5px;
  font-size: 14px;
  color: #706F6C;
}
main > .guide-page > .title h2 {
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 56px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .title h2 {
    font-size: 36px;
  }
}
main > .guide-page > .title h4 {
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}
main > .guide-page > .readers .readers-list {
  margin: 30px auto 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .readers .readers-list {
    margin: 15px auto;
  }
}
main > .guide-page > .readers .readers-list .scroll-content {
  overflow: hidden;
}
main > .guide-page > .readers .readers-list .scroll-shadow {
  width: 200px;
  height: 100%;
  position: absolute;
  opacity: 1;
  top: 0;
  transition: opacity 0.15s linear;
  pointer-events: none;
}
main > .guide-page > .readers .readers-list .scroll-shadow.left {
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 251, 249, 0), rgb(255, 251, 249));
}
main > .guide-page > .readers .readers-list .scroll-shadow.right {
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 251, 249, 0), rgb(255, 251, 249));
}
main > .guide-page > .readers ul.logos {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 6888px;
  animation: scroll 120s linear infinite;
}
main > .guide-page > .readers ul.logos li {
  list-style-type: none;
  width: 123px;
  height: 67px;
  flex-shrink: 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main > .guide-page > .readers ul.logos li img {
  width: 60px;
  height: auto;
  filter: grayscale(100%);
}
main > .guide-page > .readers ul.logos li img:hover {
  filter: none;
}
main > .guide-page > .readers ul.logos li.m-w img {
  width: 90px;
}
main > .guide-page > .readers ul.logos li.t img {
  width: auto;
  height: 30px;
}
main > .guide-page > .readers ul.logos li.m-t img {
  width: auto;
  height: 43px;
}
main > .guide-page > .panels {
  display: flex;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .panels {
    display: block;
  }
}
main > .guide-page > .panels .features {
  flex: 1 1 50%;
  padding: 20px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #E27152;
}
main > .guide-page > .panels .features > p {
  margin-bottom: 15px;
  color: #706F6C;
}
main > .guide-page > .panels .features .feature-list {
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .panels .features .feature-list {
    font-size: 16px;
  }
}
main > .guide-page > .panels .features .feature-list li {
  margin-bottom: 12px;
  font-size: 20px;
}
main > .guide-page > .panels .features .feature-list li:last-child {
  margin-bottom: 0;
}
main > .guide-page > .panels .features .feature-list strong {
  background-color: #FFF694;
}
main > .guide-page > .panels .action {
  flex: 1 1 50%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .panels .action {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  main > .guide-page > .panels .action {
    display: flex;
    padding-left: 0;
  }
}
main > .guide-page > .panels .action .cover {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .panels .action .cover {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
main > .guide-page > .panels .action .cover img {
  width: 260px;
  border-radius: 4px;
  border: 1px solid #e68368;
}
main > .guide-page > .panels .action .cover img:nth-child(1), main > .guide-page > .panels .action .cover img:nth-child(2) {
  position: absolute;
  left: 50%;
  margin-left: -130px;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .panels .action .cover img {
    width: 200px;
  }
  main > .guide-page > .panels .action .cover img:nth-child(1), main > .guide-page > .panels .action .cover img:nth-child(2) {
    margin-left: -100px;
  }
}
main > .guide-page > .panels .action .cover img:nth-child(1) {
  filter: blur(2px);
  transform: rotate(-30deg);
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.4);
}
main > .guide-page > .panels .action .cover img:nth-child(2) {
  filter: blur(1px);
  transform: rotate(-20deg);
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.4);
}
main > .guide-page > .panels .action .cover img:nth-child(3) {
  transform: rotate(-11.34deg);
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.4);
}
main > .guide-page > .panels .action .cta {
  background-color: #395C6B;
  color: white;
  border-radius: 8px;
  padding: 15px 20px 20px;
}
main > .guide-page > .panels .action .cta h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
}
main > .guide-page > .panels .action .cta p.copy {
  margin-bottom: 20px;
  color: #C3CED2;
  font-size: 14px;
  line-height: 1.375;
}
main > .guide-page > .panels .action .cta form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .panels .action .cta form {
    display: block;
  }
}
main > .guide-page > .panels .action .cta .email-octopus-form-row {
  margin: 0;
  flex: 1 1 auto;
}
main > .guide-page > .panels .action .cta input.email-octopus-email-address {
  margin: 0;
  padding: 10px;
  width: 100%;
  font-size: 20px;
  height: auto;
  text-align: left !important;
}
main > .guide-page > .panels .action .cta .email-octopus-form-row-subscribe {
  margin-top: 0;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .panels .action .cta .email-octopus-form-row-subscribe {
    margin-top: 15px;
    margin-left: 0;
  }
}
main > .guide-page > .panels .action .cta button {
  margin: 0;
  padding: 19px 15px;
  font-size: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  display: inline-block;
  background-color: #E27152;
  color: white;
  border-radius: 4px;
  line-height: 1;
  transition: 0.3s;
  letter-spacing: 1px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .panels .action .cta button {
    width: 100%;
  }
}
main > .guide-page > .panels .action .cta button:hover {
  background-color: #e78a71;
}

/**
 * Table of Contents
 */
main > .guide-page > .table-of-contents {
  margin: 30px 0 0;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .table-of-contents {
    margin: 15px 0 55px;
  }
}
main > .guide-page > .table-of-contents > .wrapper {
  padding: 0;
  display: flex;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents > .wrapper {
    display: block;
  }
}
main > .guide-page > .table-of-contents > .wrapper > .col1 {
  flex: 1 1 50%;
}
main > .guide-page > .table-of-contents > .wrapper > .col2 {
  margin-left: 30px;
  flex: 1 1 50%;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents > .wrapper > .col2 {
    margin-left: 0;
  }
}
main > .guide-page > .table-of-contents .all-chapters {
  padding-bottom: 30px;
  border-radius: 4px;
  border: 1px dashed #E27152;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .table-of-contents .all-chapters {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents .all-chapters {
    display: block;
    padding-bottom: 10px;
  }
}
main > .guide-page > .table-of-contents .all-chapters div.toc-section {
  flex: 1 1 50%;
  padding: 30px 0 0;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents .all-chapters div.toc-section {
    padding-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  main > .guide-page > .table-of-contents .all-chapters div.toc-section {
    padding-top: 30px;
  }
}
main > .guide-page > .table-of-contents .all-chapters div.toc-section h3 {
  margin: 0;
  padding: 0 30px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  color: #706F6C;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents .all-chapters div.toc-section h3 {
    padding: 0 20px;
  }
}
main > .guide-page > .table-of-contents .all-chapters div.toc-section h3:after {
  margin-top: 15px;
  content: "";
  display: block;
  border-top: 1px dashed #E27152;
}
main > .guide-page > .table-of-contents .all-chapters div.toc-section ul li {
  padding: 4px 0;
}
main > .guide-page > .table-of-contents .all-chapters div.toc-section ul li a {
  font-size: 20px;
  line-height: 1.5;
}
main > .guide-page > .table-of-contents .all-chapters div.toc-section > ul {
  margin: 0;
  padding: 12px 30px 0;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents .all-chapters div.toc-section > ul {
    padding: 15px 15px 0;
  }
}
main > .guide-page > .table-of-contents .all-chapters div.toc-section > ul > li {
  list-style-type: none;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents .all-chapters div.toc-section ul li {
    list-style-type: none;
  }
}
main > .guide-page > .table-of-contents div.standalone-newsletter-form-container {
  margin: 30px 0 0;
}
main > .guide-page > .table-of-contents .header.archives {
  margin: 45px 0 30px;
}
main > .guide-page > .table-of-contents .header.archives h3 {
  margin-bottom: 5px;
  font-size: 54px;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
  font-family: "Source Sans Pro", sans-serif;
}
main > .guide-page > .table-of-contents .header.archives p {
  margin: 0;
  text-align: center;
  color: #383736;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .table-of-contents .header.archives p {
    font-weight: 600;
    color: #706F6C;
  }
}
main > .guide-page > .table-of-contents div.part .header {
  margin: 0 15px 20px;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .table-of-contents div.part .header {
    margin-bottom: 25px;
  }
}
main > .guide-page > .table-of-contents div.part .header h3 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .table-of-contents div.part .header h3 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents div.part .header.extra-credit {
    margin-top: 40px;
  }
}
main > .guide-page > .table-of-contents div.part .header.the-basics h3 {
  color: #E27152;
}
main > .guide-page > .table-of-contents div.part .header.serverless-framework {
  margin-top: 40px;
}
main > .guide-page > .table-of-contents div.part div.chapters {
  padding-bottom: 30px;
  border-radius: 4px;
  border: 1px dashed #E27152;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  main > .guide-page > .table-of-contents div.part div.chapters {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents div.part div.chapters {
    padding-bottom: 10px;
    max-height: 750px;
  }
}
main > .guide-page > .table-of-contents div.part div.chapters div.toc-section {
  padding: 30px 0 0;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents div.part div.chapters div.toc-section {
    padding-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  main > .guide-page > .table-of-contents div.part div.chapters div.toc-section {
    padding-top: 30px;
  }
}
main > .guide-page > .table-of-contents div.part div.chapters div.toc-section h3 {
  margin: 0;
  padding: 0 30px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  color: #706F6C;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents div.part div.chapters div.toc-section h3 {
    padding: 0 20px;
  }
}
main > .guide-page > .table-of-contents div.part div.chapters div.toc-section h3:after {
  margin-top: 15px;
  content: "";
  display: block;
  border-top: 1px dashed #E27152;
}
main > .guide-page > .table-of-contents div.part div.chapters div.toc-section ul li {
  padding: 4px 0;
}
main > .guide-page > .table-of-contents div.part div.chapters div.toc-section ul li a {
  font-size: 16px;
  line-height: 1.5;
}
main > .guide-page > .table-of-contents div.part div.chapters div.toc-section > ul {
  margin: 0;
  padding: 12px 30px 0;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents div.part div.chapters div.toc-section > ul {
    padding: 15px 15px 0;
  }
}
main > .guide-page > .table-of-contents div.part div.chapters div.toc-section > ul > li {
  list-style-type: none;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents div.part div.chapters div.toc-section ul li {
    list-style-type: none;
  }
}
main > .guide-page > .table-of-contents div.part div.chapters.best-practices {
  max-height: 1100px;
}
@media screen and (max-width: 800px) {
  main > .guide-page > .table-of-contents div.part div.chapters.best-practices {
    max-height: 750px;
  }
}
main > .guide-page > .table-of-contents div.part div.chapters.expanded {
  max-height: none;
  overflow: visible;
}
main > .guide-page > .table-of-contents div.part div.chapters.expanded .expand {
  display: none;
}
main > .guide-page > .table-of-contents div.part div.chapters .expand {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(255, 251, 249, 0) 0%, rgba(255, 251, 249, 0.786) 25%, #fffbf9 98%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
main > .guide-page > .table-of-contents div.part div.chapters .expand span {
  padding: 13px 67px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

aside {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 0 4px 4px 0;
}
aside.info {
  background-color: #f3ffff;
  border-left: solid 5px #395C6B;
}
aside.note {
  background-color: #F4ECE8;
  border-left: solid 5px #395C6B;
}
aside.caution {
  background-color: #F4ECE8;
  border-left: solid 5px #E27152;
}
aside > h5 {
  color: #706F6C;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  font-weight: bold;
}
aside > div > *:last-child {
  margin-bottom: 0;
}

/**
 * Hero
 */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3444px);
  }
}
.home > .case-studies h5, .home > .community ul li:nth-child(2) h6 {
  color: #FFFBF9;
  background-color: #FFFBF9;
  background-image: linear-gradient(-149.11deg, rgba(226, 113, 82, 0.75), rgba(226, 113, 82, 0));
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.home > .backend > .content .code-editor,
.home > .collaborate > .content .code-editor, .home > .frontend > .content .code-editor {
  background-color: #162328;
  border-radius: 8px;
  box-shadow: 0 0px 2px rgba(22, 35, 40, 0.11), 0 0px 4px rgba(22, 35, 40, 0.11), 0 0px 8px rgba(22, 35, 40, 0.17), 0 4px 16px rgba(22, 35, 40, 0.17), 0 12px 32px rgba(22, 35, 40, 0.17), 0 28px 64px rgba(22, 35, 40, 0.17);
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .code-editor,
  .home > .collaborate > .content .code-editor, .home > .frontend > .content .code-editor {
    box-shadow: 0 0px 2px rgba(22, 35, 40, 0.11), 0 0px 4px rgba(22, 35, 40, 0.11), 0 0px 8px rgba(22, 35, 40, 0.17), 0 4px 16px rgba(22, 35, 40, 0.17), 0 12px 32px rgba(22, 35, 40, 0.17);
  }
}
.home > .backend > .content .code-editor .navbar,
.home > .collaborate > .content .code-editor .navbar, .home > .frontend > .content .code-editor .navbar {
  padding: 15px 55px 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .code-editor .navbar,
  .home > .collaborate > .content .code-editor .navbar, .home > .frontend > .content .code-editor .navbar {
    padding: 9px 49px 0 15px;
  }
}
.home > .backend > .content .code-editor .navbar .controls,
.home > .collaborate > .content .code-editor .navbar .controls, .home > .frontend > .content .code-editor .navbar .controls {
  flex: 0 0 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home > .backend > .content .code-editor .navbar .controls .button,
.home > .collaborate > .content .code-editor .navbar .controls .button, .home > .frontend > .content .code-editor .navbar .controls .button {
  margin-right: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.home > .backend > .content .code-editor .navbar .controls .button:last-child,
.home > .collaborate > .content .code-editor .navbar .controls .button:last-child, .home > .frontend > .content .code-editor .navbar .controls .button:last-child {
  margin-right: 0;
}
.home > .backend > .content .code-editor .navbar .controls .button:nth-child(1),
.home > .collaborate > .content .code-editor .navbar .controls .button:nth-child(1), .home > .frontend > .content .code-editor .navbar .controls .button:nth-child(1) {
  background-color: #FC605B;
}
.home > .backend > .content .code-editor .navbar .controls .button:nth-child(2),
.home > .collaborate > .content .code-editor .navbar .controls .button:nth-child(2), .home > .frontend > .content .code-editor .navbar .controls .button:nth-child(2) {
  background-color: #FDBC40;
}
.home > .backend > .content .code-editor .navbar .controls .button:nth-child(3),
.home > .collaborate > .content .code-editor .navbar .controls .button:nth-child(3), .home > .frontend > .content .code-editor .navbar .controls .button:nth-child(3) {
  background-color: #33C748;
}
.home > .backend > .content .code-editor .navbar .title,
.home > .collaborate > .content .code-editor .navbar .title, .home > .frontend > .content .code-editor .navbar .title {
  flex: 1 1 auto;
  text-align: center;
  font-family: "Source Code Pro", monospace;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .code-editor .navbar .title,
  .home > .collaborate > .content .code-editor .navbar .title, .home > .frontend > .content .code-editor .navbar .title {
    font-size: 13px;
  }
}
.home > .backend > .content .code-editor .code-block,
.home > .collaborate > .content .code-editor .code-block, .home > .frontend > .content .code-editor .code-block {
  margin: 0 20px 0;
  padding: 18px 0 20px;
  color: white;
  font-size: 18px;
  overflow-x: auto;
  font-family: "Source Code Pro", monospace;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .code-editor .code-block,
  .home > .collaborate > .content .code-editor .code-block, .home > .frontend > .content .code-editor .code-block {
    font-size: 12px;
    margin: 0 15px;
    padding: 7.5px 0 15px;
  }
}
.home > .backend > .content .code-editor .code-block .token-line,
.home > .collaborate > .content .code-editor .code-block .token-line, .home > .frontend > .content .code-editor .code-block .token-line {
  position: relative;
  white-space: nowrap;
  padding-left: 25px;
  color: rgb(191, 199, 213);
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .code-editor .code-block .token-line,
  .home > .collaborate > .content .code-editor .code-block .token-line, .home > .frontend > .content .code-editor .code-block .token-line {
    padding-left: 18px;
  }
}
.home > .backend > .content .code-editor .code-block .token-line .italics,
.home > .collaborate > .content .code-editor .code-block .token-line .italics, .home > .frontend > .content .code-editor .code-block .token-line .italics {
  font-style: italic;
}
.home > .backend > .content .code-editor .code-block .token-line .dim,
.home > .collaborate > .content .code-editor .code-block .token-line .dim, .home > .frontend > .content .code-editor .code-block .token-line .dim {
  color: rgb(114, 124, 134);
}
.home > .backend > .content .code-editor .code-block .token-line .plain,
.home > .collaborate > .content .code-editor .code-block .token-line .plain, .home > .frontend > .content .code-editor .code-block .token-line .plain {
  color: rgb(232, 235, 240);
}
.home > .backend > .content .code-editor .code-block .token-line .string,
.home > .collaborate > .content .code-editor .code-block .token-line .string, .home > .frontend > .content .code-editor .code-block .token-line .string {
  color: rgb(195, 232, 141);
}
.home > .backend > .content .code-editor .code-block .token-line .option,
.home > .collaborate > .content .code-editor .code-block .token-line .option, .home > .frontend > .content .code-editor .code-block .token-line .option {
  color: rgb(130, 170, 255);
}
.home > .backend > .content .code-editor .code-block .token-line .keyword,
.home > .collaborate > .content .code-editor .code-block .token-line .keyword, .home > .frontend > .content .code-editor .code-block .token-line .keyword {
  color: rgb(255, 203, 107);
}
.home > .backend > .content .code-editor .code-block .token-line .operator,
.home > .collaborate > .content .code-editor .code-block .token-line .operator, .home > .frontend > .content .code-editor .code-block .token-line .operator {
  color: rgb(137, 221, 255);
}
.home > .backend > .content .code-editor .code-block .token-line .lead,
.home > .collaborate > .content .code-editor .code-block .token-line .lead, .home > .frontend > .content .code-editor .code-block .token-line .lead {
  top: 0;
  left: 0;
  opacity: 0.6;
  text-align: right;
  position: absolute;
  display: inline-block;
  color: rgb(114, 124, 134);
}
.home > .backend > .content .code-editor .code-block .token-line i.fa-check,
.home > .collaborate > .content .code-editor .code-block .token-line i.fa-check, .home > .frontend > .content .code-editor .code-block .token-line i.fa-check {
  font-size: 14px;
}
.home > .backend > .content .code-editor .code-block.long .token-line,
.home > .collaborate > .content .code-editor .code-block.long .token-line, .home > .frontend > .content .code-editor .code-block.long .token-line {
  padding-left: 40px;
}
.home > .backend > .content .code-editor .code-block.long .token-line .lead,
.home > .collaborate > .content .code-editor .code-block.long .token-line .lead, .home > .frontend > .content .code-editor .code-block.long .token-line .lead {
  min-width: 24px;
}

.home > .backend > .content .code-editor.small .navbar,
.home > .collaborate > .content .code-editor.small .navbar {
  padding: 13px 63px 0 18px;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .code-editor.small .navbar,
  .home > .collaborate > .content .code-editor.small .navbar {
    padding: 9px 49px 0 15px;
  }
}
.home > .backend > .content .code-editor.small .navbar .controls,
.home > .collaborate > .content .code-editor.small .navbar .controls {
  flex: 0 0 35px;
}
.home > .backend > .content .code-editor.small .navbar .controls .button,
.home > .collaborate > .content .code-editor.small .navbar .controls .button {
  margin-right: 4px;
  width: 9px;
  height: 9px;
}
.home > .backend > .content .code-editor.small .navbar .controls .button:last-child,
.home > .collaborate > .content .code-editor.small .navbar .controls .button:last-child {
  margin-right: 0;
}
.home > .backend > .content .code-editor.small .navbar .title,
.home > .collaborate > .content .code-editor.small .navbar .title {
  font-size: 13px;
}
.home > .backend > .content .code-editor.small .code-block,
.home > .collaborate > .content .code-editor.small .code-block {
  margin: 0 18px;
  padding: 7px 0 16px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .code-editor.small .code-block,
  .home > .collaborate > .content .code-editor.small .code-block {
    font-size: 12px;
    margin: 0 15px;
    padding: 7.5px 0 15px;
  }
}
.home > .backend > .content .code-editor.small .code-block .token-line,
.home > .collaborate > .content .code-editor.small .code-block .token-line {
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .code-editor.small .code-block .token-line,
  .home > .collaborate > .content .code-editor.small .code-block .token-line {
    padding-left: 18px;
  }
}

.home > .backend > .content .spine .timeline,
.home > .collaborate > .content .spine .timeline, .home > .backend > .timeline,
.home > .collaborate > .timeline, .home > .frontend > .timeline {
  text-align: center;
  position: relative;
}
.home > .backend > .content .spine .timeline div,
.home > .collaborate > .content .spine .timeline div, .home > .backend > .timeline div,
.home > .collaborate > .timeline div, .home > .frontend > .timeline div {
  display: inline-block;
  border-left: 1px dashed #395C6B;
  width: 1px;
  box-sizing: border-box;
  height: 100%;
}

.home > .backend > .content .spine .point,
.home > .collaborate > .content .spine .point {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px dotted #E27152;
  border-radius: 50%;
}

.home .lander-header {
  position: relative;
}
@media screen and (max-width: 800px) {
  .home .lander-header {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .home .lander-header {
    padding-top: 25px;
  }
}
.home .lander-header .header-wrapper {
  margin: 0 auto;
  padding: 75px 30px 90px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .home .lander-header .header-wrapper {
    padding: 0 15px 45px;
  }
}
@media screen and (max-width: 600px) {
  .home .lander-header .header-wrapper {
    overflow: visible;
    padding-bottom: 30px;
  }
}
.home .lander-header .site-announcement {
  margin: 0 auto 20px;
  max-width: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .home .lander-header .site-announcement {
    margin-bottom: 40px;
  }
}
.home .lander-header .site-announcement .new {
  margin-right: 10px;
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E27152;
  background-color: #f4cbbf;
  padding: 3px 5px;
  line-height: 1;
  border-radius: 3px;
  font-size: 11px;
}
.home .lander-header .site-announcement .copy {
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.home .lander-header .site-announcement i.fa {
  margin-top: 2px;
  font-size: 14px;
}
.home .lander-header .site-description {
  display: inline-block;
  position: relative;
}
.home .lander-header .site-description h1 {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: 900;
  line-height: 105%;
  max-width: 1036px;
  font-size: 90px;
  color: #383736;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 800px) {
  .home .lander-header .site-description h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 600px) {
  .home .lander-header .site-description h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1100px) {
  .home .lander-header .site-description img {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home .lander-header .site-description img {
    display: block;
  }
}
.home .lander-header .site-description img:nth-child(2) {
  position: absolute;
  left: 28px;
  bottom: -32px;
}
@media screen and (max-width: 1175px) {
  .home .lander-header .site-description img:nth-child(2) {
    left: -39px;
  }
}
@media screen and (max-width: 600px) {
  .home .lander-header .site-description img:nth-child(2) {
    width: 35px;
    bottom: -12px;
    left: 1px;
  }
}
.home .lander-header .site-description img:nth-child(3) {
  position: absolute;
  right: -14px;
  top: -26px;
}
@media screen and (max-width: 1175px) {
  .home .lander-header .site-description img:nth-child(3) {
    right: -31px;
  }
}
@media screen and (max-width: 600px) {
  .home .lander-header .site-description img:nth-child(3) {
    width: 35px;
    top: -12px;
    right: -8px;
    bottom: unset;
  }
}
.home .lander-header .site-description-full {
  margin: 20px auto 0;
  max-width: 600px;
  line-height: 1.7;
  font-size: 28px;
  color: #706F6C;
  font-family: "Source Sans Pro", sans-serif;
}
.home .lander-header .site-description-full a {
  font-weight: 700;
  color: #706F6C;
}
@media screen and (max-width: 600px) {
  .home .lander-header .site-description-full {
    margin-top: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .home .lander-header .site-description-full {
    margin-top: 15px;
  }
}
.home .lander-header .controls {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .home .lander-header .controls {
    margin-top: 18px;
    display: block;
  }
}
.home .lander-header .controls a.sst-button {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 600px) {
  .home .lander-header .controls a.sst-button {
    font-size: 16px;
    line-height: 18px;
    padding: 17px 40px 16px;
  }
}
.home .lander-header .controls a.sst-button:first-child {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 600px) {
  .home .lander-header .controls a.sst-button:first-child {
    font-size: 15px;
  }
}
.home .lander-header .controls a.sst-button:first-child i.fa {
  margin-right: 8px;
  font-size: 20px;
  opacity: 0.25;
  line-height: 0;
  vertical-align: -1px;
}
@media screen and (max-width: 600px) {
  .home .lander-header .controls a.sst-button:first-child i.fa {
    margin-right: 5px;
    font-size: 13px;
    vertical-align: 0;
  }
}
.home .lander-header .controls a.sst-button:first-child.copied i.fa:nth-last-child(2) {
  display: none;
}
.home .lander-header .controls a.sst-button:first-child.copied i.fa:last-child {
  display: inline;
}
@media screen and (max-width: 600px) {
  .home .lander-header .controls a.sst-button {
    margin: 0;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.home .lander-header .controls a.sst-button:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .home .lander-header .controls a.sst-button:last-child {
    margin-top: 18px;
    margin-left: 0;
  }
}
.home .lander-header .sst2-notice {
  margin-top: 30px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  color: #706F6C;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .home .lander-header .sst2-notice {
    margin-top: 15px;
  }
}
.home .lander-header .sst2-notice i.fa {
  margin-left: 3px;
  font-size: 14px;
  vertical-align: 0px;
}
.home .lander-header .video-wrapper {
  position: relative;
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 800px) {
  .home .lander-header .video-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .home .lander-header .video-wrapper {
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    width: 100%;
    height: 0;
  }
  .home .lander-header .video-wrapper .coaster {
    display: none;
  }
}
.home .lander-header .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.09), 0 2px 4px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.05);
}
.home .lander-header .video-wrapper .coaster {
  position: absolute;
  left: -29px;
  top: 3px;
  z-index: 0;
  width: 110%;
  height: 109%;
  border-radius: 20px;
  transform: rotate(-3deg) scale(1, 1) skew(0deg, -1deg);
  background-image: linear-gradient(to top left, rgba(57, 92, 107, 0.09), rgba(57, 92, 107, 0.03));
}

.home > .logos {
  margin: 0 auto;
}
.home > .logos:before {
  margin: 0 30px 55px;
}
@media screen and (max-width: 600px) {
  .home > .logos:before {
    display: none;
  }
}
.home > .logos:after {
  margin: 62px 30px;
}
@media screen and (max-width: 600px) {
  .home > .logos:after {
    margin: 20px 0 0;
  }
}
.home > .logos h5 {
  margin: 0 0 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: rgba(154, 152, 148, 0.8);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .home > .logos h5 {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.home > .logos ul {
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.home > .logos ul li {
  margin: 8px 35px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .home > .logos ul li {
    margin: 8px 10px;
  }
}
.home > .logos ul li svg {
  color: #9A9894;
  width: 120px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .home > .logos ul li svg {
    width: 50px;
  }
}
.home > .logos ul li.ad svg {
  width: 130px;
}
@media screen and (max-width: 600px) {
  .home > .logos ul li.ad svg {
    width: 60px;
  }
}
.home > .logos ul li.shell svg {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 600px) {
  .home > .logos ul li.shell svg {
    width: auto;
    height: 20px;
  }
}
.home > .logos ul li.comcast svg {
  width: 125px;
}
@media screen and (max-width: 600px) {
  .home > .logos ul li.comcast svg {
    width: 55px;
  }
}
.home > .logos ul li.hbo svg {
  width: auto;
  height: 33px;
}
@media screen and (max-width: 600px) {
  .home > .logos ul li.hbo svg {
    width: auto;
    height: 13px;
  }
}

.home > .sections {
  text-align: center;
  padding: 15px 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .home > .sections {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .home > .sections:after {
    margin-top: 15px;
    border: none;
  }
}
.home > .sections.frontend {
  padding-top: 30px;
}
.home > .sections > .title {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .home > .sections > .title {
    padding: 0 15px;
  }
}
.home > .sections > .title h2 {
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1.2;
  font-size: 54px;
  font-weight: 900;
  font-family: "Source Sans Pro", sans-serif;
  color: #E27152;
}
.home > .sections > .title h2 span {
  color: #383736;
}
@media screen and (max-width: 600px) {
  .home > .sections > .title h2 {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 40px;
  }
}
.home > .sections > .title p {
  margin-bottom: 0;
  color: #706F6C;
  line-height: 1.5;
  display: inline-block;
}
.home > .sections > .title p a.more {
  display: inline-block;
}
.home > .sections > .title p a.more i.fa {
  margin-left: 1px;
  vertical-align: -1px;
}
.home > .sections > .title img {
  position: absolute;
}
@media screen and (max-width: 800px) {
  .home > .sections > .title img {
    display: none;
  }
}
.home > .sections > .content {
  text-align: left;
}

.home > .frontend > .title > img {
  bottom: 0;
  right: -46px;
}

.home > .frontend > .content {
  margin-top: 45px;
  display: inline-block;
  padding: 30px;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: rgba(255, 251, 249, 0.6);
}
@media screen and (max-width: 600px) {
  .home > .frontend > .content {
    margin-top: 30px;
    width: 100%;
    border-radius: 0;
    padding: 20px;
  }
}
.home > .frontend > .content .controls {
  text-align: center;
}
.home > .frontend > .content .logos {
  display: inline-flex;
  position: relative;
}
.home > .frontend > .content .logos img {
  margin: 15px 15px;
  width: 64px;
  height: 64px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .home > .frontend > .content .logos img {
    margin: 10px 10px;
    width: 36px;
    height: 36px;
  }
}
.home > .frontend > .content .logos img .active {
  cursor: default;
}
.home > .frontend > .content .logos .highlight {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 94px;
  height: 94px;
  background-color: rgba(57, 92, 107, 0.1);
  transition: all 0.2s ease-out;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .home > .frontend > .content .logos .highlight {
    width: 56px;
    height: 56px;
  }
}
.home > .frontend > .content .code-editor {
  margin: 25px auto 0;
  width: 500px;
}
@media screen and (max-width: 600px) {
  .home > .frontend > .content .code-editor {
    margin-top: 13px;
    width: auto;
  }
}

.home > .frontend > .timeline {
  margin: 15px auto 0;
  height: 200px;
}
@media screen and (max-width: 600px) {
  .home > .frontend > .timeline {
    height: 75px;
  }
}

.home > .backend > .title > img {
  top: -3px;
  left: -95px;
}

.home > .collaborate > .title > img {
  top: -15px;
  right: -39px;
}

.home > .backend > .timeline,
.home > .collaborate > .timeline {
  margin: 0 auto;
  height: 50px;
}
.home > .backend > .timeline:nth-child(2),
.home > .collaborate > .timeline:nth-child(2) {
  margin-top: 20px;
}
.home > .backend > .timeline:last-child,
.home > .collaborate > .timeline:last-child {
  height: 100px;
}
@media screen and (max-width: 800px) {
  .home > .backend > .timeline:nth-child(2),
  .home > .collaborate > .timeline:nth-child(2) {
    display: none;
  }
  .home > .backend > .timeline:last-child,
  .home > .collaborate > .timeline:last-child {
    height: 40px;
    visibility: hidden;
  }
}
@media screen and (max-width: 600px) {
  .home > .backend > .timeline:nth-child(2),
  .home > .collaborate > .timeline:nth-child(2) {
    margin-top: 15px;
    display: block;
  }
  .home > .backend > .timeline:last-child,
  .home > .collaborate > .timeline:last-child {
    margin-top: 15px;
    height: 75px;
    visibility: visible;
  }
}

.home > .backend > .content,
.home > .collaborate > .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content,
  .home > .collaborate > .content {
    flex-direction: column;
    padding: 0 15px;
  }
}
.home > .backend > .content .code-editor,
.home > .collaborate > .content .code-editor {
  flex: 1 0 0%;
  margin: 45px 0;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .code-editor,
  .home > .collaborate > .content .code-editor {
    order: 2;
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.home > .backend > .content .spine,
.home > .collaborate > .content .spine {
  flex: 0 0 120px;
  margin: 0;
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .home > .backend > .content .spine,
  .home > .collaborate > .content .spine {
    flex: 0 0 25px;
  }
  .home > .backend > .content .spine .timeline,
  .home > .collaborate > .content .spine .timeline {
    display: none;
  }
  .home > .backend > .content .spine .point,
  .home > .collaborate > .content .spine .point {
    visibility: hidden;
  }
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .spine,
  .home > .collaborate > .content .spine {
    display: none;
  }
}
.home > .backend > .content .spine .timeline,
.home > .collaborate > .content .spine .timeline {
  flex: 1 1 100%;
}
.home > .backend > .content .spine .point,
.home > .collaborate > .content .spine .point {
  margin: 10px auto;
  flex: 0 0 auto;
}
.home > .backend > .content .copy,
.home > .collaborate > .content .copy {
  flex: 1 0 0%;
  padding-top: 3px;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .copy,
  .home > .collaborate > .content .copy {
    padding: 0;
    margin-top: 25px;
  }
}
.home > .backend > .content .copy figure,
.home > .collaborate > .content .copy figure {
  margin-bottom: 4px;
  width: 32px;
  height: 32px;
  line-height: 1;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 15px;
  border: 1px solid rgba(57, 92, 107, 0.3);
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .copy figure,
  .home > .collaborate > .content .copy figure {
    margin: 4px 8px 0 0;
    width: 24px;
    height: 24px;
    font-size: 12px;
    float: left;
  }
}
.home > .backend > .content .copy figure i.fa,
.home > .backend > .content .copy figure svg,
.home > .collaborate > .content .copy figure i.fa,
.home > .collaborate > .content .copy figure svg {
  color: rgba(57, 92, 107, 0.7);
}
.home > .backend > .content .copy figure svg,
.home > .collaborate > .content .copy figure svg {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .copy figure svg,
  .home > .collaborate > .content .copy figure svg {
    width: 14px;
  }
}
.home > .backend > .content .copy h3,
.home > .collaborate > .content .copy h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  /** For mobile **/
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .copy h3,
  .home > .collaborate > .content .copy h3 {
    font-size: 20px;
  }
}
.home > .backend > .content .copy p,
.home > .collaborate > .content .copy p {
  margin: 0;
  color: #706F6C;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .copy p,
  .home > .collaborate > .content .copy p {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .home > .backend > .content.apis .copy, .home > .backend > .content.deploy .copy,
  .home > .collaborate > .content.apis .copy,
  .home > .collaborate > .content.deploy .copy {
    margin-top: 15px;
  }
}
.home > .backend > .content .copy, .home > .backend > .content .code-editor,
.home > .collaborate > .content .copy,
.home > .collaborate > .content .code-editor {
  max-width: 430px;
}
.home > .backend > .content .preview-deploys,
.home > .collaborate > .content .preview-deploys {
  flex: 1 0 0%;
  min-width: 378px;
  max-width: 430px;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .preview-deploys,
  .home > .collaborate > .content .preview-deploys {
    order: 2;
    margin-top: 12px;
    margin-bottom: 0;
    min-width: 0;
    width: 100%;
  }
}
.home > .backend > .content.apis .copy, .home > .backend > .content.apis .code-editor,
.home > .collaborate > .content.apis .copy,
.home > .collaborate > .content.apis .code-editor {
  max-width: 360px;
}
.home > .backend > .content.databases .copy, .home > .backend > .content.databases .code-editor,
.home > .collaborate > .content.databases .copy,
.home > .collaborate > .content.databases .code-editor {
  max-width: 360px;
}
.home > .backend > .content.auth .copy, .home > .backend > .content.auth .code-editor,
.home > .collaborate > .content.auth .copy,
.home > .collaborate > .content.auth .code-editor {
  max-width: 360px;
}
.home > .backend > .content.cron .copy, .home > .backend > .content.cron .code-editor,
.home > .collaborate > .content.cron .copy,
.home > .collaborate > .content.cron .code-editor {
  max-width: 340px;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content .copy, .home > .backend > .content .code-editor, .home > .backend > .content.auth > .copy, .home > .backend > .content.auth > .code-editor, .home > .backend > .content.cron > .copy, .home > .backend > .content.cron > .code-editor, .home > .backend > .content.databases > .copy, .home > .backend > .content.databases > .code-editor,
  .home > .collaborate > .content .copy,
  .home > .collaborate > .content .code-editor,
  .home > .collaborate > .content.auth > .copy,
  .home > .collaborate > .content.auth > .code-editor,
  .home > .collaborate > .content.cron > .copy,
  .home > .collaborate > .content.cron > .code-editor,
  .home > .collaborate > .content.databases > .copy,
  .home > .collaborate > .content.databases > .code-editor {
    width: 100%;
    max-width: 100%;
  }
}

.home > .backend > .content:nth-child(even) .copy {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .home > .backend > .content:nth-child(even) .copy {
    text-align: left;
  }
}

.home > .collaborate > .content .preview-deploys {
  margin: 45px 0;
  list-style-type: none;
  position: relative;
}
@media screen and (max-width: 600px) {
  .home > .collaborate > .content .preview-deploys {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.home > .collaborate > .content .preview-deploys li {
  position: relative;
  width: 100%;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(57, 92, 107, 0.04), 0 2px 4px rgba(57, 92, 107, 0.04), 0 4px 8px rgba(57, 92, 107, 0.04), 0 8px 16px rgba(57, 92, 107, 0.04), 0 16px 32px rgba(57, 92, 107, 0.04), 0 32px 64px rgba(57, 92, 107, 0.04);
}
.home > .collaborate > .content .preview-deploys li:nth-child(1) {
  z-index: 3;
}
.home > .collaborate > .content .preview-deploys li:nth-child(2) {
  margin-top: 6px;
  z-index: 2;
  opacity: 0.7;
  transform: scale(0.93);
}
.home > .collaborate > .content .preview-deploys li:nth-child(3) {
  margin-top: -1px;
  z-index: 1;
  opacity: 0.35;
  transform: scale(0.85);
}
.home > .collaborate > .content .preview-deploys h6 {
  margin: 0;
  padding: 5px 10px;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  border-bottom: 1px solid rgba(30, 49, 57, 0.15);
}
@media screen and (max-width: 600px) {
  .home > .collaborate > .content .preview-deploys h6 {
    font-size: 13px;
  }
}
.home > .collaborate > .content .preview-deploys section {
  display: flex;
  padding: 5px 16px 9px 10px;
  align-items: flex-start;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .home > .collaborate > .content .preview-deploys section {
    padding: 5px 16px 9px 10px;
  }
}
.home > .collaborate > .content .preview-deploys section > i.fa {
  flex: 0 1 auto;
  margin-top: 5px;
  margin-right: 7px;
  font-size: 20px;
  color: #6094aa;
}
@media screen and (max-width: 600px) {
  .home > .collaborate > .content .preview-deploys section > i.fa {
    margin-right: 6px;
    font-size: 18px;
  }
}
.home > .collaborate > .content .preview-deploys section .content {
  flex: 1 1 auto;
}
.home > .collaborate > .content .preview-deploys section .content p {
  margin: 2px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .home > .collaborate > .content .preview-deploys section .content p {
    font-size: 12px;
  }
}
.home > .collaborate > .content .preview-deploys section .content .details {
  margin-top: 3px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .home > .collaborate > .content .preview-deploys section .content .details {
    margin-top: 1px;
    font-size: 12px;
  }
}
.home > .collaborate > .content .preview-deploys section .content .details .branch {
  color: #9A9894;
}
.home > .collaborate > .content .preview-deploys section .content .details .branch span {
  margin-left: 2px;
}
.home > .collaborate > .content .preview-deploys section .content .details i.fa {
  font-size: 12px;
  vertical-align: -1px;
  color: #9A9894;
}
@media screen and (max-width: 600px) {
  .home > .collaborate > .content .preview-deploys section .content .details i.fa {
    font-size: 10px;
  }
}
.home > .collaborate > .content .preview-deploys section .content .details .separator {
  margin: 0 6px;
  font-size: 8px;
  opacity: 0.3;
  vertical-align: 1px;
}
.home > .collaborate > .content .preview-deploys section .content .details .commit {
  font-family: "Source Code Pro", monospace;
  font-size: 12px;
  color: #706F6C;
}
.home > .collaborate > .content .preview-deploys section > .status {
  flex: 0 1 auto;
  align-self: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #6094aa;
  color: white;
  padding: 3px 7px;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .home > .collaborate > .content .preview-deploys section > .status {
    font-size: 9px;
    padding: 3px 7px;
  }
}

.home > .learn-more {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .home > .learn-more {
    margin-top: 0;
  }
}
.home > .learn-more a {
  font-size: 24px;
  padding: 32px 70px;
}
@media screen and (max-width: 600px) {
  .home > .learn-more a {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    padding: 17px 40px 16px;
  }
}
.home > .learn-more:after {
  margin: 75px 30px 0;
}
@media screen and (max-width: 600px) {
  .home > .learn-more:after {
    margin: 0;
    border: none;
  }
}

.home > .community {
  margin: 75px auto 0;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .home > .community {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.home > .community:after {
  margin-top: 65px;
}
@media screen and (max-width: 600px) {
  .home > .community:after {
    margin-top: 55px;
    border: none;
  }
}
.home > .community > .content {
  padding: 60px;
  background-color: #383736;
  border-radius: 16px;
  box-shadow: 6px 9px 25px rgba(57, 92, 107, 0.3), 0px 4px 12px rgba(57, 92, 107, 0.4);
}
@media screen and (max-width: 600px) {
  .home > .community > .content {
    padding: 28px 20px;
  }
}
.home > .community h4 {
  margin-bottom: 45px;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.2;
  color: #FFFBF9;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .home > .community h4 {
    font-size: 38px;
    line-height: 39px;
  }
}
@media screen and (max-width: 800px) {
  .home > .community h4 {
    margin-bottom: 15px;
  }
}
.home > .community h4 span {
  color: #E27152;
}
.home > .community ul {
  margin: 0 auto;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .home > .community ul {
    display: block;
  }
}
.home > .community ul li {
  padding: 0 20px;
  border-right: 1px dashed #FFFBF9;
  text-align: center;
  width: 300px;
}
@media screen and (max-width: 800px) {
  .home > .community ul li {
    padding: 20px 0 30px;
    border-right: none;
    border-bottom: 1px dashed #FFFBF9;
    width: 100%;
  }
}
.home > .community ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 800px) {
  .home > .community ul li:last-child {
    padding-bottom: 15px;
    border-bottom: none;
  }
}
.home > .community ul li h6 {
  margin-bottom: 0;
  font-size: 100px;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  color: #FFFBF9;
}
@media screen and (max-width: 1100px) {
  .home > .community ul li h6 {
    font-size: 70px;
  }
}
@media screen and (max-width: 800px) {
  .home > .community ul li h6 {
    font-size: 90px;
  }
}
.home > .community ul li p {
  margin: 0;
  color: #FFFBF9;
  line-height: 1.5;
}

.home > .case-studies {
  margin: 75px auto 0;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .home > .case-studies {
    margin: 32px auto 0;
    padding: 0 15px;
  }
}
.home > .case-studies > .content {
  padding: 55px 60px 60px;
  background-color: #395C6B;
  border-radius: 16px;
  color: #FFFBF9;
}
@media screen and (max-width: 600px) {
  .home > .case-studies > .content {
    padding: 25px 20px 20px;
  }
}
.home > .case-studies h3 {
  margin-bottom: 40px;
  line-height: 1.1;
  text-align: center;
  font-size: 56px;
  font-weight: 900;
  color: #FFFBF9;
}
@media screen and (max-width: 600px) {
  .home > .case-studies h3 {
    margin-bottom: 22px;
    font-size: 38px;
  }
}
.home > .case-studies .slideshow-container {
  position: relative;
}
.home > .case-studies .slideshow-container .slideshow {
  overflow: hidden;
  border-radius: 16px;
  border: 1px dashed #FFFBF9;
}
.home > .case-studies .slideshow-container .slideshow ul {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
}
.home > .case-studies .slideshow-container > button {
  background-color: #395C6B;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px dashed #FFFBF9;
  box-shadow: 0px 6px 12px -2px #2E4752;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .home > .case-studies .slideshow-container > button {
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
}
.home > .case-studies .slideshow-container > button:hover {
  background-color: #274D5E;
}
.home > .case-studies .slideshow-container > button:active {
  background-color: #1D3E4D;
}
@media screen and (max-width: 600px) {
  .home > .case-studies .slideshow-container > button:after {
    content: "";
    position: absolute;
    left: -13px;
    top: -13px;
    width: 50px;
    height: 50px;
  }
}
.home > .case-studies .slideshow-container > button img {
  margin-top: -2px;
}
@media screen and (max-width: 600px) {
  .home > .case-studies .slideshow-container > button img {
    margin-top: -5px;
    width: 6px;
  }
}
.home > .case-studies .slideshow-container > button.prev {
  left: -18px;
}
@media screen and (max-width: 600px) {
  .home > .case-studies .slideshow-container > button.prev {
    left: -12px;
  }
}
.home > .case-studies .slideshow-container > button.prev img {
  margin-left: -3px;
}
@media screen and (max-width: 600px) {
  .home > .case-studies .slideshow-container > button.prev img {
    margin-left: -2px;
  }
}
.home > .case-studies .slideshow-container > button.next {
  right: -18px;
}
@media screen and (max-width: 600px) {
  .home > .case-studies .slideshow-container > button.next {
    right: -12px;
  }
}
.home > .case-studies .slideshow-container > button.next img {
  margin-right: -3px;
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .home > .case-studies .slideshow-container > button.next img {
    margin-right: -2px;
  }
}
.home > .case-studies .case-study {
  flex: 1 0 auto;
  width: 100%;
  padding: 50px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .home > .case-studies .case-study {
    padding: 36px 20px 22px;
  }
}
.home > .case-studies .author {
  display: inline-flex;
  align-items: center;
}
.home > .case-studies .author img {
  border-radius: 50%;
  border: 3px solid #FFFBF9;
  overflow: hidden;
  box-sizing: border-box;
  object-fit: cover;
  width: 81px;
  height: 81px;
}
.home > .case-studies .author .content {
  margin-left: 9px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .home > .case-studies .author .content {
    margin-left: 15px;
  }
}
.home > .case-studies .author .content p {
  margin: 0;
  font-size: 18px;
  color: #FFFBF9;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .home > .case-studies .author .content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.home > .case-studies .author .content p a {
  color: #FFFBF9;
}
.home > .case-studies .author .content p a:hover {
  color: #F4ECE8;
}
.home > .case-studies h5 {
  margin: 40px 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 54px;
  line-height: 1.1;
  flex: 1 1 auto;
}
@media screen and (max-width: 800px) {
  .home > .case-studies h5 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .home > .case-studies h5 {
    margin-top: 25px;
    font-size: 26px;
    line-height: 30px;
  }
}
.home > .case-studies .logo {
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .home > .case-studies .logo {
    margin-top: 20px;
  }
}
.home > .case-studies .sst-button {
  margin-top: 20px;
  box-shadow: none;
  padding-left: 75px;
  padding-right: 75px;
}
@media screen and (max-width: 600px) {
  .home > .case-studies .sst-button {
    align-self: stretch;
    padding-left: 36px;
    padding-right: 36px;
  }
}

.home > .guide {
  padding: 60px 30px 0;
}
@media screen and (max-width: 800px) {
  .home > .guide {
    padding: 60px 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .home > .guide {
    padding-top: 0;
  }
}
.home > .guide .title {
  text-align: center;
}
.home > .guide .title h2 {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 56px;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .home > .guide .title h2 {
    margin-bottom: 26px;
    font-size: 38px;
    line-height: 39px;
  }
}
.home > .guide .title p.update {
  color: #706F6C;
}
.home > .guide .title p.update .new {
  margin-right: 5px;
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E27152;
  background-color: #f8ddd5;
  padding: 3px 5px;
  line-height: 1;
  border-radius: 3px;
  font-size: 11px;
}
.home > .guide .title h4 {
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #706F6C;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .home > .guide .title h4 {
    font-weight: 600;
  }
}
.home > .guide > .form-container {
  margin: 30px auto 0;
  position: relative;
  padding: 30px;
  background-color: #395C6B;
  border-radius: 16px;
  border: 1px dashed #FFFBF9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 775px;
}
@media screen and (max-width: 600px) {
  .home > .guide > .form-container {
    padding: 30px 20px 30px;
    display: block;
  }
}
.home > .guide > .form-container div.form-copy {
  margin-right: 35px;
  color: #FFFBF9;
}
@media screen and (max-width: 600px) {
  .home > .guide > .form-container div.form-copy {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.home > .guide > .form-container div.form-copy p:first-child {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}
.home > .guide > .form-container div.form-copy p:last-child {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.7;
}
.home > .guide > .form-container img.sparkle-left {
  position: absolute;
  left: -43px;
  top: -83px;
}
@media screen and (max-width: 1100px) {
  .home > .guide > .form-container img.sparkle-left {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home > .guide > .form-container img.sparkle-left {
    display: block;
    transform: rotate(43deg);
    left: -7px;
    top: -26px;
    height: 32px;
  }
}
.home > .guide > .form-container img.sparkle-right {
  position: absolute;
  right: -43px;
  top: -79px;
}
@media screen and (max-width: 1100px) {
  .home > .guide > .form-container img.sparkle-right {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home > .guide > .form-container img.sparkle-right {
    display: block;
    transform: rotate(-34deg);
    right: -7px;
    top: -26px;
    height: 32px;
  }
}
.home > .guide #emailoctopus-embed-container input[type=email] {
  padding: 10px;
  font-size: 18px;
  height: auto;
}
.home > .guide #emailoctopus-embed-container input[type=submit] {
  margin-bottom: 0 !important;
  padding: 17px 16px;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #E27152;
  color: white;
  border-radius: 4px;
  line-height: 1.1;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  font-weight: 700;
}
.home > .guide #emailoctopus-embed-container input[type=submit]:hover {
  background-color: #e78a71;
}
.home > .guide #emailoctopus-embed-container .mastfoot.disabled {
  display: none;
}
.home > .guide #emailoctopus-embed-container {
  flex: 0 0 auto;
}
.home > .guide #emailoctopus-embed-container .emailoctopus-form-wrapper {
  margin-top: 0 !important;
}
.home > .guide #emailoctopus-embed-container .emailoctopus-form-row {
  margin-bottom: 0 !important;
}
.home > .guide #emailoctopus-embed-container .main-form {
  flex-grow: 1;
  flex-wrap: nowrap;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .home > .guide #emailoctopus-embed-container .main-form {
    flex-wrap: wrap;
  }
}
.home > .guide #emailoctopus-embed-container input[type=submit] {
  font-size: 16px;
  line-height: 18px;
  padding: 0 25px;
  height: 50px;
  text-transform: none;
}
@media screen and (max-width: 1100px) {
  .home > .guide #emailoctopus-embed-container input[type=submit] {
    width: 100%;
  }
}

/**
 * Updates
 */
.home .updates {
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 600px) {
  .home .updates {
    display: block;
  }
}
.home .updates .updates-desc {
  flex: 1 1 50%;
  margin: 0;
  padding: 127px 15px 20px 0;
  border-right: 1px solid #ff8447;
  text-align: right;
  color: #9A9894;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .home .updates .updates-desc {
    padding: 15px 0;
    border: none;
    text-align: center;
  }
}
.home .updates .section {
  flex: 1 1 50%;
  padding: 45px 0 20px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .home .updates .section {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    font-size: 16px;
  }
}
.home .updates .section .icon {
  margin-top: 7px;
  background-color: #4b798c;
  border-radius: 50%;
  color: white;
  font-size: 28px;
  width: 54px;
  height: 54px;
  text-align: center;
  flex: 0 0 54px;
}
.home .updates .section .icon i {
  line-height: 54px;
}
@media screen and (max-width: 600px) {
  .home .updates .section .icon {
    display: none;
  }
}
.home .updates .section .copy {
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .home .updates .section .copy {
    margin: 0;
  }
}
.home .updates .section .copy h6 {
  margin-bottom: 2px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .home .updates .section .copy h6 {
    font-size: 20px;
  }
}
.home .updates .section .copy p {
  margin-bottom: 10px;
  color: #706F6C;
}
.home .updates .section .copy > a {
  font-size: 16px;
}

/**
 * Table of Contents
 */
.home .table-of-contents {
  margin: 60px 0;
}
@media screen and (max-width: 600px) {
  .home .table-of-contents {
    margin: 15px 0 55px;
  }
}
.home .table-of-contents .chapters {
  padding-bottom: 30px;
  border-radius: 4px;
  border: 1px dashed #E27152;
  overflow: hidden;
  position: relative;
  max-height: 800px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .home .table-of-contents .chapters {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .home .table-of-contents .chapters {
    display: block;
    padding-bottom: 10px;
  }
}
.home .table-of-contents .chapters div.toc-section {
  flex: 1 1 50%;
  padding: 30px 0 0;
}
@media screen and (max-width: 800px) {
  .home .table-of-contents .chapters div.toc-section {
    padding-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .home .table-of-contents .chapters div.toc-section {
    padding-top: 30px;
  }
}
.home .table-of-contents .chapters div.toc-section h3 {
  margin: 0;
  padding: 0 30px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  color: #706F6C;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .home .table-of-contents .chapters div.toc-section h3 {
    padding: 0 20px;
  }
}
.home .table-of-contents .chapters div.toc-section h3:after {
  margin-top: 15px;
  content: "";
  display: block;
  border-top: 1px dashed #E27152;
}
.home .table-of-contents .chapters div.toc-section ul li {
  padding: 4px 0;
}
.home .table-of-contents .chapters div.toc-section ul li a {
  font-size: 16px;
  line-height: 1.5;
}
.home .table-of-contents .chapters div.toc-section > ul {
  margin: 0;
  padding: 12px 30px 0;
}
@media screen and (max-width: 800px) {
  .home .table-of-contents .chapters div.toc-section > ul {
    padding: 15px 15px 0;
  }
}
.home .table-of-contents .chapters div.toc-section > ul > li {
  list-style-type: none;
}
@media screen and (max-width: 800px) {
  .home .table-of-contents .chapters div.toc-section ul li {
    list-style-type: none;
  }
}
.home .table-of-contents .chapters .expand {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(237, 225, 218, 0) 0%, rgba(237, 225, 218, 0.786) 25%, #ede1da 98%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home .table-of-contents .chapters .expand span {
  padding: 13px 67px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.home .table-of-contents > .wrapper {
  display: flex;
}
@media screen and (max-width: 800px) {
  .home .table-of-contents > .wrapper {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  main > .careers-page {
    padding: 0 15px;
  }
}
main > .careers-page .header h1 {
  margin: 0 auto 15px;
  max-width: 570px;
  padding-top: 30px;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}
main > .careers-page .header > p {
  margin: 0 auto;
  max-width: 570px;
  font-size: 20px;
  text-align: center;
  color: #706F6C;
}
main > .careers-page .header > p a {
  font-weight: 600;
}
main > .careers-page .header > p:last-child {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  main > .careers-page .header h1 {
    padding-top: 15px;
    font-size: 34px;
  }
}
main > .careers-page hr {
  margin: 90px auto;
  max-width: 400px;
  border-color: #ffd9c6;
}
@media screen and (max-width: 600px) {
  main > .careers-page hr {
    margin: 45px auto;
  }
}
main > .careers-page .careers {
  margin: 0 auto 60px;
  max-width: 800px;
  list-style-type: none;
}
main > .careers-page .careers li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  main > .careers-page .careers li {
    display: block;
  }
}
main > .careers-page .careers li:not(:last-child) {
  margin-bottom: 45px;
}
main > .careers-page .careers li div:first-child {
  margin-right: 60px;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  main > .careers-page .careers li div:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
main > .careers-page .careers li h3 {
  margin-bottom: 5px;
  font-size: 30px;
}
main > .careers-page .careers li p {
  margin-bottom: 0;
  font-size: 18px;
  color: #706F6C;
}
main > .careers-page .careers li > a {
  white-space: nowrap;
  font-weight: bold;
}

article.post.example .post-header .post-repo {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #cfcecd;
  font-size: 18px;
  color: #706F6C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
article.post.example .post-header .post-repo i.fa {
  margin-right: 3px;
  vertical-align: -2px;
  font-size: 22px;
  color: #9A9894;
}
article.post.example .post-header .post-repo span {
  margin-right: 5px;
}

article.post.example .post-content .page-desc {
  font-size: 18px;
  color: #706F6C;
}

article.post.example section.examples-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  article.post.example section.examples-list {
    margin-bottom: 30px;
  }
}
article.post.example section.examples-list .toc-section > h3 {
  font-size: 32px;
  font-weight: 700;
}
article.post.example section.examples-list .toc-section > ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
@media screen and (max-width: 600px) {
  article.post.example section.examples-list .toc-section > ul {
    display: block;
  }
}
article.post.example section.examples-list .toc-section > ul > li {
  margin: 15px;
  flex: 0 0 286px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff8f4;
  border: 1px solid #e8d8d0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
article.post.example section.examples-list .toc-section > ul > li > .content {
  padding: 15px;
}
article.post.example section.examples-list .toc-section > ul > li h4 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
}
article.post.example section.examples-list .toc-section > ul > li h4 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
article.post.example section.examples-list .toc-section > ul > li p {
  margin-bottom: 0;
  color: #706F6C;
  font-size: 15px;
}
article.post.example section.examples-list .toc-section > ul > li .controls {
  padding: 15px;
  background: #f1e6e1;
}
article.post.example section.examples-list .toc-section > ul > li .controls a {
  padding: 8px 10px;
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
  font-size: 11px;
  border: 1px solid #54879d;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-sizing: border-box;
}
article.post.example section.examples-list .toc-section > ul > li .controls a:hover {
  background-color: #c4d7df;
}
article.post.example section.examples-list .toc-section > ul > li .controls a:first-child {
  margin-right: 8px;
  color: white;
  border-color: #54879d;
  background-color: #54879d;
}
article.post.example section.examples-list .toc-section > ul > li .controls a:first-child:hover {
  border-color: #3e6575;
  background-color: #3e6575;
}
article.post.example section.examples-list .toc-section > .toc-section:not(:first-child) {
  margin-top: 15px;
}
article.post.example section.examples-list .toc-section > .toc-section > h3 {
  font-size: 20px;
  font-weight: 700;
}
article.post.example section.examples-list div.icon {
  margin: 50px 0 10px;
  background-color: #cadce3;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 1px 11px -2px rgba(226, 113, 82, 0.55);
  background-image: linear-gradient(to left bottom, #E27152, #ca6083, #8f659b, #51658e, #395C6B);
}
article.post.example section.examples-list div.icon i.fa {
  line-height: 48px;
  font-size: 22px;
  color: #709fb3;
  color: white;
}
article.post.example section.examples-list div.icon i.fa.fa-mobile {
  font-size: 34px;
}
article.post.example section.examples-list div.icon img.graphql {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
}

article.post.example > div.other-examples {
  margin-top: 45px;
}
article.post.example > div.other-examples h2 {
  padding: 45px 0;
  font-size: 24px;
  text-align: center;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ffc8ad;
}

@media screen and (max-width: 800px) {
  aside.sidebar.example {
    display: none;
  }
}
aside.sidebar.example > .about {
  padding: 15px;
  background-color: #F4ECE8;
  border-radius: 5px;
}
aside.sidebar.example > .about p.eyebrow {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9A9894;
}
aside.sidebar.example > .about h6 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4;
}
aside.sidebar.example > .about p.description {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 14px;
  color: #706F6C;
}
aside.sidebar.example > .about a.github {
  display: block;
  line-height: 44px;
  border-radius: 4px;
  background-color: #54879d;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
}
aside.sidebar.example > .about a.github:hover {
  background-color: #3d6272;
}
aside.sidebar.example > .context-cta {
  margin-top: 50px;
}

main > .download-ebook-page {
  margin: 0 auto;
  padding: 0 30px 15px;
  max-width: calc(1280px - 30px * 2);
}
main > .download-ebook-page > .title {
  text-align: center;
}
main > .download-ebook-page > .title p.eyebrow {
  margin-bottom: 5px;
  font-size: 14px;
  color: #706F6C;
}
main > .download-ebook-page > .title h2 {
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  main > .download-ebook-page > .title h2 {
    font-size: 36px;
  }
}
main > .download-ebook-page > .title h4 {
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}
main > .download-ebook-page > .readers .readers-list {
  margin: 30px auto 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  main > .download-ebook-page > .readers .readers-list {
    margin: 15px auto;
  }
}
main > .download-ebook-page > .readers .readers-list .scroll-content {
  overflow: hidden;
}
main > .download-ebook-page > .readers .readers-list .scroll-shadow {
  width: 200px;
  height: 100%;
  position: absolute;
  opacity: 1;
  top: 0;
  transition: opacity 0.15s linear;
  pointer-events: none;
}
main > .download-ebook-page > .readers .readers-list .scroll-shadow.left {
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 251, 249, 0), rgb(255, 251, 249));
}
main > .download-ebook-page > .readers .readers-list .scroll-shadow.right {
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 251, 249, 0), rgb(255, 251, 249));
}
main > .download-ebook-page > .readers ul.logos {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 6888px;
  animation: scroll 120s linear infinite;
}
main > .download-ebook-page > .readers ul.logos li {
  list-style-type: none;
  width: 123px;
  height: 67px;
  flex-shrink: 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main > .download-ebook-page > .readers ul.logos li img {
  width: 60px;
  height: auto;
  filter: grayscale(100%);
}
main > .download-ebook-page > .readers ul.logos li img:hover {
  filter: none;
}
main > .download-ebook-page > .readers ul.logos li.m-w img {
  width: 90px;
}
main > .download-ebook-page > .readers ul.logos li.t img {
  width: auto;
  height: 30px;
}
main > .download-ebook-page > .readers ul.logos li.m-t img {
  width: auto;
  height: 43px;
}
main > .download-ebook-page > .panels {
  display: flex;
}
@media screen and (max-width: 600px) {
  main > .download-ebook-page > .panels {
    display: block;
  }
}
main > .download-ebook-page > .panels .features {
  flex: 1 1 50%;
  padding: 20px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #E27152;
}
main > .download-ebook-page > .panels .features > p {
  margin-bottom: 15px;
  color: #706F6C;
}
main > .download-ebook-page > .panels .features .feature-list {
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  main > .download-ebook-page > .panels .features .feature-list {
    font-size: 16px;
  }
}
main > .download-ebook-page > .panels .features .feature-list li {
  margin-bottom: 12px;
  font-size: 20px;
}
main > .download-ebook-page > .panels .features .feature-list li:last-child {
  margin-bottom: 0;
}
main > .download-ebook-page > .panels .features .feature-list strong {
  background-color: #FFF694;
}
main > .download-ebook-page > .panels .action {
  flex: 1 1 50%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  main > .download-ebook-page > .panels .action {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  main > .download-ebook-page > .panels .action {
    display: flex;
    padding-left: 0;
  }
}
main > .download-ebook-page > .panels .action .cover {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  main > .download-ebook-page > .panels .action .cover {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
main > .download-ebook-page > .panels .action .cover img {
  width: 260px;
  border-radius: 4px;
  border: 1px solid #e68368;
}
main > .download-ebook-page > .panels .action .cover img:nth-child(1), main > .download-ebook-page > .panels .action .cover img:nth-child(2) {
  position: absolute;
  left: 50%;
  margin-left: -130px;
}
@media screen and (max-width: 800px) {
  main > .download-ebook-page > .panels .action .cover img {
    width: 200px;
  }
  main > .download-ebook-page > .panels .action .cover img:nth-child(1), main > .download-ebook-page > .panels .action .cover img:nth-child(2) {
    margin-left: -100px;
  }
}
main > .download-ebook-page > .panels .action .cover img:nth-child(1) {
  filter: blur(2px);
  transform: rotate(-30deg);
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.4);
}
main > .download-ebook-page > .panels .action .cover img:nth-child(2) {
  filter: blur(1px);
  transform: rotate(-20deg);
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.4);
}
main > .download-ebook-page > .panels .action .cover img:nth-child(3) {
  transform: rotate(-11.34deg);
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.4);
}
main > .download-ebook-page > .panels .action .cta {
  background-color: #395C6B;
  color: white;
  border-radius: 8px;
  padding: 15px 20px 20px;
}
main > .download-ebook-page > .panels .action .cta h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
}
main > .download-ebook-page > .panels .action .cta p.copy {
  margin-bottom: 20px;
  color: #C3CED2;
  font-size: 14px;
  line-height: 1.375;
}
main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container input[type=email] {
  padding: 10px;
  font-size: 18px;
  height: auto;
}
main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container input[type=submit] {
  margin-bottom: 0 !important;
  padding: 17px 16px;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #E27152;
  color: white;
  border-radius: 4px;
  line-height: 1.1;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  font-weight: 700;
}
main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container input[type=submit]:hover {
  background-color: #e78a71;
}
main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container .mastfoot.disabled {
  display: none;
}
main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container .emailoctopus-form-wrapper {
  margin-top: 0 !important;
}
main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container .emailoctopus-form-row {
  margin-bottom: 0 !important;
}
main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container .main-form {
  flex-grow: 1;
  gap: 15px;
}
main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container input[type=email] {
  padding: 10px;
  width: 100%;
  font-size: 20px;
  height: auto;
}
main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container input[type=submit] {
  padding: 0 15px;
  height: 54px;
  font-size: 18px;
}
main > .download-ebook-page > .panels .action .cta form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  main > .download-ebook-page > .panels .action .cta form {
    display: block;
  }
}
main > .download-ebook-page > .panels .action .cta .email-octopus-form-row {
  margin: 0;
  flex: 1 1 auto;
}
main > .download-ebook-page > .panels .action .cta input.email-octopus-email-address {
  margin: 0;
  padding: 10px;
  width: 100%;
  font-size: 20px;
  height: auto;
  text-align: left !important;
}
main > .download-ebook-page > .panels .action .cta .email-octopus-form-row-subscribe {
  margin-top: 0;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  main > .download-ebook-page > .panels .action .cta .email-octopus-form-row-subscribe {
    margin-top: 15px;
    margin-left: 0;
  }
}
main > .download-ebook-page > .panels .action .cta button {
  margin: 0;
  padding: 19px 15px;
  font-size: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  display: inline-block;
  background-color: #E27152;
  color: white;
  border-radius: 4px;
  line-height: 1;
  transition: 0.3s;
  letter-spacing: 1px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  main > .download-ebook-page > .panels .action .cta button {
    width: 100%;
  }
}
main > .download-ebook-page > .panels .action .cta button:hover {
  background-color: #e78a71;
}

/**
 * Globals
 */
ul.share-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.share-buttons li {
  display: inline;
}

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

img.code-marker {
  margin-right: 3px;
  margin-bottom: 2px;
  width: 68px;
  height: 21px;
  background-image: url("/assets/change-marker.png");
  background-size: 68px 21px;
  display: inline-block;
  vertical-align: middle;
}

a.button {
  border-radius: 4px;
  line-height: 1.2;
  background-color: #395C6B;
  color: white;
}
a.button:hover {
  background-color: #273f4a;
}

a.contact,
a.support {
  margin: 60px auto 30px;
  text-align: center;
  padding: 14px 20px;
  width: 200px;
  font-size: 18px;
  display: block;
}
a.contact.home,
a.support.home {
  margin-top: 90px;
  margin-bottom: 0;
}

div.support-footer {
  text-align: center;
}
div.support-footer p.copy {
  color: #9A9894;
  font-size: 14px;
}
div.support-footer p a {
  padding-top: 5px;
  font-size: 14px;
}

div.standalone-newsletter-form #emailoctopus-embed-container input[type=email], .post .extras div.newsletter #emailoctopus-embed-container input[type=email], main > .guide-page > .panels .action .cta input.email-octopus-email-address, .home > .guide #emailoctopus-embed-container input[type=email], main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container input[type=email], main > .download-ebook-page > .panels .action .cta input.email-octopus-email-address {
  box-sizing: border-box;
  color: #FFFBF9;
  font-family: "Source Sans Pro", sans-serif;
  background-color: rgba(255, 251, 249, 0.1);
  border-radius: 3px;
  border: 1px solid #FFFBF9;
  text-align: left;
  -webkit-appearance: none;
  transition: 0.3s;
  outline: none;
}
div.standalone-newsletter-form #emailoctopus-embed-container input[type=email]::placeholder, .post .extras div.newsletter #emailoctopus-embed-container input[type=email]::placeholder, main > .guide-page > .panels .action .cta input.email-octopus-email-address::placeholder, .home > .guide #emailoctopus-embed-container input[type=email]::placeholder, main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container input[type=email]::placeholder, main > .download-ebook-page > .panels .action .cta input.email-octopus-email-address::placeholder {
  color: rgba(244, 236, 232, 0.7);
}
div.standalone-newsletter-form #emailoctopus-embed-container input[type=email]:focus, .post .extras div.newsletter #emailoctopus-embed-container input[type=email]:focus, main > .guide-page > .panels .action .cta input.email-octopus-email-address:focus, .home > .guide #emailoctopus-embed-container input[type=email]:focus, main > .download-ebook-page > .panels .action .cta #emailoctopus-embed-container input[type=email]:focus, main > .download-ebook-page > .panels .action .cta input.email-octopus-email-address:focus {
  border-color: #b5b4b4;
  background-color: rgba(255, 251, 249, 0.3);
  outline: none;
  box-shadow: none;
}
.post .extras div.container {
  display: block;
  padding: 30px;
  background-color: #395C6B;
  color: white;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .post .extras div.container {
    padding: 15px;
  }
}
.post .extras div.container div.share {
  margin-top: 25px;
}
.post .extras div.container div.share p {
  font-size: 18px;
  font-weight: 300;
}
.post .extras div.container div.share ul.share-buttons li {
  padding: 0 5px;
}
.post .extras div.container div.share ul.share-buttons li a {
  color: white;
}
.post .extras div.container div.share ul.share-buttons li a:hover {
  color: #EEE;
}
.post .extras div.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*
  p.email-octopus-error-message {
    color: white;
  }

  form {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .email-octopus-form-row {
    margin: 0;
    flex: 1 1 auto;
  }

  input.email-octopus-email-address {
    margin: 0;
    padding: 14px;
    line-height: 1.1;
    width: 100%;
    font-size: 16px;
    height: auto;
    @extend %newsletter-input;

    @include media-query($on-palm) {
      font-size: 15px;
    }
  }

  .email-octopus-form-row-subscribe {
    margin-top: 0;
    margin-left: 10px;
  }

  button {
    margin: 0;
    padding: 17px 15px;
    font-size: 15px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: $base-font-family;
    display: inline-block;
    background-color: $important-color;
    color: white;
    border-radius: 4px;
    line-height: 1.1;
    transition: 0.3s;
    letter-spacing: 1px;
    cursor: pointer;

    @include media-query($on-palm) {
      padding: 18px 12px;
      font-size: 12px;
    }

    &:hover {
      background-color: lighten($important-color, 7%);
    }
  }
  */
}
@media screen and (max-width: 1100px) {
  .post .extras div.newsletter {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .post .extras div.newsletter {
    display: block;
  }
}
.post .extras div.newsletter > .copy {
  margin-right: 60px;
}
@media screen and (max-width: 1100px) {
  .post .extras div.newsletter > .copy {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}
.post .extras div.newsletter > .copy p.eyebrow {
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.7;
}
.post .extras div.newsletter > .copy h6 {
  margin-bottom: 3px;
  font-size: 26px;
}
@media screen and (max-width: 600px) {
  .post .extras div.newsletter > .copy h6 {
    font-size: 20px;
  }
}
.post .extras div.newsletter > .copy p.body {
  margin-bottom: 2px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .post .extras div.newsletter > .copy p.body {
    font-size: 16px;
  }
}
.post .extras div.newsletter > .copy p.description {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .post .extras div.newsletter > .copy p.description {
    margin-bottom: 8px;
  }
}
.post .extras div.newsletter > .controls {
  flex: 0 0 320px;
}
.post .extras div.newsletter #emailoctopus-embed-container input[type=email] {
  padding: 10px;
  font-size: 18px;
  height: auto;
}
.post .extras div.newsletter #emailoctopus-embed-container input[type=submit] {
  margin-bottom: 0 !important;
  padding: 17px 16px;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #E27152;
  color: white;
  border-radius: 4px;
  line-height: 1.1;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  font-weight: 700;
}
.post .extras div.newsletter #emailoctopus-embed-container input[type=submit]:hover {
  background-color: #e78a71;
}
.post .extras div.newsletter #emailoctopus-embed-container .mastfoot.disabled {
  display: none;
}
.post .extras div.newsletter #emailoctopus-embed-container {
  flex: 0 0 auto;
}
.post .extras div.newsletter #emailoctopus-embed-container .emailoctopus-form-wrapper {
  margin-top: 0 !important;
}
.post .extras div.newsletter #emailoctopus-embed-container .emailoctopus-form-row {
  margin-bottom: 0 !important;
}
.post .extras div.newsletter #emailoctopus-embed-container .main-form {
  flex-grow: 1;
  flex-wrap: nowrap;
  gap: 7px;
}
@media screen and (max-width: 600px) {
  .post .extras div.newsletter #emailoctopus-embed-container .main-form {
    flex-wrap: wrap;
  }
}
.post .extras div.newsletter #emailoctopus-embed-container input[type=submit] {
  font-size: 16px;
  line-height: 18px;
  padding: 0 15px;
  height: 50px;
}
@media screen and (max-width: 1100px) {
  .post .extras div.newsletter #emailoctopus-embed-container input[type=submit] {
    width: 100%;
  }
}

div.newsletter div.divider {
  margin: 15px 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  div.newsletter div.divider {
    margin: 10px 20px;
  }
}
div.newsletter div.divider div {
  position: absolute;
  width: 100%;
  top: 50%;
  border-top: 1px solid #6094aa;
}
div.newsletter div.divider span {
  margin: 0;
  font-size: 12px;
  padding: 2px 16px;
  background-color: #395C6B;
  display: inline-block;
  position: relative;
  color: #6094aa;
}

div.newsletter div.support a.button {
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  text-align: center;
  padding: 14px 20px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 600px) {
  div.newsletter div.support a.button {
    font-size: 14px;
  }
}
div.newsletter div.support a.button:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

hr.tools {
  margin: 30px 0;
}

iframe.seed-demo-video {
  width: 640px;
  height: 360px;
}
@media screen and (max-width: 600px) {
  iframe.seed-demo-video {
    width: 100%;
    height: auto;
  }
}

div.standalone-newsletter-form-container {
  margin: 60px 0 100px;
}
@media screen and (max-width: 600px) {
  div.standalone-newsletter-form-container {
    margin: 0 0 15px;
  }
}

div.standalone-newsletter-form {
  margin-bottom: 15px;
  background-color: #395C6B;
  border-radius: 5px;
  padding: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  div.standalone-newsletter-form {
    padding: 15px;
    display: block;
    text-align: center;
  }
}
div.standalone-newsletter-form > .copy {
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  div.standalone-newsletter-form > .copy {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
div.standalone-newsletter-form > .copy p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  div.standalone-newsletter-form > .copy p {
    font-size: 18px;
  }
}
div.standalone-newsletter-form #emailoctopus-embed-container input[type=email] {
  padding: 10px;
  font-size: 18px;
  height: auto;
}
div.standalone-newsletter-form #emailoctopus-embed-container input[type=submit] {
  margin-bottom: 0 !important;
  padding: 17px 16px;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #E27152;
  color: white;
  border-radius: 4px;
  line-height: 1.1;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  font-weight: 700;
}
div.standalone-newsletter-form #emailoctopus-embed-container input[type=submit]:hover {
  background-color: #e78a71;
}
div.standalone-newsletter-form #emailoctopus-embed-container .mastfoot.disabled {
  display: none;
}
div.standalone-newsletter-form #emailoctopus-embed-container .emailoctopus-form-wrapper {
  margin-top: 0 !important;
}
div.standalone-newsletter-form #emailoctopus-embed-container .emailoctopus-form-row {
  margin-bottom: 15px !important;
}
div.standalone-newsletter-form .controls {
  flex: 0 0 auto;
  width: 260px;
}
@media screen and (max-width: 600px) {
  div.standalone-newsletter-form .controls {
    width: 100%;
  }
}

/**
 * Cost Table
 */
table.cost-table td:first-child, table.cost-table th:first-child {
  min-width: 170px;
}
@media screen and (max-width: 600px) {
  table.cost-table td:first-child, table.cost-table th:first-child {
    min-width: 0;
  }
}
table.cost-table td:last-child, table.cost-table th:last-child {
  min-width: 60px;
}
table.cost-table tr:nth-child(even) {
  background-color: transparent;
}
table.cost-table tr:last-child {
  background-color: #e8e7e7;
}

/**
 * Carbon Ads
 */
#carbonads {
  margin-top: 30px;
  display: flex;
  max-width: 130px;
  border-radius: 4px;
  font-size: 11px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#carbonads a {
  color: #383736;
  text-decoration: none;
}

#carbonads a:hover {
  color: #383736;
}

.carbon-img {
  display: block;
  margin-bottom: 8px;
  max-width: 130px;
  line-height: 1;
}

.carbon-img img {
  display: block;
  margin: 0 auto;
  max-width: 130px;
  width: 130px;
  height: auto;
}

.carbon-text {
  display: block;
  text-align: left;
  line-height: 1.35;
}

.carbon-poweredby {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 8px;
  line-height: 0;
}

/*# sourceMappingURL=main.css.map */