/* 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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button,
select {
  text-transform: none; }

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

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

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

/**
 * 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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

a img {
  border: 0; }

img {
  max-width: 100%;
  vertical-align: middle; }

.img-right {
  margin: 8px 0; }
  @media all and (min-width: 30.625em) {
    .img-right {
      float: right;
      margin: 0 0 10px 16px; } }

.img-left {
  margin: 8px 0; }
  @media all and (min-width: 30.625em) {
    .img-left {
      float: left;
      margin: 0 16px 10px 0; } }

.clear {
  clear: both; }

.white.white.white {
  color: #fff; }

.custom_text_style_last_updated {
  background-color: #fce897;
  padding: 1px 3px 1px 3px;
  font-size: 80%; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.no-js .no-js-hide {
  display: none; }

@media all and (min-width: 30.625em) {
  .desktopHide {
    display: none; } }

.overhidden {
  overflow: hidden; }

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

.hk .panel-close {
  font-weight: bold; }

p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, dl {
  margin-top: 0;
  margin-bottom: 16px; }

a {
  text-decoration: none; }
  a:link, a:visited {
    color: #722ea5; }
  a:hover, a:focus {
    color: #56237d; }

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

ol {
  padding-left: 30px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1, .alpha {
  font-size: 2.125em;
  color: #da6a28;
  line-height: 1; }

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

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

blockquote {
  font-size: 1.5em;
  color: #722ea5;
  margin-left: 0; }

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

hr {
  margin: 24px 0;
  background: 0;
  border: 0;
  border-top: solid 1px #666; }

.intro {
  font-size: 1.1em; }

.justified {
  text-align: justify; }

.bold {
  font-weight: 700; }

.text-small-top-align {
  position: relative;
  top: 0.2em;
  font-size: 0.7em;
  vertical-align: top; }

html {
  margin: 0 auto;
  overflow-y: scroll; }
  @media all and (max-width: 30.615em) {
    html {
      max-width: 480px;
      min-width: 320px; } }

body {
  position: relative; }

@media all and (min-width: 30.625em) {
  .page {
    min-width: 1024px; } }

.page-inner {
  width: 100%;
  float: left; }

.wrap {
  margin: 0 auto;
  padding: 0 10px;
  min-height: 1px; }
  @media all and (min-width: 30.625em) {
    .wrap {
      width: 984px;
      padding: 0 24px; } }

.site-body {
  *zoom: 1;
  margin-bottom: 24px; }
  .site-body:before, .site-body:after {
    content: "";
    display: table; }
  .site-body:after {
    clear: both; }

@media all and (min-width: 30.625em) {
  .main-content {
    display: inline;
    float: left;
    width: 72.56098%;
    margin: 0 1.21951%; }
    .no-js .main-content.beside-sidebar {
      display: inline;
      float: left;
      width: 47.56098%;
      margin: 0 1.21951%; } }
.main-content.main-content-wide {
  width: 100%; }

@media all and (min-width: 30.625em) {
  .main-content-inner {
    padding-left: 14px; } }

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

@media all and (min-width: 30.625em) {
  .sidebar-right {
    float: right;
    width: 222px;
    margin-right: 1.21951%;
    margin-top: 50px;
    margin-bottom: 24px; } }

@media all and (min-width: 30.625em) {
  .researcher img {
    width: 100%; } }
@media all and (max-width: 30.615em) {
  .researcher img {
    display: block; } }

@media all and (min-width: 30.625em) {
  .mobile-only {
    display: none; } }

@media all and (max-width: 30.615em) {
  .iframe-wrap {
    -webkit-overflow-scrolling: touch;
    overflow: auto; } }

.indent-left {
  margin-left: 36px; }

.main-content .fieldset-legend {
  padding: 10px;
  font-weight: bold; }

.main-content fieldset {
  margin-bottom: 10px; }

.banner-image {
  margin-bottom: 26px; }

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

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

.panel-image-top, .panel-image-bottom {
  margin: -16px -16px 16px; }
  @media all and (max-width: 30.615em) {
    .panel-image-top img, .panel-image-bottom img {
      width: 100%; } }

.sub-landing .panel-image-top img, .sub-landing .panel-image-bottom img {
  display: block;
  margin: auto; }

.panel-image-bottom {
  margin-top: 16px;
  margin-bottom: -16px; }

.panel-bare {
  margin-top: 16px; }

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

.panel-logo {
  margin: 0 0 40px;
  padding-top: 5px; }
  @media all and (max-width: 30.615em) {
    .panel-logo {
      margin: 0 0 16px; }
      .panel-logo img {
        max-width: 50%; } }

.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; }
  .panel-title a {
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
    color: #722ea5; }
    .panel-title a:hover, .panel-title a:focus {
      color: #333; }
  @media all and (max-width: 30.615em) {
    .panel-title {
      font-size: 1.125em;
      line-height: 1; } }

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

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

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

.panel-variant, .panel-variant-2, .panel-variant-3, .panel-variant-4, .panel-variant-8, .panel-variant-9, .panel-variant-10 {
  color: #ffffff; }
  .panel-variant a, .panel-variant-2 a, .panel-variant-3 a, .panel-variant-4 a, .panel-variant-8 a, .panel-variant-9 a, .panel-variant-10 a {
    color: #ffffff; }
    .panel-variant a:hover, .panel-variant-2 a:hover, .panel-variant-3 a:hover, .panel-variant-4 a:hover, .panel-variant-8 a:hover, .panel-variant-9 a:hover, .panel-variant-10 a:hover, .panel-variant a:focus, .panel-variant-2 a:focus, .panel-variant-3 a:focus, .panel-variant-4 a:focus, .panel-variant-8 a:focus, .panel-variant-9 a:focus, .panel-variant-10 a:focus {
      color: #ffffff; }
  .panel-variant .panel-title, .panel-variant-2 .panel-title, .panel-variant-3 .panel-title, .panel-variant-4 .panel-title, .panel-variant-8 .panel-title, .panel-variant-9 .panel-title, .panel-variant-10 .panel-title, .panel-variant .panel-tag, .panel-variant-2 .panel-tag, .panel-variant-3 .panel-tag, .panel-variant-4 .panel-tag, .panel-variant-8 .panel-tag, .panel-variant-9 .panel-tag, .panel-variant-10 .panel-tag {
    color: #ffffff; }

.panel-variant {
  background: #ffa02f; }
  .panel-variant.landing-hero .panel-tag, .panel-variant.carousel-panel .panel-tag {
    color: #722ea5; }
  .panel-variant.landing-hero .hero-cta, .panel-variant.carousel-panel .hero-cta {
    color: #722ea5; }

.panel-variant-2 {
  background: #33BD9C; }

.panel-variant-3 {
  background: #C7ABDB; }

.panel-variant-4 {
  background: #722ea5; }
  .panel-variant-4 .panel-tag,
  .panel-variant-4 .panel-close a {
    color: #ffa02f; }

.panel-variant-8 {
  background: #DCCCAB; }

.panel-variant-9 {
  background: #BED600; }

.panel-variant-10 {
  background: #3DB7E4; }

.panel-variant-5 {
  background: #666;
  color: #fff; }
  .panel-variant-5 a {
    color: #fff; }
    .panel-variant-5 a:hover, .panel-variant-5 a:focus {
      color: #f0f0f0; }
  .panel-variant-5 .panel-title, .panel-variant-5 .panel-tag {
    color: #fff; }

.panel-variant-6 {
  background: #666;
  color: #292929; }
  .panel-variant-6 a {
    color: #292929; }
    .panel-variant-6 a:hover, .panel-variant-6 a:focus {
      color: #722ea5; }
  .panel-variant-6 .panel-title, .panel-variant-6 .panel-tag {
    color: #292929; }

.panel-tag-variant {
  color: #fff !important; }

@media all and (min-width: 30.625em) {
  .panel-with-side-image {
    min-height: 265px; }

  .natural-height {
    min-height: 0; }

  .panel-image-side {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 39%;
    overflow: hidden;
    right: 0; }
    .front .panel-image-side {
      width: 52%; }
    .panel-image-side.panel-image-left {
      left: 0; }
      .panel-image-side.panel-image-left + .panel-content {
        padding-right: 0;
        padding-left: 41%; }
        .front .panel-image-side.panel-image-left + .panel-content {
          padding-right: 0;
          padding-left: 56%; }
    .panel-image-side + .panel-content {
      padding-right: 41%; }
      .front .panel-image-side + .panel-content {
        padding-right: 56%; }
    .panel-image-side img {
      height: 100%;
      width: auto;
      max-width: none; } }
@media all and (max-width: 30.615em) {
  .panel-image-side {
    float: right;
    width: 46%;
    margin: 0 0 5px 8px; }

  .panel-image-right, .panel-with-side-image > .panel-image-side {
    position: absolute;
    width: 46%;
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden; }
    .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%); }

  .panel-with-right-image, .panel-with-side-image {
    padding-right: 50%; } }
.fixed-top {
  top: 0; }

.fixed-bottom {
  bottom: 0; }

@media all and (min-width: 30.625em) {
  .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) {
  .home-col-first {
    display: inline;
    float: left;
    width: 47.56098%;
    margin: 0 1.21951%; }
    .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; }
    .home-col-first .row-block .panel + .panel {
      margin-right: 0;
      float: right; } }
.home-col-first .row-block {
  *zoom: 1; }
  .home-col-first .row-block:before, .home-col-first .row-block:after {
    content: "";
    display: table; }
  .home-col-first .row-block:after {
    clear: both; }
@media all and (max-width: 30.615em) {
  .home-col-first .row-block {
    display: block;
    width: 102.43902%;
    margin: 0 -1.21951%;
    *zoom: 1; }
    .home-col-first .row-block:before, .home-col-first .row-block:after {
      content: "";
      display: table; }
    .home-col-first .row-block:after {
      clear: both; }
    .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) {
  .home-col-second {
    display: inline;
    float: left;
    width: 22.56098%;
    margin: 0 1.21951%;
    margin-top: -79px; }
    .home-col-second .panel {
      margin-top: 0; } }
@media all and (max-width: 30.615em) {
  .home-col-second {
    display: block;
    width: 102.43902%;
    margin: 0 -1.21951%;
    *zoom: 1; }
    .home-col-second:before, .home-col-second:after {
      content: "";
      display: table; }
    .home-col-second:after {
      clear: both; }
    .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) {
  .home-col-third {
    display: inline;
    float: left;
    width: 22.56098%;
    margin: 0 1.21951%; } }
@media all and (max-width: 30.615em) {
  .home-col-third {
    display: block;
    width: 102.43902%;
    margin: 0 -1.21951%;
    *zoom: 1; }
    .home-col-third:before, .home-col-third:after {
      content: "";
      display: table; }
    .home-col-third:after {
      clear: both; }
    .home-col-third .panel {
      display: inline;
      float: left;
      width: 47.56098%;
      margin: 0 1.21951%;
      margin-top: 8px; } }

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

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

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

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

@media all and (max-width: 30.615em) {
  .landing-hero .landing-hero-content {
    width: 50%; }
  .landing-hero .landing-hero-image {
    position: absolute;
    width: 46%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    overflow: hidden; }
    .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) {
  .landing-column-first {
    clear: both;
    display: inline;
    float: left;
    width: 64.22764%;
    margin: 0 1.21951%; } }

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

@media all and (min-width: 30.625em) {
  .row-block-8 {
    display: block;
    width: 103.65854%;
    margin: 0 -1.82927%;
    *zoom: 1;
    margin-top: 24px;
    clear: both; }
    .row-block-8:before, .row-block-8:after {
      content: "";
      display: table; }
    .row-block-8:after {
      clear: both; }
    .row-block-8 > .panel {
      display: inline;
      float: left;
      width: 46.34146%;
      margin: 0 1.82927%; } }

@media all and (min-width: 30.625em) {
  .column-4-8 {
    display: inline;
    float: left;
    width: 46.34146%;
    margin: 0 1.82927%; }
    .column-4-8 .panel {
      margin-top: 24px; }
      .column-4-8 .panel:first-child {
        margin-top: 0; } }

@media all and (min-width: 30.625em) {
  .row-block-twin {
    *zoom: 1;
    margin-top: 24px;
    clear: both; }
    .row-block-twin:before, .row-block-twin:after {
      content: "";
      display: table; }
    .row-block-twin:after {
      clear: both; }
    .row-block-twin .panel {
      display: inline;
      float: left;
      width: 48.17073%;
      margin: 0 0.91463%;
      margin: 0; }
    .row-block-twin .panel + .panel {
      float: right; } }

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

.recipe-search {
  padding: 20px 0 0; }
  .recipe-search .form-text {
    border: none;
    padding: 5px;
    float: left; }
    @media all and (max-width: 30.615em) {
      .recipe-search .form-text {
        width: 57%; } }
  .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; }
    .recipe-search .form-submit:hover, .recipe-search .form-submit:focus {
      background: url(../img/sprite.png) no-repeat -128px 0; }

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

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

.site-header {
  *zoom: 1;
  margin-bottom: 10px;
  position: relative; }
  .site-header:before, .site-header:after {
    content: "";
    display: table; }
  .site-header:after {
    clear: both; }
  @media all and (min-width: 30.625em) {
    .site-header {
      min-height: 96px; } }
  @media all and (max-width: 30.615em) {
    .site-header {
      margin-bottom: 12px; } }
  .site-header .upper-nav .menu a {
    color: #722ea5; }

.header-branding {
  min-height: 10px; }
  @media all and (max-width: 30.615em) {
    .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) {
    .header-branding {
      display: inline;
      float: left;
      width: 30.89431%;
      margin: 0 1.21951%;
      margin-bottom: 20px; } }

.site-logo {
  background: #fff;
  bottom: -2px; }
  @media all and (max-width: 30.615em) {
    .site-logo {
      display: inline-block;
      padding: 0 8px 2px;
      margin-top: 10px;
      position: relative;
      max-width: 100%;
      box-sizing: border-box; }
      .site-logo a {
        display: block; } }
  @media all and (min-width: 30.625em) {
    .site-logo {
      margin-top: 25px;
      bottom: auto; }
      .site-logo a {
        display: block;
        text-align: center; }
      .site-logo h1 {
        text-align: left; }
        .site-logo h1 img {
          max-height: 70px;
          width: auto; } }
  @media all and (max-width: 30.615em) {
    .site-logo .logo-tall {
      max-width: 90%; } }
  @media all and (min-width: 30.625em) {
    .site-logo .logo-tall {
      top: 25px;
      position: relative; } }
  .site-logo h1 {
    margin: 0; }

@media all and (max-width: 30.615em) {
  .int .site-logo {
    padding: 0 4px; } }

@media all and (max-width: 30.615em) {
  .int .header-branding {
    width: 51%;
    margin: 0; }
    .int .header-branding .site-logo {
      margin-top: 8px; } }

.int .main-nav li,
.int .main-nav li.leaf {
  font-size: 1em; }

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

@media all and (max-width: 30.615em) {
  .int .header-navs {
    width: 49%;
    margin: 0; } }

@media all and (min-width: 30.625em) {
  .upper-nav {
    margin-bottom: 24px; }
    .upper-nav nav {
      display: inline-block; }
    .upper-nav .menu {
      margin: 0;
      text-align: right;
      display: inline-block; }
      .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; }
      .upper-nav .menu a:hover, .upper-nav .menu a:focus {
        text-decoration: underline; } }
@media all and (max-width: 30.615em) {
  .upper-nav .menu, .upper-nav nav {
    display: none; } }

@media all and (max-width: 30.615em) {
  .lower-nav {
    display: none; } }
@media all and (min-width: 30.625em) {
  .lower-nav {
    display: inline;
    float: left;
    width: 97.56098%;
    margin: 0 1.21951%;
    position: relative;
    clear: both; } }

@media all and (min-width: 30.625em) {
  .main-nav {
    background-color: #f0f0f0;
    vertical-align: bottom;
    padding: 0 60px 0 0; }
    .main-nav ul.menu {
      margin: 0;
      padding: 0;
      text-align: right;
      position: relative;
      display: flex;
      justify-content: space-around; }
      .main-nav ul.menu li {
        position: relative;
        list-style: none;
        margin: 0; }
        .main-nav ul.menu li .menu {
          width: auto;
          min-width: 190px;
          border: 2px solid #E8E8E8;
          border-top-width: 0;
          position: absolute;
          left: 2px;
          font-size: .9em;
          background: #fff;
          padding: 20px 15px;
          z-index: 30000; }
          .main-nav ul.menu li .menu li {
            *zoom: 1;
            display: block;
            width: 100%;
            float: none;
            clear: both;
            border-bottom: 2px solid #E8E8E8;
            box-sizing: border-box;
            min-height: 37px;
            text-align: left;
            margin: 0; }
            .main-nav ul.menu li .menu li:before, .main-nav ul.menu li .menu li:after {
              content: "";
              display: table; }
            .main-nav ul.menu li .menu li:after {
              clear: both; }
            .main-nav ul.menu li .menu li a {
              padding: 7px 7px 7px 10px;
              display: block;
              box-sizing: border-box;
              width: 100%;
              border: 0;
              margin: 0;
              float: left; }
            .main-nav ul.menu li .menu li ul {
              display: none; }
              .main-nav ul.menu li .menu li ul li {
                border: 0;
                padding: 0;
                margin: 0; }
            .main-nav ul.menu li .menu li:hover, .main-nav ul.menu li .menu li:focus {
              background-color: #722ea5; }
              .main-nav ul.menu li .menu li:hover a, .main-nav ul.menu li .menu li:focus a {
                background-color: #722ea5;
                color: #fff;
                border: 0; }
          .main-nav ul.menu li .menu li:first-child {
            border-top: 2px solid #E8E8E8; }
        .main-nav ul.menu li:hover ul, .main-nav ul.menu li:focus ul {
          display: block; }
    .main-nav > nav > .menu > li {
      position: relative;
      font-size: 1.125em; }
      .main-nav > nav > .menu > li.not-empty:hover > a, .main-nav > nav > .menu > li.not-empty:focus > a,
      .main-nav > nav > .menu > li.not-empty .active-trail, .main-nav > nav > .menu > li.empty:hover > a, .main-nav > nav > .menu > li.empty:focus > a,
      .main-nav > nav > .menu > li.empty .active-trail {
        border: 2px solid #E8E8E8;
        border-bottom-color: #ffffff;
        background-color: #ffffff; }
    .main-nav li, .main-nav li.leaf {
      list-style: none;
      margin: 0;
      padding: 0;
      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; }
      .main-nav li ul, .main-nav li ul.menu, .main-nav li.leaf ul, .main-nav li.leaf ul.menu {
        display: none; }
    .main-nav a {
      display: block;
      padding: 10px 15px;
      border: solid 2px transparent;
      position: relative;
      line-height: 20px;
      margin-left: 2px;
      color: #722ea5; }
      .main-nav a:hover, .main-nav a:focus {
        border-color: #fff;
        background-color: #ffffff; }
    .main-nav li.expanded, .main-nav li.collapsed {
      padding: 0; }
    .main-nav .expanded > a {
      color: #ffa02f; }
    .header-navs .main-nav {
      background-color: transparent; }
      .header-navs .main-nav a {
        padding: 10px;
        font-size: 1.2em; }
        .header-navs .main-nav a:hover {
          padding: 10px !important; } }

.header-search {
  position: absolute;
  box-sizing: border-box;
  padding: 0 !important;
  top: 0px;
  right: 0px;
  height: 100%;
  border: 2px solid #f0f0f0;
  background-color: #ffffff; }
  .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; }
    .header-search .search-btn:hover, .header-search .search-btn:focus {
      background: transparent url(../img/sprite.png) no-repeat -128px 0; }
    .header-search .search-btn:focus {
      outline: 0; }

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

.search-inner {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 28px; }

.search-box-open, .no-js .search-inner {
  display: block; }

.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; }
  .search-inner h2 {
    margin: 0;
    padding: 0; }
  .search-inner .form-actions {
    position: absolute;
    top: 0;
    right: 0; }
  .search-inner .container-inline {
    position: relative; }
  .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) {
      .search-inner .form-submit {
        margin-right: 0px; } }
    .search-inner .form-submit:focus {
      outline: 0; }

.search-box-label {
  display: none; }

#block-search-form .form-actions {
  position: absolute;
  top: 0;
  right: 0; }
#block-search-form .container-inline {
  position: relative; }
#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) {
    #block-search-form .form-submit {
      margin-right: 0px; } }
  #block-search-form .form-submit:focus {
    outline: 0; }

.mobile-nav .block-search {
  padding: 8px 20px;
  width: 84%;
  float: left;
  margin: 20px 0 10px; }
  .mobile-nav .block-search .form-submit {
    margin: 1px; }
.mobile-nav .site-selector {
  position: relative; }
  .mobile-nav .site-selector > a {
    display: block;
    background: #F0F0F0;
    color: #722ea5;
    font-weight: bold; }
    .mobile-nav .site-selector > a:hover, .mobile-nav .site-selector > a:focus {
      background: #722ea5;
      color: #fff; }
  .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; }
  .mobile-nav .site-selector ul {
    background: #fff;
    font-size: 0.8em;
    display: none;
    margin: 0;
    padding: 0; }
    .mobile-nav .site-selector ul li {
      list-style-type: none;
      font-size: 1em;
      background: #fff; }
.mobile-nav .site-selector.is-open {
  background-position: -97px -32px; }

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

.upper-nav .menu li:first-child {
  padding-right: 0; }
.upper-nav .menu .site-selector {
  *zoom: 1;
  border: 2px solid #fff;
  border-top: 0;
  padding-right: 16px; }
  .upper-nav .menu .site-selector:before, .upper-nav .menu .site-selector:after {
    content: "";
    display: table; }
  .upper-nav .menu .site-selector:after {
    clear: both; }
  .upper-nav .menu .site-selector:hover, .upper-nav .menu .site-selector:focus {
    background: #F0F0F0;
    border: 2px solid #dbd4e4;
    border-top: 0; }
    .upper-nav .menu .site-selector:hover .site-select, .upper-nav .menu .site-selector:focus .site-select {
      display: block; }
  .upper-nav .menu .site-selector a:hover, .upper-nav .menu .site-selector a:focus {
    text-decoration: none; }
.upper-nav .menu li {
  padding: 9px 0 9px 16px; }
  .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; }
    .upper-nav .menu li .site-select li {
      margin: 0;
      padding: 0;
      text-align: left;
      border-bottom: 2px solid #dbd4e4;
      display: block; }
    .upper-nav .menu li .site-select a {
      color: #722ea5;
      display: block;
      padding: 9px 16px; }
      .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) {
  .bx-wrapper {
    display: inline;
    float: left;
    width: 97.56098%;
    margin: 0 1.21951%; } }

.carousel {
  *zoom: 1;
  background: #ffa02f;
  margin-bottom: 8px;
  position: relative; }
  .carousel:before, .carousel:after {
    content: "";
    display: table; }
  .carousel:after {
    clear: both; }
  @media all and (min-width: 30.625em) {
    .carousel {
      margin-bottom: 24px;
      height: 405px; } }
  @media all and (max-width: 30.615em) {
    .carousel .carousel-slide {
      overflow: hidden; } }
  .carousel .slice {
    float: left; }
  .carousel .mainpic {
    float: right; }
  .carousel .carousel-panel {
    overflow: hidden;
    padding: 48px 30px; }
  .carousel .panel-title {
    font-size: 2.125em; }
  .carousel .mainpic-bg {
    display: none; }
  @media all and (min-width: 30.625em) {
    .carousel .hero-cta {
      left: 82px;
      max-width: 280px; } }
  .carousel a.hero-cta:hover span, .carousel a.hero-cta:focus span {
    color: #000; }
  @media all and (max-width: 30.615em) {
    .carousel {
      position: relative;
      overflow: hidden; }
      .carousel .slice {
        display: none; }
      .carousel .panel-title {
        font-size: 1.125em;
        line-height: 1;
        margin-bottom: 8px; }
      .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) {
      .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) {
      .carousel img.mainpic {
        max-height: 100%; }
      .carousel .mainpic-bg {
        display: block;
        background-size: cover;
        background-position: 100% 0%; }
      .carousel .carousel-panel {
        padding: 16px;
        width: 50%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: relative;
        height: 100%;
        background: #ffa02f; }
      .carousel:after {
        content: '';
        display: block;
        background: url(../img/content/runner.jpg) no-repeat 0 0;
        height: 100%;
        width: 50%; }
      .carousel .carousel-cta {
        line-height: 1; } }
  .carousel .purple {
    background: #722ea5; }
    .carousel .purple .carousel-panel {
      background: #722ea5; }
    .carousel .purple .panel-tag {
      color: #ffa02f; }
    .carousel .purple .panel-title a {
      color: #fff; }
      .carousel .purple .panel-title a:hover, .carousel .purple .panel-title a:focus {
        color: #ffa02f; }

.int .carousel {
  background: #722ea5; }
  .int .carousel .panel-tag {
    color: #ffa02f; }
  .int .carousel .panel-title a {
    color: #fff; }
  .int .carousel .panel-title a:hover, .int .carousel .panel-title a:focus {
    color: #ffa02f; }

.no-js .carousel-slide {
  display: none; }

.no-js .carousel-slide:first-child {
  display: block; }

.carousel-controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 100%;
  padding: 0 14px;
  display: table; }
  .carousel-controls .pager {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .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) {
      .carousel-controls a {
        height: 14px;
        width: 14px;
        margin: 13px 0; } }
    .carousel-controls a.active {
      background: #ffa02f; }

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

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

.mobile-nav-btn {
  display: none; }
  @media all and (max-width: 30.615em) {
    .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; }
      .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; }
      .mobile-nav-btn.nav-open {
        background-color: #722ea5;
        border-color: #722ea5;
        outline-color: #722ea5; }
        .mobile-nav-btn.nav-open:before {
          background: #fff;
          box-shadow: 0 -12px #fff, 0 12px #fff; } }

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

  .int .upper-nav {
    margin: 10px 0; }

  .cta-header span {
    font-size: 16px; }

  .cta-header, .mobile-nav-btn {
    display: inline-block;
    height: 48px;
    padding: 0 4px;
    margin: 0 8px 0 0; }
    .cta-header i, .mobile-nav-btn i {
      display: none; }

  .mobile-nav-btn {
    margin: 0; } }
.icn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative; }
  .icn:first-child {
    margin-right: 6px; }

.icn-circle-20 {
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 50%; }

.icn-circle-orange, .icn-circle-purple {
  height: 30px;
  width: 30px;
  background: #ffa02f;
  border-radius: 50%; }

.icn-circle-purple {
  background: #722ea5; }

.icn:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

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

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

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

.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) {
    .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; } }
  .hero-cta i {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .hero-cta .text {
    line-height: 20px;
    display: inline-block; }
    .hero-cta .text span {
      display: inline-block;
      vertical-align: middle;
      line-height: 15px; }

.panel .hero-cta {
  color: #722ea5; }
  .panel .hero-cta:hover, .panel .hero-cta:focus {
    color: #292929; }

.site-footer {
  *zoom: 1;
  clear: both;
  margin-bottom: 24px;
  margin-top: 48px; }
  .site-footer:before, .site-footer:after {
    content: "";
    display: table; }
  .site-footer:after {
    clear: both; }

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

.footer-tabs, .donate-tabs {
  background: #f0f0f0;
  padding: 16px; }
  .footer-tabs .nav-tabs, .donate-tabs .nav-tabs {
    margin: 0;
    padding: 0;
    display: table;
    border-collapse: collapse;
    border-spacing: 0; }
    .footer-tabs .nav-tabs li, .donate-tabs .nav-tabs li {
      list-style: none;
      display: table-cell; }
    .footer-tabs .nav-tabs a, .donate-tabs .nav-tabs a {
      display: block;
      line-height: 60px;
      font-size: 0;
      padding: 0 16px;
      text-align: center; }
    .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; }
      .footer-tabs .nav-tabs .active a, .donate-tabs .nav-tabs .active a {
        color: #292929; }
    .footer-tabs .nav-tabs span, .donate-tabs .nav-tabs span {
      display: inline-block;
      vertical-align: middle;
      line-height: 16px;
      font-size: 19px; }
    .footer-tabs .nav-tabs .active span, .donate-tabs .nav-tabs .active span {
      font-size: 21px; }
  .footer-tabs .tab-pane, .donate-tabs .tab-pane {
    padding: 16px;
    background: #fff;
    *zoom: 1; }
    .footer-tabs .tab-pane:before, .footer-tabs .tab-pane:after, .donate-tabs .tab-pane:before, .donate-tabs .tab-pane:after {
      content: "";
      display: table; }
    .footer-tabs .tab-pane:after, .donate-tabs .tab-pane:after {
      clear: both; }
  .js .footer-tabs .tab-pane, .js .donate-tabs .tab-pane {
    display: none; }
  .footer-tabs .tab-pane.active, .donate-tabs .tab-pane.active {
    display: block; }

.main-content ul.nav-tabs li:before {
  display: none; }

.link-list {
  padding: 0;
  margin: 0; }
  .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; }

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

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

.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) {
    .social-square {
      margin: 0 15px; }
      .social-square:first-child {
        margin-left: 0; }
      .social-square:last-child {
        margin-right: 0; } }
  @media all and (min-width: 30.625em) {
    .social-square {
      float: left;
      margin-left: 31px; }
      .social-square:first-child {
        margin-left: 0; } }
  .social-square.twitter {
    background-position: 0 -128px; }
  .social-square.facebook {
    background-position: -32px -128px; }
  .social-square.video {
    background-color: #db2824;
    background-position: -85px -128px; }
  .social-square.pencil {
    background-color: #722ea5;
    background-position: -128px -128px; }
  .social-square.instagram {
    background-color: transparent;
    background-position: -168px -128px; }

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

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

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

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

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

.breadcrumb-empty {
  padding: 4px 0; }

.secondary-nav {
  clear: both; }
  @media all and (min-width: 30.625em) {
    .secondary-nav {
      display: inline;
      float: left;
      width: 22.56098%;
      margin: 0 1.21951%; } }
  @media all and (max-width: 30.615em) {
    .secondary-nav {
      display: none; } }
  .secondary-nav .menu-block-wrapper {
    border-bottom: solid 2px #eae0f1; }
  .secondary-nav ul, .secondary-nav ul.menu {
    margin: 0;
    padding: 0; }
    .secondary-nav ul li, .secondary-nav ul.menu li {
      margin: 0;
      padding: 0;
      display: block; }
  .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; }
    .int .secondary-nav li, .int .secondary-nav li.leaf {
      font-size: 1em; }
  .secondary-nav li.collapsed {
    list-style: none; }
    .secondary-nav li.collapsed > ul {
      display: none; }
  .secondary-nav li.expanded {
    list-style: none;
    border-top: solid 2px transparent;
    background: #f0f0f0; }
    .secondary-nav li.expanded > a:after {
      background-position: -128px -30px;
      right: 14px; }
    .secondary-nav li.expanded > a.active:after {
      background-position: -96px -30px; }
    .secondary-nav li.expanded.leaf > a:after, .secondary-nav li.expanded > a:last-child:after {
      right: 10px;
      background-position: -64px -32px; }
    .secondary-nav li.expanded.leaf > a.active:after {
      background-position: -64px -64px; }
    .secondary-nav li.expanded > ul {
      display: block; }
    .secondary-nav li.expanded + li {
      border-top: solid 2px transparent; }
  .secondary-nav a {
    display: block;
    padding: 4px 28px 4px 14px;
    position: relative;
    color: #722ea5; }
    .secondary-nav a.active, .secondary-nav a.active-trail:last-child {
      color: #fff;
      background: #722ea5; }
      .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; }
    .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; }
    .secondary-nav a:hover, .secondary-nav a:focus {
      color: #da6a28; }
  .secondary-nav li ul {
    background: #f0f0f0; }
    .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; }
      .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; }
    .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; }
      .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; }
    .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; }
    .secondary-nav li ul li.expanded + li {
      border-top: 0; }

.sidebar-logo {
  text-align: center;
  padding: 36px 0 40px;
  border-bottom: solid 1px #d5d5d5; }

@media all and (max-width: 30.615em) {
  body {
    overflow-x: hidden; }

  .page {
    transition: .2s; }

  .page.nav-open {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px); }

  .js .mobile-nav {
    width: 250px;
    position: absolute;
    top: 0;
    right: -250px;
    z-index: 99999; }

  .mobile-nav {
    display: none;
    background: #fff; }
    .mobile-nav.nav-open {
      display: block; }
    .mobile-nav ul.menu {
      margin: 0;
      padding: 0; }
      .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; }
    .mobile-nav nav > ul {
      border-top: solid 2px #aa82c9; }
    .mobile-nav .collapsed > ul {
      display: none; }
    .mobile-nav .expanded > ul {
      display: block; }
    .mobile-nav li {
      font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif;
      font-size: 18px; }
    .mobile-nav a {
      border-bottom: solid 2px #dbd4e4;
      padding: 8px 20px;
      display: block;
      background: #fff;
      color: #722ea5; }
      .mobile-nav a.active {
        color: #da6a28; }
    .mobile-nav li li a {
      background: #f0f0f0; }
      .mobile-nav li li a.active {
        color: #fff;
        background: #722ea5; }
    .mobile-nav li li li {
      font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
      .mobile-nav li li li a {
        background-color: #fff;
        padding-left: 32px;
        position: relative; }
        .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; }
        .mobile-nav li li li a.active {
          color: #fff; }
          .mobile-nav li li li a.active:after {
            background-position: -128px -64px; } }
@media all and (min-width: 30.625em) {
  .mobile-nav {
    display: none; } }

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

@media all and (max-width: 25em) {
  .share-buttons.mobile-main-top {
    border: 0;
    margin-bottom: 1em; } }
.addthis_24x24_style .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important; }
  .addthis_24x24_style .at-icon-wrapper .at-icon {
    width: 24px !important;
    height: 24px !important; }
.addthis_24x24_style.addthis_toolbox a {
  margin-bottom: 0; }

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

.related-title {
  color: #fff;
  background: #722ea5;
  float: left; }

.related-list, .main-content .related-list {
  margin-bottom: 24px;
  display: block;
  padding: 0; }

.related-item, .main-content .related-item {
  margin-top: 0;
  display: inline-block; }
  .related-item:before, .main-content .related-item:before {
    display: none; }
  .related-item a, .main-content .related-item a {
    background: #eae0f1;
    color: #722ea5; }
    .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; }

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

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

.item-list .pager li {
  padding: 0; }

.search-form {
  margin: 30px 20px; }
  .search-form .form-text {
    max-width: 50%; }

.search-results {
  list-style: decimal !important; }
  .search-results .search-snippet-info {
    padding: 0 !important; }
  .search-results .title {
    margin-bottom: 5px; }

.search-result-title {
  margin-top: 36px;
  margin-bottom: 0; }

.related {
  margin-top: 24px; }

.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; }
  .form-submit:hover, .form-submit:focus {
    background: #fb8800;
    text-decoration: none; }

.search-form .form-submit {
  display: inline; }

.webform-client-form {
  *zoom: 1; }
  .webform-client-form:before, .webform-client-form:after {
    content: "";
    display: table; }
  .webform-client-form:after {
    clear: both; }
  .webform-client-form label {
    font-weight: normal; }
  .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%; }
    .webform-client-form .form-text:focus, .webform-client-form .form-select:focus, .webform-client-form .form-textarea:focus {
      background: #F0F0F0; }
  .webform-client-form .form-actions {
    margin: 1em 0;
    float: left; }

.form-type-select select {
  max-width: 100%; }

fieldset {
  min-width: 0; }

.form-managed-file .form-submit {
  margin-top: 10px; }

.grippie {
  display: none; }

textarea {
  max-width: 400px !important; }

#views-exposed-form-funded-research-block b {
  display: block;
  clear: both;
  margin: 10px 0 0; }
#views-exposed-form-funded-research-block .form-submit {
  margin: 10px 0; }

@media all and (min-width: 30.625em) {
  .amount-wrap {
    display: inline;
    float: left;
    width: 30.89431%;
    margin: 0 1.21951%; } }

.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) {
    .amount {
      padding: 10px 0;
      font-size: 3em; } }
  .amount input {
    display: none; }
  .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) {
      .amount .custom-amount {
        float: left;
        margin-left: 5px; } }

@media all and (min-width: 30.625em) {
  .amount-custom-wrap {
    margin-left: 34.55285%; } }

.amount-custom {
  font-size: 1em;
  padding: 0 !important; }
  .amount-custom label {
    padding: 5px;
    *zoom: 1; }
    .amount-custom label:before, .amount-custom label:after {
      content: "";
      display: table; }
    .amount-custom label:after {
      clear: both; }
  .amount-custom span {
    float: left;
    font-size: 3em;
    padding: 5px 0 0 10px;
    line-height: 1; }

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

.no-js .donate-tabs #webform-component-amount, .no-js .donate-tabs #webform-component--your-donation--amount {
  display: none; }

.donate-tabs {
  /*SELECT OVERRIDE*/
  /*CHECKBOX OVERRIDE*/
  /*PROGRESS BAR*/ }
  .donate-tabs .messages {
    background-image: none;
    padding: 1em; }
    .donate-tabs .messages p {
      margin: 0; }
  .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; }
  .donate-tabs .form-text, .donate-tabs .form-select, .donate-tabs .form-textarea {
    max-width: none;
    width: 100%;
    background-color: white; }
  .donate-tabs .form-text:focus, .donate-tabs .form-select:focus, .donate-tabs .form-textarea:focus {
    background-color: transparent; }
  .donate-tabs .form-text, .donate-tabs .form-select {
    padding: 1em; }
  .donate-tabs label {
    margin: 0 0 .5em 0; }
    .donate-tabs label .form-required {
      font-weight: 400; }
  .donate-tabs .webform-component-checkboxes > label {
    font-weight: 700;
    margin-bottom: 1em; }
  .donate-tabs .form-type-checkbox label,
  .donate-tabs #edit-submitted-cardholder label {
    font-weight: 400; }
  .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; }
  .donate-tabs .tab-pane {
    position: relative;
    padding: 32px 16px; }
  .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; }
    .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) {
      .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; }
      .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; } }
  .donate-tabs + h2 {
    margin-top: 40px;
    color: #000; }
  .donate-tabs fieldset {
    border: none 0;
    clear: both;
    margin: 0;
    padding: 0; }
    .donate-tabs fieldset legend {
      display: block;
      float: Left;
      width: 100%; }
      .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; }
  .donate-tabs .form-item, .donate-tabs .form-actions {
    float: left;
    margin: 0 0 1em 0;
    width: 100%; }
  .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; }
    .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; }
  .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; }
  .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%; }
    .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; }
  .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%; }
  .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; }
  .donate-tabs .webform-component[id*="component-amount"] input, .donate-tabs .webform-component--your-donation--amount input {
    position: absolute;
    z-index: -1; }
  .donate-tabs .webform-component[id*="component-amount"] input:checked + label, .donate-tabs .webform-component--your-donation--amount input:checked + label {
    background-color: #f0f0f0; }
  .donate-tabs .select-wrap .form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-right: 4.3em;
    cursor: pointer; }
  .donate-tabs .select-wrap.ie9 .form-select {
    padding-right: 2.1em; }
  .donate-tabs .select-wrap {
    position: relative; }
  .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; }
  .donate-tabs .select-wrap .form-select::-ms-expand {
    display: none;
    visibility: hidden; }
  .donate-tabs .select-wrap:-moz-any(select) {
    width: 110%; }
  .donate-tabs .select-wrap .form-select:focus {
    outline: 1px dotted #e2e2e2; }
  .donate-tabs input[type=checkbox]:not([id*="edit-submitted-amount"]):not([id*="edit-submitted-your-donation-amount"]) {
    opacity: 0;
    float: left; }
  .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; }
  .donate-tabs input[type=checkbox]:not([id*="edit-submitted-amount"]):not([id*="edit-submitted-your-donation-amount"]) + label ~ label {
    margin: 0 0 0 40px; }
  .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; }
  .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; }
  .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; }
  .donate-tabs .progress-bar {
    text-align: center;
    margin-bottom: 1em; }
    .donate-tabs .progress-bar .step {
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 6em; }
      .donate-tabs .progress-bar .step p {
        position: relative;
        z-index: 1;
        margin: 0;
        top: -50px; }
      .donate-tabs .progress-bar .step .text {
        font-size: 150%;
        color: #666;
        height: 50px; }
        .donate-tabs .progress-bar .step .text.checkmark {
          background: url("../img/tick-white.png") no-repeat center 11px; }
    .donate-tabs .progress-bar .stroke {
      vertical-align: top; }
      @media all and (max-width: 30.615em) {
        .donate-tabs .progress-bar .stroke {
          width: .5em;
          height: 50px;
          visibility: hidden; } }
  @media all and (min-width: 30.625em) {
    .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; }
    .donate-tabs #webform-component-enter-amount, .donate-tabs .webform-component--your-donation--enter-amount {
      width: 30%;
      margin-left: 35%; }
    .donate-tabs .form-textarea {
      width: 100%;
      box-sizing: border-box;
      max-width: 100% !important; }
    .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%; }
    .donate-tabs .select-wrap {
      float: left;
      margin-left: 5%;
      width: auto;
      max-width: 65%; }
      .donate-tabs .select-wrap select {
        max-width: 100%; }
    .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%; }
    .donate-tabs .webform-component[id*="cardholder"] .form-text {
      width: 63.3%;
      margin-left: 4%; } }

