@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.row {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    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: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    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.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.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.3333333333%;
  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.6666666667%;
  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.2857142857%;
  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: 0.625rem;
  padding-right: 0.625rem;
}

.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.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
    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.6666666667%;
    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.2857142857%;
    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.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
    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.6666666667%;
    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.2857142857%;
    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: 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: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1585cf;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #fefefe;
}
.button.secondary {
  background-color: #777;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #fefefe;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

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

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

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  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: 2.5rem;
}

.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: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

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

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

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}
.badge.secondary {
  background: #777;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}
.breadcrumbs::before, .breadcrumbs::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #2199e8;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  font-size: 0.9rem;
  float: left;
}
.button-group .button:not(:last-child) {
  border-right: 1px solid #fefefe;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
  margin-right: 0;
}
@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
  }
  .button-group.stacked-for-small .button:not(:last-child) {
    margin-right: 1px;
  }
}
@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
  }
  .button-group.stacked-for-medium .button:not(:last-child) {
    margin-right: 1px;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #def0fc;
}
.callout.secondary {
  background-color: #ebebeb;
}
.callout.success {
  background-color: #e1faea;
}
.callout.warning {
  background-color: #fff3d9;
}
.callout.alert {
  background-color: #fce6e2;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i {
  vertical-align: middle;
}
.menu > li > a i + span,
.menu > li > a img + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right::before, .menu.align-right::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}
.label.secondary {
  background: #777;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #fefefe;
}
.label.warning {
  background: #ffae00;
  color: #fefefe;
}
.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
.progress.primary .progress-meter {
  background-color: #2199e8;
}
.progress.secondary .progress-meter {
  background-color: #777;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #1583cc;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 60.625rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 60.625rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 60.625rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 60.625rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  background: #fefefe;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}
input:checked ~ .switch-paddle {
  background: #2199e8;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead,
tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}
thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}
.tabs::before, .tabs::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}
.tabs-title > a:hover {
  background: #fefefe;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}
.title-bar::before, .title-bar::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}
.tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-left,
  .stacked-for-small .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-left,
  .stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-left,
.top-bar-right {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .top-bar-left,
  .top-bar-right {
    width: auto;
  }
}
.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.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;
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

@font-face {
  font-family: "JessicaSeinfeld";
  src: url("/fonts/JessicaSeinfeld.eot?#iefix") format("embedded-opentype"), url("/fonts/JessicaSeinfeld.woff") format("woff"), url("/fonts/JessicaSeinfeld.ttf") format("truetype"), url("/fonts/JessicaSeinfeld.svg#/fonts/JessicaSeinfeld") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
Museo Sans
font-family: "museo-sans",sans-serif; font-style: normal; font-weight: 300;
font-family: "museo-sans",sans-serif; font-style: italic; font-weight: 300;
font-family: "museo-sans",sans-serif; font-style: normal; font-weight: 700;
font-family: "museo-sans",sans-serif; font-style: italic; font-weight: 700;

Museo Sans Condensed
font-family: "museo-sans-condensed",sans-serif; font-style: normal; font-weight: 500;
font-family: "museo-sans-condensed",sans-serif; font-style: italic; font-weight: 500;
font-family: "museo-sans-condensed",sans-serif; font-style: normal; font-weight: 700;
font-family: "museo-sans-condensed",sans-serif; font-style: italic; font-weight: 700;
*/
.brim {
  font-family: "brim-narrow-combined-1", sans-serif;
}

.icon-spoon, .icon-fork, .icon-knife, .icon-movie {
  font-family: "JessicaSeinfeld";
}

.icon-spoon:before {
  content: "(";
}

.icon-fork:before {
  content: "!";
}

.icon-knife:before {
  content: ")";
}

.icon-movie:before {
  content: "-";
}

/***********************************
	COLOR
************************************/
.bg-light-gray {
  background-color: #F7F6F3;
}

.bg-light-gray-alt1 {
  background-color: #F7F6F3;
}

.bg-white {
  background: #FFFFFF;
}

/***********************************
	TYPOGRAPHY
************************************/
.text-cyan {
  color: #489c98;
}

.text-red {
  color: #c71a01;
}

.text-large {
  font-size: 2rem;
}

.text-medium {
  font-size: 1.375rem;
}

.text-small {
  font-size: 1.125rem;
}

.text-xsmall {
  font-size: 0.75rem;
}

.text-upper {
  text-transform: uppercase;
}

/***********************************
	GLOBAL
************************************/
html, body {
  padding: 0;
  margin: 0;
  background-color: #000;
  font-family: "museo-sans", helvetica, sans-serif;
}

/***********************************
html { .columns { opacity: 0 !important; webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;  }}
html.wf-active { .columns { opacity: 1 !important; webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;  }}
************************************/
* {
  outline: none;
}

H1 {
  text-transform: uppercase;
  font-family: "museo-sans", helvetica, sans-serif;
  letter-spacing: 0.05em;
}

H2, H3, H4, H5 {
  text-transform: uppercase;
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  letter-spacing: 0.05em;
}

a {
  color: #489c98;
}

a:hover {
  color: #292929;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

INS {
  text-decoration: none;
}

.animate * {
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper {
  padding: 50px 0 70px;
}

.clearfix {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
}

.mobile-only {
  display: none;
}

.button, .button:link, .button:visited {
  letter-spacing: 0.09em;
  border: 1px solid #489c98;
  background: transparent;
  margin: 0 auto;
  text-transform: uppercase;
  color: #489c98;
  padding: 16px 20px 15px;
  font-weight: 700;
}

.button:HOVER, .button:link:hover, .button:visited:hover {
  background-color: #489c98;
  color: #FFFFFF;
}

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

.columns {
  position: relative;
}

/* Header */
header {
  z-index: 99999999;
  position: fixed;
  top: 0px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
}
header h1 {
  margin: 0;
  padding: 0 0 0 2rem;
  line-height: 0;
}
header nav {
  float: right;
  font-size: 0.875rem;
  font-weight: 700;
}
header nav ul {
  margin: 0px 0 0 0;
  padding-right: 2rem;
}
header nav ul li {
  float: left;
  text-transform: uppercase;
  list-style: none;
  display: inline;
  margin: 0 0px;
  text-decoration: uppercase;
}
header nav ul li a {
  float: left;
  color: #292929;
  padding: 24px 15px 23px;
  letter-spacing: 0.09em;
}
header nav ul li a:hover {
  color: #489c98;
}
header nav ul li a.selected {
  background-color: #489c98;
  color: #FFFFFF;
}
header nav ul li.social {
  margin: 4px 0 0 10px;
}
header nav ul li.social a {
  margin: 0 8px;
  color: #489c98;
  padding: 5px 0 0;
  font-size: 1.5625rem;
}
header nav ul li.social a:hover {
  color: #292929;
}
header nav ul li.social .masthead-search {
  padding-top: 8px;
}
header nav ul li.social .insta {
  padding-top: 6px;
}
header nav ul li.lists a {
  color: #4A4A4A;
  font-family: "brim-narrow-combined-1", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 4.42px;
  font-weight: 400;
  font-style: normal;
  padding: 17px 15px 19px;
}
header nav ul li.lists a:hover,
header nav ul li.lists a.selected {
  color: #489c98;
  background-color: #FFFFFF;
}
header .mobile-nav {
  display: none;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  height: 30px;
  width: 30px;
  font-size: 2.8125rem;
  float: right;
  color: #489c98;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
header .mobile-nav span {
  margin: -15px 0 0 0px;
  padding: 0;
  float: left;
  position: absolute;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .mobile-nav span.icon-knife {
  left: 28px;
}
header .mobile-nav span.icon-fork {
  left: 19px;
}
header .mobile-nav span.icon-spoon {
  left: 8px;
}
header .mobile-nav:hover {
  color: #292929;
}

header.open .mobile-nav {
  margin: 13px 0 0 0;
  color: #292929;
}
header.open .mobile-nav span {
  margin: -15px 0 0 0;
  padding: 0;
  float: left;
}
header.open .mobile-nav span.icon-knife {
  opacity: 0;
}
header.open .mobile-nav span.icon-spoon {
  margin: -15px 0 0 0;
  -ms-transform: rotate(315deg); /* IE 9 */
  -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
  transform: rotate(315deg);
  left: 11px;
}
header.open .mobile-nav span.icon-fork {
  margin: -12px 0 0 0;
  -ms-transform: rotate(-135deg); /* IE 9 */
  -webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
  transform: rotate(-135deg);
  left: 12px;
}
header.open .mobile-nav span.icon-knife {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  left: 12px;
}

.logo {
  margin: 19px 0 14px;
  font-weight: 700;
  float: left;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.02em;
  letter-spacing: 0.15em;
}
.logo a {
  color: #292929;
}
.logo a:hover {
  color: #489c98;
}

.breadcrumbs {
  margin: 0 0 20px 0;
}
.breadcrumbs a {
  color: #489c98;
}
.breadcrumbs a:hover {
  color: #292929;
  text-decoration: none;
}

#masthead {
  width: 100%;
  height: 635px;
  background: url(/img/intro-homepage.jpg) center no-repeat;
  background-size: cover;
}
#masthead H3 {
  font-family: "museo-sans", helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 40px 0 15px 0;
}
#masthead .masthead-categories a {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  float: left;
  background-color: #489c98;
  text-align: center;
  color: #FFFFFF;
  padding: 17px 10px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 5px 0;
}
#masthead .masthead-categories a:hover {
  color: #489c98;
  background-color: #FFFFFF;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vert-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage .recipe-listing {
  z-index: 10;
  position: relative;
}

:root {
  --animation-time: 4.72s;
}

:root {
  --animation-time1: 2s;
}

:root {
  --animation-time2: 3.5s;
}

:root {
  --animation-time3: 1s;
}

:root {
  --animation-time4: 6.5s;
}

.not-too-sweet-wrapper {
  background-color: #ffffff;
  padding-bottom: 2rem;
}

#cookbooks .book-detail a,
.cookbook-store a,
.cookbook-store a:hover,
.cookbook-store a:visited,
.cookbook-store a:active {
  font-weight: 700;
}

.cookbook-masthead {
  margin: 0 2rem;
  position: relative;
  padding-top: 69px;
  background-image: url("/img/not-too-sweet-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cookbook-masthead .title-wrapper {
  margin-top: 5rem;
}
.cookbook-masthead .row {
  margin: 0 auto;
  max-width: 1200px;
}
.cookbook-masthead h1 {
  line-height: 1.1;
  z-index: 1;
  position: relative;
  text-transform: none;
  font-size: 4.875rem;
  font-family: "Domaine Display Narrow Semibold", serif;
}
.cookbook-masthead .tablet-hide {
  position: relative;
  z-index: 9;
}
.cookbook-masthead .main-wrap {
  position: relative;
  z-index: 9;
  padding-top: 1rem;
}
.cookbook-masthead .uppercase-p {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.cookbook-masthead .availability-label {
  margin-top: 2rem;
}
.cookbook-masthead .cookbook-store {
  margin-bottom: 2rem;
  line-height: 1.1;
}
.cookbook-masthead .cookbook-store a,
.cookbook-masthead .cookbook-store a:hover,
.cookbook-masthead .cookbook-store a:visited,
.cookbook-masthead .cookbook-store a:active {
  color: #4055A5;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}
.cookbook-masthead .cookbook-store a:hover {
  text-decoration: underline;
}
.cookbook-masthead .text-14 {
  font-size: 0.875rem;
  line-height: 1.2;
}
.cookbook-masthead .text-22 {
  font-size: 1.375rem;
  line-height: 1.2;
}
.cookbook-masthead .cat-btns {
  padding-bottom: 3rem;
}
.cookbook-masthead .h-full {
  height: 100%;
}
.cookbook-masthead .flex {
  display: flex;
}
.cookbook-masthead .flex-1 {
  flex: 1 1 0%;
}
.cookbook-masthead .cat-btns .btn {
  background-color: #ffffff;
  color: #000000;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 700;
  border: 1px solid #000000;
  padding: 0.75rem 0.5rem;
  margin-right: 1rem;
  font-size: 0.75rem;
  transition: 0.2s all;
}
.cookbook-masthead .cat-btns .btn:hover {
  background-color: #489c98;
  color: #ffffff;
  border: 1px solid #489c98;
}
.cookbook-masthead .cat-btns .columns:first-child {
  padding-left: 0;
}
.cookbook-masthead .img-wrap {
  height: 100%;
  padding-top: 1rem;
}
.cookbook-masthead .shake-1 {
  padding-top: 2rem;
  margin-left: 10px;
  animation: shake-animation1 4.72s ease infinite;
  transform-origin: center;
}
.cookbook-masthead .shake-1 .element {
  margin: 0 auto;
}
@keyframes shake-animation1 {
  0% {
    transform: rotate(0deg);
  }
  1.78571% {
    transform: rotate(-10deg);
  }
  3.57143% {
    transform: rotate(0deg);
  }
  5.35714% {
    transform: rotate(-10deg);
  }
  7.14286% {
    transform: rotate(0deg);
  }
  8.92857% {
    transform: rotate(-10deg);
  }
  10.71429% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cookbook-masthead .shake-2 {
  padding-top: 3rem;
  margin-left: 4rem;
  animation: shake-animation2 4.72s var(--animation-time2) ease infinite;
  transform-origin: center;
}
.cookbook-masthead .shake-2 .element {
  margin: 0 auto;
}
@keyframes shake-animation2 {
  0% {
    transform: rotate(0deg);
  }
  1.78571% {
    transform: rotate(4deg);
  }
  3.57143% {
    transform: rotate(0deg);
  }
  5.35714% {
    transform: rotate(4deg);
  }
  7.14286% {
    transform: rotate(0deg);
  }
  8.92857% {
    transform: rotate(4deg);
  }
  10.71429% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cookbook-masthead .blueberry-wrapper {
  position: absolute;
  left: -80px;
  top: 10px;
  z-index: 0;
  display: block;
  max-width: 150px;
}
.cookbook-masthead .blueberry {
  display: inline-block;
}
.cookbook-masthead .strawberry-wrapper {
  position: absolute;
  left: -90px;
  bottom: -10px;
  z-index: 5;
}
.cookbook-masthead .shake-3 {
  animation: shake-animation3 4.72s var(--animation-time4) ease infinite;
  transform-origin: center;
  max-width: 120px;
}
.cookbook-masthead .shake-3 .element {
  margin: 0 auto;
}
@keyframes shake-animation3 {
  0% {
    transform: rotate(0deg);
  }
  1.78571% {
    transform: rotate(4deg);
  }
  3.57143% {
    transform: rotate(0deg);
  }
  5.35714% {
    transform: rotate(4deg);
  }
  7.14286% {
    transform: rotate(0deg);
  }
  8.92857% {
    transform: rotate(4deg);
  }
  10.71429% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cookbook-masthead .shake-4 {
  animation: shake-animation4 4.72s var(--animation-time4) ease infinite;
  transform-origin: center;
}
.cookbook-masthead .shake-4 .element {
  margin: 0 auto;
}
@keyframes shake-animation4 {
  0% {
    transform: rotate(0deg);
  }
  1.78571% {
    transform: rotate(12deg);
  }
  3.57143% {
    transform: rotate(0deg);
  }
  5.35714% {
    transform: rotate(12deg);
  }
  7.14286% {
    transform: rotate(0deg);
  }
  8.92857% {
    transform: rotate(12deg);
  }
  10.71429% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cookbook-masthead .shake-7 {
  animation: shake-animation4 4.62s var(--animation-time7) ease infinite;
  transform-origin: center;
}
.cookbook-masthead .shake-7 .element {
  margin: 0 auto;
}
@keyframes shake-animation4 {
  0% {
    transform: rotate(0deg);
  }
  1.78571% {
    transform: rotate(12deg);
  }
  3.57143% {
    transform: rotate(0deg);
  }
  5.35714% {
    transform: rotate(12deg);
  }
  7.14286% {
    transform: rotate(0deg);
  }
  8.92857% {
    transform: rotate(12deg);
  }
  10.71429% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cookbook-masthead .shake-5 {
  animation: shake-animation5 4.72s var(--animation-time1) ease infinite;
  transform-origin: center;
  transform: rotate(4deg);
  max-width: 100px;
  margin-left: -30px;
}
.cookbook-masthead .shake-5 .element {
  margin: 0 auto;
}
@keyframes shake-animation5 {
  0% {
    transform: rotate(0deg);
  }
  1.78571% {
    transform: rotate(-6deg);
  }
  3.57143% {
    transform: rotate(0deg);
  }
  5.35714% {
    transform: rotate(-6deg);
  }
  7.14286% {
    transform: rotate(0deg);
  }
  8.92857% {
    transform: rotate(-6deg);
  }
  10.71429% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cookbook-masthead .tablet-hide {
  display: block;
}
.cookbook-masthead .tablet-show {
  display: none;
}

.nyt-banner {
  text-align: center;
  background-color: #F4C8B8;
  max-width: 609px;
}

.nyt-banner p {
  font-size: 15px;
  color: #292929;
  padding-bottom: 15px;
  padding-top: 7px;
  margin-bottom: 0;
  line-height: 1;
}

.nyt-banner hr {
  border: none;
  border-bottom: rgba(0, 0, 0, 0.75) 1px solid;
  width: 189px;
  margin: 0 auto;
  display: block;
}

.nyt-banner img {
  padding-top: 15px;
  padding-bottom: 7px;
  margin: 0 auto;
  display: block;
  max-width: 189px;
}

/* july 7 2021- cookbook popup */
#subscribeModal {
  max-width: 950px;
  width: 100%;
  background-color: #FEDED2;
  color: #ffffff;
  padding: 0;
  border: 0px;
}
#subscribeModal .close-button {
  z-index: 99999;
}
#subscribeModal .close-button span {
  color: #B82700;
}
#subscribeModal h2 {
  font-family: "operetta-12", serif;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0;
  color: #292929;
  font-size: 3.125rem;
  text-transform: none;
}
#subscribeModal h4 {
  text-transform: none;
  color: #292929;
  font-size: 1rem;
  display: inline-block;
}
#subscribeModal p {
  color: #292929;
}
#subscribeModal .svg-wrapper {
  display: inline-block;
}
#subscribeModal a {
  font-weight: bold;
  color: #4055A5;
  transition: 0.2s all;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
#subscribeModal a:hover {
  color: #4055A5;
}
#subscribeModal p {
  font-size: 1.125rem;
  line-height: 1.3;
}
#subscribeModal .cookbook-store {
  margin-bottom: 0;
  font-size: 14px;
}
#subscribeModal .img-wrapper {
  padding-left: 0;
  max-width: 350px;
}
#subscribeModal .text-wrapper {
  padding: 2rem 4rem 3rem 2rem;
}
#subscribeModal .text-wrapper.vegan {
  padding: 2rem 3.5rem 3rem 2rem;
}

