@charset "UTF-8";
/*!
Theme Name: Hass Avocados
Theme URI: https://www.loveonetoday.com/
Author: Eak Digital
Author URI: http://www.eak-digital.com
Description: Custom theme for Hass Avocados - Love One Today
Version: 1.0.0
*/
/*
	Colors

	Brown:      #754C29
	Green:      #6BAB57
	Green dark: #818740
	Purple:     #9E1F63
	Orange:     #E54E4B
	Blue:       #60BECB
	Blue dark:  #2F9399
	Blue med:   #72C6CC
	Blue light: #72DAE0
	Teal:       #33A5B2
	Grey:       #D3D3D0
	Tan:        #E1E0DA
	Light Tan:	#F1EDE2
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #754C29;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.cf:before,
.cf:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.cf:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

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

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

.col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 0;
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 25%;
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 50%;
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 75%;
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 100%;
}

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

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

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

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

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

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

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 63rem;
  }
  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.col-half:nth-child(odd) {
  padding-left: 0.5rem;
}

.col-half:nth-child(even) {
  padding-right: 0.5rem;
}

.col-half {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
}

body {
  font-weight: 300;
  font-size: 16px;
  color: #754C29;
}

a {
  color: #6BAB57;
  text-decoration: none;
}

a:hover {
  color: #9E1F63;
}

p {
  margin: 0 0 1.5em;
  line-height: 1.4;
}

ul li,
ol li {
  line-height: 1.4;
}

strong {
  font-weight: 600;
}

em {
  font-weight: 600;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0.2em 0;
}

h1,
.h1 {
  font-size: 1.8em;
}

h2,
.h2 {
  font-size: 1.4em;
}

h3,
.h3 {
  font-size: 1.2em;
  text-transform: none;
}

h4,
.h4 {
  font-size: 1em;
  margin: 0.8em 0;
}

h5,
.h5 {
  font-size: 0.8em;
  margin: 1em 0;
}

h6,
.h6 {
  font-size: 0.6em;
  margin: 1em 0;
}

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

hr {
  border: 0;
  border-bottom: 1px solid #F7F7F7;
  margin: 1em 0;
}

sup {
  font-size: 60%;
  left: 0.15em;
  padding-right: 0.15em;
}

.site {
  position: relative;
}

.site-header,
.categories,
.breadcrumbs {
  background: #FFFFFF;
}

.post-type-archive-hass_health_article,
.post-type-archive-hass_expert,
.highlight {
  background: #F7F7F7;
}

.highlight {
  border-top: 1px solid #D3D3D0;
  padding: 2em 0;
}

.container {
  margin: 0 auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

.nav-fixed .site-header {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.site-header {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media (min-width: 64em) {
  .site-header {
    position: static;
    width: auto;
  }
}
.site-header .top-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1115px) {
  .site-header .top-menu {
    display: block;
    opacity: 1;
    visibility: initial;
  }
}
.site-header.mobile-search .top-menu {
  display: block;
  opacity: 1;
  visibility: initial;
}
.site-header .link-bar {
  background: #62BB46;
  display: none;
  position: relative;
  text-align: right;
  z-index: 5;
}
@media (min-width: 62em) {
  .site-header .link-bar {
    display: block;
  }
}
.site-header .link-bar .container {
  justify-content: flex-end;
}
.site-header .link-bar a {
  background: #4F9838;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 25px;
  transition: all 0.3s ease-in-out;
}
.site-header .link-bar a:hover {
  background: #62BB46;
}
.site-header .link-bar a:hover .icon {
  fill: #E0CC39;
}
.site-header .link-bar a .icon {
  fill: #E0CC39;
  position: relative;
  top: -1px;
}

.site-content {
  padding-top: 110px;
}
@media (min-width: 48em) {
  .site-content {
    padding-top: 0;
  }
}

.branding-bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.user-bar {
  border-bottom: 2px solid #EFEFEF;
  display: none;
  text-align: right;
}
@media (min-width: 1115px) {
  .user-bar {
    display: block;
  }
}

.user-menu.login-wrap a + a:before {
  background: #F7F7F7;
  content: " ";
  display: block;
  left: -3px;
  height: 20px;
  position: absolute;
  top: 14px;
  width: 2px;
}
.user-menu.login-wrap a:hover {
  color: #6BAB57;
}
.user-menu a {
  color: #707070;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 12px;
  position: relative;
  text-transform: uppercase;
}
.user-menu #profile-toggle.activated .icon.user {
  color: #6BAB57;
}
.user-menu #profile-toggle.activated .icon.caret {
  transform: rotate(270deg);
}
.user-menu #profile-toggle:hover {
  color: #6BAB57;
}
.user-menu #profile-toggle .icon.caret {
  margin-left: 8px;
  margin-right: 0;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.user-menu .profile-dropdown {
  position: relative;
}
.user-menu .account-menu {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  right: 10px;
  text-align: left;
  top: 101%;
  z-index: 1;
}
.user-menu .icon {
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.account-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.account-menu a {
  border-bottom: 2px solid #F7F7F7;
  color: #707070;
  display: block;
  font-weight: 600;
  padding: 15px 35px 15px 25px;
  text-transform: none;
}
.account-menu a:last-child {
  border: 0;
}
.account-menu a.current-page, .account-menu a:hover {
  color: #6BAB57;
}
.account-menu .icon {
  margin-right: 8px;
  position: relative;
  top: -2px;
}

ul.menu {
  padding: 0;
}
ul.menu a {
  color: #754C29;
}
ul.menu a:hover {
  color: #6BAB57;
  text-decoration: none;
}
ul.menu li {
  list-style: none;
}
ul.menu li.current-menu-item > a,
ul.menu li.current-menu-ancestor > a {
  color: #6BAB57;
}
ul.menu .sub-menu {
  margin: 0;
  padding: 0;
}

body.single-hass_advice .menu li.hass_advice > a {
  color: #6BAB57;
}

body.single-hass_article .menu li.hass_article > a {
  color: #6BAB57;
}

body.single-hass_education .menu li.hass_education > a {
  color: #6BAB57;
}

body.single-hass_expert .menu li.hass_expert > a {
  color: #6BAB57;
}

body.single-hass_howto .menu li.hass_howto > a {
  color: #6BAB57;
}

body.single-hass_nutrition .menu li.hass_nutrition > a {
  color: #6BAB57;
}

body.single-hass_press .menu li.hass_press > a {
  color: #6BAB57;
}

body.single-hass_research .menu li.hass_research > a {
  color: #6BAB57;
}

body.single-hass_recipe .menu li.hass_recipe > a {
  color: #6BAB57;
}

#content,
#colophon {
  position: relative;
}

.main-navigation .menu {
  margin: 0;
}

.main-navigation .menu > li > a {
  font-size: 1rem;
  font-weight: 500;
}

.menu-fixed .main-navigation {
  background: #FFFFFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.admin-bar.menu-fixed .main-navigation {
  top: 32px;
}

.page-header,
.entry-header {
  background: #F7F7F7 url() center center no-repeat;
  background-size: cover;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.page-header.has-bg, .page-header.has-bg .subtitle, .page-header.has-bg .entry-subtitle, .page-header.has-bg .entry-subtitle a,
.entry-header.has-bg,
.entry-header.has-bg .subtitle,
.entry-header.has-bg .entry-subtitle,
.entry-header.has-bg .entry-subtitle a {
  color: #FFFFFF;
}
.page-header.has-bg .entry-subtitle a:hover,
.entry-header.has-bg .entry-subtitle a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.page-header.has-bg .page-title, .page-header.has-bg .entry-title,
.entry-header.has-bg .page-title,
.entry-header.has-bg .entry-title {
  font-weight: 600;
}
.page-header .page-title,
.page-header .entry-title,
.entry-header .page-title,
.entry-header .entry-title {
  margin: 0 0 5px;
}
.page-header .subtitle,
.page-header p.entry-subtitle,
.entry-header .subtitle,
.entry-header p.entry-subtitle {
  color: #6BAB57;
  font-weight: 600;
  margin: 0 auto;
  text-transform: uppercase;
}
.page-header .subtitle.light,
.page-header p.entry-subtitle.light,
.entry-header .subtitle.light,
.entry-header p.entry-subtitle.light {
  font-weight: 300;
}
.page-header .entry-title,
.page-header .subtitle,
.page-header .entry-subtitle,
.entry-header .entry-title,
.entry-header .subtitle,
.entry-header .entry-subtitle {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.page-header .cta,
.entry-header .cta {
  font-size: 14px;
}

/* New Headers */
body:not(.single-hass_recipe) .entry-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 30vh;
}
body:not(.single-hass_recipe) .entry-header .container {
  border: solid 6px #fff;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.35);
  min-width: 80%;
  margin: 1rem auto;
  max-width: 80%;
  padding: 10vw 5vw;
}
body:not(.single-hass_recipe) .entry-header .entry-title {
  font-size: 9.8vw;
  line-height: 0.9;
  text-shadow: none;
  width: 100%;
}
body:not(.single-hass_recipe) .entry-header .entry-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin: auto;
  /*margin-top doesn't work when using custom title and not displaying default */
  margin-top: 20px !important;
  max-width: 90%;
  letter-spacing: 0.5px;
  line-height: 1.1;
  text-shadow: none;
}
body:not(.single-hass_recipe) .entry-header .entry-subtitle p {
  margin-bottom: 0;
}
body:not(.single-hass_recipe) .entry-header .entry-subtitle a {
  color: inherit;
}
body:not(.single-hass_recipe) .entry-header .entry-subtitle a:hover {
  text-decoration: underline;
}
body:not(.single-hass_recipe) .entry-header .search-form {
  margin: 10px auto;
  max-width: 400px;
  position: relative;
  text-align: left;
  width: 100%;
}
body:not(.single-hass_recipe) .entry-header .icon-submit input[type=search] {
  border-color: #EFEFEF;
  border-radius: 100px;
  border-width: 4px;
  font-size: 16px;
  max-width: 400px;
  margin-top: 10px;
  padding: 16px 20px;
  width: 100%;
  -webkit-appearance: none;
}
body:not(.single-hass_recipe) .entry-header .icon-submit .search-submit {
  color: #6BAB57;
  font-size: 20px;
  position: absolute;
  right: 13px;
  top: 24px;
}

/* can't override without important or extra .has-bg class */
body:not(.single-hass_recipe) .has-bg .entry-title {
  max-width: 1400px;
}
body:not(.single-hass_recipe) .has-bg .entry-subtitle {
  max-width: 1300px;
}

/* 768+ */
@media screen and (min-width: 48em) {
  body:not(.single-hass_recipe) .entry-header .container {
    border: solid 10px #FFFFFF;
  }
  body:not(.single-hass_recipe) .entry-header .entry-title {
    font-size: 8vw;
  }
  .entry-subtitle {
    font-size: 22px;
  }
}
/* 1024+ */
@media screen and (min-width: 64em) {
  body:not(.single-hass_recipe) .entry-header .container {
    padding: 6vw 5vw;
  }
}
/* 1200+ */
@media screen and (min-width: 75em) {
  body:not(.single-hass_recipe) .entry-header .container {
    margin: 2.5rem auto;
    padding: 6vw 2vw;
  }
  body:not(.single-hass_recipe) .entry-header .entry-title {
    font-size: 80px;
  }
}
/* SEARCH RESULTS */
.search .entry-header {
  flex-direction: row;
}
.search .entry-header.has-bg p.entry-subtitle {
  text-shadow: none;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
}
.search .entry-header.has-bg p.entry-subtitle span {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
}

body.single-hass_research .entry-header .entry-title {
  font-size: 5.8vw;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.1;
}
body.single-hass_research .entry-header .entry-subtitle {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}

/* 768+ */
@media screen and (min-width: 48em) {
  body.single-hass_research .entry-header .entry-title {
    font-size: 3vw;
  }
  body.single-hass_research .entry-header .entry-subtitle {
    font-size: 16px;
  }
}
/* 1200+ */
@media screen and (min-width: 75em) {
  body.single-hass_research .entry-header .entry-title {
    font-size: 40px;
  }
}
.header-alt {
  color: #FFFFFF;
  background: #8A8DAB;
  text-align: left;
  text-shadow: none;
  position: relative;
}
.header-alt form {
  position: relative;
}
.header-alt form.search-form.icon-submit button {
  position: absolute;
  top: 5px;
  right: 5px;
}
.header-alt img {
  display: block;
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: 600%;
}
.header-alt .row,
.header-alt .entry-title,
.header-alt p.entry-subtitle {
  margin-right: 0;
  margin-left: 0;
}
.header-alt .row {
  width: 63rem;
  overflow: visible;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1200px) {
  .header-alt .row {
    width: 71rem;
  }
}
.header-alt .header-block {
  padding-right: 2rem;
}
@media (min-width: 48em) {
  .header-alt .header-block {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding: 100px 0px;
    padding-right: 2rem;
  }
}
.header-alt .header-block .entry-title,
.header-alt .header-block p.entry-subtitle {
  color: #FFFFFF;
  font-weight: 400;
  text-shadow: none;
  margin: 1em 0;
}
@media (min-width: 48em) {
  .header-alt .header-block .entry-title,
  .header-alt .header-block p.entry-subtitle {
    margin: 0;
  }
}
.header-alt .header-block .entry-title {
  margin-bottom: 2rem;
}
@media (min-width: 62em) {
  .header-alt .header-block .entry-title {
    font-size: 3em;
  }
}
.header-alt .header-block p.entry-subtitle {
  font-weight: 300;
  text-transform: none;
}
.header-alt .bg-image {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  .header-alt .entry-title,
  .header-alt p.entry-subtitle {
    width: 23rem;
  }
}
@media only screen and (min-width: 64em) {
  .header-alt .entry-title,
  .header-alt p.entry-subtitle {
    width: 31.5rem;
  }
}
@media only screen and (min-width: 75em) {
  .header-alt .entry-title,
  .header-alt p.entry-subtitle {
    width: 35.5rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .header-alt .header-block {
    padding-left: 32px !important;
  }
}

.light {
  color: #FFFFFF;
}

.mb-reg {
  margin-bottom: 1em;
}

.mb-lg {
  margin-bottom: 2em;
}

.pd-sm,
.pd-reg {
  padding-bottom: 1em;
  padding-top: 1em;
}

.pd-md {
  padding-bottom: 2em;
  padding-top: 2em;
}

.pd-lg {
  padding-bottom: 3em;
  padding-top: 3em;
}

.pd-xl {
  padding-bottom: 4em;
  padding-top: 3em;
}

.pd-wrap {
  padding-left: 3%;
  padding-right: 3%;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.entry-content > .flexible-content:first-child {
  padding-top: 0;
}

.expert .heading {
  color: #6BAB57;
  font-size: 1.5em;
  margin: 0;
  padding: 1.5em 0;
  text-align: center;
}
.expert .actions {
  padding-bottom: 2em;
}

.expert-image {
  margin-right: 1em;
}
.expert-image img {
  border-radius: 100%;
  margin-bottom: 1.5em;
}

.single-hass_expert .entry-content .entry-title {
  color: #6BAB57;
  margin: 0 0 5px;
}
.single-hass_expert .entry-content .entry-subtitle {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 1em;
}
.single-hass_expert .about-content {
  margin-bottom: 1.5em;
}
.single-hass_expert .about-heading {
  color: #754C29;
  font-weight: 800;
  margin-bottom: 0;
}
.single-hass_expert .social-links {
  text-align: center;
}
.single-hass_expert .social-links a {
  background: #9E1F63;
  border-radius: 100%;
  color: #FFF;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  width: 30px;
}
.single-hass_expert .social-links a:hover {
  background: #6BAB57;
}

.hass_nutrition .link a,
.hass_expert .link a {
  text-transform: none;
}

.section-intro {
  padding: 2em 0;
}
.section-intro .intro-icon,
.section-intro h6,
.section-intro h2,
.section-intro p {
  text-align: center;
}
.section-intro h2 {
  color: #6BAB57;
  margin: 0.5em 0;
}
.section-intro h6 {
  margin: 1em 0 0.5em;
}
.section-intro h6 + h2 {
  margin-top: 0;
}
.section-intro p {
  font-size: 1.1em;
}
.section-intro p:last-child {
  margin-bottom: 0;
}
.section-intro .cta {
  font-size: 0.9em;
}
.section-intro .intro-icon svg.icon {
  font-size: 3em;
}

.tax-hass_nutrition_category .section-intro {
  background-color: #F7F7F7;
  padding-bottom: 0;
}

.archive-grid {
  background: #FFFFFF;
  padding-top: 2em;
}

.hass_recipe .archive-grid {
  background: #FFFFFF;
  padding-top: 1em;
}
.hass_recipe .hh-disclaimer {
  display: none;
}
.hass_recipe .archive-grid.hh-certified .hh-disclaimer {
  display: block;
}
.hass_recipe #sidechef-shop-button {
  margin-top: 2rem;
}

.grid-item {
  margin-bottom: 2em;
  position: relative;
  transition: opacity ease-in 0.4s;
}
.grid-item .image-wrap {
  display: block;
  position: relative;
}
.grid-item .content-wrap {
  background: #FFFFFF;
  border: 1px solid #D3D3D0;
  border-bottom: 0;
  padding: 1em 1.5em;
}
.grid-item .content-wrap.nolink {
  border-bottom: 1px solid #D3D3D0;
}
.grid-item .content-wrap > .subtitle {
  margin-top: 1em;
}
.grid-item .content-wrap .category strong {
  color: #9E1F63;
  text-transform: uppercase;
}
.grid-item .meta-wrap {
  background: #FFFFFF;
}
.grid-item .meta-wrap .meta {
  margin: 0;
  padding: 1em 1.5em;
}
.grid-item .meta-wrap .author {
  border: 1px solid #D3D3D0;
  border-bottom: 0;
  padding: 1em !important;
  text-align: center;
}
.grid-item .meta-wrap .author.empty {
  border-color: transparent;
}
.grid-item .meta-wrap .no-author {
  border-top-color: transparent;
}
.grid-item .meta-wrap .single,
.grid-item .meta-wrap .download,
.grid-item .meta-wrap .date,
.grid-item .meta-wrap .link {
  border-bottom: 1px solid #D3D3D0;
  border-left: 1px solid #D3D3D0;
  border-top: 1px solid #D3D3D0;
  text-align: center;
}
.grid-item .meta-wrap .single,
.grid-item .meta-wrap .download,
.grid-item .meta-wrap .date {
  border-right: 1px solid #D3D3D0;
}
.grid-item .meta-wrap .single {
  text-align: center;
  text-transform: uppercase;
}
.grid-item .meta-wrap .sharing .share-text {
  font-weight: 600;
  color: #6BAB57;
  margin-right: 6px;
  text-transform: none;
}
.grid-item .meta-wrap .sharing .social-share {
  margin-bottom: 0;
  margin-top: 0;
}
.grid-item .meta-wrap .sharing .social-share svg.icon {
  color: #6BAB57;
}
.grid-item .meta-wrap .sharing .social-share svg.icon:hover {
  color: #9E1F63;
}
.grid-item .link:not(.social) a svg.icon {
  font-size: 50px;
  display: inline-block;
  fill: currentColor;
  height: 14px;
  vertical-align: middle;
  width: 1em;
  padding-left: 4px;
  transition: 0.2s;
  position: relative;
  top: -1px;
}
.grid-item .link:not(.social) a:hover svg.icon {
  transition: 0.2s;
  transform: translateX(10px);
}
.grid-item .meta {
  color: #A5A3A3;
  font-size: 0.75em;
}
.grid-item .title {
  color: #6BAB57;
  font-size: 1.5em;
  margin: 1em 0 0.3em;
}
.grid-item .title a {
  color: #6BAB57;
  font-weight: 300;
}
.grid-item .title a:hover {
  color: #9E1F63;
  text-decoration: none;
}
.grid-item .meta + .title {
  margin-top: 0;
}
.grid-item .title + p:not(.subtitle) {
  margin-top: 1.5em;
}
.grid-item .category span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
}
.grid-item .category a {
  color: #A5A3A3;
  font-weight: 400;
}
.grid-item .subtitle {
  font-weight: 600;
  font-size: 0.875em;
  text-transform: uppercase;
}
.grid-item .download,
.grid-item .date {
  text-transform: uppercase;
}
.grid-item .link a,
.grid-item a {
  color: #9E1F63;
  font-weight: 600;
}
.grid-item .link a:hover,
.grid-item a:hover {
  color: #6BAB57;
  text-decoration: none;
}
.grid-item .link a:hover .icon,
.grid-item a:hover .icon {
  fill: #6BAB57;
}
.grid-item img {
  border: 1px solid #D3D3D0;
  border-bottom: 0;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}
