/**
 * Reset
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Basic styling
 */
body {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
  color: #222;
  background-color: white;
  -webkit-text-size-adjust: 100%; }

/**
 * 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: 19.25px; }

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

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

/**
 * Links
 */
a {
  color: #33691e;
  text-decoration: none; }
  a:visited {
    color: #295518; }
  a:hover {
    color: #162e0d;
    text-decoration: underline; }

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

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

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

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

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #888; }

/**
 * Selection
 */
::selection {
  background: #71a436; }

::-moz-selection {
  background: #71a436; }

/**
 * Body
 */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: url(/img/bg.jpg) #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

/**
 * Site header
 */
.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  padding-top: 20px; }
  .site-header .contact {
    margin: auto 0;
    color: white;
    background: #33691e;
    border-radius: 3px; }
    .site-header .contact a {
      display: inline-block;
      padding: 15px;
      text-decoration: none;
      color: inherit; }
  .site-header::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    border-top: 5px solid #8bc34a;
    background: linear-gradient(to bottom, rgba(0, 16, 0, 0.75), transparent); }

.home-link {
  margin-right: auto;
  min-width: 100px;
  min-height: 100px; }
  @media screen and (max-width: 600px) {
    .home-link {
      margin-right: 0; } }

.logo {
  width: 100px;
  height: 100px; }

/**
 * Navigation
 */
.site-nav {
  display: inline-block;
  display: flex;
  vertical-align: middle;
  margin: 15px 30px; }
  .site-nav ul {
    display: inline-block;
    display: flex;
    /* to remove gaps */
    margin: auto;
    list-style: none; }
    .site-nav ul li {
      display: inline-block; }
  .site-nav .page-link {
    display: inline-block;
    padding: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    color: #8bc34a; }
    .site-nav .page-link.current, .site-nav .page-link:hover {
      text-decoration: none;
      box-shadow: 0 3px; }
  @media screen and (max-width: 350px) {
    .site-nav {
      margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  display: flex;
  align-items: center;
  padding: 30px;
  background: white; }
  .site-footer > * {
    width: 1200px;
    max-width: 100%;
    margin: auto; }
  .site-footer ul {
    list-style: none;
    margin: 0;
    margin-top: 10px; }
    .site-footer ul li {
      display: inline-block; }
      .site-footer ul li a {
        margin-right: 10px;
        padding: 10px 0; }

/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

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

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

.post-meta {
  font-size: 19.25px;
  color: #888; }

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

/**
 * Main
 */
main {
  display: flex;
  flex: 1;
  flex-direction: column;
  border-bottom: 5px solid #eeeeee; }

/**
 * Sections
 */
section {
  flex: 1;
  padding: 30px;
  text-align: center;
  background: white; }
  section > * {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 600px) {
    section {
      padding: 15px; } }
  @media screen and (max-width: 350px) {
    section {
      padding: 7.5px; } }

/* Headline */
.headline {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: white;
  background: none;
  border-bottom: 5px solid #33691e; }
  .headline h1 {
    margin: auto;
    font-size: 2.5em;
    line-height: 1.2; }

.headline-text {
  z-index: 1;
  margin: auto;
  padding: 10px;
  width: 100%;
  max-width: 640px;
  font-size: 3em;
  text-align: center;
  line-height: 1.2;
  color: white; }
  @media screen and (max-width: 600px) {
    .headline-text {
      font-size: 2.25em; } }

.headline-graphic {
  display: block;
  margin: 60px auto;
  width: 800px;
  max-width: 100%; }

.headline-cta {
  margin: 10px auto; }

/* Intro */
.intro {
  text-align: left;
  font-style: italic;
  font-family: Source Serif Pro, serif;
  background: #8bc34a;
  border-bottom: 5px solid rgba(139, 195, 74, 0.25);
  border-bottom: 10px solid rgba(255, 128, 0, 0.5); }

.cta-form {
  background: #f0fff0; }

/**
 * Headings
 */
h1 {
  margin: 30px auto;
  margin-top: 60px;
  font-size: 2.25em; }
  @media screen and (max-width: 600px) {
    h1 {
      text-align: center; } }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

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

.post-content {
  margin-bottom: 30px; }
  .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; } }

/**
 * Other elements
 */
.button {
  display: inline-block;
  padding: 3px;
  background: #33691e;
  color: white;
  border: none;
  border-radius: 3px; }
  .button:hover {
    text-decoration: none;
    background: #469129;
    color: white; }
  .button:active {
    background: #33691e; }
  .button:visited {
    color: white; }

.button-medium {
  padding: 15px;
  font-size: 1.25em; }

.button-large {
  padding: 30px;
  font-size: 1.5em; }

.cta {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }

.steps {
  position: relative;
  list-style: none;
  margin: 0 auto; }
  .steps > li {
    position: relative;
    min-height: 160px;
    padding: 60px;
    border-bottom: 1px solid #eeeeee; }
    .steps > li p:first-child {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100px;
      display: flex; }
      .steps > li p:first-child img {
        max-width: 100px;
        max-height: 100px;
        margin: auto; }
      @media screen and (max-width: 600px) {
        .steps > li p:first-child {
          left: 0;
          right: 0;
          top: 15px;
          width: auto;
          height: 100px; } }
    .steps > li:nth-child(odd) {
      padding-left: 160px;
      text-align: left;
      background: #8bc34a; }
      .steps > li:nth-child(odd) p:first-child {
        left: 30px; }
      @media screen and (max-width: 600px) {
        .steps > li:nth-child(odd) {
          padding-left: 0;
          text-align: inherit; }
          .steps > li:nth-child(odd) p:first-child {
            left: 0; } }
    .steps > li:nth-child(even) {
      padding-right: 160px;
      text-align: right; }
      .steps > li:nth-child(even) p:first-child {
        right: 30px; }
      @media screen and (max-width: 600px) {
        .steps > li:nth-child(even) {
          padding-right: 0;
          text-align: inherit; }
          .steps > li:nth-child(even) p:first-child {
            right: 0; } }
    .steps > li:last-child {
      border-bottom: none; }
    @media screen and (max-width: 600px) {
      .steps > li {
        padding: 0;
        padding-top: 130px;
        padding-bottom: 15px;
        text-align: center; } }
  @media screen and (max-width: 600px) {
    .steps {
      text-align: center; } }

/* Stages */
.stages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  list-style: none;
  margin: auto;
  counter-reset: stages;
  text-align: left; }
  .stages > li {
    position: relative;
    width: 300px;
    min-height: 465px;
    margin: 7.5px;
    margin-top: 60px;
    padding: 7.5px;
    padding-top: 30px;
    counter-increment: stages;
    border: 1px solid rgba(0, 0, 0, 0.2); }
    .stages > li h2 {
      margin-top: 15px;
      font-size: 1.4em;
      text-align: center; }
    .stages > li::before {
      z-index: 1;
      display: flex;
      flex-direction: column;
      width: 40px;
      height: 40px;
      margin: auto;
      margin-top: -60px;
      padding: 10px;
      border-radius: 100%;
      background: #33691e;
      color: white;
      content: counter(stages);
      text-align: center;
      font-size: 2em;
      line-height: 40px; }
    @media screen and (max-width: 600px) {
      .stages > li {
        width: 307.5px;
        padding: 60px 15px; }
        .stages > li::before {
          margin-top: -90px; } }
    @media screen and (max-width: 350px) {
      .stages > li {
        min-height: 0; } }

.normal {
  text-transform: none; }

.columns {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 30px auto; }
  .columns > * {
    flex: 1;
    text-align: left;
    margin: 30px; }
  @media screen and (max-width: 600px) {
    .columns {
      flex-direction: column; } }

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: auto; }
  form input, form textarea {
    display: flex;
    width: 48%;
    padding: 15px;
    margin: 7.5px 1%;
    font-family: inherit;
    font-size: 1.2em; }
    @media screen and (max-width: 600px) {
      form input, form textarea {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  form input[type="submit"] {
    min-width: 33%;
    border: none; }
    @media screen and (max-width: 600px) {
      form input[type="submit"] {
        width: 100%; } }
  form textarea {
    display: block;
    width: 100%;
    min-height: 10em;
    padding: 15px; }
  form p {
    width: 100%; }
  .cta-form h1 {
    font-size: 1.85em;
    margin-bottom: 0;
    color: #33691e; }
  form a {
    border-bottom: 1px dotted; }
    form a:hover {
      border-bottom: 1px solid;
      text-decoration: none; }

.small {
  margin: 0;
  font-size: 90%; }

.point:nth-child(3n + 1) {
  background: #33691e;
  color: #b4e4a2; }

.point:nth-child(3n + 2) {
  background: #8bc34a; }

.point:nth-child(3n + 3) {
  background: #f0fff0; }

.list {
  text-align: left; }

.legal {
  text-align: left;
  font-size: 90%; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
