@charset "UTF-8";
/*********************
BREAKPOINTS
*********************/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

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

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

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

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

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 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 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .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 {
  float: left;
  width: 50%; }
  .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 {
  float: left;
  width: 33.33333%; }
  .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 {
  float: left;
  width: 25%; }
  .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 {
  float: left;
  width: 20%; }
  .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 {
  float: left;
  width: 16.66667%; }
  .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 {
  float: left;
  width: 14.28571%; }
  .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 {
  float: left;
  width: 12.5%; }
  .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-right: 0;
  padding-left: 0; }

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

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

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

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

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

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

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.small-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

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

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  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: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, 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 {
  line-height: inherit;
  color: #2199e8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

figure {
  margin: 0; }

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

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

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

.lead {
  font-size: 135%;
  line-height: 1.75; }

.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 print, 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 print, 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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !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; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1em 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .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-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fff; }
  .button.secondary {
    background-color: #767676;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #000; }
  .button.success {
    background-color: #3adb76;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000; }
  .button.warning {
    background-color: #ffae00;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000; }
  .button.alert {
    background-color: #cc4b37;
    color: #000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #000; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .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 #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #000; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #000; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #2199e8; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  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;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  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%2851, 51, 51%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fcedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::placeholder {
    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; }

.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 print, 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 print, 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;
  width: auto;
  height: 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-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: foreground(#fefefe, #2199e8); }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: foreground(#fefefe, #2199e8); }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

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

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

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

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

.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 0.6rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 0.6rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 0.6rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

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

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

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

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next: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;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

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

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

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

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

.top-bar {
  padding: 0.625rem 1.25rem 0.625rem 1.5625rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #fefefe; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 1rem; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

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

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

/*FIX FOR CRAZY SAFARI THING*/
.row::before, .row::after {
  content: ' ';
  display: block; }

/* injected with gulp task */
/*inject:scss*/
/*********************
BREAKPOINTS
*********************/
.about figure.canopy {
  position: relative;
  background: #000;
  padding: 4em 1em 1.525em;
  margin: 0 0 1em; }

.about figure.canopy:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/About_header-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.about main article a {
  color: black;
  font-weight: 900;
  border-bottom: 1px dashed #00ff9c; }

.about main article a:hover {
  border-bottom: 1px solid #00ff9c; }

.about main p {
  font-size: 1.4em; }

.about main aside {
  margin-top: 2em;
  text-align: center; }
  .about main aside nav a {
    display: block;
    padding: 0px;
    vertical-align: middle;
    line-height: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    line-height: 40px; }
  .about main aside h2 {
    font-size: 1.4rem; }
  .about main aside .spacer {
    margin-top: 1em; }

.about main .aboutHeader {
  color: #00c5ec;
  font-weight: bolder;
  font-size: 2em;
  margin-top: 1em; }

.about main .press-column {
  margin-top: 2em; }

.about main .team figcaption {
  text-align: center; }
  .about main .team figcaption h4 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.01302rem; }
  .about main .team figcaption .title {
    color: #696969;
    font-size: 0.83333rem;
    font-weight: 900;
    display: block; }
  .about main .team figcaption .bio {
    color: #696969;
    font-size: 0.83333rem;
    line-height: 1.6em;
    display: block; }

.about main .teamTitle {
  text-align: center;
  margin-top: 1em;
  font-size: 2em; }

.about main .contact {
  font-style: normal; }
  .about main .contact strong {
    display: block; }

.about main .press .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 1.5em; }
  .about main .press .row-fluid > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    padding: 0 0.2em; }

.about main .press > p {
  font-size: 1em; }
  .about main .press > p a {
    display: block;
    line-height: 1.2em; }
  .about main .press > p em {
    margin: 0 0 1em;
    display: inline-block;
    font-size: 0.8em; }

.about main .policies header {
  background: #000;
  height: 35vh;
  opacity: 0.5;
  color: #fefefe;
  font-size: 3.000em;
  line-height: 2.1875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  font-weight: 200;
  margin: 0 0 20px; }

.about main .policies main h2, .about main .policies main h3 {
  font-weight: bold; }

.about main .policies main h2 {
  font-size: 1.5em; }

@media (min-width: 45em) {
  .about figure.canopy {
    padding-left: 1.75em; }
    .about figure.canopy figcaption {
      font-size: 3em;
      padding-right: 4em;
      line-height: 1.5em; }
  .about main aside {
    text-align: left;
    margin-top: 0; }
  .about .teamTitle {
    margin-top: 2em; } }

@media (min-width: 60em) {
  .about figure.canopy {
    padding: 4.5em 17em 4.5em 2em; }
  .about main aside {
    text-align: left;
    margin-top: 0; }
  .about .teamTitle {
    margin-top: 2em; } }

.chapter.author .canopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em; }
  .chapter.author .canopy div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
  .chapter.author .canopy div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .chapter.author .canopy div.btns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 1em; }
    .chapter.author .canopy div.btns a {
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: #fefefe;
      border-radius: 3px;
      padding: 0.5em 1em; }
  .chapter.author .canopy h2 {
    font-size: 1.250em;
    font-weight: 800; }
    .chapter.author .canopy h2 a {
      display: inline-block;
      border-bottom: 1px dashed #fefefe;
      color: #fefefe; }
  .chapter.author .canopy .location {
    color: #fefefe;
    opacity: 0.7;
    font-size: 1.250em;
    font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.chapter.author .bio a {
  font-weight: bold;
  color: black;
  width: auto;
  height: auto;
  text-indent: 0;
  display: inline-block; }

.chapter.author main {
  padding: 0; }
  .chapter.author main header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05) 6px); }
    .chapter.author main header div:nth-child(1) {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 35%;
      flex: 1 0 35%; }
      .chapter.author main header div:nth-child(1) figure {
        background: url("/images/svg/logo-light-small.svg") #fefefe;
        background-size: 100%;
        background-position: 0;
        background-repeat: no-repeat;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 5px solid #fefefe;
        margin: 0;
        overflow: hidden; }
      .chapter.author main header div:nth-child(1) img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .chapter.author main header div:nth-child(2) {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 65%;
      flex: 1 0 65%;
      padding: 0 0 0 0.5em; }
      .chapter.author main header div:nth-child(2) h2 {
        font-weight: 900; }
      .chapter.author main header div:nth-child(2) p {
        font-size: 1.100em; }
  .chapter.author main .post-teaser-grid {
    padding: 1em; }

@media (min-width: 45em) {
  .chapter.author .canopy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2em 1em; }
    .chapter.author .canopy div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .chapter.author .canopy div:nth-child(1) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .chapter.author .canopy div.btns {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: right; }
      .chapter.author .canopy div.btns a {
        padding: 0.8em 1em;
        font-size: 1.188em; }
      .chapter.author .canopy div.btns a:nth-child(1) {
        margin-right: 0.5em; }
    .chapter.author .canopy h2 {
      font-size: 2.4em; }
  .chapter.author main header div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    text-align: right;
    padding: 0 1.2em; }
    .chapter.author main header div:nth-child(1) figure {
      width: 200px;
      height: 200px; }
  .chapter.author main header div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%; }
  .chapter.author main .post-teaser-grid {
    padding: 2em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 60em) {
  .chapter.author .canopy div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; }
  .chapter.author .canopy div.btns {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
  .chapter.author main header div:nth-child(1) figure {
    display: inline-block; }
  .chapter.author main .members li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%; } }

@media (min-width: 70em) {
  .chapter.author main header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .chapter.author main header div:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .chapter.author main header div:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
      flex: 0 0 67%; } }