html.new .form-style-radio input[type="radio"] {
  position: absolute;
  left: -9999px; }
  html.new .form-style-radio input[type="radio"]:focus + label:after {
    outline: #82B2E8 auto 5px;
    outline: -webkit-focus-ring-color auto 5px; }
  html.new .form-style-radio input[type="radio"]:checked + label:after {
    background-color: white; }
  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; }

.ie8 .framed input[type=radio] {
  float: left;
  clear: both; }

.webform-component .description {
  font-size: 1em; }
.webform-component .footnote {
  max-width: 90%;
  font-style: italic; }
.webform-component.webform-component-checkboxes .footnote {
  position: relative;
  top: -30px;
  left: 35px; }

.webform-component-fieldset.webform-component--about-you--cardholder-address {
  background-color: #fbfbfb;
  padding-bottom: 18px;
  margin-bottom: 18px; }
  .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; }
  .webform-component-fieldset.webform-component--about-you--cardholder-address .fieldset-wrapper input {
    max-width: 90%;
    margin-left: 0 !important; }
  .webform-component-fieldset.webform-component--about-you--cardholder-address .fieldset-wrapper .webform-component-textfield {
    padding: 2px 1em; }
  .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) {
      .webform-component-fieldset.webform-component--about-you--cardholder-address .webform-component-textfield .messages.error.show {
        width: 75%;
        margin-left: 0; } }

