/* This file is generated by a preprocessor, so don't manually edit it.
 * To make CSS changes, amend the .scss (Sass) files and compile them.
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../scss/lib/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../scss/lib/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../scss/lib/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 76, ../scss/lib/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../scss/lib/_normalize.scss */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../scss/lib/_normalize.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, ../scss/lib/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../scss/lib/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../scss/lib/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../scss/lib/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../scss/lib/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../scss/lib/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, ../scss/lib/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../scss/lib/_normalize.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 191, ../scss/lib/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../scss/lib/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 215, ../scss/lib/_normalize.scss */
sup {
  top: -0.5em; }

/* line 219, ../scss/lib/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../scss/lib/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../scss/lib/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../scss/lib/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../scss/lib/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../scss/lib/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, ../scss/lib/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, ../scss/lib/_normalize.scss */
button,
select {
  text-transform: none; }

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 346, ../scss/lib/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../scss/lib/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 370, ../scss/lib/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../scss/lib/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../scss/lib/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 42, ../scss/lib/_semantic-grid-system.scss */
body {
  width: 100%;
  *zoom: 1; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  body:before, body:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  body:after {
    clear: both; }

/* line 13, ../scss/_base.scss */
a img {
  border: 0; }

/* line 17, ../scss/_base.scss */
img {
  max-width: 100%;
  vertical-align: middle; }

/* line 22, ../scss/_base.scss */
.img-right {
  margin: 8px 0; }
  @media all and (min-width: 30.625em) {
    /* line 22, ../scss/_base.scss */
    .img-right {
      float: right;
      margin: 0 0 10px 16px; } }

/* line 30, ../scss/_base.scss */
.img-left {
  margin: 8px 0; }
  @media all and (min-width: 30.625em) {
    /* line 30, ../scss/_base.scss */
    .img-left {
      float: left;
      margin: 0 16px 10px 0; } }

/* line 38, ../scss/_base.scss */
.clear {
  clear: both; }

/* line 45, ../scss/_colours.scss */
.white.white.white {
  color: #fff; }

/* line 1, ../scss/_custom_text_styles.scss */
.custom_text_style_last_updated {
  background-color: #fce897;
  padding: 1px 3px 1px 3px;
  font-size: 80%; }

/* line 21, ../scss/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 25, ../scss/_helpers.scss */
.no-js .no-js-hide {
  display: none; }

@media all and (min-width: 30.625em) {
  /* line 29, ../scss/_helpers.scss */
  .desktopHide {
    display: none; } }

/* line 34, ../scss/_helpers.scss */
.overhidden {
  overflow: hidden; }

/*BOX SIZING*/
/* line 4, ../scss/_typography.scss */
html {
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: #292929; }

/* line 11, ../scss/_typography.scss */
.hk .panel-close {
  font-weight: bold; }

/* line 14, ../scss/_typography.scss */
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, dl {
  margin-top: 0;
  margin-bottom: 16px; }

/* line 19, ../scss/_typography.scss */
a {
  text-decoration: none; }
  /* line 21, ../scss/_typography.scss */
  a:link, a:visited {
    color: #722ea5; }
  /* line 24, ../scss/_typography.scss */
  a:hover, a:focus {
    color: #56237d; }

/* line 31, ../scss/_typography.scss */
.main-content a {
  font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif; }
  /* line 33, ../scss/_typography.scss */
  .main-content a:hover, .main-content a:focus {
    text-decoration: underline; }
/* line 37, ../scss/_typography.scss */
.main-content ul {
  padding-left: 15px; }
  /* line 39, ../scss/_typography.scss */
  .main-content ul li {
    list-style: none;
    margin-top: 10px;
    position: relative; }
    /* line 43, ../scss/_typography.scss */
    .main-content ul li:before {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      background: #ffa02f;
      position: absolute;
      left: -15px;
      top: 7px;
      margin: auto; }

/* line 57, ../scss/_typography.scss */
ol {
  padding-left: 30px; }

/* line 60, ../scss/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

/* line 64, ../scss/_typography.scss */
h1, .alpha {
  font-size: 2.125em;
  color: #da6a28;
  line-height: 1; }

/* line 70, ../scss/_typography.scss */
h2, .beta {
  font-size: 1.125em;
  font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
  color: #666; }

/* line 76, ../scss/_typography.scss */
h3, .gamma {
  font-size: 1em;
  font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
  color: #666; }

/* line 82, ../scss/_typography.scss */
blockquote {
  font-size: 1.5em;
  color: #722ea5;
  margin-left: 0; }

/* line 88, ../scss/_typography.scss */
.cite {
  color: #da6a28;
  font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-style: normal;
  font-size: 0.66667em;
  margin-bottom: 24px; }

/* line 96, ../scss/_typography.scss */
hr {
  margin: 24px 0;
  background: 0;
  border: 0;
  border-top: solid 1px #666; }

/* line 102, ../scss/_typography.scss */
.intro {
  font-size: 1.1em; }

/* line 105, ../scss/_typography.scss */
.justified {
  text-align: justify; }

/* line 108, ../scss/_typography.scss */
.bold {
  font-weight: 700; }

/* line 111, ../scss/_typography.scss */
.text-small-top-align {
  position: relative;
  top: 0.2em;
  font-size: 0.7em;
  vertical-align: top; }

/* line 2, ../scss/_page-layout.scss */
html {
  margin: 0 auto;
  overflow-y: scroll; }
  @media all and (max-width: 30.615em) {
    /* line 2, ../scss/_page-layout.scss */
    html {
      max-width: 480px;
      min-width: 320px; } }

/* line 10, ../scss/_page-layout.scss */
body {
  position: relative; }

@media all and (min-width: 30.625em) {
  /* line 15, ../scss/_page-layout.scss */
  .page {
    min-width: 1024px; } }

/* line 20, ../scss/_page-layout.scss */
.page-inner {
  width: 100%;
  float: left; }

/* line 24, ../scss/_page-layout.scss */
.wrap {
  margin: 0 auto;
  padding: 0 10px;
  min-height: 1px; }
  @media all and (min-width: 30.625em) {
    /* line 24, ../scss/_page-layout.scss */
    .wrap {
      width: 984px;
      padding: 0 24px; } }

/* line 36, ../scss/_page-layout.scss */
.site-body {
  *zoom: 1;
  margin-bottom: 24px; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .site-body:before, .site-body:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .site-body:after {
    clear: both; }

@media all and (min-width: 30.625em) {
  /* line 41, ../scss/_page-layout.scss */
  .main-content {
    display: inline;
    float: left;
    width: 72.56098%;
    margin: 0 1.21951%; }
    /* line 44, ../scss/_page-layout.scss */
    .no-js .main-content.beside-sidebar {
      display: inline;
      float: left;
      width: 47.56098%;
      margin: 0 1.21951%; } }
/* line 50, ../scss/_page-layout.scss */
.main-content.main-content-wide {
  width: 100%; }

@media all and (min-width: 30.625em) {
  /* line 54, ../scss/_page-layout.scss */
  .main-content-inner {
    padding-left: 14px; } }

/* line 59, ../scss/_page-layout.scss */
.main-content .sidebar-right {
  z-index: 1;
  position: relative;
  margin-bottom: 24px; }
  @media all and (min-width: 30.625em) {
    /* line 59, ../scss/_page-layout.scss */
    .main-content .sidebar-right {
      float: right;
      width: 222px;
      margin: 50px 0 24px 24px; } }
  @media all and (max-width: 30.615em) {
    /* line 59, ../scss/_page-layout.scss */
    .main-content .sidebar-right {
      margin-top: 24px; } }

@media all and (min-width: 30.625em) {
  /* line 73, ../scss/_page-layout.scss */
  .sidebar-right {
    float: right;
    width: 222px;
    margin-right: 1.21951%;
    margin-top: 50px;
    margin-bottom: 24px; } }

@media all and (min-width: 30.625em) {
  /* line 84, ../scss/_page-layout.scss */
  .researcher img {
    width: 100%; } }
@media all and (max-width: 30.615em) {
  /* line 84, ../scss/_page-layout.scss */
  .researcher img {
    display: block; } }

@media all and (min-width: 30.625em) {
  /* line 93, ../scss/_page-layout.scss */
  .mobile-only {
    display: none; } }

@media all and (max-width: 30.615em) {
  /* line 99, ../scss/_page-layout.scss */
  .iframe-wrap {
    -webkit-overflow-scrolling: touch;
    overflow: auto; } }

/* line 106, ../scss/_page-layout.scss */
.indent-left {
  margin-left: 36px; }

/* line 111, ../scss/_page-layout.scss */
.main-content .fieldset-legend {
  padding: 10px;
  font-weight: bold; }

/* line 116, ../scss/_page-layout.scss */
.main-content fieldset {
  margin-bottom: 10px; }

/* line 120, ../scss/_page-layout.scss */
.banner-image {
  margin-bottom: 26px; }

/* line 3, ../scss/_panels.scss */
.panel {
  position: relative;
  padding: 16px;
  margin-top: 24px;
  background: #f0f0f0;
  overflow: hidden;
  box-sizing: border-box; }
  /* line 10, ../scss/_panels.scss */
  .panel:first-child {
    margin-top: 0; }
  @media all and (max-width: 30.615em) {
    /* line 3, ../scss/_panels.scss */
    .panel {
      margin-top: 8px; } }
  /* line 17, ../scss/_panels.scss */
  .panel a:hover, .panel a:focus {
    text-decoration: none; }

@media all and (max-width: 30.615em) {
  /* line 23, ../scss/_panels.scss */
  .row-block-8 .panel:first-child, .landing-column-second .panel:first-child {
    margin-top: 8px; } }

/* line 30, ../scss/_panels.scss */
.panel-image-top, .panel-image-bottom {
  margin: -16px -16px 16px; }
  @media all and (max-width: 30.615em) {
    /* line 33, ../scss/_panels.scss */
    .panel-image-top img, .panel-image-bottom img {
      width: 100%; } }

/* line 40, ../scss/_panels.scss */
.sub-landing .panel-image-top img, .sub-landing .panel-image-bottom img {
  display: block;
  margin: auto; }

/* line 46, ../scss/_panels.scss */
.panel-image-bottom {
  margin-top: 16px;
  margin-bottom: -16px; }

/* line 52, ../scss/_panels.scss */
.panel-bare {
  margin-top: 16px; }

/* line 56, ../scss/_panels.scss */
.panel-tag {
  text-transform: uppercase;
  font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
  margin-bottom: 14px;
  color: #da6a28;
  font-size: 1em; }
  @media all and (max-width: 30.615em) {
    /* line 56, ../scss/_panels.scss */
    .panel-tag {
      font-size: 0.875em; } }

/* line 66, ../scss/_panels.scss */
.panel-logo {
  margin: 0 0 40px;
  padding-top: 5px; }
  @media all and (max-width: 30.615em) {
    /* line 66, ../scss/_panels.scss */
    .panel-logo {
      margin: 0 0 16px; }
      /* line 71, ../scss/_panels.scss */
      .panel-logo img {
        max-width: 50%; } }

/* line 77, ../scss/_panels.scss */
.panel-title {
  color: #722ea5;
  line-height: 1.2;
  font-size: 1.5em;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
  /* line 82, ../scss/_panels.scss */
  .panel-title a {
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
    color: #722ea5; }
    /* line 85, ../scss/_panels.scss */
    .panel-title a:hover, .panel-title a:focus {
      color: #333; }
  @media all and (max-width: 30.615em) {
    /* line 77, ../scss/_panels.scss */
    .panel-title {
      font-size: 1.125em;
      line-height: 1; } }

/* line 94, ../scss/_panels.scss */
.panel-text {
  line-height: 1.2; }
  @media all and (max-width: 30.615em) {
    /* line 94, ../scss/_panels.scss */
    .panel-text {
      font-size: 0.9375em; } }

/* line 100, ../scss/_panels.scss */
.panel-close {
  font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif; }
  /* line 102, ../scss/_panels.scss */
  .panel-close a {
    color: #292929; }
  /* line 105, ../scss/_panels.scss */
  .panel-close a:hover, .panel-close a:focus {
    color: #722ea5; }
  @media all and (max-width: 30.615em) {
    /* line 100, ../scss/_panels.scss */
    .panel-close {
      line-height: 1; } }

/* line 113, ../scss/_panels.scss */
.panel-priority {
  background: #fff;
  border: solid 24px #eae0f1; }
  @media all and (max-width: 30.615em) {
    /* line 113, ../scss/_panels.scss */
    .panel-priority {
      border-width: 8px;
      padding: 8px; } }

/* line 124, ../scss/_panels.scss */
.panel-variant {
  background: #ffa02f; }
  /* line 126, ../scss/_panels.scss */
  .panel-variant .panel-tag {
    color: #292929; }
  /* line 129, ../scss/_panels.scss */
  .panel-variant .panel-title {
    color: #722ea5; }

/* line 134, ../scss/_panels.scss */
.panel-variant-2, .panel-variant-3 {
  background: #00a67f;
  color: #fff; }
  /* line 137, ../scss/_panels.scss */
  .panel-variant-2 a, .panel-variant-3 a {
    color: #fff; }
    /* line 139, ../scss/_panels.scss */
    .panel-variant-2 a:hover, .panel-variant-2 a:focus, .panel-variant-3 a:hover, .panel-variant-3 a:focus {
      color: #333; }
  /* line 143, ../scss/_panels.scss */
  .panel-variant-2 .panel-title, .panel-variant-2 .panel-tag, .panel-variant-3 .panel-title, .panel-variant-3 .panel-tag {
    color: #fff; }

/* line 148, ../scss/_panels.scss */
.panel-variant-3 {
  background: #aa82c9; }

/* line 152, ../scss/_panels.scss */
.panel-variant-4 {
  background: #722ea5;
  color: #fff; }
  /* line 155, ../scss/_panels.scss */
  .panel-variant-4 a {
    color: #fff; }
    /* line 157, ../scss/_panels.scss */
    .panel-variant-4 a:hover, .panel-variant-4 a:focus {
      color: #ffa02f; }
  /* line 161, ../scss/_panels.scss */
  .panel-variant-4 .panel-tag {
    color: #ffa02f; }
  /* line 164, ../scss/_panels.scss */
  .panel-variant-4 .panel-title {
    color: #fff; }

/* line 168, ../scss/_panels.scss */
.panel-variant-5 {
  background: #666;
  color: #fff; }
  /* line 171, ../scss/_panels.scss */
  .panel-variant-5 a {
    color: #fff; }
    /* line 173, ../scss/_panels.scss */
    .panel-variant-5 a:hover, .panel-variant-5 a:focus {
      color: #f0f0f0; }
  /* line 177, ../scss/_panels.scss */
  .panel-variant-5 .panel-title, .panel-variant-5 .panel-tag {
    color: #fff; }

/* line 181, ../scss/_panels.scss */
.panel-variant-6 {
  background: #666;
  color: #292929; }
  /* line 184, ../scss/_panels.scss */
  .panel-variant-6 a {
    color: #292929; }
    /* line 186, ../scss/_panels.scss */
    .panel-variant-6 a:hover, .panel-variant-6 a:focus {
      color: #722ea5; }
  /* line 190, ../scss/_panels.scss */
  .panel-variant-6 .panel-title, .panel-variant-6 .panel-tag {
    color: #292929; }

/* line 194, ../scss/_panels.scss */
.panel-tag-variant {
  color: #fff !important; }

@media all and (min-width: 30.625em) {
  /* line 202, ../scss/_panels.scss */
  .panel-with-side-image {
    min-height: 265px; }

  /* line 206, ../scss/_panels.scss */
  .natural-height {
    min-height: 0; }

  /* line 209, ../scss/_panels.scss */
  .panel-image-side {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 39%;
    overflow: hidden;
    right: 0; }
    /* line 216, ../scss/_panels.scss */
    .front .panel-image-side {
      width: 52%; }
    /* line 219, ../scss/_panels.scss */
    .panel-image-side.panel-image-left {
      left: 0; }
      /* line 221, ../scss/_panels.scss */
      .panel-image-side.panel-image-left + .panel-content {
        padding-right: 0;
        padding-left: 41%; }
        /* line 224, ../scss/_panels.scss */
        .front .panel-image-side.panel-image-left + .panel-content {
          padding-right: 0;
          padding-left: 56%; }
    /* line 230, ../scss/_panels.scss */
    .panel-image-side + .panel-content {
      padding-right: 41%; }
      /* line 232, ../scss/_panels.scss */
      .front .panel-image-side + .panel-content {
        padding-right: 56%; }
    /* line 236, ../scss/_panels.scss */
    .panel-image-side img {
      height: 100%;
      width: auto;
      max-width: none; } }
@media all and (max-width: 30.615em) {
  /* line 245, ../scss/_panels.scss */
  .panel-image-side {
    float: right;
    width: 46%;
    margin: 0 0 5px 8px; }

  /* line 251, ../scss/_panels.scss */
  .panel-image-right, .panel-with-side-image > .panel-image-side {
    position: absolute;
    width: 46%;
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden; }
    /* line 259, ../scss/_panels.scss */
    .panel-image-right img, .panel-with-side-image > .panel-image-side img {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      width: auto;
      max-width: none;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

  /* line 272, ../scss/_panels.scss */
  .panel-with-right-image, .panel-with-side-image {
    padding-right: 50%; } }
/* line 277, ../scss/_panels.scss */
.fixed-top {
  top: 0; }

/* line 280, ../scss/_panels.scss */
.fixed-bottom {
  bottom: 0; }

@media all and (min-width: 30.625em) {
  /* line 289, ../scss/_panels.scss */
  .home-col-first > :last-child, .home-col-second > :last-child, .home-col-third > :last-child {
    margin-bottom: 0; } }

@media all and (min-width: 30.625em) {
  /* line 295, ../scss/_panels.scss */
  .home-col-first {
    display: inline;
    float: left;
    width: 47.56098%;
    margin: 0 1.21951%; }
    /* line 299, ../scss/_panels.scss */
    .home-col-first .row-block .panel {
      box-sizing: border-box;
      display: inline;
      float: left;
      width: 47.56098%;
      margin: 0 1.21951%;
      margin-top: 24px;
      margin-left: 0; }
    /* line 305, ../scss/_panels.scss */
    .home-col-first .row-block .panel + .panel {
      margin-right: 0;
      float: right; } }
/* line 311, ../scss/_panels.scss */
.home-col-first .row-block {
  *zoom: 1; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .home-col-first .row-block:before, .home-col-first .row-block:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .home-col-first .row-block:after {
    clear: both; }
@media all and (max-width: 30.615em) {
  /* line 315, ../scss/_panels.scss */
  .home-col-first .row-block {
    display: block;
    width: 102.43902%;
    margin: 0 -1.21951%;
    *zoom: 1; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .home-col-first .row-block:before, .home-col-first .row-block:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .home-col-first .row-block:after {
      clear: both; }
    /* line 317, ../scss/_panels.scss */
    .home-col-first .row-block .panel {
      display: inline;
      float: left;
      width: 47.56098%;
      margin: 0 1.21951%;
      margin-top: 8px; } }

@media all and (min-width: 30.625em) {
  /* line 325, ../scss/_panels.scss */
  .home-col-second {
    display: inline;
    float: left;
    width: 22.56098%;
    margin: 0 1.21951%;
    margin-top: -79px; }
    /* line 329, ../scss/_panels.scss */
    .home-col-second .panel {
      margin-top: 0; } }
@media all and (max-width: 30.615em) {
  /* line 325, ../scss/_panels.scss */
  .home-col-second {
    display: block;
    width: 102.43902%;
    margin: 0 -1.21951%;
    *zoom: 1; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .home-col-second:before, .home-col-second:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .home-col-second:after {
      clear: both; }
    /* line 335, ../scss/_panels.scss */
    .home-col-second .panel {
      display: inline;
      float: left;
      width: 47.56098%;
      margin: 0 1.21951%;
      margin-top: 8px; } }

@media all and (min-width: 30.625em) {
  /* line 342, ../scss/_panels.scss */
  .home-col-third {
    display: inline;
    float: left;
    width: 22.56098%;
    margin: 0 1.21951%; } }
@media all and (max-width: 30.615em) {
  /* line 342, ../scss/_panels.scss */
  .home-col-third {
    display: block;
    width: 102.43902%;
    margin: 0 -1.21951%;
    *zoom: 1; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .home-col-third:before, .home-col-third:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .home-col-third:after {
      clear: both; }
    /* line 348, ../scss/_panels.scss */
    .home-col-third .panel {
      display: inline;
      float: left;
      width: 47.56098%;
      margin: 0 1.21951%;
      margin-top: 8px; } }

/* line 357, ../scss/_panels.scss */
.landing-hero {
  margin-bottom: 8px;
  padding: 16px;
  position: relative; }
  @media all and (min-width: 30.625em) {
    /* line 357, ../scss/_panels.scss */
    .landing-hero {
      display: inline;
      float: left;
      width: 72.56098%;
      margin: 0 1.21951%;
      margin-bottom: 24px;
      padding: 30px;
      width: 72.560%; } }

/* line 369, ../scss/_panels.scss */
.main-content .landing-hero {
  margin-bottom: 8px;
  width: 100%; }
  @media all and (min-width: 30.625em) {
    /* line 369, ../scss/_panels.scss */
    .main-content .landing-hero {
      margin: 0 0 24px; } }

/* line 377, ../scss/_panels.scss */
.landing-hero-image {
  width: 50%;
  float: right;
  margin: -16px;
  margin-left: 0; }
  @media all and (min-width: 30.625em) {
    /* line 377, ../scss/_panels.scss */
    .landing-hero-image {
      margin: -30px;
      margin-left: 0; } }

/* line 391, ../scss/_panels.scss */
.landing-hero-content {
  float: left;
  width: 50%; }
  @media all and (min-width: 30.625em) {
    /* line 391, ../scss/_panels.scss */
    .landing-hero-content {
      padding-bottom: 30px; } }
  @media all and (min-width: 30.625em) {
    /* line 397, ../scss/_panels.scss */
    .landing-hero-content .panel-title {
      font-size: 2em; } }

@media all and (max-width: 30.615em) {
  /* line 405, ../scss/_panels.scss */
  .landing-hero .landing-hero-content {
    width: 50%; }
  /* line 408, ../scss/_panels.scss */
  .landing-hero .landing-hero-image {
    position: absolute;
    width: 46%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    overflow: hidden; }
    /* line 417, ../scss/_panels.scss */
    .landing-hero .landing-hero-image img {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      width: auto;
      max-width: none;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
@media all and (min-width: 30.625em) {
  /* line 431, ../scss/_panels.scss */
  .landing-column-first {
    clear: both;
    display: inline;
    float: left;
    width: 64.22764%;
    margin: 0 1.21951%; } }

@media all and (min-width: 30.625em) {
  /* line 438, ../scss/_panels.scss */
  .landing-column-second {
    display: inline;
    float: left;
    width: 30.89431%;
    margin: 0 1.21951%;
    margin-top: -79px; } }

@media all and (min-width: 30.625em) {
  /* line 445, ../scss/_panels.scss */
  .row-block-8 {
    display: block;
    width: 103.65854%;
    margin: 0 -1.82927%;
    *zoom: 1;
    margin-top: 24px;
    clear: both; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .row-block-8:before, .row-block-8:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .row-block-8:after {
      clear: both; }
    /* line 450, ../scss/_panels.scss */
    .row-block-8 > .panel {
      display: inline;
      float: left;
      width: 46.34146%;
      margin: 0 1.82927%; } }

@media all and (min-width: 30.625em) {
  /* line 456, ../scss/_panels.scss */
  .column-4-8 {
    display: inline;
    float: left;
    width: 46.34146%;
    margin: 0 1.82927%; }
    /* line 459, ../scss/_panels.scss */
    .column-4-8 .panel {
      margin-top: 24px; }
      /* line 461, ../scss/_panels.scss */
      .column-4-8 .panel:first-child {
        margin-top: 0; } }

@media all and (min-width: 30.625em) {
  /* line 468, ../scss/_panels.scss */
  .row-block-twin {
    *zoom: 1;
    margin-top: 24px;
    clear: both; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .row-block-twin:before, .row-block-twin:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .row-block-twin:after {
      clear: both; }
    /* line 473, ../scss/_panels.scss */
    .row-block-twin .panel {
      display: inline;
      float: left;
      width: 48.17073%;
      margin: 0 0.91463%;
      margin: 0; }
    /* line 477, ../scss/_panels.scss */
    .row-block-twin .panel + .panel {
      float: right; } }

@media all and (min-width: 30.625em) {
  /* line 483, ../scss/_panels.scss */
  .sub-landing {
    display: block;
    width: 103.65854%;
    margin: 0 -1.82927%;
    *zoom: 1;
    margin-top: 24px; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .sub-landing:before, .sub-landing:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .sub-landing:after {
      clear: both; }
    /* line 487, ../scss/_panels.scss */
    .sub-landing .panel {
      display: inline;
      float: left;
      width: 30.0813%;
      margin: 0 1.62602%;
      margin-bottom: 24px; } }
@media all and (max-width: 30.615em) {
  /* line 483, ../scss/_panels.scss */
  .sub-landing {
    display: block;
    width: 102.43902%;
    margin: 0 -1.21951%;
    *zoom: 1; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .sub-landing:before, .sub-landing:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .sub-landing:after {
      clear: both; }
    /* line 494, ../scss/_panels.scss */
    .sub-landing .panel {
      display: inline;
      float: left;
      width: 47.56098%;
      margin: 0 1.21951%;
      margin-bottom: 8px; } }

/* line 501, ../scss/_panels.scss */
.recipe-search {
  padding: 20px 0 0; }
  /* line 503, ../scss/_panels.scss */
  .recipe-search .form-text {
    border: none;
    padding: 5px;
    float: left; }
    @media all and (max-width: 30.615em) {
      /* line 503, ../scss/_panels.scss */
      .recipe-search .form-text {
        width: 57%; } }
  /* line 511, ../scss/_panels.scss */
  .recipe-search .form-submit {
    float: left;
    text-indent: -999em;
    height: 32px;
    width: 32px;
    padding: 0;
    margin: 0 0 0 15px;
    border: none;
    background: url(../img/sprite.png) no-repeat -160px 0; }
    /* line 520, ../scss/_panels.scss */
    .recipe-search .form-submit:hover, .recipe-search .form-submit:focus {
      background: url(../img/sprite.png) no-repeat -128px 0; }

/* line 525, ../scss/_panels.scss */
.box {
  text-align: center;
  margin-bottom: 20px; }
  @media all and (min-width: 30.625em) {
    /* line 525, ../scss/_panels.scss */
    .box {
      float: left;
      width: 30%;
      padding: 10px 10px 10px 0; } }
  /* line 533, ../scss/_panels.scss */
  .box h2 {
    color: #da6a28; }
  /* line 536, ../scss/_panels.scss */
  .box a {
    display: inline-block;
    background: #722ea5;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #722ea5; }
    /* line 543, ../scss/_panels.scss */
    .box a:hover, .box a:focus {
      background: #aa82c9;
      text-decoration: none;
      text-shadow: 1px 1px 1px #722ea5;
      border-color: #aa82c9; }
    /* line 549, ../scss/_panels.scss */
    .box a img {
      max-width: none;
      display: block;
      margin: -8px -10px;
      box-sizing: content-box;
      position: relative; }
  /* line 557, ../scss/_panels.scss */
  .box + p {
    clear: both; }

/* line 1, ../scss/_header.scss */
.cookie-message {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  background: #eae0f1;
  padding: 20px 0 6px;
  font-size: 14px;
  text-align: center; }
  /* line 10, ../scss/_header.scss */
  .cookie-message h2 {
    color: #000; }
  /* line 13, ../scss/_header.scss */
  .cookie-message .cookie-action {
    text-decoration: underline;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold; }
  @media all and (max-width: 30.615em) {
    /* line 1, ../scss/_header.scss */
    .cookie-message {
      padding: 10px 0;
      font-size: 0.9375em; }
      /* line 22, ../scss/_header.scss */
      .cookie-message h2 {
        margin-bottom: 10px;
        line-height: 1.2; }
      /* line 26, ../scss/_header.scss */
      .cookie-message p {
        margin-bottom: 10px;
        line-height: 1.3; } }
  /* line 31, ../scss/_header.scss */
  .js .cookie-message {
    display: none; }

/* line 35, ../scss/_header.scss */
.site-header {
  *zoom: 1;
  border-bottom: solid 2px #eae0f1;
  margin-bottom: 35px;
  position: relative; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .site-header:before, .site-header:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .site-header:after {
    clear: both; }
  @media all and (min-width: 30.625em) {
    /* line 35, ../scss/_header.scss */
    .site-header {
      min-height: 96px; } }
  @media all and (max-width: 30.615em) {
    /* line 35, ../scss/_header.scss */
    .site-header {
      margin-bottom: 12px; } }
  /* line 49, ../scss/_header.scss */
  .site-header .upper-nav .menu a {
    color: #722ea5; }

/* line 54, ../scss/_header.scss */
.header-branding {
  min-height: 10px; }
  @media all and (max-width: 30.615em) {
    /* line 54, ../scss/_header.scss */
    .header-branding {
      display: inline;
      float: left;
      width: 47.56098%;
      margin: 0 1.21951%;
      position: relative;
      bottom: -2px;
      align-self: flex-end; } }
  @media all and (min-width: 30.625em) {
    /* line 54, ../scss/_header.scss */
    .header-branding {
      display: inline;
      float: left;
      width: 30.89431%;
      margin: 0 1.21951%; } }

/* line 67, ../scss/_header.scss */
.site-logo {
  background: #fff;
  bottom: -2px; }
  @media all and (max-width: 30.615em) {
    /* line 67, ../scss/_header.scss */
    .site-logo {
      display: inline-block;
      padding: 0 8px 2px;
      margin-top: 10px;
      position: relative;
      max-width: 100%;
      box-sizing: border-box; }
      /* line 77, ../scss/_header.scss */
      .site-logo a {
        display: block; } }
  @media all and (min-width: 30.625em) {
    /* line 67, ../scss/_header.scss */
    .site-logo {
      position: absolute;
      min-height: 80px;
      width: 240px;
      margin-left: 29px; }
      /* line 86, ../scss/_header.scss */
      .site-logo a {
        display: block;
        text-align: center; } }
  @media all and (max-width: 30.615em) {
    /* line 91, ../scss/_header.scss */
    .site-logo .logo-tall {
      max-width: 90%; } }
  @media all and (min-width: 30.625em) {
    /* line 91, ../scss/_header.scss */
    .site-logo .logo-tall {
      top: 25px;
      position: relative; } }
  /* line 100, ../scss/_header.scss */
  .site-logo h1 {
    margin: 0; }

/* line 104, ../scss/_header.scss */
.int .site-logo {
  width: 271px;
  padding: 0 30px 2px;
  margin: 0; }
  @media all and (max-width: 30.615em) {
    /* line 104, ../scss/_header.scss */
    .int .site-logo {
      padding: 0 4px; } }

@media all and (max-width: 30.615em) {
  /* line 112, ../scss/_header.scss */
  .int .header-branding {
    width: 51%;
    margin: 0; }
    /* line 116, ../scss/_header.scss */
    .int .header-branding .site-logo {
      margin-top: 8px; } }

/* line 121, ../scss/_header.scss */
.int .main-nav li,
.int .main-nav li.leaf {
  font-size: 1em; }

/* line 125, ../scss/_header.scss */
.header-navs {
  text-align: right; }
  @media all and (max-width: 30.615em) {
    /* line 125, ../scss/_header.scss */
    .header-navs {
      display: inline;
      float: left;
      width: 47.56098%;
      margin: 0 1.21951%; } }
  @media all and (min-width: 30.625em) {
    /* line 125, ../scss/_header.scss */
    .header-navs {
      display: inline;
      float: left;
      width: 64.22764%;
      margin: 0 1.21951%; } }

@media all and (max-width: 30.615em) {
  /* line 134, ../scss/_header.scss */
  .int .header-navs {
    width: 49%;
    margin: 0; } }

@media all and (min-width: 30.625em) {
  /* line 140, ../scss/_header.scss */
  .upper-nav {
    margin-bottom: 24px; }
    /* line 144, ../scss/_header.scss */
    .upper-nav nav {
      display: inline-block; }
    /* line 147, ../scss/_header.scss */
    .upper-nav .menu {
      margin: 0;
      text-align: right;
      display: inline-block; }
      /* line 151, ../scss/_header.scss */
      .upper-nav .menu li {
        position: relative;
        display: inline-block;
        margin: 0 16px 0 0;
        font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
        padding: 0; }
      /* line 159, ../scss/_header.scss */
      .upper-nav .menu a:hover, .upper-nav .menu a:focus {
        text-decoration: underline; } }
@media all and (max-width: 30.615em) {
  /* line 165, ../scss/_header.scss */
  .upper-nav .menu, .upper-nav nav {
    display: none; } }

@media all and (max-width: 30.615em) {
  /* line 171, ../scss/_header.scss */
  .lower-nav {
    display: none; } }
@media all and (min-width: 30.625em) {
  /* line 171, ../scss/_header.scss */
  .lower-nav {
    width: 100%; } }

@media all and (min-width: 30.625em) {
  /* line 180, ../scss/_header.scss */
  .main-nav {
    vertical-align: bottom; }
    /* line 183, ../scss/_header.scss */
    .main-nav ul.menu {
      margin: 0;
      padding: 0;
      text-align: right;
      position: relative;
      float: left; }
      /* line 189, ../scss/_header.scss */
      .main-nav ul.menu li {
        position: relative;
        list-style: none;
        margin: 0; }
        /* line 193, ../scss/_header.scss */
        .main-nav ul.menu li .menu {
          width: auto;
          min-width: 150px;
          border: 2px solid #dbd4e4;
          position: absolute;
          left: -20px;
          z-index: 20;
          background: #fff;
          padding: 25px 15px;
          z-index: 30000; }
          /* line 202, ../scss/_header.scss */
          .main-nav ul.menu li .menu li {
            *zoom: 1;
            display: block;
            width: 100%;
            float: none;
            clear: both;
            font-size: 1em;
            border-bottom: 2px solid #dbd4e4;
            box-sizing: border-box;
            min-height: 37px;
            text-align: left;
            margin: 0; }
            /* line 27, ../scss/lib/_semantic-grid-system.scss */
            .main-nav ul.menu li .menu li:before, .main-nav ul.menu li .menu li:after {
              content: "";
              display: table; }
            /* line 32, ../scss/lib/_semantic-grid-system.scss */
            .main-nav ul.menu li .menu li:after {
              clear: both; }
            /* line 212, ../scss/_header.scss */
            .main-nav ul.menu li .menu li a {
              padding: 7px 7px 7px 10px;
              font-size: 1em;
              display: block;
              box-sizing: border-box;
              width: 100%;
              border: 0;
              margin: 0;
              float: left; }
            /* line 217, ../scss/_header.scss */
            .main-nav ul.menu li .menu li ul {
              display: none; }
              /* line 217, ../scss/_header.scss */
              .main-nav ul.menu li .menu li ul li {
                border: 0;
                padding: 0;
                margin: 0; }
            /* line 218, ../scss/_header.scss */
            .main-nav ul.menu li .menu li:hover, .main-nav ul.menu li .menu li:focus {
              background: #722ea5; }
              /* line 218, ../scss/_header.scss */
              .main-nav ul.menu li .menu li:hover a, .main-nav ul.menu li .menu li:focus a {
                color: #fff;
                border: 0; }
          /* line 221, ../scss/_header.scss */
          .main-nav ul.menu li .menu li:first-child {
            border-top: 2px solid #dbd4e4; }
        /* line 224, ../scss/_header.scss */
        .main-nav ul.menu li:hover ul, .main-nav ul.menu li:focus ul {
          display: block; }
    /* line 227, ../scss/_header.scss */
    .main-nav .menu > li {
      position: relative; }
      /* line 230, ../scss/_header.scss */
      .main-nav .menu > li.not-empty > a:hover, .main-nav .menu > li.not-empty > a:focus {
        border: 2px solid #dbd4e4; }
        /* line 233, ../scss/_header.scss */
        .main-nav .menu > li.not-empty > a:hover:after, .main-nav .menu > li.not-empty > a:focus:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -2px;
          left: 0;
          height: 4px;
          width: 100%;
          background: #fff;
          z-index: 30001; }
      /* line 247, ../scss/_header.scss */
      .main-nav .menu > li.empty > a:hover, .main-nav .menu > li.empty > a:focus {
        border: 2px solid #dbd4e4; }
    /* line 252, ../scss/_header.scss */
    .main-nav li, .main-nav li.leaf {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 1.1875em;
      font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
      float: left;
      vertical-align: bottom;
      margin-left: -2px;
      text-align: center; }
      /* line 258, ../scss/_header.scss */
      .main-nav li ul, .main-nav li ul.menu, .main-nav li.leaf ul, .main-nav li.leaf ul.menu {
        display: none; }
    /* line 266, ../scss/_header.scss */
    .main-nav a {
      display: block;
      padding: 16px 8px;
      border: solid 2px transparent;
      position: relative;
      bottom: -2px;
      line-height: 20px;
      margin-left: 2px;
      color: #722ea5; }
      /* line 276, ../scss/_header.scss */
      .main-nav a:hover, .main-nav a:focus {
        border-color: #eae0f1;
        border-bottom-color: #fff; }
    /* line 281, ../scss/_header.scss */
    .main-nav li.expanded, .main-nav li.collapsed {
      padding: 0; }
    /* line 284, ../scss/_header.scss */
    .main-nav .expanded a {
      border-color: #eae0f1;
      border-bottom-color: white;
      color: #da6a28; } }

/* line 291, ../scss/_header.scss */
.header-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  padding: 0 !important;
  bottom: -12px;
  border: 2px solid #dbd4e4;
  border-bottom: 2px solid #fff; }
  /* line 300, ../scss/_header.scss */
  .header-search .search-btn {
    width: 27px;
    height: 26px;
    border: 0;
    margin: 8px 15px;
    display: block;
    background: transparent url(../img/sprite.png) no-repeat -64px 0;
    text-indent: -999em; }
    /* line 309, ../scss/_header.scss */
    .header-search .search-btn:hover, .header-search .search-btn:focus {
      background: transparent url(../img/sprite.png) no-repeat -128px 0; }
    /* line 310, ../scss/_header.scss */
    .header-search .search-btn:focus {
      outline: 0; }

/* line 319, ../scss/_header.scss */
.search-btn-active, .search-btn-active {
  border: 2px solid #dbd4e4;
  border-bottom: 2px solid #fff; }
  /* line 322, ../scss/_header.scss */
  .search-btn-active .search-btn, .search-btn-active .search-btn {
    background: transparent url(../img/sprite.png) no-repeat -128px 0; }

/* line 330, ../scss/_header.scss */
.search-inner {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 28px; }

/* line 337, ../scss/_header.scss */
.search-box-open, .no-js .search-inner {
  display: block; }

/* line 343, ../scss/_header.scss */
.search-inner {
  width: 222px;
  position: absolute;
  top: 44px;
  right: -2px;
  padding: 15px;
  overflow: hidden;
  border: 2px solid #dbd4e4;
  border-top: 0;
  background: #fff;
  z-index: 10000; }
  /* line 355, ../scss/_header.scss */
  .search-inner h2 {
    margin: 0;
    padding: 0; }
  /* line 356, ../scss/_header.scss */
  .search-inner .form-actions {
    position: absolute;
    top: 0;
    right: 0; }
  /* line 358, ../scss/_header.scss */
  .search-inner .container-inline {
    position: relative; }
  /* line 359, ../scss/_header.scss */
  .search-inner .form-submit {
    width: 27px;
    height: 26px;
    border: 0;
    padding: 0;
    background: transparent url(../img/sprite.png) no-repeat -156px -33px;
    text-indent: -999em; }
    @media all and (min-width: 30.625em) {
      /* line 359, ../scss/_header.scss */
      .search-inner .form-submit {
        margin-right: 0px; } }
    /* line 369, ../scss/_header.scss */
    .search-inner .form-submit:focus {
      outline: 0; }

/* line 375, ../scss/_header.scss */
.search-box-label {
  display: none; }

/* line 380, ../scss/_header.scss */
#block-search-form .form-actions {
  position: absolute;
  top: 0;
  right: 0; }
/* line 382, ../scss/_header.scss */
#block-search-form .container-inline {
  position: relative; }
/* line 383, ../scss/_header.scss */
#block-search-form .form-submit {
  width: 27px;
  height: 26px;
  border: 0;
  padding: 0;
  background: transparent url(../img/sprite.png) no-repeat -156px -33px;
  text-indent: -999em; }
  @media all and (min-width: 30.625em) {
    /* line 383, ../scss/_header.scss */
    #block-search-form .form-submit {
      margin-right: 0px; } }
  /* line 393, ../scss/_header.scss */
  #block-search-form .form-submit:focus {
    outline: 0; }

/* line 401, ../scss/_header.scss */
.mobile-nav .block-search {
  padding: 8px 20px;
  width: 84%;
  float: left;
  margin: 20px 0 10px; }
  /* line 407, ../scss/_header.scss */
  .mobile-nav .block-search .form-submit {
    margin: 1px; }
/* line 410, ../scss/_header.scss */
.mobile-nav .site-selector {
  position: relative; }
  /* line 412, ../scss/_header.scss */
  .mobile-nav .site-selector > a {
    display: block;
    background: #F0F0F0;
    color: #722ea5;
    font-weight: bold; }
    /* line 413, ../scss/_header.scss */
    .mobile-nav .site-selector > a:hover, .mobile-nav .site-selector > a:focus {
      background: #722ea5;
      color: #fff; }
  /* line 415, ../scss/_header.scss */
  .mobile-nav .site-selector > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    width: 11px;
    height: 11px;
    background: url(../img/sprite.png) no-repeat -64px -64px;
    top: 14px;
    margin: auto; }
  /* line 426, ../scss/_header.scss */
  .mobile-nav .site-selector ul {
    background: #fff;
    font-size: 0.8em;
    display: none;
    margin: 0;
    padding: 0; }
    /* line 429, ../scss/_header.scss */
    .mobile-nav .site-selector ul li {
      list-style-type: none;
      font-size: 1em;
      background: #fff; }
/* line 434, ../scss/_header.scss */
.mobile-nav .site-selector.is-open {
  background-position: -97px -32px; }

/* line 441, ../scss/_header.scss */
.search-inner .form-text, #block-search-form .form-text {
  height: 29px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  border: 1px solid #a494bb;
  background-color: #fff;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px; }

/* line 455, ../scss/_header.scss */
.upper-nav .menu li:first-child {
  padding-right: 0; }
/* line 458, ../scss/_header.scss */
.upper-nav .menu .site-selector {
  *zoom: 1;
  border: 2px solid #fff;
  border-top: 0;
  padding-right: 16px; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .upper-nav .menu .site-selector:before, .upper-nav .menu .site-selector:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .upper-nav .menu .site-selector:after {
    clear: both; }
  /* line 463, ../scss/_header.scss */
  .upper-nav .menu .site-selector:hover, .upper-nav .menu .site-selector:focus {
    background: #F0F0F0;
    border: 2px solid #dbd4e4;
    border-top: 0; }
    /* line 467, ../scss/_header.scss */
    .upper-nav .menu .site-selector:hover .site-select, .upper-nav .menu .site-selector:focus .site-select {
      display: block; }
  /* line 472, ../scss/_header.scss */
  .upper-nav .menu .site-selector a:hover, .upper-nav .menu .site-selector a:focus {
    text-decoration: none; }
/* line 477, ../scss/_header.scss */
.upper-nav .menu li {
  padding: 9px 0 9px 16px; }
  /* line 479, ../scss/_header.scss */
  .upper-nav .menu li .site-select {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: -2px;
    padding: 0;
    overflow: hidden;
    border: 2px solid #dbd4e4;
    border-bottom: none;
    background: #F0F0F0;
    z-index: 30000;
    color: #722ea5; }
    /* line 492, ../scss/_header.scss */
    .upper-nav .menu li .site-select li {
      margin: 0;
      padding: 0;
      text-align: left;
      border-bottom: 2px solid #dbd4e4;
      display: block; }
    /* line 499, ../scss/_header.scss */
    .upper-nav .menu li .site-select a {
      color: #722ea5;
      display: block;
      padding: 9px 16px; }
      /* line 503, ../scss/_header.scss */
      .upper-nav .menu li .site-select a:hover, .upper-nav .menu li .site-select a:focus {
        text-decoration: none;
        color: #fff;
        background: #722ea5; }

@media all and (min-width: 30.625em) {
  /* line 2, ../scss/_carousel.scss */
  .bx-wrapper {
    display: inline;
    float: left;
    width: 97.56098%;
    margin: 0 1.21951%; } }

/* line 7, ../scss/_carousel.scss */
.carousel {
  *zoom: 1;
  background: #ffa02f;
  margin-bottom: 8px;
  position: relative; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .carousel:before, .carousel:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .carousel:after {
    clear: both; }
  @media all and (min-width: 30.625em) {
    /* line 7, ../scss/_carousel.scss */
    .carousel {
      margin-bottom: 24px;
      height: 405px; } }
  @media all and (max-width: 30.615em) {
    /* line 16, ../scss/_carousel.scss */
    .carousel .carousel-slide {
      overflow: hidden; } }
  /* line 21, ../scss/_carousel.scss */
  .carousel .slice {
    float: left; }
  /* line 24, ../scss/_carousel.scss */
  .carousel .mainpic {
    float: right; }
  /* line 27, ../scss/_carousel.scss */
  .carousel .carousel-panel {
    overflow: hidden;
    padding: 48px 30px; }
  /* line 31, ../scss/_carousel.scss */
  .carousel .panel-title {
    font-size: 2.125em; }
  /* line 34, ../scss/_carousel.scss */
  .carousel .mainpic-bg {
    display: none; }
  @media all and (min-width: 30.625em) {
    /* line 37, ../scss/_carousel.scss */
    .carousel .hero-cta {
      left: 82px;
      max-width: 280px; } }
  /* line 43, ../scss/_carousel.scss */
  .carousel a.hero-cta:hover span, .carousel a.hero-cta:focus span {
    color: #000; }
  @media all and (max-width: 30.615em) {
    /* line 7, ../scss/_carousel.scss */
    .carousel {
      position: relative;
      overflow: hidden; }
      /* line 49, ../scss/_carousel.scss */
      .carousel .slice {
        display: none; }
      /* line 52, ../scss/_carousel.scss */
      .carousel .panel-title {
        font-size: 1.125em;
        line-height: 1;
        margin-bottom: 8px; }
      /* line 57, ../scss/_carousel.scss */
      .carousel .mainpic {
        position: absolute;
        left: 50%;
        right: 0;
        bottom: 0;
        top: 0;
        max-width: none; } }
    @media all and (max-width: 30.615em) and (max-width: 30.615em) {
      /* line 57, ../scss/_carousel.scss */
      .carousel .mainpic {
        left: 75%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  @media all and (max-width: 30.615em) {
      /* line 72, ../scss/_carousel.scss */
      .carousel img.mainpic {
        max-height: 100%; }
      /* line 75, ../scss/_carousel.scss */
      .carousel .mainpic-bg {
        display: block;
        background-size: cover;
        background-position: 100% 0%; }
      /* line 80, ../scss/_carousel.scss */
      .carousel .carousel-panel {
        padding: 16px;
        width: 50%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: relative;
        height: 100%;
        background: #ffa02f; }
      /* line 90, ../scss/_carousel.scss */
      .carousel:after {
        content: '';
        display: block;
        background: url(../img/content/runner.jpg) no-repeat 0 0;
        height: 100%;
        width: 50%; }
      /* line 97, ../scss/_carousel.scss */
      .carousel .carousel-cta {
        line-height: 1; } }
  /* line 101, ../scss/_carousel.scss */
  .carousel .purple {
    background: #722ea5; }
    /* line 103, ../scss/_carousel.scss */
    .carousel .purple .carousel-panel {
      background: #722ea5; }
    /* line 106, ../scss/_carousel.scss */
    .carousel .purple .panel-tag {
      color: #ffa02f; }
    /* line 110, ../scss/_carousel.scss */
    .carousel .purple .panel-title a {
      color: #fff; }
      /* line 112, ../scss/_carousel.scss */
      .carousel .purple .panel-title a:hover, .carousel .purple .panel-title a:focus {
        color: #ffa02f; }

/* line 119, ../scss/_carousel.scss */
.int .carousel {
  background: #722ea5; }
  /* line 121, ../scss/_carousel.scss */
  .int .carousel .panel-tag {
    color: #ffa02f; }
  /* line 124, ../scss/_carousel.scss */
  .int .carousel .panel-title a {
    color: #fff; }
  /* line 127, ../scss/_carousel.scss */
  .int .carousel .panel-title a:hover, .int .carousel .panel-title a:focus {
    color: #ffa02f; }

/* line 131, ../scss/_carousel.scss */
.no-js .carousel-slide {
  display: none; }

/* line 134, ../scss/_carousel.scss */
.no-js .carousel-slide:first-child {
  display: block; }

/* line 138, ../scss/_carousel.scss */
.carousel-controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 100%;
  padding: 0 14px;
  display: table; }
  /* line 146, ../scss/_carousel.scss */
  .carousel-controls .pager {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  /* line 151, ../scss/_carousel.scss */
  .carousel-controls a {
    display: block;
    margin: 10px 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    text-indent: -999em; }
    @media all and (max-width: 30.615em) {
      /* line 151, ../scss/_carousel.scss */
      .carousel-controls a {
        height: 14px;
        width: 14px;
        margin: 13px 0; } }
    /* line 164, ../scss/_carousel.scss */
    .carousel-controls a.active {
      background: #ffa02f; }

/* line 3, ../scss/_buttons.scss */
.btn {
  display: inline-block;
  font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif; }

/* line 9, ../scss/_buttons.scss */
.cta-header {
  background: #ffa02f;
  color: #722ea5;
  font-size: 1.25em;
  padding: 12px 8px;
  font-size: 0;
  vertical-align: middle; }
  /* line 16, ../scss/_buttons.scss */
  .cta-header span {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    text-align: center; }
  /* line 23, ../scss/_buttons.scss */
  .cta-header i {
    align-self: center; }
  /* line 26, ../scss/_buttons.scss */
  .cta-header:hover, .cta-header:focus {
    color: #fff; }
    /* line 28, ../scss/_buttons.scss */
    .cta-header:hover .icn:before, .cta-header:focus .icn:before {
      background-position: -32px -64px; }
  @media all and (max-width: 30.615em) {
    /* line 9, ../scss/_buttons.scss */
    .cta-header {
      line-height: 48px; } }
  @media all and (max-width: 21.5525em) {
    /* line 36, ../scss/_buttons.scss */
    .int .cta-header {
      max-width: 75px; } }

/* line 44, ../scss/_buttons.scss */
.mobile-nav-btn {
  display: none; }
  @media all and (max-width: 30.615em) {
    /* line 44, ../scss/_buttons.scss */
    .mobile-nav-btn {
      display: inline-block;
      font-size: 20px;
      width: 48px;
      height: 48px;
      box-sizing: border-box;
      border: solid 1px #ffa02f;
      vertical-align: middle;
      margin: 10px 0 10px 15px;
      background-color: #fff;
      position: relative; }
      /* line 57, ../scss/_buttons.scss */
      .mobile-nav-btn:before {
        content: '';
        display: block;
        width: 75%;
        height: 12%;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #722ea5;
        border-radius: 2px;
        box-shadow: 0 -12px #722ea5, 0 12px #722ea5; }
      /* line 71, ../scss/_buttons.scss */
      .mobile-nav-btn.nav-open {
        background-color: #722ea5;
        border-color: #722ea5;
        outline-color: #722ea5; }
        /* line 75, ../scss/_buttons.scss */
        .mobile-nav-btn.nav-open:before {
          background: #fff;
          box-shadow: 0 -12px #fff, 0 12px #fff; } }

@media all and (max-width: 30.615em) {
  /* line 84, ../scss/_buttons.scss */
  .upper-nav {
    display: inline-block;
    float: right;
    margin: 10px -10px 10px 0;
    border-collapse: separate;
    border-spacing: 10px 0; }

  /* line 91, ../scss/_buttons.scss */
  .int .upper-nav {
    margin: 10px 0; }

  /* line 94, ../scss/_buttons.scss */
  .cta-header span {
    font-size: 16px; }

  /* line 97, ../scss/_buttons.scss */
  .cta-header, .mobile-nav-btn {
    display: inline-block;
    height: 48px;
    padding: 0 4px;
    margin: 0 8px 0 0; }
    /* line 102, ../scss/_buttons.scss */
    .cta-header i, .mobile-nav-btn i {
      display: none; }

  /* line 106, ../scss/_buttons.scss */
  .mobile-nav-btn {
    margin: 0; } }
/* line 114, ../scss/_buttons.scss */
.icn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative; }
  /* line 119, ../scss/_buttons.scss */
  .icn:first-child {
    margin-right: 6px; }

/* line 124, ../scss/_buttons.scss */
.icn-circle-20 {
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 50%; }

/* line 131, ../scss/_buttons.scss */
.icn-circle-orange, .icn-circle-purple {
  height: 30px;
  width: 30px;
  background: #ffa02f;
  border-radius: 50%; }

/* line 138, ../scss/_buttons.scss */
.icn-circle-purple {
  background: #722ea5; }

/* line 143, ../scss/_buttons.scss */
.icn:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

/* line 154, ../scss/_buttons.scss */
.icn-arrow-big:before {
  background: url(../img/sprite.png) no-repeat 1px -96px;
  width: 14px;
  height: 19px; }

/* line 160, ../scss/_buttons.scss */
.icn-arrow-purple:before {
  width: 10px;
  height: 12px;
  background: url(../img/sprite.png) no-repeat 0 -64px; }

/* line 166, ../scss/_buttons.scss */
.panel .panel-cta {
  background: #ffa02f;
  display: block;
  margin: 0 -16px -16px -16px;
  font-size: 0;
  padding: 20px 0; }
  /* line 172, ../scss/_buttons.scss */
  .panel .panel-cta:hover, .panel .panel-cta:focus {
    color: #722ea5; }
    /* line 174, ../scss/_buttons.scss */
    .panel .panel-cta:hover .icn:before, .panel .panel-cta:focus .icn:before {
      background-position: -32px -64px; }
  /* line 178, ../scss/_buttons.scss */
  .panel .panel-cta span {
    font-size: 24px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle; }
  /* line 184, ../scss/_buttons.scss */
  .panel .panel-cta i {
    margin-left: 16px; }

/* line 189, ../scss/_buttons.scss */
.hero-cta {
  display: inline-block;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  max-width: 50%;
  padding: 16px 60px 16px 30px; }
  @media all and (max-width: 30.615em) {
    /* line 189, ../scss/_buttons.scss */
    .hero-cta {
      position: relative;
      padding: 10px 55px 10px 10px;
      max-width: 70%;
      font-size: 0.9375em;
      line-height: 1;
      margin: 0 -16px -10px -16px;
      min-height: 25px; } }
  /* line 207, ../scss/_buttons.scss */
  .hero-cta i {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto; }
  /* line 214, ../scss/_buttons.scss */
  .hero-cta .text {
    line-height: 20px;
    display: inline-block; }
    /* line 217, ../scss/_buttons.scss */
    .hero-cta .text span {
      display: inline-block;
      vertical-align: middle;
      line-height: 15px; }

/* line 224, ../scss/_buttons.scss */
.panel .hero-cta {
  color: #722ea5; }
  /* line 226, ../scss/_buttons.scss */
  .panel .hero-cta:hover, .panel .hero-cta:focus {
    color: #292929; }

/* line 1, ../scss/_footer.scss */
.site-footer {
  *zoom: 1;
  clear: both;
  margin-bottom: 24px;
  margin-top: 48px; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .site-footer:before, .site-footer:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .site-footer:after {
    clear: both; }

/* line 8, ../scss/_footer.scss */
.footer-links {
  margin-bottom: 24px; }
  @media all and (min-width: 30.625em) {
    /* line 8, ../scss/_footer.scss */
    .footer-links {
      display: inline;
      float: left;
      width: 47.56098%;
      margin: 0 1.21951%; } }

/* line 15, ../scss/_footer.scss */
.footer-tabs, .donate-tabs {
  background: #f0f0f0;
  padding: 16px; }
  /* line 18, ../scss/_footer.scss */
  .footer-tabs .nav-tabs, .donate-tabs .nav-tabs {
    margin: 0;
    padding: 0;
    display: table;
    border-collapse: collapse;
    border-spacing: 0; }
    /* line 24, ../scss/_footer.scss */
    .footer-tabs .nav-tabs li, .donate-tabs .nav-tabs li {
      list-style: none;
      display: table-cell; }
    /* line 28, ../scss/_footer.scss */
    .footer-tabs .nav-tabs a, .donate-tabs .nav-tabs a {
      display: block;
      line-height: 60px;
      font-size: 0;
      padding: 0 16px;
      text-align: center; }
    /* line 35, ../scss/_footer.scss */
    .footer-tabs .nav-tabs .active, .donate-tabs .nav-tabs .active {
      font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
      background: #fff; }
      /* line 38, ../scss/_footer.scss */
      .footer-tabs .nav-tabs .active a, .donate-tabs .nav-tabs .active a {
        color: #292929; }
    /* line 42, ../scss/_footer.scss */
    .footer-tabs .nav-tabs span, .donate-tabs .nav-tabs span {
      display: inline-block;
      vertical-align: middle;
      line-height: 16px;
      font-size: 19px; }
    /* line 48, ../scss/_footer.scss */
    .footer-tabs .nav-tabs .active span, .donate-tabs .nav-tabs .active span {
      font-size: 21px; }
  /* line 52, ../scss/_footer.scss */
  .footer-tabs .tab-pane, .donate-tabs .tab-pane {
    padding: 16px;
    background: #fff;
    *zoom: 1; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .footer-tabs .tab-pane:before, .footer-tabs .tab-pane:after, .donate-tabs .tab-pane:before, .donate-tabs .tab-pane:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .footer-tabs .tab-pane:after, .donate-tabs .tab-pane:after {
      clear: both; }
  /* line 57, ../scss/_footer.scss */
  .js .footer-tabs .tab-pane, .js .donate-tabs .tab-pane {
    display: none; }
  /* line 60, ../scss/_footer.scss */
  .footer-tabs .tab-pane.active, .donate-tabs .tab-pane.active {
    display: block; }

/* line 65, ../scss/_footer.scss */
.main-content ul.nav-tabs li:before {
  display: none; }

/* line 69, ../scss/_footer.scss */
.link-list {
  padding: 0;
  margin: 0; }
  /* line 72, ../scss/_footer.scss */
  .link-list li {
    list-style: none;
    font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
    margin-top: 14px;
    line-height: 1.2; }

/* line 80, ../scss/_footer.scss */
.footer-meta {
  overflow: hidden; }
  @media all and (min-width: 30.625em) {
    /* line 80, ../scss/_footer.scss */
    .footer-meta {
      display: inline;
      float: left;
      width: 22.56098%;
      margin: 0 1.21951%; } }

/* line 87, ../scss/_footer.scss */
.social-links {
  text-align: center;
  line-height: 0;
  *zoom: 1; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .social-links:before, .social-links:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .social-links:after {
    clear: both; }
  @media all and (max-width: 30.615em) {
    /* line 87, ../scss/_footer.scss */
    .social-links {
      margin-bottom: 20px; } }
  /* line 94, ../scss/_footer.scss */
  .social-links span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

/* line 99, ../scss/_footer.scss */
.social-square {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: #f0f0f0 url(../img/sprite.png) no-repeat 8px -119px; }
  @media all and (max-width: 30.615em) {
    /* line 99, ../scss/_footer.scss */
    .social-square {
      margin: 0 15px; }
      /* line 106, ../scss/_footer.scss */
      .social-square:first-child {
        margin-left: 0; }
      /* line 109, ../scss/_footer.scss */
      .social-square:last-child {
        margin-right: 0; } }
  @media all and (min-width: 30.625em) {
    /* line 99, ../scss/_footer.scss */
    .social-square {
      float: left;
      margin-left: 31px; }
      /* line 116, ../scss/_footer.scss */
      .social-square:first-child {
        margin-left: 0; } }
  /* line 120, ../scss/_footer.scss */
  .social-square.twitter {
    background-position: 0 -128px; }
  /* line 123, ../scss/_footer.scss */
  .social-square.facebook {
    background-position: -32px -128px; }
  /* line 126, ../scss/_footer.scss */
  .social-square.video {
    background-color: #db2824;
    background-position: -85px -128px; }
  /* line 130, ../scss/_footer.scss */
  .social-square.pencil {
    background-color: #722ea5;
    background-position: -128px -128px; }
  /* line 134, ../scss/_footer.scss */
  .social-square.instagram {
    background-color: transparent;
    background-position: -168px -128px; }

/* line 140, ../scss/_footer.scss */
.footer-logo {
  max-width: 162px;
  margin: 40px 0 45px;
  display: block; }
  @media all and (max-width: 30.615em) {
    /* line 140, ../scss/_footer.scss */
    .footer-logo {
      width: 90px;
      margin: 40px 0 0;
      display: inline-block; } }

@media all and (max-width: 30.615em) {
  /* line 152, ../scss/_footer.scss */
  .footer-logo-wrapper, .footer-col {
    display: inline;
    float: left;
    width: 47.56098%;
    margin: 0 1.21951%;
    overflow: hidden; }

  /* line 156, ../scss/_footer.scss */
  .footer-logo-wrapper {
    text-align: center; } }
/* line 161, ../scss/_footer.scss */
.footer-text {
  margin: 0;
  line-height: 1.2;
  font-size: 0.8125em; }
  @media all and (max-width: 30.615em) {
    /* line 161, ../scss/_footer.scss */
    .footer-text {
      font-size: 0.6875em; } }

/* line 170, ../scss/_footer.scss */
.footer-nav {
  margin-top: 15px;
  line-height: 1.2;
  margin-left: -16px; }
  @media all and (max-width: 30.615em) {
    /* line 170, ../scss/_footer.scss */
    .footer-nav {
      font-size: 0.9375em;
      line-height: 1.4; } }
  /* line 178, ../scss/_footer.scss */
  .footer-nav a {
    padding-left: 8px;
    margin-left: 8px;
    border-left: solid 1px #666;
    display: inline-block; }
    /* line 183, ../scss/_footer.scss */
    .footer-nav a:hover, .footer-nav a:focus {
      text-decoration: underline; }

/* line 2, ../scss/_breadcrumb.scss */
.site-breadcrumb ol {
  margin: 0 0 14px 14px;
  padding: 0; }
/* line 6, ../scss/_breadcrumb.scss */
.site-breadcrumb li {
  display: inline;
  list-style: none; }
/* line 10, ../scss/_breadcrumb.scss */
.site-breadcrumb a {
  font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif; }
  /* line 12, ../scss/_breadcrumb.scss */
  .site-breadcrumb a:focus, .site-breadcrumb a:hover {
    text-decoration: underline; }
@media all and (min-width: 30.625em) {
  /* line 1, ../scss/_breadcrumb.scss */
  .site-breadcrumb {
    display: inline;
    float: left;
    width: 97.56098%;
    margin: 0 1.21951%; } }

/* line 20, ../scss/_breadcrumb.scss */
.breadcrumb-empty {
  padding: 4px 0; }

/* line 1, ../scss/_secondary-nav.scss */
.secondary-nav {
  clear: both; }
  @media all and (min-width: 30.625em) {
    /* line 1, ../scss/_secondary-nav.scss */
    .secondary-nav {
      display: inline;
      float: left;
      width: 22.56098%;
      margin: 0 1.21951%; } }
  @media all and (max-width: 30.615em) {
    /* line 1, ../scss/_secondary-nav.scss */
    .secondary-nav {
      display: none; } }
  /* line 9, ../scss/_secondary-nav.scss */
  .secondary-nav .menu-block-wrapper {
    border-bottom: solid 2px #eae0f1; }
  /* line 12, ../scss/_secondary-nav.scss */
  .secondary-nav ul, .secondary-nav ul.menu {
    margin: 0;
    padding: 0; }
    /* line 15, ../scss/_secondary-nav.scss */
    .secondary-nav ul li, .secondary-nav ul.menu li {
      margin: 0;
      padding: 0;
      display: block; }
  /* line 21, ../scss/_secondary-nav.scss */
  .secondary-nav li, .secondary-nav li.leaf {
    font-size: 1.125em;
    list-style: none;
    font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
    border-top: solid 2px #eae0f1;
    display: block; }
    /* line 27, ../scss/_secondary-nav.scss */
    .int .secondary-nav li, .int .secondary-nav li.leaf {
      font-size: 1em; }
  /* line 32, ../scss/_secondary-nav.scss */
  .secondary-nav li.collapsed {
    list-style: none; }
    /* line 34, ../scss/_secondary-nav.scss */
    .secondary-nav li.collapsed > ul {
      display: none; }
  /* line 38, ../scss/_secondary-nav.scss */
  .secondary-nav li.expanded {
    list-style: none;
    border-top: solid 2px transparent;
    background: #f0f0f0; }
    /* line 42, ../scss/_secondary-nav.scss */
    .secondary-nav li.expanded > a:after {
      background-position: -128px -30px;
      right: 14px; }
    /* line 47, ../scss/_secondary-nav.scss */
    .secondary-nav li.expanded > a.active:after {
      background-position: -96px -30px; }
    /* line 51, ../scss/_secondary-nav.scss */
    .secondary-nav li.expanded.leaf > a:after, .secondary-nav li.expanded > a:last-child:after {
      right: 10px;
      background-position: -64px -32px; }
    /* line 56, ../scss/_secondary-nav.scss */
    .secondary-nav li.expanded.leaf > a.active:after {
      background-position: -64px -64px; }
    /* line 60, ../scss/_secondary-nav.scss */
    .secondary-nav li.expanded > ul {
      display: block; }
    /* line 63, ../scss/_secondary-nav.scss */
    .secondary-nav li.expanded + li {
      border-top: solid 2px transparent; }
  /* line 67, ../scss/_secondary-nav.scss */
  .secondary-nav a {
    display: block;
    padding: 4px 28px 4px 14px;
    position: relative;
    color: #722ea5; }
    /* line 72, ../scss/_secondary-nav.scss */
    .secondary-nav a.active, .secondary-nav a.active-trail:last-child {
      color: #fff;
      background: #722ea5; }
      /* line 75, ../scss/_secondary-nav.scss */
      .secondary-nav a.active:focus, .secondary-nav a.active:hover, .secondary-nav a.active-trail:last-child:focus, .secondary-nav a.active-trail:last-child:hover {
        color: #ffa02f; }
    /* line 79, ../scss/_secondary-nav.scss */
    .secondary-nav a:after {
      content: '';
      display: block;
      position: absolute;
      right: 10px;
      width: 11px;
      height: 11px;
      background: url(../img/sprite.png) no-repeat -64px -32px;
      top: 0;
      bottom: 0;
      margin: auto; }
    /* line 92, ../scss/_secondary-nav.scss */
    .secondary-nav a:hover, .secondary-nav a:focus {
      color: #da6a28; }
  /* line 97, ../scss/_secondary-nav.scss */
  .secondary-nav li ul {
    background: #f0f0f0; }
    /* line 99, ../scss/_secondary-nav.scss */
    .secondary-nav li ul li, .secondary-nav li ul li.leaf, .secondary-nav li ul li.expanded {
      font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
      border: 0;
      position: relative;
      font-size: 1em; }
      /* line 104, ../scss/_secondary-nav.scss */
      .secondary-nav li ul li:before, .secondary-nav li ul li.leaf:before, .secondary-nav li ul li.expanded:before {
        content: '';
        display: block;
        height: 1px;
        top: 0;
        background: #EAE0F1;
        margin-left: 14px;
        margin-right: 14px; }
    /* line 114, ../scss/_secondary-nav.scss */
    .secondary-nav li ul a, .secondary-nav li ul li.expanded.leaf > a.active, .secondary-nav li ul .expanded > a.active-trail:last-child {
      padding-left: 24px;
      padding-right: 14px; }
      /* line 117, ../scss/_secondary-nav.scss */
      .secondary-nav li ul a:after, .secondary-nav li ul li.expanded.leaf > a.active:after, .secondary-nav li ul .expanded > a.active-trail:last-child:after {
        right: auto;
        left: 14px;
        background-position: -96px -64px;
        top: 13px;
        bottom: auto; }
    /* line 125, ../scss/_secondary-nav.scss */
    .secondary-nav li ul li.expanded.leaf > a.active:after, .secondary-nav li ul .expanded > a.active-trail:last-child:after {
      background-position: -128px -64px; }
    /* line 128, ../scss/_secondary-nav.scss */
    .secondary-nav li ul li.expanded + li {
      border-top: 0; }

/* line 134, ../scss/_secondary-nav.scss */
.sidebar-logo {
  text-align: center;
  padding: 36px 0 40px;
  border-bottom: solid 1px #d5d5d5; }

@media all and (max-width: 30.615em) {
  /* line 2, ../scss/_mobile-nav.scss */
  body {
    overflow-x: hidden; }

  /* line 5, ../scss/_mobile-nav.scss */
  .page {
    transition: .2s; }

  /* line 8, ../scss/_mobile-nav.scss */
  .page.nav-open {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px); }

  /* line 12, ../scss/_mobile-nav.scss */
  .js .mobile-nav {
    width: 250px;
    position: absolute;
    top: 0;
    right: -250px;
    z-index: 99999; }

  /* line 19, ../scss/_mobile-nav.scss */
  .mobile-nav {
    display: none;
    background: #fff; }
    /* line 22, ../scss/_mobile-nav.scss */
    .mobile-nav.nav-open {
      display: block; }
    /* line 25, ../scss/_mobile-nav.scss */
    .mobile-nav ul.menu {
      margin: 0;
      padding: 0; }
      /* line 28, ../scss/_mobile-nav.scss */
      .mobile-nav ul.menu li, .mobile-nav ul.menu li.leaf, .mobile-nav ul.menu li.collapsed {
        margin: 0;
        padding: 0;
        list-style: none;
        clear: both; }
    /* line 35, ../scss/_mobile-nav.scss */
    .mobile-nav nav > ul {
      border-top: solid 2px #aa82c9; }
    /* line 38, ../scss/_mobile-nav.scss */
    .mobile-nav .collapsed > ul {
      display: none; }
    /* line 41, ../scss/_mobile-nav.scss */
    .mobile-nav .expanded > ul {
      display: block; }
    /* line 45, ../scss/_mobile-nav.scss */
    .mobile-nav li {
      font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
      font-size: 18px; }
    /* line 49, ../scss/_mobile-nav.scss */
    .mobile-nav a {
      border-bottom: solid 2px #dbd4e4;
      padding: 8px 20px;
      display: block;
      background: #fff;
      color: #722ea5; }
      /* line 55, ../scss/_mobile-nav.scss */
      .mobile-nav a.active {
        color: #da6a28; }
    /* line 59, ../scss/_mobile-nav.scss */
    .mobile-nav li li a {
      background: #f0f0f0; }
      /* line 61, ../scss/_mobile-nav.scss */
      .mobile-nav li li a.active {
        color: #fff;
        background: #722ea5; }
    /* line 66, ../scss/_mobile-nav.scss */
    .mobile-nav li li li {
      font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
      /* line 68, ../scss/_mobile-nav.scss */
      .mobile-nav li li li a {
        background-color: #fff;
        padding-left: 32px;
        position: relative; }
        /* line 72, ../scss/_mobile-nav.scss */
        .mobile-nav li li li a:after {
          content: '';
          position: absolute;
          display: block;
          width: 11px;
          height: 11px;
          background: url(../img/sprite.png) no-repeat -96px -64px;
          right: auto;
          left: 20px;
          top: 0;
          bottom: 0;
          margin: auto; }
        /* line 85, ../scss/_mobile-nav.scss */
        .mobile-nav li li li a.active {
          color: #fff; }
          /* line 87, ../scss/_mobile-nav.scss */
          .mobile-nav li li li a.active:after {
            background-position: -128px -64px; } }
@media all and (min-width: 30.625em) {
  /* line 96, ../scss/_mobile-nav.scss */
  .mobile-nav {
    display: none; } }

/* line 1, ../scss/_sharing.scss */
.share-buttons {
  background: #fff;
  border: solid 1px #d1d2d1;
  text-align: center;
  padding: 16px 8px; }
  /* line 6, ../scss/_sharing.scss */
  .share-buttons .addthis_toolbox > a {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle; }

@media all and (max-width: 25em) {
  /* line 17, ../scss/_sharing.scss */
  .share-buttons.mobile-main-top {
    border: 0;
    margin-bottom: 1em; } }
/* line 23, ../scss/_sharing.scss */
.addthis_24x24_style .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important; }
  /* line 26, ../scss/_sharing.scss */
  .addthis_24x24_style .at-icon-wrapper .at-icon {
    width: 24px !important;
    height: 24px !important; }
/* line 32, ../scss/_sharing.scss */
.addthis_24x24_style.addthis_toolbox a {
  margin-bottom: 0; }

/* line 1, ../scss/_related.scss */
.related-title, .related-item a, .main-content .related-item a {
  display: inline-block;
  font-size: 0.9375em;
  margin: 0 5px 5px 0;
  text-transform: uppercase;
  padding: 6px 12px; }

/* line 9, ../scss/_related.scss */
.related-title {
  color: #fff;
  background: #722ea5;
  float: left; }

/* line 16, ../scss/_related.scss */
.related-list, .main-content .related-list {
  margin-bottom: 24px;
  display: block;
  padding: 0; }

/* line 22, ../scss/_related.scss */
.related-item, .main-content .related-item {
  margin-top: 0;
  display: inline-block; }
  /* line 25, ../scss/_related.scss */
  .related-item:before, .main-content .related-item:before {
    display: none; }
  /* line 28, ../scss/_related.scss */
  .related-item a, .main-content .related-item a {
    background: #eae0f1;
    color: #722ea5; }
    /* line 32, ../scss/_related.scss */
    .related-item a:hover, .related-item a:focus, .main-content .related-item a:hover, .main-content .related-item a:focus {
      text-decoration: none;
      color: #fff;
      background: #aa82c9; }

/* line 3, ../scss/_listings.scss */
.listing {
  clear: both;
  border-bottom: 1px solid #eae0f1;
  padding: 24px 0;
  overflow: hidden; }
  @media all and (max-width: 30.615em) {
    /* line 3, ../scss/_listings.scss */
    .listing {
      padding: 8px 0; } }
  /* line 16, ../scss/_listings.scss */
  .listing img {
    float: left;
    margin: 0 16px 0 0;
    width: 20%; }
    @media all and (max-width: 30.615em) {
      /* line 16, ../scss/_listings.scss */
      .listing img {
        float: right;
        margin: 0 0 5px 8px;
        width: 35%; } }
  /* line 26, ../scss/_listings.scss */
  .listing p {
    margin: 0; }
    @media all and (max-width: 30.615em) {
      /* line 26, ../scss/_listings.scss */
      .listing p {
        font-size: 0.9375em; } }
  @media all and (max-width: 30.615em) {
    /* line 32, ../scss/_listings.scss */
    .listing h2 {
      margin-bottom: 8px; } }
  /* line 37, ../scss/_listings.scss */
  .listing h3 {
    margin: -6px 0 10px; }

/* line 42, ../scss/_listings.scss */
.pager {
  text-align: center;
  margin-top: 8px;
  padding: 0 !important; }
  /* line 46, ../scss/_listings.scss */
  .pager li {
    display: inline-block;
    margin: 0 !important;
    font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif; }
    /* line 50, ../scss/_listings.scss */
    .pager li:before {
      background: none !important; }
    /* line 53, ../scss/_listings.scss */
    .pager li.pager-current {
      padding: 10px !important; }
    /* line 56, ../scss/_listings.scss */
    .pager li a {
      display: inline-block;
      padding: 5px 10px; }
  /* line 61, ../scss/_listings.scss */
  .pager .disabled {
    color: #666; }

/* line 65, ../scss/_listings.scss */
.item-list .pager li {
  padding: 0; }

/* line 68, ../scss/_listings.scss */
.search-form {
  margin: 30px 20px; }
  /* line 70, ../scss/_listings.scss */
  .search-form .form-text {
    max-width: 50%; }

/* line 74, ../scss/_listings.scss */
.search-results {
  list-style: decimal !important; }
  /* line 76, ../scss/_listings.scss */
  .search-results .search-snippet-info {
    padding: 0 !important; }
  /* line 79, ../scss/_listings.scss */
  .search-results .title {
    margin-bottom: 5px; }

/* line 84, ../scss/_listings.scss */
.search-result-title {
  margin-top: 36px;
  margin-bottom: 0; }

/* line 1, ../scss/_forms.scss */
.related {
  margin-top: 24px; }

/* line 4, ../scss/_forms.scss */
.form-submit {
  display: block;
  padding: 5px 16px 8px;
  margin: 0;
  width: auto;
  border: none;
  color: #fff;
  background: #ffa02f;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  box-sizing: initial;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }
  /* line 20, ../scss/_forms.scss */
  .form-submit:hover, .form-submit:focus {
    background: #fb8800;
    text-decoration: none; }

/* line 26, ../scss/_forms.scss */
.search-form .form-submit {
  display: inline; }

/* line 30, ../scss/_forms.scss */
.webform-client-form {
  *zoom: 1; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .webform-client-form:before, .webform-client-form:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .webform-client-form:after {
    clear: both; }
  /* line 32, ../scss/_forms.scss */
  .webform-client-form label {
    font-weight: normal; }
  /* line 35, ../scss/_forms.scss */
  .webform-client-form .form-text, .webform-client-form .form-select, .webform-client-form .form-textarea {
    padding: 12px 10px;
    border: 1px solid #E2E2E2;
    color: #666;
    max-width: 90%; }
    /* line 40, ../scss/_forms.scss */
    .webform-client-form .form-text:focus, .webform-client-form .form-select:focus, .webform-client-form .form-textarea:focus {
      background: #F0F0F0; }
  /* line 44, ../scss/_forms.scss */
  .webform-client-form .form-actions {
    margin: 1em 0;
    float: left; }

/* line 49, ../scss/_forms.scss */
.form-type-select select {
  max-width: 100%; }

/* line 52, ../scss/_forms.scss */
fieldset {
  min-width: 0; }

/* line 56, ../scss/_forms.scss */
.form-managed-file .form-submit {
  margin-top: 10px; }

/* line 60, ../scss/_forms.scss */
.grippie {
  display: none; }

/* line 63, ../scss/_forms.scss */
textarea {
  max-width: 400px !important; }

/* line 67, ../scss/_forms.scss */
#views-exposed-form-funded-research-block b {
  display: block;
  clear: both;
  margin: 10px 0 0; }
/* line 72, ../scss/_forms.scss */
#views-exposed-form-funded-research-block .form-submit {
  margin: 10px 0; }

@media all and (min-width: 30.625em) {
  /* line 76, ../scss/_forms.scss */
  .amount-wrap {
    display: inline;
    float: left;
    width: 30.89431%;
    margin: 0 1.21951%; } }

/* line 81, ../scss/_forms.scss */
.amount {
  margin-bottom: 24px !important;
  border: 1px solid #E2E2E2;
  text-align: center;
  font-size: 4em;
  font-weight: normal;
  padding: 40px 0;
  cursor: pointer; }
  @media all and (max-width: 30.615em) {
    /* line 81, ../scss/_forms.scss */
    .amount {
      padding: 10px 0;
      font-size: 3em; } }
  /* line 93, ../scss/_forms.scss */
  .amount input {
    display: none; }
  /* line 96, ../scss/_forms.scss */
  .amount .custom-amount {
    display: block;
    padding: 15px 10px;
    background: #fff;
    border: none;
    width: 123px;
    float: right;
    font-size: 1.2em; }
    @media all and (max-width: 30.615em) {
      /* line 96, ../scss/_forms.scss */
      .amount .custom-amount {
        float: left;
        margin-left: 5px; } }

@media all and (min-width: 30.625em) {
  /* line 111, ../scss/_forms.scss */
  .amount-custom-wrap {
    margin-left: 34.55285%; } }

/* line 116, ../scss/_forms.scss */
.amount-custom {
  font-size: 1em;
  padding: 0 !important; }
  /* line 120, ../scss/_forms.scss */
  .amount-custom label {
    padding: 5px;
    *zoom: 1; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .amount-custom label:before, .amount-custom label:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .amount-custom label:after {
      clear: both; }
  /* line 124, ../scss/_forms.scss */
  .amount-custom span {
    float: left;
    font-size: 3em;
    padding: 5px 0 0 10px;
    line-height: 1; }

/* line 131, ../scss/_forms.scss */
.amount-active {
  background: #fff;
  border: 4px solid #ffa02f;
  padding: 37px 0;
  font-weight: bold; }
  @media all and (max-width: 30.615em) {
    /* line 131, ../scss/_forms.scss */
    .amount-active {
      padding: 7px 0; } }
  /* line 139, ../scss/_forms.scss */
  .amount-active .custom-amount {
    display: block;
    padding: 12px 7px 12px 10px;
    background: #F0F0F0; }
  /* line 144, ../scss/_forms.scss */
  .amount-active span {
    padding: 2px 0 0 7px;
    font-weight: normal; }

/* line 150, ../scss/_forms.scss */
.no-js .donate-tabs #webform-component-amount, .no-js .donate-tabs #webform-component--your-donation--amount {
  display: none; }

/* line 154, ../scss/_forms.scss */
.donate-tabs {
  /*SELECT OVERRIDE*/
  /*CHECKBOX OVERRIDE*/
  /*PROGRESS BAR*/ }
  /* line 155, ../scss/_forms.scss */
  .donate-tabs .messages {
    background-image: none;
    padding: 1em; }
    /* line 158, ../scss/_forms.scss */
    .donate-tabs .messages p {
      margin: 0; }
  /* line 162, ../scss/_forms.scss */
  .donate-tabs input, .donate-tabs select, .donate-tabs textarea, .donate-tabs legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 165, ../scss/_forms.scss */
  .donate-tabs .form-text, .donate-tabs .form-select, .donate-tabs .form-textarea {
    max-width: none;
    width: 100%;
    background-color: white; }
  /* line 171, ../scss/_forms.scss */
  .donate-tabs .form-text:focus, .donate-tabs .form-select:focus, .donate-tabs .form-textarea:focus {
    background-color: transparent; }
  /* line 174, ../scss/_forms.scss */
  .donate-tabs .form-text, .donate-tabs .form-select {
    padding: 1em; }
  /* line 177, ../scss/_forms.scss */
  .donate-tabs label {
    margin: 0 0 .5em 0; }
    /* line 179, ../scss/_forms.scss */
    .donate-tabs label .form-required {
      font-weight: 400; }
  /* line 183, ../scss/_forms.scss */
  .donate-tabs .webform-component-checkboxes > label {
    font-weight: 700;
    margin-bottom: 1em; }
  /* line 187, ../scss/_forms.scss */
  .donate-tabs .form-type-checkbox label,
  .donate-tabs #edit-submitted-cardholder label {
    font-weight: 400; }
  /* line 191, ../scss/_forms.scss */
  .donate-tabs div[id*="cardholder"] {
    background-color: #fbfbfb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em; }
  /* line 196, ../scss/_forms.scss */
  .donate-tabs .tab-pane {
    position: relative;
    padding: 32px 16px; }
  /* line 200, ../scss/_forms.scss */
  .donate-tabs .form-submit, .donate-tabs .form-submit-epdq {
    display: block;
    padding: .5em;
    margin: 0 0 .5em 0;
    border: none;
    color: #fff;
    background: #ffa02f;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
    width: 100%;
    white-space: normal;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased; }
    /* line 216, ../scss/_forms.scss */
    .donate-tabs .form-submit:hover, .donate-tabs .form-submit:focus, .donate-tabs .form-submit-epdq:hover, .donate-tabs .form-submit-epdq:focus {
      background: #fb8800;
      text-decoration: none; }
    @media all and (min-width: 30.625em) {
      /* line 221, ../scss/_forms.scss */
      .donate-tabs .form-submit[id*="previous"], .donate-tabs .form-submit[id*="donate"], .donate-tabs .form-submit[id*="submit"], .donate-tabs .form-submit-epdq[id*="previous"], .donate-tabs .form-submit-epdq[id*="donate"], .donate-tabs .form-submit-epdq[id*="submit"] {
        width: 45%;
        clear: none;
        float: left; }
      /* line 222, ../scss/_forms.scss */
      .donate-tabs .form-submit[id*="donate"], .donate-tabs .form-submit[id*="submit"], .donate-tabs .form-submit-epdq[id*="donate"], .donate-tabs .form-submit-epdq[id*="submit"] {
        float: right; } }
  /* line 225, ../scss/_forms.scss */
  .donate-tabs + h2 {
    margin-top: 40px;
    color: #000; }
  /* line 229, ../scss/_forms.scss */
  .donate-tabs fieldset {
    border: none 0;
    clear: both;
    margin: 0;
    padding: 0; }
    /* line 234, ../scss/_forms.scss */
    .donate-tabs fieldset legend {
      display: block;
      float: Left;
      width: 100%; }
      /* line 238, ../scss/_forms.scss */
      .donate-tabs fieldset legend .fieldset-legend {
        border-bottom: 1px solid #e2e2e2;
        display: block;
        font-size: 140%;
        padding: 0 0 .5em 0;
        margin: 0 0 1em 0; }
  /* line 247, ../scss/_forms.scss */
  .donate-tabs .form-item, .donate-tabs .form-actions {
    float: left;
    margin: 0 0 1em 0;
    width: 100%; }
  /* line 252, ../scss/_forms.scss */
  .donate-tabs #edit-submitted-enter-amount, .donate-tabs .webform-component--your-donation--enter-amount > input {
    background-image: url(../img/pound.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 21px;
    color: #292929;
    font-size: 1.6em;
    padding: 1.2em 5px 1.3em 30px; }
    /* line 260, ../scss/_forms.scss */
    .donate-tabs #edit-submitted-enter-amount:focus, .donate-tabs .webform-component--your-donation--enter-amount > input:focus {
      background-image: url(../img/pound.gif);
      background-position: 5px center;
      background-repeat: no-repeat;
      background-size: 21px; }
  /* line 269, ../scss/_forms.scss */
  .donate-tabs .webform-component[id*="component-amount"] label[for="edit-submitted-amount"], .donate-tabs .webform-component[id*="component-amount"] label[for="edit-submitted-your-donation-amount"], .donate-tabs .webform-component--your-donation--amount label[for="edit-submitted-amount"], .donate-tabs .webform-component--your-donation--amount label[for="edit-submitted-your-donation-amount"] {
    display: none; }
  /* line 272, ../scss/_forms.scss */
  .donate-tabs .webform-component[id*="component-amount"] #edit-submitted-amount, .donate-tabs .webform-component[id*="component-amount"] .form-radios, .donate-tabs .webform-component--your-donation--amount #edit-submitted-amount, .donate-tabs .webform-component--your-donation--amount .form-radios {
    clear: both;
    float: left;
    width: 100%; }
    /* line 276, ../scss/_forms.scss */
    .donate-tabs .webform-component[id*="component-amount"] #edit-submitted-amount label, .donate-tabs .webform-component[id*="component-amount"] .form-radios label, .donate-tabs .webform-component--your-donation--amount #edit-submitted-amount label, .donate-tabs .webform-component--your-donation--amount .form-radios label {
      border: 1px solid #e2e2e2;
      cursor: pointer;
      display: block;
      font-size: 1.4em;
      padding: .85em .5em;
      text-align: center; }
  /* line 285, ../scss/_forms.scss */
  .donate-tabs .webform-component[id*="component-amount"] .form-item-submitted-amount, .donate-tabs .webform-component[id*="component-amount"] .form-item-submitted-your-donation-amount, .donate-tabs .webform-component--your-donation--amount .form-item-submitted-amount, .donate-tabs .webform-component--your-donation--amount .form-item-submitted-your-donation-amount {
    background-color: white;
    float: left;
    position: relative;
    margin: 0 5% 0 0;
    width: 30%; }
  /* line 292, ../scss/_forms.scss */
  .donate-tabs .webform-component[id*="component-amount"] .form-item-submitted-amount:last-of-type, .donate-tabs .webform-component[id*="component-amount"] .form-item-submitted-your-donation-amount:last-of-type, .donate-tabs .webform-component--your-donation--amount .form-item-submitted-amount:last-of-type, .donate-tabs .webform-component--your-donation--amount .form-item-submitted-your-donation-amount:last-of-type {
    margin-right: 0; }
  /* line 295, ../scss/_forms.scss */
  .donate-tabs .webform-component[id*="component-amount"] input, .donate-tabs .webform-component--your-donation--amount input {
    position: absolute;
    z-index: -1; }
  /* line 299, ../scss/_forms.scss */
  .donate-tabs .webform-component[id*="component-amount"] input:checked + label, .donate-tabs .webform-component--your-donation--amount input:checked + label {
    background-color: #f0f0f0; }
  /* line 304, ../scss/_forms.scss */
  .donate-tabs .select-wrap .form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-right: 4.3em;
    cursor: pointer; }
  /* line 312, ../scss/_forms.scss */
  .donate-tabs .select-wrap.ie9 .form-select {
    padding-right: 2.1em; }
  /* line 315, ../scss/_forms.scss */
  .donate-tabs .select-wrap {
    position: relative; }
  /* line 319, ../scss/_forms.scss */
  .donate-tabs .select-wrap::after {
    content: ' ';
    position: absolute;
    right: 1px;
    top: 2px;
    width: 40px;
    height: 3.3em;
    width: 3.3em;
    display: block;
    background: #f0f0f0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk3MkQwOUVCMkZBOTExRTU4MjZEQzY4QzI4NjY2RTQxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk3MkQwOUVDMkZBOTExRTU4MjZEQzY4QzI4NjY2RTQxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTcyRDA5RTkyRkE5MTFFNTgyNkRDNjhDMjg2NjZFNDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTcyRDA5RUEyRkE5MTFFNTgyNkRDNjhDMjg2NjZFNDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6R/AQcAAABUElEQVR42mL8//8/AzJgYkADYIFi/WUZMAFGdC0AAcSI1wyg1lQGkAoQLtJbmgGiMbQABBCGAEFnIJmfgWECTLD3YtQMoq0ACCDi3IBXAdBeR7wqoIHwDxYgSAEDFsMQQGeje/Mf1JtM1PMFQAARNIFgMDBQCOCRDfMgMQBFPVrYZmALc3zyRCnEZzADLtuIcRHWLEL3WAAIoEGSDgZFSkwlVSOsJIC5YCa2sguPZlAyVkdJyqAEAys/CSQuFHV4JQlpxpqUcRmCS5wom/C5DGdKhAZUFhBPA9HI5T1GuUuKnwdfbhx4AwACjOIwGHAfjDqAUsACzXXiQOouEHPhzXUUAmiRCcrZ34BYGWjPS2zNvGlQLtUcgs9crLmAWg4hxhy82ZBch5Cij6hygFgDyXEwSQURLgsoiTKySkI0CxkoSSsUFcXYOkejdcGoA0gFAGb3TcELJXnyAAAAAElFTkSuQmCC) no-repeat center center;
    pointer-events: none; }
  /* line 330, ../scss/_forms.scss */
  .donate-tabs .select-wrap .form-select::-ms-expand {
    display: none;
    visibility: hidden; }
  /* line 336, ../scss/_forms.scss */
  .donate-tabs .select-wrap:-moz-any(select) {
    width: 110%; }
  /* line 340, ../scss/_forms.scss */
  .donate-tabs .select-wrap .form-select:focus {
    outline: 1px dotted #e2e2e2; }
  /* line 344, ../scss/_forms.scss */
  .donate-tabs input[type=checkbox]:not([id*="edit-submitted-amount"]):not([id*="edit-submitted-your-donation-amount"]) {
    opacity: 0;
    float: left; }
  /* line 349, ../scss/_forms.scss */
  .donate-tabs input[type=checkbox]:not([id*="edit-submitted-amount"]):not([id*="edit-submitted-your-donation-amount"]) + label {
    margin: 0 0 1em 36px;
    position: relative;
    cursor: pointer;
    float: left; }
  /* line 356, ../scss/_forms.scss */
  .donate-tabs input[type=checkbox]:not([id*="edit-submitted-amount"]):not([id*="edit-submitted-your-donation-amount"]) + label ~ label {
    margin: 0 0 0 40px; }
  /* line 360, ../scss/_forms.scss */
  .donate-tabs input[type=checkbox]:not([id*="edit-submitted-amount"]):not([id*="edit-submitted-your-donation-amount"]) + label::before {
    content: ' ';
    position: absolute;
    left: -35px;
    top: 5px;
    width: 25px;
    height: 25px;
    display: block;
    background: white;
    border: 1px solid #e2e2e2; }
  /* line 371, ../scss/_forms.scss */
  .donate-tabs input[type=checkbox]:not([id*="edit-submitted-amount"]):not([id*="edit-submitted-your-donation-amount"]) + label::after {
    content: ' ';
    position: absolute;
    left: -35px;
    top: 5px;
    width: 23px;
    height: 23px;
    display: block;
    z-index: 1;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZGMDkzQ0YyMkZBOTExRTU5N0UxRUI2RjI4QjI5MjQ1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZGMDkzQ0YzMkZBOTExRTU5N0UxRUI2RjI4QjI5MjQ1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkYwOTNDRjAyRkE5MTFFNTk3RTFFQjZGMjhCMjkyNDUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkYwOTNDRjEyRkE5MTFFNTk3RTFFQjZGMjhCMjkyNDUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4oAIYYAAABTElEQVR42mL8//8/AzJgYkADYIFi/WWMMAFGdC0AAcSI1wyg1lQGkAoQLtJbmgGiMbQABBCGAFZnYANA8zMwTIAJ9l6MmkG0FQABRL4b4AqA9uJXBAsIdAwMmH9g65EElqBLYoQc0Lp/UG8yUc8XAAFE0ASCwcBAISDLAFCcwwIEZzjjCPsM5CBGiQc0hWnICrFpxGsAMRqxRvSAxAJAAA3RdDA4DACmREdKkjIoGauTnJRhpQWsnCWYEglpxmoAUIEpECcRoxlfZkJRjEsz3rwADagsIJ4GopHLe6LKXUI2D57cOPAGAAQYxWEw4D4YdQClgIWelkFbcaCc/Q2IlYG5+yULnS1mQC9WWAbKYpIcADSIE0gpAA24Ti2LSQ0BIyBeAjRYFkjn4DKQFIvJKohwWUCOxRSVhGgWMpBjMVWKYmydo9G6YNQBpAIAmlwtO3aCzWkAAAAASUVORK5CYII=) no-repeat center center;
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .3s ease;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  /* line 390, ../scss/_forms.scss */
  .donate-tabs input[type=checkbox]:checked:not([id*="edit-submitted-amount"]):not([id*="edit-submitted-your-donation-amount"]) + label::after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  /* line 397, ../scss/_forms.scss */
  .donate-tabs .progress-bar {
    text-align: center;
    margin-bottom: 1em; }
    /* line 401, ../scss/_forms.scss */
    .donate-tabs .progress-bar .step {
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 6em; }
      /* line 406, ../scss/_forms.scss */
      .donate-tabs .progress-bar .step p {
        position: relative;
        z-index: 1;
        margin: 0;
        top: -50px; }
      /* line 412, ../scss/_forms.scss */
      .donate-tabs .progress-bar .step .text {
        font-size: 150%;
        color: #666;
        height: 50px; }
        /* line 416, ../scss/_forms.scss */
        .donate-tabs .progress-bar .step .text.checkmark {
          background: url("../img/tick-white.png") no-repeat center 11px; }
    /* line 425, ../scss/_forms.scss */
    .donate-tabs .progress-bar .stroke {
      vertical-align: top; }
      @media all and (max-width: 30.615em) {
        /* line 425, ../scss/_forms.scss */
        .donate-tabs .progress-bar .stroke {
          width: .5em;
          height: 50px;
          visibility: hidden; } }
  @media all and (min-width: 30.625em) {
    /* line 439, ../scss/_forms.scss */
    .donate-tabs #webform-component-amount #edit-submitted-amount label, .donate-tabs #webform-component-amount .form-radios label, .donate-tabs .webform-component--your-donation--amount #edit-submitted-amount label, .donate-tabs .webform-component--your-donation--amount .form-radios label {
      font-size: 1.6em; }
    /* line 444, ../scss/_forms.scss */
    .donate-tabs #webform-component-enter-amount, .donate-tabs .webform-component--your-donation--enter-amount {
      width: 30%;
      margin-left: 35%; }
    /* line 448, ../scss/_forms.scss */
    .donate-tabs .form-textarea {
      width: 100%;
      box-sizing: border-box;
      max-width: 100% !important; }
    /* line 454, ../scss/_forms.scss */
    .donate-tabs .webform-component:not(.webform-component-radios):not(.webform-component-checkboxes):not([id*="enter-amount"]):not(.webform-component--your-donation--enter-amount) label {
      clear: left;
      float: left;
      margin-top: 1em;
      width: 30%; }
    /* line 460, ../scss/_forms.scss */
    .donate-tabs .select-wrap {
      float: left;
      margin-left: 5%;
      width: auto;
      max-width: 65%; }
      /* line 465, ../scss/_forms.scss */
      .donate-tabs .select-wrap select {
        max-width: 100%; }
    /* line 469, ../scss/_forms.scss */
    .donate-tabs .form-textarea-wrapper,
    .donate-tabs .webform-component:not([id*="enter-amount"]):not(.webform-component--your-donation--enter-amount) .form-text {
      float: left;
      margin-left: 5%;
      width: 65%; }
    /* line 475, ../scss/_forms.scss */
    .donate-tabs .webform-component[id*="cardholder"] .form-text {
      width: 63.3%;
      margin-left: 4%; } }

/* line 483, ../scss/_forms.scss */
html.new .form-style-radio input[type="radio"] {
  position: absolute;
  left: -9999px; }
  /* line 487, ../scss/_forms.scss */
  html.new .form-style-radio input[type="radio"]:focus + label:after {
    outline: #82B2E8 auto 5px;
    outline: -webkit-focus-ring-color auto 5px; }
  /* line 492, ../scss/_forms.scss */
  html.new .form-style-radio input[type="radio"]:checked + label:after {
    background-color: white; }
  /* line 496, ../scss/_forms.scss */
  html.new .form-style-radio input[type="radio"] + label:after {
    content: "";
    height: 10px;
    width: 10px;
    border: 10px #ffa02f solid;
    display: inline-block;
    border-radius: 17px;
    background-color: #ffa02f;
    margin-top: -4px;
    float: right;
    margin-right: 8px; }

/* line 514, ../scss/_forms.scss */
.ie8 .framed input[type=radio] {
  float: left;
  clear: both; }

/* line 520, ../scss/_forms.scss */
.webform-component .description {
  font-size: 1em; }
/* line 523, ../scss/_forms.scss */
.webform-component .footnote {
  max-width: 90%;
  font-style: italic; }
/* line 528, ../scss/_forms.scss */
.webform-component.webform-component-checkboxes .footnote {
  position: relative;
  top: -30px;
  left: 35px; }

/* line 536, ../scss/_forms.scss */
.webform-component-fieldset.webform-component--about-you--cardholder-address {
  background-color: #fbfbfb;
  padding-bottom: 18px;
  margin-bottom: 18px; }
  /* line 540, ../scss/_forms.scss */
  .webform-component-fieldset.webform-component--about-you--cardholder-address .fieldset-legend {
    border: 0;
    margin: 12px 0 8px 14px;
    padding: 0;
    font-size: 100%;
    color: #666; }
  /* line 548, ../scss/_forms.scss */
  .webform-component-fieldset.webform-component--about-you--cardholder-address .fieldset-wrapper input {
    max-width: 90%;
    margin-left: 0 !important; }
  /* line 552, ../scss/_forms.scss */
  .webform-component-fieldset.webform-component--about-you--cardholder-address .fieldset-wrapper .webform-component-textfield {
    padding: 2px 1em; }
  /* line 557, ../scss/_forms.scss */
  .webform-component-fieldset.webform-component--about-you--cardholder-address .webform-component-textfield .messages.error.show {
    margin-left: 30%; }
    @media all and (max-width: 29.99em) {
      /* line 557, ../scss/_forms.scss */
      .webform-component-fieldset.webform-component--about-you--cardholder-address .webform-component-textfield .messages.error.show {
        width: 75%;
        margin-left: 0; } }

/* line 568, ../scss/_forms.scss */
.messages.error {
  display: none; }
  /* line 570, ../scss/_forms.scss */
  .messages.error.show {
    display: block; }

/* line 577, ../scss/_forms.scss */
.webform-component-textfield .messages.error.show, .webform-component-email .messages.error.show, .webform-component-textarea .messages.error.show {
  float: left;
  margin-left: 35%;
  width: 60%; }
  @media all and (max-width: 29.99em) {
    /* line 577, ../scss/_forms.scss */
    .webform-component-textfield .messages.error.show, .webform-component-email .messages.error.show, .webform-component-textarea .messages.error.show {
      width: 85%;
      margin-left: 0; } }

/* line 588, ../scss/_forms.scss */
.webform-thank-you {
  margin-top: 16px; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../scss/_jquery.bxslider.scss */
.bx-wrapper {
  position: relative;
  padding: 0;
  margin-bottom: 24px;
  *zoom: 1; }

@media all and (max-width: 30.615em) {
  /* line 24, ../scss/_jquery.bxslider.scss */
  .bx-wrapper {
    overflow: hidden; } }

/* line 29, ../scss/_jquery.bxslider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
/* line 37, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

/* line 47, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right; }

/* LOADER */
/* line 58, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
/* line 71, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  width: 300px; }

/* line 81, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

/* line 88, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: 1px solid #B2B2B2;
  text-indent: -9999px;
  text-align: left;
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 103, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffa02f;
  border: 1px solid #B2B2B2; }

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 111, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-prev {
  left: 0;
  background: url(../img/nav.png) no-repeat -56px center; }
  @media all and (max-width: 30.615em) {
    /* line 111, ../scss/_jquery.bxslider.scss */
    .bx-wrapper .bx-prev {
      display: none; } }

/* line 119, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-next {
  right: 0;
  background: url(../img/nav.png) no-repeat 38px center; }
  @media all and (max-width: 30.615em) {
    /* line 119, ../scss/_jquery.bxslider.scss */
    .bx-wrapper .bx-next {
      display: none; } }

/* line 127, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background: url(../img/nav-over.png) no-repeat -94px center; }

/* line 131, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-next:hover {
  background: url(../img/nav-over.png) no-repeat 0 center; }

/* line 135, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  margin-top: 55px;
  outline: 0;
  width: 82px;
  height: 290px;
  text-indent: -9999px;
  z-index: 9999; }

/* line 146, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
/* line 152, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

/* line 156, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  position: absolute;
  bottom: 24px;
  right: 23px;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  outline: 0;
  background: url(../img/play-pauses.png) 0 0;
  margin: 0 3px; }

/* line 168, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -20px 0; }

/* line 172, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  position: absolute;
  bottom: 24px;
  right: 23px;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  outline: 0;
  background: url(../img/play-pauses.png) 0 20px;
  margin: 0 3px;
  line-height: 20px; }

/* line 185, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -20px 20px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 192, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: right;
  width: 20%;
  margin: 0 50px 20px 0;
  line-height: 22px; }

/* line 199, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
/* line 206, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

/* line 215, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/***********************************************************************************************

	HEALTHY YOU PRF - HOMEPAGE, LISTING PAGE AND CONTENT PAGE

/***********************************************************************************************/
@media all and (min-width: 30.625em) {
  /* line 41, ../scss/_healthy_you.scss */
  .h-y-mainlogo, .blog-mainlogo {
    min-height: 78px;
    padding: 25px 0 0;
    width: 304px;
    float: right; }

  /* line 47, ../scss/_healthy_you.scss */
  .h-y-left-h-s {
    width: 656px;
    float: left;
    background: #fff; }
    /* line 51, ../scss/_healthy_you.scss */
    .h-y-left-h-s header {
      padding: 12px 22px; }
    /* line 54, ../scss/_healthy_you.scss */
    .h-y-left-h-s .h-y-issue {
      padding: 22px; }

  /* line 58, ../scss/_healthy_you.scss */
  .h-y-right-h-s, .blog-right-h-s {
    width: 304px;
    float: right; }
    /* line 61, ../scss/_healthy_you.scss */
    .h-y-right-h-s .panel, .blog-right-h-s .panel {
      margin-top: 25px; }

  /* line 65, ../scss/_healthy_you.scss */
  .h-y-header-colour-block {
    min-height: 410px;
    width: 100%;
    position: absolute;
    min-width: 1024px; }
    /* line 70, ../scss/_healthy_you.scss */
    .colour-scheme-green > .h-y-header-colour-block {
      background-color: #aecb46; }

  /* line 74, ../scss/_healthy_you.scss */
  .site-body > .wrap {
    position: relative; }

  /* line 77, ../scss/_healthy_you.scss */
  .site-body > .wrap, .site-header > header > .wrap, .site-footer > footer > .wrap {
    padding: 0; }

  /* line 80, ../scss/_healthy_you.scss */
  .panel-title-small {
    font-size: 1.125em;
    margin-bottom: 16px; }

  /* line 84, ../scss/_healthy_you.scss */
  .panel-title-large {
    font-size: 1.5em; }

  /* line 87, ../scss/_healthy_you.scss */
  .h-y-spotlight-half, .blog-spotlight-half {
    width: 48%;
    float: left;
    clear: both; }
    /* line 91, ../scss/_healthy_you.scss */
    .h-y-spotlight-half.h-y-spotlight-half-odd, .h-y-spotlight-half-odd.blog-spotlight-half {
      float: right;
      clear: none; } }
/* line 99, ../scss/_healthy_you.scss */
.h-y-right-h-s .panel.panel-plain, .blog-right-h-s .panel.panel-plain {
  padding-bottom: 0; }
  /* line 103, ../scss/_healthy_you.scss */
  .h-y-right-h-s .panel.panel-plain input[type="text"], .blog-right-h-s .panel.panel-plain input[type="text"], .h-y-right-h-s .panel.panel-plain input[type="email"], .blog-right-h-s .panel.panel-plain input[type="email"] {
    padding: 8px !important; }
@media all and (min-width: 30.625em) {
  /* line 109, ../scss/_healthy_you.scss */
  .h-y-right-h-s .spotlights-above-listing, .blog-right-h-s .spotlights-above-listing {
    margin-top: 332px; } }
/* line 114, ../scss/_healthy_you.scss */
.h-y-right-h-s .spotlights-above-listing .panel:first-child, .blog-right-h-s .spotlights-above-listing .panel:first-child {
  margin-top: 8px; }
/* line 119, ../scss/_healthy_you.scss */
.h-y-right-h-s .spotlights-below-listing, .blog-right-h-s .spotlights-below-listing {
  margin-top: 21px; }
@media all and (min-width: 30.625em) {
  /* line 122, ../scss/_healthy_you.scss */
  .h-y-right-h-s .top-spotlight, .blog-right-h-s .top-spotlight {
    width: 304px;
    position: absolute; } }

/* line 129, ../scss/_healthy_you.scss */
.h-y-cat {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
  margin: 15px 0 10px;
  color: #328954; }
  /* line 135, ../scss/_healthy_you.scss */
  .h-y-cat.h-y-cat-teal, .h-y-spotlight-teal .h-y-cat {
    color: #147193; }
  /* line 138, ../scss/_healthy_you.scss */
  .h-y-cat.h-y-cat-beige, .h-y-spotlight-beige .h-y-cat {
    color: #7d6534; }
  /* line 141, ../scss/_healthy_you.scss */
  .h-y-cat.h-y-cat-salmon, .h-y-spotlight-salmon .h-y-cat {
    color: #c4262e; }

/* line 147, ../scss/_healthy_you.scss */
.h-y-left-h-s {
  margin-top: -2px;
  padding-top: 2px; }
  /* line 151, ../scss/_healthy_you.scss */
  .h-y-left-h-s header h1 {
    margin-top: 20px; }
  /* line 154, ../scss/_healthy_you.scss */
  .h-y-left-h-s header .author {
    font-weight: bold; }
  /* line 159, ../scss/_healthy_you.scss */
  .h-y-left-h-s .article-body h3 {
    font-size: 1.125em; }
  /* line 162, ../scss/_healthy_you.scss */
  .h-y-left-h-s .article-body h4 {
    font-weight: bold; }
  /* line 166, ../scss/_healthy_you.scss */
  .h-y-left-h-s .article-body p a {
    font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif; }
    /* line 168, ../scss/_healthy_you.scss */
    .h-y-left-h-s .article-body p a:hover, .h-y-left-h-s .article-body p a:focus {
      text-decoration: underline;
      color: #56237d; }

/* line 177, ../scss/_healthy_you.scss */
.article-teal h2, .article-beige h2, .article-salmon h2 {
  font-size: 1.5em;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }

/* line 183, ../scss/_healthy_you.scss */
.article-teal h1, .article-teal h2, .article-teal h3, .article-teal h4, .article-teal .share-buttons-h-y p {
  color: #147193; }

/* line 188, ../scss/_healthy_you.scss */
.article-beige h1, .article-beige h2, .article-beige h3, .article-beige h4, .article-beige .share-buttons-h-y p {
  color: #7d6534; }

/* line 193, ../scss/_healthy_you.scss */
.article-salmon h1, .article-salmon h2, .article-salmon h3, .article-salmon h4, .article-salmon .share-buttons-h-y p {
  color: #c4262e; }

/* line 197, ../scss/_healthy_you.scss */
.share-buttons-h-y {
  padding: 14px 0 30px;
  text-align: right; }
  @media all and (max-width: 30.615em) {
    /* line 197, ../scss/_healthy_you.scss */
    .share-buttons-h-y {
      padding: 15px 0 10px; } }
  /* line 204, ../scss/_healthy_you.scss */
  .share-buttons-h-y .addthis_toolbox {
    display: inline-block;
    margin-right: -7px; }
  /* line 208, ../scss/_healthy_you.scss */
  .share-buttons-h-y p {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125em;
    font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif; }
    @media all and (max-width: 30.615em) {
      /* line 208, ../scss/_healthy_you.scss */
      .share-buttons-h-y p {
        font-size: 1em;
        font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; } }
  /* line 218, ../scss/_healthy_you.scss */
  .share-buttons-h-y.share-buttons-h-y-bottom {
    border-top: 1px solid #ccc; }
  /* line 221, ../scss/_healthy_you.scss */
  .share-buttons-h-y a {
    margin-left: 19px; }
    /* line 223, ../scss/_healthy_you.scss */
    .share-buttons-h-y a:first-child {
      margin-left: 15px; }

@media all and (max-width: 30.615em) {
  /* line 229, ../scss/_healthy_you.scss */
  .h-y-mainlogo, .blog-mainlogo {
    padding: 15px;
    margin-bottom: 10px;
    background: #aecb46; } }
/* line 242, ../scss/_healthy_you.scss */
.h-y-mainlogo .top-banner-text, .blog-mainlogo .top-banner-text {
  font-size: 1.5em;
  padding-top: 20px; }
  /* line 245, ../scss/_healthy_you.scss */
  .h-y-mainlogo .top-banner-text p, .blog-mainlogo .top-banner-text p {
    color: #4D4D4D; }
  @media all and (min-width: 30.625em) {
    /* line 242, ../scss/_healthy_you.scss */
    .h-y-mainlogo .top-banner-text, .blog-mainlogo .top-banner-text {
      position: absolute; } }

/* line 253, ../scss/_healthy_you.scss */
.h-y-spotlight {
  padding-bottom: 18px; }
  /* line 255, ../scss/_healthy_you.scss */
  .h-y-spotlight img {
    border-bottom: 5px solid #6bbda5; }
  /* line 258, ../scss/_healthy_you.scss */
  .h-y-spotlight h2 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }

/* line 265, ../scss/_healthy_you.scss */
.h-y-spotlight-salmon img {
  border-color: #e5a291; }

/* line 268, ../scss/_healthy_you.scss */
.h-y-spotlight-beige img {
  border-color: #d3bf96; }

/* line 272, ../scss/_healthy_you.scss */
.h-y-issue {
  padding: 10px 0;
  border-bottom: 1px solid #ccc; }
  /* line 275, ../scss/_healthy_you.scss */
  .h-y-issue .date {
    font-size: 0.875em;
    color: #da6a28;
    text-transform: uppercase;
    font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
    margin-bottom: 5px; }
  /* line 282, ../scss/_healthy_you.scss */
  .h-y-issue h2 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
  /* line 288, ../scss/_healthy_you.scss */
  .h-y-issue h3 {
    font-size: 1.125em;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
    color: #328954; }
  /* line 295, ../scss/_healthy_you.scss */
  .h-y-issue ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 299, ../scss/_healthy_you.scss */
    .h-y-issue ul li {
      font-size: 1.125em;
      font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
      margin-bottom: 5px; }

/******************************************************

	Sidebar panel

******************************************************/
/* line 313, ../scss/_healthy_you.scss */
.h-y-right-h-s .panel-tag, .blog-right-h-s .panel-tag {
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
  font-weight: bold;
  font-size: 0.875em; }

/* line 320, ../scss/_healthy_you.scss */
.panel-grey .panel-tag, .panel-bare .panel-tag {
  color: #328954; }

/* line 325, ../scss/_healthy_you.scss */
.panel-bare .panel-tag {
  border-bottom: 5px solid #aecb46;
  padding-bottom: 8px; }

/* line 330, ../scss/_healthy_you.scss */
.panel-image-bg {
  background-repeat: no-repeat;
  background-size: cover; }
  /* line 333, ../scss/_healthy_you.scss */
  .panel-image-bg .panel-tag, .panel-image-bg h2 a {
    color: white; }
  /* line 336, ../scss/_healthy_you.scss */
  .panel-image-bg a:hover, .panel-image-bg a:focus {
    color: #D4D4D4;
    text-decoration: none; }

/* line 345, ../scss/_healthy_you.scss */
.hy-banner-panel-wrapper .panel {
  margin-top: 0; }

/* line 349, ../scss/_healthy_you.scss */
.panel-plain {
  background: #fff;
  border: 1px solid #328954;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px; }
  /* line 355, ../scss/_healthy_you.scss */
  .panel-plain h2 {
    font-weight: normal !important;
    color: #328954;
    margin-top: 0 !important;
    margin-bottom: 10px; }
  /* line 361, ../scss/_healthy_you.scss */
  .panel-plain label {
    font-weight: normal; }
  /* line 364, ../scss/_healthy_you.scss */
  .panel-plain .panel-tag {
    font-size: 1.125em; }

/* line 368, ../scss/_healthy_you.scss */
.follow-links {
  list-style: none;
  padding: 0; }
  /* line 371, ../scss/_healthy_you.scss */
  .follow-links li {
    display: inline-block;
    margin-right: 20px; }
  /* line 375, ../scss/_healthy_you.scss */
  .follow-links a {
    display: inline-block;
    height: 25px;
    overflow: hidden;
    text-indent: -99em;
    background: url("../img/sprite.png") no-repeat; }
  /* line 383, ../scss/_healthy_you.scss */
  .follow-links .follow-fb a {
    background-position: -68px -96px;
    width: 26px; }
  /* line 389, ../scss/_healthy_you.scss */
  .follow-links .follow-t a {
    background-position: -113px -96px;
    width: 32px; }
  /* line 395, ../scss/_healthy_you.scss */
  .follow-links .follow-yt a {
    background-position: -164px -96px;
    width: 36px; }

/* line 401, ../scss/_healthy_you.scss */
.h-y-spotlight-heading {
  text-transform: uppercase;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  margin: 20px 0 14px;
  padding: 0 0 8px;
  color: #328954;
  border-bottom: 5px solid #aecb46; }
  @media all and (min-width: 30.625em) {
    /* line 401, ../scss/_healthy_you.scss */
    .h-y-spotlight-heading {
      margin-top: 40px; } }

/* line 415, ../scss/_healthy_you.scss */
.h-y-accordion h3 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 0 -1px;
  font-size: 1.5em;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
  /* line 421, ../scss/_healthy_you.scss */
  .h-y-accordion h3 a {
    display: block;
    padding: 10px 0;
    position: relative; }
    /* line 425, ../scss/_healthy_you.scss */
    .h-y-accordion h3 a:focus {
      outline: none; }
    /* line 428, ../scss/_healthy_you.scss */
    .h-y-accordion h3 a:after {
      content: "";
      display: block;
      position: absolute;
      width: 25px;
      height: 14px;
      right: 15px;
      top: 20px;
      background: url(../img/h-y-arrows.png) no-repeat 0 -101px; }
    /* line 438, ../scss/_healthy_you.scss */
    .h-y-accordion h3 a.open:after {
      background-position: 0 -85px; }
/* line 443, ../scss/_healthy_you.scss */
.h-y-accordion .beige {
  /*        h3{
              a{
                  &:after{
                      background-position: 0 -42px;
                  }
                  &.open:after{
                      background-position: 0 -28px;
                  }
              }
          }*/ }
  /* line 454, ../scss/_healthy_you.scss */
  .h-y-accordion .beige .author {
    color: #7d6534; }
  /* line 459, ../scss/_healthy_you.scss */
  .h-y-accordion .beige .view-more .view-more-btn:before {
    border-color: #7d6534 transparent transparent transparent; }
  /* line 462, ../scss/_healthy_you.scss */
  .h-y-accordion .beige .view-more .view-more-btn.open:before {
    border-color: transparent transparent #7d6534 transparent; }
/* line 468, ../scss/_healthy_you.scss */
.h-y-accordion .salmon {
  /*        h3{
              a{
                  &:after{
                      background-position: 0 -70px;
                  }
                  &.open:after{
                      background-position: 0 -56px;
                  }
              }
          }*/ }
  /* line 479, ../scss/_healthy_you.scss */
  .h-y-accordion .salmon .author {
    color: #c4262e; }
  /* line 484, ../scss/_healthy_you.scss */
  .h-y-accordion .salmon .view-more .view-more-btn:before {
    border-color: #c4262e transparent transparent transparent; }
  /* line 487, ../scss/_healthy_you.scss */
  .h-y-accordion .salmon .view-more .view-more-btn.open:before {
    border-color: transparent transparent #c4262e transparent; }
/* line 493, ../scss/_healthy_you.scss */
.h-y-accordion h4 {
  font-size: 1.125em;
  font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
  margin: 14px 0 5px; }
/* line 498, ../scss/_healthy_you.scss */
.h-y-accordion p {
  margin: 0; }
  /* line 500, ../scss/_healthy_you.scss */
  .h-y-accordion p.author {
    color: #147193;
    font-weight: bold; }
/* line 505, ../scss/_healthy_you.scss */
.h-y-accordion .toggle-view-inner {
  padding-top: 5px; }
/* line 508, ../scss/_healthy_you.scss */
.h-y-accordion .view-more {
  padding: 20px 0; }
  /* line 510, ../scss/_healthy_you.scss */
  .h-y-accordion .view-more .view-more-btn {
    display: block;
    padding-left: 15px;
    position: relative;
    font-size: 1.125em; }
    /* line 515, ../scss/_healthy_you.scss */
    .h-y-accordion .view-more .view-more-btn:before {
      content: "";
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      left: 0;
      top: 10px;
      border: 5px solid #147193;
      border-color: #147193 transparent transparent transparent; }
    /* line 526, ../scss/_healthy_you.scss */
    .h-y-accordion .view-more .view-more-btn.open:before {
      border-color: transparent transparent #147193 transparent;
      top: 5px; }

/* line 535, ../scss/_healthy_you.scss */
.h-y-archive-link {
  position: relative;
  display: block;
  padding-left: 15px; }
  /* line 539, ../scss/_healthy_you.scss */
  .h-y-archive-link:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    top: 5px;
    border: 5px solid #147193;
    border-color: transparent transparent transparent #aecb46; }

/* line 552, ../scss/_healthy_you.scss */
.load-more {
  text-align: center; }
  /* line 554, ../scss/_healthy_you.scss */
  .load-more a {
    display: inline-block;
    margin: 40px auto;
    padding: 10px 40px;
    font-size: 1.5em;
    border: 1px solid #722ea5;
    border-radius: 10px;
    transition: all .2s;
    background: #fff; }
    /* line 563, ../scss/_healthy_you.scss */
    .load-more a:hover, .load-more a:focus {
      background: #722ea5;
      color: #fff; }
    /* line 567, ../scss/_healthy_you.scss */
    .load-more a.no-hover {
      color: #722ea5;
      background: 0; }
      /* line 570, ../scss/_healthy_you.scss */
      .load-more a.no-hover:hover, .load-more a.no-hover:focus {
        color: #722ea5;
        background: 0; }

/* line 582, ../scss/_healthy_you.scss */
.hy-banner-panel-wrapper #mc_embed_signup .mc-field-group input {
  border: solid 1px #328954;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 9px; }
/* line 589, ../scss/_healthy_you.scss */
.hy-banner-panel-wrapper #mc_embed_signup .clear {
  text-align: right; }
/* line 593, ../scss/_healthy_you.scss */
.hy-banner-panel-wrapper #mc-embedded-subscribe {
  background: 0;
  border: 0;
  color: #722ea5;
  font-weight: 700;
  padding-right: 30px;
  font-size: 18px;
  background: url("../img/button-icons.png") no-repeat right 1px;
  margin-top: 8px; }

/* line 2, ../scss/_blog.scss */
.blog a:focus, .blog a:hover {
  color: #292929; }
/* line 6, ../scss/_blog.scss */
.blog .panel-variant-4 a:focus, .blog .panel-variant-4 a:hover {
  color: #ffa02f; }
/* line 11, ../scss/_blog.scss */
.blog .panel-image-bg a:focus, .blog .panel-image-bg a:hover {
  color: #D4D4D4; }

/* line 18, ../scss/_blog.scss */
.load-more a:hover, .load-more a:focus {
  color: #fff; }

/* line 25, ../scss/_blog.scss */
.pager-load-more .pager-next:before {
  display: none; }
/* line 28, ../scss/_blog.scss */
.pager-load-more .pager-next a {
  display: inline-block;
  margin: 40px auto;
  padding: 10px 40px;
  font-size: 1.5em;
  border: 1px solid #722ea5;
  border-radius: 10px;
  transition: all .2s;
  background: #fff;
  font-family: FranklinGothicURW-Boo, 'Franklin Gothic Book', 'Franklin Gothic', 'Arial Narrow', sans-serif; }
  /* line 38, ../scss/_blog.scss */
  .pager-load-more .pager-next a:hover, .pager-load-more .pager-next a:focus {
    background: #722ea5;
    color: #fff; }
  /* line 42, ../scss/_blog.scss */
  .pager-load-more .pager-next a.no-hover {
    color: #722ea5;
    background: 0; }
    /* line 45, ../scss/_blog.scss */
    .pager-load-more .pager-next a.no-hover:hover, .pager-load-more .pager-next a.no-hover:focus {
      color: #722ea5;
      background: 0; }

/* line 54, ../scss/_blog.scss */
.blog-header-colour-block {
  background: #FCDB67; }
  @media all and (min-width: 30.625em) {
    /* line 54, ../scss/_blog.scss */
    .blog-header-colour-block {
      min-height: 410px;
      width: 100%;
      position: absolute; } }

@media all and (min-width: 30.625em) {
  /* line 63, ../scss/_blog.scss */
  .blog-mainlogo {
    height: 410px;
    overflow: hidden;
    box-sizing: border-box; }
    /* line 69, ../scss/_blog.scss */
    .blog-mainlogo img {
      max-width: 264px; } }
@media all and (max-width: 30.615em) {
  /* line 63, ../scss/_blog.scss */
  .blog-mainlogo {
    background-color: #FCDB67; } }

/* line 79, ../scss/_blog.scss */
.blog-right-h-s .panel-title {
  font-weight: bold; }
  /* line 81, ../scss/_blog.scss */
  .blog-right-h-s .panel-title.panel-title-large {
    font-weight: normal; }
/* line 85, ../scss/_blog.scss */
.blog-right-h-s .panel-grey .panel-tag {
  color: #B51328; }
/* line 88, ../scss/_blog.scss */
.blog-right-h-s .panel-variant-4 .panel-tag {
  color: #fff; }
/* line 91, ../scss/_blog.scss */
.blog-right-h-s .panel-bare {
  margin-top: 25px; }
  /* line 93, ../scss/_blog.scss */
  .blog-right-h-s .panel-bare .panel-tag {
    color: #00AD83;
    border-bottom: 5px solid #FCDB67; }
/* line 98, ../scss/_blog.scss */
.blog-right-h-s .panel-plain {
  margin-top: 25px;
  border-color: #722ea5; }
  /* line 101, ../scss/_blog.scss */
  .blog-right-h-s .panel-plain h2 {
    color: #00AD83; }
  /* line 105, ../scss/_blog.scss */
  .blog-right-h-s .panel-plain #mc_embed_signup .mc-field-group input {
    border-color: #722ea5; }

/* line 111, ../scss/_blog.scss */
.blog-caption {
  font-size: 1.5em;
  padding-top: 20px; }
  /* line 114, ../scss/_blog.scss */
  .blog-caption p {
    color: #4D4D4D; }

@media all and (min-width: 30.625em) {
  /* line 118, ../scss/_blog.scss */
  .blog-left-h-s {
    float: left;
    background: #fff;
    width: 656px; } }
/* line 125, ../scss/_blog.scss */
.blog-left-h-s .form-submit:hover, .blog-left-h-s .form-submit:focus {
  background: transparent;
  text-decoration: underline; }

@media all and (max-width: 30.615em) {
  /* line 131, ../scss/_blog.scss */
  .featured-blog-article {
    padding-bottom: 18px; } }
/* line 135, ../scss/_blog.scss */
.featured-blog-article img {
  width: 100%; }

@media all and (max-width: 30.615em) {
  /* line 139, ../scss/_blog.scss */
  .featured-blog-article-content {
    padding-top: 22px; } }
@media all and (min-width: 30.625em) {
  /* line 139, ../scss/_blog.scss */
  .featured-blog-article-content {
    padding: 22px; } }

/* line 147, ../scss/_blog.scss */
.blog-tag {
  text-transform: uppercase;
  font-size: 0.9375em; }

/* line 151, ../scss/_blog.scss */
.blog-title {
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
  color: #722ea5; }

/* line 155, ../scss/_blog.scss */
.blog-author {
  color: #722ea5; }

/* line 158, ../scss/_blog.scss */
.blog-meta {
  color: #009068;
  margin-bottom: 16px;
  padding-bottom: 1px; }
  /* line 162, ../scss/_blog.scss */
  .blog-meta .blog-category-link {
    display: inline;
    color: #00AD83; }
    /* line 165, ../scss/_blog.scss */
    .blog-meta .blog-category-link:after {
      display: none; }
    /* line 168, ../scss/_blog.scss */
    .blog-meta .blog-category-link:before {
      display: none; }

/* line 173, ../scss/_blog.scss */
.blog-category {
  text-transform: uppercase;
  font-size: 0.875em;
  margin: 15px 0 10px;
  color: #328954;
  font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif; }
  /* line 180, ../scss/_blog.scss */
  .blog-category .blog-category-link {
    display: inline;
    color: #00AD83; }
    /* line 183, ../scss/_blog.scss */
    .blog-category .blog-category-link:after {
      display: none; }
    /* line 186, ../scss/_blog.scss */
    .blog-category .blog-category-link:before {
      display: none; }

/* line 192, ../scss/_blog.scss */
.blog-spotlight {
  padding-bottom: 18px; }
  /* line 194, ../scss/_blog.scss */
  .blog-spotlight img {
    border-bottom: 5px solid #FCDB67; }
    @media all and (max-width: 30.615em) {
      /* line 194, ../scss/_blog.scss */
      .blog-spotlight img {
        width: 100%; } }
  /* line 200, ../scss/_blog.scss */
  .blog-spotlight h2 {
    font-size: 24px;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
    line-height: 1.2;
    margin-bottom: 8px; }

/* line 210, ../scss/_blog.scss */
.blog-spotlight-half.blog-spotlight-right {
  float: right;
  clear: none; }

/* line 217, ../scss/_blog.scss */
.blog-side-heading {
  text-transform: uppercase;
  color: #328954;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
  padding: 0 0 8px;
  font-size: 0.875em;
  font-weight: 700;
  border-bottom: 5px solid #FCDB67;
  margin: 40px 0 16px; }

/* line 228, ../scss/_blog.scss */
.blog-article-list {
  padding: 0; }
  /* line 230, ../scss/_blog.scss */
  .blog-article-list li {
    list-style: none;
    display: block;
    margin-bottom: 20px; }
    /* line 236, ../scss/_blog.scss */
    .blog-article-list li a.active:link, .blog-article-list li a.active:visited {
      color: #722ea5; }
    /* line 239, ../scss/_blog.scss */
    .blog-article-list li a.active:hover, .blog-article-list li a.active:focus {
      color: #56237d; }
  /* line 245, ../scss/_blog.scss */
  .blog-article-list h3 {
    margin-bottom: 0; }

/* line 249, ../scss/_blog.scss */
.blog-listing {
  padding: 10px 0 0; }

/* line 252, ../scss/_blog.scss */
.blog-author-list, .blog-listing {
  padding-left: 0; }
  /* line 254, ../scss/_blog.scss */
  .blog-author-list li, .blog-listing li {
    list-style: none;
    clear: both; }
  /* line 258, ../scss/_blog.scss */
  .blog-author-list a, .blog-listing a {
    display: block;
    *zoom: 1; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .blog-author-list a:before, .blog-author-list a:after, .blog-listing a:before, .blog-listing a:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .blog-author-list a:after, .blog-listing a:after {
      clear: both; }
  /* line 262, ../scss/_blog.scss */
  .blog-author-list .blog-author-image, .blog-listing .blog-author-image {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 18px;
    padding-top: 5px; }
  /* line 269, ../scss/_blog.scss */
  .blog-author-list .blog-author-name, .blog-listing .blog-author-name {
    overflow: hidden;
    line-height: 46px; }
    /* line 272, ../scss/_blog.scss */
    .blog-author-list .blog-author-name span, .blog-listing .blog-author-name span {
      display: inline-block;
      vertical-align: middle;
      line-height: 22px;
      margin-top: -3px; }

/* line 280, ../scss/_blog.scss */
.blog-article-content .blog-listing {
  margin: 0;
  padding: 0;
  list-style: none; }
  /* line 284, ../scss/_blog.scss */
  .blog-article-content .blog-listing li {
    margin: 0;
    padding: 20px 0 0;
    border-bottom: 2px solid #eae0f1; }
    @media all and (min-width: 30.625em) {
      /* line 284, ../scss/_blog.scss */
      .blog-article-content .blog-listing li {
        padding: 10px 0 0; } }
    /* line 291, ../scss/_blog.scss */
    .blog-article-content .blog-listing li:before {
      display: none; }
  /* line 295, ../scss/_blog.scss */
  .blog-article-content .blog-listing .listing-header {
    position: relative;
    min-height: 120px; }
    @media all and (min-width: 30.625em) {
      /* line 295, ../scss/_blog.scss */
      .blog-article-content .blog-listing .listing-header {
        padding: 0 0 0 24%; } }
    /* line 301, ../scss/_blog.scss */
    .blog-article-content .blog-listing .listing-header img {
      display: block; }
      @media all and (min-width: 30.625em) {
        /* line 301, ../scss/_blog.scss */
        .blog-article-content .blog-listing .listing-header img {
          position: absolute;
          top: 0;
          left: 0;
          max-width: 21%; } }
  /* line 311, ../scss/_blog.scss */
  .blog-article-content .blog-listing h2 {
    font-size: 1.5em;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
    margin-bottom: 10px;
    line-height: 1.2; }
  /* line 318, ../scss/_blog.scss */
  .blog-article-content .blog-listing .blog-meta a {
    display: inline; }
    /* line 320, ../scss/_blog.scss */
    .blog-article-content .blog-listing .blog-meta a:before, .blog-article-content .blog-listing .blog-meta a:after {
      display: none; }

/* line 327, ../scss/_blog.scss */
.blog-category-list, .blog-archive-list {
  padding-left: 0;
  margin: 0; }
  /* line 330, ../scss/_blog.scss */
  .blog-category-list li, .blog-archive-list li {
    list-style: none;
    display: block;
    border-bottom: solid 2px #dbd4e4;
    font-size: 18px;
    font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
    position: relative; }
  /* line 338, ../scss/_blog.scss */
  .blog-category-list a, .blog-archive-list a {
    display: inline-block;
    padding: 8px 0;
    box-sizing: border-box;
    margin-right: 50px;
    position: relative; }
  /* line 345, ../scss/_blog.scss */
  .blog-category-list ul, .blog-archive-list ul {
    padding-left: 0;
    margin: 0; }
    /* line 346, ../scss/_blog.scss */
    .js .blog-category-list ul, .js .blog-archive-list ul {
      display: none; }
    /* line 351, ../scss/_blog.scss */
    .blog-category-list ul li, .blog-archive-list ul li {
      padding-left: 20px;
      border-bottom: 0;
      border-top: solid 2px #dbd4e4; }
  /* line 357, ../scss/_blog.scss */
  .js .blog-category-list .blog-category-hidden, .js .blog-archive-list .blog-category-hidden {
    display: none; }
    /* line 359, ../scss/_blog.scss */
    .js .blog-category-list .blog-category-hidden ~ li, .js .blog-archive-list .blog-category-hidden ~ li {
      display: none; }

/* line 364, ../scss/_blog.scss */
.blog-archive-list {
  margin-bottom: 12px; }

/* line 367, ../scss/_blog.scss */
.blog-blogger-profile {
  margin-top: 2px;
  margin-bottom: 6px;
  padding-bottom: 12px;
  border-bottom: 2px solid #eae0f1;
  *zoom: 1; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .blog-blogger-profile:before, .blog-blogger-profile:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .blog-blogger-profile:after {
    clear: both; }

/* line 374, ../scss/_blog.scss */
.blogger-profile-name {
  position: relative;
  top: 9px;
  left: 20px;
  margin-bottom: 0; }
  @media all and (max-width: 22.49em) {
    /* line 374, ../scss/_blog.scss */
    .blogger-profile-name {
      max-width: 140px;
      display: inline-block;
      line-height: 1.2; } }

/* line 386, ../scss/_blog.scss */
.blogger-profile-details-wrapper {
  position: relative;
  top: 18px;
  padding-bottom: 16px; }
  /* line 391, ../scss/_blog.scss */
  .blogger-profile-details-wrapper .blogger-profile-details {
    margin-bottom: 4px; }
    /* line 394, ../scss/_blog.scss */
    .blogger-profile-details-wrapper .blogger-profile-details.blogger-profile-posts-count {
      color: #00AD83;
      text-transform: uppercase;
      font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
      font-size: 14px; }
  @media all and (max-width: 22.49em) {
    /* line 386, ../scss/_blog.scss */
    .blogger-profile-details-wrapper {
      top: 6px; } }

/* line 406, ../scss/_blog.scss */
.blogger-profile-picture {
  width: 60px;
  padding: 10px;
  float: left;
  margin-right: 8px; }

/* line 413, ../scss/_blog.scss */
.comments-recent-toggle.open .comments-recent:after {
  background-position: -127px -209px; }
/* line 416, ../scss/_blog.scss */
.comments-recent-toggle .comments-recent {
  position: relative; }
  /* line 418, ../scss/_blog.scss */
  .comments-recent-toggle .comments-recent:after {
    content: "";
    position: absolute;
    border: 0;
    background: 0;
    overflow: hidden;
    text-indent: -99em;
    right: 10px;
    top: 23px;
    width: 25px;
    height: 16px;
    background: url("../img/sprite.png") no-repeat -127px -191px; }
    /* line 431, ../scss/_blog.scss */
    .comments-recent-toggle .comments-recent:after:hover {
      outline: 0; }

/* line 437, ../scss/_blog.scss */
.blog-subcategory-toggle {
  position: absolute;
  border: 0;
  background: 0;
  overflow: hidden;
  text-indent: -99em;
  right: 0;
  top: 14px;
  width: 25px;
  height: 16px;
  background: url("../img/h-y-arrows.png") no-repeat 0 -100px; }
  /* line 449, ../scss/_blog.scss */
  .blog-subcategory-toggle.open {
    background-position: 0 -84px; }
  /* line 452, ../scss/_blog.scss */
  .blog-subcategory-toggle:hover {
    outline: 0; }

/* line 457, ../scss/_blog.scss */
.blog-category-toggle {
  margin-top: 20px;
  border: 0;
  background: 0;
  color: #722ea5;
  padding-left: 20px;
  position: relative; }
  /* line 464, ../scss/_blog.scss */
  .blog-category-toggle:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: solid 5px #147193;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent; }
  /* line 475, ../scss/_blog.scss */
  .no-js .blog-category-toggle {
    display: none; }
  /* line 479, ../scss/_blog.scss */
  .blog-category-toggle.toggled .blog-category-toggle-view {
    display: none; }
  /* line 482, ../scss/_blog.scss */
  .blog-category-toggle.toggled .blog-category-toggle-hide {
    display: inline; }
  /* line 485, ../scss/_blog.scss */
  .blog-category-toggle.toggled:before {
    border-top: 0;
    border-bottom: solid 5px #147193; }

/* line 491, ../scss/_blog.scss */
.blog-category-toggle-hide {
  display: none; }

/* line 495, ../scss/_blog.scss */
.blog-category-list-extra {
  display: none; }

/* line 500, ../scss/_blog.scss */
.blog-header-image-wrapper {
  height: 330px;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 30.615em) {
    /* line 500, ../scss/_blog.scss */
    .blog-header-image-wrapper {
      height: auto; } }
  /* line 509, ../scss/_blog.scss */
  .blog-header-image-wrapper .blog-header-image {
    width: 100%;
    position: absolute;
    top: 0; }
    @media all and (max-width: 30.615em) {
      /* line 509, ../scss/_blog.scss */
      .blog-header-image-wrapper .blog-header-image {
        position: relative; } }

/* line 520, ../scss/_blog.scss */
.blog-article-content {
  padding-top: 22px; }
  /* line 523, ../scss/_blog.scss */
  .blog-article-content header .blog-author {
    font-size: 19px; }
  @media all and (min-width: 30.625em) {
    /* line 520, ../scss/_blog.scss */
    .blog-article-content {
      min-height: 400px;
      padding: 22px; } }
  /* line 531, ../scss/_blog.scss */
  .blog-article-content ul {
    padding-left: 0; }
    /* line 533, ../scss/_blog.scss */
    .blog-article-content ul li {
      list-style: none;
      position: relative;
      padding-left: 20px;
      margin-bottom: 4px; }
      /* line 538, ../scss/_blog.scss */
      .blog-article-content ul li:before {
        content: '';
        position: absolute;
        background-color: #FCDB67;
        width: 6px;
        height: 6px;
        left: 3px;
        top: 7px; }
  /* line 549, ../scss/_blog.scss */
  .blog-article-content blockquote {
    text-align: center;
    color: #009068;
    font-size: 28px;
    font-style: italic; }
    @media all and (min-width: 30.625em) {
      /* line 549, ../scss/_blog.scss */
      .blog-article-content blockquote {
        margin-left: 40px;
        margin-right: 40px; } }
  /* line 559, ../scss/_blog.scss */
  .blog-article-content h3 {
    margin-bottom: 2px; }
  @media all and (min-width: 30.625em) {
    /* line 563, ../scss/_blog.scss */
    .blog-article-content .position-left {
      float: left;
      margin-right: 22px;
      margin-bottom: 10px;
      margin-left: -22px; }
    /* line 569, ../scss/_blog.scss */
    .blog-article-content .position-right {
      float: right;
      margin-left: 22px;
      margin-bottom: 10px;
      margin-right: -22px; } }

/* line 579, ../scss/_blog.scss */
.share-buttons-blog {
  text-align: right;
  margin-bottom: 20px; }
  /* line 582, ../scss/_blog.scss */
  .share-buttons-blog p {
    display: inline-block;
    vertical-align: middle; }
  /* line 586, ../scss/_blog.scss */
  .share-buttons-blog .addthis_toolbox {
    display: inline-block; }
  /* line 589, ../scss/_blog.scss */
  .share-buttons-blog a {
    float: left;
    margin-left: 5px; }
    /* line 593, ../scss/_blog.scss */
    .share-buttons-blog a:first-child {
      margin-left: 8px; }
  /* line 597, ../scss/_blog.scss */
  .share-buttons-blog .addthis_button_google_plusone_share {
    margin-right: 0; }

/* line 601, ../scss/_blog.scss */
.share-buttons-blog-bottom {
  margin-top: 50px;
  margin-bottom: 0; }

/* line 605, ../scss/_blog.scss */
.blog-meta-bottom {
  text-align: right; }

/* line 608, ../scss/_blog.scss */
.blog-comments {
  margin-bottom: 2em; }

/* line 611, ../scss/_blog.scss */
.comments-title {
  text-transform: uppercase;
  color: #328954;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
  font-size: 0.875em;
  font-weight: 700; }

/* line 618, ../scss/_blog.scss */
.comment-form {
  background-color: #f0f0f0;
  padding: 19px;
  margin-bottom: 2px; }
  /* line 622, ../scss/_blog.scss */
  .comment-form textarea {
    width: 100%;
    resize: vertical;
    max-width: 100% !important;
    padding: 10px;
    border: 0;
    box-sizing: border-box; }
  /* line 630, ../scss/_blog.scss */
  .placeholder .comment-form label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

/* line 635, ../scss/_blog.scss */
.comment-form-comment {
  margin-bottom: 12px; }

/* line 638, ../scss/_blog.scss */
.comment-form-inputs {
  *zoom: 1; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .comment-form-inputs:before, .comment-form-inputs:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .comment-form-inputs:after {
    clear: both; }

/* line 643, ../scss/_blog.scss */
.comment-form-name input,
.comment-form-email input {
  width: 100%;
  padding: 10px;
  border: 0;
  box-sizing: border-box; }
@media all and (min-width: 30.625em) {
  /* line 641, ../scss/_blog.scss */
  .comment-form-name,
  .comment-form-email {
    width: 250px;
    float: left;
    margin-right: 15px; } }
@media all and (max-width: 30.615em) {
  /* line 641, ../scss/_blog.scss */
  .comment-form-name,
  .comment-form-email {
    margin-bottom: 10px; } }

/* line 658, ../scss/_blog.scss */
.comment-form-submit {
  overflow: hidden; }
  /* line 660, ../scss/_blog.scss */
  .comment-form-submit input {
    border: 0;
    background: 0;
    font-weight: 700;
    color: #722ea5;
    font-size: 19px;
    line-height: 39px;
    padding: 0; }
    @media all and (min-width: 30.625em) {
      /* line 660, ../scss/_blog.scss */
      .comment-form-submit input {
        width: 100%; } }
    /* line 671, ../scss/_blog.scss */
    .comment-form-submit input:hover, .comment-form-submit input:focus {
      text-decoration: underline; }
  @media all and (max-width: 30.615em) {
    /* line 658, ../scss/_blog.scss */
    .comment-form-submit {
      text-align: right; } }

/* line 680, ../scss/_blog.scss */
.comments-recent {
  background: #f0f0f0;
  margin-bottom: 2px;
  padding: 16px 19px;
  color: #722ea5;
  font-size: 24px;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }

/* line 689, ../scss/_blog.scss */
.comments-list .load-more {
  margin-top: 8px; }

/* line 693, ../scss/_blog.scss */
.comment-item {
  padding: 16px 19px;
  margin-bottom: 2px;
  background: #f0f0f0; }
  @media all and (min-width: 30.625em) {
    /* line 693, ../scss/_blog.scss */
    .comment-item {
      padding-left: 60px; } }

/* line 702, ../scss/_blog.scss */
.comment-item-meta {
  color: #009068;
  line-height: 1.6;
  margin-bottom: 4px; }

/* line 707, ../scss/_blog.scss */
.comment-item-author {
  font-weight: 700; }

/* line 710, ../scss/_blog.scss */
.comment-item-time {
  font-style: italic; }

/* line 714, ../scss/_blog.scss */
.comment-item-message > :last-child {
  margin-bottom: 0; }

/* line 719, ../scss/_blog.scss */
.blog-sidebar-section-link {
  font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-size: 18px;
  margin-top: 16px;
  display: block; }

/* line 726, ../scss/_blog.scss */
.blog-sidebar-spotlights {
  margin-top: 40px; }

/***************************************************************

    Items which change according to theme

****************************************************************/
/* line 736, ../scss/_blog.scss */
.blog-side-heading,
.blog-meta,
.blog-category,
.blog-article-content blockquote,
.comments-title,
.comment-item-author,
.comment-item-time {
  color: #00AD83; }

/* line 748, ../scss/_blog.scss */
.site-body {
  position: relative; }

/* line 753, ../scss/_blog.scss */
.featured-blog-article-content .blog-author {
  font-size: 19px; }

/* line 1, ../scss/components/_alcohol-calorie-calculator.scss */
.alcohol-tool {
  overflow: hidden;
  margin-bottom: 2em; }
  /* line 4, ../scss/components/_alcohol-calorie-calculator.scss */
  .alcohol-tool .tool-actions {
    margin-bottom: 2em; }
  /* line 9, ../scss/components/_alcohol-calorie-calculator.scss */
  .alcohol-tool .framed .tool-actions {
    margin-bottom: 0; }

/* line 15, ../scss/components/_alcohol-calorie-calculator.scss */
.alcohol-tool-row {
  *zoom: 1;
  margin-bottom: 12px; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .alcohol-tool-row:before, .alcohol-tool-row:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .alcohol-tool-row:after {
    clear: both; }
  @media all and (max-width: 29.99em) {
    /* line 15, ../scss/components/_alcohol-calorie-calculator.scss */
    .alcohol-tool-row {
      min-height: 90px; } }

/* line 23, ../scss/components/_alcohol-calorie-calculator.scss */
.drink-about {
  float: left;
  margin-right: 22px; }
  @media all and (min-width: 30em) {
    /* line 23, ../scss/components/_alcohol-calorie-calculator.scss */
    .drink-about {
      width: 308px; } }
  @media all and (max-width: 29.99em) {
    /* line 23, ../scss/components/_alcohol-calorie-calculator.scss */
    .drink-about {
      width: 100%;
      padding-right: 114px;
      box-sizing: border-box;
      margin-right: -110px; } }

/* line 37, ../scss/components/_alcohol-calorie-calculator.scss */
.alcohol-tool-icon {
  float: left;
  width: 82px; }
  @media all and (max-width: 29.99em) {
    /* line 37, ../scss/components/_alcohol-calorie-calculator.scss */
    .alcohol-tool-icon {
      width: 50px; } }
  /* line 43, ../scss/components/_alcohol-calorie-calculator.scss */
  .alcohol-tool-icon .drink-icon {
    display: inline-block;
    vertical-align: middle; }
    @media all and (min-width: 30em) {
      /* line 43, ../scss/components/_alcohol-calorie-calculator.scss */
      .alcohol-tool-icon .drink-icon {
        margin-left: 9px; } }
  /* line 50, ../scss/components/_alcohol-calorie-calculator.scss */
  .alcohol-tool-icon .icon-spirit {
    margin-top: 10px; }

/* line 55, ../scss/components/_alcohol-calorie-calculator.scss */
.drink-text {
  overflow: hidden; }

/* line 59, ../scss/components/_alcohol-calorie-calculator.scss */
.drink-name {
  font-size: 1.125em;
  color: #da6a28; }
  /* line 62, ../scss/components/_alcohol-calorie-calculator.scss */
  .drink-name label {
    font-weight: 500; }

/* line 66, ../scss/components/_alcohol-calorie-calculator.scss */
.drink-data {
  font-size: 0.875em; }

/* line 70, ../scss/components/_alcohol-calorie-calculator.scss */
.drink-amount {
  text-align: right;
  overflow: hidden; }

/* line 74, ../scss/components/_alcohol-calorie-calculator.scss */
.drink-amount-box {
  background: #f0f0f0;
  border: solid 1px #dbd4e4; }
  @media all and (max-width: 30.615em) {
    /* line 74, ../scss/components/_alcohol-calorie-calculator.scss */
    .drink-amount-box {
      display: inline-block;
      width: 90px;
      margin-top: 8px; } }

/* line 84, ../scss/components/_alcohol-calorie-calculator.scss */
.drink-amount-field {
  width: 100%;
  border: 0;
  background: 0;
  color: #da6a28;
  padding: 5px 10px 5px 18px;
  box-sizing: border-box;
  font-size: 18px; }

/* line 94, ../scss/components/_alcohol-calorie-calculator.scss */
.enhanced-number-container {
  clear: both;
  width: auto !important;
  margin-right: 0 !important;
  border: solid 1px #dbd4e4; }
  /* line 99, ../scss/components/_alcohol-calorie-calculator.scss */
  .enhanced-number-container input {
    border: 0;
    margin-top: 0; }

@media all and (min-width: 30.625em) {
  /* line 105, ../scss/components/_alcohol-calorie-calculator.scss */
  .enhanced-number-container {
    position: relative; }

  /* line 108, ../scss/components/_alcohol-calorie-calculator.scss */
  .enhanced-number-input {
    -moz-appearance: textfield;
    padding-right: 30px; }

  /* line 112, ../scss/components/_alcohol-calorie-calculator.scss */
  .enhanced-number-input::-webkit-inner-spin-button {
    -webkit-appearance: none; }

  /* line 115, ../scss/components/_alcohol-calorie-calculator.scss */
  .number-up, .number-down {
    border: 0;
    padding: 0;
    width: 22px;
    background: #fbfbfb;
    border-left: solid 1px #dbd4e4;
    position: absolute;
    right: 0;
    height: 50%;
    margin: auto;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    text-indent: -999em;
    overflow: hidden; }
    /* line 130, ../scss/components/_alcohol-calorie-calculator.scss */
    .number-up:focus, .number-up:hover, .number-down:focus, .number-down:hover {
      background: #fff;
      outline: solid 1px #ffa02f;
      z-index: 1; }
    /* line 136, ../scss/components/_alcohol-calorie-calculator.scss */
    .number-up:before, .number-down:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border-left: solid 4px transparent;
      border-right: solid 4px transparent; }
    /* line 150, ../scss/components/_alcohol-calorie-calculator.scss */
    .number-up[disabled=disabled]:hover, .number-up[disabled=disabled]:focus, .number-down[disabled=disabled]:hover, .number-down[disabled=disabled]:focus {
      outline: dotted 1px #555; }

  /* line 155, ../scss/components/_alcohol-calorie-calculator.scss */
  .number-up {
    top: 0;
    border-bottom: solid 1px #dbd4e4; }
    /* line 158, ../scss/components/_alcohol-calorie-calculator.scss */
    .number-up:before {
      border-bottom: solid 4px #666; }

  /* line 162, ../scss/components/_alcohol-calorie-calculator.scss */
  .number-down {
    bottom: 0; }
    /* line 164, ../scss/components/_alcohol-calorie-calculator.scss */
    .number-down:before {
      border-top: solid 4px #666; } }
@media all and (max-width: 30.615em) {
  /* line 170, ../scss/components/_alcohol-calorie-calculator.scss */
  .number-up, .number-down {
    display: none; } }
/* line 175, ../scss/components/_alcohol-calorie-calculator.scss */
.tool-actions {
  text-align: center;
  margin-top: 2em; }

/* line 180, ../scss/components/_alcohol-calorie-calculator.scss */
body .tool-calculate-button {
  background: #ffa02f;
  color: #fff;
  font-size: 1.5em;
  border: 0;
  /**/
  padding: 0.33333em 2.29167em 0.33333em 0.79167em;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  width: 100%; }
  @media all and (min-width: 30.625em) {
    /* line 180, ../scss/components/_alcohol-calorie-calculator.scss */
    body .tool-calculate-button {
      width: 304px; } }
  /* line 194, ../scss/components/_alcohol-calorie-calculator.scss */
  body .tool-calculate-button:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background: #fff url("../img/sprite.png") no-repeat -23px -90px; }
  /* line 206, ../scss/components/_alcohol-calorie-calculator.scss */
  body .tool-calculate-button:hover, body .tool-calculate-button:focus {
    color: #722ea5; }
  /* line 209, ../scss/components/_alcohol-calorie-calculator.scss */
  body .tool-calculate-button:visited, body .tool-calculate-button:link {
    color: #fff;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
    width: 100%;
    display: block; }
  /* line 215, ../scss/components/_alcohol-calorie-calculator.scss */
  body .tool-calculate-button:hover, body .tool-calculate-button:focus {
    text-decoration: none !important;
    color: #722ea5; }

/* line 221, ../scss/components/_alcohol-calorie-calculator.scss */
.drink-icon {
  width: 39px;
  background: url("../img/drinks.png") no-repeat; }

/* line 225, ../scss/components/_alcohol-calorie-calculator.scss */
.icon-wine-small {
  height: 54px; }

/* line 228, ../scss/components/_alcohol-calorie-calculator.scss */
.icon-wine-standard {
  height: 54px;
  background-position: 0 -65px; }

/* line 232, ../scss/components/_alcohol-calorie-calculator.scss */
.icon-wine-large {
  height: 55px;
  background-position: 0 -129px; }

/* line 236, ../scss/components/_alcohol-calorie-calculator.scss */
.icon-wine-sparkling {
  height: 54px;
  background-position: 0 -194px; }

/* line 240, ../scss/components/_alcohol-calorie-calculator.scss */
.icon-lager {
  height: 54px;
  background-position: 0 -259px; }

/* line 244, ../scss/components/_alcohol-calorie-calculator.scss */
.icon-bitter {
  height: 54px;
  background-position: 0 -324px; }

/* line 248, ../scss/components/_alcohol-calorie-calculator.scss */
.icon-spirit {
  height: 33px;
  background-position: 0 -399px; }

/* line 252, ../scss/components/_alcohol-calorie-calculator.scss */
.icon-spirit-mixer {
  height: 54px;
  background-position: 0 -454px; }

/* line 256, ../scss/components/_alcohol-calorie-calculator.scss */
.icon-spirit-fruit {
  height: 54px;
  background-position: 0 -519px; }

/* line 260, ../scss/components/_alcohol-calorie-calculator.scss */
.icon-spirit-energy {
  height: 54px;
  background-position: 0 -585px; }

/* line 264, ../scss/components/_alcohol-calorie-calculator.scss */
.icon-spirit-bottle {
  height: 69px;
  background-position: 0 -648px; }

@media all and (max-width: 30.615em) {
  /* line 269, ../scss/components/_alcohol-calorie-calculator.scss */
  .tool-result-alcohol {
    margin-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px; } }
/* line 275, ../scss/components/_alcohol-calorie-calculator.scss */
.tool-result-alcohol * {
  color: #292929; }

/* line 280, ../scss/components/_alcohol-calorie-calculator.scss */
.tool-result-title {
  font-size: 1.5em;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
  /* line 283, ../scss/components/_alcohol-calorie-calculator.scss */
  .tool-result-title b {
    color: #da6a28;
    font-size: 34px;
    font-weight: 400; }
  /* line 288, ../scss/components/_alcohol-calorie-calculator.scss */
  .tool-result-title + .tool-result-title {
    margin-top: -10px; }

/* line 294, ../scss/components/_alcohol-calorie-calculator.scss */
.tool-result-data b {
  color: #722ea5;
  font-weight: 400;
  font-size: 1.33333em;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }

/* line 302, ../scss/components/_alcohol-calorie-calculator.scss */
.tool-result-detail {
  background-color: #f0f0f0;
  padding: 24px 24px 32px;
  margin-top: 20px; }
  @media all and (min-width: 30.625em) {
    /* line 302, ../scss/components/_alcohol-calorie-calculator.scss */
    .tool-result-detail {
      margin-left: -24px;
      margin-right: -24px; } }
  /* line 310, ../scss/components/_alcohol-calorie-calculator.scss */
  .tool-result-detail p {
    font-size: 1.125em; }
  /* line 313, ../scss/components/_alcohol-calorie-calculator.scss */
  .tool-result-detail .subscript {
    position: relative;
    font-size: 0.9em;
    margin: 50px 0 -8px; }

/* line 320, ../scss/components/_alcohol-calorie-calculator.scss */
.tool-result-separator {
  border-color: #eae0f1;
  margin-left: -18px;
  margin-right: -18px; }
  @media all and (min-width: 30.625em) {
    /* line 320, ../scss/components/_alcohol-calorie-calculator.scss */
    .tool-result-separator {
      margin-left: -58px;
      margin-right: -58px; } }

/* line 329, ../scss/components/_alcohol-calorie-calculator.scss */
.alcohol-equivalent {
  margin-bottom: 10px; }

/* line 332, ../scss/components/_alcohol-calorie-calculator.scss */
.alcohol-equivalent-icon {
  float: right;
  margin-left: 10px; }

@media all and (min-width: 30.625em) {
  /* line 1, ../scss/components/_bmi-calculator.scss */
  .fixed-width {
    overflow: hidden; } }
@media all and (max-width: 30.615em) {
  /* line 1, ../scss/components/_bmi-calculator.scss */
  .fixed-width {
    margin-bottom: 2em; } }

/* line 9, ../scss/components/_bmi-calculator.scss */
.framed {
  border: 24px solid #eae0f1;
  padding: 25px 58px;
  box-sizing: border-box;
  overflow: hidden; }
  /* line 14, ../scss/components/_bmi-calculator.scss */
  .framed * {
    box-sizing: border-box; }
  /* line 17, ../scss/components/_bmi-calculator.scss */
  .framed * {
    color: #292929; }
  @media all and (max-width: 30.615em) {
    /* line 9, ../scss/components/_bmi-calculator.scss */
    .framed {
      border: 12px solid #eae0f1;
      padding: 20px; } }

/* line 27, ../scss/components/_bmi-calculator.scss */
#unit-switch label {
  width: 45%;
  margin-right: 5%;
  float: left; }

/* line 33, ../scss/components/_bmi-calculator.scss */
.label {
  font-size: 1em;
  font-weight: bold;
  float: left;
  width: 100%;
  clear: both;
  margin: 20px 0 10px; }

/* line 41, ../scss/components/_bmi-calculator.scss */
#metric, #imperial {
  clear: both;
  overflow: hidden; }
  /* line 44, ../scss/components/_bmi-calculator.scss */
  #metric div, #imperial div {
    width: 45%;
    margin-right: 5%;
    float: left; }
  /* line 49, ../scss/components/_bmi-calculator.scss */
  #metric label, #metric input, #imperial label, #imperial input {
    display: block;
    font-weight: normal;
    width: 100%; }
  /* line 54, ../scss/components/_bmi-calculator.scss */
  #metric label, #imperial label {
    clear: left; }

/* line 58, ../scss/components/_bmi-calculator.scss */
#metric div {
  float: none; }

/* line 61, ../scss/components/_bmi-calculator.scss */
.input-number {
  background: #f0f0f0;
  border: solid 1px #dbd4e4;
  padding: 5px;
  border-radius: 0; }
  @media all and (max-width: 30.615em) {
    /* line 61, ../scss/components/_bmi-calculator.scss */
    .input-number {
      display: inline-block;
      width: 70px; } }

/* line 72, ../scss/components/_bmi-calculator.scss */
.bmi-tool {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2em; }
  /* line 76, ../scss/components/_bmi-calculator.scss */
  .bmi-tool .half {
    width: 50%;
    float: left;
    padding-right: 4%; }
    /* line 80, ../scss/components/_bmi-calculator.scss */
    .bmi-tool .half + .half {
      padding-right: 0; }
  /* line 84, ../scss/components/_bmi-calculator.scss */
  .bmi-tool h2 {
    color: #333; }
  /* line 87, ../scss/components/_bmi-calculator.scss */
  .bmi-tool .details {
    overflow: hidden;
    padding: 0 58px 25px;
    border-bottom: 1px #dbd4e4 solid; }
    @media all and (max-width: 30.615em) {
      /* line 87, ../scss/components/_bmi-calculator.scss */
      .bmi-tool .details {
        padding: 0 20px 20px; } }
    /* line 94, ../scss/components/_bmi-calculator.scss */
    .bmi-tool .details .label {
      margin: 0 0 10px; }
      @media all and (max-width: 25em) {
        /* line 94, ../scss/components/_bmi-calculator.scss */
        .bmi-tool .details .label {
          margin-bottom: 5px; } }
    /* line 100, ../scss/components/_bmi-calculator.scss */
    .bmi-tool .details .detail {
      color: #da6a28;
      display: block; }
    @media all and (max-width: 25em) {
      /* line 104, ../scss/components/_bmi-calculator.scss */
      .bmi-tool .details > .half {
        *zoom: 1;
        width: auto;
        float: none;
        clear: both; }
        /* line 27, ../scss/lib/_semantic-grid-system.scss */
        .bmi-tool .details > .half:before, .bmi-tool .details > .half:after {
          content: "";
          display: table; }
        /* line 32, ../scss/lib/_semantic-grid-system.scss */
        .bmi-tool .details > .half:after {
          clear: both; }
        /* line 110, ../scss/components/_bmi-calculator.scss */
        .bmi-tool .details > .half + .half {
          margin-top: 10px; } }
  /* line 116, ../scss/components/_bmi-calculator.scss */
  .bmi-tool .result {
    padding: 24px 58px 0; }
    @media all and (max-width: 30.615em) {
      /* line 116, ../scss/components/_bmi-calculator.scss */
      .bmi-tool .result {
        padding: 20px 20px 0; } }
    /* line 121, ../scss/components/_bmi-calculator.scss */
    .bmi-tool .result .total {
      color: #722ea5;
      font-size: 2.125em; }
  @media all and (max-width: 30.615em) {
    /* line 126, ../scss/components/_bmi-calculator.scss */
    .bmi-tool .tool-actions {
      padding: 0 20px; } }
  /* line 132, ../scss/components/_bmi-calculator.scss */
  .bmi-tool #imperial .label {
    margin-bottom: -6px; }
  @media all and (max-width: 30.615em) {
    /* line 137, ../scss/components/_bmi-calculator.scss */
    .bmi-tool + .panel {
      margin-bottom: 25px; } }

/* line 142, ../scss/components/_bmi-calculator.scss */
.bmi_form {
  padding: 0 58px; }
  @media all and (max-width: 30.615em) {
    /* line 142, ../scss/components/_bmi-calculator.scss */
    .bmi_form {
      padding: 0 20px; } }

/* line 148, ../scss/components/_bmi-calculator.scss */
.health-tools-result-spotlight {
  margin-bottom: 28px; }

/* line 2, ../scss/components/_exercise-calculator.scss */
.exercise-tool .tool-actions {
  margin-bottom: 2em; }
@media all and (max-width: 30.615em) {
  /* line 5, ../scss/components/_exercise-calculator.scss */
  .exercise-tool .framed {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 2em; } }
/* line 11, ../scss/components/_exercise-calculator.scss */
.exercise-tool .framed .tool-actions {
  margin-bottom: 0; }
/* line 14, ../scss/components/_exercise-calculator.scss */
.exercise-tool .framed .beta {
  margin-bottom: 20px; }

/* line 20, ../scss/components/_exercise-calculator.scss */
.calculation-options {
  border-top: solid 1px #eae0f1;
  margin-top: 25px;
  padding-top: 20px; }
  /* line 25, ../scss/components/_exercise-calculator.scss */
  .calculation-options .form-style-radio input[type=radio] + label {
    float: left;
    margin: 12px 10px 0 0; }
  /* line 30, ../scss/components/_exercise-calculator.scss */
  .calculation-options .tool-text-field[disabled=disabled] {
    color: #bbb;
    border-color: #ddd;
    background-color: #fbfbfb; }

/* line 37, ../scss/components/_exercise-calculator.scss */
.exercise-calculation-option {
  margin-bottom: 1em; }
  /* line 39, ../scss/components/_exercise-calculator.scss */
  .exercise-calculation-option input[type=radio] {
    float: left; }
  /* line 44, ../scss/components/_exercise-calculator.scss */
  .exercise-calculation-option label {
    margin-bottom: 8px; }
  /* line 47, ../scss/components/_exercise-calculator.scss */
  .exercise-calculation-option .calculation-option-detail {
    overflow: hidden; }
  /* line 50, ../scss/components/_exercise-calculator.scss */
  .exercise-calculation-option.option-disabled label {
    color: #999; }

/* line 55, ../scss/components/_exercise-calculator.scss */
.tool-text-field {
  background: #F0F0F0;
  border: solid 1px #DBD4E4;
  padding: 5px;
  width: 100%;
  margin-top: .5em; }

/* line 63, ../scss/components/_exercise-calculator.scss */
.energy-info {
  background-color: #aa82c9;
  color: #fff;
  padding: 12px 21px 25px 12px;
  margin: 25px 0;
  min-height: 115px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 70, ../scss/components/_exercise-calculator.scss */
  .energy-info > * {
    color: #fff; }
  /* line 73, ../scss/components/_exercise-calculator.scss */
  .energy-info h3 {
    font-size: 1.125em;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
  /* line 77, ../scss/components/_exercise-calculator.scss */
  .energy-info ul {
    margin: 0;
    display: block;
    width: 104.87805%;
    margin: 0 -2.43902%;
    *zoom: 1; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .energy-info ul:before, .energy-info ul:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .energy-info ul:after {
      clear: both; }
    /* line 80, ../scss/components/_exercise-calculator.scss */
    .energy-info ul li {
      font-size: 0.875em;
      display: inline;
      float: left;
      width: 28.45528%;
      margin: 0 2.43902%;
      display: list-item;
      list-style-type: disc;
      box-sizing: border-box; }
      /* line 86, ../scss/components/_exercise-calculator.scss */
      .energy-info ul li:before {
        position: absolute;
        content: '';
        background: 0;
        top: 0;
        left: 0; }
      /* line 93, ../scss/components/_exercise-calculator.scss */
      .energy-info ul li span {
        margin-left: -4px; }

/* line 100, ../scss/components/_exercise-calculator.scss */
.activities-title {
  margin-top: 1em;
  color: #722ea5;
  font-size: 1.5em;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }

/* line 139, ../scss/components/_exercise-calculator.scss */
.activity-icon {
  height: 64px;
  display: inline-block;
  background: url("../img/exercise-icons.png") no-repeat; }
  /* line 143, ../scss/components/_exercise-calculator.scss */
  :checked ~ .activity-icon {
    background-image: url("../img/exercise-icons-white.png"); }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-swimming {
  width: 89px;
  background-position: 0 0px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-cycling {
  width: 89px;
  background-position: 0 -64px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-golf {
  width: 89px;
  background-position: 0 -128px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-bowls {
  width: 89px;
  background-position: 0 -192px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-yoga {
  width: 76px;
  background-position: -89px 0px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-weights {
  width: 76px;
  background-position: -89px -64px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-aerobics {
  width: 76px;
  background-position: -89px -128px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-dancing {
  width: 76px;
  background-position: -89px -192px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-fast-running {
  width: 69px;
  background-position: -165px 0px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-medium-running {
  width: 69px;
  background-position: -165px -64px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-slow-running {
  width: 69px;
  background-position: -165px -128px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-walking {
  width: 69px;
  background-position: -165px -192px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-football {
  width: 89px;
  background-position: 0 -256px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-netball {
  width: 89px;
  background-position: 0 -320px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-cricket {
  width: 89px;
  background-position: 0 -384px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-rugby {
  width: 89px;
  background-position: 0 -448px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-badminton {
  width: 76px;
  background-position: -89px -256px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-tennis-singles {
  width: 76px;
  background-position: -89px -320px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-tennis-doubles {
  width: 76px;
  background-position: -89px -384px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-squash {
  width: 76px;
  background-position: -89px -448px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-vacuuming {
  width: 69px;
  background-position: -165px -256px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-gardening {
  width: 69px;
  background-position: -165px -320px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-mowing {
  width: 69px;
  background-position: -165px -384px; }

/* line 153, ../scss/components/_exercise-calculator.scss */
.icon-ironing {
  width: 69px;
  background-position: -165px -448px; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 176, ../scss/components/_exercise-calculator.scss */
  .activity-icon {
    background-image: url("../img/exercise-icons-2x.png");
    background-size: 234px; }
    /* line 179, ../scss/components/_exercise-calculator.scss */
    :checked ~ .activity-icon {
      background-image: url("../img/exercise-icons-white-2x.png"); } }
/* line 190, ../scss/components/_exercise-calculator.scss */
.exercise-activity-grid {
  display: block;
  width: 104.87805%;
  margin: 0 -2.43902%;
  *zoom: 1;
  margin-top: 2em;
  margin-bottom: 1em; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .exercise-activity-grid:before, .exercise-activity-grid:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .exercise-activity-grid:after {
    clear: both; }

/* line 195, ../scss/components/_exercise-calculator.scss */
.exercise-activity-column {
  display: inline;
  float: left;
  width: 28.45528%;
  margin: 0 2.43902%; }
  /* line 197, ../scss/components/_exercise-calculator.scss */
  .exercise-activity-column hr {
    border-top: solid 2px #eae0f1;
    margin: 19px 0; }

/* line 202, ../scss/components/_exercise-calculator.scss */
.exercise-activity-cell {
  border: solid 2px #d1d1d1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-bottom: 10px;
  font-weight: 400;
  padding: 10px 0; }
  /* line 212, ../scss/components/_exercise-calculator.scss */
  .new .exercise-activity-cell input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  /* line 215, ../scss/components/_exercise-calculator.scss */
  .exercise-activity-cell input {
    position: absolute;
    left: 0;
    top: 0; }
  /* line 220, ../scss/components/_exercise-calculator.scss */
  .exercise-activity-cell:hover, .exercise-activity-cell:focus {
    background: #f7f7f7;
    border-color: #eaebec; }
  /* line 224, ../scss/components/_exercise-calculator.scss */
  .exercise-activity-cell .exercise-activity-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  /* line 231, ../scss/components/_exercise-calculator.scss */
  .exercise-activity-cell :focus + .exercise-activity-bg {
    outline: dashed 2px #666; }
  /* line 234, ../scss/components/_exercise-calculator.scss */
  .exercise-activity-cell .activity-icon {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1; }

/* line 242, ../scss/components/_exercise-calculator.scss */
:checked + .exercise-activity-bg {
  background-color: #eae0f1;
  outline: 0; }

/* line 247, ../scss/components/_exercise-calculator.scss */
.exercises-teal :checked + .exercise-activity-bg {
  background-color: #00ac83;
  outline: solid 2px #00ac83; }

/* line 251, ../scss/components/_exercise-calculator.scss */
.exercises-orange :checked + .exercise-activity-bg {
  background-color: #ff9f2e;
  outline: solid 2px #ff9f2e; }

/* line 255, ../scss/components/_exercise-calculator.scss */
.exercises-purple :checked + .exercise-activity-bg {
  background-color: #712da4;
  outline: solid 2px #712da4; }
  /* line 258, ../scss/components/_exercise-calculator.scss */
  .exercises-purple :checked + .exercise-activity-bg ~ .exercise-activity-title {
    color: #fff; }

/* line 262, ../scss/components/_exercise-calculator.scss */
.exercises-lime :checked + .exercise-activity-bg {
  background-color: #bdd500;
  outline: solid 2px #bdd500; }

/* line 266, ../scss/components/_exercise-calculator.scss */
.exercises-red :checked + .exercise-activity-bg {
  background-color: #c52b39;
  outline: solid 2px #c52b39; }
  /* line 269, ../scss/components/_exercise-calculator.scss */
  .exercises-red :checked + .exercise-activity-bg ~ .exercise-activity-title {
    color: #fff; }

/* line 273, ../scss/components/_exercise-calculator.scss */
.exercises-blue :checked + .exercise-activity-bg {
  background-color: #37b8dc;
  outline: solid 2px #37b8dc; }

/* line 278, ../scss/components/_exercise-calculator.scss */
.exercise-activity-title {
  position: relative;
  z-index: 1; }
  @media all and (max-width: 30.615em) {
    /* line 278, ../scss/components/_exercise-calculator.scss */
    .exercise-activity-title {
      font-size: 0.9375em;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; } }

/* line 291, ../scss/components/_exercise-calculator.scss */
.exercise-result-main {
  font-size: 24px;
  margin-top: -10px; }
  /* line 294, ../scss/components/_exercise-calculator.scss */
  .exercise-result-main b {
    color: #da6a28;
    font-weight: 400;
    font-size: 34px; }

/* line 300, ../scss/components/_exercise-calculator.scss */
.exercise-result {
  color: #722ea5;
  margin-bottom: 5px; }

/* line 1, ../scss/components/_nourishing.scss */
.nourishing-wrap {
  margin-bottom: 3em; }
  @media all and (min-width: 30.625em) {
    /* line 4, ../scss/components/_nourishing.scss */
    .nourishing-wrap.nourishing-wrap-with-sidebar {
      width: 468px; } }
  /* line 11, ../scss/components/_nourishing.scss */
  .nourishing-wrap.nourishing-wrap-with-sidebar .framework .policy-toggle .letter {
    width: auto; }
  /* line 18, ../scss/components/_nourishing.scss */
  .nourishing-wrap .framework {
    border-bottom: 2px solid #dbd4e4; }
    /* line 20, ../scss/components/_nourishing.scss */
    .nourishing-wrap .framework .policy-toggle {
      display: table;
      width: 99.9%;
      border-top: 2px solid #dbd4e4;
      padding: 10px 0;
      position: relative;
      height: 5em;
      outline: none; }
      /* line 28, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .policy-toggle:focus {
        text-decoration: none; }
        /* line 30, ../scss/components/_nourishing.scss */
        .nourishing-wrap .framework .policy-toggle:focus h2 {
          color: #722ea5; }
      /* line 34, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .policy-toggle:hover {
        text-decoration: none; }
        /* line 36, ../scss/components/_nourishing.scss */
        .nourishing-wrap .framework .policy-toggle:hover h2 {
          color: #da6a28; }
      /* line 40, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .policy-toggle .letter {
        width: 80px;
        display: table-cell;
        vertical-align: middle; }
        @media all and (max-width: 30.615em) {
          /* line 40, ../scss/components/_nourishing.scss */
          .nourishing-wrap .framework .policy-toggle .letter {
            display: block; } }
        /* line 47, ../scss/components/_nourishing.scss */
        .nourishing-wrap .framework .policy-toggle .letter span {
          font-size: 2em;
          font-weight: bold;
          background: #b1e2f4;
          color: #425fa1;
          display: inline-block;
          border-radius: 50%;
          width: 1.7em;
          text-align: center;
          line-height: 1.7;
          margin-right: 20px; }
          @media all and (max-width: 30.615em) {
            /* line 47, ../scss/components/_nourishing.scss */
            .nourishing-wrap .framework .policy-toggle .letter span {
              font-family: arial; } }
          /* line 61, ../scss/components/_nourishing.scss */
          .nourishing-wrap .framework .policy-toggle .letter span.category-2 {
            background: #e5ef99;
            color: #007934; }
          /* line 65, ../scss/components/_nourishing.scss */
          .nourishing-wrap .framework .policy-toggle .letter span.category-3 {
            background: #ffd9ac;
            color: #c35d21; }
      /* line 71, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .policy-toggle .chevron {
        display: inline-block;
        height: 20px;
        width: 37px;
        position: absolute;
        right: 10px;
        top: 2.5em;
        background: url(../img/sprite.png) no-repeat -128px -256px; }
        /* line 79, ../scss/components/_nourishing.scss */
        .nourishing-wrap .framework .policy-toggle .chevron.open {
          background: url(../img/sprite.png) no-repeat -64px -256px; }
      /* line 83, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .policy-toggle h2 {
        color: #722ea5;
        max-width: 320px;
        padding: 0 70px 0 0;
        display: table-cell;
        vertical-align: middle;
        margin: 0; }
        @media all and (max-width: 30.615em) {
          /* line 83, ../scss/components/_nourishing.scss */
          .nourishing-wrap .framework .policy-toggle h2 {
            display: block;
            clear: both;
            max-width: none;
            padding: 10px 0 0; } }
    /* line 99, ../scss/components/_nourishing.scss */
    .nourishing-wrap .framework .policy {
      border-top: 2px solid #dbd4e4;
      padding: 10px 0 40px;
      padding: 10px 0; }
      @media all and (max-width: 30.615em) {
        /* line 99, ../scss/components/_nourishing.scss */
        .nourishing-wrap .framework .policy {
          padding: 10px 0 20px; } }
      /* line 106, ../scss/components/_nourishing.scss */
      .js .nourishing-wrap .framework .policy {
        display: none; }
    /* line 110, ../scss/components/_nourishing.scss */
    .nourishing-wrap .framework h3 {
      font-weight: normal;
      font-size: 24px;
      font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
      color: #da6a28; }
    /* line 116, ../scss/components/_nourishing.scss */
    .nourishing-wrap .framework .policyaction-toggle {
      font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
      margin: 5px 0;
      padding: 0 14px;
      background: #f1edf6;
      border-top: 1px solid #b8a6d0;
      display: table;
      position: relative;
      width: 100%;
      height: 4em;
      box-sizing: border-box;
      outline: none; }
      /* line 128, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .policyaction-toggle:focus {
        text-decoration: none;
        color: #722ea5; }
      /* line 132, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .policyaction-toggle:hover {
        text-decoration: none;
        color: #56237d; }
      /* line 136, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .policyaction-toggle.odd {
        background: #f0f0f0;
        border-top: 1px solid #ccc; }
      /* line 140, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .policyaction-toggle .chevron-wrap {
        display: table-cell;
        position: relative; }
      /* line 144, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .policyaction-toggle .chevron {
        display: inline-block;
        position: absolute;
        height: 30px;
        width: 30px;
        right: 0px;
        top: 1em;
        background: url(../img/sprite.png) no-repeat -32px -256px; }
        /* line 152, ../scss/components/_nourishing.scss */
        .nourishing-wrap .framework .policyaction-toggle .chevron.open {
          background: url(../img/sprite.png) no-repeat 0 -256px; }
      /* line 156, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .policyaction-toggle h4 {
        display: table-cell;
        padding-right: 50px;
        margin: 0;
        vertical-align: middle;
        font-size: 20px; }
    /* line 164, ../scss/components/_nourishing.scss */
    .nourishing-wrap .framework .implimentations {
      padding: 10px 0 0; }
      /* line 166, ../scss/components/_nourishing.scss */
      .js .nourishing-wrap .framework .implimentations {
        display: none; }
      /* line 169, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .implimentations .overview {
        font-style: italic; }
      /* line 172, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .implimentations h5 {
        font-size: 20px;
        color: #da6a28;
        border-bottom: 2px solid #ccc;
        padding: 0 0 10px;
        margin: 0 0 10px; }
      /* line 179, ../scss/components/_nourishing.scss */
      .nourishing-wrap .framework .implimentations .countries {
        padding: 10px 0;
        margin: 0 0 20px;
        overflow: hidden;
        border-bottom: 2px solid #ccc; }
        /* line 184, ../scss/components/_nourishing.scss */
        .nourishing-wrap .framework .implimentations .countries.countries-last {
          border: none; }
        /* line 187, ../scss/components/_nourishing.scss */
        .nourishing-wrap .framework .implimentations .countries li {
          float: left; }
          /* line 189, ../scss/components/_nourishing.scss */
          .nourishing-wrap .framework .implimentations .countries li a {
            background: #fff;
            border: 1px solid #b8a6d0;
            transition: background .2s;
            margin: 0 10px 10px 0; }
            /* line 194, ../scss/components/_nourishing.scss */
            .nourishing-wrap .framework .implimentations .countries li a:hover {
              background: #eae0f1;
              color: #722ea5; }

/* line 204, ../scss/components/_nourishing.scss */
.nourishing-filter {
  overflow: hidden;
  padding: 20px 0; }
  /* line 207, ../scss/components/_nourishing.scss */
  .nourishing-filter h2 {
    color: #da6a28;
    font-size: 20px;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
  /* line 212, ../scss/components/_nourishing.scss */
  .nourishing-filter ul {
    list-style: none;
    font-size: 17px;
    padding: 0;
    margin: 0; }
    @media all and (min-width: 30.625em) {
      /* line 212, ../scss/components/_nourishing.scss */
      .nourishing-filter ul {
        width: 40%;
        float: left; } }
    /* line 221, ../scss/components/_nourishing.scss */
    .nourishing-filter ul li {
      margin: 0; }
      /* line 223, ../scss/components/_nourishing.scss */
      .nourishing-filter ul li:before {
        display: none; }
      /* line 226, ../scss/components/_nourishing.scss */
      .nourishing-filter ul li span {
        display: inline-block;
        height: 15px;
        width: 15px;
        margin-right: 5px;
        background: #b1e2f4;
        border-radius: 50%;
        vertical-align: middle; }
        /* line 234, ../scss/components/_nourishing.scss */
        .nourishing-filter ul li span.cat2 {
          background: #e5ef99; }
        /* line 237, ../scss/components/_nourishing.scss */
        .nourishing-filter ul li span.cat3 {
          background: #ffd9ac; }
  /* line 243, ../scss/components/_nourishing.scss */
  .nourishing-filter .select-wrap {
    position: relative;
    border: 1px solid #ffa02f;
    margin-top: 1.1em; }
    @media all and (min-width: 30.625em) {
      /* line 243, ../scss/components/_nourishing.scss */
      .nourishing-filter .select-wrap {
        width: 50%;
        float: right; } }
    /* line 251, ../scss/components/_nourishing.scss */
    .nourishing-filter .select-wrap:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 37px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAdCAIAAACi1TKUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlCN0Y4ODg1NDgyMTExRTY4RjVERTNDOTYzRUFFREVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlCN0Y4ODg2NDgyMTExRTY4RjVERTNDOTYzRUFFREVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUI3Rjg4ODM0ODIxMTFFNjhGNURFM0M5NjNFQUVERUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUI3Rjg4ODQ0ODIxMTFFNjhGNURFM0M5NjNFQUVERUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6XTwBeAAAA7klEQVR42mL8//8/Ax0BEwN9wah9o/aN2jdo7Tu98V6R3lIgSdAgoJpq69UEVRKwb0PXWSC5vPY4foOAskA13z//gqgn377i1V7SGoIQK3dOv4RVDVAcKAtkAFUC1eM3kJFgeQ109bTkPU9vvAeyTf2VIpstkWXhXgdaljXXhZOXjVL7IFauqD1xed9jiJUBZcZAcyGhB7FM10k2otmCoGXE2ofplcQJ9vMLDuLyNHXsgySfQ0tuIIvYxWgAvUu8CYyk1reQpAhhA70F9BxpGfA/6eDUhruFukuAJBl6GUfbE6P2jdo3ah+NAECAAQCgyeDDkmIKHgAAAABJRU5ErkJggg==);
      pointer-events: none; }
    /* line 262, ../scss/components/_nourishing.scss */
    .nourishing-filter .select-wrap select {
      border: none;
      padding: 5px;
      width: 100%;
      background: #fff;
      -webkit-appearance: none; }
  /* line 270, ../scss/components/_nourishing.scss */
  .nourishing-filter input {
    float: right;
    clear: right;
    margin: 10px 0 0 0; }
    /* line 274, ../scss/components/_nourishing.scss */
    .js .nourishing-filter input {
      display: none; }

/* line 279, ../scss/components/_nourishing.scss */
.scrollup {
  display: block;
  position: fixed;
  bottom: 50px;
  z-index: 100;
  padding: 10px 0;
  font-size: 1.1em;
  text-decoration: none; }
  @media all and (min-width: 78.75em) {
    /* line 279, ../scss/components/_nourishing.scss */
    .scrollup {
      margin-left: 164px; } }
  /* line 292, ../scss/components/_nourishing.scss */
  .scrollup:hover, .scrollup:focus {
    text-decoration: none !important; }
  /* line 295, ../scss/components/_nourishing.scss */
  .scrollup .icon-scrollup {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    vertical-align: middle;
    background: url(../img/sprite.png) no-repeat 0 -288px; }
  /* line 303, ../scss/components/_nourishing.scss */
  .js .scrollup {
    display: none; }
  @media all and (max-width: 30.615em) {
    /* line 279, ../scss/components/_nourishing.scss */
    .scrollup {
      background: #712da4;
      color: #fff;
      padding: 15px;
      right: 0; }
      /* line 311, ../scss/components/_nourishing.scss */
      .scrollup .icon-scrollup {
        margin-right: 0; }
      /* line 314, ../scss/components/_nourishing.scss */
      .scrollup span {
        display: none; } }

/* line 320, ../scss/components/_nourishing.scss */
.scrollup-wrap {
  float: right;
  width: 140px;
  margin-left: 24px; }
  /* line 325, ../scss/components/_nourishing.scss */
  .scrollup-wrap.scrollup-wrap-with-sidebar {
    width: 222px; }
    @media all and (min-width: 78.75em) {
      /* line 328, ../scss/components/_nourishing.scss */
      .scrollup-wrap.scrollup-wrap-with-sidebar .scrollup {
        margin-left: 0; } }

/************************************
    colours
/************************************/
@media all and (min-width: 30.625em) {
  /* line 2, ../scss/components/recipes/_recipes_header_footer.scss */
  .page-recipes .site-header {
    margin-bottom: 0; } }
@media all and (min-width: 30.625em) {
  /* line 8, ../scss/components/recipes/_recipes_header_footer.scss */
  .page-recipes .site-logo {
    position: static;
    min-height: 0;
    margin-top: 11px; }
    /* line 14, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-logo img {
      width: 164px; } }
/* line 22, ../scss/components/recipes/_recipes_header_footer.scss */
.page-recipes .main-nav li > a {
  color: #4A4A4A; }
@media all and (min-width: 30.625em) {
  /* line 20, ../scss/components/recipes/_recipes_header_footer.scss */
  .page-recipes .main-nav {
    margin-top: 16px; } }

/* line 33, ../scss/components/recipes/_recipes_header_footer.scss */
.page-recipes .wrap {
  width: 1200px; }
  @media all and (max-width: 78.74em) {
    /* line 33, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .wrap {
      box-sizing: border-box;
      width: 100%;
      padding-left: 1em;
      padding-right: 1em; } }
  /* line 42, ../scss/components/recipes/_recipes_header_footer.scss */
  .page-recipes .wrap.commentsPanel {
    width: 100%; }

@media all and (min-width: 30em) {
  /* line 50, ../scss/components/recipes/_recipes_header_footer.scss */
  .node-recipes-home-page-uk nav, .node-recipes-home-page-uk .site-title,
  .node-recipes-landing-page-uk nav,
  .node-recipes-landing-page-uk .site-title,
  .node-recipes-listing-page-uk nav,
  .node-recipes-listing-page-uk .site-title {
    position: absolute; } }

@media all and (min-width: 78.75em) {
  /* line 57, ../scss/components/recipes/_recipes_header_footer.scss */
  .node-recipes-landing-page-uk .recipes_masthead, .node-recipes-listing-page-uk .recipes_masthead {
    height: 335px; } }
@media all and (min-width: 30em) and (max-width: 78.74em) {
  /* line 57, ../scss/components/recipes/_recipes_header_footer.scss */
  .node-recipes-landing-page-uk .recipes_masthead, .node-recipes-listing-page-uk .recipes_masthead {
    height: 320px; } }

/* line 66, ../scss/components/recipes/_recipes_header_footer.scss */
.group-r-featured, .group-r-details-intro {
  position: relative;
  background: #fff; }

@media all and (min-width: 78.75em) {
  /* line 71, ../scss/components/recipes/_recipes_header_footer.scss */
  .node-recipes-home-page-uk .recipes_masthead {
    height: 450px; } }
@media all and (min-width: 30em) and (max-width: 78.74em) {
  /* line 71, ../scss/components/recipes/_recipes_header_footer.scss */
  .node-recipes-home-page-uk .recipes_masthead {
    height: 320px; } }

@media all and (min-width: 30em) {
  /* line 83, ../scss/components/recipes/_recipes_header_footer.scss */
  .node-recipes-content-page-uk .recipes_masthead,
  .node-type-recipes-contributor-page-uk .recipes_masthead {
    margin-bottom: 16px; } }
/* line 88, ../scss/components/recipes/_recipes_header_footer.scss */
.node-recipes-content-page-uk .site-title,
.node-type-recipes-contributor-page-uk .site-title {
  background-color: #99DECD; }
  @media all and (min-width: 30em) {
    /* line 88, ../scss/components/recipes/_recipes_header_footer.scss */
    .node-recipes-content-page-uk .site-title,
    .node-type-recipes-contributor-page-uk .site-title {
      margin-top: 10px;
      position: relative; } }
  @media all and (min-width: 30em) and (max-width: 78.74em) {
    /* line 88, ../scss/components/recipes/_recipes_header_footer.scss */
    .node-recipes-content-page-uk .site-title,
    .node-type-recipes-contributor-page-uk .site-title {
      margin-bottom: -25px; } }
  @media all and (min-width: 78.75em) {
    /* line 88, ../scss/components/recipes/_recipes_header_footer.scss */
    .node-recipes-content-page-uk .site-title,
    .node-type-recipes-contributor-page-uk .site-title {
      margin-bottom: -34px; } }

/* line 104, ../scss/components/recipes/_recipes_header_footer.scss */
#node_recipes_home_page_uk_full_group_r_featured_items .wrap {
  padding-bottom: 0; }

/* line 109, ../scss/components/recipes/_recipes_header_footer.scss */
.recipes_masthead {
  background-repeat: no-repeat;
  background-color: #99DECD;
  position: relative;
  clear: both;
  color: white;
  text-align: center;
  background-size: cover;
  background-position: center center; }
  @media all and (max-width: 29.99em) {
    /* line 109, ../scss/components/recipes/_recipes_header_footer.scss */
    .recipes_masthead {
      font-size: 0.5625em;
      background-color: #99DECD;
      padding: 0 3em 3em; }
      /* line 125, ../scss/components/recipes/_recipes_header_footer.scss */
      .recipes_masthead .field-name-field-hero-banner-image {
        display: none; } }
  @media all and (min-width: 30em) and (max-width: 78.74em) {
    /* line 109, ../scss/components/recipes/_recipes_header_footer.scss */
    .recipes_masthead {
      font-size: 0.75em;
      margin-bottom: 68px; } }
  @media all and (min-width: 78.75em) {
    /* line 109, ../scss/components/recipes/_recipes_header_footer.scss */
    .recipes_masthead {
      margin-bottom: 90px; } }
  /* line 137, ../scss/components/recipes/_recipes_header_footer.scss */
  .recipes_masthead .field-name-field-r-header-site-title {
    display: inline-block; }
  /* line 140, ../scss/components/recipes/_recipes_header_footer.scss */
  .recipes_masthead .field-label {
    display: none; }
  /* line 143, ../scss/components/recipes/_recipes_header_footer.scss */
  .recipes_masthead .field-name-field-r-header-heading,
  .recipes_masthead .field-name-field-r-header-overview,
  .recipes_masthead .field-name-field-r-header-hashtag-text {
    position: relative; }
  /* line 148, ../scss/components/recipes/_recipes_header_footer.scss */
  .recipes_masthead .field-name-field-r-header-heading {
    font-size: 4.375em;
    padding: 0.9em 0 0.4em;
    line-height: 1em; }
  /* line 153, ../scss/components/recipes/_recipes_header_footer.scss */
  .recipes_masthead .field-name-field-r-header-overview {
    font-size: 1.875em;
    width: 65%;
    margin: 0 auto;
    padding: 0em 0em 0.5em;
    line-height: 1.2em; }
  /* line 160, ../scss/components/recipes/_recipes_header_footer.scss */
  .recipes_masthead .field-name-field-r-header-hashtag-text {
    font-size: 1.875em;
    font-weight: bold; }
    /* line 163, ../scss/components/recipes/_recipes_header_footer.scss */
    .recipes_masthead .field-name-field-r-header-hashtag-text a,
    .recipes_masthead .field-name-field-r-header-hashtag-text a:hover,
    .recipes_masthead .field-name-field-r-header-hashtag-text a:focus,
    .recipes_masthead .field-name-field-r-header-hashtag-text a:active,
    .recipes_masthead .field-name-field-r-header-hashtag-text a:visited {
      color: #fff; }
  /* line 171, ../scss/components/recipes/_recipes_header_footer.scss */
  .recipes_masthead .field-name-field-hero-banner-image {
    position: absolute;
    z-index: -1; }
    /* line 174, ../scss/components/recipes/_recipes_header_footer.scss */
    .recipes_masthead .field-name-field-hero-banner-image img {
      width: 100%; }
  /* line 178, ../scss/components/recipes/_recipes_header_footer.scss */
  .recipes_masthead .site-title {
    font-family: 'Grand Hotel', cursive;
    display: inline-block;
    color: white;
    font-size: 5em;
    margin-bottom: 0;
    margin-top: 0;
    left: 0;
    right: 0;
    bottom: -27px;
    z-index: 1; }
    @media all and (max-width: 29.99em) {
      /* line 178, ../scss/components/recipes/_recipes_header_footer.scss */
      .recipes_masthead .site-title {
        margin-bottom: -1px; } }
    @media all and (min-width: 30em) and (max-width: 78.74em) {
      /* line 178, ../scss/components/recipes/_recipes_header_footer.scss */
      .recipes_masthead .site-title {
        padding: 0;
        bottom: -25px; } }
    @media all and (min-width: 78.75em) {
      /* line 178, ../scss/components/recipes/_recipes_header_footer.scss */
      .recipes_masthead .site-title {
        bottom: -34px; } }
    @media all and (max-width: 29.99em) {
      /* line 178, ../scss/components/recipes/_recipes_header_footer.scss */
      .recipes_masthead .site-title {
        padding: 0.5em 0 0; } }
    /* line 202, ../scss/components/recipes/_recipes_header_footer.scss */
    .recipes_masthead .site-title span {
      background: #99DECD;
      padding: 0 0.4em; }
      @media all and (max-width: 29.99em) {
        /* line 202, ../scss/components/recipes/_recipes_header_footer.scss */
        .recipes_masthead .site-title span {
          display: inline-block; } }
  /* line 210, ../scss/components/recipes/_recipes_header_footer.scss */
  .recipes_masthead .bg_image, .recipes_masthead .video-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    /* line 216, ../scss/components/recipes/_recipes_header_footer.scss */
    .recipes_masthead .bg_image div, .recipes_masthead .bg_image img, .recipes_masthead .video-wrapper div, .recipes_masthead .video-wrapper img {
      height: 100%;
      width: 100%; }
    /* line 220, ../scss/components/recipes/_recipes_header_footer.scss */
    .recipes_masthead .bg_image video, .recipes_masthead .video-wrapper video {
      width: 100%; }
    @media all and (max-width: 29.99em) {
      /* line 210, ../scss/components/recipes/_recipes_header_footer.scss */
      .recipes_masthead .bg_image, .recipes_masthead .video-wrapper {
        display: none; } }
  /* line 227, ../scss/components/recipes/_recipes_header_footer.scss */
  .recipes_masthead .bg_image {
    display: none; }
  /* line 230, ../scss/components/recipes/_recipes_header_footer.scss */
  .recipes_masthead nav {
    width: 100%;
    overflow: hidden;
    z-index: 0;
    background: #99DECD; }
    @media all and (min-width: 30em) {
      /* line 236, ../scss/components/recipes/_recipes_header_footer.scss */
      #node_recipes_content_page_uk_full_group_r_header .recipes_masthead nav {
        position: relative;
        z-index: 0;
        bottom: 0; } }
    @media all and (min-width: 30em) and (max-width: 78.74em) {
      /* line 230, ../scss/components/recipes/_recipes_header_footer.scss */
      .recipes_masthead nav {
        bottom: -69px;
        border-bottom: 1px solid #99DECD; } }
    @media all and (min-width: 78.75em) {
      /* line 230, ../scss/components/recipes/_recipes_header_footer.scss */
      .recipes_masthead nav {
        bottom: -91px; } }
    /* line 249, ../scss/components/recipes/_recipes_header_footer.scss */
    .recipes_masthead nav ul {
      padding: 0;
      margin: 0; }
      /* line 252, ../scss/components/recipes/_recipes_header_footer.scss */
      .recipes_masthead nav ul li {
        display: inline-block; }
        /* line 254, ../scss/components/recipes/_recipes_header_footer.scss */
        .recipes_masthead nav ul li a {
          color: #4A4A4A;
          padding: 1.5em 0.7em 0.9em;
          display: inline-block;
          font-size: 1.5em; }
          @media all and (max-width: 29.99em) {
            /* line 254, ../scss/components/recipes/_recipes_header_footer.scss */
            .recipes_masthead nav ul li a {
              padding: 0.5em; } }
          /* line 262, ../scss/components/recipes/_recipes_header_footer.scss */
          .recipes_masthead nav ul li a:hover, .recipes_masthead nav ul li a:focus {
            color: white; }

/***************************************************************
    site-footer
/***************************************************************/
/* line 276, ../scss/components/recipes/_recipes_header_footer.scss */
.page-recipes .site-footer {
  background-color: #8e58b6;
  padding: 1em;
  margin-bottom: 0;
  color: #fff; }
  /* line 281, ../scss/components/recipes/_recipes_header_footer.scss */
  .page-recipes .site-footer .wrap {
    overflow: hidden; }
  /* line 284, ../scss/components/recipes/_recipes_header_footer.scss */
  .page-recipes .site-footer .copyright {
    margin-top: 26px; }
  /* line 287, ../scss/components/recipes/_recipes_header_footer.scss */
  .page-recipes .site-footer .recipes_social-links {
    padding: 0;
    margin: 18px 0 0 0; }
    /* line 291, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-footer .recipes_social-links ul {
      text-align: left; }
      /* line 293, ../scss/components/recipes/_recipes_header_footer.scss */
      .page-recipes .site-footer .recipes_social-links ul li {
        display: inline-block; }
    /* line 297, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-footer .recipes_social-links a {
      border-color: white;
      border-width: 2px; }
  /* line 302, ../scss/components/recipes/_recipes_header_footer.scss */
  .page-recipes .site-footer .recipes-footer-nav {
    margin: 26px 0 10px;
    padding: 0;
    list-style: none; }
    @media all and (max-width: 29.99em) {
      /* line 302, ../scss/components/recipes/_recipes_header_footer.scss */
      .page-recipes .site-footer .recipes-footer-nav {
        text-align: center;
        margin-bottom: 26px; } }
    /* line 310, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-footer .recipes-footer-nav li {
      display: inline-block;
      padding: 0 5px; }
      /* line 314, ../scss/components/recipes/_recipes_header_footer.scss */
      .page-recipes .site-footer .recipes-footer-nav li a:link, .page-recipes .site-footer .recipes-footer-nav li a:visited {
        color: #fff;
        text-decoration: none; }
      /* line 318, ../scss/components/recipes/_recipes_header_footer.scss */
      .page-recipes .site-footer .recipes-footer-nav li a:focus, .page-recipes .site-footer .recipes-footer-nav li a:hover {
        text-decoration: underline; }
  @media all and (min-width: 30em) {
    /* line 326, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-footer .footer_image,
    .page-recipes .site-footer .copyright,
    .page-recipes .site-footer .recipes_social-links {
      float: left; }
    /* line 331, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-footer .recipes_social-links {
      text-align: left;
      margin-right: 10px; }
      /* line 334, ../scss/components/recipes/_recipes_header_footer.scss */
      .page-recipes .site-footer .recipes_social-links .group-r-social-links {
        margin: 0; }
      /* line 337, ../scss/components/recipes/_recipes_header_footer.scss */
      .page-recipes .site-footer .recipes_social-links ul {
        text-align: left; }
    /* line 341, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-footer .copyright {
      width: 54%;
      text-align: right; }
    /* line 345, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-footer .footer_image {
      float: right; }
    /* line 348, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-footer p {
      text-align: left !important;
      width: auto !important; }
    /* line 352, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-footer .recipes-footer-nav {
      display: inline-block;
      margin-left: 40px; } }
  @media all and (max-width: 22.49em) {
    /* line 358, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-footer .footer_image,
    .page-recipes .site-footer .copyright,
    .page-recipes .site-footer .recipes_social-links {
      width: auto;
      float: none; } }
  @media all and (max-width: 29.99em) {
    /* line 366, ../scss/components/recipes/_recipes_header_footer.scss */
    .page-recipes .site-footer .footer_image {
      text-align: center; } }

/* line 373, ../scss/components/recipes/_recipes_header_footer.scss */
.page-recipes .main-nav .menu li.empty a:hover {
  padding: 16px 8px;
  border: solid 2px transparent; }

/* line 1, ../scss/components/recipes/_recipes_content_page.scss */
#node_recipes_home_page_uk_full_group_r_header {
  margin-bottom: -1px; }

/* line 6, ../scss/components/recipes/_recipes_content_page.scss */
.node-recipes-content-page-uk,
.node-recipes-content-page-uk h1,
.node-recipes-content-page-uk .alpha {
  color: #4A4A4A; }

/* line 12, ../scss/components/recipes/_recipes_content_page.scss */
.recipeTitle {
  color: #4B4B4B; }
  @media all and (min-width: 30.625em) {
    /* line 12, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeTitle {
      font-size: 45px; } }

/* line 20, ../scss/components/recipes/_recipes_content_page.scss */
.recipeSubTitle {
  font-size: 24px; }

/* line 24, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIntro-header {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  /* line 28, ../scss/components/recipes/_recipes_content_page.scss */
  .field-group-empty .recipeDetailsIntro-header {
    padding: 0; }
  @media all and (min-width: 30.625em) {
    /* line 24, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeDetailsIntro-header {
      padding-top: 50px;
      padding-bottom: 50px; }
      /* line 35, ../scss/components/recipes/_recipes_content_page.scss */
      .field-group-empty .recipeDetailsIntro-header {
        padding: 0; } }

@media all and (min-width: 30.625em) {
  /* line 43, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-main {
    margin-left: -23px;
    margin-right: -23px;
    margin-bottom: 4em; }

  /* line 49, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-column {
    width: 50%;
    padding-left: 23px;
    padding-right: 23px;
    box-sizing: border-box;
    float: left; } }
/* line 59, ../scss/components/recipes/_recipes_content_page.scss */
.recipeAuthorPicture {
  width: 70px;
  height: 90px;
  float: left;
  margin-right: 34px;
  margin-bottom: 20px; }

/* line 67, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIntro-actions {
  padding: 1px 0;
  margin-top: 2em;
  position: relative;
  clear: both; }

/* line 74, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIntro-actionLink {
  position: relative;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding-top: 21px;
  padding-bottom: 21px;
  color: #4B4B4B !important;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 1;
  padding: 40px 0 40px 104px;
  margin-bottom: -1px;
  display: block; }
  /* line 87, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-actionLink:nth-of-type(3) {
    border-top: 0; }
  @media all and (min-width: 30.625em) {
    /* line 74, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeDetailsIntro-actionLink {
      float: left;
      width: 40%;
      width: calc(50% - 23px); }
      /* line 95, ../scss/components/recipes/_recipes_content_page.scss */
      .recipeDetailsIntro-actionLink:nth-of-type(even) {
        float: right; } }
  /* line 100, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-actionLink:before {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #bdd600;
    background-repeat: no-repeat;
    background-position: 50%; }
  /* line 115, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-actionLink:focus, .recipeDetailsIntro-actionLink:hover {
    background-color: #f8fbe6; }
  /* line 120, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-actionLink.share:before {
    background-image: url("../img/recipes/speech_bubble.png");
    background-image: url("../img/recipes/speech_bubble.svg"); }
  /* line 126, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-actionLink.rate:before {
    background-image: url("../img/recipes/star.png"); }
  /* line 134, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-actionLink.print:before {
    background-image: url("../img/recipes/printer.png");
    background-image: url("../img/recipes/printer.svg"); }

/* line 141, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIntro-actionPanel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 90%;
  margin: auto;
  background: #fff;
  border: solid 1px #C9C9C9;
  padding: 20px;
  box-sizing: border-box; }
  /* line 155, ../scss/components/recipes/_recipes_content_page.scss */
  .js .recipeDetailsIntro-actionPanel {
    display: none;
    padding-top: 20px;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5); }
  /* line 161, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-actionPanel.active {
    display: block; }
  /* line 165, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-actionPanel .closeButton {
    width: 40px;
    height: 40px;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: 0;
    border: 0; }
  /* line 177, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-actionPanel .addthis_toolbox {
    text-align: center; }
    /* line 180, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeDetailsIntro-actionPanel .addthis_toolbox a {
      float: none;
      display: inline-block; }

/* line 187, ../scss/components/recipes/_recipes_content_page.scss */
.rating-inputs {
  text-align: center; }
  /* line 190, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  /* line 194, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs label {
    display: inline-block;
    width: 37px;
    height: 33px;
    background-image: url(../img/outline_star.svg); }
    /* line 200, ../scss/components/recipes/_recipes_content_page.scss */
    .rating-inputs label span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    /* line 204, ../scss/components/recipes/_recipes_content_page.scss */
    .rating-inputs label:hover, .rating-inputs label:focus {
      transform: scale(1.2); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="1"] ~ .r1 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="2"] ~ .r1 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="2"] ~ .r2 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="3"] ~ .r1 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="3"] ~ .r2 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="3"] ~ .r3 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="4"] ~ .r1 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="4"] ~ .r2 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="4"] ~ .r3 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="4"] ~ .r4 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="5"] ~ .r1 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="5"] ~ .r2 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="5"] ~ .r3 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="5"] ~ .r4 {
    background-image: url(../img/solid_star.svg); }
  /* line 216, ../scss/components/recipes/_recipes_content_page.scss */
  .rating-inputs input:checked[value="5"] ~ .r5 {
    background-image: url(../img/solid_star.svg); }

/* line 225, ../scss/components/recipes/_recipes_content_page.scss */
.recipeRatingsComments {
  font-size: 1.875em;
  margin: 0.6em 0 1.6em; }
  /* line 228, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeRatingsComments .ratings {
    margin-right: 1em; }
  /* line 232, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeRatingsComments > a {
    color: #4A4A4A; }
    /* line 235, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeRatingsComments > a:link, .recipeRatingsComments > a:visited {
      color: #4A4A4A; }

/* line 240, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIntro-authorInfo,
.recipeDetailsIntro-authorComment {
  margin-bottom: 1em; }

/* line 244, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIntro_image_copyright {
  color: #007934; }

/* line 247, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIntro-tags {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 252, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-tags li {
    display: inline-block;
    margin: 0 0.6em 0.6em 0; }
  /* line 257, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-tags a {
    color: #4A4A4A; }
    /* line 260, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeDetailsIntro-tags a:hover, .recipeDetailsIntro-tags a:focus {
      text-decoration: underline; }

/* line 266, ../scss/components/recipes/_recipes_content_page.scss */
.field-name-field-r-details-intro-image {
  margin-bottom: 1.2em; }
  /* line 269, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIntro-main .field-name-field-r-details-intro-image {
    margin-bottom: 2em; }

/* line 275, ../scss/components/recipes/_recipes_content_page.scss */
.recipesFeaturedSpotlights .field-type-image {
  margin-bottom: 1.2em; }
/* line 279, ../scss/components/recipes/_recipes_content_page.scss */
.recipesFeaturedSpotlights .recipeDetails-method_image {
  margin-bottom: 1.2em; }

/* line 284, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIngredients-header,
.recipeDetailsMethod-header {
  font-size: 2.8125em;
  margin-bottom: 0; }

/* line 290, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIngredients-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 33px; }
  @media all and (max-width: 29.99em) {
    /* line 290, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeDetailsIngredients-list {
      margin-bottom: 4em; } }
  /* line 298, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-list li {
    font-size: 1.0625em;
    border-bottom: #99DECD 2px solid;
    padding: 0.9em 0; }
    @media all and (min-width: 30em) {
      /* line 298, ../scss/components/recipes/_recipes_content_page.scss */
      .recipeDetailsIngredients-list li {
        margin-right: 45px; } }

/* line 307, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIngredients {
  background-color: #F0F0F0;
  padding: 3em 0;
  margin-bottom: 7em; }
  @media all and (max-width: 29.99em) {
    /* line 307, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeDetailsIngredients {
      padding: 3em 3em 2em; } }

/* line 315, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIngredients-main {
  overflow: hidden; }

@media all and (min-width: 30em) {
  /* line 320, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetails-column-9 {
    width: 65%; }

  /* line 323, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetails-column-3 {
    width: 31%;
    margin-left: 4%; }

  /* line 330, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 150px;
    -moz-column-width: 150px;
    column-width: 150px; }

  /* line 338, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetails-column-9,
  .recipeDetails-column-3 {
    float: left; } }
/* line 344, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetails-column-3 .bottom-spotlight-wrapper-link {
  display: block;
  text-align: center;
  color: #4B4B4B;
  font-weight: 700;
  font-size: 30px;
  background: url("../img/recipes/floral-top.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 70px; }
  /* line 356, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetails-column-3 .bottom-spotlight-wrapper-link .field-type-text {
    background: url("../img/recipes/floral-bottom.png") no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 70px; }

/* line 363, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsIngredients-stats {
  margin-top: 9px; }
  /* line 365, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-stats dt, .recipeDetailsIngredients-stats dd {
    float: left; }
  /* line 368, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-stats dt {
    clear: both;
    position: relative;
    height: 31px;
    margin-bottom: 26px;
    padding-left: 4em;
    padding-top: 0px; }
    /* line 375, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeDetailsIngredients-stats dt span {
      text-indent: -9999px;
      display: inline-block; }
      /* line 378, ../scss/components/recipes/_recipes_content_page.scss */
      .recipeDetailsIngredients-stats dt span:before {
        content: '';
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -12px;
        bottom: 0;
        margin: auto;
        background-color: #33BD9C;
        background-repeat: no-repeat;
        background-position: 50%;
        display: inline-block;
        margin-right: 10px; }
  /* line 396, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-stats dd {
    margin: 0;
    margin-left: 4px; }
    /* line 399, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeDetailsIngredients-stats dd div {
      display: inline; }
  /* line 405, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-stats .icon-time:before {
    background-image: url("../img/recipes/time.png");
    background-image: url("../img/recipes/time.svg"); }
  /* line 411, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-stats .icon-serves:before {
    background-image: url("../img/recipes/spoon.png");
    background-image: url("../img/recipes/spoon.svg"); }
  /* line 417, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-stats .icon-cal:before {
    background-image: url("../img/recipes/bar_chart.png");
    background-image: url("../img/recipes/bar_chart.svg"); }
  /* line 423, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-stats .icon-fat:before {
    background-image: url("../img/recipes/fat.png");
    background-image: url("../img/recipes/fat.svg"); }
  /* line 429, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-stats .icon-salt:before {
    background-image: url("../img/recipes/arrow.png");
    background-image: url("../img/recipes/arrow.svg"); }
  /* line 435, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-stats .icon-sugar:before {
    background-image: url("../img/recipes/sugar.png"); }
  /* line 440, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetailsIngredients-stats .icon-5-a-day:before {
    background-image: url("../img/recipes/apple.png");
    background-image: url("../img/recipes/apple.svg"); }

/* line 447, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetails-method {
  margin-top: 1em;
  margin-bottom: 5em; }
  /* line 450, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetails-method ol.recipeDetails-method_list {
    counter-reset: method;
    list-style: none;
    padding: 0; }
    /* line 454, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeDetails-method ol.recipeDetails-method_list li {
      font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
      font-size: 1.0625em;
      margin-bottom: 2em; }
      /* line 458, ../scss/components/recipes/_recipes_content_page.scss */
      .recipeDetails-method ol.recipeDetails-method_list li:before {
        counter-increment: method;
        content: counter(method);
        font-size: 1.875em;
        color: #007934;
        border: 3px #99DECD solid;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        left: 0;
        right: 0;
        display: block;
        text-align: center;
        margin-bottom: 10px; }

/* line 478, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetails-method_image {
  margin-bottom: 5em; }

/* line 486, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetailsMethod-header {
  margin-top: 0.4em;
  margin-bottom: 0.6em; }

/* line 490, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetails-blockquote {
  font-size: 1.875em;
  color: #4A4A4A;
  margin: 0 0 1em 0; }
  @media all and (min-width: 30em) {
    /* line 490, ../scss/components/recipes/_recipes_content_page.scss */
    .recipeDetails-blockquote {
      margin: 0 0 3em 0; } }

/* line 498, ../scss/components/recipes/_recipes_content_page.scss */
.recipeDetails-method-section {
  border-bottom: #33BD9C 1px solid;
  margin-bottom: 4em; }
  /* line 501, ../scss/components/recipes/_recipes_content_page.scss */
  .recipeDetails-method-section video {
    width: 100%; }

/* line 4, ../scss/components/recipes/_recipes_components.scss */
.starRating .star {
  display: inline-block;
  width: 37px;
  height: 33px;
  margin-right: 6px;
  vertical-align: middle;
  background-repeat: no-repeat; }
/* line 12, ../scss/components/recipes/_recipes_components.scss */
.starRating .star-0 {
  background-image: url("../img/outline_star.svg"); }
/* line 15, ../scss/components/recipes/_recipes_components.scss */
.starRating .star-1 {
  background-image: url("../img/solid_star.svg"); }
/* line 22, ../scss/components/recipes/_recipes_components.scss */
.recipesFeaturedSpotlight .starRating .starRating-stars, .recipesPanelListingSmall .starRating .starRating-stars, .recipesPanelSearchResults .starRating .starRating-stars {
  margin-right: 8px; }
/* line 26, ../scss/components/recipes/_recipes_components.scss */
.recipesFeaturedSpotlight .starRating .star, .recipesPanelListingSmall .starRating .star, .recipesPanelSearchResults .starRating .star {
  width: 22px;
  height: 20px;
  background-size: 100%;
  margin-right: 4px; }
/* line 33, ../scss/components/recipes/_recipes_components.scss */
.recipesFeaturedSpotlight .starRating .star-0, .recipesPanelListingSmall .starRating .star-0, .recipesPanelSearchResults .starRating .star-0 {
  background-position: center bottom; }
/* line 37, ../scss/components/recipes/_recipes_components.scss */
.recipesFeaturedSpotlight .starRating .starRating-avg, .recipesPanelListingSmall .starRating .starRating-avg, .recipesPanelSearchResults .starRating .starRating-avg {
  font-size: inherit; }

/* line 42, ../scss/components/recipes/_recipes_components.scss */
.starRating-stars {
  margin-right: 18px; }

/* line 45, ../scss/components/recipes/_recipes_components.scss */
.starRating-avg {
  font-size: 30px;
  vertical-align: middle; }

/* line 50, ../scss/components/recipes/_recipes_components.scss */
.recipesPanel {
  padding: 60px 0; }
  @media all and (max-width: 29.99em) {
    /* line 50, ../scss/components/recipes/_recipes_components.scss */
    .recipesPanel {
      padding-top: 30px; } }

/* line 57, ../scss/components/recipes/_recipes_components.scss */
.recipes-see-more {
  text-align: center;
  padding-top: 40px; }
  /* line 60, ../scss/components/recipes/_recipes_components.scss */
  .recipes-see-more a {
    display: inline;
    font-size: 1.5em;
    background: #fff;
    color: #4A4A4A;
    padding: 0.6em 2em;
    border: solid 1px #007934;
    border-radius: 0; }

/* line 75, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelHeading {
  color: #4B4B4B;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
  line-height: 45px;
  margin: 0 0 10px;
  font-size: 2.5em; }
  @media all and (min-width: 30.625em) {
    /* line 75, ../scss/components/recipes/_recipes_components.scss */
    .recipesPanelHeading {
      font-size: 45px; } }

/* line 86, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelHeadingWrapper {
  padding: 0 0 10px;
  text-align: center; }
  /* line 89, ../scss/components/recipes/_recipes_components.scss */
  .sidebar .recipesPanelHeadingWrapper {
    text-align: left;
    padding-top: 70px; }

/* line 94, ../scss/components/recipes/_recipes_components.scss */
.recipesFeaturedSpotlight-header {
  font-size: 1.5em;
  border-bottom: 2px solid #99DECD;
  padding-bottom: 20px; }
  @media all and (min-width: 30.625em) {
    /* line 94, ../scss/components/recipes/_recipes_components.scss */
    .recipesFeaturedSpotlight-header {
      font-size: 30px; } }
  /* line 102, ../scss/components/recipes/_recipes_components.scss */
  .recipesFeaturedSpotlight-header a:link, .recipesFeaturedSpotlight-header a:visited {
    color: #4B4B4B; }

/* line 107, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelSubHeading {
  font-size: 18px;
  text-transform: uppercase; }

/* line 114, ../scss/components/recipes/_recipes_components.scss */
.recipesFeaturedSpotlights {
  *zoom: 1;
  overflow: hidden; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .recipesFeaturedSpotlights:before, .recipesFeaturedSpotlights:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .recipesFeaturedSpotlights:after {
    clear: both; }
  @media all and (min-width: 30em) {
    /* line 118, ../scss/components/recipes/_recipes_components.scss */
    .recipesFeaturedSpotlights > .field-items {
      *zoom: 1;
      margin-left: -1.83%;
      margin-right: -1.83%; }
      /* line 27, ../scss/lib/_semantic-grid-system.scss */
      .recipesFeaturedSpotlights > .field-items:before, .recipesFeaturedSpotlights > .field-items:after {
        content: "";
        display: table; }
      /* line 32, ../scss/lib/_semantic-grid-system.scss */
      .recipesFeaturedSpotlights > .field-items:after {
        clear: both; } }
  @media all and (min-width: 30em) {
    /* line 124, ../scss/components/recipes/_recipes_components.scss */
    .recipesFeaturedSpotlights > .field-items > .field-item {
      width: 33.33%;
      float: left;
      padding-left: 1.76%;
      padding-right: 1.76%;
      box-sizing: border-box; }
      /* line 132, ../scss/components/recipes/_recipes_components.scss */
      .recipesFeaturedSpotlights > .field-items > .field-item:nth-child(3n + 1) {
        clear: left; } }
  /* line 139, ../scss/components/recipes/_recipes_components.scss */
  .recipesFeaturedSpotlights > .field-items > .field-item .recipe-has-video .field-type-image .field-item {
    position: relative; }
    /* line 143, ../scss/components/recipes/_recipes_components.scss */
    .recipesFeaturedSpotlights > .field-items > .field-item .recipe-has-video .field-type-image .field-item a:after {
      width: 133px;
      height: 133px;
      content: '';
      background-image: url(../img/recipes/Play_button.svg);
      background-image: url(../img/recipes/Play_button.png);
      background-size: cover;
      position: absolute;
      left: 0;
      bottom: 0px;
      z-index: 2; }
  /* line 162, ../scss/components/recipes/_recipes_components.scss */
  .recipesFeaturedSpotlights > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item {
    position: relative; }
    /* line 166, ../scss/components/recipes/_recipes_components.scss */
    .recipesFeaturedSpotlights > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item a:after {
      width: 75px;
      height: 75px;
      content: '';
      background-image: url(../img/recipes/Play_button.svg);
      background-image: url(../img/recipes/Play_button.png);
      background-size: cover;
      position: absolute;
      left: 0;
      bottom: 0px;
      z-index: 2; }
  /* line 185, ../scss/components/recipes/_recipes_components.scss */
  .recipesFeaturedSpotlights > .field-items > .field-item .field-type-image img {
    width: 100%; }
  /* line 191, ../scss/components/recipes/_recipes_components.scss */
  .recipesFeaturedSpotlights > .field-items > .field-item a:link, .recipesFeaturedSpotlights > .field-items > .field-item a:visited {
    color: #4A4A4A; }
  /* line 196, ../scss/components/recipes/_recipes_components.scss */
  .recipesFeaturedSpotlights > .field-items > .field-item h3 {
    font-size: 24px;
    font-weight: normal;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
  /* line 204, ../scss/components/recipes/_recipes_components.scss */
  .recipesFeaturedSpotlights .content h2 {
    font-size: 32px;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
    line-height: 1;
    color: #4A4A4A;
    padding-bottom: 0.6em;
    border-bottom: solid 2px #99DECD;
    margin-bottom: 0.5em;
    min-height: 2em; }
  @media all and (min-width: 30em) {
    /* line 217, ../scss/components/recipes/_recipes_components.scss */
    .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item {
      width: 25%; }
      /* line 221, ../scss/components/recipes/_recipes_components.scss */
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item:nth-child(3n + 1) {
        clear: none; }
      /* line 225, ../scss/components/recipes/_recipes_components.scss */
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item:nth-child(4n + 1) {
        clear: left; } }

/* line 233, ../scss/components/recipes/_recipes_components.scss */
.group-r-about {
  background: #f6f2e9;
  border-top: solid 1px #c9c9c9; }
  /* line 237, ../scss/components/recipes/_recipes_components.scss */
  .group-r-about .recipesPanelHeadingWrapper {
    padding-bottom: 50px;
    margin-bottom: 1em;
    background: url("../img/flourish.png") no-repeat center bottom; }
    @media all and (min-width: 30em) {
      /* line 237, ../scss/components/recipes/_recipes_components.scss */
      .group-r-about .recipesPanelHeadingWrapper {
        margin-bottom: 3em; } }

/* line 248, ../scss/components/recipes/_recipes_components.scss */
.group-r-listing-panel {
  background: #F0F0F0; }
  /* line 251, ../scss/components/recipes/_recipes_components.scss */
  .group-r-listing-panel .recipesPanelHeadingWrapper {
    margin-bottom: 2em; }

/* line 256, ../scss/components/recipes/_recipes_components.scss */
.field-name-field-r-listing-panel-tags-uk {
  *zoom: 1;
  margin-bottom: 20px; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .field-name-field-r-listing-panel-tags-uk:before, .field-name-field-r-listing-panel-tags-uk:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .field-name-field-r-listing-panel-tags-uk:after {
    clear: both; }
  /* line 260, ../scss/components/recipes/_recipes_components.scss */
  .field-name-field-r-listing-panel-tags-uk .field-item {
    display: inline-block; }
    /* line 263, ../scss/components/recipes/_recipes_components.scss */
    .field-name-field-r-listing-panel-tags-uk .field-item a {
      float: left;
      margin-left: 20px;
      margin-bottom: 20px;
      background: #fff;
      color: #007934;
      text-transform: uppercase;
      padding: .8em 1.8em; }
      /* line 272, ../scss/components/recipes/_recipes_components.scss */
      .field-name-field-r-listing-panel-tags-uk .field-item a.tag-active {
        background: #99DECD;
        color: #4A4A4A; }

/* line 280, ../scss/components/recipes/_recipes_components.scss */
.recipes-listing-filter-by {
  float: left;
  font-weight: bold;
  margin-top: 0.8em;
  margin-right: 20px;
  text-transform: uppercase; }

/* line 288, ../scss/components/recipes/_recipes_components.scss */
.recipes-search-tag-all {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  background: #fff;
  color: #007934;
  text-transform: uppercase;
  padding: .8em 1.8em; }
  /* line 297, ../scss/components/recipes/_recipes_components.scss */
  .recipes-search-tag-all.tag-active {
    background: #99DECD;
    color: #4A4A4A; }
  /* line 302, ../scss/components/recipes/_recipes_components.scss */
  .recipes-search-tag-all:link, .recipes-search-tag-all:visited {
    color: #007934; }
    /* line 304, ../scss/components/recipes/_recipes_components.scss */
    .recipes-search-tag-all:link.tag-active, .recipes-search-tag-all:visited.tag-active {
      background: #99DECD;
      color: #4A4A4A; }

/* line 312, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelListingSmall .view, .recipesPanelSearchResults .view {
  overflow: hidden;
  clear: both; }
  /* line 316, ../scss/components/recipes/_recipes_components.scss */
  .recipesPanelListingSmall .view .view-filters, .recipesPanelSearchResults .view .view-filters {
    display: none; }
  @media all and (min-width: 30em) {
    /* line 320, ../scss/components/recipes/_recipes_components.scss */
    .recipesPanelListingSmall .view .view-content, .recipesPanelSearchResults .view .view-content {
      *zoom: 1;
      margin-left: -1.83%;
      margin-right: -1.83%; }
      /* line 27, ../scss/lib/_semantic-grid-system.scss */
      .recipesPanelListingSmall .view .view-content:before, .recipesPanelListingSmall .view .view-content:after, .recipesPanelSearchResults .view .view-content:before, .recipesPanelSearchResults .view .view-content:after {
        content: "";
        display: table; }
      /* line 32, ../scss/lib/_semantic-grid-system.scss */
      .recipesPanelListingSmall .view .view-content:after, .recipesPanelSearchResults .view .view-content:after {
        clear: both; } }
  /* line 329, ../scss/components/recipes/_recipes_components.scss */
  .recipesPanelListingSmall .view .pager-load-more .pager-next a, .recipesPanelSearchResults .view .pager-load-more .pager-next a {
    margin-left: 20px;
    margin-bottom: 20px;
    background: #fff;
    color: #4A4A4A;
    padding: 0.6em 2em;
    border: solid 1px #007934;
    border-radius: 0; }
  @media all and (min-width: 30em) {
    /* line 340, ../scss/components/recipes/_recipes_components.scss */
    .recipesPanelListingSmall .view .views-row, .recipesPanelSearchResults .view .views-row {
      float: left;
      width: 25%;
      padding-left: 1.76%;
      padding-right: 1.76%;
      box-sizing: border-box;
      margin-bottom: 30px; } }
  @media all and (min-width: 30em) {
    /* line 350, ../scss/components/recipes/_recipes_components.scss */
    .group-r-related-recipes .recipesPanelListingSmall .view .views-row, .group-r-related-recipes .recipesPanelSearchResults .view .views-row {
      float: left;
      width: 33%;
      padding-left: 1.76%;
      padding-right: 1.76%;
      box-sizing: border-box;
      margin-bottom: 30px; } }
  /* line 361, ../scss/components/recipes/_recipes_components.scss */
  .recipesPanelListingSmall .view .views-row .starRating, .recipesPanelSearchResults .view .views-row .starRating {
    margin-top: 0.5em; }
    /* line 364, ../scss/components/recipes/_recipes_components.scss */
    .recipesPanelListingSmall .view .views-row .starRating .startRating-avg, .recipesPanelSearchResults .view .views-row .starRating .startRating-avg {
      top: 0.1em;
      position: relative; }
  /* line 370, ../scss/components/recipes/_recipes_components.scss */
  .recipesPanelListingSmall .view .views-row a, .recipesPanelSearchResults .view .views-row a {
    color: #4A4A4A; }
    /* line 373, ../scss/components/recipes/_recipes_components.scss */
    .recipesPanelListingSmall .view .views-row a:link, .recipesPanelListingSmall .view .views-row a:visited, .recipesPanelSearchResults .view .views-row a:link, .recipesPanelSearchResults .view .views-row a:visited {
      color: #4A4A4A; }

/* line 384, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelListingSmall .view-content .field-content img {
  margin-bottom: 1.2em; }
/* line 388, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelListingSmall .view-content .recipes-search-results-item-title {
  font-size: 32px;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
  line-height: 1;
  color: #4A4A4A;
  padding-bottom: 0.6em;
  border-bottom: solid 2px #99DECD;
  margin-bottom: 0.5em;
  min-height: 2em;
  display: block; }
/* line 399, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelListingSmall .view-content .views-field-field-r-details-intro-tags {
  color: #007934;
  font-weight: bold;
  padding-top: 1em;
  text-transform: uppercase; }
/* line 406, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelListingSmall .view-content .views-row {
  margin-bottom: 2em; }
/* line 410, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelListingSmall .view-content .views-field-title {
  padding-top: 0.15em;
  font-size: 24px; }

@media all and (min-width: 30em) {
  /* line 419, ../scss/components/recipes/_recipes_components.scss */
  .recipesPanelSearchResults .view .views-row {
    float: left;
    width: 33%;
    padding-left: 1.76%;
    padding-right: 1.76%; }
    /* line 426, ../scss/components/recipes/_recipes_components.scss */
    .recipesPanelSearchResults .view .views-row:nth-child(4n + 1) {
      clear: none; }
    /* line 430, ../scss/components/recipes/_recipes_components.scss */
    .recipesPanelSearchResults .view .views-row:nth-child(3n + 1) {
      clear: left; } }
/* line 435, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelSearchResults .view .views-row .recipes-search-results-item-title {
  padding-top: 0.15em;
  font-size: 24px; }
/* line 440, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelSearchResults .view .views-row .recipes-search-results-item-info {
  *zoom: 1;
  margin-top: 0.5em; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .recipesPanelSearchResults .view .views-row .recipes-search-results-item-info:before, .recipesPanelSearchResults .view .views-row .recipes-search-results-item-info:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .recipesPanelSearchResults .view .views-row .recipes-search-results-item-info:after {
    clear: both; }
/* line 445, ../scss/components/recipes/_recipes_components.scss */
.recipesPanelSearchResults .view .views-row .recipes-search-results-item-info-label {
  float: left;
  margin-right: 8px;
  text-transform: uppercase; }

/* line 454, ../scss/components/recipes/_recipes_components.scss */
.recipes-search-filters-wrap {
  background: #f0f0f0;
  position: relative;
  margin-top: 20px; }
  /* line 462, ../scss/components/recipes/_recipes_components.scss */
  .recipes-search-filters-wrap.recipes-search-filters-wrap-closed .recipes-filters-inner-wrap {
    display: none; }

/* line 468, ../scss/components/recipes/_recipes_components.scss */
.recipes-search-filter-toggle-wrap {
  position: relative;
  top: -46px; }

/* line 473, ../scss/components/recipes/_recipes_components.scss */
.recipes-search-filter-toggle {
  display: inline-block;
  width: 220px;
  background: #f0f0f0;
  padding: 12px 16px;
  text-transform: uppercase;
  color: #4A4A4A;
  *zoom: 1; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .recipes-search-filter-toggle:before, .recipes-search-filter-toggle:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .recipes-search-filter-toggle:after {
    clear: both; }
  @media all and (min-width: 30em) {
    /* line 473, ../scss/components/recipes/_recipes_components.scss */
    .recipes-search-filter-toggle {
      width: 280px; } }
  /* line 486, ../scss/components/recipes/_recipes_components.scss */
  .recipes-search-filter-toggle:link, .recipes-search-filter-toggle:active, .recipes-search-filter-toggle:visited {
    color: #4A4A4A; }
  /* line 490, ../scss/components/recipes/_recipes_components.scss */
  .recipes-search-filter-toggle:after {
    content: ' ';
    background-image: url("../img/recipes/green_chevron_down.svg");
    background-image: url("../img/recipes/green_chevron_down.png");
    width: 22px;
    height: 13px;
    margin-top: 5px;
    float: right; }
  /* line 501, ../scss/components/recipes/_recipes_components.scss */
  .recipes-search-filter-toggle.recipes-search-filter-toggle-active:after {
    content: ' ';
    background-image: url("../img/recipes/green_chevron.svg");
    background-image: url("../img/recipes/green_chevron.png");
    width: 22px;
    height: 13px;
    margin-top: 5px;
    float: right; }

/* line 513, ../scss/components/recipes/_recipes_components.scss */
.recipes-search-sort-by-wrap {
  position: relative; }
  @media all and (min-width: 30em) {
    /* line 513, ../scss/components/recipes/_recipes_components.scss */
    .recipes-search-sort-by-wrap {
      top: -78px; } }

/* line 520, ../scss/components/recipes/_recipes_components.scss */
.recipes-search-sort-by {
  color: #4A4A4A;
  margin-top: -20px; }
  @media all and (min-width: 30em) {
    /* line 520, ../scss/components/recipes/_recipes_components.scss */
    .recipes-search-sort-by {
      position: absolute;
      right: 20px;
      margin-top: 0; } }
  /* line 530, ../scss/components/recipes/_recipes_components.scss */
  .recipes-search-sort-by label {
    font-weight: normal;
    text-transform: uppercase; }
    @media all and (min-width: 30em) {
      /* line 530, ../scss/components/recipes/_recipes_components.scss */
      .recipes-search-sort-by label {
        display: inline;
        margin-left: 30px; } }

/* line 541, ../scss/components/recipes/_recipes_components.scss */
.field-name-field-r-search-filter-heading {
  margin-top: 20px; }

/* line 545, ../scss/components/recipes/_recipes_components.scss */
.field-r-search-filter-meal-t {
  margin-top: 40px;
  *zoom: 1; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .field-r-search-filter-meal-t:before, .field-r-search-filter-meal-t:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .field-r-search-filter-meal-t:after {
    clear: both; }
  /* line 549, ../scss/components/recipes/_recipes_components.scss */
  .field-r-search-filter-meal-t .recipes-search-tag, .field-r-search-filter-meal-t .recipes-search-tag-imitation {
    float: left;
    padding-left: 1.76%;
    padding-right: 1.76%;
    margin-bottom: 16px;
    box-sizing: border-box;
    outline: none;
    overflow: hidden; }
    @media all and (min-width: 30em) {
      /* line 549, ../scss/components/recipes/_recipes_components.scss */
      .field-r-search-filter-meal-t .recipes-search-tag, .field-r-search-filter-meal-t .recipes-search-tag-imitation {
        height: 310px;
        width: 33.33%; } }
    /* line 563, ../scss/components/recipes/_recipes_components.scss */
    .field-r-search-filter-meal-t .recipes-search-tag p, .field-r-search-filter-meal-t .recipes-search-tag-imitation p {
      font-size: 28px;
      font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
      line-height: 1;
      color: #4A4A4A;
      margin: 0.5em 0 0.7em; }
    @media all and (min-width: 30em) {
      /* line 571, ../scss/components/recipes/_recipes_components.scss */
      .field-r-search-filter-meal-t .recipes-search-tag.tag-active, .field-r-search-filter-meal-t .recipes-search-tag-imitation.tag-active {
        width: 33.33%; } }
    /* line 576, ../scss/components/recipes/_recipes_components.scss */
    .field-r-search-filter-meal-t .recipes-search-tag.tag-active .recipes-search-tag-inner, .field-r-search-filter-meal-t .recipes-search-tag-imitation.tag-active .recipes-search-tag-inner {
      background: #fff;
      border: solid 1px #99DECD; }
    /* line 581, ../scss/components/recipes/_recipes_components.scss */
    .field-r-search-filter-meal-t .recipes-search-tag.tag-active img, .field-r-search-filter-meal-t .recipes-search-tag-imitation.tag-active img {
      width: 90%;
      padding: 5%; }
    /* line 585, ../scss/components/recipes/_recipes_components.scss */
    .field-r-search-filter-meal-t .recipes-search-tag.tag-active p, .field-r-search-filter-meal-t .recipes-search-tag-imitation.tag-active p {
      font-weight: bold;
      margin: 0.1em 0 0.5em;
      padding: 0 5%; }

@media all and (min-width: 30em) {
  /* line 594, ../scss/components/recipes/_recipes_components.scss */
  .field-name-field-r-search-tags-heading {
    padding-top: 48px; } }

/* line 600, ../scss/components/recipes/_recipes_components.scss */
.field-r-search-filter-tags {
  *zoom: 1; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .field-r-search-filter-tags:before, .field-r-search-filter-tags:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .field-r-search-filter-tags:after {
    clear: both; }
  @media all and (min-width: 30em) {
    /* line 600, ../scss/components/recipes/_recipes_components.scss */
    .field-r-search-filter-tags {
      padding-top: 48px; } }
  /* line 606, ../scss/components/recipes/_recipes_components.scss */
  .field-r-search-filter-tags .recipes-search-tag {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    background: #fff;
    color: #4A4A4A;
    text-transform: uppercase;
    padding: .8em 1.8em;
    border: solid 1px #666; }
    /* line 616, ../scss/components/recipes/_recipes_components.scss */
    .field-r-search-filter-tags .recipes-search-tag:hover {
      background: #fff;
      color: #4A4A4A; }
    /* line 621, ../scss/components/recipes/_recipes_components.scss */
    .field-r-search-filter-tags .recipes-search-tag.tag-active {
      background: #99DECD;
      color: #4A4A4A; }

/* line 631, ../scss/components/recipes/_recipes_components.scss */
.group-r-search-results .recipesPanelSearch {
  padding: 0 0 30px 0;
  width: 860px;
  margin: 0 auto; }
/* line 637, ../scss/components/recipes/_recipes_components.scss */
.group-r-search-results .recipes-search-free-text-input {
  width: 85%;
  padding: 25px 15px;
  border: 0;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
/* line 644, ../scss/components/recipes/_recipes_components.scss */
.group-r-search-results .recipes-search-free-text-submit {
  margin-top: -2px;
  margin-left: 20px;
  width: 70px;
  height: 70px;
  border: 0;
  background-color: transparent;
  background-image: url("../img/recipes/search_submit_button_dark.png");
  vertical-align: middle;
  outline: none; }
@media all and (max-width: 29.99em) {
  /* line 658, ../scss/components/recipes/_recipes_components.scss */
  .group-r-search-results .recipes-search-free-text .recipes-search-free-text-input {
    width: 70%;
    width: calc(100% - 92px);
    box-sizing: border-box;
    float: left; }
  /* line 665, ../scss/components/recipes/_recipes_components.scss */
  .group-r-search-results .recipes-search-free-text > span {
    display: table-cell; }
    /* line 667, ../scss/components/recipes/_recipes_components.scss */
    .group-r-search-results .recipes-search-free-text > span input[type="text"] {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    /* line 674, ../scss/components/recipes/_recipes_components.scss */
    .group-r-search-results .recipes-search-free-text > span + span {
      width: 1%; }
      /* line 677, ../scss/components/recipes/_recipes_components.scss */
      .group-r-search-results .recipes-search-free-text > span + span input[type="submit"] {
        margin-left: 16px; } }

/* line 687, ../scss/components/recipes/_recipes_components.scss */
.group-r-search, .group-r-search-small {
  background-color: #99DECD; }
  /* line 690, ../scss/components/recipes/_recipes_components.scss */
  .group-r-search.group-r-search-small, .group-r-search-small.group-r-search-small {
    background: #D8E666; }
    /* line 693, ../scss/components/recipes/_recipes_components.scss */
    .group-r-search.group-r-search-small .recipes-search-free-text-submit, .group-r-search-small.group-r-search-small .recipes-search-free-text-submit {
      background-image: url("../img/recipes/search_submit_button_dark.png"); }
  @media all and (min-width: 30em) {
    /* line 698, ../scss/components/recipes/_recipes_components.scss */
    .group-r-search .recipesPanelSearch, .group-r-search-small .recipesPanelSearch {
      width: 860px;
      margin: 0 auto; } }
  /* line 705, ../scss/components/recipes/_recipes_components.scss */
  .group-r-search .recipesPanelHeading, .group-r-search-small .recipesPanelHeading {
    font-size: 32px; }
  /* line 709, ../scss/components/recipes/_recipes_components.scss */
  .group-r-search .recipes-search-free-text-input, .group-r-search-small .recipes-search-free-text-input {
    width: 80%;
    padding: 25px 15px;
    border: 0;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
  /* line 716, ../scss/components/recipes/_recipes_components.scss */
  .group-r-search .recipes-search-free-text-submit, .group-r-search-small .recipes-search-free-text-submit {
    margin-top: -2px;
    margin-left: 20px;
    width: 70px;
    height: 70px;
    border: 0;
    background-color: transparent;
    background-image: url("../img/recipes/search_submit_button.png");
    vertical-align: middle;
    outline: none; }
  @media all and (max-width: 29.99em) {
    /* line 730, ../scss/components/recipes/_recipes_components.scss */
    .group-r-search .recipes-search-free-text .recipes-search-free-text-input, .group-r-search-small .recipes-search-free-text .recipes-search-free-text-input {
      width: 70%;
      width: calc(100% - 92px);
      box-sizing: border-box;
      float: left; }
    /* line 737, ../scss/components/recipes/_recipes_components.scss */
    .group-r-search .recipes-search-free-text > span, .group-r-search-small .recipes-search-free-text > span {
      display: table-cell; }
      /* line 739, ../scss/components/recipes/_recipes_components.scss */
      .group-r-search .recipes-search-free-text > span input[type="text"], .group-r-search-small .recipes-search-free-text > span input[type="text"] {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      /* line 746, ../scss/components/recipes/_recipes_components.scss */
      .group-r-search .recipes-search-free-text > span + span, .group-r-search-small .recipes-search-free-text > span + span {
        width: 1%; }
        /* line 749, ../scss/components/recipes/_recipes_components.scss */
        .group-r-search .recipes-search-free-text > span + span input[type="submit"], .group-r-search-small .recipes-search-free-text > span + span input[type="submit"] {
          margin-left: 16px; } }
  /* line 757, ../scss/components/recipes/_recipes_components.scss */
  .group-r-search .search-help-text, .group-r-search-small .search-help-text {
    margin-top: 1em;
    color: #4A4A4A; }

/* line 764, ../scss/components/recipes/_recipes_components.scss */
.commentsPanel.recipesPanel {
  width: auto; }
@media all and (max-width: 29.99em) {
  /* line 763, ../scss/components/recipes/_recipes_components.scss */
  .commentsPanel {
    padding: 60px 0 0; } }
/* line 772, ../scss/components/recipes/_recipes_components.scss */
.commentsPanel .comments-count {
  border-bottom: #33BD9C 1px solid;
  font-weight: bold;
  color: #007934;
  padding: 1em 0;
  margin: 1em 0 3em; }
/* line 780, ../scss/components/recipes/_recipes_components.scss */
.commentsPanel .comment-form {
  *zoom: 1;
  padding: 0;
  background: none;
  margin-bottom: 20px; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .commentsPanel .comment-form:before, .commentsPanel .comment-form:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .commentsPanel .comment-form:after {
    clear: both; }
  /* line 789, ../scss/components/recipes/_recipes_components.scss */
  .commentsPanel .comment-form .field-name-comment-body {
    *zoom: 1; }
    /* line 27, ../scss/lib/_semantic-grid-system.scss */
    .commentsPanel .comment-form .field-name-comment-body:before, .commentsPanel .comment-form .field-name-comment-body:after {
      content: "";
      display: table; }
    /* line 32, ../scss/lib/_semantic-grid-system.scss */
    .commentsPanel .comment-form .field-name-comment-body:after {
      clear: both; }
    /* line 792, ../scss/components/recipes/_recipes_components.scss */
    .commentsPanel .comment-form .field-name-comment-body:before {
      content: url("../img/recipes/comments_join_discussion.png");
      width: 70px;
      height: 70px;
      float: left;
      margin-right: 20px; }
    /* line 800, ../scss/components/recipes/_recipes_components.scss */
    .commentsPanel .comment-form .field-name-comment-body textarea {
      padding: 24px; }
      @media all and (min-width: 30em) {
        /* line 800, ../scss/components/recipes/_recipes_components.scss */
        .commentsPanel .comment-form .field-name-comment-body textarea {
          width: 750px;
          width: calc(100% - 90px);
          margin-top: -15px; } }
  @media all and (min-width: 30em) {
    /* line 811, ../scss/components/recipes/_recipes_components.scss */
    .commentsPanel .comment-form .form-item-name {
      float: left;
      width: 365px;
      width: calc(50% - 50px); } }
  /* line 818, ../scss/components/recipes/_recipes_components.scss */
  .commentsPanel .comment-form .form-item-name input {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; }
  @media all and (min-width: 30em) {
    /* line 830, ../scss/components/recipes/_recipes_components.scss */
    .commentsPanel .comment-form .form-item-mail {
      float: left;
      margin-left: 48px;
      width: 365px;
      width: calc(50% - 70px); } }
  /* line 838, ../scss/components/recipes/_recipes_components.scss */
  .commentsPanel .comment-form .form-item-mail .description {
    display: none; }
  /* line 842, ../scss/components/recipes/_recipes_components.scss */
  .commentsPanel .comment-form .form-item-mail input {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; }
  /* line 853, ../scss/components/recipes/_recipes_components.scss */
  .commentsPanel .comment-form .username {
    display: none; }
  /* line 857, ../scss/components/recipes/_recipes_components.scss */
  .commentsPanel .comment-form .text-format-wrapper label {
    display: none; }
  /* line 861, ../scss/components/recipes/_recipes_components.scss */
  .commentsPanel .comment-form .form-actions {
    clear: both; }
    @media all and (min-width: 30em) {
      /* line 861, ../scss/components/recipes/_recipes_components.scss */
      .commentsPanel .comment-form .form-actions {
        margin-left: 90px; } }
/* line 869, ../scss/components/recipes/_recipes_components.scss */
.commentsPanel .comment-no-picture {
  *zoom: 1; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .commentsPanel .comment-no-picture:before, .commentsPanel .comment-no-picture:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .commentsPanel .comment-no-picture:after {
    clear: both; }
  /* line 872, ../scss/components/recipes/_recipes_components.scss */
  .commentsPanel .comment-no-picture:before {
    content: url("../img/recipes/comments_anonymous.png");
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px; }
/* line 882, ../scss/components/recipes/_recipes_components.scss */
.commentsPanel .comment .submitted {
  font-weight: bold; }
  /* line 885, ../scss/components/recipes/_recipes_components.scss */
  .commentsPanel .comment .submitted .comment-submitted-inner {
    color: #007934;
    font-weight: normal; }
    /* line 889, ../scss/components/recipes/_recipes_components.scss */
    .commentsPanel .comment .submitted .comment-submitted-inner .username {
      font-weight: bold; }
/* line 895, ../scss/components/recipes/_recipes_components.scss */
.commentsPanel .comment img {
  float: left;
  margin-right: 20px; }
/* line 901, ../scss/components/recipes/_recipes_components.scss */
.commentsPanel .comment-wrap {
  *zoom: 1;
  margin-bottom: 40px; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .commentsPanel .comment-wrap:before, .commentsPanel .comment-wrap:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .commentsPanel .comment-wrap:after {
    clear: both; }
/* line 906, ../scss/components/recipes/_recipes_components.scss */
.commentsPanel input, .commentsPanel textarea {
  border: solid 1px #007934; }

/* line 912, ../scss/components/recipes/_recipes_components.scss */
.view-recipes-by-contributor .views-field-title {
  position: relative; }
  /* line 914, ../scss/components/recipes/_recipes_components.scss */
  .view-recipes-by-contributor .views-field-title .field-content {
    margin-left: 21px;
    font-size: 21px; }
    /* line 917, ../scss/components/recipes/_recipes_components.scss */
    .view-recipes-by-contributor .views-field-title .field-content:before {
      content: '';
      position: absolute;
      background-color: #99DECD;
      width: 6px;
      height: 6px;
      left: 3px;
      top: 0.55em; }

/* line 930, ../scss/components/recipes/_recipes_components.scss */
.js .commentsPanel .comment-form .form-submit {
  display: none; }

/* line 934, ../scss/components/recipes/_recipes_components.scss */
.links .statistics_counter {
  display: none; }

/* line 1, ../scss/components/recipes/_recipes_bottom_spotlights.scss */
.recipesFeaturedSpotlights-bottom {
  *zoom: 1;
  overflow: hidden; }
  /* line 27, ../scss/lib/_semantic-grid-system.scss */
  .recipesFeaturedSpotlights-bottom:before, .recipesFeaturedSpotlights-bottom:after {
    content: "";
    display: table; }
  /* line 32, ../scss/lib/_semantic-grid-system.scss */
  .recipesFeaturedSpotlights-bottom:after {
    clear: both; }
  @media all and (max-width: 29.99em) {
    /* line 6, ../scss/components/recipes/_recipes_bottom_spotlights.scss */
    .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item {
      margin-bottom: 1.8em; }
      /* line 10, ../scss/components/recipes/_recipes_bottom_spotlights.scss */
      .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item .group-r-social-links {
        margin-top: 14px; }
        /* line 13, ../scss/components/recipes/_recipes_bottom_spotlights.scss */
        .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item .group-r-social-links div:first-child {
          margin-left: 0; } }
  @media all and (min-width: 30em) {
    /* line 6, ../scss/components/recipes/_recipes_bottom_spotlights.scss */
    .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item {
      width: 25%;
      float: left;
      padding-right: 0 2%;
      text-align: center;
      box-sizing: border-box; } }
  /* line 30, ../scss/components/recipes/_recipes_bottom_spotlights.scss */
  .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item .field-name-field-r-spotlight-heading {
    font-size: 30px;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
    line-height: 1;
    color: #4A4A4A;
    margin: 0.8em 0; }
    @media all and (max-width: 29.99em) {
      /* line 30, ../scss/components/recipes/_recipes_bottom_spotlights.scss */
      .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item .field-name-field-r-spotlight-heading {
        margin: 0.5em 0; } }
  /* line 41, ../scss/components/recipes/_recipes_bottom_spotlights.scss */
  .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item .field-name-field-r-spotlight-desc {
    font-size: 17px;
    padding: 0 1.5em; }
    @media all and (max-width: 29.99em) {
      /* line 41, ../scss/components/recipes/_recipes_bottom_spotlights.scss */
      .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item .field-name-field-r-spotlight-desc {
        padding: 0; } }
  /* line 56, ../scss/components/recipes/_recipes_bottom_spotlights.scss */
  .recipesFeaturedSpotlights-bottom .bottom-spotlight-wrapper-link:link, .recipesFeaturedSpotlights-bottom .bottom-spotlight-wrapper-link:active, .recipesFeaturedSpotlights-bottom .bottom-spotlight-wrapper-link:visited {
    color: #4A4A4A; }

/* line 34, ../scss/components/recipes/_recipes_social_icons.scss */
.recipes_social-links ul {
  list-style: none;
  padding: 0;
  margin: 0; }
/* line 39, ../scss/components/recipes/_recipes_social_icons.scss */
.recipes_social-links .social-square {
  background-color: transparent;
  background-position: 50%;
  border: 3px solid; }
  /* line 43, ../scss/components/recipes/_recipes_social_icons.scss */
  .recipes_social-links .social-square:hover, .recipes_social-links .social-square:focus {
    background-color: white; }
/* line 47, ../scss/components/recipes/_recipes_social_icons.scss */
.recipes_social-links .twitter {
  background-image: url("../img/social-icons/twitter_icon.png");
  background-image: url("../img/social-icons/twitter_icon.svg"); }
  /* line 4, ../scss/components/recipes/_recipes_social_icons.scss */
  .recipes_social-links .recipes_social-links .twitter {
    background-image: url("../img/social-icons/twitter.png");
    background-image: url("../img/social-icons/twitter.svg"); }
/* line 50, ../scss/components/recipes/_recipes_social_icons.scss */
.recipes_social-links .facebook {
  background-image: url("../img/social-icons/facebook_icon.png");
  background-image: url("../img/social-icons/facebook_icon.svg"); }
  /* line 12, ../scss/components/recipes/_recipes_social_icons.scss */
  .recipes_social-links .recipes_social-links .facebook {
    background-image: url("../img/social-icons/facebook.png");
    background-image: url("../img/social-icons/facebook.svg"); }
/* line 53, ../scss/components/recipes/_recipes_social_icons.scss */
.recipes_social-links .youtube {
  background-image: url("../img/social-icons/play_icon.png");
  background-image: url("../img/social-icons/play_icon.svg"); }
  /* line 20, ../scss/components/recipes/_recipes_social_icons.scss */
  .recipes_social-links .recipes_social-links .youtube {
    background-image: url("../img/social-icons/youtube.png");
    background-image: url("../img/social-icons/youtube.svg"); }
/* line 56, ../scss/components/recipes/_recipes_social_icons.scss */
.recipes_social-links .instagram {
  background-image: url("../img/social-icons/camera_icon.png");
  background-image: url("../img/social-icons/camera_icon.svg"); }
  /* line 28, ../scss/components/recipes/_recipes_social_icons.scss */
  .recipes_social-links .recipes_social-links .instagram {
    background-image: url("../img/social-icons/instagram.png");
    background-image: url("../img/social-icons/instagram.svg"); }

/* line 61, ../scss/components/recipes/_recipes_social_icons.scss */
.group-r-social-links {
  margin-top: 28px; }
  /* line 63, ../scss/components/recipes/_recipes_social_icons.scss */
  .group-r-social-links > .field {
    display: inline-block;
    margin: 0px 4px 0; }
  /* line 67, ../scss/components/recipes/_recipes_social_icons.scss */
  .group-r-social-links a {
    background-color: transparent;
    background-position: 50%;
    border: 3px solid;
    border-color: #99DECD;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    text-indent: -9999px; }
    /* line 77, ../scss/components/recipes/_recipes_social_icons.scss */
    .group-r-social-links a:hover, .group-r-social-links a:focus {
      background-color: #99DECD; }
  /* line 82, ../scss/components/recipes/_recipes_social_icons.scss */
  .group-r-social-links .field-name-field-r-spotlight-twitter a {
    background-image: url("../img/social-icons/twitter_icon.png");
    background-image: url("../img/social-icons/twitter_icon.svg"); }
    /* line 4, ../scss/components/recipes/_recipes_social_icons.scss */
    .recipes_social-links .group-r-social-links .field-name-field-r-spotlight-twitter a {
      background-image: url("../img/social-icons/twitter.png");
      background-image: url("../img/social-icons/twitter.svg"); }
  /* line 87, ../scss/components/recipes/_recipes_social_icons.scss */
  .group-r-social-links .field-name-field-r-spotlight-facebook a {
    background-image: url("../img/social-icons/facebook_icon.png");
    background-image: url("../img/social-icons/facebook_icon.svg"); }
    /* line 12, ../scss/components/recipes/_recipes_social_icons.scss */
    .recipes_social-links .group-r-social-links .field-name-field-r-spotlight-facebook a {
      background-image: url("../img/social-icons/facebook.png");
      background-image: url("../img/social-icons/facebook.svg"); }
  /* line 92, ../scss/components/recipes/_recipes_social_icons.scss */
  .group-r-social-links .field-name-field-r-spotlight-youtube a {
    background-image: url("../img/social-icons/play_icon.png");
    background-image: url("../img/social-icons/play_icon.svg"); }
    /* line 20, ../scss/components/recipes/_recipes_social_icons.scss */
    .recipes_social-links .group-r-social-links .field-name-field-r-spotlight-youtube a {
      background-image: url("../img/social-icons/youtube.png");
      background-image: url("../img/social-icons/youtube.svg"); }
  /* line 97, ../scss/components/recipes/_recipes_social_icons.scss */
  .group-r-social-links .field-name-field-r-spotlight-instagram a {
    background-image: url("../img/social-icons/camera_icon.png");
    background-image: url("../img/social-icons/camera_icon.svg"); }
    /* line 28, ../scss/components/recipes/_recipes_social_icons.scss */
    .recipes_social-links .group-r-social-links .field-name-field-r-spotlight-instagram a {
      background-image: url("../img/social-icons/instagram.png");
      background-image: url("../img/social-icons/instagram.svg"); }

/*# sourceMappingURL=style.css.map */
