/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	========================================================================== */
/**
	* 1. Correct the line height in all browsers.
	* 2. Prevent adjustments of font size after orientation changes in
	*    IE on Windows Phone and in iOS.
	*/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	========================================================================== */
/**
	* Add the correct display in IE 9-.
	*/
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
	* Correct the font size and margin on `h1` elements within `section` and
	* `article` contexts in Chrome, Firefox, and Safari.
	*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	========================================================================== */
/**
	* Add the correct display in IE 9-.
	* 1. Add the correct display in IE.
	*/
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
	* Add the correct margin in IE 8.
	*/
figure {
  margin: 1em 40px; }

/**
	* 1. Add the correct box sizing in Firefox.
	* 2. Show the overflow in Edge and IE.
	*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
	*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	========================================================================== */
/**
	* 1. Remove the gray background on active links in IE 10.
	* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
	*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
	* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
	* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
	* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
	*/
b,
strong {
  font-weight: inherit; }

/**
	* Add the correct font weight in Chrome, Edge, and Safari.
	*/
b,
strong {
  font-weight: bolder; }

/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
	*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
	* Add the correct font style in Android 4.3-.
	*/
dfn {
  font-style: italic; }

/**
	* Add the correct background and color in IE 9-.
	*/
mark {
  background-color: #ff0;
  color: #000; }

/**
	* Add the correct font size in all browsers.
	*/
small {
  font-size: 80%; }

/**
	* Prevent `sub` and `sup` elements from affecting the line height in
	* all browsers.
	*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	========================================================================== */
/**
	* Add the correct display in IE 9-.
	*/
audio,
video {
  display: inline-block; }

/**
	* Add the correct display in iOS 4-7.
	*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
	* Remove the border on images inside links in IE 10-.
	*/
img {
  border-style: none; }

/**
	* Hide the overflow in IE.
	*/
svg:not(:root) {
  overflow: hidden; }

/* Forms
	========================================================================== */
/**
	* Remove the margin in Firefox and Safari.
	*/
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
	* Show the overflow in IE.
	* 1. Show the overflow in Edge.
	*/
button,
input {
  /* 1 */
  overflow: visible; }

/**
	* Remove the inheritance of text transform in Edge, Firefox, and IE.
	* 1. Remove the inheritance of text transform in Firefox.
	*/
button,
select {
  /* 1 */
  text-transform: none; }

/**
	* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
	*    controls in Android 4.
	* 2. Correct the inability to style clickable types in iOS and Safari.
	*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
	* Remove the inner border and padding in Firefox.
	*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
	* Restore the focus styles unset by the previous rule.
	*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
	* 1. Correct the text wrapping in Edge and IE.
	* 2. Correct the color inheritance from `fieldset` elements in IE.
	* 3. Remove the padding so developers are not caught out when they zero out
	*    `fieldset` elements in all browsers.
	*/
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
	* 1. Add the correct display in IE 9-.
	* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
	*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
	* Remove the default vertical scrollbar in IE.
	*/
textarea {
  overflow: auto; }

/**
	* 1. Add the correct box sizing in IE 10-.
	* 2. Remove the padding in IE 10-.
	*/
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
	* Correct the cursor style of increment and decrement buttons in Chrome.
	*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
	* 1. Correct the odd appearance in Chrome and Safari.
	* 2. Correct the outline style in Safari.
	*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
	* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
	*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
	* 1. Correct the inability to style clickable types in iOS and Safari.
	* 2. Change font properties to `inherit` in Safari.
	*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	========================================================================== */
/*
	* Add the correct display in IE 9-.
	* 1. Add the correct display in Edge, IE, and Firefox.
	*/
details,
menu {
  display: block; }

/*
	* Add the correct display in all browsers.
	*/
summary {
  display: list-item; }

/* Scripting
	========================================================================== */
/**
	* Add the correct display in IE 9-.
	*/
canvas {
  display: inline-block; }

/**
	* Add the correct display in IE.
	*/
template {
  display: none; }

/* Hidden
	========================================================================== */
/**
	* Add the correct display in IE 10-.
	*/
[hidden] {
  display: none; }

html,
:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%; }

body {
  margin: 0;
  min-height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html,
body,
img,
abbr,
acronym {
  border: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0; }

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left; }

address {
  font-style: normal; }

textarea {
  resize: vertical;
  -webkit-appearance: none;
  border-radius: 0; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: auto;
  border: none; }

input {
  -webkit-appearance: none;
  border-radius: 0; }
  input:focus, input[type="search"]:focus {
    outline-offset: -2px; }
  input[type="search"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    input[type="search"]::-webkit-clear-button {
      display: none; }
  input[type="number"] {
    -moz-appearance: textfield !important; }
    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
      display: none; }

select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }
  select::-ms-expand {
    display: none; }

img,
video {
  max-width: 100%; }

img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; }

summary {
  display: block; }

button {
  font-size: inherit; }

a {
  color: currentColor;
  text-decoration: none; }

ul,
ol {
  margin: 0;
  padding: 0; }

svg {
  fill: currentColor; }

template {
  display: none; }

.audio-only {
  position: absolute;
  overflow: hidden;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0); }

.basket-icon, .basket-icon__icon {
  width: 16px;
  height: 16px; }

.basket-icon:hover {
  opacity: 0.75; }

