/******************************************************************
	
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@font-face {
  font-family: 'apercumono';
  src: url("../fonts/apercu-mono-webfont.eot");
  src: url("../fonts/apercu-mono-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-mono-webfont.woff2") format("woff2"), url("../fonts/apercu-mono-webfont.woff") format("woff"), url("../fonts/apercu-mono-webfont.ttf") format("truetype"), url("../fonts/apercu-mono-webfont.svg#apercumono") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Everleth';
  src: url("../fonts/evelethw01-light-regular-webfont.woff2") format("woff2"), url("../fonts/evelethw01-light-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve 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],
html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "apercumono", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

.row {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row {
  max-width: none;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
  max-width: none;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

.row.expanded {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.column, .columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  min-width: 0;
}

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 2.2;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Everleth", "apercumono", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #383e37;
  line-height: 0;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.625rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.9375rem;
}

h6 {
  font-size: 0.875rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 64em) {
  h1 {
    font-size: 7rem;
  }
  h2 {
    font-size: 3.125rem;
  }
  h3 {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #d1ebcf;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #a7d9a3;
}

a img {
  border: 0;
}

hr {
  max-width: 100rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #383e37;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 2.2;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #383e37;
}

blockquote, blockquote p {
  line-height: 2.2;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #383e37;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem;
  border: none;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1.0625rem;
  color: #0a0a0a;
  background-color: rgba(10, 10, 10, 0.2);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.05);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: none;
  background-color: rgba(10, 10, 10, 0.35);
  outline: none;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.08);
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #383e37;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #383e37;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #383e37;
}

input::placeholder,
textarea::placeholder {
  color: #383e37;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #383e37;
  white-space: nowrap;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  width: auto;
  height: auto;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #383e37;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.5rem;
  padding: 0.5rem;
  border: none;
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 1em 1.8em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #d1ebcf;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #a4d8a0;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.8rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #d1ebcf;
  color: #0a0a0a;
}

.button.primary:hover, .button.primary:focus {
  background-color: #95d191;
  color: #0a0a0a;
}

.button.secondary {
  background-color: #fbf7d9;
  color: #0a0a0a;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #f2e584;
  color: #0a0a0a;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #d8b1b1;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #be7d7d;
  color: #0a0a0a;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #d1ebcf;
  color: #d1ebcf;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #489c41;
  color: #489c41;
}

.button.hollow.primary {
  border: 1px solid #d1ebcf;
  color: #d1ebcf;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #489c41;
  color: #489c41;
}

.button.hollow.secondary {
  border: 1px solid #fbf7d9;
  color: #fbf7d9;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #d4bd16;
  color: #d4bd16;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #d8b1b1;
  color: #d8b1b1;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #834242;
  color: #834242;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1.8em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #d1ebcf transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #383e37;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #d1ebcf;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #383e37;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-group::before, .button-group::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  font-size: 0.9rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-group .button:not(:last-child) {
  margin-right: 1px;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.8rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #d1ebcf;
  color: #0a0a0a;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #95d191;
  color: #0a0a0a;
}

.button-group.secondary .button {
  background-color: #fbf7d9;
  color: #0a0a0a;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #f2e584;
  color: #0a0a0a;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #d8b1b1;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #be7d7d;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-right: 0;
}

.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
  margin-bottom: 1px;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .button-group.stacked-for-small .button:not(:last-child) {
    margin-right: 1px;
  }
}

@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .button-group.stacked-for-medium .button:not(:last-child) {
    margin-right: 1px;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: rgba(217, 217, 217, 0);
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #f8fcf8;
}

.callout.secondary {
  background-color: #fefef9;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #f9f3f3;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.media-object {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

.media-object.stack-for-small {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section.main-section {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu > li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu > li > a {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu > li > a img,
.menu > li > a i {
  margin-right: 0.25rem;
}

.menu > li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu.vertical {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu.vertical > li {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.menu.vertical > li > a {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.medium-horizontal > li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu.medium-vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.medium-vertical > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.medium-vertical > li > a {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.large-horizontal > li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu.large-vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.large-vertical > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.large-vertical > li > a {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu.expanded > li {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
  margin-bottom: 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fefefe;
  background: none;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #383e37;
  box-shadow: 0 7px 0 #383e37, 0 14px 0 #383e37;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 1.5625rem;
  margin-right: 0.625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 1.25rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: rgba(10, 10, 10, 0.2);
}

.pagination .current {
  padding: 0.1875rem 1.25rem;
  background: rgba(10, 10, 10, 0.2);
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 1.25rem;
  color: #383e37;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 1.25rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  .footer__primary {
    display: none;
  }
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
    font-size: 13px;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav, .icon, svg {
    display: none;
  }
  .post__header {
    padding: 10px 0;
  }
  .recipemeta li span, .recipemeta h5, .post__header h1, .post__header p {
    text-align: left;
    font-size: 20px;
  }
}

/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

@media screen and (min-width: 75em) {
  .hamburger {
    display: none;
  }
}

.hamburger:focus {
  outline: none;
}

.hamburger span {
  display: block;
  position: absolute;
  top: 22.5px;
  left: 9px;
  right: 9px;
  height: 3px;
  background: white;
}

.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.hamburger span::before {
  top: -8px;
}

.hamburger span::after {
  bottom: -8px;
}

/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
.hamburger--htla {
  background: #b2c6ae url("../images/textures/background-texture-dark-green.jpg");
  border-radius: 50%;
}

.hamburger--htla span {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.hamburger--htla span::before {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.hamburger--htla span::after {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

/* active state, i.e. menu open */
.menu-is-open .hamburger--htla span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-is-open .hamburger--htla span::before,
.menu-is-open .hamburger--htla span::after {
  width: 50%;
}

.menu-is-open .hamburger--htla span::before {
  top: 0;
  -webkit-transform: translateX(18px) translateY(1.5px) rotate(45deg);
  -ms-transform: translateX(18px) translateY(1.5px) rotate(45deg);
  transform: translateX(18px) translateY(1.5px) rotate(45deg);
}