.grid-item svg.icon {
  color: #9E1F63;
  font-size: 1.2em;
}
.grid-item .education svg.icon, .grid-item .recipe-block svg.icon, .grid-item .nutrition-guides svg.icon {
  font-size: 1.5em;
}
.grid-item .education svg.icon, .grid-item .nutrition-guides svg.icon {
  stroke: #9E1F63;
  position: relative;
  left: -2px;
}
.grid-item.nutrition-archive .single a {
  text-transform: uppercase;
}
.grid-item .favorite {
  bottom: 12px;
  position: absolute;
  right: 16px;
  width: auto;
}
.grid-item .favorite .favorite-action,
.grid-item .favorite .favorite-icon {
  margin-left: 0;
}
.grid-item .favorite .favorite-text {
  display: none;
}

.entry-content .education svg.icon, .entry-content .recipe-block svg.icon, .entry-content .nutrition-guides svg.icon {
  font-size: 1.5em !important;
}
.entry-content .education svg.icon, .entry-content .nutrition-guides svg.icon {
  stroke: #9E1F63;
}

.download-item .title {
  margin: 0.5em 0;
  text-align: center;
}
.download-item .title span {
  font-weight: 800;
  color: #754C29;
  display: block;
  font-size: 0.85rem;
  margin-top: 0.3em;
}
.download-item .video-container {
  margin-bottom: 0;
}

.pdf-dl-es {
  color: #9E1F63;
  display: block;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}
.pdf-dl-es .icon {
  margin-right: 5px;
  position: relative;
  top: -3px;
}

.logged-in .pdf-dl-es {
  margin-top: -1.5em;
}

.featured-item .meta-wrap .meta,
.grid-callout .meta-wrap .meta {
  padding: 1em 2em;
}
.featured-item .meta-wrap .link,
.grid-callout .meta-wrap .link {
  text-align: left;
}
.featured-item .meta-wrap .link a,
.grid-callout .meta-wrap .link a {
  text-transform: none;
}
.featured-item .link,
.grid-callout .link {
  border-right: 1px solid #D3D3D0;
}

.featured-boxes {
  padding-top: 2em;
}
.featured-boxes + .featured-boxes {
  padding-top: 0;
}
.featured-boxes .title {
  color: #754C29;
}
.featured-boxes .title a {
  color: #6BAB57;
}

.home .featured-boxes {
  padding-top: 4em;
}

.featured-item .subtitle {
  margin-top: 0;
}

.article-archive .subtitle {
  font-weight: 800;
  font-size: 0.875em;
}

.published-archive .archive-grid {
  background: #FFFFFF;
  border: 0;
}
.published-archive #grid-content {
  border-top: 1px solid #BDBDBD;
}
.published-archive .navigation {
  margin-top: 2em;
}

.published-research-item {
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 0;
}
.published-research-item .date {
  margin-bottom: 0;
  padding: 1em 0 0;
  text-transform: none;
}
.published-research-item .title {
  font-size: 1em;
  margin: 1em 0;
}

.expert-archive .meta-wrap {
  border-right: 1px solid #D3D3D0;
}
.expert-archive .meta-wrap .link {
  text-align: left;
}

.recipe-archive .link a {
  text-transform: none;
}

.recipe-single h2,
.recipe-single h3,
.recipe-single h4 {
  color: #6BAB57;
  font-weight: 300;
}
.recipe-single ul li,
.recipe-single ol li {
  margin-bottom: 0.5em;
}
.recipe-single ul {
  padding-left: 1.5em;
}
.recipe-single li.subtitle {
  list-style: none;
}
.recipe-single li.subtitle h4 {
  color: #754C29;
  font-weight: 600;
  margin: 1em 0 0;
}
.recipe-single ol {
  counter-reset: recipe-counter;
  padding-left: 0;
}
.recipe-single ol li {
  list-style: none;
  margin-left: 1.5em;
}
.recipe-single ol li:before {
  content: counter(recipe-counter) ".";
  counter-increment: recipe-counter;
  font-weight: 800;
  margin-left: -1.5em;
  margin-right: 0.6em;
}
.recipe-single ol li.subtitle:before {
  display: none;
}
.recipe-single .h2 {
  margin-bottom: 10px;
}
.recipe-single #recipe_description {
  margin-bottom: 1.5em;
}
.recipe-single .meta {
  color: #A5A3A3;
  font-size: 0.75em;
}
.recipe-single .meta strong {
  color: #9E1F63;
  text-transform: uppercase;
}
.recipe-single .meta a {
  color: #A5A3A3;
}
.recipe-single .meta svg.icon {
  color: #9E1F63;
  font-size: 1.2em;
}
.recipe-single .meta span {
  margin-right: 10px;
}
.recipe-single .timings {
  font-size: 16px;
}
.recipe-single .timings svg.icon {
  color: #9E1F63;
  font-size: 2.4em;
  left: 0;
  position: absolute;
  top: 0;
}
.recipe-single .timings dt,
.recipe-single .timings dd {
  padding-left: 2.5em;
}
.recipe-single .timings dt {
  clear: left;
  font-weight: 800;
  position: relative;
}
.recipe-single .timings dd {
  margin-bottom: 1rem;
  margin-left: 0;
}
.recipe-single .performance-facts {
  width: 80%;
}
.recipe-single .recipe-section {
  border-bottom: 1px solid #D3D3D0;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.recipe-single .recipe-section > h2, .recipe-single .recipe-section > h3, .recipe-single .recipe-section > h4 {
  margin-top: 0;
}
.recipe-single .recipe-section p:last-child,
.recipe-single .recipe-section ul:last-child,
.recipe-single .recipe-section ol:last-child {
  margin-bottom: 0;
}
.recipe-single .recipe-section.description-open #recipe_description {
  max-height: none;
}
.recipe-single .recipe-section.description-open .description-toggle svg {
  transform: rotate(270deg);
}
.recipe-single .recipe-section #recipe_description {
  max-height: 60px;
  overflow: hidden;
  transition: height 0.3s ease;
}
@media (min-width: 600px) {
  .recipe-single .recipe-section #recipe_description {
    max-height: none;
    overflow: auto;
  }
}
.recipe-single .recipe-section .description-toggle {
  display: block;
  text-align: center;
}
@media (min-width: 600px) {
  .recipe-single .recipe-section .description-toggle {
    display: none;
  }
}
.recipe-single .recipe-section .description-toggle button {
  background: none;
  border: 0;
  margin: 0 auto;
}
.recipe-single .recipe-section .description-toggle button svg {
  font-size: 2rem;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.recipe-single input[type=number] {
  font-weight: 800;
  border-color: #A5A3A3;
  border-radius: 12px;
  color: #9E1F63;
  width: 36px;
}
.recipe-single button.plain {
  font-weight: 800;
  color: #9E1F63;
}
.recipe-single button.plain:hover {
  color: #6BAB57;
}
.recipe-single button.plain-alt {
  font-weight: 300;
}
.recipe-single #recipe-reset {
  padding-left: 0;
}
.recipe-single #recipe-reset:before {
  content: "";
  border-left: 1px solid #754C29;
  margin-right: 0.8em;
}
.recipe-single .entry-header.pd-md {
  padding-bottom: 3vw;
  padding-top: 3vw;
}
.recipe-single .entry-header .container {
  border: 6px solid #FFFFFF;
  box-shadow: none;
  padding: 0px;
  max-width: 90%;
  min-width: 90%;
}
.recipe-single .entry-header .entry-title {
  font-size: 8vw;
  font-weight: 400;
  line-height: 1;
}

