@charset "UTF-8";
/*********************
BREAKPOINTS
*********************/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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

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

*,
*::before,
*::after {
  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 {
  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;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.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: " ";
  flex-basis: 0;
  order: 1;
}
.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 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.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.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  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.3333333333%;
}
.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.6666666667%;
}
.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.2857142857%;
}
.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;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.2857142857%;
  }
  .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;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.2857142857%;
  }
  .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;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.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-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

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

.align-bottom {
  align-items: flex-end;
}

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

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

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

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

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  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 {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@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;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

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

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

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

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

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

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

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

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  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 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  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, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .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, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .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, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

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

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

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

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;
}

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

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

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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;
    color: black !important;
    -webkit-print-color-adjust: economy;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1em 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.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, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #2199e8;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #000;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #000;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #2199e8;
}
.button.clear:hover, .button.clear:focus {
  color: #0c4d78;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #2199e8;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

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

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

input: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] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[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;
  line-height: 1.6;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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;
}

select {
  height: 2.5375rem;
  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;
  font-weight: normal;
  line-height: 1.6;
  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;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@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;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .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.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

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

@media screen and (max-width: 39.99875em), 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.99875em) {
  .show-for-large {
    display: none !important;
  }
}

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

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

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

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

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

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.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: "–";
}

.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: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

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

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

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

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

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

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  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: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: 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-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
@media print, screen and (min-width: 40em) {
  .position-left {
    width: 250px;
    transform: translateX(-250px);
  }
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px);
  }
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px);
  }
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
@media print, screen and (min-width: 40em) {
  .position-right {
    width: 250px;
    transform: translateX(250px);
  }
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px);
  }
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px);
  }
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

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

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

.orbit-previous {
  left: 0;
}

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  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;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

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

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 1.25rem 0.625rem 1.5625rem;
  flex-wrap: wrap;
}
.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 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 1rem;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