.awesome {
  text-align: center;
  padding: 2em 1em;
  color: #fefefe;
  background: #1e5799;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5799), color-stop(0%, #1e5799), color-stop(0%, #00ff9c), to(#00d2fc));
  background: linear-gradient(to bottom, #1e5799 0%, #1e5799 0%, #00ff9c 0%, #00d2fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#00d2fc',GradientType=0 ); }
  .awesome .awesome-wrapper {
    max-width: 800px;
    width: 90%;
    margin: 0 auto; }
  .awesome h1 {
    color: #fefefe;
    font-weight: 900;
    font-size: 2.875em;
    line-height: 1em;
    width: 90%;
    display: table;
    margin: auto; }
  .awesome p.strong {
    font-weight: bold;
    font-size: 1.188em;
    margin: 2em 0; }
  .awesome em {
    font-size: 1.188em; }
  @media (min-width: 45em) {
    .awesome h1 {
      font-size: 3.5em; } }
  @media (min-width: 60em) {
    .awesome h1 {
      font-size: 4.5em;
      padding-top: 1.5em; } }

main.blogList {
  background-color: #f9f8f9; }
  main.blogList header {
    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;
    background-color: #fefefe;
    padding-bottom: 20px; }
    main.blogList header img {
      max-width: 650px;
      margin: auto; }
    main.blogList header p.description {
      font-size: 16px;
      margin: 0px 20px; }
  main.blogList section.blogPostIndex {
    padding: 40px 20px 20px; }
    main.blogList section.blogPostIndex div.flex-wrapper > figure {
      padding-bottom: 0.5em; }
      main.blogList section.blogPostIndex div.flex-wrapper > figure h4.tag {
        top: 5px;
        left: 5px; }
      main.blogList section.blogPostIndex div.flex-wrapper > figure a:hover strong {
        border-bottom: none; }
        main.blogList section.blogPostIndex div.flex-wrapper > figure a:hover strong span {
          border-bottom: 1px solid #00ff9c; }
      main.blogList section.blogPostIndex div.flex-wrapper > figure div.lazy-wrapper div.newPostTag {
        position: absolute;
        background-color: #00c5ec;
        font-weight: 600;
        font-size: 12px;
        padding: 0px 10px;
        color: #fefefe;
        width: auto;
        height: auto;
        bottom: -5px;
        top: auto;
        left: -5px; }
      main.blogList section.blogPostIndex div.flex-wrapper > figure figcaption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        main.blogList section.blogPostIndex div.flex-wrapper > figure figcaption small {
          color: #cacaca; }
  main.blogList section.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

@media (min-width: 45em) {
  main.blogList header {
    padding-left: 20%;
    padding-right: 20%; } }

@media (min-width: 60em) {
  main.blogList header {
    padding-left: 25%;
    padding-right: 25%; }
  main.blogList div.flex-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    main.blogList div.flex-wrapper figure:not(:first-child) {
      margin-right: 0.5em; }
    main.blogList div.flex-wrapper figure > a {
      min-width: 200px; }
    main.blogList div.flex-wrapper figure:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 98%;
      flex: 0 0 98%; }
      main.blogList div.flex-wrapper figure:first-child div.wrapper,
      main.blogList div.flex-wrapper figure:first-child div.lazy-wrapper,
      main.blogList div.flex-wrapper figure:first-child div.lazy {
        height: 250px; }
      main.blogList div.flex-wrapper figure:first-child div.lazy-wrapper {
        position: static;
        background: none;
        padding: 0px; } }

main article.blog {
  background-color: #f9f8f9; }
  main article.blog header,
  main article.blog section.postHeader,
  main article.blog section.postContent,
  main article.blog div.bx-align {
    background-color: #fefefe; }
  main article.blog figcaption {
    color: #cacaca;
    font-size: 0.86em;
    font-style: italic;
    font-weight: 500;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin: 0;
    padding: 0; }
  main article.blog header img {
    max-width: 650px;
    margin: auto; }
  main article.blog section.postHeader h1.postTitle {
    font-weight: 800; }
  main article.blog section.postHeader p.postSubtitle {
    color: #cacaca; }
  main article.blog section.postHeader figure.postAuthorData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px; }
    main article.blog section.postHeader figure.postAuthorData img {
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    main article.blog section.postHeader figure.postAuthorData figcaption {
      margin-left: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      main article.blog section.postHeader figure.postAuthorData figcaption a {
        font-size: 14px; }
        main article.blog section.postHeader figure.postAuthorData figcaption a span.authorName,
        main article.blog section.postHeader figure.postAuthorData figcaption a span.schoolName {
          border-bottom: 1.5px dashed #00ff9c; }
        main article.blog section.postHeader figure.postAuthorData figcaption a span.authorName {
          font-weight: 600;
          color: #0a0a0a; }
        main article.blog section.postHeader figure.postAuthorData figcaption a span.schoolName {
          color: #cacaca; }
  main article.blog section.postSocial-lower div.position-wrapper,
  main article.blog section.postSocial-upper div.position-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    main article.blog section.postSocial-lower div.position-wrapper .facebook,
    main article.blog section.postSocial-lower div.position-wrapper .twitter,
    main article.blog section.postSocial-lower div.position-wrapper .pinterest,
    main article.blog section.postSocial-lower div.position-wrapper .email,
    main article.blog section.postSocial-upper div.position-wrapper .facebook,
    main article.blog section.postSocial-upper div.position-wrapper .twitter,
    main article.blog section.postSocial-upper div.position-wrapper .pinterest,
    main article.blog section.postSocial-upper div.position-wrapper .email {
      width: 50px;
      height: 50px;
      margin: 0px 10px; }
      @media screen and (min-width: 320px) {
        main article.blog section.postSocial-lower div.position-wrapper .facebook,
        main article.blog section.postSocial-lower div.position-wrapper .twitter,
        main article.blog section.postSocial-lower div.position-wrapper .pinterest,
        main article.blog section.postSocial-lower div.position-wrapper .email,
        main article.blog section.postSocial-upper div.position-wrapper .facebook,
        main article.blog section.postSocial-upper div.position-wrapper .twitter,
        main article.blog section.postSocial-upper div.position-wrapper .pinterest,
        main article.blog section.postSocial-upper div.position-wrapper .email {
          width: 60px;
          height: 60px; } }
      @media screen and (min-width: 375px) {
        main article.blog section.postSocial-lower div.position-wrapper .facebook,
        main article.blog section.postSocial-lower div.position-wrapper .twitter,
        main article.blog section.postSocial-lower div.position-wrapper .pinterest,
        main article.blog section.postSocial-lower div.position-wrapper .email,
        main article.blog section.postSocial-upper div.position-wrapper .facebook,
        main article.blog section.postSocial-upper div.position-wrapper .twitter,
        main article.blog section.postSocial-upper div.position-wrapper .pinterest,
        main article.blog section.postSocial-upper div.position-wrapper .email {
          width: 70px;
          height: 60px; } }
      @media screen and (min-width: 425px) {
        main article.blog section.postSocial-lower div.position-wrapper .facebook,
        main article.blog section.postSocial-lower div.position-wrapper .twitter,
        main article.blog section.postSocial-lower div.position-wrapper .pinterest,
        main article.blog section.postSocial-lower div.position-wrapper .email,
        main article.blog section.postSocial-upper div.position-wrapper .facebook,
        main article.blog section.postSocial-upper div.position-wrapper .twitter,
        main article.blog section.postSocial-upper div.position-wrapper .pinterest,
        main article.blog section.postSocial-upper div.position-wrapper .email {
          width: 85px;
          height: 60px; } }
  main article.blog section.postContent {
    font-size: 1.25em; }
    main article.blog section.postContent.upper {
      padding-bottom: 40px; }
    main article.blog section.postContent.lower {
      padding-top: 40px; }
    main article.blog section.postContent p,
    main article.blog section.postContent h2 {
      margin-bottom: 20px; }
    main article.blog section.postContent h2 {
      font-size: 1.375em;
      font-weight: 900;
      color: #0a0a0a; }
    main article.blog section.postContent p:last-child {
      margin-bottom: 0px; }
    main article.blog section.postContent p a {
      font-weight: bold;
      border-bottom: 1px dashed #00ff9c;
      color: #0a0a0a; }
      main article.blog section.postContent p a:hover {
        border-bottom: 1px solid #00ff9c;
        border-top: 1px solid #00ff9c; }
    main article.blog section.postContent div.share-this.image-hover {
      position: relative;
      margin-bottom: 0;
      background: url("/images/svg/patterns/food.svg") #00c5ec;
      background-size: 1240px;
      background-position: center;
      margin: 0 -1em;
      overflow: visible; }
      main article.blog section.postContent div.share-this.image-hover img {
        width: 100%; }
      main article.blog section.postContent div.share-this.image-hover div.share-this-wrapper {
        display: none;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0px;
        right: 0px;
        bottom: 0;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.45); }
        main article.blog section.postContent div.share-this.image-hover div.share-this-wrapper a.share-pinterest {
          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;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 6px;
          color: #fefefe;
          width: 60px;
          height: 60px;
          border: 0px;
          border-radius: 50%;
          -webkit-transition: all 200ms ease-in;
          transition: all 200ms ease-in;
          margin: -25px 0 0 -25px;
          font-size: 12px;
          position: absolute;
          top: 50%;
          background: #cb2027;
          font-weight: 900;
          left: 50%;
          text-align: center; }
          main article.blog section.postContent div.share-this.image-hover div.share-this-wrapper a.share-pinterest > img {
            height: 20px; }
      main article.blog section.postContent div.share-this.image-hover + figcaption {
        text-align: right;
        color: #cacaca;
        font-size: 0.86em;
        padding-right: 1em;
        font-style: italic;
        font-weight: 500;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        margin: 0;
        padding: 0; }
  main article.blog section.recruitment,
  main article.blog div.wrapper {
    height: 75px; }
  main article.blog section.recruitment {
    position: relative; }
    main article.blog section.recruitment div.wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      width: calc(100% - 40px);
      background-color: #3c3c3c;
      color: #fefefe;
      font-weight: 800;
      padding: 0px;
      margin: 0 20px; }
      main article.blog section.recruitment div.wrapper div.footer-text a.join-link {
        margin: 0px;
        padding: 10px 20px;
        border-radius: 30px;
        background-color: #00ff9c;
        border: 1px solid #0a0a0a; }

@media screen and (max-width: 1023px) {
  section.postSocial-upper .facebook {
    content: url("/images/svg/blog/fb_no_flag.svg"); }
  section.postSocial-upper .twitter {
    content: url("/images/svg/blog/twitter_no_flag.svg"); }
  section.postSocial-upper .pinterest {
    content: url("/images/svg/blog/pinterest_no_flag.svg"); }
  section.postSocial-upper .email {
    content: url("/images/svg/blog/email_no_flag.svg"); } }

@media screen and (min-width: 1024px) {
  section.postSocial-upper .facebook {
    content: url("/images/svg/blog/fb_flag.svg"); }
  section.postSocial-upper .twitter {
    content: url("/images/svg/blog/twitter_flag.svg"); }
  section.postSocial-upper .pinterest {
    content: url("/images/svg/blog/pinterest_flag.svg"); }
  section.postSocial-upper .email {
    content: url("/images/svg/blog/email_flag.svg"); } }

section.postContent section.postSocial-lower .facebook {
  content: url("/images/svg/blog/fb_no_flag.svg"); }

section.postContent section.postSocial-lower .twitter {
  content: url("/images/svg/blog/twitter_no_flag.svg"); }

section.postContent section.postSocial-lower .pinterest {
  content: url("/images/svg/blog/pinterest_no_flag.svg"); }

section.postContent section.postSocial-lower .email {
  content: url("/images/svg/blog/email_no_flag.svg"); }

header p.description {
  font-size: 16px;
  margin: 0px 20px; }

section.postHeader {
  margin: 20px 20px 0px 20px;
  padding: 20px 20px 0px 20px; }
  section.postHeader p.postSubtitle {
    font-size: 14px; }

section.postContent {
  margin: 0px 20px 0px 20px;
  padding: 0px 20px 20px 20px; }

section.recruitment span.join-community-text {
  display: none;
  margin-right: 20px; }

section.postContent div.share-this-wrapper a.share-pinterest {
  -webkit-transform: scale(1);
  transform: scale(1); }

section.postContent section.postSocial-lower {
  display: none; }

@media (min-width: 45em) {
  main article.blog header {
    padding: 0% 10%; }
    main article.blog header p.description {
      font-size: 20px;
      margin: 0px 20%; }
  main article.blog section.postHeader p.postSubtitle {
    font-size: 16px; }
  main article.blog section.postHeader div.authorWrapper figure img {
    height: 80px;
    width: 80px; }
  main article.blog section.postHeader div.authorWrapper figure figcaption a span.authorName,
  main article.blog section.postHeader div.authorWrapper figure figcaption a span.schoolName {
    font-size: 20px; }
  main article.blog section.postSocial-upper .facebook,
  main article.blog section.postSocial-upper .twitter,
  main article.blog section.postSocial-upper .pinterest,
  main article.blog section.postSocial-upper .email {
    width: 100px;
    height: 70px;
    margin: 0px 20px; }
  main article.blog section.postContent div.share-this.image-hover {
    margin: 0px; }
  main article.blog section.postContent div.share-this-wrapper a.share-pinterest {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  main article.blog section.postContent section.postSocial-lower {
    display: block; }
  main article.blog section.recruitment div.footer-text span.join-community-text {
    font-size: 18px;
    display: inline; } }

@media (min-width: 60em) {
  main article.blog header,
  main article.blog section.postHeader,
  main article.blog section.postContent,
  main article.blog div.bx-align {
    margin: 0% 15%; }
  main article.blog section.postHeader,
  main article.blog section.postContent {
    padding: 0px 150px; }
  main article.blog header {
    width: auto;
    padding: 0px; }
    main article.blog header a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    main article.blog header p {
      margin-bottom: 0px; }
  main article.blog section.postHeader {
    padding-top: 75px; }
    main article.blog section.postHeader p.postSubtitle {
      font-size: 18px; }
  main article.blog section.recruitment div.wrapper {
    width: 70%;
    margin: 0 15%; }
  main article.blog section.postSocial-upper {
    position: relative;
    padding-bottom: 40px; }
    main article.blog section.postSocial-upper div.position-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      top: -75px;
      left: -199px; }
      main article.blog section.postSocial-upper div.position-wrapper.fixed-scroll {
        position: fixed;
        left: calc(15% - 49px);
        top: 75px; } }

#page-campuses header {
  background: #0a0a0a;
  color: #fefefe;
  padding: 3.2em 1em; }
  #page-campuses header h1 {
    font-size: 3.000em;
    font-weight: 900;
    text-align: center; }
  #page-campuses header form input[type="text"] {
    background: transparent;
    border: 0;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #00ff9c;
    border-bottom: 1px solid #fefefe; }
  #page-campuses header form input[type="text"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

#page-campuses .school-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em; }
  #page-campuses .school-list a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    color: #8a8a8a;
    line-height: 1em;
    margin-bottom: 1em;
    font-size: 1.188em;
    padding: 0.5em 0;
    outline: none; }
    #page-campuses .school-list a span {
      border-bottom: 1px dashed #00ff9c;
      line-height: 1.5em; }
    #page-campuses .school-list a small {
      font-style: italic;
      font-size: 1em;
      color: #0a0a0a;
      display: block; }

@media (min-width: 45em) {
  #page-campuses header {
    background: #0a0a0a;
    color: #fefefe; }
    #page-campuses header form {
      width: 50%;
      display: table;
      margin: auto; }
  #page-campuses .school-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3em; }
    #page-campuses .school-list a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      margin: 0 0.5em 1em; } }

.typed-strings {
  display: none; }

.categoryLanding .mood-modal .tag {
  display: none; }

.white {
  background: #fefefe; }

.pagination nav {
  display: table;
  margin: 0 auto; }

.featuredPage {
  background: #f9f8f9; }
  .featuredPage .mood-modal {
    background: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05) 6px);
    padding: 1em;
    text-align: center;
    z-index: 1001;
    background-color: #fefefe; }
    .featuredPage .mood-modal a {
      font-size: 2em;
      font-weight: 100;
      color: #0a0a0a;
      padding: 0 1.5em 0 0; }
  .featuredPage .sub-header {
    background: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05) 6px);
    padding: 1em;
    text-align: center; }
    .featuredPage .sub-header h1 {
      font-weight: 100; }
    .featuredPage .sub-header a {
      font-size: 1em;
      font-weight: 700;
      padding: 0;
      color: #0a0a0a;
      border-bottom: 1px solid #00ff9c; }
  .featuredPage .featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .featuredPage .featured .tagline {
      color: #8a8a8a;
      font-style: italic;
      font-size: 80%;
      margin: 1em 0em; }
    .featuredPage .featured header {
      padding: 0px; }
    .featuredPage .featured .first.center {
      width: 100%;
      margin: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .featuredPage .featured .first.center img {
        border-radius: 0;
        display: block;
        width: 100%;
        height: 100%; }
      .featuredPage .featured .first.center figcaption {
        padding: 1.875em;
        top: 0; }
      .featuredPage .featured .first.center header {
        background: #00c5ec;
        color: #fefefe;
        width: auto;
        padding: 0.500em 1em;
        display: table;
        margin: -3em 0 1.500em; }
      .featuredPage .featured .first.center header:before {
        display: none; }
      .featuredPage .featured .first.center figcaption a h2 {
        font-size: 1.625em;
        color: #000;
        display: inline; }
      .featuredPage .featured .first.center figcaption a:hover h2 {
        border-bottom: 1px solid #00ff9c; }
    .featuredPage .featured > .wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      position: relative; }
      .featuredPage .featured > .wrapper header {
        background: transparent; }
        .featuredPage .featured > .wrapper header .black-title {
          margin: 1em auto 2em; }
    .featuredPage .featured figcaption header {
      color: #00c5ec;
      text-transform: uppercase;
      font-size: 0.875em;
      font-weight: 900;
      padding: 0; }
    .featuredPage .featured figcaption header:before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #00c5ec;
      margin: 0 5px 0 0; }
    .featuredPage .featured h2 {
      font-size: 1.250em;
      font-weight: 800; }
      @media (min-width: 45em) {
        .featuredPage .featured h2 {
          font-size: 0.9em; } }
      .featuredPage .featured h2 a {
        color: #000; }
    .featuredPage .featured time {
      color: #959592;
      font-weight: 100;
      font-size: 0.875em; }
  .featuredPage .latest {
    overflow: hidden;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .featuredPage .latest h2 {
      font-size: 1.25em;
      color: #0a0a0a;
      font-weight: 700;
      width: 70%; }
    .featuredPage .latest h3 {
      color: #959595;
      font-size: 0.875em;
      margin: 0; }
    .featuredPage .latest h4 {
      padding: 0.5em 0 0 0.7em;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 0.750em;
      letter-spacing: 1px;
      color: #fefefe;
      position: absolute;
      top: 0px;
      left: 0;
      z-index: 3; }
    .featuredPage .latest figure {
      margin: 0 0 1em;
      position: relative;
      background-size: contain;
      background-position: center top;
      background-repeat: no-repeat;
      width: 100%; }
      .featuredPage .latest figure a {
        display: block; }
      .featuredPage .latest figure img {
        visibility: hidden;
        height: 200px; }
    .featuredPage .latest figure.video:after {
      content: "";
      position: absolute;
      bottom: 0;
      top: 10.5em;
      left: 0.6em;
      z-index: 2;
      background: url("/images/svg/play-round-secondary.svg");
      width: 24px;
      height: 24px; }
    .featuredPage .latest figure:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: inset 0px 32px 30px -20px #0a0a0a;
      box-shadow: inset 0px 32px 30px -20px #0a0a0a; }
    .featuredPage .latest figcaption {
      position: relative;
      background: #fefefe; }
    .featuredPage .latest small {
      font-size: 0.875em;
      color: #959595; }
      .featuredPage .latest small span {
        font-weight: bold; }
      .featuredPage .latest small time {
        color: #959595;
        font-size: 1.188em;
        font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        position: absolute;
        top: 0;
        right: 0; }

#page-drinks .tea, #page-drinks .beer {
  background: #222222; }
  #page-drinks .tea h2, #page-drinks .beer h2 {
    background: #222222;
    color: #cbcbcb; }
  #page-drinks .tea figure a, #page-drinks .beer figure a {
    color: #fefefe; }

#page-drinks .booze, #page-drinks .wine, #page-drinks .sober {
  background: #fefefe; }
  #page-drinks .booze h2, #page-drinks .wine h2, #page-drinks .sober h2 {
    background: #fefefe; }

#page-recipe .fiveIng, #page-recipe .microwave {
  background: #222222; }
  #page-recipe .fiveIng h2, #page-recipe .microwave h2 {
    background: #222222;
    color: #cbcbcb; }
  #page-recipe .fiveIng figure a, #page-recipe .microwave figure a {
    color: #fefefe; }

#page-recipe .breakfast, #page-recipe .lunch, #page-recipe .dinner, #page-recipe .dessert, #page-recipe .snack, #page-recipe .twentyMin, #page-recipe .wine, #page-recipe .adulting, #page-recipe .hungover, #page-recipe .high {
  background: #fefefe; }
  #page-recipe .breakfast h2, #page-recipe .lunch h2, #page-recipe .dinner h2, #page-recipe .dessert h2, #page-recipe .snack h2, #page-recipe .twentyMin h2, #page-recipe .wine h2, #page-recipe .adulting h2, #page-recipe .hungover h2, #page-recipe .high h2 {
    background: #fefefe; }

.dessert.spoon-ui5 {
  padding: 0; }

.snack.spoon-ui2 {
  max-width: 28em;
  margin: 0 auto;
  padding: 0; }
  .snack.spoon-ui2 h2 {
    color: #cbcbcb; }
  .snack.spoon-ui2 .featured {
    min-height: auto; }
    .snack.spoon-ui2 .featured:before {
      content: "";
      background: #fff;
      opacity: 1;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: 0; }
    .snack.spoon-ui2 .featured .caption {
      display: none; }
  .snack.spoon-ui2 figure > a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
    .snack.spoon-ui2 figure > a img, .snack.spoon-ui2 figure > a div.lazy {
      border-radius: 50%; }
  .snack.spoon-ui2 figure .lazy-wrapper {
    padding-bottom: 100%;
    border-radius: 50%; }
  .snack.spoon-ui2 figure img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .snack.spoon-ui2 figure figcaption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    position: relative;
    padding: 0.5em 0 0 1em; }

.most-shared.fiveIng.spoon-ui3 figure.featured,
.most-shared.twentyMin.spoon-ui3 figure.featured,
.most-shared.microwave.spoon-ui3 figure.featured,
.most-shared.adulting.spoon-ui3 figure.featured,
.most-shared.hungover.spoon-ui3 figure.featured,
.most-shared.high.spoon-ui3 figure.featured,
.most-shared.tea.spoon-ui3 figure.featured,
.most-shared.booze.spoon-ui3 figure.featured,
.most-shared.coffee.spoon-ui3 figure.featured,
.most-shared.beer.spoon-ui3 figure.featured,
.most-shared.wine.spoon-ui3 figure.featured,
.most-shared.sober.spoon-ui3 figure.featured {
  display: block; }
  .most-shared.fiveIng.spoon-ui3 figure.featured .lazy-wrapper,
  .most-shared.twentyMin.spoon-ui3 figure.featured .lazy-wrapper,
  .most-shared.microwave.spoon-ui3 figure.featured .lazy-wrapper,
  .most-shared.adulting.spoon-ui3 figure.featured .lazy-wrapper,
  .most-shared.hungover.spoon-ui3 figure.featured .lazy-wrapper,
  .most-shared.high.spoon-ui3 figure.featured .lazy-wrapper,
  .most-shared.tea.spoon-ui3 figure.featured .lazy-wrapper,
  .most-shared.booze.spoon-ui3 figure.featured .lazy-wrapper,
  .most-shared.coffee.spoon-ui3 figure.featured .lazy-wrapper,
  .most-shared.beer.spoon-ui3 figure.featured .lazy-wrapper,
  .most-shared.wine.spoon-ui3 figure.featured .lazy-wrapper,
  .most-shared.sober.spoon-ui3 figure.featured .lazy-wrapper {
    padding-bottom: 54%; }
  .most-shared.fiveIng.spoon-ui3 figure.featured figcaption,
  .most-shared.twentyMin.spoon-ui3 figure.featured figcaption,
  .most-shared.microwave.spoon-ui3 figure.featured figcaption,
  .most-shared.adulting.spoon-ui3 figure.featured figcaption,
  .most-shared.hungover.spoon-ui3 figure.featured figcaption,
  .most-shared.high.spoon-ui3 figure.featured figcaption,
  .most-shared.tea.spoon-ui3 figure.featured figcaption,
  .most-shared.booze.spoon-ui3 figure.featured figcaption,
  .most-shared.coffee.spoon-ui3 figure.featured figcaption,
  .most-shared.beer.spoon-ui3 figure.featured figcaption,
  .most-shared.wine.spoon-ui3 figure.featured figcaption,
  .most-shared.sober.spoon-ui3 figure.featured figcaption {
    background: #222222; }

.most-shared.fiveIng.spoon-ui3 .caption,
.most-shared.twentyMin.spoon-ui3 .caption,
.most-shared.microwave.spoon-ui3 .caption,
.most-shared.adulting.spoon-ui3 .caption,
.most-shared.hungover.spoon-ui3 .caption,
.most-shared.high.spoon-ui3 .caption,
.most-shared.tea.spoon-ui3 .caption,
.most-shared.booze.spoon-ui3 .caption,
.most-shared.coffee.spoon-ui3 .caption,
.most-shared.beer.spoon-ui3 .caption,
.most-shared.wine.spoon-ui3 .caption,
.most-shared.sober.spoon-ui3 .caption {
  display: none; }

.most-shared.fiveIng.spoon-ui3 figure .lazy-wrapper,
.most-shared.twentyMin.spoon-ui3 figure .lazy-wrapper,
.most-shared.microwave.spoon-ui3 figure .lazy-wrapper,
.most-shared.adulting.spoon-ui3 figure .lazy-wrapper,
.most-shared.hungover.spoon-ui3 figure .lazy-wrapper,
.most-shared.high.spoon-ui3 figure .lazy-wrapper,
.most-shared.tea.spoon-ui3 figure .lazy-wrapper,
.most-shared.booze.spoon-ui3 figure .lazy-wrapper,
.most-shared.coffee.spoon-ui3 figure .lazy-wrapper,
.most-shared.beer.spoon-ui3 figure .lazy-wrapper,
.most-shared.wine.spoon-ui3 figure .lazy-wrapper,
.most-shared.sober.spoon-ui3 figure .lazy-wrapper {
  padding-bottom: 54%; }

.most-shared.white.spoon-ui3 {
  background: #fefefe; }
  .most-shared.white.spoon-ui3 figure.featured figcaption {
    background: #fefefe; }

.most-shared.dark.spoon-ui3 {
  background: #222222; }
  .most-shared.dark.spoon-ui3 figure.featured figcaption strong, .most-shared.dark.spoon-ui3 figure.featured figcaption h3 a, .most-shared.dark.spoon-ui3 figure.featured figcaption address a, .most-shared.dark.spoon-ui3 figure.featured figcaption small, .most-shared.dark.spoon-ui3 figure.featured figcaption time {
    color: #fefefe; }
  .most-shared.dark.spoon-ui3 figure figcaption {
    background: transparent; }
    .most-shared.dark.spoon-ui3 figure figcaption strong, .most-shared.dark.spoon-ui3 figure figcaption h3 a, .most-shared.dark.spoon-ui3 figure figcaption address a, .most-shared.dark.spoon-ui3 figure figcaption small, .most-shared.dark.spoon-ui3 figure figcaption time {
      color: #fefefe; }

.most-shared.spoon-ui4, .most-shared.spoon-ui5 {
  background: #fefefe; }
  .most-shared.spoon-ui4 figure.featured figcaption, .most-shared.spoon-ui5 figure.featured figcaption {
    background: #fefefe; }
  .most-shared.spoon-ui4 figure .lazy-wrapper, .most-shared.spoon-ui5 figure .lazy-wrapper {
    padding-bottom: 70%; }
  .most-shared.spoon-ui4.dessert figure.featured .caption, .most-shared.spoon-ui5.dessert figure.featured .caption {
    display: none; }
  .most-shared.spoon-ui4.dessert figure .lazy-wrapper, .most-shared.spoon-ui5.dessert figure .lazy-wrapper {
    padding-bottom: 200px; }

.col2 > section.most-shared h2 {
  line-height: 1.4em;
  padding: 0.5em 1em; }

.flex-wrapper figure > a:hover + figcaption h3 {
  border-bottom: 1px solid #00ff9c;
  display: inline; }

main .most-shared.coffee-grid .emoji img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #00ff9c;
  display: table;
  margin: auto; }

main .most-shared.coffee-grid .emoji figcaption {
  text-align: center; }

.dessert .flex-wrapper .thumb-wrapper figure:nth-child(2) {
  display: none; }

.icymi.spoon-ui .lazy-wrapper {
  border-radius: 50%; }
  .icymi.spoon-ui .lazy-wrapper .lazy {
    border-radius: 50%; }

@media (min-width: 45em) {
  .featuredPage .mood-modal {
    background: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05) 6px);
    padding: 2.500em 1em;
    text-align: center;
    background-color: #fefefe; }
    .featuredPage .mood-modal a {
      font-size: 2em;
      font-weight: 100;
      color: #0a0a0a;
      padding: 0 1.5em 0 0; }
  .featuredPage .mood-board {
    padding-top: 5.7em;
    top: 3.5em;
    padding-bottom: 7.5em; }
  .featuredPage .featured.category .first.center a {
    padding-left: 0em;
    width: 98%;
    margin: 0 auto;
    max-width: 460px;
    display: inline-block; }
  .featuredPage .featured {
    overflow: hidden;
    padding: 2em 1em 0em;
    margin: 0; }
    .featuredPage .featured .tagline {
      margin: 0 0 1em; }
    .featuredPage .featured .first.center {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      padding: 0;
      text-align: right;
      top: -4em; }
      .featuredPage .featured .first.center header {
        background: #00c5ec;
        color: #fefefe;
        width: auto;
        padding: 0.500em 1em;
        display: table;
        margin: -3em 0 1.500em; }
      .featuredPage .featured .first.center img {
        border-radius: 50%;
        width: 384px;
        height: 384px; }
      .featuredPage .featured .first.center figcaption {
        text-align: left;
        margin: -7.5em auto 4em; }
    .featuredPage .featured > .wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      margin: 0;
      padding: 0;
      display: block;
      top: 0; }
      .featuredPage .featured > .wrapper figure {
        margin-bottom: 1em;
        margin-left: 0; }
        .featuredPage .featured > .wrapper figure figcaption p {
          margin-bottom: 0;
          line-height: 1.6em; }
      .featuredPage .featured > .wrapper h2 {
        font-size: 1.250em; }
      .featuredPage .featured > .wrapper header h1.black-title {
        margin: 0 0 1em; }
    .featuredPage .featured h2.more-label {
      clear: both;
      font-size: 1.500em; }
  .featuredPage .latest figure {
    width: 47.8%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 0.5em 1em; }
    .featuredPage .latest figure img {
      height: 200px; }
  .featuredPage .latest figcaption {
    position: relative;
    margin: 0.5em 0 0; }
  #page-health .featured.category .first.center figcaption {
    margin-bottom: 3em; }
  #page-recipe .breakfast .flex-wrapper, #page-recipe .lunch .flex-wrapper, #page-recipe .dinner .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #page-recipe .breakfast .flex-wrapper > figure, #page-recipe .lunch .flex-wrapper > figure, #page-recipe .dinner .flex-wrapper > figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      display: block;
      margin: 0;
      position: relative;
      z-index: 2; }
      #page-recipe .breakfast .flex-wrapper > figure:after, #page-recipe .lunch .flex-wrapper > figure:after, #page-recipe .dinner .flex-wrapper > figure:after {
        content: "";
        position: absolute;
        background: #fefefe;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: block;
        z-index: -1; }
      #page-recipe .breakfast .flex-wrapper > figure a, #page-recipe .lunch .flex-wrapper > figure a, #page-recipe .dinner .flex-wrapper > figure a {
        position: relative; }
      #page-recipe .breakfast .flex-wrapper > figure div.caption span, #page-recipe .lunch .flex-wrapper > figure div.caption span, #page-recipe .dinner .flex-wrapper > figure div.caption span {
        background: #fefefe;
        line-height: 1.4em;
        font-size: 1.4em;
        color: #0a0a0a;
        padding: 0.45rem;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone; }
    #page-recipe .breakfast .flex-wrapper .thumb-wrapper, #page-recipe .lunch .flex-wrapper .thumb-wrapper, #page-recipe .dinner .flex-wrapper .thumb-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 0 0 1em; }
      #page-recipe .breakfast .flex-wrapper .thumb-wrapper figure, #page-recipe .lunch .flex-wrapper .thumb-wrapper figure, #page-recipe .dinner .flex-wrapper .thumb-wrapper figure {
        display: block;
        margin: 0; }
        #page-recipe .breakfast .flex-wrapper .thumb-wrapper figure:first-child, #page-recipe .lunch .flex-wrapper .thumb-wrapper figure:first-child, #page-recipe .dinner .flex-wrapper .thumb-wrapper figure:first-child {
          margin: 0 0 1em; }
        #page-recipe .breakfast .flex-wrapper .thumb-wrapper figure img, #page-recipe .lunch .flex-wrapper .thumb-wrapper figure img, #page-recipe .dinner .flex-wrapper .thumb-wrapper figure img {
          height: 150px; }
  #page-recipe .breakfast figure time, #page-recipe .lunch figure time, #page-recipe .dinner figure time {
    top: 0.2em;
    right: 0.5em;
    left: auto;
    color: #fefefe; }
  #page-recipe .flex-wrapper.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 56em; }
    #page-recipe .flex-wrapper.col2 > .dessert {
      padding-right: 1em; }
    #page-recipe .flex-wrapper.col2 > .snack {
      padding-left: 1em; }
    #page-recipe .flex-wrapper.col2 > section {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      #page-recipe .flex-wrapper.col2 > section h2 {
        text-align: left; }
      #page-recipe .flex-wrapper.col2 > section .flex-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
  #page-recipe .lunch .flex-wrapper > figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  #page-recipe .lunch .flex-wrapper > .thumb-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 1em 0 0; }
  .snack.spoon-ui2 figure.featured {
    padding: 0 1em; }
  .snack.spoon-ui2 .thumb-wrapper figure {
    margin: 0 0 3em; }
  .most-shared.fiveIng.spoon-ui3 .flex-wrapper,
  .most-shared.twentyMin.spoon-ui3 .flex-wrapper,
  .most-shared.microwave.spoon-ui3 .flex-wrapper,
  .most-shared.adulting.spoon-ui3 .flex-wrapper,
  .most-shared.hungover.spoon-ui3 .flex-wrapper,
  .most-shared.high.spoon-ui3 .flex-wrapper,
  .most-shared.tea.spoon-ui3 .flex-wrapper,
  .most-shared.booze.spoon-ui3 .flex-wrapper,
  .most-shared.coffee.spoon-ui3 .flex-wrapper,
  .most-shared.beer.spoon-ui3 .flex-wrapper,
  .most-shared.wine.spoon-ui3 .flex-wrapper,
  .most-shared.spoon-ui3 .flex-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 1em; }
  .most-shared.fiveIng.spoon-ui3 .thumb-wrapper,
  .most-shared.twentyMin.spoon-ui3 .thumb-wrapper,
  .most-shared.microwave.spoon-ui3 .thumb-wrapper,
  .most-shared.adulting.spoon-ui3 .thumb-wrapper,
  .most-shared.hungover.spoon-ui3 .thumb-wrapper,
  .most-shared.high.spoon-ui3 .thumb-wrapper,
  .most-shared.tea.spoon-ui3 .thumb-wrapper,
  .most-shared.booze.spoon-ui3 .thumb-wrapper,
  .most-shared.coffee.spoon-ui3 .thumb-wrapper,
  .most-shared.beer.spoon-ui3 .thumb-wrapper,
  .most-shared.wine.spoon-ui3 .thumb-wrapper,
  .most-shared.spoon-ui3 .thumb-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .most-shared.fiveIng.spoon-ui3 .thumb-wrapper > figure,
    .most-shared.twentyMin.spoon-ui3 .thumb-wrapper > figure,
    .most-shared.microwave.spoon-ui3 .thumb-wrapper > figure,
    .most-shared.adulting.spoon-ui3 .thumb-wrapper > figure,
    .most-shared.hungover.spoon-ui3 .thumb-wrapper > figure,
    .most-shared.high.spoon-ui3 .thumb-wrapper > figure,
    .most-shared.tea.spoon-ui3 .thumb-wrapper > figure,
    .most-shared.booze.spoon-ui3 .thumb-wrapper > figure,
    .most-shared.coffee.spoon-ui3 .thumb-wrapper > figure,
    .most-shared.beer.spoon-ui3 .thumb-wrapper > figure,
    .most-shared.wine.spoon-ui3 .thumb-wrapper > figure,
    .most-shared.spoon-ui3 .thumb-wrapper > figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
      flex: 0 0 48.5%; }
  .most-shared.fiveIng.spoon-ui3 figure.featured,
  .most-shared.twentyMin.spoon-ui3 figure.featured,
  .most-shared.microwave.spoon-ui3 figure.featured,
  .most-shared.adulting.spoon-ui3 figure.featured,
  .most-shared.hungover.spoon-ui3 figure.featured,
  .most-shared.high.spoon-ui3 figure.featured,
  .most-shared.tea.spoon-ui3 figure.featured,
  .most-shared.booze.spoon-ui3 figure.featured,
  .most-shared.coffee.spoon-ui3 figure.featured,
  .most-shared.beer.spoon-ui3 figure.featured,
  .most-shared.wine.spoon-ui3 figure.featured,
  .most-shared.spoon-ui3 figure.featured {
    margin: 0; }
    .most-shared.fiveIng.spoon-ui3 figure.featured:after,
    .most-shared.twentyMin.spoon-ui3 figure.featured:after,
    .most-shared.microwave.spoon-ui3 figure.featured:after,
    .most-shared.adulting.spoon-ui3 figure.featured:after,
    .most-shared.hungover.spoon-ui3 figure.featured:after,
    .most-shared.high.spoon-ui3 figure.featured:after,
    .most-shared.tea.spoon-ui3 figure.featured:after,
    .most-shared.booze.spoon-ui3 figure.featured:after,
    .most-shared.coffee.spoon-ui3 figure.featured:after,
    .most-shared.beer.spoon-ui3 figure.featured:after,
    .most-shared.wine.spoon-ui3 figure.featured:after,
    .most-shared.spoon-ui3 figure.featured:after {
      content: "";
      background: #222222;
      opacity: 1;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: 1; }
    .most-shared.fiveIng.spoon-ui3 figure.featured figcaption,
    .most-shared.twentyMin.spoon-ui3 figure.featured figcaption,
    .most-shared.microwave.spoon-ui3 figure.featured figcaption,
    .most-shared.adulting.spoon-ui3 figure.featured figcaption,
    .most-shared.hungover.spoon-ui3 figure.featured figcaption,
    .most-shared.high.spoon-ui3 figure.featured figcaption,
    .most-shared.tea.spoon-ui3 figure.featured figcaption,
    .most-shared.booze.spoon-ui3 figure.featured figcaption,
    .most-shared.coffee.spoon-ui3 figure.featured figcaption,
    .most-shared.beer.spoon-ui3 figure.featured figcaption,
    .most-shared.wine.spoon-ui3 figure.featured figcaption,
    .most-shared.spoon-ui3 figure.featured figcaption {
      position: relative;
      z-index: 2; }
  .most-shared.white.spoon-ui3 figure.featured:after {
    background: #fefefe; }
  .most-shared.dark.spoon-ui3 figure.featured:before {
    background: #222222; }
  .most-shared.coffee-grid.spoon-ui4 .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .most-shared.coffee-grid.spoon-ui4 .flex-wrapper img, .most-shared.coffee-grid.spoon-ui4 .flex-wrapper div.lazy {
      height: 100%; }
  .most-shared.coffee-grid.spoon-ui4 figure.featured {
    background-size: cover; }
    .most-shared.coffee-grid.spoon-ui4 figure.featured .lazy-wrapper {
      padding-bottom: 100%; }
  .most-shared.coffee-grid.spoon-ui4 figure .lazy-wrapper {
    padding-bottom: 50%; }
  .most-shared.coffee-grid.spoon-ui5 {
    max-width: 28em; }
    .most-shared.coffee-grid.spoon-ui5 figure.featured {
      width: 100%;
      margin: 0 0 1em; }
      .most-shared.coffee-grid.spoon-ui5 figure.featured figcaption {
        position: relative; }
    .most-shared.coffee-grid.spoon-ui5 figure .lazy-wrapper .lazy {
      height: 100%; } }

@media (min-width: 60em) {
  #page-health .featured.category .first.center figcaption {
    margin-bottom: 4em; }
  .featuredPage .featured.category .first.center a {
    max-width: 550px; }
  .featuredPage .featured.category .first.center figcaption {
    margin: -8em auto 0; }
  .featuredPage .featured {
    overflow: hidden;
    max-width: 75em;
    margin: 0 auto;
    padding: 2em 2em 0; }
    .featuredPage .featured .first.center {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      max-width: none;
      height: auto;
      top: -4em; }
      .featuredPage .featured .first.center img {
        width: 512px;
        height: 512px;
        position: relative; }
      .featuredPage .featured .first.center figcaption {
        width: 80%;
        margin: -11em auto 4em;
        position: relative;
        background: #fefefe; }
        .featuredPage .featured .first.center figcaption header {
          margin-top: -1em;
          font-size: 1em; }
    .featuredPage .featured > .wrapper figure {
      margin-bottom: 2em; }
    .featuredPage .featured > .wrapper h1 {
      line-height: 1.2em;
      margin: 0; }
    .featuredPage .featured > .wrapper header.black-title {
      margin: 0 0 1em; }
    .featuredPage .featured h1 {
      font-size: 1.2em; }
  .featuredPage .latest {
    -webkit-box-flex: 3;
    -ms-flex: 3 0px;
    flex: 3 0px; }
    .featuredPage .latest figure {
      width: 31.5%; }
  #page-recipe .flex-wrapper.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
    #page-recipe .flex-wrapper.col2 > .dessert {
      padding-right: 2em; }
    #page-recipe .flex-wrapper.col2 > section {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      #page-recipe .flex-wrapper.col2 > section h2 {
        text-align: left; }
      #page-recipe .flex-wrapper.col2 > section .flex-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
  .snack.spoon-ui2 .flex-wrapper {
    padding: 0 1em; }
  .snack.spoon-ui2 .featured {
    margin: 0 0 1em;
    padding: 0; }
  .snack.spoon-ui2 figure {
    margin-bottom: 1em; }
    .snack.spoon-ui2 figure figcaption {
      -ms-flex-item-align: center;
      align-self: center; }
  #page-recipe .most-shared.coffee-grid.spoon-ui4 figure.featured:after {
    display: none; }
  #page-recipe .most-shared.coffee-grid.spoon-ui4 .thumb-wrapper figure .lazy-wrapper {
    padding-bottom: 50%; } }

@media (min-width: 70em) {
  .featuredPage .featured.category .first.center a {
    max-width: 750px; }
  .featuredPage .featured.category .first.center figcaption {
    margin: -9em auto 0; }
  .featuredPage .featured .first.center {
    top: -5em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    .featuredPage .featured .first.center header {
      background: #00c5ec;
      color: #fefefe;
      width: auto;
      padding: 0.500em 1em;
      display: table;
      margin: -3em 0 1.500em; }
    .featuredPage .featured .first.center img {
      width: 600px;
      height: 600px;
      position: relative;
      min-width: auto;
      min-height: auto;
      -webkit-transform: none;
      transform: none;
      top: 0;
      left: 0; }
    .featuredPage .featured .first.center figcaption {
      padding: 2.5em; }
      .featuredPage .featured .first.center figcaption header {
        margin-top: -0.2em; }
  .featuredPage .featured > .wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 5em 0 0; }
  .featuredPage .latest {
    -webkit-box-flex: 3;
    -ms-flex: 3 0px;
    flex: 3 0px; }
    .featuredPage .latest figure {
      width: 31.5%; }
  .most-shared.coffee-grid.spoon-ui4 figure .lazy-wrapper {
    padding-bottom: 267px; } }

.category-section a {
  color: #0a0a0a;
  outline: none;
  z-index: 2; }
  .category-section a:hover span {
    border-bottom: 1px solid #00ff9c; }

.category-section h2 {
  color: #cbcbcb;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 1em; }
  .category-section h2 a, .category-section h2 a:hover {
    color: #cbcbcb; }

.category-section figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: block;
  padding: 0em;
  position: relative;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  outline: none;
  margin: 0 0 1em; }
  .category-section figure h3 {
    font-size: 1.15em;
    color: #0a0a0a;
    line-height: 1.2em;
    font-weight: 600;
    display: inline; }
  .category-section figure address {
    line-height: 1em;
    display: block;
    font-size: 0.95em; }
    .category-section figure address a {
      font-style: normal;
      line-height: 1.3em;
      display: inline-block; }
    .category-section figure address span {
      display: inline; }
  .category-section figure .lazy-wrapper {
    padding-bottom: 54%; }

.category-section figcaption {
  padding-top: 0.6em; }

.category-section img, .category-section div.lazy {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 0; }

.category-section .emoji-wrapper {
  text-align: center; }

.category-section .emoji {
  display: inline-block; }
  .category-section .emoji img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #00ff9c;
    display: table; }
  .category-section .emoji figcaption {
    text-align: center; }

.category-section .flex-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 1em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 56em;
  margin: 0 auto; }

.category-section .lazy-wrapper {
  padding-bottom: 54%; }

.category-section .caption {
  display: none; }

.dark-theme {
  background-color: #222222;
  color: #fefefe; }
  .dark-theme a {
    color: #fefefe; }

@media (min-width: 45em) {
  .category-section {
    margin: 0; }
    .category-section figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
      flex: 0 0 32%;
      margin: 0; }
      .category-section figure.featured {
        background-size: cover;
        padding: 0; }
        .category-section figure.featured > a {
          position: relative; }
        .category-section figure.featured figcaption {
          position: absolute;
          bottom: 0;
          z-index: 2; }
    .category-section .flex-vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .category-section .thumb-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
      flex: 0 0 66%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .category-section .thumb-wrapper > figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
        flex: 0 0 48.5%; }
    .category-section .flex-wrapper {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding-bottom: 1em;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 56em;
      margin: 0 auto; } }

@media (min-width: 60em) {
  .category-section figure {
    margin-bottom: 2em;
    display: block; } }

.most-shared.coffee-grid {
  position: relative;
  background: #e6e6e6; }
  .most-shared.coffee-grid .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 56em;
    margin: 0 auto; }
  .most-shared.coffee-grid figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: block;
    padding: 0em;
    position: relative;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    outline: none; }
    .most-shared.coffee-grid figure.video > a {
      position: relative; }
      .most-shared.coffee-grid figure.video > a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-left: 50px solid #fefefe;
        border-bottom: 25px solid transparent;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        z-index: 1;
        margin-top: -25px; }
      .most-shared.coffee-grid figure.video > a:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1); }
    .most-shared.coffee-grid figure > a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .most-shared.coffee-grid figure img, .most-shared.coffee-grid figure div.lazy {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 0; }
    .most-shared.coffee-grid figure a {
      color: #0a0a0a;
      display: block;
      outline: none;
      z-index: 2; }
      .most-shared.coffee-grid figure a:hover span {
        border-bottom: 1px solid #00ff9c; }
    .most-shared.coffee-grid figure .tag {
      text-transform: uppercase;
      color: #23bfe5;
      position: absolute;
      top: -1.7em;
      right: 0; }
    .most-shared.coffee-grid figure h3 {
      font-size: 1.15em;
      color: #0a0a0a;
      line-height: 1.2em;
      font-weight: 600;
      display: inline; }
      .most-shared.coffee-grid figure h3 a {
        display: inline; }
        .most-shared.coffee-grid figure h3 a:hover {
          border-bottom: 1px solid #00ff9c; }
    .most-shared.coffee-grid figure.featured figcaption {
      background: #fefefe; }
    .most-shared.coffee-grid figure figcaption {
      width: 100%;
      font-weight: 500;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding: 0.5em 0.2em; }
      .most-shared.coffee-grid figure figcaption > .social-width20 {
        position: absolute;
        top: 13em;
        display: none; }
        .most-shared.coffee-grid figure figcaption > .social-width20 .twitter, .most-shared.coffee-grid figure figcaption > .social-width20 .pinterest {
          display: none; }
        .most-shared.coffee-grid figure figcaption > .social-width20 a {
          text-indent: 0;
          color: transparent; }
        .most-shared.coffee-grid figure figcaption > .social-width20 span {
          color: #fefefe; }
    .most-shared.coffee-grid figure address {
      line-height: 1em;
      display: block;
      font-size: 0.95em; }
      .most-shared.coffee-grid figure address a {
        font-style: normal;
        line-height: 1.3em;
        display: inline-block; }
      .most-shared.coffee-grid figure address span {
        display: inline; }
    .most-shared.coffee-grid figure time {
      color: #8a8a8a;
      position: absolute;
      top: -1.7em;
      left: 0; }

@media (min-width: 45em) {
  .most-shared.coffee-grid .flex-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .most-shared.coffee-grid figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%; }
    .most-shared.coffee-grid figure.featured {
      background-size: cover; }
      .most-shared.coffee-grid figure.featured figcaption {
        position: absolute;
        bottom: 0;
        z-index: 2; } }

@media (min-width: 60em) {
  .most-shared.coffee-grid figure {
    margin-bottom: 2em;
    display: block; } }

.chapter .canopy {
  padding: 1em;
  position: relative; }
  .chapter .canopy .chapterClosed {
    color: #fefefe;
    text-align: center; }
  .chapter .canopy .max-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 75em;
    margin: 0 auto; }
  .chapter .canopy .max-wrap > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .chapter .canopy .max-wrap div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .chapter .canopy .max-wrap div.btns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 1em; }
    .chapter .canopy .max-wrap div.btns a {
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: #fefefe;
      border-radius: 3px;
      padding: 0.5em 1em; }
  .chapter .canopy h2 {
    font-size: 1.250em;
    font-weight: 800; }
    .chapter .canopy h2 a {
      display: inline-block;
      color: #fefefe; }
      .chapter .canopy h2 a span {
        border-bottom: 1px dashed #fefefe; }
  .chapter .canopy .location {
    color: #fefefe;
    opacity: 0.7;
    font-size: 1.250em;
    font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .chapter .canopy:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 100px solid inherit;
    border-right: 100px solid transparent; }

.chapter main {
  padding: 3.5em 1em 1em; }
  .chapter main .coming-soon {
    text-align: center;
    color: #cacaca;
    font-weight: 900;
    font-size: 4.3em;
    line-height: 1.4em;
    text-transform: uppercase; }
  .chapter main .members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0; }
    .chapter main .members:after {
      content: "";
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    .chapter main .members .name {
      font-size: 1.188em;
      line-height: 1.3em; }
    .chapter main .members .role {
      font-weight: bold;
      text-transform: capitalize;
      font-size: 0.85em; }
    .chapter main .members a {
      color: #0a0a0a; }
      .chapter main .members a .name {
        border-bottom: 1px dashed #00ff9c; }
    .chapter main .members a:hover .name {
      border-bottom: 2px solid #00ff9c;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
    .chapter main .members li {
      list-style: none;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      margin: 0 0 1em;
      text-align: center; }
    .chapter main .members img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-size: cover;
      background-image: url("/images/author-placeholder.gif"); }
  .chapter main p.small.note {
    font-size: 80%;
    color: #0a0a0a; }
  .chapter main a.apply {
    display: table;
    background: #00ff9c;
    color: #fefefe;
    margin: 1em auto;
    font-size: 0.3em;
    padding: 0.5em 1em;
    line-height: 1.7em; }

@media (min-width: 45em) {
  .chapter .canopy {
    padding: 2em 1em; }
    .chapter .canopy .max-wrap > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    .chapter .canopy .max-wrap div:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .chapter .canopy .max-wrap div.btns {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      text-align: right; }
      .chapter .canopy .max-wrap div.btns a {
        padding: 0.8em 1em;
        font-size: 1.188em; }
      .chapter .canopy .max-wrap div.btns a:nth-child(1) {
        margin-right: 0.5em; }
    .chapter .canopy h2 {
      font-size: 2.4em; }
  .chapter main .members:after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .chapter main .members li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%; } }

@media (min-width: 60em) {
  .chapter main .members:after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .chapter main .members li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%; } }

#page-cities header {
  background: #0a0a0a;
  color: #fefefe;
  padding: 2.5em 1em; }
  #page-cities header h1 {
    font-size: 3.000em;
    font-weight: 900;
    text-align: center; }
  #page-cities header form input[type="text"] {
    background: transparent;
    border: 0;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #00ff9c;
    border-bottom: 1px solid #fefefe; }
  #page-cities header form input[type="text"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

#page-cities .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em;
  max-width: 75.000em;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #page-cities .list a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #8a8a8a;
    line-height: 1em;
    margin-bottom: 1em;
    font-size: 1.188em;
    padding: 0.5em 0; }
    #page-cities .list a span {
      border-bottom: 1px dashed #00ff9c; }

@media (min-width: 45em) {
  #page-cities header {
    background: #0a0a0a;
    color: #fefefe; }
    #page-cities header form {
      width: 50%;
      display: table;
      margin: auto; }
  #page-cities .list a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin: 0 0.5em 1em;
    text-align: center; } }