.recipe-alt-style .entry-header {
  background-color: #F7F7F7;
}
.recipe-alt-style .entry-header .col-xs-12 {
  order: 0;
}
.recipe-alt-style .entry-header .col-xs-12.text-left {
  order: 1;
  padding: 20px 30px;
}
.recipe-alt-style .entry-title {
  font-weight: 600;
  line-height: 1;
  text-shadow: none;
}
.recipe-alt-style .meta {
  font-size: 16px;
  color: #754C29;
}
.recipe-alt-style .meta a {
  color: #754C29;
}
.recipe-alt-style .meta a:hover {
  color: #6BAB57;
}
.recipe-alt-style .recipe-intro .share-actions {
  margin-bottom: 0;
}
.recipe-alt-style .recipe-intro .share-actions .sharing {
  margin: 10px 0 0 0;
}
.recipe-alt-style .recipe-intro .share-actions .recipe-section {
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.recipe-callout {
  background-image: linear-gradient(to bottom, rgba(23, 23, 1, 0), rgba(23, 23, 1, 0.3), rgba(23, 23, 1, 0.6)), url("/wp-content/uploads/recipe-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.recipe-callout a {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-height: 70vh;
}
.recipe-callout.hh-certified .h2:before {
  background: url(../images/aha-badge-sm.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 66px;
  margin: auto;
  width: 60px;
}
.recipe-callout .h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  .recipe-callout .h2 {
    font-size: 46px;
  }
}
@media (min-width: 75em) {
  .recipe-callout .h2 {
    font-size: 60px;
  }
}
.recipe-callout .align-bottom {
  align-self: flex-end;
  max-width: 380px;
  padding: 50px 30px;
}
@media (min-width: 48em) {
  .recipe-callout .align-bottom {
    max-width: 400px;
  }
}
@media (min-width: 64em) {
  .recipe-callout .align-bottom {
    max-width: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 75em) {
  .recipe-callout .align-bottom {
    max-width: 460px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.recipe-callout ul.recipe-stats {
  display: flex;
  justify-content: space-between;
  padding-inline-start: 10px;
  padding-top: 20px;
}
.recipe-callout ul.recipe-stats li {
  list-style: none;
  font-size: 50px;
  font-weight: 600;
  line-height: 0.5;
  text-align: center;
}
@media (min-width: 64em) {
  .recipe-callout ul.recipe-stats li {
    font-size: 60px;
  }
}
.recipe-callout ul.recipe-stats li span.measurement {
  font-size: 24px;
  font-weight: 100;
}
@media (min-width: 64em) {
  .recipe-callout ul.recipe-stats li span.measurement {
    font-size: 30px;
  }
}
.recipe-callout ul.recipe-stats li span.label {
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .recipe-callout ul.recipe-stats li span.label {
    font-size: 20px;
  }
}

.recipe-spotlight {
  align-content: flex-start;
  display: flex;
  justify-content: center;
  padding: 20px 0 50px;
  position: relative;
}
.recipe-spotlight .spotlight-circle {
  background-size: cover;
  border-radius: 50%;
  line-height: 0;
  max-width: 470px;
  position: relative;
  width: 100%;
}
.recipe-spotlight .spotlight-circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.recipe-spotlight .spotlight-badge {
  align-self: flex-start;
  position: absolute;
  right: -5px;
  top: -24px;
  z-index: 2;
}
.recipe-spotlight .spotlight-badge img {
  height: 100%;
  max-width: 120px;
  width: 100%;
}
.recipe-spotlight .spotlight-content {
  bottom: 0;
  color: #FFFFFF;
  font-weight: 600;
  left: 7%;
  line-height: 1.1;
  max-width: 86%;
  margin: auto;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.recipe-spotlight .spotlight-content:after {
  content: "";
  display: block;
  padding-bottom: 50px;
}
.recipe-spotlight .spotlight-content .separator {
  background: #6BAB57;
  height: 4px;
  margin: 1rem auto;
  width: 75px;
}
.recipe-spotlight .spotlight-content .title {
  font-size: 24px;
  line-height: 1.1;
  margin: auto auto 10px;
  max-width: 100%;
}
.recipe-spotlight .spotlight-content .nutrition-info {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin: auto;
  max-width: 70%;
  text-transform: uppercase;
}
.recipe-spotlight .spotlight-content .nutrition-info strong {
  text-transform: none;
}
.recipe-spotlight .spotlight-content span {
  white-space: nowrap;
}
.recipe-spotlight .hh-certified:before {
  background: url(../images/aha-badge-sm.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 66px;
  margin: auto;
  width: 60px;
}

.toggle-header {
  text-align: center;
}
@media (min-width: 600px) {
  .toggle-header {
    text-align: left;
  }
}

.toggle-content.content-open .content-wrap {
  max-height: none;
}
.toggle-content.content-open .content-toggle svg {
  transform: rotate(45deg);
}
.toggle-content .content-wrap {
  max-height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
@media (min-width: 600px) {
  .toggle-content .content-wrap {
    max-height: none;
    overflow: auto;
  }
}
.toggle-content .content-toggle {
  display: block;
  position: relative;
  text-align: center;
}
@media (min-width: 600px) {
  .toggle-content .content-toggle {
    display: none;
  }
}
.toggle-content .content-toggle:before {
  background: #BDBDBD;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.toggle-content .content-toggle button {
  background: #6BAB57;
  border: 0;
  border-radius: 100%;
  height: 1.5rem;
  margin: 0 auto;
  padding: 0.3rem;
  position: relative;
  text-align: center;
  width: 1.5rem;
}
.toggle-content .content-toggle button svg {
  font-size: 0.8rem;
  position: relative;
  top: 1px;
  transform: rotate(0);
  transition: all 0.3s ease;
  vertical-align: top;
}
@media (min-width: 600px) {
  .toggle-content.toggle-all.content-open .content-wrap {
    max-height: none;
  }
}
@media (min-width: 600px) {
  .toggle-content.toggle-all .content-wrap {
    max-height: 0;
    overflow: hidden;
  }
}
@media (min-width: 600px) {
  .toggle-content.toggle-all .content-toggle {
    display: block;
  }
}

.share-actions .social-share {
  margin: 0 0.5em;
  padding: 3px;
}
.share-actions .social-share:hover svg.icon {
  color: #6BAB57;
}
.share-actions .social-share svg.icon {
  color: #9E1F63;
}
.share-actions a {
  color: #9E1F63;
  font-weight: 800;
}
.share-actions a:hover {
  color: #6BAB57;
}

.social-cards {
  margin: 2em 0 1em;
}

.social-card {
  margin-bottom: 2em;
}
.social-card .image-wrap {
  margin-bottom: 0.8em;
  overflow: hidden;
  position: relative;
}
.social-card .image-wrap .caption {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  font-size: 0.875rem;
  margin: 0;
  position: absolute;
  text-align: left;
  /*
  &:after {
  	content: '© 2017 Hass Avocado Board. All rights reserved.';
  	color: $color__white;
  	display: block;
  	font-size: 8px;
  }
  */
}
.social-card .image-wrap .caption p {
  margin: 0;
  padding: 8px 12px;
}
.social-card .image-wrap .hashtag {
  background: #60BECB;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
}
.social-card .image-wrap .hashtag h4 {
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  padding: 2px 12px;
}
.social-card strong {
  color: #9E1F63;
}
.social-card .social-share {
  margin: 0 10px;
}
.social-card .icon {
  font-size: 1.5em;
}
.social-card img {
  display: block;
}

.intro {
  text-align: center;
}
.intro h1, .intro h2, .intro h3, .intro h4 {
  color: #6BAB57;
  font-weight: 300;
}
.intro p {
  font-size: 1.3em;
}

.resources {
  padding-top: 2em;
}
@media (max-width: 768px) {
  .resources {
    padding-bottom: 1em;
  }
}
.resources .heading {
  color: #6BAB57;
  display: block;
  margin: 0 0 1em;
  text-align: center;
  text-transform: none;
}
.resources .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.resources .slick-dots {
  bottom: 5px;
}
.resources .slick-dots li {
  margin: 0 10px;
}
.resources .slick-dots li.slick-active button:before {
  background: #6BAB57;
  opacity: 1;
}
.resources .slick-dots li button:before {
  border: 2px solid #6BAB57;
  border-radius: 100%;
  content: "";
  height: 12px;
  opacity: 1;
  width: 12px;
}

.resource-item .content-wrap,
.resource-item .meta-wrap {
  background: #F7F7F7;
  text-align: center;
}
.resource-item .content-wrap .title + p {
  margin-bottom: 0;
  margin-top: -0.5em;
}
.resource-item .sub {
  font-weight: 600;
  font-size: 0.75em;
  margin: 1em 0 0.3em;
  text-transform: uppercase;
}
.resource-item .title {
  font-size: 1.2em;
  margin: 0.3em 0 1em;
  text-transform: uppercase;
  font-weight: 600;
}
.resource-item .title a {
  font-weight: 600;
}
.resource-item .link {
  border: 1px solid #D3D3D0;
}
.resource-item .link a {
  text-transform: none;
}
.resource-item .meta-wrap .social {
  padding: 0.8333333em 1em;
}
.resource-item .meta-wrap .social a {
  font-size: 1.2em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.resource-item .meta-wrap .social a:hover, .resource-item .meta-wrap .social a:hover .icon {
  color: #6BAB57;
}
.resource-item p {
  text-transform: none;
}

/*
.anc-dropdown,
.anc-research {
	background: $color__white;
	border-radius: 6px;
	box-shadow: 2px 10px 59px 0 rgba(182,182,182,0.75);
	padding: 1em;
	@include breakpoint(md){
		padding: 1.5em 3em;
	}	
}
.anc-dropdown {
	margin-bottom: 1.5em;
	label {
		color: #C3C3C3;
		font-weight: 600;
		margin-bottom: 1em;

	}
	.form {
	}
	.dropdown-wrap {
		position: relative;
		button {
			background: $color__search_grey;
			border: 2px solid $color__grey_border;
			border-radius: 3px;
			color: $color__brown;
			display: block;
			font-weight: 600;
			padding: 1em 1em 1em 2.5rem;
			position: relative;
			text-align: left;
			width: 100%;
			&:before {
				background: $color__green_light;
				border: 2px solid $color__green_light;
				border-radius: 100%;
				content: '';
				height: 8px;
				position: absolute;
				left: 1em;
				top: 50%;
				transform: translateY(-50%);
				width: 8px;
			}

			.icon {
				border-bottom: 2px solid $color__grey_border;
				color: $color__green_light;
				font-size: 18px;
				padding: 1em;
				position: absolute;
				right: 0;
				top: -1px;
				transform: rotate(90deg);
			}
		}
	}
	input[type="submit"] {
		background: $color__green_light;
		border: 2px solid;
		border-radius: 3px;
		color: $color__white;
		font-weight: 600;
		flex-basis: 28%;
		margin: 0;
		padding: 1em;
		text-transform: none;
	}
	.dropdown {
		display: none;
		left: 0;
		position: absolute;
		top: 96%;
		width: 100%;
		z-index: 1;
		ul {
			border: 2px solid $color__grey_border;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
			background: $color__white;
			margin: 0;
			padding: 0;
		}
		li {
			font-weight: 400;
			list-style: none;
			padding: .8rem 1rem .8rem 2.5rem;
			position: relative;
			&:last-child {
				border: 0;
			}
			a {
				color: $color__brown;
			}
			&.section {
				border-bottom: 2px solid $color__grey_border;
				border-top: 2px solid $color__grey_border;
				color: $color__grey_border;
				font-size: .875rem;
				font-weight: 600;
				padding-left: 1rem;
				text-transform: uppercase;
			}
			&.active {
				&:not(.section):before {
					background: $color__green_light;
					border-color: $color__green_light;
				}
				a {
					font-weight: 600;
				}
			}
			&:not(.section):before {
				background: none;
				border: 2px solid $color__grey_border;
				border-radius: 100%;
				content: '';
				height: 8px;
				position: absolute;
				left: 1em;
				top: 50%;
				transform: translateY(-50%);
				width: 8px;
			}
		}
	}
}
.anc-research {
	margin-bottom: 2em;
	.title {
		border-bottom: 1px solid $color__grey_border;
		font-weight: 600;
		margin-bottom: 1em;
		padding-bottom: .5em;
	}
	.research-titles {
		color: #C3C3C3;
		display: none;
		font-weight: 600;
		margin-bottom: 1em;
		.ttopic {
			flex-basis: 26%;
		}
		.ssubject {
			flex-basis: 35%;
		}
		.llinks {
			flex-basis: 37%;
		}
		@include breakpoint(md){
			display: flex;
		}

	}
	.research-item {
		background: $color__search_grey;
		border: 2px solid $color__grey_border;
		border-radius: 3px;
		font-weight: 600;
		margin-bottom: 1.5em;
		@include breakpoint(md){
			align-items: center;
			display: flex;
		}
		&:last-child {
			margin-bottom: 0;
		}
		& > div {
			line-height: 1;
			padding: 1em;
			@include breakpoint(md){
				height: 100%;
			}
		}
	}
	div.topic {
		align-items: center;
		display: flex;
		padding-top: .5em;
		padding-bottom: .5em;
		position: relative;
		&:after {
			color: $color__grey_dark;
			content: '+';
			font-size: 1.2em;
			margin-left: 5px;
			position: relative;
			@include breakpoint(md){
				margin-left: 0;
				position: absolute;
				right: 0;
				top: 50%;
				transform: translate(50%, -50%);
			}
		}
		.linked {
			background: $color__green_lighter;
			border: 50%;
			border-radius: 50%;
			color: $color__white;
			line-height: 40px;
			height: 40px;
			margin-right: 20px;
			text-align: center;
			width: 40px;

			.icon {
				position: relative;
				top: -2px;
			}
		}
	}
	div.subject {
		padding: 0 1em .5em 4.8em;
		@include breakpoint(md){
			padding: 1em;
		}
	}
	div.links {
		margin-left: auto;
		position: relative;
		@include breakpoint(md){
			padding-left: 2em;
			padding-right: 2em;
			&:before {
				background: $color__grey_border;
				content: '';
				display: block;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 2px;
			}
		}
		a {
			background: $color__brown;
			color: $color__white;
			display: inline-block;
			border-radius: 20px;
			font-size: 14px;
			margin: 0 5px 10px;
			padding: 5px 10px;
			@include breakpoint(md){
				margin: 0 5px;
			}
			&.latest {
				background: $color__green;
			}
			&.years {
				background: $color__green_med;
			}
			&.all {
				background: $color__green_darker;
			}
			&:hover {
				background-color: $color__grey_dark;
			}
		}
	}
}
*/
.flexible-content,
.graphics {
  padding: 2em 0;
}

.graphic-item .title {
  margin-top: 0.5em;
  text-align: center;
}
.graphic-item img {
  border: 0;
  margin: 1em 0;
}
.graphic-item .meta-wrap .link {
  border-right: 1px solid #D3D3D0;
}
.graphic-item .meta-wrap .link a {
  text-transform: none;
}

.flexible-content h2, .flexible-content h3, .flexible-content h4, .flexible-content h5, .flexible-content h6 {
  color: #6BAB57;
}
.flexible-content h3 {
  text-transform: none;
}

.research-overview span.block {
  display: inline-block;
  margin-bottom: 1em;
}
.research-overview strong {
  text-transform: uppercase;
}
.research-overview a {
  color: inherit;
}
.research-overview strong.dl {
  display: inline-block;
  margin-bottom: 1em;
}
.research-overview a.dl {
  color: #9E1F63;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.research-overview a.dl:hover {
  color: #6BAB57;
}

.full-height-image .breadcrumbs + .entry-content {
  margin-top: 0;
}
.full-height-image .content-block {
  padding-top: 2em;
}
.full-height-image .content-block > h3 {
  margin-top: 0;
}
.full-height-image .research-overview {
  padding-bottom: 0;
}
.full-height-image .research-overview img {
  margin-bottom: 0;
  margin-top: 0;
}

.takeaway-cards {
  background: #F7F7F7;
  padding: 2em 0;
}

.takeaway-cards .heading,
.takeaway-cards .subtitle,
.featured-heading .heading,
.featured-heading .subtitle {
  text-align: center;
}
.takeaway-cards .heading,
.featured-heading .heading {
  color: #6BAB57;
  display: block;
  margin: 0 0 1.5rem;
}
.takeaway-cards .heading + .subtitle,
.featured-heading .heading + .subtitle {
  margin-top: -1.5rem;
}
.takeaway-cards .subtitle,
.featured-heading .subtitle {
  margin-bottom: 1.5rem;
}

.grid-card {
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
}
.grid-card .content-wrap {
  background: #FFFFFF;
  border: 1px solid #D3D3D0;
  padding: 1rem;
}
.grid-card .content-wrap h2,
.grid-card .content-wrap h3,
.grid-card .content-wrap h4,
.grid-card .content-wrap h5 {
  margin: 0;
}
.grid-card .content-wrap svg.icon,
.grid-card .content-wrap .title {
  margin: 0.5rem 0;
}
.grid-card .content-wrap .cta-link {
  margin-top: 1em;
}
.grid-card .content-wrap .cta-link svg.icon {
  margin: 0;
}
.grid-card .title {
  color: #6BAB57;
  font-weight: 600;
  line-height: 3rem;
}
.grid-card svg {
  color: #9E1F63;
  font-size: 3rem;
}

.before-after {
  padding-bottom: 2em;
}
.before-after + .before-after {
  padding-top: 0;
}

.before-after-ready .slide {
  font-size: 0.875em;
  margin: 0.8rem;
  text-align: center;
}
.before-after-ready .slide .icon {
  font-size: 1.1em;
  transform: rotate(180deg);
}
.before-after-ready .slide .right {
  transform: none;
}
.before-after-ready .ba-images {
  cursor: ew-resize;
  position: relative;
}
.before-after-ready .ba-images > div {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.before-after-ready .ba-images .before {
  border-right: 3px solid #6BAB57;
}
.before-after-ready .ba-images .before img {
  height: 100%;
  max-width: none;
}
.before-after-ready .ba-info-row {
  margin-left: 0;
  margin-right: 0;
}
.before-after-ready .ba-info {
  border: 1px solid #D3D3D0;
  padding: 0 1.5rem 1rem;
}
.before-after-ready .ba-info h4 {
  font-weight: 600;
  margin-bottom: 0;
}
.before-after-ready .ba-info ul {
  list-style: none;
  padding-left: 0;
}
.before-after-ready .before-info {
  border-bottom: 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.before-after-ready .before-info:after {
  background: #6BAB57;
  border-radius: 100%;
  content: "VS";
  color: #FFFFFF;
  font-size: 1.1rem;
  line-height: 2.5rem;
  left: 50%;
  height: 2.5rem;
  position: absolute;
  text-align: center;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
}
.before-after-ready .after-info {
  padding-top: 1rem;
}

.questions-answers {
  padding-bottom: 2em;
  padding-top: 2em;
}
.questions-answers .question h4 {
  margin: 1.25rem 0;
}
.questions-answers .question a {
  display: block;
  padding-right: 30px;
  position: relative;
}
.questions-answers .question .icon {
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
  transition: all 0.3s ease-in;
}
.questions-answers .question .open .icon {
  transform: rotate(270deg);
}

section.grey,
.section-grey {
  background: #F7F7F7;
  border-top: 1px solid #D3D3D0;
}
section.grey + .section-grey,
.section-grey + .section-grey {
  border-bottom: 0;
  border-top: 0;
}
section.grey:last-of-type,
.section-grey:last-of-type {
  border-bottom: 1px solid #D3D3D0;
}
section.grey .resource-item .content-wrap,
section.grey .resource-item .meta-wrap,
.section-grey .resource-item .content-wrap,
.section-grey .resource-item .meta-wrap {
  background: #FFFFFF;
}

body.home section.grey:last-of-type {
  border-bottom: 0;
}

.container section.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
}

.container section.overlayed {
  position: relative;
  z-index: 4;
}
@media (min-width: 1200px) {
  .container section.pull-up {
    margin-top: -5rem;
    padding-top: 5rem;
    position: relative;
  }
}

.hass_research .section-grey {
  border-bottom: 1px solid #D3D3D0;
}

.hass_article .grid-item .subtitle {
  font-weight: 600;
}
.hass_article .grid-item .subtitle a {
  color: #754C29;
  font-weight: 600;
  text-decoration: none;
}
.hass_article .grid-item .subtitle a:hover {
  color: #6BAB57;
  text-decoration: underline;
}

.single-hass_article .entry-header .entry-subtitle a {
  text-decoration: underline;
}

.recipes {
  background: #F7F7F7;
  padding: 2em 0;
}
.recipes .subtitle {
  font-weight: 800;
  color: #754C29;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.recipes .heading {
  color: #6BAB57;
  font-weight: 300;
  margin-bottom: 1em;
  text-align: center;
}
.recipes .subtitle + .heading {
  margin-top: -0.2em;
}
.recipes .recipes-form {
  margin-bottom: 2em;
  text-align: center;
}
.recipes .recipes-form .label {
  display: inline-block;
  margin-bottom: 1em;
}
.recipes .recipes-form input[type=text] {
  background: none;
  border-radius: 12px;
}

.recipe-slider {
  margin: auto;
  max-width: 90%;
  width: 90%;
}
.recipe-slider .recipe-item .title {
  font-size: 1.2em;
  margin-top: 0;
  text-align: center;
}
.recipe-slider .recipe-item .single a {
  text-transform: none;
}

.advanced-filters {
  background: #F7F7F7;
  border-bottom: 1px solid #D3D3D0;
  font-size: 0.8125em;
  position: relative;
  z-index: 10;
}
.advanced-filters h3 {
  font-weight: 600;
  border-bottom: 1px solid #D3D3D0;
  color: #9E1F63;
  font-size: 1rem;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.advanced-filters .checkboxes {
  margin-bottom: 0.8em;
}
.advanced-filters .checkboxes input[type=checkbox] + span {
  padding-left: 26px;
}
.advanced-filters .checkboxes input[type=checkbox] + span:before, .advanced-filters .checkboxes input[type=checkbox] + span:after {
  margin-left: 0;
}
.advanced-filters .filter-list {
  padding: 1rem;
}
.advanced-filters .filter-action {
  text-align: center;
}
.advanced-filters .filter-action button {
  border-top: 1px solid #D3D3D0;
  color: #9E1F63;
  display: block;
  padding: 0.75rem 0;
  width: 100%;
}
.advanced-filters .filter-action button[type=reset] {
  font-style: italic;
}
.advanced-filters .filter-action button[type=submit] {
  font-weight: 600;
}
.advanced-filters .filter-action:first-child button {
  border-right: 1px solid #D3D3D0;
}

.filter-status #filter-display-count {
  color: #A5A3A3;
  font-style: italic;
  position: relative;
  text-align: center;
}
.filter-status #filter-display-count span {
  background: #FFFFFF;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.filter-status #filter-display-count:before {
  background: #D3D3D0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.filter-status #active-filters {
  margin-top: 0.6em;
}
.filter-status #active-filters button {
  border: 1px solid #D3D3D0;
  color: #9E1F63;
  font-size: 0.8125em;
  margin: 0 0.5em 0.5em 0;
  padding: 0.5em 1em;
}
.filter-status #active-filters button svg.icon {
  font-size: 0.7em;
  vertical-align: middle;
}
.filter-status #active-filters button:hover {
  border-color: #9E1F63;
}

@media (min-width: 72em) {
  .filter-sidebar-container {
    width: 97%;
  }
  .filter-sidebar-container .container {
    width: 100%;
  }
}
.filter-sidebar-container .archive-grid {
  padding-top: 0;
}
.filter-sidebar-container .container {
  max-width: 100%;
}

.sidebar-filters {
  background: #EFEFEF;
  position: relative;
}
.sidebar-filters:before {
  background: #EFEFEF;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
}
.sidebar-filters .filter-list {
  margin-bottom: 0;
  padding: 15px;
}
.sidebar-filters .filter-list:first-of-type {
  padding-top: 34px;
}
.sidebar-filters .filter-list + .filter-list {
  padding-top: 0;
}
.sidebar-filters .filter-action {
  padding-bottom: 15px;
}
.sidebar-filters button.plain {
  color: #9E1F63;
  display: block;
  font-size: 1em;
  font-weight: 600;
  padding-left: 15px;
  text-align: left;
  text-decoration: underline;
}
.sidebar-filters h3 {
  color: #9E1F63;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sidebar-filters p {
  font-size: 0.9rem;
  margin-bottom: 10px;
  padding-left: 26px;
}
.sidebar-filters .checkboxes input[type=checkbox] + span::before {
  height: 16px;
  width: 16px;
}
.sidebar-filters .checkboxes input[type=checkbox]:checked + span::before {
  background: none;
  height: 8px;
}

.has-filters #section-intro {
  display: none;
}
@media (min-width: 600px) {
  .has-filters #section-intro {
    display: block;
  }
}

.hp-display .filter-status #active-filters button,
.hp-display .sidebar-filters h3,
.hp-display .sidebar-filters button.plain {
  color: #33A5B2;
}
.hp-display .grid-item .meta .education svg.icon, .hp-display.grid-favorite .meta .education svg.icon {
  stroke: #33A5B2;
}
.hp-display .grid-item .meta svg.icon, .hp-display.grid-favorite .meta svg.icon {
  color: #33A5B2;
}
.hp-display .grid-item .download a,
.hp-display .grid-item .link a, .hp-display.grid-favorite .download a,
.hp-display.grid-favorite .link a {
  color: #33A5B2;
}
.hp-display .breadcrumbs .sharing #social-toggle-display,
.hp-display .favorite-action .favorite-icon {
  background-color: #33A5B2;
}
.hp-display .pdf-dl-es {
  color: #33A5B2;
}

@media (max-width: 1023px) {
  .site-header {
    transition: transform 0.4s;
  }
  .scroll-down .site-header {
    transform: translate3d(0, -100%, 0);
  }
  .scroll-up .site-header {
    transform: none;
  }
  body.has-filters-open {
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  body.has-filters-open:after {
    background: rgba(0, 0, 0, 0.5);
    content: " ";
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .filter-sidebar-container .filter-toggle {
    background: #9E1F63;
    border: 0;
    color: #FFFFFF;
    display: block;
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;
  }
  .filter-sidebar-container .education_query .filter-toggle,
  .filter-sidebar-container .education_query #apply-filter,
  .filter-sidebar-container .article_query .filter-toggle,
  .filter-sidebar-container .article_query #apply-filter,
  .filter-sidebar-container .research_query .filter-toggle,
  .filter-sidebar-container .research_query #apply-filter {
    background: #33A5B2;
  }
  .sidebar-filters {
    bottom: 0;
    left: -100vw;
    margin-top: 0;
    max-width: 60vw;
    overflow: scroll;
    padding-bottom: 50px;
    transition: left 500ms ease;
    position: fixed;
    top: 0;
    z-index: 1001;
  }
  .sidebar-filters.open {
    left: 0;
  }
  .sidebar-filters .filter-list {
    padding-right: 25px;
  }
  #apply-filter {
    background: #9E1F63;
    border: 0;
    bottom: 0;
    color: #FFFFFF;
    font-weight: 600;
    left: -100vw;
    padding: 1rem 0;
    position: static;
    text-align: center;
    text-decoration: none;
    transition: left 500ms ease;
    width: inherit;
    z-index: 99;
  }
  #apply-filter:hover {
    background: #754C29;
  }
  .open #apply-filter {
    left: 0;
    position: fixed;
  }
}
@media (min-width: 64em) {
  #mobile-filter-toggle {
    display: none;
  }
  .sidebar-filters #apply-filter {
    display: none;
  }
}
.account-settings header {
  background: #F7F7F7 url(/wp-content/uploads/love-one-today-light-grey-avocado-pattern-bg-on-grey.jpg) center center no-repeat;
  box-shadow: inset 0px 26px 40px -30px rgba(0, 0, 0, 0.2);
  min-height: auto !important;
  padding: 2rem 0;
}
.account-settings header .container {
  border: 0 !important;
  background: none;
  box-shadow: none !important;
  padding: 0 !important;
}
.account-settings header .entry-subtitle {
  font-size: 18px !important;
  font-style: italic;
}
.account-settings header .entry-title {
  font-size: 60px !important;
  font-weight: 600;
  margin-top: 10px;
}
.account-settings .entry-content > .row {
  margin-left: 0;
  margin-right: 0;
}
.account-settings .entry-content .col-md-2 {
  width: 100%;
}
@media (min-width: 62em) {
  .account-settings .entry-content .col-md-2 {
    padding-left: 0;
  }
}
.account-settings .account-menu {
  text-align: center;
}
@media (min-width: 62em) {
  .account-settings .account-menu {
    border-right: 2px solid #F7F7F7;
    height: 100%;
  }
}
.account-settings .favorite-menu {
  text-align: left;
}
.account-settings .favorite-menu .icon {
  top: 0;
}
.account-settings .favorite-menu a {
  align-items: center;
  display: flex;
  font-size: 15px;
  padding-right: 0;
}
.account-settings .favorite-menu a small {
  display: block;
  font-style: italic;
  font-weight: 300;
}
.account-settings .favorite-menu a:last-child {
  border-bottom: 2px solid #F7F7F7;
}
.account-settings .favorite-menu a.current-page {
  color: #707070;
  position: relative;
}
.account-settings .favorite-menu a.current-page .icon {
  color: #9E1F63;
}
@media (min-width: 62em) {
  .account-settings .favorite-menu a.current-page:after, .account-settings .favorite-menu a.current-page:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .account-settings .favorite-menu a.current-page:after {
    background: #FFFFFF;
    right: -2px;
    width: 2px;
  }
  .account-settings .favorite-menu a.current-page:before {
    background: #9E1F63;
    left: 0;
    width: 4px;
  }
}
.account-settings .account-details,
.account-settings .account-favorites {
  margin-bottom: 60px;
  margin-top: 40px;
}
.account-settings .account-details-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.account-settings .account-details-form .acf-fields > .acf-field {
  border: 0;
}
.account-settings .account-details-form .acf-field .acf-label label {
  color: #707070;
  font-weight: 600;
}
.account-settings .account-details-form .acf-field input {
  border-width: 2px;
  border-color: #F7F7F7;
  border-radius: 4px;
  padding: 6px 10px;
}
.account-settings .account-details-form .acf-form-submit {
  padding-left: 12px;
  padding-right: 12px;
}
.account-settings .account-details-form .acf-form-submit input[type=submit] {
  background-color: #9E1F63;
  border-color: #9E1F63;
  font-weight: 400;
  text-transform: none;
  width: 100%;
}
.account-settings .account-details-form .acf-form-submit input[type=submit]:hover {
  opacity: 0.6;
}
@media (min-width: 62em) {
  .account-settings .favorites-row {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.account-settings .account-favorites {
  margin-left: auto;
  margin-right: auto;
}
.account-settings .account-favorites .grid-item {
  background: #FBFBFB;
  border: 5px solid #F7F7F7;
  margin: 15px;
}
@media (min-width: 62em) {
  .account-settings .account-favorites .grid-item {
    display: grid;
    grid-gap: 5px 40px;
    grid-template-columns: 300px 1fr;
    margin: 0 0 2em;
  }
  .account-settings .account-favorites .grid-item .image-wrap,
  .account-settings .account-favorites .grid-item .image-wrap a {
    grid-row: 1/span 2;
    object-fit: cover;
    overflow: hidden;
  }
  .account-settings .account-favorites .grid-item .image-wrap img,
  .account-settings .account-favorites .grid-item .image-wrap a img {
    border-right: 5px solid #F7F7F7;
    max-width: 100%;
    margin-right: auto;
    width: auto;
  }
  .account-settings .account-favorites .grid-item img {
    border: 0;
  }
  .account-settings .account-favorites .grid-item .content-wrap,
  .account-settings .account-favorites .grid-item .meta-wrap {
    grid-column: 2/span 2;
    padding: 0;
  }
  .account-settings .account-favorites .grid-item .content-wrap {
    padding-top: 30px;
  }
  .account-settings .account-favorites .grid-item .meta-wrap {
    padding-bottom: 20px;
  }
}
.account-settings .account-favorites .grid-item.hh-certified a.header:after {
  display: none;
}
.account-settings .account-favorites .grid-item .image-wrap {
  position: static;
}
.account-settings .account-favorites .grid-item .content-wrap,
.account-settings .account-favorites .grid-item .meta-wrap {
  background: none;
}
.account-settings .account-favorites .grid-item .meta-wrap {
  padding: 0 25px 40px 25px;
}
@media (min-width: 62em) {
  .account-settings .account-favorites .grid-item .meta-wrap {
    padding: 0 0 20px;
  }
}
.account-settings .account-favorites .grid-item p.meta.category span:last-child,
.account-settings .account-favorites .grid-item .author,
.account-settings .account-favorites .grid-item .subtitle,
.account-settings .account-favorites .grid-item .excerpt,
.account-settings .account-favorites .grid-item .diet-health,
.account-settings .account-favorites .grid-item .date,
.account-settings .account-favorites .grid-item .card-no-show {
  display: none;
}
.account-settings .account-favorites .grid-item .content-wrap,
.account-settings .account-favorites .grid-item .meta-wrap,
.account-settings .account-favorites .grid-item .meta-wrap .link,
.account-settings .account-favorites .grid-item .meta-wrap .date,
.account-settings .account-favorites .grid-item .meta-wrap .download,
.account-settings .account-favorites .grid-item .meta-wrap .single {
  border: 0;
}
.account-settings .account-favorites .grid-item .meta-wrap .col-half {
  flex-basis: auto;
  width: auto;
}
.account-settings .account-favorites .grid-item .meta-wrap .col-half .download {
  border-left: 2px solid #BDBDBD;
  margin-left: 10px;
  padding-left: 10px;
}
.account-settings .account-favorites .grid-item .meta-wrap .meta {
  padding: 0;
  text-align: left;
}
.account-settings .account-favorites .grid-item .meta-wrap .link .icon,
.account-settings .account-favorites .grid-item .meta-wrap .download .icon {
  display: none;
}
.account-settings .account-favorites .grid-item .meta a {
  text-transform: uppercase;
}
.account-settings .account-favorites .grid-item .favorite {
  bottom: 0;
  right: 20px;
}
@media (min-width: 62em) {
  .account-settings .account-favorites .grid-item .favorite {
    bottom: 12px;
  }
}
.account-settings .account-favorites .grid-item .favorite .favorite-action {
  flex-direction: row-reverse;
}
.account-settings .account-favorites .grid-item .favorite .favorite-action:hover .favorite-text {
  color: #9E1F63;
}
.account-settings .account-favorites .grid-item .favorite .favorite-action:hover .favorite-icon .icon {
  color: #9E1F63;
}
.account-settings .account-favorites .grid-item .favorite .favorite-text {
  color: #A5A3A3;
  display: inline-block;
  font-size: 14px;
}
.account-settings .account-favorites .grid-item .favorite .favorite-icon {
  border: 0;
  background: none;
}
.account-settings .account-favorites .grid-item .favorite .favorite-icon .icon {
  color: #A5A3A3;
  height: 13px;
  top: 1px;
  width: 13px;
}
@media (min-width: 62em) {
  .account-settings .account-favorites .grid-item.fav-deleted {
    display: block;
  }
  .account-settings .account-favorites .grid-item.fav-deleted .content-wrap {
    padding-left: 30px;
  }
}
.account-settings .account-favorites .grid-item.fav-deleted .image-wrap img,
.account-settings .account-favorites .grid-item.fav-deleted .meta {
  display: none;
}
.account-settings .account-favorites .grid-item.fav-deleted .image-wrap {
  border-right: 0;
  width: 0;
}
.account-settings .account-favorites .grid-item.fav-deleted .title {
  font-size: 1rem;
  margin: 0;
}
.account-settings .account-favorites .grid-item.fav-deleted .title a {
  color: #754C29;
}
.account-settings .account-favorites .grid-item.fav-deleted .title a:after {
  content: " has been removed";
}

.ajax-loading .grid-item {
  opacity: 0.2;
  position: relative;
}
.ajax-loading .archive-grid {
  position: relative;
}
.ajax-loading .anc-research {
  position: relative;
}
.ajax-loading .anc-research .research-titles,
.ajax-loading .anc-research .research-item,
.ajax-loading .anc-research .title {
  opacity: 0.2;
}
.ajax-loading svg.loading {
  color: #6BAB57;
  display: block !important;
  font-size: 4em;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
}

.article-pullout {
  background-position: center center;
  background-size: cover;
  padding: 2em 0;
}
.article-pullout .grid-item {
  margin-bottom: 0;
}
.article-pullout .aside-image {
  text-align: center;
}

.sidebar h4 {
  border-bottom: 1px solid #F7F7F7;
  color: #9E1F63;
  font-weight: 800;
  padding-bottom: 1rem;
}
.sidebar .widget {
  margin-bottom: 2em;
}
.sidebar .widget ul {
  list-style: none;
  padding-left: 0;
}

.breadcrumbs {
  border-bottom: 1px solid #F7F7F7;
  font-weight: 300;
  padding: 1em 0;
}
.breadcrumbs .container {
  font-size: 0.75em;
}
.breadcrumbs a {
  color: #754C29;
}
.breadcrumbs a:hover {
  color: #9E1F63;
}
.breadcrumbs + .entry-content {
  margin-top: 2em;
}
.breadcrumbs + .categories {
  border-top: 0;
}
.breadcrumbs .sharing {
  align-items: center;
  display: flex;
  font-size: 1rem;
  justify-content: flex-end;
  position: relative;
  text-align: right;
}
@media (min-width: 48em) {
  .breadcrumbs .sharing {
    min-width: 300px;
  }
}
.breadcrumbs .sharing .social-share {
  font-size: 1.3rem;
  margin: 2px 8px;
  opacity: 1;
  position: relative;
  transition: opacity 0.3s ease-in 0.2s;
}
.breadcrumbs .sharing .social-share .icon {
  color: #9E1F63;
  vertical-align: sub;
}
.breadcrumbs .sharing .social-share.copy_link {
  font-size: 1.5em;
}
.breadcrumbs .sharing .social-share:hover .icon {
  color: #754C29;
}
.breadcrumbs .sharing .share-text {
  font-weight: 600;
  position: absolute;
  right: 54px;
  text-transform: uppercase;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in;
  top: 50%;
}
.breadcrumbs .sharing .social-wrap {
  display: inline-block;
  padding: 10px 42px 9px 18px;
  overflow: hidden;
  position: relative;
  right: -32px;
  transition: all 0.4s ease-in;
}
.breadcrumbs .sharing .social-wrap:before {
  background: #FFFFFF;
  border-radius: 40px;
  border: 2px solid #EFEFEF;
  content: " ";
  display: block;
  height: calc(100% - 13px);
  left: 6px;
  position: absolute;
  top: 6px;
  transition: all 0.3s ease-in;
  width: calc(100% - 8px);
}
.breadcrumbs .sharing #social-toggle-display {
  background: #9E1F63;
  border: 2px solid #EFEFEF;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  line-height: 32px;
  height: 38px;
  position: relative;
  text-align: center;
  width: 38px;
}
.breadcrumbs .sharing #social-toggle-display .icon {
  color: #FFFFFF;
  vertical-align: sub;
}
.breadcrumbs .sharing #social-toggle-display .share {
  height: 14px;
  left: 1px;
  position: relative;
  top: 2px;
  width: 14px;
}
.breadcrumbs .sharing #social-toggle-display .close {
  display: none;
  height: 14px;
  position: relative;
  top: 2px;
  width: 14px;
}
.breadcrumbs .sharing.open #social-toggle-display .icon.close {
  display: inline;
}
.breadcrumbs .sharing.open #social-toggle-display .icon.share {
  display: none;
}
.breadcrumbs .sharing.open .share-text {
  opacity: 0;
}
.breadcrumbs .sharing.closed .social-wrap {
  opacity: 1;
}
.breadcrumbs .sharing.closed .social-wrap:before {
  left: 100%;
}
.breadcrumbs .sharing.closed .social-share {
  opacity: 0;
  transition-delay: 0;
  z-index: -1;
}
.breadcrumbs .sharing .copy-link-notice {
  color: #6BAB57;
  font-weight: 400;
  font-size: 12px;
  margin-right: -24px;
  position: relative;
}
@media (min-width: 48em) {
  .breadcrumbs.has-social {
    padding: 0.5em 0;
  }
}
@media (min-width: 48em) {
  .breadcrumbs.has-social .container {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.breadcrumbs .bc-extras {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (min-width: 48em) {
  .breadcrumbs .bc-extras {
    flex-direction: row;
  }
}

.favorite {
  text-align: right;
}
@media (min-width: 62em) {
  .favorite {
    width: 135px;
  }
}
.favorite.disable-text {
  width: auto;
}
.favorite.disable-text .favorite-action,
.favorite.disable-text .favorite-icon {
  margin-left: 0;
}
.favorite.disable-text .favorite-text {
  display: none;
}

.favorite-action {
  align-items: center;
  background: none;
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
}
@media (min-width: 62em) {
  .favorite-action {
    margin-left: auto;
  }
}
.favorite-action .favorite-text {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.favorite-action .favorite-icon {
  background: #9E1F63;
  border: 2px solid #EFEFEF;
  border-radius: 50%;
  display: inline-block;
  line-height: 32px;
  height: 38px;
  margin-left: 12px;
  position: relative;
  text-align: center;
  width: 38px;
}
.favorite-action .favorite-icon .icon {
  color: #FFFFFF;
  height: 18px;
  position: relative;
  top: 3px;
  width: 18px;
  vertical-align: middle;
}
.favorite-action .favorite-icon .icon.save {
  display: inline-block;
}
.favorite-action .favorite-icon .icon.saved {
  display: none;
}
.favorite-action.is-favorited .icon.save {
  display: none;
}
.favorite-action.is-favorited .icon.saved {
  display: inline-block;
}

.categories {
  border-bottom: 1px solid #D3D3D0;
  border-top: 1px solid #D3D3D0;
  padding: 1em 0;
  text-align: center;
}
.categories button,
.categories a {
  display: block;
}
.categories button {
  color: #9E1F63;
  font-weight: 400;
  outline: 0;
  text-align: center;
  width: 100%;
}
.categories button.toggle:hover {
  color: #6BAB57;
}
.categories button.toggle.is-open {
  color: #9E1F63;
}
.categories button.toggle span {
  display: none;
}
.categories .list {
  font-size: 0.8125em;
  margin: 0;
}
.categories .recipe-list #category-toggle {
  display: none;
}
.categories a {
  color: #A5A3A3;
  padding: 1em;
}
.categories a:hover, .categories a.active {
  color: #9E1F63;
}
.categories a.active {
  font-weight: 600;
}
.categories svg.icon {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.categories .is-open svg.icon {
  transform: rotate(270deg);
}

.entry-content > .downloads {
  margin-top: -1em;
}

.downloads .categories {
  border: 0;
  margin: 0 0 1em;
}

#search-results.page-header .entry-subtitle span:before, #search-results.page-header .entry-subtitle span:after {
  color: #9E1F63;
  content: '"';
}
#search-results.page-header .entry-subtitle span:before {
  content: "“";
}
#search-results.page-header .entry-subtitle span:after {
  content: "”";
}

.search-suggestion {
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 0;
}
.search-suggestion a {
  font-weight: 800;
}

table thead th {
  font-weight: 800;
}
table tr:nth-child(even) td {
  background: #F7F7F7;
}
table tr td {
  background: white;
  border-bottom: 1px solid #FFFFFF;
  padding: 10px;
}
table tr td strong {
  display: block;
  text-align: center;
}

.subhead {
  font-weight: 800;
}

ul.list-check {
  padding-left: 0;
}
ul.list-check li {
  list-style: none;
  padding-left: 1.5em;
}
ul.list-check li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%239E1F63' d='M8.294 16.998c-0.435 0-0.847-0.203-1.111-0.553l-3.573-4.721c-0.465-0.613-0.344-1.486 0.27-1.951 0.615-0.467 1.488-0.344 1.953 0.27l2.351 3.104 5.911-9.492c0.407-0.652 1.267-0.852 1.921-0.445s0.854 1.266 0.446 1.92l-6.984 11.21c-0.242 0.391-0.661 0.635-1.12 0.656-0.022 0.002-0.042 0.002-0.064 0.002z'%3E%3C/path%3E%3C/svg%3E");
  content: "";
  height: 1em;
  float: left;
  margin-left: -1.5em;
  position: relative;
  top: 3px;
  width: 1em;
}