.newsletter .wrapper h1 {
  padding: 30px 30px 0px;
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.625rem;
  margin-top: 30px;
}
.newsletter .wrapper #loadingmessage {
  display: none;
}

.newsletter-signup .loadingmessage {
  display: none;
}

#mc_embed_signup div.mce_inline_error,
#news_signup div.mce_inline_error {
  color: #c71a01 !important;
  background-color: #FFFFFF !important;
}

#email {
  color: #afb0b0;
  cursor: pointer;
}

.print {
  cursor: pointer;
}

.sidebar h2 {
  margin-bottom: 0px;
}
.sidebar p {
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 15px;
}
.sidebar #fieldEmail {
  margin-bottom: 8px;
}
.sidebar .disclaimer a {
  letter-spacing: 0px;
  padding: 0px;
}
.sidebar .disclaimer {
  font-size: 12px;
}

#fieldEmail {
  font-weight: normal;
}

.tellAFriendForm {
  margin-top: 10px;
}

#shareBox {
  margin-bottom: 0.5rem;
  margin-top: 10px;
}
#shareBox h2 {
  line-height: 1.2;
}
#shareBox p {
  margin-bottom: 0px;
}

#recipeTitle {
  text-transform: uppercase;
}

.reveal {
  margin-top: 75px;
  min-height: 0px !important;
}
.reveal .close-button {
  font-size: 20px;
  margin-bottom: 10px;
}
.reveal .submitShareForm {
  background-color: #489c98;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: none;
}
.reveal .freeform-row .freeform-column {
  padding: 0;
}
.reveal .freeform-row .freeform-column .freeform-label {
  font-weight: normal;
}

.reveal-overlay {
  z-index: 999999991;
}

.thanks {
  color: #489c98;
}

.error input {
  border: 1px solid red;
}

.email-signup {
  margin-top: 20px;
}
.email-signup h1, .email-signup h2, .email-signup h3, .email-signup h4, .email-signup p {
  text-align: center;
  text-transform: none;
  font-style: normal;
}
.email-signup h2 {
  font-size: 1.7rem;
}
.email-signup .submit {
  color: #FFFFFF;
  background-color: #489c98;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.email-signup .error input {
  border: 1px solid #FF0000;
}