.menu-is-open .hamburger--htla span::after {
  bottom: 0;
  -webkit-transform: translateX(18px) translateY(-1.5px) rotate(-45deg);
  -ms-transform: translateX(18px) translateY(-1.5px) rotate(-45deg);
  transform: translateX(18px) translateY(-1.5px) rotate(-45deg);
}

label {
  color: rgba(10, 10, 10, 0.8);
  font-size: 1rem;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
  height: 3.625rem;
  color: #fefefe;
  background: rgba(10, 10, 10, 0.2);
}

[type='text'] ::-webkit-input-placeholder, [type='password'] ::-webkit-input-placeholder, [type='date'] ::-webkit-input-placeholder, [type='datetime'] ::-webkit-input-placeholder, [type='datetime-local'] ::-webkit-input-placeholder, [type='month'] ::-webkit-input-placeholder, [type='week'] ::-webkit-input-placeholder, [type='email'] ::-webkit-input-placeholder, [type='number'] ::-webkit-input-placeholder, [type='search'] ::-webkit-input-placeholder, [type='tel'] ::-webkit-input-placeholder, [type='time'] ::-webkit-input-placeholder, [type='url'] ::-webkit-input-placeholder, [type='color'] ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder, select ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fefefe;
}

[type='text'] ::-moz-placeholder, [type='password'] ::-moz-placeholder, [type='date'] ::-moz-placeholder, [type='datetime'] ::-moz-placeholder, [type='datetime-local'] ::-moz-placeholder, [type='month'] ::-moz-placeholder, [type='week'] ::-moz-placeholder, [type='email'] ::-moz-placeholder, [type='number'] ::-moz-placeholder, [type='search'] ::-moz-placeholder, [type='tel'] ::-moz-placeholder, [type='time'] ::-moz-placeholder, [type='url'] ::-moz-placeholder, [type='color'] ::-moz-placeholder, textarea ::-moz-placeholder, select ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fefefe;
}

[type='text'] :-ms-input-placeholder, [type='password'] :-ms-input-placeholder, [type='date'] :-ms-input-placeholder, [type='datetime'] :-ms-input-placeholder, [type='datetime-local'] :-ms-input-placeholder, [type='month'] :-ms-input-placeholder, [type='week'] :-ms-input-placeholder, [type='email'] :-ms-input-placeholder, [type='number'] :-ms-input-placeholder, [type='search'] :-ms-input-placeholder, [type='tel'] :-ms-input-placeholder, [type='time'] :-ms-input-placeholder, [type='url'] :-ms-input-placeholder, [type='color'] :-ms-input-placeholder, textarea :-ms-input-placeholder, select :-ms-input-placeholder {
  /* IE 10+ */
  color: #fefefe;
}

[type='text'] :-moz-placeholder, [type='password'] :-moz-placeholder, [type='date'] :-moz-placeholder, [type='datetime'] :-moz-placeholder, [type='datetime-local'] :-moz-placeholder, [type='month'] :-moz-placeholder, [type='week'] :-moz-placeholder, [type='email'] :-moz-placeholder, [type='number'] :-moz-placeholder, [type='search'] :-moz-placeholder, [type='tel'] :-moz-placeholder, [type='time'] :-moz-placeholder, [type='url'] :-moz-placeholder, [type='color'] :-moz-placeholder, textarea :-moz-placeholder, select :-moz-placeholder {
  /* Firefox 18- */
  color: #fefefe;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus, select:focus {
  background: #fbf7d9;
  color: #383e37;
}

select {
  text-transform: uppercase;
  letter-spacing: 2px;
  border-left: 10px solid rgba(10, 10, 10, 0);
  border-right: 10px solid rgba(10, 10, 10, 0);
}

input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.fileupload {
  background: #fbf7d9 url(../images/upload.svg);
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: 2.8125rem;
  padding: 2.5rem 1.25rem 4.375rem 1.25rem;
  cursor: pointer;
}

.fileupload small {
  width: 100%;
  display: block;
  color: rgba(10, 10, 10, 0.5);
}

.fileupload:hover {
  background: #fcfae7 url(../images/upload.svg);
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: 2.8125rem;
}

input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 1em 1.8em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #d1ebcf;
  color: #fefefe;
  background: #fefefe;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
}

[data-whatinput='mouse'] input[type="submit"] {
  outline: 0;
}

input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #a4d8a0;
  color: #fefefe;
}

input[type="submit"]:hover {
  background: #fbf7d9;
  color: #0a0a0a;
}

input[type="submit"]:focus {
  background: #99b393;
  color: #383e37;
}

@media screen and (min-width: 64em) {
  input[type="submit"] {
    font-size: 1.125rem;
  }
}

.pageform [type='text'], .pageform [type='password'], .pageform [type='date'], .pageform [type='datetime'], .pageform [type='datetime-local'], .pageform [type='month'], .pageform [type='week'], .pageform [type='email'], .pageform [type='number'], .pageform [type='search'], .pageform [type='tel'], .pageform [type='time'], .pageform [type='url'], .pageform [type='color'], .pageform textarea, .pageform select {
  width: 100%;
  margin-top: 0.625rem;
}

.pageform p {
  margin-top: 1.875rem;
}

.hiddenform {
  display: none;
  margin-top: 3.125rem;
}

.hiddenform--active {
  display: block;
}

.replaceselect {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  z-index: 100;
  width: 100%;
  max-width: 28.125rem;
  margin-top: 1.875rem;
}

.replaceselect:focus {
  outline: none;
}

.replaceselect__label {
  width: 100%;
  height: 3.6875rem;
  line-height: 3;
  color: #fefefe;
  background: rgba(10, 10, 10, 0.2);
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.replaceselect__label span {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: left;
  padding: 0 1.25rem;
}

.replaceselect__label svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: -webkit-transform 0.13s;
  transition: transform 0.13s;
}

.replaceselect__label:hover {
  background: rgba(10, 10, 10, 0.45);
  color: #fefefe;
}

.replaceselect__label:focus {
  outline: none;
}

.replaceselect__options {
  position: absolute;
  overflow: visible;
  background: transparent;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  width: 100%;
}

