/*
Theme Name: Kitchen Confidante
Theme URI: http://kitchenconfidante.com
Author: Kristin Falkner
Author URI: http://www.kristinfalkner.com
Description: A custom theme built with Sass and Gulp
Version: 1.0.2
*/
@font-face {
  font-family: 'Neutra Text TF';
  src: url("fonts/NeutraTextTF-Demi.eot");
  src: url("fonts/NeutraTextTF-Demi.eot?#iefix") format("embedded-opentype"), url("fonts/NeutraTextTF-Demi.woff") format("woff"), url("fonts/NeutraTextTF-Demi.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Neutra Text TF';
  src: url("fonts/NeutraTextTF-Book.eot");
  src: url("fonts/NeutraTextTF-Book.eot?#iefix") format("embedded-opentype"), url("fonts/NeutraTextTF-Book.woff") format("woff"), url("fonts/NeutraTextTF-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Neutra Text TF';
  src: url("fonts/NeutraTextTF-BookItalic.eot");
  src: url("fonts/NeutraTextTF-BookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/NeutraTextTF-BookItalic.woff") format("woff"), url("fonts/NeutraTextTF-BookItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Neutra Text TF';
  src: url("fonts/NeutraTextTF-Bold.eot");
  src: url("fonts/NeutraTextTF-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NeutraTextTF-Bold.woff") format("woff"), url("fonts/NeutraTextTF-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Jules Big';
  src: url("fonts/JulesBig-BlackItalic.eot");
  src: url("fonts/JulesBig-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/JulesBig-BlackItalic.woff") format("woff"), url("fonts/JulesBig-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Neutra Text TF", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #231f20;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 1170px;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -15px;
    margin-left: -0.9375rem;
    margin-right: -15px;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neutra Text TF", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #999;
    line-height: 0; }

h1 {
  font-size: 24px;
  font-size: 1.5rem; }

h2 {
  font-size: 20px;
  font-size: 1.25rem; }

h3 {
  font-size: 19px;
  font-size: 1.1875rem; }

h4 {
  font-size: 18px;
  font-size: 1.125rem; }

h5 {
  font-size: 17px;
  font-size: 1.0625rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.75rem; }
  h2 {
    font-size: 1.875rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #a2bfab;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #85ab91; }
  a img {
    border: 0; }

hr {
  max-width: 1170px;
  max-width: 73.125rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #999;
  border-left: 0;
  margin: 20px auto;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-left: 1.25rem; }

ol {
  margin-left: 20px;
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 4.8px;
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 0;
  border-left: 0; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #231f20; }

cite {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #231f20; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #231f20;
  cursor: help;
  border-bottom: 1px dotted #000; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  background-color: #f0f1ef;
  border: 1px solid #999;
  padding: 2px 5px 1px;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 2px 4px 0;
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #f0f1ef;
  color: #000;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 3.2px;
  margin-top: 0.2rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #231f20; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -16px;
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #231f20;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 47px;
  height: 2.9375rem;
  padding: 10px;
  padding: 0.625rem;
  border: 1px solid #f0f1ef;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  font-family: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #231f20;
    background-color: #fff;
    outline: none;
    -webkit-box-shadow: 0 0 5px #999;
            box-shadow: 0 0 5px #999;
    -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
            transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000; }

input::placeholder,
textarea::placeholder {
  color: #000; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f0f1ef;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 20px;
  margin: 0 0 1.25rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 10px;
  margin-right: 0.625rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    padding: 11px 0;
    padding: 0.6875rem 0; }

.help-text {
  margin-top: -10px;
  margin-top: -0.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 16px;
  padding: 0 1rem;
  background: #f0f1ef;
  color: #000;
  border: 1px solid #999;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 48px;
  height: 3rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #999;
  padding: 20px;
  padding: 1.25rem;
  margin: 18px 0;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fff;
    padding: 0 3px;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -3px;
    margin-left: -0.1875rem; }

select {
  height: 47px;
  height: 2.9375rem;
  padding: 10px;
  padding: 0.625rem;
  border: 1px solid #f0f1ef;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2835, 31, 32%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #f0f1ef;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -10px;
  margin-top: -0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

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

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

body {
  padding-bottom: 0 !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

a {
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  font-weight: 700; }

img {
  width: auto; }

#error-page {
  text-align: center; }

.header {
  position: relative;
  background: #f0f1ef;
  height: 180px;
  height: 11.25rem; }
  @media screen and (min-width: 40em) {
    .header {
      height: 14.0625rem; } }
  .header__top {
    position: relative;
    background: #fff;
    padding: 10px 0;
    padding: 0.625rem 0;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .header__top {
        padding: 0.9375rem 0; } }
    @media screen and (min-width: 64em) {
      .header__top {
        padding: 1.875rem 0 0.9375rem; } }
    .header__top-inner {
      max-width: 1170px;
      max-width: 73.125rem;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      float: left;
      padding-left: 15px;
      padding-left: 0.9375rem;
      padding-right: 15px;
      padding-right: 0.9375rem;
      position: relative; }
      .header__top-inner::before, .header__top-inner::after {
        content: ' ';
        display: table;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .header__top-inner::after {
        clear: both; }
      .header__top-inner:last-child:not(:first-child) {
        float: right; }
      .header__top-inner, .header__top-inner:last-child {
        float: none; }
    .header__top nav {
      display: none; }
      @media screen and (min-width: 40em) {
        .header__top nav {
          display: block;
          margin-top: 0.625rem; } }
      @media screen and (min-width: 64em) {
        .header__top nav {
          margin-top: 0; } }
      .header__top nav ul {
        margin: 0; }
      .header__top nav li {
        display: inline-block;
        position: relative;
        margin: 0 10px;
        margin: 0 0.625rem;
        padding: 0 3px 0 5px;
        padding: 0 0.1875rem 0 0.3125rem;
        list-style-type: none; }
        .header__top nav li::after {
          position: absolute;
          bottom: 4px;
          bottom: 0.25rem;
          left: 0;
          opacity: 0;
          z-index: 2;
          background: #f3dd32;
          width: 100%;
          height: 8px;
          height: 0.5rem;
          content: ''; }
        .header__top nav li.current-menu-item::after {
          opacity: 1; }
        .header__top nav li.current-menu-item a:hover {
          color: #231f20; }
        .header__top nav li a {
          position: relative;
          z-index: 3;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #231f20;
          font-weight: 500; }
          .header__top nav li a:hover {
            color: #f3dd32; }
  .header__skew {
    position: absolute;
    bottom: -10px;
    bottom: -0.625rem;
    -webkit-transform: translate(0) skewX(-0.5deg) rotate(-0.5deg);
        -ms-transform: translate(0) skewX(-0.5deg) rotate(-0.5deg);
            transform: translate(0) skewX(-0.5deg) rotate(-0.5deg);
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 50px;
    height: 3.125rem; }
  .header__logo {
    position: absolute;
    bottom: -25px;
    bottom: -1.5625rem;
    left: 50%;
    margin-left: -150px;
    margin-left: -9.375rem;
    background: url("images/logo.svg") no-repeat 0 0;
    background-size: 18.75rem 7.0625rem;
    width: 300px;
    width: 18.75rem;
    height: 113px;
    height: 7.0625rem;
    text-indent: -9999px;
    text-indent: -624.9375rem;
    line-height: 0;
    font-size: 0; }
    @media screen and (min-width: 40em) {
      .header__logo {
        margin-left: -10.75rem;
        background-size: 21.5rem 8.125rem;
        width: 21.5rem;
        height: 8.125rem; } }

.taptap-by-bonfire ul li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500; }

.taptap__social {
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem; }
  .taptap__social li {
    display: inline-block;
    margin: 0 10px;
    margin: 0 0.625rem;
    list-style-type: none; }

.taptap-logo-wrapper .taptap-logo-image {
  display: none; }

.taptap-left {
  left: 0; }

.site-content {
  max-width: 1170px;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }
  .site-content::before, .site-content::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .site-content::after {
    clear: both; }
  .site-content__bar {
    max-width: 1170px;
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    margin-top: 75px;
    margin-top: 4.6875rem;
    margin-bottom: 75px;
    margin-bottom: 4.6875rem; }
    .site-content__bar::before, .site-content__bar::after {
      content: ' ';
      display: table;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .site-content__bar::after {
      clear: both; }
    .site-content__bar:last-child:not(:first-child) {
      float: right; }
    .site-content__bar, .site-content__bar:last-child {
      float: none; }
    .site-content__bar-inner {
      max-width: 1170px;
      max-width: 73.125rem;
      margin-left: auto;
      margin-right: auto;
      border-bottom: 1px solid #f3dd32;
      padding-bottom: 5px;
      padding-bottom: 0.3125rem; }
      .site-content__bar-inner::before, .site-content__bar-inner::after {
        content: ' ';
        display: table;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .site-content__bar-inner::after {
        clear: both; }
  .site-content__social {
    display: none; }
    @media screen and (min-width: 40em) {
      .site-content__social {
        width: 25%;
        float: left;
        display: block;
        margin: 0; }
        .site-content__social:last-child:not(:first-child) {
          float: right; } }
    .site-content__social li {
      display: inline-block;
      margin-right: 10px;
      margin-right: 0.625rem;
      list-style-type: none; }
      @media screen and (min-width: 64em) {
        .site-content__social li {
          margin-right: 1.25rem; } }
    .site-content__social a {
      color: #231f20;
      font-size: 20px;
      font-size: 1.25rem; }
      .site-content__social a:hover {
        color: #f3dd32; }
  .site-content__tagline {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    margin-top: 4px;
    margin-top: 0.25rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500; }
    .site-content__tagline:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .site-content__tagline {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .site-content__tagline:last-child:not(:first-child) {
          float: right; } }
  .site-content__search {
    display: none; }
    @media screen and (min-width: 40em) {
      .site-content__search {
        width: 25%;
        float: left;
        display: block;
        position: relative;
        text-align: right;
        font-size: 1.25rem; }
        .site-content__search:last-child:not(:first-child) {
          float: right; } }
    .site-content__search.active .search-form {
      width: 100%; }
    .site-content__search .search-form {
      position: absolute;
      top: -9px;
      top: -0.5625rem;
      right: 0;
      -webkit-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out;
      width: 0;
      overflow: hidden; }
    .site-content__search input {
      border: 0;
      background: transparent;
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      font-size: 14px;
      font-size: 0.875rem; }
      .site-content__search input:focus {
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: transparent; }
    .site-content__search-toggle {
      position: relative;
      z-index: 2;
      color: #231f20; }
  .site-content .main {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; }
    .site-content .main:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 64em) {
      .site-content .main {
        width: 60%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .site-content .main:last-child:not(:first-child) {
          float: right; } }
  .site-content .sidebar {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; }
    .site-content .sidebar:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 64em) {
      .site-content .sidebar {
        width: 35%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .site-content .sidebar:last-child:not(:first-child) {
          float: right; } }

.footer {
  position: relative;
  z-index: 2;
  margin-top: 110px;
  margin-top: 6.875rem;
  background: #e1f0e6;
  padding: 30px 0 15px;
  padding: 1.875rem 0 0.9375rem;
  text-align: center; }
  @media screen and (min-width: 64em) {
    .footer {
      margin-top: 11.875rem; } }
  .footer .scroll-top {
    display: none;
    position: fixed;
    bottom: 50px;
    bottom: 3.125rem;
    right: 20px;
    right: 1.25rem;
    z-index: 3;
    text-transform: none;
    font: 24px "Jules Big", serif;
    font: 1.5rem "Jules Big", serif;
    font-weight: 900; }
    @media screen and (min-width: 90em) {
      .footer .scroll-top {
        right: auto;
        bottom: 6.25rem;
        left: 1.25rem;
        font-size: 2.25rem; } }
    .footer .scroll-top:before {
      display: block;
      position: absolute;
      top: 0;
      border-radius: 50%;
      background: #f3dd32;
      width: 45px;
      width: 2.8125rem;
      height: 45px;
      height: 2.8125rem;
      content: ''; }
      @media screen and (min-width: 90em) {
        .footer .scroll-top:before {
          width: 5.625rem;
          height: 5.625rem; } }
    .footer .scroll-top span {
      display: block;
      position: relative;
      z-index: 3;
      padding: 8px 5px 0 25px;
      padding: 0.5rem 0.3125rem 0 1.5625rem; }
      @media screen and (min-width: 90em) {
        .footer .scroll-top span {
          padding: 1.5625rem 0.3125rem 0 4.0625rem; } }
    .footer .scroll-top:hover {
      color: #000; }
  .footer__boxes {
    max-width: 1170px;
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    background: #fff; }
    .footer__boxes::before, .footer__boxes::after {
      content: ' ';
      display: table;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .footer__boxes::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      .footer__boxes-inner {
        padding-top: 7.5rem; }
        .footer__boxes-inner > .footer__box {
          width: 33.33333%;
          float: left; }
          .footer__boxes-inner > .footer__box:nth-of-type(1n) {
            clear: none; }
          .footer__boxes-inner > .footer__box:nth-of-type(3n+1) {
            clear: both; }
          .footer__boxes-inner > .footer__box:last-child {
            float: left; } }
    @media screen and (min-width: 64em) {
      .footer__boxes-inner {
        margin-left: -1.875rem;
        margin-right: -1.875rem; } }
  .footer__box {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    .footer__box:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .footer__box {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-bottom: 0; }
        .footer__box:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 64em) {
      .footer__box {
        width: 100%;
        float: left;
        padding-left: 2.8125rem;
        padding-right: 2.8125rem; }
        .footer__box:last-child:not(:first-child) {
          float: right; } }
    .footer__box-inner {
      border: 1px solid #f0f1ef;
      padding: 25px 25px 20px;
      padding: 1.5625rem 1.5625rem 1.25rem;
      text-align: center; }
    .footer__box h4 {
      margin: 20px 0;
      margin: 1.25rem 0;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 500; }
  .footer__optin-title {
    position: relative;
    margin-top: 5px;
    margin-top: 0.3125rem;
    font: 42px "Jules Big", serif;
    font: 2.625rem "Jules Big", serif;
    font-weight: 900; }
    .footer__optin-title::before {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -13px;
      margin-top: -0.8125rem;
      background: #f3dd32;
      width: 100%;
      height: 26px;
      height: 1.625rem;
      content: ''; }
  .footer__optin h4 {
    margin: 10px 0 20px;
    margin: 0.625rem 0 1.25rem;
    font-size: 11px;
    font-size: 0.6875rem; }
  .footer__optin p {
    position: relative;
    z-index: 2;
    margin: 0 -20px 0 0;
    margin: 0 -1.25rem 0 0;
    line-height: .8; }
    .footer__optin p:first-child {
      margin: 0 0 0 -20px;
      margin: 0 0 0 -1.25rem; }
  .footer__optin input {
    background: #f0f1ef; }
  .footer__instagram h4 {
    margin: 20px 0 10px;
    margin: 1.25rem 0 0.625rem; }
  .footer__fastfinds ul {
    margin: 30px 0 0;
    margin: 1.875rem 0 0; }
  .footer__fastfinds li {
    margin: 5px 0;
    margin: 0.3125rem 0;
    list-style-type: none; }
  .footer__fastfinds a {
    color: #231f20;
    font-weight: 400; }
    .footer__fastfinds a:hover {
      color: #f3dd32; }
  .footer__skew {
    position: absolute;
    top: -20px;
    top: -1.25rem;
    -webkit-transform: translate(0) skewX(-0.5deg) rotate(-0.5deg);
        -ms-transform: translate(0) skewX(-0.5deg) rotate(-0.5deg);
            transform: translate(0) skewX(-0.5deg) rotate(-0.5deg);
    z-index: 1;
    background: #e1f0e6;
    width: 100%;
    height: 100px;
    height: 6.25rem; }
  .footer__inner {
    position: relative;
    z-index: 2; }
  .footer__icon {
    position: absolute;
    top: -105px;
    top: -6.5625rem;
    left: 50%;
    margin-left: -41px;
    margin-left: -2.5625rem;
    background: url("images/kc.svg") no-repeat 0 0;
    background-size: 5.125rem 4.5rem;
    width: 82px;
    width: 5.125rem;
    height: 72px;
    height: 4.5rem;
    text-indent: -9999px;
    text-indent: -624.9375rem;
    line-height: 0;
    font-size: 0; }
  .footer li {
    display: inline-block;
    margin: 0 15px;
    margin: 0 0.9375rem;
    letter-spacing: 2px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    list-style-type: none; }
  .footer__social {
    margin-top: 25px;
    margin-top: 1.5625rem; }
    .footer__social li {
      margin: 0 10px;
      margin: 0 0.625rem;
      font-size: 20px;
      font-size: 1.25rem; }
  .footer__copyright {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem; }
  .footer a {
    text-transform: uppercase;
    color: #231f20;
    font-weight: 500; }
    .footer a:hover {
      color: #999; }

.button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 2px 0 4px;
  padding: 0 0.125rem 0 0.25rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500; }
  .button span {
    position: relative;
    z-index: 2; }
  .button:after {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    z-index: 1;
    background: #e1f0e6;
    width: 100%;
    height: 7px;
    height: 0.4375rem;
    content: ''; }
  .button:hover:after {
    background: #f3dd32; }

.comments-area {
  margin-top: 100px;
  margin-top: 6.25rem; }

.comments-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  font-size: 18px;
  font-size: 1.125rem; }

.commentlist {
  margin: 50px 0 0;
  margin: 3.125rem 0 0; }
  .commentlist li {
    position: relative;
    clear: both;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 0;
    overflow: hidden;
    list-style-type: none; }
    .commentlist li:last-child {
      margin-bottom: 0; }
  .commentlist li.depth-1 {
    padding: 0; }
  .commentlist li:not(.depth-1) {
    margin-top: 0;
    margin-left: 50px;
    margin-left: 3.125rem;
    border: 1px solid #f3dd32;
    border: 0.0625rem solid #f3dd32;
    padding: 50px;
    padding: 3.125rem; }
  .commentlist .children {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .commentlist .comment-inner {
    max-width: 1170px;
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto; }
    .commentlist .comment-inner::before, .commentlist .comment-inner::after {
      content: ' ';
      display: table;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .commentlist .comment-inner::after {
      clear: both; }
  .commentlist .comment-avatar {
    float: left;
    width: 100px;
    width: 6.25rem; }
  .commentlist .comment-author {
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500; }
  .commentlist .comment article {
    float: right;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px); }
    .commentlist .comment article time {
      margin-left: 10px;
      margin-left: 0.625rem; }
      .commentlist .comment article time a {
        color: #cbd4db;
        font-weight: 400; }
  .commentlist .comment-reply-link {
    position: relative;
    float: right;
    padding: 0 2px 0 5px;
    padding: 0 0.125rem 0 0.3125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    line-height: 1;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500; }
    .commentlist .comment-reply-link span {
      position: relative;
      z-index: 2; }
    .commentlist .comment-reply-link::after {
      position: absolute;
      bottom: 2px;
      bottom: 0.125rem;
      left: 0;
      -webkit-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out;
      z-index: 1;
      background: #e1f0e6;
      width: 100%;
      height: 6px;
      height: 0.375rem;
      content: ''; }
    .commentlist .comment-reply-link:hover::after {
      background: #f3dd32; }
  .commentlist .comment_content p {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem; }

#commentform {
  margin: 30px 0;
  margin: 1.875rem 0; }
  #commentform label {
    display: none; }
  #commentform textarea {
    height: 120px;
    height: 7.5rem;
    resize: none; }
  #commentform .form-submit {
    position: relative;
    text-align: right; }
    #commentform .form-submit::after {
      position: absolute;
      right: 0;
      bottom: 6px;
      bottom: 0.375rem;
      background: #e1f0e6;
      width: 65px;
      width: 4.0625rem;
      height: 7px;
      height: 0.4375rem;
      content: ''; }
  #commentform .button {
    position: relative;
    z-index: 2;
    border: 0;
    background: none; }

@media screen and (min-width: 40em) {
  .gform_wrapper .left-half,
  .gform_wrapper .right-half {
    float: left;
    width: 48%; }
  .gform_wrapper .right-half {
    float: right; } }

.gform_wrapper ul {
  margin: 0;
  list-style: none outside none; }

.gform_wrapper li {
  margin-bottom: 25px; }

.gform_wrapper label {
  display: none; }

.gform_wrapper .gfield_checkbox label {
  display: inline-block;
  max-width: 80%; }

.gform_wrapper .gfield_required {
  padding-left: 5px;
  color: #ff0101; }

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper textarea {
  margin: 0;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem; }

.gform_wrapper textarea {
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  height: 220px;
  height: 13.75rem;
  resize: none; }

.gform_wrapper .gform_footer {
  text-align: right; }

.gform_wrapper .button {
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  border: 0; }

.gform_wrapper .validation_error {
  margin-bottom: 20px;
  border-left: 5px solid #f3dd32;
  background: #fff;
  padding: 10px;
  text-align: center; }

.gform_wrapper .validation_message {
  display: none; }

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border: 1px solid #f3dd32; }

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi {
  margin: -50px 0 35px;
  margin: -3.125rem 0 2.1875rem;
  clear: both;
  text-align: center; }

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 2px;
  margin: 0.125rem;
  padding: 3px 1px 3px 5px;
  padding: 0.1875rem 0.0625rem 0.1875rem 0.3125rem;
  text-decoration: none;
  color: #231f20;
  font-weight: 400; }

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #e1f0e6; }

.wp-pagenavi span.current {
  font-weight: 500; }

.recent-posts {
  max-width: 1170px;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }
  .recent-posts::before, .recent-posts::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .recent-posts::after {
    clear: both; }

.recent-post {
  width: 33.33333%;
  float: left;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin: 40px 0 5px;
  margin: 2.5rem 0 0.3125rem; }
  .recent-post:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .recent-post {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .recent-post:last-child:not(:first-child) {
        float: right; } }
  .recent-post:hover h4 a {
    color: #a7cbb2; }
  .recent-post__image {
    margin: 0 auto 30px;
    margin: 0 auto 1.875rem;
    width: 100%;
    max-width: 100px;
    max-width: 6.25rem; }
  .recent-post h4 {
    margin: 0 auto;
    width: 100%;
    max-width: 100px;
    max-width: 6.25rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500; }
    .recent-post h4 a {
      color: #231f20;
      font-weight: 500; }
      .recent-post h4 a:hover {
        color: #a7cbb2; }

.default-sidebar {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center; }
  .default-sidebar:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .default-sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-top: 0; }
      .default-sidebar:last-child:not(:first-child) {
        float: right; } }
  .default-sidebar h2 {
    text-align: center;
    text-transform: lowercase;
    font: 36px "Jules Big", serif;
    font: 2.25rem "Jules Big", serif;
    font-weight: 900; }
  .default-sidebar .widget {
    text-align: center; }
  .default-sidebar .recent-post {
    display: inline-block;
    float: none !important;
    margin: 15px 0 30px;
    margin: 0.9375rem 0 1.875rem;
    padding: 0 10px !important;
    padding: 0 0.625rem !important;
    width: 120px;
    width: 7.5rem;
    vertical-align: top; }
  .default-sidebar .view-all {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500; }
    .default-sidebar .view-all a {
      display: inline-block;
      position: relative;
      color: #231f20;
      font-weight: 500; }
      .default-sidebar .view-all a::after {
        position: absolute;
        bottom: 4px;
        bottom: 0.25rem;
        left: 0;
        -webkit-transition: background .3s ease-in-out;
                transition: background .3s ease-in-out;
        background: #e1f0e6;
        width: 100%;
        height: 6px;
        height: 0.375rem;
        content: ''; }
      .default-sidebar .view-all a:hover::after {
        background: #f3dd32; }
      .default-sidebar .view-all a span {
        position: relative;
        z-index: 2; }

.homepage__featured-post {
  max-width: 1170px;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-bottom: 6.25rem; }
  .homepage__featured-post::before, .homepage__featured-post::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .homepage__featured-post::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .homepage__featured-post:nth-child(even) .homepage__featured-image {
      float: right;
      margin-left: -10%; }
    .homepage__featured-post:nth-child(even) .homepage__featured-content {
      float: left; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .homepage__featured-post:nth-child(even) .homepage__featured-content-inner {
      padding-left: 7.5rem; } }

.homepage__featured-image {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }
  .homepage__featured-image:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .homepage__featured-image {
      float: left;
      width: 40%; } }
  .homepage__featured-image img {
    width: 100%; }

.homepage__featured-content {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }
  .homepage__featured-content:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .homepage__featured-content {
      display: table;
      float: right;
      margin-left: -32%;
      width: 70%; } }
  .homepage__featured-content-wrapper {
    display: table-cell;
    vertical-align: middle; }
  .homepage__featured-content-inner {
    background: #fff;
    padding: 40px 30px;
    padding: 2.5rem 1.875rem;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 40em) {
      .homepage__featured-content-inner {
        padding: 2.5rem 7.5rem 2.5rem 5.625rem; } }
  .homepage__featured-content h2 a {
    color: #231f20;
    font-weight: 500; }
    .homepage__featured-content h2 a:hover {
      color: #a7cbb2; }
  .homepage__featured-content .post__meta {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .homepage__featured-content .more-link {
    display: none; }
  .homepage__featured-content .button {
    color: #000; }
    .homepage__featured-content .button::after {
      background: #f3dd32; }
    .homepage__featured-content .button:hover::after {
      background: #a7cbb2; }

.homepage__lower {
  max-width: 1170px;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }
  .homepage__lower::before, .homepage__lower::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .homepage__lower::after {
    clear: both; }
  .homepage__lower-posts {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    position: relative; }
    .homepage__lower-posts:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .homepage__lower-posts {
        width: 66.66667%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .homepage__lower-posts:last-child:not(:first-child) {
          float: right; }
        .homepage__lower-posts:after {
          position: absolute;
          top: 0;
          right: 0;
          background: #f0f1ef;
          width: 1px;
          height: 90%;
          content: ''; } }
  .homepage__lower-post {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
    .homepage__lower-post:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 64em) {
      .homepage__lower-post {
        margin-bottom: 4.375rem; } }
    .homepage__lower-post-title {
      display: table;
      position: absolute;
      top: 50%;
      left: 70px;
      left: 4.375rem;
      margin-top: -70px;
      margin-top: -4.375rem;
      background: #fff;
      padding: 0 35px;
      padding: 0 2.1875rem;
      width: -webkit-calc(100% - 70px);
      width: calc(100% - 70px);
      height: 140px;
      height: 8.75rem; }
      @media screen and (min-width: 64em) {
        .homepage__lower-post-title {
          left: 7.5rem;
          width: -webkit-calc(100% - 120px);
          width: calc(100% - 120px); } }
      .homepage__lower-post-title-inner {
        display: table-cell;
        vertical-align: middle; }
      .homepage__lower-post-title a {
        color: #000;
        font-weight: 500; }
      .homepage__lower-post-title .button:after {
        background: #f3dd32; }
      .homepage__lower-post-title .button:hover:after {
        background: #a7cbb2; }
    .homepage__lower-post h3 {
      text-transform: uppercase;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 500; }
      @media screen and (min-width: 64em) {
        .homepage__lower-post h3 {
          font-size: 1.3125rem; } }
    .homepage__lower-post h4 {
      text-transform: uppercase;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      color: #a7cbb2;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 500; }

.archive-page {
  max-width: 1170px;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .archive-page::before, .archive-page::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .archive-page::after {
    clear: both; }
  .archive-page__title {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
    .archive-page__title h1 {
      border-bottom: 1px solid #f0f1ef;
      padding-bottom: 10px;
      padding-bottom: 0.625rem;
      text-align: left;
      text-transform: lowercase;
      font: 36px "Jules Big", serif;
      font: 2.25rem "Jules Big", serif;
      font-weight: 900; }
  .archive-page__nav {
    display: none; }
    @media screen and (min-width: 40em) {
      .archive-page__nav {
        width: 25%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        display: block;
        position: relative;
        z-index: 1; }
        .archive-page__nav:last-child:not(:first-child) {
          float: right; } }
    .archive-page__nav-inner {
      border-top: 6px solid #f3dd32;
      border-top: 0.375rem solid #f3dd32;
      background: #f0f1ef;
      padding: 50px 0;
      padding: 3.125rem 0;
      width: 100%;
      max-width: 190px;
      max-width: 11.875rem;
      text-align: center;
      -webkit-backface-visibility: hidden; }
      .archive-page__nav-inner.fixed {
        position: fixed;
        top: 0;
        width: 21.25%; }
    .archive-page__nav h3 {
      margin-bottom: 30px;
      margin-bottom: 1.875rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 500; }
    .archive-page__nav ul {
      margin: 0; }
    .archive-page__nav li {
      margin: 5px 0;
      margin: 0.3125rem 0;
      list-style-type: none; }
    .archive-page__nav a {
      color: #000;
      font-weight: 400; }
      .archive-page__nav a:hover {
        color: #f3dd32; }
  @media screen and (min-width: 40em) {
    .archive-page__grid {
      width: 75%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .archive-page__grid:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 40em) {
    .archive-page__grid-inner {
      margin-left: -1.25rem;
      margin-right: -1.25rem; }
      .archive-page__grid-inner > .archive-page-post__preview {
        width: 50%;
        float: left; }
        .archive-page__grid-inner > .archive-page-post__preview:nth-of-type(1n) {
          clear: none; }
        .archive-page__grid-inner > .archive-page-post__preview:nth-of-type(2n+1) {
          clear: both; }
        .archive-page__grid-inner > .archive-page-post__preview:last-child {
          float: left; } }
  @media screen and (min-width: 64em) {
    .archive-page__grid-inner {
      margin-left: -2.8125rem;
      margin-right: -2.8125rem; }
      .archive-page__grid-inner > .archive-page-post__preview {
        width: 33.33333%;
        float: left; }
        .archive-page__grid-inner > .archive-page-post__preview:nth-of-type(1n) {
          clear: none; }
        .archive-page__grid-inner > .archive-page-post__preview:nth-of-type(3n+1) {
          clear: both; }
        .archive-page__grid-inner > .archive-page-post__preview:last-child {
          float: left; } }
  .archive-page-post__preview {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    margin-bottom: 120px;
    margin-bottom: 7.5rem; }
    .archive-page-post__preview:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .archive-page-post__preview {
        width: 100%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
        .archive-page-post__preview:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 64em) {
      .archive-page-post__preview {
        width: 100%;
        float: left;
        padding-left: 2.8125rem;
        padding-right: 2.8125rem; }
        .archive-page-post__preview:last-child:not(:first-child) {
          float: right; } }
    .archive-page-post__preview img {
      margin-bottom: 50px;
      margin-bottom: 3.125rem;
      width: 100%;
      height: auto; }
    .archive-page-post__preview h2 {
      text-transform: uppercase;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 500; }
      .archive-page-post__preview h2 a {
        color: #231f20;
        font-weight: 400; }
        .archive-page-post__preview h2 a:hover {
          color: #a7cbb2; }
    .archive-page-post__preview .read-more {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 2px 0 4px;
      padding: 0 0.125rem 0 0.25rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #000;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 500; }
      .archive-page-post__preview .read-more span {
        position: relative;
        z-index: 2; }
      .archive-page-post__preview .read-more::after {
        position: absolute;
        bottom: 3px;
        bottom: 0.1875rem;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
        z-index: 1;
        background: #f3dd32;
        width: 100%;
        height: 10px;
        height: 0.625rem;
        content: ''; }
      .archive-page-post__preview .read-more:hover::after {
        background: #a7cbb2; }
  .archive-page-post__info {
    position: relative;
    padding-bottom: 35px;
    padding-bottom: 2.1875rem; }

.single-post .taptap-logo-wrapper .taptap-logo-image {
  display: table-cell; }

.single .header {
  background: #fff;
  height: auto; }
  .single .header__top {
    border-bottom: 1px solid #f3dd32;
    border-bottom: 0.0625rem solid #f3dd32; }
  .single .header__icon {
    display: block;
    background: url("images/kc.svg") no-repeat 0 0;
    background-size: 2.625rem 2.5rem;
    width: 42px;
    width: 2.625rem;
    height: 40px;
    height: 2.5rem;
    text-indent: -9999px;
    text-indent: -624.9375rem;
    line-height: 0;
    font-size: 0; }
    @media screen and (min-width: 40em) {
      .single .header__icon {
        float: left; } }
    @media screen and (min-width: 64em) {
      .single .header__icon {
        position: absolute;
        top: -0.625rem;
        left: 0.9375rem;
        float: none; } }
  .single .header__social {
    position: absolute;
    top: 10px;
    top: 0.625rem;
    right: 10px;
    right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .single .header__social {
        display: none; } }
    @media screen and (min-width: 64em) {
      .single .header__social {
        display: block;
        top: 0;
        right: 0.9375rem; } }
    .single .header__social li {
      display: inline-block;
      margin-left: 15px;
      margin-left: 0.9375rem;
      list-style-type: none; }
    .single .header__social a {
      color: #231f20;
      font-weight: 400; }
      .single .header__social a:hover {
        color: #f3dd32; }

.post {
  margin: 40px 0 0;
  margin: 2.5rem 0 0; }
  @media screen and (min-width: 40em) {
    .post {
      margin-top: 6.25rem; } }
  .post__hero img.size-post-hero {
    width: 100%;
    height: auto; }
  .post__hero-bar {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    border-bottom: 1px solid #f0f1ef;
    padding: 20px 0;
    padding: 1.25rem 0;
    text-align: center;
    text-transform: uppercase; }
    .post__hero-bar ul {
      margin: 0; }
    .post__hero-bar li {
      display: inline-block;
      margin: 0 15px;
      margin: 0 0.9375rem;
      list-style-type: none; }
    .post__hero-bar a {
      letter-spacing: 1px;
      color: #a2bfab;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 500; }
  .post__hero-content {
    position: relative;
    margin: -65px auto 0;
    margin: -4.0625rem auto 0;
    background: #fff;
    width: 90%;
    max-width: 1046px;
    max-width: 65.375rem;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .post__hero-content {
        margin: -20.9375rem auto 0; } }
  .post__hero h1 {
    margin: 0 auto 5px;
    margin: 0 auto 0.3125rem;
    width: 80%;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .post__meta {
    margin: 0 0 70px;
    margin: 0 0 4.375rem;
    letter-spacing: 2px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500; }
    .post__meta span {
      text-transform: uppercase; }
    .post__meta a {
      color: #231f20;
      font-weight: 500; }
.post-disclaimer {display: block;font-size: .9em;padding-top: 10px; font-family: Neutra Text TF,sans-serif; font-weight: 400; text-transform: unset !important;}
  .post__content {
    margin-top: 100px;
    margin-top: 6.25rem; }
    .post__content #sharing_email .sharing_send,
    .post__content .sd-content ul li .option a.share-ustom,
    .post__content .sd-content ul li a.sd-button,
    .post__content .sd-content ul li.advanced a.share-more,
    .post__content .sd-content ul li.preview-item div.option.option-smart-off a,
    .post__content .sd-social-icon .sd-content ul li a.sd-button,
    .post__content .sd-social-icon-text .sd-content ul li a.sd-button,
    .post__content .sd-social-official .sd-content > ul > li .digg_button > a,
    .post__content .sd-social-official .sd-content > ul > li > a.sd-button,
    .post__content .sd-social-text .sd-content ul li a.sd-button {
      border: 1px solid #000;
      border-radius: 0;
      background: #fff;
      text-transform: uppercase;
      line-height: 25px;
      letter-spacing: 1px;
      color: #000 !important;
      font-family: "Neutra Text TF", sans-serif;
      font-weight: 500; }
      .post__content #sharing_email .sharing_send:hover,
      .post__content .sd-content ul li .option a.share-ustom:hover,
      .post__content .sd-content ul li a.sd-button:hover,
      .post__content .sd-content ul li.advanced a.share-more:hover,
      .post__content .sd-content ul li.preview-item div.option.option-smart-off a:hover,
      .post__content .sd-social-icon .sd-content ul li a.sd-button:hover,
      .post__content .sd-social-icon-text .sd-content ul li a.sd-button:hover,
      .post__content .sd-social-official .sd-content > ul > li .digg_button > a:hover,
      .post__content .sd-social-official .sd-content > ul > li > a.sd-button:hover,
      .post__content .sd-social-text .sd-content ul li a.sd-button:hover {
        border-color: #000;
        background: #e1f0e6;
        color: #000; }
    .post__content div.sharedaddy h3.sd-title {
      text-transform: uppercase;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      font: 16px "Neutra Text TF", sans-serif;
      font: 1rem "Neutra Text TF", sans-serif;
      font-weight: 500; }
      .post__content div.sharedaddy h3.sd-title::before {
        border-top: 1px solid #000; }
  .post__title {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500; }
  .post__body a {
    display: inline-block;
    position: relative;
    color: #000;
    font-weight: 400; }
    .post__body a span {
      position: relative;
      z-index: 3; }
    .post__body a:after {
      position: absolute;
      bottom: 6px;
      bottom: 0.375rem;
      left: 0;
      -webkit-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out;
      z-index: 1;
      background: #e1f0e6;
      width: 100%;
      height: 6px;
      height: 0.375rem;
      content: ''; }
    .post__body a:hover:after {
      background: #f3dd32; }
    .post__body a.pinit-button:after {
      display: none; }
  .post__share {
    margin-top: 40px;
    margin-top: 2.5rem; }
    .post__share .sd-social .sd-button .share-count {
      background: #000; }
  .post__navigation {
    max-width: 1170px;
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-top: 2.5rem; }
    .post__navigation::before, .post__navigation::after {
      content: ' ';
      display: table;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .post__navigation::after {
      clear: both; }
    .post__navigation--prev, .post__navigation--next {
      width: 50%;
      float: left;
      font: 24px "Jules Big", serif;
      font: 1.5rem "Jules Big", serif;
      font-weight: 900; }
      .post__navigation--prev:last-child:not(:first-child), .post__navigation--next:last-child:not(:first-child) {
        float: right; }
      .post__navigation--prev a, .post__navigation--next a {
        position: relative;
        display: inline-block;
        color: #000;
        font-weight: 900; }
        .post__navigation--prev a i, .post__navigation--next a i {
          font-size: 20px;
          font-size: 1.25rem; }
        .post__navigation--prev a::after, .post__navigation--next a::after {
          position: absolute;
          bottom: 5px;
          bottom: 0.3125rem;
          left: 0;
          -webkit-transition: all .3s ease-in-out;
                  transition: all .3s ease-in-out;
          background: #e1f0e6;
          width: 100%;
          height: 8px;
          height: 0.5rem;
          content: ''; }
        .post__navigation--prev a:hover::after, .post__navigation--next a:hover::after {
          background: #f3dd32; }
      .post__navigation--prev span, .post__navigation--next span {
        position: relative;
        z-index: 3; }
    .post__navigation--next {
      text-align: right; }
      .post__navigation--next i {
        margin-left: 8px;
        margin-left: 0.5rem; }
  .post__categories {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    margin-top: 50px;
    margin-top: 3.125rem;
    text-align: center; }
    .post__categories:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 64em) {
      .post__categories {
        width: 33.33333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        margin-top: 0; }
        .post__categories:last-child:not(:first-child) {
          float: right; } }
    .post__categories h2 {
      text-align: center;
      font: 36px "Jules Big", serif;
      font: 2.25rem "Jules Big", serif;
      font-weight: 900; }
    .post__categories .recent-post {
      display: inline-block;
      float: none !important;
      margin: 15px 0 30px;
      margin: 0.9375rem 0 1.875rem;
      padding: 0 10px !important;
      padding: 0 0.625rem !important;
      width: 120px;
      width: 7.5rem;
      vertical-align: top; }
    .post__categories .view-all {
      margin-bottom: 50px;
      margin-bottom: 3.125rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 500; }
      .post__categories .view-all a {
        display: inline-block;
        position: relative;
        color: #231f20;
        font-weight: 500; }
        .post__categories .view-all a::after {
          position: absolute;
          bottom: 4px;
          bottom: 0.25rem;
          left: 0;
          -webkit-transition: background .3s ease-in-out;
                  transition: background .3s ease-in-out;
          background: #e1f0e6;
          width: 100%;
          height: 6px;
          height: 0.375rem;
          content: ''; }
        .post__categories .view-all a:hover::after {
          background: #f3dd32; }
        .post__categories .view-all a span {
          position: relative;
          z-index: 2; }

.recipe-card {
  margin-top: 130px;
  margin-top: 8.125rem;
  background: #f0f1ef;
  padding: 20px;
  padding: 1.25rem; }
  @media screen and (min-width: 40em) {
    .recipe-card {
      padding: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .recipe-card {
      padding: 3.75rem; } }
  .recipe-card__header {
    display: table;
    margin: -110px auto 40px;
    margin: -6.875rem auto 2.5rem;
    background: #fff;
    padding: 10px;
    padding: 0.625rem;
    width: 100%;
    max-width: 500px;
    max-width: 31.25rem;
    text-align: center; }
    @media screen and (min-width: 64em) {
      .recipe-card__header {
        height: 6.875rem;
        vertical-align: bottom; } }
    .recipe-card__header-inner {
      display: table-cell;
      vertical-align: bottom; }
  .recipe-card__meta {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500; }
    .recipe-card__meta .sep {
      margin: 0 5px;
      margin: 0 0.3125rem; }
  .recipe-card h2 {
    text-transform: uppercase;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500; }
  .recipe-card h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500; }
  .recipe-card__description {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    text-align: center;
    font-style: italic; }
    .recipe-card__description p {
      margin: 0; }
  .recipe-card__image {
    position: relative;
    z-index: 3;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .recipe-card__image {
        float: right;
        margin: 0 0 0 1.875rem; } }
    .recipe-card__image img {
      display: block;
      margin: 0 auto;
      border: 12px solid #fff;
      border: 0.75rem solid #fff;
      width: 260px;
      width: 16.25rem; }
    .recipe-card__image .button {
      margin-top: 15px;
      margin-top: 0.9375rem;
      background: #f3dd32;
      padding: 10px 15px 7px;
      padding: 0.625rem 0.9375rem 0.4375rem;
      color: #000; }
      .recipe-card__image .button::after {
        display: none; }
      .recipe-card__image .button:hover {
        background: #e1f0e6; }
  .recipe-card__ingredients {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    .recipe-card__ingredients ul {
      margin: 0 0 15px;
      margin: 0 0 0.9375rem; }
    .recipe-card__ingredients li {
      position: relative;
      padding-left: 15px;
      padding-left: 0.9375rem;
      list-style-type: none; }
      .recipe-card__ingredients li::before {
        position: absolute;
        top: 3px;
        top: 0.1875rem;
        left: 0;
        color: #f3dd32;
        font: 18px "FontAwesome";
        font: 1.125rem "FontAwesome";
        content: '\f105'; }
  .recipe-card__instructions {
    clear: both; }
  .recipe-card__notes {
    margin-top: 30px;
    margin-top: 1.875rem; }
  .recipe-card__source {
    margin-top: 30px;
    margin-top: 1.875rem;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic; }

.about {
  max-width: 1170px;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }
  .about::before, .about::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .about::after {
    clear: both; }
  .about__images {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; }
    .about__images:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .about__images {
        width: 62%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .about__images:last-child:not(:first-child) {
          float: right; } }
  .about__navigation {
    display: none;
    text-transform: uppercase; }
    @media screen and (min-width: 40em) {
      .about__navigation {
        display: block;
        margin: 6.25rem 0;
        width: 50%; } }
    @media screen and (min-width: 40em) {
      .about__navigation-inner {
        float: right;
        width: 14.0625rem; } }
    .about__navigation h1 {
      position: relative;
      margin-bottom: 30px;
      margin-bottom: 1.875rem;
      letter-spacing: 4px; }
      .about__navigation h1::before {
        position: absolute;
        top: 50%;
        left: -39px;
        left: -2.4375rem;
        margin-top: -39px;
        margin-top: -2.4375rem;
        border-radius: 50%;
        background: #f0f1ef;
        width: 77px;
        width: 4.8125rem;
        height: 77px;
        height: 4.8125rem;
        content: ''; }
      .about__navigation h1::after {
        position: absolute;
        bottom: 8px;
        bottom: 0.5rem;
        left: 0;
        background: #f3dd32;
        width: 100%;
        height: 10px;
        height: 0.625rem;
        content: ''; }
      .about__navigation h1 span {
        position: relative;
        z-index: 2;
        padding: 0 3px;
        padding: 0 0.1875rem; }
    .about__navigation ul {
      margin: 0; }
    .about__navigation li {
      display: block;
      margin-bottom: 20px;
      margin-bottom: 1.25rem;
      letter-spacing: 2px;
      list-style-type: none; }
    .about__navigation a {
      color: #a2bfab; }
  .about__social {
    margin-top: 40px;
    margin-top: 2.5rem; }
    .about__social li {
      display: inline-block;
      margin-left: 15px;
      margin-left: 0.9375rem; }
      .about__social li:first-child {
        margin-left: 0; }
    .about__social a {
      color: #000;
      font-weight: 400; }
      .about__social a:hover {
        color: #f3dd32; }
  .about__bio {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    background: #fff;
    padding: 40px 30px;
    padding: 2.5rem 1.875rem;
    font-size: 18px;
    font-size: 1.125rem; }
    .about__bio:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .about__bio {
        width: 67%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        margin: 12.5rem 0 0 -29%;
        padding: 2.5rem 1.875rem 2.5rem 8.125rem; }
        .about__bio:last-child:not(:first-child) {
          float: right; } }
    .about__bio blockquote {
      margin: 20px 0 50px;
      margin: 1.25rem 0 3.125rem;
      text-align: center;
      font: 18px "Jules Big", serif;
      font: 1.125rem "Jules Big", serif;
      font-weight: 900;
      font-style: italic; }
      @media screen and (min-width: 64em) {
        .about__bio blockquote {
          margin: 3.125rem 0;
          font-size: 1.75rem; } }
      .about__bio blockquote p {
        margin: 0;
        line-height: 1.4; }
        @media screen and (min-width: 64em) {
          .about__bio blockquote p:nth-child(1) {
            margin-right: 1.25rem; }
          .about__bio blockquote p:nth-child(2) {
            margin-left: 2.5rem; }
          .about__bio blockquote p:nth-child(3) {
            margin-right: 2.5rem; } }

.contact {
  max-width: 1170px;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }
  .contact::before, .contact::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .contact::after {
    clear: both; }
  .contact__sidebar {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    text-align: center; }
    .contact__sidebar:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .contact__sidebar {
        width: 25%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        position: relative;
        left: -66.66667%;
        text-align: left; }
        .contact__sidebar:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 64em) {
      .contact__sidebar {
        width: 16.66667%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .contact__sidebar:last-child:not(:first-child) {
          float: right; } }
    .contact__sidebar h2 {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 16px;
      font-size: 1rem; }
    .contact__sidebar .menu {
      margin: 0; }
      .contact__sidebar .menu li {
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
        list-style-type: none; }
      .contact__sidebar .menu a {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 500; }
  .contact__instagram {
    margin-top: 80px;
    margin-top: 5rem; }
    .contact__instagram #sbi_images {
      margin-left: -10px;
      margin-left: -0.625rem; }
  .contact__form {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; }
    .contact__form:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .contact__form {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        position: relative;
        left: 16.66667%;
        margin-top: 0.125rem; }
        .contact__form:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 64em) {
      .contact__form {
        width: 66.66667%;
        float: left;
        padding-left: 4.6875rem;
        padding-right: 4.6875rem; }
        .contact__form:last-child:not(:first-child) {
          float: right; } }
    .contact__form h1 {
      margin-bottom: 20px;
      margin-bottom: 1.25rem;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 2px;
      font-weight: 500; }
  .contact__recent {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; }
    .contact__recent:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .contact__recent {
        width: 25%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .contact__recent:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 64em) {
      .contact__recent {
        width: 16.66667%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .contact__recent:last-child:not(:first-child) {
          float: right; } }
    .contact__recent h2 {
      text-align: center;
      font: 24px "Jules Big", serif;
      font: 1.5rem "Jules Big", serif;
      font-weight: 900; }
  .contact__lower {
    max-width: 1170px;
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 75px;
    margin-top: 4.6875rem;
    padding: 45px 0;
    padding: 2.8125rem 0; }
    .contact__lower::before, .contact__lower::after {
      content: ' ';
      display: table;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .contact__lower::after {
      clear: both; }
    @media screen and (min-width: 64em) {
      .contact__lower {
        padding: 5.625rem 0; } }
    .contact__lower::before {
      position: absolute;
      top: 0;
      left: 15px;
      left: .9375rem;
      background: #f0f1ef;
      width: 100%;
      height: 1px;
      height: 0.0625rem;
      content: ''; }
    @media screen and (min-width: 40em) {
      .contact__lower-inner {
        padding: 0.9375rem 3.125rem 0.3125rem; } }
    .contact__lower h2 {
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #f3dd32;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 500; }
    .contact__lower h3 {
      margin: 30px 0 0;
      margin: 1.875rem 0 0;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 500; }
  .contact__partnership {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    border-bottom: 1px solid #f0f1ef;
    padding-bottom: 30px;
    padding-bottom: 1.875rem; }
    .contact__partnership:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .contact__partnership {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        margin-bottom: 0;
        border-right: 1px solid #f0f1ef;
        border-bottom: 0;
        padding-bottom: 0; }
        .contact__partnership:last-child:not(:first-child) {
          float: right; } }
  .contact__press {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; }
    .contact__press:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .contact__press {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .contact__press:last-child:not(:first-child) {
          float: right; } }
    .contact__press-logos {
      margin: 20px 0;
      margin: 1.25rem 0; }
    .contact__press ul {
      margin: 0 0 15px;
      margin: 0 0 0.9375rem; }
    .contact__press li {
      position: relative;
      margin-top: 15px;
      margin-top: 0.9375rem;
      padding-left: 15px;
      padding-left: 0.9375rem;
      list-style-type: none; }
      .contact__press li::before {
        position: absolute;
        top: 3px;
        top: 0.1875rem;
        left: 0;
        color: #f3dd32;
        font: 18px "FontAwesome";
        font: 1.125rem "FontAwesome";
        content: '\f105'; }
    .contact__press a {
      display: inline-block;
      position: relative;
      color: #000;
      font-weight: 400; }
      .contact__press a::before {
        position: absolute;
        bottom: 6px;
        bottom: 0.375rem;
        left: 0;
        z-index: 1;
        -webkit-transition: background .3s ease-in-out;
                transition: background .3s ease-in-out;
        background: #e1f0e6;
        width: 100%;
        height: 6px;
        height: 0.375rem;
        content: ''; }
      .contact__press a span {
        position: relative;
        z-index: 2; }
      .contact__press a:hover::before {
        background: #f3dd32; }

.default-page {
  max-width: 1170px;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }
  .default-page::before, .default-page::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .default-page::after {
    clear: both; }
  .default-page:last-child:not(:first-child) {
    float: right; }
  .default-page, .default-page:last-child {
    float: none; }
  .default-page h1,
  .default-page h2 {
    text-transform: uppercase;
    letter-spacing: 2px; }
  .default-page h2 {
    font-size: 18px;
    font-size: 1.125rem; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }
  
.pea_cook_wrapper.pea_cook_bottomright {
    bottom: 130px !important;
}
