::selection {
  background: #05420a;
  color: white; }

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, 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, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, footer, header, nav, section {
  display: block; }

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

html, body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  font-size: 16px; }
  @media (max-width: 960px) {
    html, body {
      font-size: calc(14px + .4vw); } }

body {
  margin: 0 auto;
  background: #303030;
  overflow-x: hidden;
  font-size: 1rem;
  font-feature-settings: kern;
  -ms-font-feature-settings: kern;
  -o-font-feature-settings: kern;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  position: relative; }

body, input, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color: #e0e0e0;
  font-weight: 400;
  line-height: 1.6; }

a, a:visited {
  -moz-transition: color 0.2s ease-in-out, border-style 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-style 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-style 0.2s ease-in-out;
  color: #a4daa6;
  text-decoration: none;
  outline: none; }
  a:hover, a:visited:hover {
    color: #c2eac6;
    text-decoration: none; }

strong, b {
  color: #f7f7f7;
  font-weight: 600; }

em {
  font-style: italic; }

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #e0e0e0;
  max-width: 40rem; }
  p:first-of-type {
    margin-top: 0; }
  p.-small {
    line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  max-width: 40rem;
  color: #e0e0e0;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  margin-right: auto; }

h1 {
  font-size: 1.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #f7f7f7; }

h2 {
  font-size: 1.625rem;
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem;
  letter-spacing: 0.1px; }

h3 {
  font-size: 1.3125rem;
  margin-top: 1rem;
  margin-bottom: 1.25rem; }

h4, h5, h6 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 500; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem;
  color: #cfcfcf; }

.new-pill {
  position: relative; }
  .new-pill:after {
    content: 'new';
    position: absolute;
    padding: 0.125rem 0.25rem;
    border: 3px solid #56ae58;
    border-radius: 25px;
    background-color: #c2eac6;
    color: #05420a;
    font-size: .6875rem;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    font-weight: 600;
    left: -1.625rem;
    top: -2px;
    left: unset;
    right: unset;
    margin-left: 1rem; }

ul, ol {
  margin: 0 0 1rem 0;
  padding-left: 2rem; }
  ul.featured-list, ol.featured-list {
    list-style-image: url("../images/check.svg"); }
  ul > li, ol > li {
    padding-left: 0.25rem;
    margin-bottom: 0.75rem; }
    ul > li > ul, ol > li > ul {
      margin-top: 0.75rem; }
    ul > li.-new, ol > li.-new {
      list-style-image: none;
      list-style-type: none;
      padding-left: 1.75rem;
      position: relative; }
      ul > li.-new:before, ol > li.-new:before {
        content: 'new';
        position: absolute;
        padding: 0.125rem 0.25rem;
        border: 3px solid #56ae58;
        border-radius: 25px;
        background-color: #c2eac6;
        color: #05420a;
        font-size: .6875rem;
        text-transform: uppercase;
        letter-spacing: 0.25px;
        font-weight: 600;
        left: -1.625rem;
        top: -2px; }

pre, code {
  font-size: 85%; }

code {
  background-color: #212121;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  font-family: "SFMono-Regular", Consolas, "Source Code Pro", "Fira Code", "Liberation Mono", Menlo, Courier, monospace;
  color: #cfcfcf;
  padding: 2px 4px; }

hr {
  border: 0;
  border-top: solid 1px rgba(176, 176, 176, 0.15);
  border-bottom: solid 1px rgba(176, 176, 176, 0.15);
  border-radius: 8px;
  margin: 2rem auto 1rem auto;
  width: 100%; }
  hr.-minor {
    margin: 1rem 0;
    border-color: transparent; }
  hr.-major {
    margin: 3rem auto;
    border-top: solid 2px rgba(164, 218, 166, 0.5);
    border-bottom: solid 2px rgba(164, 218, 166, 0.5); }

.box {
  display: inline-block;
  padding: 1rem;
  margin: 0 1rem 0 0;
  border: 2px solid #454545;
  border-radius: 8px; }
  .box.-alt {
    border: none;
    max-width: unset; }
  .box > p {
    margin: 0;
    padding: 0;
    width: unset; }

.nav-wrapper {
  background-color: #212121;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 4.5rem;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding: 0;
  display: block;
  transition: all 0.2s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden; }
  .nav-wrapper > .nav {
    max-width: 80rem;
    width: 100%;
    height: 4.5rem;
    margin: 0 auto;
    padding: 0 0.5rem;
    display: flex;
    justify-content: space-between; }
    .nav-wrapper > .nav > .toggle-nav {
      z-index: 2;
      transition: all 0.3s;
      -webkit-transition: all 0.3s; }
      @media all and (min-width: 800px) {
        .nav-wrapper > .nav > .toggle-nav {
          display: none; } }
  .nav-wrapper.-sticky {
    position: fixed; }
    .nav-wrapper.-sticky.-bottom {
      top: unset;
      bottom: 0; }
      .nav-wrapper.-sticky.-bottom > .nav > .nav-list {
        bottom: 4.5rem;
        top: 0;
        transform: translateY(calc(4.5rem - 100%)); }
        .nav-wrapper.-sticky.-bottom > .nav > .nav-list > .list.-left {
          display: flex;
          flex-direction: column;
          justify-content: flex-end; }
          @media screen and (min-width: 800px) {
            .nav-wrapper.-sticky.-bottom > .nav > .nav-list > .list.-left {
              flex-direction: row;
              justify-content: flex-start; } }
      @media screen and (min-width: 800px) {
        .nav-wrapper.-sticky.-bottom {
          top: unset;
          bottom: unset; } }

.toggle-nav {
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  border: 0;
  outline: none;
  margin: 0;
  padding: 0.5rem; }

.logo-link {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem; }
  .logo-link > .logo {
    max-width: 60px;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transition: max-height 0.2s ease-in-out;
    -webkit-transition: max-height 0.2s ease-in-out; }

.nav-list {
  background-color: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 4.5rem;
  bottom: 0;
  left: -15rem;
  width: 0;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .nav-list.-open {
    width: 100%;
    left: 0;
    padding-bottom: 4.5rem; }
    .nav-list.-open > .list.-left {
      overflow-y: auto;
      overscroll-behavior-y: auto;
      -webkit-overflow-scrolling: touch; }
  .nav-list > .list.-left {
    background: #212121;
    position: relative;
    width: 60%;
    height: 100%; }
  .nav-list > .list.-right {
    width: 40%; }
  .nav-list > .list > .item {
    display: flex;
    padding: 0;
    border-bottom: 1px solid rgba(176, 176, 176, 0.5); }
    .nav-list > .list > .item:last-child {
      border-bottom: 0; }
  .nav-list > .list > .item > .link {
    border-color: transparent;
    padding: 0.75rem 1rem 0.5rem 1rem;
    flex-basis: 100%;
    display: block;
    background: transparent;
    font-size: 1.5rem;
    padding-left: 1.5rem;
    color: #e0e0e0;
    transition: all 0.3s ease-in-out; }
    .nav-list > .list > .item > .link:hover, .nav-list > .list > .item > .link.-active {
      color: #7dc580; }
  .nav-list > .list > .overlay {
    width: 40%;
    height: 100%;
    background: rgba(59, 59, 59, 0.65);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }
  @media all and (min-width: 800px) {
    .nav-list {
      top: unset;
      left: unset;
      position: relative;
      width: 100%;
      height: 100%;
      min-height: initial;
      background: transparent;
      overflow: hidden; }
      .nav-list > .list.-left, .nav-list > .list.-right {
        overflow: hidden; }
        .nav-list > .list.-left.-left, .nav-list > .list.-right.-left {
          height: 100%;
          width: 100%;
          border-top: 0;
          background: transparent;
          display: flex;
          align-items: center; }
        .nav-list > .list.-left.-right, .nav-list > .list.-right.-right {
          display: none;
          z-index: -1; }
      .nav-list > .list > .item {
        margin-left: 1.5rem;
        margin-bottom: 0;
        border-bottom-color: transparent;
        justify-content: flex-start; }
      .nav-list > .list > .item > .link {
        border-bottom: 2px solid transparent;
        display: block;
        flex-basis: unset;
        background: transparent;
        padding: 1.25rem 0;
        font-size: 1rem;
        outline: 0;
        transition: all 0.2s ease-in-out; } }

._disableScroll {
  overflow-y: hidden !important; }

.burger {
  height: 3em;
  width: 3em;
  position: relative;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
  .burger:after {
    content: '';
    display: block;
    position: absolute;
    height: 150%;
    width: 150%;
    top: -25%;
    left: -25%; }
  .burger > .burger-lines {
    top: 50%;
    margin-top: -0.125em; }
    .burger > .burger-lines:before {
      left: 0;
      top: 1em; }
    .burger > .burger-lines:after {
      left: 0;
      top: -1em; }
  .burger.-offset > .burger-lines {
    top: 50%;
    margin-top: -0.125em; }
    .burger.-offset > .burger-lines:before {
      left: 1em;
      top: 1em; }
    .burger.-offset > .burger-lines:after {
      left: 0;
      top: -1em; }
  .burger.-squeeze .burger-lines,
  .burger.-squeeze .burger-lines:before,
  .burger.-squeeze .burger-lines:after {
    -webkit-transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
    -o-transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
    transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s; }
  .burger.-squeeze .burger-lines:after {
    left: 0;
    top: -1em; }
  .burger.-squeeze .burger-lines:before {
    left: 0;
    top: 1em; }
  .burger.-squeeze.-offset .burger-lines:before,
  .burger.-squeeze.-offset .burger-lines:after {
    width: 2em; }
  .burger.-squeeze.-offset .burger-lines:after {
    left: 0;
    top: -1em; }
  .burger.-squeeze.-offset .burger-lines:before {
    left: 1em;
    top: 1em; }
  .burger.-squeeze.open .burger-lines,
  .burger.-squeeze.open .burger-lines:before,
  .burger.-squeeze.open .burger-lines:after {
    -webkit-transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
    -o-transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
    transition: .2s background-color, .2s top, .2s left, .2s transform .15s; }
  .burger.-squeeze.open .burger-lines {
    background-color: transparent; }
  .burger.-squeeze.open .burger-lines:before,
  .burger.-squeeze.open .burger-lines:after {
    left: 0.5em;
    top: 0px; }
  .burger.-squeeze.open .burger-lines:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger.-squeeze.open .burger-lines:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.burger-lines,
.burger-lines:after,
.burger-lines:before {
  pointer-events: none;
  display: block;
  content: '';
  width: 100%;
  border-radius: 0.25em;
  background-color: #e0e0e0;
  height: 0.25em;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.burger.-squeeze > .burger-lines {
  top: 50%;
  margin-top: -0.125em; }
  .burger.-squeeze > .burger-lines, .burger.-squeeze > .burger-lines:after, .burger.-squeeze > .burger-lines:before {
    transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s; }
  .burger.-squeeze > .burger-lines:after {
    left: 0;
    top: -1em; }
  .burger.-squeeze > .burger-lines:before {
    left: 0;
    top: 1em; }

.burger.-squeeze.-offset > .burger-lines, .burger.-squeeze.-offset > .burger-lines:after, .burger.-squeeze.-offset > .burger-lines:before {
  transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s; }

.burger.-squeeze.-offset > .burger-lines:after, .burger.-squeeze.-offset > .burger-lines:before {
  width: 2em; }

.burger.-squeeze.-offset > .burger-lines:after {
  left: 0;
  top: -1em; }

.burger.-squeeze.-offset > .burger-lines:before {
  left: 1em;
  top: 1em; }

.burger.-squeeze.open > .burger-lines, .burger.-squeeze.open > .burger-lines:after, .burger.-squeeze.open > .burger-lines:before {
  transition: .2s background-color, .2s top, .2s left, .2s transform .15s; }

.burger.-squeeze.open > .burger-lines:after, .burger.-squeeze.open > .burger-lines:before {
  width: 2em; }

.burger.-squeeze.open > .burger-lines {
  background-color: transparent; }

.burger.-squeeze.open > .burger-lines:before, .burger.-squeeze.open > .burger-lines:after {
  left: 0.5em;
  top: 0px; }

.burger.-squeeze.open > .burger-lines:before {
  transform: rotate(-45deg); }

.burger.-squeeze.open > .burger-lines:after {
  transform: rotate(45deg); }

.button-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #303030;
  background: #7dc580;
  font-weight: 600;
  border: 0;
  border-radius: 6px;
  font-size: 1rem;
  margin: 0 0.125rem;
  padding: 0.3125rem 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  z-index: 2; }
  .button-default:hover {
    background: #56ae58; }

.image {
  border: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  position: relative; }
  .image > img {
    display: block;
    border-radius: 3px; }
  .image.-left, .image.-right {
    max-width: 35%; }
    .image.-left > img, .image.-right > img {
      width: 100%;
      border-radius: 3px; }
  .image.-left {
    float: left;
    padding: 0 1rem 0.5rem 0;
    top: 0.25rem; }
  .image.-right {
    float: right;
    padding: 0 0 0.5rem 1rem;
    top: 0.25rem; }
  .image.-fit {
    display: block;
    margin: 0 0 1.5rem 0;
    width: 100%; }
    .image.-fit > img {
      width: 100%;
      border-radius: 2px; }

._title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #e0e0e0;
  margin: 12px 0 8px; }

._heather {
  color: #9e9e9e; }

._mint {
  color: #a4daa6; }

._mt1, ._mt1:first-of-type {
  margin-top: -1rem; }

._mt2, ._mt2:first-of-type {
  margin-top: -2rem; }

._mthalf, ._mthalf:first-of-type {
  margin-top: -0.5rem; }

._mt0, ._mt0:first-of-type {
  margin-top: 0; }

.flex-container {
  display: flex;
  flex-direction: column; }
  .flex-container > * {
    flex: 1 1 100%;
    margin: 0 0 1rem 0; }
    .flex-container > *:last-child {
      margin-bottom: 0; }
  .flex-container.alt {
    flex-direction: row; }

@media screen and (min-width: 569px) {
  .flex-container {
    flex-direction: row; }
    .flex-container > * {
      margin-right: 1rem;
      margin-bottom: 0; }
      .flex-container > *:last-child {
        margin-right: 0; }
    .flex-container.alt {
      flex-direction: column; }
      .flex-container.alt > * {
        margin-right: 0; } }

main {
  margin: 0 auto;
  padding-top: 4.5rem; }
  main > section {
    padding: 1rem;
    max-width: 40rem;
    margin: 2rem auto; }
    main > section > .subtitle {
      padding-bottom: 1rem;
      font-size: 1.125rem; }
      @media screen and (min-width: 590px) {
        main > section > .subtitle {
          padding-bottom: 4rem; } }
  @media screen and (min-width: 800px) {
    main {
      padding-top: 6.5rem; } }
  main.-bottomnav {
    padding-top: 0; }
    @media screen and (min-width: 800px) {
      main.-bottomnav {
        padding-top: 6.5rem; } }

.poweredby, .poweredby:first-of-type {
  margin: 7rem auto 1rem;
  font-size: 0.8125rem;
  color: #b0b0b0;
  text-align: center; }