.errorPage .blue-header-text {
  color: #00c5ec;
  font-weight: bolder;
  font-size: 2em;
  margin-top: 1em; }

.errorPage .tic-tac-toe-image {
  max-width: 400px; }

.errorPage .error-trending-social {
  text-align: center; }

.errorPage .center-icon {
  background-position: center; }

.errorPage .hide-mobile {
  display: none; }

.errorPage .error-message {
  text-align: center; }

.errorPage .error-trending-posts {
  background: #e6e6e6;
  margin-top: 3em; }
  .errorPage .error-trending-posts figure {
    background: none !important;
    padding: 0 0 0 4em;
    margin: 0 0 2.500em;
    position: relative; }
    .errorPage .error-trending-posts figure a {
      outline: none; }
      .errorPage .error-trending-posts figure a img {
        display: none; }
      .errorPage .error-trending-posts figure a figcaption strong {
        font-weight: 700;
        font-size: 1.375em;
        line-height: 1.5em;
        color: #0a0a0a;
        margin: 0; }
      .errorPage .error-trending-posts figure a figcaption .author {
        display: block;
        color: #0a0a0a;
        font-size: 0.9em; }
      .errorPage .error-trending-posts figure a:hover figcaption h2, .errorPage .error-trending-posts figure a:hover figcaption small span {
        text-decoration: underline; }
    .errorPage .error-trending-posts figure:before {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 50px;
      width: 50px;
      padding: 0;
      margin: 0;
      color: #cacaca;
      text-align: center;
      line-height: 50px;
      font-size: 1.188em;
      background: #fefefe;
      border-radius: 50%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .errorPage .error-trending-posts figure:nth-child(2):before {
      content: "1"; }
    .errorPage .error-trending-posts figure:nth-child(3):before {
      content: "2"; }
    .errorPage .error-trending-posts figure:nth-child(4):before {
      content: "3"; }
    .errorPage .error-trending-posts figure:hover:before {
      background: #00ff9c;
      color: #000;
      font-weight: 900; }

.errorPage .error-trending-posts-header {
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

@media (min-width: 45em) {
  .errorPage {
    margin-top: 3em; }
    .errorPage .tic-tac-toe-image-container {
      text-align: right; }
    .errorPage .hide-mobile {
      display: inline; }
    .errorPage .error-message {
      text-align: left; }
    .errorPage .error-trending-posts {
      margin-top: 5em; } }

.page-gift-guide-live {
  position: relative; }
  .page-gift-guide-live:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background: url("/images/svg/gift-guide-live/mobile-bg-top.svg") repeat-x; }
  .page-gift-guide-live:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: url("/images/svg/gift-guide-live/mobile-bg-bottom.svg") repeat-x; }
  .page-gift-guide-live figure.logo img {
    width: 100%;
    display: table;
    margin: 0 auto;
    position: relative;
    top: 0;
    max-width: 300px; }
  .page-gift-guide-live figure.logo figcaption {
    max-width: 50em;
    margin: 0 auto; }
  .page-gift-guide-live figure.logo figcaption h2 {
    font-size: 1.3em;
    font-weight: 600; }
  .page-gift-guide-live figure.logo figcaption h3 {
    font-size: 1.1em; }
  .page-gift-guide-live .post-teaser-grid {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .page-gift-guide-live .post-teaser-grid:after {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
      flex: 0 0 0; }
    .page-gift-guide-live .post-teaser-grid h4.tag, .page-gift-guide-live .post-teaser-grid time, .page-gift-guide-live .post-teaser-grid figcaption small {
      display: none; }
    .page-gift-guide-live .post-teaser-grid div.wrapper:before {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .page-gift-guide-live .post-teaser-grid div.lazy-wrapper {
      padding-bottom: 100%; }
    .page-gift-guide-live .post-teaser-grid .lazy {
      background-position: 0 0;
      background-repeat: no-repeat;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-size: 204%; }
    .page-gift-guide-live .post-teaser-grid figure .wrapper, .page-gift-guide-live .post-teaser-grid figure .lazy-wrapper {
      background: transparent !important; }
    .page-gift-guide-live .post-teaser-grid figcaption {
      background: transparent;
      max-width: 300px;
      margin: 0 auto;
      text-align: center;
      top: 0; }

@media (min-width: 45em) {
  .page-gift-guide-live {
    background: url("/images/svg/gift-guide-live/SpoonGiftGuide_snow2.svg");
    background-size: contain; }
    .page-gift-guide-live:before, .page-gift-guide-live:after {
      display: none; }
    .page-gift-guide-live figure.logo img {
      width: 70%;
      top: -4em; }
    .page-gift-guide-live figure.logo figcaption {
      position: relative;
      top: -6em; }
    .page-gift-guide-live figure.logo figcaption h2 {
      font-size: 1.3em;
      font-weight: 600;
      width: 80%;
      margin: 0 auto 1em; }
    .page-gift-guide-live figure.logo figcaption h3 {
      font-size: 1.1em;
      width: 80%;
      margin: 0 auto; }
    .page-gift-guide-live .post-teaser-grid {
      padding-bottom: 20em; }
      .page-gift-guide-live .post-teaser-grid figure {
        padding: 0 1em; } }

div.grub-hub-sweeps {
  max-width: 800px;
  margin: 0 auto;
  width: 100%; }

.page-healthier {
  background: #FCFAE3;
  /* MIDDLE P */
  /* PRIME */
  /* STAR */
  /* SUN */
  /* BOLT */
  /* STAR-OUTER */
  /* STAR-BULB */
  /* STAR-LOTUS */
  /* YING-YANG */ }
  .page-healthier .updates {
    line-height: 1.2em; }
  .page-healthier .newsletter {
    position: relative; }
  .page-healthier input.email {
    font-size: 1.2em;
    height: 2.7em;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1em;
    padding: 0 0.5em;
    border: 1px solid #03DBDB;
    background: transparent; }
  .page-healthier #mc-embedded-subscribe {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    background: #03DBDB;
    font-size: 1.4em;
    height: 100%;
    width: 100%;
    display: block;
    outline: none; }
    .page-healthier #mc-embedded-subscribe:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-healthier .healthier-content {
    padding: 0 1em 1em;
    max-width: 39.375em;
    margin: 0 auto; }
    .page-healthier .healthier-content h2 {
      line-height: 1em;
      font-weight: 600;
      margin: 0;
      padding: 0;
      margin-left: -0.5em; }
      .page-healthier .healthier-content h2 svg {
        fill: #FF6C00;
        line-height: 1em; }
      .page-healthier .healthier-content h2 span {
        display: block; }
    .page-healthier .healthier-content h3 {
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      color: #fefefe;
      font-weight: 600;
      line-height: 1.2em;
      color: #FF6C00; }
  .page-healthier div.myorbit {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden; }
  .page-healthier .plane {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .page-healthier .round {
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%; }
  .page-healthier .trace {
    border: 1px dashed #FF6C00;
    position: relative;
    z-index: 99; }
  .page-healthier .orbit, .page-healthier .trace {
    position: absolute;
    top: 50%;
    left: 50%; }
  .page-healthier .planet {
    position: relative; }
  .page-healthier .jupiter {
    -webkit-transform: skewX(-30deg) skewY(-15deg);
    transform: skewX(-30deg) skewY(-15deg); }
  .page-healthier .jupiter .planet {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    -webkit-transform: skewY(15deg) skewX(30deg) rotate(-3.13deg);
    transform: skewY(15deg) skewX(30deg) rotate(-3.13deg);
    background-size: 100%;
    -webkit-animation: jupiter-motion 2s infinite linear;
    animation: jupiter-motion 2s infinite linear; }
  .page-healthier .prime {
    -webkit-transform: rotate(-24deg) skewX(50deg) skewY(-15deg);
    transform: rotate(-24deg) skewX(50deg) skewY(-15deg);
    z-index: 101; }
  .page-healthier .prime .trace {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border: 2px solid #FF6C00; }
  .page-healthier .io {
    -webkit-transform: rotate(-24deg) skewX(50deg) skewY(-15deg);
    transform: rotate(-24deg) skewX(50deg) skewY(-15deg); }
  .page-healthier .io .trace {
    width: 110px;
    height: 110px;
    margin: -55px 0 0 -55px; }
  .page-healthier .io .orbit {
    -webkit-animation: io-motion1 30s reverse infinite linear;
    animation: io-motion1 30s reverse infinite linear; }
  .page-healthier .io .moon {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    -webkit-transform: skewY(15deg) skewX(-45deg);
    transform: skewY(15deg) skewX(-45deg);
    background: url("/images/svg/healthier/star-small.svg");
    background-size: 100%;
    -webkit-animation: io-motion2 30s reverse infinite linear;
    animation: io-motion2 30s reverse infinite linear; }
  .page-healthier .europa {
    -webkit-transform: rotate(-24deg) skewX(45deg) skewY(-15deg);
    transform: rotate(-24deg) skewX(45deg) skewY(-15deg); }
  .page-healthier .europa .trace {
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 1px solid #03DBDB; }
  .page-healthier .europa .orbit {
    -webkit-animation: europa-motion1 25s infinite linear;
    animation: europa-motion1 25s infinite linear; }
  .page-healthier .europa .moon {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    -webkit-transform: skewY(15deg) skewX(-45deg);
    transform: skewY(15deg) skewX(-45deg);
    background: url("/images/svg/healthier/sun.svg");
    background-size: 100%;
    -webkit-animation: europa-motion2 25s infinite linear;
    animation: europa-motion2 25s infinite linear; }
  .page-healthier .ganymede {
    -webkit-transform: rotate(-25deg) skewX(45deg) skewY(-15deg);
    transform: rotate(-25deg) skewX(45deg) skewY(-15deg); }
  .page-healthier .ganymede .trace {
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border: 2px solid #FF6C00; }
  .page-healthier .ganymede .orbit {
    -webkit-animation: ganymede-motion1 30s infinite linear;
    animation: ganymede-motion1 30s infinite linear;
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }
  .page-healthier .ganymede .moon {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    -webkit-transform: skewY(15deg) skewX(-45deg);
    transform: skewY(15deg) skewX(-45deg);
    background: url("/images/svg/healthier/bolt.svg");
    background-size: 100%;
    -webkit-animation: ganymede-motion2 30s infinite linear;
    animation: ganymede-motion2 30s infinite linear;
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }
  .page-healthier .ganymede-star {
    -webkit-transform: rotate(-25deg) skewX(45deg) skewY(-15deg);
    transform: rotate(-25deg) skewX(45deg) skewY(-15deg); }
  .page-healthier .ganymede-star .trace {
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border: 0; }
  .page-healthier .ganymede-star .orbit {
    -webkit-animation: ganymede-motion1 30s infinite linear;
    animation: ganymede-motion1 30s infinite linear;
    -webkit-animation-delay: 10s;
    animation-delay: 10s; }
  .page-healthier .ganymede-star .moon {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    -webkit-transform: skewY(15deg) skewX(-45deg);
    transform: skewY(15deg) skewX(-45deg);
    background: url("/images/svg/healthier/star-big.svg");
    background-size: 100%;
    -webkit-animation: ganymede-motion2 30s infinite linear;
    animation: ganymede-motion2 30s infinite linear;
    -webkit-animation-delay: 10s;
    animation-delay: 10s; }
  .page-healthier .ganymede-bulb {
    -webkit-transform: rotate(-25deg) skewX(45deg) skewY(-15deg);
    transform: rotate(-25deg) skewX(45deg) skewY(-15deg); }
  .page-healthier .ganymede-bulb .trace {
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border: 0; }
  .page-healthier .ganymede-bulb .orbit {
    -webkit-animation: ganymede-motion1 30s infinite linear;
    animation: ganymede-motion1 30s infinite linear;
    -webkit-animation-delay: 15s;
    animation-delay: 15s; }
  .page-healthier .ganymede-bulb .moon {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    -webkit-transform: skewY(15deg) skewX(-45deg);
    transform: skewY(15deg) skewX(-45deg);
    background: url("/images/svg/healthier/bulb.svg");
    background-size: 100%;
    -webkit-animation: ganymede-motion2 30s infinite linear;
    animation: ganymede-motion2 30s infinite linear;
    -webkit-animation-delay: 15s;
    animation-delay: 15s; }
  .page-healthier .ganymede-lotus {
    -webkit-transform: rotate(-25deg) skewX(45deg) skewY(-15deg);
    transform: rotate(-25deg) skewX(45deg) skewY(-15deg); }
  .page-healthier .ganymede-lotus .trace {
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border: 0; }
  .page-healthier .ganymede-lotus .orbit {
    -webkit-animation: ganymede-motion1 30s infinite linear;
    animation: ganymede-motion1 30s infinite linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .page-healthier .ganymede-lotus .moon {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    -webkit-transform: skewY(15deg) skewX(-45deg);
    transform: skewY(15deg) skewX(-45deg);
    background: url("/images/svg/healthier/lotus.svg");
    background-size: 100%;
    -webkit-animation: ganymede-motion2 30s infinite linear;
    animation: ganymede-motion2 30s infinite linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .page-healthier .callisto {
    -webkit-transform: rotate(-5deg) skewX(40deg) skewY(-15deg);
    transform: rotate(-5deg) skewX(40deg) skewY(-15deg); }
  .page-healthier .callisto .trace {
    width: 224px;
    height: 224px;
    margin: -112px 0 0 -112px;
    border: 2px dashed #FF6C00; }
  .page-healthier .callisto .orbit {
    -webkit-animation: callisto-motion1 20s infinite linear;
    animation: callisto-motion1 20s infinite linear; }
  .page-healthier .callisto .moon {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    -webkit-transform: skewY(15deg) skewX(-45deg);
    transform: skewY(15deg) skewX(-45deg);
    background: url("/images/svg/healthier/yingyang.svg");
    -webkit-animation: callisto-motion2 20s infinite linear;
    animation: callisto-motion2 20s infinite linear;
    background-size: 100%; }
  .page-healthier .planet.round:before {
    background: url(/images/svg/healthier/emoji-smile.svg);
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    z-index: 98; }
  .page-healthier .planet.round:after {
    background: url(/images/svg/healthier/emoji-smile.svg);
    content: "";
    width: 50px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 102;
    background-size: 100%;
    top: 0; }
  .page-healthier .planet.round .trace {
    position: relative;
    z-index: 99; }
  .page-healthier .planet.round .orbit {
    z-index: 100; }

@-webkit-keyframes jupiter-motion {
  to {
    background-position: -150% 0; } }

@keyframes jupiter-motion {
  to {
    background-position: -150% 0; } }

@-webkit-keyframes io-motion1 {
  from {
    -webkit-transform: rotate(0deg) translate(-55px) rotate(0deg);
    transform: rotate(0deg) translate(-55px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translate(-55px) rotate(-360deg);
    transform: rotate(360deg) translate(-55px) rotate(-360deg); } }

@keyframes io-motion1 {
  from {
    -webkit-transform: rotate(0deg) translate(-55px) rotate(0deg);
    transform: rotate(0deg) translate(-55px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translate(-55px) rotate(-360deg);
    transform: rotate(360deg) translate(-55px) rotate(-360deg); } }

@-webkit-keyframes io-motion2 {
  50% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }
  100% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-position: 150% 0; } }

@keyframes io-motion2 {
  50% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }
  100% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-position: 150% 0; } }

@-webkit-keyframes europa-motion1 {
  from {
    -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    transform: rotate(0deg) translate(-75px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translate(-75px) rotate(-360deg);
    transform: rotate(360deg) translate(-75px) rotate(-360deg); } }

@keyframes europa-motion1 {
  from {
    -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    transform: rotate(0deg) translate(-75px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translate(-75px) rotate(-360deg);
    transform: rotate(360deg) translate(-75px) rotate(-360deg); } }

@-webkit-keyframes europa-motion2 {
  50% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }
  100% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-position: 450% 0; } }

@keyframes europa-motion2 {
  50% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }
  100% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-position: 450% 0; } }

@-webkit-keyframes ganymede-motion1 {
  from {
    -webkit-transform: rotate(0deg) translate(-100px) rotate(0deg);
    transform: rotate(0deg) translate(-100px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translate(-100px) rotate(-360deg);
    transform: rotate(360deg) translate(-100px) rotate(-360deg); } }

@keyframes ganymede-motion1 {
  from {
    -webkit-transform: rotate(0deg) translate(-100px) rotate(0deg);
    transform: rotate(0deg) translate(-100px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translate(-100px) rotate(-360deg);
    transform: rotate(360deg) translate(-100px) rotate(-360deg); } }

@-webkit-keyframes ganymede-motion2 {
  0% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }
  50% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }
  100% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; } }

@keyframes ganymede-motion2 {
  0% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }
  50% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }
  100% {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; } }

@-webkit-keyframes callisto-motion1 {
  from {
    -webkit-transform: rotate(0deg) translate(-112px) rotate(0deg);
    transform: rotate(0deg) translate(-112px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translate(-112px) rotate(-360deg);
    transform: rotate(360deg) translate(-112px) rotate(-360deg); } }

@keyframes callisto-motion1 {
  from {
    -webkit-transform: rotate(0deg) translate(-112px) rotate(0deg);
    transform: rotate(0deg) translate(-112px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translate(-112px) rotate(-360deg);
    transform: rotate(360deg) translate(-112px) rotate(-360deg); } }

@-webkit-keyframes callisto-motion2 {
  50% {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px; }
  100% {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background-position: 1450% 0; } }

@keyframes callisto-motion2 {
  50% {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px; }
  100% {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background-position: 1450% 0; } }

body.healthier ::-moz-selection {
  background: #FFF13A;
  /* WebKit/Blink Browsers */ }

body.healthier ::selection {
  background: #FFF13A;
  /* WebKit/Blink Browsers */ }

body.healthier ::-moz-selection {
  background: #FFF13A;
  /* Gecko Browsers */ }

body.healthier #search-form .container :nth-child(2) {
  visibility: hidden; }

body.healthier .spoon-video {
  display: none; }

body.healthier .healthier-content a {
  border-bottom: 1px dashed #FF6C00;
  color: #000;
  font-weight: 700; }

body.healthier .off-canvas nav h3 {
  color: #fefefe;
  outline: none;
  cursor: pointer;
  font-size: 1.250em;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 1em; }
  body.healthier .off-canvas nav h3 a {
    color: #fefefe; }

body.healthier .off-canvas h3.healthier {
  margin: 0.5em 0 0;
  padding: 0; }
  body.healthier .off-canvas h3.healthier a {
    color: #fefefe;
    -webkit-box-shadow: 0 -0.01em 0 0 #fff;
    box-shadow: 0 -0.01em 0 0 #fff;
    display: block;
    padding: 0.7em 0 0 1.8em; }

body.healthier .off-canvas .accordion h3 {
  display: block; }

body.healthier .lazy-wrapper {
  background: url("/images/svg/patterns/health.svg") #FF6C00;
  background-size: 797px;
  background-position: top; }

body.healthier .off-canvas-content > header {
  background: #ff6c00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ff6c00), to(#fff13a));
  background: linear-gradient(to right, #ff6c00 0%, #fff13a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c00', endColorstr='#fff13a',GradientType=1 );
  /* IE6-9 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  body.healthier .off-canvas-content > header .logo {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px; }
  body.healthier .off-canvas-content > header nav {
    display: block !important;
    background: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    body.healthier .off-canvas-content > header nav ul#mobileMenu {
      background: transparent; }
      body.healthier .off-canvas-content > header nav ul#mobileMenu a {
        color: #fefefe;
        text-transform: capitalize; }
      body.healthier .off-canvas-content > header nav ul#mobileMenu small {
        color: #fefefe;
        font-size: 1em;
        font-style: italic; }
      body.healthier .off-canvas-content > header nav ul#mobileMenu li {
        margin-top: 0.4em; }
        body.healthier .off-canvas-content > header nav ul#mobileMenu li:hover > a:after {
          background: #03DBDB; }
  body.healthier .off-canvas-content > header .float-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }
  body.healthier .off-canvas-content > header .search-panel-button img, body.healthier .off-canvas-content > header .hamburger img {
    -webkit-filter: invert(1);
    filter: invert(1); }

body.healthier .featured .first.center {
  margin: 1em 0 0; }
  body.healthier .featured .first.center header {
    background: #03DBDB; }
  body.healthier .featured .first.center a:hover strong {
    border-bottom: 1px solid #03DBDB; }

body.healthier .featured .wrapper > header {
  color: #03DBDB;
  padding: 0 2em; }
  body.healthier .featured .wrapper > header h1 {
    margin: 0 0 0.5em; }
  body.healthier .featured .wrapper > header:before {
    background: #03DBDB; }

body.healthier .featured figcaption header {
  color: #03DBDB; }
  body.healthier .featured figcaption header:before {
    background: #03DBDB; }

body.healthier .featured .wrapper p {
  padding: 0; }
  body.healthier .featured .wrapper p a:hover {
    border-bottom: 2px solid #03DBDB; }

body.healthier .featured .wrapper time {
  color: #8a8a8a; }

body.healthier .post-teaser-grid figure a div.wrapper {
  background: #03DBDB; }

body.healthier .post-teaser-grid figure a:hover strong {
  border-bottom: 1px solid #03DBDB; }

body.healthier .more-label:after {
  background: #03DBDB; }

body.healthier #typed-strings {
  display: none; }

body.healthier .categoryDetails .label {
  background: #03DBDB; }

body.healthier .categoryDetails .newsletter form button {
  background: #03DBDB; }

body.healthier .categoryDetails figure.author a {
  border-bottom: 1px dashed #03DBDB;
  display: inline; }

body.healthier .categoryDetails .postContent .share-this {
  position: relative;
  margin-bottom: 0;
  background: url("/images/svg/patterns/health.svg") #FF6C00;
  background-size: 797px;
  background-position: top; }

body.healthier .categoryDetails .postContent a, body.healthier .categoryDetails .postContent h2 a, body.healthier .categoryDetails .postContent h3 a, body.healthier .categoryDetails .postContent h4 a {
  border-bottom: 1px dashed #FF6C00; }
  body.healthier .categoryDetails .postContent a:hover, body.healthier .categoryDetails .postContent h2 a:hover, body.healthier .categoryDetails .postContent h3 a:hover, body.healthier .categoryDetails .postContent h4 a:hover {
    border-bottom: 1px solid #FF6C00;
    border-top: 1px solid #FF6C00; }

body.healthier .categoryDetails #mc_embed_signup .button {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em;
  height: 100%;
  width: auto;
  display: inline-block; }

body.healthier .categoryDetails article header .subscribe .newsletter {
  display: none; }

body.healthier .categoryDetails article header .healthier-form {
  display: block; }

body.healthier .categoryDetails .post-tags .badge, body.healthier .categoryDetails .popular-post h1 {
  background: #03DBDB; }

body.healthier .categoryDetails .popular-post figure small a {
  color: #03DBDB; }

body.healthier aside .subscribe, body.healthier aside .updates, body.healthier header .updates, body.healthier aside .healthier-form {
  display: none; }

body.healthier #mc_embed_signup strong {
  display: block;
  color: #03DBDB; }

body.healthier #mc_embed_signup form {
  position: relative;
  margin: 0 0 2em; }

body.healthier #mc_embed_signup .email {
  border: 1px solid #03DBDB;
  -webkit-box-shadow: none;
  box-shadow: none; }

body.healthier #mc_embed_signup .button {
  outline: none;
  height: 100%;
  background: #03DBDB; }

body.healthier .post-teaser-grid figure a div.wrapper {
  background: url("/images/svg/patterns/health.svg") #FF6C00;
  background-size: 797px;
  background-position: top; }

@media (min-width: 45em) {
  .page-healthier {
    /* MIDDLE P */
    /* PRIME */
    /* STAR */
    /* SUN */
    /* BOLT */
    /* STAR-OUTER */
    /* STAR-BULB */
    /* STAR-LOTUS */
    /* YING-YANG */ }
    .page-healthier .planet.round:before {
      background: url(/images/svg/healthier/emoji-smile.svg);
      content: "";
      width: 100px;
      height: 100px;
      display: block;
      position: relative;
      z-index: 98; }
    .page-healthier .planet.round:after {
      background: url(/images/svg/healthier/emoji-smile.svg);
      content: "";
      width: 100px;
      height: 40px;
      display: block;
      position: absolute;
      z-index: 102;
      background-size: 100%;
      top: 0; }
    .page-healthier .planet.round .trace {
      position: relative;
      z-index: 99; }
    .page-healthier .planet.round .orbit {
      z-index: 100; }
    .page-healthier input.email {
      margin-bottom: 1em; }
    .page-healthier .healthier-content h3 {
      line-height: 1.2em; }
    .page-healthier div.myorbit {
      position: relative;
      display: block;
      width: 100%;
      height: 450px;
      overflow: hidden; }
    .page-healthier .plane {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .page-healthier .round {
      min-width: 10px;
      min-height: 10px;
      border-radius: 50%; }
    .page-healthier .orbit, .page-healthier .trace {
      position: absolute;
      top: 54%;
      left: 58%; }
    .page-healthier .planet {
      position: relative; }
    .page-healthier .jupiter {
      -webkit-transform: skewX(-30deg) skewY(-15deg);
      transform: skewX(-30deg) skewY(-15deg); }
    .page-healthier .jupiter .planet {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px;
      -webkit-transform: skewY(15deg) skewX(30deg) rotate(-3.13deg);
      transform: skewY(15deg) skewX(30deg) rotate(-3.13deg);
      background-size: 100%;
      -webkit-animation: jupiter-motion 2s infinite linear;
      animation: jupiter-motion 2s infinite linear;
      position: relative;
      z-index: 100; }
    .page-healthier .prime {
      -webkit-transform: rotate(-24deg) skewX(50deg) skewY(-15deg);
      transform: rotate(-24deg) skewX(50deg) skewY(-15deg); }
    .page-healthier .prime .trace {
      width: 100px;
      height: 100px;
      margin: -43px 0 0 -68px; }
    .page-healthier .io {
      -webkit-transform: rotate(-24deg) skewX(50deg) skewY(-15deg);
      transform: rotate(-24deg) skewX(50deg) skewY(-15deg); }
    .page-healthier .io .trace {
      width: 210px;
      height: 210px;
      margin: -105px 0 0 -105px; }
    .page-healthier .io .orbit {
      -webkit-animation: io-motion1 30s reverse infinite linear;
      animation: io-motion1 30s reverse infinite linear; }
    .page-healthier .io .moon {
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px;
      -webkit-transform: skewY(15deg) skewX(-45deg);
      transform: skewY(15deg) skewX(-45deg);
      background-size: 100%;
      -webkit-animation: io-motion2 30s reverse infinite linear;
      animation: io-motion2 30s reverse infinite linear;
      position: relative;
      z-index: 1; }
    .page-healthier .europa {
      -webkit-transform: rotate(-24deg) skewX(45deg) skewY(-15deg);
      transform: rotate(-24deg) skewX(45deg) skewY(-15deg); }
    .page-healthier .europa .trace {
      width: 320px;
      height: 320px;
      margin: -160px 0 0 -160px; }
    .page-healthier .europa .orbit {
      -webkit-animation: europa-motion1 25s infinite linear;
      animation: europa-motion1 25s infinite linear; }
    .page-healthier .europa .moon {
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px;
      -webkit-transform: skewY(15deg) skewX(-45deg);
      transform: skewY(15deg) skewX(-45deg);
      background-size: 100%;
      -webkit-animation: europa-motion2 25s infinite linear;
      animation: europa-motion2 25s infinite linear;
      position: relative;
      z-index: 1; }
    .page-healthier .ganymede {
      -webkit-transform: rotate(-25deg) skewX(45deg) skewY(-15deg);
      transform: rotate(-25deg) skewX(45deg) skewY(-15deg); }
    .page-healthier .ganymede .trace {
      width: 400px;
      height: 400px;
      margin: -200px 0 0 -200px; }
    .page-healthier .ganymede .orbit {
      -webkit-animation: ganymede-motion1 30s infinite linear;
      animation: ganymede-motion1 30s infinite linear;
      -webkit-animation-delay: 5s;
      animation-delay: 5s; }
    .page-healthier .ganymede .moon {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px;
      -webkit-transform: skewY(15deg) skewX(-45deg);
      transform: skewY(15deg) skewX(-45deg);
      background-size: 100%;
      -webkit-animation: ganymede-motion2 30s infinite linear;
      animation: ganymede-motion2 30s infinite linear;
      -webkit-animation-delay: 5s;
      animation-delay: 5s;
      position: relative;
      z-index: 1; }
    .page-healthier .ganymede-star {
      -webkit-transform: rotate(-25deg) skewX(45deg) skewY(-15deg);
      transform: rotate(-25deg) skewX(45deg) skewY(-15deg); }
    .page-healthier .ganymede-star .trace {
      width: 400px;
      height: 400px;
      margin: -200px 0 0 -200px;
      border: 0; }
    .page-healthier .ganymede-star .orbit {
      -webkit-animation: ganymede-motion1 30s infinite linear;
      animation: ganymede-motion1 30s infinite linear;
      -webkit-animation-delay: 10s;
      animation-delay: 10s; }
    .page-healthier .ganymede-star .moon {
      width: 20px;
      height: 20px;
      margin: -10px 0 0 -10px;
      -webkit-transform: skewY(15deg) skewX(-45deg);
      transform: skewY(15deg) skewX(-45deg);
      background-size: 100%;
      -webkit-animation: ganymede-motion2 30s infinite linear;
      animation: ganymede-motion2 30s infinite linear;
      -webkit-animation-delay: 10s;
      animation-delay: 10s;
      position: relative;
      z-index: 1; }
    .page-healthier .ganymede-bulb {
      -webkit-transform: rotate(-25deg) skewX(45deg) skewY(-15deg);
      transform: rotate(-25deg) skewX(45deg) skewY(-15deg); }
    .page-healthier .ganymede-bulb .trace {
      width: 400px;
      height: 400px;
      margin: -200px 0 0 -200px;
      border: 0; }
    .page-healthier .ganymede-bulb .orbit {
      -webkit-animation: ganymede-motion1 30s infinite linear;
      animation: ganymede-motion1 30s infinite linear;
      -webkit-animation-delay: 15s;
      animation-delay: 15s; }
    .page-healthier .ganymede-bulb .moon {
      width: 40px;
      height: 40px;
      margin: -20px 0 0 -20px;
      -webkit-transform: skewY(15deg) skewX(-45deg);
      transform: skewY(15deg) skewX(-45deg);
      background-size: 100%;
      -webkit-animation: ganymede-motion2 30s infinite linear;
      animation: ganymede-motion2 30s infinite linear;
      -webkit-animation-delay: 15s;
      animation-delay: 15s;
      position: relative;
      z-index: 1; }
    .page-healthier .ganymede-lotus {
      -webkit-transform: rotate(-25deg) skewX(45deg) skewY(-15deg);
      transform: rotate(-25deg) skewX(45deg) skewY(-15deg); }
    .page-healthier .ganymede-lotus .trace {
      width: 400px;
      height: 400px;
      margin: -200px 0 0 -200px;
      border: 0; }
    .page-healthier .ganymede-lotus .orbit {
      -webkit-animation: ganymede-motion1 30s infinite linear;
      animation: ganymede-motion1 30s infinite linear;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .page-healthier .ganymede-lotus .moon {
      width: 20px;
      height: 20px;
      margin: -10px 0 0 -10px;
      -webkit-transform: skewY(15deg) skewX(-45deg);
      transform: skewY(15deg) skewX(-45deg);
      background-size: 100%;
      -webkit-animation: ganymede-motion2 30s infinite linear;
      animation: ganymede-motion2 30s infinite linear;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      position: relative;
      z-index: 1; }
    .page-healthier .callisto {
      -webkit-transform: rotate(-5deg) skewX(46deg) skewY(-22deg);
      transform: rotate(-5deg) skewX(46deg) skewY(-22deg); }
    .page-healthier .callisto .trace {
      width: 400px;
      height: 400px;
      margin: -200px 0 0 -200px; }
    .page-healthier .callisto .orbit {
      -webkit-animation: callisto-motion1 20s reverse infinite linear;
      animation: callisto-motion1 20s reverse infinite linear; }
    .page-healthier .callisto .moon {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px;
      -webkit-transform: skewY(15deg) skewX(-45deg);
      transform: skewY(15deg) skewX(-45deg);
      -webkit-animation: callisto-motion2 20s reverse infinite linear;
      animation: callisto-motion2 20s reverse infinite linear;
      background-size: 100%;
      position: relative;
      z-index: 1; }
  @-webkit-keyframes jupiter-motion {
    to {
      background-position: -150% 0; } }
  @keyframes jupiter-motion {
    to {
      background-position: -150% 0; } }
  @-webkit-keyframes io-motion1 {
    from {
      -webkit-transform: rotate(0deg) translate(-105px) rotate(0deg);
      transform: rotate(0deg) translate(-105px) rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg) translate(-105px) rotate(-360deg);
      transform: rotate(360deg) translate(-105px) rotate(-360deg); } }
  @keyframes io-motion1 {
    from {
      -webkit-transform: rotate(0deg) translate(-105px) rotate(0deg);
      transform: rotate(0deg) translate(-105px) rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg) translate(-105px) rotate(-360deg);
      transform: rotate(360deg) translate(-105px) rotate(-360deg); } }
  @-webkit-keyframes io-motion2 {
    50% {
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px; }
    100% {
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px;
      background-position: 150% 0; } }
  @keyframes io-motion2 {
    50% {
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px; }
    100% {
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px;
      background-position: 150% 0; } }
  @-webkit-keyframes europa-motion1 {
    from {
      -webkit-transform: rotate(0deg) translate(-160px) rotate(0deg);
      transform: rotate(0deg) translate(-160px) rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg) translate(-160px) rotate(-360deg);
      transform: rotate(360deg) translate(-160px) rotate(-360deg); } }
  @keyframes europa-motion1 {
    from {
      -webkit-transform: rotate(0deg) translate(-160px) rotate(0deg);
      transform: rotate(0deg) translate(-160px) rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg) translate(-160px) rotate(-360deg);
      transform: rotate(360deg) translate(-160px) rotate(-360deg); } }
  @-webkit-keyframes europa-motion2 {
    50% {
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px; }
    100% {
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px;
      background-position: 450% 0; } }
  @keyframes europa-motion2 {
    50% {
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px; }
    100% {
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px;
      background-position: 450% 0; } }
  @-webkit-keyframes ganymede-motion1 {
    from {
      -webkit-transform: rotate(0deg) translate(-200px) rotate(0deg);
      transform: rotate(0deg) translate(-200px) rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg) translate(-200px) rotate(-360deg);
      transform: rotate(360deg) translate(-200px) rotate(-360deg); } }
  @keyframes ganymede-motion1 {
    from {
      -webkit-transform: rotate(0deg) translate(-200px) rotate(0deg);
      transform: rotate(0deg) translate(-200px) rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg) translate(-200px) rotate(-360deg);
      transform: rotate(360deg) translate(-200px) rotate(-360deg); } }
  @-webkit-keyframes ganymede-motion2 {
    0% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px; }
    50% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px; }
    100% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px; } }
  @keyframes ganymede-motion2 {
    0% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px; }
    50% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px; }
    100% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px; } }
  @-webkit-keyframes callisto-motion1 {
    from {
      -webkit-transform: rotate(0deg) translate(-200px) rotate(0deg);
      transform: rotate(0deg) translate(-200px) rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg) translate(-200px) rotate(-360deg);
      transform: rotate(360deg) translate(-200px) rotate(-360deg); } }
  @keyframes callisto-motion1 {
    from {
      -webkit-transform: rotate(0deg) translate(-200px) rotate(0deg);
      transform: rotate(0deg) translate(-200px) rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg) translate(-200px) rotate(-360deg);
      transform: rotate(360deg) translate(-200px) rotate(-360deg); } }
  @-webkit-keyframes callisto-motion2 {
    0% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px; }
    50% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px; }
    100% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px;
      background-position: 1450% 0; } }
  @keyframes callisto-motion2 {
    0% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px; }
    50% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px; }
    100% {
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px;
      background-position: 1450% 0; } }
  body.healthier .featured .first.center {
    margin: 0; }
  body.healthier .featured .wrapper > header {
    padding: 0; } }