.email-signup-black {
  margin-top: 30px;
}
.email-signup-black h1, .email-signup-black h2, .email-signup-black h3, .email-signup-black h4, .email-signup-black p {
  color: #292929;
  text-align: center;
  text-transform: none;
  font-style: normal;
}
.email-signup-black h2 {
  font-size: 1.9rem;
}
.email-signup-black form .submit {
  background-color: #489c98;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.disclaimer {
  font-size: 12px;
}

/* Search */
::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

#search {
  font-family: "museo-sans", helvetica, sans-serif;
  margin: 25% 0 0 0;
  width: 43%;
}
#search .search-text {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  line-height: 1.25em;
  font-family: "museo-sans", helvetica, sans-serif;
}
#search H3 {
  font-family: "museo-sans", helvetica, sans-serif;
}
#search p.search-whisper {
  margin-top: 0.25em;
  margin-left: 0.45em;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: 0.25;
}

.search-input, .search-mask {
  position: relative;
}
.search-input input, .search-input .search-mask-input, .search-mask input, .search-mask .search-mask-input {
  padding-right: 40px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-size: 1.5rem;
  font-family: "museo-sans", helvetica, sans-serif;
  background: url(/img/animation-cursor.gif) left no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #999;
  color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-input .search-mask-input, .search-mask .search-mask-input {
  background-image: none;
  height: 39px;
  padding-left: 8px;
  overflow: hidden;
}
.search-input .search-mask-input span, .search-mask .search-mask-input span {
  display: inline;
  float: left;
  margin-bottom: 0px;
}
.search-input button, .search-mask button {
  font-size: 1.5625rem;
  color: #FFFFFF;
  position: absolute;
  top: 5px;
  right: 0px;
  float: right;
  width: 38px;
}

#search-box-main .search-input {
  display: none;
}
#search-box-main .search-hover:hover .search-mask {
  display: none;
}
#search-box-main .search-hover:hover .search-input {
  display: block;
}
#search-box-main .search-mask.filled {
  display: none;
}
#search-box-main .search-input.filled {
  display: block;
}

.search-container {
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -100px;
  position: fixed;
  width: 100%;
  z-index: 0;
}
.search-container .search-input {
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-container.On {
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 69px;
  position: fixed;
  z-index: 99;
  left: 0px;
  font-weight: 300;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 30px 3px;
}
.search-container.On .search-text {
  color: #292929;
}
.search-container.On .search-input {
  display: block;
  max-width: 945px;
  margin: 0 auto;
}
.search-container.On .search-input input {
  color: #292929;
  border-bottom: 1px solid #000;
  background: url(/img/animation-cursor-dark.gif) left no-repeat;
  background-size: contain;
}
.search-container.On .search-input input.filled,
.search-container.On .search-input input:focus {
  border-bottom: 1px solid #888;
  background-image: none;
}
.search-container.On button {
  color: #000;
}
.search-container.On .search-input {
  display: block !important;
  color: #000;
}
.search-container.On .search-input button {
  color: #000;
}

.search-input.filled input,
.search-input input:focus {
  border: none;
  outline: none !important;
  background-color: transparent;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #FFF;
  background-image: none;
}

.ui-autocomplete {
  position: absolute;
  z-index: 9999999;
  background: rgba(255, 255, 255, 0.9);
}
.ui-autocomplete li, .ui-autocomplete .ui-state-focus, .ui-autocomplete .ui-menu-item {
  list-style: none;
  padding: 4px 9px !important;
}
.ui-autocomplete li:hover {
  background: rgb(255, 255, 255);
  padding: 5px 10px !important;
}

.ui-autocomplete.fix-search {
  background: #EBEBEB;
}
.ui-autocomplete.fix-search li {
  list-style: none;
  padding: 7px 9px;
}
.ui-autocomplete.fix-search li:hover {
  background: #F1F1F1;
}

#search.light .search-text {
  color: #292929;
}
#search.light .search-input input {
  color: #292929;
  border-bottom: 1px solid #000;
  background: url(/img/animation-cursor-dark.gif) left no-repeat;
  background-size: contain;
}
#search.light .search-input input.filled,
#search.light .search-input input:focus {
  border-bottom: 1px solid #888;
  background-image: none;
}
#search.light button {
  color: #000;
}

.typed-cursor {
  font-family: "museo-sans", helvetica, sans-serif;
  float: left;
  margin-top: -5px;
  opacity: 1;
  display: inline;
  font-weight: normal !important;
  color: #FFFFFF;
  font-size: 30px;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
footer {
  background-color: #292929;
  padding: 2rem 0 4rem 0;
}
footer p {
  color: #747474;
  font-size: 0.875rem;
}
footer .footer-logo {
  font-family: "museo-sans", helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.02em;
  letter-spacing: 0.15em;
  display: block;
  color: #ebebeb;
  margin-bottom: 1rem;
}
footer .social a {
  display: inline-block;
  padding-right: 1rem;
}
footer .lists-nav {
  font-family: "brim-narrow-combined-1", sans-serif;
  color: #FDFDFD;
  font-size: 1.25rem;
  letter-spacing: 4.42px;
}
footer .footer-logo:hover {
  color: #FFFFFF;
}
footer .footer-navigation {
  margin-left: 0;
}
footer .footer-navigation li {
  list-style: none;
  display: block;
}
footer .footer-navigation li a {
  margin: 0 0 0 0px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1.56px;
}
footer .footer-navigation li a:hover {
  color: #FFFFFF;
}
footer .newsletter-signup p {
  color: #FDFDFD;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
footer .newsletter-signup .hide {
  display: none;
}
footer .newsletter-signup .email-input {
  background-color: #7A7A7A;
  border: 0px solid transparent;
  margin-bottom: 0rem;
  color: #FFFFFF;
}
footer .newsletter-signup .button-teal {
  font-size: 0.75rem;
  background-color: #376967;
  border: 0px solid transparent;
  padding: 0.75rem 2rem;
  margin-bottom: 0;
  margin-top: 0.6rem;
}
footer .newsletter-signup .button-teal:hover {
  color: #FFFFFF;
  background-color: #489c98;
}
footer .newsletter-signup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FDFDFD;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "museo-sans", helvetica, sans-serif;
}
footer .newsletter-signup ::-moz-placeholder { /* Firefox 19+ */
  color: #FDFDFD;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "museo-sans", helvetica, sans-serif;
}
footer .newsletter-signup :-ms-input-placeholder { /* IE 10+ */
  color: #FDFDFD;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "museo-sans", helvetica, sans-serif;
}
footer .newsletter-signup :-moz-placeholder { /* Firefox 18- */
  color: #FDFDFD;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "museo-sans", helvetica, sans-serif;
}
footer .medium-2,
footer .medium-3 {
  border-left: 1px solid #FFFFFF;
}
footer p.copyright-line {
  margin-top: 6rem;
}
footer p.copyright-line a {
  color: #747474;
}
footer p.copyright-line a:hover {
  color: #FFFFFF;
}

.ten-year-banner {
  background-color: #FFFFFF;
  padding-top: 5px;
}
.ten-year-banner img {
  margin: 0 auto;
  display: block;
}

.social-share {
  padding: 0px 0 0 0;
  text-align: right;
}
.social-share a {
  color: #afb0b0;
}
.social-share a:hover .fa-facebook {
  color: #3b5998;
}
.social-share a:hover .fa-twitter {
  color: #4099FF;
}
.social-share a:hover .fa-google-plus {
  color: #D34836;
}
.social-share a:hover .fa-pinterest {
  color: #c92228;
}
.social-share .fa-print:hover {
  color: #292929;
}
.social-share .fa-print {
  color: #afb0b0;
}
.social-share #email:hover {
  color: #489c98;
}
.social-share p {
  margin: 0;
}
.social-share span {
  top: 2px;
  left: -1px;
  background: transparent url(/img/pinterest.png) 0 0 no-repeat !important;
}
.social-share span:hover {
  background: transparent url(/img/red-pinterest.png) 0 0 no-repeat !important;
}

#pinterest {
  float: left;
}

.recipe-cookbook {
  font-style: italic;
  color: #747474;
  font-size: 0.75rem;
}