ul.list-unstyled {
  padding-left: 0;
}
ul.list-unstyled li {
  list-style: none;
}

button.plain {
  background: none;
  border: 0;
}

.button,
.cta {
  background: transparent;
  border: 1px solid #754C29;
  color: #754C29;
  display: inline-block;
  font-weight: 800;
  margin-bottom: 1em;
  padding: 0.8em 1.5em;
  transition: all 0.3s ease;
}
.button.active,
.cta.active {
  background: #754C29;
  color: #FFFFFF;
}
.button:active, .button:hover,
.cta:active,
.cta:hover {
  background: #9E1F63;
  border-color: #9E1F63;
  color: #FFFFFF;
  text-decoration: none;
}
.button-alt, .button-teal, .button-orange,
.cta-alt,
.cta-teal,
.cta-orange {
  color: #FFFFFF;
  font-weight: 600;
}
.button-alt,
.cta-alt {
  border-color: #FFFFFF;
}
.button-teal,
.cta-teal {
  background: #33A5B2;
  border-color: #33A5B2;
}
.button-orange,
.cta-orange {
  background: #E54E4B;
  border-color: #E54E4B;
}

.per-page-option {
  color: #754C29;
}
.per-page-option p {
  margin: 0.5em 0 1.5em;
  min-height: 35px;
}
.per-page-option em {
  font-weight: 300;
  font-style: italic;
}