@media (min-width: 60em) {
  body.healthier header #mc_embed_signup {
    display: none; }
  body.healthier main aside .healthier-form {
    display: block; } }

.featured, .trending, .latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .featured .first.center, .trending .first.center, .latest .first.center {
    width: 100%;
    margin: 0;
    background-size: cover;
    background-position: center;
    top: -1em;
    position: relative; }
    .featured .first.center a:hover strong, .trending .first.center a:hover strong, .latest .first.center a:hover strong {
      border-bottom: 1px solid #00ff9c; }
    .featured .first.center div, .trending .first.center div, .latest .first.center div {
      border-radius: 50%; }
    .featured .first.center figcaption, .trending .first.center figcaption, .latest .first.center figcaption {
      padding: 1.875em 1em 0;
      top: -60px;
      position: relative; }
    .featured .first.center header, .trending .first.center header, .latest .first.center header {
      background: transparent; }
      .featured .first.center header span, .trending .first.center header span, .latest .first.center header span {
        background: #00c5ec;
        color: #fefefe;
        display: inline-block;
        padding: 0.500em 1em; }
    .featured .first.center header:before, .trending .first.center header:before, .latest .first.center header:before {
      display: none; }
    .featured .first.center h2, .trending .first.center h2, .latest .first.center h2 {
      font-size: 1.750em;
      color: #0a0a0a;
      display: inline; }
    .featured .first.center strong, .trending .first.center strong, .latest .first.center strong {
      line-height: 1.1em; }
    .featured .first.center a, .trending .first.center a, .latest .first.center a {
      color: #0a0a0a; }
  .featured h1.tagline, .trending h1.tagline, .latest h1.tagline {
    font-size: 14px;
    margin-left: 2em; }
  .featured figure, .trending figure, .latest figure {
    margin: 0; }
    .featured figure > a, .trending figure > a, .latest figure > a {
      display: block;
      outline: none; }
    .featured figure > a:hover + figcaption strong a, .trending figure > a:hover + figcaption strong a, .latest figure > a:hover + figcaption strong a {
      border-bottom: 1px solid #00ff9c;
      display: inline; }
  .featured .contributors, .trending .contributors, .latest .contributors {
    text-align: center;
    width: 100%; }
    .featured .contributors .hr, .trending .contributors .hr, .latest .contributors .hr {
      -webkit-box-shadow: 0 -0.02em 0 0 #8a8a8a;
      box-shadow: 0 -0.02em 0 0 #8a8a8a;
      padding: 1.5em 0;
      display: table;
      margin: 0 auto; }
    .featured .contributors h3, .trending .contributors h3, .latest .contributors h3 {
      font-size: 1em;
      font-weight: 700;
      line-height: 1.2em; }
    .featured .contributors a, .trending .contributors a, .latest .contributors a {
      outline: none; }
    .featured .contributors .get-involved h3:before, .trending .contributors .get-involved h3:before, .latest .contributors .get-involved h3:before {
      content: "";
      position: relative;
      background: url("/images/svg/star.svg") no-repeat;
      width: 18px;
      height: 18px;
      display: inline-block;
      top: 0.2em;
      left: -0.5em;
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in; }
    .featured .contributors .get-involved.active h3:before, .trending .contributors .get-involved.active h3:before, .latest .contributors .get-involved.active h3:before {
      -webkit-transform: rotate(-20deg) scale(1.4);
      transform: rotate(-20deg) scale(1.4); }
    .featured .contributors .get-involved, .featured .contributors header, .trending .contributors .get-involved, .trending .contributors header, .latest .contributors .get-involved, .latest .contributors header {
      font-size: 1em;
      font-weight: bold; }
    .featured .contributors > a, .trending .contributors > a, .latest .contributors > a {
      padding: 0.5em;
      background: #00ff9c;
      color: #fefefe;
      font-size: 1.080em;
      font-weight: 900;
      padding: 0.875em 1.063em;
      margin: 0.8em 0;
      display: inline-block;
      border-radius: 2px;
      line-height: 100%;
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in; }
      .featured .contributors > a:hover, .trending .contributors > a:hover, .latest .contributors > a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .featured .contributors header, .trending .contributors header, .latest .contributors header {
      color: #0a0a0a;
      text-transform: capitalize;
      background: transparent; }
      .featured .contributors header small, .trending .contributors header small, .latest .contributors header small {
        display: none; }
    .featured .contributors header:before, .trending .contributors header:before, .latest .contributors header:before {
      content: "";
      width: inherit;
      height: inherit; }
    .featured .contributors .slick-slider .slick-prev, .featured .contributors .slick-slider .slick-next, .trending .contributors .slick-slider .slick-prev, .trending .contributors .slick-slider .slick-next, .latest .contributors .slick-slider .slick-prev, .latest .contributors .slick-slider .slick-next {
      position: absolute;
      top: 50%;
      width: 0;
      height: 0;
      text-indent: -99999px;
      margin-top: -1.250em;
      outline: none;
      z-index: 5; }
    .featured .contributors .slick-slider .slick-next, .trending .contributors .slick-slider .slick-next, .latest .contributors .slick-slider .slick-next {
      right: 1em;
      border-top: 10px solid transparent;
      border-left: 20px solid #8a8a8a;
      border-bottom: 10px solid transparent; }
    .featured .contributors .slick-slider .slick-prev, .trending .contributors .slick-slider .slick-prev, .latest .contributors .slick-slider .slick-prev {
      left: 1em;
      border-top: 10px solid transparent;
      border-right: 20px solid #8a8a8a;
      border-bottom: 10px solid transparent; }
    .featured .contributors .slick-slider .slick-slide, .trending .contributors .slick-slider .slick-slide, .latest .contributors .slick-slider .slick-slide {
      z-index: 1;
      position: relative;
      width: 100%; }
      .featured .contributors .slick-slider .slick-slide figure, .trending .contributors .slick-slider .slick-slide figure, .latest .contributors .slick-slider .slick-slide figure {
        background-size: cover;
        border-radius: 50%;
        width: 50%;
        display: table;
        margin: 0 auto; }
      .featured .contributors .slick-slider .slick-slide .wrapper, .trending .contributors .slick-slider .slick-slide .wrapper, .latest .contributors .slick-slider .slick-slide .wrapper {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        max-width: 60px;
        margin: 0 auto;
        top: 0; }
      .featured .contributors .slick-slider .slick-slide img, .trending .contributors .slick-slider .slick-slide img, .latest .contributors .slick-slider .slick-slide img {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .featured .contributors .slick-slider .slick-slide h3, .trending .contributors .slick-slider .slick-slide h3, .latest .contributors .slick-slider .slick-slide h3 {
        font-weight: 600;
        font-size: 0.9em;
        color: #0a0a0a;
        margin: 0.5em 0 0; }
      .featured .contributors .slick-slider .slick-slide .school-name, .trending .contributors .slick-slider .slick-slide .school-name, .latest .contributors .slick-slider .slick-slide .school-name {
        font-size: 0.750em;
        color: #8a8a8a;
        font-weight: 200;
        display: block;
        line-height: 1.2em; }
    .featured .contributors strong, .trending .contributors strong, .latest .contributors strong {
      display: block;
      margin: 1em 0 0.5em; }
  .featured figcaption header, .trending figcaption header, .latest figcaption header {
    color: #00c5ec;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 900;
    padding: 0; }
  .featured figcaption header:before, .trending figcaption header:before, .latest figcaption header:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #00c5ec;
    margin: 0 5px 0 0; }
  .featured strong, .trending strong, .latest strong {
    font-size: 1.250em;
    font-weight: 800;
    display: inline;
    line-height: 1.1em; }
    .featured strong a, .trending strong a, .latest strong a {
      color: #0a0a0a; }
  .featured .recent.wrapper, .trending .recent.wrapper, .latest .recent.wrapper {
    width: 100%; }
    .featured .recent.wrapper .bxc.bx-base.bx-type-agilityzone.bx-impress, .trending .recent.wrapper .bxc.bx-base.bx-type-agilityzone.bx-impress, .latest .recent.wrapper .bxc.bx-base.bx-type-agilityzone.bx-impress {
      display: none !important; }
    .featured .recent.wrapper figure, .trending .recent.wrapper figure, .latest .recent.wrapper figure {
      position: relative; }
      .featured .recent.wrapper figure header, .trending .recent.wrapper figure header, .latest .recent.wrapper figure header {
        position: absolute;
        top: 0.5em;
        left: 0.5em;
        background: transparent; }
        .featured .recent.wrapper figure header:before, .trending .recent.wrapper figure header:before, .latest .recent.wrapper figure header:before {
          display: none; }
        .featured .recent.wrapper figure header a, .trending .recent.wrapper figure header a, .latest .recent.wrapper figure header a {
          background: #00c5ec;
          color: #fefefe;
          padding: 0.5em;
          display: inline-block; }
    .featured .recent.wrapper figure:first-child, .trending .recent.wrapper figure:first-child, .latest .recent.wrapper figure:first-child {
      margin-top: 0; }
    .featured .recent.wrapper figure .lazy-wrapper, .trending .recent.wrapper figure .lazy-wrapper, .latest .recent.wrapper figure .lazy-wrapper {
      padding-bottom: 43%; }
    .featured .recent.wrapper address > a, .trending .recent.wrapper address > a, .latest .recent.wrapper address > a {
      color: #8a8a8a;
      font-size: 1em;
      margin: 0;
      line-height: 1em; }
      .featured .recent.wrapper address > a strong, .trending .recent.wrapper address > a strong, .latest .recent.wrapper address > a strong {
        display: inline;
        font-size: 1em; }
    .featured .recent.wrapper img, .trending .recent.wrapper img, .latest .recent.wrapper img {
      width: 100%;
      height: 125px;
      background-size: cover; }
    .featured .recent.wrapper a, .trending .recent.wrapper a, .latest .recent.wrapper a {
      color: #0a0a0a; }
    .featured .recent.wrapper figcaption, .trending .recent.wrapper figcaption, .latest .recent.wrapper figcaption {
      background: #fefefe;
      padding: 0 0.5em; }
    .featured .recent.wrapper a:hover span, .featured .recent.wrapper strong a:hover, .trending .recent.wrapper a:hover span, .trending .recent.wrapper strong a:hover, .latest .recent.wrapper a:hover span, .latest .recent.wrapper strong a:hover {
      border-bottom: 1px solid #00ff9c; }
    .featured .recent.wrapper figcaption > strong, .trending .recent.wrapper figcaption > strong, .latest .recent.wrapper figcaption > strong {
      padding: 0.3em 0;
      display: block;
      font-size: 1.25em;
      color: #0a0a0a;
      font-weight: 700;
      line-height: 1.2em; }
    .featured .recent.wrapper figure figcaption address, .trending .recent.wrapper figure figcaption address, .latest .recent.wrapper figure figcaption address {
      font-size: 0.85em;
      font-style: normal; }
      .featured .recent.wrapper figure figcaption address time, .trending .recent.wrapper figure figcaption address time, .latest .recent.wrapper figure figcaption address time {
        display: block;
        color: #8a8a8a; }

.featured {
  background: #f9f8f9; }

.watch:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 124px solid #f9f8f9;
  border-right: 480px solid transparent;
  top: 0;
  left: 0; }

.watch:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 115px solid #fefefe;
  border-left: 430px solid transparent;
  bottom: 0;
  right: 0; }

.watch {
  background: #0a0a0a;
  margin: 0;
  padding: 1em 1em 5em;
  position: relative; }
  .watch h2.greyh2 {
    width: 100%;
    background: transparent; }
  .watch figure.first {
    margin-top: 3em;
    width: 100%; }
    .watch figure.first a {
      position: relative; }
    .watch figure.first figcaption {
      position: relative; }
  .watch header {
    position: relative;
    top: -1em;
    display: table;
    margin: 0 auto;
    z-index: 3;
    background: transparent; }
  .watch figure {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0em 3em; }
    .watch figure.video a:hover strong {
      border-bottom: 1px solid #00ff9c; }
    .watch figure.video div {
      background-size: cover;
      background-position: center; }
    .watch figure a {
      display: block;
      position: relative; }
    .watch figure div.lazy-wrapper {
      padding-bottom: 100%;
      border-radius: 50%; }
      .watch figure div.lazy-wrapper div {
        border-radius: 50%;
        width: 100%; }
  .watch figcaption {
    margin: 1em 0 0; }
    .watch figcaption strong {
      font-size: 1.5em;
      font-weight: 900;
      color: #fefefe;
      display: inline; }
  .watch small {
    color: #636363;
    font-size: 1.125em;
    font-weight: 800;
    display: block; }
  .watch span {
    color: #b7b7b7;
    font-size: 1.25;
    font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.trending {
  background: #0a0a0a;
  color: #fefefe;
  padding: 6em 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative; }
  .trending div.lazy-wrapper {
    padding-bottom: 50%; }
  .trending header {
    background: transparent;
    position: absolute;
    top: .8em;
    margin-left: -140px; }
    .trending header h2 {
      left: 50%;
      position: absolute; }
  .trending a {
    color: #fefefe;
    display: block;
    outline: none; }
  .trending figure {
    margin: 0 0 1em;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0; }
    .trending figure img {
      visibility: hidden; }
  .trending figcaption {
    background: #0a0a0a;
    padding-top: 0.5em; }
  .trending small {
    font-size: 1.125em;
    color: #8a8a8a; }
    .trending small.author {
      display: none; }
  .trending span {
    color: #8a8a8a;
    font-size: 1.188em;
    font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    display: block; }

main > section, main section .col2 > section {
  padding: 0 1em 1em 1em; }
  main > section.gray > h2, main section .col2 > section.gray > h2 {
    color: #fefefe; }
  main > section > h2, main section .col2 > section > h2 {
    color: #cbcbcb;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5em;
    padding: 1em; }
    main > section > h2 a, main > section > h2 a:hover, main section .col2 > section > h2 a, main section .col2 > section > h2 a:hover {
      color: #cbcbcb; }
  main > section .flex-wrapper > figure, main section .col2 > section .flex-wrapper > figure {
    margin-bottom: 1em; }
  main > section .thumb-wrapper, main section .col2 > section .thumb-wrapper {
    width: 100%; }

.latest {
  overflow: hidden;
  padding: 1em; }
  .latest strong {
    font-size: 1.25em;
    color: #0a0a0a;
    font-weight: 700;
    width: 70%; }
  .latest h3 {
    color: #8a8a8a;
    font-size: 0.875em;
    margin: 0; }
  .latest h4 {
    padding: 0.5em 0 0 0.7em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.750em;
    letter-spacing: 1px;
    color: #fefefe;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 999; }
  .latest figure {
    margin: 0 0 1em;
    position: relative;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat; }
    .latest figure img {
      visibility: hidden; }
    .latest figure a {
      display: block;
      z-index: 2;
      position: relative; }
  .latest figure:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 32px 30px -20px #0a0a0a;
    box-shadow: inset 0px 32px 30px -20px #0a0a0a;
    z-index: 1; }
  .latest figcaption {
    position: relative;
    background: #fefefe; }
  .latest small {
    font-size: 0.875em;
    color: #8a8a8a; }
    .latest small span {
      font-weight: bold; }
    .latest small time {
      color: #8a8a8a;
      font-size: 1.188em;
      font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      position: absolute;
      top: 0;
      right: 0; }

#page-home .newsletter, .global.newsletter {
  padding: 1em; }
  #page-home .newsletter header, .global.newsletter header {
    font-size: 1.875em;
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    padding: 0;
    margin: 0 0 0.5em; }
    #page-home .newsletter header span, .global.newsletter header span {
      display: block; }
  #page-home .newsletter form, .global.newsletter form {
    position: relative;
    z-index: 1; }
    #page-home .newsletter form input, .global.newsletter form input {
      border: none;
      border-bottom: 1px solid #0a0a0a;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
    #page-home .newsletter form button, .global.newsletter form button {
      position: absolute;
      right: 0.5em;
      top: 6.4em;
      color: #00c5ec;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.125em; }
  #page-home .newsletter .connect, .global.newsletter .connect {
    display: none; }

.global.newsletter form button {
  top: 6.5em; }

.social .share {
  display: none; }

div.lazy-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: url("/images/svg/patterns/food.svg") #00c5ec;
  background-size: 1240px;
  background-position: center; }
  div.lazy-wrapper div {
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 45em) {
  .location .featured .first.center figcaption {
    margin-bottom: 1em; }
  .featured {
    position: relative;
    margin: 0 0 -6.8em 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .featured .first.center {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 60%; }
      .featured .first.center a {
        display: block;
        padding-left: 0em; }
      .featured .first.center figure {
        clear: left; }
      .featured .first.center figcaption {
        position: relative;
        padding: 1em 1em 2em;
        background: #fefefe;
        top: -60px;
        width: 86%;
        margin: -4em auto 6em; }
      .featured .first.center header {
        margin-bottom: 0.6em; }
      .featured .first.center strong {
        font-size: 1.250em;
        line-height: 1.3em; }
    .featured .recent.wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      clear: both;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 100%;
      position: relative;
      top: -7.8em;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .featured .recent.wrapper figure {
        background: #fefefe; }
      .featured .recent.wrapper figure .lazy-wrapper {
        padding-bottom: 150px; }
      .featured .recent.wrapper h2.greyh2 {
        position: absolute;
        left: 50%;
        top: -2em;
        margin-left: -70px; }
      .featured .recent.wrapper figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        margin: 0; }
    .featured h1.tagline {
      margin-left: 0; }
    .featured .contributors {
      display: block;
      top: 0;
      right: 0;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 40%;
      padding-top: 1em;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; }
      .featured .contributors .slick-slider .slick-next {
        right: 4.5em; }
      .featured .contributors .slick-slider .slick-prev {
        left: 4.5em; }
      .featured .contributors a.find-campus {
        margin-bottom: 1.5em; }
  .watch:before {
    border-right: 768px solid transparent; }
  .watch:after {
    border-left: 768px solid transparent; }
  .watch {
    padding: 2.3em 1.5em 8em;
    margin: 0; }
    .watch h2.greyh2 {
      width: auto; }
    .watch figure.first {
      width: 100%;
      margin: 2em 0 2em;
      background: none; }
      .watch figure.first a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; }
        .watch figure.first a .wrapper {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%; }
        .watch figure.first a figcaption {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
          flex: 0 0 60%;
          margin: 0;
          padding: 0 0 0 2em; }
      .watch figure.first div.lazy-wrapper {
        padding-bottom: 40%;
        margin: 0;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; }
    .watch > .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .watch > .wrapper figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        margin-bottom: 0; }
        .watch > .wrapper figure a:before {
          top: 13%;
          left: 50%;
          margin-left: -40px; }
        .watch > .wrapper figure figcaption {
          margin-top: 1em; }
        .watch > .wrapper figure div.lazy-wrapper {
          padding-bottom: 100%; }
    .watch .black-title {
      margin: 0; }
  .latest figure {
    width: 40%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 0.5em 1em; }
    .latest figure img {
      height: 200px; }
  .latest figcaption {
    position: relative;
    margin: 0.5em 0 0; }
  .trending {
    margin-bottom: 30px; }
    .trending figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
      flex: 0 0 47%; }
      .trending figure img {
        display: block; }
    .trending figcaption {
      position: relative;
      padding: 1em 0 0; }
    .trending strong {
      width: 80%;
      margin: 0;
      display: block; }
    .trending small span {
      position: absolute;
      top: 0.7em;
      right: 0;
      font-size: 1em; }
  #page-home .post-teaser-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #page-home .post-teaser-grid figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%; }
  #page-home .newsletter, .global.newsletter {
    padding: 4em; }
    #page-home .newsletter form button, .global.newsletter form button {
      top: 8.5em; }
  .global.newsletter form button {
    top: 8.4em; } }

@media (min-width: 60em) {
  .location .featured .first.center figcaption {
    margin-bottom: 3em; }
  main > section, main section .col2 > section {
    padding-bottom: 2em; }
  .featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
    margin-bottom: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2; }
    .featured:before {
      content: "";
      position: absolute;
      top: 0;
      background: #f9f8f9;
      height: 100%;
      display: block;
      left: -100%;
      z-index: 0;
      right: 0; }
    .featured:after {
      content: "";
      position: absolute;
      height: 100%;
      right: -100%;
      display: block;
      background: #f9f8f9;
      top: 0;
      width: 100%;
      z-index: -1; }
    .featured .first.center {
      float: none;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      border-radius: 50%;
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      padding: 0;
      top: -3em; }
      .featured .first.center a {
        width: 95%;
        max-width: 540px;
        margin: 0 auto;
        display: block; }
      .featured .first.center img {
        border-radius: 50%;
        width: 100%;
        position: absolute;
        display: table;
        margin: 0 auto; }
      .featured .first.center figcaption {
        position: relative;
        width: 80%;
        display: table;
        background: #fefefe;
        padding: 2.5em;
        margin: -7em auto -1em; }
      .featured .first.center header {
        position: absolute;
        top: -3px; }
      .featured .first.center strong {
        font-size: 1.7em;
        padding: 0.5em 0 0 0; }
    .featured .recent.wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 25%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      top: 0;
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding: 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .featured .recent.wrapper figure .lazy-wrapper {
        padding-bottom: 60%; }
      .featured .recent.wrapper figure:first-child {
        margin-bottom: 1em; }
      .featured .recent.wrapper h2.greyh2 {
        position: relative;
        top: 0;
        margin: 0;
        left: 0;
        text-align: left;
        padding: 0 0 0.5em; }
      .featured .recent.wrapper figure:nth-child(1) {
        margin-top: 0; }
    .featured .contributors {
      position: relative;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 20%;
      padding: 0em;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%; }
      .featured .contributors .hr {
        display: block; }
      .featured .contributors .slick-slider .slick-next {
        right: 1em;
        top: 2.4em; }
      .featured .contributors .slick-slider .slick-prev {
        left: 1em;
        top: 2.4em; }
      .featured .contributors .slick-slider + h3 {
        margin-top: 1em; }
      .featured .contributors > .social {
        margin: 0; }
  .watch:before {
    border-right: 1024px solid transparent;
    z-index: 2;
    border-top: 85px solid #fefefe; }
  .watch:after {
    border-left: 1024px solid transparent;
    z-index: 2; }
  .watch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    padding: 0; }
    .watch h2.greyh2 {
      position: absolute;
      left: 50%;
      top: -1em;
      margin-left: -70px;
      z-index: 5; }
    .watch header {
      display: -ms-flexbox;
      position: absolute;
      top: -25px;
      left: 2em; }
    .watch figure.first {
      width: 50%;
      display: -webkit-box;
      display: flex;
      display: -ms-flexbox;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative;
      min-height: 540px;
      height: auto;
      background-size: cover;
      background-position: center top;
      margin: 0; }
      .watch figure.first.video a:before {
        display: none; }
      .watch figure.first.video div.lazy-wrapper {
        padding-bottom: 100%;
        margin-right: 0; }
        .watch figure.first.video div.lazy-wrapper div {
          border-radius: 0; }
          .watch figure.first.video div.lazy-wrapper div:before {
            display: none; }
      .watch figure.first a {
        width: 100%; }
        .watch figure.first a:after {
          content: '';
          position: absolute;
          top: 0;
          width: 100%;
          height: 110%;
          -webkit-box-shadow: inset 0px -108px 230px 10px #0a0a0a;
          box-shadow: inset 0px -108px 230px 10px #0a0a0a;
          z-index: 1; }
        .watch figure.first a .wrapper {
          width: 100%;
          max-width: 100%;
          border-radius: 0;
          height: 100%; }
          .watch figure.first a .wrapper img {
            display: block; }
        .watch figure.first a:hover figcaption:before {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }
        .watch figure.first a:hover figcaption:after {
          content: "PLAY";
          padding: 0;
          color: #00ff9c;
          font-weight: 900;
          position: absolute;
          width: 100px;
          height: 24px;
          z-index: 4;
          top: -2.5em;
          left: 4.8em; }
      .watch figure.first figcaption:before {
        left: 2em; }
      .watch figure.first img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 0; }
      .watch figure.first figcaption {
        position: absolute;
        color: #fefefe;
        width: auto;
        bottom: 0;
        padding: 0 1.5em 6em 2em;
        z-index: 2; }
      .watch figure.first strong {
        font-size: 2.5em;
        color: #fefefe; }
      .watch figure.first small {
        color: #fefefe; }
    .watch > .wrapper {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 5em 2em 7em;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .watch > .wrapper figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0 0 1em; }
        .watch > .wrapper figure.video a:before {
          left: 4em;
          top: 1.4em;
          border-left: 33px solid #fefefe;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent; }
        .watch > .wrapper figure.video div.lazy-wrapper {
          padding-bottom: 20%;
          height: 0; }
          .watch > .wrapper figure.video div.lazy-wrapper div {
            border-radius: 50%;
            width: 100%;
            height: 100%; }
        .watch > .wrapper figure img, .watch > .wrapper figure .lazy-wrapper {
          display: inline-block;
          min-height: inherit;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          margin: 0 1em 0 0; }
        .watch > .wrapper figure strong {
          font-size: 1.35em; }
        .watch > .wrapper figure figcaption {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
          flex: 0 0 80%;
          margin: 0; }
        .watch > .wrapper figure a {
          display: block;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        .watch > .wrapper figure div {
          height: 100%; }
        .watch > .wrapper figure div.lazy-wrapper {
          padding-bottom: 20%;
          height: 0; }
  .trending {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .trending figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
      flex: 0 0 32%; }
  .latest {
    -webkit-box-flex: 3;
    -ms-flex: 3 0px;
    flex: 3 0px; }
    .latest figure {
      width: 31%; }
  .post-teaser-grid {
    max-width: 75.000em;
    margin: 0 auto; }
  #page-home .post-teaser-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 56em;
    margin: 0 auto; }
    #page-home .post-teaser-grid figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
      flex: 0 0 32%; }
  #page-home .watch.spoon-video {
    margin-top: 0em; }
  #page-home .newsletter, .global.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    overflow: hidden; }
    #page-home .newsletter .connect:before, .global.newsletter .connect:before {
      content: "";
      position: absolute;
      top: -320px;
      width: 400px;
      background: #fefefe;
      left: -370px;
      height: 930px;
      border-radius: 50%; }
    #page-home .newsletter .connect, .global.newsletter .connect {
      display: block;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
      flex: 0 0 34%;
      background: #00c5ec;
      color: #fefefe;
      padding: 7em 4em;
      position: relative; }
      #page-home .newsletter .connect header, .global.newsletter .connect header {
        background: none; }
      #page-home .newsletter .connect small, .global.newsletter .connect small {
        display: block;
        font-size: 0.6em;
        font-weight: normal; }
      #page-home .newsletter .connect .social, .global.newsletter .connect .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0.9em auto; }
        #page-home .newsletter .connect .social a, .global.newsletter .connect .social a {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    #page-home .newsletter form, .global.newsletter form {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      -ms-flex-item-align: center;
      align-self: center;
      margin: 0 11em;
      position: relative; }
      #page-home .newsletter form > .wrapper, .global.newsletter form > .wrapper {
        max-width: 28.125em;
        position: relative;
        margin: 0 auto; }
      #page-home .newsletter form button, .global.newsletter form button {
        top: 8.6em;
        right: 0; }
  .global.newsletter form button {
    top: 8.4em; } }

