@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,400italic,700italic|Merriweather:400,300,300italic,400italic,700,700italic,900,900italic");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

html {
  font-size: 100%; }

body {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "Merriweather", "Times New Roman", serif;
  font-weight: 400;
  color: #000; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700; }

h1, .h1 {
  margin-bottom: 0.26042em;
  font-size: 1.44em;
  line-height: 1.5625; }
  @media (min-width: 43.75em) {
    h1, .h1 {
      margin-bottom: 0.21701em;
      font-size: 1.728em;
      line-height: 1.73611; } }
  @media (min-width: 56.25em) {
    h1, .h1 {
      margin-bottom: 0.18084em;
      font-size: 2.0736em;
      line-height: 1.80845; } }

h2, .h2 {
  margin-bottom: 0.3125em;
  font-size: 1.2em;
  line-height: 1.5625; }
  @media (min-width: 43.75em) {
    h2, .h2 {
      margin-bottom: 0.26042em;
      font-size: 1.44em;
      line-height: 1.5625; } }
  @media (min-width: 56.25em) {
    h2, .h2 {
      margin-bottom: 0.21701em;
      font-size: 1.728em;
      line-height: 1.73611; } }

h3, .h3 {
  margin-bottom: 0.3125em;
  font-size: 1.2em;
  line-height: 1.5625; }
  @media (min-width: 56.25em) {
    h3, .h3 {
      margin-bottom: 0.26042em;
      font-size: 1.44em;
      line-height: 1.5625; } }

h4, .h4 {
  margin-bottom: 0.3125em;
  font-size: 1.2em;
  line-height: 1.5625; }

h5, .h5,
h6, .h6 {
  margin-bottom: 0.375em;
  font-size: 1em;
  line-height: 1.5; }

p {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 36em;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  @media (min-width: 43.75em) {
    p {
      text-align: justify; } }

small,
.font-small {
  font-size: 0.83333em;
  line-height: 1.35; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

blockquote {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5em;
  border-left: 6px solid gray;
  font-family: "Merriweather", "Times New Roman", serif; }
  blockquote p {
    margin-bottom: 0.75em; }
  blockquote footer cite:before {
    content: " – "; }

pre,
code {
  font-family: "Lucida Console", Monaco, monospace; }

time,
.time {
  text-transform: uppercase; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
  padding-top: 0;
  padding-bottom: 0; }

ul ul,
ol ol,
dl dl {
  margin-left: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase; }

abbr[title]:hover {
  cursor: help; }

hr {
  margin-top: 1.5em;
  margin-bottom: 0;
  border: none;
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 1.4375em; }

* {
  box-sizing: border-box;
  transition: all 0.3s; }

body {
  color: #595959;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }
  body#tinymce {
    max-width: 36em;
    margin: 0 auto;
    min-height: 0;
    display: block;
    margin-top: 3em; }

h1, h2, h3, h4 {
  font-weight: 300;
  color: #734F45; }

h1, .h1 {
  margin-bottom: 0.26042em;
  font-size: 1.44em;
  line-height: 1.5625; }
  @media (min-width: 43.75em) {
    h1, .h1 {
      margin-bottom: 0.21701em;
      font-size: 1.728em;
      line-height: 1.30208; } }
  @media (min-width: 56.25em) {
    h1, .h1 {
      margin-bottom: 0.18084em;
      font-size: 2.0736em;
      line-height: 1.44676; } }

h2, .h2 {
  margin-bottom: 0.3125em;
  font-size: 1.2em;
  line-height: 1.5625; }
  @media (min-width: 43.75em) {
    h2, .h2 {
      margin-bottom: 0.26042em;
      font-size: 1.44em;
      line-height: 1.30208; } }
  @media (min-width: 56.25em) {
    h2, .h2 {
      margin-bottom: 0.21701em;
      font-size: 1.728em;
      line-height: 1.30208; } }

h3, .h3 {
  margin-bottom: 0.3125em;
  font-size: 1.2em;
  line-height: 1.5625; }
  @media (min-width: 56.25em) {
    h3, .h3 {
      margin-bottom: 0.26042em;
      font-size: 1.44em;
      line-height: 1.30208; } }

h4, .h4 {
  margin-bottom: 0.3125em;
  font-size: 1.2em;
  line-height: 1.5625; }

h1 small, h2 small, h3 small, h4 small {
  font-size: 80%;
  font-weight: 400;
  color: #949494; }
h1 + h2, h1 + h3, h1 + h4, h2 + h2, h2 + h3, h2 + h4, h3 + h2, h3 + h3, h3 + h4, h4 + h2, h4 + h3, h4 + h4 {
  margin-top: 0.75em; }

a {
  color: #378F43;
  text-decoration: none;
  position: relative;
  background: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#734F45, #734F45);
  background: -moz-linear-gradient(#fff, #fff), -moz-linear-gradient(#fff, #fff), -moz-linear-gradient(#734F45, #734F45);
  background: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#fff, #fff), -o-linear-gradient(#734F45, #734F45);
  background: -ms-linear-gradient(#fff, #fff), -ms-linear-gradient(#fff, #fff), -ms-linear-gradient(#734F45, #734F45);
  background: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#734f45, #734f45);
  -webkit-background-size: .05em 1px,.05em 1px,1px 1px;
  -moz-background-size: .05em 1px,.05em 1px,1px 1px;
  background-size: .05em 1px,.05em 1px,1px 1px;
  background-repeat: no-repeat,no-repeat,repeat-x;
  background-position: 0 87%,100% 87%,0 87%;
  text-shadow: .03em 0 #fff,-.03em 0 #fff,0 .03em #fff,0 -.03em #fff,.06em 0 #fff,-.06em 0 #fff,.09em 0 #fff,-.09em 0 #fff,.12em 0 #fff,-.12em 0 #fff; }
  a:hover {
    color: #4DAF4E; }
  a.no-underline {
    background: none;
    text-shadow: none; }
  a:visited {
    color: #378F43; }
    a:visited:before {
      border-bottom-color: #A1887F; }

li {
  margin-bottom: 0.75em;
  max-width: 36em; }

img {
  width: auto;
  max-width: 100%; }

label {
  display: block;
  margin-bottom: 1.5em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #949494; }
  label small.required {
    margin-left: 0.375em; }
  label small {
    font-size: 0.69444em;
    line-height: 1.62; }
    label small.error {
      display: none; }
  label.error {
    color: #EF4438; }
    label.error input, label.error textarea {
      border-color: #F4E6E5;
      background-color: #F4E6E5; }
      label.error input:focus, label.error textarea:focus {
        background-color: #fafafa;
        border-color: rgba(77, 175, 78, 0.6); }
    label.error small.error {
      display: inline-block; }

input[type='text'], input[type='password'],
input[type='url'], input[type='email'], input[type='date'],
input[type='datetime-local'], input[type='file'],
input[type='tel'], textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #fafafa;
  font-size: 1em;
  font-family: "Merriweather", "Times New Roman", serif;
  color: #595959;
  padding: 0.375em;
  background: #fafafa; }
  input[type='text']:focus, input[type='password']:focus,
  input[type='url']:focus, input[type='email']:focus, input[type='date']:focus,
  input[type='datetime-local']:focus, input[type='file']:focus,
  input[type='tel']:focus, textarea:focus, select:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(77, 175, 78, 0.6); }

select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="9px" height="6px" viewBox="0 0 9 6" enable-background="new 0 0 9 6" xml:space="preserve"><polyline fill="none" stroke="#555555" stroke-width="2" stroke-miterlimit="10" points="0.4,0.4 4.4,4.4 8.4,0.4"></polyline></svg>');
  background-position: 95% center;
  background-repeat: no-repeat;
  padding: 0.375em;
  font-size: 1rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: normal;
  border-radius: 0; }

button, .button, input[type='submit'] {
  font-size: 1em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  background: #378F43;
  color: white;
  border: none;
  padding: 0.375em 0.75em;
  margin-bottom: 1.5em;
  cursor: pointer; }
  button.read-more, .button.read-more, input[type='submit'].read-more {
    display: block;
    border: none;
    background: none;
    font-size: 1em;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #378F43;
    padding: 0;
    margin-top: 1.5em; }
    button.read-more:hover, .button.read-more:hover, input[type='submit'].read-more:hover {
      color: #4DAF4E;
      background: none; }
  button.text-only, .button.text-only, input[type='submit'].text-only {
    background: none;
    color: #378F43; }
    button.text-only:hover, .button.text-only:hover, input[type='submit'].text-only:hover {
      background: none;
      color: #4DAF4E; }
  button:hover, .button:hover, input[type='submit']:hover {
    background: #4DAF4E; }
  button:focus, button:active, .button:focus, .button:active, input[type='submit']:focus, input[type='submit']:active {
    box-shadow: none;
    outline: none; }

.gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(#eeeeee, #ffffff);
  background-image: linear-gradient(#eeeeee, #ffffff);
  z-index: -1; }

body > header {
  flex: none; }

#hero {
  padding: 2.25em 0;
  height: 100vh;
  position: relative; }
  #hero:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  #hero .banner {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    margin-top: -12em;
    width: 100%; }
    #hero .banner h1 {
      font-weight: 300;
      font-size: 1.2em;
      line-height: 1.5625;
      letter-spacing: .27em;
      color: #4DAF4E; }
    #hero .banner img {
      width: 18em; }
    @media screen and (min-width: 360px) {
      #hero .banner img {
        width: 21.5em; }
      #hero .banner h1 {
        font-size: 1.44em;
        line-height: 1.30208; } }
    @media screen and (min-width: 480px) {
      #hero .banner img {
        width: 25em; }
      #hero .banner h1 {
        font-size: 1.728em;
        line-height: 1.73611; } }
    @media screen and (max-height: 480px) {
      #hero .banner {
        margin-top: -6.75em; }
        #hero .banner img {
          width: 14.93em; }
        #hero .banner h1 {
          font-size: 1.728em;
          line-height: 1.73611; } }

#mainMenu {
  position: fixed;
  top: -3.75em;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s; }
  #mainMenu > div {
    padding: 0.75em; }
  #mainMenu img {
    width: 3.225em;
    vertical-align: middle;
    opacity: 0;
    transition: all 0.3s;
    display: none; }
  #mainMenu div > span, #mainMenu h1 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #4DAF4E;
    font-size: 0.83333em;
    line-height: 1.35;
    font-weight: 300;
    letter-spacing: .27em;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    transition: all 0.3s; }
    #mainMenu div > span span, #mainMenu h1 span {
      display: none;
      transition: 0; }
  #mainMenu a {
    background: none;
    text-shadow: none; }
  #mainMenu button {
    background: none;
    border: none;
    color: #595959;
    text-transform: uppercase;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 0.69444em;
    line-height: 1.62;
    padding: 0;
    vertical-align: middle;
    margin-top: 0.375em;
    float: right; }
    #mainMenu button:focus {
      outline: none;
      box-shadow: none; }
    #mainMenu button svg {
      margin-right: 0.375em;
      position: relative;
      transition: all 0.3s;
      top: -1px; }
  #mainMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #378F43;
    display: table;
    width: 100%; }
    #mainMenu ul li {
      font-size: 1em;
      line-height: 1.125;
      font-family: "Lato", Helvetica, Arial, sans-serif;
      text-align: center;
      width: 50%;
      display: table-cell;
      vertical-align: middle;
      position: relative; }
      #mainMenu ul li:hover {
        background: #4DAF4E; }
      #mainMenu ul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0.75em 1.5em;
        color: white;
        text-transform: uppercase;
        text-decoration: none; }
  #mainMenu.open {
    top: 0;
    transition: all 0.3s; }
    #mainMenu.open svg {
      transition: all 0.3s;
      transform: rotate(180deg); }
  #mainMenu.opaque {
    background: #eee;
    transition: all 0.3s; }
  #mainMenu.scrolled img, #mainMenu.scrolled span, #mainMenu.scrolled h1 {
    opacity: 1;
    transition: all 0.3s; }
  @media screen and (min-width: 340px) {
    #mainMenu {
      top: -2.625em; } }
  @media screen and (min-width: 420px) {
    #mainMenu div > span span, #mainMenu h1 span {
      display: inline; } }
  @media screen and (min-width: 480px) {
    #mainMenu img {
      display: inline; }
    #mainMenu div > span, #mainMenu h1 {
      margin-top: 0.375em; }
    #mainMenu button {
      margin-top: 1.125em; } }
  @media screen and (min-width: 768px) {
    #mainMenu {
      top: 0; }
      #mainMenu button {
        display: none; }
      #mainMenu img {
        width: 4.3em; }
      #mainMenu div > span, #mainMenu h1 {
        font-size: 1.2em;
        line-height: 0.9375;
        margin-left: 0.375em;
        margin-top: 0; }
      #mainMenu ul {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: auto;
        background: none; }
        #mainMenu ul li {
          display: inline-block;
          background: none;
          width: auto; }
          #mainMenu ul li:hover {
            background: none; }
          #mainMenu ul li a {
            padding: 1.875em 1.5em;
            color: #595959; }
            #mainMenu ul li a:hover {
              color: #4DAF4E; } }