nav.navigation {
  padding-bottom: 2em;
  text-align: center;
}
nav.navigation .nav-links .nav-previous,
nav.navigation .nav-links .nav-next {
  display: inline-block;
}
nav.navigation .nav-links a {
  border: 1px solid;
  color: #754C29;
  display: inline-block;
  font-weight: 600;
  margin: 0 1em;
  padding: 1em 2em;
  transition: all 0.3s ease;
}
nav.navigation .nav-links a.load-more {
  padding: 1em 3em;
}
nav.navigation .nav-links a:hover {
  border-color: #A5A3A3;
  color: #A5A3A3;
  text-decoration: none;
}
nav.navigation.pagination .nav-links .page-numbers {
  border: 0;
  color: #754C29;
  display: inline-block;
  font-weight: 300;
  height: 1em;
  margin: 0 0.3em;
  opacity: 0.5;
  padding: 1em 0;
  text-align: center;
  width: 3em;
}
nav.navigation.pagination .nav-links .page-numbers.dots {
  border: 0;
  margin: 0;
  width: 2em;
}
nav.navigation.pagination .nav-links .current {
  opacity: 1;
  font-weight: 600;
}
nav.navigation.pagination .nav-links a:hover {
  opacity: 1;
}
nav.navigation.pagination .nav-links .prev,
nav.navigation.pagination .nav-links .next {
  border: 0;
  width: auto;
}
nav.navigation.pagination .nav-links .prev svg,
nav.navigation.pagination .nav-links .next svg {
  vertical-align: middle;
}
nav.navigation.pagination .nav-links .prev svg {
  transform: rotate(180deg);
}

.site-footer {
  background: #F7F7F7;
  font-size: 0.8em;
  padding: 1em 0;
}
.site-footer .site-info .row > div {
  margin-bottom: 1em;
  width: 100%;
}
.site-footer a {
  color: #754C29;
}
.site-footer a:hover {
  color: #9E1F63;
}
.site-footer .footer-widgets ul {
  margin-left: 0;
  padding-left: 0;
}
.site-footer .footer-widgets li {
  list-style: none;
  margin-bottom: 0.2em;
}
.site-footer .widget-title {
  border-bottom: 1px solid;
  font-weight: 600;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
}
.site-footer .social {
  text-align: center;
}
.site-footer .social strong {
  display: block;
  margin-bottom: 1em;
}
.site-footer .social a {
  background: #754C29;
  color: #F7F7F7;
}
.site-footer .social a:hover {
  background-color: #9E1F63;
}
.site-footer .social a svg.icon {
  color: #FFFFFF;
}

/* Subscription Forms */
.subscription {
  color: #FFFFFF;
}
.subscription form p.small {
  margin-top: 1em;
  font-size: 0.9rem;
}
.subscription form p.small a {
  color: #FFFFFF;
  text-decoration: underline;
}
.subscription svg.icon {
  color: #FFFFFF;
  display: block;
  font-size: 7em;
  width: 0.75em;
  padding: 2%;
  background-color: #9E1F63;
  border-radius: 200px;
  height: 0.75em;
  margin: 0 auto;
  margin-bottom: 20px;
}
.subscription .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 16px 10px;
}
.subscription .gform_footer input[type=submit].gform_button {
  padding: 1em;
  width: 100%;
}
.subscription.health-professionals .gform_footer input[type=submit].gform_button {
  border-color: #33A5B2;
  background-color: #33A5B2;
}

.subscription label.gfield_label,
.subscription .gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label,
.footer-signup-form_wrapper ul.gfield_checkbox li label,
.footer-signup-form_wrapper.gform_wrapper legend.gfield_label,
.gform_wrapper ul.gfield_radio li label {
  font-weight: 400 !important;
  color: #FFFFFF !important;
}

.form-footer,
.subscription .heading,
.subscription .introduction {
  display: none;
}

.no-margin {
  margin: 0;
}

p:empty {
  display: none;
}

.icon {
  color: inherit;
  display: inline-block;
  fill: currentColor;
  height: 1em;
  vertical-align: text-bottom;
  width: 1em;
}

svg.c-orange,
.text-orange {
  color: #E54E4B;
}

section.orange {
  background: #E54E4B;
}

svg.c-green,
.text-green {
  color: #6BAB57;
}

section.green {
  background: #6BAB57;
}

svg.c-purple,
.text-purple {
  color: #9E1F63;
}

section.purple {
  background: #9E1F63;
}

svg.c-white,
.text-white {
  color: #FFFFFF;
}

section.white {
  background: #FFFFFF;
}

svg.c-blue,
.text-blue {
  color: #60BECB;
}

section.blue {
  background: #60BECB;
}

svg.c-dark-blue,
.text-dark-blue {
  color: #2F9399;
}

section.dark-blue {
  background: #2F9399;
}

svg.c-med-blue,
.text-med-blue {
  color: #72C6CC;
}

section.med-blue {
  background: #72C6CC;
}

svg.c-light-blue,
.text-light-blue {
  color: #72DAE0;
}

section.light-blue {
  background: #72DAE0;
}

.link a {
  color: #6BAB57;
  text-transform: uppercase;
}

