/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
@charset "UTF-8";
/*! 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: default;
}

/**
 * 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.
 */
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;
}

@font-face {
  font-family: "Quarto";
  src: url("../fonts/Quarto-Black.woff2") format("woff2"), url("../fonts/Quarto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/UntitledSansWeb-LightItalic.woff2") format("woff2"), url("../fonts/UntitledSansWeb-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/UntitledSansWeb-BoldItalic.woff2") format("woff2"), url("../fonts/UntitledSansWeb-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/UntitledSansWeb-Light.woff2") format("woff2"), url("../fonts/UntitledSansWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/UntitledSansWeb-Bold.woff2") format("woff2"), url("../fonts/UntitledSansWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
p.intro {
  font-weight: normal;
  font-family: "Untitled Sans", sans-serif;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 1px;
}

.p3,
p.p3,
p.small {
  font-weight: normal;
  font-family: "Untitled Sans", sans-serif;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.47px;
}

.h1, h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
}
.h1 em, h1 em {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-family: "Quarto", serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .h1, h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.4px;
  }
  .h1 em, h1 em {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-family: "Quarto", serif;
    font-weight: bold;
    font-size: 51px;
    line-height: 48px;
    letter-spacing: 0;
    font-style: normal;
  }
}
@media screen and (min-width: 1158px) {
  .h1, h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -2.25px;
  }
  .h1 em, h1 em {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-family: "Quarto", serif;
    font-weight: bold;
    font-size: 63.5px;
    line-height: 60px;
    letter-spacing: 0;
    font-style: normal;
  }
}

.h2, h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
}
.h2 em, h2 em {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-family: "Quarto", serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .h2, h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.4px;
  }
  .h2 em, h2 em {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-family: "Quarto", serif;
    font-weight: bold;
    font-size: 51px;
    line-height: 48px;
    letter-spacing: 0;
    font-style: normal;
  }
}
@media screen and (min-width: 1158px) {
  .h2, h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -2.25px;
  }
  .h2 em, h2 em {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-family: "Quarto", serif;
    font-weight: bold;
    font-size: 63.5px;
    line-height: 60px;
    letter-spacing: 0;
    font-style: normal;
  }
}

.h2.serif,
h2.serif {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-family: "Quarto", serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .h2.serif,
h2.serif {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-family: "Quarto", serif;
    font-weight: bold;
    font-size: 63.5px;
    line-height: 60px;
    letter-spacing: 0;
    font-style: normal;
  }
}

.h3, h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
}

.h4, h4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
}

.h5, h5 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.75px;
}

dl,
dt,
dd,
p,
ol,
ul,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

address,
p,
.p2,
figcaption {
  font-weight: normal;
  font-family: "Untitled Sans", sans-serif;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.47px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.grid {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.grid.-persist {
  display: flex;
}

.grid.-persist .grid-item {
  flex-basis: auto;
}
.grid.-persist .one-fourth {
  max-width: 25%;
  flex-basis: 25%;
}
.grid.-persist .one-third {
  flex-basis: 33.3333333%;
  max-width: 33.3333333%;
}
.grid.-persist .one-half {
  flex-basis: 50%;
  max-width: 50%;
}
.grid.-persist .two-thirds {
  flex-basis: 66.6666667%;
  max-width: 66.6666667%;
}

@media screen and (min-width: 768px) {
  .grid-item {
    flex-basis: auto;
  }

  .one-fourth {
    max-width: 25%;
    flex-basis: 25%;
  }

  .one-third {
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }

  .one-half {
    flex-basis: 50%;
    max-width: 50%;
  }

  .two-thirds {
    flex-basis: 66.6666667%;
    max-width: 66.6666667%;
  }
}
*, *::before, *::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: #EBE5D0;
  color: #1a1a1a;
  font-size: 16px;
  font: 18px/1.333 "Untitled Sans", sans-serif;
  text-rendering: optimizeLegibility;
}

.body-wrapper {
  position: relative;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p em {
  font-style: italic;
}

a {
  color: inherit;
  text-decoration: none;
}

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

figure {
  margin: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

svg.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
body[data-theme=theme-orange] .site-footer svg.icon {
  fill: #1a1a1a;
}

body[data-theme=theme-yellow] .site-footer svg.icon {
  fill: #1a1a1a;
}

body[data-theme=theme-pink] .site-footer svg.icon {
  fill: #1a1a1a;
}

body[data-theme=theme-brown] .site-footer svg.icon {
  fill: #EBE5D0;
}

body[data-theme=theme-homepage] .site-footer svg.icon {
  fill: #1a1a1a;
}

.container {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 1158px) {
  .container {
    padding: 0;
  }
}

#breakpoint-indicator {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#breakpoint-indicator::after {
  content: "xs";
}
@media screen and (min-width: 400px) {
  #breakpoint-indicator::after {
    content: "sm";
  }
}
@media screen and (min-width: 768px) {
  #breakpoint-indicator::after {
    content: "md";
  }
}
@media screen and (min-width: 1158px) {
  #breakpoint-indicator::after {
    content: "nav";
  }
}
@media screen and (min-width: 1000px) {
  #breakpoint-indicator::after {
    content: "lg";
  }
}
@media screen and (min-width: 1400px) {
  #breakpoint-indicator::after {
    content: "xl";
  }
}

.user-content:after {
  content: "";
  display: table;
  clear: both;
}
.user-content * + * {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .user-content * + * {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .user-content h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.4px;
  }
  .user-content h2 em {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-family: "Quarto", serif;
    font-weight: bold;
    font-size: 51px;
    line-height: 48px;
    letter-spacing: 0;
  }
}
.user-content a:not(.button) {
  background-image: linear-gradient(to top, 0%, 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  text-decoration: underline;
  transition-duration: 0.2s;
  transition-property: background-size;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.user-content a:not(.button):hover, .user-content a:not(.button):focus {
  background-size: 100% 100%;
  transition-delay: 0s;
}
.user-content .button a,
.user-content a.button {
  border: none;
  margin-right: 6px;
}
.user-content ol,
.user-content ul {
  font-weight: normal;
  font-family: "Untitled Sans", sans-serif;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.47px;
  padding: 0 0 0 2.25em;
}
.user-content ol li,
.user-content ul li {
  margin: 0 0 12px;
}
.user-content ol li > ul,
.user-content ul li > ul {
  margin-top: 12px;
}
.user-content blockquote {
  margin: 24px 0;
  padding: 0 24px;
  border-left: 2px solid #1a1a1a;
}
.user-content ul li {
  list-style-type: none;
  position: relative;
}
.user-content ul li:before {
  content: "\2022";
  color: #1a1a1a;
  display: block;
  position: absolute;
  left: -1.5em;
}
.user-content hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #1a1a1a;
}
.user-content strong {
  font-weight: bold;
}

.hidden,
.hide {
  display: none;
}

.loading {
  opacity: 0.5;
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix:after, .cf:after {
  content: "";
  display: table;
  clear: both;
}

.bigclicky {
  cursor: pointer;
}

.show-for-small-up {
  display: none;
}
@media screen and (min-width: 400px) {
  .show-for-small-up {
    display: block;
  }
  .show-for-small-up.-inline {
    display: inline;
  }
}

.show-for-medium-up {
  display: none;
}
@media screen and (min-width: 768px) {
  .show-for-medium-up {
    display: block;
  }
  .show-for-medium-up.-inline {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .hide-for-medium-up {
    display: none !important;
  }
}

.-inset-shadow {
  position: relative;
}
.-inset-shadow::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 32px 0 rgba(0, 0, 0, 0.5);
}

.-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  padding: 12px 18px;
  position: relative;
  border: none;
  background: #f15623;
  color: #1a1a1a;
  align-items: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  line-height: 1;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.button:hover {
  transform: rotate(-2deg);
  text-decoration: none;
}
.button:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  transform: translateY(1px);
}
.button.-hollow {
  background: none;
  border: 2px solid #f15623;
  color: #f15623;
}
.button.-jumbo {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  padding: 18px 60px;
}
@media screen and (min-width: 768px) {
  .button.-jumbo {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.2px;
    padding: 30px 60px;
    min-width: 33.3333333333%;
  }
}
.button svg {
  vertical-align: top;
  width: 24px;
  height: 24px;
}

.actions {
  padding: 12px 0;
}

.-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 768px) {
  .-reveal {
    transform: translateY(100px);
  }
}
.-reveal.-active {
  opacity: 1;
  transform: translateY(0);
}

.flash {
  padding: 10px;
  color: #0a21ba;
  background: #ffffff;
  text-align: center;
  padding: 20px 0;
  margin: 24px 0;
}
.flash svg {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  fill: #0a21ba;
  margin-right: 20px;
}

.icon.sprite-slash {
  position: absolute;
  fill: #f15623;
  top: -20px;
  right: 40px;
  width: 15px;
  height: 39px;
}
@media screen and (min-width: 768px) {
  .icon.sprite-slash {
    right: 8.3333333333%;
    top: -36px;
    width: 27px;
    height: 72px;
  }
}

.sticky-header {
  display: none;
  position: relative;
}
.sticky-header .sticky-title {
  color: #1a1a1a;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  top: 35vh;
  left: calc(100% - 20px);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
.sticky-header .sticky-title i {
  display: inline-block;
  font-style: normal;
  margin-right: 48px;
}
.sticky-header.main .sticky-title {
  opacity: 1;
  position: fixed;
}
@media screen and (min-width: 1158px) {
  .sticky-header {
    display: block;
  }
}

.tape-tagline {
  z-index: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.75px;
  white-space: nowrap;
  overflow: hidden;
  padding: 4px;
  position: absolute;
  width: 300px;
  transform: rotate(-15deg);
}
body[data-theme=theme-orange] .tape-tagline {
  background: #f3d955;
}

body[data-theme=theme-yellow] .tape-tagline {
  background: #0a21ba;
}

body[data-theme=theme-pink] .tape-tagline {
  background: #f9b9b4;
}

body[data-theme=theme-brown] .tape-tagline {
  background: #f3d955;
}

body[data-theme=theme-homepage] .tape-tagline {
  background: #f3d955;
}

body[data-theme=theme-orange] .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-yellow] .tape-tagline {
  color: #EBE5D0;
}