body > footer {
  flex: none;
  align-items: flex-end;
  padding: 1.5em 0.75em;
  width: 100%;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  position: relative; }
  body > footer img {
    width: 3.225em;
    position: absolute;
    left: 50%;
    top: 19%;
    margin-left: -1.6125em;
    vertical-align: middle;
    opacity: 0.35; }

.down-arrow {
  display: block;
  margin: -1.5em auto 4.5em;
  width: 2em;
  height: 2em; }
  @media screen and (min-width: 768px) {
    .down-arrow {
      margin-top: -3em;
      width: 4em;
      height: 4em; } }

#content.page {
  padding-top: 3em;
  flex: 1 0 auto;
  /* 2 */
  padding: var(--space) var(--space) 0; }
  @media screen and (min-width: 480px) {
    #content.page {
      padding-top: 3.75em; } }
  @media screen and (min-width: 768px) {
    #content.page {
      padding-top: 4.875em; } }
  #content.page:after {
    content: '\00a0';
    /* &nbsp; */
    display: block;
    margin-top: var(--space);
    height: 0px;
    visibility: hidden; }
  #content.page header.archives {
    margin: 0 0.75em 0.75em;
    max-width: 36em;
    padding-top: 1.5em; }
    @media screen and (min-width: 36em) {
      #content.page header.archives {
        margin: 0 auto 0.75em; } }
    #content.page header.archives nav .list {
      display: none;
      flex-direction: column; }
      @media screen and (min-width: 1024px) {
        #content.page header.archives nav .list {
          flex-direction: row; }
          #content.page header.archives nav .list div {
            padding: 0 0.375em; } }
      #content.page header.archives nav .list div {
        flex: 1; }
    #content.page header.archives .search {
      display: none;
      padding: 0 0.375em; }
    #content.page header.archives button#archiveSearch {
      padding: 0; }
      #content.page header.archives button#archiveSearch svg {
        transform: rotate(-90deg);
        position: relative;
        top: -2px;
        margin-left: 0.375em; }
        #content.page header.archives button#archiveSearch svg polyline {
          stroke: #378F43; }
      #content.page header.archives button#archiveSearch:hover svg polyline {
        stroke: #4DAF4E; }
      #content.page header.archives button#archiveSearch.open svg {
        transform: none; }
      #content.page header.archives button#archiveSearch.open + .list {
        display: flex; }
      #content.page header.archives button#archiveSearch.open ~ .search {
        display: block; }