@media (min-width: 70em) {
  #page-home .featured .first.center {
    top: -2em; }
  .featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0;
    max-width: 75em;
    width: 90%;
    margin: 0 auto; }
    .featured .first.center {
      padding: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
      flex: 0 0 55%; }
      .featured .first.center a {
        max-width: 604px;
        margin: 0 auto;
        width: 93%; }
      .featured .first.center strong {
        font-size: 1.5em;
        line-height: 1.4em; }
      .featured .first.center figcaption {
        position: relative;
        width: 80%;
        padding: 2.5em 3em 3em;
        margin: -4.5em auto 0; }
      .featured .first.center header {
        top: -16px; }
    .featured .recent.wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
      flex: 0 0 27%; }
      .featured .recent.wrapper figure:first-of-type {
        margin-bottom: 1em; }
      .featured .recent.wrapper figure {
        max-width: none; }
    .featured .wrapper figure {
      margin-bottom: 2.5em; }
      .featured .wrapper figure strong {
        font-size: 1.35em;
        line-height: 1.3em; }
    .featured .contributors {
      position: relative;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 18%;
      padding: 0em;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
      flex: 0 0 18%; }
      .featured .contributors .slick-slider .slick-next {
        right: 3em; }
      .featured .contributors .slick-slider .slick-prev {
        left: 3em; } }

.jobs .canopy {
  background: #0a0a0a;
  color: #fefefe;
  padding: 3em 1em; }
  .jobs .canopy .wrapper {
    max-width: 75em;
    margin: 0 auto; }
  .jobs .canopy h2 {
    font-size: 2.8em;
    font-weight: 900; }
  .jobs .canopy form input {
    border-color: transparent;
    border-bottom: 1px solid #fefefe;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 0;
    color: #00ff9c;
    font-family: Consolas, "Liberation Mono", Courier, monospace; }
  .jobs .canopy .back-btn {
    display: inline-block;
    color: #fefefe;
    padding: 0.5em;
    background: #2199e8;
    margin: 0 0 1em; }

.jobs main {
  padding: 1em 0 0; }
  .jobs main .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 75em;
    margin: 0 auto; }
  .jobs main .job-list {
    margin: 0 0 2em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .jobs main .job-list li {
      list-style: none;
      border-bottom: 1px solid #ccc; }
    .jobs main .job-list a {
      font-size: 1.5em;
      font-weight: 900;
      color: #0a0a0a;
      display: block;
      padding: 1em 0.5em; }
  .jobs main p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    word-wrap: break-word; }
  .jobs main aside {
    padding: 0 1em;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
    .jobs main aside h2 {
      font-size: 1.250em;
      font-weight: 200; }
    .jobs main aside nav {
      margin: 0 0 2em; }
      .jobs main aside nav a {
        display: block;
        font-size: 1.250em;
        font-weight: 700;
        color: #0a0a0a;
        line-height: 1.8em; }

.jobs.details main .wrapper {
  padding: 1em; }

.jobs.details .details-wrapper {
  font-size: 1.188em; }

@media (min-width: 45em) {
  .jobs .canopy {
    padding: 6em 2em; } }

@media (min-width: 60em) {
  .jobs .canopy {
    padding: 5em 1em; }
  .jobs main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0 0; }
    .jobs main .job-list {
      width: 70%;
      margin: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
      flex: 1 0 70%;
      padding: 0 1em 0 0; }
    .jobs main aside {
      padding: 0 0 0 1em;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
      flex: 1 0 30%; }
  .jobs.details main {
    display: block;
    padding: 1em; }
    .jobs.details main > .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .jobs.details main > .wrapper .details-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%; }
      .jobs.details main > .wrapper aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%; } }

div.lockup {
  position: relative; }
  div.lockup svg {
    position: absolute;
    top: 0;
    left: 0; }
    div.lockup svg:first-child {
      margin: 0;
      position: relative; }
    div.lockup svg:nth-child(n+2) {
      -webkit-animation: jiggle 0.7s infinite;
      -moz-animation-duration: 0.7s;
      -moz-animation-name: jiggle;
      -moz-animation-iteration-count: infinite;
      -webkit-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg); }
    div.lockup svg:nth-child(n+3) {
      -webkit-animation: jiggle 0.6s infinite;
      -moz-animation-duration: 0.6s;
      -moz-animation-name: jiggle;
      -moz-animation-iteration-count: infinite;
      -webkit-transform: rotate(-2deg);
      -moz-transform: rotate(-2deg); }
    div.lockup svg:nth-child(n+4) {
      -webkit-animation: jiggle 0.8s infinite;
      -moz-animation-duration: 0.8s;
      -moz-animation-name: jiggle;
      -moz-animation-iteration-count: infinite;
      -webkit-transform: rotate(-4deg);
      -moz-transform: rotate(-4deg); }

.nutrition-content {
  z-index: 10;
  position: relative;
  padding: 1em;
  max-width: 39.375em;
  margin: 0 auto; }
  .nutrition-content .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .nutrition-content .flex-wrapper input {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
      padding: 0;
      float: none;
      align-item: flex-start; }
    .nutrition-content .flex-wrapper label {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      margin: 0 0 0 0.5em;
      padding: 0;
      float: none;
      line-height: 100%;
      vertical-align: middle; }
  .nutrition-content form#nutritionForm input.email.input-group-field {
    height: 3.0625rem;
    text-align: left; }
    .nutrition-content form#nutritionForm input.email.input-group-field:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .nutrition-content form#nutritionForm input.button, .nutrition-content form#nutritionForm button {
    background: #00ff9c;
    color: #fefefe;
    font-weight: 900;
    display: block;
    width: 100%;
    line-height: 3em;
    margin: 0 0 1em; }
    .nutrition-content form#nutritionForm input.button:focus, .nutrition-content form#nutritionForm button:focus {
      outline: none; }
  .nutrition-content form#nutritionForm .opt_in {
    font-weight: 900; }
  .nutrition-content form#nutritionForm p.error {
    color: #777;
    visibility: hidden;
    font-weight: 900;
    line-height: 110%; }

@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: rotate(-1deg); }
  50% {
    -webkit-transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(-1deg); } }

.petitions {
  padding: 1em; }
  .petitions h3 {
    font-weight: 900;
    font-size: 3.438em;
    color: #00ff9c;
    line-height: 0.9em;
    margin: 0em auto 1em; }

.meta, #page .fixed {
  display: none; }

.instagram-media {
  position: relative !important; }

.related {
  background: #e6e6e6;
  padding: 1em;
  margin-bottom: 30px; }
  .related header {
    background: transparent;
    font-size: 1.4em;
    padding: 0;
    margin: 0 auto 1em;
    max-width: 1200px; }
  .related ul {
    margin: 0;
    padding: 0; }
  .related li {
    list-style: none;
    line-height: 1.2em;
    position: relative;
    padding: 0 0 0 4em;
    min-height: 50px;
    margin: 0 0 2em;
    font-size: 1em; }
    .related li:hover .integer {
      background: #00ff9c;
      color: #0a0a0a;
      font-weight: 900; }
  .related a strong {
    font-size: 1.375em;
    line-height: 1.4em;
    color: #0a0a0a; }
  .related .integer {
    width: 50px;
    height: 50px;
    background: #fefefe;
    border-radius: 50%;
    display: inline-block;
    padding: 0 1em;
    text-align: center;
    line-height: 2.688em;
    color: #cacaca;
    font-size: 1.188em;
    position: absolute;
    left: 0;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    display: none; }
  .related a small {
    display: block;
    color: #0a0a0a;
    font-size: 0.9em; }
  .related .post-teaser-grid {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .related .post-teaser-grid figure {
      background: #fefefe;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .related .post-teaser-grid figcaption {
      padding: 0 0.5em 0.5em; }
    .related .post-teaser-grid .video > a:before,
    .related .post-teaser-grid .video > a:hover:after {
      top: 0; }

.categoryDetails {
  position: relative;
  margin-bottom: 0; }
  .categoryDetails .meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .categoryDetails .meta-info .author-wrapper {
      max-width: 80%; }
    .categoryDetails .meta-info .published-date {
      float: right; }
      @media (min-width: 776px) {
        .categoryDetails .meta-info .published-date {
          margin-top: 15px; } }
      .categoryDetails .meta-info .published-date time {
        font-size: 1em;
        color: #7d7d7d;
        font-weight: normal;
        text-align: right; }
  .categoryDetails .embed-wrapper {
    min-height: 350px; }
    .categoryDetails .embed-wrapper iframe {
      border: 0px;
      width: 100%;
      min-height: 350px; }
  .categoryDetails figure {
    margin: 0;
    overflow: hidden; }
    .categoryDetails figure img {
      width: 100%; }
    .categoryDetails figure iframe {
      width: 100%;
      height: 100%; }
  .categoryDetails .popular-post {
    padding-top: 1em;
    background: #fefefe; }
    .categoryDetails .popular-post h1 {
      font-size: 1em;
      color: #fefefe;
      background: #00c5ec;
      display: table;
      margin: 0 0 1em;
      padding: .5em 1em; }
    .categoryDetails .popular-post figure {
      margin-bottom: 0.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .categoryDetails .popular-post figure > a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        display: block; }
      .categoryDetails .popular-post figure img {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        margin-bottom: 0.8em;
        background-size: cover; }
      .categoryDetails .popular-post figure figcaption {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        text-align: left;
        padding-left: 0.5em; }
        .categoryDetails .popular-post figure figcaption h4 {
          font-size: 1em;
          margin-bottom: 0; }
          .categoryDetails .popular-post figure figcaption h4 a {
            color: #0a0a0a;
            font-weight: 700; }
        .categoryDetails .popular-post figure figcaption small a {
          display: inline-block;
          color: #00c5ec;
          font-size: 1em;
          text-transform: uppercase;
          font-weight: 900; }
  .categoryDetails figure.canopy.video {
    clip-path: none;
    -webkit-clip-path: none;
    max-height: inherit; }
    .categoryDetails figure.canopy.video div {
      max-width: 600px;
      margin: auto; }
    .categoryDetails figure.canopy.video .postInfo {
      padding: 0 1em;
      margin-bottom: 1em; }
    .categoryDetails figure.canopy.video:before {
      content: '';
      z-index: -1; }
    .categoryDetails figure.canopy.video:after {
      display: none; }
    .categoryDetails figure.canopy.video h1 {
      font-weight: 900;
      font-size: 1.875em; }
    .categoryDetails figure.canopy.video .label {
      top: 0;
      margin: 0.5em 0; }
    .categoryDetails figure.canopy.video .author-wrapper {
      margin: 1em 0;
      max-width: 30em;
      width: 100%; }
    .categoryDetails figure.canopy.video figure.author {
      margin: 0; }
  .categoryDetails figure.canopy.video:before {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .categoryDetails figure.canopy:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: block;
    -webkit-box-shadow: inset 0 49px 60px -46px #0a0a0a;
    box-shadow: inset 0 49px 60px -46px #0a0a0a;
    top: 0; }
  .categoryDetails figure.canopy {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%; }
    .categoryDetails figure.canopy img.post-image {
      width: 100%;
      margin-top: -15%; }
    .categoryDetails figure.canopy figcaption.credit {
      position: absolute;
      bottom: 1em;
      right: 1em;
      z-index: 100; }
      .categoryDetails figure.canopy figcaption.credit span {
        color: #fefefe;
        text-shadow: 0px 0px 15px #0a0a0a;
        font-size: 0.8em; }
        .categoryDetails figure.canopy figcaption.credit span a {
          color: #fefefe; }
  .categoryDetails figure.canopy:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fefefe;
    border-right: 425px solid transparent;
    bottom: -1px; }
  .categoryDetails .label {
    position: relative;
    display: inline-block;
    color: #fefefe;
    background: #00c5ec;
    padding: 0.5em 1em;
    font-weight: 900;
    font-size: 0.875em;
    text-transform: uppercase;
    top: -1.5em;
    left: 0em;
    border: 0; }
  .categoryDetails .breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
    padding: 0.4em 1em;
    font-size: 0.8em;
    z-index: 3; }
    .categoryDetails .breadcrumb a {
      color: #fefefe; }
    .categoryDetails .breadcrumb a:after {
      content: ">";
      display: inline-block;
      position: relative;
      width: 10px;
      height: 10px;
      margin: 0 0 0 0.5em; }
    .categoryDetails .breadcrumb a:last-child:after {
      content: ""; }
  .categoryDetails h2, .categoryDetails h2.subtitle {
    font-size: 1.188em;
    color: #7d7d7d;
    font-weight: normal; }
  .categoryDetails figure.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    background-repeat: no-repeat; }
    .categoryDetails figure.author img {
      border-radius: 50%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      background-size: cover;
      background-image: url("/images/author-placeholder.gif");
      max-width: 50px;
      height: 50px; }
    .categoryDetails figure.author figcaption {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
      flex: 1 0 80%;
      margin: 0 0 0 0.5em;
      text-align: left; }
      .categoryDetails figure.author figcaption h2 {
        font-size: 1.012em;
        font-weight: bold;
        color: #0a0a0a;
        margin: 0; }
      .categoryDetails figure.author figcaption .school {
        font-size: 1em;
        color: #8a8a8a;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 300; }
    .categoryDetails figure.author a {
      color: #0a0a0a;
      border-bottom: 1px dashed #00ff9c;
      display: inline-block; }
  .categoryDetails .healthier-form {
    display: none; }
  .categoryDetails main {
    padding: 1em; }
    .categoryDetails main > .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .categoryDetails main h1 {
      font-weight: 900;
      font-size: 1.875em;
      line-height: 1.3em; }
    .categoryDetails main .social {
      background: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05) 6px);
      padding: 1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 0 2em;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-line-pack: distribute;
      align-content: space-around; }
      .categoryDetails main .social.share-4 a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
        flex: 0 0 29%; }
      .categoryDetails main .social.share-4 .facebook {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 1em;
        background-color: #3b5998;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .categoryDetails main .social > a {
        display: inline-block;
        padding: 0.5em 0;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        width: 30%; }
        .categoryDetails main .social > a img {
          height: 18px; }
      .categoryDetails main .social .snapchat, .categoryDetails main .social .youtube, .categoryDetails main .social .instagram {
        display: none; }
      .categoryDetails main .social .facebook {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 1em;
        background-color: #3b5998;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .categoryDetails main .social .pinterest {
        margin-left: 0;
        background-color: #cb2027;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .categoryDetails main .social .email {
        background-color: #636363;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .categoryDetails main .social .twitter {
        background-color: #00aced;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      .categoryDetails main .social .share {
        color: #0a0a0a;
        background: #00ff9c;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 0.625em;
        text-align: center;
        line-height: 100%;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-right: 0;
        padding-top: 1em;
        cursor: default;
        display: none; }
        .categoryDetails main .social .share span {
          display: block;
          font-size: 1.5em;
          text-indent: 0; }
      .categoryDetails main .social svg {
        display: inline-block;
        width: 100%;
        height: 100%;
        max-height: 18px;
        vertical-align: middle;
        padding: 0px;
        margin: -2px 0px 0px; }
    .categoryDetails main .newsletter {
      padding: 0; }
      .categoryDetails main .newsletter header {
        display: none; }
      .categoryDetails main .newsletter form {
        position: relative;
        padding: 0; }
        .categoryDetails main .newsletter form input {
          border: 1px solid #cacaca;
          margin: 0; }
        .categoryDetails main .newsletter form button {
          position: absolute;
          top: 0;
          right: 0;
          padding: 0.72em 1em;
          background: #00c5ec;
          color: #fefefe; }
    .categoryDetails main article {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
      .categoryDetails main article header a.reveal {
        display: block;
        background: #00ff9c;
        line-height: 2em;
        color: #fefefe;
        text-align: center;
        font-weight: 900;
        margin: -1em 0 2em; }
      .categoryDetails main article header .healthier-form {
        display: none; }
      .categoryDetails main article > p a, .categoryDetails main article > a, .categoryDetails main article > h2 a, .categoryDetails main article h4 a, .categoryDetails main article h3 a {
        font-weight: 900;
        color: #0a0a0a;
        border-top: 1px solid transparent;
        border-bottom: 1px dashed #00ff9c; }
      .categoryDetails main article > p a:hover {
        border-top: 1px solid #00ff9c;
        border-bottom: 1px solid #00ff9c; }
      .categoryDetails main article section.postContent figure img, .categoryDetails main article .alignnone img, .categoryDetails main article .aligncenter img {
        width: 100%; }
      .categoryDetails main article section.postContent figure figcaption, .categoryDetails main article section.postContent figure .wp-caption-text, .categoryDetails main article .alignnone figcaption, .categoryDetails main article .alignnone .wp-caption-text, .categoryDetails main article .aligncenter figcaption, .categoryDetails main article .aligncenter .wp-caption-text {
        text-align: right;
        color: #cacaca;
        font-size: 0.86em;
        padding-right: 1em;
        font-style: italic;
        font-weight: 500;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        margin: 0;
        padding: 0; }
      .categoryDetails main article img.aligncenter {
        width: 100%; }
      .categoryDetails main article .wp-caption.aligncenter {
        max-width: 100%; }
      .categoryDetails main article .share-this.image-hover {
        margin: 0 -1em;
        overflow: visible; }
        .categoryDetails main article .share-this.image-hover img {
          width: 100%; }
      .categoryDetails main article .share-this.image-hover + figcaption {
        text-align: right;
        color: #cacaca;
        font-size: 0.86em;
        padding-right: 1em;
        font-style: italic;
        font-weight: 500;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        margin: 0;
        padding: 0; }
      .categoryDetails main article .wp-caption-text {
        text-align: right;
        color: #cacaca;
        font-size: 0.86em;
        padding-right: 1em;
        font-style: italic;
        font-weight: 500;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        margin: 0;
        padding: 0; }
      .categoryDetails main article h2, .categoryDetails main article h3, .categoryDetails main article h4 {
        font-size: 1.375em;
        font-weight: 900;
        color: #0a0a0a; }
      .categoryDetails main article .postContent {
        font-size: 1.188em; }
      .categoryDetails main article .timing {
        margin: 0 0 1em; }
        .categoryDetails main article .timing li {
          font-weight: bold; }
        .categoryDetails main article .timing span {
          font-weight: normal;
          display: inline-block;
          margin: 0 0.3em 0 0; }
        .categoryDetails main article .timing .code {
          color: #fefefe;
          font-weight: 900;
          background: #00c5ec;
          display: inline-block;
          padding: 0.3em 0.7em;
          text-transform: uppercase;
          margin: 1em 0 0; }
      .categoryDetails main article .code, .categoryDetails main article .short-tag {
        color: #fefefe;
        font-weight: 900;
        background: #00c5ec;
        display: inline-block;
        padding: 0.3em 0.7em;
        text-transform: uppercase; }
      .categoryDetails main article .ingredients li, .categoryDetails main article .timing li {
        list-style: none; }
      .categoryDetails main article .ingredients li {
        position: relative;
        padding: 0 0 0 1.6em; }
        .categoryDetails main article .ingredients li:before {
          content: "";
          display: block;
          position: absolute;
          top: 5px;
          left: 0;
          border: 1px solid #0a0a0a;
          width: 18px;
          height: 18px; }
        .categoryDetails main article .ingredients li:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background: url("/images/svg/checkmark.svg") no-repeat;
          z-index: 5;
          width: 24px;
          height: 24px;
          top: -2px; }
      .categoryDetails main article .ingredients {
        margin: 0 0 2em; }
        .categoryDetails main article .ingredients h2 {
          font-size: 1.125em;
          font-weight: 900;
          color: #0a0a0a; }
      .categoryDetails main article .instructions {
        margin: 0;
        padding: 0; }
        .categoryDetails main article .instructions li {
          list-style: none; }
        .categoryDetails main article .instructions figure {
          margin: 0 -1em; }
        .categoryDetails main article .instructions .directions, .categoryDetails main article .instructions h4 {
          margin: 1em 0; }
        .categoryDetails main article .instructions h4 {
          display: inline-block;
          background: #0a0a0a;
          color: #fefefe;
          font-weight: 900;
          padding: 0.5em 1em;
          font-size: 0.938em;
          text-transform: uppercase;
          margin: 0 0 0.7em; }
        .categoryDetails main article .instructions img {
          width: 100%; }
        .categoryDetails main article .instructions figcaption {
          text-align: right;
          color: #8a8a8a;
          font-weight: 300;
          font-style: italic;
          text-align: right;
          font-size: 0.938em;
          margin: 0 0.5em 0 0; }
      .categoryDetails main article .subscribe {
        display: block;
        text-align: center; }
        .categoryDetails main article .subscribe header {
          border-top: 1px solid #e6e6e6;
          border-bottom: 1px solid #e6e6e6;
          margin: 0 0 1em;
          padding: 2em 0; }
          .categoryDetails main article .subscribe header h1 {
            font-size: 1em; }
      .categoryDetails main article footer {
        margin: 0;
        padding: 0; }
        .categoryDetails main article footer .author {
          border-top: 1px dashed #cacaca;
          padding: 1em 0 0; }
          .categoryDetails main article footer .author .school {
            font-size: 0.9em;
            color: #0a0a0a;
            font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            font-weight: 900; }
          .categoryDetails main article footer .author time {
            display: block; }
        .categoryDetails main article footer .badge {
          background: #00ff9c;
          padding: 3px;
          font-size: 0.75em;
          color: #0a0a0a;
          border-radius: 5px;
          margin: 5px; }
          .categoryDetails main article footer .badge:hover {
            -webkit-animation: jiggle 0.7s infinite;
            /* Safari 4+ */
            /* Fx 5+ */
            /* Opera 12+ */
            animation: jiggle 0.7s infinite; }
      .categoryDetails main article blockquote {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
        margin: 1em 0 !important; }
      .categoryDetails main article div {
        margin: 0 0 1em; }
      .categoryDetails main article section.postContent > p a, .categoryDetails main article section.postContent > a, .categoryDetails main article section.postContent > h2 a, .categoryDetails main article section.postContent h4 a, .categoryDetails main article section.postContent h3 a {
        font-weight: 700;
        color: #0a0a0a;
        border-top: 1px solid transparent;
        border-bottom: 1px dashed #00ff9c; }
      .categoryDetails main article section.postContent > p a:hover {
        border-top: 1px solid #00ff9c;
        border-bottom: 1px solid #00ff9c; }
      .categoryDetails main article section.postContent .share-this {
        position: relative;
        margin-bottom: 0;
        background: url("/images/svg/patterns/food.svg") #00c5ec;
        background-size: 1240px;
        background-position: center; }
      .categoryDetails main article section.postContent .share-this-wrapper {
        display: none;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0px;
        right: 0px;
        bottom: 0;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.45); }
        .categoryDetails main article section.postContent .share-this-wrapper a {
          padding: 6px;
          display: inline-block;
          color: #fefefe;
          width: 50px;
          height: 50px;
          border: 0px;
          border-radius: 50%;
          -webkit-transition: all 200ms ease-in;
          transition: all 200ms ease-in;
          -webkit-transform: scale(1);
          transform: scale(1);
          margin: -25px 0 0 -25px;
          font-size: 12px;
          position: absolute;
          top: 50%;
          background: #cb2027;
          font-weight: 900;
          left: 50%; }
        .categoryDetails main article section.postContent .share-this-wrapper img {
          height: 20px; }
      .categoryDetails main article section.postContent > iframe {
        margin: 1em 0 !important;
        max-width: 100% !important; }
    .categoryDetails main aside {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      position: relative;
      display: none; }
      .categoryDetails main aside h1 {
        font-size: 1em; }
      .categoryDetails main aside .ad-wrapper {
        background: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05) 6px);
        margin: 0 0 1.2em;
        text-align: center; }

.categoryDetails + .ad-wrapper {
  display: none; }

@media (min-width: 45em) {
  #page .fixed {
    position: fixed;
    width: 45px;
    z-index: 100;
    top: 50%;
    margin-top: -100px;
    display: block; }
  .related {
    padding: 2em 1em 2em 3.8em; }
    .related .post-teaser-grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .related .post-teaser-grid figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.5%;
        flex: 0 0 31.5%; }
      .related .post-teaser-grid figcaption {
        padding: 0 0.7em 0.5em; }
      .related .post-teaser-grid .video > a:before, .related .post-teaser-grid .video > a:hover:after {
        top: 0em; }
  .popular-post {
    padding: 3em 5em; }
    .popular-post figure div.wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      padding-bottom: 20%; }
    .popular-post figure figcaption {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      padding-left: 1em; }
      .popular-post figure figcaption h4 {
        font-size: 1.25em; }
  .categoryDetails figure {
    margin: 0; }
    .categoryDetails figure iframe {
      height: 500px; }
  .categoryDetails figure.canopy.video .postInfo {
    padding: 0 2em;
    margin-bottom: 1em; }
  .categoryDetails figure.canopy.video figure.author {
    position: relative; }
  .categoryDetails figure.canopy {
    max-height: 18.750em;
    overflow: hidden;
    min-height: 300px; }
    .categoryDetails figure.canopy figcaption.credit {
      position: absolute;
      bottom: 1em;
      right: 1em; }
      .categoryDetails figure.canopy figcaption.credit span {
        color: #fefefe;
        text-shadow: 0px 0px 15px #0a0a0a; }
  .categoryDetails figure.canopy:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 120px solid #fefefe;
    border-right: 768px solid transparent;
    bottom: 0px; }
  .categoryDetails .author-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .categoryDetails .author-wrapper figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .categoryDetails main {
    padding: 2em; }
    .categoryDetails main h1 {
      font-size: 2.625em; }
    .categoryDetails main h2 {
      font-size: 1.375em; }
    .categoryDetails main figure.author {
      position: relative; }
      .categoryDetails main figure.author figcaption {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 86%;
        flex: 1 0 86%; }
    .categoryDetails main .social.share-4 a, .categoryDetails main .social.share-4 .facebook {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
      flex: 0 0 23%;
      margin: 0; }
    .categoryDetails main .social.share-5 a, .categoryDetails main .social.share-5 .facebook {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
      flex: 0 0 18%;
      margin: 0; }
    .categoryDetails main .social .facebook {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 10%;
      flex: 1 0 10%;
      margin-bottom: 0; }
    .categoryDetails main .social > a {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 10%;
      flex: 1 0 10%; }
    .categoryDetails main article > .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 1em; }
      .categoryDetails main article > .wrapper .ingredients {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 1em 0 0; }
      .categoryDetails main article > .wrapper .timing {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .categoryDetails main article .instructions {
      margin: 0.5em 0 0; }
    .categoryDetails main article .author {
      padding: 1em 0 0; }
      .categoryDetails main article .author .school {
        font-weight: 900;
        color: #0a0a0a; } }

.postWidth {
  max-width: 90%;
  margin: 0 auto; }

@media (min-width: 60em) {
  .postWidth {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 4.5em; }
  .categoryDetails figure {
    margin: 0; }
    .categoryDetails figure iframe {
      height: 500px; }
  .categoryDetails .popular-post {
    padding: 1em 0 0; }
    .categoryDetails .popular-post figure {
      margin: 0 0 1em; }
      .categoryDetails .popular-post figure figcaption {
        font-size: 1em; }
  .categoryDetails figure.canopy.video .postInfo {
    padding: 0 6.5em;
    max-width: 72em;
    margin: 0 auto 1em auto; }
  .categoryDetails figure.canopy:after {
    border-bottom: 120px solid #fefefe;
    border-right: 690px solid transparent; }
  .categoryDetails main > .wrapper {
    max-width: 75.000em;
    margin: 0 auto; }
  .categoryDetails main h1 {
    font-size: 2.625em; }
  .categoryDetails main h2 {
    font-size: 1.375em; }
  .categoryDetails main figure.author {
    position: relative; }
    .categoryDetails main figure.author figcaption {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
      flex: 1 0 80%; }
  .categoryDetails main .social.share-5 a, .categoryDetails main .social.share-5 .facebook {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    margin: 0; }
  .categoryDetails main .social .facebook {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 10%;
    flex: 1 0 10%; }
  .categoryDetails main .social > a {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto 10%;
    flex: 0 auto 10%; }
  .categoryDetails main .newsletter {
    margin: 0 0 1em; }
    .categoryDetails main .newsletter form {
      padding: 0; }
  .categoryDetails main article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 5.5em;
    max-width: 70%; }
    .categoryDetails main article > .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .categoryDetails main article > .wrapper .ingredients {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .categoryDetails main article > .wrapper .timing {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 0 0 3em; }
    .categoryDetails main article .postContent {
      font-size: 1.25em; }
    .categoryDetails main article .share-this.image-hover {
      margin: 0; }
    .categoryDetails main article .subscribe {
      display: none; }
    .categoryDetails main article .instructions {
      margin: 0.5em 0 0; }
      .categoryDetails main article .instructions h4 {
        margin: 0 0 0.5em; }
      .categoryDetails main article .instructions figure {
        margin: 0; }
    .categoryDetails main article .author .school {
      font-weight: 900;
      color: #0a0a0a; }
    .categoryDetails main article .ad-wrapper.header-ad {
      display: none; }
  .categoryDetails main aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    width: 30%;
    max-width: 288px; }
    .categoryDetails main aside h1 {
      font-size: 1em; }
    .categoryDetails main aside .healthier-form {
      display: none; } }

@media (min-width: 70em) {
  .categoryDetails figure.canopy {
    min-height: 400px; }
  .categoryDetails figure.canopy:after {
    border-bottom: 120px solid #fefefe;
    border-right: 950px solid transparent; }
  .categoryDetails main article {
    padding: 0 8em; } }

article.seoPage {
  background-color: #f9f8f9; }
  article.seoPage header {
    height: 50vh;
    overflow: hidden;
    background-position: center;
    background-size: cover; }
    article.seoPage header h1 {
      display: inline-block;
      background: #00c5ec;
      color: white;
      font-size: 4em;
      padding: 5px 15px;
      margin: 10vh 25px 0;
      font-weight: 900;
      text-transform: uppercase; }
  article.seoPage .mainSection {
    background-color: white;
    position: relative;
    top: -50px; }
    article.seoPage .mainSection h2 {
      font-weight: 900;
      font-size: 2em;
      color: black; }
    article.seoPage .mainSection p {
      font-size: 1.25em; }
      article.seoPage .mainSection p a {
        color: black;
        font-weight: 900;
        border-bottom: 1px dashed #00c5ec; }
        article.seoPage .mainSection p a:hover {
          border-bottom: 1px solid #00c5ec; }
    article.seoPage .mainSection .image-wrapper figcaption {
      text-align: right;
      color: grey; }
    article.seoPage .mainSection .post-teaser-grid {
      margin: 50px auto;
      max-width: inherit; }
    article.seoPage .mainSection .embed-wrapper iframe {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 0px;
      width: 100%;
      min-height: 300px; }
  @media (min-width: 60em) {
    article.seoPage header h1 {
      font-size: 4em; }
    article.seoPage .columnWidth {
      margin: 0% 15%; } }

.series .canopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em; }
  .series .canopy div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
  .series .canopy div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .series .canopy div.btns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 1em; }
    .series .canopy div.btns a {
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: #fefefe;
      border-radius: 3px;
      padding: 0.5em 1em; }
  .series .canopy h2 {
    font-size: 1.250em;
    font-weight: 800; }
    .series .canopy h2 a {
      display: inline-block;
      border-bottom: 1px dashed #fefefe;
      color: #fefefe; }
  .series .canopy .location {
    color: #fefefe;
    opacity: 0.7;
    font-size: 1.250em;
    font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.series main {
  padding: 1em; }
  .series main .members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0; }
    .series main .members li {
      list-style: none;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      margin: 0 0 1em;
      text-align: center; }
    .series main .members img {
      width: 100px;
      height: 100px;
      border-radius: 50%; }

@media (min-width: 45em) {
  .series .canopy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2em 1em; }
    .series .canopy div {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; }
    .series .canopy div:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .series .canopy div.btns {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      text-align: right; }
      .series .canopy div.btns a {
        padding: 0.8em 1em;
        font-size: 1.188em; }
      .series .canopy div.btns a:nth-child(1) {
        margin-right: 0.5em; }
    .series .canopy h2 {
      font-size: 2.4em; }
  .series main .members li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%; } }

@media (min-width: 60em) {
  .series main .members li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%; } }

.spoonTV {
  background: #0a0a0a;
  color: #fefefe;
  text-align: center;
  padding: 1em; }
  .spoonTV h1 {
    color: #fefefe;
    font-weight: 900;
    font-size: 3em; }
  .spoonTV svg {
    width: 100%; }

.mood-modal a {
  font-size: 1.7em; }

.mood-modal .tag {
  display: inline-block;
  padding: 0 0.2em;
  font-weight: 800;
  color: #0a0a0a;
  border-bottom: 1px solid #0a0a0a; }

.tag .typer, .tag .typed-cursor {
  display: none; }

.tag .canopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em; }
  .tag .canopy div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
  .tag .canopy div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .tag .canopy div.btns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 1em; }
    .tag .canopy div.btns a {
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: #fefefe;
      border-radius: 3px;
      padding: 0.5em 1em; }
  .tag .canopy h2 {
    font-size: 1.250em;
    font-weight: 800; }
    .tag .canopy h2 a {
      display: inline-block;
      border-bottom: 1px dashed #fefefe;
      color: #fefefe; }
  .tag .canopy .location {
    color: #fefefe;
    opacity: 0.7;
    font-size: 1.250em;
    font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .tag .canopy .instagram {
    opacity: 0.7;
    display: inline-block;
    text-indent: -99999px;
    background: url("/images/svg/social/instagram-light.svg") no-repeat;
    width: 20px;
    height: 20px; }
  .tag .canopy .twitter {
    opacity: 0.7;
    display: inline-block;
    text-indent: -99999px;
    background: url("/images/svg/social/twitter-light.svg") no-repeat;
    width: 20px;
    height: 20px; }

.tag main {
  padding: 1em; }
  .tag main .members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0; }
    .tag main .members li {
      list-style: none;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      margin: 0 0 1em;
      text-align: center; }
    .tag main .members img {
      width: 100px;
      height: 100px;
      border-radius: 50%; }
  .tag main .post-teaser-grid {
    padding: 0; }

@media (min-width: 45em) {
  .tag .canopy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2em 1em; }
    .tag .canopy div {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; }
    .tag .canopy div:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .tag .canopy div.btns {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      text-align: right; }
      .tag .canopy div.btns a {
        padding: 0.8em 1em;
        font-size: 1.188em; }
      .tag .canopy div.btns a:nth-child(1) {
        margin-right: 0.5em; }
    .tag .canopy h2 {
      font-size: 2.4em; }
  .tag main .members li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%; } }