body[data-theme=theme-pink] .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-homepage] .tape-tagline {
  color: #1a1a1a;
}

.tape-tagline > span {
  float: right;
}
.tape-tagline .xl {
  display: none;
}
@media screen and (max-width: 767px) {
  .tape-tagline {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tape-tagline {
    width: auto;
    transform: rotate(-15deg);
  }
}
.-tagline-container {
  position: relative;
}

.color-massage {
  display: inline-block;
  position: relative;
}
.color-massage img {
  display: block;
}
.color-massage .hands::before, .color-massage .hands::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.color-massage .hands::before {
  background: #1A1A1A;
  mix-blend-mode: lighten;
}
.color-massage .hands::after {
  background: rgba(235, 229, 208, 0.5);
  mix-blend-mode: multiply;
}

.page-header {
  position: relative;
}
.page-header .page-header-info {
  position: relative;
}
.page-header h1 {
  margin-top: 0;
  text-align: center;
}
body[data-theme=theme-orange] .page-header h1 {
  color: #36402b;
}

body[data-theme=theme-yellow] .page-header h1 {
  color: #1a1a1a;
}

body[data-theme=theme-pink] .page-header h1 {
  color: #f15623;
}

body[data-theme=theme-brown] .page-header h1 {
  color: #f15623;
}

body[data-theme=theme-homepage] .page-header h1 {
  color: #36402b;
}

.page-header .sprite-logo {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 67px;
}
body[data-theme=theme-orange] .page-header .sprite-logo {
  fill: #36402b;
}

body[data-theme=theme-yellow] .page-header .sprite-logo {
  fill: #1a1a1a;
}

body[data-theme=theme-pink] .page-header .sprite-logo {
  fill: #f15623;
}

body[data-theme=theme-brown] .page-header .sprite-logo {
  fill: #f15623;
}

body[data-theme=theme-homepage] .page-header .sprite-logo {
  fill: #36402b;
}

@media screen and (min-width: 768px) {
  .page-header .sprite-logo {
    width: 742px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .image-wrap {
    margin: 24px 0;
  }
}
.page-header .tape-tagline {
  transform-origin: right;
  top: 5%;
  right: 65%;
}
.page-header .tape-tagline.-right {
  transform-origin: left;
  top: 35%;
  right: auto;
  left: 70%;
}
.page-header .tape-tagline.-right > span {
  float: left;
}
@media screen and (min-width: 768px) {
  .page-header .tape-tagline {
    top: 25%;
  }
  .page-header .tape-tagline .xl {
    display: inline;
  }
  .page-header .tape-tagline.-right {
    top: 65%;
  }
  .page-header .image-wrap {
    margin: 96px 0 0 0;
  }
}

.carousel-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.carousel .flickity-viewport {
  overflow: visible;
}
.carousel .tape-tagline {
  display: none;
}
@media screen and (min-width: 768px) {
  .carousel .cells.flickity-enabled .tape-tagline {
    display: block;
    width: auto !important;
  }
  .carousel .cells.flickity-enabled::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    width: 15%;
    margin-right: -50vw;
    background-image: linear-gradient(90deg, rgba(235, 229, 208, 0) 0%, #ebe5d0 100%);
    pointer-events: none;
  }
}
.carousel .cell {
  width: 100%;
  margin-right: 24px;
  background: #ffffff;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .carousel .cell {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .carousel.stories h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.4px;
    margin: 0;
    min-height: 160px;
  }
}
.carousel.stories h5 {
  margin: 12px 0 18px;
}
.carousel.stories h5 span {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .carousel.stories h5 {
    margin: 0 0 12px;
  }
}
.carousel.stories .tape-tagline {
  top: 90px;
  right: -20px;
  transform: rotate(-30deg);
  background: #EBE5D0;
}
@media screen and (min-width: 768px) {
  .carousel.stories .cell {
    transition-duration: 0.2s;
    transition-property: background;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  .carousel.stories .cell:hover {
    background: #f9b9b4;
  }
}
.carousel.postcards {
  padding: 36px 0;
}
.carousel.postcards .tape-tagline {
  top: 75px;
  right: -20px;
  transform: rotate(30deg);
  background: #EBE5D0;
}
.carousel.postcards figure {
  display: block;
  background-color: #1a1a1a;
  margin-bottom: 24px;
  position: relative;
}
.carousel.postcards figure img {
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  display: block;
  mix-blend-mode: screen;
  filter: grayscale(100%);
}
.carousel.postcards figure::before {
  pointer-events: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  content: "";
  background-color: #EBE5D0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carousel.postcards div.cta {
  text-align: center;
  padding-top: 24px;
}
.carousel.postcards div.cta a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #dd8064;
}
.carousel.postcards div.cta a {
  background-image: linear-gradient(to top, #EBE5D0 0%, #EBE5D0 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  text-decoration: underline;
  transition-duration: 0.2s;
  transition-property: background-size;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.carousel.postcards div.cta a:hover, .carousel.postcards div.cta a:focus {
  background-size: 100% 100%;
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .carousel.postcards .cell.-no-image .cell-headline h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.4px;
    margin-top: 0;
  }
}
.carousel.postcards .cell.-no-image .cell-body h3 + p {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .carousel.postcards .cell.-no-image .cell-body h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
  }
}
@media screen and (min-width: 768px) {
  .carousel.postcards .cell:hover figure img {
    filter: none;
    mix-blend-mode: none;
  }
  .carousel.postcards .cell:hover figure::before {
    opacity: 0;
  }
}
.carousel.postcards .cell-body {
  padding: 12px 0 0;
}
.carousel.postcards .cell-body a {
  background-image: linear-gradient(to top, #EBE5D0 0%, #EBE5D0 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  text-decoration: underline;
  transition-duration: 0.2s;
  transition-property: background-size;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.carousel.postcards .cell-body a:hover, .carousel.postcards .cell-body a:focus {
  background-size: 100% 100%;
  transition-delay: 0s;
}
.carousel.postcards p {
  font-weight: normal;
  font-family: "Untitled Sans", sans-serif;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.47px;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-header .grid-item:nth-child(2) {
    position: relative;
  }
  .carousel .cells {
    padding: 96px 0;
  }
  .carousel .cells .cell {
    width: 41.6666666667%;
    max-width: 450px;
    float: left;
  }
  .carousel.-postcards-block .cells {
    padding: 72px 0;
  }
  .carousel.postcards {
    padding: 96px 0 48px;
  }
}

.carousel-pagination {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
}
.carousel-pagination span {
  color: #bfbfbf;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 6px 12px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel-pagination span svg {
  width: 27px;
  height: 19px;
}
.carousel-pagination span:hover {
  color: #1a1a1a;
}
.carousel-pagination span:hover svg {
  fill: #1a1a1a;
}
.carousel-pagination svg {
  fill: #bfbfbf;
}
.carousel-pagination .cell-count {
  display: inline-block;
}
.carousel-pagination .previous {
  padding-left: 0;
}
.carousel-pagination .next {
  padding-right: 0;
}
.carousel-pagination .next svg {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .carousel-pagination {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.block-image {
  position: relative;
  padding: 24px 0;
}
.block-image:after {
  content: "";
  display: table;
  clear: both;
}
.block-image figure {
  position: relative;
}
.block-image figcaption {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  background: #EBE5D0;
  color: #1a1a1a;
  padding: 24px 24px 0;
  margin: -36px 18px 0;
  position: relative;
  text-align: left;
}
body[data-theme=theme-orange] .block-image.-has-next.-next-accent1 figcaption {
  background: #f15623;
}

body[data-theme=theme-yellow] .block-image.-has-next.-next-accent1 figcaption {
  background: #f3d955;
}

body[data-theme=theme-pink] .block-image.-has-next.-next-accent1 figcaption {
  background: #f9b9b4;
}

body[data-theme=theme-brown] .block-image.-has-next.-next-accent1 figcaption {
  background: #674c31;
}

body[data-theme=theme-homepage] .block-image.-has-next.-next-accent1 figcaption {
  background: #f3d955;
}

body[data-theme=theme-orange] .block-image.-has-next.-next-accent1 figcaption {
  color: #1a1a1a;
}

body[data-theme=theme-yellow] .block-image.-has-next.-next-accent1 figcaption {
  color: #1a1a1a;
}

body[data-theme=theme-pink] .block-image.-has-next.-next-accent1 figcaption {
  color: #1a1a1a;
}

body[data-theme=theme-homepage] .block-image.-has-next.-next-accent1 figcaption {
  color: #1a1a1a;
}

body[data-theme=theme-orange] .block-image.-has-next.-next-accent2 figcaption {
  background: #36402b;
}

body[data-theme=theme-yellow] .block-image.-has-next.-next-accent2 figcaption {
  background: #f9b9b4;
}

body[data-theme=theme-pink] .block-image.-has-next.-next-accent2 figcaption {
  background: #674c31;
}

body[data-theme=theme-brown] .block-image.-has-next.-next-accent2 figcaption {
  background: #36402b;
}

body[data-theme=theme-homepage] .block-image.-has-next.-next-accent2 figcaption {
  background: #f9b9b4;
}

body[data-theme=theme-orange] .block-image.-has-next.-next-accent2 figcaption {
  color: #EBE5D0;
}

body[data-theme=theme-yellow] .block-image.-has-next.-next-accent2 figcaption {
  color: #1a1a1a;
}

body[data-theme=theme-pink] .block-image.-has-next.-next-accent2 figcaption {
  color: #EBE5D0;
}

body[data-theme=theme-brown] .block-image.-has-next.-next-accent2 figcaption {
  color: #EBE5D0;
}

body[data-theme=theme-homepage] .block-image.-has-next.-next-accent2 figcaption {
  color: #1a1a1a;
}

.block-image.-center .tape-tagline, .block-image.-left .tape-tagline {
  right: -60px;
  top: -18px;
  transform-origin: left;
  transform: rotate(15deg);
}
.block-image.-center .tape-tagline > span, .block-image.-left .tape-tagline > span {
  float: left;
}
.block-image.-center {
  text-align: center;
}
.block-image.-center .tape-tagline {
  top: 18px;
  right: auto;
  left: 65%;
}
.block-image.-center .color-massage img {
  margin: 0 auto;
}
.block-image.-right .tape-tagline {
  top: 36px;
  transform-origin: left;
  transform: rotate(15deg);
  right: calc(100% - 150px);
}
@media screen and (min-width: 768px) {
  .block-image {
    padding: 96px 0;
  }
  .block-image figcaption {
    position: absolute;
    padding: 24px;
    margin: 0;
    transform: translateY(-72px);
    left: 8.3333333333%;
    top: 100%;
    width: 25%;
  }
  .block-image figure {
    max-width: 1128px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .block-image figure {
    max-width: calc(50vw + 33.3333333333%);
  }
}
@media screen and (min-width: 768px) {
  .block-image.-center figure {
    margin: 0 auto;
  }
  .block-image.-center .tape-tagline {
    top: 100px;
    left: auto;
    right: -48px;
    transform: rotate(15deg);
  }
}
@media screen and (min-width: 768px) {
  .block-image.-right figure {
    float: right;
  }
  .block-image.-right .tape-tagline {
    top: 100px;
    right: auto;
    left: -48px;
  }
}
@media screen and (min-width: 768px) {
  .block-image.-left {
    margin: 0;
  }
  .block-image.-left figure {
    float: left;
  }
  .block-image.-left figcaption {
    right: auto;
    left: 25%;
  }
  .block-image.-left .tape-tagline {
    left: auto;
    right: -48px;
    top: 100px;
    transform: rotate(15deg);
  }
}

.block-section {
  position: relative;
  background: #EBE5D0;
}
.block-section:after {
  content: "";
  display: table;
  clear: both;
}
.block-section:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  bottom: 100%;
  background: #EBE5D0;
  z-index: -1;
}
body[data-theme=theme-orange] .block-section:first-of-type.color-accent1::after {
  background: #f15623;
}

body[data-theme=theme-yellow] .block-section:first-of-type.color-accent1::after {
  background: #f3d955;
}

body[data-theme=theme-pink] .block-section:first-of-type.color-accent1::after {
  background: #f9b9b4;
}

body[data-theme=theme-brown] .block-section:first-of-type.color-accent1::after {
  background: #674c31;
}

body[data-theme=theme-homepage] .block-section:first-of-type.color-accent1::after {
  background: #f3d955;
}

body[data-theme=theme-orange] .block-section:first-of-type.color-accent2::after {
  background: #36402b;
}

body[data-theme=theme-yellow] .block-section:first-of-type.color-accent2::after {
  background: #f9b9b4;
}

body[data-theme=theme-pink] .block-section:first-of-type.color-accent2::after {
  background: #674c31;
}

body[data-theme=theme-brown] .block-section:first-of-type.color-accent2::after {
  background: #36402b;
}

body[data-theme=theme-homepage] .block-section:first-of-type.color-accent2::after {
  background: #f9b9b4;
}

@media screen and (min-width: 768px) {
  .block-section:first-of-type::after {
    top: -300px;
  }
}
.block-section.-has-next::before {
  content: "";
  display: block;
  position: absolute;
  height: 100px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #EBE5D0;
}
@media screen and (min-width: 768px) {
  .block-section.-has-next::before {
    height: 288px;
  }
}
body[data-theme=theme-orange] .block-section.-has-next.-next-accent1::before {
  background: #f15623;
}

body[data-theme=theme-yellow] .block-section.-has-next.-next-accent1::before {
  background: #f3d955;
}

body[data-theme=theme-pink] .block-section.-has-next.-next-accent1::before {
  background: #f9b9b4;
}

body[data-theme=theme-brown] .block-section.-has-next.-next-accent1::before {
  background: #674c31;
}

body[data-theme=theme-homepage] .block-section.-has-next.-next-accent1::before {
  background: #f3d955;
}

body[data-theme=theme-orange] .block-section.-has-next.-next-accent2::before {
  background: #36402b;
}

body[data-theme=theme-yellow] .block-section.-has-next.-next-accent2::before {
  background: #f9b9b4;
}

body[data-theme=theme-pink] .block-section.-has-next.-next-accent2::before {
  background: #674c31;
}

body[data-theme=theme-brown] .block-section.-has-next.-next-accent2::before {
  background: #36402b;
}

body[data-theme=theme-homepage] .block-section.-has-next.-next-accent2::before {
  background: #f9b9b4;
}

body[data-theme=theme-orange] .block-section.color-accent1, body[data-theme=theme-orange] .block-section.color-accent2 {
  background: #f15623;
}

body[data-theme=theme-yellow] .block-section.color-accent1, body[data-theme=theme-yellow] .block-section.color-accent2 {
  background: #f3d955;
}

body[data-theme=theme-pink] .block-section.color-accent1, body[data-theme=theme-pink] .block-section.color-accent2 {
  background: #f9b9b4;
}

body[data-theme=theme-brown] .block-section.color-accent1, body[data-theme=theme-brown] .block-section.color-accent2 {
  background: #674c31;
}

body[data-theme=theme-homepage] .block-section.color-accent1, body[data-theme=theme-homepage] .block-section.color-accent2 {
  background: #f3d955;
}

body[data-theme=theme-orange] .block-section.color-accent1, body[data-theme=theme-orange] .block-section.color-accent2 {
  color: #1a1a1a;
}

body[data-theme=theme-yellow] .block-section.color-accent1, body[data-theme=theme-yellow] .block-section.color-accent2 {
  color: #1a1a1a;
}

body[data-theme=theme-pink] .block-section.color-accent1, body[data-theme=theme-pink] .block-section.color-accent2 {
  color: #1a1a1a;
}

body[data-theme=theme-homepage] .block-section.color-accent1, body[data-theme=theme-homepage] .block-section.color-accent2 {
  color: #1a1a1a;
}

body[data-theme=theme-orange] .block-section.color-accent1 .block-image:not(.-has-next) figcaption, body[data-theme=theme-orange] .block-section.color-accent2 .block-image:not(.-has-next) figcaption {
  background: #f15623;
}

body[data-theme=theme-yellow] .block-section.color-accent1 .block-image:not(.-has-next) figcaption, body[data-theme=theme-yellow] .block-section.color-accent2 .block-image:not(.-has-next) figcaption {
  background: #f3d955;
}

body[data-theme=theme-pink] .block-section.color-accent1 .block-image:not(.-has-next) figcaption, body[data-theme=theme-pink] .block-section.color-accent2 .block-image:not(.-has-next) figcaption {
  background: #f9b9b4;
}

body[data-theme=theme-brown] .block-section.color-accent1 .block-image:not(.-has-next) figcaption, body[data-theme=theme-brown] .block-section.color-accent2 .block-image:not(.-has-next) figcaption {
  background: #674c31;
}

body[data-theme=theme-homepage] .block-section.color-accent1 .block-image:not(.-has-next) figcaption, body[data-theme=theme-homepage] .block-section.color-accent2 .block-image:not(.-has-next) figcaption {
  background: #f3d955;
}

body[data-theme=theme-orange] .block-section.color-accent1 .tape-tagline {
  background: #f9b9b4;
}

body[data-theme=theme-yellow] .block-section.color-accent1 .tape-tagline {
  background: #f3d955;
}

body[data-theme=theme-pink] .block-section.color-accent1 .tape-tagline {
  background: #674c31;
}

body[data-theme=theme-homepage] .block-section.color-accent1 .tape-tagline {
  background: #36402b;
}

body[data-theme=theme-orange] .block-section.color-accent1 .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-yellow] .block-section.color-accent1 .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-pink] .block-section.color-accent1 .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-brown] .block-section.color-accent1 .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-homepage] .block-section.color-accent1 .tape-tagline {
  color: #EBE5D0;
}

body[data-theme=theme-orange] .block-section.color-accent2 {
  background: #36402b;
}

body[data-theme=theme-yellow] .block-section.color-accent2 {
  background: #f9b9b4;
}

body[data-theme=theme-pink] .block-section.color-accent2 {
  background: #674c31;
}

body[data-theme=theme-brown] .block-section.color-accent2 {
  background: #36402b;
}

body[data-theme=theme-homepage] .block-section.color-accent2 {
  background: #f9b9b4;
}

body[data-theme=theme-orange] .block-section.color-accent2 {
  color: #EBE5D0;
}

body[data-theme=theme-yellow] .block-section.color-accent2 {
  color: #1a1a1a;
}

body[data-theme=theme-pink] .block-section.color-accent2 {
  color: #EBE5D0;
}

body[data-theme=theme-brown] .block-section.color-accent2 {
  color: #EBE5D0;
}

body[data-theme=theme-homepage] .block-section.color-accent2 {
  color: #1a1a1a;
}

body[data-theme=theme-orange] .block-section.color-accent2 .tape-tagline {
  background: #f15623;
}

body[data-theme=theme-yellow] .block-section.color-accent2 .tape-tagline {
  background: #0a21ba;
}

body[data-theme=theme-pink] .block-section.color-accent2 .tape-tagline {
  background: #f9b9b4;
}

body[data-theme=theme-homepage] .block-section.color-accent2 .tape-tagline {
  background: #f3d955;
}

body[data-theme=theme-orange] .block-section.color-accent2 .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-yellow] .block-section.color-accent2 .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-pink] .block-section.color-accent2 .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-brown] .block-section.color-accent2 .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-homepage] .block-section.color-accent2 .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-orange] .block-section.color-accent2 .block-image:not(.-has-next) figcaption {
  background: #36402b;
}