article, body#tinymce {
  margin-bottom: 6em; }
  article.full-post button.read-more, body#tinymce.full-post button.read-more {
    display: none; }
  article.full-post section.continue, body#tinymce.full-post section.continue {
    display: block; }
  article header, body#tinymce header {
    margin-bottom: 1.5em; }
    article header div.image, body#tinymce header div.image {
      height: 48vh;
      margin-bottom: 2.25em;
      border: 3px solid white;
      border-width: 0 0 6px;
      box-shadow: 0 3px 0 #4DAF4E;
      overflow: hidden;
      background-position: center;
      background-size: cover; }
      article header div.image + div.title, body#tinymce header div.image + div.title {
        padding-top: 0; }
    article header div.title, body#tinymce header div.title {
      margin: 0 0.75em 0.75em;
      max-width: 36em;
      padding-top: 1.5em; }
      @media screen and (min-width: 36em) {
        article header div.title, body#tinymce header div.title {
          margin: 0 auto 0.75em; } }
    article header time, body#tinymce header time {
      font-family: "Lato", Helvetica, Arial, sans-serif;
      font-size: 0.83333em;
      line-height: 1.35;
      color: #949494; }
    article header h1, body#tinymce header h1 {
      text-transform: capitalize; }
      article header h1 a, article header h1 a:visited, body#tinymce header h1 a, body#tinymce header h1 a:visited {
        color: #734F45;
        background: none;
        text-shadow: none; }
        article header h1 a:hover, article header h1 a:visited:hover, body#tinymce header h1 a:hover, body#tinymce header h1 a:visited:hover {
          color: #378F43; }
  article section, article footer, body#tinymce section, body#tinymce footer {
    margin: 0 0.75em 0.75em;
    max-width: 36em; }
    @media screen and (min-width: 36em) {
      article section, article footer, body#tinymce section, body#tinymce footer {
        margin: 0 auto 0.75em; } }
    article section.continue, article footer.continue, body#tinymce section.continue, body#tinymce footer.continue {
      display: none; }
  article section.meta p, body#tinymce section.meta p {
    font-size: 0.83333em;
    line-height: 1.35; }
  article footer p, body#tinymce footer p {
    font-size: 0.83333em;
    line-height: 1.35; }
  article figure, body#tinymce figure {
    margin-bottom: 1.5em; }
    article figure figcaption, body#tinymce figure figcaption {
      font-family: "Lato", Helvetica, Arial, sans-serif;
      color: #949494; }
    article figure .figure-element, body#tinymce figure .figure-element {
      text-align: center; }
      article figure .figure-element a, body#tinymce figure .figure-element a {
        background: none; }
  article figure.expand, body#tinymce figure.expand {
    display: flex;
    flex-direction: column; }
    article figure.expand .figure-element, article figure.expand figcaption, body#tinymce figure.expand .figure-element, body#tinymce figure.expand figcaption {
      flex-grow: 1;
      flex-shrink: 1; }
    article figure.expand .figure-element, body#tinymce figure.expand .figure-element {
      order: 1;
      margin-bottom: 0.375em; }
    article figure.expand figcaption, body#tinymce figure.expand figcaption {
      order: 2;
      color: #595959;
      padding-left: 0.75em;
      position: relative; }
      article figure.expand figcaption:before, body#tinymce figure.expand figcaption:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        border-left: 2px solid #A1887F; }
        @media screen and (min-width: 1024px) {
          article figure.expand figcaption:before, body#tinymce figure.expand figcaption:before {
            left: 1.5em; } }
      article figure.expand figcaption > *, body#tinymce figure.expand figcaption > * {
        margin-bottom: 0;
        padding-left: 0.75rem; }
    @media screen and (min-width: 1024px) {
      article figure.expand, body#tinymce figure.expand {
        flex-direction: row;
        align-items: center;
        margin-left: -33%;
        margin-right: -33%; }
        article figure.expand .figure-element, article figure.expand figcaption, body#tinymce figure.expand .figure-element, body#tinymce figure.expand figcaption {
          width: 50%;
          margin-bottom: 0; }
        article figure.expand figcaption, body#tinymce figure.expand figcaption {
          padding-left: 1.5em; }
          article figure.expand figcaption > *, body#tinymce figure.expand figcaption > * {
            padding-top: 0.75em;
            padding-bottom: 0.75em; }
        article figure.expand.left .figure-element, body#tinymce figure.expand.left .figure-element {
          order: 2; }
        article figure.expand.left figcaption, body#tinymce figure.expand.left figcaption {
          order: 1;
          padding-left: 0;
          padding-right: 1.5em; }
          article figure.expand.left figcaption:before, body#tinymce figure.expand.left figcaption:before {
            right: 1.5em;
            left: auto; }
          article figure.expand.left figcaption > *, body#tinymce figure.expand.left figcaption > * {
            text-align: right;
            padding-left: 0;
            padding-right: 0.75em;
            border-width: 0 2px 0 0; } }
    @media screen and (min-width: 1200px) {
      article figure.expand, body#tinymce figure.expand {
        margin-left: -50%;
        margin-right: -50%; } }
  article h1, article h2, article h3, article h4, article h5, article h6, body#tinymce h1, body#tinymce h2, body#tinymce h3, body#tinymce h4, body#tinymce h5, body#tinymce h6 {
    color: #734F45; }
  article.full header .image, body#tinymce.full header .image {
    height: 50vh; }
  @media screen and (min-width: 768px) {
    article.full header .image, body#tinymce.full header .image {
      height: 66vh; } }