.recipe-listing {
  padding: 55px 0 40px 0;
}
.recipe-listing .recipe-item {
  max-width: 300px;
  margin: 0 auto 30px auto;
}
.recipe-listing .recipe-item .recipe-photo {
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: 100% auto !important;
}
.recipe-listing .recipe-item .recipe-photo img {
  float: left;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.recipe-listing .recipe-item .recipe-photo.video-thumb {
  background-size: 130% auto !important;
}
.recipe-listing .recipe-item .recipe-info {
  float: left;
  width: 100%;
  line-height: 1.2em;
  font-size: 0.75rem;
}
.recipe-listing .recipe-item .recipe-details {
  float: left;
  width: 100%;
  height: 132px;
  margin: 0 0 30px 0;
  background: #FFFFFF;
  padding: 15px 15px 2px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.recipe-listing .recipe-item .recipe-details h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.25em;
}
.recipe-listing .recipe-item .recipe-details h5 a {
  color: #292929;
}
.recipe-listing .recipe-item .recipe-details h5 a:hover {
  color: #489c98;
}
.recipe-listing .recipe-item .recipe-details .icon-movie {
  font-size: 1.375rem;
  margin: 0 0 -5px 2px;
}
.recipe-listing .recipe-item .recipe-details .recipe-text {
  margin: 0px 5px 0 0;
  line-height: 1.25em;
}
.recipe-listing .recipe-item:hover .recipe-photo {
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: 105% auto !important;
}
.recipe-listing .recipe-item:hover .recipe-photo.video-thumb {
  background-size: 135% auto !important;
}

.category-page .recipe-listing {
  padding: 55px 0 40px 0;
}
.category-page .recipe-listing .item-wrapper {
  height: 100%;
  display: block;
  float: none;
}
.category-page .recipe-listing .recipe-item {
  max-width: 300px;
  margin: 0 auto 1px auto;
}
.category-page .recipe-listing .recipe-item .recipe-photo {
  margin: 15px 0 0 0;
  display: block;
  width: 100%;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: 100% auto !important;
}
.category-page .recipe-listing .recipe-item .recipe-photo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.category-page .recipe-listing .recipe-item .recipe-photo.video-thumb {
  background-size: 130% auto !important;
}
.category-page .recipe-listing .recipe-item .recipe-info {
  width: 100%;
  line-height: 1.2em;
  font-size: 0.75rem;
}
.category-page .recipe-listing .recipe-item .recipe-details {
  width: 100%;
  background-color: #FFFFFF;
  display: block;
  margin: 0 0 30px 0;
  background: #FFFFFF;
  padding: 15px 15px 2px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.category-page .recipe-listing .recipe-item .recipe-details h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.25em;
}
.category-page .recipe-listing .recipe-item .recipe-details h5 a {
  color: #292929;
}
.category-page .recipe-listing .recipe-item .recipe-details h5 a:hover {
  color: #489c98;
}
.category-page .recipe-listing .recipe-item .recipe-details .icon-movie {
  font-size: 1.375rem;
  margin: 0 0 -5px 2px;
}
.category-page .recipe-listing .recipe-item .recipe-details .recipe-text {
  margin: 0px 5px 0 0;
  line-height: 1.25em;
}
.category-page .recipe-listing .recipe-item:hover .recipe-photo {
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: 105% auto !important;
}
.category-page .recipe-listing .recipe-item:hover .recipe-photo.video-thumb {
  background-size: 135% auto !important;
}

.ui-widget-content {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.recipe-slideshow {
  width: 100%;
  margin: 0 auto;
  max-width: 964px;
}
.recipe-slideshow .recipe-slide .recipe-item {
  margin: 0 12px;
  float: left !important;
  max-width: auto !important;
  min-width: auto !important;
}
.recipe-slideshow .recipe-slide .slick-dots {
  display: none !important;
}
.recipe-slideshow .recipe-slide .slick-prev {
  overflow: hidden;
  float: left;
  z-index: 10000;
  position: absolute;
  top: 40%;
  left: -60px;
  height: 1px;
  width: 1px;
  padding: 50px 50px 0 0;
  background: url(/img/arrow-left.png) no-repeat;
  background-size: contain;
}
.recipe-slideshow .recipe-slide .slick-next {
  overflow: hidden;
  float: right;
  z-index: 10000;
  position: absolute;
  top: 40%;
  right: -60px;
  height: 1px;
  width: 1px;
  padding: 50px 50px 0 0;
  background: url(/img/arrow-right.png) no-repeat;
  background-size: contain;
}

.latest-recipe-slide .slick-prev {
  overflow: hidden;
  float: left;
  z-index: 10000;
  position: absolute;
  top: 40%;
  left: -60px;
  height: 1px;
  width: 1px;
  padding: 50px 50px 0 0;
  background: url(/img/arrow-left.png) no-repeat;
  background-size: contain;
}
.latest-recipe-slide .slick-next {
  overflow: hidden;
  float: right;
  z-index: 10000;
  position: absolute;
  top: 40%;
  right: -60px;
  height: 1px;
  width: 1px;
  padding: 50px 50px 0 0;
  background: url(/img/arrow-right.png) no-repeat;
  background-size: contain;
}
.latest-recipe-slide .slick-dots {
  float: left;
}
.latest-recipe-slide .slick-dots {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.latest-recipe-slide .slick-dots .slick-active button {
  background-color: #489c98;
  opacity: 1;
}
.latest-recipe-slide .slick-dots li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-recipe-slide .slick-dots li button {
  margin: 0 5px 0 0;
  overflow: hidden;
  height: 1px;
  width: 1px;
  display: inline-block;
  background-color: #747474;
  opacity: 0.6;
  padding: 9px 9px 0 0;
  border-radius: 100px;
}
.latest-recipe-slide .slick-dots li button.selected {
  background-color: #489c98;
  opacity: 1;
}

.recipe-steps .recipe-step-slide .slick-dots {
  display: none !important;
}
.recipe-steps .recipe-step-slide .slick-prev {
  display: none;
  opacity: 0;
  overflow: hidden;
  float: left;
  position: absolute;
  z-index: 1000;
  top: 32%;
  left: 15px;
  height: 1px;
  width: 1px;
  padding: 90px 90px 0 0;
  background: url(/img/btn-slide-prev.png) no-repeat;
  background-size: contain;
}
.recipe-steps .recipe-step-slide .slick-next {
  display: none;
  opacity: 0;
  overflow: hidden;
  float: right;
  position: absolute;
  z-index: 1000;
  top: 32%;
  right: 15px;
  height: 1px;
  width: 1px;
  padding: 90px 90px 0 0;
  background: url(/img/btn-slide-next.png) no-repeat;
  background-size: contain;
}
.recipe-steps .recipe-step-slide .step-slide {
  margin: 0px 0 10px 0;
  width: 100%;
  height: auto !important;
}
.recipe-steps .recipe-step-slide:hover .slick-next, .recipe-steps .recipe-step-slide:hover .slick-prev {
  opacity: 1;
  display: inline;
}
.recipe-steps .step-number {
  font-style: italic;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 0 0px;
  padding: 0;
}
.recipe-steps .slick-dots {
  margin: 0;
  padding: 0;
}
.recipe-steps .slick-dots li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.recipe-steps .slick-dots li a {
  margin: 0 5px 0 0;
  overflow: hidden;
  height: 1px;
  width: 1px;
  display: inline-block;
  background-color: #747474;
  opacity: 0.6;
  padding: 9px 9px 0 0;
  border-radius: 100px;
}
.recipe-steps .slick-dots li a.selected {
  background-color: #489c98;
  opacity: 1;
}
.recipe-steps .step-description {
  font-size: 1rem;
  margin: 10px 0;
}
.recipe-steps .step-ingredients {
  font-size: 0.75rem;
  margin: 10px 0;
}

/***********************************
	HOMEPAGE
************************************/
#cookbooks .book-cover img {
  max-height: 256.59px;
}
#cookbooks .book-title {
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  font-size: 1.125rem;
  padding: 25px 0 0px 0;
  text-transform: uppercase;
}
#cookbooks .book-title a {
  padding: 10px 0;
  text-transform: uppercase;
  color: #292929;
}
#cookbooks .book-title a:hover {
  color: #489c98;
}
#cookbooks .book-detail {
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.75em;
}
#cookbooks .book-detail a {
  display: block;
  clear: both;
  color: #489c98;
}
#cookbooks .book-detail a:hover {
  color: #292929;
}

.lists-section {
  padding: 4rem 0;
  background-color: #FFFFFF;
}
.lists-section .see-all-button {
  display: none;
  margin-top: 0;
  padding: 10px 40px;
}
.lists-section h2 {
  font-family: "brim-narrow-combined-1", sans-serif;
  font-size: 1.6875rem;
  letter-spacing: 5px;
}
.lists-section h3 {
  text-transform: none;
  font-size: 2.9375rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.lists-section h4 {
  color: #292929;
}
.lists-section .dots-wrapper {
  position: relative;
  display: inline-block;
}
.lists-section .dots {
  position: absolute;
  top: -24px;
  font-family: "brim-narrow-combined-1", sans-serif;
  font-size: 2.5rem;
}
.lists-section .dots.left {
  left: -70px;
}
.lists-section .dots.right {
  right: -65px;
}
.lists-section .intro {
  padding-bottom: 1rem;
}
.lists-section .intro p {
  font-size: 0.875rem;
  font-weight: 500;
}
.lists-section .button-teal {
  padding: 8px 40px;
  font-size: 0.75rem;
}
.lists-section .see-all .blue-cap-link {
  display: inline-block;
  color: #489c98;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "museo-sans", helvetica, sans-serif;
  letter-spacing: 1.2px;
  font-size: 0.875rem;
}
.lists-section .img-wrapper {
  position: relative;
}
.lists-section .img-wrapper .tag {
  position: absolute;
  left: -14px;
  top: 6px;
  display: none;
  padding: 0;
}
.lists-section .img-wrapper .tag .tag-wrapper {
  position: relative;
}
.lists-section .img-wrapper .tag p {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 0;
  position: absolute;
  top: 6px;
  left: 14px;
}

.hide-for-mobile {
  display: block;
}

.show-for-mobile {
  display: none;
}

.social-share svg {
  cursor: pointer;
}

/***********************************
	RECIPES
************************************/
.recipes #masthead {
  height: 400px;
  background: url(/img/intro-recipes-landing.jpg) top no-repeat;
  background-size: cover;
}
.recipes #masthead #search {
  margin: 18% 0 0 0;
}
.recipes #masthead .masthead-white-overlay {
  height: 400px;
  width: 100%;
  background: rgba(255, 255, 255, 0.45);
}

.recipe-item a {
  display: block;
}