body[data-theme=theme-yellow] .block-section.color-accent2 .block-image:not(.-has-next) figcaption {
  background: #f9b9b4;
}

body[data-theme=theme-pink] .block-section.color-accent2 .block-image:not(.-has-next) figcaption {
  background: #674c31;
}

body[data-theme=theme-brown] .block-section.color-accent2 .block-image:not(.-has-next) figcaption {
  background: #36402b;
}

body[data-theme=theme-homepage] .block-section.color-accent2 .block-image:not(.-has-next) figcaption {
  background: #f9b9b4;
}

.page-blocks .container:after {
  content: "";
  display: table;
  clear: both;
}
.page-blocks h5.subhead {
  margin: 0;
}
.page-blocks .block-text-grid {
  padding: 24px 0;
}
.page-blocks .block-text-grid .text-blocks li {
  margin-top: 60px;
  list-style-type: none;
}
.page-blocks .block-text-grid .text-blocks li h5.count {
  margin: 0;
}
.page-blocks .block-text-grid .text-blocks li h5 + h3 {
  margin-top: 6px;
}
.page-blocks .block-text-grid .text-blocks li p {
  font-weight: normal;
  font-family: "Untitled Sans", sans-serif;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.47px;
}
@media screen and (min-width: 768px) {
  .page-blocks .block-text-grid .text-blocks li {
    padding-right: 24px;
  }
  .page-blocks .block-text-grid .text-blocks li p {
    font-weight: normal;
    font-family: "Untitled Sans", sans-serif;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.25px;
    font-weight: light;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.page-blocks .block-text {
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .page-blocks .block-text {
    padding: 96px 0;
  }
  .page-blocks .block-text.-halfWidth {
    width: 50%;
    float: left;
    padding-right: 24px;
  }
  .page-blocks .block-text.-halfWidth p {
    font-weight: normal;
    font-family: "Untitled Sans", sans-serif;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.25px;
    font-weight: light;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .page-blocks .block-text.-fullWidth .subhead {
    text-align: center;
  }
  .page-blocks .block-text.-fullWidth ul,
.page-blocks .block-text.-fullWidth ol,
.page-blocks .block-text.-fullWidth p {
    font-weight: normal;
    font-family: "Untitled Sans", sans-serif;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.25px;
    font-weight: light;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.block-quote p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
  text-align: center;
}
.block-quote cite {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  font-style: normal;
  display: block;
  text-align: center;
  margin: 24px 0;
}
.block-quote cite::before {
  content: " \2014   ";
}
.block-quote figure {
  display: none;
}
@media screen and (min-width: 768px) {
  .block-quote {
    padding: 96px 0;
  }
  .block-quote p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -2.25px;
  }
  .block-quote blockquote {
    padding: 0 8.3333333333%;
  }
}

.block-statement .statement {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block-statement {
    padding: 96px 0;
  }
  .block-statement .statement {
    padding: 0 8.3333333333%;
  }
}

.block-question,
.block-statement,
.block-quote {
  position: relative;
}
.block-question figure,
.block-statement figure,
.block-quote figure {
  display: none;
}
.block-question .icon.sprite-slash,
.block-statement .icon.sprite-slash,
.block-quote .icon.sprite-slash {
  display: none;
}
.block-question .container,
.block-statement .container,
.block-quote .container {
  padding: 24px 30px;
}
@media screen and (min-width: 768px) {
  .block-question,
.block-statement,
.block-quote {
    position: relative;
  }
  .block-question .container,
.block-statement .container,
.block-quote .container {
    padding: 0;
  }
  .block-question.-has-image,
.block-statement.-has-image,
.block-quote.-has-image {
    min-height: 384px;
  }
  .block-question figure,
.block-statement figure,
.block-quote figure {
    display: block;
    width: 264px;
    height: 384px;
    position: absolute;
    bottom: 0;
    mix-blend-mode: multiply;
    opacity: 0.9;
  }
  .block-question.-left figure,
.block-statement.-left figure,
.block-quote.-left figure {
    left: 0;
    transform: translateX(-50%);
  }
  .block-question.-right figure,
.block-statement.-right figure,
.block-quote.-right figure {
    right: 0;
    transform: translateX(50%);
  }
}

.block-cta {
  text-align: center;
  padding: 48px 0;
}
.block-cta .user-content {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .block-cta {
    padding: 96px 0;
  }
  .block-cta .user-content {
    max-width: 80%;
  }
}

form label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  display: block;
  padding: 0 24px 12px 0;
  margin: 0;
}
form label.-large {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
}
form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}
form input[type=text],
form input[type=email],
form textarea {
  font-weight: normal;
  font-family: "Untitled Sans", sans-serif;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.25px;
  font-weight: light;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border: 2px solid #1a1a1a;
  border-top: none;
  padding: 12px 24px 24px;
  width: 100%;
  margin-bottom: 36px;
  max-height: 200px;
}
form input[type=text]:focus,
form input[type=email]:focus,
form textarea:focus {
  outline: 0;
}
form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.3);
}
form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.3);
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form textarea::placeholder {
  color: rgba(26, 26, 26, 0.3);
}
@media screen and (min-width: 768px) {
  form input[type=text].half,
form input[type=email].half,
form textarea.half {
    width: calc(50% - 12px);
    float: left;
  }
  form input[type=text].half:nth-child(even),
form input[type=email].half:nth-child(even),
form textarea.half:nth-child(even) {
    float: right;
  }
}
form .actions {
  margin-top: 12px;
}
form .status {
  display: none;
}
form .status.error {
  color: #dd8064;
  margin: 12px 0 24px;
  display: block;
}
form.success fieldset,
form.success .actions {
  display: none;
}
form.success .status {
  margin: 30px 0;
  display: block;
}