.toggle-text {
  color: #6BAB57;
  display: block;
  font-weight: 600;
  font-size: 0.875em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.toggle-text:hover {
  text-decoration: none;
}
.toggle-text svg.icon {
  font-size: 0.875em;
  padding-right: 5px;
  vertical-align: baseline;
}
.toggle-text.toggle-closed svg.icon {
  transform: rotate(45deg);
}

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

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

.tc-yes {
  text-transform: uppercase;
}

.compensation-text {
  padding-bottom: 1.5rem;
}
.compensation-text p {
  margin-bottom: 0;
}

.social-share {
  display: inline-block;
  margin: 3px;
}
.social-share:hover {
  cursor: pointer;
}
.social-share .icon {
  color: #6BAB57;
  vertical-align: text-top;
}
.social-share:hover .icon {
  color: #9E1F63;
}

.social-round a {
  border-radius: 100%;
  display: inline-block;
  height: 32px;
  line-height: 36px;
  text-align: center;
  width: 32px;
}
.social-round a svg.icon {
  height: 20px;
  width: 20px;
}

use {
  pointer-events: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cta-link a {
  color: #9E1F63;
}
.cta-link a:hover {
  color: #6BAB57;
}
.cta-link a svg {
  font-size: 1em;
}

input[disabled] {
  border-color: #F7F7F7;
  color: #F7F7F7;
}

.ginput_container_number .instruction {
  display: none;
}

.cbx-error {
  color: #E54E4B;
  display: none;
  font-weight: 700;
}

.performance-facts {
  border: 1px solid #754C29;
  margin: 20px;
  padding: 1rem;
  width: 290px;
}
.performance-facts table {
  border-collapse: collapse;
  font-size: 0.875em;
  margin-bottom: 15px;
}
.performance-facts table tr td {
  background: none;
}
.performance-facts .small-info {
  font-size: 0.7rem;
  padding-bottom: 0;
}
.performance-facts strong {
  font-weight: 600;
}
.performance-facts em {
  font-style: italic;
  font-weight: 300;
}
.performance-facts .nutrition-toggle {
  display: block;
  text-align: center;
}
@media (min-width: 600px) {
  .performance-facts .nutrition-toggle {
    display: none;
  }
}
.performance-facts .nutrition-toggle button {
  background: none;
  border: 0;
  margin: 0 auto;
}
.performance-facts .nutrition-toggle button svg {
  font-size: 2rem;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media (min-width: 600px) {
  .performance-facts.toggle-always .nutrition-toggle {
    display: block;
  }
}
.performance-facts .nl-toggle {
  display: none;
}
.performance-facts.toggle-open .nutrition-toggle svg {
  transform: rotate(270deg);
}
.performance-facts.toggle-open .nl-toggle {
  display: table-row;
}

.performance-facts__title {
  font-weight: 400;
  border-bottom: 1px solid #754C29;
  margin: 0 0 0.25rem 0;
  padding-bottom: 0.25rem;
}

.performance-facts__header {
  padding: 0 0 0.25rem 0;
  margin: 0 0 0.5rem 0;
}
.performance-facts__header p {
  border-bottom: 6px solid #754C29;
  clear: left;
  font-size: 0.875em;
  margin: 0;
  padding: 0.2em 0;
}
.performance-facts__header p strong {
  display: flex;
  font-weight: 600;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.performance-facts__header p .serving-amt {
  display: block;
}

.performance-facts__table {
  font-weight: 300;
  width: 100%;
}
.performance-facts__table thead tr th, .performance-facts__table thead tr td {
  border: 0;
}
.performance-facts__table .label {
  margin-right: 0.5rem;
}
.performance-facts__table .label-added_sugar {
  margin-left: 1rem;
}
.performance-facts__table th, .performance-facts__table td {
  border-bottom: 0;
  font-weight: inherit;
  text-align: left;
  padding: 0.4rem 0;
  white-space: nowrap;
}
.performance-facts__table td:last-child, .performance-facts__table td:last-child strong {
  line-height: 0.7em;
  text-align: right;
}
.performance-facts__table .calorie-display {
  vertical-align: bottom;
}
.performance-facts__table .calorie-display th {
  font-size: 1.5em;
  padding-top: 0;
}
.performance-facts__table .calorie-display td {
  font-size: 2.5em;
  padding-top: 0;
}
.performance-facts__table .blank-cell {
  border-top: 0;
  width: 0.5rem;
}
@media (min-width: 62em) {
  .performance-facts__table .blank-cell {
    width: 2rem;
  }
}
.performance-facts__table .thick-end {
  border-bottom: 10px solid #754C29;
}
.performance-facts__table .thick-end th, .performance-facts__table .thick-end td {
  padding-bottom: 0.8rem;
}
.performance-facts__table .thick-end + tr th, .performance-facts__table .thick-end + tr td {
  padding-top: 0.8rem;
}
.performance-facts__table .thin-end {
  border-bottom: 4px solid #754C29;
}
.performance-facts__table .thick-row th, .performance-facts__table .thick-row td {
  border-top: 4px solid #754C29;
}
.performance-facts__table .thick-row .small-info {
  border-bottom: 1px solid #754C29;
  padding-bottom: 0.4em;
}

@media screen and (max-width: 75em) {
  .performance-facts__table .label-added_sugar {
    font-size: 0.8em;
    margin-left: 0.5em;
  }
}
.pdf-download-form .mobile-form {
  display: block;
}
@media (min-width: 768px) {
  .pdf-download-form .mobile-form {
    display: none;
  }
}
.pdf-download-form .desktop-form {
  display: none;
}
@media (min-width: 768px) {
  .pdf-download-form .desktop-form {
    display: block;
  }
}

div.grid-item.hh-certified a.header,
article.hh-certified .entry-header {
  display: block;
  position: relative;
}
div.grid-item.hh-certified a.header:after,
article.hh-certified .entry-header:after {
  background: url(../images/aha-badge.png) center center no-repeat;
  background-size: contain;
  top: 0;
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  width: 60px;
}

article.hh-certified.recipe-alt-style .entry-header:after {
  display: none;
}
article.hh-certified.recipe-alt-style .entry-header .col-xs-12 > img {
  min-width: 100% !important;
}
article.hh-certified.recipe-alt-style .entry-header .col-xs-12:last-of-type:after {
  background: url(https://loveonetoday.com/wp-content/themes/hass/assets/images/aha-badge.png) center center/contain no-repeat;
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  right: 7vw;
  top: 5vw;
  width: 120px;
}
@media (min-width: 48em) {
  article.hh-certified.recipe-alt-style .entry-header .col-xs-12:last-of-type:after {
    right: 5vw;
  }
}
@media (min-width: 64em) {
  article.hh-certified.recipe-alt-style .entry-header .col-xs-12:last-of-type:after {
    height: 140px;
    right: 10vw;
    top: 7vw;
    width: 140px;
  }
}

p.disclaimer {
  line-height: 1;
}

.embed-container {
  margin-bottom: 2em;
}

.video-container {
  height: 0;
  margin-bottom: 2em;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

iframe {
  display: block;
  max-width: 100%;
}

.separator {
  background: #754C29;
  height: 3px;
  margin: 1rem auto;
  width: 60px;
}
.separator-left {
  margin-left: 0;
}
.separator-right {
  margin-right: 0;
}
.separator-teal {
  background: #33A5B2;
}
.separator-green {
  background: #6BAB57;
}
.separator-purple {
  background: #9E1F63;
}

.survey-popup {
  background: #FFFFFF;
  margin: 2em auto;
  max-width: 600px;
  padding: 3em;
  position: relative;
  width: auto;
}

.survey-popup-link,
.to-top {
  background: #9E1F63;
  bottom: 0;
  border: 2px solid #FFFFFF;
  border-radius: 60px;
  color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: fixed;
  transition: all 0.3s ease-in;
  white-space: nowrap;
}

.survey-popup-link {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  bottom: -4px;
  font-weight: 600;
  padding: 0.8em 1.2em 1em;
  right: 100px;
  transform: translateY(150%);
  transition: transform 0.5s ease-in, all 0.2s ease-in;
}
.survey-popup-link:hover {
  background: #6BAB57;
  bottom: 0;
  color: #FFFFFF;
}
.survey-popup-link .icon {
  margin-left: 0.5em;
  vertical-align: middle;
}

.load-timer .survey-popup-link {
  transform: translateY(0);
}

.to-top {
  background: #9E1F63 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.7 14.3l-6-6c-0.4-0.4-1-0.4-1.4 0l-6 6c-0.4 0.4-0.4 1 0 1.4s1 0.4 1.4 0l5.3-5.3 5.3 5.3c0.2 0.2 0.5 0.3 0.7 0.3s0.5-0.1 0.7-0.3c0.4-0.4 0.4-1 0-1.4z' fill='%23FFFFFF'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
  background-size: 85%;
  bottom: 20px;
  height: 40px;
  opacity: 0;
  right: 40px;
  visibility: hidden;
  width: 40px;
}
.to-top.has-icon {
  background-image: none;
  display: flex;
}
.to-top.has-icon svg {
  height: 20px;
  margin: auto;
  width: 20px;
}
.to-top.has-icon:hover {
  color: #FFFFFF;
}
.to-top.top-is-visible {
  opacity: 1;
  visibility: visible;
}
.to-top.top-fade-out {
  opacity: 0.5;
}

.no-touch .to-top:hover {
  background-color: #9E1F63;
  opacity: 1;
}

#post-10848 section.grey:last-of-type,
#post-10913 section.grey:last-of-type {
  border-bottom: 0;
}

#post-10848 .bg-image {
  background-position: center top;
}

#post-11406 > div.entry-content,
#post-11496 > div.entry-content {
  margin-top: 0;
}

ul.menu {
  display: none;
}

.mega-menu {
  margin: 0;
  padding: 0;
}

#mobile-menu a:hover .menu-callout .menu-link,
.menu li a:hover .menu-callout .menu-link {
  color: #6BAB57;
}
#mobile-menu .menu-callout,
.menu li .menu-callout {
  line-height: 1.4;
  margin: 1em;
  text-align: left;
}
#mobile-menu .menu-callout .menu-text a,
.menu li .menu-callout .menu-text a {
  color: #754C29;
}
#mobile-menu .menu-callout strong,
#mobile-menu .menu-callout .menu-link,
.menu li .menu-callout strong,
.menu li .menu-callout .menu-link {
  display: block;
  margin-left: 3em;
}
#mobile-menu .menu-callout .menu-link,
.menu li .menu-callout .menu-link {
  color: #9E1F63;
  font-weight: 600;
  margin-top: 1em;
  padding: 0;
}
#mobile-menu .menu-callout .menu-link svg.icon,
.menu li .menu-callout .menu-link svg.icon {
  display: inline;
}
#mobile-menu .menu-callout a:hover,
.menu li .menu-callout a:hover {
  color: #6BAB57;
}
#mobile-menu .menu-callout em,
.menu li .menu-callout em {
  background: #6BAB57;
  border-radius: 100%;
  color: #FFFFFF;
  display: block;
  font-weight: 600;
  font-size: 0.875em;
  font-style: normal;
  height: 3em;
  line-height: 3em;
  float: left;
  margin-right: 0.5em;
  text-align: center;
  text-transform: uppercase;
  width: 3em;
}
#mobile-menu .menu-callout em svg.icon,
.menu li .menu-callout em svg.icon {
  font-size: 1.8em;
  padding-top: 7px;
}
#mobile-menu .sub-menu li a svg,
.menu li .sub-menu li a svg {
  display: none;
}

.site-branding {
  transition: height 0.3s ease-in-out;
}
.site-branding .container {
  padding: 0;
}

.mobile_menu_visible .site-branding {
  height: 60px;
}
.mobile_menu_visible .mobile-search .site-branding {
  height: 110px;
}
.mobile_menu_visible .site-title {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: bottom;
}
.mobile_menu_visible .site-title img {
  height: auto;
  width: 170px;
}

.mobile-search-toggle,
.mobile-nav-toggle {
  background: none;
  border: 0;
  color: #754C29;
  display: inline-block;
  font-size: 2em;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
}
.mobile-search-toggle.activated,
.mobile-nav-toggle.activated {
  color: #6BAB57;
}
.mobile-search-toggle svg.icon,
.mobile-nav-toggle svg.icon {
  position: relative;
  top: -4px;
}

.mobile-search-toggle {
  float: right;
}

#mobile-menu,
#mobile-menu ul,
#mobile-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobile-menu * {
  -webkit-backface-visibility: hidden;
}

.mobile_menu_visible #mobile-menu,
.mobile_menu_visible #mobile-menu li .sub-menu,
.mobile_menu_visible #mobile-menu li div.mobile_mega_container {
  display: block;
}

#mobile-menu,
#mobile-menu li .sub-menu,
#mobile-menu li div.mobile_mega_container {
  background: #FFFFFF;
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  transform-style: preserve-3d;
  transition: transform 500ms ease;
  width: 100%;
  z-index: 999999;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

#mobile-menu.mobile-menu-visible,
#mobile-menu ul.mobile-menu-visible.sub-menu,
#mobile-menu li div.mobile-menu-visible {
  transform: translate3d(0%, 0, 0);
}

#mobile-menu .mobile_mega_container {
  padding-left: 0;
  padding-right: 0;
}

#mobile-menu .mobile_mega_title {
  margin-right: 0;
  text-align: center;
}

#mobile-menu li {
  border-bottom: 1px solid #F7F7F7;
  position: initial;
}
#mobile-menu li.extra-nav {
  margin-top: 10px;
  border: none;
}

#mobile-menu .mobile_mega_container {
  width: 100%;
}

#mobile-menu .mobile_mega_container li {
  float: none;
  width: 100%;
}

#mobile-menu li a {
  color: #754C29;
  display: block;
  margin-right: 49px;
  padding: 1em 1.875em;
}

#mobile-menu a:hover {
  color: #CD234C;
}

#mobile-menu .sub-menu a {
  text-transform: none;
}

#mobile-menu a {
  cursor: pointer;
}

#mobile-menu .mobile_has_submenu > a {
  border-right: 1px solid #F7F7F7;
}

#mobile-menu .user-menu a {
  color: #707070;
  padding: 1em 1.875rem;
  text-transform: uppercase;
}
#mobile-menu .user-menu a.link {
  display: inline-block;
  margin-right: 0;
}
#mobile-menu .user-menu a + a:before {
  background: #F7F7F7;
  content: " ";
  display: block;
  left: -3px;
  height: 20px;
  position: absolute;
  top: 14px;
  width: 2px;
}
#mobile-menu .user-menu a svg.caret {
  display: none;
}
#mobile-menu .user-menu .sub-menu li a svg {
  display: inline-block;
}

/* Mobile menu icon additions */
#mobile-menu .mobile_has_submenu a span.menu-image,
#mobile-menu .mobile_has_submenu a span.icon {
  display: none;
}

/* Close Mobile Menu */
#mobile-menu .mobile_has_submenu > span,
#mobile-menu .mobile_menu_go_back > span {
  color: #D3D3D0;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  vertical-align: middle;
  width: 49px;
}

#mobile-menu .mobile_menu_go_back > a,
#mobile-menu .mobile_menu_go_back > span {
  color: #6BAB57;
}

#mobile-menu .mobile_menu_go_back > a {
  font-weight: 600;
  padding-right: 0;
  padding-left: 49px;
  text-align: center;
}

#mobile-menu .mobile_menu_go_back > span {
  border-left: 0;
  left: 0;
  right: auto;
}

#mobile-menu .menu-item-has-children > a svg.icon {
  display: none;
}

.back_icon svg.icon,
.submenu_trigger svg.icon {
  display: block;
  font-size: 1em;
  height: 30%;
  margin-top: 40%;
  width: 100%;
}

.back_icon svg.icon {
  transform: rotate(180deg);
}

.research-logo {
  display: block;
  flex-basis: 100%;
  margin-top: 1em;
  text-align: center;
}
.research-logo img {
  height: auto;
  width: 180px;
}

.subscription {
  background: #754C29 url(../images/bg_subscription.jpg) center center no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 2em 0;
  /* Consumers Form */
}
.subscription a {
  color: #6BAB57;
}
.subscription a:hover {
  color: #9E1F63;
}
.subscription svg.icon {
  color: #FFFFFF;
  display: block;
  font-size: 5em;
  width: 100%;
}
.subscription .heading {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.9em;
  margin: 0 0 0.5em 0;
  text-align: center;
  text-transform: uppercase;
}
.subscription .introduction {
  text-align: center;
}
.subscription.consumers form input#mc-embedded-subscribe {
  background-color: #9d2062;
  border-color: #9d2062;
}
.subscription.consumers svg.icon {
  color: #FFFFFF;
  display: block;
  font-size: 5em;
  width: 0.75em;
  padding: 2%;
  background-color: #9d2062;
  border-radius: 200px;
  height: 0.75em;
  margin: 0 auto;
  margin-bottom: 20px;
}
.subscription.health-professionals form input#mc-embedded-subscribe {
  background-color: #3bc1cc;
  border-color: #3bc1cc;
}
.subscription.health-professionals svg.icon {
  color: #FFFFFF;
  display: block;
  font-size: 5em;
  width: 0.75em;
  padding: 2%;
  background-color: #3bc1cc;
  border-radius: 200px;
  height: 0.75em;
  margin: 0 auto;
  margin-bottom: 20px;
}
.subscription form p {
  margin-bottom: 1em;
}
.subscription form input {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}
.subscription form .checkboxes {
  columns: auto 2;
}
.subscription form .checkboxes label {
  column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  margin: 4px 0;
  padding-left: 30px;
  position: relative;
  user-select: none;
}

.form-footer {
  font-size: 13px;
  margin: 10px 0px;
}
.form-footer a {
  color: #FFFFFF;
  text-decoration: underline;
}
.form-footer a:hover {
  color: white;
}

.checkboxes input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.checkboxes input[type=checkbox] + span {
  cursor: pointer;
  padding: 0;
  position: relative;
}
.checkboxes input[type=checkbox] + span:before, .checkboxes input[type=checkbox] + span:after {
  box-sizing: border-box;
  content: "";
  margin-left: -24px;
  position: absolute;
}
.checkboxes input[type=checkbox] + span:before {
  border: 2px solid #D3D3D0;
  content: "";
  left: -1px;
  height: 18px;
  top: -1px;
  transition: all 0.3s ease-in-out;
  width: 18px;
  z-index: 1;
}
.checkboxes input[type=checkbox] + span:after {
  cursor: pointer;
  left: -4px;
  height: 24px;
  top: -4px;
  width: 24px;
}
.checkboxes input[type=checkbox]:checked + span:before {
  border-color: #6BAB57;
  border-top-style: none;
  border-right-style: none;
  height: 9px;
  transform: rotate(-45deg);
}

.page-content form:not(.mc-form) input[type=submit],
.entry-content form:not(.mc-form) input[type=submit] {
  border-color: #754C29;
  background-color: #754C29;
}

input,
textarea {
  border: 1px solid #754C29;
  color: #754C29;
  font-weight: 300;
  padding: 0.5em;
}

input[type=submit] {
  background: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  font-weight: 800;
  margin-top: 0.5em;
  padding: 0.4em 2em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
input[type=submit]:active, input[type=submit]:hover {
  background: #9E1F63;
  border-color: #9E1F63;
}

.icon-submit input[type=search] {
  padding-right: 30px;
  width: 280px;
  -webkit-appearance: none;
}
.icon-submit .search-submit {
  background: none;
  border: 0;
  color: #754C29;
  margin-left: -38px;
  position: relative;
}
.icon-submit .search-submit:hover {
  color: #9E1F63;
}

.gform_wrapper .gform_body .gform_fields label.gfield_label {
  color: #6BAB57;
}
.gform_wrapper .gform_body .gform_fields select {
  appearance: none;
  background: #FFFFFF url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23BDBDBD'><polygon points='0,0 100,0 50,50'/></svg>") center 60% no-repeat;
  background-size: 12px;
  background-position-x: calc(100% - 20px);
  background-repeat: no-repeat;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  padding: 6px;
}
.gform_wrapper .gform_body .gform_fields input, .gform_wrapper .gform_body .gform_fields textarea {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
}
.gform_wrapper .gform_body .gform_fields .ginput_container .gfield_checkbox li input,
.gform_wrapper .gform_body .gform_fields .ginput_container .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gform_body .gform_fields .ginput_container .gfield_radio li input[type=radio] {
  margin-top: 0;
}
.gform_wrapper .gform_body .gform_fields .ginput_container .gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper .gform_body .gform_fields .ginput_container .gfield_radio li input[type=radio]:checked + label {
  font-weight: 100 !important;
}
.gform_wrapper .gform_body .gform_fields .top_label div.ginput_container {
  margin-top: 2px;
}
.gform_wrapper .gform_body .gform_fields .top_label .gfield_label {
  display: inline;
}
.gform_wrapper form.gated-style .partial_entry_warning,
.gform_wrapper form.gated-style .gf_progressbar_wrapper {
  display: none;
}
.gform_wrapper form.gated-style .gsection {
  border-bottom: 0;
}
.gform_wrapper form.gated-style .gform_body label.gfield_label {
  display: none;
}
.gform_wrapper form.gated-style .gform_body select,
.gform_wrapper form.gated-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  color: #818740;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 11px;
}
.gform_wrapper form.gated-style .gform_body label {
  color: #818740;
  font-size: 13px;
  font-weight: 500;
}
.gform_wrapper form.gated-style .gform_body ul.gfield_radio label,
.gform_wrapper form.gated-style .gform_body ul.gfield_checkbox label {
  color: #FFFFFF;
}
.gform_wrapper form.gated-style .gform_body select {
  padding: 8.5px 11px !important;
}
.gform_wrapper form.gated-style .gform_body .top_label div.ginput_container {
  margin-top: 0;
}
.gform_wrapper form.gated-style .gform_body input::-webkit-input-placeholder {
  color: #818740 !important;
  opacity: 1;
}
.gform_wrapper form.gated-style .gform_body input:-moz-placeholder {
  color: #818740 !important;
  opacity: 1;
}
.gform_wrapper form.gated-style .gform_body input::-moz-placeholder {
  color: #818740 !important;
  opacity: 1;
}
.gform_wrapper form.gated-style .gform_body input:-ms-input-placeholder {
  color: #818740 !important;
  opacity: 1;
}
.gform_wrapper form.gated-style .gform_page_footer,
.gform_wrapper form.gated-style .gform_footer {
  border-top: 0;
  clear: both;
  margin: 0;
  padding: 16px 0 0;
  width: 100%;
}
@media (min-width: 62em) {
  .gform_wrapper form.gated-style .gform_page_footer,
  .gform_wrapper form.gated-style .gform_footer {
    padding-right: 15px !important;
  }
}
.gform_wrapper form.gated-style .gform_page_footer input.gform_button,
.gform_wrapper form.gated-style .gform_page_footer input.gform_next_button,
.gform_wrapper form.gated-style .gform_footer input.gform_button,
.gform_wrapper form.gated-style .gform_footer input.gform_next_button {
  background-color: #33A5B2;
  background-position: 0 0;
  border: 1px none #222;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 12px 18px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.gform_wrapper form.gated-style .gform_page_footer input.gform_previous_button {
  display: none;
}
.gform_wrapper form.gated-style .gfield_html {
  color: #FFFFFF;
  font-weight: 400;
}
.gform_wrapper form.gated-style .gfield_html h3, .gform_wrapper form.gated-style .gfield_html h4, .gform_wrapper form.gated-style .gfield_html h5 {
  font-weight: 600;
}
.gform_wrapper form.gated-style .cta {
  border-width: 2px;
  border-radius: 4px;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.gform_wrapper form.gated-style-suh .gform_page_footer input.gform_button,
.gform_wrapper form.gated-style-suh .gform_page_footer input.gform_next_button,
.gform_wrapper form.gated-style-suh .gform_footer input.gform_button,
.gform_wrapper form.gated-style-suh .gform_footer input.gform_next_button {
  background-color: #E54E4B;
}
.gform_wrapper ul.gform_fields li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 26px;
}
.gform_wrapper .gform_footer input[type=submit].gform_button {
  border-color: #9E1F63;
  border-radius: 4px;
  background-color: #9E1F63;
  font-weight: 400;
}
.gform_wrapper .email_friend_form h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.gform_wrapper .email_friend_form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 4px;
}
.gform_wrapper .email_friend_form .form_separator {
  background: #ddaf4d;
  height: 3px;
  margin: 1rem auto;
  width: 60px;
}
.gform_wrapper .email_friend_form .gform_footer input[type=submit].gform_button {
  font-weight: 600;
  width: calc(100% - 16px);
  padding: 1em 2em;
}