.filter {
  position: absolute;
  right: 15px;
  top: 5px;
}
.filter .filter-text {
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  font-size: 1rem;
}
.filter .filter-select .filter-options {
  display: none;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter .filter-select .fa-caret-up {
  display: none;
}
.filter .filter-select .fa-caret-down {
  display: inline;
}
.filter .filter-select .caret-up {
  display: none;
}
.filter .filter-select .caret-down {
  display: inline;
}
.filter .filter-select.open .filter-options {
  display: block;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter .filter-select.open .fa-caret-down {
  display: none;
}
.filter .filter-select.open .fa-caret-up {
  display: inline;
}
.filter .filter-select.open .caret-down {
  display: none;
}
.filter .filter-select.open .caret-up {
  display: inline;
}
.filter .filter-title {
  float: left;
}
.filter DL {
  float: left;
  margin: -9px 0 0 15px;
  position: relative;
  width: 180px;
  text-align: left;
}
.filter DT {
  padding: 6px 10px;
  background-color: #FFF;
  margin: 0;
  background-color: rgba(215, 215, 215, 0.5);
}
.filter DT a {
  color: #747474;
  font-style: italic;
  font-weight: normal;
}
.filter DT .filter-caret {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 6px 13px;
  background: rgba(72, 156, 152, 0.9);
  color: #FFFFFF;
}
.filter .filter-options {
  margin: 0;
  width: 180px;
  position: relative;
  z-index: 9999;
}
.filter .filter-options ul {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  float: left;
}
.filter .filter-options li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.filter .filter-options li a {
  color: #747474;
  float: left;
  padding: 8px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
.filter .filter-options li a.selected {
  display: none;
}
.filter .filter-options li a:hover {
  background-color: rgba(240, 240, 240, 0.9);
}

.recipe-category {
  float: left;
  width: 100%;
  padding: 13px 0 12px;
  margin: 0 0 20px 0px;
  position: relative;
  background-color: #FFFFFF;
  z-index: 1000;
}
.recipe-category .filter-category {
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  font-size: 1rem;
  float: left;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #292929;
  letter-spacing: 0.09em;
}
.recipe-category .filter-category .fa-caret-down {
  display: inline;
  color: #489c98;
}
.recipe-category .filter-category .fa-caret-up {
  display: none;
  color: #489c98;
}
.recipe-category .filter-category .caret-down {
  display: inline;
  color: #489c98;
}
.recipe-category .filter-category .caret-up {
  display: none;
  color: #489c98;
}
.recipe-category ul {
  left: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.recipe-category ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.recipe-category .filter-options {
  display: none;
  width: 100%;
  left: 0px;
  padding: 10px 10px 0px 0;
  clear: both;
  position: relative;
  z-index: 9999;
  text-align: center;
}
.recipe-category .filter-options li {
  float: left;
  width: 20%;
  display: inline-block !important;
  line-height: 1.35em;
  padding: 0;
}
.recipe-category .filter-options li a {
  text-align: left;
  border: 1px solid #FFFFFF;
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #489c98;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0px 10px 10px;
  float: left;
  width: 100%;
  background: #fafafa;
  font-size: 1rem;
}
.recipe-category .filter-options li a:hover {
  color: #292929;
  background-color: #FFFFFF;
}
.recipe-category .filter-options li.selected a {
  background: #f6f6f6;
}
.recipe-category a {
  color: #747474;
}
.recipe-category a:hover {
  color: #489c98;
}
.recipe-category .filter-selected-options {
  padding: 7px 10px 7px 0;
  margin: 0;
}
.recipe-category .filter-category.open .fa-caret-down {
  display: none;
}
.recipe-category .filter-category.open .fa-caret-up {
  display: inline;
}
.recipe-category .filter-category.open .caret-down {
  display: none;
}
.recipe-category .filter-category.open .caret-up {
  display: inline;
}
.filter-category.second {
  padding: 0 0 0 30px;
  border-left: 1px solid #747474;
  margin: 0 0 0 20px;
}

/* RECIPE DETAIL */
.recipe-detail #masthead {
  height: auto;
  background-image: none;
  background-color: #ebebeb;
}
.recipe-detail .recipe-article .recipe-title {
  font-size: 2.1875rem;
  font-family: "museo-sans-condensed", helvetica, sans-serif;
}
.recipe-detail .recipe-article .recipe-info {
  font-size: 0.875rem;
  color: #747474;
  line-height: 1.25em;
}
.recipe-detail .recipe-article .recipe-info a {
  color: #489c98;
}
.recipe-detail .recipe-article .recipe-info a:hover {
  color: #292929;
}
.recipe-detail .recipe-article .recipe-info .icon-movie {
  font-size: 1.375rem;
}
.recipe-detail .recipe-article h5 {
  font-size: 1rem;
  margin: 0 0 15px 0;
}
.recipe-detail .recipe-article .recipe-ingredients {
  margin: 0;
  padding: 0;
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  font-size: 1rem;
}
.recipe-detail .recipe-article .recipe-ingredients li {
  list-style: none;
  margin: 10px 0 0 0;
  line-height: 1.35em;
  margin: 0 0 15px 0;
}
.recipe-detail .recipe-article .recipe-instructions {
  font-size: 1rem;
}

.recipe-category-listing .recipe-listing {
  padding-top: 25px;
}

.recipe-video-overlay H3, .recipe-video-overlay .recipe-video-close {
  display: none;
}
.recipe-video-overlay .recipe-video {
  min-height: 300px;
}

.recipe-video-overlay.on {
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999999999999;
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.recipe-video-overlay.on H3, .recipe-video-overlay.on .recipe-video-close {
  display: block;
}
.recipe-video-overlay.on H3 {
  margin: 5px 0 15px 0;
  text-align: left;
}
.recipe-video-overlay.on .recipe-video-close {
  font-size: 1.5625rem;
  position: absolute;
  right: 20px;
  top: 10px;
}
.recipe-video-overlay.on .recipe-video {
  display: none;
  width: 90%;
  max-width: 700px;
  margin: 18% auto 0 auto;
}
.recipe-video-overlay.on .recipe-video .medium-7 {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px 30px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.button-more {
  line-height: 1em;
  font-size: 11px;
  text-transform: uppercase;
}

.button-teal,
.button-teal:active {
  background-color: #489c98;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFFFFF;
  padding: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: none;
  margin-bottom: 30px;
  margin-top: 20px;
  border: 1px solid #489c98;
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button-teal:hover {
  color: #489c98;
  background-color: #fff;
}

body.recipes #masthead.RecipeVideo {
  background-image: none;
}

#RecipeVideo {
  position: absolute;
  top: 0px !important;
  margin-top: -10% !important;
  width: 100%;
}

.CategoryImage {
  height: 400px;
  background: url(/img/bg-turkey.jpg) top no-repeat;
  background-size: cover;
}

.CategoryImageHoliday {
  height: 400px;
  background: url(/img/bg-holiday.jpg) top no-repeat;
  background-size: cover;
}

.CategoryImageWarmCozy {
  height: 400px;
  background: url(/img/bg-warm_cozy.jpg) top no-repeat;
  background-size: cover;
}

/***********************************
	COOKBOOKS
************************************/
.cookbooks .cookbook-item {
  padding: 40px 20px 30px 20px;
}
.cookbooks .cookbook-item P {
  margin-bottom: 0.5rem;
  padding: 0;
}
.cookbooks .cookbook-item H1 {
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  margin: 5px 0 7px 0;
  padding: 0 0 0 0;
  font-size: 2rem;
  line-height: 1.25em;
}
.cookbooks .cookbook-item H5 {
  font-size: 1.125rem;
  margin: 0;
  padding: 0 0 5px 0;
  line-height: 1.25em;
}
.cookbooks .cookbook-item .text-medium {
  line-height: 1.25em;
}
.cookbooks .cookbook-item.odd {
  padding: 40px 20px 30px 50px;
}
.cookbooks .cookbook-store {
  text-transform: uppercase;
  font-size: 0.9375rem;
}
.cookbooks .cookbook-news {
  margin: 0px 0 0 0;
  padding: 15px 0 0 0;
}

.cookbook-item h1 a {
  color: #0a0a0a;
}

.cookbook-item h1 a:hover {
  color: #489c98;
}

/***********************************
	ABOUT
************************************/
.about section H1 {
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  font-size: 1.625rem;
}

@media only screen and (max-width: 1024px) {
  #masthead {
    padding: 0 0px;
  }
  #masthead .masthead-overlay,
  #masthead .masthead-white-overlay {
    padding: 0 20px;
  }
  .logo {
    padding: 0 10px;
  }
  .recipe-listing H3 {
    text-align: center;
    display: block;
  }
  .recipe-listing .recipe-listing-wrap.four-columns {
    max-width: 780px;
    margin: 0 auto;
  }
  .filter {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 auto;
    float: none;
    margin: 10px auto 20px auto;
    padding: 20px 0 10px 0;
  }
  .filter .filter-options {
    position: absolute;
  }
  .recipe-category {
    text-align: center;
  }
  .recipe-category .filter-category {
    display: inline-block !important;
    float: none;
    clear: none !important;
  }
  .recipe-category .filter-options {
    text-align: left;
  }
  .recipe-category .filter-options ul {
    text-align: center;
  }
  .recipe-category .filter-options li {
    width: 25%;
    float: left;
    display: inline-block;
    line-height: 1.35em;
  }
  footer {
    padding: 20px 10px;
  }
}
/***********************************
	LISTS
************************************/
.teal-hr {
  border-bottom: rgba(72, 155, 152, 0.36) 1px solid;
}

.friends-row .friend-name {
  transition: 0.2s all;
  font-family: "brim-narrow-combined-1", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.78px;
  color: #292929;
}
.friends-row .friend-name:hover {
  color: #489c98;
}
.friends-row .location {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "museo-sans", helvetica, sans-serif;
  letter-spacing: 1.03px;
  font-size: 0.75rem;
}
.friends-row .img-wrapper {
  margin-bottom: 1rem;
}
.friends-row .button-teal {
  display: inline-block;
  padding: 12px 40px;
  margin-top: 10px;
  font-size: 0.75rem;
  letter-spacing: 1.03px;
}

.friends-lists {
  padding: 0rem 0 4rem;
  background-color: #FFFFFF;
}

.lists .friends-row {
  padding-bottom: 3rem;
}
.lists .friends-row .img-wrapper {
  position: relative;
}
.lists .friends-row .img-wrapper .tag {
  position: absolute;
  left: -14px;
  top: 6px;
  display: none;
  padding: 0;
}
.lists .friends-row .img-wrapper .tag .tag-wrapper {
  position: relative;
}
.lists .friends-row .img-wrapper .tag p {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 0;
  position: absolute;
  top: 6px;
  left: 14px;
}
.lists .friends-lists {
  padding: 0;
}
.lists .intro h1 {
  font-size: 3rem;
  letter-spacing: 0;
}
.lists .intro .intro-p {
  font-size: 0.875rem;
}
.lists .intro .button-teal {
  font-size: 0.75rem;
  padding: 12px 40px;
  letter-spacing: 1.03px;
}
.lists .bg-white.wrapper {
  padding-bottom: 0.5rem;
}
.lists .see-all a {
  display: inline-block;
  color: #489c98;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "museo-sans", helvetica, sans-serif;
  letter-spacing: 1.2px;
  font-size: 0.875rem;
}
.lists .intro .button-teal {
  display: inline-block;
  padding: 10px 50px;
  margin-top: 0;
}
.lists .intro p {
  font-size: 0.875rem;
}
.lists .title-row {
  text-align: center;
}
.lists .title-row .title {
  border-bottom: rgba(72, 155, 152, 0.36) 1px solid;
  border-top: rgba(72, 155, 152, 0.36) 1px solid;
  font-size: 2.25rem;
  letter-spacing: 2px;
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  font-weight: 500;
  padding: 1rem 0;
  margin: 1.5rem auto;
}

.hr-teal {
  border-bottom: rgba(72, 155, 152, 0.36) 1px solid;
}

.lists.detail .breadcrumb a {
  font-size: 0.875rem;
  font-family: "museo-sans", helvetica, sans-serif;
  font-weight: 500;
  color: #7A7A7A;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.lists.detail .intro .friend-name {
  font-family: "brim-narrow-combined-1", sans-serif;
  font-size: 1.875rem;
  letter-spacing: 0.78px;
  margin-bottom: 0;
  transition: 0.2s all;
}
.lists.detail .intro .location {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "museo-sans", helvetica, sans-serif;
  letter-spacing: 1.03px;
  font-size: 1rem;
}
.lists.detail .friends-lists {
  padding-bottom: 0;
}
.lists.detail .friends-lists .friends-row {
  padding-bottom: 0rem;
}
.lists.detail .friends-lists .friend-name {
  color: #292929;
  transition: 0.2s all;
}
.lists.detail .friends-lists .friend-name:hover {
  color: #489c98;
}
.lists.detail .see-all-button {
  display: none;
}
.lists.detail .intro .intro-p {
  font-size: 0.875rem;
}
.lists.detail .intro .caption {
  font-weight: 500;
  text-transform: uppercase;
  color: #7A7A7A;
  font-size: 0.6875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.lists.detail .intro .social-share .icon {
  padding: 0 1px;
}
.lists.detail .jess-intro {
  padding: 0;
  margin: 0 auto;
}
.lists.detail .jess-intro .img-wrapper {
  max-width: 98px;
  display: block;
  margin: 0 auto;
}
.lists.detail .jess-intro .img-wrapper img {
  display: block;
  margin: 0 auto;
}
.lists.detail .jess-intro .note-title {
  font-size: 1.125rem;
}
.lists.detail .jess-intro .note-content p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.lists.detail .restaurant-listing {
  padding: 0rem 0 1rem;
  background-color: #FFFFFF;
}
.lists.detail .item-wrapper {
  margin-bottom: 4rem;
}
.lists.detail .item-wrapper .img-wrapper {
  margin-bottom: 1rem;
  position: relative;
  max-height: 190px;
  min-height: 190px;
  display: block;
}
.lists.detail .item-wrapper .img-wrapper img {
  width: 100%;
  max-height: 190px;
}
.lists.detail .item-wrapper .blue-link {
  text-decoration: underline;
  font-size: 0.875rem;
  margin-bottom: 0rem;
  display: inline-block;
}
.lists.detail .item-wrapper .locations {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.lists.detail .item-wrapper h3 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.lists.detail .item-wrapper .icon-wrapper {
  position: relative;
}
.lists.detail .item-wrapper .icon-wrapper svg {
  position: absolute;
}
.lists.detail .item-wrapper .block {
  margin-bottom: 1.5rem;
}
.lists.detail .item-wrapper .address {
  margin-left: 1.5rem;
}
.lists.detail .item-wrapper p {
  font-size: 0.875rem;
}
.lists.detail .item-wrapper .tag {
  position: absolute;
  left: -14px;
  top: 6px;
  display: none;
  padding: 0;
}
.lists.detail .item-wrapper .tag .tag-wrapper {
  position: relative;
}
.lists.detail .item-wrapper .tag p {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 0;
  position: absolute;
  top: 6px;
  left: 14px;
}

.nyc .intro,
.lists .intro {
  margin-top: 10px;
}
.nyc .intro h1,
.lists .intro h1 {
  text-transform: none;
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-weight: 500;
}
.nyc .intro .text-wrapper,
.lists .intro .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nyc .intro .text-wrapper img,
.lists .intro .text-wrapper img {
  max-width: 140px;
  margin: 0 auto;
}
.nyc .intro svg,
.lists .intro svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.nyc .intro .intro-p,
.lists .intro .intro-p {
  padding: 0 3rem;
}
.nyc .intro .social-share,
.lists .intro .social-share {
  text-align: center;
}
.nyc .intro .social-share .icon,
.lists .intro .social-share .icon {
  display: inline-block;
}

/***********************************
	NYC
************************************/
.nyc .intro {
  margin-bottom: 1rem;
}
.nyc .intro .row {
  max-width: 1350px;
}
.nyc .intro h1 {
  font-size: 3.625rem;
}
.nyc .intro .intro-p {
  font-size: 1.25rem;
}
.nyc .back-to-top-wrapper {
  position: fixed;
  z-index: 99;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
}
.nyc .friends-lists {
  padding-bottom: 0;
}
.nyc .friends-lists .friends-row {
  padding-bottom: 0rem;
}
.nyc .friends-lists .friend-name {
  color: #292929;
  transition: 0.2s all;
}
.nyc .friends-lists .friend-name:hover {
  color: #489c98;
}
.nyc .friends-lists .title-row {
  text-align: center;
}
.nyc .friends-lists .title-row .title {
  border-bottom: rgba(72, 155, 152, 0.36) 1px solid;
  font-size: 2.25rem;
  letter-spacing: 2px;
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  font-weight: 500;
  padding: 0 0 1rem;
  margin: 0 auto 1.5rem;
}
.nyc .category-pagination {
  margin-top: 12em;
}
.nyc .category-pagination .catLink {
  display: none;
}
.nyc .category-pagination .catLink.show {
  display: block;
}
.nyc .category-pagination .prev {
  text-align: left;
}
.nyc .category-pagination .next {
  text-align: right;
}
.nyc .menu-top {
  position: relative;
}
.nyc .menu-top .anchor-wrapper {
  width: 100%;
  top: -100px;
  position: absolute;
}
.nyc .categories-wrapper h2 {
  margin-bottom: 0;
  font-size: 2.25rem;
}
.nyc .categories-wrapper .cat-row .columns {
  padding: 0;
  position: relative;
}
.nyc .categories-wrapper .dropbtn {
  color: #292929;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s;
  padding: 1rem;
}
.nyc .categories-wrapper button span {
  margin-left: 1rem;
  display: inline-block;
  position: relative;
}
.nyc .categories-wrapper button span svg {
  position: absolute;
  left: 0;
  top: -14px;
}
.nyc .categories-wrapper button span svg path {
  fill: #489c98;
}
.nyc .categories-wrapper .left-col .dropbtn {
  margin-right: 2rem;
}
.nyc .categories-wrapper .dropdown-button:hover {
  color: #489c98;
}
.nyc .categories-wrapper .left-dropdown {
  text-align: right;
}
.nyc .categories-wrapper .left-dropdown .is-dropdown-submenu-parent {
  padding-right: 1rem;
}
.nyc .categories-wrapper #right-dropdown .menu {
  padding-left: 1rem;
}
.nyc .categories-wrapper .right-dropdown {
  text-align: left;
}
.nyc .categories-wrapper .right-dropdown .is-dropdown-submenu-parent {
  padding-left: 1rem;
}
.nyc .categories-wrapper .caret-down {
  transition: all 0.2s;
}
.nyc .categories-wrapper .caret-down.rotate {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari */
  transform: rotate(180deg);
}
.nyc .categories-wrapper .location-browse {
  padding-left: 0rem;
}
.nyc .categories-wrapper .right-dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  right: auto;
  left: 199px;
}
.nyc .categories-wrapper .menu > li {
  display: block;
}
.nyc .categories-wrapper .dropdown-panel {
  display: none;
  background-color: #292929;
  border: none;
  width: 100%;
  padding-top: 0px;
  max-width: 100%;
  position: absolute;
  z-index: 99999;
}
.nyc .categories-wrapper .dropdown-panel a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.875rem;
  padding: 1rem;
  line-height: 1.2;
  border-bottom: #4A4A4A 1px solid;
}
.nyc .categories-wrapper #left-dropdown {
  height: auto;
}
.nyc .categories-wrapper .right-col {
  border-left: 1px solid rgba(72, 155, 152, 0.36);
}
.nyc .categories-wrapper .teal-hr {
  border-bottom: rgba(72, 155, 152, 0.36) 1px solid;
}
@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1.055);
  }
}
.nyc .teal-hr {
  border-bottom: 1px solid #489B98;
  margin: 1rem 0;
}
.nyc .main-body .social-share {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-align: left;
}
.nyc .main-body .img-wrapper {
  margin-bottom: 1rem;
  min-height: 185px;
  position: relative;
}
.nyc .main-body .img-wrapper img {
  width: 100%;
}
.nyc .main-body .blue-link {
  text-decoration: underline;
  font-size: 0.875rem;
  margin-bottom: 0rem;
  display: inline-block;
}
.nyc .main-body .locations {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.nyc .main-body .icon-wrapper {
  position: relative;
}
.nyc .main-body .icon-wrapper svg {
  position: absolute;
}
.nyc .main-body .block {
  margin-bottom: 1.5rem;
}
.nyc .main-body .address {
  margin-left: 1.5rem;
}
.nyc .main-body hr {
  border-bottom: 1px solid #489B98;
}
.nyc .main-body .hr-small {
  width: 60px;
  margin-left: 0;
}
.nyc .main-body .intro-p {
  margin-top: -0.75rem;
  margin-bottom: 2rem;
}
.nyc .main-body h2 {
  font-size: 2.25rem;
}
.nyc .main-body .all-restaurants h2 {
  margin-bottom: 1rem;
}
.nyc .main-body h3 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.nyc .main-body p {
  margin-bottom: 0.25rem;
}
.nyc .main-body .intro {
  margin-bottom: 2rem;
}
.nyc .main-body .listing {
  margin-bottom: 2rem;
}
.nyc .main-body .listing p {
  font-size: 0.875rem;
}
.nyc .main-body .listing .tag {
  position: absolute;
  left: -14px;
  top: 6px;
  display: none;
  padding: 0;
}
.nyc .main-body .listing .tag .tag-wrapper {
  position: relative;
}
.nyc .main-body .listing .tag p {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 0;
  position: absolute;
  top: 6px;
  left: 14px;
}
.nyc .main-body .panel .title-row {
  transition: 0.5s all;
}
.nyc .main-body .panel .cat-select {
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: rgba(72, 155, 152, 0.36) 1px solid;
  margin-bottom: 2rem;
}
.nyc .main-body .panel .cat-select h2 {
  margin-bottom: 0;
}
.nyc .main-body .quote {
  margin: 2rem 0 3rem;
}
.nyc .main-body .quote p {
  font-family: "museo-sans-condensed", helvetica, sans-serif;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.1;
}
.nyc .main-body .featured {
  margin: 4rem 0;
}
.nyc .main-body .caption {
  color: #7A7A7A;
  font-size: 0.75rem;
}
.nyc #cookbooks {
  padding: 0 0 70px;
}