.button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-family: "report", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  padding: 15px 18px; }
  .button:not(:disabled) {
    cursor: pointer; }
  @media (max-width: 767px) {
    .button {
      padding: 12px 15px;
      font-size: 1rem; } }
  .button--themed, .mailchimp-form-module input[type="submit"] {
    color: #fff;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; }
    .theme--purple .button--themed, .theme--purple .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--purple input[type="submit"] {
      background-color: #764896; }
    .theme--green .button--themed, .theme--green .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--green input[type="submit"] {
      background-color: #61ad15; }
    .theme--orange .button--themed, .theme--orange .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--orange input[type="submit"] {
      background-color: #ed6f0e; }
    .theme--red .button--themed, .theme--red .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--red input[type="submit"] {
      background-color: #e4142a; }
    .theme--blue .button--themed, .theme--blue .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--blue input[type="submit"] {
      background-color: #1e85c4; }
    .theme--yellow .button--themed, .theme--yellow .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--yellow input[type="submit"] {
      background-color: #f5c800; }
    .theme--purple .button--themed, .theme--purple .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--purple input[type="submit"] {
      color: #fff; }
    .theme--green .button--themed, .theme--green .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--green input[type="submit"] {
      color: #fff; }
    .theme--orange .button--themed, .theme--orange .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--orange input[type="submit"] {
      color: #fff; }
    .theme--red .button--themed, .theme--red .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--red input[type="submit"] {
      color: #fff; }
    .theme--blue .button--themed, .theme--blue .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--blue input[type="submit"] {
      color: #fff; }
    .theme--yellow .button--themed, .theme--yellow .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--yellow input[type="submit"] {
      color: #fff; }
    .theme--yellow .button--themed, .theme--yellow .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--yellow input[type="submit"] {
      color: #000; }
    .theme--purple .faux-link:hover ~ .button--themed, .theme--purple .mailchimp-form-module .faux-link:hover ~ input[type="submit"], .mailchimp-form-module .theme--purple .faux-link:hover ~ input[type="submit"], .theme--purple .faux-link:hover ~ * .button--themed, .theme--purple .faux-link:hover ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--purple .faux-link:hover ~ * input[type="submit"], .theme--purple .faux-link:active ~ .button--themed, .theme--purple .mailchimp-form-module .faux-link:active ~ input[type="submit"], .mailchimp-form-module .theme--purple .faux-link:active ~ input[type="submit"], .theme--purple .faux-link:active ~ * .button--themed, .theme--purple .faux-link:active ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--purple .faux-link:active ~ * input[type="submit"] {
      background-color: #623c7c; }
    .theme--green .faux-link:hover ~ .button--themed, .theme--green .mailchimp-form-module .faux-link:hover ~ input[type="submit"], .mailchimp-form-module .theme--green .faux-link:hover ~ input[type="submit"], .theme--green .faux-link:hover ~ * .button--themed, .theme--green .faux-link:hover ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--green .faux-link:hover ~ * input[type="submit"], .theme--green .faux-link:active ~ .button--themed, .theme--green .mailchimp-form-module .faux-link:active ~ input[type="submit"], .mailchimp-form-module .theme--green .faux-link:active ~ input[type="submit"], .theme--green .faux-link:active ~ * .button--themed, .theme--green .faux-link:active ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--green .faux-link:active ~ * input[type="submit"] {
      background-color: #4e8b11; }
    .theme--orange .faux-link:hover ~ .button--themed, .theme--orange .mailchimp-form-module .faux-link:hover ~ input[type="submit"], .mailchimp-form-module .theme--orange .faux-link:hover ~ input[type="submit"], .theme--orange .faux-link:hover ~ * .button--themed, .theme--orange .faux-link:hover ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--orange .faux-link:hover ~ * input[type="submit"], .theme--orange .faux-link:active ~ .button--themed, .theme--orange .mailchimp-form-module .faux-link:active ~ input[type="submit"], .mailchimp-form-module .theme--orange .faux-link:active ~ input[type="submit"], .theme--orange .faux-link:active ~ * .button--themed, .theme--orange .faux-link:active ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--orange .faux-link:active ~ * input[type="submit"] {
      background-color: #c95e0c; }
    .theme--red .faux-link:hover ~ .button--themed, .theme--red .mailchimp-form-module .faux-link:hover ~ input[type="submit"], .mailchimp-form-module .theme--red .faux-link:hover ~ input[type="submit"], .theme--red .faux-link:hover ~ * .button--themed, .theme--red .faux-link:hover ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--red .faux-link:hover ~ * input[type="submit"], .theme--red .faux-link:active ~ .button--themed, .theme--red .mailchimp-form-module .faux-link:active ~ input[type="submit"], .mailchimp-form-module .theme--red .faux-link:active ~ input[type="submit"], .theme--red .faux-link:active ~ * .button--themed, .theme--red .faux-link:active ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--red .faux-link:active ~ * input[type="submit"] {
      background-color: #c11124; }
    .theme--blue .faux-link:hover ~ .button--themed, .theme--blue .mailchimp-form-module .faux-link:hover ~ input[type="submit"], .mailchimp-form-module .theme--blue .faux-link:hover ~ input[type="submit"], .theme--blue .faux-link:hover ~ * .button--themed, .theme--blue .faux-link:hover ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--blue .faux-link:hover ~ * input[type="submit"], .theme--blue .faux-link:active ~ .button--themed, .theme--blue .mailchimp-form-module .faux-link:active ~ input[type="submit"], .mailchimp-form-module .theme--blue .faux-link:active ~ input[type="submit"], .theme--blue .faux-link:active ~ * .button--themed, .theme--blue .faux-link:active ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--blue .faux-link:active ~ * input[type="submit"] {
      background-color: #196ea3; }
    .theme--yellow .faux-link:hover ~ .button--themed, .theme--yellow .mailchimp-form-module .faux-link:hover ~ input[type="submit"], .mailchimp-form-module .theme--yellow .faux-link:hover ~ input[type="submit"], .theme--yellow .faux-link:hover ~ * .button--themed, .theme--yellow .faux-link:hover ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--yellow .faux-link:hover ~ * input[type="submit"], .theme--yellow .faux-link:active ~ .button--themed, .theme--yellow .mailchimp-form-module .faux-link:active ~ input[type="submit"], .mailchimp-form-module .theme--yellow .faux-link:active ~ input[type="submit"], .theme--yellow .faux-link:active ~ * .button--themed, .theme--yellow .faux-link:active ~ * .mailchimp-form-module input[type="submit"], .mailchimp-form-module .theme--yellow .faux-link:active ~ * input[type="submit"] {
      background-color: #cfa900; }
    .theme--purple .button--themed:hover, .theme--purple .mailchimp-form-module input:hover[type="submit"], .mailchimp-form-module .theme--purple input:hover[type="submit"] {
      background-color: #623c7c; }
    .theme--green .button--themed:hover, .theme--green .mailchimp-form-module input:hover[type="submit"], .mailchimp-form-module .theme--green input:hover[type="submit"] {
      background-color: #4e8b11; }
    .theme--orange .button--themed:hover, .theme--orange .mailchimp-form-module input:hover[type="submit"], .mailchimp-form-module .theme--orange input:hover[type="submit"] {
      background-color: #c95e0c; }
    .theme--red .button--themed:hover, .theme--red .mailchimp-form-module input:hover[type="submit"], .mailchimp-form-module .theme--red input:hover[type="submit"] {
      background-color: #c11124; }
    .theme--blue .button--themed:hover, .theme--blue .mailchimp-form-module input:hover[type="submit"], .mailchimp-form-module .theme--blue input:hover[type="submit"] {
      background-color: #196ea3; }
    .theme--yellow .button--themed:hover, .theme--yellow .mailchimp-form-module input:hover[type="submit"], .mailchimp-form-module .theme--yellow input:hover[type="submit"] {
      background-color: #cfa900; }
  .button--black {
    background-color: #000;
    color: #fff;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; }
    .button--black:hover {
      background-color: #646464; }
  .button--grey {
    background-color: #d0d0d0;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; }
    .button--grey:hover {
      background-color: #bdbdbd; }
  .button--orange {
    background-color: #ed6f0e;
    color: #fff;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; }
    .button--orange:hover {
      background-color: #c95e0c; }
  .button--red {
    background-color: #e4142a;
    color: #fff;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; }
    .button--red:hover {
      background-color: #c11124; }
  .button--disabled {
    opacity: 0.5;
    pointer-events: none; }
  .button--full {
    display: block;
    text-align: center; }

.checkbox:not(:last-child) {
  margin-bottom: 15px; }

.checkbox__input:checked + .checkbox__label .checkbox__icon {
  display: block; }

.checkbox__label {
  font-family: "report", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 47px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .checkbox__label {
      font-size: 1.125rem; } }
  .checkbox__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    border: 4px solid #d0d0d0; }

.checkbox__icon {
  position: absolute;
  top: 8px;
  left: 7px;
  width: 14px;
  height: 10px;
  display: none; }

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  max-width: 1250px; }
  @media (min-width: 768px) {
    .container {
      padding-right: 40px;
      padding-left: 40px; } }
  .container .container:not(.container--initial) {
    padding-right: 0;
    padding-left: 0; }

.faux-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  outline-width: 0; }

.fieldset, .mailchimp-form-module fieldset {
  padding-bottom: 30px;
  border-bottom: 5px solid #000; }
  @media (min-width: 1024px) {
    .fieldset, .mailchimp-form-module fieldset {
      padding-bottom: 50px; } }
  .fieldset:not(:last-child), .mailchimp-form-module fieldset:not(:last-child) {
    margin-bottom: 30px; }

html:not([data-whatintent="keyboard"]) :focus {
  outline: none; }

.has-faux-link {
  position: relative; }

.h1,
.h2,
.rich-text h2,
.h3 {
  display: inline-block;
  margin-bottom: 0; }

.h1 {
  font-family: "report", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700; }
  @media (max-width: 767px) {
    .h1 {
      font-size: 2rem; } }


.h2,
.rich-text h2 {
  font-family: "report", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700; }
  @media (max-width: 767px) {
    
    .h2,
    .rich-text h2 {
      font-size: 1.75rem; } }

.h3 {
  font-family: "report", Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700; }
  @media (max-width: 767px) {
    .h3 {
      font-size: 1.5rem; } }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  .hide-above-mobile {
    display: none !important; } }

@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important; } }

@media (max-width: 1023px) {
  .hide-below-desktop {
    display: none !important; } }

html {
  font-family: "report", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375; }

.image-module__container {
  display: block;
  margin: 0; }

.image-module__image {
  display: block;
  width: 100%; }

.image-module__caption {
  font-family: "report", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px; }

.input, .mailchimp-form-module input:not([type="submit"]) {
  font-family: "report", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 10px 15px;
  width: 100%;
  border: 4px solid #d0d0d0; }
  @media (max-width: 767px) {
    .input, .mailchimp-form-module input:not([type="submit"]) {
      font-size: 1rem; } }
  .input--select {
    width: 100%; }
  .input--textarea {
    min-height: 200px; }
  .input--quantity {
    width: 80px;
    border-color: #000;
    text-align: center; }

.number-input__label {
  padding-right: 10px;
  min-width: 100px;
  margin-bottom: 10px;
  display: block; }

.number-input__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.number-input__button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d0d0d0; }
  .number-input__button:not(:disabled) {
    cursor: pointer; }

.number-input__icon {
  width: 19px;
  height: 19px; }

.label, .mailchimp-form-module label {
  font-family: "report", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700; }
  @media (max-width: 767px) {
    .label, .mailchimp-form-module label {
      font-size: 1.125rem; } }

.legend, .mailchimp-form-module__heading, .mailchimp-form-module legend {
  font-family: "report", Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 20px; }
  .theme--purple .legend, .theme--purple .mailchimp-form-module__heading, .theme--purple .mailchimp-form-module legend, .mailchimp-form-module .theme--purple legend {
    color: #764896; }
  .theme--green .legend, .theme--green .mailchimp-form-module__heading, .theme--green .mailchimp-form-module legend, .mailchimp-form-module .theme--green legend {
    color: #61ad15; }
  .theme--orange .legend, .theme--orange .mailchimp-form-module__heading, .theme--orange .mailchimp-form-module legend, .mailchimp-form-module .theme--orange legend {
    color: #ed6f0e; }
  .theme--red .legend, .theme--red .mailchimp-form-module__heading, .theme--red .mailchimp-form-module legend, .mailchimp-form-module .theme--red legend {
    color: #e4142a; }
  .theme--blue .legend, .theme--blue .mailchimp-form-module__heading, .theme--blue .mailchimp-form-module legend, .mailchimp-form-module .theme--blue legend {
    color: #1e85c4; }
  .theme--yellow .legend, .theme--yellow .mailchimp-form-module__heading, .theme--yellow .mailchimp-form-module legend, .mailchimp-form-module .theme--yellow legend {
    color: #f5c800; }

.module {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .module {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .module + .module {
    padding-top: 0; }
  .module .module {
    padding-top: 0;
    padding-bottom: 0; }

.pagination__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px; }
  .pagination__button:not(:first-child) {
    margin-left: 30px; }
  .pagination__button:last-child {
    margin-right: 20px; }
  .pagination__button-icon {
    width: 6px;
    height: 11px; }

.pagination__current {
  font-family: "report", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 20px; }

.radio-button:not(:last-child) {
  margin-bottom: 15px; }

.radio-button__input:checked + .radio-button__label .radio-button__icon {
  display: block; }

.radio-button__label {
  font-family: "report", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 47px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .radio-button__label {
      font-size: 1.125rem; } }
  .radio-button__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    border: 4px solid #d0d0d0;
    border-radius: 50%; }

.radio-button__icon {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 9px;
  height: 9px;
  display: none; }

.rich-text--with-heading {
  text-align: center; }

.rich-text h2,
.rich-text h3 {
  display: block; }
  .rich-text h2:not(:last-child),
  .rich-text h3:not(:last-child) {
    margin-bottom: 25px; }

.theme--purple .rich-text h2 {
  color: #764896; }

.theme--green .rich-text h2 {
  color: #61ad15; }

.theme--orange .rich-text h2 {
  color: #ed6f0e; }

.theme--red .rich-text h2 {
  color: #e4142a; }

.theme--blue .rich-text h2 {
  color: #1e85c4; }

.theme--yellow .rich-text h2 {
  color: #f5c800; }

.rich-text h3 {
  font-family: "report", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600; }

.rich-text p, .rich-text ul, .rich-text ol, .rich-text table {
  font-family: Helvetica, Arial, sans-serif; }

.rich-text p + h1,
.rich-text p + h2,
.rich-text p + h3,
.rich-text ul + h1,
.rich-text ul + h2,
.rich-text ul + h3,
.rich-text ol + h1,
.rich-text ol + h2,
.rich-text ol + h3 {
  margin-top: 35px; }

.rich-text p + p,
.rich-text p + ul,
.rich-text p + ol {
  margin-top: 20px; }

.rich-text ul,
.rich-text ol {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none; }
  @media (min-width: 1024px) {
    .rich-text ul,
    .rich-text ol {
      padding-left: 30px; } }
  .rich-text ul:first-child,
  .rich-text ol:first-child {
    margin-top: 0; }
  .rich-text ul:last-child,
  .rich-text ol:last-child {
    margin-bottom: 0; }
  .theme--purple .rich-text ul li::before, .theme--purple
  .rich-text ol li::before {
    color: #764896; }
  .theme--green .rich-text ul li::before, .theme--green
  .rich-text ol li::before {
    color: #61ad15; }
  .theme--orange .rich-text ul li::before, .theme--orange
  .rich-text ol li::before {
    color: #ed6f0e; }
  .theme--red .rich-text ul li::before, .theme--red
  .rich-text ol li::before {
    color: #e4142a; }
  .theme--blue .rich-text ul li::before, .theme--blue
  .rich-text ol li::before {
    color: #1e85c4; }
  .theme--yellow .rich-text ul li::before, .theme--yellow
  .rich-text ol li::before {
    color: #f5c800; }

.rich-text ul li::before {
  content: "\2022";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 1.5625rem;
  line-height: 1; }

.rich-text ol {
  counter-reset: numbers; }
  .rich-text ol > li::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "report", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.375;
    content: counter(numbers) ".";
    counter-increment: numbers; }

.rich-text li {
  position: relative;
  padding-left: 20px; }
  @media (min-width: 1024px) {
    .rich-text li {
      padding-left: 30px; } }
  .rich-text li:not(:last-child) {
    margin-bottom: 20px; }
  .rich-text li ul,
  .rich-text li ol {
    padding-left: 10px; }
    .rich-text li ul:first-child,
    .rich-text li ol:first-child {
      margin-top: 20px; }

.text-link, .rich-text a {
  text-decoration: underline;
  color: #1e85c4;
  font-weight: bold; }
  .text-link:hover, .rich-text a:hover {
    text-decoration: none; }

.add-to-basket .product__option {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .add-to-basket .product__option {
      margin-right: 10px; } }
  .add-to-basket .product__option .label, .add-to-basket .product__option .mailchimp-form-module label, .mailchimp-form-module .add-to-basket .product__option label {
    padding-right: 10px;
    min-width: 100px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
    display: block; }

.add-to-basket .product__quantity {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .add-to-basket .product__quantity {
      margin-right: 10px;
      width: 160px; } }

.add-to-basket .product__add-to-basket {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .add-to-basket .product__add-to-basket {
      width: 100%; } }
  @media (min-width: 768px) {
    .add-to-basket .product__add-to-basket {
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.add-to-basket label.input-validation-error {
  margin-top: 10px;
  width: 100%;
  display: block; }

@media (min-width: 768px) {
  .add-to-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .add-to-basket__invalid .product__add-to-basket {
      -ms-flex-item-align: center;
          align-self: center; } }

.basket {
  font-family: "report", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  width: 100%;
  border-collapse: collapse; }
  @media (max-width: 767px) {
    .basket {
      font-size: 0.875rem; } }
  .basket__row td {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .basket__row td {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .basket__row td:last-child {
      padding-right: 10px; }
      @media (min-width: 768px) {
        .basket__row td:last-child {
          padding-right: 50px; } }
  .basket__heading {
    text-transform: uppercase;
    font-weight: inherit; }
    @media (min-width: 768px) {
      .basket__heading {
        padding-bottom: 10px;
        font-size: 1.25rem; } }
    .basket__heading:last-child {
      padding-right: 10px;
      padding-left: 10px; }
      @media (min-width: 768px) {
        .basket__heading:last-child {
          padding-right: 50px; } }
    .basket__heading--product {
      padding-right: 10px; }
      @media (min-width: 768px) {
        .basket__heading--product {
          padding-right: 50px; } }
    @media (max-width: 767px) {
      .basket__heading--quantity {
        text-align: center; } }
  @media (max-width: 767px) {
    .basket__quantity-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .basket__product, .basket__subtotal {
    border-bottom: 5px solid #000; }
  .basket__subtotal, .basket__delivery, .basket__total {
    text-transform: uppercase; }
  .basket__subtotal, .basket__delivery, .basket__total, .basket__data--right {
    text-align: right; }
  @media (min-width: 768px) {
    .basket__product-button {
      margin-left: 10px; } }
  @media (max-width: 1023px) {
    .basket__product-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 767px) {
    .basket__product-button--update {
      display: inline-block;
      width: 100%;
      margin-top: 5px;
      text-align: center; } }
  .basket__product-remove {
    width: 16px;
    height: 16px; }
  .basket__total {
    background-color: #1e85c4;
    color: #fff; }

.call-to-action-module__container {
  padding: 12px; }
  .theme--yellow:not(html) .call-to-action-module__container {
    background-color: #f5c800; }
    .theme--yellow:not(html) .call-to-action-module__container .call-to-action-module__button {
      background-color: #fff;
      color: #000; }
  .theme--purple:not(html) .call-to-action-module__container {
    background-color: #764896;
    color: #fff; }
    .theme--purple:not(html) .call-to-action-module__container .call-to-action-module__button {
      background-color: #fff;
      color: #000; }
  .theme--grey:not(html) .call-to-action-module__container {
    background-color: #d0d0d0; }
    .theme--grey:not(html) .call-to-action-module__container .call-to-action-module__button {
      background-color: #ed6f0e;
      color: #fff; }
  @media (min-width: 768px) {
    .call-to-action-module__container {
      padding: 22px; } }
  .call-to-action-module__container p {
    font-family: Helvetica, Arial, sans-serif; }

.card {
  position: relative;
  width: 100%; }
  .card--simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 280px; }
    .card--simple .card__media {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .card--simple .card__body {
      padding-right: 30px;
      padding-left: 30px;
      position: relative;
      width: 100%;
      z-index: 2;
      color: #fff;
      font-size: 1.75rem;
      text-align: center; }
      @media (min-width: 768px) {
        .card--simple .card__body {
          font-size: 1.875rem; } }
    .card--simple .card__heading {
      font-weight: 600; }
  .card--complex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .card--complex .card__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .card--complex .card__media {
      position: relative;
      overflow: hidden;
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: 47.5%; }
      .card--complex .card__media::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 56.25%; }
      @media (min-width: 768px) {
        .card--complex .card__media {
          position: relative;
          overflow: hidden; }
          .card--complex .card__media::after {
            content: "";
            display: block;
            height: 0;
            padding-bottom: 75%; } }
      .card--complex .card__media .squiggle {
        position: absolute; }
    .card--complex .card__body {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      width: 47.5%; }
      @media (min-width: 768px) {
        .card--complex .card__body {
          -ms-flex-preferred-size: 725px;
              flex-basis: 725px;
          margin-right: 20px; } }
    .card--complex .card__heading {
      font-family: "report", Arial, sans-serif;
      font-size: 1.625rem;
      font-weight: 700; }
  .card__media {
    overflow: hidden; }
    .card__media--has-overlay::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 1;
      -webkit-transition: background-color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out; }
      .theme--purple > .card__media--has-overlay::after {
        background-color: rgba(118, 72, 150, 0.7); }
        .faux-link:hover ~ .theme--purple > .card__media--has-overlay::after,
        .faux-link:hover ~ * .theme--purple > .card__media--has-overlay::after, .faux-link:active ~ .theme--purple > .card__media--has-overlay::after,
        .faux-link:active ~ * .theme--purple > .card__media--has-overlay::after {
          background-color: #764896; }
      .theme--green > .card__media--has-overlay::after {
        background-color: rgba(97, 173, 21, 0.7); }
        .faux-link:hover ~ .theme--green > .card__media--has-overlay::after,
        .faux-link:hover ~ * .theme--green > .card__media--has-overlay::after, .faux-link:active ~ .theme--green > .card__media--has-overlay::after,
        .faux-link:active ~ * .theme--green > .card__media--has-overlay::after {
          background-color: #61ad15; }
      .theme--orange > .card__media--has-overlay::after {
        background-color: rgba(237, 111, 14, 0.7); }
        .faux-link:hover ~ .theme--orange > .card__media--has-overlay::after,
        .faux-link:hover ~ * .theme--orange > .card__media--has-overlay::after, .faux-link:active ~ .theme--orange > .card__media--has-overlay::after,
        .faux-link:active ~ * .theme--orange > .card__media--has-overlay::after {
          background-color: #ed6f0e; }
      .theme--red > .card__media--has-overlay::after {
        background-color: rgba(228, 20, 42, 0.7); }
        .faux-link:hover ~ .theme--red > .card__media--has-overlay::after,
        .faux-link:hover ~ * .theme--red > .card__media--has-overlay::after, .faux-link:active ~ .theme--red > .card__media--has-overlay::after,
        .faux-link:active ~ * .theme--red > .card__media--has-overlay::after {
          background-color: #e4142a; }
      .theme--blue > .card__media--has-overlay::after {
        background-color: rgba(30, 133, 196, 0.7); }
        .faux-link:hover ~ .theme--blue > .card__media--has-overlay::after,
        .faux-link:hover ~ * .theme--blue > .card__media--has-overlay::after, .faux-link:active ~ .theme--blue > .card__media--has-overlay::after,
        .faux-link:active ~ * .theme--blue > .card__media--has-overlay::after {
          background-color: #1e85c4; }
      .theme--yellow > .card__media--has-overlay::after {
        background-color: rgba(245, 200, 0, 0.7); }
        .faux-link:hover ~ .theme--yellow > .card__media--has-overlay::after,
        .faux-link:hover ~ * .theme--yellow > .card__media--has-overlay::after, .faux-link:active ~ .theme--yellow > .card__media--has-overlay::after,
        .faux-link:active ~ * .theme--yellow > .card__media--has-overlay::after {
          background-color: #f5c800; }
    .card__media .squiggle {
      width: 100%;
      height: 100%;
      -webkit-transform: scale(1.35) translateX(-30px);
              transform: scale(1.35) translateX(-30px); }
      .theme--purple > .card__media .squiggle {
        fill: #764896; }
      .theme--green > .card__media .squiggle {
        fill: #61ad15; }
      .theme--orange > .card__media .squiggle {
        fill: #ed6f0e; }
      .theme--red > .card__media .squiggle {
        fill: #e4142a; }
      .theme--blue > .card__media .squiggle {
        fill: #1e85c4; }
      .theme--yellow > .card__media .squiggle {
        fill: #f5c800; }
  .card__image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%; }
  .card__heading {
    margin-bottom: 5px; }
  .card__meta {
    display: block;
    margin-bottom: 20px;
    font-size: 1.125rem; }
  .card__button {
    margin-top: 10px; }
    .card__button.button--themed, .mailchimp-form-module input.card__button[type="submit"] {
      background-color: #1e85c4;
      color: #fff; }
  .card__text-button {
    text-decoration: underline;
    color: #1e85c4;
    font-weight: bold; }
    .faux-link:hover ~ .card__text-button,
    .faux-link:hover ~ * .card__text-button, .faux-link:active ~ .card__text-button,
    .faux-link:active ~ * .card__text-button {
      text-decoration: none; }
  .card .card__summary {
    font-family: Helvetica, Arial, sans-serif; }

.checkout__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .checkout__actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 768px) {
    .checkout__actions {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px; } }

@media (max-width: 767px) {
  .checkout__action:not(:last-child) {
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .checkout__action:not(:last-child) {
    margin-right: 10px; } }

.checkout__paypal {
  height: 35px;
  overflow: hidden; }

.cookie-disclaimer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1e85c4;
  color: #fff; }
  .cookie-disclaimer:not(.is-active) {
    display: none; }
  @media (min-width: 768px) {
    .cookie-disclaimer__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .cookie-disclaimer__close {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 767px) {
      .cookie-disclaimer__close {
        margin-top: 20px; } }
    @media (min-width: 768px) {
      .cookie-disclaimer__close {
        margin-left: 40px; } }
  .cookie-disclaimer .button {
    margin-left: 20px; }

@media (min-width: 768px) {
  .filters__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 767px) {
  .filters__item:not(:last-child) {
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .filters__item {
    min-width: 210px; }
    .filters__item:not(:last-child) {
      margin-right: 20px; } }

.filters__item-container {
  position: relative; }

.filters__label, .filters__input {
  font-family: "report", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700; }

.filters__label {
  display: block;
  margin-bottom: 10px; }

.filters__input {
  padding: 15px 55px 15px 18px;
  width: 100%;
  border: none;
  background-color: #d0d0d0; }

.filters__icon {
  width: 11px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 28px;
  pointer-events: none; }

.form-field, .mailchimp-form-module .mc-field-group {
  width: 100%; }
  @media (min-width: 1024px) {
    .form-field, .mailchimp-form-module .mc-field-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }
  .form-field:not(:last-child), .mailchimp-form-module .mc-field-group:not(:last-child) {
    margin-bottom: 20px; }
  .form-field--invalid {
    color: #e4142a; }
    .form-field--invalid .input-validation-error, .form-field--invalid .checkbox__label::before {
      border-color: #e4142a; }
  .form-field.multiplechoice .form-field__group, .mailchimp-form-module .multiplechoice.mc-field-group .form-field__group, .form-field.multiplechoice .mailchimp-form-module label, .mailchimp-form-module .form-field.multiplechoice label, .mailchimp-form-module .multiplechoice.mc-field-group label, .form-field.singlechoice .form-field__group, .mailchimp-form-module .singlechoice.mc-field-group .form-field__group, .form-field.singlechoice .mailchimp-form-module label, .mailchimp-form-module .form-field.singlechoice label, .mailchimp-form-module .singlechoice.mc-field-group label, .form-field.longanswer .form-field__group, .mailchimp-form-module .longanswer.mc-field-group .form-field__group, .form-field.longanswer .mailchimp-form-module label, .mailchimp-form-module .form-field.longanswer label, .mailchimp-form-module .longanswer.mc-field-group label {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  @media (max-width: 1023px) {
    .form-field__group, .mailchimp-form-module label {
      margin-bottom: 10px; } }
  @media (min-width: 1024px) {
    .form-field__group, .mailchimp-form-module label {
      margin-right: 40px;
      width: 25%;
      text-align: right; } }
  .form-field__label, .mailchimp-form-module label {
    display: block; }
    @media (max-width: 1023px) {
      .form-field__label, .mailchimp-form-module label {
        margin-bottom: 10px; } }
    .form-field__label + .form-field__tooltip, .mailchimp-form-module label + .form-field__tooltip {
      margin-top: -5px; }
      @media (min-width: 1024px) {
        .form-field__label + .form-field__tooltip, .mailchimp-form-module label + .form-field__tooltip {
          margin-top: 5px; } }
  @media (max-width: 1023px) {
    .form-field__input, .mailchimp-form-module input:not([type="submit"]), .form-field__select {
      width: 100%; } }
  @media (min-width: 1024px) {
    .form-field__input, .mailchimp-form-module input:not([type="submit"]), .form-field__select {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .form-field__input--icon {
    position: relative; }
    .form-field__input--icon .form-field__select {
      padding-right: 55px; }
  .form-field__icon {
    width: 11px;
    height: 6px;
    display: block;
    color: #000; }
    .form-field__icon-container {
      width: 11px;
      height: 6px;
      position: absolute;
      top: calc(50% - 3px);
      right: 28px;
      pointer-events: none; }
  .form-field__validation {
    margin-top: 0; }
    .form-field__validation .field-validation-error {
      display: block;
      margin-top: 16px; }

.umbraco-forms-hidden {
  display: none; }

.headed-link__heading {
  font-family: "report", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 3px; }

.headed-link a {
  font-family: Helvetica, Arial, sans-serif; }

.product-card {
  width: 100%;
  text-align: center; }
  .product-card__media {
    position: relative;
    overflow: hidden; }
    .product-card__media::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 75%; }
    .product-card__media::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 1;
      -webkit-transition: background-color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out; }
      .faux-link:hover ~ .product-card__media::before,
      .faux-link:hover ~ * .product-card__media::before, .faux-link:active ~ .product-card__media::before,
      .faux-link:active ~ * .product-card__media::before {
        background-color: rgba(0, 0, 0, 0.25); }
  .product-card__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%; }
  .product-card__heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "report", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700; }
    .theme--purple .product-card__heading {
      color: #764896; }
    .theme--green .product-card__heading {
      color: #61ad15; }
    .theme--orange .product-card__heading {
      color: #ed6f0e; }
    .theme--red .product-card__heading {
      color: #e4142a; }
    .theme--blue .product-card__heading {
      color: #1e85c4; }
    .theme--yellow .product-card__heading {
      color: #f5c800; }
  .product-card__description {
    margin-top: 0; }

.product__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product__feature:not(:last-child) {
    margin-bottom: 5px; }
  .product__feature-title {
    padding-right: 10px;
    min-width: 100px; }

.product__delivery {
  margin-top: 30px; }

.quote-module__container {
  margin: 20px 0 0; }

.quote-module__quote {
  font-family: "report", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
  margin: 0; }
  .quote-module__quote::before, .quote-module__quote::after {
    font-size: 6.25rem; }
    .theme--purple .quote-module__quote::before, .theme--purple .quote-module__quote::after {
      color: #764896; }
    .theme--green .quote-module__quote::before, .theme--green .quote-module__quote::after {
      color: #61ad15; }
    .theme--orange .quote-module__quote::before, .theme--orange .quote-module__quote::after {
      color: #ed6f0e; }
    .theme--red .quote-module__quote::before, .theme--red .quote-module__quote::after {
      color: #e4142a; }
    .theme--blue .quote-module__quote::before, .theme--blue .quote-module__quote::after {
      color: #1e85c4; }
    .theme--yellow .quote-module__quote::before, .theme--yellow .quote-module__quote::after {
      color: #f5c800; }
  .quote-module__quote::before {
    content: "\201C";
    position: absolute;
    top: -45px;
    left: -3px; }
  .quote-module__quote::after {
    content: "\201D";
    position: absolute;
    right: 0;
    bottom: -105px; }
    @media (min-width: 768px) {
      .quote-module__quote::after {
        right: 50%; } }

.quote-module__author {
  font-family: "report", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  margin-top: 30px; }
  .quote-module__author::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: calc(100% - 50px);
    height: 5px; }
    .theme--purple .quote-module__author::before {
      background-color: #764896; }
    .theme--green .quote-module__author::before {
      background-color: #61ad15; }
    .theme--orange .quote-module__author::before {
      background-color: #ed6f0e; }
    .theme--red .quote-module__author::before {
      background-color: #e4142a; }
    .theme--blue .quote-module__author::before {
      background-color: #1e85c4; }
    .theme--yellow .quote-module__author::before {
      background-color: #f5c800; }
    @media (min-width: 768px) {
      .quote-module__author::before {
        width: calc(50% - 50px); } }

@media (min-width: 768px) {
  .module > .sharing-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .module > .sharing-panel .sharing-panel__container {
      min-width: 370px; } }

.side-content + .sharing-panel,
.your-basket + .sharing-panel {
  margin-top: 20px; }

.sharing-panel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 15px;
  background-color: #d0d0d0; }
  @media (min-width: 768px) {
    .sharing-panel__container {
      padding: 25px; } }

.sharing-panel__text {
  font-family: "report", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 0;
  padding-right: 20px;
  text-transform: uppercase; }

.sharing-panel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.sharing-panel__item, .sharing-panel__icon {
  width: 24px;
  height: 24px; }

.sharing-panel__item {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .sharing-panel__item:not(:last-child) {
    margin-right: 10px; }
    @media (min-width: 768px) {
      .sharing-panel__item:not(:last-child) {
        margin-right: 20px; } }
  .sharing-panel__item:hover {
    opacity: 0.5; }

@media (max-width: 767px) {
  .side-content--open .side-content__items {
    display: block; } }

.side-content--open .side-content__icon-container {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@media (max-width: 767px) {
  .side-content__items {
    display: none; } }

@media (max-width: 767px) {
  .side-content__item:first-child {
    margin-top: 10px; } }

.side-content__item:not(:last-child) {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .side-content__button {
    display: block;
    text-align: center; } }

.theme--purple:not(html) .side-content__button {
  background-color: #764896; }

.theme--green:not(html) .side-content__button {
  background-color: #61ad15; }

.theme--orange:not(html) .side-content__button {
  background-color: #ed6f0e; }

.theme--red:not(html) .side-content__button {
  background-color: #e4142a; }

.theme--blue:not(html) .side-content__button {
  background-color: #1e85c4; }

.theme--yellow:not(html) .side-content__button {
  background-color: #f5c800; }

.theme--purple:not(html) .side-content__button:hover {
  background-color: #623c7c; }

.theme--green:not(html) .side-content__button:hover {
  background-color: #4e8b11; }

.theme--orange:not(html) .side-content__button:hover {
  background-color: #c95e0c; }

.theme--red:not(html) .side-content__button:hover {
  background-color: #c11124; }

.theme--blue:not(html) .side-content__button:hover {
  background-color: #196ea3; }

.theme--yellow:not(html) .side-content__button:hover {
  background-color: #cfa900; }

.side-content__toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-family: "report", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: 4px solid; }
  .side-content__toggle:not(:disabled) {
    cursor: pointer; }
  .theme--purple .side-content__toggle {
    border-color: #764896; }
  .theme--green .side-content__toggle {
    border-color: #61ad15; }
  .theme--orange .side-content__toggle {
    border-color: #ed6f0e; }
  .theme--red .side-content__toggle {
    border-color: #e4142a; }
  .theme--blue .side-content__toggle {
    border-color: #1e85c4; }
  .theme--yellow .side-content__toggle {
    border-color: #f5c800; }
  .theme--purple .side-content__toggle {
    color: #764896; }
  .theme--green .side-content__toggle {
    color: #61ad15; }
  .theme--orange .side-content__toggle {
    color: #ed6f0e; }
  .theme--red .side-content__toggle {
    color: #e4142a; }
  .theme--blue .side-content__toggle {
    color: #1e85c4; }
  .theme--yellow .side-content__toggle {
    color: #f5c800; }
  @media (min-width: 768px) {
    .side-content__toggle {
      display: none; } }

.side-content__icon {
  width: 11px;
  height: 6px;
  display: block; }
  .side-content__icon-container {
    width: 11px;
    height: 6px;
    margin-top: 9px;
    margin-left: auto; }

.site-menu {
  font-family: "report", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .site-menu {
      margin-top: 20px; } }
  .site-menu-open {
    overflow: hidden;
    color: #fff; }
  @media (min-width: 768px) {
    .site-menu, .site-menu__container, .site-menu__link {
      height: 100%; } }
  .site-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none; }
    @media (max-width: 767px) {
      .site-menu__container {
        display: none;
        background-color: #1e85c4;
        overflow-y: auto; }
        .site-menu-open .site-menu__container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100vh;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          z-index: 100; } }
  .site-menu__item {
    position: relative; }
    @media (max-width: 767px) {
      .site-menu__item {
        width: 100%; }
        .site-menu__item:first-child {
          margin-top: 73px; } }
    @media (min-width: 768px) {
      .site-menu__item:hover .site-menu__item-container {
        background-color: #1e85c4;
        color: #fff; }
      .site-menu__item:hover .sub-menu {
        opacity: 1;
        pointer-events: all; }
      .site-menu__item:hover .site-menu__link::after {
        left: 0;
        width: 100%; } }
    @media (max-width: 767px) {
      .site-menu__item--has-sub-menu.sub-menu-open .site-menu__item-container {
        background-color: #ed6f0e; } }
    @media (min-width: 768px) {
      .site-menu__item--has-sub-menu:hover .sub-menu-toggle {
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); } }
    .site-menu__item--social {
      margin-top: auto; }
    .site-menu__item--donate {
      position: fixed;
      top: 10px;
      left: 10px; }
    @media (min-width: 768px) {
      .site-menu__item.is-active {
        background-color: #1e85c4;
        color: #fff; } }
    .site-menu__item-container {
      display: inline-block; }
      @media (max-width: 767px) {
        .site-menu__item-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative; } }
      @media (min-width: 768px) {
        .site-menu__item-container {
          height: 100%;
          -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
          transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; } }
  .site-menu__link {
    position: relative; }
    @media (min-width: 768px) {
      .site-menu__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .site-menu__link::after {
      content: "";
      position: absolute;
      left: 50%;
      width: 0;
      height: 2px; }
      @media (max-width: 767px) {
        .site-menu__link::after {
          top: 100%; } }
      @media (min-width: 768px) {
        .site-menu__link::after {
          bottom: 0; } }
    .site-menu__link--active::after {
      left: 0;
      width: 100%; }
  .site-menu__toggle {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 25px;
    height: 18px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    z-index: 102; }
    .site-menu__toggle:not(:disabled) {
      cursor: pointer; }
    @media (min-width: 768px) {
      .site-menu__toggle {
        display: none; } }
    .site-menu-open .site-menu__toggle {
      color: #fff; }
    .site-menu__toggle-icon {
      display: block; }
      .site-menu-open .site-menu__toggle-icon {
        width: 0; }
        .site-menu-open .site-menu__toggle-icon::before {
          bottom: 8px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .site-menu-open .site-menu__toggle-icon::after {
          top: 8px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      .site-menu__toggle-icon, .site-menu__toggle-icon::before, .site-menu__toggle-icon::after {
        width: 100%;
        height: 2px;
        border-radius: 10px;
        background-color: currentColor; }
      .site-menu__toggle-icon::before, .site-menu__toggle-icon::after {
        content: "";
        position: absolute;
        left: 0; }
      .site-menu__toggle-icon::before {
        bottom: calc(100% - 2px); }
      .site-menu__toggle-icon::after {
        top: calc(100% - 2px); }

@media (max-width: 767px) {
  .site-header .social-menu {
    padding: 15px 18px;
    width: 100%;
    background-color: #fff; }
    .site-header .social-menu .social-menu__items {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.social-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none; }

.social-menu__item {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .social-menu__item:not(:last-child) {
    margin-right: 20px; }
  .social-menu__item:hover {
    opacity: 0.5; }

.social-menu__link, .social-menu__icon {
  width: 16px;
  height: 16px;
  display: block; }

.statistic {
  width: 100%; }
  .statistic__media {
    position: relative;
    overflow: hidden; }
    .statistic__media::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 75%; }
  .statistic__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%; }
  .statistic__text {
    padding-right: 20px;
    padding-left: 20px;
    font-family: "report", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .statistic__text {
        padding-right: 30px;
        padding-left: 30px; } }

.sub-menu {
  list-style-type: none;
  background-color: #fff;
  color: #000; }
  @media (max-width: 767px) {
    .sub-menu {
      max-height: 0;
      overflow: hidden; }
      .sub-menu-open .sub-menu {
        max-height: 1000px; } }
  @media (min-width: 768px) {
    .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out; } }
  @media (min-width: 768px) {
    .sub-menu__item {
      -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; }
      .sub-menu__item:hover {
        background-color: #ed6f0e;
        color: #fff; } }
  .sub-menu__link {
    white-space: nowrap; }
  .sub-menu-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor; }
    .sub-menu-toggle:not(:disabled) {
      cursor: pointer; }
    @media (min-width: 768px) {
      .sub-menu-toggle {
        display: none; } }
    .sub-menu-open .sub-menu-toggle {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .sub-menu__icon {
    width: 10px;
    height: 6px; }

@media (max-width: 767px) {
  .your-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 5px solid #000; } }

@media (max-width: 767px) {
  .your-basket__heading {
    font-size: 1.25rem; } }

@media (min-width: 768px) {
  .your-basket__details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 5px solid #000; } }

@media (max-width: 767px) {
  .your-basket__detail--items {
    margin-right: 25px; } }

@media (max-width: 767px) {
  .your-basket__button {
    padding: 12px 15px;
    font-size: 1rem; } }

@media (min-width: 768px) {
  .your-basket__button {
    margin-top: 20px; } }

.youtube-video-module__container {
  position: relative;
  overflow: hidden; }
  .youtube-video-module__container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 56.25%; }

.youtube-video-module__src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none; }

@media (min-width: 1024px) {
  .cards-module .listing__results {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.carousel {
  position: relative;
  overflow: hidden;
  color: #fff; }
  .theme--purple .carousel {
    background-color: #764896; }
  .theme--green .carousel {
    background-color: #61ad15; }
  .theme--orange .carousel {
    background-color: #ed6f0e; }
  .theme--red .carousel {
    background-color: #e4142a; }
  .theme--blue .carousel {
    background-color: #1e85c4; }
  .theme--yellow .carousel {
    background-color: #f5c800; }
  .theme--yellow .carousel {
    color: #000; }
  .carousel__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%; }
  .carousel__slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .carousel__slide-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 100%; } }
    .carousel__slide .faux-link {
      display: none; }
    .carousel__slide:not(.carousel__slide--active) {
      pointer-events: none; }
    .carousel__slide--active, .carousel__slide.swiper-slide-duplicate-active {
      z-index: 2; }
      .carousel__slide--active .faux-link, .carousel__slide.swiper-slide-duplicate-active .faux-link {
        display: block; }
  @media (max-width: 767px) {
    .carousel__media {
      position: relative;
      overflow: hidden;
      margin-right: -10px;
      margin-left: -10px; }
      .carousel__media::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 56.25%; } }
  @media (min-width: 768px) {
    .carousel__media {
      position: relative;
      width: calc((700 / 1170) * 100%); } }
  .carousel__media--video {
    z-index: 6; }
  .carousel__image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%; }
  .carousel__icon {
    width: 194px;
    height: 161px;
    display: block; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .carousel__icon {
        width: 220px;
        height: 175px; } }
    @media (min-width: 1024px) {
      .carousel__icon {
        width: 250px;
        height: 200px; } }
    .carousel__icon-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .carousel__content {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .carousel__content {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        padding-top: 30px;
        width: calc((470 / 1170) * 100%); } }
    .carousel__content--padded {
      padding-bottom: 90px; }
  @media (min-width: 768px) {
    .carousel__heading, .carousel__summary {
      padding-right: 30px; } }
  .carousel__summary {
    font-family: "report", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700; }
  .carousel__pagination {
    position: absolute;
    bottom: 30px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3; }
    @media (min-width: 768px) {
      .carousel__pagination {
        position: absolute;
        bottom: 30px;
        left: 40px; } }
    @media (min-width: 1250px) {
      .carousel__pagination {
        position: absolute;
        bottom: 30px;
        left: calc(50% - 585px); } }
  .carousel__button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit; }
    .carousel__button:not(:disabled) {
      cursor: pointer; }
    .carousel__button-icon {
      width: 14px;
      height: 20px; }

.hero-panel {
  position: relative; }
  .hero-panel--has-squiggle {
    min-height: 80px; }
    @media (min-width: 768px) {
      .hero-panel--has-squiggle {
        min-height: 150px; } }
    .theme--purple .hero-panel--has-squiggle .hero-panel__media {
      background-color: #e4d7ec; }
    .theme--green .hero-panel--has-squiggle .hero-panel__media {
      background-color: #d4f6b2; }
    .theme--orange .hero-panel--has-squiggle .hero-panel__media {
      background-color: #fdefe3; }
    .theme--red .hero-panel--has-squiggle .hero-panel__media {
      background-color: #fce1e4; }
    .theme--blue .hero-panel--has-squiggle .hero-panel__media {
      background-color: #d0e9f8; }
    .theme--yellow .hero-panel--has-squiggle .hero-panel__media {
      background-color: cornsilk; }
    .hero-panel--has-squiggle .hero-panel__media .squiggle {
      position: absolute;
      top: -20px;
      right: 0;
      width: 230px;
      opacity: 0.1; }
      .theme--purple .hero-panel--has-squiggle .hero-panel__media .squiggle {
        fill: #764896; }
      .theme--green .hero-panel--has-squiggle .hero-panel__media .squiggle {
        fill: #61ad15; }
      .theme--orange .hero-panel--has-squiggle .hero-panel__media .squiggle {
        fill: #ed6f0e; }
      .theme--red .hero-panel--has-squiggle .hero-panel__media .squiggle {
        fill: #e4142a; }
      .theme--blue .hero-panel--has-squiggle .hero-panel__media .squiggle {
        fill: #1e85c4; }
      .theme--yellow .hero-panel--has-squiggle .hero-panel__media .squiggle {
        fill: #f5c800; }
      @media (min-width: 1170px) {
        .hero-panel--has-squiggle .hero-panel__media .squiggle {
          right: 0;
          margin-right: calc(50% - 585px); } }
      @media (min-width: 768px) {
        .hero-panel--has-squiggle .hero-panel__media .squiggle {
          position: absolute;
          top: -50px;
          right: 0;
          width: 575px; } }
    .theme--purple .hero-panel--has-squiggle .hero-panel__content {
      color: #764896; }
    .theme--green .hero-panel--has-squiggle .hero-panel__content {
      color: #61ad15; }
    .theme--orange .hero-panel--has-squiggle .hero-panel__content {
      color: #ed6f0e; }
    .theme--red .hero-panel--has-squiggle .hero-panel__content {
      color: #e4142a; }
    .theme--blue .hero-panel--has-squiggle .hero-panel__content {
      color: #1e85c4; }
    .theme--yellow .hero-panel--has-squiggle .hero-panel__content {
      color: #f5c800; }
  .hero-panel--has-image {
    min-height: 80px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hero-panel--has-image {
        min-height: 250px; } }
    @media (min-width: 1024px) {
      .hero-panel--has-image {
        min-height: 350px; } }
    .hero-panel--has-image .hero-panel__media::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.25); }
  .hero-panel__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .hero-panel__image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%; }
  .hero-panel__content {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
    color: #fff; }

.latest-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .latest-content__container {
      margin-top: -25px;
      margin-left: -25px; } }
  @media (min-width: 1024px) {
    .latest-content__container {
      margin-top: -30px;
      margin-left: -30px; } }

.latest-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - 5px);
  margin-top: 5px;
  margin-left: 5px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .latest-content__item {
      width: calc(50% - 25px);
      margin-top: 25px;
      margin-left: 25px; } }
  @media (min-width: 1024px) {
    .latest-content__item {
      width: calc(25% - 30px);
      margin-top: 30px;
      margin-left: 30px; } }
  .latest-content__item:not(.latest-content__item--large) .card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .latest-content__item:not(.latest-content__item--large) .card {
        margin-bottom: 10px; } }
  .latest-content__item--large {
    width: 100%; }
    @media (max-width: 767px) {
      .latest-content__item--large {
        margin-top: 40px; } }
    @media (min-width: 1024px) {
      .latest-content__item--large {
        width: calc(50% - 30px); } }
    .latest-content__item--large .latest-content__button {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .latest-content__item--large .card__media {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 155px; } }
    @media (min-width: 1024px) {
      .latest-content__item--large .card__media {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 190px; } }

.latest-content__articles {
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .latest-content__articles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .latest-content__articles {
      margin-bottom: 10px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .latest-content__article {
    width: 50%; } }

@media (max-width: 767px) {
  .latest-content__article:not(:last-child) {
    margin-bottom: 30px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .latest-content__article:not(:last-child) {
    margin-right: 25px; } }

@media (min-width: 1024px) {
  .latest-content__article:not(:last-child) {
    margin-bottom: 20px; } }

.latest-content__button {
  margin-top: auto; }

.listing--one-column .listing__item {
  margin-top: 30px; }
  @media (min-width: 1024px) {
    .listing--one-column .listing__item {
      width: calc(100% - 30px);
      margin-top: 30px;
      margin-left: 30px; } }

.theme--purple .listing--one-column .card__heading {
  color: #764896; }

.theme--green .listing--one-column .card__heading {
  color: #61ad15; }

.theme--orange .listing--one-column .card__heading {
  color: #ed6f0e; }

.theme--red .listing--one-column .card__heading {
  color: #e4142a; }

.theme--blue .listing--one-column .card__heading {
  color: #1e85c4; }

.theme--yellow .listing--one-column .card__heading {
  color: #f5c800; }

@media (min-width: 768px) {
  .listing--one-column .card__media {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 370px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .listing--three-column .listing__results {
    margin-top: -25px;
    margin-left: -25px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .listing--three-column .listing__item {
    width: calc(50% - 25px);
    margin-top: 25px;
    margin-left: 25px; } }

@media (min-width: 1024px) {
  .listing--three-column .listing__item {
    width: calc((1 / 3 * 100%) - 30px);
    margin-top: 30px;
    margin-left: 30px; } }

@media (min-width: 1024px) {
  .listing--four-column .listing__item {
    width: calc((1 / 3 * 100%) - 30px);
    margin-top: 30px;
    margin-left: 30px; } }

.listing__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px; }
  @media (min-width: 1024px) {
    .listing__results {
      margin-top: -30px;
      margin-left: -30px; } }

.listing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  width: 100%; }

.mailchimp-form-module .indicates-required {
  margin-bottom: 20px; }

.mailchimp-form-module .clear:last-child {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 5px solid #000; }
  @media (min-width: 1024px) {
    .mailchimp-form-module .clear:last-child {
      margin-top: 50px; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  z-index: 150;
  background-color: rgba(0, 0, 0, 0.8); }
  .modal-delivery-open {
    overflow: hidden; }
    .modal-delivery-open .modal--delivery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .modal-basket-open {
    overflow: hidden; }
    .modal-basket-open .modal--basket {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  @media (min-width: 768px) {
    .modal {
      padding: 40px; } }
  .modal__container {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    max-width: 1170px;
    background-color: #d0d0d0; }
    @media (min-width: 768px) {
      .modal__container {
        padding: 30px; } }
  .modal__close {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    margin-left: 10px; }
    .modal__close:not(:disabled) {
      cursor: pointer; }
    @media (max-width: 767px) {
      .modal__close {
        margin-top: 10px; } }
    @media (min-width: 768px) {
      .modal__close {
        margin-left: 30px; } }
  .modal__icon {
    width: 100%;
    height: 100%; }
  .modal__heading {
    margin-bottom: 30px; }
  .modal__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -20px; }
  .modal__link {
    margin-top: 20px; }
    .modal__link:not(:last-child) {
      margin-right: 20px; }

.product-listing__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .product-listing__results {
      margin-top: -25px;
      margin-left: -25px; } }
  @media (min-width: 1024px) {
    .product-listing__results {
      margin-top: -30px;
      margin-left: -30px; } }

.product-listing__item {
  margin-top: 5px;
  margin-left: 5px;
  width: calc(50% - 5px); }
  .product-listing__item .add-to-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center; }
    .product-listing__item .add-to-basket .product__option .label, .product-listing__item .add-to-basket .product__option .mailchimp-form-module label, .mailchimp-form-module .product-listing__item .add-to-basket .product__option label {
      display: none; }
    .product-listing__item .add-to-basket .product__quantity {
      margin-left: auto;
      margin-right: auto; }
      .product-listing__item .add-to-basket .product__quantity .number-input__label {
        display: none; }
      .product-listing__item .add-to-basket .product__quantity .number-input__container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .product-listing__item .add-to-basket .product__add-to-basket {
      -ms-flex-item-align: center;
          align-self: center; }
    @media (min-width: 768px) {
      .product-listing__item .add-to-basket .product__option {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .product-listing__item {
      width: calc(50% - 25px);
      margin-top: 25px;
      margin-left: 25px; } }
  @media (min-width: 1024px) {
    .product-listing__item {
      width: calc(25% - 30px);
      margin-top: 30px;
      margin-left: 30px; } }

.site-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #d0d0d0; }
  .site-footer__logo {
    position: relative;
    width: 189px;
    height: 100%;
    z-index: 1;
    background-color: #d0d0d0; }
    @media (min-width: 768px) {
      .site-footer__logo {
        margin-left: -40px; } }
    .site-footer__logo-container {
      height: 79px;
      color: #1e85c4; }
      @media (max-width: 767px) {
        .site-footer__logo-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .site-footer__logo-container::before {
        content: "";
        width: 100%;
        height: 5px;
        position: absolute;
        top: 61px;
        left: 0;
        background-color: currentColor; }
  .site-footer__container {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .site-footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 40px; } }
  @media (max-width: 767px) {
    .site-footer__column:not(:last-child) {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .site-footer__column {
      width: 50%; } }
  @media (min-width: 768px) {
    .site-footer__headed-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: -25px;
      margin-left: -40px; } }
  @media (max-width: 767px) {
    .site-footer__headed-link:not(:last-child) {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .site-footer__headed-link {
      margin-top: 25px;
      margin-left: 40px;
      width: calc(50% - 40px); } }
  .site-footer__menu {
    font-family: "report", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375;
    margin-top: 20px; }
    .site-footer__menu-items {
      list-style-type: none; }
  .site-footer__social-links {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .site-footer__social-links {
        margin-top: 20px; } }
  .site-footer__content-heading {
    font-family: "report", Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px; }
    .site-footer__content-heading + p {
      margin-top: 0; }
  .site-footer__content p {
    font-family: Helvetica, Arial, sans-serif; }
  .site-footer__content a {
    font-weight: bold; }
  .site-footer__content .logo {
    margin: 20px 20px 0 0; }
  .site-footer__content #mc_embed_signup {
    background: transparent;
    width: unset; }
    .site-footer__content #mc_embed_signup h2 {
      font-family: "report", Arial, sans-serif;
      font-size: 1.125rem; }
    .site-footer__content #mc_embed_signup .indicates-required {
      display: none; }
    .site-footer__content #mc_embed_signup form {
      margin: 0; }
      .site-footer__content #mc_embed_signup form h2 {
        margin-top: 0; }
      .site-footer__content #mc_embed_signup form label {
        font-size: 1rem; }
      .site-footer__content #mc_embed_signup form .mc-field-group {
        width: 100%; }
        .site-footer__content #mc_embed_signup form .mc-field-group #mce-EMAIL {
          font-family: "report", Arial, sans-serif;
          font-size: 1.25rem;
          font-weight: 700;
          padding: 10px 15px;
          width: 100%;
          border-radius: 0;
          border: none;
          text-indent: 0%; }
          @media (max-width: 767px) {
            .site-footer__content #mc_embed_signup form .mc-field-group #mce-EMAIL {
              font-size: 1rem; } }
      .site-footer__content #mc_embed_signup form #mc-embedded-subscribe {
        border: 0;
        border-radius: 0;
        font-family: "report", Arial, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        display: inline-block;
        padding: 12px 15px;
        margin: 0;
        line-height: normal;
        height: unset;
        text-transform: lowercase;
        line-height: 1.375;
        background-color: #ed6f0e;
        color: #fff;
        -webkit-transition: background-color 0.25s ease-in-out;
        transition: background-color 0.25s ease-in-out; }
        .site-footer__content #mc_embed_signup form #mc-embedded-subscribe:hover {
          background-color: #c95e0c; }
        @media (min-width: 1024px) {
          .site-footer__content #mc_embed_signup form #mc-embedded-subscribe {
            font-size: 1.125rem;
            padding: 15px 18px; } }
    .site-footer__content #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
      margin-top: 1rem;
      margin-bottom: 0;
      color: #e4142a;
      background: transparent;
      font-family: "report", Arial, sans-serif;
      line-height: 1.375; }
  .site-footer__copyright {
    padding-top: 20px;
    font-size: 0.75rem; }
    @media (min-width: 1024px) {
      .site-footer__copyright {
        padding-bottom: 20px; } }

.site-header {
  position: relative;
  width: 100%;
  z-index: 101;
  background-color: #fff; }
  .site-menu-open .site-header {
    position: fixed;
    width: 100%; }
    .site-menu-open .site-header .site-header__container {
      background-color: #1e85c4; }
    .site-menu-open .site-header .site-header__row {
      opacity: 0; }
  .site-header__logo, .site-header__logo-source {
    max-width: 180px;
    min-width: 180px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header__logo, .site-header__logo-source {
        max-width: 200px;
        min-width: 200px; } }
    @media (min-width: 1024px) {
      .site-header__logo, .site-header__logo-source {
        max-width: 300px;
        min-width: 300px; } }
  @media (min-width: 768px) {
    .site-header__logo-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 767px) {
    .site-header__logo-text {
      display: block;
      margin-top: 5px; } }
  @media (min-width: 768px) {
    .site-header__logo-text {
      margin-left: 15px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .site-header__logo-text {
      max-width: 170px; } }
  @media (min-width: 1024px) {
    .site-header__logo-text {
      max-width: 230px;
      font-size: 1.375rem;
      line-height: 1; } }
  @media (max-width: 767px) {
    .site-header__container {
      padding-top: 15px;
      padding-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .site-header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .site-header__row {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 20px; } }
    @media (min-width: 768px) {
      .site-header__row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px; } }
  .site-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header__menu-item:not(:last-child) {
        margin-right: 20px; } }
    @media (min-width: 1024px) {
      .site-header__menu-item:not(:last-child) {
        margin-right: 30px; } }

.site-search__field {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  display: none;
  max-width: 1170px; }
  .site-search-open .site-search__field {
    display: block; }

.site-search__input {
  width: 100%;
  padding-right: 55px; }

.site-search__submit {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px; }
  .site-search__submit:not(:disabled) {
    cursor: pointer; }
  .site-search__submit .site-search__icon {
    margin-top: 2px;
    margin-right: 2px; }

.site-search__toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-family: "report", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .site-search__toggle:not(:disabled) {
    cursor: pointer; }
  @media (max-width: 767px) {
    .site-search__toggle {
      position: absolute;
      top: 22px;
      right: 55px; } }
  .site-search__toggle-text {
    margin-right: 5px; }
    @media (max-width: 767px) {
      .site-search__toggle-text {
        display: none; } }
  @media (max-width: 767px) {
    .site-search__toggle .site-search__icon {
      width: 22px;
      height: 22px; } }

.site-search__icon {
  width: 16px;
  height: 16px; }
  .site-search-open .site-search__icon--close {
    display: inline-block; }
  .site-search-open .site-search__icon--open {
    display: none; }
  .site-search__icon--close {
    display: none; }

.statistic-listing__heading {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .statistic-listing__heading {
      margin-bottom: 30px; } }

.statistic-listing__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -25px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .statistic-listing__results {
      margin-top: -25px;
      margin-left: -25px; } }
  @media (min-width: 1024px) {
    .statistic-listing__results {
      margin-top: -10px;
      margin-left: -10px; } }

.statistic-listing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .statistic-listing__item {
      width: calc(50% - 25px);
      margin-top: 25px;
      margin-left: 25px; } }
  @media (min-width: 1024px) {
    .statistic-listing__item {
      width: calc(20% - 10px);
      margin-top: 10px;
      margin-left: 10px; } }

@media (min-width: 768px) {
  .article__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .article__modules {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc((725 / 1170) * 100%); } }

@media (min-width: 768px) {
  .article__aside {
    margin-top: 40px;
    margin-left: 75px;
    width: calc((370 / 1170) * 100%); } }

.article__aside .add-to-basket {
  margin-bottom: 20px; }