@media (min-width: 60em) {
  .tag main .members li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%; } }

.sweeps-terms article {
  max-width: 800px;
  width: 80%;
  margin: 30px auto; }

div.fixed-ads {
  position: fixed; }
  div.fixed-ads.ad-wrapper {
    top: 0em;
    max-width: 288px; }
    div.fixed-ads.ad-wrapper.scrolled-up {
      top: 5em;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  div.fixed-ads .widget {
    padding: 1em 0 0;
    background: #fefefe; }

.ad-wrapper {
  z-index: 999;
  margin: 15px 0;
  text-align: center;
  background: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05) 6px);
  position: relative;
  top: 0; }

.ad-wrapper.header-ad {
  margin: 2em 0; }

.ad-wrapper iframe {
  margin: 5px auto; }

.atPostBottom {
  position: absolute;
  bottom: 0;
  top: inherit; }

.toggleArrow {
  display: inline-block;
  position: absolute;
  border: 1px solid #00ff9c;
  right: 0.52083rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fefefe;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: 50; }
  .toggleArrow svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px; }
  .toggleArrow path {
    fill: #00ff9c; }

footer {
  padding: 7em 0 10em; }

.white-title, .black-title {
  display: table;
  margin: 0 auto;
  background: #000;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 0.313em 0.838em;
  font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  width: auto; }

.white-title {
  color: #000;
  background: #fefefe; }

.more-label {
  position: relative;
  z-index: 2;
  color: #cbcbcb;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 1em; }

div.scripps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px; }
  div.scripps p.scripps-text {
    margin: 0 10px 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  div.scripps div.dropdown-absolute-position {
    position: relative; }
    div.scripps div.dropdown-absolute-position div.scripps-dropdown.scripps-toggle {
      width: 0;
      height: 0;
      -webkit-transition: -webkit-transform 200ms;
      transition: -webkit-transform 200ms;
      transition: transform 200ms;
      transition: transform 200ms, -webkit-transform 200ms;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid black;
      cursor: pointer; }
      div.scripps div.dropdown-absolute-position div.scripps-dropdown.scripps-toggle.open {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    div.scripps div.dropdown-absolute-position ul.scripps-dropdown.list {
      position: absolute;
      background: white;
      color: #21C5EA;
      padding: 10px;
      -webkit-box-shadow: 1px 1px 5px 1px grey;
      box-shadow: 1px 1px 5px 1px grey;
      z-index: -1;
      opacity: 0;
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms;
      left: -90px;
      bottom: 10px;
      list-style: none;
      text-align: left; }
      div.scripps div.dropdown-absolute-position ul.scripps-dropdown.list.open {
        opacity: 1;
        z-index: 1; }

#footer .connect header {
  display: none; }

#footer .copyright-wrapper {
  font-size: 0.875em;
  color: #636363; }

#footer nav {
  margin: 0 0 3em;
  width: 100%; }
  #footer nav li {
    margin: 0;
    display: block; }
    #footer nav li.healthier a {
      color: #ff6c00; }
    #footer nav li a {
      padding: 1em 0;
      position: relative;
      outline: none; }
      #footer nav li a:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #00ff9c;
        position: relative;
        top: 0;
        left: 0.5em;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      #footer nav li a.ui-state-active:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    #footer nav li ul {
      margin: 0;
      background: #e6e6e6; }
      #footer nav li ul li a {
        padding: 0.5em;
        border: 0;
        display: block; }
        #footer nav li ul li a:after {
          border: 0;
          background: none; }

#footer nav a {
  color: #0a0a0a;
  font-weight: 700;
  font-size: 1.188em; }

#footer .mediavine {
  font-size: 12px;
  text-align: center; }

@media (min-width: 45em) {
  #footer .menu.simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em; }
    #footer .menu.simple li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8%;
      flex: 0 0 8%;
      margin: 0 1em 0 0;
      text-align: left; }
      #footer .menu.simple li a {
        padding: 0;
        border: 0; }
        #footer .menu.simple li a:after {
          background: none;
          border: 0; }
      #footer .menu.simple li ul {
        display: block;
        text-transform: capitalize;
        font-size: 0.7em;
        margin: 0;
        background: none; }
        #footer .menu.simple li ul:last-child li {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
        #footer .menu.simple li ul li {
          line-height: 1.7em;
          margin: 0; }
          #footer .menu.simple li ul li a {
            font-weight: normal;
            padding: 0.3em 0;
            line-height: 1.3em; }
      #footer .menu.simple li .toggle {
        display: none; } }

body.fixed {
  position: fixed;
  width: 100%; }

::-moz-selection {
  /* Code for Firefox */
  color: #0a0a0a;
  background: #00ff9c; }

::selection {
  color: #0a0a0a;
  background: #00ff9c; }

.lazy {
  display: none; }

body.nav-up {
  padding-top: 66px; }

.off-canvas-wrapper-inner {
  min-height: 100vh; }

.off-canvas-content > header {
  z-index: 99999;
  position: relative;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  width: 100%;
  padding: 0.825em 1.200em 0.625em;
  background: #fefefe; }

.off-canvas-content header.nav-up {
  position: fixed;
  height: auto;
  top: 0;
  max-height: 66px; }

.off-canvas-content header.nav-hide {
  position: fixed;
  height: auto;
  top: -66px;
  padding: 0 1.2em; }

header {
  width: 100%;
  padding: 0.825em 1.200em 0.625em; }
  header nav {
    position: fixed;
    bottom: 0;
    left: 0em;
    background: #0a0a0a;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    z-index: 999;
    margin: 0; }
    header nav #mobileMenu {
      display: none; }
    header nav li {
      padding-bottom: 0.15625rem;
      padding: 0 1.30208rem; }
    header nav li#chefd span {
      color: outline; }
    header nav li ul li {
      font-size: 0.75em;
      padding-bottom: 2em; }
    header nav li:first-child {
      padding-left: 5.000em; }
    header nav li a#thanksgiving {
      color: #ffa500; }
    header nav li span.note {
      color: #e6e6e6;
      font-size: 80%;
      line-height: 1.2em;
      display: block;
      font-weight: 100;
      font-family: "Proxima Nova"; }
    header nav a {
      line-height: 1em;
      color: #fefefe;
      padding-bottom: 0.26042rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1.875em;
      letter-spacing: -.04em;
      text-transform: uppercase;
      white-space: nowrap; }
    header nav div.mood {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0; }
      header nav div.mood:before {
        content: "";
        position: fixed;
        width: 2.5em;
        height: 64px;
        bottom: 0;
        right: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(30, 87, 153, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(black));
        background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.5) 50%, black 100%);
        display: block;
        z-index: 2; }
      header nav div.mood div {
        color: #fefefe;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1em;
        font-weight: 700;
        text-transform: uppercase;
        padding: 1em 1em 0;
        background: #00c5ec;
        position: relative;
        height: 64px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 3; }
      header nav div.mood a {
        display: inline-block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      header nav div.mood a:hover {
        margin-top: -6px;
        color: #fefefe; }
      header nav div.mood span {
        position: relative; }
      header nav div.mood a:hover span:after {
        display: block;
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px;
        margin-top: 2px;
        background-color: transparent;
        height: 3px !important;
        margin-bottom: -3px;
        background-color: #00ff9c; }
  header .mark {
    display: inline-block;
    width: 120px;
    vertical-align: middle; }
  header .search-panel-button {
    width: 2.125em;
    display: inline-block;
    margin: 0 0.625em 0 0;
    vertical-align: middle; }
  header .hamburger {
    width: 48px;
    display: inline-block;
    vertical-align: middle; }
  header .mood-btn {
    display: none; }
    header .mood-btn span {
      color: #00c5ec;
      text-transform: lowercase; }

body.overflow-hidden {
  overflow: hidden; }

@media (min-width: 45em) {
  header nav #mobileMenu li {
    margin-right: 0em; }
  header nav div.mood div {
    padding-top: 1.5em; }
  header .mood-btn {
    display: none;
    font-size: 0.705em;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    vertical-align: middle;
    margin: 0 0.7em 0 0;
    position: relative;
    padding: 0 1em 0 0; }
    header .mood-btn:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid black;
      top: 0.6em;
      right: 0; } }

@media (min-width: 60em) {
  header nav {
    position: relative;
    width: auto;
    background: #fefefe;
    display: inline-block;
    margin: 0 0 0 0.7em;
    vertical-align: middle;
    overflow: visible; }
    header nav div.mood {
      display: none; }
    header nav li {
      padding: 0;
      list-style: none;
      margin: 0 0.6em 0 0; }
    header nav li:first-child {
      padding-left: 0em; }
    header nav #mobileMenu {
      display: block;
      position: relative;
      margin: 0;
      background: #fefefe; }
      header nav #mobileMenu li {
        position: relative;
        display: inline-block;
        margin-right: 0.2em; }
      header nav #mobileMenu li#video a {
        color: #00ff9c; }
      header nav #mobileMenu li#healthier a {
        color: #ff6c00; }
      header nav #mobileMenu li#brainfood a {
        color: #2C0AFE; }
      header nav #mobileMenu li#communityBlog a {
        color: #00c5ec; }
      header nav #mobileMenu:hover, header nav #mobileMenu li:hover {
        position: relative; }
        header nav #mobileMenu:hover a span, header nav #mobileMenu li:hover a span {
          position: relative;
          z-index: 4; }
        header nav #mobileMenu:hover > a:after, header nav #mobileMenu li:hover > a:after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 6px;
          background: #00ff9c;
          z-index: 3;
          bottom: 8px; }
        header nav #mobileMenu:hover > ul, header nav #mobileMenu li:hover > ul {
          visibility: visible;
          opacity: 1;
          top: 100%;
          height: 100%;
          outline: none;
          background: #0a0a0a; }
          header nav #mobileMenu:hover > ul li:hover a, header nav #mobileMenu li:hover > ul li:hover a {
            color: #00ff9c; }
          header nav #mobileMenu:hover > ul li:hover a:after, header nav #mobileMenu li:hover > ul li:hover a:after {
            content: "";
            display: none; }
      header nav #mobileMenu ul.subnav {
        visibility: hidden;
        position: absolute;
        z-index: 1;
        top: 0%;
        left: -1em;
        background: #fefefe;
        padding: 0;
        margin: 0;
        opacity: 0;
        height: 0px;
        -webkit-transition: height 0.3s ease;
        transition: height 0.3s ease; }
        header nav #mobileMenu ul.subnav li {
          padding: 0.5em 1em;
          width: 100%;
          background: #0a0a0a; }
        header nav #mobileMenu ul.subnav li a {
          color: #fefefe;
          margin: 0;
          text-transform: capitalize; }
        header nav #mobileMenu ul.subnav li a.highlighted-item {
          color: #00ff9c; }
      header nav #mobileMenu a {
        color: #0a0a0a;
        font-size: 1.1em;
        padding: 0; }
  header .mood-btn {
    display: none; } }

@media (min-width: 70em) {
  header nav #mobileMenu li {
    margin-right: 0.6em; }
  header nav #mobileMenu li#chefd {
    display: inline-block; }
  header .mood-btn {
    font-size: 0.875em;
    letter-spacing: 1.152px;
    vertical-align: text-bottom;
    display: inline-block;
    padding-top: 0em; }
    header .mood-btn span {
      letter-spacing: normal; } }

.full .mood-board {
  top: 0;
  padding: 4em 0 0; }
  .full .mood-board .tag {
    display: none; }

.mood-modal h1 {
  font-size: 1.375em; }

.mood-board {
  margin-top: 150px;
  position: fixed;
  top: 0;
  padding-top: 8.5em;
  background: #fefefe;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow-y: scroll;
  height: 100%; }
  .mood-board header {
    background: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05) 6px);
    position: fixed;
    padding: 0.5em 0;
    font-size: 1.875em;
    text-align: center;
    top: 0;
    font-weight: 100;
    display: none; }
    .mood-board header .close {
      position: absolute;
      top: 50%;
      margin-top: -24px;
      right: 0.5em;
      width: 40px;
      background: #fefefe;
      border-radius: 50%;
      line-height: 24px;
      border: 1px solid red;
      padding: 8px 9px;
      display: none; }
  .mood-board nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3em 0; }
    .mood-board nav a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      text-align: center;
      font-size: 1.375em;
      color: #0a0a0a;
      width: 50%;
      margin: 0 0 1em;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .mood-board nav a img {
        zoom: 1.0;
        width: 90px;
        margin: 0 auto;
        display: block;
        -webkit-transition: all 0.25s;
        transition: all 0.25s; }
      .mood-board nav a span {
        display: block;
        line-height: 100%;
        margin: 0; }
      .mood-board nav a svg {
        width: 100%; }
    .mood-board nav a:hover {
      -webkit-transform: scale(1.35);
      transform: scale(1.35); }

@media (min-width: 45em) {
  .mood-board {
    padding-top: 5.7em;
    top: 3.5em;
    padding-bottom: 12.5em; }
    .mood-board header {
      padding: 1.5em 0; }
    .mood-board nav a {
      width: 33%; } }

/* line 6, ../scss/partials/off-canvas/_right.scss */
#off-canvas {
  background-color: #000;
  height: 100vh;
  width: 300px;
  right: -300px;
  padding-top: 20px;
  padding-bottom: 80px; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* line 8, ../scss/partials/off-canvas/_right.scss */
  #off-canvas.fixed {
    position: fixed; } }

/* line 23, ../scss/partials/off-canvas/_right.scss */
#off-canvas .navigation:hover li a {
  opacity: .5;
  -webkit-transform: scale(0.85);
  transform: scale(0.85); }

/* line 28, ../scss/partials/off-canvas/_right.scss */
#off-canvas .navigation li {
  line-height: 3em; }

/* line 31, ../scss/partials/off-canvas/_right.scss */
#off-canvas .navigation li:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* line 37, ../scss/partials/off-canvas/_right.scss */
#off-canvas .navigation a {
  display: block;
  padding: 0 1rem;
  vertical-align: middle;
  line-height: inherit;
  font-size: 1.250em;
  font-weight: 700;
  color: #fefefe;
  outline: 0 none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/* line 48, ../scss/partials/off-canvas/_right.scss */
#off-canvas .navigation a span {
  position: relative;
  z-index: 0; }

/* line 52, ../scss/partials/off-canvas/_right.scss */
#off-canvas .navigation a span:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
  height: 0;
  width: 100%;
  background-color: #00ff9c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/* line 66, ../scss/partials/off-canvas/_right.scss */
#off-canvas .navigation a:hover {
  font-weight: 900; }

/* line 69, ../scss/partials/off-canvas/_right.scss */
#off-canvas .navigation a:hover span:after {
  bottom: -3px;
  height: 6px; }

/* line 77, ../scss/partials/off-canvas/_right.scss */
/* line 88, ../scss/partials/off-canvas/_right.scss */
#off-canvas .social a.email, #off-canvas .social a.share {
  display: none; }

/* line 92, ../scss/partials/off-canvas/_right.scss */
#off-canvas .social img,
#off-canvas .social svg {
  display: block;
  width: auto;
  height: 22px;
  margin-left: auto;
  margin-right: auto; }

/* line 103, ../scss/partials/off-canvas/_right.scss */
.is-open-right {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px); }

/* line 107, ../scss/partials/off-canvas/_right.scss */
.js-off-canvas-exit.is-visible {
  background: rgba(125, 125, 125, 0.75);
  z-index: 99999; }

/* line 3, ../scss/partials/off-canvas/_main.scss */
.off-canvas {
  z-index: 100; }

/* line 5, ../scss/partials/off-canvas/_main.scss */
.off-canvas .off-canvas-wrapper,
.off-canvas .off-canvas-wrapper-inner {
  min-height: 100vh; }