.messages.error {
  display: none; }
  .messages.error.show {
    display: block; }

.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) {
    .webform-component-textfield .messages.error.show, .webform-component-email .messages.error.show, .webform-component-textarea .messages.error.show {
      width: 85%;
      margin-left: 0; } }

.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
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  margin-bottom: 24px;
  *zoom: 1; }

@media all and (max-width: 30.615em) {
  .bx-wrapper {
    overflow: hidden; } }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.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); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right; }

/* LOADER */
.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 */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  width: 300px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

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

.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) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url(../img/nav.png) no-repeat -56px center; }
  @media all and (max-width: 30.615em) {
    .bx-wrapper .bx-prev {
      display: none; } }

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

.bx-wrapper .bx-prev:hover {
  background: url(../img/nav-over.png) no-repeat -94px center; }

.bx-wrapper .bx-next:hover {
  background: url(../img/nav-over.png) no-repeat 0 center; }

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

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

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

.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -20px 0; }

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

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

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

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

.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) {
  .h-y-mainlogo, .blog-mainlogo {
    min-height: 78px;
    padding: 25px 0 0;
    width: 304px;
    float: right; }

  .h-y-left-h-s {
    width: 656px;
    float: left;
    background: #fff; }
    .h-y-left-h-s header {
      padding: 12px 22px; }
    .h-y-left-h-s .h-y-issue {
      padding: 22px; }

  .h-y-right-h-s, .blog-right-h-s {
    width: 304px;
    float: right; }
    .h-y-right-h-s .panel, .blog-right-h-s .panel {
      margin-top: 25px; }

  .h-y-header-colour-block {
    min-height: 410px;
    width: 100%;
    position: absolute;
    min-width: 1024px; }
    .colour-scheme-green > .h-y-header-colour-block {
      background-color: #aecb46; }

  .site-body > .wrap {
    position: relative; }

  .site-body > .wrap, .site-header > header > .wrap, .site-footer > footer > .wrap {
    padding: 0; }

  .panel-title-small {
    font-size: 1.125em;
    margin-bottom: 16px; }

  .panel-title-large {
    font-size: 1.5em; }

  .h-y-spotlight-half, .blog-spotlight-half {
    width: 48%;
    float: left;
    clear: both; }
    .h-y-spotlight-half.h-y-spotlight-half-odd, .h-y-spotlight-half-odd.blog-spotlight-half {
      float: right;
      clear: none; } }
.h-y-right-h-s .panel.panel-plain, .blog-right-h-s .panel.panel-plain {
  padding-bottom: 0; }
  .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) {
  .h-y-right-h-s .spotlights-above-listing, .blog-right-h-s .spotlights-above-listing {
    margin-top: 332px; } }
.h-y-right-h-s .spotlights-above-listing .panel:first-child, .blog-right-h-s .spotlights-above-listing .panel:first-child {
  margin-top: 8px; }
.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) {
  .h-y-right-h-s .top-spotlight, .blog-right-h-s .top-spotlight {
    width: 304px;
    position: absolute; } }