.replaceselect__options ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.replaceselect__options ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  background: #fefefe;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
}

.replaceselect__options ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #383e37;
  cursor: pointer;
}

.replaceselect__options ul li:hover {
  background: #f3f3f3;
}

.replaceselect__options ul li:first-of-type {
  border-top: 1px solid #e6e6e6;
}

.replaceselect__options ul li span {
  padding: 0.9375rem 1.25rem 0.9375rem 0;
}

.replaceselect__options ul li span:first-of-type {
  padding: 0.9375rem 0 0.9375rem 1.25rem;
}

.option__icon {
  -webkit-flex: 0 1 4.375rem;
  -ms-flex: 0 1 4.375rem;
  flex: 0 1 4.375rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.option__icon svg {
  width: 1.5625rem;
  height: 1.5625rem;
  fill: #383e37;
}

.option__icon--right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.option__icon--white svg {
  fill: #fefefe;
}

.replaceselect--active .replaceselect__label {
  background-color: #fefefe;
  color: #383e37;
}

.replaceselect--active .replaceselect__label svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.replaceselect--active .replaceselect__options {
  pointer-events: auto;
}

.replaceselect--active .replaceselect__options ul::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: none;
  -webkit-animation: expand 0.6s 0s ease-out;
  animation: expand 0.6s 0s ease-out;
}

.replaceselect--active .replaceselect__options ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: none;
  -webkit-animation: bounce 0.3s ease-out;
  animation: bounce 0.3s ease-out;
}

.replaceselect--active .option__icon--white svg {
  fill: #383e37;
}

span.wpcf7-not-valid-tip {
  color: #a05050;
}

div.wpcf7-validation-errors {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: #f9f3f3;
  background: #d8b1b1;
  color: #5c2e2e;
}

div.wpcf7-validation-errors > :first-child {
  margin-top: 0;
}

div.wpcf7-validation-errors > :last-child {
  margin-bottom: 0;
}

div.wpcf7-validation-errors > :first-child {
  margin-top: 0;
}

div.wpcf7-validation-errors > :last-child {
  margin-bottom: 0;
}

@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.button {
  text-transform: uppercase;
  background: #b2c6ae;
  color: #383e37;
  letter-spacing: 3px;
}

@media screen and (min-width: 40em) {
  .button {
    font-size: 1.125rem;
  }
}

.button:hover {
  background: #a4bb9f;
  color: #383e37;
}

.button:focus {
  background: #99b393;
  color: #383e37;
}

.button--white {
  background: #fefefe;
  color: #383e37;
}

.button--white:hover {
  background: #fbf7d9;
  color: #0a0a0a;
}

.button--white:focus {
  background: #faf5d0;
  color: #0a0a0a;
}

.button--green {
  background: #b2c6ae;
  color: #383e37;
}

.button--green:hover {
  background: #a4bb9f;
  color: #383e37;
}

.button--green:focus {
  background: #99b393;
  color: #383e37;
}

.button--blue {
  background: #d0e6e3;
  color: #383e37;
}

.button--blue:hover {
  background: #bfddd9;
  color: #383e37;
}

.button--blue:focus {
  background: #b2d6d1;
  color: #383e37;
}

.button--peach {
  background: #e9b9a7;
  color: #fefefe;
}

.button--peach:hover {
  background: #e4a992;
  color: #fefefe;
}

.button--peach:focus {
  background: #b2d6d1;
  color: #383e37;
}

.menu--primary > li > a {
  font-family: "Everleth", "apercumono", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 2px;
  color: #fefefe;
}

@media screen and (max-width: 74.9375em) {
  .menu--primary > li > a {
    text-align: right;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 40em) {
  .menu--primary > li > a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75em) {
  .menu--primary > li > a {
    text-transform: uppercase;
    font-size: 0.875rem;
  }
  .menu--primary > li > a:hover {
    position: relative;
  }
  .menu--primary > li > a:hover::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    height: 0.25rem;
    background: url("../images/titleborder-three.png") 100% repeat-x;
  }
}

@media screen and (min-width: 90em) {
  .menu--primary > li > a {
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .menu--primary > li:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 74.9375em) {
  .menu--primary {
    display: block;
    width: 100%;
    max-width: 15.625rem;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu--primary li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 74.9375em) {
  .menu--primary .active > a {
    color: #383e37;
  }
}

.menu .active > a {
  position: relative;
}

@media screen and (min-width: 75em) {
  .menu .active > a::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    height: 0.25rem;
    background: url("../images/titleborder-three.png") 100% repeat-x;
  }
}

.menu-is-open {
  position: fixed;
  height: 100%;
}

.menu-is-open .header__nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-is-open .wrapper {
  opacity: 0.8;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.categorynav {
  padding: 2.8125rem 0;
  text-align: center;
  width: 100%;
  position: relative;
}

.categorynav .button {
  margin: 0.625rem;
  padding: 1.125rem 2rem;
}

.categorynav::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.25rem;
  height: 0.25rem;
  background: url("../images/titleborder-three.png") 100% no-repeat;
}

@media screen and (min-width: 40em) {
  .categorynav {
    padding: 4.0625rem 0;
  }
}

@media screen and (min-width: 64em) {
  .categorynav {
    padding: 5.9375rem 0;
  }
}

.categorynav--green {
  background: #d1ebcf url("../images/textures/background-texture-green.jpg");
  color: #4b5e48;
  position: relative;
}

.categorynav--green h1, .categorynav--green h2, .categorynav--green h3, .categorynav--green h4, .categorynav--green h5, .categorynav--green h6 {
  color: rgba(10, 10, 10, 0.6);
}

.categorynav--green::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.8125rem;
  left: 0;
  width: 100%;
  height: 0.8125rem;
  background: url("../images/rips/paper-rip-green.png");
}

.categorynav--peach {
  background: #fce7da url("../images/textures/background-texture-peach.jpg");
  color: #994c29;
  position: relative;
}

.categorynav--peach h1, .categorynav--peach h2, .categorynav--peach h3, .categorynav--peach h4, .categorynav--peach h5, .categorynav--peach h6 {
  color: rgba(10, 10, 10, 0.6);
}