ol.steps {
  counter-reset: stepNumber;
  list-style: none;
  margin-left: 0; }
  ol.steps li:before {
    counter-increment: stepNumber;
    content: counter(stepNumber) ".";
    display: inline-block;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #734F45;
    margin-right: 0.375em;
    margin-bottom: 0.3125em;
    font-size: 1.2em;
    line-height: 1.5625; }
    @media (min-width: 43.75em) {
      ol.steps li:before {
        margin-bottom: 0.26042em;
        font-size: 1.44em;
        line-height: 1.30208; } }
    @media (min-width: 56.25em) {
      ol.steps li:before {
        margin-bottom: 0.21701em;
        font-size: 1.728em;
        line-height: 1.30208; } }
  ol.steps li h2 {
    display: inline-block; }

section.comments ul {
  list-style: none;
  margin-left: 0; }
  section.comments ul.children {
    border-left: 1px solid rgba(161, 136, 127, 0.6);
    margin-left: 0.75em; }
  section.comments ul li {
    background: #fafafa; }
section.comments article {
  margin-bottom: 0;
  font-size: 0.83333em;
  line-height: 1.35; }
  section.comments article header {
    margin-bottom: 0.75em;
    padding: 0.75em;
    background: #eee; }
    section.comments article header:after {
      content: '';
      display: block;
      clear: both; }
    section.comments article header a {
      text-shadow: .03em 0 #eee,-.03em 0 #eee,0 .03em #eee,0 -.03em #eee,.06em 0 #eee,-.06em 0 #eee,.09em 0 #eee,-.09em 0 #eee,.12em 0 #eee,-.12em 0 #eee; }
    section.comments article header .author {
      float: left;
      width: 50%; }
    section.comments article header .meta {
      float: left;
      width: 50%;
      text-align: right; }
  section.comments article section {
    padding: 0 0.75em 0.75em;
    margin: 0; }
    section.comments article section a {
      text-shadow: .03em 0 #fafafa,-.03em 0 #fafafa,0 .03em #fafafa,0 -.03em #fafafa,.06em 0 #fafafa,-.06em 0 #fafafa,.09em 0 #fafafa,-.09em 0 #fafafa,.12em 0 #fafafa,-.12em 0 #fafafa; }
section.comments #commentTags {
  padding: 0;
  transition: color 0.3s; }
  section.comments #commentTags svg {
    transform: rotate(-90deg);
    position: relative;
    top: -2px;
    margin-left: 0.375em;
    transition: all 0.3s; }
  section.comments #commentTags svg polyline {
    stroke: #378F43; }
  section.comments #commentTags:hover {
    color: #4DAF4E; }
    section.comments #commentTags:hover svg polyline {
      stroke: #4DAF4E; }
  section.comments #commentTags.open {
    margin-bottom: 0.375em;
    transition: color 0.3s; }
    section.comments #commentTags.open svg {
      transform: none;
      transition: all 0.3s; }
    section.comments #commentTags.open + .comment-allowed-tags {
      display: block; }