.h-y-cat {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
  margin: 15px 0 10px;
  color: #328954; }
  .h-y-cat.h-y-cat-teal, .h-y-spotlight-teal .h-y-cat {
    color: #147193; }
  .h-y-cat.h-y-cat-beige, .h-y-spotlight-beige .h-y-cat {
    color: #7d6534; }
  .h-y-cat.h-y-cat-salmon, .h-y-spotlight-salmon .h-y-cat {
    color: #c4262e; }

.h-y-left-h-s {
  margin-top: -2px;
  padding-top: 2px; }
  .h-y-left-h-s header h1 {
    margin-top: 20px; }
  .h-y-left-h-s header .author {
    font-weight: bold; }
  .h-y-left-h-s .article-body h3 {
    font-size: 1.125em; }
  .h-y-left-h-s .article-body h4 {
    font-weight: bold; }
  .h-y-left-h-s .article-body p a {
    font-family: "FranklinGothicURW-Med", "Franklin Gothic Medium", "Arial Narrow Bold", "Arial Narrow", sans-serif; }
    .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; }

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

.article-teal h1, .article-teal h2, .article-teal h3, .article-teal h4, .article-teal .share-buttons-h-y p {
  color: #147193; }

.article-beige h1, .article-beige h2, .article-beige h3, .article-beige h4, .article-beige .share-buttons-h-y p {
  color: #7d6534; }

.article-salmon h1, .article-salmon h2, .article-salmon h3, .article-salmon h4, .article-salmon .share-buttons-h-y p {
  color: #c4262e; }

.share-buttons-h-y {
  padding: 14px 0 30px;
  text-align: right; }
  @media all and (max-width: 30.615em) {
    .share-buttons-h-y {
      padding: 15px 0 10px; } }
  .share-buttons-h-y .addthis_toolbox {
    display: inline-block;
    margin-right: -7px; }
  .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) {
      .share-buttons-h-y p {
        font-size: 1em;
        font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; } }
  .share-buttons-h-y.share-buttons-h-y-bottom {
    border-top: 1px solid #ccc; }
  .share-buttons-h-y a {
    margin-left: 19px; }
    .share-buttons-h-y a:first-child {
      margin-left: 15px; }

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

.h-y-spotlight {
  padding-bottom: 18px; }
  .h-y-spotlight img {
    border-bottom: 5px solid #6bbda5; }
  .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; }

.h-y-spotlight-salmon img {
  border-color: #e5a291; }

.h-y-spotlight-beige img {
  border-color: #d3bf96; }

.h-y-issue {
  padding: 10px 0;
  border-bottom: 1px solid #ccc; }
  .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; }
  .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; }
  .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; }
  .h-y-issue ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .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

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

.panel-grey .panel-tag, .panel-bare .panel-tag {
  color: #328954; }

.panel-bare .panel-tag {
  border-bottom: 5px solid #aecb46;
  padding-bottom: 8px; }

.panel-image-bg {
  background-repeat: no-repeat;
  background-size: cover; }
  .panel-image-bg .panel-tag, .panel-image-bg h2 a {
    color: white; }
  .panel-image-bg a:hover, .panel-image-bg a:focus {
    color: #D4D4D4;
    text-decoration: none; }

.hy-banner-panel-wrapper .panel {
  margin-top: 0; }

.panel-plain {
  background: #fff;
  border: 1px solid #328954;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px; }
  .panel-plain h2 {
    font-weight: normal !important;
    color: #328954;
    margin-top: 0 !important;
    margin-bottom: 10px; }
  .panel-plain label {
    font-weight: normal; }
  .panel-plain .panel-tag {
    font-size: 1.125em; }

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

.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) {
    .h-y-spotlight-heading {
      margin-top: 40px; } }

.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; }
  .h-y-accordion h3 a {
    display: block;
    padding: 10px 0;
    position: relative; }
    .h-y-accordion h3 a:focus {
      outline: none; }
    .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; }
    .h-y-accordion h3 a.open:after {
      background-position: 0 -85px; }
.h-y-accordion .beige {
  /*        h3{
              a{
                  &:after{
                      background-position: 0 -42px;
                  }
                  &.open:after{
                      background-position: 0 -28px;
                  }
              }
          }*/ }
  .h-y-accordion .beige .author {
    color: #7d6534; }
  .h-y-accordion .beige .view-more .view-more-btn:before {
    border-color: #7d6534 transparent transparent transparent; }
  .h-y-accordion .beige .view-more .view-more-btn.open:before {
    border-color: transparent transparent #7d6534 transparent; }
.h-y-accordion .salmon {
  /*        h3{
              a{
                  &:after{
                      background-position: 0 -70px;
                  }
                  &.open:after{
                      background-position: 0 -56px;
                  }
              }
          }*/ }
  .h-y-accordion .salmon .author {
    color: #c4262e; }
  .h-y-accordion .salmon .view-more .view-more-btn:before {
    border-color: #c4262e transparent transparent transparent; }
  .h-y-accordion .salmon .view-more .view-more-btn.open:before {
    border-color: transparent transparent #c4262e transparent; }
.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; }
.h-y-accordion p {
  margin: 0; }
  .h-y-accordion p.author {
    color: #147193;
    font-weight: bold; }
.h-y-accordion .toggle-view-inner {
  padding-top: 5px; }
.h-y-accordion .view-more {
  padding: 20px 0; }
  .h-y-accordion .view-more .view-more-btn {
    display: block;
    padding-left: 15px;
    position: relative;
    font-size: 1.125em; }
    .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; }
    .h-y-accordion .view-more .view-more-btn.open:before {
      border-color: transparent transparent #147193 transparent;
      top: 5px; }

.h-y-archive-link {
  position: relative;
  display: block;
  padding-left: 15px; }
  .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; }

.load-more {
  text-align: center; }
  .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; }
    .load-more a:hover, .load-more a:focus {
      background: #722ea5;
      color: #fff; }
    .load-more a.no-hover {
      color: #722ea5;
      background: 0; }
      .load-more a.no-hover:hover, .load-more a.no-hover:focus {
        color: #722ea5;
        background: 0; }

.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; }
.hy-banner-panel-wrapper #mc_embed_signup .clear {
  text-align: right; }
.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; }

.blog a:focus, .blog a:hover {
  color: #292929; }
.blog .panel-variant-4 a:focus, .blog .panel-variant-4 a:hover {
  color: #ffa02f; }
.blog .panel-image-bg a:focus, .blog .panel-image-bg a:hover {
  color: #D4D4D4; }

.load-more a:hover, .load-more a:focus {
  color: #fff; }

.pager-load-more .pager-next:before {
  display: none; }
.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; }
  .pager-load-more .pager-next a:hover, .pager-load-more .pager-next a:focus {
    background: #722ea5;
    color: #fff; }
  .pager-load-more .pager-next a.no-hover {
    color: #722ea5;
    background: 0; }
    .pager-load-more .pager-next a.no-hover:hover, .pager-load-more .pager-next a.no-hover:focus {
      color: #722ea5;
      background: 0; }

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

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

.blog-right-h-s .panel-title {
  font-weight: bold; }
  .blog-right-h-s .panel-title.panel-title-large {
    font-weight: normal; }
.blog-right-h-s .panel-grey .panel-tag {
  color: #B51328; }
.blog-right-h-s .panel-variant-4 .panel-tag {
  color: #fff; }
.blog-right-h-s .panel-bare {
  margin-top: 25px; }
  .blog-right-h-s .panel-bare .panel-tag {
    color: #00AD83;
    border-bottom: 5px solid #FCDB67; }
.blog-right-h-s .panel-plain {
  margin-top: 25px;
  border-color: #722ea5; }
  .blog-right-h-s .panel-plain h2 {
    color: #00AD83; }
  .blog-right-h-s .panel-plain #mc_embed_signup .mc-field-group input {
    border-color: #722ea5; }

.blog-caption {
  font-size: 1.5em;
  padding-top: 20px; }
  .blog-caption p {
    color: #4D4D4D; }

@media all and (min-width: 30.625em) {
  .blog-left-h-s {
    float: left;
    background: #fff;
    width: 656px; } }
.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) {
  .featured-blog-article {
    padding-bottom: 18px; } }
.featured-blog-article img {
  width: 100%; }

@media all and (max-width: 30.615em) {
  .featured-blog-article-content {
    padding-top: 22px; } }
@media all and (min-width: 30.625em) {
  .featured-blog-article-content {
    padding: 22px; } }

.blog-tag {
  text-transform: uppercase;
  font-size: 0.9375em; }

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

.blog-author {
  color: #722ea5; }

.blog-meta {
  color: #009068;
  margin-bottom: 16px;
  padding-bottom: 1px; }
  .blog-meta .blog-category-link {
    display: inline;
    color: #00AD83; }
    .blog-meta .blog-category-link:after {
      display: none; }
    .blog-meta .blog-category-link:before {
      display: none; }

.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; }
  .blog-category .blog-category-link {
    display: inline;
    color: #00AD83; }
    .blog-category .blog-category-link:after {
      display: none; }
    .blog-category .blog-category-link:before {
      display: none; }

.blog-spotlight {
  padding-bottom: 18px; }
  .blog-spotlight img {
    border-bottom: 5px solid #FCDB67; }
    @media all and (max-width: 30.615em) {
      .blog-spotlight img {
        width: 100%; } }
  .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; }

.blog-spotlight-half.blog-spotlight-right {
  float: right;
  clear: none; }

.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: 0px 0 16px; }

.blog-article-list {
  padding: 0; }
  .blog-article-list li {
    list-style: none;
    display: block;
    margin-bottom: 20px; }
    .blog-article-list li a.active:link, .blog-article-list li a.active:visited {
      color: #722ea5; }
    .blog-article-list li a.active:hover, .blog-article-list li a.active:focus {
      color: #56237d; }
  .blog-article-list h3 {
    margin-bottom: 0; }

.blog-listing {
  padding: 10px 0 0; }

.blog-author-list, .blog-listing {
  padding-left: 0; }
  .blog-author-list li, .blog-listing li {
    list-style: none;
    clear: both; }
  .blog-author-list a, .blog-listing a {
    display: block;
    *zoom: 1; }
    .blog-author-list a:before, .blog-author-list a:after, .blog-listing a:before, .blog-listing a:after {
      content: "";
      display: table; }
    .blog-author-list a:after, .blog-listing a:after {
      clear: both; }
  .blog-author-list .blog-author-image, .blog-listing .blog-author-image {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 18px;
    padding-top: 5px; }
  .blog-author-list .blog-author-name, .blog-listing .blog-author-name {
    overflow: hidden;
    line-height: 46px; }
    .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; }

.blog-article-content .blog-listing {
  margin: 0;
  padding: 0;
  list-style: none; }
  .blog-article-content .blog-listing li {
    margin: 0;
    padding: 20px 0 0;
    border-bottom: 2px solid #eae0f1; }
    @media all and (min-width: 30.625em) {
      .blog-article-content .blog-listing li {
        padding: 10px 0 0; } }
    .blog-article-content .blog-listing li:before {
      display: none; }
  .blog-article-content .blog-listing .listing-header {
    position: relative;
    min-height: 120px; }
    @media all and (min-width: 30.625em) {
      .blog-article-content .blog-listing .listing-header {
        padding: 0 0 0 24%; } }
    .blog-article-content .blog-listing .listing-header img {
      display: block; }
      @media all and (min-width: 30.625em) {
        .blog-article-content .blog-listing .listing-header img {
          position: absolute;
          top: 0;
          left: 0;
          max-width: 21%; } }
  .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; }
  .blog-article-content .blog-listing .blog-meta a {
    display: inline; }
    .blog-article-content .blog-listing .blog-meta a:before, .blog-article-content .blog-listing .blog-meta a:after {
      display: none; }

.blog-category-list, .blog-archive-list {
  padding-left: 0;
  margin: 0; }
  .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; }
  .blog-category-list a, .blog-archive-list a {
    display: inline-block;
    padding: 8px 0;
    box-sizing: border-box;
    margin-right: 50px;
    position: relative; }
  .blog-category-list ul, .blog-archive-list ul {
    padding-left: 0;
    margin: 0; }
    .js .blog-category-list ul, .js .blog-archive-list ul {
      display: none; }
    .blog-category-list ul li, .blog-archive-list ul li {
      padding-left: 20px;
      border-bottom: 0;
      border-top: solid 2px #dbd4e4; }
  .js .blog-category-list .blog-category-hidden, .js .blog-archive-list .blog-category-hidden {
    display: none; }
    .js .blog-category-list .blog-category-hidden ~ li, .js .blog-archive-list .blog-category-hidden ~ li {
      display: none; }

.blog-archive-list {
  margin-bottom: 12px; }

.blog-blogger-profile {
  margin-top: 2px;
  margin-bottom: 6px;
  padding-bottom: 12px;
  border-bottom: 2px solid #eae0f1;
  *zoom: 1; }
  .blog-blogger-profile:before, .blog-blogger-profile:after {
    content: "";
    display: table; }
  .blog-blogger-profile:after {
    clear: both; }

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

.blogger-profile-details-wrapper {
  position: relative;
  top: 18px;
  padding-bottom: 16px; }
  .blogger-profile-details-wrapper .blogger-profile-details {
    margin-bottom: 4px; }
    .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) {
    .blogger-profile-details-wrapper {
      top: 6px; } }

.blogger-profile-picture {
  width: 60px;
  padding: 10px;
  float: left;
  margin-right: 8px; }

.comments-recent-toggle.open .comments-recent:after {
  background-position: -127px -209px; }
.comments-recent-toggle .comments-recent {
  position: relative; }
  .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; }
    .comments-recent-toggle .comments-recent:after:hover {
      outline: 0; }

.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; }
  .blog-subcategory-toggle.open {
    background-position: 0 -84px; }
  .blog-subcategory-toggle:hover {
    outline: 0; }

.blog-category-toggle {
  margin-top: 20px;
  border: 0;
  background: 0;
  color: #722ea5;
  padding-left: 20px;
  position: relative; }
  .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; }
  .no-js .blog-category-toggle {
    display: none; }
  .blog-category-toggle.toggled .blog-category-toggle-view {
    display: none; }
  .blog-category-toggle.toggled .blog-category-toggle-hide {
    display: inline; }
  .blog-category-toggle.toggled:before {
    border-top: 0;
    border-bottom: solid 5px #147193; }

.blog-category-toggle-hide {
  display: none; }

.blog-category-list-extra {
  display: none; }

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

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

.share-buttons-blog {
  text-align: right;
  margin-bottom: 20px; }
  .share-buttons-blog p {
    display: inline-block;
    vertical-align: middle; }
  .share-buttons-blog .addthis_toolbox {
    display: inline-block; }
  .share-buttons-blog a {
    float: left;
    margin-left: 5px; }
    .share-buttons-blog a:first-child {
      margin-left: 8px; }
  .share-buttons-blog .addthis_button_google_plusone_share {
    margin-right: 0; }

.share-buttons-blog-bottom {
  margin-top: 50px;
  margin-bottom: 0; }

.blog-meta-bottom {
  text-align: right; }

.blog-comments {
  margin-bottom: 2em; }

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

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

.comment-form-comment {
  margin-bottom: 12px; }

.comment-form-inputs {
  *zoom: 1; }
  .comment-form-inputs:before, .comment-form-inputs:after {
    content: "";
    display: table; }
  .comment-form-inputs:after {
    clear: both; }

.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) {
  .comment-form-name,
  .comment-form-email {
    width: 250px;
    float: left;
    margin-right: 15px; } }
@media all and (max-width: 30.615em) {
  .comment-form-name,
  .comment-form-email {
    margin-bottom: 10px; } }

.comment-form-submit {
  overflow: hidden; }
  .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) {
      .comment-form-submit input {
        width: 100%; } }
    .comment-form-submit input:hover, .comment-form-submit input:focus {
      text-decoration: underline; }
  @media all and (max-width: 30.615em) {
    .comment-form-submit {
      text-align: right; } }

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

.comments-list .load-more {
  margin-top: 8px; }

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

.comment-item-meta {
  color: #009068;
  line-height: 1.6;
  margin-bottom: 4px; }

.comment-item-author {
  font-weight: 700; }

.comment-item-time {
  font-style: italic; }

.comment-item-message > :last-child {
  margin-bottom: 0; }

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

.blog-sidebar-spotlights {
  margin-top: 40px; }

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

    Items which change according to theme

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

.site-body {
  position: relative; }

.featured-blog-article-content .blog-author {
  font-size: 19px; }

.entity-paragraphs-item {
  margin-bottom: 1em; }

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

.alcohol-tool {
  overflow: hidden;
  margin-bottom: 2em; }
  .alcohol-tool .tool-actions {
    margin-bottom: 2em; }
  .alcohol-tool .framed .tool-actions {
    margin-bottom: 0; }

.alcohol-tool-row {
  *zoom: 1;
  margin-bottom: 12px; }
  .alcohol-tool-row:before, .alcohol-tool-row:after {
    content: "";
    display: table; }
  .alcohol-tool-row:after {
    clear: both; }
  @media all and (max-width: 29.99em) {
    .alcohol-tool-row {
      min-height: 90px; } }

.drink-about {
  float: left;
  margin-right: 22px; }
  @media all and (min-width: 30em) {
    .drink-about {
      width: 308px; } }
  @media all and (max-width: 29.99em) {
    .drink-about {
      width: 100%;
      padding-right: 114px;
      box-sizing: border-box;
      margin-right: -110px; } }

.alcohol-tool-icon {
  float: left;
  width: 82px; }
  @media all and (max-width: 29.99em) {
    .alcohol-tool-icon {
      width: 50px; } }
  .alcohol-tool-icon .drink-icon {
    display: inline-block;
    vertical-align: middle; }
    @media all and (min-width: 30em) {
      .alcohol-tool-icon .drink-icon {
        margin-left: 9px; } }
  .alcohol-tool-icon .icon-spirit {
    margin-top: 10px; }

.drink-text {
  overflow: hidden; }

.drink-name {
  font-size: 1.125em;
  color: #da6a28; }
  .drink-name label {
    font-weight: 500; }

.drink-data {
  font-size: 0.875em; }

.drink-amount {
  text-align: right;
  overflow: hidden; }

.drink-amount-box {
  background: #f0f0f0;
  border: solid 1px #dbd4e4; }
  @media all and (max-width: 30.615em) {
    .drink-amount-box {
      display: inline-block;
      width: 90px;
      margin-top: 8px; } }

.drink-amount-field {
  width: 100%;
  border: 0;
  background: 0;
  color: #da6a28;
  padding: 5px 10px 5px 18px;
  box-sizing: border-box;
  font-size: 18px; }

.enhanced-number-container {
  clear: both;
  width: auto !important;
  margin-right: 0 !important;
  border: solid 1px #dbd4e4; }
  .enhanced-number-container input {
    border: 0;
    margin-top: 0; }

@media all and (min-width: 30.625em) {
  .enhanced-number-container {
    position: relative; }

  .enhanced-number-input {
    -moz-appearance: textfield;
    padding-right: 30px; }

  .enhanced-number-input::-webkit-inner-spin-button {
    -webkit-appearance: none; }

  .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; }
    .number-up:focus, .number-up:hover, .number-down:focus, .number-down:hover {
      background: #fff;
      outline: solid 1px #ffa02f;
      z-index: 1; }
    .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; }
    .number-up[disabled=disabled]:hover, .number-up[disabled=disabled]:focus, .number-down[disabled=disabled]:hover, .number-down[disabled=disabled]:focus {
      outline: dotted 1px #555; }

  .number-up {
    top: 0;
    border-bottom: solid 1px #dbd4e4; }
    .number-up:before {
      border-bottom: solid 4px #666; }

  .number-down {
    bottom: 0; }
    .number-down:before {
      border-top: solid 4px #666; } }
@media all and (max-width: 30.615em) {
  .number-up, .number-down {
    display: none; } }
.tool-actions {
  text-align: center;
  margin-top: 2em; }

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) {
    body .tool-calculate-button {
      width: 304px; } }
  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; }
  body .tool-calculate-button:hover, body .tool-calculate-button:focus {
    color: #722ea5; }
  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; }
  body .tool-calculate-button:hover, body .tool-calculate-button:focus {
    text-decoration: none !important;
    color: #722ea5; }

.drink-icon {
  width: 39px;
  background: url("../img/drinks.png") no-repeat; }

.icon-wine-small {
  height: 54px; }

.icon-wine-standard {
  height: 54px;
  background-position: 0 -65px; }

.icon-wine-large {
  height: 55px;
  background-position: 0 -129px; }

.icon-wine-sparkling {
  height: 54px;
  background-position: 0 -194px; }

.icon-lager {
  height: 54px;
  background-position: 0 -259px; }

.icon-bitter {
  height: 54px;
  background-position: 0 -324px; }

.icon-spirit {
  height: 33px;
  background-position: 0 -399px; }

.icon-spirit-mixer {
  height: 54px;
  background-position: 0 -454px; }

.icon-spirit-fruit {
  height: 54px;
  background-position: 0 -519px; }

.icon-spirit-energy {
  height: 54px;
  background-position: 0 -585px; }

.icon-spirit-bottle {
  height: 69px;
  background-position: 0 -648px; }

@media all and (max-width: 30.615em) {
  .tool-result-alcohol {
    margin-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px; } }
.tool-result-alcohol * {
  color: #292929; }

.tool-result-title {
  font-size: 1.5em;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
  .tool-result-title b {
    color: #da6a28;
    font-size: 34px;
    font-weight: 400; }
  .tool-result-title + .tool-result-title {
    margin-top: -10px; }

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

.tool-result-detail {
  background-color: #f0f0f0;
  padding: 24px 24px 32px;
  margin-top: 20px; }
  @media all and (min-width: 30.625em) {
    .tool-result-detail {
      margin-left: -24px;
      margin-right: -24px; } }
  .tool-result-detail p {
    font-size: 1.125em; }
  .tool-result-detail .subscript {
    position: relative;
    font-size: 0.9em;
    margin: 50px 0 -8px; }

.tool-result-separator {
  border-color: #eae0f1;
  margin-left: -18px;
  margin-right: -18px; }
  @media all and (min-width: 30.625em) {
    .tool-result-separator {
      margin-left: -58px;
      margin-right: -58px; } }

.alcohol-equivalent {
  margin-bottom: 10px; }

.alcohol-equivalent-icon {
  float: right;
  margin-left: 10px; }

@media all and (min-width: 30.625em) {
  .fixed-width {
    overflow: hidden; } }
@media all and (max-width: 30.615em) {
  .fixed-width {
    margin-bottom: 2em; } }

.framed {
  border: 24px solid #eae0f1;
  padding: 25px 58px;
  box-sizing: border-box;
  overflow: hidden; }
  .framed * {
    box-sizing: border-box; }
  .framed * {
    color: #292929; }
  @media all and (max-width: 30.615em) {
    .framed {
      border: 12px solid #eae0f1;
      padding: 20px; } }

#unit-switch label {
  width: 45%;
  margin-right: 5%;
  float: left; }

.label {
  font-size: 1em;
  font-weight: bold;
  float: left;
  width: 100%;
  clear: both;
  margin: 20px 0 10px; }

#metric, #imperial {
  clear: both;
  overflow: hidden; }
  #metric div, #imperial div {
    width: 45%;
    margin-right: 5%;
    float: left; }
  #metric label, #metric input, #imperial label, #imperial input {
    display: block;
    font-weight: normal;
    width: 100%; }
  #metric label, #imperial label {
    clear: left; }

#metric div {
  float: none; }

.input-number {
  background: #f0f0f0;
  border: solid 1px #dbd4e4;
  padding: 5px;
  border-radius: 0; }
  @media all and (max-width: 30.615em) {
    .input-number {
      display: inline-block;
      width: 70px; } }

.bmi-tool {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2em; }
  .bmi-tool .half {
    width: 50%;
    float: left;
    padding-right: 4%; }
    .bmi-tool .half + .half {
      padding-right: 0; }
  .bmi-tool h2 {
    color: #333; }
  .bmi-tool .details {
    overflow: hidden;
    padding: 0 58px 25px;
    border-bottom: 1px #dbd4e4 solid; }
    @media all and (max-width: 30.615em) {
      .bmi-tool .details {
        padding: 0 20px 20px; } }
    .bmi-tool .details .label {
      margin: 0 0 10px; }
      @media all and (max-width: 25em) {
        .bmi-tool .details .label {
          margin-bottom: 5px; } }
    .bmi-tool .details .detail {
      color: #da6a28;
      display: block; }
    @media all and (max-width: 25em) {
      .bmi-tool .details > .half {
        *zoom: 1;
        width: auto;
        float: none;
        clear: both; }
        .bmi-tool .details > .half:before, .bmi-tool .details > .half:after {
          content: "";
          display: table; }
        .bmi-tool .details > .half:after {
          clear: both; }
        .bmi-tool .details > .half + .half {
          margin-top: 10px; } }
  .bmi-tool .result {
    padding: 24px 58px 0; }
    @media all and (max-width: 30.615em) {
      .bmi-tool .result {
        padding: 20px 20px 0; } }
    .bmi-tool .result .total {
      color: #722ea5;
      font-size: 2.125em; }
  @media all and (max-width: 30.615em) {
    .bmi-tool .tool-actions {
      padding: 0 20px; } }
  .bmi-tool #imperial .label {
    margin-bottom: -6px; }
  @media all and (max-width: 30.615em) {
    .bmi-tool + .panel {
      margin-bottom: 25px; } }

.bmi_form {
  padding: 0 58px; }
  @media all and (max-width: 30.615em) {
    .bmi_form {
      padding: 0 20px; } }

.health-tools-result-spotlight {
  margin-bottom: 28px; }

.exercise-tool .tool-actions {
  margin-bottom: 2em; }
@media all and (max-width: 30.615em) {
  .exercise-tool .framed {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 2em; } }
.exercise-tool .framed .tool-actions {
  margin-bottom: 0; }
.exercise-tool .framed .beta {
  margin-bottom: 20px; }

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

.exercise-calculation-option {
  margin-bottom: 1em; }
  .exercise-calculation-option input[type=radio] {
    float: left; }
  .exercise-calculation-option label {
    margin-bottom: 8px; }
  .exercise-calculation-option .calculation-option-detail {
    overflow: hidden; }
  .exercise-calculation-option.option-disabled label {
    color: #999; }

.tool-text-field {
  background: #F0F0F0;
  border: solid 1px #DBD4E4;
  padding: 5px;
  width: 100%;
  margin-top: .5em; }

.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; }
  .energy-info > * {
    color: #fff; }
  .energy-info h3 {
    font-size: 1.125em;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
  .energy-info ul {
    margin: 0;
    display: block;
    width: 104.87805%;
    margin: 0 -2.43902%;
    *zoom: 1; }
    .energy-info ul:before, .energy-info ul:after {
      content: "";
      display: table; }
    .energy-info ul:after {
      clear: both; }
    .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; }
      .energy-info ul li:before {
        position: absolute;
        content: '';
        background: 0;
        top: 0;
        left: 0; }
      .energy-info ul li span {
        margin-left: -4px; }

.activities-title {
  margin-top: 1em;
  color: #722ea5;
  font-size: 1.5em;
  font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }

.activity-icon {
  height: 64px;
  display: inline-block;
  background: url("../img/exercise-icons.png") no-repeat; }
  :checked ~ .activity-icon {
    background-image: url("../img/exercise-icons-white.png"); }

.icon-swimming {
  width: 89px;
  background-position: 0 0px; }

.icon-cycling {
  width: 89px;
  background-position: 0 -64px; }

.icon-golf {
  width: 89px;
  background-position: 0 -128px; }

.icon-bowls {
  width: 89px;
  background-position: 0 -192px; }

.icon-yoga {
  width: 76px;
  background-position: -89px 0px; }

.icon-weights {
  width: 76px;
  background-position: -89px -64px; }

.icon-aerobics {
  width: 76px;
  background-position: -89px -128px; }

.icon-dancing {
  width: 76px;
  background-position: -89px -192px; }

.icon-fast-running {
  width: 69px;
  background-position: -165px 0px; }

.icon-medium-running {
  width: 69px;
  background-position: -165px -64px; }

.icon-slow-running {
  width: 69px;
  background-position: -165px -128px; }

.icon-walking {
  width: 69px;
  background-position: -165px -192px; }

.icon-football {
  width: 89px;
  background-position: 0 -256px; }

.icon-netball {
  width: 89px;
  background-position: 0 -320px; }

.icon-cricket {
  width: 89px;
  background-position: 0 -384px; }

.icon-rugby {
  width: 89px;
  background-position: 0 -448px; }

.icon-badminton {
  width: 76px;
  background-position: -89px -256px; }

.icon-tennis-singles {
  width: 76px;
  background-position: -89px -320px; }

.icon-tennis-doubles {
  width: 76px;
  background-position: -89px -384px; }

.icon-squash {
  width: 76px;
  background-position: -89px -448px; }

.icon-vacuuming {
  width: 69px;
  background-position: -165px -256px; }

.icon-gardening {
  width: 69px;
  background-position: -165px -320px; }

.icon-mowing {
  width: 69px;
  background-position: -165px -384px; }

.icon-ironing {
  width: 69px;
  background-position: -165px -448px; }

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

.exercise-activity-column {
  display: inline;
  float: left;
  width: 28.45528%;
  margin: 0 2.43902%; }
  .exercise-activity-column hr {
    border-top: solid 2px #eae0f1;
    margin: 19px 0; }

.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; }
  .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; }
  .exercise-activity-cell input {
    position: absolute;
    left: 0;
    top: 0; }
  .exercise-activity-cell:hover, .exercise-activity-cell:focus {
    background: #f7f7f7;
    border-color: #eaebec; }
  .exercise-activity-cell .exercise-activity-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .exercise-activity-cell :focus + .exercise-activity-bg {
    outline: dashed 2px #666; }
  .exercise-activity-cell .activity-icon {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1; }

:checked + .exercise-activity-bg {
  background-color: #eae0f1;
  outline: 0; }

.exercises-teal :checked + .exercise-activity-bg {
  background-color: #00ac83;
  outline: solid 2px #00ac83; }

.exercises-orange :checked + .exercise-activity-bg {
  background-color: #ff9f2e;
  outline: solid 2px #ff9f2e; }

.exercises-purple :checked + .exercise-activity-bg {
  background-color: #712da4;
  outline: solid 2px #712da4; }
  .exercises-purple :checked + .exercise-activity-bg ~ .exercise-activity-title {
    color: #fff; }

.exercises-lime :checked + .exercise-activity-bg {
  background-color: #bdd500;
  outline: solid 2px #bdd500; }

.exercises-red :checked + .exercise-activity-bg {
  background-color: #c52b39;
  outline: solid 2px #c52b39; }
  .exercises-red :checked + .exercise-activity-bg ~ .exercise-activity-title {
    color: #fff; }

.exercises-blue :checked + .exercise-activity-bg {
  background-color: #37b8dc;
  outline: solid 2px #37b8dc; }

.exercise-activity-title {
  position: relative;
  z-index: 1; }
  @media all and (max-width: 30.615em) {
    .exercise-activity-title {
      font-size: 0.9375em;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; } }

.exercise-result-main {
  font-size: 24px;
  margin-top: -10px; }
  .exercise-result-main b {
    color: #da6a28;
    font-weight: 400;
    font-size: 34px; }

.exercise-result {
  color: #722ea5;
  margin-bottom: 5px; }

.nourishing-wrap {
  margin-bottom: 3em; }
  @media all and (min-width: 30.625em) {
    .nourishing-wrap.nourishing-wrap-with-sidebar {
      width: 468px; } }
  .nourishing-wrap.nourishing-wrap-with-sidebar .framework .policy-toggle .letter {
    width: auto; }
  .nourishing-wrap .framework {
    border-bottom: 2px solid #dbd4e4; }
    .nourishing-wrap .framework .policy-toggle {
      display: table;
      width: 99.9%;
      border-top: 2px solid #dbd4e4;
      padding: 10px 0;
      position: relative;
      height: 5em;
      outline: none; }
      .nourishing-wrap .framework .policy-toggle:focus {
        text-decoration: none; }
        .nourishing-wrap .framework .policy-toggle:focus h2 {
          color: #722ea5; }
      .nourishing-wrap .framework .policy-toggle:hover {
        text-decoration: none; }
        .nourishing-wrap .framework .policy-toggle:hover h2 {
          color: #da6a28; }
      .nourishing-wrap .framework .policy-toggle .letter {
        width: 80px;
        display: table-cell;
        vertical-align: middle; }
        @media all and (max-width: 30.615em) {
          .nourishing-wrap .framework .policy-toggle .letter {
            display: block; } }
        .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) {
            .nourishing-wrap .framework .policy-toggle .letter span {
              font-family: arial; } }
          .nourishing-wrap .framework .policy-toggle .letter span.category-2 {
            background: #e5ef99;
            color: #007934; }
          .nourishing-wrap .framework .policy-toggle .letter span.category-3 {
            background: #ffd9ac;
            color: #c35d21; }
      .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; }
        .nourishing-wrap .framework .policy-toggle .chevron.open {
          background: url(../img/sprite.png) no-repeat -64px -256px; }
      .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) {
          .nourishing-wrap .framework .policy-toggle h2 {
            display: block;
            clear: both;
            max-width: none;
            padding: 10px 0 0; } }
    .nourishing-wrap .framework .policy {
      border-top: 2px solid #dbd4e4;
      padding: 10px 0 40px;
      padding: 10px 0; }
      @media all and (max-width: 30.615em) {
        .nourishing-wrap .framework .policy {
          padding: 10px 0 20px; } }
      .js .nourishing-wrap .framework .policy {
        display: none; }
    .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; }
    .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; }
      .nourishing-wrap .framework .policyaction-toggle:focus {
        text-decoration: none;
        color: #722ea5; }
      .nourishing-wrap .framework .policyaction-toggle:hover {
        text-decoration: none;
        color: #56237d; }
      .nourishing-wrap .framework .policyaction-toggle.odd {
        background: #f0f0f0;
        border-top: 1px solid #ccc; }
      .nourishing-wrap .framework .policyaction-toggle .chevron-wrap {
        display: table-cell;
        position: relative; }
      .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; }
        .nourishing-wrap .framework .policyaction-toggle .chevron.open {
          background: url(../img/sprite.png) no-repeat 0 -256px; }
      .nourishing-wrap .framework .policyaction-toggle h4 {
        display: table-cell;
        padding-right: 50px;
        margin: 0;
        vertical-align: middle;
        font-size: 20px; }
    .nourishing-wrap .framework .implimentations {
      position: relative;
      margin-bottom: 2em; }
      .js .nourishing-wrap .framework .implimentations {
        display: none; }
      .nourishing-wrap .framework .implimentations .overview {
        font-style: italic; }
      .nourishing-wrap .framework .implimentations .updated {
        background-color: yellow;
        font-size: .85em;
        padding: 5px;
        margin-bottom: 1em;
        float: left; }
      .nourishing-wrap .framework .implimentations h5 {
        font-size: 20px;
        color: #da6a28;
        margin: 1em 0;
        padding-right: 140px; }
      .nourishing-wrap .framework .implimentations .details {
        padding: 1em;
        margin-bottom: 1em;
        background: #f0f0f0;
        border-top: 1px solid #ccc; }
        .nourishing-wrap .framework .implimentations .details > * {
          clear: both; }
      .nourishing-wrap .framework .implimentations .countries {
        padding: 10px 0;
        margin: 0 0 20px;
        overflow: hidden;
        border-bottom: 2px solid #ccc; }
        .nourishing-wrap .framework .implimentations .countries.countries-last {
          border: none; }
        .nourishing-wrap .framework .implimentations .countries li {
          float: left; }
          .nourishing-wrap .framework .implimentations .countries li a {
            background: #fff;
            border: 1px solid #b8a6d0;
            transition: background .2s;
            margin: 0 10px 10px 0; }
            .nourishing-wrap .framework .implimentations .countries li a:hover {
              background: #eae0f1;
              color: #722ea5; }
      .nourishing-wrap .framework .implimentations .links {
        margin: 0 0 1em 0;
        padding: 0;
        list-style-type: none;
        overflow: hidden;
        font-size: 0.95em; }
        .nourishing-wrap .framework .implimentations .links .link-item {
          float: left;
          border-right: 1px solid #cccccc;
          margin-right: .5em;
          padding-right: .5em;
          line-height: 1em; }
          .nourishing-wrap .framework .implimentations .links .link-item:last-child {
            border-right-width: 0; }
          .nourishing-wrap .framework .implimentations .links .link-item:before {
            display: none; }
          .nourishing-wrap .framework .implimentations .links .link-item a {
            font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
        .nourishing-wrap .framework .implimentations .links .see-all {
          margin: 5px 0; }
          .nourishing-wrap .framework .implimentations .links .see-all a {
            background: #cccccc url("../img/small-arrow-down.png") no-repeat center right;
            display: inline-block;
            font-size: .9em;
            padding: 3px 25px 3px 5px;
            color: white; }
            .nourishing-wrap .framework .implimentations .links .see-all a:hover {
              text-decoration: none; }
            .nourishing-wrap .framework .implimentations .links .see-all a.open {
              background-image: url("../img/small-arrow-up.png"); }
      .nourishing-wrap .framework .implimentations .breadcrumb {
        margin-top: 10px; }
        .nourishing-wrap .framework .implimentations .breadcrumb .category {
          font-size: 1.5em;
          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: 5px; }
          @media all and (max-width: 30.615em) {
            .nourishing-wrap .framework .implimentations .breadcrumb .category {
              font-family: arial; } }
          .nourishing-wrap .framework .implimentations .breadcrumb .category.category-2 {
            background: #e5ef99;
            color: #007934; }
          .nourishing-wrap .framework .implimentations .breadcrumb .category.category-3 {
            background: #ffd9ac;
            color: #c35d21; }
      .nourishing-wrap .framework .implimentations .implementation-header {
        position: relative; }
      .nourishing-wrap .framework .implimentations .social-links {
        position: absolute;
        top: 0;
        right: 0;
        white-space: nowrap; }
        .nourishing-wrap .framework .implimentations .social-links .social-square {
          margin-top: 1px;
          margin-left: 5px;
          height: 26px;
          width: 26px;
          background-size: contain;
          float: left; }
          .nourishing-wrap .framework .implimentations .social-links .social-square.twitter {
            background: transparent url("../img/icon-twitter.png") no-repeat; }
          .nourishing-wrap .framework .implimentations .social-links .social-square.facebook {
            background: transparent url("../img/icon-facebook.png?id=2") no-repeat; }
          .nourishing-wrap .framework .implimentations .social-links .social-square.email {
            background: transparent url("../img/icon-email.png?id=3") no-repeat; }

.nourishing-filter {
  padding: 20px 0 40px 0;
  position: relative;
  z-index: 100; }
  .nourishing-filter h2 {
    clear: both;
    color: #da6a28;
    font-size: 20px;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif; }
  .nourishing-filter ul {
    list-style: none;
    font-size: 17px;
    padding: 0;
    margin: 0 0 1em 0; }
    @media all and (min-width: 30.625em) {
      .nourishing-filter ul {
        width: 40%;
        float: left; } }
    .nourishing-filter ul li {
      margin: 0; }
      .nourishing-filter ul li:before {
        display: none; }
      .nourishing-filter ul li span {
        display: inline-block;
        height: 15px;
        width: 15px;
        margin-right: 5px;
        background: #b1e2f4;
        border-radius: 50%;
        vertical-align: middle; }
        .nourishing-filter ul li span.cat2 {
          background: #e5ef99; }
        .nourishing-filter ul li span.cat3 {
          background: #ffd9ac; }
  .nourishing-filter .btn {
    display: none; }
  .nourishing-filter .filter-wrap {
    position: relative; }
    .nourishing-filter .filter-wrap * {
      box-sizing: border-box; }
    .nourishing-filter .filter-wrap .form-item {
      margin: 0 0 10px 0; }
    .nourishing-filter .filter-wrap > div {
      background-color: #722ea5;
      color: white;
      padding: 15px; }
    .nourishing-filter .filter-wrap .form-item-and-or {
      color: white;
      width: 14%;
      float: left;
      padding-top: 1.6em;
      font-size: 1.3em;
      text-align: center; }
    .nourishing-filter .filter-wrap .form-item-topic,
    .nourishing-filter .filter-wrap .form-item-country {
      width: 43%;
      float: left; }
      .nourishing-filter .filter-wrap .form-item-topic label,
      .nourishing-filter .filter-wrap .form-item-country label {
        margin-bottom: 10px; }
      .nourishing-filter .filter-wrap .form-item-topic input,
      .nourishing-filter .filter-wrap .form-item-country input {
        width: 100%;
        margin: 0 0 10px 0; }
      .nourishing-filter .filter-wrap .form-item-topic #autocomplete,
      .nourishing-filter .filter-wrap .form-item-country #autocomplete {
        border-color: #722ea5; }
        .nourishing-filter .filter-wrap .form-item-topic #autocomplete ul,
        .nourishing-filter .filter-wrap .form-item-country #autocomplete ul {
          width: 100%; }
        .nourishing-filter .filter-wrap .form-item-topic #autocomplete li,
        .nourishing-filter .filter-wrap .form-item-country #autocomplete li {
          white-space: normal;
          margin: 0;
          padding: 0 5px; }
          .nourishing-filter .filter-wrap .form-item-topic #autocomplete li.selected,
          .nourishing-filter .filter-wrap .form-item-country #autocomplete li.selected {
            background: #722ea5;
            color: inherit; }
        .nourishing-filter .filter-wrap .form-item-topic #autocomplete ul.links,
        .nourishing-filter .filter-wrap .form-item-topic #autocomplete ul.links li,
        .nourishing-filter .filter-wrap .form-item-country #autocomplete ul.links,
        .nourishing-filter .filter-wrap .form-item-country #autocomplete ul.links li {
          background: white; }
        .nourishing-filter .filter-wrap .form-item-topic #autocomplete p,
        .nourishing-filter .filter-wrap .form-item-country #autocomplete p {
          margin: 0; }
    .nourishing-filter .filter-wrap .form-item-country {
      margin-left: 0%; }
    .nourishing-filter .filter-wrap .form-item-options {
      clear: both;
      margin-bottom: 0; }
      .nourishing-filter .filter-wrap .form-item-options .form-checkboxes {
        display: flex;
        align-items: center;
        margin-top: 10px; }
        .nourishing-filter .filter-wrap .form-item-options .form-checkboxes .form-item {
          margin-bottom: 0; }
        .nourishing-filter .filter-wrap .form-item-options .form-checkboxes .form-submit {
          padding: .2em 1em;
          font-size: 1em; }
      .nourishing-filter .filter-wrap .form-item-options input {
        margin: 0; }
      .nourishing-filter .filter-wrap .form-item-options .form-type-checkbox {
        margin-right: 10px; }
  .nourishing-filter .select-wrap {
    position: relative;
    border: 1px solid #ffa02f;
    margin-top: 1.1em; }
    @media all and (min-width: 30.625em) {
      .nourishing-filter .select-wrap {
        width: 50%;
        float: right; } }
    .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; }
    .nourishing-filter .select-wrap select {
      border: none;
      padding: 5px;
      width: 100%;
      background: #fff;
      -webkit-appearance: none; }

.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) {
    .scrollup {
      margin-left: 164px; } }
  .scrollup:hover, .scrollup:focus {
    text-decoration: none !important; }
  .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; }
  .js .scrollup {
    display: none; }
  @media all and (max-width: 30.615em) {
    .scrollup {
      background: #712da4;
      color: #fff;
      padding: 15px;
      right: 0; }
      .scrollup .icon-scrollup {
        margin-right: 0; }
      .scrollup span {
        display: none; } }

.scrollup-wrap {
  float: right;
  width: 140px;
  margin-left: 24px; }
  .scrollup-wrap.scrollup-wrap-with-sidebar {
    width: 222px; }
    @media all and (min-width: 78.75em) {
      .scrollup-wrap.scrollup-wrap-with-sidebar .scrollup {
        margin-left: 0; } }

/************************************
    colours
/************************************/
@media all and (min-width: 30.625em) {
  .page-recipes .site-header {
    margin-bottom: 0; } }
@media all and (min-width: 30.625em) {
  .page-recipes .site-logo {
    position: static;
    min-height: 0;
    margin-top: 11px; }
    .page-recipes .site-logo img {
      width: 164px; } }
.page-recipes .main-nav ul.menu {
  display: block; }
.page-recipes .main-nav li > a {
  color: #4A4A4A;
  font-size: 1em; }
@media all and (min-width: 30.625em) {
  .page-recipes .main-nav {
    margin-top: 25px; } }

.page-recipes .wrap {
  width: 1200px; }
  @media all and (max-width: 78.74em) {
    .page-recipes .wrap {
      box-sizing: border-box;
      width: 100%;
      padding-left: 1em;
      padding-right: 1em; } }
  .page-recipes .wrap.commentsPanel {
    width: 100%; }

@media all and (min-width: 30em) {
  .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) {
  .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) {
  .node-recipes-landing-page-uk .recipes_masthead, .node-recipes-listing-page-uk .recipes_masthead {
    height: 320px; } }

.group-r-featured, .group-r-details-intro {
  position: relative;
  background: #fff; }

@media all and (min-width: 78.75em) {
  .node-recipes-home-page-uk .recipes_masthead {
    height: 450px; } }
@media all and (min-width: 30em) and (max-width: 78.74em) {
  .node-recipes-home-page-uk .recipes_masthead {
    height: 320px; } }

@media all and (min-width: 30em) {
  .node-recipes-content-page-uk .recipes_masthead,
  .node-type-recipes-contributor-page-uk .recipes_masthead {
    margin-bottom: 16px; } }
.node-recipes-content-page-uk .site-title,
.node-type-recipes-contributor-page-uk .site-title {
  background-color: #99DECD; }
  @media all and (min-width: 30em) {
    .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) {
    .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) {
    .node-recipes-content-page-uk .site-title,
    .node-type-recipes-contributor-page-uk .site-title {
      margin-bottom: -34px; } }

#node_recipes_home_page_uk_full_group_r_featured_items .wrap {
  padding-bottom: 0; }

.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) {
    .recipes_masthead {
      font-size: 0.5625em;
      background-color: #99DECD;
      padding: 0 3em 3em; }
      .recipes_masthead .field-name-field-hero-banner-image {
        display: none; } }
  @media all and (min-width: 30em) and (max-width: 78.74em) {
    .recipes_masthead {
      font-size: 0.75em;
      margin-bottom: 68px; } }
  @media all and (min-width: 78.75em) {
    .recipes_masthead {
      margin-bottom: 90px; } }
  .recipes_masthead .field-name-field-r-header-site-title {
    display: inline-block; }
  .recipes_masthead .field-label {
    display: none; }
  .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; }
  .recipes_masthead .field-name-field-r-header-heading {
    font-size: 4.375em;
    padding: 0.9em 0 0.4em;
    line-height: 1em; }
  .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; }
  .recipes_masthead .field-name-field-r-header-hashtag-text {
    font-size: 1.875em;
    font-weight: bold; }
    .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; }
  .recipes_masthead .field-name-field-hero-banner-image {
    position: absolute;
    z-index: -1; }
    .recipes_masthead .field-name-field-hero-banner-image img {
      width: 100%; }
  .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) {
      .recipes_masthead .site-title {
        margin-bottom: -1px; } }
    @media all and (min-width: 30em) and (max-width: 78.74em) {
      .recipes_masthead .site-title {
        padding: 0;
        bottom: -25px; } }
    @media all and (min-width: 78.75em) {
      .recipes_masthead .site-title {
        bottom: -34px; } }
    @media all and (max-width: 29.99em) {
      .recipes_masthead .site-title {
        padding: 0.5em 0 0; } }
    .recipes_masthead .site-title span {
      background: #99DECD;
      padding: 0 0.4em; }
      @media all and (max-width: 29.99em) {
        .recipes_masthead .site-title span {
          display: inline-block; } }
  .recipes_masthead .bg_image, .recipes_masthead .video-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .recipes_masthead .bg_image div, .recipes_masthead .bg_image img, .recipes_masthead .video-wrapper div, .recipes_masthead .video-wrapper img {
      height: 100%;
      width: 100%; }
    .recipes_masthead .bg_image video, .recipes_masthead .video-wrapper video {
      width: 100%; }
    @media all and (max-width: 29.99em) {
      .recipes_masthead .bg_image, .recipes_masthead .video-wrapper {
        display: none; } }
  .recipes_masthead .bg_image {
    display: none; }
  .recipes_masthead nav {
    width: 100%;
    overflow: hidden;
    z-index: 0;
    background: #99DECD; }
    @media all and (min-width: 30em) {
      #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) {
      .recipes_masthead nav {
        bottom: -69px;
        border-bottom: 1px solid #99DECD; } }
    @media all and (min-width: 78.75em) {
      .recipes_masthead nav {
        bottom: -91px; } }
    .recipes_masthead nav ul {
      padding: 0;
      margin: 0; }
      .recipes_masthead nav ul li {
        display: inline-block; }
        .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) {
            .recipes_masthead nav ul li a {
              padding: 0.5em; } }
          .recipes_masthead nav ul li a:hover, .recipes_masthead nav ul li a:focus {
            color: white; }

/***************************************************************
    site-footer
/***************************************************************/
.page-recipes .site-footer {
  background-color: #8e58b6;
  padding: 1em;
  margin-bottom: 0;
  color: #fff; }
  .page-recipes .site-footer .wrap {
    overflow: hidden; }
  .page-recipes .site-footer .copyright {
    margin-top: 26px; }
  .page-recipes .site-footer .recipes_social-links {
    padding: 0;
    margin: 18px 0 0 0; }
    .page-recipes .site-footer .recipes_social-links ul {
      text-align: left; }
      .page-recipes .site-footer .recipes_social-links ul li {
        display: inline-block; }
    .page-recipes .site-footer .recipes_social-links a {
      border-color: white;
      border-width: 2px; }
  .page-recipes .site-footer .recipes-footer-nav {
    margin: 26px 0 10px;
    padding: 0;
    list-style: none; }
    @media all and (max-width: 29.99em) {
      .page-recipes .site-footer .recipes-footer-nav {
        text-align: center;
        margin-bottom: 26px; } }
    .page-recipes .site-footer .recipes-footer-nav li {
      display: inline-block;
      padding: 0 5px; }
      .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; }
      .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) {
    .page-recipes .site-footer .footer_image,
    .page-recipes .site-footer .copyright,
    .page-recipes .site-footer .recipes_social-links {
      float: left; }
    .page-recipes .site-footer .recipes_social-links {
      text-align: left;
      margin-right: 10px; }
      .page-recipes .site-footer .recipes_social-links .group-r-social-links {
        margin: 0; }
      .page-recipes .site-footer .recipes_social-links ul {
        text-align: left; }
    .page-recipes .site-footer .copyright {
      width: 54%;
      text-align: right; }
    .page-recipes .site-footer .footer_image {
      float: right; }
    .page-recipes .site-footer p {
      text-align: left !important;
      width: auto !important; }
    .page-recipes .site-footer .recipes-footer-nav {
      display: inline-block;
      margin-left: 40px; } }
  @media all and (max-width: 22.49em) {
    .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) {
    .page-recipes .site-footer .footer_image {
      text-align: center; } }

.page-recipes .main-nav .menu li.empty a:hover {
  padding: 16px 8px;
  border: solid 2px transparent; }

#node_recipes_home_page_uk_full_group_r_header {
  margin-bottom: -1px; }

.node-recipes-content-page-uk,
.node-recipes-content-page-uk h1,
.node-recipes-content-page-uk .alpha {
  color: #4A4A4A; }

.recipeTitle {
  color: #4B4B4B; }
  @media all and (min-width: 30.625em) {
    .recipeTitle {
      font-size: 45px; } }

.recipeSubTitle {
  font-size: 24px; }

.recipeDetailsIntro-header {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .field-group-empty .recipeDetailsIntro-header {
    padding: 0; }
  @media all and (min-width: 30.625em) {
    .recipeDetailsIntro-header {
      padding-top: 50px;
      padding-bottom: 50px; }
      .field-group-empty .recipeDetailsIntro-header {
        padding: 0; } }

@media all and (min-width: 30.625em) {
  .recipeDetailsIntro-main {
    margin-left: -23px;
    margin-right: -23px;
    margin-bottom: 4em; }

  .recipeDetailsIntro-column {
    width: 50%;
    padding-left: 23px;
    padding-right: 23px;
    box-sizing: border-box;
    float: left; } }
.recipeAuthorPicture {
  width: 70px;
  height: 90px;
  float: left;
  margin-right: 34px;
  margin-bottom: 20px; }

.recipeDetailsIntro-actions {
  padding: 1px 0;
  margin-top: 2em;
  position: relative;
  clear: both; }

.recipeDetailsIntro-actionLink {
  position: relative;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  color: #4B4B4B !important;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  padding: 30px 0 30px 65px;
  margin-bottom: -1px;
  display: block; }
  @media all and (min-width: 30.625em) {
    .recipeDetailsIntro-actionLink {
      float: left;
      width: 33%;
      width: calc(33% - 20px);
      margin-right: 30px;
        /*

        &:nth-of-type(even) {
            float: right;
        }
        */ }
      .recipeDetailsIntro-actionLink:nth-of-type(3) {
        margin-right: 0; } }
  .recipeDetailsIntro-actionLink:before {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #bdd600;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50%; }
  .recipeDetailsIntro-actionLink:focus, .recipeDetailsIntro-actionLink:hover {
    background-color: #f8fbe6; }
  .recipeDetailsIntro-actionLink.share:before {
    background-image: url("../img/recipes/speech_bubble.png");
    background-image: url("../img/recipes/speech_bubble.svg"); }
  .recipeDetailsIntro-actionLink.rate:before {
    background-image: url("../img/recipes/star.png"); }
  .recipeDetailsIntro-actionLink.print:before {
    background-image: url("../img/recipes/printer.png");
    background-image: url("../img/recipes/printer.svg"); }

.recipe-audience .field-name-field-r-details-audience,
.recipe-audience .field-name-field-r-details-audience-icon {
  display: inline-block;
  line-height: 2em; }
  .recipe-audience .field-name-field-r-details-audience .field-items,
  .recipe-audience .field-name-field-r-details-audience .field-item,
  .recipe-audience .field-name-field-r-details-audience-icon .field-items,
  .recipe-audience .field-name-field-r-details-audience-icon .field-item {
    display: inline-block; }
.recipe-audience .field-name-field-r-details-audience {
  color: #722ea5;
  font-size: 21px; }
.recipe-audience .field-name-field-r-details-audience-icon img {
  margin-top: -3px; }

.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;
  text-align: center; }
  .recipeDetailsIntro-actionPanel h2 {
    float: left;
    padding-right: 20px; }
  .js .recipeDetailsIntro-actionPanel {
    display: none;
    padding-top: 20px;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5); }
  .recipeDetailsIntro-actionPanel.active {
    display: block; }
  .recipeDetailsIntro-actionPanel .form-submit {
    display: inline-block; }
  .recipeDetailsIntro-actionPanel .closeButton {
    width: 40px;
    height: 40px;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: 0;
    border: 0; }
  .recipeDetailsIntro-actionPanel .addthis_toolbox {
    text-align: center; }
    .recipeDetailsIntro-actionPanel .addthis_toolbox a {
      float: none;
      display: inline-block; }

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

.recipeRatingsComments {
  font-size: 1.875em;
  margin: 0.6em 0 1.6em; }
  .recipeRatingsComments .ratings {
    margin-right: 1em; }
  .recipeRatingsComments > a {
    color: #4A4A4A; }
    .recipeRatingsComments > a:link, .recipeRatingsComments > a:visited {
      color: #4A4A4A; }

.recipeDetailsIntro-authorInfo,
.recipeDetailsIntro-authorComment {
  margin-bottom: 1em; }

.recipeDetailsIntro_image_copyright {
  color: #007934; }

.recipeDetailsIntro-tags {
  list-style: none;
  margin: 0;
  padding: 0; }
  .recipeDetailsIntro-tags li {
    display: inline-block;
    margin: 0 0.6em 0.6em 0; }
  .recipeDetailsIntro-tags a {
    color: #4A4A4A; }
    .recipeDetailsIntro-tags a:hover, .recipeDetailsIntro-tags a:focus {
      text-decoration: underline; }

.field-name-field-r-details-intro-image {
  margin-bottom: 1.2em; }
  .recipeDetailsIntro-main .field-name-field-r-details-intro-image {
    margin-bottom: 2em; }

.recipesFeaturedSpotlights .field-type-image,
.recipesFeaturedSpotlights .bg_image {
  margin-bottom: 1.2em; }
.recipesFeaturedSpotlights .recipeDetails-method_image {
  margin-bottom: 1.2em; }

.recipeDetailsIngredients-header,
.recipeDetailsMethod-header {
  font-size: 2.8125em;
  margin-bottom: 0; }

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

.recipeDetailsIngredients {
  background-color: #F0F0F0;
  padding: 3em 0;
  margin-bottom: 7em; }
  @media all and (max-width: 29.99em) {
    .recipeDetailsIngredients {
      padding: 3em 3em 2em; } }

.recipeDetailsIngredients-main {
  overflow: hidden; }

@media all and (min-width: 30em) {
  .recipeDetails-column-9 {
    width: 65%; }

  .recipeDetails-column-3 {
    width: 31%;
    margin-left: 4%; }

  .recipeDetailsIngredients-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 150px;
    -moz-column-width: 150px;
    column-width: 150px; }

  .recipeDetails-column-9,
  .recipeDetails-column-3 {
    float: left; } }
.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; }
  .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; }

.recipeDetailsIngredients-stats {
  margin-top: 9px; }
  .recipeDetailsIngredients-stats dt, .recipeDetailsIngredients-stats dd {
    float: left; }
  .recipeDetailsIngredients-stats dt {
    clear: both;
    position: relative;
    height: 31px;
    margin-bottom: 26px;
    padding-left: 4em;
    padding-top: 0px; }
    .recipeDetailsIngredients-stats dt span {
      text-indent: -9999px;
      display: inline-block; }
      .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; }
  .recipeDetailsIngredients-stats dd {
    margin: 0;
    margin-left: 4px; }
    .recipeDetailsIngredients-stats dd div {
      display: inline; }
  .recipeDetailsIngredients-stats .icon-time:before {
    background-image: url("../img/recipes/time.png");
    background-image: url("../img/recipes/time.svg"); }
  .recipeDetailsIngredients-stats .icon-serves:before {
    background-image: url("../img/recipes/spoon.png");
    background-image: url("../img/recipes/spoon.svg"); }
  .recipeDetailsIngredients-stats .icon-cal:before {
    background-image: url("../img/recipes/bar_chart.png");
    background-image: url("../img/recipes/bar_chart.svg"); }
  .recipeDetailsIngredients-stats .icon-fat:before {
    background-image: url("../img/recipes/fat.png");
    background-image: url("../img/recipes/fat.svg"); }
  .recipeDetailsIngredients-stats .icon-salt:before {
    background-image: url("../img/recipes/arrow.png");
    background-image: url("../img/recipes/arrow.svg"); }
  .recipeDetailsIngredients-stats .icon-sugar:before {
    background-image: url("../img/recipes/sugar.png"); }
  .recipeDetailsIngredients-stats .icon-5-a-day:before {
    background-image: url("../img/recipes/apple.png");
    background-image: url("../img/recipes/apple.svg"); }

.recipeDetails-method {
  margin-top: 1em;
  margin-bottom: 5em; }
  .recipeDetails-method ol.recipeDetails-method_list {
    counter-reset: method;
    list-style: none;
    padding: 0; }
    .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; }
      .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; }

.recipeDetails-method_image {
  margin-bottom: 5em; }

.recipeDetailsMethod-header {
  margin-top: 0.4em;
  margin-bottom: 0.6em; }

.recipeDetails-blockquote {
  font-size: 1.875em;
  color: #4A4A4A;
  margin: 0 0 1em 0; }
  @media all and (min-width: 30em) {
    .recipeDetails-blockquote {
      margin: 0 0 3em 0; } }

.recipeDetails-method-section {
  border-bottom: #33BD9C 1px solid;
  margin-bottom: 4em; }
  .recipeDetails-method-section video {
    width: 100%; }

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

.starRating-stars {
  margin-right: 18px; }

.starRating-avg {
  font-size: 30px;
  vertical-align: middle; }

.recipesPanel {
  margin: 0 auto; }

.recipes-see-more {
  text-align: center;
  padding-top: 40px;
  height: 3em; }
.view-recipes-search-small-uk .more-link {
  text-align: center;
  padding-top: 40px;
  height: 6em; }
  .recipes-see-more a,
  .view-recipes-search-small-uk .more-link a {
    display: inline;
    font-size: 1.5em;
    background: #fff;
    color: #4A4A4A;
    padding: 0.6em 2em;
    border: solid 1px #007934;
    border-radius: 0; }

.recipesPanelHeading, .node-recipes-listing-page-uk .group-r-text-block h1,
.node-recipes-landing-page-uk .group-r-text-block h1,
.node-recipes-home-page-uk .group-r-text-block h1 {
  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) {
    .recipesPanelHeading, .node-recipes-listing-page-uk .group-r-text-block h1,
    .node-recipes-landing-page-uk .group-r-text-block h1,
    .node-recipes-home-page-uk .group-r-text-block h1 {
      font-size: 45px; } }

.recipesPanelHeadingWrapper {
  text-align: center;
  margin-bottom: 30px; }
  .sidebar .recipesPanelHeadingWrapper {
    text-align: left;
    padding-top: 70px; }

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

.recipesPanelSubHeading, .node-recipes-listing-page-uk .group-r-text-block h2,
.node-recipes-landing-page-uk .group-r-text-block h2,
.node-recipes-home-page-uk .group-r-text-block h2 {
  font-size: 18px;
  text-transform: uppercase; }

.field-name-field-r-section-nav-copy {
  max-width: 860px;
  margin: 0 auto; }

.recipesFeaturedSpotlights {
  *zoom: 1;
  overflow: hidden; }
  .recipesFeaturedSpotlights:before, .recipesFeaturedSpotlights:after {
    content: "";
    display: table; }
  .recipesFeaturedSpotlights:after {
    clear: both; }
  @media all and (min-width: 30em) {
    .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items,
    .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items,
    .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items,
    .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items,
    .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items,
    .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items {
      *zoom: 1;
      margin-left: -1.83%;
      margin-right: -1.83%; }
      .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items:before, .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items:after,
      .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items:before,
      .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items:after,
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items:before,
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items:after,
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items:before,
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items:after,
      .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items:before,
      .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items:after,
      .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items:before,
      .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items:after {
        content: "";
        display: table; }
      .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items:after,
      .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items:after,
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items:after,
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items:after,
      .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items:after,
      .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items:after {
        clear: both; } }
  @media all and (min-width: 30em) {
    .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items > .field-item,
    .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items > .field-item,
    .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item,
    .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item,
    .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item,
    .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item {
      width: 33.33%;
      float: left;
      padding-left: 1.76%;
      padding-right: 1.76%;
      box-sizing: border-box; }
      .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items > .field-item:nth-child(3n + 1),
      .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items > .field-item:nth-child(3n + 1),
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item:nth-child(3n + 1),
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item:nth-child(3n + 1),
      .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item:nth-child(3n + 1),
      .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item:nth-child(3n + 1) {
        clear: left; } }
  .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items > .field-item h2,
  .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items > .field-item h2,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item h2,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item h2,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item h2,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item h2 {
    margin: 0 0 15px 0; }
  .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items > .field-item .recipe-has-video .field-type-image .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items > .field-item .recipe-has-video .field-type-image .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item .recipe-has-video .field-type-image .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item .recipe-has-video .field-type-image .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item .recipe-has-video .field-type-image .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item .recipe-has-video .field-type-image .field-item {
    position: relative; }
    .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items > .field-item .recipe-has-video .field-type-image .field-item a:after,
    .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items > .field-item .recipe-has-video .field-type-image .field-item a:after,
    .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item .recipe-has-video .field-type-image .field-item a:after,
    .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item .recipe-has-video .field-type-image .field-item a:after,
    .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item .recipe-has-video .field-type-image .field-item a:after,
    .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .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; }
  .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item {
    position: relative; }
    .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item a:after,
    .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item a:after,
    .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item a:after,
    .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item a:after,
    .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item .recipe-has-video-small .field-type-image .field-item a:after,
    .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .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; }
  .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items > .field-item .field-type-image img,
  .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items > .field-item .field-type-image img,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item .field-type-image img,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item .field-type-image img,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item .field-type-image img,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item .field-type-image img {
    width: 100%; }
  .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items > .field-item a:link, .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items > .field-item a:visited,
  .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items > .field-item a:link,
  .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items > .field-item a:visited,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item a:link,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item a:visited,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item a:link,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item a:visited,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item a:link,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item a:visited,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item a:link,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item a:visited {
    color: #4A4A4A; }
  .recipesFeaturedSpotlights .field-name-field-r-featured-spotlights-uk > .field-items > .field-item h3,
  .recipesFeaturedSpotlights .field-name-field-r-featured-items-uk > .field-items > .field-item h3,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item h3,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item h3,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item h3,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item h3 {
    font-size: 24px;
    font-weight: normal;
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
    margin: 0; }
  .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; }
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item,
  .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item {
    position: relative; }
    @media all and (min-width: 30em) {
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item,
      .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item,
      .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item,
      .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item {
        width: 25%; }
        .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item:nth-child(3n + 1),
        .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item:nth-child(3n + 1),
        .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item:nth-child(3n + 1),
        .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item:nth-child(3n + 1) {
          clear: none; }
        .recipesFeaturedSpotlights .field-name-field-r-2nd-featured > .field-items > .field-item:nth-child(4n + 1),
        .recipesFeaturedSpotlights .field-name-field-r-2nd-featured-uk > .field-items > .field-item:nth-child(4n + 1),
        .recipesFeaturedSpotlights .field-name-field-r-3rd-featured > .field-items > .field-item:nth-child(4n + 1),
        .recipesFeaturedSpotlights .field-name-field-r-3rd-featured-uk > .field-items > .field-item:nth-child(4n + 1) {
          clear: left; } }

.group-r-about {
  background: #f6f2e9;
  border-top: solid 1px #c9c9c9; }
  .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) {
      .group-r-about .recipesPanelHeadingWrapper {
        margin-bottom: 3em; } }

.group-r-listing-panel {
  background: #F0F0F0; }
  .group-r-listing-panel .recipesPanelHeadingWrapper {
    margin-bottom: 2em; }

.field-name-field-r-listing-panel-tags-uk {
  *zoom: 1;
  margin-bottom: 20px; }
  .field-name-field-r-listing-panel-tags-uk:before, .field-name-field-r-listing-panel-tags-uk:after {
    content: "";
    display: table; }
  .field-name-field-r-listing-panel-tags-uk:after {
    clear: both; }
  .field-name-field-r-listing-panel-tags-uk .field-item {
    display: inline-block; }
    .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; }
      .field-name-field-r-listing-panel-tags-uk .field-item a.tag-active {
        background: #99DECD;
        color: #4A4A4A; }

.recipes-listing-filter-by {
  float: left;
  font-weight: bold;
  margin-top: 0.8em;
  margin-right: 20px;
  text-transform: uppercase; }

.recipes-search-tag-all {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  background: #fff;
  color: #007934;
  text-transform: uppercase;
  padding: .8em 1.8em; }
  .recipes-search-tag-all.tag-active {
    background: #99DECD;
    color: #4A4A4A; }
  .recipes-search-tag-all:link, .recipes-search-tag-all:visited {
    color: #007934; }
    .recipes-search-tag-all:link.tag-active, .recipes-search-tag-all:visited.tag-active {
      background: #99DECD;
      color: #4A4A4A; }

.recipesPanelListingSmall .view, .recipesPanelSearchResults .view {
  overflow: hidden;
  clear: both; }
  .recipesPanelListingSmall .view .view-filters, .recipesPanelSearchResults .view .view-filters {
    display: none; }
  @media all and (min-width: 30em) {
    .recipesPanelListingSmall .view .view-content, .recipesPanelSearchResults .view .view-content {
      *zoom: 1;
      margin-left: -1.83%;
      margin-right: -1.83%; }
      .recipesPanelListingSmall .view .view-content:before, .recipesPanelListingSmall .view .view-content:after, .recipesPanelSearchResults .view .view-content:before, .recipesPanelSearchResults .view .view-content:after {
        content: "";
        display: table; }
      .recipesPanelListingSmall .view .view-content:after, .recipesPanelSearchResults .view .view-content:after {
        clear: both; } }
  .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) {
    .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) {
    .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; } }
  .recipesPanelListingSmall .view .views-row .starRating, .recipesPanelSearchResults .view .views-row .starRating {
    margin-top: 0.5em; }
    .recipesPanelListingSmall .view .views-row .starRating .startRating-avg, .recipesPanelSearchResults .view .views-row .starRating .startRating-avg {
      top: 0.1em;
      position: relative; }
  .recipesPanelListingSmall .view .views-row a, .recipesPanelSearchResults .view .views-row a {
    color: #4A4A4A; }
    .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; }

.recipesPanelListingSmall .view-content .field-content img {
  margin-bottom: 1.2em; }
.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; }
.recipesPanelListingSmall .view-content .views-field-field-r-details-intro-tags {
  color: #007934;
  font-weight: bold;
  padding-top: 1em;
  text-transform: uppercase; }
.recipesPanelListingSmall .view-content .views-row {
  margin-bottom: 2em; }
  .recipesPanelListingSmall .view-content .views-row:nth-child(4n+1) {
    clear: both; }
.recipesPanelListingSmall .view-content .views-field-title {
  padding-top: 0.15em;
  font-size: 24px; }

@media all and (min-width: 30em) {
  .recipesPanelSearchResults .view .views-row {
    float: left;
    width: 33%;
    padding-left: 1.76%;
    padding-right: 1.76%; }
    .recipesPanelSearchResults .view .views-row:nth-child(4n + 1) {
      clear: none; }
    .recipesPanelSearchResults .view .views-row:nth-child(3n + 1) {
      clear: left; } }
.recipesPanelSearchResults .view .views-row .recipes-search-results-item-title {
  padding-top: 0.15em;
  font-size: 24px; }
.recipesPanelSearchResults .view .views-row .recipes-search-results-item-info {
  *zoom: 1;
  margin-top: 0.5em; }
  .recipesPanelSearchResults .view .views-row .recipes-search-results-item-info:before, .recipesPanelSearchResults .view .views-row .recipes-search-results-item-info:after {
    content: "";
    display: table; }
  .recipesPanelSearchResults .view .views-row .recipes-search-results-item-info:after {
    clear: both; }
.recipesPanelSearchResults .view .views-row .recipes-search-results-item-info-label {
  float: left;
  margin-right: 8px;
  text-transform: uppercase; }

.recipes-search-filters-wrap {
  background: #f0f0f0;
  position: relative;
  margin-top: 20px; }
  .recipes-search-filters-wrap.recipes-search-filters-wrap-closed .recipes-filters-inner-wrap {
    display: none; }

.recipes-search-filter-toggle-wrap {
  position: relative;
  top: -46px; }

.recipes-search-filter-toggle {
  display: inline-block;
  width: 220px;
  background: #f0f0f0;
  padding: 12px 16px;
  text-transform: uppercase;
  color: #4A4A4A;
  *zoom: 1; }
  .recipes-search-filter-toggle:before, .recipes-search-filter-toggle:after {
    content: "";
    display: table; }
  .recipes-search-filter-toggle:after {
    clear: both; }
  @media all and (min-width: 30em) {
    .recipes-search-filter-toggle {
      width: 280px; } }
  .recipes-search-filter-toggle:link, .recipes-search-filter-toggle:active, .recipes-search-filter-toggle:visited {
    color: #4A4A4A; }
  .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; }
  .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; }

.recipes-search-sort-by-wrap {
  position: relative; }
  @media all and (min-width: 30em) {
    .recipes-search-sort-by-wrap {
      top: -78px; } }

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

.field-name-field-r-search-filter-heading {
  margin-top: 20px; }

.field-r-search-filter-meal-t {
  margin-top: 40px;
  *zoom: 1; }
  .field-r-search-filter-meal-t:before, .field-r-search-filter-meal-t:after {
    content: "";
    display: table; }
  .field-r-search-filter-meal-t:after {
    clear: both; }
  .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) {
      .field-r-search-filter-meal-t .recipes-search-tag, .field-r-search-filter-meal-t .recipes-search-tag-imitation {
        height: 310px;
        width: 33.33%; } }
    .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) {
      .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%; } }
    .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; }
    .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%; }
    .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) {
  .field-name-field-r-search-tags-heading {
    padding-top: 48px; } }

.field-r-search-filter-tags {
  *zoom: 1; }
  .field-r-search-filter-tags:before, .field-r-search-filter-tags:after {
    content: "";
    display: table; }
  .field-r-search-filter-tags:after {
    clear: both; }
  @media all and (min-width: 30em) {
    .field-r-search-filter-tags {
      padding-top: 48px; } }
  .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; }
    .field-r-search-filter-tags .recipes-search-tag:hover {
      background: #fff;
      color: #4A4A4A; }
    .field-r-search-filter-tags .recipes-search-tag.tag-active {
      background: #99DECD;
      color: #4A4A4A; }

.group-r-search-results .recipesPanelSearch {
  padding: 0 0 30px 0;
  width: 860px;
  margin: 0 auto; }
.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; }
.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) {
  .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; }
  .group-r-search-results .recipes-search-free-text > span {
    display: table-cell; }
    .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; }
    .group-r-search-results .recipes-search-free-text > span + span {
      width: 1%; }
      .group-r-search-results .recipes-search-free-text > span + span input[type="submit"] {
        margin-left: 16px; } }

.group-r-search, .group-r-search-small {
  background-color: #99DECD; }
  .group-r-search.group-r-search-small, .group-r-search-small.group-r-search-small {
    background: #D8E666; }
    .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) {
    .group-r-search .recipesPanelSearch, .group-r-search-small .recipesPanelSearch {
      width: 860px;
      margin: 0 auto; } }
  .group-r-search .recipesPanelHeading, .group-r-search .node-recipes-listing-page-uk .group-r-text-block h1, .node-recipes-listing-page-uk .group-r-text-block .group-r-search h1,
  .group-r-search .node-recipes-landing-page-uk .group-r-text-block h1,
  .node-recipes-landing-page-uk .group-r-text-block .group-r-search h1,
  .group-r-search .node-recipes-home-page-uk .group-r-text-block h1,
  .node-recipes-home-page-uk .group-r-text-block .group-r-search h1, .group-r-search-small .recipesPanelHeading, .group-r-search-small .node-recipes-listing-page-uk .group-r-text-block h1, .node-recipes-listing-page-uk .group-r-text-block .group-r-search-small h1,
  .group-r-search-small .node-recipes-landing-page-uk .group-r-text-block h1,
  .node-recipes-landing-page-uk .group-r-text-block .group-r-search-small h1,
  .group-r-search-small .node-recipes-home-page-uk .group-r-text-block h1,
  .node-recipes-home-page-uk .group-r-text-block .group-r-search-small h1 {
    font-size: 32px; }
  .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; }
  .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) {
    .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; }
    .group-r-search .recipes-search-free-text > span, .group-r-search-small .recipes-search-free-text > span {
      display: table-cell; }
      .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; }
      .group-r-search .recipes-search-free-text > span + span, .group-r-search-small .recipes-search-free-text > span + span {
        width: 1%; }
        .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; } }
  .group-r-search .search-help-text, .group-r-search-small .search-help-text {
    margin-top: 1em;
    color: #4A4A4A; }

.commentsPanel.recipesPanel {
  width: auto; }
@media all and (max-width: 29.99em) {
  .commentsPanel {
    padding: 60px 0 0; } }
.commentsPanel .comments-count {
  border-bottom: #33BD9C 1px solid;
  font-weight: bold;
  color: #007934;
  padding: 1em 0;
  margin: 1em 0 3em; }
.commentsPanel .comment-form {
  *zoom: 1;
  padding: 0;
  background: none;
  margin-bottom: 20px; }
  .commentsPanel .comment-form:before, .commentsPanel .comment-form:after {
    content: "";
    display: table; }
  .commentsPanel .comment-form:after {
    clear: both; }
  .commentsPanel .comment-form .field-name-comment-body {
    *zoom: 1; }
    .commentsPanel .comment-form .field-name-comment-body:before, .commentsPanel .comment-form .field-name-comment-body:after {
      content: "";
      display: table; }
    .commentsPanel .comment-form .field-name-comment-body:after {
      clear: both; }
    .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; }
    .commentsPanel .comment-form .field-name-comment-body textarea {
      padding: 24px; }
      @media all and (min-width: 30em) {
        .commentsPanel .comment-form .field-name-comment-body textarea {
          width: 750px;
          width: calc(100% - 90px);
          margin-top: -15px; } }
  @media all and (min-width: 30em) {
    .commentsPanel .comment-form .form-item-name {
      float: left;
      width: 365px;
      width: calc(50% - 50px); } }
  .commentsPanel .comment-form .form-item-name input {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; }
  @media all and (min-width: 30em) {
    .commentsPanel .comment-form .form-item-mail {
      float: left;
      margin-left: 48px;
      width: 365px;
      width: calc(50% - 70px); } }
  .commentsPanel .comment-form .form-item-mail .description {
    display: none; }
  .commentsPanel .comment-form .form-item-mail input {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; }
  .commentsPanel .comment-form .username {
    display: none; }
  .commentsPanel .comment-form .text-format-wrapper label {
    display: none; }
  .commentsPanel .comment-form .form-actions {
    clear: both; }
    @media all and (min-width: 30em) {
      .commentsPanel .comment-form .form-actions {
        margin-left: 90px; } }
.commentsPanel .comment-no-picture {
  *zoom: 1; }
  .commentsPanel .comment-no-picture:before, .commentsPanel .comment-no-picture:after {
    content: "";
    display: table; }
  .commentsPanel .comment-no-picture:after {
    clear: both; }
  .commentsPanel .comment-no-picture:before {
    content: url("../img/recipes/comments_anonymous.png");
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px; }
.commentsPanel .comment .submitted {
  font-weight: bold; }
  .commentsPanel .comment .submitted .comment-submitted-inner {
    color: #007934;
    font-weight: normal; }
    .commentsPanel .comment .submitted .comment-submitted-inner .username {
      font-weight: bold; }
.commentsPanel .comment img {
  float: left;
  margin-right: 20px; }
.commentsPanel .comment-wrap {
  *zoom: 1;
  margin-bottom: 40px; }
  .commentsPanel .comment-wrap:before, .commentsPanel .comment-wrap:after {
    content: "";
    display: table; }
  .commentsPanel .comment-wrap:after {
    clear: both; }
.commentsPanel input, .commentsPanel textarea {
  border: solid 1px #007934; }

.view-recipes-by-contributor .views-field-title {
  position: relative; }
  .view-recipes-by-contributor .views-field-title .field-content {
    margin-left: 21px;
    font-size: 21px; }
    .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; }

.js .commentsPanel .comment-form .form-submit {
  display: none; }

.links .statistics_counter {
  display: none; }

.node-recipes-listing-page-uk .recipesPanel,
.node-recipes-landing-page-uk .recipesPanel,
.node-recipes-home-page-uk .recipesPanel {
  padding: 60px 0 30px 0; }
  .node-recipes-listing-page-uk .recipesPanel.group-r-header,
  .node-recipes-landing-page-uk .recipesPanel.group-r-header,
  .node-recipes-home-page-uk .recipesPanel.group-r-header {
    margin: 0;
    padding-bottom: 1px; }
.node-recipes-listing-page-uk .group-r-header .recipesPanel,
.node-recipes-listing-page-uk .group-r-featured-items .recipesPanel,
.node-recipes-landing-page-uk .group-r-header .recipesPanel,
.node-recipes-landing-page-uk .group-r-featured-items .recipesPanel,
.node-recipes-home-page-uk .group-r-header .recipesPanel,
.node-recipes-home-page-uk .group-r-featured-items .recipesPanel {
  padding-top: 0; }
.node-recipes-listing-page-uk .group-r-featured .starRating,
.node-recipes-landing-page-uk .group-r-featured .starRating,
.node-recipes-home-page-uk .group-r-featured .starRating {
  margin-top: 15px; }
.node-recipes-listing-page-uk .group-r-section-navigation .recipesPanelHeadingWrapper,
.node-recipes-landing-page-uk .group-r-section-navigation .recipesPanelHeadingWrapper,
.node-recipes-home-page-uk .group-r-section-navigation .recipesPanelHeadingWrapper {
  margin-bottom: 0; }
.node-recipes-listing-page-uk .group-r-text-block,
.node-recipes-landing-page-uk .group-r-text-block,
.node-recipes-home-page-uk .group-r-text-block {
  background: #f6f2e9; }
  .node-recipes-listing-page-uk .group-r-text-block h1,
  .node-recipes-landing-page-uk .group-r-text-block h1,
  .node-recipes-home-page-uk .group-r-text-block h1 {
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 30px;
    background: url("../img/flourish.png") no-repeat center bottom; }
  .node-recipes-listing-page-uk .group-r-text-block h2,
  .node-recipes-landing-page-uk .group-r-text-block h2,
  .node-recipes-home-page-uk .group-r-text-block h2 {
    font-family: "FranklinGothicURW-Boo", "Franklin Gothic Book", "Franklin Gothic", "Arial Narrow", sans-serif;
    color: black;
    text-align: center; }
.node-recipes-listing-page-uk .recipes-filters-inner-wrap,
.node-recipes-landing-page-uk .recipes-filters-inner-wrap,
.node-recipes-home-page-uk .recipes-filters-inner-wrap {
  padding-bottom: 15px; }

.wcrf-components-link-widget .link {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  overflow: hidden; }

.recipesFeaturedSpotlights-bottom {
  *zoom: 1;
  overflow: hidden; }
  .recipesFeaturedSpotlights-bottom:before, .recipesFeaturedSpotlights-bottom:after {
    content: "";
    display: table; }
  .recipesFeaturedSpotlights-bottom:after {
    clear: both; }
  @media all and (max-width: 29.99em) {
    .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item {
      margin-bottom: 1.8em; }
      .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item .group-r-social-links {
        margin-top: 14px; }
        .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item .group-r-social-links div:first-child {
          margin-left: 0; } }
  @media all and (min-width: 30em) {
    .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item {
      width: 25%;
      float: left;
      padding-right: 0 2%;
      text-align: center;
      box-sizing: border-box; } }
  .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) {
      .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item .field-name-field-r-spotlight-heading {
        margin: 0.5em 0; } }
  .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) {
      .recipesFeaturedSpotlights-bottom > .field > .field-items > .field-item .field-name-field-r-spotlight-desc {
        padding: 0; } }
  .recipesFeaturedSpotlights-bottom .bottom-spotlight-wrapper-link:link, .recipesFeaturedSpotlights-bottom .bottom-spotlight-wrapper-link:active, .recipesFeaturedSpotlights-bottom .bottom-spotlight-wrapper-link:visited {
    color: #4A4A4A; }

.recipes_social-links ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.recipes_social-links .social-square {
  background-color: transparent;
  background-position: 50%;
  border: 3px solid; }
  .recipes_social-links .social-square:hover, .recipes_social-links .social-square:focus {
    background-color: white; }
.recipes_social-links .twitter {
  background-image: url("../img/social-icons/twitter_icon.png");
  background-image: url("../img/social-icons/twitter_icon.svg"); }
  .recipes_social-links .recipes_social-links .twitter {
    background-image: url("../img/social-icons/twitter.png");
    background-image: url("../img/social-icons/twitter.svg"); }
.recipes_social-links .facebook {
  background-image: url("../img/social-icons/facebook_icon.png");
  background-image: url("../img/social-icons/facebook_icon.svg"); }
  .recipes_social-links .recipes_social-links .facebook {
    background-image: url("../img/social-icons/facebook.png");
    background-image: url("../img/social-icons/facebook.svg"); }
.recipes_social-links .youtube {
  background-image: url("../img/social-icons/play_icon.png");
  background-image: url("../img/social-icons/play_icon.svg"); }
  .recipes_social-links .recipes_social-links .youtube {
    background-image: url("../img/social-icons/youtube.png");
    background-image: url("../img/social-icons/youtube.svg"); }
.recipes_social-links .instagram {
  background-image: url("../img/social-icons/camera_icon.png");
  background-image: url("../img/social-icons/camera_icon.svg"); }
  .recipes_social-links .recipes_social-links .instagram {
    background-image: url("../img/social-icons/instagram.png");
    background-image: url("../img/social-icons/instagram.svg"); }

.group-r-social-links {
  margin-top: 28px; }
  .group-r-social-links > .field {
    display: inline-block;
    margin: 0px 4px 0; }
  .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; }
    .group-r-social-links a:hover, .group-r-social-links a:focus {
      background-color: #99DECD; }
  .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"); }
    .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"); }
  .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"); }
    .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"); }
  .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"); }
    .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"); }
  .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"); }
    .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 */
