@import "ss-social.css";
@import "ss-standard.css";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: 0em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.module {
  padding: 1.5rem;
}
.module.condensed {
  padding: 0.75rem;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid,
.grid.condensed {
  margin: 0 -1.5rem;
}
.grid .col-1-12,
.grid.condensed .col-1-12 {
  width: 100%;
}
.grid .col-2-12,
.grid.condensed .col-2-12 {
  width: 100%;
}
.grid .col-3-12,
.grid.condensed .col-3-12 {
  width: 100%;
}
.grid .col-4-12,
.grid.condensed .col-4-12 {
  width: 100%;
}
.grid .col-5-12,
.grid.condensed .col-5-12 {
  width: 100%;
}
.grid .col-6-12,
.grid.condensed .col-6-12 {
  width: 100%;
}
.grid .col-7-12,
.grid.condensed .col-7-12 {
  width: 100%;
}
.grid .col-8-12,
.grid.condensed .col-8-12 {
  width: 100%;
}
.grid .col-9-12,
.grid.condensed .col-9-12 {
  width: 100%;
}
.grid .col-10-12,
.grid.condensed .col-10-12 {
  width: 100%;
}
.grid .col-11-12,
.grid.condensed .col-11-12 {
  width: 100%;
}
.grid .col-12-12,
.grid.condensed .col-12-12 {
  width: 100%;
}
.grid .small-col-1-12,
.grid.condensed .small-col-1-12 {
  width: 8.33333333333333%;
}
.grid .small-col-2-12,
.grid.condensed .small-col-2-12 {
  width: 16.66666666666667%;
}
.grid .small-col-3-12,
.grid.condensed .small-col-3-12 {
  width: 25%;
}
.grid .small-col-4-12,
.grid.condensed .small-col-4-12 {
  width: 33.33333333333333%;
}
.grid .small-col-5-12,
.grid.condensed .small-col-5-12 {
  width: 41.66666666666667%;
}
.grid .small-col-6-12,
.grid.condensed .small-col-6-12 {
  width: 50%;
}
.grid .small-col-7-12,
.grid.condensed .small-col-7-12 {
  width: 58.33333333333333%;
}
.grid .small-col-8-12,
.grid.condensed .small-col-8-12 {
  width: 66.66666666666667%;
}
.grid .small-col-9-12,
.grid.condensed .small-col-9-12 {
  width: 75%;
}
.grid .small-col-10-12,
.grid.condensed .small-col-10-12 {
  width: 83.33333333333333%;
}
.grid .small-col-11-12,
.grid.condensed .small-col-11-12 {
  width: 91.66666666666667%;
}
.grid .small-col-12-12,
.grid.condensed .small-col-12-12 {
  width: 100%;
}
.grid .indent-1-12,
.grid.condensed .indent-1-12,
.grid .outdent-1-12,
.grid.condensed .outdent-1-12,
.grid .indent-2-12,
.grid.condensed .indent-2-12,
.grid .outdent-2-12,
.grid.condensed .outdent-2-12,
.grid .indent-3-12,
.grid.condensed .indent-3-12,
.grid .outdent-3-12,
.grid.condensed .outdent-3-12 {
  margin: 0;
}
.grid:after,
.grid.condensed:after {
  content: "";
  display: table;
  clear: both;
}
.grid.flow [class*="col"],
.grid.condensed.flow [class*="col"] {
  margin-bottom: 0.75rem;
}
.grid.grid-pad,
.grid.condensed.grid-pad {
  padding: 0.75rem 0 0.75rem 0.75rem;
}
.grid.grid-pad [class*="col"]:last-of-type,
.grid.condensed.grid-pad [class*="col"]:last-of-type {
  padding-right: 0.75rem;
}
.grid.full-bleed [class*="col"],
.grid.condensed.full-bleed [class*="col"] {
  padding: 0 !important;
}
.grid.full-bleed [class*="col"] > img,
.grid.condensed.full-bleed [class*="col"] > img {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.grid [class*="col"],
.grid.condensed [class*="col"] {
  float: left;
  margin: 0 auto 0;
  padding: 0 0.75rem;
  min-height: 1px;
}
.grid [class*="col"].col-centered,
.grid.condensed [class*="col"].col-centered {
  margin: 0 auto;
  float: none;
}
.grid .grid,
.grid.condensed .grid {
  margin: 0 -0.75rem 0.75rem;
}
.grid .grid [class*="col"],
.grid.condensed .grid [class*="col"] {
  padding: 0 0.75rem;
}
.grid .grid:last-child,
.grid.condensed .grid:last-child {
  margin-bottom: 0;
}
.grid.condensed {
  margin: 0 -0.75rem;
}
html[class*="col"] {
  margin: 0 auto 0;
}
@media screen and (min-width: 37.5rem) {
  .grid [class*="col"] {
    position: relative;
  }
  .grid .push-1 {
    left: 8.33333333333333%;
    right: auto;
  }
  .grid .push-2 {
    left: 16.66666666666667%;
    right: auto;
  }
  .grid .push-3 {
    left: 25%;
    right: auto;
  }
  .grid .push-4 {
    left: 33.33333333333333%;
    right: auto;
  }
  .grid .push-5 {
    left: 41.66666666666667%;
    right: auto;
  }
  .grid .push-6 {
    left: 50%;
    right: auto;
  }
  .grid .push-7 {
    left: 58.33333333333333%;
    right: auto;
  }
  .grid .push-8 {
    left: 66.66666666666667%;
    right: auto;
  }
  .grid .push-9 {
    left: 75%;
    right: auto;
  }
  .grid .push-10 {
    left: 83.33333333333333%;
    right: auto;
  }
  .grid .push-11 {
    left: 91.66666666666667%;
    right: auto;
  }
  .grid .pull-1 {
    right: 8.33333333333333%;
    left: auto;
  }
  .grid .pull-2 {
    right: 16.66666666666667%;
    left: auto;
  }
  .grid .pull-3 {
    right: 25%;
    left: auto;
  }
  .grid .pull-4 {
    right: 33.33333333333333%;
    left: auto;
  }
  .grid .pull-5 {
    right: 41.66666666666667%;
    left: auto;
  }
  .grid .pull-6 {
    right: 50%;
    left: auto;
  }
  .grid .pull-7 {
    right: 58.33333333333333%;
    left: auto;
  }
  .grid .pull-8 {
    right: 66.66666666666667%;
    left: auto;
  }
  .grid .pull-9 {
    right: 75%;
    left: auto;
  }
  .grid .pull-10 {
    right: 83.33333333333333%;
    left: auto;
  }
  .grid .pull-11 {
    right: 91.66666666666667%;
    left: auto;
  }
  .grid .col-1-12 {
    width: 8.33333333333333%;
  }
  .grid .col-2-12 {
    width: 16.66666666666667%;
  }
  .grid .col-3-12 {
    width: 25%;
  }
  .grid .col-4-12 {
    width: 33.33333333333333%;
  }
  .grid .col-5-12 {
    width: 41.66666666666667%;
  }
  .grid .col-6-12 {
    width: 50%;
  }
  .grid .col-7-12 {
    width: 58.33333333333333%;
  }
  .grid .col-8-12 {
    width: 66.66666666666667%;
  }
  .grid .col-9-12 {
    width: 75%;
  }
  .grid .col-10-12 {
    width: 83.33333333333333%;
  }
  .grid .col-11-12 {
    width: 91.66666666666667%;
  }
  .grid .col-12-12 {
    width: 100%;
  }
  .grid .medium-col-1-12 {
    width: 8.33333333333333%;
  }
  .grid .medium-col-2-12 {
    width: 16.66666666666667%;
  }
  .grid .medium-col-3-12 {
    width: 25%;
  }
  .grid .medium-col-4-12 {
    width: 33.33333333333333%;
  }
  .grid .medium-col-5-12 {
    width: 41.66666666666667%;
  }
  .grid .medium-col-6-12 {
    width: 50%;
  }
  .grid .medium-col-7-12 {
    width: 58.33333333333333%;
  }
  .grid .medium-col-8-12 {
    width: 66.66666666666667%;
  }
  .grid .medium-col-9-12 {
    width: 75%;
  }
  .grid .medium-col-10-12 {
    width: 83.33333333333333%;
  }
  .grid .medium-col-11-12 {
    width: 91.66666666666667%;
  }
  .grid .medium-col-12-12 {
    width: 100%;
  }
}
@media screen and (min-width: 62.5rem) {
  .module {
    padding: 3rem;
  }
  .module.condensed {
    padding: 1.5rem;
  }
  .module.extra-condensed {
    padding: 0.75rem;
  }
  .grid .large-col-1-12 {
    width: 8.33333333333333%;
  }
  .grid .large-col-2-12 {
    width: 16.66666666666667%;
  }
  .grid .large-col-3-12 {
    width: 25%;
  }
  .grid .large-col-4-12 {
    width: 33.33333333333333%;
  }
  .grid .large-col-5-12 {
    width: 41.66666666666667%;
  }
  .grid .large-col-6-12 {
    width: 50%;
  }
  .grid .large-col-7-12 {
    width: 58.33333333333333%;
  }
  .grid .large-col-8-12 {
    width: 66.66666666666667%;
  }
  .grid .large-col-9-12 {
    width: 75%;
  }
  .grid .large-col-10-12 {
    width: 83.33333333333333%;
  }
  .grid .large-col-11-12 {
    width: 91.66666666666667%;
  }
  .grid .large-col-12-12 {
    width: 100%;
  }
  .grid .indent-1-12 {
    margin-left: 8.333%;
  }
  .grid .indent-2-12 {
    margin-left: 16.667%;
  }
  .grid .indent-3-12 {
    margin-left: 25%;
  }
  .grid .outdent-1-12 {
    margin-right: 8.333%;
  }
  .grid .outdent-2-12 {
    margin-left: 16.667%;
  }
  .grid .outdent-3-12 {
    margin-left: 25%;
  }
  .grid.grid-pad {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  .grid.grid-pad [class*="col"]:last-of-type {
    padding-right: 1.5rem;
  }
  .grid [class*="col"] {
    padding: 0 1.5rem;
  }
  .grid [class*="col"].large-col-centered {
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .grid .grid {
    margin: 0 -1.5rem 1.5rem;
  }
  .grid .grid [class*="col"] {
    padding: 0 1.5rem;
  }
  .grid .grid:last-child {
    margin-bottom: 0;
  }
  .grid.flow [class*="col"],
  .grid.flow .grid [class*="col"] {
    margin-bottom: 3rem !important;
  }
  .grid.condensed {
    margin: 0 -0.75rem 1.5rem !important;
  }
  .grid.condensed [class*="col"],
  .grid.condensed .grid [class*="col"] {
    padding: 0 0.75rem !important;
  }
  .grid.condensed .grid {
    margin: 0 -0.75rem 1.5rem !important;
  }
}
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading ul,
.wf-loading ol {
  visibility: hidden;
}
.wf-active h1,
.wf-inactive h1,
.wf-active h2,
.wf-inactive h2,
.wf-active h3,
.wf-inactive h3,
.wf-active h4,
.wf-inactive h4,
.wf-active h5,
.wf-inactive h5,
.wf-active h6,
.wf-inactive h6,
.wf-active p,
.wf-inactive p,
.wf-active ul,
.wf-inactive ul,
.wf-active ol,
.wf-inactive ol {
  visibility: visible;
}
.default-text {
  font-family: "calluna", serif;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.411764706;
  line-height: 1.5rem;
  font-style: normal;
}
body {
  font-family: "calluna", serif;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.411764706;
  line-height: 1.5rem;
  font-style: normal;
}
a {
  color: #0e7b8b;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-in-out;
}
a .ss-icon:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #006b3f;
  cursor: pointer;
  outline: 0;
}
a:active,
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0 0 1.5rem;
  font-family: "calluna", serif;
  font-weight: 400;
  line-height: 1.5rem;
}
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 1.25;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5 {
  margin: 3rem 0 1.5rem;
}
p {
  font-family: "calluna", serif;
  font-weight: 400;
}
p button,
p .button {
  margin-top: 0.375rem;
}
p button.small,
p .button.small {
  margin-top: 0;
}
p ul,
p ol {
  margin-bottom: 0;
}
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.5rem;
}
ul li,
ol li {
  margin: 0.75rem 0;
}
ul.list-style-none,
ol.list-style-none {
  padding-left: 0;
  list-style-type: none;
}
ul.checklist,
ol.checklist {
  padding-left: 0;
}
ul.checklist li,
ol.checklist li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 1.5rem;
}
ul.checklist li:before,
ol.checklist li:before {
  content: "▢";
  content: "□";
  margin-left: -1.5rem;
  padding-right: 0.75rem;
  font-size: 1.3125rem;
}
blockquote {
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  border-color: #d1f5fa;
  border-left: 2px solid #d1f5fa;
  background: #ecfbfd;
}
blockquote:before,
blockquote cite {
  color: #2ad1ea;
}
blockquote:before {
  content: "“";
  font-size: 4em;
  line-height: 1em;
}
blockquote p,
blockquote cite {
  display: block;
  font-family: "calluna", serif;
}
blockquote p {
  margin: 0 0 0.75rem 2.25rem;
  position: relative;
  top: -3rem;
}
blockquote cite {
  text-align: right;
  font-family: "lft-etica", "helvetica", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  margin: -3rem 0.75rem 1.5rem 0;
}
blockquote cite.condensed {
  font-family: "acumin-pro-condensed", sans-serif;
}
blockquote cite .icon {
  width: 12px;
  height: 12px;
}
blockquote.image-right {
  padding: 0.75rem;
  margin-left: 1.5rem;
}
cite:before {
  content: "- ";
}
sup {
  vertical-align: super;
  font-size: .625em;
}
dl dt {
  margin: 1.5rem 0 0;
}
hr {
  clear: both;
  margin: 1.5rem 0;
  background: #dddbd4;
  border-color: transparent;
  background-repeat: repeat-x;
  height: 4px;
  opacity: .5;
}
hr.mini {
  width: 15%;
  margin: 1.5rem auto;
}
hr.solid {
  background-image: url('/images/dot.svg');
  height: 2px;
}
hr.dotted {
  background-image: url('/images/dot.svg');
  height: 2px;
}
strong,
.strong {
  font-weight: 800;
}
em,
.em,
.media-title,
.scientific-name {
  font-style: italic;
}
.black {
  font-weight: 900;
}
.sans {
  font-family: "lft-etica", "helvetica", sans-serif;
}
.sans.condensed {
  font-family: "acumin-pro-condensed", sans-serif;
}
.serif {
  font-family: "calluna", serif !important;
}
.caps {
  text-transform: uppercase;
}
.intro {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "calluna", serif;
  font-weight: normal;
}
.centered,
.text-centered {
  text-align: center;
}
.normal {
  font-style: normal;
}
.underlined {
  text-decoration: underline;
}
.justify {
  text-align: justify;
}
.dark {
  color: #625b51;
}
.subtle-text {
  color: #b3ada5;
}
.drop-cap {
  float: left;
  padding: 0 .075em 0 0;
  color: #0e7b8b;
  font-size: 5.25rem;
  line-height: .75;
}
.note {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #d1f5fa;
  border-color: #4fd9ed;
  padding: 0.75rem;
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  font-family: "lft-etica", "helvetica", sans-serif;
  color: #073941;
  position: relative;
}
.note.condensed {
  font-family: "acumin-pro-condensed", sans-serif;
}
.note a {
  color: #0a5a66;
  text-decoration: underline;
}
.note a.button {
  text-decoration: none;
}
.note a:hover {
  color: #073941;
  /*background: rgba(255,255,255,.2);*/
}
.note .close {
  cursor: pointer;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  opacity: 50;
}
.note .close:hover {
  opacity: 80;
  text-decoration: none;
}
p .note,
span.note {
  padding: 2px;
  font-size: 0.875rem;
}
p .note .close,
span.note .close {
  display: none;
}
::selection {
  background: #79a22e;
  color: #ffffff;
}
.warning {
  color: #4a3805;
  background: #fcf2d7;
  border-color: #f6d477;
}
.success {
  color: #003821;
  background: #b2ffe0;
  border-color: #61ffbe;
}
.failure {
  color: #461c14;
  background: #ecc6be;
  border-color: #e3aa9e;
}
.gold-text {
  color: #987d36 !important;
}
.silver-text {
  color: #7f9692 !important;
}
.platinum-text {
  color: #0e7b8b !important;
}
.bronze-text {
  color: #855626 !important;
}
.gold {
  background: #e7dcbd;
  /*border: 1px solid darken(@gold-metal, 0%);*/
}
.silver {
  background: #eff2f2;
  /*border: 1px solid darken(@silver, 12%);*/
}
.bronze {
  background: #e3c19e;
  /*border: 1px solid darken(@bronze, 0%);*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  line-height: 1.25;
}
h1 {
  font-weight: 800;
  letter-spacing: -0.001rem;
}
.tera,
.giga,
.mega,
.kilo,
.hecto,
.deca {
  line-height: 1.25;
}
h1,
.tera {
  font-size: 2.25rem;
}
h2,
.giga {
  font-size: 2rem;
}
h3,
.mega {
  font-size: 1.75rem;
}
h4,
.kilo {
  font-size: 1.5rem;
}
h5,
.hecto {
  font-size: 1.3125rem;
}
h6,
.deca {
  font-size: 1.125rem;
}
h5,
.hecto,
h6,
.deca {
  line-height: 1.5rem;
}
.medium {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
small,
.small,
.smaller,
.smallest {
  font-size: 0.75rem;
  line-height: 1.25;
}
.smaller {
  font-size: 0.625rem !important;
}
.smallest {
  font-size: 0.5625rem !important;
}
.letter-spacing {
  letter-spacing: .05em;
}
.letter-spacing.wide {
  letter-spacing: .1em;
}
.letter-spacing.wider {
  letter-spacing: .2em;
}
.letter-spacing.widest {
  letter-spacing: .4em;
}
.social.icon {
  fill: #80776c;
  margin: 0 0.125rem 0;
  transition: all 0.2s ease-in-out;
}
.social.icon.facebook {
  fill: #3B5998;
}
.social.icon.google-plus {
  fill: #dd4b39;
}
.social.icon.pinterest {
  fill: #cb2027;
}
.social.icon.twitter {
  fill: #00aced;
}
.social.icon.instagram {
  fill: #5d4bc7;
}
.social.icon.linkedin {
  fill: #0077B5;
}
.ribbon {
  position: relative;
  background: #006b3f;
  color: #eee;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  margin: 0 20px 20px;
}
.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  border: 20px solid #006b3f;
}
.ribbon:before {
  left: -20px;
  border-right-width: 10px;
  border-left-color: transparent;
}
.ribbon:after {
  right: -20px;
  border-left-width: 10px;
  border-right-color: transparent;
}
.ribbon.action,
.ribbon.action:hover {
  background: gold;
  color: #222;
}
.ribbon.action:before,
.ribbon.action:after {
  border-color: gold;
}
.ribbon.action:before {
  border-left-color: transparent;
}
.ribbon.action:after {
  border-right-color: transparent;
}
.ribbon.subtle,
.ribbon.subtle:hover {
  background: #eee;
  color: #222;
}
.ribbon.subtle:before,
.ribbon.subtle:after {
  border-color: #eee;
}
.ribbon.subtle:before {
  border-left-color: transparent;
}
.ribbon.subtle:after {
  border-right-color: transparent;
}
@media screen and (min-width: 37.5rem) {
  .fancy {
    display: table;
    width: 100%;
    white-space: nowrap;
    text-shadow: 0.02em 0.04em 0px rgba(0, 0, 0, 0.25);
  }
  .fancy:before,
  .fancy:after {
    background: linear-gradient(transparent 48.5%, rgba(0, 0, 0, 0.08) 48.5%, rgba(0, 0, 0, 0.08) 51.5%, transparent 51.5%);
    content: '';
    display: table-cell;
    width: 50%;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding;
  }
  .fancy:after {
    border-left: 10px solid transparent;
  }
  .fancy:before {
    border-right: 10px solid transparent;
  }
}
@media screen and (min-width: 62.5rem) {
  h1.big,
  .bigger,
  .biggest {
    line-height: 1;
  }
  h1.big {
    font-size: 4.5rem;
  }
  h1.bigger {
    font-size: 5.25rem;
  }
  h1.biggest {
    font-size: 6rem;
  }
  .intro {
    font-size: 1.3125rem;
  }
  h1,
  .tera {
    font-size: 3rem;
  }
  h2,
  .giga {
    font-size: 2.25rem;
  }
  h3,
  .mega {
    font-size: 1.875rem;
  }
}
img.tracking {
  display: none;
}
img {
  max-width: 100%;
  height: auto !important;
  -ms-interpolation-mode: bicubic;
}
figure {
  margin-bottom: 1.5rem;
}
figure img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  padding: 0.375rem;
  background: white;
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  min-width: 100%;
}
figure img + a {
  display: block;
  float: left !important;
}
figure a + figcaption {
  margin-top: 0;
}
figure figcaption,
figure cite {
  clear: both;
  line-height: 1.5rem;
}
figure figcaption {
  font-size: 0.875rem;
  font-family: "calluna", serif !important;
  font-weight: 800;
  padding-top: 0.375rem;
}
figure .credit {
  display: block;
  width: 100%;
  overflow: hidden;
  font-style: italic;
  font-size: 0.625rem;
  color: #756d63;
}
figure .credit:before {
  content: none;
}
.outset {
  float: right;
  margin: 0 3rem 3rem;
  margin-right: -55%;
  width: 75%;
  clear: both;
}
.thumb {
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
}
.polaroid {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  padding: 0.375rem;
  background: white;
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
}
a:hover .thumb {
  border-color: #0e7b8b;
  opacity: .8;
}
.tile {
  float: left;
  margin: 0.75rem;
}
.landscape {
  width: 36%;
}
.portrait {
  width: 16%;
}
.tile small {
  display: none;
}
.tile-gallery {
  border: none;
  -webkit-column-count: 1;
  -webkit-column-gap: 1.5rem;
  -webkit-column-fill: auto;
  -moz-column-count: 1;
  -moz-column-gap: 1.5rem;
  column-count: 1;
  column-gap: 1.5rem;
  column-fill: auto;
}
ul.tile-gallery li:first-of-type {
  margin-top: 0;
}
.tile {
  float: none;
  background: #ffffff;
  display: inline-block;
  margin: 0 0 1.5rem;
  padding: 0.375rem;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
}
.landscape,
.portrait {
  width: 100%;
}
.tile small {
  display: inline;
}
@media screen and (min-width: 37.5rem) {
  .tile-gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 62.5rem) {
  .tile-gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .tile {
    padding: 0.75rem;
  }
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: #ece4cc;
}
body {
  color: #625b51;
  margin-top: 3rem;
}
html,
body {
  overflow-x: hidden !important;
  margin-bottom: 0 !important;
}
.wrapper {
  margin: 0 auto;
  max-width: 75rem;
}
.content {
  background: white;
  position: relative;
  z-index: 0;
}
.content.grid {
  margin-bottom: 0;
}
.content .wrapper {
  padding: 0;
}
.landing-page .content {
  padding: 0;
}
.main-content {
  padding-bottom: 1.5rem !important;
}
table {
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 1.5rem;
  table-layout: fixed;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
table tr td,
table tr th {
  background: #ffffff;
  word-wrap: break-word;
}
table tr:nth-child(even) td,
table thead th {
  background: #f8f7f6;
}
table th {
  color: #006b3f;
  font-size: 0.875rem;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}
table th.wide {
  letter-spacing: .1em;
}
table th.wider {
  letter-spacing: .2em;
}
table th.widest {
  letter-spacing: .4em;
}
table th,
table td {
  text-align: left;
  padding: 0.75rem;
}
table.basic th {
  font-size: 0.75rem;
}
.pricing-table {
  margin-bottom: 1.5rem;
}
.pricing-table table {
  font-size: 0.875rem;
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
}
.pricing-table table tr.tier {
  background: #f3c851;
}
.pricing-table table tr.tier th {
  font-style: normal;
  background: #a39b90;
  color: #ffffff;
}
.pricing-table table tr.tier th:last-of-type {
  position: relative;
  top: -5px;
  background: #006b3f;
  color: #e8e7e2;
}
.pricing-table table tr.pricing td {
  color: #006b3f;
  fill: #006b3f !important;
  font-weight: 800;
  font-weight: normal;
}
.pricing-table table tr:nth-child(even) td {
  background: white;
}
.pricing-table table tr th,
.pricing-table table tr td {
  padding: 1rem;
  text-align: center;
}
.pricing-table table tr th .success,
.pricing-table table tr td .success,
.pricing-table table tr th .failure,
.pricing-table table tr td .failure {
  background: transparent;
  opacity: .6;
}
.pricing-table table tr th:last-of-type,
.pricing-table table tr td:last-of-type {
  font-size: 21px;
  width: 20%;
}
.pricing-table table tr th.feature,
.pricing-table table tr td.feature {
  font-weight: 800;
  background: #f6f5f3;
  color: #93897c;
  width: 33.3%;
  font-size: 0.875rem;
}
.pricing-table table tr th.feature:last-of-type,
.pricing-table table tr td.feature:last-of-type {
  border-bottom: none;
}
.pricing-table table tr td:last-of-type {
  background: #e3f9fc;
}
.pricing-table {
  display: flex;
  /* Flex layout so items have equal height  */
  flex-flow: row;
  /* Allow items to wrap into multiple lines */
  flex-wrap: wrap;
}
.pricing-table {
  margin: 0 auto;
}
.pricing-table .card {
  flex: 1 0 100%;
  display: flex;
  /* Lay out each item using flex layout */
  flex-flow: column;
  /* Lay out item’s contents vertically  */
  margin: 0 0 1.5rem;
  border: 1px solid #e8e7e2;
  padding: 1.5rem;
  text-align: center;
}
.pricing-table .card.highlighted {
  border-color: #c4c1b4 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
  transform: scaleX(1.0125) scaleY(1.05);
}
.pricing-table .card .plan-header {
  background: #e8e7e2;
  border-bottom-width: 4px;
  border-radius: 3px;
  margin: -1.25rem -1.25rem 0.75rem;
  padding: 1.25rem;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: .05em;
}
.pricing-table .card .plan-header.wide {
  letter-spacing: .1em;
}
.pricing-table .card .plan-header.wider {
  letter-spacing: .2em;
}
.pricing-table .card .plan-header.widest {
  letter-spacing: .4em;
}
.pricing-table .card .plan-header .price {
  font-size: 0.875rem;
  font-family: "calluna", serif !important;
}
.pricing-table .card.basic .plan-header {
  color: #5b7a23;
  background: #e7f2d2;
}
.pricing-table .card.bronze .plan-header {
  color: #855626 !important;
  background: #daad7e;
}
.pricing-table .card.silver .plan-header {
  color: #7f9692 !important;
  background: #d9e0df;
}
.pricing-table .card.gold .plan-header {
  color: #987d36 !important;
  background: #ddcc9f;
}
.pricing-table .card.platinum .plan-header {
  background: #d1f5fa;
}
.pricing-table .card.elite .plan-header {
  background: #79a22e;
}
.pricing-table .card ul.pricing-menu {
  padding: 0;
}
.pricing-table .card ul.pricing-menu * {
  list-style: none;
}
.pricing-table .card ul.pricing-menu li {
  margin: 0;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  line-height: 1.25;
  border-bottom: solid 1px #e8e7e2;
}
.pricing-table .card ul.pricing-menu li:last-of-type {
  border-bottom: 0;
}
.pricing-table .card .plan-cta {
  padding: 1rem 0 0 0;
  flex: 1;
  display: flex;
}
.pricing-table .card .plan-cta button,
.pricing-table .card .plan-cta .button {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0 !important;
  align-self: flex-end;
}
.pricing-tiers {
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: .25rem;
}
.pricing-tiers table {
  border: none;
  margin-bottom: 5px;
}
.pricing-tiers table tr .basic {
  color: #5b7a23;
  background: #ffffff;
}
.pricing-tiers table tr .bronze {
  color: #855626 !important;
  background: #faf4ed;
}
.pricing-tiers table tr .silver {
  color: #7f9692 !important;
  background: #ffffff;
}
.pricing-tiers table tr .gold {
  color: #987d36 !important;
  background: #f7f4ea;
}
.pricing-tiers table tr .platinum {
  background: #ffffff;
}
.pricing-tiers table tr th,
.pricing-tiers table tr td {
  background: white;
}
.pricing-tiers table tr th[data-title="bronze"]:before,
.pricing-tiers table tr td[data-title="bronze"]:before {
  color: #855626 !important;
}
.pricing-tiers table tr th[data-title="silver"]:before,
.pricing-tiers table tr td[data-title="silver"]:before {
  color: #7f9692 !important;
}
.pricing-tiers table tr th[data-title="gold"]:before,
.pricing-tiers table tr td[data-title="gold"]:before {
  color: #987d36 !important;
}
.pricing-tiers table tr td {
  border-top: 1px solid #e8e7e2;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}
.pricing-tiers table tr td:first-of-type {
  border: none;
}
.pricing-tiers table tr td.feature {
  background: #f6f5f3;
  font-family: "calluna", serif !important;
  font-weight: 800;
  line-height: 1.25;
  font-size: 0.875rem;
  text-transform: none;
}
.pricing-tiers table tr td:nth-child(1) {
  background: ;
  /* first column */
}
.pricing-tiers table tr td:nth-child(2) {
  background: ;
  /* second column */
}
.pricing-tiers table tr td:nth-child(3) {
  background: ;
  /* third column */
}
.pricing-tiers table tr.tier th {
  background: #f6f5f3;
  border: none;
  border-bottom: 0.5rem solid #e8e7e2;
}
.pricing-tiers table tr.tier th h2 {
  font-weight: 800;
}
.pricing-tiers table tr.tier .basic {
  color: #5b7a23;
  background: #e7f2d2;
  border-bottom-color: #79a22e;
}
.pricing-tiers table tr.tier .bronze {
  color: #855626 !important;
  background: #e3c19e;
  border-bottom-color: #c8843f;
}
.pricing-tiers table tr.tier .silver {
  color: #7f9692 !important;
  background: #e4e9e8;
  border-bottom-color: #acbbb8;
}
.pricing-tiers table tr.tier .gold {
  color: #987d36 !important;
  background: #e7dcbd;
  border-bottom-color: #c7ac63;
}
.pricing-tiers table tr.tier .platinum {
  background: #d1f5fa;
  border-bottom-color: #74e1f1;
}
.pricing-tiers table tr.tier .elite {
  background: #79a22e;
  border-bottom-color: #006b3f;
}
.pricing-tiers table tr.tier .silver,
.pricing-tiers table tr.tier .silver .price {
  color: #625b51;
}
.pricing-tiers table tr.tier .gold,
.pricing-tiers table tr.tier .gold .price {
  color: #705508;
}
.pricing-tiers table tr.tier .platinum,
.pricing-tiers table tr.tier .platinum .price {
  color: #0e7b8b !important;
}
.pricing-tiers table tr.tier .elite,
.pricing-tiers table tr.tier .elite .plan-header .price {
  color: white;
}
.media-object,
.media-object-big {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.media-object:last-of-type,
.media-object-big:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.media-object:after,
.media-object-big:after {
  clear: both;
}
.media-object h1,
.media-object-big h1,
.media-object h2,
.media-object-big h2,
.media-object h3,
.media-object-big h3,
.media-object h4,
.media-object-big h4,
.media-object h5,
.media-object-big h5 {
  clear: both;
  margin-top: 0;
}
.media-object p,
.media-object-big p,
.media-object div,
.media-object-big div {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.media-object p img,
.media-object-big p img,
.media-object div img,
.media-object-big div img,
.media-object p figure,
.media-object-big p figure,
.media-object div figure,
.media-object-big div figure {
  width: auto;
  margin: 0;
  float: none;
}
.media-object small,
.media-object-big small {
  display: block;
  margin-top: 10px;
}
.media-object img,
.media-object-big img,
.media-object figure,
.media-object-big figure {
  clear: both;
  float: left;
  height: auto;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  min-width: 96px;
  width: 16.66666666666667%;
}
.media-object img.right,
.media-object-big img.right,
.media-object figure.right,
.media-object-big figure.right {
  margin: 0 0 1.5rem 1.5rem;
}
.media-object figure img,
.media-object-big figure img {
  width: 100%;
  margin-bottom: 0.75rem;
}
.media-object.cooperation h6,
.media-object-big.cooperation h6 {
  margin-bottom: 0.75rem;
}
.media-object.cooperation img,
.media-object-big.cooperation img,
.media-object.cooperation figure,
.media-object-big.cooperation figure {
  min-width: 64px;
}
.media-object.smallest-image img,
.media-object-big.smallest-image img,
.media-object.smaller-image img,
.media-object-big.smaller-image img,
.media-object.small-image img,
.media-object-big.small-image img,
.media-object.big-image img,
.media-object-big.big-image img,
.media-object.bigger-image img,
.media-object-big.bigger-image img,
.media-object.biggest-image img,
.media-object-big.biggest-image img,
.media-object.smallest-image figure,
.media-object-big.smallest-image figure,
.media-object.smaller-image figure,
.media-object-big.smaller-image figure,
.media-object.small-image figure,
.media-object-big.small-image figure,
.media-object.big-image figure,
.media-object-big.big-image figure,
.media-object.bigger-image figure,
.media-object-big.bigger-image figure,
.media-object.biggest-image figure,
.media-object-big.biggest-image figure {
  min-width: 32px;
  width: 8.333%;
}
.media-object.smallest-image figure img,
.media-object-big.smallest-image figure img,
.media-object.smaller-image figure img,
.media-object-big.smaller-image figure img,
.media-object.small-image figure img,
.media-object-big.small-image figure img,
.media-object.big-image figure img,
.media-object-big.big-image figure img,
.media-object.bigger-image figure img,
.media-object-big.bigger-image figure img,
.media-object.biggest-image figure img,
.media-object-big.biggest-image figure img {
  width: 100%;
}
.media-object.smaller-image img,
.media-object-big.smaller-image img,
.media-object.smaller-image figure,
.media-object-big.smaller-image figure {
  width: 10%;
}
.media-object.small-image img,
.media-object-big.small-image img,
.media-object.small-image figure,
.media-object-big.small-image figure {
  width: 12.5%;
}
.media-object.big-image img,
.media-object-big.big-image img,
.media-object.bigger-image img,
.media-object-big.bigger-image img,
.media-object.biggest-image img,
.media-object-big.biggest-image img,
.media-object.big-image figure,
.media-object-big.big-image figure,
.media-object.bigger-image figure,
.media-object-big.bigger-image figure,
.media-object.biggest-image figure,
.media-object-big.biggest-image figure {
  min-width: 96px;
  width: 25%;
}
.media-object.bigger-image img,
.media-object-big.bigger-image img,
.media-object.bigger-image figure,
.media-object-big.bigger-image figure {
  width: 40%;
}
.media-object.biggest-image img,
.media-object-big.biggest-image img,
.media-object.biggest-image figure,
.media-object-big.biggest-image figure {
  width: 50%;
}
.media-object a + img,
.media-object-big a + img {
  margin-top: 1.5rem;
}
.flexslider .media-object > img,
.flexslider .media-object > figure,
.flexslider .media-object h1 > img,
.flexslider .media-object h2 > img,
.flexslider .media-object h3 > img,
.flexslider .media-object h4 > img,
.flexslider .media-object h5 > img,
.flexslider .media-object h6 > img,
.flexslider .media-object h1 > figure,
.flexslider .media-object h2 > figure,
.flexslider .media-object h3 > figure,
.flexslider .media-object h4 > figure,
.flexslider .media-object h5 > figure,
.flexslider .media-object h6 > figure {
  width: 20%;
}
.col.thumb-grid .card > *:last-child {
  margin-bottom: 0 !important;
}
.thumb-grid {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem !important;
}
.thumb-grid img {
  border-radius: 4px;
}
.thumb-grid h2,
.thumb-grid h3,
.thumb-grid h4,
.thumb-grid h5,
.thumb-grid h6 {
  margin-bottom: 0.75rem;
}
.thumb-grid .card,
.thumb-grid .callout {
  transition: all 0.2s ease-in-out;
}
.thumb-grid .card img,
.thumb-grid .callout img {
  margin: -1.5rem -1.5rem 0;
  width: calc(100% + 3rem);
  max-width: calc(100% + 3rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: .9;
  transition: all 0.2s ease-in-out;
}
.thumb-grid .card img + h2,
.thumb-grid .callout img + h2,
.thumb-grid .card img + h3,
.thumb-grid .callout img + h3,
.thumb-grid .card img + h4,
.thumb-grid .callout img + h4,
.thumb-grid .card img + h5,
.thumb-grid .callout img + h5 {
  margin-top: 0.375rem;
}
.thumb-grid .card h2,
.thumb-grid .callout h2,
.thumb-grid .card h3,
.thumb-grid .callout h3,
.thumb-grid .card h4,
.thumb-grid .callout h4,
.thumb-grid .card h5,
.thumb-grid .callout h5 {
  margin-bottom: 1.5rem;
}
.thumb-grid .card:hover,
.thumb-grid .callout:hover {
  background: #fbfbfb;
  border-color: #ddd;
}
.thumb-grid .card:hover img,
.thumb-grid .callout:hover img {
  opacity: 1;
}
.highlights {
  padding: calc(23rem) 3rem 3rem;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.highlights:before {
  content: '';
  display: block;
  background-image: url(/images/figure/figure-mother-walking-with-kids-in-sunlit-forest.jpg);
  background-size: cover;
  background-position: center;
  height: 22.5rem;
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
}
.highlights .flexslider {
  margin: 0 -3rem 0 -3rem;
}
.highlights .flexslider .slides li > * {
  margin: .75rem 1.5rem;
}
.highlights .flexslider.outset-nav .flex-direction-nav .flex-next {
  right: .5rem;
}
.highlights .flexslider.outset-nav .flex-direction-nav .flex-prev {
  left: .5rem;
}
.popup {
  position: relative;
  background: #FFF;
  padding: 1.5rem;
  width: auto;
  max-width: 90%;
  margin: 0 auto;
}
button.mfp-arrow:active {
  top: 50%;
}
.mfp-counter {
  width: 100%;
  text-align: right;
}
.popup-link:hover img,
.popup-gallery:hover img {
  cursor: zoom-in;
}
.mfp-title {
  font-size: 0.875rem;
  font-family: "lft-etica", "helvetica", sans-serif;
  font-weight: 800;
}
.mfp-title.condensed {
  font-family: "acumin-pro-condensed", sans-serif;
}
.card {
  background: #fffffe;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 1.5rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.card.condensed {
  padding: 0.75rem;
}
.card.subtle {
  background: #f4f4f2;
  border-color: #e8e7e2;
}
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
  margin-bottom: 1.5rem;
}
.card > *:last-child {
  margin-bottom: 0 !important;
}
.callout {
  background: #fffffe;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 1.5rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  display: block;
}
.callout.condensed {
  padding: 0.75rem;
}
.callout.subtle {
  background: #f4f4f2;
  border-color: #e8e7e2;
}
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
  margin-bottom: 1.5rem;
}
.callout > *:last-child {
  margin-bottom: 0 !important;
}
.callout:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.12);
  transform: scale(1.1, 1.1);
}
.callout.subtle {
  background: #f4f4f2;
  border-color: #e8e7e2;
}
.callout.warning {
  color: #4a3805;
  background: #fcf2d7;
  border-color: #f6d477;
}
.callout.success {
  color: #003821;
  background: #b2ffe0;
  border-color: #61ffbe;
}
.callout.failure {
  color: #461c14;
  background: #ecc6be;
  border-color: #e3aa9e;
}
.color-block {
  background: white;
  position: relative;
}
.color-block.grey {
  background: #f8f7f6;
}
.color-block.taupe {
  background: #f2f0ed;
}
.color-block.tan {
  background: #f6f2e6;
}
.color-block.border-top {
  border-top: 4px solid #edece8;
}
.color-block.border-bottom {
  border-bottom: 4px solid #edece8;
}
.color-block.pattern {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left-width: 0;
  border-right-width: 0;
  border-color: rgba(0, 0, 0, 0.04);
  border-width: 4px;
}
.color-block.pattern.tree {
  background: url(/images/patterns/geometric-tree.png) #fafaf9;
}
.color-block.pattern.wave-thick {
  background: url(/images/patterns/wave-thick.png) #fafaf9;
}
.color-block.pattern.wave-grid {
  background: url(/images/patterns/wave-grid-2.png) #fafaf9;
}
.color-block.pattern.wave {
  background: url(/images/patterns/wave.png) #fafaf9;
}
.color-block.pattern.satin-weave {
  background: url(/images/patterns/satin-weave.png) #fafaf9;
}
img.thumb {
  border-width: 1px !important;
}
.to-top {
  display: block;
  opacity: .75;
  position: fixed;
  bottom: 1.5rem;
  right: 0;
  z-index: 9999;
  background: white;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
}
.to-top:hover {
  text-decoration: none;
  opacity: 1;
  background: #e8e7e2;
}
iframe.video {
  width: 100%;
  height: 295px;
  margin-bottom: 1.5rem;
}
.cooperator {
  clear: none;
  display: inline-block;
  margin: 0 1.5rem 0.75rem 0;
  width: 7.5rem;
  vertical-align: middle;
}
.cooperator img {
  width: 100%;
  max-width: 100%;
}
.cooperator:last-of-type {
  margin-right: 0;
}
.cooperator,
.subnav .cooperator {
  display: inline-block;
  width: 4rem;
  clear: none;
}
.cooperator img,
.subnav .cooperator img {
  width: 4rem;
  max-width: 100%;
}
.cooperator {
  margin: 0 1.5rem 1.5rem 0;
}
.subnav .cooperator {
  margin: 0 0.75rem 0.75rem 0;
}
.faq h2 {
  background: #006b3f;
  padding: 0 0.75rem;
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  line-height: 3rem;
  color: #ffffff;
  cursor: pointer;
}
.faq h2 a {
  color: white;
}
.faq > ul > li a h3,
.faq > ul > li a h4,
.faq > ul > li div {
  padding-left: 2rem;
}
.faq > ul > li > a:before,
.faq > ul > li div:before {
  content: "Q";
  float: left;
  color: #cdcbc0;
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0 0.75rem 0 0;
}
.faq > ul > li > a:before .icon,
.faq > ul > li div:before .icon {
  width: 18px;
  height: 18px;
}
.faq > ul > li div:before {
  content: "A";
  color: #006b3f;
  margin-left: -2rem;
}
@media screen and (min-width: 37.5rem) and (max-width: 62.5rem) {
  .thumb-grid {
    width: 50%;
  }
  .thumb-grid:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 0) and (max-width: 62.5rem) {
  /* responsive table */
  table,
  tbody,
  table tr,
  table th,
  table td {
    display: block;
    width: 100%;
  }
  table thead {
    /* essentially hiding this but not setting display: none to preserve screen reader compatibility */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table tr th[data-title]:before,
  table tr td[data-title]:before {
    /* data attr */
    content: attr(data-title) ":\00A0";
  }
  table tr td {
    font-size: 0.8125rem;
    padding: 0.375rem;
  }
  table tr td:nth-child(1) {
    /* restyle the first <td> to act as a <th> */
    font-size: 0.875rem;
    font-weight: 800;
  }
  table tr td:nth-child(1):before {
    content: '';
  }
  table tr td:empty {
    display: none;
  }
}
@media screen and (min-width: 37.5rem) and (max-width: 62.5rem) {
  .thumb-grid {
    width: 50%;
  }
  .thumb-grid:nth-child(2n+1) {
    clear: both;
  }
  iframe.video {
    height: auto;
  }
  html,
  body {
    overflow-x: hidden !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 37.5rem) {
  body {
    margin-top: 3rem;
  }
  .content {
    padding: 3rem 0;
  }
  .flex,
  .flex-vertical-center,
  .flex-wrap {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex > *,
  .flex-wrap > * {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .flex-vertical-center {
    align-items: center;
    -ms-flex-align: center;
  }
  .pricing-menu {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: column nowrap;
  }
  .pricing-menu > * {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .pricing-menu .cta {
    align-self: bottom;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}
@media screen and (min-width: 62.5rem) {
  .thumb-grid {
    -moz-box-flex: 1 0 22%;
    -webkit-flex: 1 0 22%;
    -ms-flex: 1 0 22%;
    -moz-flex-basis: calc(25% - 1.5rem);
    -webkit-flex-basis: calc(25% - 1.5rem);
    flex-basis: calc(25% - 1.5rem);
    width: 25%;
  }
  .thumb-grid:nth-last-child(2):first-child,
  .thumb-grid:nth-last-child(2):first-child ~ .thumb-grid {
    -moz-box-flex: 1 0 45%;
    -webkit-box-flex: 1 0 45%;
    -ms-flex: 1 0 45%;
    -moz-flex-basis: calc(50% - 1.5rem);
    -webkit-flex-basis: calc(50% - 1.5rem);
    flex-basis: calc(50% - 1.5rem);
    width: 50%;
  }
  .thumb-grid:nth-last-child(2):first-child:nth-child(2n+3),
  .thumb-grid:nth-last-child(2):first-child ~ .thumb-grid:nth-child(2n+3) {
    clear: both;
  }
  .thumb-grid:nth-last-child(3):first-child,
  .thumb-grid:nth-last-child(3):first-child ~ .thumb-grid,
  .thumb-grid:nth-last-child(5):first-child,
  .thumb-grid:nth-last-child(5):first-child ~ .thumb-grid,
  .thumb-grid:nth-last-child(6):first-child,
  .thumb-grid:nth-last-child(6):first-child ~ .thumb-grid,
  .thumb-grid:nth-last-child(9):first-child,
  .thumb-grid:nth-last-child(9):first-child ~ .thumb-grid {
    -moz-box-flex: 1 0 30%;
    -webkit-box-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    -moz-flex-basis: calc(33.3% - 3rem);
    -webkit-flex-basis: calc(33.3% - 3rem);
    flex-basis: calc(33.3% - 3rem);
    width: 33.3%;
  }
  .thumb-grid:nth-last-child(3):first-child:nth-child(3n+4),
  .thumb-grid:nth-last-child(3):first-child ~ .thumb-grid:nth-child(3n+4),
  .thumb-grid:nth-last-child(5):first-child:nth-child(3n+4),
  .thumb-grid:nth-last-child(5):first-child ~ .thumb-grid:nth-child(3n+4),
  .thumb-grid:nth-last-child(6):first-child:nth-child(3n+4),
  .thumb-grid:nth-last-child(6):first-child ~ .thumb-grid:nth-child(3n+4),
  .thumb-grid:nth-last-child(9):first-child:nth-child(3n+4),
  .thumb-grid:nth-last-child(9):first-child ~ .thumb-grid:nth-child(3n+4) {
    clear: both;
  }
  .thumb-grid:nth-last-child(4):first-child,
  .thumb-grid:nth-last-child(4):first-child ~ .thumb-grid,
  .thumb-grid:nth-last-child(7):first-child,
  .thumb-grid:nth-last-child(7):first-child ~ .thumb-grid,
  .thumb-grid:nth-last-child(8):first-child,
  .thumb-grid:nth-last-child(8):first-child ~ .thumb-grid,
  .thumb-grid:nth-last-child(n+10),
  .thumb-grid:nth-last-child(n+10) ~ .thumb-grid {
    -moz-box-flex: 1 0 22%;
    -webkit-box-flex: 1 0 22%;
    -ms-flex: 1 0 22%;
    -moz-flex-basis: calc(25% - 1.5rem);
    -webkit-flex-basis: calc(25% - 1.5rem);
    flex-basis: calc(25% - 1.5rem);
    width: 25%;
  }
  .thumb-grid:nth-last-child(4):first-child:nth-child(4n+5),
  .thumb-grid:nth-last-child(4):first-child ~ .thumb-grid:nth-child(4n+5),
  .thumb-grid:nth-last-child(7):first-child:nth-child(4n+5),
  .thumb-grid:nth-last-child(7):first-child ~ .thumb-grid:nth-child(4n+5),
  .thumb-grid:nth-last-child(8):first-child:nth-child(4n+5),
  .thumb-grid:nth-last-child(8):first-child ~ .thumb-grid:nth-child(4n+5),
  .thumb-grid:nth-last-child(n+10):nth-child(4n+5),
  .thumb-grid:nth-last-child(n+10) ~ .thumb-grid:nth-child(4n+5) {
    clear: both;
  }
  .media-object p,
  .media-object div {
    clear: none;
  }
  .popup {
    width: 75%;
    padding: 0.75rem;
  }
  .highlights {
    padding: 3rem;
  }
  .highlights:before {
    width: 50%;
    height: 100%;
    right: auto;
    top: 0;
  }
  .highlights .flexslider {
    margin: 0 -3rem 0 -3rem;
  }
  .highlights .flexslider .slides li > * {
    margin: 1.5rem 3rem;
  }
  .highlights .text {
    padding-left: calc(50% + 3rem);
  }
  .pricing-table {
    max-width: 90%;
  }
  .pricing-table.gold {
    order: 3;
  }
  .pricing-table.silver {
    order: 2;
  }
  .pricing-table.bronze {
    order: 1;
  }
  .card {
    flex: 1 0 33.3%;
    flex-flow: column;
    /* Lay out item’s contents vertically  */
  }
  .pricing-tiers {
    border: none;
    box-shadow: none;
    padding: 2px;
  }
  .pricing-tiers table tr th:last-of-type,
  .pricing-tiers table tr td:last-of-type {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .pricing-tiers table tr th,
  .pricing-tiers table tr td {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    text-align: center;
  }
  .pricing-tiers table tr:first-of-type th {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    color: #625b51;
  }
  .pricing-tiers table tr:last-of-type td {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    border-bottom: none;
  }
  .pricing-tiers table tr.ask td {
    border-top: 1px solid white;
  }
  .pricing-tiers table tr td.feature {
    text-align: left;
    background: #f6f5f3;
    border-top: 1px solid #e8e7e2;
  }
}
@media screen and (min-width: 87.5rem) {
  .popup {
    width: 60%;
    padding: 0.75rem;
  }
  .mfp-content {
    padding: 2.25rem 0;
  }
}
img.mfp-img {
  padding: 0.375rem !important;
}
.hero {
  width: 100%;
  border-bottom: 1px solid #e8e7e2;
  margin-bottom: 1.5rem;
  background: #fafaf9;
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-weight: 800;
  color: #403c35;
  text-shadow: 0.02em 0.04em 0px rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.hero.full {
  padding-bottom: 1.5rem;
}
.hero.full .hero-text-wrap {
  background: none;
  padding: 0.75rem 0 0;
  border-bottom: #756d63;
  color: #46413a;
}
.hero.full .hero-text-wrap p {
  font-size: 1.125rem;
}
.hero.full .hero-text-wrap p + .button {
  margin-bottom: 1.5rem;
}
.hero.full .hero-image-wrap img {
  border-bottom: 0.375rem solid #79a22e;
  display: block;
}
.hero.full .hero-image-wrap .caption {
  position: relative;
  bottom: 2.25rem;
  left: 0.75rem;
}
.hero.video .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero.video .play-btn {
  display: block;
  border: 0.25rem solid #625b51;
  font-size: 1.5rem;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  margin: 0 auto;
  padding: 1.5rem 0 0 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: .8;
  text-decoration: none;
  outline: none;
  color: #625b51;
}
.hero.video .play-btn:hover {
  opacity: 1;
  background: rgba(34, 34, 34, 0.15);
}
.hero .hero-image-wrap picture,
.hero .hero-image-wrap img {
  display: block;
}
.hero .hero-text-wrap {
  padding: 0.75rem;
}
@media screen and (min-width: 37.5rem) {
  .hero {
    margin: -1.5rem auto 1.5rem;
    overflow: hidden;
    position: relative;
  }
  .hero h1 {
    font-size: 3rem;
  }
  .hero .light,
  .hero .light h1,
  .hero h1.light {
    color: white;
    fill: white;
  }
  .hero a.light {
    text-decoration: underline;
  }
  .hero .hero-image-wrap,
  .hero .hero-text-wrap {
    position: relative;
    width: 50%;
    float: left;
  }
  .hero .hero-image-wrap {
    float: right;
    overflow: hidden;
  }
  .hero .hero-image-wrap a {
    border: none;
  }
  .hero .hero-image-wrap a:hover {
    border: none;
  }
  .hero .hero-image-wrap iframe {
    margin: 0;
  }
  .hero .hero-image-wrap .caption {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    margin-bottom: 0;
  }
  .hero .hero-image-wrap img {
    max-width: 200%;
    position: relative;
    left: -50%;
  }
  .hero .hero-text-wrap {
    padding: 1.5rem;
    z-index: 0;
  }
  .hero .hero-text-wrap a:hover h1,
  .hero .hero-text-wrap a:hover p {
    text-decoration: none;
  }
  .hero .hero-text-wrap .caption {
    position: absolute;
    bottom: 3rem;
    margin-bottom: 0;
  }
  .hero.full {
    border-bottom: 0.375rem solid #79a22e;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
  .hero.full .wrapper {
    max-width: 100%;
  }
  .hero.full .hero-image-wrap,
  .hero.full .hero-text-wrap {
    width: 100%;
  }
  .hero.full .hero-image-wrap {
    position: relative;
    left: 0;
    top: 0;
  }
  .hero.full .hero-image-wrap .caption {
    bottom: 4.5rem;
    left: 1.5rem;
  }
  .hero.full .hero-image-wrap img {
    border-bottom: none;
    max-width: 100%;
    left: 0;
  }
  .hero.full .hero-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    max-width: 75rem;
    margin: 0 auto;
    padding: 1.5rem 0 0;
  }
  .hero.full .hero-text-wrap .semi-opaque {
    border-radius: 4px;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    padding: 0.75rem;
  }
  .hero.video .overlay {
    display: block;
    background: url(/images/video-hero-background.png) rgba(0, 0, 0, 0.55);
  }
  .hero.video .hero-text-wrap {
    padding: 8% 0 0 !important;
  }
  .hero.video .play-btn {
    border-color: white;
    color: white;
  }
  .hero.video .play-btn:hover {
    background: rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 37.5rem) and (min-aspect-ratio: 16/11) {
  .hero.full {
    max-height: 75vh;
    min-height: 75vh;
  }
  .hero.mini.full {
    max-height: 45vh;
    min-height: 45vh;
  }
}
@media screen and (min-width: 62.5rem) {
  .hero {
    margin-bottom: 3rem;
  }
  .hero .wrapper {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
  }
  .hero .hero-text-wrap {
    width: 33.3%;
  }
  .hero .hero-image-wrap {
    width: 66.6%;
  }
  .hero .hero-image-wrap img {
    max-width: 120%;
    left: -10%;
    top: -5%;
  }
  .hero h1.big,
  .hero h1.bigger,
  .hero h1.biggest {
    line-height: 1.125;
  }
  .hero h1.big {
    font-size: 3rem;
  }
  .hero h1.bigger {
    font-size: 3.75rem;
  }
  .hero h1.biggest {
    font-size: 4.5rem;
  }
  .hero.full {
    margin-bottom: 3rem;
    min-height: 480px;
  }
  .hero.full .hero-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero.full .hero-text-wrap {
    position: relative;
  }
  .hero.full .hero-text-wrap .intro {
    font-size: 1.375rem;
  }
  .hero.full .hero-text-wrap .semi-opaque {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .hero.full {
    min-height: 540px;
  }
  .hero.full .hero-image-wrap > img,
  .hero.full .hero-image-wrap > picture img {
    width: 100%;
  }
}
@media screen and (min-width: 87.5rem) {
  .hero.full {
    min-height: 600px;
  }
  .hero.full .hero-image-wrap {
    top: -10%;
  }
}
@media screen and (min-width: 100rem) {
  .hero.full {
    min-height: 780px;
  }
  .hero.full.short {
    min-height: 625px;
  }
  .hero.full.mini {
    min-height: 300px;
  }
  .hero.full .hero-image-wrap {
    top: -15%;
  }
}
@media screen and (min-width: 75rem) and (min-aspect-ratio: 16/11) {
  .hero.full {
    min-height: 540px;
  }
  .hero.full .hero-image-wrap {
    top: -10%;
  }
}
@media screen and (min-width: 87.5rem) and (min-aspect-ratio: 16/11) {
  .hero.full {
    min-height: 600px;
  }
}
@media screen and (min-width: 100rem) and (min-aspect-ratio: 16/11) {
  .hero.full {
    min-height: 780px;
  }
  .hero.full.short {
    min-height: 625px;
  }
  .hero.full.mini {
    min-height: 300px;
  }
  .hero.full .hero-image-wrap {
    top: -15%;
  }
}
.landing-page .hero {
  width: 100%;
  position: relative;
  height: 100%;
  background: black;
  border-bottom: 0.375rem solid #79a22e;
  padding-bottom: 0;
  margin-bottom: 0;
}
.landing-page .hero .caption {
  position: absolute;
  top: .75rem;
  right: .75rem;
  color: white;
  text-shadow: 0.02em 0.04em 0px rgba(0, 0, 0, 0.25);
}
.landing-page .hero .hero-content-wrap {
  height: 100%;
  padding: 1.5rem;
  width: 100%;
  background-color: white;
}
.landing-page .hero .hero-content-wrap img {
  width: auto !important;
  max-width: 100%;
}
.landing-page .hero .hero-content-wrap .media-object img,
.landing-page .hero .hero-content-wrap .media-object-big img,
.landing-page .hero .hero-content-wrap .media-object figure,
.landing-page .hero .hero-content-wrap .media-object-big figure {
  z-index: 1 !important;
  float: none;
}
.landing-page .hero > img,
.landing-page .hero > video,
.landing-page .hero > picture {
  width: 100vw;
  z-index: -1;
  display: block;
}
.landing-page .hero > picture img {
  display: block;
}
.landing-page .hero .scroll-more {
  display: none;
}
@media screen and (min-width: 37.5rem) {
  .landing-page .hero {
    margin-top: 0;
    margin-bottom: 0;
  }
  .landing-page .hero .caption {
    top: initial;
    bottom: .75rem;
  }
  .landing-page .hero > img,
  .landing-page .hero > video,
  .landing-page .hero > picture img {
    opacity: .5;
  }
  .landing-page .hero .hero-content-wrap {
    background-color: transparent;
    position: absolute;
    top: 0;
    padding: 1.5rem 3rem;
  }
  .landing-page .hero .hero-content-wrap .media-object img,
  .landing-page .hero .hero-content-wrap .media-object-big img,
  .landing-page .hero .hero-content-wrap .media-object figure,
  .landing-page .hero .hero-content-wrap .media-object-big figure {
    z-index: 1 !important;
  }
  .landing-page .hero .hero-content-wrap .media-object p,
  .landing-page .hero .hero-content-wrap .media-object-big p,
  .landing-page .hero .hero-content-wrap .media-object div,
  .landing-page .hero .hero-content-wrap .media-object-big div {
    overflow: hidden;
    margin-bottom: 1.5rem;
  }
  .landing-page .hero .hero-content-wrap .media-object p img,
  .landing-page .hero .hero-content-wrap .media-object-big p img,
  .landing-page .hero .hero-content-wrap .media-object div img,
  .landing-page .hero .hero-content-wrap .media-object-big div img,
  .landing-page .hero .hero-content-wrap .media-object p figure,
  .landing-page .hero .hero-content-wrap .media-object-big p figure,
  .landing-page .hero .hero-content-wrap .media-object div figure,
  .landing-page .hero .hero-content-wrap .media-object-big div figure {
    width: auto;
    margin: 0;
    float: none;
  }
  .landing-page .hero .hero-content-wrap .media-object img,
  .landing-page .hero .hero-content-wrap .media-object-big img,
  .landing-page .hero .hero-content-wrap .media-object figure,
  .landing-page .hero .hero-content-wrap .media-object-big figure {
    clear: both;
    float: left !important;
    height: auto;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 96px !important;
    width: 16.66666666666667% !important;
  }
  .landing-page .hero .hero-content-wrap .media-object img.right,
  .landing-page .hero .hero-content-wrap .media-object-big img.right,
  .landing-page .hero .hero-content-wrap .media-object figure.right,
  .landing-page .hero .hero-content-wrap .media-object-big figure.right {
    margin: 0 0 1.5rem 1.5rem;
  }
  .landing-page .hero .hero-content-wrap .media-object figure img,
  .landing-page .hero .hero-content-wrap .media-object-big figure img {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .landing-page .hero .hero-content-wrap .media-object.cooperation img,
  .landing-page .hero .hero-content-wrap .media-object-big.cooperation img,
  .landing-page .hero .hero-content-wrap .media-object.cooperation figure,
  .landing-page .hero .hero-content-wrap .media-object-big.cooperation figure {
    min-width: 64px !important;
  }
  .landing-page .hero .hero-content-wrap .media-object.smallest-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.smallest-image img,
  .landing-page .hero .hero-content-wrap .media-object.smaller-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.smaller-image img,
  .landing-page .hero .hero-content-wrap .media-object.small-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.small-image img,
  .landing-page .hero .hero-content-wrap .media-object.big-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.big-image img,
  .landing-page .hero .hero-content-wrap .media-object.bigger-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.bigger-image img,
  .landing-page .hero .hero-content-wrap .media-object.biggest-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.biggest-image img,
  .landing-page .hero .hero-content-wrap .media-object.smallest-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.smallest-image figure,
  .landing-page .hero .hero-content-wrap .media-object.smaller-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.smaller-image figure,
  .landing-page .hero .hero-content-wrap .media-object.small-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.small-image figure,
  .landing-page .hero .hero-content-wrap .media-object.big-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.big-image figure,
  .landing-page .hero .hero-content-wrap .media-object.bigger-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.bigger-image figure,
  .landing-page .hero .hero-content-wrap .media-object.biggest-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.biggest-image figure {
    min-width: 32px !important;
    width: 8.333% !important;
  }
  .landing-page .hero .hero-content-wrap .media-object.smallest-image figure img,
  .landing-page .hero .hero-content-wrap .media-object-big.smallest-image figure img,
  .landing-page .hero .hero-content-wrap .media-object.smaller-image figure img,
  .landing-page .hero .hero-content-wrap .media-object-big.smaller-image figure img,
  .landing-page .hero .hero-content-wrap .media-object.small-image figure img,
  .landing-page .hero .hero-content-wrap .media-object-big.small-image figure img,
  .landing-page .hero .hero-content-wrap .media-object.big-image figure img,
  .landing-page .hero .hero-content-wrap .media-object-big.big-image figure img,
  .landing-page .hero .hero-content-wrap .media-object.bigger-image figure img,
  .landing-page .hero .hero-content-wrap .media-object-big.bigger-image figure img,
  .landing-page .hero .hero-content-wrap .media-object.biggest-image figure img,
  .landing-page .hero .hero-content-wrap .media-object-big.biggest-image figure img {
    width: 100% !important;
  }
  .landing-page .hero .hero-content-wrap .media-object.smaller-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.smaller-image img,
  .landing-page .hero .hero-content-wrap .media-object.smaller-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.smaller-image figure {
    width: 10% !important;
  }
  .landing-page .hero .hero-content-wrap .media-object.small-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.small-image img,
  .landing-page .hero .hero-content-wrap .media-object.small-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.small-image figure {
    width: 12.5% !important;
  }
  .landing-page .hero .hero-content-wrap .media-object.big-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.big-image img,
  .landing-page .hero .hero-content-wrap .media-object.bigger-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.bigger-image img,
  .landing-page .hero .hero-content-wrap .media-object.biggest-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.biggest-image img,
  .landing-page .hero .hero-content-wrap .media-object.big-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.big-image figure,
  .landing-page .hero .hero-content-wrap .media-object.bigger-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.bigger-image figure,
  .landing-page .hero .hero-content-wrap .media-object.biggest-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.biggest-image figure {
    min-width: 96px !important;
    width: 25% !important;
  }
  .landing-page .hero .hero-content-wrap .media-object.bigger-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.bigger-image img,
  .landing-page .hero .hero-content-wrap .media-object.bigger-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.bigger-image figure {
    width: 40% !important;
  }
  .landing-page .hero .hero-content-wrap .media-object.biggest-image img,
  .landing-page .hero .hero-content-wrap .media-object-big.biggest-image img,
  .landing-page .hero .hero-content-wrap .media-object.biggest-image figure,
  .landing-page .hero .hero-content-wrap .media-object-big.biggest-image figure {
    width: 50% !important;
  }
  .landing-page .hero .hero-content-wrap .media-object a + img,
  .landing-page .hero .hero-content-wrap .media-object-big a + img {
    margin-top: 1.5rem;
  }
  .landing-page .hero .light {
    color: white;
    fill: white;
    text-shadow: 0.02em 0.04em 0px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 37.5rem) and (max-aspect-ratio: 16/9) {
  .landing-page .hero + .content[role="main"],
  .landing-page .hero.short + .content[role="main"],
  .landing-page .hero.mini + .content[role="main"] {
    margin-top: 0 !important;
  }
  .landing-page .hero {
    position: relative !important;
    height: auto !important;
    height: 75vh;
  }
  .landing-page .hero .hero-content {
    padding-top: 3rem;
  }
  .landing-page .hero .hero-content-wrap {
    height: 100%;
    width: 100%;
    padding: 1.5rem;
  }
  .landing-page .hero > img,
  .landing-page .hero > video,
  .landing-page .hero > picture,
  .landing-page .hero > picture img {
    width: 100vw;
    display: block;
    position: relative;
  }
  .landing-page .hero.mini {
    height: 45vh;
  }
}
@media screen and (min-width: 62.5rem) {
  .landing-page .hero h1 {
    font-size: 5rem;
  }
  .landing-page .hero h1.deca {
    font-size: 2rem;
  }
  .landing-page .hero h1.hecto {
    font-size: 2.5rem;
  }
  .landing-page .hero h1.kilo {
    font-size: 3rem;
  }
  .landing-page .hero h1.mega {
    font-size: 3.5rem;
  }
  .landing-page .hero h1.giga {
    font-size: 4rem;
  }
  .landing-page .hero h1.tera {
    font-size: 4.5rem;
  }
  .landing-page .hero + .content[role="main"],
  .landing-page .hero.short + .content[role="main"] {
    margin-top: calc(75vh - 4.5rem);
    position: relative;
    z-index: 1;
    border-top: 0.25rem solid #79a22e;
  }
  .landing-page .hero.mini + .content[role="main"] {
    margin-top: calc(45vh - 4.5rem);
  }
  .landing-page .hero,
  .landing-page .hero.short,
  .landing-page .hero.mini {
    height: 75vh;
    max-height: 75vh;
    position: fixed;
    z-index: 0;
    top: 0;
    overflow: hidden;
    border-bottom: none;
  }
  .landing-page .hero img,
  .landing-page .hero.short img,
  .landing-page .hero.mini img {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .landing-page .hero.mini {
    height: 45vh;
    max-height: 45vh;
  }
  .landing-page .hero.short img,
  .landing-page .hero.mini img,
  .landing-page .hero.short video,
  .landing-page .hero.mini video {
    position: relative;
  }
  .landing-page .hero.short .scroll-more,
  .landing-page .hero.mini .scroll-more {
    display: none;
  }
  .landing-page .wrapper {
    border: none;
  }
}
@media screen and (min-width: 62.5rem) and (max-aspect-ratio: 16/9) {
  .landing-page .hero + .content[role="main"],
  .landing-page .hero.short + .content[role="main"] {
    margin-top: 75vh;
  }
  .landing-page .hero.mini + .content[role="main"] {
    margin-top: 45vh;
  }
  .landing-page .hero {
    position: fixed;
    height: 75vh;
  }
  .landing-page .hero .hero-content-wrap {
    height: 75vh;
  }
  .landing-page .hero.mini {
    position: fixed;
    height: 45vh;
  }
  .landing-page .hero.mini .hero-content-wrap {
    height: 45vh;
  }
}
@media screen and (min-width: 62.5rem) and (min-aspect-ratio: 16/9) {
  .landing-page .hero + .content[role="main"] {
    margin-top: 100vh;
  }
  .landing-page .hero {
    height: 100vh;
    max-height: 100vw;
    position: fixed;
    z-index: 0;
    top: 0;
    overflow: hidden;
    border-bottom: 0;
  }
  .landing-page .hero img,
  .landing-page .hero video {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  @keyframes bounce-scroll-more {
    from {
      top: 90%;
    }
    to {
      top: 93%;
    }
  }
  .landing-page .hero .scroll-more {
    font-family: "SSStandard";
    font-size: 2.75rem;
    content: "";
    cursor: pointer;
    speak: none;
    display: block;
    position: absolute;
    top: 95%;
    z-index: 10;
    width: 100%;
    text-align: center;
    color: white;
    animation-duration: 1s;
    animation-name: bounce-scroll-more;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
}
header[role="banner"] {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 250, 0.9);
  width: 100%;
  height: 3rem;
  padding: .5rem .75rem;
  z-index: 100;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
}
header[role="banner"].header-up {
  top: -3rem;
}
header[role="banner"].header-down {
  top: 0;
}
header[role="banner"] .logo {
  width: 9rem;
  display: block;
  margin: 0 0 0 2.25rem;
  position: relative;
  top: 0.375rem;
  z-index: 2;
  height: 2rem;
}
header[role="banner"] .logo polygon,
header[role="banner"] .logo path {
  fill: #006b3f;
}
header[role="banner"] .tools a,
header[role="banner"] nav ul li a,
header[role="banner"] [class*="mobile-toggle-"],
header[role="banner"] nav .close {
  color: #625b51;
}
header[role="banner"] .tools a .icon,
header[role="banner"] nav ul li a .icon,
header[role="banner"] [class*="mobile-toggle-"] .icon,
header[role="banner"] nav .close .icon {
  fill: #625b51;
}
header[role="banner"] nav,
header[role="banner"] .tools {
  position: absolute;
  top: 0;
  left: 0;
}
header[role="banner"] nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: scroll;
  background: rgba(255, 255, 250, 0.93);
  z-index: 10;
}
header[role="banner"] nav ul {
  margin: 0;
  padding: 2.25rem;
}
header[role="banner"] nav ul li {
  position: relative;
  margin: 0;
  border-top: 1px solid #d1cfc6;
}
header[role="banner"] nav ul li:first-of-type {
  border: none;
}
header[role="banner"] nav ul li,
header[role="banner"] nav ul li a {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
header[role="banner"] nav ul li.wide,
header[role="banner"] nav ul li a.wide {
  letter-spacing: .1em;
}
header[role="banner"] nav ul li.wider,
header[role="banner"] nav ul li a.wider {
  letter-spacing: .2em;
}
header[role="banner"] nav ul li.widest,
header[role="banner"] nav ul li a.widest {
  letter-spacing: .4em;
}
header[role="banner"] nav ul li a .icon {
  width: .625em;
  height: .625em;
  top: 0;
}
header[role="banner"] nav ul li a {
  padding: 0.375rem;
}
header[role="banner"] nav ul li a .mega-active-icon {
  display: none;
}
header[role="banner"] nav ul .more {
  position: absolute;
  top: .5rem;
  left: .25rem;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
header[role="banner"] nav ul .more .icon {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0 .125rem 0 0;
}
header[role="banner"] nav ul .more.active {
  transform: rotate(90deg);
  top: .25rem;
}
header[role="banner"] nav ul .more + a {
  margin-left: 1.5rem;
}
header[role="banner"] nav .close {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.75rem;
}
header[role="banner"] nav .close .icon {
  width: .75rem;
  height: .75rem;
}
header[role="banner"] nav .mega-menu {
  display: none;
  padding: 0 1rem 1rem;
}
header[role="banner"] nav .mega-menu img {
  display: none;
}
header[role="banner"] nav .mega-menu a {
  border-bottom: 1px solid #d1cfc6;
  color: #0e7b8b;
  letter-spacing: .1em;
  font-size: 0.75rem;
}
header[role="banner"] nav .mega-menu ul li a {
  font-family: "calluna", serif !important;
  font-weight: 800;
  margin: 0;
}
header[role="banner"] nav .mega-menu ul {
  padding: 0;
}
header[role="banner"] nav .mega-menu ul li {
  border: none;
}
header[role="banner"] nav .mega-menu h4 {
  display: none;
}
header[role="banner"] nav .mega-menu > .grid > [class*="col"]:last-of-type > ul li:last-of-type a,
header[role="banner"] nav .mega-menu > .grid [class*="col"]:last-of-type .grid [class*="col"]:last-of-type ul li:last-of-type a {
  border: none;
}
header[role="banner"] .tools {
  left: inherit;
  right: 0;
  top: 0;
  text-align: right;
}
header[role="banner"] .tools a {
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 0.75rem;
  padding: .75rem;
}
header[role="banner"] .tools a .icon {
  width: .75rem;
  height: .75rem;
}
header[role="banner"] .tools a .hide-search {
  display: none;
}
header[role="banner"] .tools a:hover {
  text-decoration: none;
  color: #006b3f;
}
header[role="banner"] .tools a:hover .icon {
  fill: #006b3f;
}
header[role="banner"] .tools a span {
  display: block;
  line-height: 0;
  font-size: 0.75rem;
  line-height: 1.25;
  font-size: 0.5625rem !important;
  font-family: "lft-etica", "helvetica", sans-serif;
}
header[role="banner"] .tools a span.condensed {
  font-family: "acumin-pro-condensed", sans-serif;
}
header[role="banner"] .tools a span {
  display: none;
}
header[role="banner"] .search {
  display: block;
  position: absolute;
  top: -6rem;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 250, 0.93);
  padding: 0.75rem;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.025s ease-in-out;
}
header[role="banner"] .search.active {
  top: 3rem;
  opacity: 1;
  width: 100%;
}
header[role="banner"] .search input[type="text"],
header[role="banner"] .search button,
header[role="banner"] .search .button {
  display: inline-block;
  vertical-align: top;
  height: 2rem;
  margin: 0;
  border-color: #ffffff;
  box-shadow: none;
}
header[role="banner"] .search input[type="text"] {
  width: 88%;
  font-size: 0.875rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
header[role="banner"] .search input[type="text"]:hover,
header[role="banner"] .search input[type="text"]:hover + button,
header[role="banner"] .search input[type="text"]:hover + .button,
header[role="banner"] .search input[type="text"]:focus,
header[role="banner"] .search input[type="text"]:focus + button,
header[role="banner"] .search input[type="text"]:focus + .button {
  border-color: #e8e7e2;
}
header[role="banner"] .search button,
header[role="banner"] .search .button {
  background: white;
  color: #625b51;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 12%;
  text-align: center;
  padding: 0;
  line-height: 1.5rem;
  margin-left: 0px;
}
header[role="banner"] .search button .icon,
header[role="banner"] .search .button .icon {
  fill: #625b51;
  width: 1rem;
  height: 1rem;
  padding: 0;
}
header[role="banner"] .search .ss-icon {
  padding: 0;
}
header[role="banner"] [class*="mobile-toggle-"] {
  position: absolute;
  top: 0;
  padding: .75rem;
  font-size: 0.75rem;
}
header[role="banner"] [class*="mobile-toggle-"]:active,
header[role="banner"] [class*="mobile-toggle-"]:focus,
header[role="banner"] [class*="mobile-toggle-"]:hover {
  text-decoration: none;
}
header[role="banner"] [class*="mobile-toggle-"] .icon {
  width: .75rem;
  height: .75rem;
}
header[role="banner"] .mobile-toggle-nav {
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 30rem) {
  header[role="banner"] .logo {
    width: 15rem;
    top: 0;
  }
}
@media screen and (min-width: 37.5rem) {
  header[role="banner"] .logo {
    margin: 0 auto;
  }
}
@media screen and (min-width: 62.5rem) {
  .content[role="main"] {
    transition: all 0.2s ease-in-out;
  }
  .content[role="main"].nav-down {
    padding-top: 3rem;
  }
  header[role="banner"] .tools {
    position: relative;
    top: 0;
    right: 0;
  }
  header[role="banner"] .search {
    top: 0;
    right: 100%;
    text-align: right;
    background: rgba(255, 255, 250, 0.8);
    padding: .5rem;
    height: 3rem;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    width: 0;
    opacity: 0;
    z-index: 10;
    transition: all 0.025s ease-in-out;
  }
  header[role="banner"] .search.active {
    top: 0;
    right: 3.25rem;
    opacity: 1;
    width: 24%;
  }
  header[role="banner"] .search input[type="text"]:focus + button,
  header[role="banner"] .search input[type="text"]:focus + .button {
    border-left: 1px solid #e8e7e2;
  }
  header[role="banner"] .search input[type="text"] {
    width: 80%;
  }
  header[role="banner"] .search button,
  header[role="banner"] .search .button {
    width: 20%;
    margin-left: -4px;
  }
  header[role="banner"] .logo,
  header[role="banner"] nav,
  header[role="banner"] .tools {
    display: inline-block !important;
    max-height: 2rem;
    vertical-align: middle;
    margin-right: 2.5%;
  }
  header[role="banner"] .logo {
    width: 15%;
    max-width: 15rem;
  }
  header[role="banner"] nav {
    overflow: visible;
    width: 64%;
    position: relative;
    background: transparent;
    max-height: 3rem;
    display: inline-block !important;
  }
  header[role="banner"] nav ul {
    padding: 0;
    /* menu dropdown */
  }
  header[role="banner"] nav ul .more + a {
    margin: 0;
  }
  header[role="banner"] nav ul li,
  header[role="banner"] nav ul li a {
    display: inline-block;
    margin: 0;
    font-size: 0.75rem;
    line-height: 2;
    font-family: "acumin-pro-condensed", sans-serif;
    letter-spacing: .05em;
  }
  header[role="banner"] nav ul li.wide,
  header[role="banner"] nav ul li a.wide {
    letter-spacing: .1em;
  }
  header[role="banner"] nav ul li.wider,
  header[role="banner"] nav ul li a.wider {
    letter-spacing: .2em;
  }
  header[role="banner"] nav ul li.widest,
  header[role="banner"] nav ul li a.widest {
    letter-spacing: .4em;
  }
  header[role="banner"] nav ul li {
    margin: 0 0.1875rem;
    border: none;
    position: static;
  }
  header[role="banner"] nav ul li a {
    padding: 0 0.375rem;
    overflow: visible !important;
    border: 1px solid transparent;
    border-radius: 4px;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
  }
  header[role="banner"] nav ul li a .mega-active-icon {
    transition: all 0.2s ease-in-out;
    display: block;
    position: absolute;
    top: 90%;
    left: 42%;
    transform: rotate(90deg);
    opacity: 0;
  }
  header[role="banner"] nav ul li a:hover,
  header[role="banner"] nav ul li a.mega-on {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-color: #006b3f;
    color: #006b3f;
    text-decoration: none;
  }
  header[role="banner"] nav ul li a:hover .mega-active-icon,
  header[role="banner"] nav ul li a.mega-on .mega-active-icon {
    opacity: 1;
    z-index: 1;
    top: 98%;
  }
  header[role="banner"] nav ul li a:hover .icon {
    fill: #006b3f;
  }
  header[role="banner"] nav ul .mega-menu {
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 15rem;
    padding: 1rem 1.5rem 0;
    width: 100%;
    display: none;
    opacity: 0;
    z-index: 9999;
  }
  header[role="banner"] nav ul .mega-menu > .grid {
    background: white;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0 0 .25rem .25rem;
    padding: 1.5rem 0;
  }
  header[role="banner"] nav ul .mega-menu img {
    display: block;
  }
  header[role="banner"] nav ul .mega-menu img.thumb {
    border-radius: 4px;
    border-radius: 0.2rem;
    overflow: hidden;
    margin: 0 auto;
  }
  header[role="banner"] nav ul .mega-menu ul,
  header[role="banner"] nav ul .mega-menu ul li,
  header[role="banner"] nav ul .mega-menu ul li a,
  header[role="banner"] nav ul .mega-menu a {
    margin: 0;
    padding: 0;
    font-family: "acumin-pro-condensed", sans-serif !important;
    display: block;
  }
  header[role="banner"] nav ul .mega-menu a {
    border: none;
    border-radius: 0;
    line-height: 1.875rem;
    padding-top: .25rem !important;
    font-size: 0.8125rem;
    letter-spacing: .05em;
  }
  header[role="banner"] nav ul .mega-menu a.wide {
    letter-spacing: .1em;
  }
  header[role="banner"] nav ul .mega-menu a.wider {
    letter-spacing: .2em;
  }
  header[role="banner"] nav ul .mega-menu a.widest {
    letter-spacing: .4em;
  }
  header[role="banner"] nav ul .mega-menu a.foo {
    text-align: center;
  }
  header[role="banner"] nav ul .mega-menu a:hover {
    background: transparent;
    border: none;
    color: #625b51;
  }
  header[role="banner"] nav ul .mega-menu > .grid > [class*="col"]:last-of-type > ul li:last-of-type a,
  header[role="banner"] nav ul .mega-menu > .grid [class*="col"]:last-of-type .grid [class*="col"]:last-of-type ul li:last-of-type a {
    border: 1px solid rgba(14, 123, 139, 0.2);
  }
  header[role="banner"] nav ul .mega-menu > .grid > [class*="col"]:last-of-type > ul li:last-of-type a:hover,
  header[role="banner"] nav ul .mega-menu > .grid [class*="col"]:last-of-type .grid [class*="col"]:last-of-type ul li:last-of-type a:hover {
    opacity: 1;
    border: 1px solid #756d63 !important;
  }
  header[role="banner"] nav ul .mega-menu ul li a {
    border-radius: .25rem;
    border: 1px solid rgba(14, 123, 139, 0.3);
    text-align: center;
    margin-bottom: .75rem;
    padding: .25rem;
  }
  header[role="banner"] nav ul .mega-menu ul li a:hover {
    border: 1px solid #756d63 !important;
  }
  header[role="banner"] nav ul .mega-menu ul li:first-of-type a {
    padding-top: 0;
  }
  header[role="banner"] nav ul li:hover > a + .mega-menu {
    opacity: 1;
    display: block;
    z-index: 9999;
    height: auto;
  }
  header[role="banner"] .tools {
    position: absolute;
    top: 0;
    right: 0;
    width: 24%;
    text-align: right;
    margin-right: 0;
  }
  header[role="banner"] .tools a {
    display: inline-block;
    vertical-align: middle;
    padding: .625rem .75rem;
    font-size: 0.75rem;
    height: 3rem;
    line-height: 1.25;
  }
  header[role="banner"] .tools a .icon {
    width: .875rem;
    height: .875rem;
  }
  header[role="banner"] .tools a:last-of-type {
    border-right: none;
    margin-right: 0;
  }
  header[role="banner"] .tools a:hover {
    text-decoration: none;
    color: #006b3f;
  }
  header[role="banner"] .tools a:hover .icon {
    fill: #006b3f;
  }
  header[role="banner"] .tools a span {
    display: block;
    font-size: 0.75rem;
    line-height: 1.25;
    font-size: 0.5625rem !important;
    font-family: "lft-etica", "helvetica", sans-serif;
    line-height: .875rem;
  }
  header[role="banner"] .tools a span.condensed {
    font-family: "acumin-pro-condensed", sans-serif;
  }
}
@media screen and (min-width: 75rem) {
  header[role="banner"] nav ul li,
  header[role="banner"] nav ul li a {
    font-size: 0.8125rem;
  }
  header[role="banner"] nav ul li {
    margin: 0 .625rem;
    letter-spacing: .1em;
  }
  header[role="banner"] nav .mega-menu a {
    font-size: 0.875rem;
  }
  header[role="banner"] .tools a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 90rem) {
  header[role="banner"] nav ul li,
  header[role="banner"] nav ul li a {
    font-size: 0.875rem;
  }
}
/* Checkbox hack for navigation menu */
/* Fix for Android */
body {
  -webkit-animation: bugfix infinite 1s;
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
.breadcrumb {
  display: none;
}
.main-content.col-9-12 {
  position: relative;
  padding-top: 3rem;
}
.main-content[class*="col-12-12"] {
  padding-top: 0.75rem;
}
.main-content,
.subnav {
  transition: left 0.1s ease;
}
.subnav,
.subnav-link {
  background: #f5f0e2;
}
.subnav {
  display: block;
  height: 100%;
  width: 85%;
  position: absolute;
  left: -100%;
  top: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.subnav ul,
.subnav ol {
  font-size: 0.875rem;
  line-height: 1.125rem;
  list-style: none;
  padding-left: 0;
  letter-spacing: .0125em;
}
.subnav ul li,
.subnav ol li {
  padding: 0.75rem 0;
  border-top: 1px solid #e6dab9;
  margin: 0;
}
.subnav ul li a,
.subnav ol li a {
  display: inline-block;
  padding: 0.25rem 0;
  font-weight: 800;
  color: #0e7b8b;
}
.subnav ul li span.note,
.subnav ol li span.note {
  margin-left: 0.375rem;
  padding: 1px 2px;
  font-size: 0.75rem;
  line-height: 1.25;
  font-size: 0.625rem !important;
}
.subnav ul li ul,
.subnav ol li ul {
  margin: 0.75rem 0 0;
}
.subnav ul li ul li,
.subnav ol li ul li {
  padding-left: 0.75rem;
}
.subnav ul li ul li:last-of-type,
.subnav ol li ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.subnav .flush {
  background: none;
  margin: 0 -1.5rem;
  border: none;
  padding: 0.75rem 1.5rem;
}
.subnav h4 {
  line-height: 1.25;
  font-size: 1.5rem;
}
.subnav h4 .icon {
  width: 24px;
  height: 24px;
}
.subnav h4,
.subnav h5,
.subnav h6 {
  padding-right: 1.5rem;
  font-weight: 800;
}
.subnav h4 a,
.subnav h5 a,
.subnav h6 a {
  color: #625b51;
}
.subnav .hidden {
  display: none;
}
.subnav .show-hidden {
  top: 5px;
}
.subnav .show-hidden:after {
  margin-left: 10px;
  font-size: 0.75rem;
  padding: 1px inherit;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.subnav.subnav-active {
  width: 85% !important;
  left: 0;
}
.main-content,
.subnav {
  transition: left 0.1s ease;
}
.main-content {
  width: 100%;
  position: relative;
}
.subnav .close:hover {
  text-decoration: none;
}
.subnav-link {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: -100%;
  width: 100%;
  margin: -1.5rem 0 1.5rem 0;
  padding: 0 0.75rem;
  color: #0e7b8b;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .05em;
  font-size: 0.6875rem;
  line-height: 2.25rem;
  z-index: 2;
}
.subnav-link.wide {
  letter-spacing: .1em;
}
.subnav-link.wider {
  letter-spacing: .2em;
}
.subnav-link.widest {
  letter-spacing: .4em;
}
.subnav-link.subnav-active {
  width: 120%;
  right: -120%;
}
.main-content.subnav-active,
.hero.subnav-active {
  left: 85%;
  width: 100%;
}
body.landing-page {
  position: relative;
}
body.landing-page .content,
body.landing-page .color-block {
  position: static;
}
body.landing-page .main-content.subnav-active,
body.landing-page .hero.subnav-active {
  left: 85%;
  width: 100%;
}
body.landing-page .main-content.subnav-active {
  padding-left: 3rem;
}
@media screen and (min-width: 37.5rem) {
  nav.breadcrumb,
  .subnav {
    display: block;
  }
  nav.breadcrumb {
    background: #f5f0e2;
    max-height: 1.5rem;
    font-size: 0.5625rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    font-weight: 800;
  }
  nav.breadcrumb .wrapper {
    max-width: 100%;
    padding: 0;
  }
  nav.breadcrumb .wrapper a {
    line-height: 1.5rem;
  }
  nav.breadcrumb .wrapper a:first-child {
    padding-left: 1.5rem;
  }
  nav.breadcrumb .wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0.75rem;
    font-weight: 800;
  }
  nav.breadcrumb .wrapper ul li {
    border: none;
    color: #625b51;
    display: inline;
    margin: 0;
  }
  nav.breadcrumb .wrapper ul li:after {
    content: "→";
    margin: 0 0.375rem;
  }
  nav.breadcrumb .wrapper ul li:last-of-type:after {
    content: none;
  }
  nav.breadcrumb .wrapper ul li a {
    color: #0e7b8b;
  }
  nav.breadcrumb .wrapper ul li a:first-child {
    padding-left: 0 !important;
  }
  .subnav-close,
  .subnav-link {
    display: none;
  }
  .main-content.col-9-12 {
    float: right !important;
    padding-top: 0;
  }
  .subnav,
  .sidenav {
    float: left !important;
    position: relative;
    left: 0;
    background: none;
    border: none;
  }
  .subnav .flush,
  .sidenav .flush {
    background: #f5f0e2;
    border-radius: 4px;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    margin: 0.1875rem 0 1.5rem -1.5rem;
    padding-top: 2rem;
  }
  .subnav ul,
  .sidenav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }
  .subnav ul li,
  .sidenav ul li {
    font-weight: normal;
    margin: 0;
    padding: 1.125rem 0;
  }
  .subnav ul li > a,
  .sidenav ul li > a,
  .subnav ul li form,
  .sidenav ul li form {
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .subnav ul li a:hover,
  .sidenav ul li a:hover {
    text-decoration: underline;
  }
  .subnav ul li ul,
  .sidenav ul li ul {
    margin: 1.125rem 0 0;
  }
  .subnav ul li,
  .sidenav ul li {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .subnav ul li a,
  .sidenav ul li a {
    display: inline-block;
  }
  .subnav ul li a.active,
  .sidenav ul li a.active,
  .subnav ul li.active,
  .sidenav ul li.active,
  .subnav ul li span.active,
  .sidenav ul li span.active,
  .subnav ul li span.active a,
  .sidenav ul li span.active a {
    font-weight: bold;
    color: #625b51;
  }
  .subnav ul + h6,
  .sidenav ul + h6 {
    margin-top: 1.5rem;
  }
  .subnav .show-hidden:hover,
  .sidenav .show-hidden:hover {
    text-decoration: none;
  }
  .subnav .show-hidden:before,
  .sidenav .show-hidden:before {
    line-height: 18px;
    margin-right: 5px;
    content: "+";
    font-size: 1.125rem;
    font-weight: 800;
  }
  .subnav .show-hidden.shown:before,
  .sidenav .show-hidden.shown:before {
    content: "−";
  }
  .subnav .subnav-link,
  .sidenav .subnav-link {
    display: none;
  }
}
@media screen and (min-width: 62.5rem) {
  .landing-page .subnav {
    top: 0;
  }
  .landing-page .subnav .flush {
    margin-top: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    border: 1px solid #efe8d4;
  }
  .subnav {
    top: 0;
  }
  .sidenav .flush,
  .subnav .flush {
    margin-left: 0;
  }
  .hero + .wrapper .subnav .flush {
    margin-top: 0;
  }
  .hero.full + .wrapper .subnav .flush {
    margin-top: -4.5rem;
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }
}
footer {
  position: relative;
  z-index: 1;
  background: #f2ecdb;
  color: #80776c;
  border-top: 0.25rem solid #ece4cc;
  padding: 1.5rem;
}
footer.condensed {
  padding: 0.75rem;
}
footer h6 {
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
footer .grid [class*="col"] {
  padding-top: 1.5rem;
  border-top: 1px solid #e7dcbd;
}
footer .grid [class*="col"]:first-of-type {
  border-top: none;
  padding-top: 0;
}
footer p {
  font-size: 0.875rem;
  line-height: 1.75;
}
footer ul,
footer [class*="col"] a {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  font-weight: 800;
}
footer a {
  color: #80776c;
  text-transform: uppercase;
  letter-spacing: .05em;
}
footer a.wide {
  letter-spacing: .1em;
}
footer a.wider {
  letter-spacing: .2em;
}
footer a.widest {
  letter-spacing: .4em;
}
footer a:hover {
  color: #80776c;
  text-decoration: underline;
}
footer a.donate {
  display: inline-block;
  color: #006b3f;
  border: 1px solid #006b3f;
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.25rem 0.375rem;
  text-align: center;
}
footer a.donate:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.08);
  background: #ece4cc;
}
footer a .icon {
  width: 0.75rem;
  height: 0.75rem;
  fill: #9e968c;
  margin-left: 0.25rem;
}
footer .social.icon {
  fill: #80776c;
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0 0.125rem 0;
  transition: all 0.2s ease-in-out;
}
footer .social.icon.facebook {
  fill: #80776c;
}
footer .social.icon.facebook:hover {
  fill: #3B5998;
}
footer .social.icon.google-plus {
  fill: #80776c;
}
footer .social.icon.google-plus:hover {
  fill: #dd4b39;
}
footer .social.icon.pinterest {
  fill: #80776c;
}
footer .social.icon.pinterest:hover {
  fill: #cb2027;
}
footer .social.icon.twitter {
  fill: #80776c;
}
footer .social.icon.twitter:hover {
  fill: #00aced;
}
footer .social.icon.instagram {
  fill: #80776c;
}
footer .social.icon.instagram:hover {
  fill: #5d4bc7;
}
footer .footer-footer {
  background: #ece4cc;
  margin: 1.5rem -1.5rem -1.5rem;
  padding: 0.75rem;
}
footer .footer-footer a {
  color: #b3ada5;
  font-size: 0.625rem;
}
footer .footer-footer > * {
  vertical-align: middle;
}
footer .seal {
  width: 0.75rem;
  height: 0.75rem;
}
footer .footer-logo {
  width: 8.25rem;
  height: auto;
  margin-right: 1.5rem;
  position: relative;
  top: .25rem;
}
@media screen and (min-width: 37.5rem) {
  footer .grid [class*="col"] {
    border-top: none;
    border-right: 1px solid #e7dcbd;
  }
  footer .grid [class*="col"]:last-of-type {
    border-right: none;
    padding-right: 0;
  }
  footer .grid .mission {
    -moz-box-flex: 1 0 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex: 1 0 100%;
    flex-basis: 100%;
    border-right: none;
    border-bottom: 1px solid #e7dcbd;
  }
}
@media screen and (min-width: 62.5rem) {
  footer .grid [class*="col"] {
    padding-top: 0;
  }
  footer .grid .mission {
    -moz-box-flex: 1 0 33.3%;
    -moz-flex-basis: 33.3%;
    -webkit-flex-basis: 33.3%;
    -ms-flex: 1 0 33.3%;
    flex-basis: 33.3%;
    border-bottom: none;
    border-right: 1px solid #e7dcbd;
  }
}
button,
.button,
input[type="submit"],
button[disabled],
input[type="submit"][disabled] {
  cursor: pointer;
  display: inline-block;
  line-height: 2.25rem;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-align: center;
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.1s ease-in-out;
  background: #006b3f;
  /* Old browsers */
  border-color: #006139;
  color: #ffffff;
}
button.wide,
.button.wide,
input[type="submit"].wide,
button[disabled].wide,
input[type="submit"][disabled].wide {
  letter-spacing: .1em;
}
button.wider,
.button.wider,
input[type="submit"].wider,
button[disabled].wider,
input[type="submit"][disabled].wider {
  letter-spacing: .2em;
}
button.widest,
.button.widest,
input[type="submit"].widest,
button[disabled].widest,
input[type="submit"][disabled].widest {
  letter-spacing: .4em;
}
button:hover,
.button:hover,
input[type="submit"]:hover,
button[disabled]:hover,
input[type="submit"][disabled]:hover {
  background: #009457;
  border-color: #000000;
  text-decoration: none;
  color: white;
}
button:active,
.button:active,
input[type="submit"]:active,
button[disabled]:active,
input[type="submit"][disabled]:active {
  background: #006b3f;
  /* Old browsers */
  top: 1px;
}
button:focus,
.button:focus,
input[type="submit"]:focus,
button[disabled]:focus,
input[type="submit"][disabled]:focus {
  outline: none;
}
button.action,
.button.action,
input[type="submit"].action,
button[disabled].action,
input[type="submit"][disabled].action {
  background: #f3c851;
  /* Old browsers */
  border-color: #e3ab10;
  color: #625b51;
}
button.action:hover,
.button.action:hover,
input[type="submit"].action:hover,
button[disabled].action:hover,
input[type="submit"][disabled].action:hover {
  background: #f6d477;
  background: linear-gradient(top, #f6d477 0%, #f5d16e 100%);
  /* W3C */
  color: #4c463f;
}
button.action:active,
.button.action:active,
input[type="submit"].action:active,
button[disabled].action:active,
input[type="submit"][disabled].action:active {
  background: #f3c851;
  /* Old browsers */
}
button.subtle,
.button.subtle,
input[type="submit"].subtle,
button[disabled].subtle,
input[type="submit"][disabled].subtle {
  background: #fafaf9;
  /* Old browsers */
  border-color: #e3e2dc;
  color: #0e7b8b;
}
button.subtle:hover,
.button.subtle:hover,
input[type="submit"].subtle:hover,
button[disabled].subtle:hover,
input[type="submit"][disabled].subtle:hover {
  background: #f6f5f3;
  color: #0a5a66;
}
button.subtle:active,
.button.subtle:active,
input[type="submit"].subtle:active,
button[disabled].subtle:active,
input[type="submit"][disabled].subtle:active {
  background: #fafaf9;
  /* Old browsers */
}
button.transparent,
.button.transparent,
input[type="submit"].transparent,
button[disabled].transparent,
input[type="submit"][disabled].transparent {
  background: transparent;
  border-color: #d6d4cb;
  color: #0e7b8b;
}
button.transparent:hover,
.button.transparent:hover,
input[type="submit"].transparent:hover,
button[disabled].transparent:hover,
input[type="submit"][disabled].transparent:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #0a5a66;
}
button.transparent:active,
.button.transparent:active,
input[type="submit"].transparent:active,
button[disabled].transparent:active,
input[type="submit"][disabled].transparent:active {
  background: transparent;
}
button.transparent.light,
.button.transparent.light,
input[type="submit"].transparent.light,
button[disabled].transparent.light,
input[type="submit"][disabled].transparent.light {
  color: #e8e7e2;
  border-color: #e8e7e2;
}
button.transparent.light:hover,
.button.transparent.light:hover,
input[type="submit"].transparent.light:hover,
button[disabled].transparent.light:hover,
input[type="submit"][disabled].transparent.light:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #ffffff;
}
button.multi-line,
.button.multi-line,
input[type="submit"].multi-line,
button[disabled].multi-line,
input[type="submit"][disabled].multi-line {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
}
button.multi-line span,
.button.multi-line span,
input[type="submit"].multi-line span,
button[disabled].multi-line span,
input[type="submit"][disabled].multi-line span,
button.multi-line small,
.button.multi-line small,
input[type="submit"].multi-line small,
button[disabled].multi-line small,
input[type="submit"][disabled].multi-line small,
button.multi-line .small,
.button.multi-line .small,
input[type="submit"].multi-line .small,
button[disabled].multi-line .small,
input[type="submit"][disabled].multi-line .small {
  font-weight: normal;
  font-family: "calluna", serif !important;
  font-size: 0.5rem;
  display: block;
  line-height: 1.5rem;
}
button.small,
.button.small,
input[type="submit"].small,
button[disabled].small,
input[type="submit"][disabled].small {
  font-size: 0.875rem;
  line-height: 1.6875rem;
  padding: 0 .5rem;
}
button.large,
.button.large,
input[type="submit"].large,
button[disabled].large,
input[type="submit"][disabled].large {
  font-size: 1.5rem;
  line-height: 4.5rem;
}
.button-group .btn,
.button-group .button,
.button-group button,
.button-group input[type="submit"] {
  border-radius: 0;
}
.button-group .btn:first-of-type,
.button-group .button:first-of-type,
.button-group button:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-group .btn:last-of-type,
.button-group .button:last-of-type,
.button-group button:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn[disabled],
.button[disabled],
button[disabled],
input[type="submit"][disabled] {
  opacity: .3;
}
@media screen and (min-width: 37.5rem) {
  h1 .button,
  h2 .button,
  h3 .button,
  h4 .button,
  h5 .button,
  h6 .button,
  h1 button,
  h2 button,
  h3 button,
  h4 button,
  h5 button,
  h6 button {
    top: -0.075rem;
  }
  h1 .button:active,
  h2 .button:active,
  h3 .button:active,
  h4 .button:active,
  h5 .button:active,
  h6 .button:active,
  h1 button:active,
  h2 button:active,
  h3 button:active,
  h4 button:active,
  h5 button:active,
  h6 button:active {
    top: -0.025rem;
  }
}
@media screen and (min-width: 62.5rem) {
  button,
  .button,
  input[type="submit"],
  button[disabled],
  input[type="submit"][disabled] {
    font-size: 1rem;
    line-height: 3rem;
  }
}
form fieldset {
  border: none;
  padding: 0;
  width: 100%;
}
form fieldset + fieldset {
  margin-top: 1.5rem;
}
form legend {
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  display: block;
  margin: 0 0 1.5rem 0;
  padding: 0.75rem;
  width: 100%;
  background: #ebe9e4;
  color: #756d63;
  font-size: 1.3125rem;
  line-height: 1.5rem;
}
form legend input[type="checkbox"] {
  margin: 0 0 0 10px;
}
form input[disabled] {
  opacity: .4;
}
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="password"],
form input[type="url"],
form input[type="tel"],
form input[type="file"],
form input[type="date"],
form input[type="range"],
form textarea,
form select {
  display: block;
  margin: 0 0 1.5rem;
  width: 100%;
  min-height: 1.5rem;
  position: relative;
  outline: none;
  font-family: "lft-etica", "helvetica", sans-serif;
  font-size: 0.875rem;
}
form input[type="text"].condensed,
form input[type="email"].condensed,
form input[type="number"].condensed,
form input[type="search"].condensed,
form input[type="password"].condensed,
form input[type="url"].condensed,
form input[type="tel"].condensed,
form input[type="file"].condensed,
form input[type="date"].condensed,
form input[type="range"].condensed,
form textarea.condensed,
form select.condensed {
  font-family: "acumin-pro-condensed", sans-serif;
}
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="password"],
form input[type="url"],
form input[type="tel"],
form input[type="date"],
form input[type="range"],
form textarea,
form select {
  border-radius: 4px;
  border-radius: 0.2rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-color: #d6d4cb;
  padding: 0.375rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
form input[type="text"]:hover,
form input[type="email"]:hover,
form input[type="number"]:hover,
form input[type="search"]:hover,
form input[type="password"]:hover,
form input[type="url"]:hover,
form input[type="tel"]:hover,
form input[type="date"]:hover,
form input[type="range"]:hover,
form textarea:hover,
form select:hover {
  border-color: #756d63;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="password"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus,
form input[type="date"]:focus,
form input[type="range"]:focus,
form textarea:focus,
form select:focus {
  border-color: #625b51;
}
form input[type="text"]:valid + .icon-validation::after,
form input[type="email"]:valid + .icon-validation::after,
form input[type="number"]:valid + .icon-validation::after,
form input[type="search"]:valid + .icon-validation::after,
form input[type="password"]:valid + .icon-validation::after,
form input[type="url"]:valid + .icon-validation::after,
form input[type="tel"]:valid + .icon-validation::after,
form input[type="date"]:valid + .icon-validation::after,
form input[type="range"]:valid + .icon-validation::after,
form textarea:valid + .icon-validation::after,
form select:valid + .icon-validation::after {
  content: attr(data-icon);
  color: #006b3f;
  font-size: 1em;
  width: 10%;
  position: absolute;
  top: -30px;
  right: 1.5rem;
}
form input[type="number"]:valid + .icon-validation::after {
  right: 3rem;
}
form textarea {
  resize: none;
}
form .icon-validation {
  position: relative;
  line-height: 0;
  float: right;
}
form input[type="radio"],
form input[type="checkbox"] {
  float: none;
  margin: 0.375rem 0.375rem 1.5rem 0;
}
form select,
form input[type="file"] {
  height: 1.875rem;
}
form select {
  border-radius: none;
}
form select:valid + .icon-validation::after {
  right: 3.75rem;
}
form select[name="CCExpireMonth"],
form select[name="CCExpireYear"] {
  float: left;
}
form select[name="CCExpireMonth"] {
  width: 44%;
}
form select[name="CCExpireYear"] {
  width: 56%;
}
form label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
form .form-helper,
form .counter {
  margin-top: -1.5rem;
  font-size: 0.6875rem;
  font-style: italic;
}
form .counter {
  position: relative;
  top: -1px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  float: right;
  padding: 0 4px;
}
form .counter.warning,
form .counter.failure {
  font-weight: 800;
}
form .counter.warning {
  background: #fae9ba;
}
form .inline-form-button {
  margin-top: 0;
}
form .form-breadcrumb {
  margin: 0 0 1.5rem;
}
form .form-breadcrumb li,
form .form-breadcrumb li.active {
  border: 1px solid #bbb8a9;
  color: #3e3a34;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 0.75rem 0.75rem;
  padding: 0.375rem 0.75rem;
}
form .form-breadcrumb li:first-of-type,
form .form-breadcrumb li.active:first-of-type {
  margin-left: 0;
}
form .form-breadcrumb li.active {
  border: 2px solid #756d63;
  color: #756d63;
  font-weight: 700;
}
@media screen and (min-width: 37.5rem) {
  form .inline-form-button {
    margin-top: 0.75rem;
  }
}
.clearfix {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.alpha {
  margin-top: 0 !important;
}
.omega {
  margin-bottom: 0 !important;
}
.compress {
  margin-bottom: 0.75rem !important;
}
.block {
  display: block;
  width: 100%;
  overflow: hidden;
}
.right,
.img-right,
.image-right {
  float: right !important;
}
.left,
.img-left,
.image-left {
  float: left !important;
}
.text-right {
  text-align: right;
}
.img-left,
.img-right,
.image-left,
.image-right {
  max-width: 50%;
}
.img-left,
.image-left {
  padding: 0 1.5rem 1.5rem 0;
}
.img-right,
.image-right {
  padding: 0 0 1.5rem 1.5rem;
}
.img-right img,
.image-right img {
  float: right !important;
}
.border,
.border-light {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.border-radius {
  border-radius: 0.2rem;
  overflow: hidden;
}
.round {
  border-radius: 100rem !important;
}
.semi-opaque {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 2px 1px rgba(50, 50, 50, 0.2);
  padding: 1.5rem;
}
.semi-opaque-inline {
  opacity: .6;
}
.price,
.checkmark {
  color: #006b3f;
  fill: #006b3f !important;
  font-weight: 800;
}
.hidden {
  display: none;
}
.small-hidden {
  display: none !important;
}
.medium-hidden,
.large-hidden {
  display: block !important;
}
.medium-hidden.inline,
.large-hidden.inline {
  display: inline-block !important;
}
.vertical-center {
  display: table;
}
.vertical-center > * {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 37.5rem) {
  .semi-opaque {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}
@media screen and (max-width: 62.5rem) {
  .img-left,
  .img-right,
  .image-left,
  .image-right {
    max-width: 100%;
    padding: 0 0 1.5rem;
  }
  .img-left img,
  .img-right img,
  .image-left img,
  .image-right img {
    float: left !important;
  }
}
@media screen and (min-width: 37.5rem) {
  .small-hidden,
  .large-hidden {
    display: block !important;
  }
  .small-hidden.inline,
  .large-hidden.inline {
    display: inline-block !important;
  }
  .medium-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 62.5rem) {
  .small-hidden,
  .medium-hidden {
    display: block !important;
  }
  .small-hidden.inline,
  .medium-hidden.inline {
    display: inline-block !important;
  }
  .large-hidden {
    display: none !important;
  }
}
.icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  fill: #625b51;
  position: relative;
  top: 1px;
}
.default-text .icon {
  width: 18px;
  height: 18px;
}
body .icon {
  width: 18px;
  height: 18px;
}
.intro .icon {
  width: 18px;
  height: 18px;
}
.note .icon {
  width: 14px;
  height: 14px;
  fill: #073941;
}
.warning .icon {
  fill: #4a3805;
}
.success .icon {
  fill: #003821;
}
.failure .icon {
  fill: #461c14;
}
h1 .icon,
.tera .icon {
  width: 36px;
  height: 36px;
}
h2 .icon,
.giga .icon {
  width: 32px;
  height: 32px;
}
h3 .icon,
.mega .icon {
  width: 28px;
  height: 28px;
}
h4 .icon,
.kilo .icon {
  width: 24px;
  height: 24px;
}
h5 .icon,
.hecto .icon {
  width: 21px;
  height: 21px;
}
h6 .icon,
.deca .icon {
  width: 18px;
  height: 18px;
}
.medium .icon {
  width: 14px;
  height: 14px;
}
small .icon,
.small .icon {
  width: 12px;
  height: 12px;
}
.smaller .icon {
  width: 10px;
  height: 10px;
}
.smallest .icon {
  width: 9px;
  height: 9px;
}
@media screen and (min-width: 62.5rem) {
  h1.big .icon {
    width: 72px;
    height: 72px;
  }
  h1.bigger .icon {
    width: 84px;
    height: 84px;
  }
  h1.biggest .icon {
    width: 96px;
    height: 96px;
  }
  .intro .icon {
    width: 24px;
    height: 24px;
  }
  h1 .icon,
  .tera .icon {
    width: 48px;
    height: 48px;
  }
  h2 .icon,
  .giga .icon {
    width: 36px;
    height: 36px;
  }
  h3 .icon,
  .mega .icon {
    width: 30px;
    height: 30px;
  }
}
button .icon,
.button .icon,
input[type="submit"] .icon,
.btn .icon {
  fill: #ffffff;
  padding-left: 4px;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
}
button:hover .icon,
.button:hover .icon,
input[type="submit"]:hover .icon,
.btn:hover .icon {
  fill: #ffffff;
}
button.action .icon,
.button.action .icon,
input[type="submit"].action .icon,
.btn.action .icon {
  fill: #625b51;
}
button.action:hover .icon,
.button.action:hover .icon,
input[type="submit"].action:hover .icon,
.btn.action:hover .icon {
  fill: #4c463f;
}
button.subtle .icon,
.button.subtle .icon,
input[type="submit"].subtle .icon,
.btn.subtle .icon {
  fill: #0e7b8b;
}
button.subtle:hover .icon,
.button.subtle:hover .icon,
input[type="submit"].subtle:hover .icon,
.btn.subtle:hover .icon {
  fill: #0a5a66;
}
button.transparent .icon,
.button.transparent .icon,
input[type="submit"].transparent .icon,
.btn.transparent .icon {
  fill: #0e7b8b;
}
button.transparent:hover .icon,
.button.transparent:hover .icon,
input[type="submit"].transparent:hover .icon,
.btn.transparent:hover .icon {
  fill: #0a5a66;
}
button.transparent.light .icon,
.button.transparent.light .icon,
input[type="submit"].transparent.light .icon,
.btn.transparent.light .icon {
  fill: #e8e7e2;
}
button.transparent.light:hover .icon,
.button.transparent.light:hover .icon,
input[type="submit"].transparent.light:hover .icon,
.btn.transparent.light:hover .icon {
  fill: #ffffff;
}
button.multi-line .icon,
.button.multi-line .icon,
input[type="submit"].multi-line .icon,
.btn.multi-line .icon {
  width: 18px;
  height: 18px;
}
button.small .icon,
.button.small .icon,
input[type="submit"].small .icon,
.btn.small .icon {
  width: 18px;
  height: 18px;
}
button.large .icon,
.button.large .icon,
input[type="submit"].large .icon,
.btn.large .icon {
  width: 24px;
  height: 24px;
}
a .icon {
  fill: #0e7b8b;
}
a:hover .icon {
  fill: #006b3f;
  transition: all 0.2s ease-in-out;
}
@media print {
  .acct-links,
  #searchform,
  .nav-primary,
  .breadcrumb,
  .sidenav,
  .subnav,
  .wrapper footer,
  footer {
    display: none;
  }
  .main-content {
    width: 100%;
  }
}