.off-canvas .accordion {
  background: #000;
  padding: 0 1em; }
  .off-canvas .accordion h3 {
    color: #fefefe;
    outline: none;
    cursor: pointer;
    font-size: 1.250em;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 1em; }
  .off-canvas .accordion h3:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #00ff9c;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px; }
  .off-canvas .accordion h3.ui-state-active:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #00ff9c; }
  .off-canvas .accordion .ui-accordion-content span.note {
    color: #8a8a8a; }
  .off-canvas .accordion .ui-accordion-content a {
    color: #8a8a8a;
    font-weight: bold;
    position: relative; }
    .off-canvas .accordion .ui-accordion-content a span:after {
      display: block;
      content: '';
      position: absolute;
      bottom: 3px;
      left: 0;
      z-index: 0;
      height: 0;
      width: 100%;
      background-color: #00ff9c;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .off-canvas .accordion .ui-accordion-content a:hover {
    color: #fefefe; }
    .off-canvas .accordion .ui-accordion-content a:hover span:after {
      bottom: -3px;
      height: 6px; }

.off-canvas .healthier {
  color: #fefefe;
  outline: none;
  cursor: pointer;
  font-size: 1.250em;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 1.8em; }
  .off-canvas .healthier a {
    color: #ff6c00; }

.off-canvas .brainfood {
  color: #fefefe;
  outline: none;
  cursor: pointer;
  font-size: 1.250em;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 1.8em; }
  .off-canvas .brainfood a {
    color: #2C0AFE; }

.off-canvas .community {
  padding: 0 0 0 1.8em;
  font-size: 1.250em;
  font-weight: bold;
  cursor: pointer; }
  .off-canvas .community a {
    color: #00c5ec; }

@media (min-width: 60em) {
  .off-canvas .accordion > h3, .off-canvas .accordion > div {
    display: none; }
  .off-canvas .accordion h3.about, .off-canvas .accordion h3 + div {
    display: block; } }

.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  transform: none; }

#share-prompt {
  position: fixed;
  z-index: 99999999;
  right: 0px;
  bottom: -10.41667rem;
  background: #3b5998;
  width: 100%; }
  #share-prompt ul {
    width: 100%;
    display: table;
    vertical-align: middle;
    margin: 0px;
    padding: 0.5em; }
  #share-prompt li {
    vertical-align: middle;
    display: table-cell; }
  #share-prompt p {
    text-align: right;
    color: #fff;
    font-weight: 900;
    line-height: 1.1em;
    margin: 0px;
    font-size: 1.188em; }
  #share-prompt span.cta {
    background: #fefefe;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    margin: 0.5em 0.5em 0.5em 0.8em;
    line-height: 1em;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); }
  #share-prompt span.cta.share-facebook {
    background: #fefefe; }
  #share-prompt span.cta a {
    font-size: 0.83333rem;
    font-weight: 900;
    color: #3b5998; }

#share-prompt.campus {
  background: #00ff9c; }
  #share-prompt.campus span.cta {
    background: #00c5ec; }
    #share-prompt.campus span.cta a {
      color: #fefefe; }

.connect .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .connect .social a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
  .connect .social img {
    height: 18px; }

.connect h3 {
  font-weight: 900; }

footer#footer .connect {
  margin: 0 0 1em; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .social img {
    height: 18px; }

.social-width20 a {
  width: 20px;
  height: 20px;
  text-indent: -999999px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.social-width30 a {
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.dark .twitter {
  background-image: url("/images/svg/social/twitter-dark.svg"); }

.dark .facebook {
  background-image: url("/images/svg/social/facebook-dark.svg"); }

.dark .instagram {
  background-image: url("/images/svg/social/instagram-dark.svg"); }

.dark .snapchat {
  background-image: url("/images/svg/social/snapchat-dark.svg"); }

.dark .youtube {
  background-image: url("/images/svg/social/youtube-dark.svg"); }

.dark .pinterest {
  background-image: url("/images/svg/social/pinterest-dark.svg"); }

.light .twitter {
  background-image: url("/images/svg/social/twitter-light.svg"); }

.light .facebook {
  background-image: url("/images/svg/social/facebook-light.svg"); }

.light .instagram {
  background-image: url("/images/svg/social/instagram-light.svg"); }

.light .snapchat {
  background-image: url("/images/svg/social/snapchat-light.svg"); }

.light .youtube {
  background-image: url("/images/svg/social/youtube-light.svg"); }

.light .pinterest {
  background-image: url("/images/svg/social/pinterest-light.svg"); }

.chapter .social-width20 a.dark {
  margin-left: 0.688em;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .chapter .social-width20 a.dark:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }

.categoryDetails main article .social a {
  background-size: 18px;
  background-position: center;
  line-height: 2em;
  padding: 1.2em 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .categoryDetails main article .social a:hover {
    -webkit-animation: jiggle 0.7s infinite;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: jiggle 0.7s infinite; }

.categoryDetails main article .social a.facebook {
  background-size: 10px; }

.categoryDetails main article .social a.twitter {
  background-size: 22px; }

.categoryDetails main article .social a.email {
  background-image: url("/images/svg/social/email-light.svg");
  background-size: 22px; }

@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: rotate(-1deg); }
  50% {
    -webkit-transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(-1deg); } }

@keyframes jiggle {
  0% {
    -webkit-transform: rotate(-1deg); }
  50% {
    -webkit-transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(-1deg); } }

.contributors .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .contributors .social a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    margin: 0 0.5em; }

#off-canvas .social {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: 7.8em;
  width: 100%; }
  #off-canvas .social a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    background-position: center;
    margin: 0 0 1.25em; }

footer#footer .social {
  margin: 0 auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 1em 0 2.5em; }
  footer#footer .social a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px; }

@media (min-width: 45em) {
  #share-prompt {
    width: 40%; }
  footer#footer .connect {
    max-width: 50%;
    margin: 0 auto 1em; }
    footer#footer .connect .social a {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 15%;
      flex: 1 0 15%; }
    footer#footer .connect .social img {
      height: 24px; }
  .contributors .social a {
    margin: 0 0.7em; }
  .fixed.social .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fixed.social a {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    line-height: 3em;
    margin: 0 0 0.3em;
    background-position: center; }
    .fixed.social a img {
      width: 20px;
      height: 20px; }
  .fixed.social a.facebook {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: #3b5998;
    background-size: 10px; }
  .fixed.social a.pinterest {
    background-color: #cb2027;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-size: 20px; }
  .fixed.social a.twitter {
    background-color: #00aced;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background-size: 20px; }
  .fixed.social .share, .fixed.social .email {
    display: none; }
  footer#footer .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer#footer .social a {
      margin: 0 1em; } }

@media (min-width: 60em) {
  .contributors .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px; }
    .contributors .social a {
      margin: 0 0 13.7px 0; } }

.loader {
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
  padding: 50px 0px; }
  .loader .spinner {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 999999999999px;
    width: 80px;
    height: 80px;
    border: 10px solid;
    border-right-color: #00ff9c;
    border-bottom-color: #00c5ec;
    border-left-color: #ff4440;
    border-top-color: #cc1461;
    border-radius: 50%;
    -webkit-animation: spinner 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
    opacity: 1.0; }
    .loader .spinner span {
      display: none; }
    .loader .spinner.loaded {
      opacity: 0.0;
      -webkit-transition: all 1.0s;
      transition: all 1.0s; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

aside .subscribe header {
  text-align: center; }

.subscribe-validate h3 {
  font-weight: 700; }

.newsletter .error {
  display: none;
  font-size: 0.9em;
  text-align: right; }

.newsletter button {
  outline: none; }

.from-photo {
  padding: 0;
  position: relative;
  display: none; }
  .from-photo .flex-wrapper {
    margin: 0 auto;
    padding: 1em;
    max-width: 56em;
    margin: 0 auto; }
  .from-photo figure {
    width: 100%;
    padding: 0em;
    margin: 2em 0 1em;
    position: relative;
    background: #fefefe;
    outline: none; }
    .from-photo figure.video > a {
      position: relative; }
      .from-photo figure.video > a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-left: 50px solid #fefefe;
        border-bottom: 25px solid transparent;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        z-index: 1;
        margin-top: -25px; }
      .from-photo figure.video > a:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1); }
    .from-photo figure > a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .from-photo figure img {
      display: block;
      width: 100%;
      height: 200px;
      background-size: cover; }
    .from-photo figure a {
      color: #0a0a0a;
      display: block;
      outline: none; }
      .from-photo figure a:hover span {
        border-bottom: 1px dashed #00ff9c; }
    .from-photo figure .tag {
      text-transform: uppercase;
      color: #23bfe5; }
    .from-photo figure h3 {
      font-size: 1.15em;
      color: #0a0a0a;
      line-height: 1.2em;
      font-weight: 600; }
      .from-photo figure h3 a {
        display: inline; }
        .from-photo figure h3 a:hover {
          border-bottom: 1px dashed #00ff9c; }
    .from-photo figure figcaption {
      width: 100%;
      font-weight: 500;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding: 0.5em 1em; }
      .from-photo figure figcaption > .social-width20 {
        position: absolute;
        top: 13em; }
        .from-photo figure figcaption > .social-width20 a {
          text-indent: 0;
          color: transparent; }
        .from-photo figure figcaption > .social-width20 span {
          color: #fefefe; }
    .from-photo figure address {
      line-height: 1em;
      display: block;
      font-size: 0.95em; }
      .from-photo figure address a {
        font-style: normal;
        line-height: 1.3em;
        display: inline-block; }
      .from-photo figure address span {
        display: inline; }
    .from-photo figure time {
      color: #8a8a8a; }
  .from-photo .slick-slider {
    width: 90%;
    margin: 0 auto; }
    .from-photo .slick-slider .slick-next {
      width: 0;
      height: 0;
      border-top: 18px solid transparent;
      border-left: 16px solid #8a8a8a;
      border-bottom: 18px solid transparent;
      text-indent: -999999px;
      top: 5em;
      right: -1.4em;
      position: absolute; }
    .from-photo .slick-slider .slick-prev {
      width: 0;
      height: 0;
      border-top: 18px solid transparent;
      border-right: 16px solid #8a8a8a;
      border-bottom: 18px solid transparent;
      text-indent: -999999px;
      top: 5em;
      left: -1.4em;
      position: absolute; }
    .from-photo .slick-slider figure {
      margin: 0; }
    .from-photo .slick-slider .author {
      width: 40%;
      height: auto;
      border-radius: 50%;
      border: 5px solid #fff;
      position: relative;
      top: 0;
      left: 50%;
      margin-left: -20%;
      margin-top: -64px;
      background-color: #fefefe; }

@media (min-width: 45em) {
  .from-photo .flex-wrapper {
    padding: 2em 1em; }
  .from-photo figure img {
    height: 400px; }
  .from-photo .slick-slider {
    width: 90%;
    margin: 0 auto; }
    .from-photo .slick-slider .slick-next {
      border-top: 22px solid transparent;
      border-left: 20px solid #8a8a8a;
      border-bottom: 22px solid transparent;
      text-indent: -999999px;
      top: 11em;
      right: -2em;
      position: absolute; }
    .from-photo .slick-slider .slick-prev {
      border-top: 22px solid transparent;
      border-right: 20px solid #8a8a8a;
      border-bottom: 22px solid transparent;
      text-indent: -999999px;
      top: 11em;
      left: -2em;
      position: absolute; }
    .from-photo .slick-slider figure {
      margin: 0; }
      .from-photo .slick-slider figure figcaption {
        padding: 0.5em 1em 0.5em 11em; }
    .from-photo .slick-slider .author {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 7px solid #fff;
      position: absolute;
      top: 21em;
      left: 1em;
      margin-left: 0;
      margin-top: 0px;
      background-color: #fefefe; } }

@media (min-width: 60em) {
  .from-photo .slick-slider {
    width: 100%; }
    .from-photo .slick-slider .slick-next {
      right: -3em; }
    .from-photo .slick-slider .slick-prev {
      left: -3em; } }

.from-writers {
  position: relative; }
  .from-writers.spoon-ui .flex-wrapper figure {
    margin: 0 0 2em; }
    .from-writers.spoon-ui .flex-wrapper figure:last-child {
      margin-bottom: 0; }
  .from-writers .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 56em;
    margin: 0 auto; }
  .from-writers figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    background: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .from-writers figure.video > a {
      position: relative; }
      .from-writers figure.video > a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-left: 50px solid #fefefe;
        border-bottom: 25px solid transparent;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        z-index: 1;
        margin-top: -25px; }
      .from-writers figure.video > a:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1); }
    .from-writers figure > a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; }
    .from-writers figure .lazy-wrapper {
      border-radius: 50%; }
      .from-writers figure .lazy-wrapper div.lazy {
        display: block;
        width: 100%;
        background-size: cover;
        border-radius: 50%; }
    .from-writers figure a {
      color: #0a0a0a;
      display: block;
      outline: none; }
      .from-writers figure a:hover span {
        border-bottom: 1px solid #00ff9c; }
    .from-writers figure .tag {
      text-transform: uppercase;
      color: #23bfe5; }
    .from-writers figure h3 {
      font-size: 1.25em;
      color: #0a0a0a;
      line-height: 1.2em;
      font-weight: 600;
      display: inline; }
      .from-writers figure h3 a {
        display: inline; }
        .from-writers figure h3 a:hover {
          border-bottom: 1px solide #00ff9c; }
    .from-writers figure figcaption {
      position: relative;
      width: 100%;
      font-weight: 500;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding: 0 0 0 1em; }
    .from-writers figure address {
      line-height: 1em;
      display: block;
      font-size: 0.875em; }
      .from-writers figure address a {
        font-style: normal;
        line-height: 1.3em;
        display: block; }
      .from-writers figure address span {
        display: inline; }
    .from-writers figure time {
      color: #8a8a8a;
      font-size: 0.875em; }

@media (min-width: 45em) {
  .from-writers .flex-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .from-writers figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; } }

@media (min-width: 60em) {
  .from-writers .flex-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .from-writers figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46.5%;
    flex: 0 0 46.5%;
    margin-bottom: 2em; } }

.icymi {
  background: #e6e6e6;
  position: relative; }
  .icymi > h2 {
    color: #fefefe; }
  .icymi .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 56em;
    margin: 0 auto; }
  .icymi figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 1em;
    margin: 0 0 1em;
    position: relative;
    background: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    outline: none; }
    .icymi figure.video > a {
      position: relative; }
      .icymi figure.video > a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-left: 50px solid #fefefe;
        border-bottom: 25px solid transparent;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        z-index: 1;
        margin-top: -25px; }
      .icymi figure.video > a:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1); }
    .icymi figure:nth-child(6) {
      margin-bottom: 0; }
    .icymi figure > a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; }
    .icymi figure img {
      display: block;
      width: 100%;
      height: auto;
      background-size: cover;
      border-radius: 50%; }
    .icymi figure a {
      color: #0a0a0a;
      display: block;
      outline: none; }
      .icymi figure a:hover span {
        border-bottom: 1px dashed #00ff9c; }
    .icymi figure .tag {
      text-transform: uppercase;
      color: #23bfe5;
      font-size: 0.8em; }
    .icymi figure h3 {
      font-size: 1.15em;
      color: #0a0a0a;
      line-height: 1.2em;
      font-weight: 600;
      display: inline; }
      .icymi figure h3 a {
        display: inline; }
        .icymi figure h3 a:hover {
          border-bottom: 1px solid #00ff9c; }
    .icymi figure figcaption {
      position: relative;
      width: 100%;
      font-weight: 500;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding: 0 0 0 1em; }
    .icymi figure address {
      line-height: 1em;
      display: block;
      font-size: 0.95em; }
      .icymi figure address a {
        font-style: normal;
        line-height: 1.3em;
        display: inline-block; }
      .icymi figure address span {
        display: inline; }
    .icymi figure time {
      color: #8a8a8a; }

@media (min-width: 45em) {
  .icymi .flex-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .icymi figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; }
    .icymi figure:nth-child(5), .icymi figure:nth-child(6) {
      margin-bottom: 0; } }

@media (min-width: 60em) {
  .icymi .flex-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .icymi figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46.5%;
    flex: 0 0 46.5%;
    margin-bottom: 2em; } }

.make-drinks .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 54em;
  margin: 0 auto; }

.make-drinks figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  padding: 0;
  margin: 0 0 1em;
  position: relative; }

.make-drinks figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 0 1em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  display: table;
  line-height: 2em; }

.make-drinks a {
  display: block; }
  .make-drinks a .lazy-wrapper {
    padding-bottom: 100%; }
  .make-drinks a img, .make-drinks a div.lazy {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center; }
  .make-drinks a span {
    display: none;
    padding: 0.1em 0;
    -webkit-box-shadow: 0.3em 0 0 #fefefe, -0.4em 0 0 #fefefe;
    box-shadow: 0.3em 0 0 #fefefe, -0.4em 0 0 #fefefe;
    background-color: #fefefe;
    color: #0a0a0a;
    font-size: 1.1em; }
  .make-drinks a span:first-child {
    display: inline; }

@media (min-width: 45em) {
  .make-drinks.spoon-ui .flex-wrapper figure {
    margin: 0; }
  .make-drinks figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%; }
  .make-drinks a .lazy-wrapper {
    padding-bottom: 200px; }
  .make-drinks a span {
    font-size: 1.2em; } }

@media (min-width: 60em) {
  .make-drinks .flex-wrapper {
    padding: 0; }
  .make-drinks figcaption {
    line-height: 2.8em; }
  .make-drinks a span {
    font-size: 1.7em; } }

.most-shared {
  position: relative;
  background: #e6e6e6; }
  .most-shared .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 56em;
    margin: 0 auto; }
  .most-shared figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0em;
    margin: 0 0 1em;
    position: relative;
    background: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    outline: none; }
    .most-shared figure:last-child {
      margin-bottom: 0; }
    .most-shared figure.video > a {
      position: relative; }
      .most-shared figure.video > a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-left: 50px solid #fefefe;
        border-bottom: 25px solid transparent;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        z-index: 1;
        margin-top: -25px; }
      .most-shared figure.video > a:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1); }
    .most-shared figure > a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .most-shared figure img {
      display: block;
      width: 100%;
      height: auto;
      background-size: cover; }
    .most-shared figure a {
      color: #0a0a0a;
      display: block;
      outline: none; }
      .most-shared figure a:hover span {
        border-bottom: 1px solid #00ff9c; }
    .most-shared figure .tag {
      text-transform: uppercase;
      color: #23bfe5;
      position: absolute;
      top: -1.5em;
      right: 0; }
    .most-shared figure h3 {
      font-size: 1.15em;
      color: #0a0a0a;
      line-height: 1.2em;
      font-weight: 600;
      display: inline; }
      .most-shared figure h3 a {
        display: inline; }
        .most-shared figure h3 a:hover {
          border-bottom: 1px solid #00ff9c; }
    .most-shared figure figcaption {
      width: 100%;
      font-weight: 500;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding: 0.5em 1em; }
      .most-shared figure figcaption > .social-width20 {
        top: 16em;
        position: absolute;
        display: none; }
        .most-shared figure figcaption > .social-width20 a {
          text-indent: 0;
          display: inline-block;
          width: 160px; }
        .most-shared figure figcaption > .social-width20 span {
          color: #fefefe; }
    .most-shared figure address {
      line-height: 1em;
      display: block;
      font-size: 0.95em; }
      .most-shared figure address a {
        font-style: normal;
        line-height: 1.3em;
        display: block; }
      .most-shared figure address span {
        display: inline; }
    .most-shared figure time {
      color: #fefefe;
      position: absolute;
      top: 0.5em;
      left: inherit;
      right: 0.8em; }
  .most-shared .featured > a {
    position: relative; }

.spoon-label-h1 {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 0 1em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  display: table;
  line-height: 2em; }
  .spoon-label-h1 span {
    display: none;
    padding: 0.1em 0;
    -webkit-box-shadow: 0.3em 0 0 #fefefe, -0.4em 0 0 #fefefe;
    box-shadow: 0.3em 0 0 #fefefe, -0.4em 0 0 #fefefe;
    background-color: #fefefe;
    color: #0a0a0a;
    font-size: 1.1em; }
    .spoon-label-h1 span:first-child {
      display: inline; }

#page-home .most-shared figure time {
  left: 0;
  right: inherit;
  top: 0em;
  color: #8a8a8a;
  position: relative; }

#page-home .most-shared figure .tag {
  position: relative;
  top: 0;
  font-weight: bold;
  font-size: 0.875em; }

@media (min-width: 45em) {
  .most-shared.spoon-ui .flex-wrapper figure:nth-child(3), .most-shared.spoon-ui .flex-wrapper figure:nth-child(4) {
    margin: 0; }
  .most-shared .flex-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .most-shared figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; } }

@media (min-width: 60em) {
  .most-shared.spoon-ui .flex-wrapper figure {
    margin-bottom: 2em; }
  .most-shared figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; } }

#pop-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

body.show-nutrition-overlay {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
  body.show-nutrition-overlay .close {
    position: fixed;
    top: 10%;
    right: 10%;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); }
    body.show-nutrition-overlay .close::before, body.show-nutrition-overlay .close::after {
      background: #fefefe; }
    body.show-nutrition-overlay .close:hover {
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1.25);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1.25);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1.25);
      transition: all 200ms ease-in;
      transform: scale(1.25); }

#nutrition-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: rgba(10, 10, 10, 0.85); }
  #nutrition-overlay.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #nutrition-overlay .circle {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    padding-top: 30px;
    margin: 20px 0px 0px 0px;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); }
    #nutrition-overlay .circle:hover {
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1.5);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1.5);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1.5);
      transition: all 200ms ease-in;
      transform: scale(1.5); }
  #nutrition-overlay .nutrition-modal .omg {
    position: relative;
    display: block;
    text-align: center; }
    #nutrition-overlay .nutrition-modal .omg p {
      display: inline-block;
      font-weight: 900;
      color: #2199e8;
      font-size: 6.25rem;
      line-height: 6.25rem; }
  #nutrition-overlay .nutrition-modal .cta {
    margin-top: 1.875rem; }
  #nutrition-overlay .nutrition-modal .follow-up {
    display: block; }
    #nutrition-overlay .nutrition-modal .follow-up p {
      color: #fefefe;
      font-weight: 200;
      font-size: 2.5rem;
      line-height: 2.625rem;
      letter-spacing: .04em; }
  #nutrition-overlay .nutrition-modal h4 {
    font-weight: 900; }
    #nutrition-overlay .nutrition-modal h4 .button {
      font-size: 1.2em;
      display: inline-block;
      background: #2199e8;
      max-width: 30vw; }
      #nutrition-overlay .nutrition-modal h4 .button:hover {
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 200ms ease-in;
        transform: scale(1.1); }

body.nutrition-overlay-is-open {
  overflow: hidden; }
  body.nutrition-overlay-is-open #nutrition-overlay {
    display: block; }

body.show-nutrition-overlay {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
  body.show-nutrition-overlay .close {
    position: fixed;
    top: 10%;
    right: 10%;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); }
    body.show-nutrition-overlay .close::before, body.show-nutrition-overlay .close::after {
      background: #fefefe; }
    body.show-nutrition-overlay .close:hover {
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1.25);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1.25);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1.25);
      transition: all 200ms ease-in;
      transform: scale(1.25); }

#nutrition-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: rgba(10, 10, 10, 0.85); }
  #nutrition-overlay .nutrition-modal .omg {
    position: relative;
    display: block;
    text-align: center; }
    #nutrition-overlay .nutrition-modal .omg p {
      display: inline-block;
      font-weight: 900;
      color: #2199e8;
      font-size: 6.25rem;
      line-height: 6.25rem; }
  #nutrition-overlay .nutrition-modal .cta {
    margin-top: 1.875rem; }
  #nutrition-overlay .nutrition-modal .follow-up {
    display: block; }
    #nutrition-overlay .nutrition-modal .follow-up p {
      color: #fefefe;
      font-weight: 200;
      font-size: 2.5rem;
      line-height: 2.625rem;
      letter-spacing: .04em; }
  #nutrition-overlay .nutrition-modal h4 {
    font-weight: 900; }
    #nutrition-overlay .nutrition-modal h4 .button {
      font-size: 1.2em;
      display: inline-block;
      background: #2199e8;
      max-width: 30vw;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1);
      transition: all 200ms ease-in;
      transform: scale(1); }
      #nutrition-overlay .nutrition-modal h4 .button:hover {
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 200ms ease-in;
        transform: scale(1.1); }

body.nutrition-overlay-is-open {
  overflow: hidden; }
  body.nutrition-overlay-is-open #nutrition-overlay {
    display: block; }

body.show-like-us-overlay #like-us-overlay {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

#like-us-overlay, #nutrition-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: rgba(10, 10, 10, 0.85);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #like-us-overlay.flex, #nutrition-overlay.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #like-us-overlay #alreadyDone, #nutrition-overlay #alreadyDone {
    cursor: pointer;
    color: #fefefe;
    font-weight: 900; }
    #like-us-overlay #alreadyDone:hover, #nutrition-overlay #alreadyDone:hover {
      border-bottom: 1px solid #fefefe; }
  #like-us-overlay .row, #nutrition-overlay .row {
    width: 100%; }
    #like-us-overlay .row > .columns, #nutrition-overlay .row > .columns {
      position: relative; }
  #like-us-overlay .like-us-modal, #like-us-overlay .nutrition-modal, #nutrition-overlay .like-us-modal, #nutrition-overlay .nutrition-modal {
    padding: 1em; }
    #like-us-overlay .like-us-modal .circle, #like-us-overlay .nutrition-modal .circle, #nutrition-overlay .like-us-modal .circle, #nutrition-overlay .nutrition-modal .circle {
      width: 100px;
      height: 100px;
      background: white;
      border-radius: 50%;
      padding-top: 30px;
      margin: 20px auto 0px;
      text-align: center;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1);
      transition: all 200ms ease-in;
      transform: scale(1); }
      #like-us-overlay .like-us-modal .circle:hover, #like-us-overlay .nutrition-modal .circle:hover, #nutrition-overlay .like-us-modal .circle:hover, #nutrition-overlay .nutrition-modal .circle:hover {
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.5);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.5);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.5);
        transition: all 200ms ease-in;
        transform: scale(1.5); }
    #like-us-overlay .like-us-modal .omg, #like-us-overlay .nutrition-modal .omg, #nutrition-overlay .like-us-modal .omg, #nutrition-overlay .nutrition-modal .omg {
      font-weight: 900;
      color: #00c5ec;
      -webkit-transform: rotate(-6deg);
      transform: rotate(-6deg);
      font-size: 3.625em;
      line-height: 1em;
      margin: 0 0 0.5em;
      text-align: center; }
    #like-us-overlay .like-us-modal .follow-up, #like-us-overlay .nutrition-modal .follow-up, #nutrition-overlay .like-us-modal .follow-up, #nutrition-overlay .nutrition-modal .follow-up {
      display: block;
      color: #fefefe;
      font-weight: 200;
      font-size: 1.55em;
      letter-spacing: .04em;
      line-height: 1.3em;
      text-align: center; }
    #like-us-overlay .like-us-modal .subscribe .newsletter, #like-us-overlay .nutrition-modal .subscribe .newsletter, #nutrition-overlay .like-us-modal .subscribe .newsletter, #nutrition-overlay .nutrition-modal .subscribe .newsletter {
      padding: 0;
      margin: 1em 0; }
    #like-us-overlay .like-us-modal .subscribe header, #like-us-overlay .nutrition-modal .subscribe header, #nutrition-overlay .like-us-modal .subscribe header, #nutrition-overlay .nutrition-modal .subscribe header {
      display: none; }
    #like-us-overlay .like-us-modal .subscribe .error, #like-us-overlay .nutrition-modal .subscribe .error, #nutrition-overlay .like-us-modal .subscribe .error, #nutrition-overlay .nutrition-modal .subscribe .error {
      color: #fefefe;
      line-height: 1.3em; }
    #like-us-overlay .like-us-modal .subscribe input, #like-us-overlay .nutrition-modal .subscribe input, #nutrition-overlay .like-us-modal .subscribe input, #nutrition-overlay .nutrition-modal .subscribe input {
      margin-bottom: 0;
      background: transparent;
      color: #00ff9c;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none;
      border: 0;
      font-size: 1.2em; }
    #like-us-overlay .like-us-modal .subscribe button, #like-us-overlay .nutrition-modal .subscribe button, #nutrition-overlay .like-us-modal .subscribe button, #nutrition-overlay .nutrition-modal .subscribe button {
      background: #00ff9c;
      color: #fefefe;
      display: block;
      position: initial;
      width: 100%;
      padding: 0.5em 0;
      font-weight: 900; }
    #like-us-overlay .like-us-modal .subscribe-form, #like-us-overlay .nutrition-modal .subscribe-form, #nutrition-overlay .like-us-modal .subscribe-form, #nutrition-overlay .nutrition-modal .subscribe-form {
      margin-top: 100px;
      width: 100%; }
      #like-us-overlay .like-us-modal .subscribe-form input, #like-us-overlay .nutrition-modal .subscribe-form input, #nutrition-overlay .like-us-modal .subscribe-form input, #nutrition-overlay .nutrition-modal .subscribe-form input {
        width: 100%;
        color: #777;
        background: transparent;
        border: 0px;
        border-bottom: 1px solid #777;
        font-family: Consolas, "Liberation Mono", Courier, monospace; }
        #like-us-overlay .like-us-modal .subscribe-form input.button, #like-us-overlay .nutrition-modal .subscribe-form input.button, #nutrition-overlay .like-us-modal .subscribe-form input.button, #nutrition-overlay .nutrition-modal .subscribe-form input.button {
          background: #777;
          color: #fefefe;
          border-radius: 0px;
          padding: .6em 1em; }
        #like-us-overlay .like-us-modal .subscribe-form input:focus, #like-us-overlay .nutrition-modal .subscribe-form input:focus, #nutrition-overlay .like-us-modal .subscribe-form input:focus, #nutrition-overlay .nutrition-modal .subscribe-form input:focus {
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
    #like-us-overlay .like-us-modal .button, #like-us-overlay .nutrition-modal .button, #nutrition-overlay .like-us-modal .button, #nutrition-overlay .nutrition-modal .button {
      white-space: nowrap; }
      #like-us-overlay .like-us-modal .button .facebook, #like-us-overlay .nutrition-modal .button .facebook, #nutrition-overlay .like-us-modal .button .facebook, #nutrition-overlay .nutrition-modal .button .facebook {
        background-color: blue; }
      #like-us-overlay .like-us-modal .button span, #like-us-overlay .nutrition-modal .button span, #nutrition-overlay .like-us-modal .button span, #nutrition-overlay .nutrition-modal .button span {
        vertical-align: middle; }
      #like-us-overlay .like-us-modal .button svg, #like-us-overlay .nutrition-modal .button svg, #nutrition-overlay .like-us-modal .button svg, #nutrition-overlay .nutrition-modal .button svg {
        max-height: 26px;
        max-width: 26px;
        width: 100%;
        height: auto;
        vertical-align: top;
        margin-right: 10px; }
    #like-us-overlay .like-us-modal .close, #like-us-overlay .nutrition-modal .close, #nutrition-overlay .like-us-modal .close, #nutrition-overlay .nutrition-modal .close {
      position: absolute;
      top: 0px;
      right: 20%;
      display: inline-block;
      width: 20px;
      height: 20px;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1);
      transition: all 200ms ease-in;
      transform: scale(1); }
      #like-us-overlay .like-us-modal .close:before, #like-us-overlay .like-us-modal .close:after, #like-us-overlay .nutrition-modal .close:before, #like-us-overlay .nutrition-modal .close:after, #nutrition-overlay .like-us-modal .close:before, #nutrition-overlay .like-us-modal .close:after, #nutrition-overlay .nutrition-modal .close:before, #nutrition-overlay .nutrition-modal .close:after {
        background: #fefefe; }
      #like-us-overlay .like-us-modal .close:hover, #like-us-overlay .nutrition-modal .close:hover, #nutrition-overlay .like-us-modal .close:hover, #nutrition-overlay .nutrition-modal .close:hover {
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.25);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.25);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.25);
        transition: all 200ms ease-in;
        transform: scale(1.25); }
    #like-us-overlay .like-us-modal p.error, #like-us-overlay .nutrition-modal p.error, #nutrition-overlay .like-us-modal p.error, #nutrition-overlay .nutrition-modal p.error {
      visibility: hidden;
      color: white;
      font-weight: bold; }
  #like-us-overlay #closePop, #nutrition-overlay #closePop {
    position: absolute;
    top: 1em;
    right: 1em;
    display: inline-block;
    width: 40px;
    height: 40px; }
    #like-us-overlay #closePop:before, #nutrition-overlay #closePop:before {
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      height: 8px;
      background: #fefefe; }
    #like-us-overlay #closePop:after, #nutrition-overlay #closePop:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      height: 8px;
      background: #fefefe; }
  #like-us-overlay [data-animation], #nutrition-overlay [data-animation] {
    visibility: hidden; }