.gform_wrapper .email_friend_form label.gfield_label,
.gform_wrapper legend.gfield_label {
  font-weight: 500 !important;
}

.subscription ul.gfield_checkbox.checkboxes li {
  padding: 0 0 0 30px !important;
}
.subscription ul.gfield_checkbox.checkboxes li input[type=checkbox] + span:before {
  top: 2px;
}
.subscription form.gform_wrapper {
  color: #FFFFFF;
}
.subscription form.gform_wrapper svg.icon {
  background-color: #9d2062;
  border-radius: 200px;
  color: #FFFFFF;
  display: block;
  font-size: 7em;
  width: 0.75em;
  padding: 2%;
  height: 0.75em;
  margin: 0 auto;
  margin-bottom: 20px;
}
.subscription form.gform_wrapper label.gfield_label,
.subscription form.gform_wrapper legend.gfield_label,
.subscription form.gform_wrapper ul.gfield_checkbox li label,
.subscription form.gform_wrapper ul.gfield_radio li label {
  color: #FFFFFF !important;
  font-weight: 400 !important;
}
.subscription form.gform_wrapper .gform_wrapper label.gfield_label,
.subscription form.gform_wrapper .gform_wrapper legend.gfield_label {
  color: #FFFFFF !important;
  font-weight: 400 !important;
}
.subscription form.gform_wrapper .gform_wrapper .gform_footer input[type=submit].gform_button {
  padding: 1em;
  width: 100%;
}

.top-menu form,
.recipes-form form,
.entry-header form {
  margin: 0.6em 0 0;
}
.top-menu input,
.recipes-form input,
.entry-header input {
  border-color: #D3D3D0;
  border-radius: 12px;
  font-size: 0.875em;
  padding-left: 1em;
}

.top-menu form {
  text-align: center;
}
@media (min-width: 64em) {
  .top-menu form {
    margin-right: 1em;
    text-align: left;
  }
}
.top-menu form input[type=search] {
  width: 95%;
}
@media (min-width: 64em) {
  .top-menu form input[type=search] {
    width: 200px;
  }
}

#per_page_change {
  display: inline;
}
#per_page_change select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #FFFFFF url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23754C29'><polygon points='0,0 100,0 50,50'/></svg>") center 60% no-repeat;
  background-size: 12px;
  background-position-x: calc(100% - 6px);
  background-repeat: no-repeat;
  border: 1px solid #754C29;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 10px;
  padding: 5px 20px 5px 8px;
}

input#gform_submit_button_11 {
  background-color: #9E1F63;
  border-color: #9E1F63;
  padding: 0.8em 2em;
}

input#gform_submit_button_11:hover {
  background-color: #FFFFFF;
  border-color: #9E1F63;
  color: #9E1F63;
  padding: 0.8em 2em;
}

li#field_7_4 > label.gfield_label,
li#field_8_4 > label.gfield_label,
li#field_11_19 > label,
li#field_11_20 > label {
  display: none;
}

#gform_fields_7 > li label.gfield_label,
#gform_fields_8 > li label.gfield_label {
  color: #754C29;
  font-size: 0.8em;
  font-weight: 400;
}

#gform_fields_7 > li > div.ginput_container.ginput_container_text,
#gform_fields_7 > li > div.ginput_container ginput_container_email,
#gform_fields_8 > li > div.ginput_container.ginput_container_text,
#gform_fields_8 > li > div.ginput_container ginput_container_email {
  margin-top: 4px;
}

input#gform_submit_button_7,
input#gform_submit_button_8 {
  background-color: #33A5B2;
  border-color: #33A5B2;
}

label#label_7_4_1,
label#label_8_4_1 {
  font-size: 0.8em;
  font-weight: 300;
}

li#field_7_6,
li#field_8_6 {
  font-style: italic;
  margin-bottom: 0;
  margin-top: 20px;
}

.gform_wrapper .gform_footer input#gform_submit_button_7,
.gform_wrapper .gform_footer input#gform_submit_button_8 {
  font-size: 12px;
  margin: 0;
  padding: 0.8em 0;
  width: 97%;
}

div#gform_page_11_2 > div.gform_page_fields > ul#gform_fields_11_2 > li > label.gfield_label,
div#gform_page_11_1 > div.gform_page_fields > ul#gform_fields_11 > li > label.gfield_label {
  color: #754C29;
  font-size: 13px;
}

/* Slider */
.recipe-slider {
  max-width: 100%;
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  outline: none;
  padding: 0;
  top: 98%;
  transform: translate(0, -50%);
  z-index: 1;
}
.slick-prev svg.icon,
.slick-next svg.icon {
  color: #A5A3A3;
  font-size: 2em;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  opacity: 0.4;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}
.slick-prev svg.icon {
  transform: rotate(180deg);
}

.slick-next {
  right: 0;
}

@media screen and (min-width: 48em) {
  .slick-prev,
  .slick-next {
    top: 50%;
  }
  .slick-prev {
    left: -30px;
  }
  .slick-next {
    right: -30px;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.5 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647; /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  /* don't show these though */
  .featherlight script.featherlight-inner,
  .featherlight link.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff; /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
body.cookbook-open {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body.cookbook-open .hass-cookbook {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.hass-cookbook {
  background: url(../images/bg-cookbook.jpg) center center no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: scale(0.7);
  transition: all 0.3s ease-in;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
}
.hass-cookbook .cookbook-wrap {
  width: 100vw;
}
.hass-cookbook .page-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  transition: all 0.2s ease-in;
}
.hass-cookbook .page-cover:first-child {
  transform: translate3d(0, 0, 0);
}
.hass-cookbook[data-page="2"] #cookbook-back, .hass-cookbook[data-page="3"] #cookbook-back, .hass-cookbook[data-page="4"] #cookbook-back {
  display: block !important;
}
.hass-cookbook[data-page="2"] #cbp-1 {
  transform: translate3d(-100%, 0, 0);
}
.hass-cookbook[data-page="2"] #cbp-2 {
  transform: translate3d(0, 0, 0);
}
.hass-cookbook[data-page="3"] #cbp-1,
.hass-cookbook[data-page="3"] #cbp-2 {
  transform: translate3d(-100%, 0, 0);
}
.hass-cookbook[data-page="3"] #cbp-3 {
  transform: translate3d(0, 0, 0);
}
.hass-cookbook .chapter {
  height: 100vh;
}
.hass-cookbook .page {
  align-content: safe center;
  align-items: safe center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: calc(100vh - 120px);
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  max-width: 800px;
  width: 88vw;
}
@media (min-width: 62em) {
  .hass-cookbook .page {
    width: 80vw;
    max-width: 900px;
  }
}
.hass-cookbook .page > * {
  width: 100%;
}
.hass-cookbook .page.recipe-detail {
  align-content: space-between;
}
.hass-cookbook .heading {
  margin-top: 4em;
}
.hass-cookbook .footing {
  padding-bottom: 4em;
}
.hass-cookbook .heading {
  background: #FFFFFF;
  margin-bottom: 2em;
  padding: 1em;
  text-align: center;
}
.hass-cookbook .heading .wrap {
  border: 1px solid #9E1F63;
  padding: 1em;
}
.hass-cookbook .heading h2 {
  color: #9E1F63;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-transform: uppercase;
}
.hass-cookbook .heading h3 {
  color: #818740;
  font-size: 1.3em;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .hass-cookbook .heading h3 {
    font-size: 2.5em;
  }
}
.hass-cookbook .heading-alt {
  background: none;
}
.hass-cookbook .heading-alt h2 {
  font-size: 3em;
}
.hass-cookbook .heading-alt h2, .hass-cookbook .heading-alt h3, .hass-cookbook .heading-alt p {
  color: #FFFFFF;
  text-transform: none;
}
.hass-cookbook h2#data-title {
  font-size: 7vw;
}
@media (min-width: 62em) {
  .hass-cookbook h2#data-title {
    font-size: 68px;
  }
}
.hass-cookbook p {
  color: #FFFFFF;
}
.hass-cookbook .links a {
  border: 2px solid #919C39;
  border-radius: 5px;
  color: #FFFFFF;
  display: block;
  font-weight: 400;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
  transition: all 0.2s ease-in;
}
.hass-cookbook .links a:hover {
  border-color: #919C39;
  background-color: rgba(146, 155, 1, 0.7);
}
.hass-cookbook .content {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 15vh;
}
.hass-cookbook .content .timer {
  border-right: 1px solid #FFFFFF;
  margin-right: 1em;
  padding: 1em 1em 1em 0;
  text-align: center;
}
.hass-cookbook .content .timer .icon {
  display: block;
  font-size: 3.5rem;
  margin: 0 auto;
}
.hass-cookbook .content .timer span {
  display: block;
}
.hass-cookbook .content p {
  line-height: 2;
  margin-bottom: 0;
}
.hass-cookbook .recipe-chapter {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.hass-cookbook .recipe-chapter:before {
  background: linear-gradient(357deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.6) 100%);
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.hass-cookbook .recipe-detail {
  position: relative;
  z-index: 1;
}
.hass-cookbook .recipe-detail .heading {
  margin-top: 6em;
}
.hass-cookbook .recipe-detail h2 {
  font-size: 8vw;
  max-width: 800px;
}
@media (min-width: 62em) {
  .hass-cookbook .recipe-detail h2 {
    font-size: 68px;
  }
}
.hass-cookbook .recipe-detail #recipe-description {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
@media (min-width: 48em) {
  .hass-cookbook .recipe-detail #recipe-description {
    font-size: 24px;
  }
}
.hass-cookbook .download {
  background: #9E1F63;
  border-top-right-radius: 20px;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.hass-cookbook .download > div {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.hass-cookbook .download > div .text {
  flex-basis: 60%;
}
.hass-cookbook .download > div .svg-links {
  display: flex;
  justify-content: end;
}
.hass-cookbook .download a:hover {
  color: #919C39;
}
.hass-cookbook .download a:hover .icon {
  color: #919C39;
}
.hass-cookbook .download .svg {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2.5em;
  display: block;
  height: 2.5em;
  margin-left: 1em;
  text-align: center;
  width: 2.5em;
}
.hass-cookbook .download .svg .icon {
  font-size: 1.3em;
  margin-top: 7px;
}
.hass-cookbook .download #email-action .icon {
  margin-top: 9px;
}
.hass-cookbook .icon {
  color: #FFFFFF;
}
.hass-cookbook .nav-action {
  background: none;
  border: 0;
  font-size: 2em;
  left: 10px;
  position: absolute;
  top: 10px;
  transition: all 0.3s ease-in;
  z-index: 9;
}
.hass-cookbook .nav-action#cookbook-exit {
  left: auto;
  right: 10px;
}
.hass-cookbook p#data-title-description {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 10px;
}
.hass-cookbook .recipe-url {
  margin-top: -20px;
}
.hass-cookbook .recipe-url a {
  color: #FFFFFF;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}
.hass-cookbook .recipe-url a:hover {
  color: #9E1F63;
}
.hass-cookbook li label.gfield_label {
  color: #FFFFFF !important;
  font-size: 1.3em !important;
  font-weight: 600 !important;
}
.hass-cookbook .gform_wrapper .gform_footer input.gform_button {
  font-size: 1em;
  width: 100% !important;
}

.email-form .hass-cookbook #cookbook-back {
  display: block !important;
}
.email-form .hass-cookbook #cbp-1,
.email-form .hass-cookbook #cbp-3,
.email-form .hass-cookbook #cbp-2 {
  transform: translate3d(-100%, 0, 0);
}
.email-form .hass-cookbook #cbp-4 {
  transform: translate3d(0, 0, 0);
}

.admin-bar .nav-action {
  top: 45px;
}

.top-menu form,
.recipes-form form,
.entry-header form {
  position: relative;
}

input.search-field:focus {
  border-color: #6BAB57 !important;
  outline: none;
}

input.search-field:focus-visible {
  border-color: #EFEFEF !important;
  outline: none;
}

.top-menu input.search-field {
  appearance: none;
  border-color: #EFEFEF;
  border-radius: 100px;
  border-width: 4px;
  font-size: 14px;
  max-width: none;
  min-width: 300px;
  margin-top: 10px;
  padding: 10px 20px;
  width: 100%;
}

.top-menu .icon-submit .search-submit {
  color: #6BAB57;
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 30px;
}

.mobile_menu_visible .mobile-search .site-branding {
  height: 150px;
}

/* 1024 */
@media only screen and (min-width: 64em) {
  .top-menu .icon-submit .search-submit {
    right: 10px;
  }
}
.searchwp-live-search-results {
  border: 4px solid #EFEFEF;
  border-radius: 26px !important;
  box-shadow: none !important;
  margin-top: -9px;
  padding: 12px 6px 12px 16px;
  overflow: hidden !important;
}

.searchwp-wrap {
  display: block;
  height: 100%;
  opacity: 1;
  overflow: auto;
  padding-right: 5px;
  position: relative;
}

.searchwp-live-search-results,
.searchwp-wrap {
  max-height: 165px !important;
  min-height: 100px !important;
}

.searchwp-live-search-result p {
  border-bottom: none !important;
  padding: 0.3em !important;
}