#hamburger-salad {
  display: inline-block;
}
#hamburger-salad .label {
  padding: 0 1px 2px 1px;
  background-image: linear-gradient(to top, #1a1a1a 2px, #ffffff 2px, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition-duration: 0.2s;
  transition-property: background-size, color;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#hamburger-salad:hover .label, #hamburger-salad:focus .label {
  text-decoration: none;
  background-size: 100% 100%;
  transition-delay: 0s;
}
#hamburger-salad .label {
  display: none;
}
#hamburger-salad .hamburger {
  width: 36px;
  height: 38px;
  vertical-align: middle;
}
#hamburger-salad .hamburger .hambone {
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: bottom left;
}
#hamburger-salad:focus .hambone:nth-child(1), #hamburger-salad:hover .hambone:nth-child(1) {
  transform: skewY(-7deg);
}
@media screen and (min-width: 768px) {
  #hamburger-salad {
    margin: 12px 0 0 0;
  }
  #hamburger-salad .label {
    margin-left: 12px;
    padding: 0 2px;
    display: inline-block;
  }
}

.nav-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  padding: 18px 0;
  margin: 0;
}
.nav-main:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .nav-main {
    padding: 36px 0;
  }
}
.nav-main .container {
  position: relative;
}
.nav-main .sticky-logo {
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-duration: 0s;
  width: 97px;
  height: 26px;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-main .sticky-logo svg {
  width: 97px;
  height: 26px;
}
body[data-theme=theme-orange] .nav-main .sticky-logo svg {
  fill: #36402b;
}

body[data-theme=theme-yellow] .nav-main .sticky-logo svg {
  fill: #1a1a1a;
}

body[data-theme=theme-pink] .nav-main .sticky-logo svg {
  fill: #f15623;
}

body[data-theme=theme-brown] .nav-main .sticky-logo svg {
  fill: #f15623;
}

body[data-theme=theme-homepage] .nav-main .sticky-logo svg {
  fill: #36402b;
}

@media screen and (min-width: 768px) {
  .nav-main .sticky-logo {
    top: 0;
    width: 150px;
    height: 40px;
  }
  .nav-main .sticky-logo svg {
    width: 150px;
    height: 40px;
  }
}
.nav-main .site-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  transform: translateX(-100%);
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.nav-main .site-nav a {
  text-align: center;
}
.nav-main .site-nav .wrap {
  height: calc(100% - 44px);
}
@media screen and (min-width: 768px) {
  .nav-main .site-nav .wrap .wrap {
    height: calc(100% - 52px);
  }
}
.nav-main .site-nav .nav-home a {
  background: #36402b;
  color: #EBE5D0;
}
.nav-main .site-nav .nav-our-work a {
  background: #f15623;
}
.nav-main .site-nav .nav-our-story a {
  background: #f9b9b4;
}
.nav-main .site-nav .nav-our-team a {
  background: #f9b9b4;
}
.nav-main .site-nav .nav-blog a {
  background: #36402b;
  color: #EBE5D0;
}
.nav-main .site-nav .nav-partner-with-us a {
  background: #f3d955;
}
.nav-main .site-nav .nav-donate a {
  background: #EBE5D0;
  color: #f15623;
}
.nav-main .site-nav ul {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
  display: flex;
  flex-flow: column;
  height: 100%;
  margin: 0;
}
.nav-main .site-nav ul > li {
  position: relative;
  flex: 1;
  min-height: 100px;
}
.nav-main .site-nav ul > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition-duration: 0.2s;
  transition-property: background;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.nav-main .site-nav ul > li a:focus, .nav-main .site-nav ul > li a:hover {
  background: #ffffff;
  color: #1a1a1a;
  text-decoration: underline;
}
.nav-main .site-nav ul > li.active > a {
  text-decoration: underline;
}
.nav-main .site-nav ul > li.dropdown svg {
  height: 15px;
}
.nav-main .site-nav ul > li.dropdown .toggle-dropdown {
  padding: 25px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 8.3333333333%;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.nav-main .site-nav ul > li.dropdown.open .toggle-dropdown {
  transform: rotate(180deg);
}
.nav-main .site-nav ul.children {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
.nav-main .site-nav ul.children li {
  display: block;
  height: 100px;
}
.nav-main .site-nav li.open > ul.children {
  display: block;
}
.nav-main .close-wrap {
  padding: 10px 0 10px 36px;
}
.nav-main .close-wrap a {
  display: block;
  width: 100px;
  text-align: left;
}
.nav-main .close-wrap a svg {
  vertical-align: top;
  margin-right: 18px;
}
.nav-main .close-wrap a .label {
  padding: 0 1px 2px 1px;
  background-image: linear-gradient(to top, #1a1a1a 2px, #ffffff 2px, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition-duration: 0.2s;
  transition-property: background-size, color;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.nav-main .close-wrap a:hover .label, .nav-main .close-wrap a:focus .label {
  text-decoration: none;
  background-size: 100% 100%;
  transition-delay: 0s;
}
.nav-main .close-wrap .label {
  display: none;
  padding: 0 2px;
}
@media screen and (min-width: 768px) {
  .nav-main .close-wrap {
    padding: 15px 0 15px 36px;
    height: 54px;
  }
}
@media screen and (min-width: 1158px) {
  .nav-main .close-wrap {
    position: relative;
  }
  .nav-main .close-wrap .label {
    display: inline-block;
  }
  .nav-main .close-wrap a {
    position: absolute;
    right: calc(540px - 16.6666666667%);
    z-index: 1000;
  }
}
.nav-main .donate {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav-main .site-nav {
    width: 50vw;
  }
  .nav-main .container {
    margin: 0 auto;
  }
  .nav-main .donate {
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  .nav-main .donate:focus, .nav-main .donate:hover {
    transform: none;
    background: #ffffff;
    border-color: #ffffff;
  }
}
@media screen and (min-width: 1158px) {
  .nav-main .donate {
    right: 0;
  }
}

body.nav-stuck {
  padding-top: 74px;
}
body.nav-stuck .nav-main {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 4px 0;
  z-index: 100001;
  background: #EBE5D0;
}
body.nav-stuck .nav-main .sticky-logo {
  opacity: 1;
  transition-duration: 0.2s;
}
body.nav-stuck .nav-main .donate {
  display: none;
}
body.nav-stuck .nav-main::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0) 100%);
  height: 16px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  body.nav-stuck {
    padding-top: 122px;
  }
  body.nav-stuck #hamburger-salad {
    margin-top: 2px;
  }
  body.nav-stuck .nav-main {
    padding: 7px 0;
  }
}

body.nav-open #adminbar {
  display: none;
}
body.nav-open #hamburger-salad {
  opacity: 0;
}
body.nav-open .nav-main .site-nav {
  transform: translateX(0);
}