.categorynav--peach a:not(.button) {
  color: #fbf7d9;
}

.categorynav--peach::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.8125rem;
  left: 0;
  width: 100%;
  height: 0.8125rem;
  background: url("../images/rips/paper-rip-peach.png");
}

.categorynav--blue {
  background: #d0e6e3 url("../images/textures/background-texture-blue.jpg");
  color: #4e5453;
  position: relative;
}

.categorynav--blue h1, .categorynav--blue h2, .categorynav--blue h3, .categorynav--blue h4, .categorynav--blue h5, .categorynav--blue h6 {
  color: rgba(10, 10, 10, 0.6);
}

.categorynav--blue a:not(.button) {
  color: #fbf7d9;
}

.categorynav--blue::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.8125rem;
  left: 0;
  width: 100%;
  height: 0.8125rem;
  background: url("../images/rips/paper-rip-blue.png");
}

.accordion {
  margin: 2.1875rem 0;
  list-style: none;
}

.accordion a {
  display: inline;
  color: inherit;
  font-weight: normal;
  font-size: 1.0625rem;
  line-height: 1;
  color: rgba(10, 10, 10, 0.7);
  text-decoration: underline;
}

.panel {
  color: rgba(10, 10, 10, 0.7);
}

.panel--active {
  color: rgba(10, 10, 10, 0.7);
}

.panel--active a {
  color: #0a0a0a;
}

.panel--active > .panel__content {
  max-height: 100vh;
}

.panel__content {
  color: rgba(10, 10, 10, 0.7);
  max-height: 0;
  overflow: hidden;
}

.step .panel__content p {
  color: #fbf7d9;
  font-size: 2.5rem;
}