/*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.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 #c1ce7b;
}
.about main article a:hover {
  border-bottom: 1px solid #c1ce7b;
}
.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: #7eb4e8;
  font-weight: bolder;
  font-size: 2em;
  margin-top: 1em;
}
.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 .policies header {
  background: #000;
  height: 35vh;
  opacity: 0.5;
  color: #fefefe;
  font-size: 3em;
  line-height: 2.1875rem;
  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: flex;
  flex-wrap: wrap;
  padding: 1em;
}
.chapter.author .canopy div {
  flex: 1 0 100%;
}
.chapter.author .canopy div:nth-child(1) {
  order: 2;
}
.chapter.author .canopy div.btns {
  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.25em;
  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.25em;
  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: flex;
  align-items: flex-start;
  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) {
  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) {
  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.1em;
}
.chapter.author main .post-teaser-grid {
  padding: 1em;
}

@media (min-width: 45em) {
  .chapter.author .canopy {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 1em;
  }
  .chapter.author .canopy div {
    flex: 0 0 100%;
  }
  .chapter.author .canopy div:nth-child(1) {
    order: 2;
  }
  .chapter.author .canopy div.btns {
    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) {
    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) {
    flex: 0 0 67%;
  }
  .chapter.author main .post-teaser-grid {
    padding: 2em;
    justify-content: space-between;
  }
}
@media (min-width: 60em) {
  .chapter.author .canopy div:nth-child(1) {
    order: 1;
    flex: 0 0 70%;
  }
  .chapter.author .canopy div.btns {
    order: 2;
    flex: 0 0 30%;
  }
  .chapter.author main header div:nth-child(1) figure {
    display: inline-block;
  }
  .chapter.author main .members li {
    flex: 1 0 20%;
  }
}
@media (min-width: 70em) {
  .chapter.author main header {
    justify-content: center;
  }
  .chapter.author main header div:nth-child(1) {
    flex: 0 0 auto;
  }
  .chapter.author main header div:nth-child(2) {
    flex: 0 0 67%;
  }
}
.awesome {
  text-align: center;
  padding: 2em 1em;
  color: #fefefe;
  background: #1e5799;
  background: linear-gradient(to bottom, #1e5799 0%, #1e5799 0%, #c1ce7b 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: rgb(249, 248, 249);
}
main.blogList header {
  display: flex;
  flex-direction: column;
  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 #c1ce7b;
}
main.blogList section.blogPostIndex div.flex-wrapper > figure div.lazy-wrapper div.newPostTag {
  position: absolute;
  background-color: #7eb4e8;
  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: flex;
  flex-direction: column;
}
main.blogList section.blogPostIndex div.flex-wrapper > figure figcaption small {
  color: #cacaca;
}
main.blogList section.pagination {
  display: flex;
  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 {
    justify-content: flex-start;
    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 {
    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: rgb(249, 248, 249);
}
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, main article.blog .wp-caption-text {
  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: flex;
  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: flex;
  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 #c1ce7b;
}
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: flex;
  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 #c1ce7b;
  color: #0a0a0a;
}
main article.blog section.postContent p a:hover {
  border-bottom: 1px solid #c1ce7b;
  border-top: 1px solid #c1ce7b;
}
main article.blog section.postContent div.share-this.image-hover {
  position: relative;
  margin-bottom: 0;
  background: url("/images/svg/patterns/food.svg") #7eb4e8;
  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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px;
  color: #fefefe;
  width: 60px;
  height: 60px;
  border: 0px;
  border-radius: 50%;
  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: flex;
  justify-content: 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: #c1ce7b;
  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;
}

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

section.postContent div.share-this-wrapper a.share-pinterest {
  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 {
    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: flex;
    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 {
    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: 3em;
  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: #c1ce7b;
  border-bottom: 1px solid #fefefe;
}
#page-campuses header form input[type=text]:focus {
  box-shadow: none;
}
#page-campuses .school-list {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
}
#page-campuses .school-list a {
  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 #c1ce7b;
  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 {
    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: rgb(249, 248, 249);
}
.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 #c1ce7b;
}
.featuredPage .featured {
  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;
  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: #7eb4e8;
  color: #fefefe;
  width: auto;
  padding: 0.5em 1em;
  display: table;
  margin: -3em 0 1.5em;
}
.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 #c1ce7b;
}
.featuredPage .featured > .wrapper {
  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: #7eb4e8;
  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: #7eb4e8;
  margin: 0 5px 0 0;
}
.featuredPage .featured h2 {
  font-size: 1.25em;
  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: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  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.75em;
  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%;
  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: rgb(34, 34, 34);
}
#page-drinks .tea h2, #page-drinks .beer h2 {
  background: rgb(34, 34, 34);
  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: rgb(34, 34, 34);
}
#page-recipe .fiveIng h2, #page-recipe .microwave h2 {
  background: rgb(34, 34, 34);
  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 {
  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 {
  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: rgb(34, 34, 34);
}
.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: rgb(34, 34, 34);
}
.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 #c1ce7b;
  display: inline;
}

main .most-shared.coffee-grid .emoji img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #c1ce7b;
  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.5em 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 {
    flex: 0 0 60%;
    padding: 0;
    text-align: right;
    top: -4em;
  }
  .featuredPage .featured .first.center header {
    background: #7eb4e8;
    color: #fefefe;
    width: auto;
    padding: 0.5em 1em;
    display: table;
    margin: -3em 0 1.5em;
  }
  .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 {
    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.25em;
  }
  .featuredPage .featured > .wrapper header h1.black-title {
    margin: 0 0 1em;
  }
  .featuredPage .featured h2.more-label {
    clear: both;
    font-size: 1.5em;
  }
  .featuredPage .latest figure {
    width: 47.8%;
    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: flex;
  }
  #page-recipe .breakfast .flex-wrapper > figure, #page-recipe .lunch .flex-wrapper > figure, #page-recipe .dinner .flex-wrapper > figure {
    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 {
    flex: 0 0 40%;
    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: 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 {
    flex: 0 0 50%;
  }
  #page-recipe .flex-wrapper.col2 > section h2 {
    text-align: left;
  }
  #page-recipe .flex-wrapper.col2 > section .flex-wrapper {
    display: flex;
    flex-direction: column;
  }
  #page-recipe .lunch .flex-wrapper > figure {
    order: 2;
  }
  #page-recipe .lunch .flex-wrapper > .thumb-wrapper {
    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 {
    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 {
    flex: 0 0 66%;
    display: flex;
    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 {
    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: rgb(34, 34, 34);
    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: rgb(34, 34, 34);
  }
  .most-shared.coffee-grid.spoon-ui4 .flex-wrapper {
    display: flex;
    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 {
    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 {
    flex: 3 0px;
  }
  .featuredPage .latest figure {
    width: 31.5%;
  }
  #page-recipe .flex-wrapper.col2 {
    display: flex;
    margin: 0 auto;
  }
  #page-recipe .flex-wrapper.col2 > .dessert {
    padding-right: 2em;
  }
  #page-recipe .flex-wrapper.col2 > section {
    flex: 0 0 50%;
  }
  #page-recipe .flex-wrapper.col2 > section h2 {
    text-align: left;
  }
  #page-recipe .flex-wrapper.col2 > section .flex-wrapper {
    display: flex;
    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 {
    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;
    flex: 0 0 50%;
  }
  .featuredPage .featured .first.center header {
    background: #7eb4e8;
    color: #fefefe;
    width: auto;
    padding: 0.5em 1em;
    display: table;
    margin: -3em 0 1.5em;
  }
  .featuredPage .featured .first.center img {
    width: 600px;
    height: 600px;
    position: relative;
    min-width: auto;
    min-height: auto;
    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 {
    flex: 0 0 50%;
    padding: 0 5em 0 0;
  }
  .featuredPage .latest {
    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 #c1ce7b;
}
.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 {
  flex: 0 0 100%;
  display: block;
  padding: 0em;
  position: relative;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  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: #c1ce7b;
  display: table;
}
.category-section .emoji figcaption {
  text-align: center;
}
.category-section .flex-wrapper {
  align-items: stretch;
  padding-bottom: 1em;
  justify-content: space-between;
  display: flex;
  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: rgb(34, 34, 34);
  color: #fefefe;
}
.dark-theme a {
  color: #fefefe;
}

@media (min-width: 45em) {
  .category-section {
    margin: 0;
  }
  .category-section figure {
    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 {
    flex-direction: column;
  }
  .category-section .thumb-wrapper {
    flex: 0 0 66%;
    display: flex;
    justify-content: space-between;
  }
  .category-section .thumb-wrapper > figure {
    flex: 0 0 48.5%;
  }
  .category-section .flex-wrapper {
    align-items: stretch;
    padding-bottom: 1em;
    justify-content: space-between;
    display: flex;
    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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 56em;
  margin: 0 auto;
}
.most-shared.coffee-grid figure {
  flex: 0 0 100%;
  display: block;
  padding: 0em;
  position: relative;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  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;
  transform: scale(0);
  transition: transform 0.3s;
  z-index: 1;
  margin-top: -25px;
}
.most-shared.coffee-grid figure.video > a:hover:before {
  transform: scale(1);
}
.most-shared.coffee-grid figure > a {
  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 #c1ce7b;
}
.most-shared.coffee-grid figure .tag {
  text-transform: uppercase;
  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 #c1ce7b;
}
.most-shared.coffee-grid figure.featured figcaption {
  background: #fefefe;
}
.most-shared.coffee-grid figure figcaption {
  width: 100%;
  font-weight: 500;
  flex: 0 0 100%;
  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 {
    justify-content: space-between;
  }
  .most-shared.coffee-grid figure {
    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: flex;
  flex-wrap: wrap;
  max-width: 75em;
  margin: 0 auto;
}
.chapter .canopy .max-wrap > div {
  flex: 0 0 100%;
}
.chapter .canopy .max-wrap div:nth-child(1) {
  order: 2;
}
.chapter .canopy .max-wrap div.btns {
  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.25em;
  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.25em;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.chapter main .members:after {
  content: "";
  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 #c1ce7b;
}
.chapter main .members a:hover .name {
  border-bottom: 2px solid #c1ce7b;
  transition: all 0.25s;
}
.chapter main .members li {
  list-style: none;
  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: #c1ce7b;
  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 {
    flex: 0 0 50%;
  }
  .chapter .canopy .max-wrap div:nth-child(1) {
    order: 1;
  }
  .chapter .canopy .max-wrap div.btns {
    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: "";
    flex: 0 0 50%;
  }
  .chapter main .members li {
    flex: 1 0 25%;
  }
}
@media (min-width: 60em) {
  .chapter main .members:after {
    content: "";
    flex: 0 0 40%;
  }
  .chapter main .members li {
    flex: 1 0 20%;
  }
}
#page-cities header {
  background: #0a0a0a;
  color: #fefefe;
  padding: 2.5em 1em;
}
#page-cities header h1 {
  font-size: 3em;
  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: #c1ce7b;
  border-bottom: 1px solid #fefefe;
}
#page-cities header form input[type=text]:focus {
  box-shadow: none;
}
#page-cities .list {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  max-width: 75em;
  margin: 0 auto;
  justify-content: center;
}
#page-cities .list a {
  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 #c1ce7b;
}

@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 {
    flex: 0 0 20%;
    margin: 0 0.5em 1em;
    text-align: center;
  }
}
.errorPage .blue-header-text {
  color: #7eb4e8;
  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.5em;
  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%;
  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: #c1ce7b;
  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;
  justify-content: center;
  align-items: flex-start;
}
.page-gift-guide-live .post-teaser-grid:after {
  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 {
  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;
  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 {
  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 {
  transform: skewX(-30deg) skewY(-15deg);
}
.page-healthier .jupiter .planet {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  transform: skewY(15deg) skewX(30deg) rotate(-3.13deg);
  background-size: 100%;
  animation: jupiter-motion 2s infinite linear;
}
.page-healthier .prime {
  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 {
  transform: rotate(-24deg) skewX(50deg) skewY(-15deg);
}
.page-healthier .io .trace {
  width: 110px;
  height: 110px;
  margin: -55px 0 0 -55px;
}
.page-healthier .io .orbit {
  animation: io-motion1 30s reverse infinite linear;
}
.page-healthier .io .moon {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  transform: skewY(15deg) skewX(-45deg);
  background: url("/images/svg/healthier/star-small.svg");
  background-size: 100%;
  animation: io-motion2 30s reverse infinite linear;
}
.page-healthier .europa {
  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 {
  animation: europa-motion1 25s infinite linear;
}
.page-healthier .europa .moon {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  transform: skewY(15deg) skewX(-45deg);
  background: url("/images/svg/healthier/sun.svg");
  background-size: 100%;
  animation: europa-motion2 25s infinite linear;
}
.page-healthier .ganymede {
  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 {
  animation: ganymede-motion1 30s infinite linear;
  animation-delay: 5s;
}
.page-healthier .ganymede .moon {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  transform: skewY(15deg) skewX(-45deg);
  background: url("/images/svg/healthier/bolt.svg");
  background-size: 100%;
  animation: ganymede-motion2 30s infinite linear;
  animation-delay: 5s;
}
.page-healthier .ganymede-star {
  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 {
  animation: ganymede-motion1 30s infinite linear;
  animation-delay: 10s;
}
.page-healthier .ganymede-star .moon {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  transform: skewY(15deg) skewX(-45deg);
  background: url("/images/svg/healthier/star-big.svg");
  background-size: 100%;
  animation: ganymede-motion2 30s infinite linear;
  animation-delay: 10s;
}
.page-healthier .ganymede-bulb {
  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 {
  animation: ganymede-motion1 30s infinite linear;
  animation-delay: 15s;
}
.page-healthier .ganymede-bulb .moon {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  transform: skewY(15deg) skewX(-45deg);
  background: url("/images/svg/healthier/bulb.svg");
  background-size: 100%;
  animation: ganymede-motion2 30s infinite linear;
  animation-delay: 15s;
}
.page-healthier .ganymede-lotus {
  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 {
  animation: ganymede-motion1 30s infinite linear;
  animation-delay: 0s;
}
.page-healthier .ganymede-lotus .moon {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  transform: skewY(15deg) skewX(-45deg);
  background: url("/images/svg/healthier/lotus.svg");
  background-size: 100%;
  animation: ganymede-motion2 30s infinite linear;
  animation-delay: 0s;
}
.page-healthier .callisto {
  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 {
  animation: callisto-motion1 20s infinite linear;
}
.page-healthier .callisto .moon {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  transform: skewY(15deg) skewX(-45deg);
  background: url("/images/svg/healthier/yingyang.svg");
  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;
}
@keyframes jupiter-motion {
  to {
    background-position: -150% 0;
  }
}
@keyframes io-motion1 {
  from {
    transform: rotate(0deg) translate(-55px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-55px) rotate(-360deg);
  }
}
@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 europa-motion1 {
  from {
    transform: rotate(0deg) translate(-75px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-75px) rotate(-360deg);
  }
}
@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 ganymede-motion1 {
  from {
    transform: rotate(0deg) translate(-100px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-100px) rotate(-360deg);
  }
}
@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 callisto-motion1 {
  from {
    transform: rotate(0deg) translate(-112px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-112px) rotate(-360deg);
  }
}
@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.25em;
  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;
  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: 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: flex;
  justify-content: space-between;
}
body.healthier .off-canvas-content > header .logo {
  display: inline-block;
  flex: 0 0 180px;
}
body.healthier .off-canvas-content > header nav {
  display: block !important;
  background: transparent;
  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 {
  flex: 0 0 100px;
}
body.healthier .off-canvas-content > header .search-panel-button img, body.healthier .off-canvas-content > header .hamburger img {
  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;
  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 {
    transform: skewX(-30deg) skewY(-15deg);
  }
  .page-healthier .jupiter .planet {
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    transform: skewY(15deg) skewX(30deg) rotate(-3.13deg);
    background-size: 100%;
    animation: jupiter-motion 2s infinite linear;
    position: relative;
    z-index: 100;
  }
  .page-healthier .prime {
    transform: rotate(-24deg) skewX(50deg) skewY(-15deg);
  }
  .page-healthier .prime .trace {
    width: 100px;
    height: 100px;
    margin: -43px 0 0 -68px;
  }
  .page-healthier .io {
    transform: rotate(-24deg) skewX(50deg) skewY(-15deg);
  }
  .page-healthier .io .trace {
    width: 210px;
    height: 210px;
    margin: -105px 0 0 -105px;
  }
  .page-healthier .io .orbit {
    animation: io-motion1 30s reverse infinite linear;
  }
  .page-healthier .io .moon {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    transform: skewY(15deg) skewX(-45deg);
    background-size: 100%;
    animation: io-motion2 30s reverse infinite linear;
    position: relative;
    z-index: 1;
  }
  .page-healthier .europa {
    transform: rotate(-24deg) skewX(45deg) skewY(-15deg);
  }
  .page-healthier .europa .trace {
    width: 320px;
    height: 320px;
    margin: -160px 0 0 -160px;
  }
  .page-healthier .europa .orbit {
    animation: europa-motion1 25s infinite linear;
  }
  .page-healthier .europa .moon {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    transform: skewY(15deg) skewX(-45deg);
    background-size: 100%;
    animation: europa-motion2 25s infinite linear;
    position: relative;
    z-index: 1;
  }
  .page-healthier .ganymede {
    transform: rotate(-25deg) skewX(45deg) skewY(-15deg);
  }
  .page-healthier .ganymede .trace {
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
  }
  .page-healthier .ganymede .orbit {
    animation: ganymede-motion1 30s infinite linear;
    animation-delay: 5s;
  }
  .page-healthier .ganymede .moon {
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    transform: skewY(15deg) skewX(-45deg);
    background-size: 100%;
    animation: ganymede-motion2 30s infinite linear;
    animation-delay: 5s;
    position: relative;
    z-index: 1;
  }
  .page-healthier .ganymede-star {
    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 {
    animation: ganymede-motion1 30s infinite linear;
    animation-delay: 10s;
  }
  .page-healthier .ganymede-star .moon {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    transform: skewY(15deg) skewX(-45deg);
    background-size: 100%;
    animation: ganymede-motion2 30s infinite linear;
    animation-delay: 10s;
    position: relative;
    z-index: 1;
  }
  .page-healthier .ganymede-bulb {
    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 {
    animation: ganymede-motion1 30s infinite linear;
    animation-delay: 15s;
  }
  .page-healthier .ganymede-bulb .moon {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    transform: skewY(15deg) skewX(-45deg);
    background-size: 100%;
    animation: ganymede-motion2 30s infinite linear;
    animation-delay: 15s;
    position: relative;
    z-index: 1;
  }
  .page-healthier .ganymede-lotus {
    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 {
    animation: ganymede-motion1 30s infinite linear;
    animation-delay: 0s;
  }
  .page-healthier .ganymede-lotus .moon {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    transform: skewY(15deg) skewX(-45deg);
    background-size: 100%;
    animation: ganymede-motion2 30s infinite linear;
    animation-delay: 0s;
    position: relative;
    z-index: 1;
  }
  .page-healthier .callisto {
    transform: rotate(-5deg) skewX(46deg) skewY(-22deg);
  }
  .page-healthier .callisto .trace {
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
  }
  .page-healthier .callisto .orbit {
    animation: callisto-motion1 20s reverse infinite linear;
  }
  .page-healthier .callisto .moon {
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    transform: skewY(15deg) skewX(-45deg);
    animation: callisto-motion2 20s reverse infinite linear;
    background-size: 100%;
    position: relative;
    z-index: 1;
  }
  @keyframes jupiter-motion {
    to {
      background-position: -150% 0;
    }
  }
  @keyframes io-motion1 {
    from {
      transform: rotate(0deg) translate(-105px) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translate(-105px) rotate(-360deg);
    }
  }
  @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 europa-motion1 {
    from {
      transform: rotate(0deg) translate(-160px) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translate(-160px) rotate(-360deg);
    }
  }
  @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 ganymede-motion1 {
    from {
      transform: rotate(0deg) translate(-200px) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translate(-200px) rotate(-360deg);
    }
  }
  @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 callisto-motion1 {
    from {
      transform: rotate(0deg) translate(-200px) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translate(-200px) rotate(-360deg);
    }
  }
  @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: flex;
  flex-flow: row wrap;
  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 #c1ce7b;
}
.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: #7eb4e8;
  color: #fefefe;
  display: inline-block;
  padding: 0.5em 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.75em;
  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 #c1ce7b;
  display: inline;
}
.featured .contributors, .trending .contributors, .latest .contributors {
  text-align: center;
  width: 100%;
}
.featured .contributors .hr, .trending .contributors .hr, .latest .contributors .hr {
  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;
  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 {
  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: #c1ce7b;
  color: #fefefe;
  font-size: 1.08em;
  font-weight: 900;
  padding: 0.875em 1.063em;
  margin: 0.8em 0;
  display: inline-block;
  border-radius: 2px;
  line-height: 100%;
  transition: all 200ms ease-in;
}
.featured .contributors > a:hover, .trending .contributors > a:hover, .latest .contributors > a:hover {
  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.25em;
  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%;
  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.75em;
  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: #7eb4e8;
  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: #7eb4e8;
  margin: 0 5px 0 0;
}
.featured strong, .trending strong, .latest strong {
  font-size: 1.25em;
  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: #7eb4e8;
  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 #c1ce7b;
}
.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: rgb(249, 248, 249);
}

.watch:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 124px solid rgb(249, 248, 249);
  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;
  box-sizing: border-box;
  margin: 0 0em 3em;
}
.watch figure.video a:hover strong {
  border-bottom: 1px solid #c1ce7b;
}
.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: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
}
.trending div.lazy-wrapper {
  padding-bottom: 50%;
}
.trending header {
  background: transparent;
  position: absolute;
  top: 0.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;
  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.75em;
  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%;
  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;
  box-shadow: none;
  outline: none;
}
#page-home .newsletter form button, .global.newsletter form button {
  position: absolute;
  right: 0.5em;
  top: 6.4em;
  color: #7eb4e8;
  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") #7eb4e8;
  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;
    align-items: stretch;
  }
  .featured .first.center {
    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.25em;
    line-height: 1.3em;
  }
  .featured .recent.wrapper {
    display: flex;
    justify-content: space-between;
    clear: both;
    order: 3;
    width: 100%;
    position: relative;
    top: -7.8em;
    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 {
    flex: 0 0 32%;
    margin: 0;
  }
  .featured h1.tagline {
    margin-left: 0;
  }
  .featured .contributors {
    display: block;
    top: 0;
    right: 0;
    order: 2;
    width: 40%;
    padding-top: 1em;
    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: flex;
    align-items: center;
    width: 100%;
  }
  .watch figure.first a .wrapper {
    flex: 1 0 50%;
  }
  .watch figure.first a figcaption {
    flex: 0 0 60%;
    margin: 0;
    padding: 0 0 0 2em;
  }
  .watch figure.first div.lazy-wrapper {
    padding-bottom: 40%;
    margin: 0;
    width: 100%;
    flex: 0 0 40%;
  }
  .watch > .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .watch > .wrapper figure {
    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%;
    flex: auto;
    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 {
    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 {
    justify-content: space-between;
  }
  #page-home .post-teaser-grid figure {
    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: flex;
    padding: 1em;
    margin-bottom: 0;
    align-items: flex-start;
    position: relative;
    z-index: 2;
  }
  .featured:before {
    content: "";
    position: absolute;
    top: 0;
    background: rgb(249, 248, 249);
    height: 100%;
    display: block;
    left: -100%;
    z-index: 0;
    right: 0;
  }
  .featured:after {
    content: "";
    position: absolute;
    height: 100%;
    right: -100%;
    display: block;
    background: rgb(249, 248, 249);
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .featured .first.center {
    float: none;
    order: 2;
    border-radius: 50%;
    position: relative;
    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 {
    flex-direction: column;
    order: 1;
    width: 25%;
    flex: 0 0 20%;
    top: 0;
    align-self: flex-start;
    padding: 0;
    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;
    order: 3;
    width: 20%;
    padding: 0em;
    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 {
    flex-direction: row;
    height: auto;
  }
  .featured .contributors > .social a {
    margin: 0px 15px;
  }
  .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: flex;
    flex-wrap: wrap;
    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: flex;
    display: -ms-flexbox;
    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: 100%;
    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 {
    transform: rotate(360deg);
  }
  .watch figure.first a:hover figcaption:after {
    content: "PLAY";
    padding: 0;
    color: #c1ce7b;
    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%;
    flex-direction: column;
    display: -ms-flexbox;
    flex: 1;
    padding: 5em 2em 7em;
    justify-content: flex-start;
  }
  .watch > .wrapper figure {
    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;
    flex: 0 0 20%;
    margin: 0 1em 0 0;
  }
  .watch > .wrapper figure strong {
    font-size: 1.35em;
  }
  .watch > .wrapper figure figcaption {
    flex: 0 0 80%;
    margin: 0;
  }
  .watch > .wrapper figure a {
    display: block;
    display: flex;
    align-items: flex-start;
  }
  .watch > .wrapper figure div {
    height: 100%;
  }
  .watch > .wrapper figure div.lazy-wrapper {
    padding-bottom: 20%;
    height: 0;
  }
  .trending {
    justify-content: space-between;
  }
  .trending figure {
    flex: 0 0 32%;
  }
  .latest {
    flex: 3 0px;
  }
  .latest figure {
    width: 31%;
  }
  .post-teaser-grid {
    max-width: 75em;
    margin: 0 auto;
  }
  #page-home .post-teaser-grid {
    justify-content: space-between;
    max-width: 56em;
    margin: 0 auto;
  }
  #page-home .post-teaser-grid figure {
    flex: 0 0 32%;
  }
  #page-home .watch.spoon-video {
    margin-top: 0em;
  }
  #page-home .newsletter, .global.newsletter {
    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;
    flex: 0 0 34%;
    background: #7eb4e8;
    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: flex;
    justify-content: space-around;
    margin: 0.9em auto;
  }
  #page-home .newsletter .connect .social a, .global.newsletter .connect .social a {
    flex: 0 0 auto;
  }
  #page-home .newsletter form, .global.newsletter form {
    flex: 2;
    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: flex;
    padding: 1em 0;
    max-width: 75em;
    width: 90%;
    margin: 0 auto;
  }
  .featured .first.center {
    padding: 0;
    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 {
    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;
    order: 3;
    width: 18%;
    padding: 0em;
    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;
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
  color: #c1ce7b;
  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: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 75em;
  margin: 0 auto;
}
.jobs main .job-list {
  margin: 0 0 2em;
  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 {
  flex: 1 0 100%;
  word-wrap: break-word;
}
.jobs main aside {
  padding: 0 1em;
  flex: 1 0 100%;
}
.jobs main aside h2 {
  font-size: 1.25em;
  font-weight: 200;
}
.jobs main aside nav {
  margin: 0 0 2em;
}
.jobs main aside nav a {
  display: block;
  font-size: 1.25em;
  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: flex;
    flex-wrap: wrap;
    padding: 1em 0 0;
  }
  .jobs main .job-list {
    width: 70%;
    margin: 0;
    flex: 1 0 70%;
    padding: 0 1em 0 0;
  }
  .jobs main aside {
    padding: 0 0 0 1em;
    flex: 1 0 30%;
  }
  .jobs.details main {
    display: block;
    padding: 1em;
  }
  .jobs.details main > .wrapper {
    display: flex;
  }
  .jobs.details main > .wrapper .details-wrapper {
    flex: 0 0 70%;
  }
  .jobs.details main > .wrapper aside {
    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: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: baseline;
}
.nutrition-content .flex-wrapper input {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  float: none;
  align-item: flex-start;
}
.nutrition-content .flex-wrapper label {
  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;
  box-shadow: none;
}
.nutrition-content form#nutritionForm input.button, .nutrition-content form#nutritionForm button {
  background: #c1ce7b;
  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%;
}
.petitions {
  padding: 1em;
}
.petitions h3 {
  font-weight: 900;
  font-size: 3.438em;
  color: #c1ce7b;
  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: #c1ce7b;
  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;
  transition: all 200ms ease-in;
  display: none;
}
.related a small {
  display: block;
  color: #0a0a0a;
  font-size: 0.9em;
}
.related .post-teaser-grid {
  align-items: stretch;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.related .post-teaser-grid figure {
  background: #fefefe;
  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: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0 0.5em;
}
.categoryDetails .meta-info .author-wrapper {
  max-width: 100%;
  margin: 0px;
}
.categoryDetails .meta-info .author-wrapper div.school {
  margin: 0px;
}
.categoryDetails .meta-info .published-date {
  margin: 0 0 0em;
}
.categoryDetails .meta-info .published-date .dateline {
  font-size: 1em;
  color: #7d7d7d;
  font-weight: normal;
  text-align: right;
  padding-left: 58px;
  margin: 0px;
}
.categoryDetails .author-wrapper {
  margin: 0 0 0.5em;
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.categoryDetails .author-wrapper figure {
  flex: 0 0 100%;
}
.categoryDetails .author-wrapper figure div {
  margin: 0 0 0.5em;
}
.categoryDetails .author-wrapper figure .published-date {
  margin: 0 0 0;
}
.categoryDetails .author-wrapper figure .published-date .dateline-scroll {
  font-size: 1em;
  color: #7d7d7d;
  font-weight: normal;
  text-align: right;
  margin: 0px;
}
.categoryDetails .embed-wrapper {
  min-height: 350px;
}
.categoryDetails .embed-wrapper.Twitter {
  min-height: 100px;
}
.categoryDetails .embed-wrapper iframe {
  border: 0px;
  width: 100%;
  min-height: 350px;
}
.categoryDetails .embed-wrapper .instagram-media {
  min-width: 200px !important;
}
.categoryDetails .popular-post {
  padding-top: 1em;
  background: #fefefe;
}
.categoryDetails .popular-post h1 {
  font-size: 1em;
  color: #fefefe;
  background: #7eb4e8;
  display: table;
  margin: 0 0 1em;
  padding: 0.5em 1em;
}
.categoryDetails .popular-post figure {
  margin-bottom: 0.5em;
  display: flex;
  align-items: stretch;
}
.categoryDetails .popular-post figure > a {
  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 {
  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: #7eb4e8;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 900;
}
.categoryDetails figure {
  margin: 0;
}
.categoryDetails figure img {
  width: 100%;
}
.categoryDetails figure iframe {
  width: 100%;
  height: 100%;
}
.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 {
  box-shadow: none;
}
.categoryDetails figure.canopy:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  box-shadow: inset 0 49px 60px -46px #0a0a0a;
  top: 0;
}
.categoryDetails figure.canopy {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
  max-height: 80vh;
}
.categoryDetails figure.canopy img.post-image {
  width: 100%;
  margin-top: -5%;
}
.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 .label {
  position: relative;
  display: inline-block;
  color: #fefefe;
  background: #7eb4e8;
  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: -1;
}
.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, .categoryDetails i.sponsored_text {
  font-size: 1.188em;
  color: #7d7d7d;
  font-weight: normal;
}
.categoryDetails figure.author {
  display: flex;
  align-items: flex-start;
  margin: 0;
  background-repeat: no-repeat;
}
.categoryDetails figure.author img {
  border-radius: 50%;
  flex: 0 0 50px;
  background-size: cover;
  background-image: url("/images/author-placeholder.gif");
  max-width: 50px;
  height: 50px;
}
.categoryDetails figure.author figcaption {
  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 #c1ce7b;
  display: inline-block;
}
.categoryDetails .healthier-form {
  display: none;
}
.categoryDetails main {
  padding: 0.5em;
}
.categoryDetails main > .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.categoryDetails main h1 {
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1.2em;
}
.categoryDetails main .social-post {
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 0 2em;
  align-items: stretch;
  align-content: space-around;
}
.categoryDetails main .social-post.share-4 a {
  flex: 0 0 29%;
}
.categoryDetails main .social-post.share-4 .facebook {
  flex: 1 0 100%;
  box-sizing: border-box;
  margin: 0 0 1em;
  background-color: rgb(59, 89, 152);
  order: 1;
}
.categoryDetails main .social-post > a {
  display: inline-block;
  padding: 0.5em 0;
  margin: 0;
  flex: 0 0 auto;
  box-sizing: border-box;
  text-align: center;
  width: 30%;
}
.categoryDetails main .social-post > a img {
  height: 18px;
}
.categoryDetails main .social-post .snapchat, .categoryDetails main .social-post .youtube, .categoryDetails main .social-post .instagram {
  display: none;
}
.categoryDetails main .social-post .facebook {
  flex: 1 0 100%;
  box-sizing: border-box;
  margin: 0 0 1em;
  background-color: rgb(59, 89, 152);
  order: 1;
}
.categoryDetails main .social-post .pinterest {
  margin-left: 0;
  background-color: rgb(203, 32, 39);
  order: 2;
}
.categoryDetails main .social-post .email {
  background-color: rgb(99, 99, 99);
  order: 3;
}
.categoryDetails main .social-post .twitter {
  background-color: rgb(0, 172, 237);
  order: 4;
}
.categoryDetails main .social-post .share {
  color: #0a0a0a;
  background: rgb(193, 206, 123);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.625em;
  text-align: center;
  line-height: 100%;
  order: 5;
  margin-right: 0;
  padding-top: 1em;
  cursor: default;
  display: none;
}
.categoryDetails main .social-post .share span {
  display: block;
  font-size: 1.5em;
  text-indent: 0;
}
.categoryDetails main .social-post 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: #7eb4e8;
  color: #fefefe;
}
.categoryDetails main article {
  flex: 1 0 100%;
  order: 2;
  width: 100%;
}
.categoryDetails main article header a.reveal {
  display: block;
  background: #c1ce7b;
  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 {
  font-size: 16px;
}
.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 #c1ce7b;
}
.categoryDetails main article > p a:hover {
  border-top: 1px solid #c1ce7b;
  border-bottom: 1px solid #c1ce7b;
}
.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: 22px;
  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: #7eb4e8;
  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: #7eb4e8;
  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 0.5em;
}
.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: #c1ce7b;
  padding: 3px;
  font-size: 0.75em;
  color: #0a0a0a;
  border-radius: 5px;
  margin: 5px;
}
.categoryDetails main article footer .badge:hover { /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: jiggle 0.7s infinite;
}
.categoryDetails main article footer .published-date {
  display: none;
}
.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 #c1ce7b;
}
.categoryDetails main article section.postContent > p a:hover {
  border-top: 1px solid #c1ce7b;
  border-bottom: 1px solid #c1ce7b;
}
.categoryDetails main article section.postContent .share-this {
  position: relative;
  margin-bottom: 0;
  background: url("/images/svg/patterns/food.svg") #7eb4e8;
  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%;
  transition: all 200ms ease-in;
  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 {
  flex: 1 0 100%;
  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 main aside .adslot {
  position: sticky;
  top: 0;
  align-self: flex-start;
}

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

@media (max-width: 37.5em) {
  figure.canopy {
    max-height: 14em;
    overflow: hidden;
  }
  figure.canopy figcaption.credit {
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
  figure.canopy figcaption.credit span {
    color: #fefefe;
    text-shadow: 0px 0px 15px #0a0a0a;
  }
}
@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 {
    flex-direction: row;
  }
  .related .post-teaser-grid figure {
    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 {
    flex: 0 0 20%;
    padding-bottom: 20%;
  }
  .popular-post figure figcaption {
    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: 80vh;
    overflow: hidden;
  }
  .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 .meta-info {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .categoryDetails .meta-info .author-wrapper {
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
  }
  .categoryDetails .meta-info .author-wrapper figure {
    flex: 0 0 100%;
  }
  .categoryDetails .meta-info .published-date {
    float: right;
  }
}
@media (min-width: 45em) and (min-width: 776px) {
  .categoryDetails .meta-info .published-date {
    margin-top: 0.5em;
  }
}
@media (min-width: 45em) {
  .categoryDetails .meta-info .published-date time {
    font-size: 1em;
    color: #7d7d7d;
    font-weight: normal;
    text-align: right;
  }
}
@media (min-width: 45em) {
  .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 {
    flex: 1 0 86%;
  }
  .categoryDetails main .social.share-4 a, .categoryDetails main .social.share-4 .facebook {
    flex: 0 0 23%;
    margin: 0;
  }
  .categoryDetails main .social.share-5 a, .categoryDetails main .social.share-5 .facebook {
    flex: 0 0 18%;
    margin: 0;
  }
  .categoryDetails main .social .facebook {
    flex: 1 0 10%;
    margin-bottom: 0;
  }
  .categoryDetails main .social > a {
    flex: 1 0 10%;
  }
  .categoryDetails main article p {
    font-size: 1em;
  }
  .categoryDetails main article > .wrapper {
    display: flex;
    margin: 0 0 1em;
  }
  .categoryDetails main article > .wrapper .ingredients {
    order: 1;
    margin: 0 1em 0 0;
  }
  .categoryDetails main article > .wrapper .timing {
    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 {
    flex: 1 0 70%;
    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 main > .wrapper {
    max-width: 75em;
    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 {
    flex: 1 0 80%;
  }
  .categoryDetails main .social.share-5 a, .categoryDetails main .social.share-5 .facebook {
    flex: 0 0 17%;
    margin: 0;
  }
  .categoryDetails main .social .facebook {
    flex: 1 0 10%;
  }
  .categoryDetails main .social > a {
    flex: 0 auto 10%;
  }
  .categoryDetails main .newsletter {
    margin: 0 0 1em;
  }
  .categoryDetails main .newsletter form {
    padding: 0;
  }
  .categoryDetails main article {
    flex: 0 0 70%;
    order: 1;
    padding: 0 5.5em;
    max-width: 70%;
  }
  .categoryDetails main article > .wrapper {
    display: flex;
  }
  .categoryDetails main article > .wrapper .ingredients {
    order: 1;
  }
  .categoryDetails main article > .wrapper .timing {
    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 {
    flex: 0 0 30%;
    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 main article {
    padding: 0 8em;
  }
}
main.immersive {
  padding: 0;
}
main.immersive article {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
main.immersive article section.postContent {
  margin: 0px;
}

mark {
  background-color: #fff;
}

article.seoPage {
  background-color: #f9f8f9;
  display: grid;
  grid-template-rows: 40vh 40vh auto;
  grid-row-gap: 15px;
}
article.seoPage header {
  overflow: hidden;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  grid-row: 2/3;
}
article.seoPage .seoHeaderText {
  float: right;
  background: #7eb4e8;
  position: relative;
  overflow: hidden;
  grid-row: 1/2;
  font-family: "Proxima Nova Bold";
}
article.seoPage .seoHeaderText h1 {
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 35px;
  text-align: center;
  margin: auto;
  font-size: 7vw;
  font-weight: 900;
  display: table-cell;
  text-transform: uppercase;
}
article.seoPage .mainSection {
  background-color: white;
  z-index: 1;
  grid-row: 3/4;
}
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 #7eb4e8;
}
article.seoPage .mainSection p a:hover {
  border-bottom: 1px solid #7eb4e8;
}
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 {
  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%;
  }
}

@media (min-width: 800px) {
  article.seoPage {
    grid-template-columns: [first] 10% [line2] 40% [line3] 40% [line4] 10% [col-end];
    grid-template-rows: [header-start] 60vh [mid-start] 5vh [end-header] auto [last-line];
  }
  article.seoPage header {
    grid-column-start: first;
    grid-column-end: line4;
    grid-row-start: header-start;
    grid-row-end: end-header;
  }
  article.seoPage .seoHeaderText {
    grid-column-start: line3;
    grid-column-end: col-end;
    grid-row-start: header-start;
    grid-row-end: end-header;
  }
  article.seoPage .seoHeaderText h1 {
    font-size: 4vw;
  }
  article.seoPage .mainSection {
    grid-column-start: line2;
    grid-column-end: line4;
    grid-row-start: mid-start;
    grid-row-end: last-line;
  }
}
.series .canopy {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
}
.series .canopy div {
  flex: 1 0 100%;
}
.series .canopy div:nth-child(1) {
  order: 2;
}
.series .canopy div.btns {
  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.25em;
  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.25em;
  font-family: "Open Sans Condensed", "open-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.series main {
  padding: 1em;
}
.series main .members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.series main .members li {
  list-style: none;
  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: flex;
    flex-wrap: wrap;
    padding: 2em 1em;
  }
  .series .canopy div {
    flex: 1 0 50%;
  }
  .series .canopy div:nth-child(1) {
    order: 1;
  }
  .series .canopy div.btns {
    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 {
    flex: 1 0 25%;
  }
}
@media (min-width: 60em) {
  .series main .members li {
    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: flex;
  flex-wrap: wrap;
  padding: 1em;
}
.tag .canopy div {
  flex: 1 0 100%;
}
.tag .canopy div:nth-child(1) {
  order: 2;
}
.tag .canopy div.btns {
  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.25em;
  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.25em;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.tag main .members li {
  list-style: none;
  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: flex;
    flex-wrap: wrap;
    padding: 2em 1em;
  }
  .tag .canopy div {
    flex: 1 0 50%;
  }
  .tag .canopy div:nth-child(1) {
    order: 1;
  }
  .tag .canopy div.btns {
    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 {
    flex: 1 0 25%;
  }
}
@media (min-width: 60em) {
  .tag main .members li {
    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;
  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 #c1ce7b;
  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: #c1ce7b;
}

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: flex;
  align-items: 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;
  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;
  transition: 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 {
  transform: rotate(-90deg);
}
div.scripps div.dropdown-absolute-position ul.scripps-dropdown.list {
  position: absolute;
  background: white;
  color: #21C5EA;
  padding: 10px;
  box-shadow: 1px 1px 5px 1px grey;
  z-index: -1;
  opacity: 0;
  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 #c1ce7b;
  position: relative;
  top: 0;
  left: 0.5em;
  transition: all 0.3s;
}
#footer nav li a.ui-state-active:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  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: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em;
  }
  #footer .menu.simple li {
    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 {
    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: #c1ce7b;
}

::selection {
  color: #0a0a0a;
  background: #c1ce7b;
}

.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;
  transition: top 0.5s ease;
  width: 100%;
  padding: 0.5em;
  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.5em;
}
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 ul li {
  font-size: 0.75em;
  padding-bottom: 2em;
}
header nav li:first-child {
  padding-left: 5em;
}
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: -0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
header nav div.mood {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0;
}
header nav div.mood:before {
  content: "";
  position: fixed;
  width: 2.5em;
  height: 64px;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0) 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: #7eb4e8;
  position: relative;
  height: 64px;
  box-sizing: border-box;
  z-index: 3;
}
header nav div.mood a {
  display: inline-block;
  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: #c1ce7b;
}
header .mark {
  display: inline-block;
  width: 120px;
  vertical-align: middle;
}
header .search-panel-button {
  width: 1.75em;
  display: inline-block;
  margin: 0 0.625em 0 0;
  vertical-align: middle;
}
header .hamburger {
  width: 38px;
  display: inline-block;
  vertical-align: middle;
}
header .mood-btn {
  display: none;
}
header .mood-btn span {
  color: #7eb4e8;
  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#cookbook a {
    background: #c1ce7b;
    color: white;
    padding: 15px;
  }
  header nav #mobileMenu li#cookbook:hover a:after {
    display: none;
  }
  header nav #mobileMenu li#cookbook a:hover {
    background: white;
    color: #c1ce7b;
    padding: 15px;
  }
  header nav #mobileMenu li#healthier a {
    color: #ff6c00;
  }
  header nav #mobileMenu li#communityBlog a {
    color: #7eb4e8;
  }
  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: #c1ce7b;
    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: #c1ce7b;
  }
  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;
    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: #c1ce7b;
  }
  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 .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: 75px;
  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: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3em 0;
}
.mood-board nav a {
  flex: 0 0 auto;
  text-align: center;
  font-size: 1.375em;
  color: #0a0a0a;
  width: 50%;
  margin: 0 0 1em;
  transition: all 0.2s ease-in-out;
}
.mood-board nav a img {
  zoom: 1;
  width: 90px;
  margin: 0 auto;
  display: block;
  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 {
  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: 0.5;
  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;
  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.25em;
  font-weight: 700;
  color: #fefefe;
  outline: 0 none !important;
  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: #c1ce7b;
  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 {
  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.25em;
  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 #c1ce7b;
  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 #c1ce7b;
}
.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: #c1ce7b;
  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.25em;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 1.8em;
}
.off-canvas .healthier a {
  color: #ff6c00;
}
.off-canvas .community {
  padding: 0 0 0 1.8em;
  font-size: 1.25em;
  font-weight: bold;
  cursor: pointer;
}
.off-canvas .community a {
  color: #7eb4e8;
}
.off-canvas .cookbook {
  padding: 0 0 0 1.8em;
  font-size: 1.25em;
  font-weight: bold;
  cursor: pointer;
}
.off-canvas .cookbook a {
  color: #c1ce7b;
}

@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 {
  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: #c1ce7b;
}
#share-prompt.campus span.cta {
  background: #7eb4e8;
}
#share-prompt.campus span.cta a {
  color: #fefefe;
}

.connect .social {
  display: flex;
}
.connect .social a {
  flex: 0 0 15%;
}
.connect .social img {
  height: 18px;
}
.connect h3 {
  font-weight: 900;
}

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

.social {
  display: flex;
}
.social a {
  flex-grow: 1;
}
.social img {
  height: 18px;
}

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

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

.dark .twitter {
  background-image: url("/images/svg/social/twitter-d.svg");
}
.dark .facebook {
  background-image: url("/images/svg/social/facebook-d.svg");
}
.dark .instagram {
  background-image: url("/images/svg/social/instagram-d.svg");
}
.dark .snapchat {
  background-image: url("/images/svg/social/snapchat-d.svg");
}
.dark .youtube {
  background-image: url("/images/svg/social/youtube-d.svg");
}
.dark .pinterest {
  background-image: url("/images/svg/social/pinterest-d.svg");
}
.dark .tiktok {
  background-image: url("/images/svg/social/tiktok-d.svg");
}

.light .twitter {
  background-image: url("/images/svg/social/twitter-l.svg");
}
.light .facebook {
  background-image: url("/images/svg/social/facebook-l.svg");
}
.light .instagram {
  background-image: url("/images/svg/social/instagram-l.svg");
}
.light .snapchat {
  background-image: url("/images/svg/social/snapchat-l.svg");
}
.light .youtube {
  background-image: url("/images/svg/social/youtube-l.svg");
}
.light .pinterest {
  background-image: url("/images/svg/social/pinterest-l.svg");
}
.light .tiktok {
  background-image: url("/images/svg/social/tiktok-l.svg");
}

.social.dark.social-width30 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.categoryDetails main article .social a {
  background-size: 18px;
  background-position: center;
  line-height: 2em;
  padding: 1.2em 0;
  transition: all 0.4s;
}
.categoryDetails main article .social a:hover { /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: jiggle 0.7s infinite;
}
.categoryDetails main article .social a.center-icon {
  background-size: 30px;
}
.categoryDetails main article .social a.email {
  background-image: url("/images/svg/social/email-light.svg");
  background-size: 22px;
}
@keyframes jiggle {
  0% {
    -webkit-transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
  }
}
.contributors .social {
  justify-content: center;
}
.contributors .social a {
  flex: 0 0 20px;
  margin: 0 0.5em;
}

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

footer#footer .social {
  margin: 0 auto;
  justify-content: space-around;
  margin: 1em 0 2.5em;
}
footer#footer .social a {
  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 {
    flex: 1 0 15%;
  }
  footer#footer .connect .social img {
    height: 24px;
  }
  .contributors .social a {
    margin: 0 0.7em;
  }
  .fixed.social .social {
    display: flex;
    flex-direction: column;
  }
  .fixed.social a {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    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 {
    order: 1;
    background-color: #3b5998;
    background-size: 10px;
  }
  .fixed.social a.pinterest {
    background-color: #cb2027;
    order: 2;
    background-size: 20px;
  }
  .fixed.social a.twitter {
    background-color: #00aced;
    order: 3;
    background-size: 20px;
  }
  .fixed.social .share, .fixed.social .email {
    display: none;
  }
  footer#footer .social {
    justify-content: center;
  }
  footer#footer .social a {
    margin: 0 1em;
  }
}
@media (min-width: 60em) {
  .contributors .social {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    height: 100px;
  }
  .contributors .social a {
    margin: 0 0 13.7px 0;
  }
  .featured .contributors > .social a {
    margin: auto;
  }
}
.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: #c1ce7b;
  border-bottom-color: #7eb4e8;
  border-left-color: #a83546;
  border-top-color: #824060;
  border-radius: 50%;
  animation: spinner 1.1s infinite linear;
  opacity: 1;
}
.loader .spinner span {
  display: none;
}
.loader .spinner.loaded {
  opacity: 0;
  transition: all 1s;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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;
  transform: scale(0);
  transition: transform 0.3s;
  z-index: 1;
  margin-top: -25px;
}
.from-photo figure.video > a:hover:before {
  transform: scale(1);
}
.from-photo figure > a {
  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 #c1ce7b;
}
.from-photo figure .tag {
  text-transform: uppercase;
}
.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 #c1ce7b;
}
.from-photo figure figcaption {
  width: 100%;
  font-weight: 500;
  flex: 0 0 100%;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 56em;
  margin: 0 auto;
}
.from-writers figure {
  flex: 0 0 100%;
  position: relative;
  background: #fefefe;
  display: flex;
  flex-wrap: wrap;
  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;
  transform: scale(0);
  transition: transform 0.3s;
  z-index: 1;
  margin-top: -25px;
}
.from-writers figure.video > a:hover:before {
  transform: scale(1);
}
.from-writers figure > a {
  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 #c1ce7b;
}
.from-writers figure .tag {
  text-transform: uppercase;
}
.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 #c1ce7b;
}
.from-writers figure figcaption {
  position: relative;
  width: 100%;
  font-weight: 500;
  flex: 0 0 60%;
  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 {
    justify-content: space-between;
  }
  .from-writers figure {
    flex: 0 0 49%;
  }
}
@media (min-width: 60em) {
  .from-writers .flex-wrapper {
    justify-content: space-around;
  }
  .from-writers figure {
    flex: 0 0 46.5%;
    margin-bottom: 2em;
  }
}
.icymi {
  background: #e6e6e6;
  position: relative;
}
.icymi > h2 {
  color: #fefefe;
}
.icymi .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 56em;
  margin: 0 auto;
}
.icymi figure {
  flex: 0 0 100%;
  padding: 1em;
  margin: 0 0 1em;
  position: relative;
  background: #fefefe;
  display: flex;
  flex-wrap: wrap;
  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;
  transform: scale(0);
  transition: transform 0.3s;
  z-index: 1;
  margin-top: -25px;
}
.icymi figure.video > a:hover:before {
  transform: scale(1);
}
.icymi figure:nth-child(6) {
  margin-bottom: 0;
}
.icymi figure > a {
  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 #c1ce7b;
}
.icymi figure .tag {
  text-transform: uppercase;
  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 #c1ce7b;
}
.icymi figure figcaption {
  position: relative;
  width: 100%;
  font-weight: 500;
  flex: 0 0 60%;
  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 {
    justify-content: space-between;
  }
  .icymi figure {
    flex: 0 0 49%;
  }
  .icymi figure:nth-child(5), .icymi figure:nth-child(6) {
    margin-bottom: 0;
  }
}
@media (min-width: 60em) {
  .icymi .flex-wrapper {
    justify-content: space-around;
  }
  .icymi figure {
    flex: 0 0 46.5%;
    margin-bottom: 2em;
  }
}
.make-drinks .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 54em;
  margin: 0 auto;
}
.make-drinks figure {
  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;
  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 {
    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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 56em;
  margin: 0 auto;
}
.most-shared figure {
  flex: 0 0 100%;
  padding: 0em;
  margin: 0 0 1em;
  position: relative;
  background: #fefefe;
  display: flex;
  flex-wrap: wrap;
  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;
  transform: scale(0);
  transition: transform 0.3s;
  z-index: 1;
  margin-top: -25px;
}
.most-shared figure.video > a:hover:before {
  transform: scale(1);
}
.most-shared figure > a {
  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 #c1ce7b;
}
.most-shared figure .tag {
  text-transform: uppercase;
  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 #c1ce7b;
}
.most-shared figure figcaption {
  width: 100%;
  font-weight: 500;
  flex: 0 0 100%;
  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;
  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 {
    justify-content: space-between;
  }
  .most-shared figure {
    flex: 0 0 49%;
  }
}
@media (min-width: 60em) {
  .most-shared.spoon-ui .flex-wrapper figure {
    margin-bottom: 2em;
  }
  .most-shared figure {
    flex: 0 0 48%;
  }
}
#pop-up {
  display: flex;
}

body.show-nutrition-overlay {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.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: 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: 0.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 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.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: 0.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 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.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);
  align-items: center;
  justify-content: center;
}
#like-us-overlay.flex, #nutrition-overlay.flex {
  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: #7eb4e8;
  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: 0.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: #c1ce7b;
  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: #c1ce7b;
  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: 0.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;
  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;
  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;
  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: flex;
    max-width: 48.75em;
    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 {
    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 {
    flex: 0 0 50%;
    font-size: 4em;
  }
  #nutrition-overlay .like-us-modal .follow-up, #like-us-overlay .like-us-modal .follow-up {
    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 #c1ce7b;
    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.75em;
  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%;
  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: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.post-teaser-grid figure {
  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.75em;
  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%;
  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 #c1ce7b;
}
.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;
  transition: all 0.6s;
}
.post-teaser-grid figure.video > a:hover div.wrapper:before {
  transform: rotate(360deg);
}
.post-teaser-grid figure.video > a:hover div.wrapper:after {
  content: "PLAY";
  padding: 0;
  color: #c1ce7b;
  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") #7eb4e8;
  background-size: 1240px;
  background-position: center;
}
.post-teaser-grid figure a div.wrapper {
  margin-bottom: 10px;
}

.tea, .beer {
  background-color: rgb(38, 38, 38);
}
.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: flex;
  flex-direction: row;
  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.3em;
  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.5em;
  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 {
    justify-content: space-between;
    align-items: stretch;
  }
  .post-teaser-grid figure {
    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 {
    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: #c1ce7b;
  color: #fefefe;
  padding: 1em;
  border: 0;
  outline: none;
}

.personality-type {
  border-top: 2px dashed #c1ce7b;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 54em;
  margin: 0 auto;
}
.recipes figure {
  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;
  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 {
    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: flex;
  margin: 0;
  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 {
  flex: 0 0 25%;
  margin: 0 1em 0 0;
  padding-left: 0;
}
#search-form .container :nth-child(1) {
  flex: 1 0 25%;
}
#search-form .container :nth-child(2) {
  flex: 0 0 45%;
}
#search-form .container .search-btn {
  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: #c1ce7b;
}
#search-form .container select:focus, #search-form .container input[type=text]:focus {
  outline: 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 {
    flex: 0 0 auto;
  }
  #search-form .container :nth-child(1) {
    flex: 1 0 40%;
  }
  #search-form .container :nth-child(2) {
    flex: 0 0 35%;
  }
  #search-form .container select, #search-form .container input[type=text] {
    font-size: 2em;
  }
  #search-form .container .search-btn {
    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;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.typer {
  color: rgba(193, 206, 123, 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 #c1ce7b;
  right: 0em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("/images/svg/ui/arrow-bottom-light.svg") no-repeat #c1ce7b;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: 50;
  top: 50%;
  margin-top: -25px;
  background-size: 60%;
  background-position: center;
  transition: all 0.6s;
  z-index: 1;
}
.mood-modal a:hover {
  color: #0a0a0a;
}
.mood-modal a:hover:after {
  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 #c1ce7b;
    right: 0em;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("/images/svg/ui/arrow-bottom-light.svg") no-repeat #c1ce7b;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: 50;
    top: 25px;
    margin-top: -25px;
    background-size: 60%;
    background-position: center;
    transition: all 0.6s;
    z-index: 1;
  }
  .mood-modal > a:hover:before {
    transform: scale(1.25) rotate(180deg);
  }
  .mood-modal span.feel {
    display: inline-block;
    padding: 0 0.2em 0 0;
  }
}
.spoon-video {
  background: rgb(34, 34, 34);
}
.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;
  transform: scale(1);
  transition: transform 0.3s;
  z-index: 2;
  bottom: 2em;
  right: 3em;
}
.spoon-video figure.video a > span:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  transform: scale(1);
  transition: transform 0.3s;
  z-index: 1;
  background: #c1ce7b;
  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;
  transition: all 0.6s;
}
.spoon-video figure > a:hover .lazy-wrapper .lazy:before {
  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;
    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%;
    box-shadow: inset 0 -108px 230px 10px #0a0a0a;
    z-index: 1;
    background: transparent;
  }
  .spoon-video.watch .first > a {
    display: flex;
    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;
    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;
    transition: all 0.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 {
    flex: 0 0 50%;
  }
  .spoon-video.watch > .wrapper figure {
    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: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.watch:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 124px solid rgb(249, 248, 249);
  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 {
  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;
  transform: scale(1);
  transition: transform 0.3s;
  z-index: 2;
}
.watch figure.video a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  transform: scale(1);
  transition: transform 0.3s;
  z-index: 1;
  background: #c1ce7b;
  border-radius: 50%;
}
.watch figure.video a:hover:before {
  transform: scale(1.1);
  opacity: 1;
}
.watch figure.video a:hover strong {
  border-bottom: 1px solid #c1ce7b;
}
.watch figure.video img {
  background-size: cover;
  background-position: center;
  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: flex;
    align-items: center;
  }
  .watch figure.first.video a:before {
    left: 17%;
  }
  .watch figure.first .wrapper {
    flex: 1 0 50%;
  }
  .watch figure.first figcaption {
    flex: 1 0 50%;
    margin-left: 2em;
  }
  .watch > .wrapper {
    display: flex;
    align-items: flex-start;
    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: flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    padding: 0;
  }
  .watch:before {
    border-right: 1024px solid transparent;
    z-index: 2;
    border-top: 85px solid rgb(249, 248, 249);
  }
  .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: flex;
    display: -ms-flexbox;
    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%;
    flex-direction: column;
    display: -ms-flexbox;
    flex: 1;
    padding: 5em 1em 8em 2em;
    justify-content: flex-start;
  }
  .watch .wrapper figure {
    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;
    flex: 0 0 20%;
    margin: 0 1em 0 0;
  }
  .watch .wrapper figure strong {
    font-size: 1.35em;
  }
  .watch .wrapper figure figcaption {
    flex: 0 0 80%;
    margin: 0;
  }
  .watch .wrapper figure a {
    display: block;
    display: flex;
    align-items: flex-start;
    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*/