.footer-outro {
  position: relative;
  padding: 60px 0;
}
body[data-theme=theme-orange] .footer-outro {
  background: #36402b;
}

body[data-theme=theme-yellow] .footer-outro {
  background: #f9b9b4;
}

body[data-theme=theme-pink] .footer-outro {
  background: #674c31;
}

body[data-theme=theme-brown] .footer-outro {
  background: #36402b;
}

body[data-theme=theme-homepage] .footer-outro {
  background: #f9b9b4;
}

.footer-outro .sprite-slash {
  display: none;
}
.footer-outro p {
  font-weight: normal;
  font-family: "Untitled Sans", sans-serif;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.25px;
  font-weight: light;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-outro .text-wrap {
  padding: 36px 0 0;
}
body[data-theme=theme-orange] .footer-outro .text-wrap {
  color: #EBE5D0;
}

body[data-theme=theme-yellow] .footer-outro .text-wrap {
  color: #1a1a1a;
}

body[data-theme=theme-pink] .footer-outro .text-wrap {
  color: #EBE5D0;
}

body[data-theme=theme-brown] .footer-outro .text-wrap {
  color: #EBE5D0;
}

body[data-theme=theme-homepage] .footer-outro .text-wrap {
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .footer-outro .block-cta {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-outro .grid {
    display: flex;
    flex-direction: column;
  }
  .footer-outro .grid-item {
    flex: 0 1 100%;
  }
  .footer-outro .image-wrap {
    order: 1;
  }
  .footer-outro .text-wrap {
    order: 2;
  }
  .footer-outro .block-cta {
    padding: 36px 0;
  }
}
.footer-outro .tape-tagline {
  right: 65%;
  top: 60px;
  transform: rotate(15deg);
}
body[data-theme=theme-orange] .footer-outro .tape-tagline {
  background: #f15623;
}

body[data-theme=theme-yellow] .footer-outro .tape-tagline {
  background: #0a21ba;
}

body[data-theme=theme-pink] .footer-outro .tape-tagline {
  background: #f9b9b4;
}

body[data-theme=theme-homepage] .footer-outro .tape-tagline {
  background: #f3d955;
}

body[data-theme=theme-orange] .footer-outro .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-yellow] .footer-outro .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-pink] .footer-outro .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-brown] .footer-outro .tape-tagline {
  color: #1a1a1a;
}

body[data-theme=theme-homepage] .footer-outro .tape-tagline {
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .footer-outro {
    padding: 96px 0 144px;
  }
  .footer-outro .tape-tagline {
    transform-origin: left;
    right: auto;
    left: -48px;
    top: 96px;
  }
  .footer-outro .text-wrap {
    align-self: flex-end;
    padding: 0 24px 24px 0;
  }
}

footer.site-footer {
  text-align: center;
}
body[data-theme=theme-orange] footer.site-footer {
  background: #f15623;
}

body[data-theme=theme-yellow] footer.site-footer {
  background: #f9b9b4;
}

body[data-theme=theme-pink] footer.site-footer {
  background: #f9b9b4;
}

body[data-theme=theme-brown] footer.site-footer {
  background: #36402b;
}

body[data-theme=theme-homepage] footer.site-footer {
  background: #f3d955;
}

body[data-theme=theme-orange] footer.site-footer {
  color: #1a1a1a;
}

body[data-theme=theme-yellow] footer.site-footer {
  color: #1a1a1a;
}

body[data-theme=theme-pink] footer.site-footer {
  color: #1a1a1a;
}

body[data-theme=theme-brown] footer.site-footer {
  color: #EBE5D0;
}

body[data-theme=theme-homepage] footer.site-footer {
  color: #1a1a1a;
}

footer.site-footer .footer-tagline {
  text-align: center;
  padding: 48px 0 12px;
}
footer.site-footer .copyright {
  text-align: center;
  padding: 36px 0 72px;
}
footer.site-footer .contact-info svg.sprite-logo-staggered {
  width: 120px;
  height: 78px;
  margin: 36px 0 0;
}
footer.site-footer .footer-blocks a:not(.logo) {
  padding: 0 1px 2px 1px;
  background-image: linear-gradient(to top, #1a1a1a 2px, #ffffff 2px, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition-duration: 0.2s;
  transition-property: background-size, color;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
footer.site-footer .footer-blocks a:not(.logo):hover, footer.site-footer .footer-blocks a:not(.logo):focus {
  text-decoration: none;
  background-size: 100% 100%;
  transition-delay: 0s;
}
footer.site-footer .footer-blocks--brown a:not(.logo):hover {
  color: black;
}
footer.site-footer .footer-blocks ul {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
footer.site-footer .footer-blocks ul li {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer-blocks {
    display: flex;
    flex-direction: column;
  }
  footer.site-footer .footer-blocks .footer-block {
    margin: 36px 0 0;
    flex: 0 1 100%;
  }
  footer.site-footer .footer-blocks .main-nav {
    order: 1;
    display: none;
  }
  footer.site-footer .footer-blocks .secondary-nav {
    order: 2;
  }
  footer.site-footer .footer-blocks .social-nav {
    order: 3;
  }
  footer.site-footer .footer-blocks .contact-info {
    order: 4;
  }
}
@media screen and (min-width: 768px) {
  footer.site-footer {
    text-align: left;
  }
  footer.site-footer .contact-info svg.sprite-logo-staggered {
    margin-top: 60px;
    width: 168px;
    height: 109px;
  }
  footer.site-footer .footer-tagline {
    padding: 84px 0;
  }
  footer.site-footer .footer-blocks:after {
    content: "";
    display: table;
    clear: both;
  }
  footer.site-footer .footer-block {
    float: left;
    width: 25%;
    padding-top: 90px;
  }
  footer.site-footer .footer-block:nth-child(1) {
    padding-top: 0;
    width: 33.3333333333%;
  }
  footer.site-footer .footer-block:nth-child(4) {
    width: 16.6666666667%;
  }
}

body.page-home .block-section {
  position: static;
}
body.page-home .nav-main,
body.page-home .page-header {
  background: #36402b;
}
body.page-home.nav-stuck .nav-main {
  background: #EBE5D0;
}
body.page-home:not(.nav-stuck) #hamburger-salad .label {
  color: #EBE5D0;
}
body.page-home:not(.nav-stuck) #hamburger-salad svg {
  fill: #EBE5D0;
}
body.page-home:not(.nav-stuck) #hamburger-salad:hover .label,
body.page-home:not(.nav-stuck) #hamburger-salad .label:hover {
  color: #36402b;
}
body.page-home:not(.nav-stuck) .sticky-logo svg {
  fill: #EBE5D0;
}
body.page-home:not(.nav-stuck) .close-wrap svg {
  fill: #EBE5D0;
}
body.page-home:not(.nav-stuck) .close-wrap .label {
  color: #EBE5D0;
}
body.page-home:not(.nav-stuck) .close-wrap:hover .label,
body.page-home:not(.nav-stuck) .close-wrap .label:hover {
  color: #36402b;
}
body.page-home:not(.nav-stuck) a.donate {
  color: #f3d955;
  border-color: #f3d955;
}
body.page-home:not(.nav-stuck) a.donate:hover {
  color: #36402b;
  border-color: #ffffff;
}
body.page-home .page-wrapper .logos {
  width: 250px;
  margin: 0 auto;
  position: relative;
}
body.page-home .page-wrapper .logos svg.sprite-logo.clone {
  width: 250px;
  height: 67px;
  stroke-width: 2px;
  position: absolute;
  top: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  body.page-home .page-wrapper .logos {
    width: 742px;
  }
  body.page-home .page-wrapper .logos svg.sprite-logo.clone {
    width: 742px;
    height: 200px;
    stroke-width: 1px;
  }
}
body.page-home .page-wrapper .page-header svg.sprite-logo {
  fill: #EBE5D0;
  opacity: 0;
}
body.page-home .page-wrapper .page-header svg.sprite-logo.clone {
  fill: none;
  stroke: #f3d955;
}
body.page-home .page-wrapper .page-header .logos svg.sprite-logo.clone.clone-3 {
  top: 200%;
}
body.page-home .page-wrapper .page-header .logos svg.sprite-logo.clone.clone-2 {
  top: 300%;
}
body.page-home .page-wrapper .page-header .logos svg.sprite-logo.clone.clone-1 {
  top: 400%;
}
body.page-home .block-question {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.page-home .block-question {
    padding: 120px 0;
  }
}
body.page-home .block-answer {
  position: relative;
  padding: 0 0 24px;
}
body.page-home .block-answer .text-wrap {
  position: relative;
}
body.page-home .block-answer .text-wrap .body {
  margin: 36px 0 0;
}
body.page-home .block-answer .text-wrap .body p {
  font-weight: normal;
  font-family: "Untitled Sans", sans-serif;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.47px;
}
body.page-home .block-answer figure {
  position: relative;
}
body.page-home .block-answer figure .tape-tagline {
  right: 16.6666666667%;
}
body.page-home .block-answer.-has-previous::before {
  content: "";
  display: block;
  position: absolute;
  height: 192px;
  width: 100%;
  left: 0;
  top: 0;
  background: #EBE5D0;
}
body[data-theme=theme-orange] body.page-home .block-answer.-has-previous.-previous-accent1::before {
  background: #f15623;
}