@media screen and (min-width: 40em) {
  .step .panel__content p {
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 64em) {
  .step .panel__content p {
    font-size: 1.75rem;
  }
}

.step .accordion dt a {
  font-size: 3.4375rem;
}

@media screen and (min-width: 40em) {
  .step .accordion dt a {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .step .accordion dt a {
    font-size: 2.1875rem;
  }
}

.step .panel, .step .panel__content {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.step .panel:nth-of-type(1), .step .panel__content:nth-of-type(1) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.step .panel:nth-of-type(2), .step .panel__content:nth-of-type(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.step .panel:nth-of-type(3), .step .panel__content:nth-of-type(3) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.step .panel:nth-of-type(4), .step .panel__content:nth-of-type(4) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.step .panel:nth-of-type(5), .step .panel__content:nth-of-type(5) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.step .panel:nth-of-type(6), .step .panel__content:nth-of-type(6) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.step .panel:nth-of-type(7), .step .panel__content:nth-of-type(7) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.step .panel:nth-of-type(8), .step .panel__content:nth-of-type(8) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.step .panel:nth-of-type(9), .step .panel__content:nth-of-type(9) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.step .panel:nth-of-type(10), .step .panel__content:nth-of-type(10) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.step .panel:nth-of-type(11), .step .panel__content:nth-of-type(11) {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.step .panel:nth-of-type(12), .step .panel__content:nth-of-type(12) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.step .panel:nth-of-type(13), .step .panel__content:nth-of-type(13) {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.step .panel:nth-of-type(14), .step .panel__content:nth-of-type(14) {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.step .panel:nth-of-type(15), .step .panel__content:nth-of-type(15) {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.siblingmenu {
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.siblingmenu li {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.siblingmenu li h3 {
  color: #fefefe;
  padding: 5.625rem 0;
}

@media screen and (min-width: 64em) {
  .siblingmenu li {
    -webkit-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
  }
  .siblingmenu li h3 {
    padding: 9.375rem 0;
  }
}

@media screen and (min-width: 64em) {
  .scroller {
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}

@media screen and (min-width: 64em) {
  .scrollerwrap {
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}

.scroller__nav {
  position: absolute;
  z-index: 999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #b2c6ae;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.9375rem;
}

.scroller__nav svg {
  width: 100%;
  height: 100%;
  fill: #fefefe;
  -webkit-transform: rotate(90deg) translateY(2px);
  -ms-transform: rotate(90deg) translateY(2px);
  transform: rotate(90deg) translateY(2px);
}

@media screen and (max-width: 63.9375em) {
  .scroller__nav {
    display: none;
  }
}

.scroller__nav:hover {
  background: #a4bb9f;
}

.scroller__nav--right {
  right: 6.25rem;
}

.scroller__nav--right svg {
  -webkit-transform: rotate(-90deg) translateY(3px);
  -ms-transform: rotate(-90deg) translateY(3px);
  transform: rotate(-90deg) translateY(3px);
}

.scroller__nav--left {
  left: 3.125rem;
}

.share {
  list-style: none;
  margin: 1.5625rem 0;
  text-align: center;
  position: relative;
}

.share li {
  display: inline-block;
  margin: 0 0.3125rem 0.625rem 0.3125rem;
}

.share li a {
  display: block;
  background: rgba(10, 10, 10, 0.3);
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  padding: 0.9375rem;
  transition: all 0.2s ease-in-out;
}

.share svg {
  width: 100%;
  height: 100%;
  fill: #fefefe;
}

.share li a:hover {
  background: rgba(10, 10, 10, 0.5);
}

.share li a:hover svg {
  fill: #d1ebcf;
}

.header {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 50%;
  width: 100%;
  padding: 1.25rem;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media screen and (min-width: 64em) {
  .header {
    padding: 1.5625rem 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  p {
    font-size: 1.0625rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 4px;
}

.page--green h1, .page--green h2, .page--green h3, .page--green h4, .page--green h5, .page--green h6 {
  color: #d1ebcf;
}

.page--blue h1, .page--blue h2, .page--blue h3, .page--blue h4, .page--blue h5, .page--blue h6 {
  color: #d0e6e3;
}

.page--peach h1, .page--peach h2, .page--peach h3, .page--peach h4, .page--peach h5, .page--peach h6 {
  color: #fce7da;
}

.faqs {
  margin: 2.5rem 0 0;
  list-style: none;
}

.faqs h3 {
  color: #fbf7d9;
}

@media screen and (min-width: 40em) {
  .faqs {
    margin: 6.25rem 0 0;
  }
}

.faqs > li {
  margin-bottom: 1.875rem;
}

.faqs__content {
  position: relative;
}

.faqs__content::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.8125rem;
  left: 0;
  width: 100%;
  height: 0.8125rem;
  background: url("../images/rips/paper-rip-green.png");
}

.singlepost--peach .faqs__content::before {
  background: url("../images/rips/paper-rip-peach.png");
}

.singlepost--blue .post__header::before {
  background: url("../images/rips/paper-rip-blue.png");
}

.page-template-template-faqs .singlepost h3 {
  color: rgba(10, 10, 10, 0.6);
}

.arr {
  display: inline-block;
  margin-right: 0.625rem;
}

.skip {
  margin: 2.5rem 0 0;
}

@media screen and (min-width: 40em) {
  .skip {
    margin: 6.25rem 0 0;
  }
}

.menu--faqbrowse {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu--faqbrowse li {
  width: 100%;
  margin-bottom: 0.625rem;
}

.menu--faqbrowse li a {
  padding-left: 0;
  font-size: 1.0625rem;
  color: rgba(10, 10, 10, 0.7);
  text-decoration: underline;
}

@media screen and (min-width: 40em) {
  .menu--faqbrowse {
    margin-top: 2.125rem;
  }
}

.loop {
  padding: 3.125rem 0;
}

.loop--light {
  background: #fefdf5 url("../images/papertexture.png");
  color: #383e37;
}

.loop--light h1, .loop--light h2, .loop--light h3, .loop--light h4, .loop--light h5, .loop--light h6 {
  color: #383e37;
}

.loop--light a:not(.button) {
  color: #b2c6ae;
}

.loop--light .meta {
  color: #383e37;
}

.loop--green {
  background: #d1ebcf url("../images/textures/background-texture-green.jpg");
  color: #4b5e48;
}

.loop--green h1, .loop--green h2, .loop--green h3, .loop--green h4, .loop--green h5, .loop--green h6, .loop--green ul, .loop--green ul li {
  color: #fefefe;
}

.loop--green a:not(.button) {
  color: #fbf7d9;
}

.loop--peach {
  background: #d1ebcf url("../images/textures/background-texture-peach.jpg");
  color: #994c29;
}

.loop--peach h1, .loop--peach h2, .loop--peach h3, .loop--peach h4, .loop--peach h5, .loop--peach h6, .loop--peach ul, .loop--peach ul li {
  color: #fefefe;
}

.loop--peach a:not(.button) {
  color: #fbf7d9;
}

.loop--blue {
  background: #d1ebcf url("../images/textures/background-texture-blue.jpg");
  color: #4e5453;
}

.loop--blue h1, .loop--blue h2, .loop--blue h3, .loop--blue h4, .loop--blue h5, .loop--blue h6, .loop--blue ul, .loop--blue ul li {
  color: #fefefe;
}

.loop--blue a:not(.button) {
  color: #fbf7d9;
}

.singlepost {
  background: #fbf7d9 url("../images/papertexture.png");
  color: #0a0a0a;
  padding-bottom: 4.6875rem;
}

.singlepost--green {
  background: #d1ebcf url("../images/textures/background-texture-green.jpg");
  color: #4b5e48;
}

.singlepost--green h1, .singlepost--green h2, .singlepost--green h3, .singlepost--green h4, .singlepost--green h5, .singlepost--green h6 {
  color: #fefefe;
}

.singlepost--peach {
  background: #fce7da url("../images/textures/background-texture-peach.jpg");
  color: #994c29;
}

.singlepost--peach h1, .singlepost--peach h2, .singlepost--peach h3, .singlepost--peach h4, .singlepost--peach h5, .singlepost--peach h6, .singlepost--peach ul, .singlepost--peach ul li {
  color: #994c29;
}

.singlepost--peach .entry-title {
  color: #994c29;
}

.singlepost--blue {
  background: #d0e6e3 url("../images/textures/background-texture-blue.jpg");
  color: #4e5453;
}

.singlepost--blue h1, .singlepost--blue h2, .singlepost--blue h3, .singlepost--blue h4, .singlepost--blue h5, .singlepost--blue h6, .singlepost--blue ul, .singlepost--blue ul li {
  color: #fefefe;
}

.recipemeta {
  list-style: none;
  margin: 0 0 1.25rem;
}

.recipemeta li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}

.recipemeta h5 {
  margin: 0;
  color: rgba(10, 10, 10, 0.5);
}

@media screen and (min-width: 40em) {
  .recipemeta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recipemeta li {
    margin: 0 1.25rem 2.5rem 0;
  }
}

.ingredients ul {
  list-style: none;
  margin: 1.875rem 0;
}

.ingredients ul > li {
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.ingredients ul li ul {
  list-style: square;
}

.ingredients ul li ul li {
  margin: 0.3125rem 1.5625rem;
  font-weight: normal;
  color: rgba(10, 10, 10, 0.35);
}

.ingredients ul li ul li span {
  color: rgba(10, 10, 10, 0.65);
}

.footer {
  background: #d1ebcf url("../images/textures/background-texture-dark-green.jpg");
  color: #fefefe;
  margin: 0;
  position: relative;
}

.footer::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.8125rem;
  left: 0;
  width: 100%;
  height: 0.8125rem;
  background: url("../images/rips/paper-rip-dark-green.png");
}

.page--blue + .footer, .singlepost--blue + .footer {
  background: #d0e6e3 url("../images/textures/background-texture-dark-blue.jpg");
}

.page--blue + .footer::before, .singlepost--blue + .footer::before {
  background: url("../images/rips/paper-rip-dark-blue.png");
}

.page--peach + .footer, .singlepost--peach + .footer {
  background: #fce7da url("../images/textures/background-texture-dark-peach.jpg");
}

.page--peach + .footer::before, .singlepost--peach + .footer::before {
  background: url("../images/rips/paper-rip-dark-peach.png");
}

.header__nav {
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (max-width: 74.9375em) {
  .header__nav {
    position: absolute;
    z-index: 9999;
    width: calc(100% - 6.25rem);
    right: calc(6.25rem + 0.8125rem);
    height: 100%;
    height: 100vh;
    top: 0;
    background: #b2c6ae url("../images/textures/background-texture-dark-green.jpg");
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .header__nav::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0.8125rem;
    height: 100%;
    background: url("../images/rips/paper-rip-dark-green-vertical.png");
  }
}

@media screen and (min-width: 64em) {
  .header__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.page__hero {
  padding: 8.75rem 0 5.625rem;
  text-align: center;
  background-color: #d1ebcf;
  background-image: url(../images/defaulthero.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.page__hero h1 {
  line-height: 1;
  letter-spacing: 7px;
}

@media screen and (min-width: 64em) {
  .page__hero h1 {
    letter-spacing: 14px;
  }
}

@media screen and (min-width: 40em) {
  .page__hero {
    padding-top: 9.375rem;
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 64em) {
  .page__hero {
    padding-top: 13.125rem;
    padding-bottom: 11.875rem;
  }
}

@media screen and (min-width: 75em) {
  .page__hero {
    padding-top: 14.6875rem;
    padding-bottom: 14.6875rem;
  }
}

.page__hero h1, .page__hero h2, .page__hero h3, .page__hero h4, .page__hero h5, .page__hero h6 {
  color: #fefefe;
}

.page__hero__icon {
  display: block;
  margin: 0 auto 0.9375rem;
  max-width: 6.25rem;
}

.page__hero__icon img {
  width: 100%;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.page__module {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  position: relative;
  text-align: center;
}

.page__module::before {
  content: '';
  display: block;
  width: 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  height: 1.25rem;
}

@media screen and (min-width: 40em) {
  .page__module {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 64em) {
  .page__module {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

@media screen and (min-width: 75em) {
  .page__module {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
}

.page__image {
  margin: 0;
}

.page__image img {
  width: 100%;
}

.page__module--light {
  background: url("../images/textures/background-light.png");
  color: #383e37;
}

.page__module--light h1, .page__module--light h2, .page__module--light h3, .page__module--light h4, .page__module--light h5, .page__module--light h6 {
  color: #383e37;
}

.page__module--light h1 a, .page__module--light h2 a, .page__module--light h3 a, .page__module--light h4 a, .page__module--light h5 a, .page__module--light h6 a, .page__module--light p a {
  color: #383e37;
  text-decoration: underline;
}

.page__module--light h1 a:hover, .page__module--light h2 a:hover, .page__module--light h3 a:hover, .page__module--light h4 a:hover, .page__module--light h5 a:hover, .page__module--light h6 a:hover, .page__module--light p a:hover {
  color: #0a0a0a;
}

.page__module--green h1 a, .page__module--green h2 a, .page__module--green h3 a, .page__module--green h4 a, .page__module--green h5 a, .page__module--green h6 a, .page__module--green p a, .page__module--blue h1 a, .page__module--blue h2 a, .page__module--blue h3 a, .page__module--blue h4 a, .page__module--blue h5 a, .page__module--blue h6 a, .page__module--blue p a, .page__module--peach h1 a, .page__module--peach h2 a, .page__module--peach h3 a, .page__module--peach h4 a, .page__module--peach h5 a, .page__module--peach h6 a, .page__module--peach p a {
  color: rgba(10, 10, 10, 0.6);
  text-decoration: underline;
}

.page__module--green h1 a:hover, .page__module--green h2 a:hover, .page__module--green h3 a:hover, .page__module--green h4 a:hover, .page__module--green h5 a:hover, .page__module--green h6 a:hover, .page__module--green p a:hover, .page__module--blue h1 a:hover, .page__module--blue h2 a:hover, .page__module--blue h3 a:hover, .page__module--blue h4 a:hover, .page__module--blue h5 a:hover, .page__module--blue h6 a:hover, .page__module--blue p a:hover, .page__module--peach h1 a:hover, .page__module--peach h2 a:hover, .page__module--peach h3 a:hover, .page__module--peach h4 a:hover, .page__module--peach h5 a:hover, .page__module--peach h6 a:hover, .page__module--peach p a:hover {
  color: rgba(10, 10, 10, 0.8);
}

.page__module--green {
  background: #d1ebcf url("../images/textures/background-texture-green.jpg");
  color: #4b5e48;
  position: relative;
}

.page__module--green::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.8125rem;
  left: 0;
  width: 100%;
  height: 0.8125rem;
  background: url("../images/rips/paper-rip-green.png");
}

.page__module--green h1, .page__module--green h2, .page__module--green h3, .page__module--green h4, .page__module--green h5, .page__module--green h6 {
  color: rgba(10, 10, 10, 0.6);
}

.page__module--blue {
  background: #d0e6e3 url("../images/textures/background-texture-blue.jpg");
  color: #4e5453;
  position: relative;
}

.page__module--blue::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.8125rem;
  left: 0;
  width: 100%;
  height: 0.8125rem;
  background: url("../images/rips/paper-rip-blue.png");
}

.page__module--blue h1, .page__module--blue h2, .page__module--blue h3, .page__module--blue h4, .page__module--blue h5, .page__module--blue h6 {
  color: rgba(10, 10, 10, 0.6);
}

.page__module--peach {
  background: #fce7da url("../images/textures/background-texture-peach.jpg");
  color: #994c29;
  position: relative;
}

.page__module--peach::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.8125rem;
  left: 0;
  width: 100%;
  height: 0.8125rem;
  background: url("../images/rips/paper-rip-peach.png");
}

.page__module--peach h1, .page__module--peach h2, .page__module--peach h3, .page__module--peach h4, .page__module--peach h5, .page__module--peach h6 {
  color: rgba(10, 10, 10, 0.6);
}

.page__module--text ul {
  margin: 0;
}

@media screen and (min-width: 64em) {
  .page__module--text ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page__module--text ul li {
  margin: 1.25rem;
}

@media screen and (max-width: 63.9375em) {
  .page__module--text ul li {
    line-height: 1.7;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 74.9375em) {
  .page__module--text ul li {
    width: 100%;
    text-align: left;
  }
}

.page__module--text h3 {
  margin-bottom: 1.25rem;
}

.page__module--text .button {
  margin-top: 1rem;
}

.split {
  background: #fefdf5 url("../images/papertexture.png");
  background-blend-mode: multiply;
}

.split .columns:first-of-type {
  position: relative;
  overflow: hidden;
}

.split .columns:last-of-type {
  z-index: 99;
  background: #d1ebcf url("../images/textures/background-texture-light-green.jpg");
  position: relative;
  overflow: hidden;
}

.split .columns:last-of-type::after {
  content: '';
  position: absolute;
  display: block;
  top: 20%;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/leaf.png") -9.375rem bottom no-repeat;
  background-size: 60%;
  pointer-events: none;
  z-index: -1;
}

@media screen and (min-width: 40em) {
  .split .columns:last-of-type {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.splitimage {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  pointer-events: none;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 40em) {
  .splitimage {
    background-size: cover;
  }
}

.page__module--split {
  margin: 2.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.page__module--split h5 {
  margin: 0;
}

.page__module--split p {
  width: 100%;
  max-width: 24.375rem;
  margin: 0 auto 1.25rem;
}

@media screen and (min-width: 40em) {
  .page__module--split {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .page__module--split {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 75em) {
  .page__module--split {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.page__module--split--l {
  border-style: solid;
  border-width: 27px;
  border-image: url(../images/borders/border-one-green.png) 27 fill repeat;
}

.page__module--split--l h5, .page__module--split--l h2, .page__module--split--l p {
  color: #fefefe;
}

.page__module--split--l img {
  -webkit-filter: brightness(250%);
  filter: brightness(250%);
}

.page__module--split--r {
  border-style: solid;
  border-width: 27px;
  border-image: url(../images/borders/border-two-green.png) 27 fill repeat;
}

.page__module--split--r h5, .page__module--split--r h2, .page__module--split--r p {
  color: #383e37;
}

.page__module--split--r img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}

@media screen and (min-width: 40em) {
  .page__module--split--r {
    width: 100%;
    height: calc(100% - 80px);
  }
}

.split--blue .columns:last-of-type {
  background: #d0e6e3 url("../images/textures/background-texture-light-blue.jpg");
}

.split--blue .page__module--split--l {
  border-style: solid;
  border-width: 27px;
  border-image: url(../images/borders/border-one-blue.png) 27 fill repeat;
}

.split--blue .page__module--split--r {
  border-style: solid;
  border-width: 27px;
  border-image: url(../images/borders/border-two-blue.png) 27 fill repeat;
}

.split--blue .hasborder:not(.hasborder--black)::after {
  background: url(../images/titleborder-blue.png) 100% no-repeat;
}

.split--peach .columns:last-of-type {
  background: #fce7da url("../images/textures/background-texture-light-peach.jpg");
}

.split--peach .page__module--split--l {
  border-style: solid;
  border-width: 27px;
  border-image: url(../images/borders/border-one-peach.png) 27 fill repeat;
}

.split--peach .page__module--split--r {
  border-style: solid;
  border-width: 27px;
  border-image: url(../images/borders/border-two-peach.png) 27 fill repeat;
}

.split--peach .hasborder:not(.hasborder--black)::after {
  background: url(../images/titleborder-peach.png) 100% no-repeat;
}

.page__modulegallery {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery {
  list-style: none;
  margin: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.gallery img {
  width: 100%;
}

.gallery a {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.gallery div {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery div span {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

@media screen and (min-width: 40em) {
  .gallery div {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .gallery div span:nth-child(2), .gallery div span:nth-child(3) {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

@media screen and (min-width: 40em) {
  .gallery div:first-of-type {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.iconrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 2.8125rem 0 0;
}

.iconrow li {
  margin: 0 0 1.25rem;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media screen and (min-width: 40em) {
  .iconrow li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

@media screen and (min-width: 90em) {
  .iconrow li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

.iconrow h5 {
  margin-bottom: 1.5625rem;
}

.hasborder.loop__post {
  margin-bottom: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.hasborder.loop__post img {
  width: 100%;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .hasborder.loop__post {
    margin-top: 2.8125rem;
  }
}

@media screen and (min-width: 64em) {
  .hasborder.loop__post {
    margin-bottom: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.post__hero {
  margin: 0;
  height: 14.375rem;
  position: relative;
  overflow: hidden;
}

.post__hero img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.post__header {
  text-align: center;
  padding: 4.6875rem 0 1.875rem;
  position: relative;
}

.post__header h1 {
  font-size: 2.375rem;
}

@media screen and (min-width: 40em) {
  .post__header h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 64em) {
  .post__header h1 {
    font-size: 4.25rem;
  }
}

@media screen and (min-width: 64em) {
  .post__header p {
    font-size: 1.25rem;
  }
}

.post__header::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.8125rem;
  left: 0;
  width: 100%;
  height: 0.8125rem;
  background: url("../images/rips/paper-rip-green.png");
}

.post--green .post__header p, .post--peach .post__header p, .post--blue .post__header p {
  color: #fefefe;
}

.singlepost--peach .post__header::before {
  background: url("../images/rips/paper-rip-peach.png");
}

.singlepost--blue .post__header::before {
  background: url("../images/rips/paper-rip-blue.png");
}

.post__content a:not(.button) {
  text-decoration: underline;
}

.post__content--centered {
  text-align: center;
}

.post__image {
  display: inline-block;
  margin: 0;
}

.size-full {
  width: 70vw;
  max-width: none;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -35vw;
  margin-right: -35vw;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.singlepost--green .post__content a {
  color: #323f30;
}

.singlepost--green .post__content a:hover {
  color: #1b221a;
}

.singlepost--peach .post__content a {
  color: #6d371d;
}

.singlepost--peach .post__content a:hover {
  color: #452213;
}

.singlepost--blue .post__content a {
  color: #343736;
}

.singlepost--blue .post__content a:hover {
  color: #1b1d1c;
}

.post__meta {
  text-align: center;
  margin-top: 3.125rem;
}

.post__nav .button {
  margin: 1.25rem;
}

.footer__primary {
  padding: 3.125rem 0;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .footer__primary > .row .columns:first-of-type {
    margin-bottom: 2.5rem;
  }
}

.footer__primary [type='text'], .footer__primary [type='password'], .footer__primary [type='date'], .footer__primary [type='datetime'], .footer__primary [type='datetime-local'], .footer__primary [type='month'], .footer__primary [type='week'], .footer__primary [type='email'], .footer__primary [type='number'], .footer__primary [type='search'], .footer__primary [type='tel'], .footer__primary [type='time'], .footer__primary [type='url'], .footer__primary [type='color'], .footer__primary textarea {
  max-width: 21.5625rem;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.footer__primary label {
  text-indent: -9999px;
  line-height: 0.1px;
  margin: 1.5625rem 0 0.3125rem;
}

.footer__primary h3 {
  line-height: 1;
}

.footer__primary p {
  line-height: 1.9;
  margin: 0.9375rem 0 1.5rem;
}

@media screen and (min-width: 40em) {
  .footer__primary {
    padding: 5rem 0;
  }
}

.footer__secondary {
  padding: 1.25rem 0 0.625rem;
  background: rgba(10, 10, 10, 0.2);
  color: #fefefe;
}

.copyright {
  text-align: center;
}

.copyright a {
  color: #fefefe;
  text-decoration: underline;
}

@media screen and (min-width: 40em) {
  .copyright {
    text-align: left;
  }
}

@media screen and (min-width: 75em) {
  .copyright {
    margin-left: 1rem;
  }
}

.credit {
  text-align: center;
}

.credit a {
  color: rgba(254, 254, 254, 0.8);
}

.credit a:hover {
  color: #fefefe;
}

@media screen and (min-width: 40em) {
  .credit {
    text-align: right;
  }
}

@media screen and (min-width: 75em) {
  .credit {
    margin-right: 1rem;
  }
}

.timelinewrap {
  margin: 1.25rem 0;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 64em) {
  .timelinewrap {
    height: 57.5rem;
    margin: 1.875rem 3.125rem 1.875rem 9.375rem;
  }
  .timelinewrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 6.25rem;
    background: url("../images/shader.png") 100% no-repeat;
  }
}

.timeline {
  list-style: none;
  overflow: hidden;
  margin: 0;
  transition: all 0.6s ease;
}

@media screen and (max-width: 63.9375em) {
  .timeline {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 64em) {
  .timeline {
    position: absolute;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .moment {
    margin: 4.6875rem 0;
    padding: 1px;
  }
}

@media screen and (min-width: 64em) {
  .moment {
    height: 100%;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 2.8125rem 0;
  }
}

.moment__year {
  padding: 0 1.875rem 0.625rem;
  color: #d1ebcf;
  text-align: left;
  margin: 0 0 2.5rem 0;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 64em) {
  .moment__year {
    text-align: left;
    float: left;
    font-size: 3.125rem;
    margin: 0 0 2.5rem 1.875rem;
    padding: 0;
  }
}

.moment__year::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 110%;
  width: 7.25rem;
  height: 0.25rem;
  background: url("../images/titleborder.png") 100% no-repeat;
}

.page__module--light .moment__year {
  color: #b2c6ae;
}

.moment__gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 1.875rem;
}

@media screen and (max-width: 63.9375em) {
  .moment__gallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.moment__gallery span {
  display: block;
  width: auto;
}

@media screen and (max-width: 74.9375em) {
  .moment__gallery span {
    width: 100%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .moment__gallery span {
    margin: 0.625rem 0;
  }
}

@media screen and (min-width: 64em) {
  .moment__gallery span {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-height: 25rem;
    margin-right: 1.25rem;
  }
  .moment__gallery span img {
    width: auto;
    max-width: none;
    min-height: 100%;
    max-height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .moment__gallery {
    margin-top: 1.25rem;
  }
}

.moment__text {
  width: 100%;
  padding: 3.125rem 1.875rem 0;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .moment__text {
    max-width: 50rem;
    float: left;
  }
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

@media screen and (max-width: 63.9375em) {
  p {
    line-height: 1.7;
    font-size: 0.875rem;
  }
}

.hasborder {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.hasborder::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.25rem;
  height: 0.25rem;
  background: url("../images/titleborder.png") 100% no-repeat;
}

.hasborder--black::after {
  background: url("../images/titleborder-two.png") 100% no-repeat;
}

.hasborder--white::after {
  background: url("../images/titleborder-three.png") 100% no-repeat;
}

.hasborder--offwhite::after {
  background: url("../images/titleborder-three.png") 100% no-repeat;
}

.meta {
  color: #fefefe;
  margin-bottom: 0.625rem;
  line-height: 1;
}

.icon {
  display: inline-block;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0 0 1.25rem;
}

.icon svg, .icon img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

@media screen and (min-width: 64em) {
  .icon {
    width: 5.625rem;
    height: 5.625rem;
  }
}

.icon--large {
  width: 8.125rem;
  height: 8.125rem;
}

.icon--inline {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 1.25rem 0 0;
}

.icon--faded {
  opacity: 0.45;
}

.icon--img {
  width: auto;
}

.custom-logo-link {
  max-width: 5rem;
}

@media screen and (min-width: 40em) {
  .custom-logo-link {
    max-width: 6.25rem;
  }
}

@media screen and (min-width: 64em) {
  .custom-logo-link {
    max-width: 7.3125rem;
  }
}

@media screen and (min-width: 75em) {
  .custom-logo-link {
    margin-left: 1rem;
  }
}

body {
  overflow-x: hidden;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.row--narrow {
  max-width: 84.375rem;
}

.row--fw {
  max-width: 100%;
}

.wrapper {
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.map {
  height: 31.25rem;
}

.map > div {
  background-image: url(../images/mapbg.png);
  background-size: cover;
  background-position: center;
}

.map img {
  max-width: inherit !important;
}

.pagination {
  text-align: center;
}

/*# sourceMappingURL=style.min.css.map */
