@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/**
  *
  * Basic SASS variables
  *
  * ----------
  *
  * Global variables should be declared here
  *
  * Author: 	Amaze PLC (T3)
  * Created: 	14/04/14
  * Edited:  	14/04/14
  *
  *
  */
*,
*:after,
*:before {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #00B44F;
  color: #FFFFFF;
}

::selection {
  background-color: #00B44F;
  color: #FFFFFF;
}

body {
  background: #fafafa;
  color: #525455;
}

img {
  max-width: 100%;
}

.visuallyhidden, .donate-block__donation-option input, .majorplayers-block__item-title span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

span.visuallyhidden, .majorplayers-block__item-title span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.visuallyhidden--focusable:active,
.visuallyhidden--focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@media (min-width: 64em) {
  .desktop--text-right {
    text-align: right;
  }
}
@font-face {
  font-family: "NSPCCLight";
  src: url("../fonts/NSPCC-LightTT.eot");
  src: url("../fonts/NSPCC-LightTT.eot?iefix") format("eot"), url("../fonts/NSPCC-LightTT.woff") format("woff"), url("../fonts/NSPCC-LightTT.ttf") format("truetype"), url("../fonts/NSPCC-Light.svg#NSPCC") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NSPCCLightItalic";
  src: url("../fonts/NSPCC-LightItalicTT.eot");
  src: url("../fonts/NSPCC-LightItalicTT.eot?iefix") format("eot"), url("../fonts/NSPCC-LightItalicTT.woff") format("woff"), url("../fonts/NSPCC-LightItalicTT.ttf") format("truetype"), url("../fonts/NSPCC-LightItalic.svg#NSPCC") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NSPCCSemiBold";
  src: url("../fonts/NSPCC-SemiboldTT.eot");
  src: url("../fonts/NSPCC-SemiboldTT.eot?iefix") format("eot"), url("../fonts/NSPCC-SemiboldTT.woff") format("woff"), url("../fonts/NSPCC-SemiboldTT.ttf") format("truetype"), url("../fonts/NSPCC-Semibold.svg#NSPCC") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NSPCCBold";
  src: url("../fonts/NSPCC-BoldTT.eot");
  src: url("../fonts/NSPCC-BoldTT.eot?iefix") format("eot"), url("../fonts/NSPCC-BoldTT.woff") format("woff"), url("../fonts/NSPCC-BoldTT.ttf") format("truetype"), url("../fonts/NSPCC-Bold.svg#NSPCC") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NSPCCHeadline";
  src: url("../fonts/NSPCC-HeadlineTT.eot");
  src: url("../fonts/NSPCC-HeadlineTT.eot?iefix") format("eot"), url("../fonts/NSPCC-HeadlineTT.woff") format("woff"), url("../fonts/NSPCC-HeadlineTT.ttf") format("truetype"), url("../fonts/NSPCC-Headline.svg#NSPCC") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NSPCCRegular";
  src: url("../fonts/NSPCC-RegularTT.eot");
  src: url("../fonts/NSPCC-RegularTT.eot?iefix") format("eot"), url("../fonts/NSPCC-RegularTT.woff") format("woff"), url("../fonts/NSPCC-RegularTT.ttf") format("truetype"), url("../fonts/NSPCC-Regular.svg#NSPCC") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NSPCCIcons";
  src: url("../fonts/NSPCC-icons.eot?tsenlc");
  src: url("../fonts/NSPCC-icons.eot?#iefixtsenlc") format("embedded-opentype"), url("../fonts/NSPCC-icons.woff?tsenlc") format("woff"), url("../fonts/NSPCC-icons.ttf?tsenlc") format("truetype"), url("../fonts/NSPCC-icons.svg?tsenlc#NSPCC-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?-v5");
  src: url("../fonts/icomoon.eot?#iefix-v5") format("embedded-opentype"), url("../fonts/icomoon.woff?-v5") format("woff"), url("../fonts/icomoon.ttf?-v5") format("truetype"), url("../fonts/icomoon.svg?-v5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"],
[class^=icomoon-], [class*=" icomoon-"],
.icomoon-specific {
  font-family: "NSPCCIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icomoon-], [class*=" icomoon-"],
.icomoon-specific {
  font-family: "icomoon";
}

.icomoon-icon-1:before {
  content: "";
}

.icomoon-icon-2:before {
  content: "";
}

.icomoon-icon-3:before {
  content: "";
}

.icomoon-icon-4:before {
  content: "";
}

.icomoon-icon-5:before {
  content: "";
}

.icomoon-icon-6:before {
  content: "";
}

.icomoon-icon-7:before {
  content: "";
}

.icomoon-icon-8:before {
  content: "";
}

.icomoon-icon-9:before {
  content: "";
}

.icomoon-icon-audio:before {
  content: "";
}

.icomoon-icon-blob-1:after {
  content: "";
}

.icomoon-icon-blob-2:after {
  content: "";
}

.icomoon-icon-blob-3:after {
  content: "";
}

.icomoon-icon-blob-4:after {
  content: "";
}

.icomoon-icon-blob-5:after {
  content: "";
}

.icomoon-icon-blob-6:after {
  content: "";
}

.icomoon-icon-close:before {
  content: "";
}

.icomoon-icon-facebook:before {
  content: "";
}

.icomoon-icon-gallery:before {
  content: "";
}

.icomoon-icon-google:before {
  content: "";
}

.icomoon-icon-linkedin:before {
  content: "";
}

.icomoon-icon-mail:before {
  content: "";
}

.icomoon-icon-minus:before {
  content: "";
}

.icomoon-icon-play:before {
  content: "";
}

.icomoon-icon-plus:before {
  content: "";
}

.icomoon-icon-twitter:before {
  content: "";
}

.icomoon-icon-youtube:before {
  content: "";
}

.icomoon-helpline:before {
  content: "";
}

.icomoon-block-arrow-down:before {
  content: "";
}

.icomoon-block-arrow-left:before {
  content: "";
}

.icomoon-block-arrow-right:before {
  content: "";
}

.icomoon-block-arrow-up:before {
  content: "";
}

.icomoon-close-txt:before {
  content: "";
}

.icomoon-nav-arrow-down:before {
  content: "";
}

.icomoon-nav-arrow-left:before {
  content: "";
}

.icomoon-nav-arrow-right:before {
  content: "";
}

.icomoon-nav-arrow-up:before {
  content: "";
}

.icomoon-helpline-txt:before {
  content: "";
}

.icomoon-menu-txt:before {
  content: "";
}

.icomoon-search-txt:before {
  content: "";
}

.icomoon-arrow:before {
  content: "";
}

.icomoon-close:before {
  content: "";
}

.icomoon-menu:before {
  content: "";
}

.icomoon-search:before {
  content: "";
}

.icon-with-blob {
  position: relative;
}
.icon-with-blob:before {
  position: relative;
  z-index: 2;
}
.icon-with-blob:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

html {
  font-size: 16px;
}

body, .body-text, .quotation__cite, .text-block cite {
  font-family: sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.super-header-text, .h0 {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "NSPCCHeadline", sans-serif;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 500;
}

h1, .h1 {
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  font-family: "NSPCCBold", "sans-serif";
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: -0.02em;
  color: #000;
}

h2, .h2, .container--toplevellandingpage .ctablock.customgrid.tallest .cta-block .block-theme-text-title, .text-block h2 {
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "NSPCCBold", "sans-serif";
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: -0.02em;
  color: #000;
}

h3, .h3 {
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  font-family: "NSPCCSemiBold", "sans-serif";
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.005em;
  color: #000;
}

h1.padded {
  padding-top: 45px;
}

.quote-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "NSPCCLight", "sans-serif";
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
}

.large-link-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "NSPCCSemiBold", "sans-serif";
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
}

.list-text, .top-tips__list {
  font-size: 16px;
  font-size: 1rem;
  font-family: "NSPCCRegular", "sans-serif";
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
}

.intro-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "NSPCCRegular", "sans-serif";
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
}

.body-link-text, .breadcrumbs__inner a {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "NSPCCSemiBold", "sans-serif";
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: -0.005em;
}

.category-text, .top-tips__list li.top-tips__description, .text-block .heading-capitalised-red {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "NSPCCRegular", "sans-serif";
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: -0.005em;
}

.button-text, .btn, #letter-from-santa .btn--link, .btn--blue, p.has-btn--blue a, .btn--green, p.has-btn--green a, .btn--white, p.has-btn--white a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "NSPCCBold", "sans-serif";
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.005em;
}

h1, h2, h3, p, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

@media (min-width: 40em) {
  body, .body-text, .quotation__cite, .text-block cite {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }

  .super-header-text, .h0 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 50px;
    line-height: 3.125rem;
  }

  h1, .h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 48px;
    line-height: 3rem;
    letter-spacing: -0.02em;
  }

  h2, .h2, .container--toplevellandingpage .ctablock.customgrid.tallest .cta-block .block-theme-text-title, .text-block h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: -0.02em;
  }

  h3, .h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: -0.02em;
  }

  .quote-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: -0.02em;
  }

  .large-link-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: -0.02em;
  }

  .list-text, .top-tips__list {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: -0.005em;
  }

  .intro-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: -0.02em;
  }

  .body-link-text, .breadcrumbs__inner a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }

  .category-text, .top-tips__list li.top-tips__description, .text-block .heading-capitalised-red {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "NSPCCRegular", "sans-serif";
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 0;
  }

  .button-text, .btn, #letter-from-santa .btn--link, .btn--blue, p.has-btn--blue a, .btn--green, p.has-btn--green a, .btn--white, p.has-btn--white a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 64em) {
  body, .body-text, .quotation__cite, .text-block cite {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }

  .super-header-text, .h0 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 64px;
    line-height: 4rem;
  }

  h1, .h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
    line-height: 3.75rem;
    letter-spacing: -0.02em;
  }

  h2, .h2, .container--toplevellandingpage .ctablock.customgrid.tallest .cta-block .block-theme-text-title, .text-block h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
    letter-spacing: -0.02em;
  }

  h3, .h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: -0.005em;
  }

  .quote-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: -0.02em;
  }

  .intro-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: -0.005em;
  }

  .large-link-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: -0.02em;
  }

  .list-text, .top-tips__list {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: -0.005em;
  }

  .body-link-text, .breadcrumbs__inner a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }

  .category-text, .top-tips__list li.top-tips__description, .text-block .heading-capitalised-red {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "NSPCCRegular", "sans-serif";
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 0;
  }

  .button-text, .btn, #letter-from-santa .btn--link, .btn--blue, p.has-btn--blue a, .btn--green, p.has-btn--green a, .btn--white, p.has-btn--white a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: -0.005em;
  }
}
.btn, #letter-from-santa .btn--link, .btn--blue, p.has-btn--blue a, .btn--green, p.has-btn--green a, .btn--white, p.has-btn--white a {
  display: inline-block;
  padding: 7px 20px;
  border: none;
  text-decoration: none !important;
  color: #fff;
}
.btn a, #letter-from-santa .btn--link a, .btn--blue a, p.has-btn--blue a a, .btn--green a, p.has-btn--green a a, .btn--white a, p.has-btn--white a a {
  color: #fff;
}

.btn--rounded {
  border-radius: 5px;
}

.btn--white, p.has-btn--white a {
  background-color: #fff;
  color: #000 !important;
}
.btn--white a, p.has-btn--white a a {
  color: #000 !important;
}

.btn--green, p.has-btn--green a {
  color: #fff !important;
  background-color: #108633;
}
.btn--green a, p.has-btn--green a a {
  color: #fff !important;
}

.btn--blue, p.has-btn--blue a {
  color: #fff !important;
  background-color: #045370;
}
.btn--blue a, p.has-btn--blue a a {
  color: #fff !important;
}

p.has-btn--blue, p.has-btn--green, p.has-btn--white {
  text-align: center;
}
@media (min-width: 64em) {
  .btn, #letter-from-santa .btn--link, .btn--white, .btn--green, .btn--blue, p.has-btn--blue a, p.has-btn--green a, p.has-btn--white a {
    padding: 10px 40px;
  }
}
/* Prevent IOS from zooming in on form elements */
select,
textarea,
input[type=text],
input[type=date],
input[type=password],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel] {
  font-size: 16px;
}

/* If JS is disabled, shows all 'add another' sections */
.js .form__wrap .repeat__block {
  display: none;
}
.js .form__wrap .repeat__block:first-child {
  display: block;
}

.block.textblock.half .form__wrap .half,
.block.textblock.half .form__wrap .narrow,
.block.textblock.half .form__wrap .wide {
  width: 100% !important;
}
.block.textblock.half .form__wrap .element {
  padding-right: 0 !important;
}
.block.textblock.half .form__wrap input,
.block.textblock.half .form__wrap select,
.block.textblock.half .form__wrap textarea {
  width: 100% !important;
}

/* IE8 fixes */
.lt-ie9 .form__wrap select {
  background-image: none !important;
}

/* form styling */
.form__step {
  padding: 25px 0;
}
.form__step.step-1 li {
  width: 100%;
}
.form__step.step-2 li {
  width: 50%;
}
.form__step.step-3 li {
  width: 33.33%;
}
.form__step.step-4 li {
  width: 25%;
}
.form__step.step-5 li {
  width: 20%;
}
.form__step ol {
  margin: 0;
  overflow: hidden;
}
.form__step li {
  float: left;
  position: relative;
  text-align: center;
}
.form__step li:before {
  display: block;
  color: #4799c3;
  margin: 6px auto 0 auto;
  width: 39px;
  line-height: 39px;
  font-size: 34px;
  position: relative;
  background-image: url("/images/css/form-step.png");
  background-repeat: no-repeat;
  z-index: 1;
}
.form__step li:after {
  content: "";
  background: #f5f5f5;
  position: absolute;
  left: -50%;
  top: 24px;
  width: 100%;
  height: 4px;
}
.form__step li:first-child:after {
  content: none;
}
.form__step li.done:before {
  background-image: url("/images/css/form-step-done.png");
  color: #ffffff;
}
.form__step li.active:before {
  background-image: url("/images/css/form-step-active.png");
  width: 52px;
  line-height: 52px;
  font-size: 48px;
  color: #ffffff;
  margin-top: 0;
}
.form__step li.done:after, .form__step li.active:after {
  background: #4799c3;
}
.form__step li.active span {
  font-weight: bold;
  margin-top: -52px;
  padding-top: 56px;
}
.form__step li span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "NSPCCRegular", "sans-serif";
  line-height: 18px;
  line-height: 1.125rem;
  color: #111;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
  margin-top: -39px;
  padding-top: 50px;
}
.form__wrap {
  background: #f5f5f5;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  /* hack to disable textblock margin if it's in a form */
  /* Generic form styles */
  /* end generic */
  /* error stylings */
}
.form__wrap h2 {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.form__wrap p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.form__wrap hr {
  border-top: 1px solid #cccccc;
  margin: 40px 0px;
  margin: 2.5rem 0rem;
}
.form__wrap label {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: bold;
  display: block;
}
.form__wrap label.error {
  color: #e74c1b !important;
}
.form__wrap label .hidden {
  display: none;
}
.form__wrap input[type=text],
.form__wrap input[type=date],
.form__wrap input[type=email],
.form__wrap input[type=tel],
.form__wrap input[type=number],
.form__wrap select,
.form__wrap textarea {
  padding: 15px;
  padding: 0.9375rem;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: inset 0px 2px 5px 2px rgba(210, 210, 210, 0.75);
  background-color: #fff;
}
.form__wrap input[type=text].placeholder,
.form__wrap input[type=date].placeholder,
.form__wrap input[type=email].placeholder,
.form__wrap input[type=tel].placeholder,
.form__wrap input[type=number].placeholder,
.form__wrap select.placeholder,
.form__wrap textarea.placeholder {
  color: #aaa;
}
.form__wrap select::-ms-expand {
  display: none;
}
.form__wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/images/css/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: normal;
}
.form__wrap select.no-arrow {
  background-image: none;
  padding-right: 0 !important;
}
.form__wrap select option {
  color: #4e4e4e;
}
.form__wrap input[type=number] {
  -moz-appearance: textfield;
}
.form__wrap input[type=number]::-webkit-inner-spin-button,
.form__wrap input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form__wrap textarea {
  min-height: 120px;
}
.form__wrap input[type=checkbox]:not(old),
.form__wrap input[type=radio]:not(old) {
  /* Old selector means IE8 won't pick up the styles so should work as normal browser control */
  width: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__wrap input[type=checkbox]:not(old) + label,
.form__wrap input[type=radio]:not(old) + label {
  display: block;
  padding-left: 28px;
  line-height: 23px;
  margin-bottom: 0;
  font-weight: bold;
  color: #111;
  font-size: 16px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.form__wrap input[type=checkbox]:not(old) + label {
  background-image: url("/images/css/form-check.png");
}
.form__wrap input[type=radio]:not(old) + label {
  background-image: url("/images/css/form-radio.png");
}
.form__wrap input[type=checkbox].ckb-giftaid:not(old) + label {
  background-image: url("/images/css/form-ckb-giftaid.png");
}
.form__wrap input[type=checkbox]:not(old):checked + label,
.form__wrap input[type=radio]:not(old):checked + label {
  background-position: 0 -81px;
}
.form__wrap input[type=checkbox].ckb-giftaid:not(old):checked + label {
  background-position: 0 -110px;
}
.form__wrap input[type=checkbox]:focus + label {
  outline: 1px dotted #56585a;
}
.form__wrap .element {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: block;
  position: relative;
  padding: 0;
}
.form__wrap .element.error-active {
  padding-top: 30px;
}
.form__wrap .element.half, .form__wrap .element.narrow, .form__wrap .element.wide, .form__wrap .element.full {
  padding-left: 0;
}
.form__wrap .repeat__block {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.form__wrap .repeat__add {
  margin-top: -35px;
  margin-top: -2.1875rem;
}
.form__wrap .repeat h3 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.form__wrap .repeat a {
  color: #2F7CA3;
}
.form__wrap input.parsley-success,
.form__wrap select.parsley-success,
.form__wrap textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6 !important;
}
.form__wrap input.parsley-error,
.form__wrap select.parsley-error,
.form__wrap textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #e74c1b !important;
}
.form__wrap .parsley-errors-list {
  margin: 0px 0 10px 0;
  padding: 0;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  color: #e74c1b !important;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.form__wrap .parsley-errors-list.filled {
  opacity: 1;
}

.block.formemaildivider,
.block.formaddressblock,
.block.formfieldrepeaterblock,
.form.textblock {
  padding: 0;
}

.block.formemaildivider,
.block.formaddressblock,
.block.formfieldrepeaterblock {
  margin-bottom: 0;
}

.form.textblock {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media (min-width: 40em) {
  .form__step {
    padding: 50px 0;
  }
  .form__wrap {
    padding: 45px;
  }
  .form__wrap .element {
    width: 100%;
  }
  .form__wrap .element input[type=text],
.form__wrap .element input[type=date],
.form__wrap .element input[type=email],
.form__wrap .element input[type=tel],
.form__wrap .element input[type=number],
.form__wrap .element select,
.form__wrap .element textarea {
    width: 340px;
  }
  .form__wrap .element.narrow, .form__wrap .element.half, .form__wrap .element.wide {
    display: inline-block;
    margin-right: 20px;
  }
  .form__wrap .element.narrow input[type=text],
.form__wrap .element.narrow input[type=date],
.form__wrap .element.narrow input[type=email],
.form__wrap .element.narrow input[type=tel],
.form__wrap .element.narrow input[type=number],
.form__wrap .element.narrow select,
.form__wrap .element.narrow textarea, .form__wrap .element.half input[type=text],
.form__wrap .element.half input[type=date],
.form__wrap .element.half input[type=email],
.form__wrap .element.half input[type=tel],
.form__wrap .element.half input[type=number],
.form__wrap .element.half select,
.form__wrap .element.half textarea, .form__wrap .element.wide input[type=text],
.form__wrap .element.wide input[type=date],
.form__wrap .element.wide input[type=email],
.form__wrap .element.wide input[type=tel],
.form__wrap .element.wide input[type=number],
.form__wrap .element.wide select,
.form__wrap .element.wide textarea {
    width: 100%;
  }
  .form__wrap .element.narrow {
    width: 120px;
  }
  .form__wrap .element.half {
    width: 215px;
  }
  .form__wrap .element.wide {
    width: 330px;
  }

  .address-search-label label {
    width: 200% !important;
    overflow: visible;
  }

  .address-search-checkbox {
    clear: both;
  }

  .add-btn-sch {
    margin-right: 0 !important;
  }
  .add-btn-sch a {
    margin-top: 42px;
  }
}
@media (min-width: 64em) {
  .form__wrap .element {
    padding-right: 200px;
  }
  .form__wrap .element.narrow, .form__wrap .element.half, .form__wrap .element.wide {
    padding-right: 0;
  }
}
.vmg-logo {
  margin: 15px 0;
}

.vmg-form a {
  color: #2F7CA3;
}
.vmg-form .form-container {
  padding: 0;
}
.vmg-form .form-container .intro li {
  line-height: 1.48em !important;
  font-size: 1.286em !important;
  color: #6f7175 !important;
}
.vmg-form label {
  margin-bottom: 9px;
}
.vmg-form select {
  padding: 10px;
}
.vmg-form .btn, .vmg-form #letter-from-santa .btn--link, #letter-from-santa .vmg-form .btn--link, .vmg-form .btn--white, .vmg-form .btn--green, .vmg-form .btn--blue, .vmg-form p.has-btn--blue a, p.has-btn--blue .vmg-form a, .vmg-form p.has-btn--green a, p.has-btn--green .vmg-form a, .vmg-form p.has-btn--white a, p.has-btn--white .vmg-form a {
  width: 100%;
  text-align: center;
}
.vmg-form .vmg-personal-url {
  padding-right: 25px !important;
}
.vmg-form .vmg-personal-url.wait, .vmg-form .vmg-personal-url.taken, .vmg-form .vmg-personal-url.available {
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.vmg-form .vmg-personal-url.wait {
  background-image: url("/content/css/img/wait.png");
}
.vmg-form .vmg-personal-url.taken {
  background-image: url("/content/css/img/error.png");
}
.vmg-form .vmg-personal-url.available {
  background-image: url("/content/css/img/accept.png");
}
@media (min-width: 40em) {
  .vmg-form .btn, .vmg-form #letter-from-santa .btn--link, #letter-from-santa .vmg-form .btn--link, .vmg-form .btn--white, .vmg-form .btn--green, .vmg-form .btn--blue, .vmg-form p.has-btn--blue a, p.has-btn--blue .vmg-form a, .vmg-form p.has-btn--green a, p.has-btn--green .vmg-form a, .vmg-form p.has-btn--white a, p.has-btn--white .vmg-form a {
    width: auto;
  }
}
@media (min-width: 64em) {
  .vmg-form label {
    margin-bottom: 0;
  }
}

.rowblock.vmg-row {
  margin-bottom: 20px !important;
}

.form-container .vmg-line {
  margin-top: 30px;
  margin-bottom: 20px;
}
.form-container .vmg-link-container {
  margin-top: 20px;
}
.form-container .vmg-message {
  background-color: #DEF0F0;
  padding: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #D8D9DB;
  border-bottom: 1px solid #D8D9DB;
}
.form-container .vmg-message p {
  margin: 0 0 5px 0 !important;
}
.form-container .vmg-edit-section.hidden {
  display: none;
}
.form-container .vmg-summary {
  padding: 15px 0;
}
.form-container .vmg-summary .item {
  width: 100%;
  padding-bottom: 5px;
}
.form-container .vmg-summary .item:after {
  content: "";
  display: table;
  clear: both;
}
.form-container .vmg-summary .edit-link {
  padding: 15px 0;
}
.form-container .vmg-summary .label, .form-container .vmg-summary .content {
  width: 50%;
  float: left;
}
.form-container .vmg-summary .label {
  font-weight: bold;
}

.not-active {
  pointer-events: none;
  cursor: default;
}

table th,
table td {
  padding: 10px;
}

.block-theme-xmas-red h1 {
  color: #c52330 !important;
}

.block--no-theme {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block--no-theme .block-theme-bg, .block--no-theme .section-highlight__content, .block--no-theme .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block--no-theme .heading__inner, .block--no-theme .simple-accordion, .block--no-theme .carousel-block .blocks, .carousel-block .block--no-theme .blocks, .block--no-theme.block-theme-bg, .block--no-theme.section-highlight__content, .section-highlight__heading.active .block--no-theme.heading__inner, .block--no-theme.simple-accordion, .carousel-block .block--no-theme.blocks {
  background-color: #fafafa;
}
.block--no-theme .block-theme-bg-40-80 {
  background-color: rgba(250, 250, 250, 0.5);
}
.block--no-theme .block-theme-bg-40-80:hover {
  background-color: rgba(250, 250, 250, 0.9);
}
.block--no-theme .block-theme-bg-color, .block--no-theme .accordion .toggle:before, .accordion .block--no-theme .toggle:before, .block--no-theme .call-out__icon:before {
  color: #fafafa;
}
.block--no-theme .block-theme-foreground-color, .block--no-theme .accordion .toggle:after, .accordion .block--no-theme .toggle:after, .block--no-theme .call-out__icon:after {
  color: #045370;
}
.block--no-theme .block-theme-text-title {
  color: #000000;
}
.block--no-theme .block-theme-text-body {
  color: #525455;
}
.block--no-theme .block-theme-text-link {
  color: #525455;
}
.block--no-theme .text-block a {
  color: #2F7CA3;
}
.block--no-theme .block-theme-button-bg, .block--no-theme .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block--no-theme .page-link-promo__inner {
  background-color: #045370;
}
.block--no-theme .block-theme-button-text {
  color: #ffffff;
}
.block--no-theme a.block-theme-button-text {
  color: #ffffff;
}
.block--no-theme .block-theme-arrow-active-bg, .block--no-theme #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block--no-theme .owl-next, .block--no-theme .owl-nav .owl-prev > span:after, .owl-nav .block--no-theme .owl-prev > span:after,
.block--no-theme .owl-nav .owl-next > span:after,
.owl-nav .block--no-theme .owl-next > span:after {
  color: #045370;
}
.block--no-theme .block-theme-arrow-active-text, .block--no-theme #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block--no-theme .owl-next, .block--no-theme .infographic-block .toggle:before, .infographic-block .block--no-theme .toggle:before, .block--no-theme .owl-nav .owl-prev > span:before, .owl-nav .block--no-theme .owl-prev > span:before,
.block--no-theme .owl-nav .owl-next > span:before,
.owl-nav .block--no-theme .owl-next > span:before {
  color: #ffffff;
}
.block--no-theme .block-theme-arrow-inactive-bg, .block--no-theme .owl-nav .owl-prev.disabled > span:after, .owl-nav .block--no-theme .owl-prev.disabled > span:after, .block--no-theme .owl-nav .owl-next.disabled > span:after, .owl-nav .block--no-theme .owl-next.disabled > span:after {
  color: #bdcdd2;
}
.block--no-theme .block-theme-arrow-inactive-text, .block--no-theme .owl-nav .owl-prev.disabled > span:before, .owl-nav .block--no-theme .owl-prev.disabled > span:before, .block--no-theme .owl-nav .owl-next.disabled > span:before, .owl-nav .block--no-theme .owl-next.disabled > span:before {
  color: #fafafa;
}
.block--no-theme .block-theme-divide {
  background-color: #d7dadc;
}
.block--no-theme .block-theme-divide-borders, .block--no-theme .simple-accordion__content:nth-last-of-type(1), .block--no-theme .simple-accordion__heading {
  border-color: #d7dadc;
}
.block--no-theme .block-theme-tint, .block--no-theme .section-highlight__heading .heading__inner, .section-highlight__heading .block--no-theme .heading__inner, .block--no-theme .simple-accordion__content.active, .block--no-theme .simple-accordion__heading.active, .block--no-theme .simple-accordion__heading:hover {
  background-color: #e0f0f0;
}
.block--no-theme .block-theme-tint-color {
  color: #e0f0f0;
}

.no-js .block--no-theme .block-theme-hover:hover .block-theme-bg, .no-js .block--no-theme .block-theme-hover:hover .section-highlight__content, .no-js .block--no-theme .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block--no-theme .block-theme-hover:hover .heading__inner, .no-js .block--no-theme .block-theme-hover:hover .simple-accordion, .no-js .block--no-theme .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block--no-theme .block-theme-hover:hover .blocks, .no-js .block--no-theme .block-theme-hover:hover.block-theme-bg, .no-js .block--no-theme .block-theme-hover.section-highlight__content:hover, .no-js .block--no-theme .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block--no-theme .block-theme-hover.heading__inner:hover, .no-js .block--no-theme .block-theme-hover.simple-accordion:hover, .no-js .block--no-theme .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block--no-theme .block-theme-hover.blocks:hover,
.no-touch .block--no-theme .block-theme-hover:hover .block-theme-bg,
.no-touch .block--no-theme .block-theme-hover:hover .section-highlight__content,
.no-touch .block--no-theme .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block--no-theme .block-theme-hover:hover .heading__inner,
.no-touch .block--no-theme .block-theme-hover:hover .simple-accordion,
.no-touch .block--no-theme .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block--no-theme .block-theme-hover:hover .blocks,
.no-touch .block--no-theme .block-theme-hover:hover.block-theme-bg,
.no-touch .block--no-theme .block-theme-hover.section-highlight__content:hover,
.no-touch .block--no-theme .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block--no-theme .block-theme-hover.heading__inner:hover,
.no-touch .block--no-theme .block-theme-hover.simple-accordion:hover,
.no-touch .block--no-theme .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block--no-theme .block-theme-hover.blocks:hover {
  background-color: #045370;
}
.no-js .block--no-theme .block-theme-hover:hover .block-theme-bg-color, .no-js .block--no-theme .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block--no-theme .block-theme-hover:hover .toggle:before, .no-js .block--no-theme .block-theme-hover:hover .call-out__icon:before,
.no-touch .block--no-theme .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block--no-theme .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block--no-theme .block-theme-hover:hover .toggle:before,
.no-touch .block--no-theme .block-theme-hover:hover .call-out__icon:before {
  color: #045370;
}
.no-js .block--no-theme .block-theme-hover:hover .block-theme-text-title,
.no-touch .block--no-theme .block-theme-hover:hover .block-theme-text-title {
  color: #ffffff;
}
.no-js .block--no-theme .block-theme-hover:hover .block-theme-text-body,
.no-touch .block--no-theme .block-theme-hover:hover .block-theme-text-body {
  color: #ffffff;
}
.no-js .block--no-theme .block-theme-hover:hover .block-theme-text-link,
.no-js .block--no-theme .block-theme-hover:hover .text-block a,
.no-touch .block--no-theme .block-theme-hover:hover .block-theme-text-link,
.no-touch .block--no-theme .block-theme-hover:hover .text-block a {
  color: #ffffff;
}
.no-js .block--no-theme .block-theme-hover:hover .block-theme-button-bg, .no-js .block--no-theme .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block--no-theme .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block--no-theme .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block--no-theme .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block--no-theme .block-theme-hover:hover .page-link-promo__inner {
  background-color: #ffffff;
}
.no-js .block--no-theme .block-theme-hover:hover .block-theme-button-text,
.no-touch .block--no-theme .block-theme-hover:hover .block-theme-button-text {
  color: #045370;
}
.no-js .block--no-theme .block-theme-hover:hover .block-theme-divide,
.no-touch .block--no-theme .block-theme-hover:hover .block-theme-divide {
  background-color: #023243;
}
.no-js .block--no-theme .block-theme-hover:hover .block-theme-divide-borders, .no-js .block--no-theme .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block--no-theme .block-theme-hover:hover .simple-accordion__heading, .no-js .block--no-theme .block-theme-hover:hover.block-theme-divide-borders, .no-js .block--no-theme .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block--no-theme .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block--no-theme .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block--no-theme .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block--no-theme .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block--no-theme .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block--no-theme .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block--no-theme .block-theme-hover.simple-accordion__heading:hover {
  border-color: #023243;
}

.block-theme-candyfloss-grape {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block-theme-candyfloss-grape .block-theme-bg, .block-theme-candyfloss-grape .section-highlight__content, .block-theme-candyfloss-grape .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block-theme-candyfloss-grape .heading__inner, .block-theme-candyfloss-grape .simple-accordion, .block-theme-candyfloss-grape .carousel-block .blocks, .carousel-block .block-theme-candyfloss-grape .blocks, .block-theme-candyfloss-grape.block-theme-bg, .block-theme-candyfloss-grape.section-highlight__content, .section-highlight__heading.active .block-theme-candyfloss-grape.heading__inner, .block-theme-candyfloss-grape.simple-accordion, .carousel-block .block-theme-candyfloss-grape.blocks {
  background-color: #f5b9d2;
}
.block-theme-candyfloss-grape .block-theme-bg-40-80 {
  background-color: rgba(245, 185, 210, 0.5);
}
.block-theme-candyfloss-grape .block-theme-bg-40-80:hover {
  background-color: rgba(245, 185, 210, 0.9);
}
.block-theme-candyfloss-grape .block-theme-bg-color, .block-theme-candyfloss-grape .accordion .toggle:before, .accordion .block-theme-candyfloss-grape .toggle:before, .block-theme-candyfloss-grape .call-out__icon:before {
  color: #f5b9d2;
}
.block-theme-candyfloss-grape .block-theme-foreground-color, .block-theme-candyfloss-grape .accordion .toggle:after, .accordion .block-theme-candyfloss-grape .toggle:after, .block-theme-candyfloss-grape .call-out__icon:after {
  color: #582752;
}
.block-theme-candyfloss-grape .block-theme-text-title {
  color: #000000;
}
.block-theme-candyfloss-grape .block-theme-text-body {
  color: #525455;
}
.block-theme-candyfloss-grape .block-theme-text-link {
  color: #525455;
}
.block-theme-candyfloss-grape .text-block a {
  color: #525455;
}
.block-theme-candyfloss-grape .block-theme-button-bg, .block-theme-candyfloss-grape .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block-theme-candyfloss-grape .page-link-promo__inner {
  background-color: #582752;
}
.block-theme-candyfloss-grape .block-theme-button-text {
  color: #ffffff;
}
.block-theme-candyfloss-grape a.block-theme-button-text {
  color: #ffffff;
}
.block-theme-candyfloss-grape .block-theme-arrow-active-bg, .block-theme-candyfloss-grape #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-candyfloss-grape .owl-next, .block-theme-candyfloss-grape .owl-nav .owl-prev > span:after, .owl-nav .block-theme-candyfloss-grape .owl-prev > span:after,
.block-theme-candyfloss-grape .owl-nav .owl-next > span:after,
.owl-nav .block-theme-candyfloss-grape .owl-next > span:after {
  color: #582752;
}
.block-theme-candyfloss-grape .block-theme-arrow-active-text, .block-theme-candyfloss-grape #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-candyfloss-grape .owl-next, .block-theme-candyfloss-grape .infographic-block .toggle:before, .infographic-block .block-theme-candyfloss-grape .toggle:before, .block-theme-candyfloss-grape .owl-nav .owl-prev > span:before, .owl-nav .block-theme-candyfloss-grape .owl-prev > span:before,
.block-theme-candyfloss-grape .owl-nav .owl-next > span:before,
.owl-nav .block-theme-candyfloss-grape .owl-next > span:before {
  color: #ffffff;
}
.block-theme-candyfloss-grape .block-theme-arrow-inactive-bg, .block-theme-candyfloss-grape .owl-nav .owl-prev.disabled > span:after, .owl-nav .block-theme-candyfloss-grape .owl-prev.disabled > span:after, .block-theme-candyfloss-grape .owl-nav .owl-next.disabled > span:after, .owl-nav .block-theme-candyfloss-grape .owl-next.disabled > span:after {
  color: #d69cb8;
}
.block-theme-candyfloss-grape .block-theme-arrow-inactive-text, .block-theme-candyfloss-grape .owl-nav .owl-prev.disabled > span:before, .owl-nav .block-theme-candyfloss-grape .owl-prev.disabled > span:before, .block-theme-candyfloss-grape .owl-nav .owl-next.disabled > span:before, .owl-nav .block-theme-candyfloss-grape .owl-next.disabled > span:before {
  color: #f5b9d2;
}
.block-theme-candyfloss-grape .block-theme-divide {
  background-color: #d69cb8;
}
.block-theme-candyfloss-grape .block-theme-divide-borders, .block-theme-candyfloss-grape .simple-accordion__content:nth-last-of-type(1), .block-theme-candyfloss-grape .simple-accordion__heading {
  border-color: #d69cb8;
}
.block-theme-candyfloss-grape .block-theme-tint, .block-theme-candyfloss-grape .section-highlight__heading .heading__inner, .section-highlight__heading .block-theme-candyfloss-grape .heading__inner, .block-theme-candyfloss-grape .simple-accordion__content.active, .block-theme-candyfloss-grape .simple-accordion__heading.active, .block-theme-candyfloss-grape .simple-accordion__heading:hover {
  background-color: #f7c7db;
}
.block-theme-candyfloss-grape .block-theme-tint-color {
  color: #f7c7db;
}

.no-js .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-bg, .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .section-highlight__content, .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .heading__inner, .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .simple-accordion, .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .blocks, .no-js .block-theme-candyfloss-grape .block-theme-hover:hover.block-theme-bg, .no-js .block-theme-candyfloss-grape .block-theme-hover.section-highlight__content:hover, .no-js .block-theme-candyfloss-grape .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block-theme-candyfloss-grape .block-theme-hover.heading__inner:hover, .no-js .block-theme-candyfloss-grape .block-theme-hover.simple-accordion:hover, .no-js .block-theme-candyfloss-grape .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block-theme-candyfloss-grape .block-theme-hover.blocks:hover,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-bg,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .section-highlight__content,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .heading__inner,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .simple-accordion,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .blocks,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover.block-theme-bg,
.no-touch .block-theme-candyfloss-grape .block-theme-hover.section-highlight__content:hover,
.no-touch .block-theme-candyfloss-grape .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block-theme-candyfloss-grape .block-theme-hover.heading__inner:hover,
.no-touch .block-theme-candyfloss-grape .block-theme-hover.simple-accordion:hover,
.no-touch .block-theme-candyfloss-grape .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block-theme-candyfloss-grape .block-theme-hover.blocks:hover {
  background-color: #582752;
}
.no-js .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-bg-color, .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .toggle:before, .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .call-out__icon:before,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .toggle:before,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .call-out__icon:before {
  color: #582752;
}
.no-js .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-text-title,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-text-title {
  color: #ffffff;
}
.no-js .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-text-body,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-text-body {
  color: #ffffff;
}
.no-js .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-text-link,
.no-js .block-theme-candyfloss-grape .block-theme-hover:hover .text-block a,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-text-link,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .text-block a {
  color: #ffffff;
}
.no-js .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-button-bg, .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .page-link-promo__inner {
  background-color: #ffffff;
}
.no-js .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-button-text,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-button-text {
  color: #582752;
}
.no-js .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-divide,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-divide {
  background-color: #351731;
}
.no-js .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-divide-borders, .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block-theme-candyfloss-grape .block-theme-hover:hover .simple-accordion__heading, .no-js .block-theme-candyfloss-grape .block-theme-hover:hover.block-theme-divide-borders, .no-js .block-theme-candyfloss-grape .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block-theme-candyfloss-grape .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block-theme-candyfloss-grape .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block-theme-candyfloss-grape .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block-theme-candyfloss-grape .block-theme-hover.simple-accordion__heading:hover {
  border-color: #351731;
}

.block-theme-grey-midnight {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block-theme-grey-midnight .block-theme-bg, .block-theme-grey-midnight .section-highlight__content, .block-theme-grey-midnight .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block-theme-grey-midnight .heading__inner, .block-theme-grey-midnight .simple-accordion, .block-theme-grey-midnight .carousel-block .blocks, .carousel-block .block-theme-grey-midnight .blocks, .block-theme-grey-midnight.block-theme-bg, .block-theme-grey-midnight.section-highlight__content, .section-highlight__heading.active .block-theme-grey-midnight.heading__inner, .block-theme-grey-midnight.simple-accordion, .carousel-block .block-theme-grey-midnight.blocks {
  background-color: #ebebeb;
}
.block-theme-grey-midnight .block-theme-bg-40-80 {
  background-color: rgba(235, 235, 235, 0.5);
}
.block-theme-grey-midnight .block-theme-bg-40-80:hover {
  background-color: rgba(235, 235, 235, 0.9);
}
.block-theme-grey-midnight .block-theme-bg-color, .block-theme-grey-midnight .accordion .toggle:before, .accordion .block-theme-grey-midnight .toggle:before, .block-theme-grey-midnight .call-out__icon:before {
  color: #ebebeb;
}
.block-theme-grey-midnight .block-theme-foreground-color, .block-theme-grey-midnight .accordion .toggle:after, .accordion .block-theme-grey-midnight .toggle:after, .block-theme-grey-midnight .call-out__icon:after {
  color: #045370;
}
.block-theme-grey-midnight .block-theme-text-title {
  color: #000000;
}
.block-theme-grey-midnight .block-theme-text-body {
  color: #525455;
}
.block-theme-grey-midnight .block-theme-text-link {
  color: #525455;
}
.block-theme-grey-midnight .text-block a {
  color: #525455;
}
.block-theme-grey-midnight .block-theme-button-bg, .block-theme-grey-midnight .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block-theme-grey-midnight .page-link-promo__inner {
  background-color: #045370;
}
.block-theme-grey-midnight .block-theme-button-text {
  color: #ffffff;
}
.block-theme-grey-midnight a.block-theme-button-text {
  color: #ffffff;
}
.block-theme-grey-midnight .block-theme-arrow-active-bg, .block-theme-grey-midnight #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-grey-midnight .owl-next, .block-theme-grey-midnight .owl-nav .owl-prev > span:after, .owl-nav .block-theme-grey-midnight .owl-prev > span:after,
.block-theme-grey-midnight .owl-nav .owl-next > span:after,
.owl-nav .block-theme-grey-midnight .owl-next > span:after {
  color: #045370;
}
.block-theme-grey-midnight .block-theme-arrow-active-text, .block-theme-grey-midnight #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-grey-midnight .owl-next, .block-theme-grey-midnight .infographic-block .toggle:before, .infographic-block .block-theme-grey-midnight .toggle:before, .block-theme-grey-midnight .owl-nav .owl-prev > span:before, .owl-nav .block-theme-grey-midnight .owl-prev > span:before,
.block-theme-grey-midnight .owl-nav .owl-next > span:before,
.owl-nav .block-theme-grey-midnight .owl-next > span:before {
  color: #ffffff;
}
.block-theme-grey-midnight .block-theme-arrow-inactive-bg, .block-theme-grey-midnight .owl-nav .owl-prev.disabled > span:after, .owl-nav .block-theme-grey-midnight .owl-prev.disabled > span:after, .block-theme-grey-midnight .owl-nav .owl-next.disabled > span:after, .owl-nav .block-theme-grey-midnight .owl-next.disabled > span:after {
  color: #c9d4d9;
}
.block-theme-grey-midnight .block-theme-arrow-inactive-text, .block-theme-grey-midnight .owl-nav .owl-prev.disabled > span:before, .owl-nav .block-theme-grey-midnight .owl-prev.disabled > span:before, .block-theme-grey-midnight .owl-nav .owl-next.disabled > span:before, .owl-nav .block-theme-grey-midnight .owl-next.disabled > span:before {
  color: #ebebeb;
}
.block-theme-grey-midnight .block-theme-divide {
  background-color: #cccccc;
}
.block-theme-grey-midnight .block-theme-divide-borders, .block-theme-grey-midnight .simple-accordion__content:nth-last-of-type(1), .block-theme-grey-midnight .simple-accordion__heading {
  border-color: #cccccc;
}
.block-theme-grey-midnight .block-theme-tint, .block-theme-grey-midnight .section-highlight__heading .heading__inner, .section-highlight__heading .block-theme-grey-midnight .heading__inner, .block-theme-grey-midnight .simple-accordion__content.active, .block-theme-grey-midnight .simple-accordion__heading.active, .block-theme-grey-midnight .simple-accordion__heading:hover {
  background-color: #f7f7f7;
}
.block-theme-grey-midnight .block-theme-tint-color {
  color: #f7f7f7;
}

.no-js .block-theme-grey-midnight .block-theme-hover:hover .block-theme-bg, .no-js .block-theme-grey-midnight .block-theme-hover:hover .section-highlight__content, .no-js .block-theme-grey-midnight .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block-theme-grey-midnight .block-theme-hover:hover .heading__inner, .no-js .block-theme-grey-midnight .block-theme-hover:hover .simple-accordion, .no-js .block-theme-grey-midnight .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block-theme-grey-midnight .block-theme-hover:hover .blocks, .no-js .block-theme-grey-midnight .block-theme-hover:hover.block-theme-bg, .no-js .block-theme-grey-midnight .block-theme-hover.section-highlight__content:hover, .no-js .block-theme-grey-midnight .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block-theme-grey-midnight .block-theme-hover.heading__inner:hover, .no-js .block-theme-grey-midnight .block-theme-hover.simple-accordion:hover, .no-js .block-theme-grey-midnight .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block-theme-grey-midnight .block-theme-hover.blocks:hover,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .block-theme-bg,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .section-highlight__content,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block-theme-grey-midnight .block-theme-hover:hover .heading__inner,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .simple-accordion,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block-theme-grey-midnight .block-theme-hover:hover .blocks,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover.block-theme-bg,
.no-touch .block-theme-grey-midnight .block-theme-hover.section-highlight__content:hover,
.no-touch .block-theme-grey-midnight .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block-theme-grey-midnight .block-theme-hover.heading__inner:hover,
.no-touch .block-theme-grey-midnight .block-theme-hover.simple-accordion:hover,
.no-touch .block-theme-grey-midnight .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block-theme-grey-midnight .block-theme-hover.blocks:hover {
  background-color: #045370;
}
.no-js .block-theme-grey-midnight .block-theme-hover:hover .block-theme-bg-color, .no-js .block-theme-grey-midnight .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block-theme-grey-midnight .block-theme-hover:hover .toggle:before, .no-js .block-theme-grey-midnight .block-theme-hover:hover .call-out__icon:before,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block-theme-grey-midnight .block-theme-hover:hover .toggle:before,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .call-out__icon:before {
  color: #045370;
}
.no-js .block-theme-grey-midnight .block-theme-hover:hover .block-theme-text-title,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .block-theme-text-title {
  color: #ffffff;
}
.no-js .block-theme-grey-midnight .block-theme-hover:hover .block-theme-text-body,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .block-theme-text-body {
  color: #ffffff;
}
.no-js .block-theme-grey-midnight .block-theme-hover:hover .block-theme-text-link,
.no-js .block-theme-grey-midnight .block-theme-hover:hover .text-block a,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .block-theme-text-link,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .text-block a {
  color: #ffffff;
}
.no-js .block-theme-grey-midnight .block-theme-hover:hover .block-theme-button-bg, .no-js .block-theme-grey-midnight .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block-theme-grey-midnight .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block-theme-grey-midnight .block-theme-hover:hover .page-link-promo__inner {
  background-color: #ffffff;
}
.no-js .block-theme-grey-midnight .block-theme-hover:hover .block-theme-button-text,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .block-theme-button-text {
  color: #045370;
}
.no-js .block-theme-grey-midnight .block-theme-hover:hover .block-theme-divide,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .block-theme-divide {
  background-color: #023243;
}
.no-js .block-theme-grey-midnight .block-theme-hover:hover .block-theme-divide-borders, .no-js .block-theme-grey-midnight .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block-theme-grey-midnight .block-theme-hover:hover .simple-accordion__heading, .no-js .block-theme-grey-midnight .block-theme-hover:hover.block-theme-divide-borders, .no-js .block-theme-grey-midnight .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block-theme-grey-midnight .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block-theme-grey-midnight .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block-theme-grey-midnight .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block-theme-grey-midnight .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block-theme-grey-midnight .block-theme-hover.simple-accordion__heading:hover {
  border-color: #023243;
}

.block-theme-parmaviolets-grape {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block-theme-parmaviolets-grape .block-theme-bg, .block-theme-parmaviolets-grape .section-highlight__content, .block-theme-parmaviolets-grape .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block-theme-parmaviolets-grape .heading__inner, .block-theme-parmaviolets-grape .simple-accordion, .block-theme-parmaviolets-grape .carousel-block .blocks, .carousel-block .block-theme-parmaviolets-grape .blocks, .block-theme-parmaviolets-grape.block-theme-bg, .block-theme-parmaviolets-grape.section-highlight__content, .section-highlight__heading.active .block-theme-parmaviolets-grape.heading__inner, .block-theme-parmaviolets-grape.simple-accordion, .carousel-block .block-theme-parmaviolets-grape.blocks {
  background-color: #d8ccf0;
}
.block-theme-parmaviolets-grape .block-theme-bg-40-80 {
  background-color: rgba(216, 204, 240, 0.5);
}
.block-theme-parmaviolets-grape .block-theme-bg-40-80:hover {
  background-color: rgba(216, 204, 240, 0.9);
}
.block-theme-parmaviolets-grape .block-theme-bg-color, .block-theme-parmaviolets-grape .accordion .toggle:before, .accordion .block-theme-parmaviolets-grape .toggle:before, .block-theme-parmaviolets-grape .call-out__icon:before {
  color: #d8ccf0;
}
.block-theme-parmaviolets-grape .block-theme-foreground-color, .block-theme-parmaviolets-grape .accordion .toggle:after, .accordion .block-theme-parmaviolets-grape .toggle:after, .block-theme-parmaviolets-grape .call-out__icon:after {
  color: #582752;
}
.block-theme-parmaviolets-grape .block-theme-text-title {
  color: #000000;
}
.block-theme-parmaviolets-grape .block-theme-text-body {
  color: #525455;
}
.block-theme-parmaviolets-grape .block-theme-text-link {
  color: #525455;
}
.block-theme-parmaviolets-grape .text-block a {
  color: #525455;
}
.block-theme-parmaviolets-grape .block-theme-button-bg, .block-theme-parmaviolets-grape .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block-theme-parmaviolets-grape .page-link-promo__inner {
  background-color: #582752;
}
.block-theme-parmaviolets-grape .block-theme-button-text {
  color: #ffffff;
}
.block-theme-parmaviolets-grape a.block-theme-button-text {
  color: #ffffff;
}
.block-theme-parmaviolets-grape .block-theme-arrow-active-bg, .block-theme-parmaviolets-grape #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-parmaviolets-grape .owl-next, .block-theme-parmaviolets-grape .owl-nav .owl-prev > span:after, .owl-nav .block-theme-parmaviolets-grape .owl-prev > span:after,
.block-theme-parmaviolets-grape .owl-nav .owl-next > span:after,
.owl-nav .block-theme-parmaviolets-grape .owl-next > span:after {
  color: #582752;
}
.block-theme-parmaviolets-grape .block-theme-arrow-active-text, .block-theme-parmaviolets-grape #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-parmaviolets-grape .owl-next, .block-theme-parmaviolets-grape .infographic-block .toggle:before, .infographic-block .block-theme-parmaviolets-grape .toggle:before, .block-theme-parmaviolets-grape .owl-nav .owl-prev > span:before, .owl-nav .block-theme-parmaviolets-grape .owl-prev > span:before,
.block-theme-parmaviolets-grape .owl-nav .owl-next > span:before,
.owl-nav .block-theme-parmaviolets-grape .owl-next > span:before {
  color: #ffffff;
}
.block-theme-parmaviolets-grape .block-theme-arrow-inactive-bg, .block-theme-parmaviolets-grape .owl-nav .owl-prev.disabled > span:after, .owl-nav .block-theme-parmaviolets-grape .owl-prev.disabled > span:after, .block-theme-parmaviolets-grape .owl-nav .owl-next.disabled > span:after, .owl-nav .block-theme-parmaviolets-grape .owl-next.disabled > span:after {
  color: #cbbbe9;
}
.block-theme-parmaviolets-grape .block-theme-arrow-inactive-text, .block-theme-parmaviolets-grape .owl-nav .owl-prev.disabled > span:before, .owl-nav .block-theme-parmaviolets-grape .owl-prev.disabled > span:before, .block-theme-parmaviolets-grape .owl-nav .owl-next.disabled > span:before, .owl-nav .block-theme-parmaviolets-grape .owl-next.disabled > span:before {
  color: #d8ccf0;
}
.block-theme-parmaviolets-grape .block-theme-divide {
  background-color: #cbbbe9;
}
.block-theme-parmaviolets-grape .block-theme-divide-borders, .block-theme-parmaviolets-grape .simple-accordion__content:nth-last-of-type(1), .block-theme-parmaviolets-grape .simple-accordion__heading {
  border-color: #cbbbe9;
}
.block-theme-parmaviolets-grape .block-theme-tint, .block-theme-parmaviolets-grape .section-highlight__heading .heading__inner, .section-highlight__heading .block-theme-parmaviolets-grape .heading__inner, .block-theme-parmaviolets-grape .simple-accordion__content.active, .block-theme-parmaviolets-grape .simple-accordion__heading.active, .block-theme-parmaviolets-grape .simple-accordion__heading:hover {
  background-color: #e2d9f4;
}
.block-theme-parmaviolets-grape .block-theme-tint-color {
  color: #e2d9f4;
}

.no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-bg, .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .section-highlight__content, .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .heading__inner, .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .simple-accordion, .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .blocks, .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover.block-theme-bg, .no-js .block-theme-parmaviolets-grape .block-theme-hover.section-highlight__content:hover, .no-js .block-theme-parmaviolets-grape .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block-theme-parmaviolets-grape .block-theme-hover.heading__inner:hover, .no-js .block-theme-parmaviolets-grape .block-theme-hover.simple-accordion:hover, .no-js .block-theme-parmaviolets-grape .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block-theme-parmaviolets-grape .block-theme-hover.blocks:hover,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-bg,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .section-highlight__content,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .heading__inner,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .simple-accordion,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .blocks,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover.block-theme-bg,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover.section-highlight__content:hover,
.no-touch .block-theme-parmaviolets-grape .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block-theme-parmaviolets-grape .block-theme-hover.heading__inner:hover,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover.simple-accordion:hover,
.no-touch .block-theme-parmaviolets-grape .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block-theme-parmaviolets-grape .block-theme-hover.blocks:hover {
  background-color: #582752;
}
.no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-bg-color, .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .toggle:before, .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .call-out__icon:before,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .toggle:before,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .call-out__icon:before {
  color: #582752;
}
.no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-text-title,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-text-title {
  color: #ffffff;
}
.no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-text-body,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-text-body {
  color: #ffffff;
}
.no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-text-link,
.no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .text-block a,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-text-link,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .text-block a {
  color: #ffffff;
}
.no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-button-bg, .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .page-link-promo__inner {
  background-color: #ffffff;
}
.no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-button-text,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-button-text {
  color: #582752;
}
.no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-divide,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-divide {
  background-color: #351731;
}
.no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-divide-borders, .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover .simple-accordion__heading, .no-js .block-theme-parmaviolets-grape .block-theme-hover:hover.block-theme-divide-borders, .no-js .block-theme-parmaviolets-grape .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block-theme-parmaviolets-grape .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block-theme-parmaviolets-grape .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block-theme-parmaviolets-grape .block-theme-hover.simple-accordion__heading:hover {
  border-color: #351731;
}

.block-theme-sandpit-grape {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block-theme-sandpit-grape .block-theme-bg, .block-theme-sandpit-grape .section-highlight__content, .block-theme-sandpit-grape .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block-theme-sandpit-grape .heading__inner, .block-theme-sandpit-grape .simple-accordion, .block-theme-sandpit-grape .carousel-block .blocks, .carousel-block .block-theme-sandpit-grape .blocks, .block-theme-sandpit-grape.block-theme-bg, .block-theme-sandpit-grape.section-highlight__content, .section-highlight__heading.active .block-theme-sandpit-grape.heading__inner, .block-theme-sandpit-grape.simple-accordion, .carousel-block .block-theme-sandpit-grape.blocks {
  background-color: #fcc636;
}
.block-theme-sandpit-grape .block-theme-bg-40-80 {
  background-color: rgba(252, 198, 54, 0.5);
}
.block-theme-sandpit-grape .block-theme-bg-40-80:hover {
  background-color: rgba(252, 198, 54, 0.9);
}
.block-theme-sandpit-grape .block-theme-bg-color, .block-theme-sandpit-grape .accordion .toggle:before, .accordion .block-theme-sandpit-grape .toggle:before, .block-theme-sandpit-grape .call-out__icon:before {
  color: #fcc636;
}
.block-theme-sandpit-grape .block-theme-foreground-color, .block-theme-sandpit-grape .accordion .toggle:after, .accordion .block-theme-sandpit-grape .toggle:after, .block-theme-sandpit-grape .call-out__icon:after {
  color: #582752;
}
.block-theme-sandpit-grape .block-theme-text-title {
  color: #000000;
}
.block-theme-sandpit-grape .block-theme-text-body {
  color: #525455;
}
.block-theme-sandpit-grape .block-theme-text-link {
  color: #525455;
}
.block-theme-sandpit-grape .text-block a {
  color: #525455;
}
.block-theme-sandpit-grape .block-theme-button-bg, .block-theme-sandpit-grape .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block-theme-sandpit-grape .page-link-promo__inner {
  background-color: #582752;
}
.block-theme-sandpit-grape .block-theme-button-text {
  color: #ffffff;
}
.block-theme-sandpit-grape a.block-theme-button-text {
  color: #ffffff;
}
.block-theme-sandpit-grape .block-theme-arrow-active-bg, .block-theme-sandpit-grape #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-sandpit-grape .owl-next, .block-theme-sandpit-grape .owl-nav .owl-prev > span:after, .owl-nav .block-theme-sandpit-grape .owl-prev > span:after,
.block-theme-sandpit-grape .owl-nav .owl-next > span:after,
.owl-nav .block-theme-sandpit-grape .owl-next > span:after {
  color: #582752;
}
.block-theme-sandpit-grape .block-theme-arrow-active-text, .block-theme-sandpit-grape #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-sandpit-grape .owl-next, .block-theme-sandpit-grape .infographic-block .toggle:before, .infographic-block .block-theme-sandpit-grape .toggle:before, .block-theme-sandpit-grape .owl-nav .owl-prev > span:before, .owl-nav .block-theme-sandpit-grape .owl-prev > span:before,
.block-theme-sandpit-grape .owl-nav .owl-next > span:before,
.owl-nav .block-theme-sandpit-grape .owl-next > span:before {
  color: #ffffff;
}
.block-theme-sandpit-grape .block-theme-arrow-inactive-bg, .block-theme-sandpit-grape .owl-nav .owl-prev.disabled > span:after, .owl-nav .block-theme-sandpit-grape .owl-prev.disabled > span:after, .block-theme-sandpit-grape .owl-nav .owl-next.disabled > span:after, .owl-nav .block-theme-sandpit-grape .owl-next.disabled > span:after {
  color: #eab014;
}
.block-theme-sandpit-grape .block-theme-arrow-inactive-text, .block-theme-sandpit-grape .owl-nav .owl-prev.disabled > span:before, .owl-nav .block-theme-sandpit-grape .owl-prev.disabled > span:before, .block-theme-sandpit-grape .owl-nav .owl-next.disabled > span:before, .owl-nav .block-theme-sandpit-grape .owl-next.disabled > span:before {
  color: #fcc636;
}
.block-theme-sandpit-grape .block-theme-divide {
  background-color: #eab014;
}
.block-theme-sandpit-grape .block-theme-divide-borders, .block-theme-sandpit-grape .simple-accordion__content:nth-last-of-type(1), .block-theme-sandpit-grape .simple-accordion__heading {
  border-color: #eab014;
}
.block-theme-sandpit-grape .block-theme-tint, .block-theme-sandpit-grape .section-highlight__heading .heading__inner, .section-highlight__heading .block-theme-sandpit-grape .heading__inner, .block-theme-sandpit-grape .simple-accordion__content.active, .block-theme-sandpit-grape .simple-accordion__heading.active, .block-theme-sandpit-grape .simple-accordion__heading:hover {
  background-color: #fdd15e;
}
.block-theme-sandpit-grape .block-theme-tint-color {
  color: #fdd15e;
}

.no-js .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-bg, .no-js .block-theme-sandpit-grape .block-theme-hover:hover .section-highlight__content, .no-js .block-theme-sandpit-grape .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block-theme-sandpit-grape .block-theme-hover:hover .heading__inner, .no-js .block-theme-sandpit-grape .block-theme-hover:hover .simple-accordion, .no-js .block-theme-sandpit-grape .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block-theme-sandpit-grape .block-theme-hover:hover .blocks, .no-js .block-theme-sandpit-grape .block-theme-hover:hover.block-theme-bg, .no-js .block-theme-sandpit-grape .block-theme-hover.section-highlight__content:hover, .no-js .block-theme-sandpit-grape .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block-theme-sandpit-grape .block-theme-hover.heading__inner:hover, .no-js .block-theme-sandpit-grape .block-theme-hover.simple-accordion:hover, .no-js .block-theme-sandpit-grape .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block-theme-sandpit-grape .block-theme-hover.blocks:hover,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-bg,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .section-highlight__content,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block-theme-sandpit-grape .block-theme-hover:hover .heading__inner,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .simple-accordion,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block-theme-sandpit-grape .block-theme-hover:hover .blocks,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover.block-theme-bg,
.no-touch .block-theme-sandpit-grape .block-theme-hover.section-highlight__content:hover,
.no-touch .block-theme-sandpit-grape .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block-theme-sandpit-grape .block-theme-hover.heading__inner:hover,
.no-touch .block-theme-sandpit-grape .block-theme-hover.simple-accordion:hover,
.no-touch .block-theme-sandpit-grape .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block-theme-sandpit-grape .block-theme-hover.blocks:hover {
  background-color: #582752;
}
.no-js .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-bg-color, .no-js .block-theme-sandpit-grape .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block-theme-sandpit-grape .block-theme-hover:hover .toggle:before, .no-js .block-theme-sandpit-grape .block-theme-hover:hover .call-out__icon:before,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block-theme-sandpit-grape .block-theme-hover:hover .toggle:before,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .call-out__icon:before {
  color: #582752;
}
.no-js .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-text-title,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-text-title {
  color: #ffffff;
}
.no-js .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-text-body,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-text-body {
  color: #ffffff;
}
.no-js .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-text-link,
.no-js .block-theme-sandpit-grape .block-theme-hover:hover .text-block a,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-text-link,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .text-block a {
  color: #ffffff;
}
.no-js .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-button-bg, .no-js .block-theme-sandpit-grape .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block-theme-sandpit-grape .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block-theme-sandpit-grape .block-theme-hover:hover .page-link-promo__inner {
  background-color: #ffffff;
}
.no-js .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-button-text,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-button-text {
  color: #582752;
}
.no-js .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-divide,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-divide {
  background-color: #351731;
}
.no-js .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-divide-borders, .no-js .block-theme-sandpit-grape .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block-theme-sandpit-grape .block-theme-hover:hover .simple-accordion__heading, .no-js .block-theme-sandpit-grape .block-theme-hover:hover.block-theme-divide-borders, .no-js .block-theme-sandpit-grape .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block-theme-sandpit-grape .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block-theme-sandpit-grape .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block-theme-sandpit-grape .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block-theme-sandpit-grape .block-theme-hover.simple-accordion__heading:hover {
  border-color: #351731;
}

.block-theme-sky-midnight {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block-theme-sky-midnight .block-theme-bg, .block-theme-sky-midnight .section-highlight__content, .block-theme-sky-midnight .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block-theme-sky-midnight .heading__inner, .block-theme-sky-midnight .simple-accordion, .block-theme-sky-midnight .carousel-block .blocks, .carousel-block .block-theme-sky-midnight .blocks, .block-theme-sky-midnight.block-theme-bg, .block-theme-sky-midnight.section-highlight__content, .section-highlight__heading.active .block-theme-sky-midnight.heading__inner, .block-theme-sky-midnight.simple-accordion, .carousel-block .block-theme-sky-midnight.blocks {
  background-color: #b1ddde;
}
.block-theme-sky-midnight .block-theme-bg-40-80 {
  background-color: rgba(177, 221, 222, 0.5);
}
.block-theme-sky-midnight .block-theme-bg-40-80:hover {
  background-color: rgba(177, 221, 222, 0.9);
}
.block-theme-sky-midnight .block-theme-bg-color, .block-theme-sky-midnight .accordion .toggle:before, .accordion .block-theme-sky-midnight .toggle:before, .block-theme-sky-midnight .call-out__icon:before {
  color: #b1ddde;
}
.block-theme-sky-midnight .block-theme-foreground-color, .block-theme-sky-midnight .accordion .toggle:after, .accordion .block-theme-sky-midnight .toggle:after, .block-theme-sky-midnight .call-out__icon:after {
  color: #045370;
}
.block-theme-sky-midnight .block-theme-text-title {
  color: #000000;
}
.block-theme-sky-midnight .block-theme-text-body {
  color: #525455;
}
.block-theme-sky-midnight .block-theme-text-link {
  color: #525455;
}
.block-theme-sky-midnight .text-block a {
  color: #525455;
}
.block-theme-sky-midnight .block-theme-button-bg, .block-theme-sky-midnight .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block-theme-sky-midnight .page-link-promo__inner {
  background-color: #045370;
}
.block-theme-sky-midnight .block-theme-button-text {
  color: #ffffff;
}
.block-theme-sky-midnight a.block-theme-button-text {
  color: #ffffff;
}
.block-theme-sky-midnight .block-theme-arrow-active-bg, .block-theme-sky-midnight #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-sky-midnight .owl-next, .block-theme-sky-midnight .owl-nav .owl-prev > span:after, .owl-nav .block-theme-sky-midnight .owl-prev > span:after,
.block-theme-sky-midnight .owl-nav .owl-next > span:after,
.owl-nav .block-theme-sky-midnight .owl-next > span:after {
  color: #045370;
}
.block-theme-sky-midnight .block-theme-arrow-active-text, .block-theme-sky-midnight #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-sky-midnight .owl-next, .block-theme-sky-midnight .infographic-block .toggle:before, .infographic-block .block-theme-sky-midnight .toggle:before, .block-theme-sky-midnight .owl-nav .owl-prev > span:before, .owl-nav .block-theme-sky-midnight .owl-prev > span:before,
.block-theme-sky-midnight .owl-nav .owl-next > span:before,
.owl-nav .block-theme-sky-midnight .owl-next > span:before {
  color: #ffffff;
}
.block-theme-sky-midnight .block-theme-arrow-inactive-bg, .block-theme-sky-midnight .owl-nav .owl-prev.disabled > span:after, .owl-nav .block-theme-sky-midnight .owl-prev.disabled > span:after, .block-theme-sky-midnight .owl-nav .owl-next.disabled > span:after, .owl-nav .block-theme-sky-midnight .owl-next.disabled > span:after {
  color: #97c8ce;
}
.block-theme-sky-midnight .block-theme-arrow-inactive-text, .block-theme-sky-midnight .owl-nav .owl-prev.disabled > span:before, .owl-nav .block-theme-sky-midnight .owl-prev.disabled > span:before, .block-theme-sky-midnight .owl-nav .owl-next.disabled > span:before, .owl-nav .block-theme-sky-midnight .owl-next.disabled > span:before {
  color: #b1ddde;
}
.block-theme-sky-midnight .block-theme-divide {
  background-color: #97c8ce;
}
.block-theme-sky-midnight .block-theme-divide-borders, .block-theme-sky-midnight .simple-accordion__content:nth-last-of-type(1), .block-theme-sky-midnight .simple-accordion__heading {
  border-color: #97c8ce;
}
.block-theme-sky-midnight .block-theme-tint, .block-theme-sky-midnight .section-highlight__heading .heading__inner, .section-highlight__heading .block-theme-sky-midnight .heading__inner, .block-theme-sky-midnight .simple-accordion__content.active, .block-theme-sky-midnight .simple-accordion__heading.active, .block-theme-sky-midnight .simple-accordion__heading:hover {
  background-color: #c5e6e6;
}
.block-theme-sky-midnight .block-theme-tint-color {
  color: #c5e6e6;
}

.no-js .block-theme-sky-midnight .block-theme-hover:hover .block-theme-bg, .no-js .block-theme-sky-midnight .block-theme-hover:hover .section-highlight__content, .no-js .block-theme-sky-midnight .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block-theme-sky-midnight .block-theme-hover:hover .heading__inner, .no-js .block-theme-sky-midnight .block-theme-hover:hover .simple-accordion, .no-js .block-theme-sky-midnight .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block-theme-sky-midnight .block-theme-hover:hover .blocks, .no-js .block-theme-sky-midnight .block-theme-hover:hover.block-theme-bg, .no-js .block-theme-sky-midnight .block-theme-hover.section-highlight__content:hover, .no-js .block-theme-sky-midnight .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block-theme-sky-midnight .block-theme-hover.heading__inner:hover, .no-js .block-theme-sky-midnight .block-theme-hover.simple-accordion:hover, .no-js .block-theme-sky-midnight .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block-theme-sky-midnight .block-theme-hover.blocks:hover,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .block-theme-bg,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .section-highlight__content,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block-theme-sky-midnight .block-theme-hover:hover .heading__inner,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .simple-accordion,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block-theme-sky-midnight .block-theme-hover:hover .blocks,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover.block-theme-bg,
.no-touch .block-theme-sky-midnight .block-theme-hover.section-highlight__content:hover,
.no-touch .block-theme-sky-midnight .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block-theme-sky-midnight .block-theme-hover.heading__inner:hover,
.no-touch .block-theme-sky-midnight .block-theme-hover.simple-accordion:hover,
.no-touch .block-theme-sky-midnight .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block-theme-sky-midnight .block-theme-hover.blocks:hover {
  background-color: #045370;
}
.no-js .block-theme-sky-midnight .block-theme-hover:hover .block-theme-bg-color, .no-js .block-theme-sky-midnight .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block-theme-sky-midnight .block-theme-hover:hover .toggle:before, .no-js .block-theme-sky-midnight .block-theme-hover:hover .call-out__icon:before,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block-theme-sky-midnight .block-theme-hover:hover .toggle:before,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .call-out__icon:before {
  color: #045370;
}
.no-js .block-theme-sky-midnight .block-theme-hover:hover .block-theme-text-title,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .block-theme-text-title {
  color: #ffffff;
}
.no-js .block-theme-sky-midnight .block-theme-hover:hover .block-theme-text-body,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .block-theme-text-body {
  color: #ffffff;
}
.no-js .block-theme-sky-midnight .block-theme-hover:hover .block-theme-text-link,
.no-js .block-theme-sky-midnight .block-theme-hover:hover .text-block a,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .block-theme-text-link,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .text-block a {
  color: #ffffff;
}
.no-js .block-theme-sky-midnight .block-theme-hover:hover .block-theme-button-bg, .no-js .block-theme-sky-midnight .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block-theme-sky-midnight .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block-theme-sky-midnight .block-theme-hover:hover .page-link-promo__inner {
  background-color: #ffffff;
}
.no-js .block-theme-sky-midnight .block-theme-hover:hover .block-theme-button-text,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .block-theme-button-text {
  color: #045370;
}
.no-js .block-theme-sky-midnight .block-theme-hover:hover .block-theme-divide,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .block-theme-divide {
  background-color: #023243;
}
.no-js .block-theme-sky-midnight .block-theme-hover:hover .block-theme-divide-borders, .no-js .block-theme-sky-midnight .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block-theme-sky-midnight .block-theme-hover:hover .simple-accordion__heading, .no-js .block-theme-sky-midnight .block-theme-hover:hover.block-theme-divide-borders, .no-js .block-theme-sky-midnight .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block-theme-sky-midnight .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block-theme-sky-midnight .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block-theme-sky-midnight .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block-theme-sky-midnight .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block-theme-sky-midnight .block-theme-hover.simple-accordion__heading:hover {
  border-color: #023243;
}

.block-theme-donate-green {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block-theme-donate-green .block-theme-bg, .block-theme-donate-green .section-highlight__content, .block-theme-donate-green .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block-theme-donate-green .heading__inner, .block-theme-donate-green .simple-accordion, .block-theme-donate-green .carousel-block .blocks, .carousel-block .block-theme-donate-green .blocks, .block-theme-donate-green.block-theme-bg, .block-theme-donate-green.section-highlight__content, .section-highlight__heading.active .block-theme-donate-green.heading__inner, .block-theme-donate-green.simple-accordion, .carousel-block .block-theme-donate-green.blocks {
  background-color: #108633;
}
.block-theme-donate-green .block-theme-bg-40-80 {
  background-color: rgba(16, 134, 51, 0.5);
}
.block-theme-donate-green .block-theme-bg-40-80:hover {
  background-color: rgba(16, 134, 51, 0.9);
}
.block-theme-donate-green .block-theme-bg-color, .block-theme-donate-green .accordion .toggle:before, .accordion .block-theme-donate-green .toggle:before, .block-theme-donate-green .call-out__icon:before {
  color: #108633;
}
.block-theme-donate-green .block-theme-foreground-color, .block-theme-donate-green .accordion .toggle:after, .accordion .block-theme-donate-green .toggle:after, .block-theme-donate-green .call-out__icon:after {
  color: #ffffff;
}
.block-theme-donate-green .block-theme-text-title {
  color: #ffffff;
}
.block-theme-donate-green .block-theme-text-body {
  color: #ffffff;
}
.block-theme-donate-green .block-theme-text-link {
  color: #ffffff;
}
.block-theme-donate-green .text-block a {
  color: #ffffff;
}
.block-theme-donate-green .block-theme-button-bg, .block-theme-donate-green .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block-theme-donate-green .page-link-promo__inner {
  background-color: #ffffff;
}
.block-theme-donate-green .block-theme-button-text {
  color: #000000;
}
.block-theme-donate-green a.block-theme-button-text {
  color: #000000;
}
.block-theme-donate-green .block-theme-arrow-active-bg, .block-theme-donate-green #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-donate-green .owl-next, .block-theme-donate-green .owl-nav .owl-prev > span:after, .owl-nav .block-theme-donate-green .owl-prev > span:after,
.block-theme-donate-green .owl-nav .owl-next > span:after,
.owl-nav .block-theme-donate-green .owl-next > span:after {
  color: #ffffff;
}
.block-theme-donate-green .block-theme-arrow-active-text, .block-theme-donate-green #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-donate-green .owl-next, .block-theme-donate-green .infographic-block .toggle:before, .infographic-block .block-theme-donate-green .toggle:before, .block-theme-donate-green .owl-nav .owl-prev > span:before, .owl-nav .block-theme-donate-green .owl-prev > span:before,
.block-theme-donate-green .owl-nav .owl-next > span:before,
.owl-nav .block-theme-donate-green .owl-next > span:before {
  color: #108633;
}
.block-theme-donate-green .block-theme-arrow-inactive-bg, .block-theme-donate-green .owl-nav .owl-prev.disabled > span:after, .owl-nav .block-theme-donate-green .owl-prev.disabled > span:after, .block-theme-donate-green .owl-nav .owl-next.disabled > span:after, .owl-nav .block-theme-donate-green .owl-next.disabled > span:after {
  color: #65c481;
}
.block-theme-donate-green .block-theme-arrow-inactive-text, .block-theme-donate-green .owl-nav .owl-prev.disabled > span:before, .owl-nav .block-theme-donate-green .owl-prev.disabled > span:before, .block-theme-donate-green .owl-nav .owl-next.disabled > span:before, .owl-nav .block-theme-donate-green .owl-next.disabled > span:before {
  color: #108633;
}
.block-theme-donate-green .block-theme-divide {
  background-color: #ffffff;
}
.block-theme-donate-green .block-theme-divide-borders, .block-theme-donate-green .simple-accordion__content:nth-last-of-type(1), .block-theme-donate-green .simple-accordion__heading {
  border-color: #ffffff;
}
.block-theme-donate-green .block-theme-tint, .block-theme-donate-green .section-highlight__heading .heading__inner, .section-highlight__heading .block-theme-donate-green .heading__inner, .block-theme-donate-green .simple-accordion__content.active, .block-theme-donate-green .simple-accordion__heading.active, .block-theme-donate-green .simple-accordion__heading:hover {
  background-color: #41b765;
}
.block-theme-donate-green .block-theme-tint-color {
  color: #41b765;
}

.no-js .block-theme-donate-green .block-theme-hover:hover .block-theme-bg, .no-js .block-theme-donate-green .block-theme-hover:hover .section-highlight__content, .no-js .block-theme-donate-green .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block-theme-donate-green .block-theme-hover:hover .heading__inner, .no-js .block-theme-donate-green .block-theme-hover:hover .simple-accordion, .no-js .block-theme-donate-green .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block-theme-donate-green .block-theme-hover:hover .blocks, .no-js .block-theme-donate-green .block-theme-hover:hover.block-theme-bg, .no-js .block-theme-donate-green .block-theme-hover.section-highlight__content:hover, .no-js .block-theme-donate-green .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block-theme-donate-green .block-theme-hover.heading__inner:hover, .no-js .block-theme-donate-green .block-theme-hover.simple-accordion:hover, .no-js .block-theme-donate-green .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block-theme-donate-green .block-theme-hover.blocks:hover,
.no-touch .block-theme-donate-green .block-theme-hover:hover .block-theme-bg,
.no-touch .block-theme-donate-green .block-theme-hover:hover .section-highlight__content,
.no-touch .block-theme-donate-green .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block-theme-donate-green .block-theme-hover:hover .heading__inner,
.no-touch .block-theme-donate-green .block-theme-hover:hover .simple-accordion,
.no-touch .block-theme-donate-green .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block-theme-donate-green .block-theme-hover:hover .blocks,
.no-touch .block-theme-donate-green .block-theme-hover:hover.block-theme-bg,
.no-touch .block-theme-donate-green .block-theme-hover.section-highlight__content:hover,
.no-touch .block-theme-donate-green .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block-theme-donate-green .block-theme-hover.heading__inner:hover,
.no-touch .block-theme-donate-green .block-theme-hover.simple-accordion:hover,
.no-touch .block-theme-donate-green .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block-theme-donate-green .block-theme-hover.blocks:hover {
  background-color: #ffffff;
}
.no-js .block-theme-donate-green .block-theme-hover:hover .block-theme-bg-color, .no-js .block-theme-donate-green .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block-theme-donate-green .block-theme-hover:hover .toggle:before, .no-js .block-theme-donate-green .block-theme-hover:hover .call-out__icon:before,
.no-touch .block-theme-donate-green .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block-theme-donate-green .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block-theme-donate-green .block-theme-hover:hover .toggle:before,
.no-touch .block-theme-donate-green .block-theme-hover:hover .call-out__icon:before {
  color: #ffffff;
}
.no-js .block-theme-donate-green .block-theme-hover:hover .block-theme-text-title,
.no-touch .block-theme-donate-green .block-theme-hover:hover .block-theme-text-title {
  color: #000000;
}
.no-js .block-theme-donate-green .block-theme-hover:hover .block-theme-text-body,
.no-touch .block-theme-donate-green .block-theme-hover:hover .block-theme-text-body {
  color: #000000;
}
.no-js .block-theme-donate-green .block-theme-hover:hover .block-theme-text-link,
.no-js .block-theme-donate-green .block-theme-hover:hover .text-block a,
.no-touch .block-theme-donate-green .block-theme-hover:hover .block-theme-text-link,
.no-touch .block-theme-donate-green .block-theme-hover:hover .text-block a {
  color: #000000;
}
.no-js .block-theme-donate-green .block-theme-hover:hover .block-theme-button-bg, .no-js .block-theme-donate-green .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block-theme-donate-green .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block-theme-donate-green .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block-theme-donate-green .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block-theme-donate-green .block-theme-hover:hover .page-link-promo__inner {
  background-color: #108633;
}
.no-js .block-theme-donate-green .block-theme-hover:hover .block-theme-button-text,
.no-touch .block-theme-donate-green .block-theme-hover:hover .block-theme-button-text {
  color: #ffffff;
}
.no-js .block-theme-donate-green .block-theme-hover:hover .block-theme-divide,
.no-touch .block-theme-donate-green .block-theme-hover:hover .block-theme-divide {
  background-color: #a0dbb2;
}
.no-js .block-theme-donate-green .block-theme-hover:hover .block-theme-divide-borders, .no-js .block-theme-donate-green .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block-theme-donate-green .block-theme-hover:hover .simple-accordion__heading, .no-js .block-theme-donate-green .block-theme-hover:hover.block-theme-divide-borders, .no-js .block-theme-donate-green .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block-theme-donate-green .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block-theme-donate-green .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block-theme-donate-green .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block-theme-donate-green .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block-theme-donate-green .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block-theme-donate-green .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block-theme-donate-green .block-theme-hover.simple-accordion__heading:hover {
  border-color: #a0dbb2;
}

.block-theme-donate-green-inverse {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block-theme-donate-green-inverse .block-theme-bg, .block-theme-donate-green-inverse .section-highlight__content, .block-theme-donate-green-inverse .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block-theme-donate-green-inverse .heading__inner, .block-theme-donate-green-inverse .simple-accordion, .block-theme-donate-green-inverse .carousel-block .blocks, .carousel-block .block-theme-donate-green-inverse .blocks, .block-theme-donate-green-inverse.block-theme-bg, .block-theme-donate-green-inverse.section-highlight__content, .section-highlight__heading.active .block-theme-donate-green-inverse.heading__inner, .block-theme-donate-green-inverse.simple-accordion, .carousel-block .block-theme-donate-green-inverse.blocks {
  background-color: #ffffff;
}
.block-theme-donate-green-inverse .block-theme-bg-40-80 {
  background-color: rgba(255, 255, 255, 0.5);
}
.block-theme-donate-green-inverse .block-theme-bg-40-80:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.block-theme-donate-green-inverse .block-theme-bg-color, .block-theme-donate-green-inverse .accordion .toggle:before, .accordion .block-theme-donate-green-inverse .toggle:before, .block-theme-donate-green-inverse .call-out__icon:before {
  color: #ffffff;
}
.block-theme-donate-green-inverse .block-theme-foreground-color, .block-theme-donate-green-inverse .accordion .toggle:after, .accordion .block-theme-donate-green-inverse .toggle:after, .block-theme-donate-green-inverse .call-out__icon:after {
  color: #108633;
}
.block-theme-donate-green-inverse .block-theme-text-title {
  color: #108633;
}
.block-theme-donate-green-inverse .block-theme-text-body {
  color: #525455;
}
.block-theme-donate-green-inverse .block-theme-text-link {
  color: #525455;
}
.block-theme-donate-green-inverse .text-block a {
  color: #525455;
}
.block-theme-donate-green-inverse .block-theme-button-bg, .block-theme-donate-green-inverse .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block-theme-donate-green-inverse .page-link-promo__inner {
  background-color: #108633;
}
.block-theme-donate-green-inverse .block-theme-button-text {
  color: #ffffff;
}
.block-theme-donate-green-inverse a.block-theme-button-text {
  color: #ffffff;
}
.block-theme-donate-green-inverse .block-theme-arrow-active-bg, .block-theme-donate-green-inverse #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-donate-green-inverse .owl-next, .block-theme-donate-green-inverse .owl-nav .owl-prev > span:after, .owl-nav .block-theme-donate-green-inverse .owl-prev > span:after,
.block-theme-donate-green-inverse .owl-nav .owl-next > span:after,
.owl-nav .block-theme-donate-green-inverse .owl-next > span:after {
  color: #000000;
}
.block-theme-donate-green-inverse .block-theme-arrow-active-text, .block-theme-donate-green-inverse #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-donate-green-inverse .owl-next, .block-theme-donate-green-inverse .infographic-block .toggle:before, .infographic-block .block-theme-donate-green-inverse .toggle:before, .block-theme-donate-green-inverse .owl-nav .owl-prev > span:before, .owl-nav .block-theme-donate-green-inverse .owl-prev > span:before,
.block-theme-donate-green-inverse .owl-nav .owl-next > span:before,
.owl-nav .block-theme-donate-green-inverse .owl-next > span:before {
  color: #108633;
}
.block-theme-donate-green-inverse .block-theme-arrow-inactive-bg, .block-theme-donate-green-inverse .owl-nav .owl-prev.disabled > span:after, .owl-nav .block-theme-donate-green-inverse .owl-prev.disabled > span:after, .block-theme-donate-green-inverse .owl-nav .owl-next.disabled > span:after, .owl-nav .block-theme-donate-green-inverse .owl-next.disabled > span:after {
  color: #65c481;
}
.block-theme-donate-green-inverse .block-theme-arrow-inactive-text, .block-theme-donate-green-inverse .owl-nav .owl-prev.disabled > span:before, .owl-nav .block-theme-donate-green-inverse .owl-prev.disabled > span:before, .block-theme-donate-green-inverse .owl-nav .owl-next.disabled > span:before, .owl-nav .block-theme-donate-green-inverse .owl-next.disabled > span:before {
  color: #108633;
}
.block-theme-donate-green-inverse .block-theme-divide {
  background-color: #000000;
}
.block-theme-donate-green-inverse .block-theme-divide-borders, .block-theme-donate-green-inverse .simple-accordion__content:nth-last-of-type(1), .block-theme-donate-green-inverse .simple-accordion__heading {
  border-color: #000000;
}
.block-theme-donate-green-inverse .block-theme-tint, .block-theme-donate-green-inverse .section-highlight__heading .heading__inner, .section-highlight__heading .block-theme-donate-green-inverse .heading__inner, .block-theme-donate-green-inverse .simple-accordion__content.active, .block-theme-donate-green-inverse .simple-accordion__heading.active, .block-theme-donate-green-inverse .simple-accordion__heading:hover {
  background-color: #41b765;
}
.block-theme-donate-green-inverse .block-theme-tint-color {
  color: #41b765;
}

.no-js .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-bg, .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .section-highlight__content, .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .heading__inner, .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .simple-accordion, .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .blocks, .no-js .block-theme-donate-green-inverse .block-theme-hover:hover.block-theme-bg, .no-js .block-theme-donate-green-inverse .block-theme-hover.section-highlight__content:hover, .no-js .block-theme-donate-green-inverse .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block-theme-donate-green-inverse .block-theme-hover.heading__inner:hover, .no-js .block-theme-donate-green-inverse .block-theme-hover.simple-accordion:hover, .no-js .block-theme-donate-green-inverse .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block-theme-donate-green-inverse .block-theme-hover.blocks:hover,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-bg,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .section-highlight__content,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .heading__inner,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .simple-accordion,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .blocks,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover.block-theme-bg,
.no-touch .block-theme-donate-green-inverse .block-theme-hover.section-highlight__content:hover,
.no-touch .block-theme-donate-green-inverse .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block-theme-donate-green-inverse .block-theme-hover.heading__inner:hover,
.no-touch .block-theme-donate-green-inverse .block-theme-hover.simple-accordion:hover,
.no-touch .block-theme-donate-green-inverse .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block-theme-donate-green-inverse .block-theme-hover.blocks:hover {
  background-color: #000000;
}
.no-js .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-bg-color, .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .toggle:before, .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .call-out__icon:before,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .toggle:before,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .call-out__icon:before {
  color: #000000;
}
.no-js .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-text-title,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-text-title {
  color: #ffffff;
}
.no-js .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-text-body,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-text-body {
  color: #ffffff;
}
.no-js .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-text-link,
.no-js .block-theme-donate-green-inverse .block-theme-hover:hover .text-block a,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-text-link,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .text-block a {
  color: #ffffff;
}
.no-js .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-button-bg, .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .page-link-promo__inner {
  background-color: #108633;
}
.no-js .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-button-text,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-button-text {
  color: #000000;
}
.no-js .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-divide,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-divide {
  background-color: #a0dbb2;
}
.no-js .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-divide-borders, .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block-theme-donate-green-inverse .block-theme-hover:hover .simple-accordion__heading, .no-js .block-theme-donate-green-inverse .block-theme-hover:hover.block-theme-divide-borders, .no-js .block-theme-donate-green-inverse .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block-theme-donate-green-inverse .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block-theme-donate-green-inverse .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block-theme-donate-green-inverse .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block-theme-donate-green-inverse .block-theme-hover.simple-accordion__heading:hover {
  border-color: #a0dbb2;
}

.block-theme-donate-grey {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block-theme-donate-grey .block-theme-bg, .block-theme-donate-grey .section-highlight__content, .block-theme-donate-grey .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block-theme-donate-grey .heading__inner, .block-theme-donate-grey .simple-accordion, .block-theme-donate-grey .carousel-block .blocks, .carousel-block .block-theme-donate-grey .blocks, .block-theme-donate-grey.block-theme-bg, .block-theme-donate-grey.section-highlight__content, .section-highlight__heading.active .block-theme-donate-grey.heading__inner, .block-theme-donate-grey.simple-accordion, .carousel-block .block-theme-donate-grey.blocks {
  background-color: #ebebeb;
}
.block-theme-donate-grey .block-theme-bg-40-80 {
  background-color: rgba(235, 235, 235, 0.5);
}
.block-theme-donate-grey .block-theme-bg-40-80:hover {
  background-color: rgba(235, 235, 235, 0.9);
}
.block-theme-donate-grey .block-theme-bg-color, .block-theme-donate-grey .accordion .toggle:before, .accordion .block-theme-donate-grey .toggle:before, .block-theme-donate-grey .call-out__icon:before {
  color: #ebebeb;
}
.block-theme-donate-grey .block-theme-foreground-color, .block-theme-donate-grey .accordion .toggle:after, .accordion .block-theme-donate-grey .toggle:after, .block-theme-donate-grey .call-out__icon:after {
  color: #108633;
}
.block-theme-donate-grey .block-theme-text-title {
  color: #000000;
}
.block-theme-donate-grey .block-theme-text-body {
  color: #000000;
}
.block-theme-donate-grey .block-theme-text-link {
  color: #000000;
}
.block-theme-donate-grey .text-block a {
  color: #000000;
}
.block-theme-donate-grey .block-theme-button-bg, .block-theme-donate-grey .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block-theme-donate-grey .page-link-promo__inner {
  background-color: #108633;
}
.block-theme-donate-grey .block-theme-button-text {
  color: #ffffff;
}
.block-theme-donate-grey a.block-theme-button-text {
  color: #ffffff;
}
.block-theme-donate-grey .block-theme-arrow-active-bg, .block-theme-donate-grey #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-donate-grey .owl-next, .block-theme-donate-grey .owl-nav .owl-prev > span:after, .owl-nav .block-theme-donate-grey .owl-prev > span:after,
.block-theme-donate-grey .owl-nav .owl-next > span:after,
.owl-nav .block-theme-donate-grey .owl-next > span:after {
  color: #108633;
}
.block-theme-donate-grey .block-theme-arrow-active-text, .block-theme-donate-grey #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-donate-grey .owl-next, .block-theme-donate-grey .infographic-block .toggle:before, .infographic-block .block-theme-donate-grey .toggle:before, .block-theme-donate-grey .owl-nav .owl-prev > span:before, .owl-nav .block-theme-donate-grey .owl-prev > span:before,
.block-theme-donate-grey .owl-nav .owl-next > span:before,
.owl-nav .block-theme-donate-grey .owl-next > span:before {
  color: #ffffff;
}
.block-theme-donate-grey .block-theme-arrow-inactive-bg, .block-theme-donate-grey .owl-nav .owl-prev.disabled > span:after, .owl-nav .block-theme-donate-grey .owl-prev.disabled > span:after, .block-theme-donate-grey .owl-nav .owl-next.disabled > span:after, .owl-nav .block-theme-donate-grey .owl-next.disabled > span:after {
  color: #c5d9cb;
}
.block-theme-donate-grey .block-theme-arrow-inactive-text, .block-theme-donate-grey .owl-nav .owl-prev.disabled > span:before, .owl-nav .block-theme-donate-grey .owl-prev.disabled > span:before, .block-theme-donate-grey .owl-nav .owl-next.disabled > span:before, .owl-nav .block-theme-donate-grey .owl-next.disabled > span:before {
  color: #ebebeb;
}
.block-theme-donate-grey .block-theme-divide {
  background-color: #c5d9cb;
}
.block-theme-donate-grey .block-theme-divide-borders, .block-theme-donate-grey .simple-accordion__content:nth-last-of-type(1), .block-theme-donate-grey .simple-accordion__heading {
  border-color: #c5d9cb;
}
.block-theme-donate-grey .block-theme-tint, .block-theme-donate-grey .section-highlight__heading .heading__inner, .section-highlight__heading .block-theme-donate-grey .heading__inner, .block-theme-donate-grey .simple-accordion__content.active, .block-theme-donate-grey .simple-accordion__heading.active, .block-theme-donate-grey .simple-accordion__heading:hover {
  background-color: #f7f7f7;
}
.block-theme-donate-grey .block-theme-tint-color {
  color: #f7f7f7;
}

.no-js .block-theme-donate-grey .block-theme-hover:hover .block-theme-bg, .no-js .block-theme-donate-grey .block-theme-hover:hover .section-highlight__content, .no-js .block-theme-donate-grey .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block-theme-donate-grey .block-theme-hover:hover .heading__inner, .no-js .block-theme-donate-grey .block-theme-hover:hover .simple-accordion, .no-js .block-theme-donate-grey .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block-theme-donate-grey .block-theme-hover:hover .blocks, .no-js .block-theme-donate-grey .block-theme-hover:hover.block-theme-bg, .no-js .block-theme-donate-grey .block-theme-hover.section-highlight__content:hover, .no-js .block-theme-donate-grey .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block-theme-donate-grey .block-theme-hover.heading__inner:hover, .no-js .block-theme-donate-grey .block-theme-hover.simple-accordion:hover, .no-js .block-theme-donate-grey .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block-theme-donate-grey .block-theme-hover.blocks:hover,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .block-theme-bg,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .section-highlight__content,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block-theme-donate-grey .block-theme-hover:hover .heading__inner,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .simple-accordion,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block-theme-donate-grey .block-theme-hover:hover .blocks,
.no-touch .block-theme-donate-grey .block-theme-hover:hover.block-theme-bg,
.no-touch .block-theme-donate-grey .block-theme-hover.section-highlight__content:hover,
.no-touch .block-theme-donate-grey .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block-theme-donate-grey .block-theme-hover.heading__inner:hover,
.no-touch .block-theme-donate-grey .block-theme-hover.simple-accordion:hover,
.no-touch .block-theme-donate-grey .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block-theme-donate-grey .block-theme-hover.blocks:hover {
  background-color: #108633;
}
.no-js .block-theme-donate-grey .block-theme-hover:hover .block-theme-bg-color, .no-js .block-theme-donate-grey .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block-theme-donate-grey .block-theme-hover:hover .toggle:before, .no-js .block-theme-donate-grey .block-theme-hover:hover .call-out__icon:before,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block-theme-donate-grey .block-theme-hover:hover .toggle:before,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .call-out__icon:before {
  color: #108633;
}
.no-js .block-theme-donate-grey .block-theme-hover:hover .block-theme-text-title,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .block-theme-text-title {
  color: #ffffff;
}
.no-js .block-theme-donate-grey .block-theme-hover:hover .block-theme-text-body,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .block-theme-text-body {
  color: #ffffff;
}
.no-js .block-theme-donate-grey .block-theme-hover:hover .block-theme-text-link,
.no-js .block-theme-donate-grey .block-theme-hover:hover .text-block a,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .block-theme-text-link,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .text-block a {
  color: #ffffff;
}
.no-js .block-theme-donate-grey .block-theme-hover:hover .block-theme-button-bg, .no-js .block-theme-donate-grey .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block-theme-donate-grey .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block-theme-donate-grey .block-theme-hover:hover .page-link-promo__inner {
  background-color: #ffffff;
}
.no-js .block-theme-donate-grey .block-theme-hover:hover .block-theme-button-text,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .block-theme-button-text {
  color: #000000;
}
.no-js .block-theme-donate-grey .block-theme-hover:hover .block-theme-divide,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .block-theme-divide {
  background-color: #ffffff;
}
.no-js .block-theme-donate-grey .block-theme-hover:hover .block-theme-divide-borders, .no-js .block-theme-donate-grey .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block-theme-donate-grey .block-theme-hover:hover .simple-accordion__heading, .no-js .block-theme-donate-grey .block-theme-hover:hover.block-theme-divide-borders, .no-js .block-theme-donate-grey .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block-theme-donate-grey .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block-theme-donate-grey .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block-theme-donate-grey .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block-theme-donate-grey .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block-theme-donate-grey .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block-theme-donate-grey .block-theme-hover.simple-accordion__heading:hover {
  border-color: #ffffff;
}

.block-theme-donate-red {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block-theme-donate-red .block-theme-bg, .block-theme-donate-red .section-highlight__content, .block-theme-donate-red .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block-theme-donate-red .heading__inner, .block-theme-donate-red .simple-accordion, .block-theme-donate-red .carousel-block .blocks, .carousel-block .block-theme-donate-red .blocks, .block-theme-donate-red.block-theme-bg, .block-theme-donate-red.section-highlight__content, .section-highlight__heading.active .block-theme-donate-red.heading__inner, .block-theme-donate-red.simple-accordion, .carousel-block .block-theme-donate-red.blocks {
  background-color: #D84000;
}
.block-theme-donate-red .block-theme-bg-40-80 {
  background-color: rgba(216, 64, 0, 0.5);
}
.block-theme-donate-red .block-theme-bg-40-80:hover {
  background-color: rgba(216, 64, 0, 0.9);
}
.block-theme-donate-red .block-theme-bg-color, .block-theme-donate-red .accordion .toggle:before, .accordion .block-theme-donate-red .toggle:before, .block-theme-donate-red .call-out__icon:before {
  color: #D84000;
}
.block-theme-donate-red .block-theme-foreground-color, .block-theme-donate-red .accordion .toggle:after, .accordion .block-theme-donate-red .toggle:after, .block-theme-donate-red .call-out__icon:after {
  color: #085172;
}
.block-theme-donate-red .block-theme-text-title {
  color: #FFFFFF;
}
.block-theme-donate-red .block-theme-text-body {
  color: #FFFFFF;
}
.block-theme-donate-red .block-theme-text-link {
  color: #FFFFFF;
}
.block-theme-donate-red .text-block a {
  color: #FFFFFF;
}
.block-theme-donate-red .block-theme-button-bg, .block-theme-donate-red .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block-theme-donate-red .page-link-promo__inner {
  background-color: #085172;
}
.block-theme-donate-red .block-theme-button-text {
  color: #ffffff;
}
.block-theme-donate-red a.block-theme-button-text {
  color: #ffffff;
}
.block-theme-donate-red .block-theme-arrow-active-bg, .block-theme-donate-red #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-donate-red .owl-next, .block-theme-donate-red .owl-nav .owl-prev > span:after, .owl-nav .block-theme-donate-red .owl-prev > span:after,
.block-theme-donate-red .owl-nav .owl-next > span:after,
.owl-nav .block-theme-donate-red .owl-next > span:after {
  color: #FFFFFF;
}
.block-theme-donate-red .block-theme-arrow-active-text, .block-theme-donate-red #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-donate-red .owl-next, .block-theme-donate-red .infographic-block .toggle:before, .infographic-block .block-theme-donate-red .toggle:before, .block-theme-donate-red .owl-nav .owl-prev > span:before, .owl-nav .block-theme-donate-red .owl-prev > span:before,
.block-theme-donate-red .owl-nav .owl-next > span:before,
.owl-nav .block-theme-donate-red .owl-next > span:before {
  color: #D84000;
}
.block-theme-donate-red .block-theme-arrow-inactive-bg, .block-theme-donate-red .owl-nav .owl-prev.disabled > span:after, .owl-nav .block-theme-donate-red .owl-prev.disabled > span:after, .block-theme-donate-red .owl-nav .owl-next.disabled > span:after, .owl-nav .block-theme-donate-red .owl-next.disabled > span:after {
  color: #FFA57D;
}
.block-theme-donate-red .block-theme-arrow-inactive-text, .block-theme-donate-red .owl-nav .owl-prev.disabled > span:before, .owl-nav .block-theme-donate-red .owl-prev.disabled > span:before, .block-theme-donate-red .owl-nav .owl-next.disabled > span:before, .owl-nav .block-theme-donate-red .owl-next.disabled > span:before {
  color: #D84000;
}
.block-theme-donate-red .block-theme-divide {
  background-color: #FFA57D;
}
.block-theme-donate-red .block-theme-divide-borders, .block-theme-donate-red .simple-accordion__content:nth-last-of-type(1), .block-theme-donate-red .simple-accordion__heading {
  border-color: #FFA57D;
}
.block-theme-donate-red .block-theme-tint, .block-theme-donate-red .section-highlight__heading .heading__inner, .section-highlight__heading .block-theme-donate-red .heading__inner, .block-theme-donate-red .simple-accordion__content.active, .block-theme-donate-red .simple-accordion__heading.active, .block-theme-donate-red .simple-accordion__heading:hover {
  background-color: #FFBC9F;
}
.block-theme-donate-red .block-theme-tint-color {
  color: #FFBC9F;
}

.no-js .block-theme-donate-red .block-theme-hover:hover .block-theme-bg, .no-js .block-theme-donate-red .block-theme-hover:hover .section-highlight__content, .no-js .block-theme-donate-red .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block-theme-donate-red .block-theme-hover:hover .heading__inner, .no-js .block-theme-donate-red .block-theme-hover:hover .simple-accordion, .no-js .block-theme-donate-red .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block-theme-donate-red .block-theme-hover:hover .blocks, .no-js .block-theme-donate-red .block-theme-hover:hover.block-theme-bg, .no-js .block-theme-donate-red .block-theme-hover.section-highlight__content:hover, .no-js .block-theme-donate-red .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block-theme-donate-red .block-theme-hover.heading__inner:hover, .no-js .block-theme-donate-red .block-theme-hover.simple-accordion:hover, .no-js .block-theme-donate-red .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block-theme-donate-red .block-theme-hover.blocks:hover,
.no-touch .block-theme-donate-red .block-theme-hover:hover .block-theme-bg,
.no-touch .block-theme-donate-red .block-theme-hover:hover .section-highlight__content,
.no-touch .block-theme-donate-red .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block-theme-donate-red .block-theme-hover:hover .heading__inner,
.no-touch .block-theme-donate-red .block-theme-hover:hover .simple-accordion,
.no-touch .block-theme-donate-red .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block-theme-donate-red .block-theme-hover:hover .blocks,
.no-touch .block-theme-donate-red .block-theme-hover:hover.block-theme-bg,
.no-touch .block-theme-donate-red .block-theme-hover.section-highlight__content:hover,
.no-touch .block-theme-donate-red .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block-theme-donate-red .block-theme-hover.heading__inner:hover,
.no-touch .block-theme-donate-red .block-theme-hover.simple-accordion:hover,
.no-touch .block-theme-donate-red .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block-theme-donate-red .block-theme-hover.blocks:hover {
  background-color: #ffffff;
}
.no-js .block-theme-donate-red .block-theme-hover:hover .block-theme-bg-color, .no-js .block-theme-donate-red .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block-theme-donate-red .block-theme-hover:hover .toggle:before, .no-js .block-theme-donate-red .block-theme-hover:hover .call-out__icon:before,
.no-touch .block-theme-donate-red .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block-theme-donate-red .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block-theme-donate-red .block-theme-hover:hover .toggle:before,
.no-touch .block-theme-donate-red .block-theme-hover:hover .call-out__icon:before {
  color: #ffffff;
}
.no-js .block-theme-donate-red .block-theme-hover:hover .block-theme-text-title,
.no-touch .block-theme-donate-red .block-theme-hover:hover .block-theme-text-title {
  color: #000000;
}
.no-js .block-theme-donate-red .block-theme-hover:hover .block-theme-text-body,
.no-touch .block-theme-donate-red .block-theme-hover:hover .block-theme-text-body {
  color: #000000;
}
.no-js .block-theme-donate-red .block-theme-hover:hover .block-theme-text-link,
.no-js .block-theme-donate-red .block-theme-hover:hover .text-block a,
.no-touch .block-theme-donate-red .block-theme-hover:hover .block-theme-text-link,
.no-touch .block-theme-donate-red .block-theme-hover:hover .text-block a {
  color: #000000;
}
.no-js .block-theme-donate-red .block-theme-hover:hover .block-theme-button-bg, .no-js .block-theme-donate-red .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block-theme-donate-red .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block-theme-donate-red .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block-theme-donate-red .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block-theme-donate-red .block-theme-hover:hover .page-link-promo__inner {
  background-color: #D84000;
}
.no-js .block-theme-donate-red .block-theme-hover:hover .block-theme-button-text,
.no-touch .block-theme-donate-red .block-theme-hover:hover .block-theme-button-text {
  color: #ffffff;
}
.no-js .block-theme-donate-red .block-theme-hover:hover .block-theme-divide,
.no-touch .block-theme-donate-red .block-theme-hover:hover .block-theme-divide {
  background-color: #a0dbb2;
}
.no-js .block-theme-donate-red .block-theme-hover:hover .block-theme-divide-borders, .no-js .block-theme-donate-red .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block-theme-donate-red .block-theme-hover:hover .simple-accordion__heading, .no-js .block-theme-donate-red .block-theme-hover:hover.block-theme-divide-borders, .no-js .block-theme-donate-red .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block-theme-donate-red .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block-theme-donate-red .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block-theme-donate-red .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block-theme-donate-red .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block-theme-donate-red .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block-theme-donate-red .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block-theme-donate-red .block-theme-hover.simple-accordion__heading:hover {
  border-color: #a0dbb2;
}

.block-theme-donate-blue {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block-theme-donate-blue .block-theme-bg, .block-theme-donate-blue .section-highlight__content, .block-theme-donate-blue .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block-theme-donate-blue .heading__inner, .block-theme-donate-blue .simple-accordion, .block-theme-donate-blue .carousel-block .blocks, .carousel-block .block-theme-donate-blue .blocks, .block-theme-donate-blue.block-theme-bg, .block-theme-donate-blue.section-highlight__content, .section-highlight__heading.active .block-theme-donate-blue.heading__inner, .block-theme-donate-blue.simple-accordion, .carousel-block .block-theme-donate-blue.blocks {
  background-color: #0D4E74;
}
.block-theme-donate-blue .block-theme-bg-40-80 {
  background-color: rgba(13, 78, 116, 0.5);
}
.block-theme-donate-blue .block-theme-bg-40-80:hover {
  background-color: rgba(13, 78, 116, 0.9);
}
.block-theme-donate-blue .block-theme-bg-color, .block-theme-donate-blue .accordion .toggle:before, .accordion .block-theme-donate-blue .toggle:before, .block-theme-donate-blue .call-out__icon:before {
  color: #0D4E74;
}
.block-theme-donate-blue .block-theme-foreground-color, .block-theme-donate-blue .accordion .toggle:after, .accordion .block-theme-donate-blue .toggle:after, .block-theme-donate-blue .call-out__icon:after {
  color: #FFFFFF;
}
.block-theme-donate-blue .block-theme-text-title {
  color: #FFFFFF;
}
.block-theme-donate-blue .block-theme-text-body {
  color: #FFFFFF;
}
.block-theme-donate-blue .block-theme-text-link {
  color: #FFFFFF;
}
.block-theme-donate-blue .text-block a {
  color: #FFFFFF;
}
.block-theme-donate-blue .block-theme-button-bg, .block-theme-donate-blue .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block-theme-donate-blue .page-link-promo__inner {
  background-color: #FFFFFF;
}
.block-theme-donate-blue .block-theme-button-text {
  color: #0D4E74;
}
.block-theme-donate-blue a.block-theme-button-text {
  color: #0D4E74;
}
.block-theme-donate-blue .block-theme-arrow-active-bg, .block-theme-donate-blue #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-donate-blue .owl-next, .block-theme-donate-blue .owl-nav .owl-prev > span:after, .owl-nav .block-theme-donate-blue .owl-prev > span:after,
.block-theme-donate-blue .owl-nav .owl-next > span:after,
.owl-nav .block-theme-donate-blue .owl-next > span:after {
  color: #FFFFFF;
}
.block-theme-donate-blue .block-theme-arrow-active-text, .block-theme-donate-blue #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-donate-blue .owl-next, .block-theme-donate-blue .infographic-block .toggle:before, .infographic-block .block-theme-donate-blue .toggle:before, .block-theme-donate-blue .owl-nav .owl-prev > span:before, .owl-nav .block-theme-donate-blue .owl-prev > span:before,
.block-theme-donate-blue .owl-nav .owl-next > span:before,
.owl-nav .block-theme-donate-blue .owl-next > span:before {
  color: #0D4E74;
}
.block-theme-donate-blue .block-theme-arrow-inactive-bg, .block-theme-donate-blue .owl-nav .owl-prev.disabled > span:after, .owl-nav .block-theme-donate-blue .owl-prev.disabled > span:after, .block-theme-donate-blue .owl-nav .owl-next.disabled > span:after, .owl-nav .block-theme-donate-blue .owl-next.disabled > span:after {
  color: #57B5EC;
}
.block-theme-donate-blue .block-theme-arrow-inactive-text, .block-theme-donate-blue .owl-nav .owl-prev.disabled > span:before, .owl-nav .block-theme-donate-blue .owl-prev.disabled > span:before, .block-theme-donate-blue .owl-nav .owl-next.disabled > span:before, .owl-nav .block-theme-donate-blue .owl-next.disabled > span:before {
  color: #0D4E74;
}
.block-theme-donate-blue .block-theme-divide {
  background-color: #57B5EC;
}
.block-theme-donate-blue .block-theme-divide-borders, .block-theme-donate-blue .simple-accordion__content:nth-last-of-type(1), .block-theme-donate-blue .simple-accordion__heading {
  border-color: #57B5EC;
}
.block-theme-donate-blue .block-theme-tint, .block-theme-donate-blue .section-highlight__heading .heading__inner, .section-highlight__heading .block-theme-donate-blue .heading__inner, .block-theme-donate-blue .simple-accordion__content.active, .block-theme-donate-blue .simple-accordion__heading.active, .block-theme-donate-blue .simple-accordion__heading:hover {
  background-color: #1686C9;
}
.block-theme-donate-blue .block-theme-tint-color {
  color: #1686C9;
}

.no-js .block-theme-donate-blue .block-theme-hover:hover .block-theme-bg, .no-js .block-theme-donate-blue .block-theme-hover:hover .section-highlight__content, .no-js .block-theme-donate-blue .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block-theme-donate-blue .block-theme-hover:hover .heading__inner, .no-js .block-theme-donate-blue .block-theme-hover:hover .simple-accordion, .no-js .block-theme-donate-blue .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block-theme-donate-blue .block-theme-hover:hover .blocks, .no-js .block-theme-donate-blue .block-theme-hover:hover.block-theme-bg, .no-js .block-theme-donate-blue .block-theme-hover.section-highlight__content:hover, .no-js .block-theme-donate-blue .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block-theme-donate-blue .block-theme-hover.heading__inner:hover, .no-js .block-theme-donate-blue .block-theme-hover.simple-accordion:hover, .no-js .block-theme-donate-blue .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block-theme-donate-blue .block-theme-hover.blocks:hover,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .block-theme-bg,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .section-highlight__content,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block-theme-donate-blue .block-theme-hover:hover .heading__inner,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .simple-accordion,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block-theme-donate-blue .block-theme-hover:hover .blocks,
.no-touch .block-theme-donate-blue .block-theme-hover:hover.block-theme-bg,
.no-touch .block-theme-donate-blue .block-theme-hover.section-highlight__content:hover,
.no-touch .block-theme-donate-blue .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block-theme-donate-blue .block-theme-hover.heading__inner:hover,
.no-touch .block-theme-donate-blue .block-theme-hover.simple-accordion:hover,
.no-touch .block-theme-donate-blue .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block-theme-donate-blue .block-theme-hover.blocks:hover {
  background-color: #ffffff;
}
.no-js .block-theme-donate-blue .block-theme-hover:hover .block-theme-bg-color, .no-js .block-theme-donate-blue .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block-theme-donate-blue .block-theme-hover:hover .toggle:before, .no-js .block-theme-donate-blue .block-theme-hover:hover .call-out__icon:before,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block-theme-donate-blue .block-theme-hover:hover .toggle:before,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .call-out__icon:before {
  color: #ffffff;
}
.no-js .block-theme-donate-blue .block-theme-hover:hover .block-theme-text-title,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .block-theme-text-title {
  color: #000000;
}
.no-js .block-theme-donate-blue .block-theme-hover:hover .block-theme-text-body,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .block-theme-text-body {
  color: #000000;
}
.no-js .block-theme-donate-blue .block-theme-hover:hover .block-theme-text-link,
.no-js .block-theme-donate-blue .block-theme-hover:hover .text-block a,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .block-theme-text-link,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .text-block a {
  color: #000000;
}
.no-js .block-theme-donate-blue .block-theme-hover:hover .block-theme-button-bg, .no-js .block-theme-donate-blue .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block-theme-donate-blue .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block-theme-donate-blue .block-theme-hover:hover .page-link-promo__inner {
  background-color: #0D4E74;
}
.no-js .block-theme-donate-blue .block-theme-hover:hover .block-theme-button-text,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .block-theme-button-text {
  color: #ffffff;
}
.no-js .block-theme-donate-blue .block-theme-hover:hover .block-theme-divide,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .block-theme-divide {
  background-color: #B6DFF8;
}
.no-js .block-theme-donate-blue .block-theme-hover:hover .block-theme-divide-borders, .no-js .block-theme-donate-blue .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block-theme-donate-blue .block-theme-hover:hover .simple-accordion__heading, .no-js .block-theme-donate-blue .block-theme-hover:hover.block-theme-divide-borders, .no-js .block-theme-donate-blue .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block-theme-donate-blue .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block-theme-donate-blue .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block-theme-donate-blue .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block-theme-donate-blue .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block-theme-donate-blue .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block-theme-donate-blue .block-theme-hover.simple-accordion__heading:hover {
  border-color: #B6DFF8;
}

.block-theme-xmas-red {
  /*
        .block-theme-bg:hover:not(.rowblock),
        &.block-theme-bg:hover:not(.rowblock) {
  	background-color: $rollover-bg !important;
  }
        */
}
.block-theme-xmas-red .block-theme-bg, .block-theme-xmas-red .section-highlight__content, .block-theme-xmas-red .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block-theme-xmas-red .heading__inner, .block-theme-xmas-red .simple-accordion, .block-theme-xmas-red .carousel-block .blocks, .carousel-block .block-theme-xmas-red .blocks, .block-theme-xmas-red.block-theme-bg, .block-theme-xmas-red.section-highlight__content, .section-highlight__heading.active .block-theme-xmas-red.heading__inner, .block-theme-xmas-red.simple-accordion, .carousel-block .block-theme-xmas-red.blocks {
  background-color: #ffffff;
}
.block-theme-xmas-red .block-theme-bg-40-80 {
  background-color: rgba(255, 255, 255, 0.5);
}
.block-theme-xmas-red .block-theme-bg-40-80:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.block-theme-xmas-red .block-theme-bg-color, .block-theme-xmas-red .accordion .toggle:before, .accordion .block-theme-xmas-red .toggle:before, .block-theme-xmas-red .call-out__icon:before {
  color: #ffffff;
}
.block-theme-xmas-red .block-theme-foreground-color, .block-theme-xmas-red .accordion .toggle:after, .accordion .block-theme-xmas-red .toggle:after, .block-theme-xmas-red .call-out__icon:after {
  color: #108633;
}
.block-theme-xmas-red .block-theme-text-title {
  color: #000000;
}
.block-theme-xmas-red .block-theme-text-body {
  color: #525455;
}
.block-theme-xmas-red .block-theme-text-link {
  color: #525455;
}
.block-theme-xmas-red .text-block a {
  color: #525455;
}
.block-theme-xmas-red .block-theme-button-bg, .block-theme-xmas-red .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .block-theme-xmas-red .page-link-promo__inner {
  background-color: #108633;
}
.block-theme-xmas-red .block-theme-button-text {
  color: #ffffff;
}
.block-theme-xmas-red a.block-theme-button-text {
  color: #ffffff;
}
.block-theme-xmas-red .block-theme-arrow-active-bg, .block-theme-xmas-red #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-xmas-red .owl-next, .block-theme-xmas-red .owl-nav .owl-prev > span:after, .owl-nav .block-theme-xmas-red .owl-prev > span:after,
.block-theme-xmas-red .owl-nav .owl-next > span:after,
.owl-nav .block-theme-xmas-red .owl-next > span:after {
  color: #c52330;
}
.block-theme-xmas-red .block-theme-arrow-active-text, .block-theme-xmas-red #letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev .block-theme-xmas-red .owl-next, .block-theme-xmas-red .infographic-block .toggle:before, .infographic-block .block-theme-xmas-red .toggle:before, .block-theme-xmas-red .owl-nav .owl-prev > span:before, .owl-nav .block-theme-xmas-red .owl-prev > span:before,
.block-theme-xmas-red .owl-nav .owl-next > span:before,
.owl-nav .block-theme-xmas-red .owl-next > span:before {
  color: #ffffff;
}
.block-theme-xmas-red .block-theme-arrow-inactive-bg, .block-theme-xmas-red .owl-nav .owl-prev.disabled > span:after, .owl-nav .block-theme-xmas-red .owl-prev.disabled > span:after, .block-theme-xmas-red .owl-nav .owl-next.disabled > span:after, .owl-nav .block-theme-xmas-red .owl-next.disabled > span:after {
  color: #108633;
}
.block-theme-xmas-red .block-theme-arrow-inactive-text, .block-theme-xmas-red .owl-nav .owl-prev.disabled > span:before, .owl-nav .block-theme-xmas-red .owl-prev.disabled > span:before, .block-theme-xmas-red .owl-nav .owl-next.disabled > span:before, .owl-nav .block-theme-xmas-red .owl-next.disabled > span:before {
  color: #ffffff;
}
.block-theme-xmas-red .block-theme-divide {
  background-color: #c52330;
}
.block-theme-xmas-red .block-theme-divide-borders, .block-theme-xmas-red .simple-accordion__content:nth-last-of-type(1), .block-theme-xmas-red .simple-accordion__heading {
  border-color: #c52330;
}
.block-theme-xmas-red .block-theme-tint, .block-theme-xmas-red .section-highlight__heading .heading__inner, .section-highlight__heading .block-theme-xmas-red .heading__inner, .block-theme-xmas-red .simple-accordion__content.active, .block-theme-xmas-red .simple-accordion__heading.active, .block-theme-xmas-red .simple-accordion__heading:hover {
  background-color: #f7f7f7;
}
.block-theme-xmas-red .block-theme-tint-color {
  color: #f7f7f7;
}

.no-js .block-theme-xmas-red .block-theme-hover:hover .block-theme-bg, .no-js .block-theme-xmas-red .block-theme-hover:hover .section-highlight__content, .no-js .block-theme-xmas-red .block-theme-hover:hover .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .no-js .block-theme-xmas-red .block-theme-hover:hover .heading__inner, .no-js .block-theme-xmas-red .block-theme-hover:hover .simple-accordion, .no-js .block-theme-xmas-red .block-theme-hover:hover .carousel-block .blocks, .carousel-block .no-js .block-theme-xmas-red .block-theme-hover:hover .blocks, .no-js .block-theme-xmas-red .block-theme-hover:hover.block-theme-bg, .no-js .block-theme-xmas-red .block-theme-hover.section-highlight__content:hover, .no-js .block-theme-xmas-red .section-highlight__heading.active .block-theme-hover.heading__inner:hover, .section-highlight__heading.active .no-js .block-theme-xmas-red .block-theme-hover.heading__inner:hover, .no-js .block-theme-xmas-red .block-theme-hover.simple-accordion:hover, .no-js .block-theme-xmas-red .carousel-block .block-theme-hover.blocks:hover, .carousel-block .no-js .block-theme-xmas-red .block-theme-hover.blocks:hover,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .block-theme-bg,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .section-highlight__content,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .no-touch .block-theme-xmas-red .block-theme-hover:hover .heading__inner,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .simple-accordion,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .carousel-block .blocks,
.carousel-block .no-touch .block-theme-xmas-red .block-theme-hover:hover .blocks,
.no-touch .block-theme-xmas-red .block-theme-hover:hover.block-theme-bg,
.no-touch .block-theme-xmas-red .block-theme-hover.section-highlight__content:hover,
.no-touch .block-theme-xmas-red .section-highlight__heading.active .block-theme-hover.heading__inner:hover,
.section-highlight__heading.active .no-touch .block-theme-xmas-red .block-theme-hover.heading__inner:hover,
.no-touch .block-theme-xmas-red .block-theme-hover.simple-accordion:hover,
.no-touch .block-theme-xmas-red .carousel-block .block-theme-hover.blocks:hover,
.carousel-block .no-touch .block-theme-xmas-red .block-theme-hover.blocks:hover {
  background-color: #045370;
}
.no-js .block-theme-xmas-red .block-theme-hover:hover .block-theme-bg-color, .no-js .block-theme-xmas-red .block-theme-hover:hover .accordion .toggle:before, .accordion .no-js .block-theme-xmas-red .block-theme-hover:hover .toggle:before, .no-js .block-theme-xmas-red .block-theme-hover:hover .call-out__icon:before,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .block-theme-bg-color,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .accordion .toggle:before,
.accordion .no-touch .block-theme-xmas-red .block-theme-hover:hover .toggle:before,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .call-out__icon:before {
  color: #045370;
}
.no-js .block-theme-xmas-red .block-theme-hover:hover .block-theme-text-title,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .block-theme-text-title {
  color: #ffffff;
}
.no-js .block-theme-xmas-red .block-theme-hover:hover .block-theme-text-body,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .block-theme-text-body {
  color: #ffffff;
}
.no-js .block-theme-xmas-red .block-theme-hover:hover .block-theme-text-link,
.no-js .block-theme-xmas-red .block-theme-hover:hover .text-block a,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .block-theme-text-link,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .text-block a {
  color: #ffffff;
}
.no-js .block-theme-xmas-red .block-theme-hover:hover .block-theme-button-bg, .no-js .block-theme-xmas-red .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .no-js .block-theme-xmas-red .block-theme-hover:hover .page-link-promo__inner,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .block-theme-button-bg,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .page-link-promo--image .page-link-promo__link:hover .page-link-promo__inner,
.page-link-promo--image .page-link-promo__link:hover .no-touch .block-theme-xmas-red .block-theme-hover:hover .page-link-promo__inner {
  background-color: #ffffff;
}
.no-js .block-theme-xmas-red .block-theme-hover:hover .block-theme-button-text,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .block-theme-button-text {
  color: #045370;
}
.no-js .block-theme-xmas-red .block-theme-hover:hover .block-theme-divide,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .block-theme-divide {
  background-color: #023243;
}
.no-js .block-theme-xmas-red .block-theme-hover:hover .block-theme-divide-borders, .no-js .block-theme-xmas-red .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1), .no-js .block-theme-xmas-red .block-theme-hover:hover .simple-accordion__heading, .no-js .block-theme-xmas-red .block-theme-hover:hover.block-theme-divide-borders, .no-js .block-theme-xmas-red .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1), .no-js .block-theme-xmas-red .block-theme-hover.simple-accordion__heading:hover,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .block-theme-divide-borders,
.no-touch .block-theme-xmas-red .block-theme-hover:hover .simple-accordion__content:nth-last-of-type(1),
.no-touch .block-theme-xmas-red .block-theme-hover:hover .simple-accordion__heading,
.no-touch .block-theme-xmas-red .block-theme-hover:hover.block-theme-divide-borders,
.no-touch .block-theme-xmas-red .block-theme-hover.simple-accordion__content:hover:nth-last-of-type(1),
.no-touch .block-theme-xmas-red .block-theme-hover.simple-accordion__heading:hover {
  border-color: #023243;
}

.block-theme-hover {
  transition: all 400ms ease-in-out;
}

.themeactive .block-theme-bg, .themeactive .section-highlight__content, .themeactive .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .themeactive .heading__inner, .themeactive .simple-accordion, .themeactive .carousel-block .blocks, .carousel-block .themeactive .blocks {
  background-color: transparent;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.container-wrapper:before, .container-wrapper:after {
  content: "";
  display: table;
}
.container-wrapper:after {
  clear: both;
}

.full-width {
  margin: 0;
}

#main {
  min-width: 320px;
  overflow: hidden;
  position: relative;
}
.tmpl-homepage #main {
  background-color: #fafafa;
}
#main .col-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}

.container {
  background-color: #fafafa;
}
.main-content {
  margin: 0 auto;
}
.tmpl-homepage .main-content {
  max-width: 1372px;
  max-width: 85.75rem;
}
.lt-ie9 .main-content {
  width: 1024px;
}

.skip-link {
  color: #2F7CA3;
}
.skip-link--content {
  padding: 20px;
  padding: 1.25rem;
  display: block;
}

.site-max-width {
  padding: 0 10px;
  max-width: 1372px;
}
.site-max-width .site-max-width {
  padding: 0 !important;
}

.centered {
  margin: 0 auto;
}

.clearfix {
  clear: both;
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.responsive-image {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 1440px;
}
.responsive-image--16x9 {
  padding-bottom: 56.25%;
}
.responsive-image--1x1 {
  padding-bottom: 100%;
}
.responsive-image a {
  display: block;
}
.responsive-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.rowblock.rowblock {
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
  *zoom: 1;
  position: relative;
  clear: both;
  /*
  &.block-theme-bg {
      .rowblock.block-theme-bg {
          background-color: transparent;
          .block-theme-bg {
              background-color: transparent;
          }
      }
  }
  */
}
.rowblock.rowblock:before, .rowblock.rowblock:after {
  content: "";
  display: table;
}
.rowblock.rowblock:after {
  clear: both;
}
.rowblock.rowblock.block--themed {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.rowblock.rowblock.block--themed + .rowblock.rowblock.block--themed {
  margin-top: -16px !important;
}
.rowblock.rowblock--grid {
  margin-bottom: 20px !important;
}
.rowblock.rowblock--grid > div > .inner {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 9px;
  padding-right: 9px;
}
.rowblock.rowblock--grid > div > .inner > div > .block {
  margin-bottom: 20px !important;
  padding-left: 0;
  padding-right: 0;
}
.rowblock.rowblock--grid > div > .inner > div > .block:last-child {
  margin-bottom: 0 !important;
}
.rowblock.rowblock--grid .rowblock.block--themed .blocks {
  padding-left: 10px;
  padding-right: 10px;
}
.rowblock.rowblock--grid .rowblock .block {
  margin-bottom: 0 !important;
}
.rowblock.rowblock .blocks--downloads {
  margin-left: -10px;
  margin-right: -10px;
}
.rowblock.rowblock .blocks--downloads .block {
  margin-bottom: 0;
}
.rowblock.rowblock .rowblock__heading {
  padding-bottom: 20px;
  text-align: center;
}
.rowblock.rowblock.full {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 9px;
  padding-right: 9px;
}
.rowblock.rowblock .inner > .block:last-child {
  margin-bottom: 0;
}
.rowblock.rowblock--overlap {
  margin-top: -20px;
  margin-top: -1.25rem;
  padding: 40px 0px;
  padding: 2.5rem 0rem;
}
.rowblock.rowblock--overlap .inner {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 9px;
  padding-right: 9px;
}

.block {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-left: 10px;
  padding-right: 10px;
}
.block.rowblock {
  padding-left: 0;
  padding-right: 0;
}
.block > * {
  width: 100%;
}

.tabscontainer {
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}

@media (min-width: 40em) {
  .tmpl-homepage .intro-block .inner {
    margin-top: -60px;
    z-index: 9;
    position: relative;
  }

  .article-block {
    display: block;
  }
  .rowblock.rowblock {
    margin-bottom: 96px;
    margin-bottom: 6rem;
  }
  .rowblock.rowblock .inner {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock .inner .rowblock {
    margin-bottom: 0 !important;
  }
  .rowblock.rowblock .inner .rowblock .inner {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
  .rowblock.rowblock .inner-breakout {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock.block--themed {
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
  .rowblock.rowblock.block--themed + .rowblock.rowblock.block--themed {
    margin-top: -50px !important;
  }
  .rowblock.rowblock--items-2 .inner {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock--items-2 .block {
    width: 50%;
    clear: right;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rowblock.rowblock--items-3 .inner {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock--items-3 .block {
    width: 33.3333333333%;
    clear: right;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rowblock.rowblock--clear-on-3 .block:nth-child(3n+1) {
    clear: left;
  }
  .rowblock.rowblock--overlap {
    margin-top: -32px;
    margin-top: -2rem;
    padding: 40px 0px 230px;
    padding: 2.5rem 0rem 14.375rem;
  }
  .rowblock.rowblock--overlap + .rowblock {
    margin-top: -230px;
    margin-top: -14.375rem;
  }
  .rowblock.rowblock--grid > div > .inner {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rowblock.rowblock--grid > div > .inner > div > .block {
    margin-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock--grid > div > .inner > div > .block.wide {
    width: 50%;
    clear: right;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock--grid > div > .inner > div > .block.wide:first-child {
    padding-right: 10px;
  }
  .rowblock.rowblock--grid > div > .inner > div > .block.narrow {
    width: 50%;
    clear: right;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock--grid > div > .inner > div > .block.narrow:nth-child(2) {
    padding-right: 10px;
  }
  .rowblock.rowblock--grid > div > .inner > div > .block.narrow:first-child {
    padding-right: 10px;
  }
  .rowblock.rowblock--grid > div > .inner > div > .block.narrow:nth-child(2) {
    padding-right: 10px;
  }
  .rowblock.rowblock--grid > div > .inner > div > .block.wide + .block.narrow,
.rowblock.rowblock--grid > div > .inner > div > .block.narrow + .block.wide {
    padding-right: 0;
    padding-left: 10px;
  }
  .rowblock.rowblock .rowblock--items-2 .inner {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock .rowblock--items-2 .block {
    width: 50%;
    clear: right;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rowblock.rowblock .blocks--downloads {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rowblock.rowblock .blocks--downloads .block {
    margin-bottom: 0;
  }

  .article .rowblock .inner {
    width: 100%;
    margin-left: 0;
  }

  .block {
    width: 100%;
    float: left;
    margin-bottom: 54px;
    margin-bottom: 3.375rem;
  }
  .block.half {
    width: 50%;
    clear: right;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block.wide {
    width: 100%;
    clear: right;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .block.narrow {
    width: 50%;
  }
  .block > * {
    width: 100%;
  }
  .owl-item .block {
    width: 100% !important;
    margin-bottom: 0;
  }

  .tabscontainer {
    margin-bottom: 96px;
    margin-bottom: 6rem;
  }
}
@media (min-width: 64em) {
  .rowblock.rowblock .inner {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock.block--themed {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .rowblock.rowblock.block--themed + .rowblock.rowblock.block--themed {
    margin-top: -90px !important;
  }
  .rowblock.rowblock--items-2 .inner {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock--items-2 .block {
    width: 50%;
    clear: right;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rowblock.rowblock--items-3 .inner {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock--items-3 .block {
    width: 33.3333333333%;
    clear: right;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rowblock.rowblock--grid > div > .inner {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rowblock.rowblock--grid > div > .inner > div > .block {
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock--grid > div > .inner > div > .block.wide {
    width: 66.6666666667%;
    clear: right;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock--grid > div > .inner > div > .block.narrow {
    /*&:first-child {
        @include breakpoint(max-width 799px) {
            width: 100%;
        }
    }*/
    width: 33.3333333333%;
    clear: right;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .rowblock.rowblock--overlap {
    margin-top: -40px;
    margin-top: -2.5rem;
    padding: 40px 0px 230px;
    padding: 2.5rem 0rem 14.375rem;
  }
  .rowblock.rowblock--overlap + .rowblock {
    margin-top: -270px;
    margin-top: -16.875rem;
  }
  .rowblock.rowblock .rowblock__heading {
    padding-bottom: 40px;
  }

  .block {
    width: 100%;
  }
  .block.half {
    width: 50%;
  }
  .block.wide {
    width: 66.6666666667%;
  }
  .block.narrow {
    width: 33.3333333333%;
  }
  .block > * {
    width: 100%;
  }

  .tmpl-homepage .main-content {
    margin-top: -80px;
  }
}
.grid-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}

.grid-overlay.show {
  display: block;
}

.grid-overlay-grid {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1372px;
  margin: 0 auto;
  padding: 0 10px;
}

.grid-col-margin {
  float: left;
  height: 100%;
  width: 19px;
  position: absolute;
  top: 0;
  background: rgba(0, 255, 0, 0.1);
}

.grid-col {
  float: left;
  width: 25%;
  height: 100%;
  padding: 0 9px;
  background-color: rgba(255, 255, 255, 0.5);
}

.grid-col-fill {
  height: 100%;
  background-color: rgba(0, 128, 0, 0.5);
}

@media (min-width: 40em) {
  .grid-overlay-grid {
    padding: 0 10px;
  }

  .grid-col-margin {
    width: 20px;
  }

  .grid-col {
    width: 8.33333%;
    padding: 0 10px;
  }
}
.text-block--centred-text {
  text-align: center;
}
.text-block--centred-text ul, .text-block--centred-text ol {
  display: inline-block;
}
.text-block .centred {
  text-align: center;
}
.text-block.no-space {
  padding: 0;
}
.block--themed > .text-block.block-theme-bg, .block--themed > .text-block.section-highlight__content, .section-highlight__heading.active .block--themed > .text-block.heading__inner, .block--themed > .text-block.simple-accordion, .carousel-block .block--themed > .text-block.blocks {
  padding: 20px;
}
.text-block h1 {
  display: none;
}
.text-block h2, .text-block h3, .text-block p, .text-block ul, .text-block ol, .text-block blockquote, .text-block img {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.text-block sub,
.text-block sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  color: #e74c1b;
}
.text-block .heading-capitalised-red {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #e74c1b;
}
.text-block ul ul, .text-block ol ol {
  margin-bottom: 0;
}
.text-block ul li + li {
  margin-top: 10px;
}
.text-block ul, .text-block ol {
  margin-left: 2em;
}
.text-block ul {
  list-style: disc;
}
.text-block ol {
  list-style: decimal;
}
.text-block ul.list-50-50,
.text-block ol.list-50-50 {
  margin-left: 0;
  list-style: none;
}
.text-block ul.list-50-50 li,
.text-block ol.list-50-50 li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.text-block ul.highlight, .text-block ul.highlight ul {
  list-style: none;
}
.text-block a {
  color: #2F7CA3;
  text-decoration: underline;
}
.text-block h2, .text-block h3 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.text-block .intro-text {
  text-align: center;
}
.text-block .blockquote--bg {
  padding: 20px;
  background-color: #b1ddde;
}
.text-block cite {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: block;
  border: none;
  font-style: normal;
}
.text-block hr {
  border: 0;
  outline: 0;
  position: relative;
  z-index: 10;
  height: 5px;
  background-position: left, right;
  background-size: 104px 5px, 104px 5px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url(/images/css/crayon_dark-left@2x.png), url(/images/css/crayon_dark-right@2x.png);
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.text-block hr:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 104px;
  right: 104px;
  background-size: 131px 5px;
  background-repeat: repeat-x;
  height: 5px;
  display: block !important;
}
.text-block hr:before {
  background-image: url(/images/css/crayon_dark-mid@2x.png);
}
.text-block > img,
.text-block p > img,
.text-block li > img,
.text-block p > a > img,
.text-block li > a > img {
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto !important;
}
.text-block img.image--inline {
  display: inline-block;
  vertical-align: middle;
}
.text-block > *:last-child {
  margin-bottom: 0;
}

.container--sitemappage .text-block ul ul {
  margin-top: 10px;
}

@media (min-width: 40em) {
  .text-block h2, .text-block h3, .text-block p, .text-block ul, .text-block ol, .text-block blockquote, .text-block img, .text-block hr {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .text-block h2, .text-block h3 {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
  .text-block p.text-50-50 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .text-block ul.list-50-50,
.text-block ol.list-50-50 {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .text-block ul.list-50-50 li,
.text-block ol.list-50-50 li {
    width: 50%;
    clear: right;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .text-block ul.list-50-50 li:nth-child(odd),
.text-block ol.list-50-50 li:nth-child(odd) {
    clear: left;
  }
  .text-block ul.list-50-50 li:nth-last-child(2),
.text-block ol.list-50-50 li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .text-block > img,
.text-block p > img {
    width: auto;
    margin-top: 0;
  }
  .text-block .image--left, .text-block .media--left-50 {
    margin-right: 10px;
    float: left;
  }
  .text-block .image--right, .text-block .media--right-50 {
    margin-left: 10px;
    float: right;
  }
  .text-block .image--pad {
    margin: 20px;
    display: inline;
  }
  .text-block .media--left-50 {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    padding-right: 10px;
    margin-right: 10px;
    clear: both;
    margin-bottom: 24px;
  }
  .text-block .media--right-50 {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    padding-left: 10px;
    margin-right: 0;
    margin-left: 10px;
    clear: both;
    margin-bottom: 24px;
  }
  .text-block .media--breakout {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: -10%;
    margin-right: -10%;
  }
  .text-block .media--breakout p {
    margin-bottom: 0;
  }
  .text-block img.media--breakout {
    max-width: none;
    width: 125%;
  }
}
@media (min-width: 64em) {
  .text-block .media--left-50 {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    padding-right: 10px;
    margin-right: 10px;
    clear: both;
    margin-bottom: 24px;
  }
  .text-block .media--right-50 {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    padding-left: 10px;
    margin-right: 0;
    margin-left: 10px;
    clear: both;
    margin-bottom: 24px;
  }
  .text-block .media--left-breakout {
    margin-left: -12.5%;
  }
  .text-block .media--right-breakout {
    margin-right: -12.5%;
  }
  .text-block .media--breakout {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }
}
.spokesperson {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.spokesperson__heading {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  text-align: left;
}
.spokesperson__inner {
  overflow: hidden;
}
.spokesperson__img-wrap {
  width: 25%;
  float: left;
  margin-right: -100%;
  clear: none;
  padding-left: 0;
  padding-right: 0;
}
.spokesperson__bg {
  width: 75%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding: 20px;
  background-color: #d8ccf0;
}
.spokesperson__bg:after {
  content: "";
  display: block;
  height: 600%;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: inherit;
  z-index: 0;
}
.spokesperson__name {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-family: "NSPCCBold", "sans-serif";
}
.spokesperson__role {
  margin-top: 1px;
  margin-top: 0.0625rem;
  display: block;
  font-family: "NSPCCRegular", "sans-serif";
  font-weight: 100;
}
.spokesperson__about {
  margin-top: 16px;
  margin-top: 1rem;
  color: #000;
}
.spokesperson__download {
  display: none;
  color: inherit;
  color: #000;
}

@media (min-width: 40em) {
  .spokesperson__inner {
    margin-left: -10px;
    margin-right: -10px;
  }
  .spokesperson__img-wrap {
    width: 30%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .spokesperson__bg {
    width: 70%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    padding: 20px;
    left: -10px;
  }
  .spokesperson__about {
    margin: 16px 0px;
    margin: 1rem 0rem;
  }
  .spokesperson__download {
    display: block;
  }
}
@media (min-width: 64em) {
  .article-spokesperson__img-wrap {
    width: 25%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-spokesperson__bg {
    width: 75%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    padding: 20px;
  }
}
.show-more,
.toggle-header {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  max-width: 200%;
  text-align: center;
  display: none;
}
.js .show-more,
.js .toggle-header {
  display: block;
  max-width: 200%;
}
.show-more a,
.toggle-header a {
  display: inline-block;
  padding: 6px 40px 10px;
  position: relative;
  top: -0.375em;
  z-index: 11;
  background-color: white;
  color: #2F7CA3;
  text-decoration: none;
  max-width: 200%;
  background: #fafafa url(/images/css/crayon_dark-mid.png) repeat-x bottom left;
}
.show-more a:before, .show-more a:after,
.toggle-header a:before,
.toggle-header a:after {
  content: "";
  display: block;
  position: absolute;
  max-width: 200%;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  background: url(/images/css/crayon-dark-mid-vertical.png) repeat-y top left;
}
.show-more a:after,
.toggle-header a:after {
  left: auto;
  right: 0;
  background: url(/images/css/crayon-dark-mid-vertical.png) repeat-y 3px 0;
}
.show-more.hidden,
.toggle-header.hidden {
  display: none;
}

.related-items {
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
}
.related-items__title {
  color: #000;
  text-align: center;
  margin: 0 0 20px;
}
.related-items__item {
  padding: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.related-items__item-title {
  margin-bottom: 0;
}
.related-items__item-meta {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
}
.related-items__item a {
  color: #000;
  text-decoration: none;
}
.related-items__item-summary {
  margin: 8px 0px 0px;
  margin: 0.5rem 0rem 0rem;
  color: #56585a;
}
.related-items__item-read-more {
  color: #377798;
}
.related-items__listing {
  height: auto;
  clear: both;
  overflow: hidden;
  transition: max-height 2s ease-in-out;
}
.related-items__listing.hidden {
  display: none;
}
.related-items .block {
  padding: 0;
}
.related-items .show-more {
  padding-top: 24px;
  padding-top: 1.5rem;
  margin: 0;
  position: relative;
  top: -1px;
  background-color: #fafafa;
}
.related-items .show-more hr {
  margin-bottom: 0;
}

.relateditem:last-child .related-items__item {
  margin-bottom: 0;
  border-bottom: none;
}

.progress-links {
  clear: both;
  text-align: center;
}
.progress-links__heading {
  color: #000;
  margin: 0 0 20px;
}
.progress-links__items {
  overflow: hidden;
}
.progress-links__item {
  padding: 20px 0;
  overflow: hidden;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.progress-links__item .inner {
  position: relative;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.progress-links__item-link {
  text-decoration: none;
}
.progress-links__item-title {
  margin-bottom: 0;
}
.progress-links__item-summary {
  margin: 8px 0px 0px;
  margin: 0.5rem 0rem 0rem;
}
.progress-links__item-icon {
  position: absolute;
  right: -36px;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  font-size: 2.25rem;
}

.progresslink.block {
  margin-bottom: 0;
  padding: 0;
}

.progresslink:last-child .progress-links__item {
  margin-bottom: 0;
  border-bottom: none;
}

@media (min-width: 40em) {
  .progress-links__item-icon {
    right: -8.3333333333%;
  }
}
.related-links__wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.related-links .inner {
  text-align: center;
}
.related-links__heading {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.related-links a {
  display: block;
  padding: 8px 0;
  color: #2F7CA3;
}
.related-links a:hover {
  text-decoration: none;
}

.call-out {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-align: center;
  clear: both;
}
.call-out__inner {
  padding: 5% 10%;
}
.call-out__icon {
  display: inline-block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 36px;
  font-size: 2.25rem;
}
.call-out__content {
  display: block;
  margin-bottom: 0 !important;
}

@media (min-width: 40em) {
  .call-out {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .call-out__icon {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (min-width: 64em) {
  .call-out__icon {
    font-size: 48px;
    font-size: 3rem;
  }
}
.lt-ie9 .quote-block__valign:before {
  height: auto !important;
  margin-right: 0 !important;
}

.quote-block {
  background-color: white;
  *zoom: 1;
  text-align: center;
}
.quote-block:before, .quote-block:after {
  content: "";
  display: table;
}
.quote-block:after {
  clear: both;
}
.quote-block--no-img {
  padding-top: 30px;
}
.quote-block__img-wrap {
  margin-bottom: 20px;
  position: relative;
}
.quote-block__img-wrap:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: -20px;
  margin-left: -20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;
}
.quote-block__valign:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.quote-block__inner {
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  text-align: left;
  width: 99%;
  display: inline-block;
  vertical-align: middle;
}
.quote-block__meta {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.quote-block__quote {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #000;
}
.quote-block__link {
  color: #000 !important;
  text-decoration: none !important;
}
.quote-block__link:hover {
  text-decoration: underline !important;
}
.quote-block__title {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.quote-block--review {
  float: none;
  margin: 0 auto;
  background-color: transparent;
}
@media (min-width: 40em) {
  .quote-block--review {
    max-width: 83.3333333333%;
  }
}
@media (min-width: 64em) {
  .quote-block--review {
    max-width: 66.6666666667%;
  }
}
.quote-block--review .quote-block__inner {
  text-align: center;
}

/*
.inner-breakout {
    .quoteblock,
    .casestudypage {
        width: auto;
        float: none;
        margin-left: -($grid-outer-padding);
        margin-right: -($grid-outer-padding);
        padding-left: 0;
        padding-right: 0;
    }
}
*/
@media (min-width: 40em) {
  .rowblock .inner > .quoteblock:last-child,
.rowblock .inner > .casestudypage:last-child {
    margin-bottom: 0;
  }

  .quote-block--no-img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quote-block__inner {
    width: 445px;
    max-width: 90%;
    margin: auto;
  }
  .rowblock--items-3 .quote-block__inner {
    max-width: 99%;
  }
  .quote-block--review .quote-block__inner {
    text-align: center;
    width: auto;
    padding: 40px 0px 10px 0px;
    padding: 2.5rem 0rem 0.625rem 0rem;
  }
  .quote-block--review .promo-block__title {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .quote-block .promo-block__title {
    font-size: 22px !important;
  }

  .quote-block--image-right .quote-block__img-wrap {
    width: 50%;
    float: right;
  }
  .quote-block--image-right .quote-block__img-wrap:after {
    left: 0;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    margin-bottom: 0;
  }
  .quote-block--image-right .quote-block__inner {
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-block.narrow .quote-block__img-wrap {
    display: none;
  }
  .quote-block.narrow .quote-block__inner {
    width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 64em) {
  .quote-block--no-img {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
/*
.quote-block--lead {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
}


.quote-block--news {

	.mobile &:first-of-type { padding-top: 40px; }

	.quote-block_inner { padding-top: 0; padding-bottom: 0; }

	.quote-block_info { color: #9b9b9b; }

	.quote-block_title { margin-top: 0; margin-bottom: 20px; }

	.quote-block_summary { margin-bottom: 0; color: #666; }
}

.quote-block--story {
	@include rem-property('margin-bottom', 40px);
	.quote-block_inner {
		margin-top: -20px;
		padding-top: 45px;
		background:url('/images/css/pointer.png') no-repeat top center transparent;
		position:relative;
		z-index:9;
	}
}

.quote-block--readmore-list{
	clear:both;
	@include rem-property('margin-bottom', 40px);
}



.quote-block--quote {
	background-color: #fff; // TODO: Use palette
	color: #666666;
	overflow: hidden;
	position: relative;

	.quote-block_figure {
		width: 50%;

		img {
			width: 100%;
			max-width: 9999em; // reset
		}
	}

	.quote-block_inner {
		width: 50%;
		@include vertical-align(absolute);
	}
}

.quote-block--image-left {

	.quote-block_figure {
		float: left;

		img {
			float: left;
		}
	}

	.quote-block_inner {
		left: 50%;
	}
}

.quote-block--image-right {

	.quote-block_figure {
		width: 50%;
		float: right;

		img {
			float: right;
		}
	}
}



.quote-block--hover {
	position: relative;
	overflow: hidden;
	background-color: #fff;

	.no-touch & {
		-webkit-transition: background-color 1s ease-out;
 		-moz-transition: background-color 1s ease-out;
  		-o-transition: background-color 1s ease-out;
  		transition: background-color 1s ease-out;

  		&:hover {
			background: #06526f;
			color: #fff;

			.quote-block--lead { background-color: transparent; }

			.quote-block_category, .quote-block_title {
				color: #fff;
			}
		}
  	}
}




@include breakpoint($tablet) {

	.quote-block--readmore-list{
				@include cf();
		.quote-block_inner {
			@include column(8/12,2/12);
		}
	}

	.quote-block--lead {
		padding: 0 10%;
		position: relative;

		&::after {
			content: '';
			display: block;
			width: 40px;
			height: 40px;
			margin-top: -20px;
			margin-left: -20px;
			position: absolute;
			top: 0;
			left: 50%;
			background-color: white;
			@include rotate(45);
		}

		.quote-block_inner {
			padding: 40px 0;
		}
	}

	.quote-block--news {

		&:first-of-type { padding-top: 20px; }
	}

	.quote-block--story {
		@include cf();
		@include rem-property('margin-bottom', 100px);
		.quote-block_inner {
			padding-top: 100px;
			@include col(2/4, 1/4);
		}
	}



	// Container specific

	.promo-donate-combo .quote-block--lead {
		width: 50%;
		float: left;

		margin: 0;
		padding: 20px;
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		height: 100%;

		&::after { display: none; }

		.quote-block_inner {
			margin: 0 5%;
			position: absolute;

			.csstransforms & {
				@include vertical-align;
				position: absolute;
			}
		}
	}

}


@include breakpoint($desktop) {

	.quote-block--story {
		margin: 0;
		@include rem-property('padding-bottom', 100px);
		position: relative;
		z-index: 1;
		background-color: white;
	}

	// Container specific

	.promo-donate-combo .quote-block--lead {
		width: 66.666%;

		.quote-block_inner {
			margin: 0 20%;
		}
	}


	.quote-block--lead {

		padding: 0 15%;

		.quote-block_inner {
			padding: 60px 0;
		}
	}


	.quote-block--news {

		&:first-of-type { padding-top: 40px; }

	}


	.quote-block--readmore-list {
		position: relative;
		z-index: 1;
		background-color: white;
	}

}
*/
.section-promo {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.section-promo__inner {
  padding: 20px 0px;
  padding: 1.25rem 0rem;
}
.section-promo__title {
  margin-bottom: 8px;
  display: inline-block;
}
.section-promo__title span {
  display: block;
  height: 1px;
}
.section-promo a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
}

.quotation {
  margin: 0px 0px 16px;
  margin: 0rem 0rem 1rem;
  padding: 20px;
  clear: both;
  text-align: center;
}
.quotation__content {
  margin-bottom: 0 !important;
}
.quotation__cite {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: block;
  border: none;
  font-style: normal;
}

@media (min-width: 40em) {
  .quotation {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.lt-ie9 .page-link-promo__content {
  position: static !important;
}

.page-link-promo {
  position: relative;
  text-align: center;
}
.page-link-promo__link {
  display: block;
  text-decoration: none;
}
.page-link-promo__heading {
  display: inline-block;
  color: #fff;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.page-link-promo__divider {
  background-color: #fff;
  height: 1px;
  width: 1px;
  opacity: 0;
  margin: 0 auto;
  transition: opacity 0.35s, width 0.35s;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.page-link-promo__summary {
  padding-top: 2px;
  padding-top: 0.125rem;
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-perspective: 1000;
          perspective: 1000;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
}
.page-link-promo__content {
  padding: 20px;
}
.page-link-promo--image {
  overflow: hidden;
}
.page-link-promo--image .page-link-promo__img,
.page-link-promo--image .page-link-promo__inner {
  transition: background-color 1s ease, -webkit-transform 1s ease;
  transition: background-color 1s ease, transform 1s ease;
}
.page-link-promo--image .page-link-promo__link:hover .page-link-promo__heading {
  -webkit-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
          transform: translate(0, -15px);
}
.page-link-promo--image .page-link-promo__link:hover .page-link-promo__divider {
  opacity: 1;
  width: 200px;
}
.page-link-promo--image .page-link-promo__link:hover .page-link-promo__summary {
  opacity: 1;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
}
.page-link-promo--image .page-link-promo__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-link-promo--image .page-link-promo__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-link-promo--image .page-link-promo__img--bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 40em) {
  .page-link-promo__summary {
    padding-top: 4px;
    padding-top: 0.25rem;
  }
}
@media (min-width: 64em) {
  .page-link-promo__summary {
    padding-top: 8px;
    padding-top: 0.5rem;
  }
}
.hero-banners + .rowblock--page-summary .page-summary {
  margin-top: 0 !important;
}

.page-summary {
  margin: 20px 0px 0px;
  margin: 1.25rem 0rem 0rem;
  *zoom: 1;
  position: relative;
}
.page-summary:before, .page-summary:after {
  content: "";
  display: table;
}
.page-summary:after {
  clear: both;
}
.page-summary__heading {
  padding: 0 10px 20px;
  text-align: center;
}
.page-summary__heading span {
  display: block;
  color: #56585a;
}
.page-summary__styled__container {
  width: 960px;
  height: 100%;
  margin: 0px auto;
  position: relative;
}
.page-summary__styled__container__sub, .page-summary__styled__container__sub_LBHBGCTA, .page-summary__styled__container__sub_YHBBCTA, .page-summary__styled__container__sub_YHBGCTA, .page-summary__styled__container__sub_WHBGWCTA {
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  z-index: 41;
  padding: 10px 10px;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  color: #FFF;
}
.no-csstransforms .page-summary__styled__container__sub, .no-csstransforms .page-summary__styled__container__sub_LBHBGCTA, .no-csstransforms .page-summary__styled__container__sub_YHBBCTA, .no-csstransforms .page-summary__styled__container__sub_YHBGCTA, .no-csstransforms .page-summary__styled__container__sub_WHBGWCTA {
  bottom: 50px;
}
.page-summary__styled__container__sub .block-theme-button-bg.block-theme-button-text, .page-summary__styled__container__sub_LBHBGCTA .block-theme-button-bg.block-theme-button-text, .page-summary__styled__container__sub_YHBBCTA .block-theme-button-bg.block-theme-button-text, .page-summary__styled__container__sub_YHBGCTA .block-theme-button-bg.block-theme-button-text, .page-summary__styled__container__sub_WHBGWCTA .block-theme-button-bg.block-theme-button-text, .page-summary__styled__container__sub .page-link-promo--image .page-link-promo__link:hover .block-theme-button-text.page-link-promo__inner, .page-summary__styled__container__sub_LBHBGCTA .page-link-promo--image .page-link-promo__link:hover .block-theme-button-text.page-link-promo__inner, .page-summary__styled__container__sub_YHBBCTA .page-link-promo--image .page-link-promo__link:hover .block-theme-button-text.page-link-promo__inner, .page-summary__styled__container__sub_YHBGCTA .page-link-promo--image .page-link-promo__link:hover .block-theme-button-text.page-link-promo__inner, .page-summary__styled__container__sub_WHBGWCTA .page-link-promo--image .page-link-promo__link:hover .block-theme-button-text.page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .page-summary__styled__container__sub .block-theme-button-text.page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .page-summary__styled__container__sub_LBHBGCTA .block-theme-button-text.page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .page-summary__styled__container__sub_YHBBCTA .block-theme-button-text.page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .page-summary__styled__container__sub_YHBGCTA .block-theme-button-text.page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .page-summary__styled__container__sub_WHBGWCTA .block-theme-button-text.page-link-promo__inner {
  background-color: #FFF;
}
.page-summary__styled__container__sub_WHBGWCTA {
  background-color: green;
  color: #FFF;
}
.page-summary__styled__container__sub_WHBGWCTA .block-theme-button-bg.block-theme-button-text, .page-summary__styled__container__sub_WHBGWCTA .page-link-promo--image .page-link-promo__link:hover .block-theme-button-text.page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .page-summary__styled__container__sub_WHBGWCTA .block-theme-button-text.page-link-promo__inner {
  color: green;
}
.page-summary__styled__container__sub_YHBGCTA {
  background-color: #118635;
  color: #FFF;
}
.page-summary__styled__container__sub_YHBGCTA .block-theme-button-bg.block-theme-button-text, .page-summary__styled__container__sub_YHBGCTA .page-link-promo--image .page-link-promo__link:hover .block-theme-button-text.page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .page-summary__styled__container__sub_YHBGCTA .block-theme-button-text.page-link-promo__inner {
  color: #118635;
}
.page-summary__styled__container__sub_YHBBCTA {
  background-color: #045372;
  color: #FFF;
}
.page-summary__styled__container__sub_YHBBCTA .block-theme-button-bg.block-theme-button-text, .page-summary__styled__container__sub_YHBBCTA .page-link-promo--image .page-link-promo__link:hover .block-theme-button-text.page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .page-summary__styled__container__sub_YHBBCTA .block-theme-button-text.page-link-promo__inner {
  color: #045372;
}
.page-summary__styled__container__sub_LBHBGCTA {
  background-color: green;
  color: #FFF;
}
.page-summary__styled__container__sub_LBHBGCTA .block-theme-button-bg.block-theme-button-text, .page-summary__styled__container__sub_LBHBGCTA .page-link-promo--image .page-link-promo__link:hover .block-theme-button-text.page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .page-summary__styled__container__sub_LBHBGCTA .block-theme-button-text.page-link-promo__inner {
  background-color: #FFF;
  color: green;
}
.page-summary__styled__text_cont {
  width: 100%;
  overflow: hidden;
  position: static;
  margin-top: -20px;
}
.page-summary__styled__bg_rotate, .page-summary__styled__bg_rotate_LBHBGCTA, .page-summary__styled__bg_rotate_YHBBCTA, .page-summary__styled__bg_rotate_YHBGCTA, .page-summary__styled__bg_rotate_WHBGWCTA {
  display: none;
  bottom: -100px;
}
.page-summary__styled__bg_rotate_WHBGWCTA {
  background-color: white;
}
.page-summary__styled__bg_rotate_WHBGWCTA + .page-summary__styled__text {
  background-color: white;
}
.page-summary__styled__bg_rotate_YHBGCTA {
  background-color: #FDC636;
}
.page-summary__styled__bg_rotate_YHBGCTA + .page-summary__styled__text {
  background-color: #FDC636;
}
.page-summary__styled__bg_rotate_YHBBCTA {
  background-color: #FDC636;
}
.page-summary__styled__bg_rotate_YHBBCTA + .page-summary__styled__text {
  background-color: #FDC636;
}
.page-summary__styled__bg_rotate_LBHBGCTA {
  background-color: #B1DDDE;
}
.page-summary__styled__bg_rotate_LBHBGCTA + .page-summary__styled__text {
  background-color: #B1DDDE;
}
.page-summary__styled__text {
  width: 100%;
  z-index: 31;
  float: left;
  padding: 20px 0;
}
.page-summary__styled__text .page-summary__body.text-block {
  padding: 0 10px !important;
}
.page-summary__styled-__WHBGWCTA {
  color: white;
}
.page-summary__styled-__YHBGCTA {
  color: white;
}
.page-summary__styled-__YHBBCTA {
  color: white;
}
.page-summary__styled-__LBHBGCTA {
  color: white;
}
.page-summary__hr {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.page-summary__body {
  padding: 20px 0px 0px;
  padding: 1.25rem 0rem 0rem;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 9px;
  padding-right: 9px;
}
.page-summary__body:first-child {
  padding-top: 0 !important;
}

@media (min-width: 20em) {
  .page-summary__styled__container {
    width: auto;
  }
  .page-summary__styled__container__sub, .page-summary__styled__container__sub_WHBGWCTA, .page-summary__styled__container__sub_YHBGCTA, .page-summary__styled__container__sub_YHBBCTA, .page-summary__styled__container__sub_LBHBGCTA {
    padding: 10px 20px 20px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 100%;
    position: static;
  }
  .no-csstransforms .page-summary__styled__container__sub, .no-csstransforms .page-summary__styled__container__sub_WHBGWCTA, .no-csstransforms .page-summary__styled__container__sub_YHBGCTA, .no-csstransforms .page-summary__styled__container__sub_YHBBCTA, .no-csstransforms .page-summary__styled__container__sub_LBHBGCTA {
    bottom: 50px;
  }
  .page-summary__styled__text {
    top: 200px;
  }
  .page-summary__styled__text_cont {
    position: relative;
  }
  .page-summary__styled__bg_rotate, .page-summary__styled__bg_rotate_WHBGWCTA, .page-summary__styled__bg_rotate_YHBGCTA, .page-summary__styled__bg_rotate_YHBBCTA, .page-summary__styled__bg_rotate_LBHBGCTA {
    width: 100%;
    height: 65%;
    position: absolute;
    bottom: 60px;
  }
  .page-summary__styled__bg_rotate_WHBGWCTA {
    background-color: white;
  }
  .page-summary__styled__bg_rotate_YHBGCTA {
    background-color: #FDC636;
  }
  .page-summary__styled__bg_rotate_YHBBCTA {
    background-color: #FDC636;
  }
  .page-summary__styled__bg_rotate_LBHBGCTA {
    background-color: #B1DDDE;
  }
}
@media (min-width: 30em) {
  .page-summary__styled__container {
    width: auto;
  }
  .page-summary__styled__container__sub, .page-summary__styled__container__sub_WHBGWCTA, .page-summary__styled__container__sub_YHBGCTA, .page-summary__styled__container__sub_YHBBCTA, .page-summary__styled__container__sub_LBHBGCTA {
    padding: 10px 20px;
    width: 100%;
    position: static;
  }
  .page-summary__styled__container {
    width: auto;
  }
  .page-summary__styled__container__sub, .page-summary__styled__container__sub_WHBGWCTA, .page-summary__styled__container__sub_YHBGCTA, .page-summary__styled__container__sub_YHBBCTA, .page-summary__styled__container__sub_LBHBGCTA {
    padding: 10px 20px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 100%;
    position: static;
  }
  .page-summary__styled__bg_rotate, .page-summary__styled__bg_rotate_WHBGWCTA, .page-summary__styled__bg_rotate_YHBGCTA, .page-summary__styled__bg_rotate_YHBBCTA, .page-summary__styled__bg_rotate_LBHBGCTA {
    width: 100%;
    height: 85%;
    position: absolute;
    bottom: 0px;
  }
  .page-summary__styled__bg_rotate_WHBGWCTA {
    background-color: white;
  }
  .page-summary__styled__bg_rotate_YHBGCTA {
    background-color: #FDC636;
  }
  .page-summary__styled__bg_rotate_YHBBCTA {
    background-color: #FDC636;
  }
  .page-summary__styled__bg_rotate_LBHBGCTA {
    background-color: #B1DDDE;
  }
}
@media (min-width: 40em) {
  .page-summary {
    margin: 24px 0px 0px;
    margin: 1.5rem 0rem 0rem;
  }
  .page-summary__heading {
    padding-bottom: 24px;
  }
  .page-summary__body {
    padding-top: 24px;
    padding-top: 1.5rem;
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-summary__text_cont {
    width: 100%;
    height: 550px;
    position: relative;
    top: -18px;
    max-width: 1440px;
    margin: 0 auto;
    float: none;
    margin-top: -94px;
  }
  .page-summary__styled__container {
    width: 100%;
    position: relative;
  }
  .page-summary__styled__container__sub, .page-summary__styled__container__sub_WHBGWCTA, .page-summary__styled__container__sub_YHBGCTA, .page-summary__styled__container__sub_YHBBCTA, .page-summary__styled__container__sub_LBHBGCTA {
    padding: 0 20px 20px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 100%;
  }
  .page-summary__styled__text_cont {
    margin-top: -50px;
  }
}
@media (min-width: 64em) {
  .page-summary {
    margin: 30px 0px 0px;
    margin: 1.875rem 0rem 0rem;
  }
  .page-summary__heading {
    padding: 0px 210px 30px 210px;
    padding: 0rem 13.125rem 1.875rem 13.125rem;
  }
  .page-summary__body {
    padding-top: 30px;
    padding-top: 1.875rem;
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-summary__text_cont {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
    margin-top: -120px;
  }
  .page-summary__styled__text_cont {
    position: relative;
    overflow: visible;
    float: left;
    max-width: 1440px;
    margin: 0 auto;
    float: none;
    margin-top: -94px;
  }
  .page-summary__styled__text {
    position: relative;
    padding: 0 0 96px;
    top: 0;
    margin-top: 200px;
  }
  .page-summary__styled__text .page-summary__body.text-block {
    padding: 0 !important;
  }
  .page-summary__styled__bg_rotate, .page-summary__styled__bg_rotate_WHBGWCTA, .page-summary__styled__bg_rotate_YHBGCTA, .page-summary__styled__bg_rotate_YHBBCTA, .page-summary__styled__bg_rotate_LBHBGCTA {
    -webkit-transform: skewY(-4deg);
        -ms-transform: skewY(-4deg);
            transform: skewY(-4deg);
    width: 100%;
    height: 50%;
    position: absolute;
    display: block;
    top: 0;
    bottom: auto;
  }
  .page-summary__styled__container__sub, .page-summary__styled__container__sub_WHBGWCTA, .page-summary__styled__container__sub_YHBGCTA, .page-summary__styled__container__sub_YHBBCTA, .page-summary__styled__container__sub_LBHBGCTA {
    position: absolute;
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
    bottom: -24px;
    left: 90px;
    top: auto;
    font-size: 16px;
    max-width: 300px;
    line-height: 1.2;
    padding: 20px;
  }
  .no-csstransforms .page-summary__styled__container__sub, .no-csstransforms .page-summary__styled__container__sub_WHBGWCTA, .no-csstransforms .page-summary__styled__container__sub_YHBGCTA, .no-csstransforms .page-summary__styled__container__sub_YHBBCTA, .no-csstransforms .page-summary__styled__container__sub_LBHBGCTA {
    bottom: 50px;
  }
  .page-summary__styled_LBHBGCTA {
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .page-summary__styled_WHBGWCTA {
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .page-summary__styled_YHBGCTA {
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .page-summary__styled_YHBBCTA {
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .page-summary__styled_LBHBGCTA {
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@media (min-width: 80em) {
  .page-summary__styled__container__sub, .page-summary__styled__container__sub_WHBGWCTA, .page-summary__styled__container__sub_YHBGCTA, .page-summary__styled__container__sub_YHBBCTA, .page-summary__styled__container__sub_LBHBGCTA {
    bottom: -24px;
    font-size: 20px;
  }
  .no-csstransforms .page-summary__styled__container__sub, .no-csstransforms .page-summary__styled__container__sub_WHBGWCTA, .no-csstransforms .page-summary__styled__container__sub_YHBGCTA, .no-csstransforms .page-summary__styled__container__sub_YHBBCTA, .no-csstransforms .page-summary__styled__container__sub_LBHBGCTA {
    bottom: 50px;
  }
}
.d-navigation {
  display: none;
}

@media (min-width: 64em) {
  .menu {
    display: none;
  }

  .d-navigation {
    display: block;
    width: 100%;
    height: 54px;
    height: 3.375rem;
    *zoom: 1;
    position: relative;
    background-color: #56585a;
    font-family: "NSPCCRegular", "sans-serif";
  }
  .d-navigation:before, .d-navigation:after {
    content: "";
    display: table;
  }
  .d-navigation:after {
    clear: both;
  }
  .d-navigation a {
    text-decoration: none;
  }
  .d-navigation ul {
    list-style: none;
  }
  .d-navigation__inner {
    max-width: 1372px;
    margin: 0 auto;
  }
  .d-navigation__level1-item {
    float: left;
  }
  .d-navigation__level1-item.focus {
    transition: none !important;
  }
  .d-navigation__level1-item.focus > .d-navigation__columns {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: none !important;
  }
  .d-navigation__level1-item:hover > .d-navigation__columns {
    z-index: 999;
    visibility: visible;
    opacity: 1;
  }
  .d-navigation__level1-item:hover, .d-navigation__level1-item.hover {
    background-color: #e4e4e4 !important;
  }
  .d-navigation__level1-item:hover .d-navigation__level1-title, .d-navigation__level1-item.hover .d-navigation__level1-title {
    color: #000;
  }
  .d-navigation__level1-title {
    display: block;
    min-height: 54px;
    line-height: 54px;
    padding: 0 13px;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #898a8c;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .d-navigation__level1-title.d-navigation__item-active {
    color: #bbb;
  }
  .d-navigation__level2-title {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #56585a;
    border-bottom: 1px solid #b9baba;
  }
  .d-navigation__level2-title.d-navigation__item-active {
    font-style: italic;
  }
  .d-navigation__level3-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #56585a;
  }
  .d-navigation__level3-title:hover, .d-navigation__level3-title.d-navigation__item-active {
    color: #56585a;
    background-color: #fff;
  }
  .d-navigation__columns {
    width: 100%;
    padding: 40px 0;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: -1;
    text-align: center;
    font-size: 0;
    background-color: #e4e4e4;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms 300ms linear;
  }
  .d-navigation__columns-inner {
    max-width: 1372px;
    max-width: 85.75rem;
    margin: 0 auto;
    padding: 0 10px;
  }
  .d-navigation__column {
    width: 20%;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .d-navigation__section {
    padding-bottom: 50px;
  }
  .d-navigation__level3-items {
    padding-top: 12px;
    font-size: 16px;
    font-size: 1rem;
    font-family: "NSPCCLight", "sans-serif";
    line-height: 24px;
    line-height: 1.5rem;
  }
  .d-navigation__level3-item {
    margin-bottom: 16px;
  }
  .d-navigation__level3-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 80em) {
  .d-navigation__column {
    width: 25%;
  }
  .d-navigation__column-5 {
    display: none;
  }
}
.hero-banner, .hero-banner-styled {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
}
.hero-banner__img .responsive-image--16x9 {
  padding-bottom: 46.7%;
  margin: 0 auto;
}
@media (min-width: 1720px) {
  .hero-banner__img .responsive-image--16x9 {
    padding-bottom: 810px;
  }
}
.hero-banner.block--styled-WHBGWCTA .hero-banner__img .responsive-image--16x9, .block--styled-WHBGWCTA.hero-banner-styled .hero-banner__img .responsive-image--16x9, .hero-banner.block--styled-YHBGCTA .hero-banner__img .responsive-image--16x9, .block--styled-YHBGCTA.hero-banner-styled .hero-banner__img .responsive-image--16x9, .hero-banner.block--styled-YHBBCTA .hero-banner__img .responsive-image--16x9, .block--styled-YHBBCTA.hero-banner-styled .hero-banner__img .responsive-image--16x9, .hero-banner.block--styled-LBHBGCTA .hero-banner__img .responsive-image--16x9, .block--styled-LBHBGCTA.hero-banner-styled .hero-banner__img .responsive-image--16x9 {
  padding-bottom: 40%;
}
.hero-banner__heading {
  color: #045370;
}
.hero-banner__heading-styled__WHBGWCTA {
  color: white;
}
.hero-banner__heading-styled__YHBGCTA {
  color: white;
}
.hero-banner__heading-styled__YHBBCTA {
  color: white;
}
.hero-banner__heading-styled__LBHBGCTA {
  color: white;
}
.hero-banner__subheading {
  margin-top: 4px;
  margin-top: 0.25rem;
}
.hero-banner__subheading-styled {
  margin-top: 190px;
  margin-top: 11.875rem;
  margin-left: 60px;
  margin-left: 3.75rem;
  padding-top: 220px;
  padding-left: 60px;
  padding-left: 3.75rem;
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
  color: #000;
  left: 0;
  font-size: 20px;
}
.hero-banner__subheading-styled__WHBGWCTA {
  background-color: #B1DDDE;
}
.hero-banner__subheading-styled__YHBGCTA {
  background-color: #B1DDDE;
}
.hero-banner__subheading-styled__YHBBCTA {
  background-color: #13A540;
}
.hero-banner__subheading-styled__LBHBGCTA {
  background-color: #FDC636;
}
.hero-banner__event-info, .hero-banner__event-info-btn {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.hero-banner__summary {
  margin-top: 4px;
  margin-top: 0.25rem;
}
.hero-banner__btn, .hero-banner__btn__no-scroll {
  margin-top: 12px;
  margin-top: 0.75rem;
  cursor: pointer;
}
.hero-banner__additional-block {
  display: none;
}
.hero-banner__wrap-pad {
  padding: 16px;
}
.mobile .hero-banner, .mobile .hero-banner-styled {
  text-align: center;
}
.mobile .hero-banner .site-max-width, .mobile .hero-banner-styled .site-max-width {
  padding: 0;
}
.mobile .hero-banner .block-theme-bg, .mobile .hero-banner .section-highlight__content, .mobile .hero-banner .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .mobile .hero-banner .heading__inner, .mobile .hero-banner .simple-accordion, .mobile .hero-banner .carousel-block .blocks, .carousel-block .mobile .hero-banner .blocks, .mobile .hero-banner-styled .block-theme-bg, .mobile .hero-banner-styled .section-highlight__content, .mobile .hero-banner-styled .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .mobile .hero-banner-styled .heading__inner, .mobile .hero-banner-styled .simple-accordion, .mobile .hero-banner-styled .carousel-block .blocks, .carousel-block .mobile .hero-banner-styled .blocks {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
}
.hero-banner--audio {
  margin-bottom: 0 !important;
}
.hero-banner.audio-player .jp-audio, .audio-player.hero-banner-styled .jp-audio {
  margin-top: 0;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -25%;
  background-color: rgba(235, 235, 235, 0.5);
}
.hero-banner__content-styled, .hero-banner__content-styled__LBHBGCTA, .hero-banner__content-styled__YHBBCTA, .hero-banner__content-styled__YHBGCTA, .hero-banner__content-styled__WHBGWCTA {
  width: 600px;
  height: 400px;
  position: absolute;
  top: 100px;
  left: 150px;
}
.hero-banner__content-styled__WHBGWCTA {
  background-color: green;
}
.hero-banner__content-styled__YHBGCTA {
  background-color: #118635;
}
.hero-banner__content-styled__YHBBCTA {
  background-color: #045372;
}
.hero-banner__content-styled__LBHBGCTA {
  background-color: green;
}
.hero-banner__rotateblock-styled, .hero-banner__rotateblock-styled__LBHBGCTA, .hero-banner__rotateblock-styled__YHBBCTA, .hero-banner__rotateblock-styled__YHBGCTA, .hero-banner__rotateblock-styled__WHBGWCTA {
  width: 600px;
  height: 400px;
  position: absolute;
  top: 85px;
  left: 150px;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
  z-index: 5;
  visibility: visible;
}
.hero-banner__rotateblock-styled__WHBGWCTA {
  background-color: white;
}
.hero-banner__rotateblock-styled__YHBGCTA {
  background-color: #FDC636;
}
.hero-banner__rotateblock-styled__YHBBCTA {
  background-color: #FDC636;
}
.hero-banner__rotateblock-styled__LBHBGCTA {
  background-color: #B1DDDE;
}
.hero-banner__rotateblock2-styled, .hero-banner__rotateblock2-styled__LBHBGCTA, .hero-banner__rotateblock2-styled__YHBBCTA, .hero-banner__rotateblock2-styled__YHBGCTA, .hero-banner__rotateblock2-styled__WHBGWCTA {
  width: 520px;
  height: 220px;
  position: absolute;
  top: 326px;
  left: 143px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: 5;
}
.hero-banner__rotateblock2-styled__WHBGWCTA {
  background-color: #B1DDDE;
}
.hero-banner__rotateblock2-styled__YHBGCTA {
  background-color: #B1DDDE;
}
.hero-banner__rotateblock2-styled__YHBBCTA {
  background-color: #13A540;
}
.hero-banner__rotateblock2-styled__LBHBGCTA {
  background-color: #FDC636;
}

@media (min-width: 20em) {
  .hero-banner__content-styled, .hero-banner__content-styled__WHBGWCTA, .hero-banner__content-styled__YHBGCTA, .hero-banner__content-styled__YHBBCTA, .hero-banner__content-styled__LBHBGCTA {
    height: auto;
    position: static;
    width: 100%;
  }
  .hero-banner__rotateblock-styled, .hero-banner__rotateblock-styled__WHBGWCTA, .hero-banner__rotateblock-styled__YHBGCTA, .hero-banner__rotateblock-styled__YHBBCTA, .hero-banner__rotateblock-styled__LBHBGCTA {
    visibility: hidden;
    display: none;
  }
  .hero-banner__rotateblock2-styled, .hero-banner__rotateblock2-styled__WHBGWCTA, .hero-banner__rotateblock2-styled__YHBGCTA, .hero-banner__rotateblock2-styled__YHBBCTA, .hero-banner__rotateblock2-styled__LBHBGCTA {
    visibility: hidden;
    display: none;
  }
  .hero-banner__rotateblock-styled, .hero-banner__rotateblock-styled__WHBGWCTA, .hero-banner__rotateblock-styled__YHBGCTA, .hero-banner__rotateblock-styled__YHBBCTA, .hero-banner__rotateblock-styled__LBHBGCTA {
    visibility: hidden;
    display: none;
  }
}
@media (min-width: 40em) {
  .hero-banner, .hero-banner-styled {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .tablet .hero-banner__img .responsive-image--16x9 {
    padding-bottom: 56.25%;
  }
  .hero-banner__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .hero-banner__inner:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  .hero-banner__content {
    width: 99.9%;
    display: inline-block;
    vertical-align: middle;
  }
  .hero-banner.block--styled-WHBGWCTA, .block--styled-WHBGWCTA.hero-banner-styled, .hero-banner.block--styled-YHBGCTA, .block--styled-YHBGCTA.hero-banner-styled, .hero-banner.block--styled-YHBBCTA, .block--styled-YHBBCTA.hero-banner-styled, .hero-banner.block--styled-LBHBGCTA, .block--styled-LBHBGCTA.hero-banner-styled {
    text-align: center;
  }
  .hero-banner.block--styled-WHBGWCTA .hero-banner__inner, .block--styled-WHBGWCTA.hero-banner-styled .hero-banner__inner, .hero-banner.block--styled-YHBGCTA .hero-banner__inner, .block--styled-YHBGCTA.hero-banner-styled .hero-banner__inner, .hero-banner.block--styled-YHBBCTA .hero-banner__inner, .block--styled-YHBBCTA.hero-banner-styled .hero-banner__inner, .hero-banner.block--styled-LBHBGCTA .hero-banner__inner, .block--styled-LBHBGCTA.hero-banner-styled .hero-banner__inner {
    padding: 0;
    left: 0;
    position: relative;
    top: -18px;
  }
  .hero-banner__content-styled, .hero-banner__content-styled__WHBGWCTA, .hero-banner__content-styled__YHBGCTA, .hero-banner__content-styled__YHBBCTA, .hero-banner__content-styled__LBHBGCTA {
    width: 100%;
    position: static;
  }
  .hero-banner__content-styled__WHBGWCTA, .hero-banner__content-styled__YHBGCTA, .hero-banner__content-styled__YHBBCTA, .hero-banner__content-styled__LBHBGCTA {
    height: auto;
    max-height: none;
    min-width: 306px;
    width: auto;
  }
  .hero-banner__content-styled__WHBGWCTA .hero-banner__wrap--position-right, .hero-banner__content-styled__YHBGCTA .hero-banner__wrap--position-right, .hero-banner__content-styled__YHBBCTA .hero-banner__wrap--position-right, .hero-banner__content-styled__LBHBGCTA .hero-banner__wrap--position-right {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hero-banner__wrap {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-banner__wrap--position-right {
    width: 58.3333333333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-banner__wrap-pad {
    padding: 20px;
  }
  .hero-banner__search {
    margin: 0;
  }
  .hero-banner__search-inner {
    left: 0;
  }
}
@media (min-width: 64em) {
  .hero-banner__inner.site-max-width {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .no-csstransforms .hero-banner__inner.site-max-width {
    left: 0;
  }
  .hero-banner__wrap {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-banner__wrap--position-right {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-banner__event-info, .hero-banner__event-info-btn {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .hero-banner__additional-block {
    max-width: 330px;
    margin-top: 20px;
    margin-top: 1.25rem;
    display: block;
  }
  .hero-banner__content-wrap {
    left: 50px;
    position: absolute;
    top: 50px;
  }
  .hero-banner.block--styled-WHBGWCTA, .block--styled-WHBGWCTA.hero-banner-styled, .hero-banner.block--styled-YHBGCTA, .block--styled-YHBGCTA.hero-banner-styled, .hero-banner.block--styled-YHBBCTA, .block--styled-YHBBCTA.hero-banner-styled, .hero-banner.block--styled-LBHBGCTA, .block--styled-LBHBGCTA.hero-banner-styled {
    text-align: left;
  }
  .hero-banner.block--styled-WHBGWCTA .hero-banner__inner, .block--styled-WHBGWCTA.hero-banner-styled .hero-banner__inner, .hero-banner.block--styled-YHBGCTA .hero-banner__inner, .block--styled-YHBGCTA.hero-banner-styled .hero-banner__inner, .hero-banner.block--styled-YHBBCTA .hero-banner__inner, .block--styled-YHBBCTA.hero-banner-styled .hero-banner__inner, .hero-banner.block--styled-LBHBGCTA .hero-banner__inner, .block--styled-LBHBGCTA.hero-banner-styled .hero-banner__inner {
    left: 50%;
    position: absolute;
    top: 0;
  }
  .hero-banner__content-styled, .hero-banner__content-styled__WHBGWCTA, .hero-banner__content-styled__YHBGCTA, .hero-banner__content-styled__YHBBCTA, .hero-banner__content-styled__LBHBGCTA {
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
    z-index: 5;
    max-height: 200px;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    max-width: 454px;
    width: 454px;
    height: 100%;
  }
  .hero-banner__content-styled__WHBGWCTA, .hero-banner__content-styled__YHBGCTA, .hero-banner__content-styled__YHBBCTA, .hero-banner__content-styled__LBHBGCTA {
    height: auto;
    max-height: none;
    max-width: 504px;
    min-width: 306px;
    width: auto;
  }
  .hero-banner__content-styled__WHBGWCTA .hero-banner__wrap--position-right, .hero-banner__content-styled__YHBGCTA .hero-banner__wrap--position-right, .hero-banner__content-styled__YHBBCTA .hero-banner__wrap--position-right, .hero-banner__content-styled__LBHBGCTA .hero-banner__wrap--position-right {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hero-banner__rotateblock-styled, .hero-banner__rotateblock-styled__WHBGWCTA, .hero-banner__rotateblock-styled__YHBGCTA, .hero-banner__rotateblock-styled__YHBBCTA, .hero-banner__rotateblock-styled__LBHBGCTA {
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
    visibility: visible;
    left: 0;
    width: 100%;
    max-width: 504px;
    top: 0;
    display: block;
    height: 100%;
  }
  .hero-banner__rotateblock2-styled, .hero-banner__rotateblock2-styled__WHBGWCTA, .hero-banner__rotateblock2-styled__YHBGCTA, .hero-banner__rotateblock2-styled__YHBBCTA, .hero-banner__rotateblock2-styled__LBHBGCTA {
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
    visibility: visible;
    left: -10px;
    top: auto;
    max-height: 248px;
    display: block;
    bottom: -18px;
    height: 100%;
    max-width: 454px;
    width: 454px;
  }
  .hero-banner__heading-styled__LBHBGCTA, .hero-banner__heading-styled__WHBGWCTA, .hero-banner__heading-styled__YHBGCTA, .hero-banner__heading-styled__YHBBCTA, .hero-banner__heading-styled__LBHBGCTA {
    color: #FFF;
    font-family: "NSPCCHeadline", sans-serif;
    font-size: 3.125em;
    line-height: 1;
    padding: 20px;
  }
  .hero-banner__subheading-styled {
    margin: 0;
    padding: 0 10px 10px 60px;
    position: absolute;
    top: 99%;
    width: 100%;
  }
}
@media (min-width: 91em) {
  .hero-banner.block--styled-WHBGWCTA .hero-banner__img .responsive-image--16x9, .block--styled-WHBGWCTA.hero-banner-styled .hero-banner__img .responsive-image--16x9, .hero-banner.block--styled-YHBGCTA .hero-banner__img .responsive-image--16x9, .block--styled-YHBGCTA.hero-banner-styled .hero-banner__img .responsive-image--16x9, .hero-banner.block--styled-YHBBCTA .hero-banner__img .responsive-image--16x9, .block--styled-YHBBCTA.hero-banner-styled .hero-banner__img .responsive-image--16x9, .hero-banner.block--styled-LBHBGCTA .hero-banner__img .responsive-image--16x9, .block--styled-LBHBGCTA.hero-banner-styled .hero-banner__img .responsive-image--16x9 {
    padding-bottom: 30%;
  }
  .hero-banner__subheading-styled {
    margin: 0;
  }
  .hero-banner__content-styled, .hero-banner__content-styled__WHBGWCTA, .hero-banner__content-styled__YHBGCTA, .hero-banner__content-styled__YHBBCTA, .hero-banner__content-styled__LBHBGCTA {
    background-color: green;
    width: 600px;
    max-width: 600px;
    height: 400px;
    max-height: 400px;
    z-index: 5;
    visibility: visible;
    position: relative;
    float: left;
    top: 0;
    left: 0;
  }
  .hero-banner__content-styled__WHBGWCTA, .hero-banner__content-styled__YHBGCTA, .hero-banner__content-styled__YHBBCTA, .hero-banner__content-styled__LBHBGCTA {
    height: auto;
    max-height: none;
    max-width: 504px;
    min-width: 306px;
    width: auto;
  }
  .hero-banner__content-styled__WHBGWCTA {
    background-color: green;
  }
  .hero-banner__content-styled__YHBGCTA {
    background-color: #118635;
  }
  .hero-banner__content-styled__YHBBCTA {
    background-color: #045372;
  }
  .hero-banner__content-styled__LBHBGCTA {
    background-color: green;
  }
  .hero-banner__rotateblock2-styled, .hero-banner__rotateblock2-styled__WHBGWCTA, .hero-banner__rotateblock2-styled__YHBGCTA, .hero-banner__rotateblock2-styled__YHBBCTA, .hero-banner__rotateblock2-styled__LBHBGCTA {
    position: absolute;
    z-index: 5;
    visibility: visible;
    left: -10px;
    top: auto;
  }
  .hero-banner__rotateblock-styled, .hero-banner__rotateblock-styled__WHBGWCTA, .hero-banner__rotateblock-styled__YHBGCTA, .hero-banner__rotateblock-styled__YHBBCTA, .hero-banner__rotateblock-styled__LBHBGCTA {
    position: absolute;
    z-index: 5;
    visibility: visible;
    left: 0;
    width: 100%;
    max-width: 504px;
    top: 0;
  }
}
/*
$screen-xs:     20em !default;
$screen-sm:			30em !default;
$screen-md:			40em !default;
$screen-lg:			64em !default;
$screen-xl:         80em !default;

$phablet:            30em, 'no-query' true; // 30*16 = 480px
$tablet:             40em, 'no-query' true; // 40*16 = 640px
$ultrabook           48em, 'no-query' true; // 48*15 = 768px
$desktop:            64em, 'no-query' true; // 64*16 = 1024px
$wide:               80em, 'no-query' true; // 80*16 = 1280px
    */
.hero-banners {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  clear: both;
  *zoom: 1;
}
.hero-banners:before, .hero-banners:after {
  content: "";
  display: table;
}
.hero-banners:after {
  clear: both;
}
.hero-banners .hero-banner, .hero-banners .hero-banner-styled {
  margin-bottom: 0;
}
.hero-banners .carousel {
  position: relative;
}
.hero-banners .carousel .block {
  margin-bottom: 0;
}
.hero-banners .carousel .owl-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  padding-top: 0;
}
.hero-banners .carousel .owl-nav .disabled {
  opacity: 0.5;
}
.hero-banners .carousel .owl-nav .disabled span:after {
  color: inherit;
}
.mobile .hero-banners .carousel.owl-carousel .hero-banner__wrap-pad {
  padding-top: 16px;
  padding-bottom: 70px;
}
.hero-banners .carousel .hero-banner__additional-block {
  display: none;
}
.hero-banners__donatecta {
  clear: both;
}
.hero-banners__donatecta .donate-block__inner {
  text-align: center;
}

@media (min-width: 40em) {
  .hero-banners {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .hero-banners .carousel .owl-nav {
    bottom: 20px;
  }
  .hero-banners__donatecta .donate-block__inner {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 64em) {
  .hero-banners {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .hero-banners .carousel .hero-banner__additional-block {
    display: block;
  }
}
.hero-banner-styled .sub {
  background: darkred;
  position: absolute;
  bottom: 15px;
  left: 30px;
  z-index: 41;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}
.hero-banner-styled .sub h1 {
  padding: 10px 20px;
  color: white;
}

.isotope-wall {
  *zoom: 1;
  width: 100%;
}
.isotope-wall:before, .isotope-wall:after {
  content: "";
  display: table;
}
.isotope-wall:after {
  clear: both;
}
.isotope-wall .block {
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
  margin: 0 !important;
  z-index: 10;
}
.isotope-wall .block * {
  transition: all, 250ms, ease-in-out;
}
.isotope-wall__hr {
  margin-top: 18px !important;
}
.isotope-wall__inner {
  padding-left: 10px;
  padding-right: 10px;
}
.isotope-wall__heading {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-align: center;
}
.isotope-wall__item-inner {
  padding: 20px;
}
.isotope-wall__item-img {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.isotope-wall__item-link {
  display: block;
  text-decoration: none;
}
.isotope-wall__item-date {
  display: block;
}
.isotope-wall__item-date--inline {
  display: inline;
}
.isotope-wall__item-date, .isotope-wall__item-heading, .isotope-wall__item-summary {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.isotope-wall__item-views {
  margin-top: 32px;
  margin-top: 2rem;
  text-transform: uppercase;
}

@media (min-width: 40em) {
  .isotope-wall__hr {
    margin-top: 54px !important;
  }
  .isotope-wall__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .isotope-wall .block {
    width: 50% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .isotope-wall__item-date, .isotope-wall__item-heading, .isotope-wall__item-summary {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 64em) {
  .isotope-wall .block {
    width: 33.33% !important;
  }
}
.audio-player {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.audio-player__inner {
  padding: 20px 10px;
  text-align: center;
}
.text-block .audio-player__inner {
  padding: 0;
}
.audio-player__link {
  display: block;
}
.audio-player__image {
  margin-bottom: 0 !important;
}
.audio-player__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 0 !important;
}
.audio-player .jp-audio {
  margin: 0 auto;
  background-color: #ebebeb;
  color: #000;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
}
.audio-player .jp-audio .jp-interface {
  position: relative;
  height: 45px;
  width: 100%;
}
.audio-player .jp-audio ul.jp-controls {
  margin: 0;
  list-style: none;
}
.audio-player .jp-audio ul.jp-controls li {
  position: absolute;
  top: 0;
  z-index: 10;
}
.audio-player .jp-audio ul.jp-controls li.play {
  left: 0;
}
.audio-player .jp-audio ul.jp-controls li.mute {
  right: 0;
}
.audio-player .jp-audio ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url("/images/css/audio-player.png");
  background-repeat: no-repeat;
  width: 45px;
  height: 44px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .audio-player .jp-audio ul.jp-controls a {
    background-image: url("/images/css/audio-player@2x.png");
    background-size: 180px 88px;
  }
}
.audio-player .jp-audio a.jp-play {
  background-position: -90px 0;
}
.audio-player .jp-audio a.jp-play:hover {
  background-position: -90px -44px;
}
.audio-player .jp-audio a.jp-pause {
  background-position: 0 -44px;
  display: none;
}
.audio-player .jp-audio a.jp-pause:hover {
  background-position: -45px -44px;
}
.audio-player .jp-audio a.jp-unmute {
  background-position: 0 0;
}
.audio-player .jp-audio a.jp-unmute:hover {
  background-position: -45px 0;
}
.audio-player .jp-audio a.jp-mute {
  background-position: -135px 0;
  display: none;
}
.audio-player .jp-audio a.jp-mute:hover {
  background-position: -135px -44px;
}
.audio-player .jp-audio .jp-progress-container {
  padding: 0 60px;
  position: absolute;
  top: 16px;
  height: 15px;
  left: 0px;
  width: 100%;
}
.audio-player .jp-audio .jp-progress {
  overflow: hidden;
  background-color: #ddd;
  height: 100%;
  width: 100%;
}
.audio-player .jp-audio .jp-seek-bar {
  background: #e0e0e0;
  width: 0px;
  height: 100%;
  cursor: pointer;
}
.audio-player .jp-audio .jp-play-bar {
  background: #4798c3;
  width: 0px;
  height: 100%;
}
.audio-player .jp-audio .jp-seeking-bg {
  /* The seeking class is added/removed inside jPlayer */
}
.audio-player .jp-audio .jp-no-solution {
  padding: 10px 20px;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
  margin-top: 10px;
}
.audio-player .jp-audio .jp-no-solution a {
  color: #000;
}

@media (min-width: 40em) {
  .audio-player {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 64em) {
  .audio-player {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.carousel-block {
  margin-left: 10px;
  margin-right: 10px;
}
/* Owl Carousel overrides */
.owl-carousel .owl-item {
  -webkit-backface-visibility: initial !important;
  /*
  .block {
  	padding-left:0px;
  	padding-right:0px;
  }
     */
}

.owl-nav {
  padding-top: 20px;
  text-align: center;
  color: #045370;
}
.owl-nav--link {
  text-decoration: none;
}
.block--themed .owl-nav {
  padding-bottom: 20px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  margin: 0 6px;
  display: inline-block;
}
.owl-nav .icon-with-blob {
  position: relative;
  font-size: 32px;
  font-size: 2rem;
}
.owl-nav .owl-prev > span:before,
.owl-nav .owl-next > span:before {
  color: white;
  top: 4px;
  left: 3px;
}
.owl-nav .owl-prev > span:after,
.owl-nav .owl-next > span:after {
  font-size: 40px;
  font-size: 2.5rem;
}

.cookie {
  padding: 0 10px;
  background-color: #e5e5e5;
  text-align: center;
  position: relative;
  z-index: 1;
  display: none;
  *zoom: 1;
}
.cookie:before, .cookie:after {
  content: "";
  display: table;
}
.cookie:after {
  clear: both;
}
.cookie__inner {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.cookie a:visited {
  color: #2F7CA3;
}

@media (min-width: 40em) {
  .cookie__inner {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 54px;
    padding-top: 3.375rem;
    padding-bottom: 54px;
    padding-bottom: 3.375rem;
  }
}
.header-container__inner {
  background: #fff;
}

.site-logo, .header__logo {
  overflow: hidden;
  display: block;
  float: left;
  background-image: url("../images/svg/NSPCC_LOGO_RGB_GREEN.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -999em;
}

.site-tagline, .footer__strap .site-tagline, .footer__strap .header__tagline, .header__tagline {
  text-indent: -999em;
  background-image: url("../images/svg/NSPCC_STRAPLINE_RGB_GREEN.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-top: 48px;
  position: absolute;
  left: 50%;
  margin-left: -175px;
}

.menu-burger {
  background: none;
  border: 0;
  border-right: 1px solid #dcdcdc;
  color: #56585a;
  text-decoration: none;
}
.menu-burger.xmas {
  color: #fff;
}
.menu--open .menu-burger::before {
  content: "";
}

.header {
  width: 100%;
  max-width: 1372px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
  background: white;
}
.header.xmas {
  background: transparent;
}
.header__square-btn {
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  line-height: 60px;
  color: #56585a;
  outline: none;
  font-size: 32px;
  font-size: 2rem;
}
.header__square-btn.xmas {
  color: #fff;
}
.header__square-btn.toggler-active {
  color: #56585a;
}
.header__menu-burger {
  float: left;
}
@media (min-width: 64em) {
  .header__menu-burger {
    padding: 34px;
    font-size: 22px;
  }
}
.header__logo {
  background-size: 77px 19px;
  margin: 20px;
  width: 77px;
  height: 19px;
}
.header__logo.xmas {
  background-image: url("../images/svg/NSPCC_LOGO_RGB_WHITE.svg");
}
.no-svg .header__logo {
  background-image: url(/images/logo.png);
  background-size: cover;
}
.header__tagline {
  display: none;
  width: 360px;
  height: 16px;
}
.header__tagline.xmas {
  background-image: url("../images/svg/NSPCC_STRAPLINE_RGB_WHITE.svg");
}
.no-svg .header__tagline {
  background-image: url(/images/tagline.png);
  background-size: cover;
}

.header__donate {
  display: none;
}

.header-actions {
  float: right;
}
.header-actions__item {
  float: left;
  border-left: 1px solid #dcdcdc;
  text-decoration: none;
}
@media (min-width: 64em) {
  .header-actions__item {
    padding: 34px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.header-actions__item.toggler-active {
  background: #e4e4e4;
}

/* Toggler */
.toggler-target-active {
  display: block;
}

@media (min-width: 40em) {
  .header {
    height: 90px;
    position: relative;
  }
  .header__square-btn {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .header__logo {
    background-size: 132px 30px;
    margin: 30px 30px 0;
    width: 132px;
    height: 30px;
  }

  .header-actions__item--helpline {
    display: block;
  }

  .header__donate {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 210px;
  }
}
@media (min-width: 64em) {
  .header__tagline {
    display: block;
  }

  .header__donate {
    right: 30px;
  }

  .header-actions {
    display: none;
  }
}
/* Extract to file */
.donation-block {
  padding: 20px 0;
  text-align: center;
  background-color: #14a53e;
  box-shadow: inset 0px 4px 3px rgba(83, 83, 83, 0.2);
}
@media (min-width: 40em) {
  .donation-block {
    padding: 10px 0;
    position: absolute;
    top: 0;
    right: 140px;
    z-index: 1;
    background: none;
    box-shadow: none;
  }
}
@media (min-width: 64em) {
  .donation-block {
    padding: 20px 0;
    top: 5px;
    right: 210px;
  }
}

.donation-block_btn {
  color: #14a53e;
}
@media (min-width: 40em) {
  .donation-block_btn {
    color: #fff;
    background: #14a53e;
  }
}

.buttons-block__btn {
  display: block;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
}
.buttons-block__btn--donate {
  background-color: #108633;
}
.buttons-block__btn--helpline {
  background-color: #0b5874;
}
.buttons-block__btn--half {
  width: 50%;
  float: left;
}
@media (min-width: 40em) {
  .buttons-block {
    display: none;
  }
}

.search-block {
  display: none;
  padding: 10px 20px 5px 20px;
  position: relative;
  z-index: 2;
  background: #e4e4e4;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  *zoom: 1;
}
.search-block:before, .search-block:after {
  content: "";
  display: table;
}
.search-block:after {
  clear: both;
}
.search-block--active {
  display: block;
}
.search-block.toggler-target-active {
  display: block;
}
.search-block__icon {
  display: none;
}
.search-block__form {
  text-align: center;
}
.search-block__form-helper {
  display: table;
}
.search-block__input {
  padding: 10px 20px 8px;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "NSPCCLight", "sans-serif";
  line-height: 22px;
  line-height: 1.375rem;
  color: #4c4c4c;
  width: 98%;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-left: 1px solid #cbcbcb;
  background: transparent;
  outline: none;
  display: table-cell;
  transition: 0.1s ease-in-out;
  float: left;
}
.search-block__input:focus {
  background: #fff;
}
.search-block__btn {
  padding: 0;
  background: none;
  border: none;
  font-size: 32px;
  font-size: 2rem;
  color: #56585a;
}
.search-block__btn :before:hover {
  background: #5D5E60;
  color: #fff;
}
.mobile .search-block__btn-helper, .tablet .search-block__btn-helper {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  padding-top: 4px;
}
.search-block__results {
  display: none;
}
.search-block__result {
  padding: 20px;
  border-top: 1px solid #cbcbcb;
}
.search-block__result-title, .search-block__result-title a {
  color: #333;
  text-decoration: none;
}
.search-block__result-summary {
  color: #999;
}

@media (min-width: 40em) {
  .search-block {
    padding: 10px 25px 5px;
  }
  .search-block__input {
    width: 96%;
  }
}
@media (min-width: 64em) {
  .search-block__form-helper {
    width: 100%;
  }
  .search-block__icon {
    display: inline-block;
    font-size: 32px;
    font-size: 2rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #5D5E60;
    padding: 4px;
    transition: 0.1s ease-in-out;
  }
  .search-block__results {
    display: none;
  }
  .search-block__input {
    display: inline-block;
    width: 300px;
    float: none;
  }
  .search-block__btn {
    outline: none;
  }
  .search-block__btn:before {
    position: absolute;
    top: 13px;
  }
}
.helpline-block {
  display: none;
  padding: 30px 10px;
  position: relative;
  z-index: 2;
  background: #e4e4e4;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.helpline-block--active {
  display: block;
}
.helpline-block.toggler-target-active {
  display: block;
}
.helpline-block__item {
  margin-bottom: 20px;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 9px;
  padding-right: 9px;
}
.mobile .helpline-block__item-img {
  display: none;
}
.helpline-block__item-heading, .helpline-block__item-summary {
  margin-bottom: 10px;
}
.helpline-block__item-contact {
  margin-bottom: 20px;
}
.helpline-block__item-contact a {
  color: inherit;
  text-decoration: none;
}
.helpline-block__item-contact a:hover {
  text-decoration: underline;
}
.helpline-block__item--last {
  margin-bottom: 0;
}
.helpline-block .crayon {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 9px;
  padding-right: 9px;
  width: auto;
  float: none;
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 20px;
  clear: both;
}
.helpline-block .video-block__icon:after {
  color: #045370;
}

.ctablock {
  text-align: center;
}

@media (min-width: 40em) {
  .helpline-block {
    padding: 48px 10px;
  }
  .helpline-block__items {
    max-width: 1372px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
  }
  .helpline-block__items:after {
    content: "";
    display: block !important;
    width: 8px;
    height: 100%;
    margin-left: -4px;
    position: absolute;
    left: 50%;
    top: 0;
    background: url(/images/css/crayon-dark-mid-vertical@2x.png) repeat-y top left;
    background-size: 8px 125px;
  }
  .helpline-block__items:after .lt-ie9 {
    background: url(/images/css/crayon-dark-mid-vertical.png) repeat-y top left;
  }
  .helpline-block__item {
    margin-bottom: 0;
  }
  .helpline-block__item--first {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  .helpline-block__item--last {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 58.3333333333%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .helpline-block__item-img {
    margin-bottom: 20px;
  }
  .helpline-block .crayon {
    display: none;
  }
}
body.cookie--message #menu-burger-2 {
  visibility: hidden !important;
}

@media (max-width: 63.9375em) {
  .no-js .menu {
    display: none;
  }

  .menu {
    width: 262px;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
  }

  .menu--open {
    overflow: hidden;
  }

  .menu--open .menu {
    visibility: visible;
    height: 100%;
    overflow: visible;
  }

  #menu-burger-2 {
    display: block;
    border-right: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    transition-delay: 0.6s;
  }

  .menu--open #menu-burger-2 {
    width: 59px;
    opacity: 1;
    position: fixed;
    left: 262px;
    top: 0;
    z-index: 100;
    background-color: #fff;
  }

  .container {
    margin-left: 0;
    position: relative;
    z-index: 10;
    transition: all 0.5s ease;
  }

  .menu--open .container {
    /*margin-left: 50%;*/
    margin-left: 0;
    -webkit-transform: translate(262px, 0);
        -ms-transform: translate(262px, 0);
            transform: translate(262px, 0);
  }

  .menu_level {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #333333;
    transition: all 0.5s ease;
  }

  .menu_level--closed {
    left: -100%;
  }
  .lt-ie9 .menu_level--closed {
    left: -100%;
  }

  .menu_level-inner {
    width: 262px;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    background-color: #333333;
  }
  .menu_level-inner ::-webkit-scrollbar {
    width: 4px;
  }
  .menu_level-inner ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu_level-inner ::-webkit-scrollbar-thumb {
    background-color: #5c5c5c;
    border: 0;
    border-radius: 0;
    background-clip: content-box;
  }

  .menu_level-heading {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 90px;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "NSPCCLight", "sans-serif";
    line-height: 24px;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #fff;
  }
  .menu_level-heading span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .no-csstransforms .menu_level-heading {
    padding: 20px;
  }

  .menu_back {
    display: block;
    padding: 15px 20px 15px 40px;
    padding: 0.9375rem 1.25rem 0.9375rem 2.5rem;
    color: #fff;
    background: #242424 url(/images/css/back-arrow-left@2x.png) no-repeat 20px 50%;
    background-size: 10px 16px;
    outline: none;
    color: #929292;
    font-size: 16px;
    font-size: 1rem;
    font-family: "NSPCCRegular", "sans-serif";
    line-height: 18px;
    line-height: 1.125rem;
    text-decoration: none;
    box-shadow: inset 0 1px #5c5c5c;
  }
  .lt-ie9 .menu_back {
    background-image: url(/images/css/back-arrow-left.png);
  }

  .menu_items {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .menu_item--hidden > .menu_item-link {
    display: none;
  }

  .menu_item-link {
    display: block;
    padding: 12px 20px;
    padding: 0.75rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    font-family: "NSPCCRegular", "sans-serif";
    line-height: 24px;
    line-height: 1.5rem;
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 -1px #5c5c5c;
  }
  .no-touch .menu_item-link:hover {
    background-color: #275b37;
  }
  .lt-ie9 .menu_item-link {
    border-bottom: 1px solid #5c5c5c;
  }

  .menu_item-link--first {
    box-shadow: inset 0 -1px #5c5c5c, inset 0 1px #5c5c5c;
  }
  .lt-ie9 .menu_item-link--first {
    border-top: 1px solid #5c5c5c;
  }

  .menu_item-link--active {
    background-color: #12a53e !important;
  }

  .menu_item-link--children {
    padding: 12px 40px 12px 20px;
    padding: 0.75rem 2.5rem 0.75rem 1.25rem;
    background: url(/images/css/menu-arrow-right@2x.png) no-repeat 91% 50%;
    background-size: 10px 16px;
  }
  .lt-ie9 .menu_item-link--children {
    background-image: url(/images/css/menu-arrow-right.png);
  }

  .menu_feature,
.menu_item--align-right {
    display: none;
  }
}
@media (min-width: 40em) {
  .menu--open #menu-burger-2 {
    width: 89px;
  }
}
@media (min-width: 64em) {
  .menu {
    width: 100%;
    height: 54px;
    height: 3.375rem;
    position: absolute;
    top: 90px;
    z-index: 999;
    background-color: #56585a;
  }

  .menu-burger {
    display: none;
  }

  .menu_level,
.menu_level-heading,
.menu_item--home,
.menu_back {
    display: none;
  }

  .menu_feature-level-2 {
    width: 66.66666%;
    float: right;
  }

  .menu_feature-level-3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 200%;
    z-index: 1000;
  }

  .menu_level--1 {
    display: block;
  }

  .menu_level-inner {
    max-width: 1372px;
    max-width: 85.75rem;
    margin: 0 auto;
  }

  .menu_items {
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1;
  }
  .menu_items:before, .menu_items:after {
    content: "";
    display: table;
  }
  .menu_items:after {
    clear: both;
  }

  .menu_item {
    min-height: 54px;
    float: left;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
  }
  .menu_item:hover, .menu_item.hover {
    background-color: #e4e4e4;
  }
  .menu_level--2 .menu_item {
    padding-bottom: 0;
    float: none;
  }
  .menu_level--2 .menu_item.hover, .menu_level--2 .menu_item:hover {
    background-color: #fff;
  }
  .menu_level--2 .menu_item.hover .menu_item-link, .menu_level--2 .menu_item:hover .menu_item-link {
    border-bottom-color: #fff;
  }
  .menu_level--3 .menu_item .menu_item-link {
    border-bottom-color: #f2f2f2 !important;
  }

  .menu_item--align-right {
    float: right;
  }
  .menu_item--align-right .menu_item-link {
    border-right: 0;
    border-left: 1px solid #898a8c;
  }
  .menu_item--align-right .menu_item-icon-text {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-family: "NSPCCRegular", "sans-serif";
    line-height: 16px;
    line-height: 1rem;
    margin: -2em 0 0 30px;
  }

  .menu_item-helpline .menu_item-link {
    border-left: 0;
  }

  .menu_item--last .menu_item-link {
    border-right: 0;
  }

  .menu_item-search,
.menu_item-helpline {
    font-size: 28px;
  }

  .menu_item-link.toggler-active {
    color: #000;
    background-color: #e4e4e4;
  }

  .menu_item-link {
    display: block;
    min-height: 54px;
    line-height: 54px;
    padding: 0 30px;
    text-decoration: none;
    color: inherit;
    border-right: 1px solid #898a8c;
  }
  .menu_item:hover .menu_item-link {
    color: #000;
  }
  .menu_item--active .menu_item-link {
    color: #ccc;
  }
  .menu_level--2 .menu_item-link {
    margin-left: 26px;
    margin-right: 26px;
    min-height: auto;
    line-height: 1;
    padding: 20px 0 20px 0;
    color: #56585a;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
  }
  .menu_level--2 .menu_item-link:hover {
    margin-left: 0;
    margin-right: 0;
    padding-left: 26px;
    padding-right: 0;
    color: #000;
    border-bottom-color: #fff;
  }
  .menu_level--3 .menu_item-link:hover {
    margin: 0 26px;
    padding-left: 0;
    padding-right: 0;
    color: #000;
    font-weight: bold;
  }

  .menu_level--2 .menu_item-link--children {
    position: relative;
  }

  .menu_level--2 .menu_item-link--children:after {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "icomoon";
    content: "";
    color: #c8c8c8;
    margin-top: -9px;
  }

  .menu_level--2 .menu_item-link--children:hover:after {
    right: 26px;
  }

  .menu_item--children:hover > .menu_level--2,
.menu_item--children.hover > .menu_level--2 {
    display: block;
    width: 100%;
    padding: 40px 0;
    position: absolute;
    top: 54px;
    left: 0;
    background-color: #e4e4e4;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  }

  .menu_item--children > .menu_level--2 > .menu_level-inner > .menu_items {
    width: 33.33333%;
    float: left;
    position: relative;
  }

  .menu_item--children.hover > .menu_level--3,
.menu_item--children:hover > .menu_level--3 {
    display: block;
  }

  .menu_item--children.hover > .menu_level--3 .menu_items,
.menu_item--children:hover > .menu_level--3 .menu_items {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    background-color: #fff;
  }

  .menu_items-graphic img {
    width: 100%;
    height: auto;
  }

  .menu_feature .rowblock {
    margin-bottom: 0;
  }

  .icomoon-search-txt {
    display: none;
  }

  .icomoon-helpline-txt {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1340px) {
  .menu_item-link {
    padding: 0 13px;
  }

  .menu_item-search,
.menu_item-helpline {
    font-size: 42px;
  }

  .icomoon-search {
    display: none;
  }

  .icomoon-search-txt {
    display: block;
  }

  .icomoon-helpline {
    display: none;
  }

  .icomoon-helpline-txt {
    display: block;
  }
}
.hero {
  padding: 0;
}

.banner {
  position: relative;
  background: white;
  /*
  .h3 {
  	color: #fff;
  }
     */
}
.banner__inner {
  left: 0;
  top: 0;
  width: 100%;
}
.banner .banner-video {
  display: block;
}
.banner .img-fallback {
  display: none;
}
.banner .img-fallback .h0 {
  text-align: center;
  margin-bottom: 0;
}
.banner .banner_btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.banner .banner_btn.primary-background {
  color: #fff;
}
.banner .additional-block {
  display: none;
  padding-top: 1em;
}

.block--no-theme .banner .block-theme-bg, .block--no-theme .banner .section-highlight__content, .block--no-theme .banner .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .block--no-theme .banner .heading__inner, .block--no-theme .banner .simple-accordion, .block--no-theme .banner .carousel-block .blocks, .carousel-block .block--no-theme .banner .blocks, .pressreleasepage.hero .banner .block-theme-bg, .pressreleasepage.hero .banner .section-highlight__content, .pressreleasepage.hero .banner .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .pressreleasepage.hero .banner .heading__inner, .pressreleasepage.hero .banner .simple-accordion, .pressreleasepage.hero .banner .carousel-block .blocks, .carousel-block .pressreleasepage.hero .banner .blocks {
  padding-left: 0;
  padding-right: 0;
}
.block--no-theme .banner .h0, .pressreleasepage.hero .banner .h0 {
  color: #045370;
}
.block--no-theme .banner .h3, .pressreleasepage.hero .banner .h3 {
  color: #000;
}
.block--no-theme .banner .banner_btn, .pressreleasepage.hero .banner .banner_btn {
  background: #045370;
  color: #fff !important;
}

.banner-wrapper {
  position: relative;
}

.banner_carousel-nav {
  display: none;
}

.banner_img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 46.7%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.lt-ie9 .banner_img-wrapper {
  background: none !important;
}
.lt-ie9 .banner_img-wrapper .banner_img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.banner_img-wrapper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_content {
  text-align: center;
}

.banner_title {
  margin-bottom: 0.2em;
}

@media (min-width: 40em) {
  .banner-wrapper li.align-right .banner_content {
    left: auto;
    right: 0;
  }

  .banner_content {
    max-width: 1372px;
    margin: 0 auto;
  }

  .banner_content-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
    z-index: 10;
    margin: 0 30px;
    padding: 20px;
    text-align: left;
  }

  .banner .media-wrap .inner-content .play {
    display: block;
  }
  .banner .additional-block {
    display: block;
  }
}
@media (min-width: 64em) {
  .banner-wrapper li.align-right .banner_content {
    left: auto;
    right: 10%;
  }

  .banner {
    position: relative;
    z-index: 1;
  }
  .banner .media-wrap img {
    margin-top: -4%;
  }

  .banner_carousel-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
  }

  .banner_carousel-nav-btn {
    display: block;
    float: left;
    height: 66px;
    height: 4.125rem;
    overflow: hidden;
    padding: 0;
    width: 3rem;
    width: 62px;
    width: 3.875rem;
    cursor: pointer;
    background-image: url(/images/css/banner-cloud.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 3em;
  }
  .banner_carousel-nav-btn:before {
    content: "";
    font-family: "icomoon";
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 60px;
    line-height: 3.75rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    color: #fff;
    margin-left: 0.35em;
    margin-top: 0.1em;
  }
  .banner_carousel-nav-btn.next {
    float: right;
    margin-left: 0em;
    /*hacky - issue with the icon not being flush. */
    margin-right: 3em;
  }
  .banner_carousel-nav-btn.next:before {
    content: "";
  }
}
.lt-ie9 .site-tagline, .lt-ie9 .header__tagline {
  background-image: url(../images/tagline.png) !important;
  background-size: cover !important;
}

.footer {
  *zoom: 1;
  clear: both;
}
.footer:before, .footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.footer__hr {
  clear: both;
}
.footer__inner--bg .footer__hr {
  margin: 0 9px !important;
}
.footer__strap {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 0;
  padding-right: 0;
}
.footer__strap .site-tagline, .footer__strap .header__tagline {
  background-image: url("../images/svg/NSPCC_STRAPLINE_RGB_GREEN.svg");
  margin: 30px auto 30px auto;
  width: 100%;
  max-width: 360px;
  padding-top: 16px;
  line-height: 0;
  float: none;
  position: static;
  color: #000;
}
.footer__inner {
  padding: 0 10px;
  clear: both;
  *zoom: 1;
}
.footer__inner:before, .footer__inner:after {
  content: "";
  display: table;
}
.footer__inner:after {
  clear: both;
}
.footer__inner--bg {
  padding: 20px 0px 38px;
  padding: 1.25rem 0rem 2.375rem;
  background-color: #56585a;
  color: #fff;
}
.footer__content-block {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 9px;
  padding-right: 9px;
}
.footer__content-block-heading {
  margin: 18px 0px;
  margin: 1.125rem 0rem;
  color: #fff;
}
.collapser--active .footer__content-block-heading {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  line-height: 31px;
  background: url("/images/css/plus-white.png") no-repeat;
  background-position: right top;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .collapser--active .footer__content-block-heading {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/css/plus-white@2x.png");
    background-size: 31px 31px;
  }
}
.footer__content-block-heading.collapser--open {
  background: url("/images/css/minus-white.png") no-repeat;
  background-position: right 12px;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .footer__content-block-heading.collapser--open {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/css/minus-white@2x.png");
    background-size: 31px 5px;
  }
}
.footer__social-links li {
  display: inline-block;
  font-size: 48px;
  font-size: 3rem;
  padding-right: 4px;
  padding-right: 0.25rem;
}
.footer__social-links a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.footer__social-links a:before {
  color: #56585a;
}
.footer__social-links a.icomoon-icon-facebook:hover:after {
  color: #b1ddde;
}
.footer__social-links a.icomoon-icon-twitter:hover:after {
  color: #f5b9d2;
}
.footer__social-links a.icomoon-icon-linkedin:hover:after {
  color: #fcc636;
}
.footer__social-links a.icomoon-icon-google:hover:after {
  color: #d8ccf0;
}
.footer__social-links a.icomoon-icon-youtube:hover:after {
  color: #f5b9d2;
}
.footer .text-block {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
.footer .text-block a {
  color: #fff;
  text-decoration: none;
}
.footer .text-block ul {
  margin: 0;
  list-style: none;
}
.footer .text-block ul li {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.footer__meta {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 18px;
  padding-top: 1.125rem;
}
.footer__meta p {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
.footer__meta p:last-child {
  padding-bottom: 0;
}
.footer__meta a {
  color: #fff;
  text-decoration: none;
}
.footer__meta a:hover {
  text-decoration: underline;
}

@media (min-width: 40em) {
  .footer {
    /*
    &__strap {

    	.site-tagline {
    		width: 500px;
    		max-width: 500px;
    	}
    }
    */
  }
  .footer__content-block {
    width: 25%;
    clear: right;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer__hr--s {
    display: none;
  }
}
@media (min-width: 64em) {
  .footer__hr {
    max-width: 1332px;
  }

  .footer__meta p {
    padding-bottom: 0;
  }

  .footer__meta-copyright {
    width: 58.3333333333%;
    clear: right;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__meta-links {
    width: 33.3333333333%;
    clear: right;
    float: right;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }
}
.tooltip-ref, .tooltip-mplayers {
  max-width: 400px;
  max-width: 25rem;
  padding: 20px 40px 20px 20px;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  background: #ededee;
  box-shadow: 3px 3px 5px 0px rgba(39, 37, 46, 0.4);
  position: relative;
}
.tooltip-ref_closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #8d8d8d;
  overflow: hidden;
  text-decoration: none;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.tooltip-ref_closebtn:before {
  padding-right: 14px;
  padding-right: 0.875rem;
}
.tooltip-ref .references-block_title, .tooltip-mplayers .references-block_title {
  margin-top: 0;
}
.tooltip-mplayers {
  padding: 20px;
  padding: 1.25rem;
  background: #fff;
}
.tooltip-mplayers .tooltipster-arrow-top span, .tooltip-mplayers .tooltipster-arrow-top-right span, .tooltip-mplayers .tooltipster-arrow-top-left span {
  border-left: 22px solid transparent !important;
  border-right: 22px solid transparent !important;
  border-top: 18px solid;
  bottom: -14px;
}
.tooltip-mplayers .tooltipster-arrow-bottom span, .tooltip-mplayers .tooltipster-arrow-bottom-right span, .tooltip-mplayers .tooltipster-arrow-bottom-left span {
  border-left: 22px solid transparent !important;
  border-right: 22px solid transparent !important;
  border-bottom: 18px solid;
  top: -14px;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.eventpage.spotlight {
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}

.events-listing__read-more {
  text-align: center;
}
.events-listing__list .rowblock {
  margin: 0;
}

.eventsearchcta {
  background: #f5f5f5;
  padding: 20px;
  padding: 1.25rem;
  margin: 0;
}
.eventsearchcta .eventsearch-block .form__wrap {
  padding: 0px;
}

.eventsearch-block .form__wrap .formfieldblock {
  clear: left;
}
.eventsearch-block .form__wrap .submit {
  float: left;
}
.eventsearch-block .form__wrap label {
  font-size: 12px;
  font-size: 0.75rem;
}
.eventsearch-block__heading {
  margin-top: 16px;
  margin-top: 1rem;
}
.eventsearch-block__resultspane {
  clear: both;
}
.eventsearch-block__resultspane .form__wrap {
  padding: 0px;
}
.eventsearch-block__noresults {
  text-align: center;
  margin: 40px 0px 20px 0px;
  margin: 2.5rem 0rem 1.25rem 0rem;
}
.eventsearch-block__resultitem {
  padding: 40px 10px 40px 10px;
  padding: 2.5rem 0.625rem 2.5rem 0.625rem;
  margin: 0;
  margin-bottom: 0 !important;
}
.eventsearch-block__resultitem .inner {
  position: relative;
}
.eventsearch-block__pagination {
  padding: 10px;
  padding: 0.625rem;
}
.eventsearch-block__pagination {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.eventsearch-block__resultitem-btn {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.eventsearch-block__ordering {
  padding: 0;
}
.eventsearch-block__resultitem-secondary {
  text-align: left;
}
.eventsearch-block .show-more {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.eventsearch-block .show-more .crayon {
  margin: 0;
}
.eventsearch-block__searchbar .form__wrap {
  padding: 40px;
  padding: 2.5rem;
}
.eventsearch-block__ordering {
  padding: 0px 10px 0px 10px;
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.eventsearch-block__searchbar-head {
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 0.625rem 0rem;
}
.eventsearch-block .rowblock.eventsearch-block__error {
  text-align: center;
  margin: 0px 0px 40px 0px;
  margin: 0rem 0rem 2.5rem 0rem;
}

@media (min-width: 40em) {
  .eventsearch-block .form__wrap .formfieldblock {
    min-height: 80px;
    min-height: 5rem;
    clear: none;
    margin-right: 20px;
  }
  .eventsearch-block .form__wrap .formfieldblock .submit {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .eventsearch-block .element {
    width: auto;
    padding: 0px;
    float: left;
    margin-bottom: 0px;
  }
  .eventsearch-block .element input[type=text],
.eventsearch-block .element input[type=email],
.eventsearch-block .element input[type=tel],
.eventsearch-block .element input[type=number],
.eventsearch-block .element select,
.eventsearch-block .element textarea {
    height: 44px;
    min-width: 70px;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0px 40px 0px 8px;
    padding: 0rem 2.5rem 0rem 0.5rem;
  }
  .eventsearch-block .sortby {
    text-align: right;
    display: block;
    float: right;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .eventsearch-block .sortby select {
    width: auto;
  }
  .eventsearch-block__resultitem {
    padding: 40px 0px 40px 0px;
    padding: 2.5rem 0rem 2.5rem 0rem;
  }
  .eventsearch-block__resultitem-summary {
    color: #000;
  }
  .eventsearch-block__resultitem-heading {
    margin: 12px 0px;
    margin: 0.75rem 0rem;
  }
  .eventsearch-block__resultitem-btn {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .eventsearch-block__resultitem-primary {
    width: 66.667%;
    float: left;
    margin: 0px 40px 0px 0px;
    margin: 0rem 2.5rem 0rem 0rem;
  }
  .eventsearch-block__resultitem-secondary {
    text-align: right;
  }
  .eventsearch-block__searchbar .form__wrap {
    padding: 40px 0px;
    padding: 2.5rem 0rem;
  }
  .eventsearch-block__ordering {
    padding: 0px;
    padding: 0rem;
  }
  .eventsearch-block__resultitem-btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.intro-block {
  color: #56585a;
  background-color: #B1DDDE;
  *zoom: 1;
  overflow: hidden;
}
.intro-block:before, .intro-block:after {
  content: "";
  display: table;
}
.intro-block:after {
  clear: both;
}
.intro-block__inner {
  margin: 0 1.25em 0;
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.intro-block__copy {
  text-align: center;
}
.intro-block__copy p {
  font-size: 13px;
  line-height: 18px;
}
.intro-block__copy p.lead {
  font-size: 18px;
  line-height: 24px;
}
.intro-block .lead-link {
  background: url("/images/css/arrow_homepage.png") no-repeat scroll center 10px rgba(0, 0, 0, 0);
  display: block;
  padding: 100px 0 0;
  color: #000;
  text-decoration: none;
  text-align: center;
  z-index: 9;
  position: relative;
}

@media (min-width: 40em) {
  .intro-block__inner {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
.majorplayers-block {
  background: #D8CCF0;
  padding: 20px;
  padding: 1.25rem;
}
.majorplayers-block__inner {
  *zoom: 1;
  text-align: center;
}
.majorplayers-block__inner:before, .majorplayers-block__inner:after {
  content: "";
  display: table;
}
.majorplayers-block__inner:after {
  clear: both;
}
.majorplayers-block__title {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.majorplayers-block__list {
  margin: 0 auto;
  font-size: 0px;
  font-size: 0rem;
}
.majorplayers-block__arrow {
  display: none;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 22px solid transparent !important;
  border-right: 22px solid transparent !important;
  border-bottom: 18px solid #fff;
  bottom: -20px;
  z-index: 9;
}
.majorplayers-block__header {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 1.25rem 0rem;
}
.majorplayers-block__item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
}
.majorplayers-block__item:last-child {
  margin-bottom: 0;
}
.majorplayers-block--slider .majorplayers-block__item.active .majorplayers-block__arrow {
  display: block;
}
.majorplayers-block__item-title {
  color: #fff;
  margin: 0;
  transition: font-size 0.5s ease-in-out;
}
.majorplayers-block__item-title a {
  text-decoration: none;
  font-size: 96px;
  font-size: 6rem;
  overflow: hidden;
  display: block;
}
.majorplayers-block__item-link {
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  display: block;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  /*
  &:before{
  	padding-right:25px;
  }
        */
}
.majorplayers-block__item-link:after {
  color: #EC5EA1;
}
.majorplayers-block__item-link:hover:after, .majorplayers-block__item.active .majorplayers-block__item-link:after {
  color: #554270;
}
.majorplayers-block__item-content {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  background: #fff;
}
.majorplayers-block__contentHolder .majorplayers-block__item-content {
  padding: 20px 0px 20px 0px;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.majorplayers-block__item-content-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.majorplayers-block__item-content-text {
  text-align: left;
}
.majorplayers-block__summary-row {
  height: 0;
  overflow: hidden;
  clear: both;
  transition: max-height 0.5s ease-in-out;
}
.majorplayers-block__icon, .majorplayers-block__icon-hover {
  z-index: 99;
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.majorplayers-block__item-link:hover .majorplayers-block__icon, .majorplayers-block__item-link:hover .majorplayers-block__icon-hover, .majorplayers-block__item.active .majorplayers-block__icon, .majorplayers-block__item.active .majorplayers-block__icon-hover {
  display: none;
}
.majorplayers-block__icon-hover {
  display: none;
}
.majorplayers-block__item-link:hover .majorplayers-block__icon-hover, .majorplayers-block__item.active .majorplayers-block__icon-hover {
  display: block;
}

.js .majorplayers-block__item {
  width: 33.333333%;
  margin: 0 auto;
  display: inline-block;
}
.js .majorplayers-block__item .majorplayers-block__item-content {
  display: none;
}
.js .majorplayers-block__contentHolder {
  background: #fff;
  display: none;
}
.js .majorplayers-block__contentHolder .majorplayers-block__item-content {
  margin: 0;
  border-top: 10px solid #D8CCF0;
  border-bottom: 10px solid #D8CCF0;
  padding: 20px;
}

@media (min-width: 40em) {
  .majorplayersblock.wide .majorplayers-block__inner, .majorplayersblock.half .majorplayers-block__inner, .majorplayersblock.narrow .majorplayers-block__inner {
    padding: 0;
  }

  .majorplayers-block {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .majorplayers-block__inner {
    margin: 0 auto;
    padding: 0px 20px;
    padding: 0rem 1.25rem;
  }
  .majorplayers-block__title {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .majorplayers-block__item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .majorplayers-block__item-link {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    font-size: 80px;
    font-size: 5rem;
    line-height: 80px;
    line-height: 5rem;
  }

  .js .majorplayers-block__item {
    width: 25%;
    margin-bottom: 16px;
  }
  .js .majorplayers-block__item-content {
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  .majorplayers-block__inner {
    margin: 0 auto;
    padding: 0px 100px 0px 100px;
    padding: 0rem 6.25rem 0rem 6.25rem;
  }
  .majorplayers-block__item-link {
    width: 96px;
    width: 6rem;
    height: 96px;
    height: 6rem;
    font-size: 96px;
    font-size: 6rem;
    line-height: 96px;
    line-height: 6rem;
  }
}
.lt-ie9 .donate-block .donate-block__donation-option input {
  position: static;
  overflow: auto;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.donate-block {
  background-color: #108633 !important;
  color: #fff;
}
.donate-block__inner {
  padding: 20px;
  padding: 1.25rem;
}
.donate-block__inner > *:last-child {
  padding-bottom: 0;
}
.donate-block__form {
  padding: 16px 0;
  position: relative;
  overflow: hidden;
}
.donate-block .donate-block__row {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  position: relative;
}
.donate-block .donate-block__row:first-child {
  padding-left: 0;
}
.donate-block .donate-block__row:last-child {
  padding-right: 0;
}
.donate-block .donate-block__btn {
  padding-left: 10px;
  padding-right: 10px;
}
.donate-block__row-btn {
  position: absolute !important;
  top: 16px;
  right: 0;
}
.donate-block__row-full {
  *zoom: 1;
  clear: both;
}
.donate-block__row-full:before, .donate-block__row-full:after {
  content: "";
  display: table;
}
.donate-block__row-full:after {
  clear: both;
}
.donate-block__pound {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #19a844;
  font-weight: bold;
}
.donate-block__value {
  padding: 10px 8px 9px 30px;
  width: 100%;
  color: #000;
  border: 1px solid #ccc;
  box-shadow: inset 0px 2px 5px 2px rgba(210, 210, 210, 0.75);
}
.donate-block__donation-option {
  width: 100%;
  overflow: visible;
  display: block;
  clear: both;
  margin-bottom: 5px;
}
.donate-block__donation-option--first {
  margin: 22px 0 15px;
}
.donate-block__donation-option input {
  width: 28px;
  margin: 0;
  padding: 0;
}
.donate-block__donation-option label {
  padding-top: 3px;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}
.donate-block__donation-option input[type=radio] + label {
  background-image: url(/images/css/form-radio-green.png);
}
.lt-ie9 .donate-block__donation-option input[type=radio] + label {
  background-image: none;
}
.donate-block__donation-option input[type=radio]:checked + label {
  background-position: 0 -81px;
}
.donate-block__donation-option input[type=radio]:focus + label {
  outline: 1px dotted #FFF;
}
.donate-block__btn-holder {
  width: 100%;
  display: block;
}
.donate-block__btn {
  width: 100%;
}
.donate-block .hr {
  margin-bottom: 16px;
}
.donate-block__content {
  color: inherit !important;
}
.donate-block__content > * {
  color: inherit !important;
}
.donate-block__content a {
  color: #fff;
}
.donate-block__content ul {
  margin: 0;
  list-style: none;
}
.mobile .donate-block--hero {
  padding: 0 !important;
}
.mobile .donate-block--hero .hero-banner__summary,
.mobile .donate-block--hero .hero-banner__heading {
  color: white;
}
.donate-block--hero .donate-block__inner {
  padding: 0;
}
.donate-block--hero .donate-block__donation-option.donate-block__donation-option {
  margin-left: 0 !important;
}

.donatectablock {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media (min-width: 40em) {
  .donate-block--hero .donate-block__donation-option {
    width: auto;
    display: inline-block;
    margin: 22px 10px 0 10px !important;
  }
}
@media (min-width: 64em) {
  .donate-block__value {
    padding: 12px 8px 10px 30px;
  }
  .donate-block__donation-option {
    width: auto;
    display: inline-block;
    margin: 22px 10px 0 10px !important;
  }
}
.hero-banner__donate-enhanced h1.hero-banner__heading {
  line-height: 53px;
  line-height: 3.3125rem;
}
.tablet .hero-banner__donate-enhanced .hero-banner__wrap {
  min-width: 590px;
}
.hero-banner__donate-enhanced--no-content-area .donate-block__btn {
  margin-top: 20px;
  width: auto;
}
.hero-banner__donate-enhanced .rowblock.rowblock {
  margin-bottom: 0;
}
.hero-banner__donate-enhanced .rowblock.rowblock:after, .hero-banner__donate-enhanced .rowblock.rowblock:before {
  display: none;
}
.hero-banner__donate-enhanced .rowblock.rowblock .inner {
  clear: none;
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.hero-banner__donate-enhanced .rowblock.rowblock .site-max-width {
  max-width: inherit;
  margin: auto;
  padding: 0;
}
.mobile .hero-banner__donate-enhanced .donatectablockenhanced {
  padding: 0;
}
.hero-banner__donate-enhanced .donatectablockenhanced .donate-block_main-heading {
  font-size: 38px;
  font-size: 2.375rem;
}

.donatectablockenhanced .hero-banner__wrap-pad {
  padding: 20px 10px 0 10px;
}
.donatectablockenhanced .donate-block-enhanced {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.donatectablockenhanced .donate-block-enhanced .donate-block__row--other-amount {
  width: 50%;
}
.donatectablockenhanced .donate-block-enhanced--no-images .donate-block__row--other-amount {
  width: 100%;
}
.donatectablockenhanced .donate-block-enhanced .donate-block__row--full {
  padding-left: 10px;
  padding-right: 10px;
}
.donatectablockenhanced .donate-block-enhanced--no-text .donate-block__donation-option {
  margin-top: 0 !important;
}
.donatectablockenhanced .donate-block_main-heading {
  font-size: 30px;
  font-size: 1.875rem;
}
.tablet .donatectablockenhanced .donate-block_main-heading, .mobile .donatectablockenhanced .donate-block_main-heading {
  display: inline-block;
  padding-bottom: 5px;
}
.tablet .donatectablockenhanced span.donate-block_main-heading, .mobile .donatectablockenhanced span.donate-block_main-heading {
  font-size: 28px;
  font-size: 1.75rem;
}
.donatectablockenhanced form {
  padding: 0;
  position: static;
}
.no-js .donatectablockenhanced .js-only {
  display: none;
}
.js .donatectablockenhanced .js-hidden {
  display: none;
}
.donatectablockenhanced .hero-banner__heading {
  margin-bottom: 10px;
}
.donatectablockenhanced .donate-block__pound {
  top: 12px;
  left: 20px;
}
.donatectablockenhanced .donate-block__form-container__top:first-child {
  padding-right: 10px !important;
}
.donatectablockenhanced .donate-block__form-container__top h2.donate-block_main-heading {
  font-size: 44px;
  font-size: 2.75rem;
}
.donatectablockenhanced .donate-block h2 {
  font-size: 38px;
  font-size: 2.375rem;
}
.donatectablockenhanced .donate-block__row {
  float: none;
  padding-right: 10px;
  top: 0;
}
.donatectablockenhanced .donate-block__row--amount-container {
  position: relative;
}
.flexbox .donatectablockenhanced .donate-block__row--amount-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.donatectablockenhanced .donate-block__row:first-child {
  padding-right: 0;
  padding-left: 10px;
}
.donatectablockenhanced .donate-block__row-images {
  height: 100%;
}
.donatectablockenhanced .donate-block__row-images .js-donate-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.donatectablockenhanced .donate-block__row-images .js-donate-image .video-block, .donatectablockenhanced .donate-block__row-images .js-donate-image .video-block__link, .donatectablockenhanced .donate-block__row-images .js-donate-image .video-block__image {
  height: 100%;
  width: 100%;
}
.donatectablockenhanced .donate-block__row-images .js-donate-image img {
  display: none;
}
.donatectablockenhanced .donate-block__inner {
  padding: 0;
}
.donatectablockenhanced .donate-block__flexible-button-container {
  border: 10px solid #108633;
  border-width: 0 10px;
  margin-bottom: 20px;
}
.no-flexbox .donatectablockenhanced .donate-block__flexible-button-container, .no-js .donatectablockenhanced .donate-block__flexible-button-container {
  display: inline-block;
  width: 49.5%;
  float: left;
  margin-top: 5px;
}
.no-flexbox .donatectablockenhanced .donate-block__flexible-button-container .btn, .no-flexbox .donatectablockenhanced .donate-block__flexible-button-container #letter-from-santa .btn--link, #letter-from-santa .no-flexbox .donatectablockenhanced .donate-block__flexible-button-container .btn--link, .no-flexbox .donatectablockenhanced .donate-block__flexible-button-container .btn--white, .no-flexbox .donatectablockenhanced .donate-block__flexible-button-container .btn--green, .no-flexbox .donatectablockenhanced .donate-block__flexible-button-container .btn--blue, .no-flexbox .donatectablockenhanced .donate-block__flexible-button-container p.has-btn--blue a, p.has-btn--blue .no-flexbox .donatectablockenhanced .donate-block__flexible-button-container a, .no-flexbox .donatectablockenhanced .donate-block__flexible-button-container p.has-btn--green a, p.has-btn--green .no-flexbox .donatectablockenhanced .donate-block__flexible-button-container a, .no-flexbox .donatectablockenhanced .donate-block__flexible-button-container p.has-btn--white a, p.has-btn--white .no-flexbox .donatectablockenhanced .donate-block__flexible-button-container a, .no-js .donatectablockenhanced .donate-block__flexible-button-container .btn, .no-js .donatectablockenhanced .donate-block__flexible-button-container #letter-from-santa .btn--link, #letter-from-santa .no-js .donatectablockenhanced .donate-block__flexible-button-container .btn--link, .no-js .donatectablockenhanced .donate-block__flexible-button-container .btn--white, .no-js .donatectablockenhanced .donate-block__flexible-button-container .btn--green, .no-js .donatectablockenhanced .donate-block__flexible-button-container .btn--blue, .no-js .donatectablockenhanced .donate-block__flexible-button-container p.has-btn--blue a, p.has-btn--blue .no-js .donatectablockenhanced .donate-block__flexible-button-container a, .no-js .donatectablockenhanced .donate-block__flexible-button-container p.has-btn--green a, p.has-btn--green .no-js .donatectablockenhanced .donate-block__flexible-button-container a, .no-js .donatectablockenhanced .donate-block__flexible-button-container p.has-btn--white a, p.has-btn--white .no-js .donatectablockenhanced .donate-block__flexible-button-container a {
  width: 100%;
  display: inline-block;
}
.flexbox .donatectablockenhanced .donate-block__flexible-button-container {
  -ms-flex: 1 0 130px;
      flex: 1 0 130px;
}
.iphone .mobile .donatectablockenhanced .donate-block__flexible-button-container {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  max-width: 50%;
}
@media (max-width: 378px) {
  .iphone .mobile .donatectablockenhanced .donate-block__flexible-button-container {
    max-width: 100%;
  }
}
.donatectablockenhanced .donate-block__value, .donatectablockenhanced .donate-block__btn-holder-donate {
  min-width: 130px;
  display: block !important;
}
.flexbox .donatectablockenhanced .donate-block__value {
  margin-right: 10px;
}
.flexbox .donatectablockenhanced .donate-block__btn-holder {
  display: -ms-flexbox;
  display: flex;
}
.flexbox .donatectablockenhanced .donate-block__btn-holder .donate-button {
  -ms-flex: 1;
      flex: 1;
}
.flexbox .donatectablockenhanced .donate-block__btn-holder .donate-button--middle {
  margin-left: 20px;
  margin-right: 20px;
}
.no-flexbox .donatectablockenhanced .donate-block__btn-holder .donate-button, .no-js .donatectablockenhanced .donate-block__btn-holder .donate-button {
  display: inline-block;
  width: 30%;
  float: left;
}
.no-flexbox .donatectablockenhanced .donate-block__btn-holder .donate-button--middle, .no-js .donatectablockenhanced .donate-block__btn-holder .donate-button--middle {
  margin-left: 5%;
  margin-right: 5%;
}
.donatectablockenhanced .donate-block__donate-text {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.donatectablockenhanced .donate-block__donation-option {
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 20px !important;
  margin-top: 12px !important;
  width: auto;
  display: inline-block;
}
.donatectablockenhanced .donate-block__donation-option--first {
  margin-bottom: 10px;
}
.donatectablockenhanced .donate-block__donation-option--last {
  margin-right: 0;
}
.donatectablockenhanced .donate-block .responsive-image--16x9 {
  padding-bottom: 0;
  height: auto;
}
.donatectablockenhanced .donate-button {
  padding: 22px 0 18px 0;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  background-color: #49BA50;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}
.donatectablockenhanced .donate-button--active {
  background-color: #fff;
  color: #000;
}
.mobile .donatectablockenhanced .donate-button {
  font-size: 18px;
  font-size: 1.125rem;
}
.donatectablockenhanced.half .donate-block-enhanced, .donatectablockenhanced.narrow .donate-block-enhanced, .mobile .donatectablockenhanced .donate-block-enhanced {
  padding: 0;
}
.donatectablockenhanced.half .donate-block_main-heading, .donatectablockenhanced.narrow .donate-block_main-heading, .mobile .donatectablockenhanced .donate-block_main-heading {
  padding-bottom: 10px;
}
.donatectablockenhanced.half .donate-block__row-images, .donatectablockenhanced.narrow .donate-block__row-images, .mobile .donatectablockenhanced .donate-block__row-images {
  padding-left: 0;
  margin-bottom: 15px;
}
.donatectablockenhanced.half .donate-block__form-container, .donatectablockenhanced.narrow .donate-block__form-container, .mobile .donatectablockenhanced .donate-block__form-container {
  padding: 10px 10px 0 10px;
}
.donatectablockenhanced.half .donate-block__row, .donatectablockenhanced.narrow .donate-block__row, .mobile .donatectablockenhanced .donate-block__row {
  width: 100%;
  position: static !important;
}
.donatectablockenhanced.half .donate-block__row--other-amount, .donatectablockenhanced.narrow .donate-block__row--other-amount, .mobile .donatectablockenhanced .donate-block__row--other-amount {
  width: 100%;
}
.donatectablockenhanced.half .donate-block__row .js-donate-image, .donatectablockenhanced.narrow .donate-block__row .js-donate-image, .mobile .donatectablockenhanced .donate-block__row .js-donate-image {
  background-image: none;
}
.donatectablockenhanced.half .donate-block__row .js-donate-image img, .donatectablockenhanced.narrow .donate-block__row .js-donate-image img, .mobile .donatectablockenhanced .donate-block__row .js-donate-image img {
  display: block;
}

.tablet .hero-banner__donate-enhanced--no-content-area .hero-banner__wrap {
  min-width: 0;
}

.donate-block-enhanced--left .donate-image-alignment {
  position: absolute !important;
  left: 0;
  padding-left: 0 !important;
}
.donate-block-enhanced--left .form-donate-image-alignment {
  padding-left: 10px;
  float: right;
  width: 50%;
}
.mobile .donate-block-enhanced--left .form-donate-image-alignment {
  width: 100%;
}
.donate-block-enhanced--left .form-donate-image-alignment .donate-block__row {
  width: 100% !important;
}
.donate-block-enhanced--left .form-donate-image-alignment .donate-block__row--other-amount {
  width: 100% !important;
}

.donatectablockenhanced.half .donate-block-enhanced--left .form-donate-image-alignment, .donatectablockenhanced.half .donate-block-enhanced--left .form-donate-image-alignment, .donatectablockenhanced.narrow .donate-block-enhanced--left .form-donate-image-alignment, .donatectablockenhanced.narrow .donate-block-enhanced--left .form-donate-image-alignment {
  width: 100%;
}

.js .share-block_indicator {
  display: block;
}
.js .share-block_items {
  margin: 0px -350px 0px 0px;
  margin: 0rem -21.875rem 0rem 0rem;
}

.share-block--global {
  margin: 0px 0px 60px;
  margin: 0rem 0rem 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  position: relative;
}
.share-block--global .share-block_inner {
  padding: 30px 0px;
  padding: 1.875rem 0rem;
  text-align: center;
  *zoom: 1;
  overflow: hidden;
  position: relative;
}
.share-block--global .share-block_inner:before, .share-block--global .share-block_inner:after {
  content: "";
  display: table;
}
.share-block--global .share-block_inner:after {
  clear: both;
}
.share-block--global .share-block_heading {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
  transition: opacity 0.5s ease;
  position: absolute;
  left: 0;
  cursor: pointer;
  color: #fff;
}
.share-block--global .share-block_heading:after {
  color: #108633;
}
.share-block--global .share-block_heading:hover:after {
  color: #0b6325;
}

.share-block--home {
  margin: 0;
  padding: 40px 20px;
  display: block;
  float: none;
  text-align: left;
  border-top: 0;
  border-bottom: 0;
}
.share-block--home .share-block_items {
  clear: left;
  float: none;
}

.share-block_heading {
  margin: 0;
  padding: 0 0 8px;
  float: left;
  text-decoration: none;
  overflow: hidden;
}
.share-block_heading span {
  display: none;
}
.share-block_heading.hidden {
  opacity: 0;
}

.share-block_items {
  margin: 0;
  padding: 0;
  float: right;
  transition: margin 0.5s ease-in-out;
}
.share-block_items.active {
  margin: 0px 0px 0px 0px;
  margin: 0rem 0rem 0rem 0rem;
}

.share-block_item {
  list-style: none;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 6px;
}

.share-block_item-link {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  display: block;
  color: #fff;
  text-decoration: none;
}
.share-block_item-link span {
  display: none;
}
.share-block_item-link.icomoon-icon-google:hover:after {
  color: #4d1e4c;
}
.share-block_item-link.icomoon-icon-twitter:hover:after {
  color: #8e3e5b;
}
.share-block_item-link.icomoon-icon-facebook:hover:after {
  color: #892d17;
}
.share-block_item-link.icomoon-icon-google:after {
  color: #554270;
}
.share-block_item-link.icomoon-icon-twitter:after {
  color: #eb6897;
}
.share-block_item-link.icomoon-icon-facebook:after {
  color: #e74c1b;
}

.share-block_social-select {
  float: right;
  height: 50px;
  height: 3.125rem;
  background-image: url(/images/css/share-L.png);
  background-repeat: no-repeat;
  background-size: 45px 50px;
  background-position: left top;
  position: relative;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .share-block_social-select {
    background-image: url(/images/css/share-L@2x.png);
    background-size: 45px 50px;
  }
}
.share-block_social-select a {
  text-decoration: none;
}
.share-block_social-select.active {
  opacity: 1;
}

.share-block_social-select-inner {
  background-image: url(/images/css/share-R.png);
  background-repeat: no-repeat;
  background-size: 58px 50px;
  background-position: right top;
  height: 50px;
  height: 3.125rem;
  display: table-cell;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .share-block_social-select-inner {
    background-image: url(/images/css/share-R@2x.png);
    background-size: 58px 50px;
  }
}
.share-block_social-select-inner span {
  background-image: url(/images/css/share-R.png);
  background-repeat: no-repeat;
  background-size: 58px 50px;
  background-repeat: repeat-x;
  height: 50px;
  height: 3.125rem;
  margin: 0 45px;
  vertical-align: middle;
  display: block;
  line-height: 50px;
  line-height: 3.125rem;
  color: #fff;
  padding-left: 12px;
  padding-left: 0.75rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .share-block_social-select-inner span {
    background-image: url(/images/css/share-R@2x.png);
    background-size: 58px 50px;
  }
}

.share-block_indicator {
  overflow: hidden;
  text-indent: -999em;
  height: 101px;
  width: 61px;
  display: none;
  background-image: url(/images/css/Share_thisR.png);
  background-repeat: no-repeat;
  background-size: 61px 101px;
  position: absolute;
  right: 158px;
  top: 0;
  transition: opacity 0.5s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .share-block_indicator {
    background-image: url(/images/css/Share_thisR@2x.png);
    background-size: 61px 101px;
  }
}
.share-block_indicator.hidden {
  opacity: 0;
}

@media (min-width: 40em) {
  .share-block--global {
    margin: 0px 0px 60px;
    margin: 0rem 0rem 3.75rem;
    padding-top: 60px;
    padding-top: 3.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .share-block_item {
    margin-right: 20px;
  }

  .share-block_heading.hidden {
    opacity: 1;
  }
}
@media (min-width: 64em) {
  .share-block--global {
    z-index: 1;
  }

  .share-block--home {
    border-top: 0;
    border-bottom: 0;
    width: auto;
    margin: 0;
    padding-bottom: 0;
  }
  .share-block--home .share-block_items {
    clear: left;
    margin: 0px;
  }
}
.image-text-promo {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.no-touch .image-text-promo--transition-text:hover .image-text-promo__inner {
  background-color: #4799c3;
  background-color: rgba(71, 153, 195, 0.8);
}
.no-touch .image-text-promo--transition-text:hover .image-text-promo__text {
  opacity: 1;
}
.image-text-promo--transition-text .image-text-promo__inner {
  background-color: #4799c3;
  background-color: rgba(71, 153, 195, 0.8);
}
.no-touch .image-text-promo--transition-text .image-text-promo__inner {
  background-color: transparent;
  transition: background-color 1s ease-out;
}
.no-touch .image-text-promo--transition-text .image-text-promo__text {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.image-text-promo--menu .image-text-promo__inner {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-text-promo__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.image-text-promo__img {
  width: 100%;
  height: auto;
  float: left;
}

.image-text-promo__text {
  padding: 0 5%;
  color: #fff;
  text-align: center;
  top: 20%;
}
.csstransforms .image-text-promo__text {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.image-text-promo__heading {
  margin: 0 0 20px;
}

@media (min-width: 64em) {
  .figure-chart-promo-news-combo .image-text-promo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }

  .image-text-promo--wide {
    width: 66.666%;
  }

  .image-text-promo__text {
    padding: 0 10%;
  }
}
.video-block {
  position: relative;
}
.video-block__link {
  display: block;
}
.video-block__text {
  padding-top: 8px;
  padding-top: 0.5rem;
}
.rowblock--grid .video-block__text {
  display: none;
}
.video-block__image {
  display: block;
}
.video-block__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 63px;
  font-size: 3.9375rem;
  margin: -31px 0px 0px -31px;
  margin: -1.9375rem 0rem 0rem -1.9375rem;
}
.media--left-50 .video-block__icon, .media--right-50 .video-block__icon {
  font-size: 63px;
  font-size: 3.9375rem;
  margin: -30px 0px 0px -30px;
  margin: -1.875rem 0rem 0rem -1.875rem;
}
.video-block__icon:before {
  color: #fff;
}
.block-theme-donate-green .video-block__icon:before {
  color: #108633;
}
.video-block--bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-block--bg .video-block {
  height: 100%;
}
.video-block--bg .video-block__link {
  height: 100%;
  position: relative;
}
.hero-banners .video-block .video-block__image {
  padding-bottom: 46.7%;
}
.hero-banners .video-block .video-block__text {
  display: none;
}

@media (min-width: 40em) {
  .media--left-50 .video-block__icon, .media--right-50 .video-block__icon {
    font-size: 56px;
    font-size: 3.5rem;
    margin: -28px 0px 0px -28px;
    margin: -1.75rem 0rem 0rem -1.75rem;
  }

  .videoblock .media--breakout {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: -12.5%;
    margin-right: -12.5%;
    width: 125%;
  }
  .videoblock .media--breakout img {
    width: 100%;
  }
  .videoblock .media--breakout p {
    margin-bottom: 0;
  }
}
#cookie-text {
  padding: 16px 16px 16px 16px;
  background-color: #f9f9f9;
  margin-top: 25px;
}
#cookie-text a {
  background-color: #f9f9f9;
}

.cta-block {
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
}
.cta-block__img {
  margin: -20px;
  margin: -1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.cta-block__link {
  display: block;
  text-decoration: none;
}
.cta-block__heading, .cta-block__contact, .cta-block__summary {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.cta-block__contact a {
  color: inherit;
  text-decoration: none;
}
.cta-block__contact a:hover {
  text-decoration: underline;
}
.cta-block__adjuster {
  *zoom: 1;
}
.cta-block__adjuster:before, .cta-block__adjuster:after {
  content: "";
  display: table;
}
.cta-block__adjuster:after {
  clear: both;
}
.rowblock--items-2 .cta-block__btn, .rowblock--items-3 .cta-block__btn {
  margin-bottom: 0;
}
.cta-block__meta-date {
  color: #e74c1b;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.125rem;
}
.cta-block--no-btn .cta-block__adjuster > *:last-child {
  margin-bottom: 0;
}
.cta-block--helpline {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 9px;
  padding-right: 9px;
}
.mobile .cta-block--helpline .cta-block__img {
  display: none;
}
.cta-block--helpline-first .cta-block__btn {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.cta-block--helpline-last .cta-block__btn {
  margin-bottom: 0;
}
.cta-block--navigation {
  margin-bottom: 50px;
}
.cta-block--navigation:last-child {
  margin-bottom: 0;
}
.cta-block--navigation .cta-block__heading, .cta-block--navigation .cta-block__summary, .cta-block--navigation .cta-block__contact {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}
.cta-block--navigation.block-theme-bg, .cta-block--navigation.section-highlight__content, .section-highlight__heading.active .cta-block--navigation.heading__inner, .cta-block--navigation.simple-accordion, .carousel-block .cta-block--navigation.blocks {
  background-color: #ebebeb;
}
.cta-block--navigation > * {
  margin-bottom: 6px;
}
.cta-block--navigation .cta-block__img {
  margin-bottom: 10px;
}

.ctablock.row {
  margin-bottom: 0;
}
.mobile .ctablock.row {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media (min-width: 40em) {
  .cta-block--helpline-first {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  .cta-block--helpline-last {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 58.3333333333%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 64em) {
  /*.full > .cta-block {
      @include grid-span(6,2,8,$gutter:0);
  }*/
}
.download-dropdown {
  text-align: center;
  position: relative;
  min-width: 200px;
  min-width: 12.5rem;
}
.download-dropdown__inner {
  display: inline-block;
  margin: 0 auto;
  background: #045370;
  color: #fff;
}
.download-dropdown__title {
  color: #fff;
  max-width: 400px;
  max-width: 25rem;
  min-width: 250px;
  min-width: 15.625rem;
  padding: 10px;
  padding: 0.625rem;
  font-family: "NSPCCRegular", "sans-serif", "icomoon";
  margin: 0;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}
.text-block .download-dropdown__title {
  margin: 0;
}
.download-dropdown__title:before {
  float: right;
  margin-left: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -4px;
  letter-spacing: -0.25rem;
}
.download-dropdown__title:hover {
  cursor: pointer;
}
.download-dropdown__list {
  position: relative;
}
.download-dropdown__listing {
  transition: max-height 0.5s ease-in-out;
  width: 100%;
  max-height: 0px;
  height: auto;
  overflow: hidden;
  background: #045370;
  z-index: 999;
  position: absolute;
}
.text-block .download-dropdown__listing {
  list-style-type: none;
  margin: 0;
}
.download-dropdown__listing.active {
  max-height: 800px;
}
.download-dropdown__item {
  margin-top: 0 !important;
  position: relative;
  text-align: left;
  border-top: 1px solid #2F7CA3;
}
.download-dropdown__item a {
  position: relative;
  text-decoration: none;
  padding: 10px;
  padding: 0.625rem;
  display: block;
  color: #fff !important;
}
.text-block .download-dropdown__item a {
  text-decoration: none;
}
.download-dropdown__itemicon {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 15px;
  height: 26px;
  background-image: url(/images/css/download-arrow-white.png);
  background-repeat: no-repeat;
  background-size: 15px 26px;
  right: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .download-dropdown__itemicon {
    background-image: url(/images/css/download-arrow-white@2x.png);
    background-size: 15px 26px;
  }
}
.download-dropdown__itemtitle {
  font-weight: bold;
  display: block;
}
.download-dropdown__itemdetail {
  display: block;
}

.rowblock .block.downloadblock {
  padding: 0;
}

.downloads-block {
  margin-bottom: 40px;
}
.downloads-block_heading {
  margin: 0px 0px 20px;
  margin: 0rem 0rem 1.25rem;
  text-align: center;
}
.downloads-block_items {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.downloads-block_item-heading {
  margin: 0 0 1em;
  padding: 0;
  color: #fff;
}
.downloads-block_item-list {
  padding: 0;
  list-style: none;
  border-top: 1px solid #fff;
  color: #fff;
}
.downloads-block_item-list-item {
  padding: 8px 4px;
  border-bottom: 1px solid #fff;
}
.downloads-block_item-list-item a {
  color: #fff;
  text-decoration: none;
}
.downloads-block_item-title {
  display: block;
  margin: 0px 0px 14px;
  margin: 0rem 0rem 0.875rem;
}
.downloads-block_item-descr {
  display: block;
}
.downloads-block_item-link {
  padding: 20px 60px 20px 20px;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  display: block;
  text-decoration: none;
  color: #000;
}
.downloads-block_item-info {
  display: block;
}
.downloads-block_item-icon {
  display: block;
  position: absolute;
  bottom: 20px;
  width: 28px;
  height: 55px;
  background-image: url(/images/css/Download_arrow.png);
  background-repeat: no-repeat;
  background-size: 28px 55px;
  right: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .downloads-block_item-icon {
    background-image: url(/images/css/Download_arrow@2x.png);
    background-size: 28px 55px;
  }
}
.downloads-block_item-link-icon {
  display: block;
  position: absolute;
  bottom: 20px;
  width: 50px;
  height: 46px;
  background-image: url(/images/css/curved_arrow_right.png);
  background-repeat: no-repeat;
  background-size: 50px 46px;
  right: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .downloads-block_item-link-icon {
    background-image: url(/images/css/curved_arrow_right@2x.png);
    background-size: 50px 46px;
  }
}

@media (min-width: 40em) {
  .downloads-block_heading {
    position: relative;
    margin-bottom: 20px;
  }
  .downloads-block_items {
    margin: 0 20px;
  }
  .downloads-block_item-descr {
    margin: 0px 0px 80px;
    margin: 0rem 0rem 5rem;
  }
  .downloads-block_item-link {
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .downloads-block_item-info {
    padding-bottom: 8px;
  }
  .downloads-block_item-icon {
    width: 28px;
    height: 55px;
    background-image: url(/images/css/Download_arrow.png);
    background-repeat: no-repeat;
    background-size: 28px 55px;
    left: 20px;
    right: auto;
  }
}
@media only screen and (min-width: 40em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 40em) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 40em) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 40em) and (min-device-pixel-ratio: 2), only screen and (min-width: 40em) and (min-resolution: 192dpi), only screen and (min-width: 40em) and (min-resolution: 2dppx) {
  .downloads-block_item-icon {
    background-image: url(/images/css/Download_arrow@2x.png);
    background-size: 28px 55px;
  }
}
@media (min-width: 40em) {
  .downloads-block_item-link-icon {
    left: 20px;
    right: auto;
  }
}
@media (min-width: 64em) {
  .downloads-block {
    padding: 0px 20px;
    padding: 0rem 1.25rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }
  .downloads-block_heading {
    position: relative;
    z-index: 3;
  }
  .downloads-block_items {
    margin: 0;
  }
  .downloads-block_items--2 .downloads-block_item {
    width: 50%;
  }
  .downloads-block_items--3 .downloads-block_item {
    width: 33%;
  }
  .downloads-block_items--4 .downloads-block_item {
    width: 25%;
  }
  .downloads-block_items--5 .downloads-block_item {
    width: 20%;
  }
  .downloads-block_item-link {
    min-height: 320px;
  }
  .downloads-block_item-icon {
    left: 20px;
    right: auto;
  }
}
.keyitem-block__title {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
}
.keyitem-block__icon {
  width: 50%;
  clear: right;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
.keyitem-block__icon img {
  vertical-align: middle;
}
.keyitem-block__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.keyitem-block__item {
  float: left;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.keyitem-block__item-content-text {
  color: #000;
  padding: 0px 10px;
  padding: 0rem 0.625rem;
  width: 50%;
  clear: right;
  float: left;
  padding-left: 5;
  padding-right: 5;
}

@media (min-width: 40em) {
  .keyitem-block__item {
    width: 50%;
    clear: right;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 64em) {
  .keyitem-block__list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .keyitem-block__item {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.js .infographic-block__description {
  display: none;
  padding-right: 40px;
}

.rowblock--grid .infographic-block {
  margin-bottom: 0;
}
.rowblock--grid .infographic-block__source {
  margin-top: 0;
}
.rowblock--grid .infographic-block--img .infographic-block__content {
  padding: 20px 0 0;
}
.rowblock--grid .infographic-block--img .infographic-block__img {
  padding-left: 0;
}

.infographic-block {
  position: relative;
  *zoom: 1;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
.infographic-block:before, .infographic-block:after {
  content: "";
  display: table;
}
.infographic-block:after {
  clear: both;
}
.infographic-block__content {
  margin: 14px 0px 28px 0px;
  margin: 0.875rem 0rem 1.75rem 0rem;
}
.infographic-block__statement {
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  text-align: center;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.infographic-block__statement .h2, .infographic-block__statement .container--toplevellandingpage .ctablock.customgrid.tallest .cta-block .block-theme-text-title, .container--toplevellandingpage .ctablock.customgrid.tallest .cta-block .infographic-block__statement .block-theme-text-title, .infographic-block__statement .text-block h2, .text-block .infographic-block__statement h2, .infographic-block__statement .h3 {
  display: block;
  color: inherit !important;
}
.infographic-block__source {
  clear: both;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: relative;
  min-height: 55px;
}
.infographic-block__link {
  /* remove button styles */
  border: 0;
  background: transparent;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: #045370;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 20px 50px 20px 20px;
  padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  color: #000;
  text-decoration: none;
  text-align: left;
}
.infographic-block__link .text-block > * {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.infographic-block__link .text-block > *:last-child {
  margin-bottom: 0;
}
.infographic-block__description {
  display: block;
  color: inherit !important;
}
.infographic-block__description-inner {
  padding: 20px;
  padding: 1.25rem;
}
.infographic-block .toggle {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  margin-top: -0.75rem;
  width: 24px;
  cursor: pointer;
}
@media (min-width: 40em) {
  .infographic-block__statement {
    margin-bottom: 0;
    text-align: right;
  }
  .infographic-block__statement .h2, .infographic-block__statement .container--toplevellandingpage .ctablock.customgrid.tallest .cta-block .block-theme-text-title, .container--toplevellandingpage .ctablock.customgrid.tallest .cta-block .infographic-block__statement .block-theme-text-title, .infographic-block__statement .text-block h2, .text-block .infographic-block__statement h2, .infographic-block__statement .h3 {
    display: block;
  }
  .infographic-block__img {
    float: right;
    width: 50%;
    display: table-cell;
    padding-left: 10px;
  }
  .infographic-block__content {
    width: 50%;
    float: left;
    position: relative;
    display: table-cell;
    padding-right: 10px;
    margin: 0;
  }
  .infographic-block__content-inner {
    padding: 10px;
    padding: 0.625rem;
  }
  .infographic-block__source {
    margin-top: 20px;
    margin-top: 1.25rem;
    float: left;
    width: 100%;
  }
  .infographic-block .toggle {
    margin-top: -15px;
    margin-top: -0.9375rem;
  }
  .infographicblock.row .infographic-block .infographic-block__img,
.infographicblock.row .infographic-block .infographic-block__content, .isotope .infographicblock .infographic-block .infographic-block__img,
.isotope .infographicblock .infographic-block .infographic-block__content {
    display: block;
    float: none;
    width: auto;
    padding: 0;
  }
  .infographicblock.row .infographic-block .infographic-block__source, .isotope .infographicblock .infographic-block .infographic-block__source {
    float: none;
  }
  .infographicblock.row .infographic-block .infographic-block__statement, .isotope .infographicblock .infographic-block .infographic-block__statement {
    margin-top: 10px;
    margin-top: 0.625rem;
    text-align: center;
  }
  .infographic-block--no-img .infographic-block__content {
    float: none;
    width: auto;
    display: block;
    text-align: center;
    padding-right: 0;
  }
  .infographic-block--no-img .infographic-block__statement {
    text-align: center;
  }
}
.campaign-supporters {
  padding: 40px 20px 80px;
  text-align: center;
}
.campaign-supporters_heading {
  margin: 0 0 40px;
  text-align: center;
}
.campaign-supporters_items {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.campaign-supporters_item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .campaign-supporters {
    margin: 0 auto;
  }
  .campaign-supporters_items {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
  .campaign-supporters_item {
    display: inline-block;
    margin: 0 20px;
  }
}
.list {
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  text-align: center;
}
.list__heading {
  margin-top: 0;
}
.list__graphic {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.list__intro {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.list__intro > :last-child {
  margin: 0;
  padding: 0;
}
.list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list__item {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.list__item--last {
  padding-bottom: 0;
}

.list--blue {
  background-color: #9adee4;
}

@media (min-width: 64em) {
  .list {
    padding: 95px 20px;
    padding: 5.9375rem 1.25rem;
    *zoom: 1;
  }
  .list:before, .list:after {
    content: "";
    display: table;
  }
  .list:after {
    clear: both;
  }
}
.highlight {
  margin: 20px 0px;
  margin: 1.25rem 0rem;
}
.highlight li {
  padding: 3px 0px 3px 25px;
  padding: 0.1875rem 0rem 0.1875rem 1.5625rem;
  background-position: left 9px;
  background-repeat: no-repeat;
  color: #525455;
  background-image: url("/images/css/list-bullet-1.png");
}
.highlight li:nth-child(4n+1) {
  background-image: url("/images/css/list-bullet-1.png");
}
.highlight li:nth-child(4n+2) {
  background-image: url("/images/css/list-bullet-2.png");
}
.highlight li:nth-child(4n+3) {
  background-image: url("/images/css/list-bullet-3.png");
}
.highlight li:nth-child(4n+4) {
  background-image: url("/images/css/list-bullet-4.png");
}
.highlight li ul {
  margin-left: 25px;
  margin-left: 1.5625rem;
  padding: 3px 0px 0px 0px;
  padding: 0.1875rem 0rem 0rem 0rem;
}
.highlight li ul li:last-child {
  padding-bottom: 0;
}

@media (min-width: 40em) {
  .highlight li {
    background-position: left 14px;
    padding: 7px 0px 5px 25px;
    padding: 0.4375rem 0rem 0.3125rem 1.5625rem;
  }
  .highlight li ul {
    padding: 5px 0px 0px 0px;
    padding: 0.3125rem 0rem 0rem 0rem;
  }
}
.block.toptipsblock a {
  color: #2F7CA3;
  text-decoration: underline;
}

.top-tips__icon {
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.top-tips__icon--default {
  padding-top: 140px;
  padding-top: 8.75rem;
  background-image: url(/images/css/speech_bubble.png);
  background-repeat: no-repeat;
  background-size: 238px 125px;
  background-position: top center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-tips__icon--default {
    background-image: url(/images/css/speech_bubble@2x.png);
    background-size: 238px 125px;
  }
}
.top-tips--numbers ul {
  list-style-type: decimal;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.top-tips--bullets li {
  background: url("/images/css/bullet_pip.png") left 8px no-repeat;
  background-size: 15px;
  padding-left: 28px;
  padding-left: 1.75rem;
}
.top-tips--ticks li {
  background: url("/images/css/bullet_tick_v2.png") left 8px no-repeat;
  background-size: 20px;
  padding-left: 28px;
  padding-left: 1.75rem;
}
.top-tips__header {
  margin: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
}
.top-tips__list {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.top-tips__list li {
  margin: 0;
  color: #000;
}
.top-tips__list li.top-tips__description {
  color: #525455;
  display: block;
  list-style-type: none;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  background: none;
}
.top-tips__list-item:last-child {
  padding-bottom: 0;
}

@media (min-width: 40em) {
  .top-tips {
    padding: 60px 0px;
    padding: 3.75rem 0rem;
  }
  .top-tips__list--numbers {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}
@media (min-width: 64em) {
  .top-tips {
    position: relative;
    z-index: 1;
  }
}
.hr {
  height: 1px;
  margin: 0;
  border: none;
  outline: 0;
  clear: both;
}

.hr--white {
  background-color: white;
}

.hr--black {
  background-color: black;
}

hr.crayon {
  border: 0;
  outline: 0;
  position: relative;
  z-index: 10;
  height: 5px;
  background-position: left, right;
  background-size: 104px 5px, 104px 5px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
hr.crayon:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 104px;
  right: 104px;
  background-size: 131px 5px;
  background-repeat: repeat-x;
  height: 5px;
  display: block !important;
}
hr.crayon.crayon-dark {
  background-image: url(/images/css/crayon_dark-left@2x.png), url(/images/css/crayon_dark-right@2x.png);
}
hr.crayon.crayon-dark:before {
  background-image: url(/images/css/crayon_dark-mid@2x.png);
}
hr.crayon.crayon-light {
  background-image: url(/images/css/crayon_light-left@2x.png), url(/images/css/crayon_light-right@2x.png);
}
hr.crayon.crayon-light:before {
  background-image: url(/images/css/crayon_light-mid@2x.png);
}

.lt-ie9 .crayon.crayon-dark {
  background-image: url(/images/css/crayon_dark-mid.png);
  background-repeat: repeat-x;
}

.lt-ie9 .crayon.crayon-light {
  background-image: url(/images/css/crayon_light-mid.png);
  background-repeat: repeat-x;
}

@media (min-width: 40em) {
  hr.crayon {
    height: 7px;
    background-size: 104px 7px, 104px 7px;
  }
  hr.crayon:before {
    left: 104px;
    right: 104px;
    background-size: 131px 7px;
    height: 7px;
  }
}
.breadcrumbs {
  max-width: 1372px;
  margin: 0 auto;
  display: none;
  clear: both;
}
.breadcrumbs__inner {
  background: #fff;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
.breadcrumbs__inner li {
  display: inline-block;
}
.breadcrumbs__inner li:after {
  content: "|";
  display: inline-block;
  padding: 0px 10px;
  padding: 0rem 0.625rem;
  color: #8d8d8d;
}
.breadcrumbs__inner li:last-child:after {
  display: none;
}
.breadcrumbs__inner a {
  line-height: 20px;
  line-height: 1.25rem;
  color: #045370;
  text-decoration: underline;
}
.breadcrumbs__inner a:hover {
  text-decoration: none;
}

@media (min-width: 40em) {
  .breadcrumbs {
    display: block;
  }
  .breadcrumbs__inner {
    background: #e4e4e4;
  }
  .breadcrumbs__inner ol {
    padding: 0 20px;
  }
}
@media (min-width: 64em) {
  .breadcrumbs__inner {
    background: #fff;
  }
  .breadcrumbs__inner ol {
    padding: 0 30px;
  }
}
/*
  TO DO:

  - Make the tab accordion/non tabbed accordion standardised code
  - Same mobile to tablet visuals for both accordions
  - Proper BEM
*/
.tabscontainer.narrow,
.tabscontainer.wide,
.tabscontainer.half {
  width: 100% !important;
}

.tabscontainer.full {
  padding-left: 10px;
  padding-right: 10px;
}

.tabscontainer--full {
  padding: 0;
}

.rowblock .tabscontainer {
  overflow: hidden;
}

.tabscontainer .rowblock.block-theme-bg, .tabscontainer .rowblock.section-highlight__content, .tabscontainer .section-highlight__heading.active .rowblock.heading__inner, .section-highlight__heading.active .tabscontainer .rowblock.heading__inner, .tabscontainer .rowblock.simple-accordion, .tabscontainer .carousel-block .rowblock.blocks, .carousel-block .tabscontainer .rowblock.blocks,
.tabscontainer .rowblock.block-theme-bg .block-theme-bg,
.tabscontainer .rowblock.section-highlight__content .block-theme-bg,
.tabscontainer .rowblock.block-theme-bg .section-highlight__content,
.tabscontainer .rowblock.section-highlight__content .section-highlight__content,
.tabscontainer .section-highlight__heading.active .rowblock.heading__inner .block-theme-bg,
.tabscontainer .section-highlight__heading.active .rowblock.heading__inner .section-highlight__content,
.section-highlight__heading.active .tabscontainer .rowblock.heading__inner .block-theme-bg,
.section-highlight__heading.active .tabscontainer .rowblock.heading__inner .section-highlight__content,
.tabscontainer .rowblock.block-theme-bg .section-highlight__heading.active .heading__inner,
.tabscontainer .rowblock.section-highlight__content .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .tabscontainer .rowblock.block-theme-bg .heading__inner,
.section-highlight__heading.active .tabscontainer .rowblock.section-highlight__content .heading__inner,
.tabscontainer .section-highlight__heading.active .rowblock.heading__inner .heading__inner,
.section-highlight__heading.active .tabscontainer .rowblock.heading__inner .heading__inner,
.tabscontainer .rowblock.simple-accordion .block-theme-bg,
.tabscontainer .rowblock.simple-accordion .section-highlight__content,
.tabscontainer .rowblock.simple-accordion .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .tabscontainer .rowblock.simple-accordion .heading__inner,
.tabscontainer .rowblock.block-theme-bg .simple-accordion,
.tabscontainer .rowblock.section-highlight__content .simple-accordion,
.tabscontainer .section-highlight__heading.active .rowblock.heading__inner .simple-accordion,
.section-highlight__heading.active .tabscontainer .rowblock.heading__inner .simple-accordion,
.tabscontainer .rowblock.simple-accordion .simple-accordion,
.tabscontainer .carousel-block .rowblock.blocks .block-theme-bg,
.tabscontainer .carousel-block .rowblock.blocks .section-highlight__content,
.tabscontainer .carousel-block .rowblock.blocks .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .tabscontainer .carousel-block .rowblock.blocks .heading__inner,
.tabscontainer .carousel-block .rowblock.blocks .simple-accordion,
.carousel-block .tabscontainer .rowblock.blocks .block-theme-bg,
.carousel-block .tabscontainer .rowblock.blocks .section-highlight__content,
.carousel-block .tabscontainer .rowblock.blocks .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active .carousel-block .tabscontainer .rowblock.blocks .heading__inner,
.carousel-block .tabscontainer .rowblock.blocks .simple-accordion,
.tabscontainer .rowblock.block-theme-bg .carousel-block .blocks,
.tabscontainer .rowblock.section-highlight__content .carousel-block .blocks,
.tabscontainer .section-highlight__heading.active .rowblock.heading__inner .carousel-block .blocks,
.section-highlight__heading.active .tabscontainer .rowblock.heading__inner .carousel-block .blocks,
.tabscontainer .rowblock.simple-accordion .carousel-block .blocks,
.carousel-block .tabscontainer .rowblock.block-theme-bg .blocks,
.carousel-block .tabscontainer .rowblock.section-highlight__content .blocks,
.carousel-block .tabscontainer .section-highlight__heading.active .rowblock.heading__inner .blocks,
.section-highlight__heading.active .carousel-block .tabscontainer .rowblock.heading__inner .blocks,
.carousel-block .tabscontainer .rowblock.simple-accordion .blocks,
.tabscontainer .carousel-block .rowblock.blocks .blocks,
.carousel-block .tabscontainer .rowblock.blocks .blocks {
  background-color: transparent;
}

.js .accordion__heading {
  position: relative;
}
.js .accordion__heading .toggle {
  display: block;
}
.js .accordion__content {
  display: none;
}
.js .accordion__content.active {
  display: block;
}

.accordion {
  *zoom: 1;
}
.accordion:before, .accordion:after {
  content: "";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion__wrap {
  position: relative;
}
.accordion__heading {
  *zoom: 1;
}
.accordion__heading:before, .accordion__heading:after {
  content: "";
  display: table;
}
.accordion__heading:after {
  clear: both;
}
.accordion__heading .toggle {
  display: none;
}
.accordion__heading a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.accordion__content {
  *zoom: 1;
}
.accordion__content:before, .accordion__content:after {
  content: "";
  display: table;
}
.accordion__content:after {
  clear: both;
}
.accordion .accordion__header {
  padding: 0 20px 50px;
  text-align: center;
}
.accordion .accordion__item__header {
  padding: 25px 40px 25px 20px;
}
.accordion .accordion__item__header .aria-expanded {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.accordion .toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  font-size: 30px;
  font-size: 1.875rem;
}
.block--themed > .simple-accordion {
  padding-top: 50px;
}

.accordion .rowblock {
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.accordion .rowblock .textblock {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.accordion .rowblock .text-block {
  margin-bottom: 1.5em;
}

.simple-accordion__heading {
  border-top-width: 1px;
  border-top-style: solid;
  transition: background-color, 100ms, ease-in-out;
}
.simple-accordion__heading:nth-last-of-type(2) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.simple-accordion__heading.active {
  border-bottom: 0;
}
.simple-accordion__content {
  padding: 0 60px 50px 20px;
}
.simple-accordion__content:nth-last-of-type(1) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.section-highlight .section-highlight__content-wrap {
  padding: 0 10px !important;
}

@media (min-width: 40em) {
  .simple-accordion__heading .heading__inner {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: none;
  }
  .simple-accordion__content-inner {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }
  .simple-accordion__content {
    padding: 0 0 50px;
  }

  .full .simple-accordion__heading .heading__inner {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: none;
  }
  .full .simple-accordion .accordion__content > .inner {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }
}
@media (min-width: 64em) {
  .simple-accordion__heading .heading__inner {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }
  .simple-accordion__content-inner {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-highlight__heading .site-max-width {
  padding: 0;
}
.section-highlight__heading h3 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "NSPCCSemiBold", "sans-serif";
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  padding-left: 20px;
}
.section-highlight__content {
  padding: 20px 10px;
}

@media (min-width: 64em) {
  .js .section-highlight__heading {
    float: left;
    border-bottom: 1px solid transparent;
  }
  .js .section-highlight__heading .site-max-width {
    padding: 0;
  }
  .js .section-highlight__heading h3 {
    padding: 15px 20px;
  }
  .js .section-highlight--items-2 .section-highlight__heading {
    width: 50%;
  }
  .js .section-highlight--items-3 .section-highlight__heading {
    width: 33.333333%;
  }
  .js .section-highlight--items-4 .section-highlight__heading {
    width: 25%;
  }
  .js .section-highlight--items-5 .section-highlight__heading {
    width: 20%;
  }
  .js .section-highlight__content {
    position: absolute;
    top: 40px;
    width: 100%;
  }

  .section-highlight__heading .heading__inner {
    border-bottom: 2px solid #fafafa;
    text-align: center;
    margin-left: 2px;
  }
  .section-highlight__heading.active .heading__inner {
    border-bottom: 0;
  }
  .section-highlight__heading:first-child .heading__inner {
    margin-left: 0;
  }
  .section-highlight__heading .toggle {
    display: none !important;
  }
  .section-highlight__heading h3 {
    padding: 0;
  }
}
.tooltipster-content .references-block__title {
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #e74c1b;
}
.tooltipster-content .references-block__list {
  padding-left: 0;
}
.tooltipster-content .references-block__item {
  list-style-type: none;
}
.tooltipster-content .references-block__item .block {
  margin-bottom: 0;
}

.references-block {
  padding-left: 10px;
  padding-right: 10px;
}
.references-block__list {
  padding: 0;
  *zoom: 1;
  margin: 0;
  color: #c63f17;
  list-style: none;
}
.references-block__list:before, .references-block__list:after {
  content: "";
  display: table;
}
.references-block__list:after {
  clear: both;
}
.references-block__list .referenceblock {
  padding: 0;
  color: #000;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.references-block__title {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #000;
  text-align: center;
}
.references-block__item a {
  color: #2F7CA3;
}
.references-block__item .block {
  float: none;
}

@media (min-width: 40em) {
  .references-block__title {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 64em) {
  .references-block__title {
    margin-top: 54px;
    margin-top: 3.375rem;
    margin-bottom: 54px;
    margin-bottom: 3.375rem;
  }
}
.js .inpage-nav {
  height: 50px;
}
.js .inpage-nav__inner {
  max-height: 50px;
  overflow: hidden;
}
.js.no-touch .inpage-nav__inner:hover {
  max-height: 2000px;
  transition: max-height 500ms ease-in-out;
}
.js.no-touch .inpage-nav__inner:hover .inpage-nav__toggle:before {
  content: "";
}
.js .inpage-nav__inner.active {
  max-height: 2000px;
  transition: max-height 500ms ease-in-out;
}
.js .inpage-nav__inner.active .inpage-nav__toggle:before {
  content: "";
}

@media (min-width: 64em) {
  .js.no-touch .inpage-nav__inner {
    transition: max-height 500ms linear, min-width 350ms 500ms linear;
  }
  .js.no-touch .inpage-nav__inner .inpage-nav__list {
    display: none;
  }
  .js.no-touch .inpage-nav__inner:hover {
    max-height: 2000px;
    min-width: 300px;
    transition: min-width 350ms linear, max-height 350ms 350ms linear;
  }
  .js.no-touch .inpage-nav__inner:hover .inpage-nav__list {
    max-width: 300px;
    display: block;
  }
  .js .inpage-nav__inner {
    transition: max-height 500ms linear, width 350ms 500ms linear;
  }
  .js .inpage-nav__inner.active {
    max-height: 2000px;
    width: 300px;
    transition: width 350ms linear, max-height 350ms 350ms linear;
  }
  .js .inpage-nav__inner.active .inpage-nav__list {
    display: block;
    max-width: 300px;
  }
  .js .inpage-nav {
    float: none;
    position: absolute;
    top: 0;
    height: 0px;
    max-width: 1200px;
  }
  .js .inpage-nav .sort-text {
    position: absolute;
    right: 110px;
    width: 170px;
  }
  .js .inpage-nav__inner {
    position: absolute;
    top: 0;
    left: auto;
    right: 0px;
    width: auto;
  }
  .js .inpage-nav__inner.stuck {
    position: fixed;
    top: 50px;
    z-index: 200;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .js .inpage-nav__link {
    max-width: 300px;
    text-align: left;
    padding: 15px 10px;
    padding-right: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .js .inpage-nav li {
    text-align: left;
  }
  .js .inpage-nav li.selected a {
    padding-right: 50px;
  }
}
.inpage-nav {
  position: relative;
  margin: 0 10px;
  margin-bottom: 30px;
  color: #fff;
  z-index: 200;
}
.inpage-nav--sticky {
  z-index: 201;
}
.inpage-nav__inner {
  width: 100%;
  z-index: 100;
}
.inpage-nav__link {
  display: block;
  margin: 0;
  padding: 15px 10px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: "NSPCCSemiBold", "sans-serif";
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: -0.005em;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.inpage-nav__toggle {
  display: inline-block;
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  height: 50px;
  line-height: 50px;
}
.inpage-nav__toggle:before {
  content: "";
}
.inpage-nav li {
  min-height: 50px;
  text-align: center;
}
.inpage-nav li.selected a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "NSPCCBold", "sans-serif";
  line-height: 20px;
  line-height: 1.25rem;
}
.inpage-nav li a {
  width: 100%;
  display: block;
  padding: 15px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-family: "NSPCCSemiBold", "sans-serif";
  line-height: 20px;
  line-height: 1.25rem;
}
.inpage-nav .sort-text {
  color: #000;
}

@media (min-width: 40em) {
  .inpage-nav {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gallery {
  *zoom: 1;
  position: relative;
}
.gallery:before, .gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery.active .icomoon-icon-gallery:before {
  display: none;
}
.gallery .gallery-intro .video-block__icon {
  font-size: 56px;
  font-size: 3.5rem;
  margin: -28px 0px 0px -18px;
  margin: -1.75rem 0rem 0rem -1.125rem;
}

.gallery-container {
  position: absolute;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  *zoom: 1;
}
.gallery-container:before, .gallery-container:after {
  content: "";
  display: table;
}
.gallery-container:after {
  clear: both;
}
.gallery-container .block {
  margin: 0;
  padding: 0;
}
.gallery-container .owl-nav {
  padding: 5px;
}
.gallery-container .owl-nav .video-block__icon {
  font-size: 32px;
  font-size: 2rem;
  margin: 0px 0px 0px -12px;
  margin: 0rem 0rem 0rem -0.75rem;
}
.gallery-container .owl-nav .owl-prev,
.gallery-container .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: -16px 0 0 0;
}
.gallery-container .owl-nav .owl-prev {
  left: -18px;
}
.gallery-container .owl-nav .owl-next {
  right: -6px;
}
.gallery-container .disabled {
  display: none;
}
.gallery-container .gallery-data__item {
  position: relative;
}
.gallery-container .gallery-data__item__caption {
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  bottom: -1px;
  width: 100%;
  display: none;
  padding: 10px 20px;
}
.gallery-container .gallery-data.gallery2 .owl-item {
  opacity: 0.4;
}
.gallery-container .gallery-data.gallery2 .owl-item.sync {
  opacity: 1;
}
.gallery-container .gallery-data.gallery2 .gallery-data__item__caption {
  display: none !important;
}

.gallery--no-js .owl-carousel {
  display: block !important;
}
.gallery--no-js .gallery-data__item {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.gallery--no-js .gallery-data__item__caption {
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  bottom: -1px;
  width: 100%;
  padding: 10px 20px;
}

@media (min-width: 40em) {
  .mfp-content .gallery-container {
    display: block;
    opacity: 1;
  }

  .gallery-container {
    position: relative;
    opacity: 0;
    display: none;
    width: 75%;
    max-width: 1372px;
    height: 100%;
    margin: 0 auto;
  }

  .gallery-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    outline: 0;
    border: 0;
    padding: 0;
  }
  .gallery-close .video-block__icon {
    font-size: 89px;
    font-size: 5.5625rem;
    margin: -85px 0px 0px -40px;
    margin: -5.3125rem 0rem 0rem -2.5rem;
  }
  .gallery-close .video-block__icon {
    font-size: 70px;
    font-size: 4.375rem;
    margin: -20px 0px 0px -20px;
    margin: -1.25rem 0rem 0rem -1.25rem;
  }

  .gallery .gallery-intro .video-block__icon {
    font-size: 62px;
    font-size: 3.875rem;
    margin: -32px 0px 0px -28px;
    margin: -2rem 0rem 0rem -1.75rem;
  }
}
.summary h1 {
  text-align: center;
  margin-bottom: 20px;
}
.summary h1 span {
  display: block;
  font-size: 0.8em;
  color: #56585a;
}
.summary hr {
  margin-bottom: 20px;
}

@media (min-width: 64em) {
  .summary h1 {
    margin-bottom: 40px;
  }
  .summary h1 span {
    margin-top: -10px;
  }
  .summary hr {
    margin-bottom: 40px;
  }
}
.js .wordcloud__words {
  /*
  &-has-popup {

  }
  */
}
.js .wordcloud__words-popup {
  display: none;
}
.js .wordcloud__words-popup-link {
  color: inherit !important;
}

.wordcloud {
  *zoom: 1;
  box-sizing: border-box;
  text-align: center;
}
.wordcloud:before, .wordcloud:after {
  content: "";
  display: table;
}
.wordcloud:after {
  clear: both;
}
.wordcloud__heading, .wordcloud__subheading {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  text-align: center;
}
.wordcloud p {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.wordcloud__words {
  padding: 18px 0px;
  padding: 1.125rem 0rem;
  text-align: center;
}
.wordcloud ul {
  margin: 18px 0px;
  margin: 1.125rem 0rem;
}
.wordcloud li {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 0px 5px;
  padding: 0rem 0.3125rem;
}
.wordcloud li.odd {
  color: #3b7990;
}
.wordcloud li.even {
  color: #e74c1b;
}
.wordcloud__words {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .wordcloud {
    text-align: left;
  }
  .wordcloud__words {
    padding: 30px 0px;
    padding: 1.875rem 0rem;
  }
  .wordcloud ul {
    margin: 30px 0px;
    margin: 1.875rem 0rem;
  }
  .wordcloud li {
    font-size: 32px;
    font-size: 2rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}
/*
.content-visible {
	border: 1px dashed red;
}
*/
.toggle-content {
  display: none;
}

.pagination {
  margin: 30px 0px 0px 0px;
  margin: 1.875rem 0rem 0rem 0rem;
  float: right;
  text-transform: uppercase;
}
.pagination li {
  display: inline;
  color: #aaabac;
}
.pagination li a {
  color: #2F7CA3;
}
.pagination li.info {
  color: #e74c1b;
}
.pagination li.info:before, .pagination li.info:after {
  content: "/";
  margin-left: 2px;
}

.fb-like.fb_iframe_widget, .fb-like.fb_iframe_widget span, .fb-like.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

@media (min-width: 30em) {
  .social-column {
    min-height: 500px;
  }
}
.social-column__header {
  padding: 0 0 10px;
  font-family: "NSPCCBold";
  font-size: 1.875em;
  line-height: 36px;
}
@media (min-width: 30em) {
  .social-column__header {
    padding: 0 0 15px;
  }
}
.social-column__half {
  width: 50%;
}
.social-column__onethird {
  width: 33.3333333333%;
}
.social-column__feed-container {
  padding: 25px 20px;
  background: #f4f4f4;
  transition: all 400ms ease-in-out;
}
@media (min-width: 30em) {
  .social-column__feed-container {
    padding: 25px 20px;
  }
}
.social-column__feed-list {
  border: 1px solid #EEE;
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 64em) {
  .social-column__feed-list {
    overflow-y: hidden;
  }
  .social-column__feed-list:hover {
    overflow-y: auto;
  }
}
.social-column__twitter-list {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
.social-column__feed-item {
  padding: 20px 15px;
  overflow: hidden;
}
.social-column__feed-item__link-image {
  display: block;
  text-decoration: none;
  padding: 5px 0;
}
.social-column__show-more-container {
  padding: 15px 0 0;
  text-align: center;
}
.social-column__show-more-button {
  text-decoration: none;
  background-color: #085172;
  color: #fff;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
}
.social-column__feed-item-empty {
  font-size: 1em;
  line-height: 1.375em;
  margin: 0;
  color: #333333;
}

.twitter-feed__content-title:hover, .facebook-feed__action-link:hover, .facebook-feed__content-title:hover {
  text-decoration: underline;
}

.twitter-feed__content-title, .facebook-feed__statistic-comment, .facebook-feed__statistic-like, .facebook-feed__action-separate, .facebook-feed__action-link, .facebook-feed__reference-topic, .facebook-feed__content-message a, .facebook-feed__content-title {
  text-decoration: none;
  color: #3b5999;
}

.twitter-feed__content-message a {
  text-decoration: none;
  color: #2797bd;
}

.facebook-feed__item {
  border-bottom: 1px solid #EEE;
}
.facebook-feed__item__small .facebook-feed__logo {
  width: 40px;
  height: 40px;
  margin: 0 0 5px;
}
.facebook-feed__item__small .facebook-feed__content {
  margin: 0 0 0 50px;
}
.facebook-feed__item__small .facebook-feed__content-body {
  margin: 0;
  clear: both;
}
.facebook-feed__item__small .facebook-feed__reference-image {
  width: 100% !important;
  float: none;
}
.facebook-feed__item__small .facebook-feed__reference-text {
  margin: 0;
}
.facebook-feed__logo {
  border: 1px solid #EEE;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  float: left;
  display: inline-block;
  text-decoration: none;
  width: 40px;
  height: 40px;
}
@media (min-width: 30em) {
  .facebook-feed__logo {
    width: 60px;
    height: 60px;
  }
}
.facebook-feed__logo:before {
  content: "";
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.facebook-feed__logo img {
  max-width: 100%;
  display: inline-block !important;
  vertical-align: middle;
  width: auto !important;
}
.facebook-feed__content {
  margin: 0 0 0 50px;
}
@media (min-width: 30em) {
  .facebook-feed__content {
    margin: 0 0 0 72px;
  }
}
.facebook-feed__content-body {
  margin: 0;
  clear: both;
}
@media (min-width: 30em) {
  .facebook-feed__content-body {
    margin: 0 0 0 72px;
    clear: none;
  }
}
.facebook-feed__content-title {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  margin: 0 0 5px;
}
.facebook-feed__content-message {
  font-size: 1em;
  line-height: 1.375em;
  color: #666666;
  margin: 0 0 10px;
}
.facebook-feed__reference-content {
  margin: 0 0 10px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  display: block;
  text-decoration: none;
}
.facebook-feed__reference-image {
  width: 92px !important;
  float: left;
}
.facebook-feed__reference-text {
  margin: 0 0 0 92px;
  padding: 12px;
}
.facebook-feed__reference-text-no-image {
  margin-left: 0;
}
.facebook-feed__reference-topic {
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1.125em;
  margin: 0 0 5px;
}
.facebook-feed__reference-summary {
  font-size: 0.875em;
  line-height: 1.25em;
  color: #666666;
}
.facebook-feed__content-actions-container:after {
  content: "";
  display: block;
  clear: both;
}
.facebook-feed__content-actions {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.facebook-feed__action-link {
  display: inline-block;
  font-size: 0.875em;
  vertical-align: middle;
}
.facebook-feed__action-separate {
  display: inline-block;
  font-size: 0.875em;
  vertical-align: middle;
}
.facebook-feed__content-actions-statistic {
  display: inline-block;
  float: right;
}
.facebook-feed__statistic-like {
  display: inline-block;
  font-size: 0.875em;
  vertical-align: middle;
  margin: 0 0 0 7px;
}
.facebook-feed__statistic-like i {
  display: inline-block;
  margin: 0 3px 0 0;
  background-image: url("/images/social/facebook_like.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 -503px;
  width: 13px;
  display: inline-block;
  height: 15px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.facebook-feed__statistic-comment {
  display: inline-block;
  font-size: 0.875em;
  vertical-align: middle;
  margin: 0 0 0 7px;
}
.facebook-feed__statistic-comment i {
  display: inline-block;
  margin: 0 3px 0 0;
  background-image: url("/images/social/facebook_comment.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -51px -217px;
  width: 12px;
  display: inline-block;
  height: 15px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.facebook-feed__like-plugin {
  margin: 20px 15px 20px 15px;
  overflow: hidden;
}
@media (min-width: 30em) {
  .facebook-feed__like-plugin {
    margin: 20px 15px 20px 87px;
  }
}
.facebook-feed__like-plugin__small {
  margin: 20px 15px 20px 15px;
}
.facebook-feed__like-plugin iframe {
  display: block;
  width: 100%;
  border: none;
  height: 80px;
  overflow: hidden;
}

.twitter-feed__group-header-container {
  padding: 15px;
  border-bottom: 1px solid #EEE;
}
.twitter-feed__header-text {
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 0;
}
.twitter-feed__item {
  border-bottom: 1px solid #EEE;
}
.twitter-feed__item:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}
.twitter-feed__item__retweet {
  background: url("/images/social/retweet-marker.png") no-repeat right top;
}
.twitter-feed__item__small .twitter-feed__logo {
  width: 40px;
  height: 40px;
  margin: 0 0 5px;
}
.twitter-feed__item__small .twitter-feed__content {
  margin: 0 0 0 50px;
}
.twitter-feed__item__small .twitter-feed__content-body {
  margin: 0;
  clear: both;
}
.twitter-feed__logo {
  width: 40px;
  height: 40px;
  border: 1px solid #EEE;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  float: left;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 30em) {
  .twitter-feed__logo {
    width: 48px;
    height: 48px;
  }
}
.twitter-feed__logo:before {
  content: "";
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.twitter-feed__logo img {
  max-width: 100%;
  display: inline-block !important;
  vertical-align: middle;
  width: auto !important;
}
.twitter-feed__content {
  position: relative;
  margin: 0 0 0 50px;
}
@media (min-width: 30em) {
  .twitter-feed__content {
    margin: 0 0 0 60px;
  }
}
.twitter-feed__content-body {
  margin: 0;
  clear: both;
}
@media (min-width: 30em) {
  .twitter-feed__content-body {
    margin: 0 0 0 60px;
    clear: none;
  }
}
.twitter-feed__content-title {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  margin: 0 0 5px;
  padding: 0 49px 0 0;
  color: #333333;
}
.twitter-feed__content-title-twiter {
  display: inline-block;
  font-size: 1em;
  line-height: 1.25em;
  color: #aaaaaa;
  font-weight: lighter;
  margin: 0 0 0 5px;
}
.twitter-feed__content-message {
  font-size: 1em;
  line-height: 1.375em;
  margin: 0;
  color: #333333;
}
.twitter-feed__posted-time {
  color: #9a9a9a;
  font-size: 1em;
  line-height: 1.375em;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
}
.twitter-feed__retweet-icon {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url("/images/social/retweet-icon.png") no-repeat center center;
}

.fundraiser-feed__item {
  overflow: hidden;
  padding: 20px 15px 15px;
  background-color: #fafafa;
}
@media (min-width: 30em) {
  .fundraiser-feed__item {
    padding: 20px 15px 15px;
  }
  .fundraiser-feed__item__small {
    padding: 10px 5px 5px;
  }
}
.fundraiser-feed__item:nth-child(2n) {
  background-color: #ffffff;
}
.fundraiser-feed__item__small {
  padding: 10px 5px 5px;
}
.fundraiser-feed__item__small .fundraiser-feed__content-user-infor {
  margin: 0 10px 10px 0;
}
.fundraiser-feed__item__small .fundraiser-feed__user-fund-amount {
  position: relative;
  width: 100%;
  height: 58px;
  background-size: 100% auto;
  font-size: 1.625em;
  line-height: 60px;
}
.fundraiser-feed__avatar img {
  width: 80px !important;
  float: left;
}
.fundraiser-feed__content {
  margin: 0 0 0 80px;
  padding: 0 0 0 12px;
}
.fundraiser-feed__content-infor {
  overflow: hidden;
  margin: 0;
  position: relative;
  min-height: 85px;
}
.fundraiser-feed__content-user-infor {
  margin: 0;
  padding: 0;
}
.fundraiser-feed__user-name {
  color: #2A7BA5;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0 0 5px;
  font-family: "NSPCCBold";
}
.fundraiser-feed__user-status {
  color: #5f5353;
  font-size: 15px;
  line-height: 24px;
  display: block;
  margin-bottom: 2px;
}
.fundraiser-feed__user-fund-amount {
  width: 100%;
  height: 58px;
  background: #108633;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  font-family: "NSPCCRegular", "sans-serif";
  color: #fff;
  margin-bottom: 10px;
}
.fundraiser-feed__content-actions a {
  color: #317aa5;
  text-decoration: underline;
  font-size: 1em;
  line-height: 1.25em;
  display: block;
}

.fundraiserprogressblock.block--no-theme .block-theme-bg, .fundraiserprogressblock.block--no-theme .carousel-block .blocks, .carousel-block .fundraiserprogressblock.block--no-theme .blocks, .fundraiserprogressblock.block--no-theme .simple-accordion, .fundraiserprogressblock.block--no-theme .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .fundraiserprogressblock.block--no-theme .heading__inner, .fundraiserprogressblock.block--no-theme .section-highlight__content {
  background-color: #b1ddde;
}
.fundraiserprogressblock.block--no-theme .fundraiser-progress__bar-percent.block-theme-button-bg, .fundraiserprogressblock.block--no-theme .page-link-promo--image .page-link-promo__link:hover .fundraiser-progress__bar-percent.page-link-promo__inner, .page-link-promo--image .page-link-promo__link:hover .fundraiserprogressblock.block--no-theme .fundraiser-progress__bar-percent.page-link-promo__inner {
  background-color: #f8d200;
}

.fundraiser-progress__container {
  background: #0b4f74;
  max-width: 1372px;
  margin: 0 auto;
  position: relative;
}
.fundraiser-progress__container .block-theme-bg, .fundraiser-progress__container .carousel-block .blocks, .carousel-block .fundraiser-progress__container .blocks, .fundraiser-progress__container .simple-accordion, .fundraiser-progress__container .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .fundraiser-progress__container .heading__inner, .fundraiser-progress__container .section-highlight__content {
  padding: 0 10px;
}
@media (min-width: 40em) {
  .fundraiser-progress__container .block-theme-bg, .fundraiser-progress__container .carousel-block .blocks, .carousel-block .fundraiser-progress__container .blocks, .fundraiser-progress__container .simple-accordion, .fundraiser-progress__container .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .fundraiser-progress__container .heading__inner, .fundraiser-progress__container .section-highlight__content {
    padding: 0 20px;
  }
}
@media (min-width: 64em) {
  .fundraiser-progress__container .block-theme-bg, .fundraiser-progress__container .carousel-block .blocks, .carousel-block .fundraiser-progress__container .blocks, .fundraiser-progress__container .simple-accordion, .fundraiser-progress__container .section-highlight__heading.active .heading__inner, .section-highlight__heading.active .fundraiser-progress__container .heading__inner, .fundraiser-progress__container .section-highlight__content {
    padding: 0 60px;
  }
}
.fundraiser-progress__header {
  clear: both;
  color: #FFF;
  font-family: "NSPCCHeadline", "sans-serif";
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 64em) {
  .fundraiser-progress__header {
    font-size: 30px;
    line-height: 38px;
    padding: 50px 160px 60px;
  }
}
@media (min-width: 80em) {
  .fundraiser-progress__header {
    font-size: 40px;
    line-height: 48px;
  }
}
.fundraiser-progress__bar-container {
  clear: both;
  position: relative;
  margin: 0 40px 110px;
}
.fundraiser-progress__bar-container::after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 64em) {
  .fundraiser-progress__bar-container {
    margin: 0 0 120px;
  }
}
.fundraiser-progress__bar {
  background: #fff;
  height: 20px;
  position: relative;
}
.fundraiser-progress__bar-percent {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: #f7d100;
  width: 0px;
  transition: width 1s ease-in-out 5s;
}
.fundraiser-progress__rocket {
  background: url("/images/social/fundraising-rocket.png") no-repeat center center;
  clear: both;
  display: block;
  float: left;
  height: 114px;
  margin: 80px auto 0;
  width: 100%;
}
@media (min-width: 64em) {
  .fundraiser-progress__rocket {
    background-size: contain;
    height: 73px;
    left: 60px;
    position: absolute;
    margin: 0;
    top: 50px;
    width: 150px;
    z-index: 1;
  }
}
.fundraiser-progress__target-text {
  font-family: "NSPCCSemiBold", "sans-serif";
  padding: 0 10px 0 0;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.005em;
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 80em) {
  .fundraiser-progress__target-text {
    display: inline-block;
    float: right;
    font-size: 40px;
    padding: 0 25px 0 0;
  }
}
.fundraiser-progress__target-text-label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  margin-bottom: 5px;
}
@media (min-width: 80em) {
  .fundraiser-progress__target-text-label {
    padding: 0 45px 0 0;
    text-align: left;
  }
}
.fundraiser-progress__indicating-start {
  position: absolute;
  width: 8px;
  height: 54px;
  background: url("/images/social/fundraiser-progressing-left-indicating.png") no-repeat center center;
  background-size: 100% auto;
  left: -4px;
  top: -20px;
  display: block;
}
.fundraiser-progress__indicating-end {
  background: url("/images/social/text_finish.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  width: 147px;
  height: 202px;
  display: none;
}
@media (min-width: 64em) {
  .fundraiser-progress__indicating-end {
    top: -180px;
    right: 0;
    margin-right: -24px;
    display: block;
  }
}
.fundraiser-progress__indicating-current {
  position: absolute;
  width: 62px;
  height: 66px;
  background: url("/images/social/we_are_here_mobile.png") no-repeat center center;
  top: 21px;
  left: 0;
  margin-left: -31px;
  transition: left 1s ease-in-out 5s;
}
@media (min-width: 80em) {
  .fundraiser-progress__indicating-current {
    width: 98px;
    height: 104px;
    margin-left: -47px;
    background: url("/images/social/we_are_here_desktop.png") no-repeat center center;
  }
}
.fundraiser-progress__current-fund-amount {
  clear: both;
  text-align: center;
  color: #fff;
}
.fundraiser-progress__current-fund-amount-label {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.fundraiser-progress__current-fund-amount-text {
  font-family: "NSPCCSemiBold", "sans-serif";
  font-size: 32px;
  letter-spacing: -0.005em;
  line-height: 40px;
  padding: 0 0 10px;
}
@media (min-width: 40em) {
  .fundraiser-progress__current-fund-amount-text {
    font-size: 32px;
    line-height: 40px;
    padding: 0 0 15px;
  }
}
@media (min-width: 80em) {
  .fundraiser-progress__current-fund-amount-text {
    font-size: 40px;
    line-height: 48px;
  }
}
.fundraiser-progress__message {
  margin: 0 auto;
  padding: 0 0 60px;
  text-align: center;
  color: #fff;
  font-family: Arial, "sans-serif";
  width: 100%;
  font-size: 16px;
}
@media (min-width: 64em) {
  .fundraiser-progress__message {
    width: 80%;
  }
}

.ajaxLoad {
  background: url("/images/ajax-loader.gif") no-repeat scroll center center;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.modal-controls-container {
  float: left;
}
.modal-controls-container .modal-zoomin-button {
  font-family: "icomoon";
  position: absolute;
  top: 25px;
  left: 30px;
  font-size: 30px;
  color: white;
  font-weight: bold;
  z-index: 99;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-controls-container .modal-zoomin-button:before {
  content: "";
}
.modal-controls-container .modal-zoomin-button:after {
  position: absolute;
  z-index: -98;
  content: "";
  top: 0px;
  left: 0px;
  color: green;
}
.modal-controls-container .modal-zoomin-button:hover, .modal-controls-container .modal-zoomin-button:focus {
  cursor: pointer;
}
.modal-controls-container .modal-zoomout-button {
  font-family: "icomoon";
  position: absolute;
  top: 25px;
  left: 60px;
  font-size: 30px;
  font-weight: bold;
  color: white;
  z-index: 99;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-controls-container .modal-zoomout-button:before {
  content: "";
}
.modal-controls-container .modal-zoomout-button:after {
  position: absolute;
  z-index: -98;
  content: "";
  top: 0px;
  left: 0px;
  color: green;
}
.modal-controls-container .modal-zoomout-button:hover, .modal-controls-container .modal-zoomout-button:focus {
  cursor: pointer;
}

.lfs-intro-block .image-container {
  width: 150px;
}
.lfs-intro-block .content-container {
  margin-top: -80px;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.lfs-intro-block .step-title {
  color: #009444;
  font-family: "NSPCCBold";
  margin-bottom: 10px;
}
.lfs-intro-block .clearbg {
  background-color: #ffffff;
}
.lfs-intro-block .lfs-intro-block__step--1 {
  cursor: pointer;
  text-decoration: none;
  color: #525455;
}

.article-container {
  max-width: 1372px;
  margin: 0 auto;
  padding: 0 10px;
  clear: both;
}
.article-container .text-block a {
  text-decoration: underline;
  color: #2F7CA3;
}
.article-container .text-block a:hover {
  text-decoration: none;
}

.article {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 28px;
}
.article__title {
  padding: 25px 0;
  text-align: center;
}
.article__sub-title {
  display: block;
  color: #56585a;
}
.article__content {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  /*
  blockquote {
  	@include rem-property('margin', 22px, 0); // 16+6
  }

  img {
  	margin-bottom: 16px;
  }
      */
}
.article__content .intro-text {
  text-align: center;
}
.article .text-block {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.article.article--hero {
  padding-top: 0;
}

.category-text--article {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #e74c1b;
}

/* No No No, to generic again, this component can sit on any background :/
.category-text--article:hover {
    color: #fff
}
*/
hr.article-hr {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  clear: both;
}

.section-nav.inpage-nav .inpage-nav__inner {
  background-color: #6d7073;
}
.section-nav.inpage-nav li {
  border-bottom: 1px solid #7c7f81;
}
.section-nav.inpage-nav li:first-child {
  border-top: 1px solid #7c7f81;
}
.section-nav.inpage-nav li a:hover {
  background-color: #85898c;
}

@media (min-width: 40em) {
  .article {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
  }
  .article__title {
    padding: 25px 0;
  }
  .article__content {
    color: #56585a;
    /*
    blockquote {
    	@include rem-property('margin', 36px, 0); // 24+12=36
    }
           */
  }
  .article__content img {
    margin-bottom: 24px;
  }
  .article__content .image--left, .article__content .text-block .media--left-50, .text-block .article__content .media--left-50 {
    margin-right: 10px;
    float: left;
  }
  .article__content .image--right, .article__content .text-block .media--right-50, .text-block .article__content .media--right-50 {
    margin-left: 10px;
    float: right;
  }
  .article__content .image--left-50 {
    width: 50%;
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    float: left;
  }
  .article__content .image--right-50 {
    width: 50%;
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    float: right;
  }
  .article__content .image--breakout {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: -10%;
    margin-right: -10%;
  }
  .article__content .image--breakout img {
    margin-bottom: 12px;
  }
}
@media (min-width: 64em) {
  .article {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
  }
  .article__title {
    padding: 40px 0;
  }
  .article__content {
    /*
    blockquote {
    	@include rem-property('margin', 40px, 0); // 24+16=40
    }
           */
  }
}
.news-landing-page .articles__wall {
  padding-left: 10px;
  padding-right: 10px;
}
.news-landing-page .articles__item {
  padding: 0;
  border: solid 1px #fafafa;
}
.news-landing-page .articles__item--file .articles__item-heading {
  margin-bottom: 0 !important;
}
.news-landing-page .articles__item-inner {
  padding: 20px;
}
.news-landing-page .articles__item-img {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.news-landing-page .articles__item-link {
  text-decoration: none;
}
.news-landing-page .articles__item-date {
  display: block;
}
.news-landing-page .articles__item-date--inline {
  display: inline;
}
.news-landing-page .articles__item-date, .news-landing-page .articles__item-heading, .news-landing-page .articles__item-summary {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.news-landing-page .articles__item-views {
  margin-top: 32px;
  margin-top: 2rem;
  text-transform: uppercase;
}
.news-landing-page .articles .show-more {
  margin-top: 1.5em;
}
.news-landing-page .articles__tweet {
  padding: 0;
}
.news-landing-page .articles__tweet iframe {
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.news-landing-page .articles__sort.inpage-nav {
  height: 100px;
}
.news-landing-page .articles__sort.inpage-nav .inpage-nav__inner {
  background-color: #045370;
}
.news-landing-page .articles__sort.inpage-nav li {
  border-bottom: 1px solid #7c7f81;
}
.news-landing-page .articles__sort.inpage-nav li:first-child {
  border-top: 1px solid #7c7f81;
}
.news-landing-page .articles__sort.inpage-nav li a:hover {
  background-color: #85898c;
}
.news-landing-page .articles__sort .inpage-nav__toggle {
  top: 50px;
  right: 10px;
}

@media (min-width: 40em) {
  .news-landing-page .articles__item {
    border: solid 10px #fafafa;
  }
  .news-landing-page .articles__item, .news-landing-page .articles__tweet {
    width: 50%;
    margin-bottom: 0;
  }
  .news-landing-page .articles__tweet {
    padding: 10px;
  }
  .news-landing-page .articles__item-date, .news-landing-page .articles__item-heading, .news-landing-page .articles__item-summary {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .news-landing-page .articles__sort.inpage-nav {
    margin-bottom: 30px;
    float: none;
  }
  .news-landing-page .articles__sort .inpage-nav__toggle {
    top: 50px;
    right: 20px;
  }
}
@media (min-width: 64em) {
  .news-landing-page .articles__item, .news-landing-page .articles__tweet {
    width: 33.333333%;
  }
  .news-landing-page .articles__sort.inpage-nav {
    height: 50px;
    position: relative;
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .news-landing-page .articles__sort.inpage-nav .sort-text {
    left: 0;
  }
  .news-landing-page .articles__sort.inpage-nav .inpage-nav__inner {
    left: 90px;
    right: auto;
    margin-right: 10px;
  }
  .news-landing-page .articles__sort .inpage-nav__toggle {
    top: 0px;
    right: 10px;
  }
}
.search-results .inner, .search-results__inner {
  clear: both !important;
}
.search-results .search-block {
  margin-left: 10px;
  margin-right: 10px;
}
.search-results__hr {
  display: none;
}
.search-results__no-results, .search-results__summary {
  margin: 16px 0px;
  margin: 1rem 0rem;
  padding-left: 10px;
  padding-right: 10px;
}
.search-results__sort.inpage-nav {
  height: 100px;
  clear: both;
}
.search-results__sort.inpage-nav .inpage-nav__inner {
  background-color: #045370;
}
.search-results__sort.inpage-nav li {
  border-bottom: 1px solid #7c7f81;
}
.search-results__sort.inpage-nav li:first-child {
  border-top: 1px solid #7c7f81;
}
.search-results__sort.inpage-nav li a:hover {
  background-color: #85898c;
}
.search-results .related-items__item:last-child {
  border-bottom: none;
}
.search-results .show-more {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.search-results .promoted {
  background-color: #ebebeb;
}
.search-results__item-img {
  display: none;
}
.search-results .inpage-nav p {
  line-height: 3.125em;
}
.search-results .inpage-nav__inner {
  background-color: #045370;
  position: relative;
}
.search-results .search-block {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 40em) {
  .search-results {
    /*img {
        display: inline-block;
        float: left;
        margin-right: 20px;
    }*/
  }
  .search-results__inner {
    clear: both;
  }
  .search-results__item-img {
    display: block;
    width: 160px;
    margin-right: 20px;
    float: left;
  }
  .search-results .has-img p {
    padding-left: 180px;
  }
}
@media (min-width: 64em) {
  .search-results__hr {
    margin-left: 10px !important;
    margin-right: 10px !important;
    display: block;
  }
  .search-results__inner {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
  }
  .search-results__sort.inpage-nav {
    padding: 20px 0px;
    padding: 1.25rem 0rem;
    height: 90px;
    position: relative;
    float: none;
    margin: 0;
  }
  .search-results__sort.inpage-nav .sort-text {
    left: 0;
    padding-left: 0;
  }
  .search-results__sort.inpage-nav .inpage-nav__inner {
    left: 90px;
    top: 20px;
    right: auto;
    margin-right: 10px;
    position: absolute;
  }
  .search-results .related-items {
    margin-top: 20px;
  }
}
.container--startpage .rowblock__heading,
.container--startpage .isotope-wall__heading {
  text-align: center;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
.container--startpage .hero-banners__donatecta .donate-block__inner,
.container--startpage .customgrid .donate-block__inner {
  text-align: center;
}
.container--startpage .hero-banners__donatecta .donate-block_main-heading, .container--startpage .hero-banners__donatecta .donate-block__intro,
.container--startpage .customgrid .donate-block_main-heading,
.container--startpage .customgrid .donate-block__intro {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.container--startpage .star {
  display: none;
}

@media (min-width: 40em) {
  .container--startpage .rowblock__heading,
.container--startpage .isotope-wall__heading {
    padding: 36px 0px 30px 0px;
    padding: 2.25rem 0rem 1.875rem 0rem;
    max-width: 60%;
    margin: 0 auto;
  }
  .container--startpage .hero-banners__donatecta .donate-block__inner,
.container--startpage .customgrid .donate-block__inner {
    width: 50%;
    margin: 0 auto;
    padding: 54px 0px;
    padding: 3.375rem 0rem;
  }
  .container--startpage .hero-banners__donatecta .donate-block_main-heading, .container--startpage .hero-banners__donatecta .donate-block__intro,
.container--startpage .customgrid .donate-block_main-heading,
.container--startpage .customgrid .donate-block__intro {
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 64em) {
  .container--startpage .hero-banners__donatecta .donate-block__inner,
.container--startpage .customgrid .donate-block__inner {
    width: 40%;
  }
  .container--startpage .star {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .container--startpage .star__intro--tl {
    top: -25px;
    left: 130px;
  }
  .container--startpage .star__intro--mr {
    bottom: 40px;
    right: 100px;
  }
  .container--startpage .star__intro--br {
    bottom: -60px;
    right: 400px;
  }
  .container--startpage .star__news--tr {
    top: 10px;
    right: 150px;
  }
  .container--startpage .star__news--bl {
    bottom: 80px;
    left: 270px;
  }
  .container--startpage .star__news--bm {
    bottom: 30px;
    right: 270px;
  }
  .container--startpage .star__news--br {
    bottom: 300px;
    right: 100px;
  }
}
@media (min-width: 80em) {
  .container--startpage .star__intro--tl {
    top: -15px;
    left: 200px;
  }
  .container--startpage .star__intro--mr {
    bottom: 40px;
    right: 100px;
  }
  .container--startpage .star__intro--br {
    bottom: -60px;
    right: 400px;
  }
}
.container--toplevellandingpage .rowblock--grid > div > .inner > div {
  *zoom: 1;
}
.container--toplevellandingpage .rowblock--grid > div > .inner > div:before, .container--toplevellandingpage .rowblock--grid > div > .inner > div:after {
  content: "";
  display: table;
}
.container--toplevellandingpage .rowblock--grid > div > .inner > div:after {
  clear: both;
}
.container--toplevellandingpage .rowblock--grid > div > .inner > h2 {
  text-align: center;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.container--toplevellandingpage .rowblock--grid .block {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.container--toplevellandingpage .rowblock--grid .block:last-child {
  margin-bottom: 0;
}
.container--toplevellandingpage .rowblock--grid .textblock:first-of-type {
  padding-top: 0 !important;
}
.container--toplevellandingpage .rowblock--grid .rowblock {
  margin-top: 0 !important;
}
.container--toplevellandingpage .rowblock--grid .footer__hr {
  margin-top: 18px;
  margin-top: 1.125rem;
}
.container--toplevellandingpage .rowblock--grid__hr:last-child {
  display: none;
}
.container--toplevellandingpage .ctablock.customgrid.tallest .cta-block {
  padding: 18px 0px;
  padding: 1.125rem 0rem;
  background-color: #108633;
}
.container--toplevellandingpage .ctablock.customgrid.tallest .cta-block * {
  color: #fff !important;
}
.container--toplevellandingpage .ctablock.customgrid.tallest .cta-block.block-theme-hover:hover {
  background-color: #108633 !important;
}

@media (min-width: 40em) {
  .container--toplevellandingpage .rowblock--grid > div > .inner > h2 {
    padding: 36px 0px 30px 0px;
    padding: 2.25rem 0rem 1.875rem 0rem;
    max-width: 60%;
    margin: 0 auto;
  }
  .container--toplevellandingpage .rowblock--grid .footer__hr {
    margin-top: 54px;
    margin-top: 3.375rem;
  }
  .container--toplevellandingpage .ctablock.customgrid.tallest .cta-block {
    padding: 54px 0px;
    padding: 3.375rem 0rem;
  }
  .container--toplevellandingpage .ctablock.customgrid.tallest .block-theme-text-title,
.container--toplevellandingpage .ctablock.customgrid.tallest .block-theme-text-body {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
  .container--toplevellandingpage .isotope-wall__heading {
    padding: 36px 0px 14px 0px;
    padding: 2.25rem 0rem 0.875rem 0rem;
  }
}
/* letter from santa pages */
/* all classes namespaced from #letter-from-santa to prevent any conflicts with the existing codebase */
#letter-from-santa {
  /*h2*/
  /*p*/
  /*a*/
  /* Magnific Popup CSS */
  /* Main image in popup */
  /* The shadow behind the image */
}
.tablet #letter-from-santa .hero-banner__img .responsive-image--16x9 {
  padding-bottom: 46.7%;
}
.mobile #letter-from-santa .form__wrap .checkbox__wrapper {
  margin-left: 8px;
  margin-right: 8px;
}
#letter-from-santa #payment_error, #letter-from-santa #payment_error_alternative, #letter-from-santa #payment_error_zero {
  padding: 20px;
  text-align: center;
  max-width: 780px;
}
#letter-from-santa #payment_error .btn--green, #letter-from-santa #payment_error p.has-btn--green a, p.has-btn--green #letter-from-santa #payment_error a, #letter-from-santa #payment_error_alternative .btn--green, #letter-from-santa #payment_error_alternative p.has-btn--green a, p.has-btn--green #letter-from-santa #payment_error_alternative a, #letter-from-santa #payment_error_zero .btn--green, #letter-from-santa #payment_error_zero p.has-btn--green a, p.has-btn--green #letter-from-santa #payment_error_zero a {
  margin-top: 20px;
}
#letter-from-santa #payment_error_zero {
  padding-top: 10px;
}
#letter-from-santa #payment_error_zero a {
  color: inherit;
}
#letter-from-santa #payment_error {
  margin-top: 20px;
  padding-bottom: 0;
}
#letter-from-santa #payment_error h2, #letter-from-santa #payment_error p {
  color: #C51723 !important;
  text-align: center;
}
#letter-from-santa #payment_error h2.form-heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "NSPCCBold", "sans-serif";
  line-height: 22px;
  line-height: 1.375rem;
  height: auto;
}
#letter-from-santa #payment_error_alternative {
  margin-top: 10px;
  background-color: #fff;
}
#letter-from-santa #payment_error_alternative p {
  margin-bottom: 10px;
}
#letter-from-santa #payment_error_alternative .payment_error_alternative_title, #letter-from-santa #payment_error_alternative p, #letter-from-santa #payment_error_alternative a {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
#letter-from-santa #payment_error_alternative .payment_error_alternative_title {
  color: #C51723 !important;
  font-size: 16px;
  font-size: 1rem;
  font-family: "NSPCCBold", "sans-serif";
  line-height: 16px;
  line-height: 1rem;
}
#letter-from-santa .debug {
  outline: 1px solid #f0f;
}
#letter-from-santa .debug2 {
  outline: 1px solid lime;
}
#letter-from-santa .img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#letter-from-santa .text-center {
  text-align: center !important;
}
#letter-from-santa .text-center label {
  text-align: center !important;
  color: #525455;
}
#letter-from-santa .height-auto {
  height: auto !important;
  line-height: normal !important;
}
#letter-from-santa .float-left {
  float: left !important;
}
#letter-from-santa .float-right {
  float: right !important;
}
#letter-from-santa .float-none {
  float: none !important;
}
#letter-from-santa .charCount {
  position: absolute;
  right: 10px;
  width: auto;
  bottom: 10px;
  color: #999;
}
#letter-from-santa .margin-0 {
  margin: 0 !important;
}
#letter-from-santa .margin-bottom-0 {
  margin-bottom: 0 !important;
}
#letter-from-santa .margin-bottom-10 {
  margin-bottom: 10px !important;
}
#letter-from-santa .margin-bottom-20 {
  margin-bottom: 20px !important;
}
#letter-from-santa .margin-bottom-30 {
  margin-bottom: 30px !important;
}
#letter-from-santa .margin-bottom-40 {
  margin-bottom: 40px !important;
}
#letter-from-santa .margin-bottom-50 {
  margin-bottom: 50px !important;
}
#letter-from-santa .margin-top-0 {
  margin-top: 0 !important;
}
#letter-from-santa .margin-top-10 {
  margin-top: 10px !important;
}
#letter-from-santa .margin-top-15 {
  margin-top: 15px !important;
}
#letter-from-santa .margin-top-20 {
  margin-top: 20px !important;
}
#letter-from-santa .margin-top-30 {
  margin-top: 30px !important;
}
#letter-from-santa .margin-top-40 {
  margin-top: 40px !important;
}
#letter-from-santa .margin-top-50 {
  margin-top: 50px !important;
}
#letter-from-santa .margin-top-90 {
  margin-top: 90px !important;
}
#letter-from-santa .padding-bottom-0 {
  padding-bottom: 0 !important;
}
#letter-from-santa .padding-bottom-10 {
  padding-bottom: 10px !important;
}
#letter-from-santa .padding-bottom-20 {
  padding-bottom: 20px !important;
}
#letter-from-santa .padding-bottom-30 {
  padding-bottom: 30px !important;
}
#letter-from-santa .padding-bottom-40 {
  padding-bottom: 40px !important;
}
#letter-from-santa .padding-bottom-50 {
  padding-bottom: 50px !important;
}
#letter-from-santa .padding-0 {
  padding: 0 !important;
}
#letter-from-santa .padding-10 {
  padding: 10px !important;
}
#letter-from-santa .padding-20 {
  padding: 20px !important;
}
#letter-from-santa .padding-30 {
  padding: 30px !important;
}
#letter-from-santa .padding-40 {
  padding: 40px !important;
}
#letter-from-santa .padding-50 {
  padding: 50px !important;
}
#letter-from-santa .header-container {
  border-bottom: 1px solid #56585a;
}
#letter-from-santa .hero-banners {
  margin-bottom: 0;
  background-color: #f5f5f5;
}
#letter-from-santa .hero-banners .hero-banner__wrap-pad {
  background-color: #f5f5f5;
}
@media (min-width: 40em) {
  #letter-from-santa .hero-banners .hero-banner__wrap-pad {
    background-color: #fff;
  }
}
#letter-from-santa .hero-banners .btn, #letter-from-santa .hero-banners .btn--link, #letter-from-santa .hero-banners .btn--white, #letter-from-santa .hero-banners .btn--green, #letter-from-santa .hero-banners .btn--blue, #letter-from-santa .hero-banners p.has-btn--blue a, p.has-btn--blue #letter-from-santa .hero-banners a, #letter-from-santa .hero-banners p.has-btn--green a, p.has-btn--green #letter-from-santa .hero-banners a, #letter-from-santa .hero-banners p.has-btn--white a, p.has-btn--white #letter-from-santa .hero-banners a {
  background-color: #108633 !important;
}
#letter-from-santa .hero-banner__heading,
#letter-from-santa .page-summary__heading {
  padding-bottom: 15px;
  color: #c52330 !important;
}
#letter-from-santa .block--no-theme .block-theme-hover:hover .block-theme-text-body p {
  color: #525455;
}
#letter-from-santa .page-summary__heading {
  margin: 0 0 20px 0;
  padding: 0;
}
#letter-from-santa .santa-blocks--top .block {
  margin-bottom: 20px !important;
  padding-top: 20px;
}
#letter-from-santa .santa-blocks--middle {
  padding-bottom: 40px;
}
#letter-from-santa .santa-blocks--middle .block {
  margin-bottom: 0 !important;
}
@media (min-width: 64em) {
  #letter-from-santa .santa-blocks--bottom > div > .rowblock {
    margin-bottom: 0;
  }
}
#letter-from-santa .divider-parcels {
  padding-bottom: 40px;
}
#letter-from-santa .divider-hills {
  margin-bottom: 80px;
}
#letter-from-santa .background-white,
#letter-from-santa .background-white .block--no-theme,
#letter-from-santa .background-white .block-theme-bg,
#letter-from-santa .background-white .carousel-block .blocks,
.carousel-block #letter-from-santa .background-white .blocks,
#letter-from-santa .background-white .simple-accordion,
#letter-from-santa .background-white .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active #letter-from-santa .background-white .heading__inner,
#letter-from-santa .background-white .section-highlight__content {
  background-color: #fff !important;
}
#letter-from-santa .background-grey,
#letter-from-santa .background-grey .block--no-theme,
#letter-from-santa .background-grey .block-theme-bg,
#letter-from-santa .background-grey .carousel-block .blocks,
.carousel-block #letter-from-santa .background-grey .blocks,
#letter-from-santa .background-grey .simple-accordion,
#letter-from-santa .background-grey .section-highlight__heading.active .heading__inner,
.section-highlight__heading.active #letter-from-santa .background-grey .heading__inner,
#letter-from-santa .background-grey .section-highlight__content,
#letter-from-santa .background-grey .rowblock {
  background-color: #f5f5f5 !important;
}
#letter-from-santa .background-greylighter {
  background-color: #fafafa !important;
}
#letter-from-santa .background-transparent {
  background-color: transparent;
}
#letter-from-santa .background-teal {
  background-color: #b1ddde;
}
#letter-from-santa .support-text {
  padding: 0;
}
@media (min-width: 40em) {
  #letter-from-santa .support-text {
    padding: 0 60px;
  }
}
#letter-from-santa .heading-summary {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "NSPCCBold", "sans-serif";
  line-height: 28px;
  line-height: 1.75rem;
  margin: 20px 0 30px 0;
}
#letter-from-santa .form-heading {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "NSPCCBold", "sans-serif";
  line-height: 21px;
  line-height: 1.3125rem;
  margin: 20px 0 30px 0;
}
@media (min-width: 64em) {
  #letter-from-santa .form-heading {
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "NSPCCBold", "sans-serif";
    line-height: 28px;
    line-height: 1.75rem;
  }
}
#letter-from-santa .form__wrap .form-subheading {
  text-align: center;
  margin-bottom: 10px;
  clear: both;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: sans-serif;
  font-weight: bold;
  color: #000;
}
@media (min-width: 40em) {
  #letter-from-santa .form__wrap .form-subheading {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: sans-serif;
    font-weight: bold;
  }
}
#letter-from-santa .form__wrap .form-subheading.form-subheading--left {
  text-align: left;
}
#letter-from-santa .form__wrap .form-subheading label,
#letter-from-santa .form__wrap .form-subheading .label {
  color: #000;
}
@media (min-width: 40em) {
  #letter-from-santa .form__wrap .form-subheading label,
#letter-from-santa .form__wrap .form-subheading .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#letter-from-santa .form__wrap .form-subheading textarea {
  font-weight: normal;
  color: #525455;
}
#letter-from-santa .form__wrap .form-subheading .parsley-errors-list li {
  font-size: 16px;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
}
#letter-from-santa .label {
  font-weight: bold;
  margin-bottom: 10px;
  color: #525455;
}
@media (min-width: 64em) {
  #letter-from-santa .label {
    margin-bottom: 20px;
  }
}
#letter-from-santa .label.label__has-tooltip {
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  #letter-from-santa .label.label__has-tooltip {
    margin-bottom: 15px;
  }
}
#letter-from-santa .hide-label label,
#letter-from-santa .hide-label-text label > span:first-child {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#letter-from-santa .logo-giftaidit {
  width: 183px;
  height: 51px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
#letter-from-santa .logo-giftaidit img {
  width: 136px;
  height: 51px;
}
#letter-from-santa .logo-giftaidit span {
  position: absolute;
  right: 0;
  top: 10px;
}
#letter-from-santa .form__step ol {
  overflow: visible;
}
#letter-from-santa .form__step li.active:before {
  background-image: url("/images/letter-from-santa/form-step-active.png");
  color: #ffffff;
  font-size: 48px;
  line-height: 68px;
  margin-top: -11px;
  width: 83px;
}
#letter-from-santa .form__wrap {
  padding: 10px;
  background: transparent;
}
@media (min-width: 40em) {
  #letter-from-santa .form__wrap .element {
    padding-right: 0;
  }
  #letter-from-santa .form__wrap input[type=text],
#letter-from-santa .form__wrap input[type=date],
#letter-from-santa .form__wrap input[type=email],
#letter-from-santa .form__wrap input[type=tel],
#letter-from-santa .form__wrap input[type=number],
#letter-from-santa .form__wrap select,
#letter-from-santa .form__wrap textarea {
    width: 100%;
    line-height: normal;
  }
}
#letter-from-santa .form__wrap input[type=radio]:not(old) + label {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  color: #525455;
}
#letter-from-santa .form__wrap .formfieldblock {
  clear: both;
}
#letter-from-santa .form__wrap label {
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #525455;
}
#letter-from-santa .form__wrap label.heading {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  color: #000;
  margin: 20px 0 30px 0;
}
#letter-from-santa .form__wrap label.heading .parsley-errors-list {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 64em) {
  #letter-from-santa .form__wrap label.heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
  #letter-from-santa .form__wrap label.heading .parsley-errors-list {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 64em) {
  #letter-from-santa .form__wrap label {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
#letter-from-santa .form__wrap .element__wrapper {
  width: 100%;
  position: relative;
  text-align: left;
}
@media (min-width: 64em) {
  #letter-from-santa .form__wrap .element__wrapper {
    text-align: left;
  }
}
#letter-from-santa .form__wrap .element__wrapper .tooltipstered {
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 100;
}
@media (min-width: 64em) {
  #letter-from-santa .form__wrap .element__wrapper .tooltipstered {
    right: -40px;
    top: auto;
    bottom: 106px;
  }
}
#letter-from-santa .form__wrap .element.radio {
  margin-bottom: 0;
  text-align: left;
}
#letter-from-santa .form__wrap .element.radio p.label {
  display: inline-block;
  width: auto;
  min-width: 88px;
  vertical-align: top;
}
#letter-from-santa .form__wrap .element.radio .parsley-errors-list {
  margin-bottom: 10px;
}
#letter-from-santa .form__wrap .element__half {
  width: 100%;
}
@media (min-width: 64em) {
  #letter-from-santa .form__wrap .element__half {
    width: 47.5%;
    float: left;
  }
}
#letter-from-santa .form__wrap .element__half-mobile {
  width: 47.5%;
  float: left;
}
#letter-from-santa .form__wrap .element__half-mobile + .element__half-mobile {
  margin-left: 5%;
}
#letter-from-santa .form__wrap .radio__wrapper {
  overflow: hidden;
  display: inline-block;
  left: 50%;
  width: auto !important;
  margin-left: 30px;
}
@media (min-width: 64em) {
  #letter-from-santa .form__wrap .radio__wrapper {
    left: 0;
    margin-left: 0;
  }
}
#letter-from-santa .form__wrap .radio__wrapper.parsley-error label span {
  display: block;
}
#letter-from-santa .form__wrap .form-subheading .parsley-errors-list {
  margin-top: 5px;
  margin-bottom: 0;
}
#letter-from-santa .form__wrap .form-subheading .parsley-errors-list li {
  text-align: left;
}
#letter-from-santa .form__wrap .checkbox__wrapper {
  display: inline-block;
  left: 50%;
  margin-left: 30px;
  overflow: hidden;
  width: auto !important;
}
#letter-from-santa .form__wrap .checkbox__wrapper .element {
  margin-bottom: 10px !important;
}
#letter-from-santa .form__wrap input[type=checkbox]:not(old) + label {
  background-position: 0 2px;
  text-align: left;
}
#letter-from-santa .form__wrap input[type=checkbox]:not(old):checked + label {
  background-position: 0 -80px;
}
#letter-from-santa .form__wrap input[type=checkbox].ckb-giftaid:not(old):checked + label {
  background-position: 0 -127px;
}
#letter-from-santa .form-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 40em) {
  #letter-from-santa .form-inner {
    width: 430px;
  }
}
#letter-from-santa .form-inner__wide {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 64em) {
  #letter-from-santa .form-inner__wide {
    width: 750px;
  }
}
@media (max-width: 75em) {
  #letter-from-santa .form-inner__wide {
    width: 100%;
  }
}
#letter-from-santa .amount {
  background: #fff url("/images/letter-from-santa/bg-amount.png") no-repeat scroll 15px center;
  padding-left: 40px !important;
}
#letter-from-santa .form-horizontal {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 10px;
  padding: 40px 20px;
  color: #000;
  background-color: #b1ddde;
  font-family: sans-serif;
  font-weight: bold;
}
@media (min-width: 40em) {
  #letter-from-santa .form-horizontal {
    font-size: 16px;
    font-size: 1rem;
  }
}
#letter-from-santa .form-horizontal label,
#letter-from-santa .form-horizontal .form-label {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #000;
}
@media (min-width: 40em) {
  #letter-from-santa .form-horizontal label,
#letter-from-santa .form-horizontal .form-label {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 80em) {
  #letter-from-santa .form-horizontal label,
#letter-from-santa .form-horizontal .form-label {
    display: inline-block;
    margin-right: 10px;
  }
}
#letter-from-santa .form-horizontal input,
#letter-from-santa .form-horizontal select {
  width: 100%;
  margin: 0 0 20px 0;
  line-height: normal;
}
@media (min-width: 80em) {
  #letter-from-santa .form-horizontal input,
#letter-from-santa .form-horizontal select {
    width: 190px !important;
    display: inline-block;
    margin: 0 10px;
  }
}
@media (min-width: 80em) {
  #letter-from-santa .form-horizontal input[type=submit] {
    width: auto !important;
  }
}
#letter-from-santa .form-horizontal .form-horizontal__inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#letter-from-santa .form-horizontal p {
  font-size: 24px;
  font-size: 1.5rem;
  width: 100%;
  clear: both;
  text-align: center;
  margin-top: 50px;
  color: #000;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 40em) {
  #letter-from-santa .form-horizontal p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
#letter-from-santa .form-horizontal .btn + .btn, #letter-from-santa .form-horizontal .btn--link + .btn, #letter-from-santa .form-horizontal .btn + .btn--link, #letter-from-santa .form-horizontal .btn--link + .btn--link, #letter-from-santa .form-horizontal .btn--white + .btn, #letter-from-santa .form-horizontal .btn--white + .btn--link, #letter-from-santa .form-horizontal .btn--green + .btn, #letter-from-santa .form-horizontal .btn--green + .btn--link, #letter-from-santa .form-horizontal .btn--blue + .btn, #letter-from-santa .form-horizontal .btn--blue + .btn--link, #letter-from-santa .form-horizontal p.has-btn--blue a + .btn, #letter-from-santa .form-horizontal p.has-btn--blue a + .btn--link, p.has-btn--blue #letter-from-santa .form-horizontal a + .btn, p.has-btn--blue #letter-from-santa .form-horizontal a + .btn--link, #letter-from-santa .form-horizontal p.has-btn--green a + .btn, #letter-from-santa .form-horizontal p.has-btn--green a + .btn--link, p.has-btn--green #letter-from-santa .form-horizontal a + .btn, p.has-btn--green #letter-from-santa .form-horizontal a + .btn--link, #letter-from-santa .form-horizontal p.has-btn--white a + .btn, #letter-from-santa .form-horizontal p.has-btn--white a + .btn--link, p.has-btn--white #letter-from-santa .form-horizontal a + .btn, p.has-btn--white #letter-from-santa .form-horizontal a + .btn--link, #letter-from-santa .form-horizontal .btn + .btn--white, #letter-from-santa .form-horizontal .btn--link + .btn--white, #letter-from-santa .form-horizontal .btn--white + .btn--white, #letter-from-santa .form-horizontal .btn--green + .btn--white, #letter-from-santa .form-horizontal .btn--blue + .btn--white, #letter-from-santa .form-horizontal p.has-btn--blue a + .btn--white, p.has-btn--blue #letter-from-santa .form-horizontal a + .btn--white, #letter-from-santa .form-horizontal p.has-btn--green a + .btn--white, p.has-btn--green #letter-from-santa .form-horizontal a + .btn--white, #letter-from-santa .form-horizontal p.has-btn--white a + .btn--white, p.has-btn--white #letter-from-santa .form-horizontal a + .btn--white, #letter-from-santa .form-horizontal .btn + .btn--green, #letter-from-santa .form-horizontal .btn--link + .btn--green, #letter-from-santa .form-horizontal .btn--white + .btn--green, #letter-from-santa .form-horizontal .btn--green + .btn--green, #letter-from-santa .form-horizontal .btn--blue + .btn--green, #letter-from-santa .form-horizontal p.has-btn--blue a + .btn--green, p.has-btn--blue #letter-from-santa .form-horizontal a + .btn--green, #letter-from-santa .form-horizontal p.has-btn--green a + .btn--green, p.has-btn--green #letter-from-santa .form-horizontal a + .btn--green, #letter-from-santa .form-horizontal p.has-btn--white a + .btn--green, p.has-btn--white #letter-from-santa .form-horizontal a + .btn--green, #letter-from-santa .form-horizontal .btn + .btn--blue, #letter-from-santa .form-horizontal .btn--link + .btn--blue, #letter-from-santa .form-horizontal .btn--white + .btn--blue, #letter-from-santa .form-horizontal .btn--green + .btn--blue, #letter-from-santa .form-horizontal .btn--blue + .btn--blue, #letter-from-santa .form-horizontal p.has-btn--blue a + .btn--blue, p.has-btn--blue #letter-from-santa .form-horizontal a + .btn--blue, #letter-from-santa .form-horizontal p.has-btn--green a + .btn--blue, p.has-btn--green #letter-from-santa .form-horizontal a + .btn--blue, #letter-from-santa .form-horizontal p.has-btn--white a + .btn--blue, p.has-btn--white #letter-from-santa .form-horizontal a + .btn--blue, #letter-from-santa .form-horizontal p.has-btn--blue .btn + a, #letter-from-santa .form-horizontal p.has-btn--blue .btn--link + a, p.has-btn--blue #letter-from-santa .form-horizontal .btn + a, p.has-btn--blue #letter-from-santa .form-horizontal .btn--link + a, #letter-from-santa .form-horizontal p.has-btn--blue .btn--white + a, p.has-btn--blue #letter-from-santa .form-horizontal .btn--white + a, #letter-from-santa .form-horizontal p.has-btn--blue .btn--green + a, p.has-btn--blue #letter-from-santa .form-horizontal .btn--green + a, #letter-from-santa .form-horizontal p.has-btn--blue .btn--blue + a, p.has-btn--blue #letter-from-santa .form-horizontal .btn--blue + a, #letter-from-santa .form-horizontal p.has-btn--blue a + a, p.has-btn--blue #letter-from-santa .form-horizontal a + a, #letter-from-santa .form-horizontal p.has-btn--green .btn + a, #letter-from-santa .form-horizontal p.has-btn--green .btn--link + a, p.has-btn--green #letter-from-santa .form-horizontal .btn + a, p.has-btn--green #letter-from-santa .form-horizontal .btn--link + a, #letter-from-santa .form-horizontal p.has-btn--green .btn--white + a, p.has-btn--green #letter-from-santa .form-horizontal .btn--white + a, #letter-from-santa .form-horizontal p.has-btn--green .btn--green + a, p.has-btn--green #letter-from-santa .form-horizontal .btn--green + a, #letter-from-santa .form-horizontal p.has-btn--green .btn--blue + a, p.has-btn--green #letter-from-santa .form-horizontal .btn--blue + a, #letter-from-santa .form-horizontal p.has-btn--green a + a, p.has-btn--green #letter-from-santa .form-horizontal a + a, #letter-from-santa .form-horizontal p.has-btn--white .btn + a, #letter-from-santa .form-horizontal p.has-btn--white .btn--link + a, p.has-btn--white #letter-from-santa .form-horizontal .btn + a, p.has-btn--white #letter-from-santa .form-horizontal .btn--link + a, #letter-from-santa .form-horizontal p.has-btn--white .btn--white + a, p.has-btn--white #letter-from-santa .form-horizontal .btn--white + a, #letter-from-santa .form-horizontal p.has-btn--white .btn--green + a, p.has-btn--white #letter-from-santa .form-horizontal .btn--green + a, #letter-from-santa .form-horizontal p.has-btn--white .btn--blue + a, p.has-btn--white #letter-from-santa .form-horizontal .btn--blue + a, #letter-from-santa .form-horizontal p.has-btn--white a + a, p.has-btn--white #letter-from-santa .form-horizontal a + a {
  margin-top: 20px;
}
@media (min-width: 40em) {
  #letter-from-santa .form-horizontal .btn + .btn, #letter-from-santa .form-horizontal .btn--link + .btn, #letter-from-santa .form-horizontal .btn + .btn--link, #letter-from-santa .form-horizontal .btn--link + .btn--link, #letter-from-santa .form-horizontal .btn--white + .btn, #letter-from-santa .form-horizontal .btn--white + .btn--link, #letter-from-santa .form-horizontal .btn--green + .btn, #letter-from-santa .form-horizontal .btn--green + .btn--link, #letter-from-santa .form-horizontal .btn--blue + .btn, #letter-from-santa .form-horizontal .btn--blue + .btn--link, #letter-from-santa .form-horizontal p.has-btn--blue a + .btn, #letter-from-santa .form-horizontal p.has-btn--blue a + .btn--link, p.has-btn--blue #letter-from-santa .form-horizontal a + .btn, p.has-btn--blue #letter-from-santa .form-horizontal a + .btn--link, #letter-from-santa .form-horizontal p.has-btn--green a + .btn, #letter-from-santa .form-horizontal p.has-btn--green a + .btn--link, p.has-btn--green #letter-from-santa .form-horizontal a + .btn, p.has-btn--green #letter-from-santa .form-horizontal a + .btn--link, #letter-from-santa .form-horizontal p.has-btn--white a + .btn, #letter-from-santa .form-horizontal p.has-btn--white a + .btn--link, p.has-btn--white #letter-from-santa .form-horizontal a + .btn, p.has-btn--white #letter-from-santa .form-horizontal a + .btn--link, #letter-from-santa .form-horizontal .btn + .btn--white, #letter-from-santa .form-horizontal .btn--link + .btn--white, #letter-from-santa .form-horizontal .btn--white + .btn--white, #letter-from-santa .form-horizontal .btn--green + .btn--white, #letter-from-santa .form-horizontal .btn--blue + .btn--white, #letter-from-santa .form-horizontal p.has-btn--blue a + .btn--white, p.has-btn--blue #letter-from-santa .form-horizontal a + .btn--white, #letter-from-santa .form-horizontal p.has-btn--green a + .btn--white, p.has-btn--green #letter-from-santa .form-horizontal a + .btn--white, #letter-from-santa .form-horizontal p.has-btn--white a + .btn--white, p.has-btn--white #letter-from-santa .form-horizontal a + .btn--white, #letter-from-santa .form-horizontal .btn + .btn--green, #letter-from-santa .form-horizontal .btn--link + .btn--green, #letter-from-santa .form-horizontal .btn--white + .btn--green, #letter-from-santa .form-horizontal .btn--green + .btn--green, #letter-from-santa .form-horizontal .btn--blue + .btn--green, #letter-from-santa .form-horizontal p.has-btn--blue a + .btn--green, p.has-btn--blue #letter-from-santa .form-horizontal a + .btn--green, #letter-from-santa .form-horizontal p.has-btn--green a + .btn--green, p.has-btn--green #letter-from-santa .form-horizontal a + .btn--green, #letter-from-santa .form-horizontal p.has-btn--white a + .btn--green, p.has-btn--white #letter-from-santa .form-horizontal a + .btn--green, #letter-from-santa .form-horizontal .btn + .btn--blue, #letter-from-santa .form-horizontal .btn--link + .btn--blue, #letter-from-santa .form-horizontal .btn--white + .btn--blue, #letter-from-santa .form-horizontal .btn--green + .btn--blue, #letter-from-santa .form-horizontal .btn--blue + .btn--blue, #letter-from-santa .form-horizontal p.has-btn--blue a + .btn--blue, p.has-btn--blue #letter-from-santa .form-horizontal a + .btn--blue, #letter-from-santa .form-horizontal p.has-btn--green a + .btn--blue, p.has-btn--green #letter-from-santa .form-horizontal a + .btn--blue, #letter-from-santa .form-horizontal p.has-btn--white a + .btn--blue, p.has-btn--white #letter-from-santa .form-horizontal a + .btn--blue, #letter-from-santa .form-horizontal p.has-btn--blue .btn + a, #letter-from-santa .form-horizontal p.has-btn--blue .btn--link + a, p.has-btn--blue #letter-from-santa .form-horizontal .btn + a, p.has-btn--blue #letter-from-santa .form-horizontal .btn--link + a, #letter-from-santa .form-horizontal p.has-btn--blue .btn--white + a, p.has-btn--blue #letter-from-santa .form-horizontal .btn--white + a, #letter-from-santa .form-horizontal p.has-btn--blue .btn--green + a, p.has-btn--blue #letter-from-santa .form-horizontal .btn--green + a, #letter-from-santa .form-horizontal p.has-btn--blue .btn--blue + a, p.has-btn--blue #letter-from-santa .form-horizontal .btn--blue + a, #letter-from-santa .form-horizontal p.has-btn--blue a + a, p.has-btn--blue #letter-from-santa .form-horizontal a + a, #letter-from-santa .form-horizontal p.has-btn--green .btn + a, #letter-from-santa .form-horizontal p.has-btn--green .btn--link + a, p.has-btn--green #letter-from-santa .form-horizontal .btn + a, p.has-btn--green #letter-from-santa .form-horizontal .btn--link + a, #letter-from-santa .form-horizontal p.has-btn--green .btn--white + a, p.has-btn--green #letter-from-santa .form-horizontal .btn--white + a, #letter-from-santa .form-horizontal p.has-btn--green .btn--green + a, p.has-btn--green #letter-from-santa .form-horizontal .btn--green + a, #letter-from-santa .form-horizontal p.has-btn--green .btn--blue + a, p.has-btn--green #letter-from-santa .form-horizontal .btn--blue + a, #letter-from-santa .form-horizontal p.has-btn--green a + a, p.has-btn--green #letter-from-santa .form-horizontal a + a, #letter-from-santa .form-horizontal p.has-btn--white .btn + a, #letter-from-santa .form-horizontal p.has-btn--white .btn--link + a, p.has-btn--white #letter-from-santa .form-horizontal .btn + a, p.has-btn--white #letter-from-santa .form-horizontal .btn--link + a, #letter-from-santa .form-horizontal p.has-btn--white .btn--white + a, p.has-btn--white #letter-from-santa .form-horizontal .btn--white + a, #letter-from-santa .form-horizontal p.has-btn--white .btn--green + a, p.has-btn--white #letter-from-santa .form-horizontal .btn--green + a, #letter-from-santa .form-horizontal p.has-btn--white .btn--blue + a, p.has-btn--white #letter-from-santa .form-horizontal .btn--blue + a, #letter-from-santa .form-horizontal p.has-btn--white a + a, p.has-btn--white #letter-from-santa .form-horizontal a + a {
    margin-top: 0;
  }
}
#letter-from-santa .btn--light-blue {
  background-color: #2e7ca3;
  color: #fff !important;
}
#letter-from-santa .btn--dark-blue {
  background-color: #00536e;
  color: #fff !important;
}
#letter-from-santa .btn--blue.active, #letter-from-santa p.has-btn--blue a.active, p.has-btn--blue #letter-from-santa a.active {
  background-color: #1e6534;
}
#letter-from-santa .btn--link {
  color: #00536e !important;
  text-decoration: underline !important;
  background-color: transparent;
}
#letter-from-santa .processing {
  opacity: 0.4;
  cursor: default;
}
#letter-from-santa .btn--wide {
  min-width: 240px !important;
}
#letter-from-santa .btn--credit-card {
  min-width: 235px !important;
}
#letter-from-santa .btn--paypal {
  min-width: 235px !important;
  background: #00536e url("/images/letter-from-santa/icon-paypal.png") no-repeat center center;
  text-indent: -9999em;
}
#letter-from-santa .logos-mobile__wrapper {
  text-align: center;
}
#letter-from-santa .logos-mobile {
  width: auto;
  margin: 0 auto 0 auto;
  padding-top: 30px;
  display: block;
  background-color: #fff;
}
@media (min-width: 64em) {
  #letter-from-santa .logos-mobile {
    display: none;
  }
}
#letter-from-santa .logos-mobile li {
  height: auto;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#letter-from-santa .logos-mobile img {
  float: left;
  vertical-align: middle;
}
#letter-from-santa .logos-mobile .logo-paypal {
  width: 92px;
  height: 23px;
  margin: 10px 25px 0 0;
}
#letter-from-santa .logos-mobile .logo-paypal img {
  width: 92px;
  height: 23px;
}
#letter-from-santa .logos-mobile .logo-giftaid {
  width: 137px;
  height: 31px;
  margin: 10px 0 0 25px;
}
#letter-from-santa .logos-mobile .logo-giftaid img {
  width: 90px;
  height: 31px;
}
#letter-from-santa .logos-mobile .logo-giftaid span {
  position: absolute;
  right: 0;
  top: 0;
}
#letter-from-santa .logos-mobile .logo-security {
  width: 100%;
  height: 64px;
  margin: 30px 0 0 0;
  clear: both;
  text-align: center;
}
#letter-from-santa .logos-mobile .logo-security img {
  float: none;
  display: inline-block;
}
#letter-from-santa .logos-mobile .logo-fundraising {
  width: 70px;
  height: 64px;
}
#letter-from-santa .logos-mobile .logo-secure-page {
  width: 86px;
  height: 64px;
}
#letter-from-santa .logos-mobile .logo-norton-secure {
  width: 107px;
  height: 64px;
}
#letter-from-santa .logos-desktop {
  width: auto;
  margin: 40px auto 0 auto;
  border-top: 1px solid #7c9a9b;
  padding-top: 30px;
  display: none;
}
@media (min-width: 64em) {
  #letter-from-santa .logos-desktop {
    display: block;
  }
}
@media (min-width: 80em) {
  #letter-from-santa .logos-desktop {
    width: 780px;
  }
}
#letter-from-santa .logos-desktop li {
  height: auto;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#letter-from-santa .logos-desktop img {
  float: left;
  vertical-align: middle;
}
#letter-from-santa .logos-desktop .logo-paypal {
  width: 138px;
  height: 34px;
}
#letter-from-santa .logos-desktop .logo-paypal img {
  width: 138px;
  height: 34px;
}
#letter-from-santa .logos-desktop .logo-giftaid {
  width: 183px;
  height: 51px;
  margin: 0 40px 0 40px;
}
#letter-from-santa .logos-desktop .logo-giftaid img {
  width: 136px;
  height: 51px;
}
#letter-from-santa .logos-desktop .logo-giftaid span {
  position: absolute;
  right: 0;
  top: 10px;
}
#letter-from-santa .logos-desktop .logo-security {
  width: 263px;
  height: 64px;
  margin: 20px 0 0 0;
}
#letter-from-santa .logos-desktop .logo-security img {
  float: left;
  display: inline-block;
}
@media (min-width: 80em) {
  #letter-from-santa .logos-desktop .logo-security {
    margin: 0 0 0 0;
  }
}
#letter-from-santa .logos-desktop .logo-fundraising {
  width: 70px;
  height: 64px;
}
#letter-from-santa .logos-desktop .logo-secure-page {
  width: 86px;
  height: 64px;
}
#letter-from-santa .logos-desktop .logo-norton-secure {
  width: 107px;
  height: 64px;
}
#letter-from-santa .logos-inner__wrapper {
  margin: 0 auto;
  float: none;
  padding: 0 10px;
}
@media (min-width: 64em) {
  #letter-from-santa .logos-inner__wrapper {
    width: 780px;
  }
}
#letter-from-santa .logos-inner {
  width: 100%;
  margin: 20px auto 0 auto;
  border-top: 1px solid #ababab;
  display: block;
  background-color: transparent;
}
#letter-from-santa .logos-inner li {
  height: auto;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#letter-from-santa .logos-inner img {
  float: left;
  vertical-align: middle;
}
#letter-from-santa .logos-inner .logo-security {
  width: 100%;
  height: 64px;
  margin: 30px 0 0 0;
  clear: both;
  text-align: center;
}
#letter-from-santa .logos-inner .logo-security img {
  float: none;
}
#letter-from-santa .logos-inner .logo-fundraising {
  width: 70px;
  height: 64px;
}
#letter-from-santa .logos-inner .logo-secure-page {
  width: 86px;
  height: 64px;
}
#letter-from-santa .logos-inner .logo-norton-secure {
  width: 107px;
  height: 64px;
}
#letter-from-santa .logos-inner__text {
  margin-top: 40px;
}
#letter-from-santa .page-summary a,
#letter-from-santa .page-summary a:hover,
#letter-from-santa .logos-inner__text a,
#letter-from-santa .logos-inner__text a:hover {
  color: #085172;
  text-decoration: underline;
}
@media (min-width: 64em) {
  #letter-from-santa .page-summary,
#letter-from-santa .logos-inner__text {
    margin: 20px 40px 0 40px;
  }
}
#letter-from-santa .page-summary {
  background-color: #fff !important;
  margin: 0 -20px;
  padding: 30px 0 0 0;
}
@media (min-width: 64em) {
  #letter-from-santa .page-summary {
    padding: 40px 0 0 0;
  }
}
#letter-from-santa .page-summary p {
  margin-bottom: 20px;
}
#letter-from-santa .standard-page {
  background-color: #fff;
}
#letter-from-santa .divider-top {
  background-color: #f5f5f5;
}
#letter-from-santa .rowblock--page-summary,
#letter-from-santa .preview-list__background {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-color: #f5f5f5;
  margin-bottom: 0 !important;
}
#letter-from-santa .block.margin-bottom-0 .rowblock {
  margin-bottom: 0 !important;
}
#letter-from-santa .text-block .btn, #letter-from-santa .text-block .btn--white, #letter-from-santa .text-block .btn--green, #letter-from-santa .text-block .btn--blue, #letter-from-santa .text-block p.has-btn--blue a, p.has-btn--blue #letter-from-santa .text-block a, #letter-from-santa .text-block p.has-btn--green a, p.has-btn--green #letter-from-santa .text-block a, #letter-from-santa .text-block p.has-btn--white a, p.has-btn--white #letter-from-santa .text-block a, #letter-from-santa .text-block .btn--link {
  width: auto !important;
  text-align: center;
}
#letter-from-santa .loading-text {
  font-style: italic;
}
#letter-from-santa .santa-carousel ::-moz-selection {
  background-color: transparent;
  color: #000;
}
#letter-from-santa .santa-carousel ::selection {
  background-color: transparent;
  color: #000;
}
#letter-from-santa .santa-carousel .owl-nav {
  width: 100%;
  clear: both;
  background-color: transparent;
  text-align: center;
  position: relative;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0;
  padding-top: 0;
}
#letter-from-santa .santa-carousel .owl-nav:focus {
  background-color: transparant;
}
#letter-from-santa .santa-carousel .owl-nav .owl-prev .owl-next {
  font-size: 24px;
  font-size: 1.5rem;
  color: white;
  float: none;
  background-color: transparent;
  margin: 0;
  position: relative;
}
#letter-from-santa .santa-carousel .owl-nav .owl-next, #letter-from-santa .santa-carousel .owl-nav .owl-prev {
  position: absolute;
  bottom: -45px;
}
#letter-from-santa .santa-carousel .owl-nav .owl-next {
  right: 14%;
}
@media only screen and (max-width: 376px) {
  #letter-from-santa .santa-carousel .owl-nav .owl-next {
    right: 2%;
  }
}
@media only screen and (min-width: 376px) and (orientation: landscape) {
  #letter-from-santa .santa-carousel .owl-nav .owl-next {
    right: 25%;
  }
}
@media only screen and (min-width: 768px) {
  #letter-from-santa .santa-carousel .owl-nav .owl-next {
    right: 41%;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #letter-from-santa .santa-carousel .owl-nav .owl-next {
    right: 40%;
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) {
  #letter-from-santa .santa-carousel .owl-nav .owl-next {
    right: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  #letter-from-santa .santa-carousel .owl-nav .owl-next {
    left: 47%;
  }
}
#letter-from-santa .santa-carousel .owl-nav .owl-prev {
  left: 11%;
}
@media only screen and (max-width: 376px) {
  #letter-from-santa .santa-carousel .owl-nav .owl-prev {
    left: 2%;
  }
}
@media only screen and (min-width: 376px) and (orientation: landscape) {
  #letter-from-santa .santa-carousel .owl-nav .owl-prev {
    left: 25%;
  }
}
@media only screen and (min-width: 768px) {
  #letter-from-santa .santa-carousel .owl-nav .owl-prev {
    left: 40%;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #letter-from-santa .santa-carousel .owl-nav .owl-prev {
    left: 40%;
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) {
  #letter-from-santa .santa-carousel .owl-nav .owl-prev {
    left: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  #letter-from-santa .santa-carousel .owl-nav .owl-prev {
    left: 44%;
  }
}
@media (min-width: 64em) {
  #letter-from-santa .santa-carousel .owl-nav {
    display: none;
  }
}
#letter-from-santa .santa-carousel .owl-dots {
  width: 100%;
  height: 16px;
  clear: both;
  background-color: transparent;
  margin: 0 auto;
  float: left;
  margin-top: 10px;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 64em) {
  #letter-from-santa .santa-carousel .owl-dots {
    display: none;
  }
}
#letter-from-santa .santa-carousel .owl-dot {
  height: 16px;
  height: 16px;
  margin: 0 3px 0 3px;
  display: inline-block;
}
#letter-from-santa .santa-carousel .owl-dot span {
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  background: transparent url("/images/letter-from-santa/dot-inactive.png") no-repeat center center;
}
#letter-from-santa .santa-carousel .owl-dot.active span {
  background: transparent url("/images/letter-from-santa/dot-active.png") no-repeat center center;
}
#letter-from-santa .selection-carousel__wrapper {
  position: relative;
  /*overflow: hidden;*/
  padding-bottom: 70px;
}
#letter-from-santa .selection-carousel__wrapper .owl-nav {
  display: block;
}
#letter-from-santa .selection-carousel__wrapper .owl-dots {
  display: block;
}
#letter-from-santa .selection-carousel {
  /*.center .selection-carousel__item {

      img {
          //border: 10px solid #00536e;
      }

      .overlay {
          opacity: 0.3;
          transition: 300ms ease all;
      }

      .selection-carousel__title {
          display: block;
      }

      .selection-carousel__buttons {
          opacity: 1;
          display: block;
          //transition: 500ms ease all;
      }
  }*/
}
#letter-from-santa .selection-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  height: auto !important;
}
#letter-from-santa .selection-carousel .owl-stage {
  position: relative;
  overflow: hidden;
}
#letter-from-santa .selection-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#letter-from-santa .selection-carousel .owl-item {
  clear: none;
  float: left;
  text-align: center;
  overflow: hidden;
  cursor: hand;
  min-height: 1px;
  padding: 0 10px;
  width: 338px;
  height: 460px;
}
@media only screen and (min-width: 768px) {
  #letter-from-santa .selection-carousel .owl-item {
    height: 720px;
  }
}
@media only screen and (min-width: 922px) {
  #letter-from-santa .selection-carousel .owl-item {
    height: 420px;
  }
}
@media only screen and (min-width: 1024px) {
  #letter-from-santa .selection-carousel .owl-item {
    height: 540px;
  }
}
@media only screen and (min-width: 1280px) {
  #letter-from-santa .selection-carousel .owl-item {
    height: 560px;
  }
}
#letter-from-santa .selection-carousel .owl-item > div {
  margin: 0 10px;
}
#letter-from-santa .selection-carousel .selection-carousel__item {
  padding: 0 10px;
  position: relative;
  line-height: 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #letter-from-santa .selection-carousel .selection-carousel__item {
    display: inline;
  }
}
#letter-from-santa .selection-carousel .selection-carousel__item img {
  border: 10px solid #fff;
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (min-width: 1024px) {
  #letter-from-santa .selection-carousel .selection-carousel__item img {
    margin-bottom: 170px;
  }
}
#letter-from-santa .selection-carousel .selection-carousel__item-image {
  padding-bottom: 118px;
}
#letter-from-santa .selection-carousel .selection-carousel__item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  transition: 300ms ease all;
  pointer-events: none;
}
#letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__title {
  bottom: 0;
  display: block;
  top: 68%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__title {
    top: 75%;
  }
}
@media only screen and (min-width: 922px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__title {
    top: 60%;
  }
}
@media only screen and (min-width: 1280px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__title {
    top: 66%;
  }
}
#letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__title-text {
  font-size: 15px;
  font-size: 0.9375rem;
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 20px 10px 40% 10px;
  height: 10px;
  width: 100%;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__title-text {
    padding-bottom: 28%;
  }
}
@media only screen and (min-width: 922px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__title-text {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 1280px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__title-text {
    padding-bottom: 30%;
  }
}
#letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons {
  height: auto;
  position: absolute;
  left: 0;
  z-index: 100;
  opacity: 1;
  display: block;
  bottom: 66px;
  width: 98%;
  margin-left: 1%;
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons {
    bottom: 55px;
  }
}
@media only screen and (min-width: 922px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons {
    bottom: 77px;
  }
}
@media only screen and (min-width: 1024px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons {
    bottom: 94px;
  }
}
@media only screen and (min-width: 1280px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons {
    bottom: 108px;
  }
}
#letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons .preview, #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons .select {
  border: 1px solid #109a1b;
  display: inline-block;
  width: 46%;
  padding: 3% 5%;
}
@media only screen and (min-width: 768px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons .preview, #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons .select {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 922px) {
  #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons .preview, #letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons .select {
    font-size: 1rem;
  }
}
#letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons .preview {
  background-color: #fff;
  color: #108633;
}
#letter-from-santa .selection-carousel .selection-carousel__item .selection-carousel__buttons .select {
  background: #108633;
  color: #fff;
}
#letter-from-santa .selection-carousel .selection-carousel__item .btn, #letter-from-santa .selection-carousel .selection-carousel__item .btn--white, #letter-from-santa .selection-carousel .selection-carousel__item .btn--green, #letter-from-santa .selection-carousel .selection-carousel__item .btn--blue, #letter-from-santa .selection-carousel .selection-carousel__item p.has-btn--blue a, p.has-btn--blue #letter-from-santa .selection-carousel .selection-carousel__item a, #letter-from-santa .selection-carousel .selection-carousel__item p.has-btn--green a, p.has-btn--green #letter-from-santa .selection-carousel .selection-carousel__item a, #letter-from-santa .selection-carousel .selection-carousel__item p.has-btn--white a, p.has-btn--white #letter-from-santa .selection-carousel .selection-carousel__item a, #letter-from-santa .selection-carousel .selection-carousel__item .btn--link {
  width: 100%;
}
#letter-from-santa .selection-carousel .selection-carousel__item--active img {
  border-color: #108633;
}
#letter-from-santa .selection-carousel .selection-carousel__item--active .selection-carousel__title-text {
  background: rgba(16, 134, 51, 0.94);
  color: #fff;
}
#letter-from-santa .selection-carousel .selection-carousel__item--active .selection-carousel__buttons .preview {
  background: #108633;
  color: #fff;
  border: 1px solid;
}
#letter-from-santa .selection-carousel .selection-carousel__item--active .selection-carousel__buttons .select {
  background: #fff;
  color: #108633;
}
#letter-from-santa .selection-carousel .selection-carousel__inner {
  position: relative;
}
#letter-from-santa .summary-carousel {
  color: #000;
}
#letter-from-santa .summary-carousel .summary-carousel__item {
  margin: 0 0 20px 0;
  padding: 20px;
  background-color: #b1ddde;
  overflow: hidden;
}
#letter-from-santa .summary-carousel .summary-carousel__item .summary-carousel__item_image {
  display: inline-block;
  float: left;
  cursor: pointer;
}
@media (min-width: 64em) {
  #letter-from-santa .summary-carousel .summary-carousel__item .summary-carousel__item_image {
    width: 21%;
    padding-right: 20px;
  }
}
#letter-from-santa .summary-carousel .summary-carousel__item .summary-carousel__item_body {
  width: 75%;
  display: inline-block;
  float: left;
}
#letter-from-santa .summary-carousel dl {
  margin: 0;
  padding: 0;
}
#letter-from-santa .summary-carousel dl dt {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 64em) {
  #letter-from-santa .summary-carousel dl dt {
    text-align: left;
  }
}
#letter-from-santa .summary-carousel dl dd {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #97c8cd;
}
#letter-from-santa .summary-carousel .summary-carousel__address {
  margin-bottom: 20px;
}
#letter-from-santa .summary-carousel .summary-carousel__address dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 64em) {
  #letter-from-santa .summary-carousel .summary-carousel__address dt {
    text-align: left;
  }
}
#letter-from-santa .summary-carousel .summary-carousel__address dd {
  margin: 0;
  padding: 0;
  border-top: 0;
  text-align: center;
}
@media (min-width: 64em) {
  #letter-from-santa .summary-carousel .summary-carousel__address dd {
    text-align: left;
  }
}
#letter-from-santa .summary-carousel .summary-carousel__buttons {
  text-align: center;
}
#letter-from-santa .summary-carousel .summary-carousel__buttons li {
  padding: 0;
  margin: 20px 0 0 0;
}
#letter-from-santa .summary-carousel .summary-carousel__buttons li:first-child {
  margin-top: 0;
}
@media (min-width: 64em) {
  #letter-from-santa .summary-carousel .summary-carousel__buttons li {
    margin: 0 20px 0 0;
    text-align: left;
    float: left;
    display: inline-block;
  }
}
#letter-from-santa .dl-order-reference {
  margin: 0 0 20px 0;
}
#letter-from-santa .dl-order-reference dt {
  margin: 0;
  padding: 0;
}
#letter-from-santa .dl-order-reference dd {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "NSPCCBold", "sans-serif";
  line-height: 28px;
  line-height: 1.75rem;
}
#letter-from-santa .has-tooltip {
  line-height: 30px;
}
#letter-from-santa .has-tooltip span {
  margin-left: 5px;
}
#letter-from-santa .js-santa-tooltip {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("/images/letter-from-santa/info-button-blue.png");
  text-indent: -9999em;
  cursor: pointer;
}
#letter-from-santa .form-step-buttons .btn, #letter-from-santa .form-step-buttons .btn--white, #letter-from-santa .form-step-buttons .btn--green, #letter-from-santa .form-step-buttons .btn--blue, #letter-from-santa .form-step-buttons p.has-btn--blue a, p.has-btn--blue #letter-from-santa .form-step-buttons a, #letter-from-santa .form-step-buttons p.has-btn--green a, p.has-btn--green #letter-from-santa .form-step-buttons a, #letter-from-santa .form-step-buttons p.has-btn--white a, p.has-btn--white #letter-from-santa .form-step-buttons a, #letter-from-santa .form-step-buttons .btn--link {
  margin: 0 10px 20px 10px;
}
#letter-from-santa .form-step-buttons span {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "NSPCCBold", "sans-serif";
  line-height: 20px;
  line-height: 1.25rem;
  display: block;
  margin: 10px 0 30px 0;
}
#letter-from-santa .search-address__wrapper {
  text-align: center;
}
@media (min-width: 40em) {
  #letter-from-santa .search-address__wrapper {
    text-align: left;
  }
}
#letter-from-santa .search-address__wrapper label {
  width: auto !important;
}
#letter-from-santa .search-address__wrapper .element {
  width: auto;
}
#letter-from-santa .search-address__wrapper .add-btn-sch a {
  margin-top: 0;
}
@media (min-width: 40em) {
  #letter-from-santa .search-address__wrapper .add-btn-sch a {
    margin-top: 48px;
    margin-left: 20px;
  }
}
@media (min-width: 64em) {
  #letter-from-santa .search-address__wrapper .add-btn-sch a {
    margin-top: 42px;
  }
}
#letter-from-santa .search-address__wrapper .formfieldblock {
  width: 100% !important;
}
#letter-from-santa .search-address__wrapper .panAddressSearch .formfieldblock {
  width: auto !important;
  margin: 0 0 15px 0;
  clear: none;
}
#letter-from-santa .step-2 .recipients-list {
  width: 100%;
  overflow: hidden;
  margin: 30px 0 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#letter-from-santa .step-2 .recipients-list li {
  width: 100%;
  height: auto;
  background-color: #b1ddde;
  margin-bottom: 10px;
  position: relative;
}
#letter-from-santa .step-2 .recipients-list li div {
  height: 100%;
}
@media (min-width: 64em) {
  #letter-from-santa .step-2 .recipients-list li {
    width: 50%;
    float: left;
    display: inline-block;
    border-right: 10px solid #f5f5f5;
  }
}
#letter-from-santa .step-2 .recipients-list label {
  margin: 0;
  padding: 19px 20px 19px 45px;
  text-align: left;
  height: 100%;
}
#letter-from-santa .step-2 .recipients-list input[type=checkbox]:not(old) + label {
  background-position: 13px 19px;
}
#letter-from-santa .step-2 .recipients-list input[type=checkbox]:not(old):checked + label {
  background-position: 13px -63px;
  background-color: #2C6C6D;
  color: #ffffff;
}
#letter-from-santa .step-2 .recipients-addresses_wrapper {
  width: 100%;
  margin-bottom: 30px;
}
#letter-from-santa .step-2 .recipients-addresses {
  width: 100%;
  margin-bottom: 30px;
  color: #000;
}
#letter-from-santa .step-2 .recipients-addresses li {
  padding: 20px;
  background-color: #b1ddde;
  border-bottom: 1px solid #fff;
}
#letter-from-santa .step-2 .recipients-addresses dl {
  margin: 0 !important;
  padding-bottom: 15px;
  /*dt*/
  /*dd*/
  /*dd*/
}
@media (min-width: 64em) {
  #letter-from-santa .step-2 .recipients-addresses dl {
    display: table;
    padding-bottom: 0;
  }
}
#letter-from-santa .step-2 .recipients-addresses dl .address-item__name {
  padding: 15px;
}
@media (min-width: 64em) {
  #letter-from-santa .step-2 .recipients-addresses dl .address-item__name {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
    width: 25%;
    text-align: left;
    padding: 0 10px;
  }
}
#letter-from-santa .step-2 .recipients-addresses dl .address-item__address {
  margin: 0 0 15px 0;
}
@media (min-width: 64em) {
  #letter-from-santa .step-2 .recipients-addresses dl .address-item__address {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
    width: 55%;
    text-align: left;
    padding-right: 10px;
  }
}
#letter-from-santa .step-2 .recipients-addresses dl .address-item__btn {
  margin: 0 auto;
}
@media (min-width: 64em) {
  #letter-from-santa .step-2 .recipients-addresses dl .address-item__btn {
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    text-align: right;
  }
}
#letter-from-santa .step-2 .recipients-addresses .no-address {
  background-color: #f5f5f5;
}
#letter-from-santa .step-2 .recipients-addresses .no-address .address-item__address {
  color: #c62431;
}
#letter-from-santa .step-3 .summary-carousel {
  position: relative;
  margin-bottom: 0;
  margin: 0 10px;
}
@media (max-width: 64em) {
  #letter-from-santa .step-3 .summary-carousel__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  #letter-from-santa .step-3 .summary-carousel__item_image {
    width: 75%;
    float: none;
    padding: 0;
    margin-bottom: 15px;
  }
}
#letter-from-santa .step-3 .summary-carousel__buttons {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 64em) {
  #letter-from-santa .step-3 .summary-carousel__address-title {
    width: 70%;
    float: left;
  }
}
@media (min-width: 64em) {
  #letter-from-santa .step-3 .summary-carousel__address-detail {
    width: 70%;
    clear: left;
    float: left;
  }
}
#letter-from-santa .step-3 .summary-carousel__edit-btn {
  margin-top: 15px;
}
@media (min-width: 64em) {
  #letter-from-santa .step-3 .summary-carousel__edit-btn {
    float: right;
    margin-top: -20px;
  }
}
#letter-from-santa .step-3 .summary-carousel__remove-btn {
  margin-top: 10px !important;
}
@media (min-width: 40em) {
  #letter-from-santa .step-3 .summary-carousel__remove-btn {
    float: right !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
}
#letter-from-santa .step-3 .amount-summary {
  width: 100%;
  margin: 0;
}
@media (min-width: 64em) {
  #letter-from-santa .step-3 .amount-summary {
    display: table;
  }
}
#letter-from-santa .step-3 .amount-summary dt {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  padding: 20px;
  text-align: center;
}
@media (min-width: 64em) {
  #letter-from-santa .step-3 .amount-summary dt {
    width: 50%;
    display: table-cell;
    text-align: right;
  }
}
#letter-from-santa .step-3 .amount-summary dd {
  background-color: #b1ddde;
  margin: 0;
  padding: 20px 20px 10px 20px;
  text-align: center;
}
@media (min-width: 64em) {
  #letter-from-santa .step-3 .amount-summary dd {
    width: 50%;
    display: table-cell;
    border-bottom: 1px solid #fff;
  }
}
#letter-from-santa .step-3 .amount-summary dd input {
  width: 100%;
}
@media (min-width: 64em) {
  #letter-from-santa .step-3 .amount-summary dd input {
    width: 55%;
  }
}
#letter-from-santa .step-3 .amount-summary__controls {
  display: -ms-flexbox;
  display: flex;
}
#letter-from-santa .step-3 .amount-summary__radio {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  text-align: center;
}
#letter-from-santa .step-3 .amount-summary__radio input {
  height: 20px !important;
  width: 20px !important;
  position: relative;
  vertical-align: sub;
}
#letter-from-santa .step-3 .amount-summary__total {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "NSPCCBold", "sans-serif";
  line-height: 28px;
  line-height: 1.75rem;
  color: #000;
}
#letter-from-santa .step-3 .amount-summary__total dd {
  background-color: #e6e6e6;
}
#letter-from-santa .step-3 .gift-aid-options {
  width: 100%;
  margin: 0;
}
#letter-from-santa .step-3 .gift-aid-options .gift-aid-options__wrapper-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 40em) {
  #letter-from-santa .step-3 .gift-aid-options .gift-aid-options__wrapper-top {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
#letter-from-santa .step-3 .gift-aid-options .gift-aid-options__logo {
  background-color: transparent;
  vertical-align: top;
  text-align: center;
  clear: both;
}
@media (min-width: 64em) {
  #letter-from-santa .step-3 .gift-aid-options .gift-aid-options__logo {
    padding-left: 20px;
  }
}
#letter-from-santa .step-3 .gift-aid-options .gift-aid-options__options {
  padding: 0 20px 0 20px;
  overflow: hidden;
  color: #5f5253;
  width: 100%;
  background-color: #b1ddde;
  margin: 20px 0;
}
#letter-from-santa .step-3 .gift-aid-options .gift-aid-options__options .label {
  margin: 15px 0;
  color: #363636;
}
#letter-from-santa .step-3 .gift-aid-options .gift-aid-options__options .formfieldblock {
  margin-bottom: 0;
}
#letter-from-santa .step-4 {
  /*dl*/
}
#letter-from-santa .step-4 .js .accordion__content {
  display: none;
}
#letter-from-santa .step-4 .form-heading {
  margin: 0;
  padding: 0;
  height: 135px;
  line-height: 135px;
  position: relative;
}
#letter-from-santa .step-4 .icon-form-tick {
  width: 26px;
  height: 26px;
  content: "";
  background: transparent url("/images/letter-from-santa/form-tick.png") no-repeat 0 0;
  text-indent: -9999em;
  margin-left: 10px;
  line-height: 25px;
  display: none;
}
#letter-from-santa .step-4 .accordion__header {
  width: 100%;
  height: 125px;
  background-image: url("/images/letter-from-santa/sm-bg-grey-border.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #f5f5f5;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #letter-from-santa .step-4 .accordion__header {
    width: 100%;
    height: 135px;
    background-image: url("/images/letter-from-santa/bg-grey-border.png");
  }
}
#letter-from-santa .step-4 .accordion__header.no-background-image {
  background-image: none !important;
  background-color: #fff !important;
}
#letter-from-santa .step-4 .form-section-complete {
  background-color: #fff !important;
}
#letter-from-santa .step-4 .form-section-complete .accordion__header {
  width: 100%;
  height: 125px;
  background-image: url("/images/letter-from-santa/sm-bg-white-border.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  #letter-from-santa .step-4 .form-section-complete .accordion__header {
    width: 100%;
    height: 135px;
    background-image: url("/images/letter-from-santa/bg-white-border.png");
  }
}
#letter-from-santa .step-4 .form-section-complete .accordion__header.no-background-image {
  background-image: none !important;
  background-color: #fff !important;
}
#letter-from-santa .step-4 .form-section-complete .icon-form-tick {
  display: inline-block;
}
#letter-from-santa .step-4 .form-section-complete .form-heading {
  padding-bottom: 40px;
}
#letter-from-santa .step-4 .form-section-complete + .form-section .accordion__header {
  background-image: url("/images/letter-from-santa/sm-bg-grey.png") !important;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #letter-from-santa .step-4 .form-section-complete + .form-section .accordion__header {
    background-image: url("/images/letter-from-santa/bg-grey.png") !important;
  }
}
#letter-from-santa .step-4 .form-section-complete + .form-section-complete .accordion__header {
  background-image: url("/images/letter-from-santa/sm-bg-white-border.png") !important;
}
@media screen and (min-width: 768px) {
  #letter-from-santa .step-4 .form-section-complete + .form-section-complete .accordion__header {
    background-image: url("/images/letter-from-santa/bg-white-border.png") !important;
  }
}
#letter-from-santa .step-4 .element__wrapper .tooltipstered {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 64em) {
  #letter-from-santa .step-4 .element__wrapper .tooltipstered {
    right: -40px;
    top: auto;
    bottom: 35px;
  }
}
#letter-from-santa .step-4 .keep-in-touch dt {
  width: 100%;
  clear: both;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 64em) {
  #letter-from-santa .step-4 .keep-in-touch dt {
    width: 115px;
    float: left;
    display: inline-block;
    text-align: left;
  }
}
#letter-from-santa .step-4 .keep-in-touch dd {
  width: 100%;
  margin: 0;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 64em) {
  #letter-from-santa .step-4 .keep-in-touch dd {
    width: auto;
    float: left;
    display: inline-block;
    text-align: left;
  }
}
#letter-from-santa .step-4 .form-inner .label {
  font-weight: bold;
}
#letter-from-santa .mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#letter-from-santa .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
#letter-from-santa .mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
#letter-from-santa .mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#letter-from-santa .mfp-align-top .mfp-container:before {
  display: none;
}
#letter-from-santa .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
#letter-from-santa .mfp-inline-holder .mfp-content, #letter-from-santa .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
#letter-from-santa .mfp-ajax-cur {
  cursor: progress;
}
#letter-from-santa .mfp-zoom-out-cur, #letter-from-santa .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
#letter-from-santa .mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
#letter-from-santa .mfp-auto-cursor .mfp-content {
  cursor: auto;
}
#letter-from-santa .mfp-close, #letter-from-santa .mfp-arrow, #letter-from-santa .mfp-preloader, #letter-from-santa .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
#letter-from-santa .mfp-loading.mfp-figure {
  display: none;
}
#letter-from-santa .mfp-hide {
  display: none !important;
}
#letter-from-santa .mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
#letter-from-santa .mfp-preloader a {
  color: #CCC;
}
#letter-from-santa .mfp-preloader a:hover {
  color: #FFF;
}
#letter-from-santa .mfp-s-ready .mfp-preloader {
  display: none;
}
#letter-from-santa .mfp-s-error .mfp-content {
  display: none;
}
#letter-from-santa button.mfp-close, #letter-from-santa button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  margin-top: -50px;
}
#letter-from-santa button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#letter-from-santa .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
#letter-from-santa .mfp-close:hover, #letter-from-santa .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
#letter-from-santa .mfp-close:active {
  top: 1px;
}
#letter-from-santa .mfp-close-btn-in .mfp-close {
  color: #333;
}
#letter-from-santa .mfp-image-holder .mfp-close, #letter-from-santa .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
#letter-from-santa .mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
#letter-from-santa .mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#letter-from-santa .mfp-arrow:active {
  margin-top: -54px;
}
#letter-from-santa .mfp-arrow:hover, #letter-from-santa .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
#letter-from-santa .mfp-arrow:before, #letter-from-santa .mfp-arrow:after, #letter-from-santa .mfp-arrow .mfp-b, #letter-from-santa .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
#letter-from-santa .mfp-arrow:after, #letter-from-santa .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
#letter-from-santa .mfp-arrow:before, #letter-from-santa .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
#letter-from-santa .mfp-arrow-left {
  left: 0;
}
#letter-from-santa .mfp-arrow-left:after, #letter-from-santa .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
#letter-from-santa .mfp-arrow-left:before, #letter-from-santa .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
#letter-from-santa .mfp-arrow-right {
  right: 0;
}
#letter-from-santa .mfp-arrow-right:after, #letter-from-santa .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
#letter-from-santa .mfp-arrow-right:before, #letter-from-santa .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
#letter-from-santa .mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
#letter-from-santa .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
#letter-from-santa .mfp-iframe-holder .mfp-close {
  top: -40px;
}
#letter-from-santa .mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
#letter-from-santa .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
#letter-from-santa img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
#letter-from-santa .mfp-figure {
  line-height: 0;
}
#letter-from-santa .mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
#letter-from-santa .mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
#letter-from-santa .mfp-figure figure {
  margin: 0;
}
#letter-from-santa .mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
#letter-from-santa .mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
#letter-from-santa .mfp-image-holder .mfp-content {
  max-width: 100%;
}
#letter-from-santa .mfp-content .white-popup-block {
  background: #fff none repeat scroll 0 0;
  margin: 40px auto;
  max-width: 854px;
  padding: 20px 30px;
  position: relative;
  text-align: left;
}
#letter-from-santa .mfp-content .white-popup-block.no-donate-modal {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#letter-from-santa .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  #letter-from-santa {
    /**
    * Remove all paddings around the image on small screen
    */
  }
  #letter-from-santa .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  #letter-from-santa .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  #letter-from-santa .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  #letter-from-santa .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  #letter-from-santa .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  #letter-from-santa .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  #letter-from-santa .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  #letter-from-santa .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  #letter-from-santa .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  #letter-from-santa .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  #letter-from-santa .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  #letter-from-santa .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#letter-from-santa .mfp-ie7 .mfp-img {
  padding: 0;
}
#letter-from-santa .mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
#letter-from-santa .mfp-ie7 .mfp-container {
  padding: 0;
}
#letter-from-santa .mfp-ie7 .mfp-content {
  padding-top: 44px;
}
#letter-from-santa .mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@media screen and (max-width: 460px) {
  #letter-from-santa #preview-modal {
    padding: 0 0 70px 0 !important;
    margin: 0;
  }
  #letter-from-santa #preview_iframe {
    width: 300px !important;
    height: 425px !important;
    margin-top: 10px;
  }
  #letter-from-santa #preview-modal .form-step-buttons {
    margin-top: 10px;
  }
}

#panOrderStatusRetry #telephone_retry_total_donation {
  display: none;
}
#panOrderStatusRetry #paymentRetryForm {
  margin-top: 30px;
}
#panOrderStatusRetry .panOrderStatusRetry__hidden {
  display: none;
}
#panOrderStatusRetry .dl-order-reference {
  text-align: center;
  background-color: #f5f5f5;
  margin: 20px;
  padding: 20px;
}
#panOrderStatusRetry .dl-order-reference dt {
  letter-spacing: -0.02em;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "NSPCCRegular", "sans-serif";
  line-height: 22px;
  line-height: 1.375rem;
  padding-bottom: 5px;
}
#panOrderStatusRetry .dl-order-reference dd {
  margin: 0 0 20px 0;
}
#panOrderStatusRetry .dl-order-reference dd a {
  margin-top: 20px;
}
#panOrderStatusRetry #paymentRetryStep1 {
  margin-top: 30px;
}
#panOrderStatusRetry #panDonationMessage {
  position: absolute;
  left: 420px;
  top: 102px;
  font-size: 30px;
  text-align: center;
  width: 340px;
  line-height: 40px;
}

#panLfsTelephone .intro-text {
  padding: 10px 0;
  border-bottom: solid 1px #ddd;
}

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

#panLfsTelephone .searchOptions-label {
  height: 48px;
  display: table-cell;
  vertical-align: bottom;
}

#btnSearchByReferenceClick {
  margin-top: 43px;
}

#panLfsTelephone .searchOptions-col {
  width: 33.33333%;
  float: left;
}

#panLfsTelephone .tagline {
  width: 200px;
  height: 200px;
  background: #fafafa;
  border-radius: 90px;
  position: absolute;
  right: -66px;
  text-align: center;
  top: -150px;
  z-index: -1;
}

#panLfsTelephone .tagline p {
  margin: 0;
  color: #ddd;
  font-size: 110px;
  line-height: 200px;
}

#panLfsTelephone #panDonationMessage {
  position: absolute;
  left: 400px;
  top: 90px;
  font-size: 30px;
  text-align: center;
  width: 340px;
  line-height: 40px;
}

#panLfsTelephone .panOptions {
  position: fixed;
  top: 315px;
  right: 50%;
  width: 85px;
  text-align: center;
  z-index: 1;
  margin-bottom: 0;
  margin-right: -650px;
}

#panLfsTelephone .panOptions li p {
  display: none;
}

#panLfsTelephone .panOptions li:hover p {
  display: block;
  width: 400px;
  position: absolute;
  text-align: right;
  right: 45px;
  font-size: 12px;
  background: #045370;
  padding: 5px 15px;
  top: -4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}

#panLfsTelephone .panOptions.address li:hover p {
  right: 0px;
}

#panLfsTelephone .panOptions li {
  cursor: pointer;
  color: #045370;
  background: #fff;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  margin: 10px auto;
  border: solid 2px #000;
  box-sizing: border-box;
  position: relative;
}

#panLfsTelephone .panOptions li.current {
  opacity: 1;
  color: #fff;
  background: #045370 !important;
}

#panLfsTelephone .panOptions li.isInvalid {
  color: #fff;
  background: #F2DFE3;
}

#panAddressSelection {
  margin-right: -640px;
}

#panLfsTelephone #panSearchOptions {
  float: none;
  overflow: hidden;
  clear: both;
}

#panLfsTelephone #panSearchOptions .col {
  width: 50%;
  float: left;
  margin: 0 0 15px 0;
}

#panLfsTelephone #panSearchOptions .col .formfieldblock {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}

#panLfsTelephone #panSearchOptions .col .formfieldblock input {
  width: 100%;
}

#panLfsTelephone #panSearchOptions .col .panSearchOptions {
  clear: both;
}

#panLfsTelephone #panSearchResults {
  overflow: hidden;
}

#panLfsTelephone #panSearchResults table {
  margin: 10px 0 0 0;
}

#panLfsTelephone #panSearchResults table td {
  padding: 5px;
  background: #fff;
}

#panLfsTelephone #panSearchResults table th {
  border-bottom: solid 1px #045370;
  text-align: left;
  padding: 5px;
}

#panLfsTelephone #panSearchResults table tr {
  font-size: 14px;
  margin: 10px 0 0 0;
}

#panLfsTelephone #panSearchResults table .btnEdit {
  text-align: right;
}

#panLfsTelephone #panSearchResults table .letter-detail {
  margin: 10px 0 0 0;
  background: #eee;
  border-top: solid 1px #aaa;
}

#panLfsTelephone #panSearchResults table .letter-detail th {
  border-bottom: solid 1px #888;
}

#panLfsTelephone #panSearchResults table .letter-detail th:first-child {
  padding: 5px 20px;
}

#panLfsTelephone #panSearchResults table .letter-detail tr {
  font-size: 12px;
}

#panLfsTelephone #panSearchResults table .letter-detail td {
  border-bottom: solid 1px #888;
  background: none;
}

#panLfsTelephone #panSearchResults table .letter-detail td:first-child {
  padding: 5px 20px;
}

#panLfsTelephone table.summaryTable {
  margin: 10px 0 0 0;
}

#panLfsTelephone table.summaryTable td {
  padding: 5px 5px 0 15px;
  background: #fff;
}

#panLfsTelephone table.summaryTable .alert td {
  background: #F2DFE3;
}

#panLfsTelephone table.summaryTable th {
  border-bottom: solid 1px #045370;
  text-align: left;
  padding: 5px;
}

#panLfsTelephone table.summaryTable tr {
  font-size: 14px;
  margin: 10px 0 0 0;
}

#panLfsTelephone table.summaryTable tr a {
  margin: 0;
  padding: 10px 20px;
}

#panLfsTelephone .notes-list {
  background: #fff;
  max-width: 1130px;
}
#panLfsTelephone .notes-list th {
  display: none;
}

#my_iframe {
  border: none;
  position: absolute;
  left: 600px;
  top: 110px;
  z-index: 100;
  width: 500px;
  height: 650px;
  padding: 3px;
}

#panLfsTelephone .js-santa-tooltip {
  width: 30px;
  height: 30px;
  display: block;
  background: url("/images/letter-from-santa/info-button-blue.png");
  text-indent: -9999em;
  cursor: pointer;
  margin: 0 0 -75px 350px;
  margin-top: 45px;
  z-index: 1111;
  position: absolute;
}

#panLfsTelephone .has-tooltip span {
  margin-left: 5px;
}

.tooltipster-default {
  border-radius: 0;
  border: 2px solid #045370;
  background: #045370;
  color: #fff;
  max-width: 320px;
}
@media (min-width: 64em) {
  .tooltipster-default {
    max-width: 360px;
  }
}

.tooltipster-default .tooltipster-content {
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  padding: 8px 10px;
  overflow: hidden;
}

.lt-ie9 #letter-from-santa .selection-carousel .selection-carousel__item .overlay {
  display: none !important;
}

.lt-ie9 #letter-from-santa .radio__wrapper {
  margin-left: 20px;
}

.lt-ie9 #letter-from-santa input {
  color: #525455;
}

.lt-ie9 #letter-from-santa .radio__wrapper input {
  display: inline-block;
  margin: 5px 5px 0 0;
  vertical-align: top;
}

.lt-ie9 #letter-from-santa .radio__wrapper label {
  display: inline-block;
  margin-right: 20px;
}

.lt-ie9 #letter-from-santa .step-2 .recipients-list input {
  float: left;
  margin: 22px 15px 22px 20px;
}

.lt-ie9 #letter-from-santa .step-2 .recipients-list label {
  float: left;
  clear: none !important;
  padding-left: 0;
}

.lt-ie9 #letter-from-santa .form__step li.active {
  text-indent: 15px;
}

.lt-ie9 #letter-from-santa .checkbox__wrapper input {
  display: inline-block;
  margin: 5px 5px 0 0;
}

.lt-ie9 #letter-from-santa .checkbox__wrapper label {
  display: inline-block;
  margin-right: 20px;
}

.lt-ie9 #letter-from-santa .gift-aid-options__options label {
  width: 275px;
}

.recipient-list-selected-item {
  color: #ffffff;
  background: #2C6C6D;
}

@media print {
  .cookie,
.header-container,
.breadcrumbs,
.shareblock,
.donatectablock,
.footer .site-max-width,
.owl-nav,
.cta-block__img,
.accordion .toggle,
.video-block__icon,
.infographic-block__link .toggle,
.section-nav {
    display: none !important;
  }

  /*
  .rowblock,
  .cta-block {
    display: none !important;
  }
  */
  .accordion__content,
.infographic-block__description {
    display: block !important;
  }

  .narrow,
.wide,
.half,
.owl-item,
.owl-stage,
.owl-stage-outer,
.rowblock,
.block {
    width: 100% !important;
    height: auto !important;
    position: static !important;
    clear: both !important;
  }

  .block {
    float: none !important;
  }

  .isotope-wrap {
    height: auto !important;
  }

  .isotope-item,
.isotope-wall .block {
    height: auto !important;
    width: 45% !important;
    float: left !important;
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .infographic-block__img,
.infographic-block__content {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    display: block !important;
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .infographic-block__statement {
    text-align: left !important;
  }
}