section.comments .comment-allowed-tags {
  display: none; }
section.comments #comment-status {
  margin-top: -1.125em;
  position: relative;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #949494; }
  section.comments #comment-status svg {
    position: relative;
    top: 6px;
    margin-right: 0.375em;
    fill: #734F45; }
  section.comments #comment-status.success path {
    fill: #378F43; }
  section.comments #comment-status.error path {
    fill: #EF4438; }

.pagination {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin: 0 0.75em 0.75em;
  max-width: 36em;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 36em) {
    .pagination {
      margin: 0 auto 0.75em; } }
  .pagination a, .pagination .current {
    background: none;
    text-shadow: none;
    padding: 0.375em 0.375em; }
    .pagination a:hover, .pagination .current:hover {
      background: #378F43;
      color: white; }
      .pagination a:hover svg polyline, .pagination .current:hover svg polyline {
        stroke: white; }
  .pagination .current {
    background: #949494;
    color: white; }
  .pagination .next {
    padding-right: 0; }
    .pagination .next svg {
      transform: rotate(-90deg);
      position: relative;
      top: -2px;
      margin-left: 0.375em; }
      .pagination .next svg polyline {
        stroke: #378F43; }
  .pagination .prev {
    padding-left: 0; }
    .pagination .prev svg {
      transform: rotate(90deg);
      position: relative;
      top: -2px;
      margin-right: 0.375em; }
      .pagination .prev svg polyline {
        stroke: #378F43; }
  @media screen and (min-width: 480px) {
    .pagination a, .pagination .current {
      padding: 0.375em 0.75em; }
    .pagination .next {
      position: absolute;
      top: -0.375em;
      right: 0;
      padding-right: 0.75em; }
    .pagination .prev {
      position: absolute;
      top: -0.375em;
      left: 0;
      padding-left: 0.75em; } }

#swipebox-close, #swipebox-prev, #swipebox-next {
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto; }

#swipebox-bottom-bar, #swipebox-top-bar {
  background: rgba(55, 143, 67, 0.8); }

#swipebox-caption {
  font-family: "Lato", Helvetica, Arial, sans-serif; }

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.85); }

#swipebox-action, #swipebox-caption {
  background: #eee;
  color: #595959 !important;
  text-shadow: none;
  border: none; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