body.like-us-overlay-is-open {
  overflow: hidden; }
  body.like-us-overlay-is-open #like-us-overlay {
    display: block; }

@media (min-width: 45em) {
  #nutrition-overlay .nutrition-modal, #nutrition-overlay .like-us-modal, #like-us-overlay .nutrition-modal, #like-us-overlay .like-us-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 48.750em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #nutrition-overlay .nutrition-modal .omg, #nutrition-overlay .nutrition-modal .follow-up, #nutrition-overlay .like-us-modal .omg, #nutrition-overlay .like-us-modal .follow-up, #like-us-overlay .nutrition-modal .omg, #like-us-overlay .nutrition-modal .follow-up, #like-us-overlay .like-us-modal .omg, #like-us-overlay .like-us-modal .follow-up {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    #nutrition-overlay .nutrition-modal .omg, #nutrition-overlay .like-us-modal .omg, #like-us-overlay .nutrition-modal .omg, #like-us-overlay .like-us-modal .omg {
      font-size: 6.15em; }
    #nutrition-overlay .nutrition-modal .follow-up, #nutrition-overlay .like-us-modal .follow-up, #like-us-overlay .nutrition-modal .follow-up, #like-us-overlay .like-us-modal .follow-up {
      text-align: left;
      font-size: 2.25em; }
    #nutrition-overlay .nutrition-modal .circle, #nutrition-overlay .like-us-modal .circle, #like-us-overlay .nutrition-modal .circle, #like-us-overlay .like-us-modal .circle {
      margin: 0.5em 0;
      font-size: 100%;
      padding: 0.2em 0; }
  #nutrition-overlay .like-us-modal .omg, #like-us-overlay .like-us-modal .omg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 4em; }
  #nutrition-overlay .like-us-modal .follow-up, #like-us-overlay .like-us-modal .follow-up {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 1.5em; }
  #nutrition-overlay .like-us-modal .subscribe-validate, #like-us-overlay .like-us-modal .subscribe-validate {
    position: relative; }
    #nutrition-overlay .like-us-modal .subscribe-validate input.email, #like-us-overlay .like-us-modal .subscribe-validate input.email {
      border-bottom: 1px solid #00ff9c;
      font-size: 1em;
      padding: 0 6.1em 0 0; }
    #nutrition-overlay .like-us-modal .subscribe-validate button, #like-us-overlay .like-us-modal .subscribe-validate button {
      width: auto;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0px;
      line-height: 1.7em;
      padding: 0 0.3em; } }

.post-teaser {
  overflow: hidden;
  padding: 1em; }
  .post-teaser h2 {
    font-size: 1.25em;
    color: #0a0a0a;
    font-weight: 700;
    width: 70%; }
  .post-teaser h3 {
    color: #959595;
    font-size: 0.875em;
    margin: 0; }
  .post-teaser h4 {
    padding: 0.5em 0 0 0.7em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.750em;
    letter-spacing: 1px;
    color: #fefefe;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 999; }
    .post-teaser h4 a {
      color: #fefefe; }
  .post-teaser figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 32px 30px -20px #0a0a0a;
    box-shadow: inset 0px 32px 30px -20px #0a0a0a; }
  .post-teaser figcaption {
    position: relative; }
  .post-teaser figure {
    margin: 0 0 1em;
    position: relative;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%; }
    .post-teaser figure a {
      display: block; }
    .post-teaser figure img {
      visibility: hidden;
      height: 200px; }
  .post-teaser small {
    font-size: 0.875em;
    color: #959595; }
    .post-teaser small span {
      font-weight: bold; }
    .post-teaser small time {
      color: #959595;
      font-size: 1.188em;
      font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      position: absolute;
      top: 0;
      right: 0; }

.post-teaser-grid {
  max-width: 56em; }
  .post-teaser-grid .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .post-teaser-grid figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    background: #fefefe; }
    .post-teaser-grid figure strong {
      font-size: 1.25em;
      color: #0a0a0a;
      font-weight: 700;
      display: inline;
      line-height: 1.4em; }
    .post-teaser-grid figure h3 {
      color: #8a8a8a;
      font-size: 0.875em;
      margin: 0; }
    .post-teaser-grid figure h4 {
      padding: 0.5em 0 0 0.7em;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 0.750em;
      letter-spacing: 1px;
      color: #fefefe;
      position: absolute;
      top: 0px;
      left: 0;
      z-index: 99; }
      .post-teaser-grid figure h4 a {
        color: #fefefe; }
    .post-teaser-grid figure time {
      color: #fefefe;
      font-size: 0.8em;
      font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      position: absolute;
      top: 0.3em;
      right: 0.4em;
      z-index: 2; }
    .post-teaser-grid figure img {
      height: 200px;
      background-size: cover;
      width: 100%;
      display: block; }
    .post-teaser-grid figure > a {
      display: block;
      z-index: 2;
      position: relative; }
      .post-teaser-grid figure > a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: inset 0 40px 30px -27px rgba(0, 0, 0, 0.7);
        box-shadow: inset 0 40px 30px -27px rgba(0, 0, 0, 0.7);
        z-index: 1; }
      .post-teaser-grid figure > a div.wrapper {
        position: relative; }
    .post-teaser-grid figure figcaption {
      position: relative;
      background: #fefefe;
      padding: 0 0.5em; }
    .post-teaser-grid figure small {
      font-size: 0.875em;
      color: #8a8a8a; }
      .post-teaser-grid figure small span {
        font-weight: bold; }
    .post-teaser-grid figure a:hover strong {
      border-bottom: 1px solid #00ff9c; }
    .post-teaser-grid figure.video > a div.wrapper:before {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      z-index: 4;
      bottom: 0.7em;
      left: 0.5em;
      background: url("/images/svg/play-round-secondary.svg") no-repeat;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
    .post-teaser-grid figure.video > a:hover div.wrapper:before {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .post-teaser-grid figure.video > a:hover div.wrapper:after {
      content: "PLAY";
      padding: 0;
      color: #00ff9c;
      font-weight: 900;
      position: absolute;
      width: 100px;
      height: 24px;
      z-index: 4;
      bottom: 0.7em;
      left: 2.5em; }
  .post-teaser-grid div.lazy-wrapper {
    padding-bottom: 60%; }
  .post-teaser-grid figure a div.wrapper {
    background: url("/images/svg/patterns/food.svg") #00c5ec;
    background-size: 1240px;
    background-position: center; }
  .post-teaser-grid figure a div.wrapper {
    margin-bottom: 10px; }

.tea, .beer {
  background-color: #262626; }
  .tea .post-teaser-grid figcaption, .beer .post-teaser-grid figcaption {
    background: transparent; }
    .tea .post-teaser-grid figcaption strong, .tea .post-teaser-grid figcaption h3, .tea .post-teaser-grid figcaption small, .tea .post-teaser-grid figcaption time, .beer .post-teaser-grid figcaption strong, .beer .post-teaser-grid figcaption h3, .beer .post-teaser-grid figcaption small, .beer .post-teaser-grid figcaption time {
      color: #fefefe; }

.pagination .flex-wrapper {
  display: table;
  margin: 0 auto; }

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0 1em; }
  .pagination ul li {
    font-size: 1.375em; }
    .pagination ul li a {
      display: block;
      text-align: center;
      padding: 0 0.300em;
      text-decoration: none;
      line-height: 1.5em;
      color: #8a8a8a; }
      .pagination ul li a:hover span {
        color: #0a0a0a; }
    .pagination ul li > span {
      display: block;
      text-align: center;
      padding: 0 0.500em;
      background: #0a0a0a;
      color: #fefefe;
      line-height: 1.5em; }
    .pagination ul li.first-page a {
      background: url("/images/svg/ui/arrow-left-dark.svg") no-repeat;
      width: 20px;
      height: 20px; }
      .pagination ul li.first-page a:after {
        content: '';
        display: block;
        position: relative;
        background: url("/images/svg/ui/arrow-left-dark.svg") no-repeat;
        width: 20px;
        height: 20px;
        left: 0px; }
    .pagination ul li.last-page a {
      background: url("/images/svg/ui/arrow-right-dark.svg") no-repeat;
      width: 20px;
      height: 20px; }
      .pagination ul li.last-page a:after {
        content: '';
        display: block;
        position: relative;
        background: url("/images/svg/ui/arrow-right-dark.svg") no-repeat;
        width: 20px;
        height: 20px;
        left: 0px; }
  .pagination ul svg {
    width: 20px;
    height: 20px; }
  .pagination ul .first-page svg:nth-child(1) {
    position: relative;
    left: 0.825em; }
  .pagination ul .last-page svg:nth-child(2) {
    position: relative;
    right: 0.825em; }

@media (min-width: 45em) {
  .post-teaser-grid .flex-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .post-teaser-grid figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; }
  .post-teaser-grid figcaption {
    position: relative;
    margin: 0.5em 0 0; } }

@media (min-width: 60em) {
  .post-teaser-grid {
    margin: 0 auto; }
    .post-teaser-grid figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
      flex: 0 0 32%; } }

.related header {
  max-width: 895px;
  margin: 0 auto; }

.personality-quiz .quiz-question {
  font-size: 1.188em;
  line-height: 1.2em;
  margin: 0 0 0.5em; }

.personality-quiz label {
  font-size: 1em;
  color: #0a0a0a;
  font-weight: 200;
  vertical-align: super;
  max-width: 190px;
  line-height: 1.2em; }

.personality-quiz input {
  vertical-align: top;
  margin-top: 3px; }

.personality-quiz input[type=submit] {
  background: #00ff9c;
  color: #fefefe;
  padding: 1em;
  border: 0;
  outline: none; }

.personality-type {
  border-top: 2px dashed #00ff9c;
  margin-top: 2em;
  padding-top: 2em; }
  .personality-type .faded, .personality-type .photo_caption {
    font-weight: 500;
    font-style: italic;
    font-size: 1em;
    color: #cacaca;
    text-align: center;
    display: block;
    width: 100%; }
  .personality-type .photo_caption {
    text-align: right; }

.recipes .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 54em;
  margin: 0 auto; }

.recipes figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1em;
  position: relative; }
  .recipes figure:last-child {
    margin-bottom: 0; }

.recipes img {
  display: block;
  width: 100%;
  background-size: cover; }

.recipes figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 0 1em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  display: table;
  line-height: 2.5em; }

.recipes a {
  outline: none; }

.recipes a span {
  padding: 0em;
  -webkit-box-shadow: 0.2em 0 0 #fefefe, -0.2em 0 0 #fefefe;
  box-shadow: 0.2em 0 0 #fefefe, -0.2em 0 0 #fefefe;
  background-color: #fefefe;
  color: #0a0a0a;
  font-size: 1.7em; }

@media (min-width: 45em) {
  .recipes.spoon-ui .flex-wrapper figure {
    margin: 0; }
  .recipes figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin: 0; }
  .recipes a span {
    font-size: 1.7em; } }

@media (min-width: 60em) {
  .recipes .flex-wrapper {
    padding: 0; } }

#search-form {
  padding: 1em;
  display: none;
  background: #0a0a0a; }
  #search-form .input-group {
    margin: 0; }
  #search-form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    #search-form .container li {
      list-style: none; }
    #search-form .container input, #search-form .container select {
      margin: 0;
      font-size: 1em; }
    #search-form .container .query {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      margin: 0 1em 0 0;
      padding-left: 0; }
    #search-form .container :nth-child(1) {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
      flex: 1 0 25%; }
    #search-form .container :nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%; }
    #search-form .container .search-btn {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      #search-form .container .search-btn #searchGo {
        background: #0a0a0a;
        color: #fefefe;
        border: 1px solid #fefefe;
        border-radius: 2px;
        text-transform: uppercase; }
    #search-form .container select, #search-form .container input[type='text'] {
      background: transparent;
      border: none;
      font-size: 1.05em;
      height: 100%;
      font-family: Consolas, "Liberation Mono", Courier, monospace; }
    #search-form .container select {
      color: #e6e6e6;
      padding: 0; }
    #search-form .container input[type='text'] {
      color: #00ff9c; }
    #search-form .container select:focus, #search-form .container input[type='text']:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

#search-results #search-form {
  display: block; }
  #search-results #search-form input, #search-results #search-form select {
    margin: 0;
    outline: none; }
  #search-results #search-form .input-label {
    display: none; }

#search-results .post-teaser-grid {
  padding: 1em; }
  #search-results .post-teaser-grid figcaption {
    padding: 0.4em 0;
    background: #fefefe; }
  #search-results .post-teaser-grid h3 {
    margin: 0.2em 0; }

@media (min-width: 45em) {
  #search-form {
    padding: 2.5em 2.5em 3.5em; }
    #search-form .container .query {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    #search-form .container :nth-child(1) {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
      flex: 1 0 40%; }
    #search-form .container :nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%; }
    #search-form .container select, #search-form .container input[type='text'] {
      font-size: 2em; }
    #search-form .container .search-btn {
      -ms-flex-item-align: center;
      align-self: center; }
  #search-results #search-form {
    display: block; }
    #search-results #search-form input, #search-results #search-form select {
      margin: 0;
      outline: none; }
  #search-results .post-teaser-grid {
    padding: 2em 1em; } }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.typer {
  color: rgba(0, 255, 156, 0.3);
  font-weight: 800;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  border-bottom: 1px solid #0a0a0a; }

.mood-modal {
  position: relative; }
  .mood-modal a {
    display: block;
    z-index: 2;
    position: relative; }
    .mood-modal a:after {
      content: '';
      display: inline-block;
      position: absolute;
      border: 1px solid #00ff9c;
      right: 0em;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: url("/images/svg/ui/arrow-bottom-light.svg") no-repeat #00ff9c;
      -webkit-animation: pulsate 2s ease-out;
      -webkit-animation-iteration-count: 50;
      top: 50%;
      margin-top: -25px;
      background-size: 60%;
      background-position: center;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      z-index: 1; }
    .mood-modal a:hover {
      color: #0a0a0a; }
      .mood-modal a:hover:after {
        -webkit-transform: scale(1.25) rotate(180deg);
        transform: scale(1.25) rotate(180deg); }
  .mood-modal.active a:after {
    background: url("/images/svg/ui/close.svg") no-repeat #fefefe;
    border: 1px solid #ed4e41;
    background-size: 50%;
    background-position: center; }
  .mood-modal.active a:hover {
    color: #0a0a0a;
    fill: #fefefe; }
    .mood-modal.active a:hover:after {
      background: url("/images/svg/ui/close-white.svg") no-repeat #ed4e41;
      background-size: 50%;
      background-position: center; }
  .mood-modal span.feel {
    display: none; }

@media (min-width: 45em) {
  .mood-modal {
    position: relative; }
    .mood-modal > a {
      display: inline-block;
      z-index: 2;
      position: relative;
      min-width: 400px; }
      .mood-modal > a:after {
        content: '';
        display: inline-block;
        position: absolute;
        border: 1px solid #00ff9c;
        right: 0em;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: url("/images/svg/ui/arrow-bottom-light.svg") no-repeat #00ff9c;
        -webkit-animation: pulsate 2s ease-out;
        -webkit-animation-iteration-count: 50;
        top: 25px;
        margin-top: -25px;
        background-size: 60%;
        background-position: center;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        z-index: 1; }
      .mood-modal > a:hover:before {
        -webkit-transform: scale(1.25) rotate(180deg);
        transform: scale(1.25) rotate(180deg); }
    .mood-modal span.feel {
      display: inline-block;
      padding: 0 0.2em 0 0; } }

.spoon-video {
  background: #222222; }
  .spoon-video:after {
    bottom: -0.1em; }
  .spoon-video .first.video:after {
    content: "";
    background: #222;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0; }
  .spoon-video .first.video > a, .spoon-video .first.video figcaption {
    position: relative;
    z-index: 2; }
  .spoon-video .list figcaption strong {
    max-width: 100px; }
  .spoon-video .list figcaption {
    max-width: 370px; }
  .spoon-video figure {
    position: relative;
    display: block;
    overflow: visible; }
    .spoon-video figure.video a:before, .spoon-video figure.video a:after {
      display: none; }
    .spoon-video figure.video a > span:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-left: 20px solid #fefefe;
      border-bottom: 10px solid transparent;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      z-index: 2;
      bottom: 2em;
      right: 3em; }
    .spoon-video figure.video a > span:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      z-index: 1;
      background: #00ff9c;
      border-radius: 50%;
      right: 2.5em;
      bottom: 1.4em; }
    .spoon-video figure > a {
      padding: 0 1em 0 0; }
    .spoon-video figure a > span {
      display: table;
      margin: 0 auto;
      position: relative; }
    .spoon-video figure img {
      margin-bottom: 1em; }
    .spoon-video figure strong {
      line-height: 1.2em; }
    .spoon-video figure strong a {
      color: #fefefe; }
    .spoon-video figure figcaption {
      max-width: 370px;
      margin: 0.5em auto; }
    .spoon-video figure > span {
      display: block; }
    .spoon-video figure .lazy-wrapper .lazy:before {
      content: "";
      display: block;
      position: absolute;
      right: 19%;
      bottom: 0;
      background: url("/images/svg/ui/video_icon.svg") no-repeat;
      width: 50px;
      height: 50px;
      -webkit-transition: all .6s;
      transition: all .6s; }
    .spoon-video figure > a:hover .lazy-wrapper .lazy:before {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
  .spoon-video > .wrapper {
    width: 100%; }
  .spoon-video > h2 {
    z-index: 1;
    position: relative;
    top: -1em; }

@media (min-width: 45em) {
  .spoon-video.watch:after {
    bottom: -0.02em; }
  .spoon-video .first.video a span:before {
    right: 3em; }
  .spoon-video .first.video a span:after {
    right: 2.5em; }
  .spoon-video .first.video {
    margin: 1em 1em 3em; }
  .spoon-video .first.video figcaption {
    display: block;
    max-width: none; }
  .spoon-video .list figure.video a:before {
    top: 10.6em;
    right: 1.2em;
    margin-left: 0;
    left: inherit; }
  .spoon-video .list figure.video a:after {
    top: 10em; }
  .spoon-video figure.video a > span:before {
    bottom: 1.5em;
    right: 1.3em; }
  .spoon-video figure.video a > span:after {
    right: 0.8em;
    bottom: 0.8em; }
  .spoon-video figure .lazy-wrapper .lazy:before {
    right: 7%; }
  .spoon-video > h2 {
    top: -3em; } }

@media (min-width: 60em) {
  .spoon-video.watch:before {
    top: -0.1em; }
  .spoon-video.watch:after {
    bottom: -0.1em; }
  .spoon-video .first.video a:after {
    display: none; }
  .spoon-video .first.video {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: block;
    padding: 0em 0; }
    .spoon-video .first.video .lazy-wrapper {
      display: none; }
    .spoon-video .first.video:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: inset 0 -108px 230px 10px #0a0a0a;
      box-shadow: inset 0 -108px 230px 10px #0a0a0a;
      z-index: 1;
      background: transparent; }
  .spoon-video.watch .first > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .spoon-video.watch .first div.lazy-wrapper {
    visibility: hidden; }
  .spoon-video.watch .first figcaption {
    max-width: 80em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 1em 5em; }
    .spoon-video.watch .first figcaption:before {
      content: "";
      position: absolute;
      background: url("/images/svg/ui/video_icon.svg") no-repeat;
      width: 40px;
      height: 40px;
      z-index: 2;
      top: -3em;
      left: 1em;
      -webkit-transition: all .6s;
      transition: all .6s; }
  .spoon-video .list figure.video a:after {
    top: 10em; }
  .spoon-video .list figure.video a:before {
    left: 2.1em; }
  .spoon-video.watch > h2.greyh2 {
    top: -2em;
    left: 0;
    margin-left: 0; }
  .spoon-video.watch > .wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    .spoon-video.watch > .wrapper figure {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; }
    .spoon-video.watch > .wrapper figcaption {
      max-width: 75%;
      padding: 0 0 0 0.8em; }
  .spoon-video figure .lazy-wrapper .lazy:before {
    right: 0;
    width: 35px;
    height: 35px; } }

@media (min-width: 70em) {
  .spoon-video.watch .first figcaption {
    padding: 0 2em 5em; }
    .spoon-video.watch .first figcaption:before {
      left: 2em; }
  .spoon-video figure .lazy-wrapper .lazy:before {
    right: 1em;
    bottom: 0.8em; } }

.watch {
  margin: 0;
  padding: 1em 1em 5em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .watch:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 124px solid #f9f8f9;
    border-right: 480px solid transparent;
    top: 0;
    left: 0; }
  .watch:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 115px solid #fefefe;
    border-left: 430px solid transparent;
    bottom: 0;
    right: 0; }
  .watch h2.greyh2 {
    width: 100%;
    background: transparent; }
  .watch figure.first {
    margin-top: 3em; }
    .watch figure.first figcaption {
      position: relative; }
  .watch header {
    position: relative;
    top: -1em;
    display: table;
    margin: 0 auto;
    z-index: 3;
    background: transparent; }
  .watch figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 3em;
    width: 100%; }
    .watch figure.video a:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-left: 20px solid #fefefe;
      border-bottom: 10px solid transparent;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      z-index: 2; }
    .watch figure.video a:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      z-index: 1;
      background: #00ff9c;
      border-radius: 50%; }
    .watch figure.video a:hover:before {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1; }
    .watch figure.video a:hover strong {
      border-bottom: 1px solid #00ff9c; }
    .watch figure.video img {
      background-size: cover;
      background-position: center;
      -webkit-box-shadow: inset 0 0 60px 119px rgba(0, 0, 0, 0.15);
      box-shadow: inset 0 0 60px 119px rgba(0, 0, 0, 0.15); }
    .watch figure a {
      position: relative;
      display: block; }
  .watch img {
    border-radius: 50%;
    width: 280px;
    display: table;
    margin: 0 auto;
    height: 280px; }
  .watch figcaption {
    margin: 1em 0 0;
    display: table;
    margin: 0 auto; }
    .watch figcaption strong {
      font-size: 1.5em;
      font-weight: 900;
      color: #fefefe;
      display: inline; }
  .watch small {
    color: #636363;
    font-size: 1.125em;
    font-weight: 800;
    display: block; }
  .watch span {
    color: #b7b7b7;
    font-size: 1.25;
    font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

@media (min-width: 45em) {
  .watch {
    padding: 2.3em 1em 8em;
    margin: 0; }
    .watch:before {
      border-right: 768px solid transparent; }
    .watch:after {
      border-left: 768px solid transparent; }
    .watch figure.first {
      width: 100%;
      margin: 2em 0 2em;
      background: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .watch figure.first.video a:before {
        left: 17%; }
      .watch figure.first .wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%; }
      .watch figure.first figcaption {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        margin-left: 2em; }
    .watch > .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .watch > .wrapper figure a:before {
        top: 13%;
        left: 50%;
        margin-left: -40px; }
      .watch > .wrapper figure img {
        max-height: 200px;
        max-width: 200px;
        width: 200px;
        height: 200px; }
      .watch > .wrapper figure figcaption {
        margin-top: 1em; }
    .watch .black-title {
      margin: 0; } }

@media (min-width: 60em) {
  .watch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    padding: 0; }
    .watch:before {
      border-right: 1024px solid transparent;
      z-index: 2;
      border-top: 85px solid #f9f8f9; }
    .watch:after {
      border-left: 1024px solid transparent;
      z-index: 2; }
    .watch h2.greyh2 {
      position: absolute;
      left: 50%;
      top: -1em;
      margin-left: -70px;
      z-index: 5; }
    .watch header {
      display: -ms-flexbox;
      position: absolute;
      top: -25px;
      left: 2em; }
    .watch figure.first {
      width: 50%;
      display: -webkit-box;
      display: flex;
      display: -ms-flexbox;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative;
      min-height: 540px;
      height: auto;
      background-size: cover;
      background-position: center top;
      margin: 0; }
      .watch figure.first.video a:before {
        display: none; }
      .watch figure.first a {
        width: 100%; }
        .watch figure.first a .wrapper {
          width: 100%;
          max-width: 100%;
          border-radius: 0;
          height: 100%; }
          .watch figure.first a .wrapper img {
            display: block; }
      .watch figure.first figcaption:before {
        left: 2em; }
      .watch figure.first img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 0; }
      .watch figure.first figcaption {
        position: absolute;
        color: #fefefe;
        width: auto;
        bottom: 0;
        padding: 0 2em 2em;
        z-index: 2; }
      .watch figure.first strong {
        font-size: 2.5em;
        color: #fefefe; }
      .watch figure.first small {
        color: #fefefe; }
    .watch .wrapper {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 5em 1em 8em 2em;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .watch .wrapper figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0 0 1em; }
        .watch .wrapper figure.video a:before {
          top: 2.1em;
          border-left: 33px solid #fefefe;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent; }
        .watch .wrapper figure img {
          display: inline-block;
          max-width: 95px;
          max-height: 95px;
          min-height: inherit;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          margin: 0 1em 0 0; }
        .watch .wrapper figure strong {
          font-size: 1.35em; }
        .watch .wrapper figure figcaption {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
          flex: 0 0 80%;
          margin: 0; }
        .watch .wrapper figure a {
          display: block;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%; } }

@media (min-width: 70em) {
  .watch:before {
    border-right: 1440px solid transparent;
    top: -1px; }
  .watch:after {
    border-left: 1440px solid transparent;
    bottom: -1px; } }

/*endinject*/