@media screen and (min-width: 48em) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .section-intro .intro-icon svg.icon {
    font-size: 4em;
  }
  .section-intro .cta {
    padding-left: 4em;
    padding-right: 4em;
  }
  nav.navigation .nav-links a.load-more {
    padding: 1em 12em;
  }
  .page-header,
  .entry-header {
    padding-left: 0;
    padding-right: 0;
  }
  .has-bg .entry-title,
  .has-bg .entry-subtitle {
    max-width: 57rem;
    margin-left: auto;
    margin-right: auto;
  }
  .has-bg .entry-title {
    line-height: 1;
  }
  .before-after-ready .before-info {
    border-bottom: 1px solid #D3D3D0;
    border-right: 0;
    padding-bottom: 1rem;
    padding-right: 2rem;
  }
  .before-after-ready .before-info:after {
    left: 100%;
    top: 50%;
  }
  .before-after-ready .after-info {
    padding-left: 2.5rem;
    padding-top: 0;
  }
  .mb-sm,
  .mb-reg {
    margin-bottom: 2em;
  }
  .mb-lg {
    margin-bottom: 4em;
  }
  .pd-sm,
  .pd-reg {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
  }
  .article-pullout,
  .pd-md {
    padding-bottom: 4em;
    padding-top: 4em;
  }
  .pd-lg {
    padding-bottom: 5em;
    padding-top: 5em;
  }
  .pd-xl {
    padding-bottom: 9em;
    padding-top: 9em;
  }
  .intro {
    margin-bottom: 3em;
  }
  .intro p {
    margin-left: auto;
    margin-right: auto;
    max-width: 78%;
  }
  .col-sm-6 .content-wrap,
  .col-sm-6 .meta-wrap .meta {
    padding: 1em 2em;
  }
  .grid-callout .subtitle {
    margin-bottom: 0;
  }
  .grid-callout .title {
    margin: 0.3em 0 0.5em;
  }
  .grid-callout .meta-wrap .meta,
  .expert-archive .meta-wrap .meta {
    padding: 1em 2.65em;
  }
  div.grid-item.hh-certified a.header:after {
    height: 80px;
    width: 80px;
  }
  article.hh-certified .entry-header:after {
    height: 120px;
    width: 120px;
  }
  .published-research-item .date {
    margin: 0;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .sidebar {
    border-left: 1px solid #F7F7F7;
  }
  .sidebar .widget {
    margin-left: 1.5em;
  }
  .site-footer .site-info .row {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .site-footer .site-info .row > div {
    margin-bottom: 0;
    width: auto;
  }
  .site-footer .social {
    text-align: right;
  }
  .site-footer .social strong {
    display: inline;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .single-hass_recipe .entry-header .entry-title {
    font-size: 4.5vw;
  }
  .single-hass_recipe .entry-header .container {
    border: 10px solid #FFFFFF;
  }
}
@media screen and (min-width: 1115px) {
  h1,
  .h1 {
    font-size: 2.5em;
  }
  h2,
  .h2 {
    font-size: 1.7em;
  }
  h3,
  .h3 {
    font-size: 1.5em;
  }
  h4,
  .h4 {
    font-size: 1.2em;
  }
  .mobile-search-toggle,
  .mobile-nav-toggle {
    display: none;
  }
  ul.menu {
    display: block;
  }
  .site-branding {
    border-bottom: 2px solid #EFEFEF;
  }
  .site-branding > .container {
    align-items: center;
    display: flex;
  }
  .site-branding .branding-bar {
    display: inline;
  }
  .site-branding .site-title {
    float: left;
    margin: 0;
    padding: 1rem 0;
  }
  .site-branding .site-title a {
    display: block;
  }
  .site-branding .top-menu {
    margin-left: auto;
  }
  .site-branding .top-menu form,
  .site-branding .top-menu .nav-content {
    display: inline-block;
  }
  .site-branding .top-menu .nav-content {
    border-left: 2px solid #EFEFEF;
    padding-left: 20px;
  }
  .site-branding .top-menu-wrap {
    flex-wrap: wrap;
    justify-content: end;
  }
  .site-branding .top-menu-wrap form {
    display: block;
    flex: auto;
    text-align: right;
  }
  .site-branding .research-logo {
    margin-right: 1.2rem;
    text-align: right;
  }
  .main-navigation {
    text-align: center;
  }
  .main-navigation #menu-item-1964 .highlight-icon .icon, .main-navigation #menu-item-2591 .highlight-icon .icon {
    left: 2px;
    position: relative;
  }
  .main-navigation .menu li {
    display: block;
    vertical-align: top;
  }
  .main-navigation .menu > li {
    display: inline-block;
    margin: 0 2px;
  }
  .main-navigation .menu > li:before {
    background: #F7F7F7;
    content: "";
    display: block;
    float: right;
    height: 16px;
    margin-right: -3px;
    position: relative;
    top: 0.875em;
    width: 1px;
  }
  .main-navigation .menu > li:last-child:before {
    display: none;
  }
  .main-navigation .menu > li > a {
    display: inline-block;
    font-size: 0.875em;
    padding: 1em 0.2em;
  }
  .main-navigation a.active-item {
    color: #6BAB57;
  }
  .main-navigation .menu > li.menu-item-has-children > a svg.icon {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  .main-navigation .menu > li.menu-item-has-children > a.active-item svg.icon {
    transform: rotate(270deg);
  }
  .main-navigation .menu > li > .sub-menu {
    background: #FFFFFF;
    box-shadow: 0px 26px 40px -30px rgba(0, 0, 0, 0.2) inset;
    display: none;
    left: 0;
    padding: 2em 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    padding-bottom: 0px;
  }
  .main-navigation .menu > li > .sub-menu li {
    text-align: left;
  }
  .main-navigation .menu > li > .sub-menu li a svg.icon {
    display: none;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li, .main-navigation .menu > li > .sub-menu > li {
    display: inline-block;
    margin: 1em 1em 0 1em;
    width: 15em;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a, .main-navigation .menu > li > .sub-menu > li > a {
    border-bottom: 1px solid #F7F7F7;
    display: block;
    font-weight: 600;
    margin-bottom: 0.5em;
    position: relative;
    line-height: 1.5;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a:hover .menu-image:after, .main-navigation .menu > li > .sub-menu > li > a:hover .menu-image:after {
    background: rgba(255, 255, 255, 0.75);
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a:hover .menu-content, .main-navigation .menu > li > .sub-menu > li > a:hover .menu-content {
    color: #6BAB57;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a .menu-image:after,
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a .menu-content, .main-navigation .menu > li > .sub-menu > li > a .menu-image:after,
  .main-navigation .menu > li > .sub-menu > li > a .menu-content {
    transition: all ease-in 0.3s;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a .menu-image, .main-navigation .menu > li > .sub-menu > li > a .menu-image {
    background: #A5A3A3;
    border: 2px solid #EFEFEF;
    display: block;
    min-height: 150px;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a .menu-image:after, .main-navigation .menu > li > .sub-menu > li > a .menu-image:after {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a .menu-image img, .main-navigation .menu > li > .sub-menu > li > a .menu-image img {
    display: block;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a .menu-content, .main-navigation .menu > li > .sub-menu > li > a .menu-content {
    color: #FFFFFF;
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a .menu-content .title, .main-navigation .menu > li > .sub-menu > li > a .menu-content .title {
    display: block;
    margin-top: 5px;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a .menu-content span.icon, .main-navigation .menu > li > .sub-menu > li > a .menu-content span.icon {
    height: auto;
    width: auto;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a .menu-content .icon, .main-navigation .menu > li > .sub-menu > li > a .menu-content .icon {
    display: block;
    font-size: 1.6em;
    margin: 0 auto;
    text-align: center;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li > a .menu-content .icon svg.icon, .main-navigation .menu > li > .sub-menu > li > a .menu-content .icon svg.icon {
    display: block !important;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li.mega-featured > a, .main-navigation .menu > li > .sub-menu > li.mega-featured > a {
    border-bottom: 0;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li.mega-featured > a .menu-content, .main-navigation .menu > li > .sub-menu > li.mega-featured > a .menu-content {
    color: #754C29;
    display: none;
    font-size: 0.85rem;
    font-weight: 300;
    left: auto;
    margin-top: 8px;
    padding: 0.6em 0.8em;
    position: relative;
    text-align: left;
    text-transform: none;
    top: auto;
    transform: none;
    width: auto;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li.mega-featured > a .menu-content:after, .main-navigation .menu > li > .sub-menu > li.mega-featured > a .menu-content:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-long-arrow' viewBox='0 0 27 28'%3E%3Cpath fill='%23754C29' d='M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    content: " ";
    height: 1em;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 2em;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li.mega-featured > a .menu-content .title, .main-navigation .menu > li > .sub-menu > li.mega-featured > a .menu-content .title {
    margin-top: 0;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li.mega-featured > a:hover .menu-content, .main-navigation .menu > li > .sub-menu > li.mega-featured > a:hover .menu-content {
    background: #F7F7F7;
    color: #6BAB57;
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li.mega-featured > a:hover .menu-content:after, .main-navigation .menu > li > .sub-menu > li.mega-featured > a:hover .menu-content:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-long-arrow' viewBox='0 0 27 28'%3E%3Cpath fill='%236BAB57' d='M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z'%3E%3C/path%3E%3C/svg%3E");
  }
  .main-navigation .menu > li > .sub-menu > .mega-menu > li.mega-featured.current-menu-item > a .menu-content, .main-navigation .menu > li > .sub-menu > .mega-menu > li.mega-featured.current_page_item > a .menu-content, .main-navigation .menu > li > .sub-menu > li.mega-featured.current-menu-item > a .menu-content, .main-navigation .menu > li > .sub-menu > li.mega-featured.current_page_item > a .menu-content {
    color: #6BAB57;
  }
  .main-navigation .menu > li > .sub-menu .mega-menu-callout {
    border-top: 2px solid #F7F7F7;
    background: #FFFFFF;
    margin-top: 2em;
  }
  .main-navigation .menu > li > .sub-menu .mega-menu-callout a {
    display: block;
    padding: 12px 0px 10px 0px;
  }
  .main-navigation .menu > li > .sub-menu .mega-menu-callout a:hover {
    background: #F7F7F7;
  }
  .main-navigation .menu > li > .sub-menu .menu-callout {
    margin: 0 auto;
    width: 48em;
  }
  .main-navigation .menu > li > .sub-menu .menu-callout .menu-link {
    margin: 0;
    text-align: right;
  }
  .main-navigation .sub-menu .sub-menu li:last-child a {
    border-bottom: 0;
  }
  .main-navigation .sub-menu .sub-menu a {
    border-bottom: 2px solid #EFEFEF;
    display: block;
    font-size: 0.85em;
    padding: 0.6em 0.8em;
    position: relative;
  }
  .main-navigation .sub-menu .sub-menu a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-long-arrow' viewBox='0 0 27 28'%3E%3Cpath fill='%23754C29' d='M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    content: " ";
    height: 1em;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 2em;
  }
  .main-navigation .sub-menu .sub-menu a:hover {
    background: #F7F7F7;
  }
  .main-navigation .sub-menu .sub-menu a:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-long-arrow' viewBox='0 0 27 28'%3E%3Cpath fill='%236BAB57' d='M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z'%3E%3C/path%3E%3C/svg%3E");
  }
  .main-navigation .menu > li > a {
    font-size: 1em;
  }
  .main-navigation .menu > li:before {
    background: #F7F7F7;
    height: 20px;
    margin-right: -4px;
    top: 1em;
    width: 2px;
  }
  .main-navigation .menu > li > .sub-menu > li, .main-navigation .menu > li > .sub-menu > .mega-menu > li {
    width: 20em;
  }
  .main-navigation .menu > li .sub-menu .menu-callout {
    width: 64em;
  }
  .category-wrap {
    position: relative;
  }
  .category-wrap.sticky {
    margin-bottom: 50px;
    position: fixed;
    width: 100%;
  }
  .categories button,
  .categories a {
    display: inline-block;
    padding: 0;
  }
  .categories button {
    margin: 0 1em;
    width: auto;
  }
  .categories button:not(.toggle) {
    cursor: none;
  }
  .categories button:not(.toggle):after {
    content: ":";
  }
  .categories .recipe-list #category-toggle {
    display: inline-block;
  }
  .categories a {
    margin: 0 0.4em;
  }
  .categories svg.icon {
    display: none;
  }
  .categories button.toggle {
    color: #A5A3A3;
    text-transform: none;
  }
  .categories button.toggle:hover {
    color: #9E1F63;
  }
  .categories button.toggle.is-open {
    color: #9E1F63;
  }
  .categories button.toggle span {
    display: inline;
  }
  .categories .toggle svg.icon {
    display: inline-block;
  }
  .advanced-filters {
    border: 1px solid #D3D3D0;
    border-width: 0 1px 1px;
    left: 50%;
    position: relative;
    top: 0px;
    transform: translate(-50%, 0);
    z-index: 5;
  }
  .advanced-filters .container {
    width: 60rem;
  }
  .advanced-filters .filter-list {
    padding: 1rem 2rem;
  }
  .recipe-single .recipe-intro {
    border-bottom: 1px solid #D3D3D0;
    margin-bottom: 2em;
    padding-bottom: 1.5em;
  }
  .recipe-single .recipe-intro .row > .recipe-section {
    border-bottom: 0;
    border-right: 1px solid #D3D3D0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .recipe-single .recipe-intro .share-actions {
    margin-top: 2em;
  }
  .recipe-single .recipe-section:last-child {
    border-bottom: 0;
  }
  .recipe-single .timings div {
    display: inline-block;
    margin-right: 2em;
  }
  .recipe-single .entry-header .container {
    padding: 3vw 3vw;
    max-width: 80%;
    min-width: 80%;
  }
  .recipe-single .entry-header .entry-title {
    font-size: 3vw;
  }
  .recipe-alt-style .entry-header .col-xs-12 {
    order: 1;
  }
  .recipe-alt-style .entry-header .col-xs-12.text-left {
    order: 0;
    padding: 0;
  }
  .recipe-alt-style .meta {
    margin-right: 40px;
  }
  .recipe-qty {
    font-weight: 800;
    color: #9E1F63;
  }
  .recipes .recipes-form .label {
    margin-bottom: 0;
    margin-right: 2em;
  }
  div.grid-item.hh-certified a.header:after {
    height: 100px;
    width: 100px;
  }
  article.hh-certified .entry-header:after {
    height: 140px;
    width: 140px;
  }
  .share-actions .social-share {
    padding: 3px;
  }
  .share-actions .social-share svg.icon {
    font-size: 1.4em;
  }
  .share-actions .recipe-section {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .pd-wrap {
    padding-left: 3em;
    padding-right: 3em;
  }
  .text-right {
    text-align: right;
  }
}
@media screen and (min-width: 75em) {
  h1,
  .h1 {
    font-size: 3em;
  }
  h2,
  .h2 {
    font-size: 2.3em;
  }
  .main-navigation .menu > li > a {
    padding: 1em 1vw;
  }
  nav.navigation .nav-links a.load-more {
    padding: 1em 20em;
  }
  article.hh-certified .entry-header:after {
    height: 150px;
    width: 150px;
  }
  .pd-wrap {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (max-width: 64em) {
  .h1-sm {
    font-size: 1.8em !important;
  }
  .h2-sm {
    font-size: 1.4em !important;
  }
  .h3-sm {
    font-size: 1.2em !important;
  }
  .h4-sm {
    font-size: 1em !important;
  }
  .full-bleed-sm {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
    position: relative;
    right: 50%;
    width: 100vw;
  }
  .full-bleed-sm .col-half {
    padding: 0;
  }
}
@media screen and (min-width: 64em) and (max-width: 75em) {
  .h1-md {
    font-size: 2.5em !important;
  }
  .h2-md {
    font-size: 1.7em !important;
  }
  .h3-md {
    font-size: 1.5em !important;
  }
  .h4-md {
    font-size: 1.2em !important;
  }
}
@media screen and (min-width: 75em) {
  .h1-lg {
    font-size: 3em !important;
  }
  .h2-lg {
    font-size: 2.3em !important;
  }
  .h3-lg {
    font-size: 1.5em !important;
  }
  .h4-lg {
    font-size: 1.2em !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(150%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0);
  }
}
.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .header-alt .bg-image {
    width: 100%;
    height: 200px;
  }
  .header-alt .row {
    width: 100%;
    padding-top: 200px;
  }
  .header-alt .header-block {
    padding-right: 0px;
    padding: 20px;
    text-align: center;
  }
  .header-alt .header-block h1 {
    font-weight: 600;
    margin-top: 10px;
  }
  .header-alt .header-block p.entry-subtitle {
    font-weight: 400;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
/* Cardiovascular Landing Page */
.term-cardiovascular-disease .article-pullout .row.middle-sm .grid-callout.grid-item.col-sm-8.col-sm-offset-2 {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  margin-left: 0;
}
.term-cardiovascular-disease .article-pullout .row.middle-sm .grid-callout.grid-item.col-sm-8.col-sm-offset-2 h2 {
  color: #6BAB57;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
.term-cardiovascular-disease .content-block {
  background-color: #F7F7F7;
}
.term-cardiovascular-disease .content-block img {
  mix-blend-mode: multiply;
  max-width: 450px;
}
.term-cardiovascular-disease .content-block h2 {
  padding: 1em 0;
  color: #6BAB57;
  font-size: 1.5em;
}
.term-cardiovascular-disease .category-content-row {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
  overflow: hidden;
  height: auto;
  margin: 20px 0;
}
.term-cardiovascular-disease .category-content-row ul {
  padding-left: 0px;
  margin: 0px;
}
.term-cardiovascular-disease .category-content-row ul li {
  list-style-position: inside;
  padding: 0.5em 0;
}
.term-cardiovascular-disease .category-content-row .category-content-row-col {
  display: block;
  position: relative;
  float: left;
  width: 45%;
}
.term-cardiovascular-disease .category-content-row .category-content-row-col:first-child {
  margin-right: 5%;
}
.term-cardiovascular-disease .category-content-row .category-content-row-col:last-child {
  width: 50%;
}
.term-cardiovascular-disease .category-content-quote {
  display: block;
  position: relative;
  padding: 2%;
  background-color: white;
  border: 1px solid #ccc;
  margin: 50px 0;
  line-height: 1.5;
  -webkit-box-shadow: 2px 10px 25px -12px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 10px 25px -12px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 10px 25px -12px rgba(0, 0, 0, 0.26);
}
.term-cardiovascular-disease .container {
  clear: both;
  height: auto;
  overflow: hidden;
}
.term-cardiovascular-disease .category-content-references {
  font-size: 14px;
  padding-bottom: 30px;
}
.term-cardiovascular-disease .category-content-references span {
  font-weight: bold;
}
.term-cardiovascular-disease .category-content-references ol {
  padding-left: 0;
  margin-top: 0;
}
.term-cardiovascular-disease .category-content-references ol li {
  list-style: inside;
  list-style-type: decimal;
}

@media only screen and (max-width: 1024px) {
  .term-cardiovascular-disease .category-content-row .category-content-row-col {
    float: none;
    width: 100%;
  }
  .term-cardiovascular-disease .category-content-row .category-content-row-col:first-child {
    margin-right: 0;
  }
  .term-cardiovascular-disease .category-content-row .category-content-row-col:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .handheld-only {
    display: block !important;
  }
  .handheld-up {
    display: none !important;
  }
  /* KB - UX Recipe Archive Card Edits */
  .hass_recipe.hass-archive .excerpt,
  .hass_recipe.hass-archive .meta.date,
  .hass_recipe.hass-archive p.meta.category {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .handheld-only {
    display: none !important;
  }
  .handheld-up {
    display: block !important;
  }
}
.sr-only {
  left: -10000px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0 !important;
}

html.pum-open-fixed body.menu-fixed .main-navigation {
  top: 48px;
}

.animation-jump {
  animation: 0.4s jump ease infinite alternate;
}

@keyframes jump {
  0% {
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  100% {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}