body[data-theme=theme-yellow] body.page-home .block-answer.-has-previous.-previous-accent1::before {
  background: #f3d955;
}

body[data-theme=theme-pink] body.page-home .block-answer.-has-previous.-previous-accent1::before {
  background: #f9b9b4;
}

body[data-theme=theme-brown] body.page-home .block-answer.-has-previous.-previous-accent1::before {
  background: #674c31;
}

body[data-theme=theme-homepage] body.page-home .block-answer.-has-previous.-previous-accent1::before {
  background: #f3d955;
}

body[data-theme=theme-orange] body.page-home .block-answer.-has-previous.-previous-accent2::before {
  background: #36402b;
}

body[data-theme=theme-yellow] body.page-home .block-answer.-has-previous.-previous-accent2::before {
  background: #f9b9b4;
}

body[data-theme=theme-pink] body.page-home .block-answer.-has-previous.-previous-accent2::before {
  background: #674c31;
}

body[data-theme=theme-brown] body.page-home .block-answer.-has-previous.-previous-accent2::before {
  background: #36402b;
}

body[data-theme=theme-homepage] body.page-home .block-answer.-has-previous.-previous-accent2::before {
  background: #f9b9b4;
}

body.page-home .block-answer.-has-next::before {
  content: "";
  display: none;
  position: absolute;
  height: 192px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #EBE5D0;
}
body[data-theme=theme-orange] body.page-home .block-answer.-has-next.-next-accent1::before {
  background: #f15623;
}

body[data-theme=theme-yellow] body.page-home .block-answer.-has-next.-next-accent1::before {
  background: #f3d955;
}

body[data-theme=theme-pink] body.page-home .block-answer.-has-next.-next-accent1::before {
  background: #f9b9b4;
}

body[data-theme=theme-brown] body.page-home .block-answer.-has-next.-next-accent1::before {
  background: #674c31;
}

body[data-theme=theme-homepage] body.page-home .block-answer.-has-next.-next-accent1::before {
  background: #f3d955;
}

body[data-theme=theme-orange] body.page-home .block-answer.-has-next.-next-accent2::before {
  background: #36402b;
}

body[data-theme=theme-yellow] body.page-home .block-answer.-has-next.-next-accent2::before {
  background: #f9b9b4;
}

body[data-theme=theme-pink] body.page-home .block-answer.-has-next.-next-accent2::before {
  background: #674c31;
}

body[data-theme=theme-brown] body.page-home .block-answer.-has-next.-next-accent2::before {
  background: #36402b;
}

body[data-theme=theme-homepage] body.page-home .block-answer.-has-next.-next-accent2::before {
  background: #f9b9b4;
}