@media only screen and (max-width: 1500px) {
  .cookbook-masthead .blueberry-wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1196px) {
  .cookbook-masthead .cat-btns .btn {
    height: 62px;
  }
}
@media only screen and (max-width: 1024px) {
  .recipe-slideshow {
    width: 100%;
    margin: 0 auto;
    max-width: 964px;
  }
  .recipe-slideshow .recipe-slide .recipe-item {
    margin: 0 auto;
    float: none !important;
    max-width: auto !important;
    min-width: auto !important;
  }
}
@media only screen and (max-width: 1300px) {
  .cookbook-masthead h1 {
    font-size: 4.25rem;
  }
  .cookbook-masthead .strawberry-wrapper img {
    width: 85%;
  }
}
@media only screen and (max-width: 1200px) {
  .cookbook-masthead .shake-2 {
    padding-bottom: 1rem;
    padding-top: 0;
  }
  .cookbook-masthead h1 {
    font-size: 3.5rem;
  }
  .cookbook-masthead .blueberry-wrapper {
    left: 0;
    max-width: 107px;
  }
}
@media only screen and (max-width: 1050px) {
  .cookbook-masthead .fruit-col {
    width: 18%;
  }
  .cookbook-masthead .book-col {
    width: 32%;
  }
}
@media only screen and (max-width: 1008px) {
  .cookbook-masthead .book-col .img-wrap {
    padding: 6.5rem 0 1rem;
    max-width: auto;
  }
  .cookbook-masthead .shake-1 {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 1000px) {
  .nyc .main-body .img-wrapper {
    min-height: auto;
  }
}
@media only screen and (max-width: 860px) {
  .cookbook-masthead {
    margin: 0 0rem;
  }
  .cookbook-masthead .fruit-col {
    display: none;
  }
  .cookbook-masthead .book-col .img-wrap {
    padding-top: 0.5rem;
  }
  .cookbook-masthead .cat-btns .btn {
    height: auto;
  }
  .cookbook-masthead .text-col,
  .cookbook-masthead .book-col {
    width: 100%;
  }
  .cookbook-masthead h1 {
    font-size: 2.5rem;
  }
  .cookbook-masthead .tablet-hide {
    display: none;
  }
  .cookbook-masthead .tablet-show {
    display: block;
  }
  .cookbook-masthead .book-col img {
    margin: 0 auto;
  }
  .cookbook-masthead .blueberry-wrapper {
    right: 5px;
    left: auto;
    margin-top: 0rem;
    margin-left: 0rem;
    padding-bottom: 35px;
    top: -11px;
    max-width: 90px;
  }
  .cookbook-masthead .blueberry-wrapper img {
    width: 100%;
  }
  .cookbook-masthead .strawberry-wrapper {
    display: block;
    left: -10px;
    bottom: -20px;
  }
  .cookbook-masthead .strawberry-wrapper img {
    width: 80%;
  }
  .book-col {
    overflow-x: hidden;
  }
  .relative {
    position: relative;
  }
  .cookbook-masthead .cat-btns .columns {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    display: block;
    float: none !important;
  }
  .cookbook-masthead .cat-btns .btn {
    margin-bottom: 1rem;
  }
  .beets-wrapper {
    position: relative;
  }
  .cookbook-masthead .pear {
    width: 90px;
    position: absolute;
    right: -31px;
    top: -19px;
  }
  .cookbook-masthead .beets {
    width: 95px;
    position: absolute;
    right: -60px;
    top: -155px;
  }
  .cookbook-masthead .title-wrapper {
    padding-right: 2rem;
    margin-top: 2rem;
  }
  .cookbook-masthead .book-col .img-wrap {
    max-width: 500px;
    margin: 0 auto;
  }
  .tablet-show .shake-5 {
    position: absolute;
    right: -15px;
    top: -3rem;
    z-index: 1;
    max-width: 70px;
  }
  .cookbook-masthead .cookbook-store {
    position: relative;
    z-index: 2;
  }
  .recipe-category .filter-options ul {
    text-align: center;
  }
  .recipe-category .filter-options li {
    width: 25%;
    float: left;
    display: inline-block;
    line-height: 1.35em;
  }
  #RecipeVideo {
    margin-top: 5% !important;
  }
  #subscribeModal .img-wrapper {
    padding-left: 0.9375rem;
    padding-top: 2.3rem;
  }
  #subscribeModal .text-wrapper {
    padding: 2rem 2rem 3rem 1rem;
  }
}
@media only screen and (max-width: 800px) {
  footer .logo-wrap {
    width: 27%;
  }
  footer .footer-nav {
    width: 27%;
  }
}
@media only screen and (max-width: 767px) {
  .lists .intro h1 {
    font-size: 2.8125rem;
  }
  .logo {
    font-size: 1.125rem;
  }
  .mobile-only {
    display: inline !important;
  }
  header nav {
    display: none;
  }
  header nav ul {
    padding-right: 0;
  }
  header .mobile-nav {
    display: block;
  }
  .search-container {
    display: none;
  }
  .recipe-category .filter-options li {
    width: 33.33%;
    float: left;
    line-height: 1.35em;
  }
  .recipe-category .filter-options li a {
    width: 100%;
  }
  header.open {
    height: 100%;
  }
  header.open nav {
    display: block;
    position: fixed;
    z-index: 999;
    top: 56px;
    width: 101%;
    margin: 0 0 0 -15px;
    padding: 10px 20px;
  }
  header.open nav ul {
    margin: 50px 0 0 0;
  }
  header.open nav ul li {
    font-size: 1.125rem;
    padding: 0;
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
    margin: 13px 0;
  }
  header.open nav ul li a {
    float: none;
  }
  header.open nav ul li.social {
    margin: 20px 0 20px;
    font-size: 1.25rem;
  }
  header.open nav ul li a.selected {
    background-color: transparent;
    color: #489c98;
  }
  header.open .search-input.mobile-only {
    margin: 40px;
    display: block !important;
  }
  header.open .search-input.mobile-only input {
    border-bottom: 1px solid #999;
    color: #000;
  }
  header.open .search-input.mobile-only button {
    color: #292929;
  }
  header.open .search-input.mobile-only button svg {
    fill: #292929;
  }
  .ui-autocomplete.fix-search {
    position: fixed !important;
    z-index: 99999999999999 !important;
  }
  .homepage header nav {
    background-color: transparent;
  }
  .homepage header nav li {
    float: none;
  }
  .homepage header nav li a, .homepage header nav .lists a {
    color: #FFFFFF;
  }
  .homepage header nav li a.selected {
    color: #489c98;
    background-color: transparent;
  }
  .homepage header nav li a:hover {
    color: #489c98;
  }
  .homepage header nav li.social a {
    color: #489c98;
  }
  .homepage header nav li.social a:hover {
    color: #FFFFFF;
  }
  .homepage header .search-input.mobile-only {
    margin: 40px;
    display: block !important;
  }
  .homepage header .search-input.mobile-only input {
    border-bottom: 1px solid #999;
    color: #FFFFFF;
  }
  .homepage header .search-input.mobile-only button {
    color: #FFFFFF;
  }
  .homepage header .search-input.mobile-only button svg {
    fill: #FFFFFF;
  }
  .homepage header.open {
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
  }
  .homepage .email-signup h1, .homepage .email-signup h2, .homepage .email-signup h3, .homepage .email-signup h4, .homepage .email-signup p {
    color: #FFFFFF;
  }
  .homepage.black header {
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.85);
  }
}
@media only screen and (max-width: 700px) {
  .recipe-slideshow .recipe-slide .recipe-item {
    margin: 0 auto;
    max-width: auto !important;
    min-width: auto !important;
  }
}
@media only screen and (max-width: 639px) {
  #cookbooks .book-cover img {
    max-height: 100%;
  }
  .nyc-section {
    padding: 3rem 0;
  }
  .nyc-section h3 {
    font-size: 2.1875rem;
    margin-bottom: 1rem;
  }
  .nyc-section .text-wrapper {
    margin-top: 2rem;
  }
  .nyc-section .left img {
    margin: 0 auto;
    display: block;
  }
  .lists-section {
    padding: 2.5rem 0 4rem;
  }
  .lists-section h1 {
    font-size: 2.375rem;
  }
  .lists-section .img-wrapper {
    padding: 0 4rem;
  }
  .lists-section .img-wrapper .tag {
    left: 50px;
  }
  .lists-section h2 {
    letter-spacing: 4px;
    font-size: 1.5rem;
  }
  .lists-section .description {
    padding: 0 2.5rem;
  }
  .lists-section .friends-row .button-teal {
    display: none;
  }
  .lists-section .see-all .see-all-button {
    display: inline-block;
    padding: 12px 33px;
    width: 100%;
    max-width: 407px;
  }
  .lists-section .see-all .blue-cap-link {
    display: none;
  }
  .friends-row .friend-name {
    font-size: 1.625rem;
    transition: 0.2s all;
  }
  .friends-row .friend-name:hover {
    color: #489c98;
  }
  .friends-row .location {
    margin-bottom: 2.5rem;
  }
  footer {
    padding: 10px 0;
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  footer .footer-wrapper {
    padding-left: 0.75rem;
  }
  footer .footer-logo {
    width: 100%;
    margin: 30px 0;
  }
  footer UL {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer UL li {
    float: left;
    display: block;
    clear: both;
    padding: 10px 0;
    width: 100%;
  }
  footer UL li a {
    margin: 0 !important;
    padding: 0 !important;
  }
  footer UL li.social a {
    font-size: 1.25rem;
    padding: 0 30px;
    color: #489c98;
  }
  footer UL li.social a ins {
    margin: 30px 6px 0;
  }
  footer P {
    font-size: 0.75rem;
  }
  footer ul li {
    text-align: left;
  }
  footer p.copyright-line {
    margin-top: 1rem;
  }
  footer .newsletter-signup {
    margin-top: 1rem;
  }
  footer .social a {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  footer .medium-2, footer .medium-3 {
    border-left: none;
  }
  footer .lists-nav {
    border: none;
    padding-top: 0.5rem;
    display: block;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #7A7A7A;
  }
  footer .logo-wrap {
    width: 100%;
  }
  footer .footer-nav {
    border: none;
    width: 94%;
    padding-left: 0;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #7A7A7A;
    border-top: 1px solid #7A7A7A;
  }
  footer .email-input {
    width: 60%;
  }
  .show-for-mobile {
    display: block;
  }
  .hide-for-mobile {
    display: none;
  }
  .lists .intro-row .text-wrapper,
  .nyc .intro-row .text-wrapper {
    margin-top: 2rem;
  }
  .lists .intro,
  .nyc .intro {
    margin-bottom: 0;
  }
  .lists .intro .social-share,
  .nyc .intro .social-share {
    margin-bottom: 0;
  }
  .lists .intro h1,
  .nyc .intro h1 {
    font-size: 3.125rem;
  }
  .nyc .no-margin {
    margin: 0 auto;
  }
  .nyc .category-title {
    padding-top: 1rem;
  }
  .nyc .friends-lists .friends-row {
    padding-bottom: 0;
  }
  .nyc .friends-lists .friends-row .medium-4:nth-child(2),
  .nyc .friends-lists .friends-row .medium-4:nth-child(3) {
    display: none;
  }
  .nyc .categories-wrapper h2 {
    padding-top: 1rem;
  }
  .nyc .categories-wrapper .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 52px;
  }
  .nyc .categories-wrapper .cat-row {
    position: relative;
  }
  .nyc .categories-wrapper .cat-row .left-col .main-item, .nyc .categories-wrapper .cat-row .right-col .main-item {
    text-align: center;
  }
  .nyc .categories-wrapper .cat-row .left-col button, .nyc .categories-wrapper .cat-row .right-col button {
    margin: 0 auto;
    display: block;
  }
  .nyc .categories-wrapper .cat-row .left-col {
    border-right: transparent 1px solid;
  }
  .nyc .categories-wrapper .cat-row .dropdown-button {
    padding: 1.5rem 0;
  }
  .nyc .categories-wrapper .cat-row .right-col {
    border-left: 0px solid transparent;
  }
  .nyc .categories-wrapper .cat-row .line {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .nyc .categories-wrapper .cat-row .line hr {
    margin: 0 auto;
  }
  .nyc .categories-wrapper .cat-row .dropbtn {
    background: #489c98;
    color: #FFFFFF;
    width: 98%;
    font-size: 0.875rem;
    position: relative;
  }
  .nyc .categories-wrapper .cat-row .dropdown-panel {
    text-align: center;
    padding-top: 0px;
    max-width: none;
    width: 100vw;
  }
  .nyc .categories-wrapper .cat-row .drop-right {
    left: -100%;
  }
  .nyc .categories-wrapper button span {
    margin-left: 0;
  }
  .nyc .categories-wrapper button span svg path {
    fill: #FFFFFF;
  }
  .nyc .categories-wrapper button .svg-wrap {
    position: absolute;
    right: 25px;
    top: 29px;
    z-index: 999999;
  }
  .nyc .categories-wrapper .right-dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: 20px;
    left: auto;
  }
  .nyc .categories-wrapper .submenu a {
    text-align: center;
  }
  .nyc .categories-wrapper .location-browse {
    margin-left: 0;
  }
  .nyc .nyc-category .main-body .block {
    opacity: 1;
  }
  .nyc .main-body {
    padding-top: 0rem;
  }
  .nyc .main-body .listing {
    margin-bottom: 0;
  }
  .nyc .main-body .listing .medium-1 {
    display: none;
  }
  .nyc .main-body .listing .tag-wrapper {
    z-index: 9999;
    margin-top: 15px;
  }
  .nyc .main-body .listing .tag {
    left: -25px;
  }
  .nyc .main-body .listing .tag p {
    left: 19px;
  }
  .nyc .main-body h3 {
    font-size: 1.375rem;
  }
  .nyc .main-body h2 {
    text-align: center;
    border-bottom: rgba(72, 155, 152, 0.36) 1px solid;
    border-top: rgba(72, 155, 152, 0.36) 1px solid;
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .nyc .main-body .panel:first-child h2 {
    border-top: transparent 1px solid;
  }
  @-webkit-keyframes grow {
    from {
      -webkit-transform: scale(0.99);
    }
    to {
      -webkit-transform: scale(1.055);
    }
  }
  .nyc .main-body .block {
    opacity: 0.5;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5px;
    transition: 0.7s;
  }
  .nyc .main-body .block img {
    -webkit-transform: scale(0.99);
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .nyc .main-body .block.inView {
    opacity: 1;
  }
  .nyc .main-body .panel .cat-select {
    margin-bottom: 0;
    border-bottom: transparent 1px solid;
  }
  .lists h1 {
    font-size: 2.5rem;
  }
  .lists .friends-row {
    padding-bottom: 0;
  }
  .lists .friends-row .button-teal {
    display: none;
  }
  .lists .friends-row .img-wrapper {
    display: inline-block;
  }
  .lists .friends-lists {
    padding-bottom: 0;
  }
  .lists.detail .breadcrumb {
    display: none;
  }
  .lists.detail .see-all-button {
    padding: 12px 0;
    margin: 0 auto;
  }
  .lists.detail .intro .caption {
    text-align: center;
  }
  .lists.detail .intro h1 {
    font-size: 2.375rem;
  }
  .lists.detail .intro .intro-img {
    margin: 0 auto;
    display: block;
  }
  .lists.detail .see-all {
    display: none;
  }
  .lists.detail .see-all-button {
    display: block;
    margin-top: 0;
    font-size: 0.75rem;
  }
  .lists.detail .jess-intro .note-title {
    text-align: center;
  }
  .lists.detail .jess-intro .img-wrapper {
    margin-bottom: 0.75rem;
  }
  .lists.detail .friends-lists .friends-row {
    padding-bottom: 0;
  }
  .lists.detail .friends-lists .friends-row .medium-4:nth-child(2),
  .lists.detail .friends-lists .friends-row .medium-4:nth-child(3) {
    display: none;
  }
  .lists.detail .item-wrapper .tag-wrapper {
    z-index: 9999;
    margin-top: 15px;
  }
  .lists.detail .item-wrapper .tag {
    left: -25px;
  }
  .lists.detail .item-wrapper .tag p {
    left: 19px;
  }
  .lists.detail .item-wrapper .img-wrapper {
    min-height: auto;
    max-height: 600px;
  }
  .lists.detail .item-wrapper .img-wrapper img {
    max-width: 100%;
    height: auto;
    max-height: 600px;
  }
  @-webkit-keyframes grow {
    from {
      -webkit-transform: scale(0.99);
    }
    to {
      -webkit-transform: scale(1.055);
    }
  }
  .lists.detail .block {
    opacity: 0.5;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5px;
    transition: 0.7s;
  }
  .lists.detail .block img {
    -webkit-transform: scale(0.99);
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .lists.detail .block.inView {
    opacity: 1;
  }
  .lists.detail .block.inView img {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.7s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 0.7s;
    -webkit-animation-name: grow;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: grow;
    -moz-animation-duration: 0.7s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    animation-fill-mode: forwards;
    transition-property: -moz-transform;
    transition-duration: 0.7s;
    animation-name: grow;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    width: 99%;
  }
  .lists.detail .block.scrolled img {
    -webkit-transform: scale(1.055);
  }
  .lists.detail .block.inView.scrolled img {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none;
  }
  .newsletter .wrapper h1 {
    padding: 10px;
  }
  #subscribeModal {
    height: 100vh;
    margin-top: 0;
    top: 0 !important;
    overflow-y: scroll;
    padding-bottom: 6rem;
  }
  #subscribeModal .text-wrapper {
    padding: 2rem 2rem 3rem 2rem;
  }
  #subscribeModal .close-button {
    font-size: 30px;
    z-index: 99999;
  }
  #subscribeModal h2 {
    font-size: 2rem;
  }
  #subscribeModal .img-wrapper {
    padding-top: 2.5rem;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  #subscribeModal .img-wrapper p {
    font-size: 1rem;
  }
  #subscribeModal .img-wrapper img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
  .recipe-category .filter-options li {
    width: 33.33%;
    float: left;
    line-height: 5.35em;
  }
  #RecipeVideo {
    display: none !important;
  }
  body.recipes #masthead.RecipeVideo {
    background: url(/video/recipe-video.gif) center center no-repeat;
    background-size: cover;
  }
  #masthead {
    height: auto;
  }
  #masthead H3 {
    text-align: center;
    margin: 0px 0 15px 0;
  }
  #masthead .masthead-categories {
    margin: 0 0 30px 0;
  }
  #masthead .masthead-categories a {
    float: left;
    background-color: #489c98;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 10px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 0 5px 0;
  }
  #masthead .masthead-categories a:hover {
    color: #489c98;
    background-color: #FFFFFF;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cookbooks {
    text-align: center;
  }
  .cookbooks .cookbook-item,
  .cookbooks .cookbook-item.odd {
    padding: 40px 20px;
  }
  #search {
    width: 100%;
  }
  #search .search-text {
    text-align: center;
    padding: 30px 0 0 0;
    margin: 40px auto 10px auto;
    font-size: 1.75rem;
  }
  .recipe-listing {
    text-align: center;
    padding: 20px 20px 40px;
    margin: 0 auto;
  }
  .recipe-listing article {
    text-align: center;
    float: none;
    margin: 0 auto;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .recipe-listing .recipe-listing-wrap {
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
  }
  #cookbooks {
    text-align: center;
  }
  #cookbooks article {
    padding: 15px 0 20px 0;
  }
  .filter-category.second {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .recipes #masthead #search {
    margin: 185px 0 0 0;
  }
  .recipe-listing {
    padding: 30px 0 30px 0;
  }
  .recipe-listing H3 {
    margin: 0 0 20px 0px;
  }
  .recipe-listing .recipe-item {
    max-width: 300px;
    margin: 0 auto 0px auto;
  }
  .recipe-listing .recipe-item .recipe-photo {
    margin: 0px 0 0 0;
  }
  .latest-recipe-slide .slick-next, .latest-recipe-slide .slick-prev {
    display: none !important;
  }
  .recipe-step-slide:hover .slick-next, .recipe-step-slide:hover .slick-prev {
    display: none !important;
  }
  .recipe-steps .step-number {
    float: right;
  }
  .recipe-steps .slick-dots {
    float: left;
  }
  .recipe-steps .step-description {
    display: block;
    clear: both;
    font-size: 0.875rem;
    padding: 5px 0 0 0;
    margin: 10px 0;
  }
  .recipe-steps .step-ingredients {
    display: block;
    clear: both;
    font-size: 0.75rem;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 500px) {
  .lists.detail .block.inView img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .lists-section h3 {
    font-size: 2.375rem;
  }
  .nyc .main-body .block.inView {
    opacity: 1;
  }
  .nyc .main-body .block.inView img {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.7s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 0.7s;
    -webkit-animation-name: grow;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: grow;
    -moz-animation-duration: 0.7s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    animation-fill-mode: forwards;
    transition-property: -moz-transform;
    transition-duration: 0.7s;
    animation-name: grow;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .nyc .main-body .block.scrolled img {
    -webkit-transform: scale(1.055);
  }
  .nyc .main-body .block.inView.scrolled img {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none;
  }
  .recipe-slideshow {
    max-width: 320px;
    margin: 0 auto;
  }
  .recipe-slideshow .recipe-slide .slick-prev {
    display: none !important;
    overflow: hidden;
    float: left;
    z-index: 10000;
    position: absolute;
    top: 40%;
    left: 0px;
    height: 1px;
    width: 1px;
    padding: 50px 20px 0 0;
    background: url(/img/arrow-left.png) no-repeat;
    background-size: contain;
  }
  .recipe-slideshow .recipe-slide .slick-next {
    display: none !important;
    overflow: hidden;
    float: right;
    z-index: 10000;
    position: absolute;
    top: 40%;
    right: 0px;
    height: 1px;
    width: 1px;
    padding: 50px 20px 0 0;
    background: url(/img/arrow-right.png) no-repeat;
    background-size: contain;
  }
  .recipe-category .filter-options li {
    width: 50%;
    float: left;
    line-height: 1.35em;
  }
}
@media only screen and (max-width: 370px) {
  .lists-section h3 {
    font-size: 1.9375rem;
  }
}