@media screen and (max-width: 767px) {
  body.page-home .block-answer .container {
    display: flex;
    flex-direction: column;
  }
  body.page-home .block-answer .image-wrap {
    margin: 24px 0;
    order: 1;
  }
  body.page-home .block-answer .text-wrap {
    order: 2;
  }
  body.page-home .block-answer h2 {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  body.page-home .block-answer:after {
    content: "";
    display: table;
    clear: both;
  }
  body.page-home .block-answer .container {
    display: flex;
    justify-content: space-between;
  }
  body.page-home .block-answer .image-wrap {
    position: relative;
  }
  body.page-home .block-answer .text-wrap {
    position: relative;
  }
  body.page-home .block-answer .text-wrap .body p {
    font-weight: normal;
    font-family: "Untitled Sans", sans-serif;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.25px;
    font-weight: light;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body.page-home .block-answer.-has-next::before {
    display: block;
  }
  body.page-home .block-answer.-right .icon.sprite-slash {
    right: 16.6666666667%;
  }
  body.page-home .block-answer.-right .text-wrap {
    flex: 0 1 50%;
    padding-right: 8.3333333333%;
    padding-top: 224px;
  }
  body.page-home .block-answer.-right .image-wrap {
    flex: 0 1 50%;
    padding-left: 24px;
    position: relative;
  }
  body.page-home .block-answer.-left .icon.sprite-slash {
    left: 16.6666666667%;
  }
  body.page-home .block-answer.-left .text-wrap {
    flex: 0 1 41.6666666667%;
    padding-left: 24px;
    order: 2;
  }
  body.page-home .block-answer.-left .image-wrap {
    align-self: flex-start;
    flex: 0 1 58.3333333333%;
    padding-right: 8.3333333333%;
    order: 1;
    padding-top: 224px;
  }
}
body.page-home .page-header {
  padding-bottom: 48px;
}
body.page-home .page-header .page-header-info {
  opacity: 0;
  margin-top: 96px;
}
body.page-home .page-header .text-wrap {
  background: #36402b;
  color: #EBE5D0;
}
body.page-home .page-header .text-wrap h2,
body.page-home .page-header .text-wrap h5 {
  margin: 0;
}
body.page-home .page-header .text-wrap .body {
  margin-top: 18px;
}
body.page-home .page-header .tape-tagline {
  left: -90px;
  top: 6px;
}
@media screen and (min-width: 768px) {
  body.page-home .page-header {
    padding-bottom: 30px;
  }
  body.page-home .page-header:after {
    content: "";
    display: table;
    clear: both;
  }
  body.page-home .page-header .body p {
    font-weight: normal;
    font-family: "Untitled Sans", sans-serif;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.25px;
    font-weight: light;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body.page-home .page-header .tape-tagline {
    right: auto;
    left: -60px;
    top: -60px;
  }
  body.page-home .page-header .tape-tagline .xl {
    display: none;
  }
  body.page-home .page-header .image-wrap {
    margin: 0;
    width: 50%;
    float: left;
    padding-right: 24px;
  }
  body.page-home .page-header .text-wrap {
    background: #36402b;
    color: #EBE5D0;
    padding: 24px;
    width: 41.6666666667%;
    float: left;
    margin-left: 8.3333333333%;
  }
  body.page-home .page-header .text-wrap .body {
    font-weight: normal;
    font-family: "Untitled Sans", sans-serif;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.25px;
    font-weight: light;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 36px 0 0;
  }
  body.page-home .page-header .page-header-info {
    margin-top: 96px;
    margin-bottom: 25%;
    padding-bottom: 25%;
  }
}
@media screen and (min-width: 1158px) {
  body.page-home .page-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #EBE5D0;
    height: 192px;
    width: 100%;
  }
}
body.page-home .footer-outro {
  background: #EBE5D0;
  padding-top: 0;
}
body.page-home .footer-outro .logos.footer-clones svg.sprite-logo {
  fill: none;
  stroke: #1a1a1a;
}
@media screen and (max-width: 767px) {
  body.page-home .footer-outro .logos.footer-clones {
    padding-bottom: 60px;
  }
  body.page-home .footer-outro .logos.footer-clones svg.sprite-logo.clone {
    position: relative;
    top: auto;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  body.page-home .footer-outro {
    padding-top: 0;
  }
  body.page-home .footer-outro .logos.footer-clones {
    height: 200px;
  }
  body.page-home .footer-outro .logos.footer-clones svg.sprite-logo.clone.clone-3 {
    top: 200%;
  }
  body.page-home .footer-outro .logos.footer-clones svg.sprite-logo.clone.clone-2 {
    top: 100%;
  }
  body.page-home .footer-outro .logos.footer-clones svg.sprite-logo.clone.clone-1 {
    top: 0;
  }
}

.modal-overlay {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100010;
  position: fixed;
  background-color: rgba(235, 229, 208, 0.95);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  z-index: 100011;
}
@media screen and (min-width: 768px) {
  .modal {
    padding: 0 24px;
  }
}
.modal .close-modal {
  position: absolute;
  width: 100px;
  top: 6px;
  right: 4px;
}
.modal .close-modal span {
  padding: 0 1px 2px 1px;
  background-image: linear-gradient(to top, #1a1a1a 2px, #ffffff 2px, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition-duration: 0.2s;
  transition-property: background-size, color;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.modal .close-modal:hover span, .modal .close-modal:focus span {
  text-decoration: none;
  background-size: 100% 100%;
  transition-delay: 0s;
}
.modal .close-modal svg {
  width: 21px;
  height: 21px;
  float: right;
}
.modal .close-modal span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  display: inline-block;
  vertical-align: top;
  margin: -2px 0 0 16px;
}
@media screen and (min-width: 768px) {
  .modal .close-modal {
    width: 150px;
    top: 6px;
    left: calc(100% - 6px);
    transform: rotate(90deg);
    transform-origin: left top;
  }
  .modal .close-modal svg {
    float: none;
  }
}
.modal .image-wrap {
  margin: 24px 24px 0 24px;
  text-align: center;
}
.modal .image-wrap figure {
  margin: 24px auto 0;
}
.modal .image-wrap img {
  display: block;
  max-height: 30vh;
}
.modal .image-wrap.gray img {
  margin: 0 auto;
}
.modal .text-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(70vh - 24px - 10px);
}
.modal .text-wrap ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal .text-wrap ul.social li {
  display: inline-block;
  margin-left: 24px;
}
.modal .text-wrap ul.social a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
}
.modal .text-wrap ul.social a {
  background-image: linear-gradient(to top, 0%, 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  text-decoration: underline;
  transition-duration: 0.2s;
  transition-property: background-size;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.modal .text-wrap ul.social a:hover, .modal .text-wrap ul.social a:focus {
  background-size: 100% 100%;
  transition-delay: 0s;
}
.modal .text-wrap .user-content ul.social li {
  display: block;
  margin: 18px 0 0;
}
.modal .text-wrap .user-content ul.social li::before {
  display: none;
}
.modal .text-wrap h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.4px;
  text-align: center;
}
.modal .text-wrap .person-meta .inner {
  display: flex;
  padding-bottom: 12px;
}
.modal .text-wrap .person-meta h3 {
  flex: 0 1 40%;
}
.modal .text-wrap .person-meta ul.social {
  flex: 0 1 60%;
  text-align: right;
  margin-top: 4px;
}
.modal .text-wrap .person-body {
  overflow: auto;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .modal .text-wrap .person-body {
    padding-bottom: 48px;
  }
}
.modal .text-wrap::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #f9b9b4 30%, rgba(249, 185, 180, 0) 100%);
}
@media screen and (max-width: 767px) {
  .modal .text-wrap {
    background: #f9b9b4;
    padding: 30px;
  }
  .modal .text-wrap .person-meta h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
  }
  .modal .text-wrap h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 768px) {
  .modal .image-wrap {
    width: 50%;
    margin: 0;
  }
  .modal .image-wrap img {
    max-height: 50vh;
  }
  .modal .text-wrap {
    position: relative;
    margin: -120px 8.3333333333% 96px 8.3333333333%;
    width: 83.3333333333%;
    padding: 36px 8.3333333333%;
    background: #f9b9b4;
    min-height: 220px;
    max-height: calc(50vh + 60px);
  }
  .modal .text-wrap h2 {
    margin: 36px 0 48px;
  }
}

body.child-our-team .person {
  padding: 24px 0;
}
body.child-our-team .person .modal-content {
  display: none;
}
body.child-our-team .person figure {
  cursor: pointer;
}
body.child-our-team .person h3 {
  position: relative;
  margin: 6px 0 12px;
  padding-right: 34px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "Untitled Sans", sans-serif;
  letter-spacing: -0.1px;
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
}
body.child-our-team .person h3 span {
  background-image: linear-gradient(to top, 0%, 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  text-decoration: underline;
  transition-duration: 0.2s;
  transition-property: background-size;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
body.child-our-team .person h3:hover span, body.child-our-team .person h3:focus span {
  background-size: 100% 100%;
  transition-delay: 0s;
}
body.child-our-team .person h3 a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #ffffff;
  background-size: 100% 100%;
  padding: 5px;
  text-align: center;
}
body.child-our-team .person h3 a svg {
  vertical-align: top;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  body.child-our-team .person-group-wrap {
    margin: 0 -15px;
  }
  body.child-our-team .person-group {
    display: flex;
    flex-wrap: wrap;
  }
  body.child-our-team .person {
    padding: 30px 15px 36px;
    flex: 0 1 50%;
    min-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  body.child-our-team .our-board {
    margin-top: 96px;
  }
}
@media screen and (min-width: 768px) {
  body.child-our-team .person-group-wrap {
    margin: 0 -4.1666666667%;
  }
  body.child-our-team .person {
    flex: 0 1 37.5%;
    padding: 24px 4.1666666667% 36px;
  }
  body.child-our-team .person p {
    font-weight: normal;
    font-family: "Untitled Sans", sans-serif;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.25px;
    font-weight: light;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body.child-our-team .person h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.2px;
  }
  body.child-our-team .person.square {
    flex: 0 1 31.25%;
  }
  body.child-our-team .person.padded {
    padding-top: 96px;
  }
  body.child-our-team .our-team {
    padding-top: 96px;
  }
  body.child-our-team .our-board {
    padding-top: 96px;
  }
  body.child-our-team .our-board .person-group-wrap {
    margin: 0 -12px;
  }
  body.child-our-team .our-board > h2 {
    margin-bottom: 36px;
  }
  body.child-our-team .our-board .person {
    flex: 0 1 33.3333333333%;
    padding: 24px 12px 96px;
  }
  body.child-our-team .our-board .person .person-info {
    padding-right: 25%;
  }
  body.child-our-team .our-board .person h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-family: "Untitled Sans", sans-serif;
    letter-spacing: -0.1px;
    margin: 0.5em 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    margin: 12px 0;
  }
}

body.page-donate .carousel-wrap {
  background: #36402b;
}
body.page-donate .carousel-wrap .carousel-header {
  color: #EBE5D0;
}
body.page-donate .carousel-wrap .tape-tagline {
  top: 50px;
  right: -20px;
  transform: rotate(30deg);
  background: #36402b;
  color: #EBE5D0;
}
body.page-donate .carousel-wrap .cells::after {
  background-image: linear-gradient(90deg, rgba(54, 64, 43, 0) 0%, #36402b 100%);
}
body.page-donate .block-cta {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  body.page-donate .block-cta {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  body.page-careers .block-text.-halfWidth {
    clear: left;
  }
}

body.page-partner-with-us .page-header .tape-tagline {
  color: #f9b9b4;
}
body.page-partner-with-us .partner-form-wrap {
  background: #f3d955;
}
body.page-partner-with-us .partner-form-wrap .actions {
  text-align: center;
}
body.page-partner-with-us .partner-form-wrap .actions .button {
  background: #f9b9b4;
}
body.page-partner-with-us p.terms {
  font-size: 10px;
  opacity: 0.5;
}
body.page-partner-with-us p.terms a {
  text-decoration: underline;
}
body.page-partner-with-us input#botsLoveTheHoney {
  display: none;
}
body.page-partner-with-us .form-embed,
body.page-partner-with-us .form-intro {
  padding: 0 0 24px;
}
@media screen and (min-width: 768px) {
  body.page-partner-with-us .partner-form-wrap {
    padding: 48px 0 84px 0;
  }
  body.page-partner-with-us .partner-form-wrap .grid-wrap {
    margin: 0 -12px;
  }
  body.page-partner-with-us .partner-form-wrap .grid-item {
    padding: 0 12px;
  }
  body.page-partner-with-us .partner-form-wrap .form-intro {
    padding: 0 0 60px;
  }
  body.page-partner-with-us .form-intro p {
    font-weight: normal;
    font-family: "Untitled Sans", sans-serif;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.25px;
    font-weight: light;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.blog-section {
  margin-top: 90px;
  position: relative;
  background: #674c31;
  content: "0.625rem";
}

.blogListing {
  font-size: 0.625rem;
}
.blogListing-empty {
  padding: 4.8em 0 9.6em 0;
}
.blogListing-empty p {
  color: #ffffff;
  font-size: 6em;
  font-weight: 700;
  line-height: 1;
}
.blogListing-title {
  padding: 1.6em 0 0.8em 0;
  color: #EBE5D0;
  font-size: 6em;
}
.blogListing-subtitle {
  margin-bottom: 1.8333333333em;
  color: #EBE5D0;
  font-size: 1.2em;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}
.blogListing-description {
  margin-bottom: 4.8em;
  color: #EBE5D0;
  font-size: inherit;
}
.blogListing-description p {
  font-size: 2.4em;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .blogListing-description {
    width: 50%;
  }
}
.blogListing-filters {
  display: flex;
  align-items: center;
  margin-bottom: 9em;
  font-size: 0.625rem;
  font-weight: bold;
}
.blogListing-filters li {
  margin-right: 4.8em;
}
.blogListing-filters a {
  font-size: 2.4em;
  text-underline-offset: 0.25em;
}
.blogListing-filters a:link, .blogListing-filters a:visited, .blogListing-filters a:hover, .blogListing-filters a:active {
  color: #EBE5D0;
  text-decoration: underline;
}
.blogListing-filters a._is-active {
  color: #f15623;
}
.blogListing-filters a:hover {
  color: #f15623;
}
.blogListing-container {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .blogListing-container {
    padding-top: 5em;
  }
}

.blogPost {
  font-size: 0.625rem;
}
.blogPost--card {
  padding: 2.4em;
  width: 49%;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .blogPost--card {
    display: inline-block;
    margin-bottom: 2.4em;
  }
  .blogPost--card:nth-of-type(1) {
    margin-top: -9em;
  }
}
.blogPost--page {
  max-width: 1128px;
  margin: 12.3em auto 0 auto;
}
.blogPost-category {
  display: block;
  color: #f15623;
  font-size: 1.2em;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}
.blogPost-category--card {
  margin-bottom: 1.3333333333em;
}
.blogPost-category--page {
  margin-bottom: 0.8333333333em;
}
.blogPost-header--page {
  text-align: center;
}
.blogPost-title--card {
  margin-bottom: 0.4583333333em;
  font-size: 4.8em;
  line-height: 1;
}
.blogPost-title--page {
  margin-bottom: 0.3666666667em;
  font-size: 6em;
  line-height: 1;
}
.blogPost-meta--card {
  display: flex;
  align-items: center;
  margin-bottom: 1.6em;
}
.blogPost-meta--page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.8em;
}
.blogPost-profile {
  border-radius: 100%;
  height: 3em;
  margin-right: 1em;
  width: 3em;
  position: relative;
  overflow: hidden;
}
.blogPost-profile--card {
  border: 2px solid #EBE5D0;
}
.blogPost-profile img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.blogPost-profile figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.blogPost-byline, .blogPost-date {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
}
.blogPost-byline {
  margin-right: 2.6666666667em;
}
.blogPost-figure--card {
  margin-bottom: 2.2em;
}
@media screen and (min-width: 768px) {
  .blogPost-figure--page {
    margin-bottom: 15.9em;
    position: relative;
  }
}
.blogPost-figure-img {
  max-width: 100%;
}
.blogPost-figure-caption--card {
  display: none;
}
.blogPost-figure-caption--page {
  background: #EBE5D0;
  padding: 1.7142857143em;
  font-size: 1.4em;
  line-height: 1.4285714286;
  font-weight: 300;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .blogPost-figure-caption--page {
    max-width: 312px;
    position: absolute;
    top: 535px;
    left: 168px;
  }
}
.blogPost-body {
  margin: 0 3em 3em 3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blogPost-body {
    margin: 0 9.6em 3em 9.6em;
    max-width: 552px;
  }
  .blogPost-body--norecipe {
    margin-bottom: 7.2em;
  }
}
.blogPost-intro--card p {
  margin-bottom: 1.3333333333em;
  font-size: 1.8em;
  line-height: 1.3333333333;
}
.blogPost-intro--page p {
  margin-bottom: 1em;
  font-size: 2.4em;
  line-height: 1.25;
  letter-spacing: -0.25px;
}
.blogPost-primary--page p {
  margin-bottom: 2.4em;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.blogPost-primary--page p.blogPost-primary-attribution {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 1.75px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .blogPost-primary--page p.blogPost-primary-attribution {
    margin: 0 -100% 6em -8em;
  }
}
.blogPost-primary--page figure {
  position: relative;
}
@media screen and (min-width: 768px) {
  .blogPost-primary--page figure {
    margin: 8.6em -100% 12.7em -9.6em;
  }
}
.blogPost-primary--page figcaption {
  background: #EBE5D0;
  padding: 1.5em 0;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .blogPost-primary--page figcaption {
    max-width: 285px;
    padding: 1.5em;
    position: absolute;
    top: 535px;
    left: 72px;
  }
}
.blogPost-primary-quote {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 768px) {
  .blogPost-primary-quote {
    margin: 3.6em -100% 1em -4em;
    max-width: 744px;
  }
}
.blogPost-more {
  display: flex;
  margin-bottom: 3em;
  font-size: 0.625rem;
  font-weight: 700;
}
.blogPost-more-trigger {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.6em;
  letter-spacing: -0.1px;
  text-decoration: underline;
  text-underline-offset: 0.375em;
}
.blogPost-more-icon {
  display: inline-block;
  height: 3em;
  padding: 0.4em 1em 0.5em 0.8em;
  width: 3em;
  background: #EBE5D0;
  font-size: 0.625rem;
}
.blogPost-more-svg {
  max-width: 100%;
  height: 100%;
  fill: #1a1a1a;
}

.cardPagination {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 11.8em 0 9.8em 0;
  font-size: 0.625rem;
  font-weight: bold;
}
.cardPagination-group {
  display: flex;
  align-items: center;
}
.cardPagination-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cardPagination-num._is-active {
  pointer-events: none;
}
.cardPagination li {
  margin-right: 2.4em;
}
.cardPagination a {
  font-size: 2.4em;
  text-underline-offset: 0.25em;
}
.cardPagination a:link, .cardPagination a:visited, .cardPagination a:hover, .cardPagination a:active {
  color: #EBE5D0;
}
.cardPagination a:hover, .cardPagination a._is-active {
  color: #f15623;
}
.cardPagination a._is-inactive {
  pointer-events: none;
}
.cardPagination-icon {
  height: 0.8em;
  width: 0.8em;
  fill: #f15623;
}
.cardPagination-nav._is-inactive .cardPagination-icon {
  fill: #EBE5D0;
}
.cardPagination-nav--forward .cardPagination-icon {
  transform: scaleX(-1);
}

.recipeCard {
  margin: 7.2em 3em;
  padding-bottom: 5em;
}
@media screen and (min-width: 768px) {
  .recipeCard {
    margin: 7.2em 0;
  }
}
.recipeCard-header {
  margin-bottom: 7.2em;
  font-size: 0.625rem;
}
.recipeCard-header-label {
  display: block;
  font-family: "Quarto";
  font-size: 6.4em;
  line-height: 0.9375;
}
.recipeCard-header-title {
  display: block;
  font-size: 4.8em;
  line-height: 1;
}
.recipeCard-container {
  display: flex;
  flex-flow: row wrap;
}

.recipeSteps {
  margin-bottom: 2.4em;
  width: 100%;
  counter-reset: fancy-counter;
  font-size: 0.625rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .recipeSteps {
    flex: 0 1 65.9574468085%;
    margin: 0 2.4em 0 0;
  }
}
.recipeSteps-item {
  position: relative;
  padding: 0 2em;
  background: #ffffff;
  counter-increment: fancy-counter;
}
.recipeSteps-item::before {
  content: "0" counter(fancy-counter);
  margin-right: 1em;
  position: absolute;
  top: 0.8333333333em;
  font-size: 2.4em;
  font-weight: bold;
}
.recipeSteps-title {
  padding-left: 6em;
  border-top: 1px solid #EBE5D0;
  font-size: 0.625rem;
}
.recipeSteps-item:first-of-type .recipeSteps-title {
  border-top: none;
}
.recipeSteps-trigger {
  display: flex;
  flex-flow: row wrap;
  border: none;
  padding: 0.8333333333em 0;
  width: 100%;
  background: none;
  color: #1a1a1a;
  font-size: 2.4em;
  text-align: left;
}
.recipeSteps-toggle {
  fill: #ffffff;
}
.recipeSteps-label {
  flex: 0 1 calc(100% - 1.25em);
  pointer-events: none;
}
.recipeSteps-icon, .recipeSteps-toggle {
  pointer-events: none;
}
.recipeSteps-icon {
  flex: 0 1 auto;
  height: 1.25em;
  width: 1.25em;
  background: #EBE5D0;
}
.recipeSteps-toggle {
  height: 100%;
  width: 100%;
  fill: #1a1a1a;
}
.recipeSteps-trigger[aria-expanded=false] .recipeSteps-toggle--collapse {
  display: none;
}
.recipeSteps-trigger[aria-expanded=true] .recipeSteps-toggle--expand {
  display: none;
}
.recipeSteps-content {
  font-size: 0.625rem;
  padding: 2.6em 2.4em 4.8em 6.4em;
}
.recipeSteps-content p, .recipeSteps-content li {
  margin-bottom: 1em;
  font-size: 1.8em;
  line-height: 1.3333333333;
}
.recipeSteps-content ul, .recipeSteps-content ol {
  margin: 3em;
}
.recipeSteps-content ul {
  list-style-type: disc;
}
.recipeSteps-content a {
  text-decoration: underline;
}
.recipeSteps-content a:link, .recipeSteps-content a:visited, .recipeSteps-content a:hover, .recipeSteps-content a:active {
  color: #f15623;
}

.recipeTips {
  font-size: 0.625rem;
  display: grid;
  grid-template-rows: 1fr;
}
@media screen and (min-width: 768px) {
  .recipeTips {
    flex: 0 1 calc(34.0425531915% - 2.4em);
  }
}
.recipeTips-container {
  align-self: start;
  padding: 2.4em;
  background: #f3d955;
}
.recipeTips-title {
  font-size: 2.4em;
}
.recipeTips-content p, .recipeTips-content li {
  margin-bottom: 1em;
  font-size: 1.6em;
  line-height: 1.5;
}
.recipeTips-content ul, .recipeTips-content ol {
  margin: 3em;
}
.recipeTips-content ul {
  list-style-type: disc;
}

.printContent {
  font-size: 0.625rem;
  display: inline-flex;
}
.printContent-container {
  display: flex;
  justify-content: space-between;
  padding-top: 2.4em;
}
@media screen and (min-width: 768px) {
  .printContent--recipe {
    margin-left: 9.6em;
  }
}
.blogPost-body .printContent--article {
  display: none;
}
@media screen and (min-width: 768px) {
  .blogPost-body .printContent--article {
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(552px + 216px);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .printContent-container .printContent--article {
    display: none;
  }
}
.printContent-trigger, .printContent-icon, .printContent-svg {
  pointer-events: none;
}
.printContent-trigger {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: -0.1px;
  text-decoration: underline;
  text-underline-offset: 0.375em;
}
.printContent-icon {
  display: inline-block;
  height: 2.6em;
  width: 2.6em;
}
.printContent-svg {
  max-width: 100%;
  height: 100%;
  fill: #1a1a1a;
}
/*# sourceMappingURL=main.css.map*/