﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,800,900');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('../img/photoswipe/default-skin.png') 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url('../img/photoswipe/default-skin.svg');
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
} /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.form {
  position: relative;
}
.form--loading {
  opacity: 0.75;
}
.form fieldset + fieldset {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 4px solid #cccccc;
}
.form fieldset + fieldset .form__heading {
  margin-top: -8px;
}
.form__heading + .form__element {
  margin-top: 12px;
}
.form__text + .form__element {
  margin-top: 12px;
}
.form__label {
  display: block;
  margin-bottom: 4px;
}
.form__label-text {
  display: block;
  margin-top: -4px;
  margin-bottom: 4px;
}
.form__input-error-message {
  display: none;
  padding: 4px 8px;
  line-height: 1.2;
  float: left;
  margin-bottom: 8px;
}
.form__element {
  clear: both;
}
.form__element + .form__element {
  margin-top: 12px;
}
.form__element--textbox input,
.form__element--textbox textarea,
.form__element--textbox select,
.form__element--select input,
.form .single-option-selector input,
.form__element--select textarea,
.form .single-option-selector textarea,
.form__element--select select,
.form .single-option-selector select,
.form__element--textarea input,
.form__element--textarea textarea,
.form__element--textarea select {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.form__element--textbox .form__input-error-message,
.form__element--select .form__input-error-message,
.form .single-option-selector .form__input-error-message,
.form__element--textarea .form__input-error-message {
  float: right;
  margin-top: -1px;
}
.form__element--radio-group,
.form__element--checkbox-group {
  padding-bottom: 8px;
}
.form__element--radio-group .form__input-error-message {
  float: right;
  margin-top: -1px;
}
.form__element--picker {
  padding-bottom: 8px;
}
.form__element--picker .form__input-error-message {
  float: right;
  margin-top: -1px;
}
.form__element--select--min-width select,
.form .single-option-selector select {
  width: auto;
}
.form__element--textarea textarea {
  min-height: 250px;
}
.form__element--fake {
  display: none;
}
.form__message {
  display: none;
  padding: 16px;
  margin-bottom: 16px;
}
.form__message--success {
  margin-bottom: 0;
}
.form .button,
.form .shopify-challenge__container .shopify-challenge__button,
.shopify-challenge__container .form .shopify-challenge__button {
  margin-top: 16px;
}
.form__control-group {
  padding: 12px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.form__control {
  position: relative;
  display: block;
  padding-left: 38px;
  min-height: 26px;
  cursor: pointer;
}
.form__control + .form__control {
  margin-top: 8px;
}
.form__control input {
  position: absolute;
  top: 0.3em;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.form__control__heading {
  display: block;
}
.form__control__description {
  display: block;
  margin-bottom: 4px;
}
.form__control__indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 26px;
  width: 26px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.form__control--radio .form__control__indicator {
  border-radius: 50%;
}
.form__control:hover input ~ .form__control__indicator,
.form__control input:focus ~ .form__control__indicator {
  background: #eeeeee;
}
.form__control input:checked ~ .form__control__indicator {
  background: #333333;
}
.form__control:hover input:not([disabled]):checked ~ .form__control__indicator,
.form__control input:checked:focus ~ .form__control__indicator {
  background: #222222;
}
.form__control input:disabled ~ .form__control__indicator {
  background: #bbbbbb;
  opacity: 0.6;
  pointer-events: none;
}
.form__control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.form__control input:checked ~ .form__control__indicator:after {
  display: block;
}
.form__control .form__control__indicator:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form__control input:disabled ~ .form__control__indicator:after {
  border-color: #aaaaaa;
}
.form__element--picker .form__picker__inner {
  overflow: hidden;
  padding: 12px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.theme--light.form__element--error .form__label,
.theme--light .form__element--error .form__label {
  color: #900;
}
.theme--light.form__element--textbox input,
.theme--light.form__element--textbox textarea,
.theme--light.form__element--textbox select,
.theme--light.form__element--select input,
.form .theme--light.single-option-selector input,
.theme--light.form__element--select textarea,
.form .theme--light.single-option-selector textarea,
.theme--light.form__element--select select,
.form .theme--light.single-option-selector select,
.theme--light.form__element--textarea input,
.theme--light.form__element--textarea textarea,
.theme--light.form__element--textarea select,
.theme--light .form__element--textbox input,
.theme--light .form__element--textbox textarea,
.theme--light .form__element--textbox select,
.theme--light .form__element--select input,
.theme--light .form .single-option-selector input,
.form .theme--light .single-option-selector input,
.theme--light .form__element--select textarea,
.theme--light .form .single-option-selector textarea,
.form .theme--light .single-option-selector textarea,
.theme--light .form__element--select select,
.theme--light .form .single-option-selector select,
.form .theme--light .single-option-selector select,
.theme--light .form__element--textarea input,
.theme--light .form__element--textarea textarea,
.theme--light .form__element--textarea select {
  background: #fff;
  border-color: #ccc;
  color: #000;
}
.theme--light.form__element--textbox.form__element--error input,
.theme--light.form__element--textbox.form__element--error textarea,
.theme--light.form__element--textbox.form__element--error select,
.theme--light.form__element--select.form__element--error input,
.form .theme--light.form__element--error.single-option-selector input,
.theme--light.form__element--select.form__element--error textarea,
.form .theme--light.form__element--error.single-option-selector textarea,
.theme--light.form__element--select.form__element--error select,
.form .theme--light.form__element--error.single-option-selector select,
.theme--light.form__element--textarea.form__element--error input,
.theme--light.form__element--textarea.form__element--error textarea,
.theme--light.form__element--textarea.form__element--error select,
.theme--light .form__element--textbox.form__element--error input,
.theme--light .form__element--textbox.form__element--error textarea,
.theme--light .form__element--textbox.form__element--error select,
.theme--light .form__element--select.form__element--error input,
.theme--light .form .form__element--error.single-option-selector input,
.form .theme--light .form__element--error.single-option-selector input,
.theme--light .form__element--select.form__element--error textarea,
.theme--light .form .form__element--error.single-option-selector textarea,
.form .theme--light .form__element--error.single-option-selector textarea,
.theme--light .form__element--select.form__element--error select,
.theme--light .form .form__element--error.single-option-selector select,
.form .theme--light .form__element--error.single-option-selector select,
.theme--light .form__element--textarea.form__element--error input,
.theme--light .form__element--textarea.form__element--error textarea,
.theme--light .form__element--textarea.form__element--error select {
  background: #fdd;
  border-color: #900;
}
.theme--light.form__element--picker .form__picker__inner,
.theme--light .form__element--picker .form__picker__inner {
  background: none;
  border: 1px solid #ccc;
}
.theme--light.form__element--picker.form__element--error .form__picker__inner,
.theme--light .form__element--picker.form__element--error .form__picker__inner {
  border: 1px solid #900;
}
.theme--light.form__control-group,
.theme--light .form__control-group {
  background: none;
  border: 1px solid #ccc;
}
.theme--light.form__element--radio-group.form__element--error .form__control-group,
.theme--light .form__element--radio-group.form__element--error .form__control-group {
  border: 1px solid #900;
}
.theme--light.form .form__control input:checked ~ .form__control__indicator,
.theme--light .form .form__control input:checked ~ .form__control__indicator {
  background: #285da5;
}
.form__control:hover input:not([disabled]):checked ~ .theme--light.form,
.form__control input:checked:focus ~ .theme--light.form,
.form__control:hover input:not([disabled]):checked ~ .theme--light .form,
.form__control input:checked:focus ~ .theme--light .form {
  background: #285da5;
}
.theme--light.form .form__control .form__control__indicator:after,
.theme--light .form .form__control .form__control__indicator:after {
  border-color: #fff;
}
.theme--light.form__input-error-message,
.theme--light .form__input-error-message {
  background: #900;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--light.form__message,
.theme--light .form__message {
  background: #fd9;
  color: #000;
  text-shadow: 0 0 5px #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.3),
    0px 2px 2px 0px rgba(0, 0, 0, 0.24),
    0px 1px 5px 0px rgba(0, 0, 0, 0.22);
}
.theme--light.form__message--error,
.theme--light .form__message--error {
  background: #900;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--light.form__message--success,
.theme--light .form__message--success {
  background: #090;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--light-alt.form__element--error .form__label,
.theme--light-alt .form__element--error .form__label {
  color: #900;
}
.theme--light-alt.form__element--textbox input,
.theme--light-alt.form__element--textbox textarea,
.theme--light-alt.form__element--textbox select,
.theme--light-alt.form__element--select input,
.form .theme--light-alt.single-option-selector input,
.theme--light-alt.form__element--select textarea,
.form .theme--light-alt.single-option-selector textarea,
.theme--light-alt.form__element--select select,
.form .theme--light-alt.single-option-selector select,
.theme--light-alt.form__element--textarea input,
.theme--light-alt.form__element--textarea textarea,
.theme--light-alt.form__element--textarea select,
.theme--light-alt .form__element--textbox input,
.theme--light-alt .form__element--textbox textarea,
.theme--light-alt .form__element--textbox select,
.theme--light-alt .form__element--select input,
.theme--light-alt .form .single-option-selector input,
.form .theme--light-alt .single-option-selector input,
.theme--light-alt .form__element--select textarea,
.theme--light-alt .form .single-option-selector textarea,
.form .theme--light-alt .single-option-selector textarea,
.theme--light-alt .form__element--select select,
.theme--light-alt .form .single-option-selector select,
.form .theme--light-alt .single-option-selector select,
.theme--light-alt .form__element--textarea input,
.theme--light-alt .form__element--textarea textarea,
.theme--light-alt .form__element--textarea select {
  background: #fff;
  border-color: #ccc;
  color: #000;
}
.theme--light-alt.form__element--textbox.form__element--error input,
.theme--light-alt.form__element--textbox.form__element--error textarea,
.theme--light-alt.form__element--textbox.form__element--error select,
.theme--light-alt.form__element--select.form__element--error input,
.form .theme--light-alt.form__element--error.single-option-selector input,
.theme--light-alt.form__element--select.form__element--error textarea,
.form .theme--light-alt.form__element--error.single-option-selector textarea,
.theme--light-alt.form__element--select.form__element--error select,
.form .theme--light-alt.form__element--error.single-option-selector select,
.theme--light-alt.form__element--textarea.form__element--error input,
.theme--light-alt.form__element--textarea.form__element--error textarea,
.theme--light-alt.form__element--textarea.form__element--error select,
.theme--light-alt .form__element--textbox.form__element--error input,
.theme--light-alt .form__element--textbox.form__element--error textarea,
.theme--light-alt .form__element--textbox.form__element--error select,
.theme--light-alt .form__element--select.form__element--error input,
.theme--light-alt .form .form__element--error.single-option-selector input,
.form .theme--light-alt .form__element--error.single-option-selector input,
.theme--light-alt .form__element--select.form__element--error textarea,
.theme--light-alt .form .form__element--error.single-option-selector textarea,
.form .theme--light-alt .form__element--error.single-option-selector textarea,
.theme--light-alt .form__element--select.form__element--error select,
.theme--light-alt .form .form__element--error.single-option-selector select,
.form .theme--light-alt .form__element--error.single-option-selector select,
.theme--light-alt .form__element--textarea.form__element--error input,
.theme--light-alt .form__element--textarea.form__element--error textarea,
.theme--light-alt .form__element--textarea.form__element--error select {
  background: #fdd;
  border-color: #900;
}
.theme--light-alt.form__element--picker .form__picker__inner,
.theme--light-alt .form__element--picker .form__picker__inner {
  background: none;
  border: 1px solid #ccc;
}
.theme--light-alt.form__element--picker.form__element--error .form__picker__inner,
.theme--light-alt .form__element--picker.form__element--error .form__picker__inner {
  border: 1px solid #900;
}
.theme--light-alt.form__control-group,
.theme--light-alt .form__control-group {
  background: none;
  border: 1px solid #ccc;
}
.theme--light-alt.form__element--radio-group.form__element--error .form__control-group,
.theme--light-alt .form__element--radio-group.form__element--error .form__control-group {
  border: 1px solid #900;
}
.theme--light-alt.form .form__control input:checked ~ .form__control__indicator,
.theme--light-alt .form .form__control input:checked ~ .form__control__indicator {
  background: #285da5;
}
.form__control:hover input:not([disabled]):checked ~ .theme--light-alt.form,
.form__control input:checked:focus ~ .theme--light-alt.form,
.form__control:hover input:not([disabled]):checked ~ .theme--light-alt .form,
.form__control input:checked:focus ~ .theme--light-alt .form {
  background: #285da5;
}
.theme--light-alt.form .form__control .form__control__indicator:after,
.theme--light-alt .form .form__control .form__control__indicator:after {
  border-color: #fff;
}
.theme--light-alt.form__input-error-message,
.theme--light-alt .form__input-error-message {
  background: #900;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--light-alt.form__message,
.theme--light-alt .form__message {
  background: #fd9;
  color: #000;
  text-shadow: 0 0 5px #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.3),
    0px 2px 2px 0px rgba(0, 0, 0, 0.24),
    0px 1px 5px 0px rgba(0, 0, 0, 0.22);
}
.theme--light-alt.form__message--error,
.theme--light-alt .form__message--error {
  background: #900;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--light-alt.form__message--success,
.theme--light-alt .form__message--success {
  background: #090;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark.form__element--error .form__label,
.theme--dark .form__element--error .form__label {
  color: #fff;
}
.theme--dark.form__element--textbox input,
.theme--dark.form__element--textbox textarea,
.theme--dark.form__element--textbox select,
.theme--dark.form__element--select input,
.form .theme--dark.single-option-selector input,
.theme--dark.form__element--select textarea,
.form .theme--dark.single-option-selector textarea,
.theme--dark.form__element--select select,
.form .theme--dark.single-option-selector select,
.theme--dark.form__element--textarea input,
.theme--dark.form__element--textarea textarea,
.theme--dark.form__element--textarea select,
.theme--dark .form__element--textbox input,
.theme--dark .form__element--textbox textarea,
.theme--dark .form__element--textbox select,
.theme--dark .form__element--select input,
.theme--dark .form .single-option-selector input,
.form .theme--dark .single-option-selector input,
.theme--dark .form__element--select textarea,
.theme--dark .form .single-option-selector textarea,
.form .theme--dark .single-option-selector textarea,
.theme--dark .form__element--select select,
.theme--dark .form .single-option-selector select,
.form .theme--dark .single-option-selector select,
.theme--dark .form__element--textarea input,
.theme--dark .form__element--textarea textarea,
.theme--dark .form__element--textarea select {
  background: #fff;
  border-color: #ccc;
  color: #000;
}
.theme--dark.form__element--textbox.form__element--error input,
.theme--dark.form__element--textbox.form__element--error textarea,
.theme--dark.form__element--textbox.form__element--error select,
.theme--dark.form__element--select.form__element--error input,
.form .theme--dark.form__element--error.single-option-selector input,
.theme--dark.form__element--select.form__element--error textarea,
.form .theme--dark.form__element--error.single-option-selector textarea,
.theme--dark.form__element--select.form__element--error select,
.form .theme--dark.form__element--error.single-option-selector select,
.theme--dark.form__element--textarea.form__element--error input,
.theme--dark.form__element--textarea.form__element--error textarea,
.theme--dark.form__element--textarea.form__element--error select,
.theme--dark .form__element--textbox.form__element--error input,
.theme--dark .form__element--textbox.form__element--error textarea,
.theme--dark .form__element--textbox.form__element--error select,
.theme--dark .form__element--select.form__element--error input,
.theme--dark .form .form__element--error.single-option-selector input,
.form .theme--dark .form__element--error.single-option-selector input,
.theme--dark .form__element--select.form__element--error textarea,
.theme--dark .form .form__element--error.single-option-selector textarea,
.form .theme--dark .form__element--error.single-option-selector textarea,
.theme--dark .form__element--select.form__element--error select,
.theme--dark .form .form__element--error.single-option-selector select,
.form .theme--dark .form__element--error.single-option-selector select,
.theme--dark .form__element--textarea.form__element--error input,
.theme--dark .form__element--textarea.form__element--error textarea,
.theme--dark .form__element--textarea.form__element--error select {
  background: #fdd;
  border-color: #900;
}
.theme--dark.form__element--picker .form__picker__inner,
.theme--dark .form__element--picker .form__picker__inner {
  background: #222;
  border: none;
}
.theme--dark.form__element--picker.form__element--error .form__picker__inner,
.theme--dark .form__element--picker.form__element--error .form__picker__inner {
  border: 1px solid #900;
}
.theme--dark.form__control-group,
.theme--dark .form__control-group {
  background: #222;
  border: none;
}
.theme--dark.form__element--radio-group.form__element--error .form__control-group,
.theme--dark .form__element--radio-group.form__element--error .form__control-group {
  border: 1px solid #900;
}
.theme--dark.form .form__control input:checked ~ .form__control__indicator,
.theme--dark .form .form__control input:checked ~ .form__control__indicator {
  background: #285da5;
}
.form__control:hover input:not([disabled]):checked ~ .theme--dark.form,
.form__control input:checked:focus ~ .theme--dark.form,
.form__control:hover input:not([disabled]):checked ~ .theme--dark .form,
.form__control input:checked:focus ~ .theme--dark .form {
  background: #285da5;
}
.theme--dark.form .form__control .form__control__indicator:after,
.theme--dark .form .form__control .form__control__indicator:after {
  border-color: #fff;
}
.theme--dark.form__input-error-message,
.theme--dark .form__input-error-message {
  background: #900;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark.form__message,
.theme--dark .form__message {
  background: #fd9;
  color: #000;
  text-shadow: 0 0 5px #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.3),
    0px 2px 2px 0px rgba(0, 0, 0, 0.24),
    0px 1px 5px 0px rgba(0, 0, 0, 0.22);
}
.theme--dark.form__message--error,
.theme--dark .form__message--error {
  background: #900;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark.form__message--success,
.theme--dark .form__message--success {
  background: #090;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue.form__element--error .form__label,
.theme--blue .form__element--error .form__label {
  color: #fff;
}
.theme--blue.form__element--textbox input,
.theme--blue.form__element--textbox textarea,
.theme--blue.form__element--textbox select,
.theme--blue.form__element--select input,
.form .theme--blue.single-option-selector input,
.theme--blue.form__element--select textarea,
.form .theme--blue.single-option-selector textarea,
.theme--blue.form__element--select select,
.form .theme--blue.single-option-selector select,
.theme--blue.form__element--textarea input,
.theme--blue.form__element--textarea textarea,
.theme--blue.form__element--textarea select,
.theme--blue .form__element--textbox input,
.theme--blue .form__element--textbox textarea,
.theme--blue .form__element--textbox select,
.theme--blue .form__element--select input,
.theme--blue .form .single-option-selector input,
.form .theme--blue .single-option-selector input,
.theme--blue .form__element--select textarea,
.theme--blue .form .single-option-selector textarea,
.form .theme--blue .single-option-selector textarea,
.theme--blue .form__element--select select,
.theme--blue .form .single-option-selector select,
.form .theme--blue .single-option-selector select,
.theme--blue .form__element--textarea input,
.theme--blue .form__element--textarea textarea,
.theme--blue .form__element--textarea select {
  background: #fff;
  border-color: #ccc;
  color: #000;
}
.theme--blue.form__element--textbox.form__element--error input,
.theme--blue.form__element--textbox.form__element--error textarea,
.theme--blue.form__element--textbox.form__element--error select,
.theme--blue.form__element--select.form__element--error input,
.form .theme--blue.form__element--error.single-option-selector input,
.theme--blue.form__element--select.form__element--error textarea,
.form .theme--blue.form__element--error.single-option-selector textarea,
.theme--blue.form__element--select.form__element--error select,
.form .theme--blue.form__element--error.single-option-selector select,
.theme--blue.form__element--textarea.form__element--error input,
.theme--blue.form__element--textarea.form__element--error textarea,
.theme--blue.form__element--textarea.form__element--error select,
.theme--blue .form__element--textbox.form__element--error input,
.theme--blue .form__element--textbox.form__element--error textarea,
.theme--blue .form__element--textbox.form__element--error select,
.theme--blue .form__element--select.form__element--error input,
.theme--blue .form .form__element--error.single-option-selector input,
.form .theme--blue .form__element--error.single-option-selector input,
.theme--blue .form__element--select.form__element--error textarea,
.theme--blue .form .form__element--error.single-option-selector textarea,
.form .theme--blue .form__element--error.single-option-selector textarea,
.theme--blue .form__element--select.form__element--error select,
.theme--blue .form .form__element--error.single-option-selector select,
.form .theme--blue .form__element--error.single-option-selector select,
.theme--blue .form__element--textarea.form__element--error input,
.theme--blue .form__element--textarea.form__element--error textarea,
.theme--blue .form__element--textarea.form__element--error select {
  background: #fdd;
  border-color: #900;
}
.theme--blue.form__element--picker .form__picker__inner,
.theme--blue .form__element--picker .form__picker__inner {
  background: #222;
  border: none;
}
.theme--blue.form__element--picker.form__element--error .form__picker__inner,
.theme--blue .form__element--picker.form__element--error .form__picker__inner {
  border: 1px solid #900;
}
.theme--blue.form__control-group,
.theme--blue .form__control-group {
  background: #222;
  border: none;
}
.theme--blue.form__element--radio-group.form__element--error .form__control-group,
.theme--blue .form__element--radio-group.form__element--error .form__control-group {
  border: 1px solid #900;
}
.theme--blue.form .form__control input:checked ~ .form__control__indicator,
.theme--blue .form .form__control input:checked ~ .form__control__indicator {
  background: #285da5;
}
.form__control:hover input:not([disabled]):checked ~ .theme--blue.form,
.form__control input:checked:focus ~ .theme--blue.form,
.form__control:hover input:not([disabled]):checked ~ .theme--blue .form,
.form__control input:checked:focus ~ .theme--blue .form {
  background: #285da5;
}
.theme--blue.form .form__control .form__control__indicator:after,
.theme--blue .form .form__control .form__control__indicator:after {
  border-color: #fff;
}
.theme--blue.form__input-error-message,
.theme--blue .form__input-error-message {
  background: #900;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue.form__message,
.theme--blue .form__message {
  background: #fd9;
  color: #000;
  text-shadow: 0 0 5px #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.3),
    0px 2px 2px 0px rgba(0, 0, 0, 0.24),
    0px 1px 5px 0px rgba(0, 0, 0, 0.22);
}
.theme--blue.form__message--error,
.theme--blue .form__message--error {
  background: #900;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue.form__message--success,
.theme--blue .form__message--success {
  background: #090;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue.form__element--error .form__label,
.theme--dark-blue .form__element--error .form__label {
  color: #fff;
}
.theme--dark-blue.form__element--textbox input,
.theme--dark-blue.form__element--textbox textarea,
.theme--dark-blue.form__element--textbox select,
.theme--dark-blue.form__element--select input,
.form .theme--dark-blue.single-option-selector input,
.theme--dark-blue.form__element--select textarea,
.form .theme--dark-blue.single-option-selector textarea,
.theme--dark-blue.form__element--select select,
.form .theme--dark-blue.single-option-selector select,
.theme--dark-blue.form__element--textarea input,
.theme--dark-blue.form__element--textarea textarea,
.theme--dark-blue.form__element--textarea select,
.theme--dark-blue .form__element--textbox input,
.theme--dark-blue .form__element--textbox textarea,
.theme--dark-blue .form__element--textbox select,
.theme--dark-blue .form__element--select input,
.theme--dark-blue .form .single-option-selector input,
.form .theme--dark-blue .single-option-selector input,
.theme--dark-blue .form__element--select textarea,
.theme--dark-blue .form .single-option-selector textarea,
.form .theme--dark-blue .single-option-selector textarea,
.theme--dark-blue .form__element--select select,
.theme--dark-blue .form .single-option-selector select,
.form .theme--dark-blue .single-option-selector select,
.theme--dark-blue .form__element--textarea input,
.theme--dark-blue .form__element--textarea textarea,
.theme--dark-blue .form__element--textarea select {
  background: #fff;
  border-color: #ccc;
  color: #000;
}
.theme--dark-blue.form__element--textbox.form__element--error input,
.theme--dark-blue.form__element--textbox.form__element--error textarea,
.theme--dark-blue.form__element--textbox.form__element--error select,
.theme--dark-blue.form__element--select.form__element--error input,
.form .theme--dark-blue.form__element--error.single-option-selector input,
.theme--dark-blue.form__element--select.form__element--error textarea,
.form .theme--dark-blue.form__element--error.single-option-selector textarea,
.theme--dark-blue.form__element--select.form__element--error select,
.form .theme--dark-blue.form__element--error.single-option-selector select,
.theme--dark-blue.form__element--textarea.form__element--error input,
.theme--dark-blue.form__element--textarea.form__element--error textarea,
.theme--dark-blue.form__element--textarea.form__element--error select,
.theme--dark-blue .form__element--textbox.form__element--error input,
.theme--dark-blue .form__element--textbox.form__element--error textarea,
.theme--dark-blue .form__element--textbox.form__element--error select,
.theme--dark-blue .form__element--select.form__element--error input,
.theme--dark-blue .form .form__element--error.single-option-selector input,
.form .theme--dark-blue .form__element--error.single-option-selector input,
.theme--dark-blue .form__element--select.form__element--error textarea,
.theme--dark-blue .form .form__element--error.single-option-selector textarea,
.form .theme--dark-blue .form__element--error.single-option-selector textarea,
.theme--dark-blue .form__element--select.form__element--error select,
.theme--dark-blue .form .form__element--error.single-option-selector select,
.form .theme--dark-blue .form__element--error.single-option-selector select,
.theme--dark-blue .form__element--textarea.form__element--error input,
.theme--dark-blue .form__element--textarea.form__element--error textarea,
.theme--dark-blue .form__element--textarea.form__element--error select {
  background: #fdd;
  border-color: #900;
}
.theme--dark-blue.form__element--picker .form__picker__inner,
.theme--dark-blue .form__element--picker .form__picker__inner {
  background: #222;
  border: none;
}
.theme--dark-blue.form__element--picker.form__element--error .form__picker__inner,
.theme--dark-blue .form__element--picker.form__element--error .form__picker__inner {
  border: 1px solid #900;
}
.theme--dark-blue.form__control-group,
.theme--dark-blue .form__control-group {
  background: #222;
  border: none;
}
.theme--dark-blue.form__element--radio-group.form__element--error .form__control-group,
.theme--dark-blue .form__element--radio-group.form__element--error .form__control-group {
  border: 1px solid #900;
}
.theme--dark-blue.form .form__control input:checked ~ .form__control__indicator,
.theme--dark-blue .form .form__control input:checked ~ .form__control__indicator {
  background: #285da5;
}
.form__control:hover input:not([disabled]):checked ~ .theme--dark-blue.form,
.form__control input:checked:focus ~ .theme--dark-blue.form,
.form__control:hover input:not([disabled]):checked ~ .theme--dark-blue .form,
.form__control input:checked:focus ~ .theme--dark-blue .form {
  background: #285da5;
}
.theme--dark-blue.form .form__control .form__control__indicator:after,
.theme--dark-blue .form .form__control .form__control__indicator:after {
  border-color: #fff;
}
.theme--dark-blue.form__input-error-message,
.theme--dark-blue .form__input-error-message {
  background: #900;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue.form__message,
.theme--dark-blue .form__message {
  background: #fd9;
  color: #000;
  text-shadow: 0 0 5px #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.3),
    0px 2px 2px 0px rgba(0, 0, 0, 0.24),
    0px 1px 5px 0px rgba(0, 0, 0, 0.22);
}
.theme--dark-blue.form__message--error,
.theme--dark-blue .form__message--error {
  background: #900;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue.form__message--success,
.theme--dark-blue .form__message--success {
  background: #090;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.font--normal,
.form__optional,
.form__element--textbox input,
.form__element--textbox textarea,
.form__element--textbox select,
.form__element--select input,
.form .single-option-selector input,
.form__element--select textarea,
.form .single-option-selector textarea,
.form__element--select select,
.form .single-option-selector select,
.form__element--textarea input,
.form__element--textarea textarea,
.form__element--textarea select,
body {
  font-size: 15px;
  font-family: Verdana;
  line-height: 1.65;
  font-weight: normal;
}
.font--normal strong,
.form__optional strong,
.form__element--textbox input strong,
.form__element--textbox textarea strong,
.form__element--textbox select strong,
.form__element--select input strong,
.form .single-option-selector input strong,
.form__element--select textarea strong,
.form .single-option-selector textarea strong,
.form__element--select select strong,
.form .single-option-selector select strong,
.form__element--textarea input strong,
.form__element--textarea textarea strong,
.form__element--textarea select strong,
body strong {
  font-weight: bold;
}
.font--normal em,
.form__optional em,
.form__element--textbox input em,
.form__element--textbox textarea em,
.form__element--textbox select em,
.form__element--select input em,
.form .single-option-selector input em,
.form__element--select textarea em,
.form .single-option-selector textarea em,
.form__element--select select em,
.form .single-option-selector select em,
.form__element--textarea input em,
.form__element--textarea textarea em,
.form__element--textarea select em,
body em {
  font-style: italic;
}
@media (min-width: breakpoint(5)) {
  .font--normal,
  .form__optional,
  .form__element--textbox input,
  .form__element--textbox textarea,
  .form__element--textbox select,
  .form__element--select input,
  .form .single-option-selector input,
  .form__element--select textarea,
  .form .single-option-selector textarea,
  .form__element--select select,
  .form .single-option-selector select,
  .form__element--textarea input,
  .form__element--textarea textarea,
  .form__element--textarea select,
  body {
    font-size: 17px;
  }
}
.font--bold,
.form__label,
.form__control__heading,
.form__picker--date__dow span,
.form__picker--date__view-more,
.form__picker--date__clear,
.form__picker--date .form__picker__option__date,
.bit--search-box form .form__textbox {
  font-weight: bold;
}
.font--small,
.footer__details__copyrights,
.basket__item__info__tag,
.product__info__tag {
  font-size: 0.9em;
}
.font--heading-1,
h1,
.bit--heading__content__heading,
.bit--product-category__heading,
.split-bit--text--heading-size--large .split-bit--text__heading {
  display: block;
  font-size: 3em;
  line-height: 1.15;
  margin-bottom: 0.15em;
  text-transform: uppercase;
}
.font--heading-1 small,
h1 small,
.bit--heading__content__heading small,
.bit--product-category__heading small,
.split-bit--text--heading-size--large .split-bit--text__heading small {
  display: block;
  font-size: 0.65em;
  line-height: 1.2;
  margin-bottom: -0.15em;
}
.font--heading-1,
h1,
.bit--heading__content__heading,
.bit--product-category__heading,
.split-bit--text--heading-size--large .split-bit--text__heading,
.font--heading-1 strong,
h1 strong,
.bit--heading__content__heading strong,
.bit--product-category__heading strong,
.split-bit--text--heading-size--large .split-bit--text__heading strong {
  font-weight: 800;
}
.font--heading-1 em,
h1 em,
.bit--heading__content__heading em,
.bit--product-category__heading em,
.split-bit--text--heading-size--large .split-bit--text__heading em {
  font-style: normal;
}
.font--heading-1-sub,
.bit--heading__content__date,
.bit--heading__content__heading-sub,
.split-bit--text--heading-size--large .split-bit--text__heading-sub {
  display: block;
  font-size: 1.3em;
  margin-top: -0.3em;
  margin-bottom: 0.1em;
}
.font--heading-1-sub,
.bit--heading__content__date,
.bit--heading__content__heading-sub,
.split-bit--text--heading-size--large .split-bit--text__heading-sub,
.font--heading-1-sub strong,
.bit--heading__content__date strong,
.bit--heading__content__heading-sub strong,
.split-bit--text--heading-size--large .split-bit--text__heading-sub strong {
  font-weight: 700;
}
.font--heading-2,
h2,
.sub-heading__heading,
.basket__details__subtotal,
.bit--product-details__heading,
.bit--product-details__details__compare-at-price,
.bit--product-details__details__price,
.split-bit--text--heading-size--medium .split-bit--text__heading,
.bit--text__heading {
  display: block;
  font-size: 2.4em;
  line-height: 1.2;
  margin-bottom: 0.1em;
  text-transform: uppercase;
}
.font--heading-2,
h2,
.sub-heading__heading,
.basket__details__subtotal,
.bit--product-details__heading,
.bit--product-details__details__compare-at-price,
.bit--product-details__details__price,
.split-bit--text--heading-size--medium .split-bit--text__heading,
.bit--text__heading,
.font--heading-2 strong,
h2 strong,
.sub-heading__heading strong,
.basket__details__subtotal strong,
.bit--product-details__heading strong,
.bit--product-details__details__compare-at-price strong,
.bit--product-details__details__price strong,
.split-bit--text--heading-size--medium .split-bit--text__heading strong,
.bit--text__heading strong {
  font-weight: 800;
}
.font--heading-2 small,
h2 small,
.sub-heading__heading small,
.basket__details__subtotal small,
.bit--product-details__heading small,
.bit--product-details__details__compare-at-price small,
.bit--product-details__details__price small,
.split-bit--text--heading-size--medium .split-bit--text__heading small,
.bit--text__heading small {
  display: block;
  font-size: 0.65em;
  line-height: 1.2;
  margin-bottom: -0.15em;
}
.font--heading-2 em,
h2 em,
.sub-heading__heading em,
.basket__details__subtotal em,
.bit--product-details__heading em,
.bit--product-details__details__compare-at-price em,
.bit--product-details__details__price em,
.split-bit--text--heading-size--medium .split-bit--text__heading em,
.bit--text__heading em {
  font-style: normal;
}
.font--heading-2-sub,
.sub-heading__heading-sub,
.basket__details__delivery,
.split-bit--text--heading-size--medium .split-bit--text__heading-sub,
.bit--text__heading-sub {
  display: block;
  font-size: 1.2em;
  margin-top: -0.2em;
  margin-bottom: 0.15em;
}
.font--heading-2-sub,
.sub-heading__heading-sub,
.basket__details__delivery,
.split-bit--text--heading-size--medium .split-bit--text__heading-sub,
.bit--text__heading-sub,
.font--heading-2-sub strong,
.sub-heading__heading-sub strong,
.basket__details__delivery strong,
.split-bit--text--heading-size--medium .split-bit--text__heading-sub strong,
.bit--text__heading-sub strong {
  font-weight: 700;
}
.font--heading-3,
.form__heading,
h3,
.documentation__section__heading__heading,
.quote__source__heading,
.bit--contact__form__heading,
.bit--product-details__details__description h1 {
  display: block;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.1em;
  text-transform: uppercase;
}
.font--heading-3,
.form__heading,
h3,
.documentation__section__heading__heading,
.quote__source__heading,
.bit--contact__form__heading,
.bit--product-details__details__description h1,
.font--heading-3 strong,
.form__heading strong,
h3 strong,
.documentation__section__heading__heading strong,
.quote__source__heading strong,
.bit--contact__form__heading strong,
.bit--product-details__details__description h1 strong {
  font-weight: 800;
}
.font--heading-3 small,
.form__heading small,
h3 small,
.documentation__section__heading__heading small,
.quote__source__heading small,
.bit--contact__form__heading small,
.bit--product-details__details__description h1 small {
  display: block;
  font-size: 0.75em;
  line-height: 1.2;
  margin-bottom: -0.15em;
}
.font--heading-3 em,
.form__heading em,
h3 em,
.documentation__section__heading__heading em,
.quote__source__heading em,
.bit--contact__form__heading em,
.bit--product-details__details__description h1 em {
  font-style: normal;
}
.font--heading-3-sub,
.quote__source__sub,
.bit--key-points__point__sub,
.split-bit--key-points__point__sub {
  display: block;
  font-size: 1em;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}
.font--heading-3-sub,
.quote__source__sub,
.bit--key-points__point__sub,
.split-bit--key-points__point__sub,
.font--heading-3-sub strong,
.quote__source__sub strong,
.bit--key-points__point__sub strong,
.split-bit--key-points__point__sub strong {
  font-weight: 600;
}
.font--heading-4,
h4,
.product-categories__category__info__heading,
.signpost__info__heading,
.basket__item__info__vendor,
.basket__item__info__title,
.basket__item__info__price,
.basket__item__info__quantity,
.product__info__vendor,
.product__info__title,
.product__info__price,
.bit--product-details__details__delivery,
.bit--product-details__details__finance,
.bit--product-details__details__description h2,
.bit--product-details__details__description h3,
.bit--product-details__details__description h4 {
  display: block;
  font-size: 1.05em;
  line-height: 1.3;
  margin-bottom: 0.1em;
  text-transform: uppercase;
}
.font--heading-4,
h4,
.product-categories__category__info__heading,
.signpost__info__heading,
.basket__item__info__vendor,
.basket__item__info__title,
.basket__item__info__price,
.basket__item__info__quantity,
.product__info__vendor,
.product__info__title,
.product__info__price,
.bit--product-details__details__delivery,
.bit--product-details__details__finance,
.bit--product-details__details__description h2,
.bit--product-details__details__description h3,
.bit--product-details__details__description h4,
.font--heading-4 strong,
h4 strong,
.product-categories__category__info__heading strong,
.signpost__info__heading strong,
.basket__item__info__vendor strong,
.basket__item__info__title strong,
.basket__item__info__price strong,
.basket__item__info__quantity strong,
.product__info__vendor strong,
.product__info__title strong,
.product__info__price strong,
.bit--product-details__details__delivery strong,
.bit--product-details__details__finance strong,
.bit--product-details__details__description h2 strong,
.bit--product-details__details__description h3 strong,
.bit--product-details__details__description h4 strong {
  font-weight: 700;
}
.font--heading-4 small,
h4 small,
.product-categories__category__info__heading small,
.signpost__info__heading small,
.basket__item__info__vendor small,
.basket__item__info__title small,
.basket__item__info__price small,
.basket__item__info__quantity small,
.product__info__vendor small,
.product__info__title small,
.product__info__price small,
.bit--product-details__details__delivery small,
.bit--product-details__details__finance small,
.bit--product-details__details__description h2 small,
.bit--product-details__details__description h3 small,
.bit--product-details__details__description h4 small {
  display: block;
  font-size: 0.8em;
  line-height: 1.2;
  margin-bottom: -0.15em;
}
.font--heading-4 em,
h4 em,
.product-categories__category__info__heading em,
.signpost__info__heading em,
.basket__item__info__vendor em,
.basket__item__info__title em,
.basket__item__info__price em,
.basket__item__info__quantity em,
.product__info__vendor em,
.product__info__title em,
.product__info__price em,
.bit--product-details__details__delivery em,
.bit--product-details__details__finance em,
.bit--product-details__details__description h2 em,
.bit--product-details__details__description h3 em,
.bit--product-details__details__description h4 em {
  font-style: normal;
}
.font--heading-4-sub,
.signpost__info__date,
.signpost__info__heading-sub {
  display: block;
  font-size: 0.9em;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}
.font--heading-4-sub,
.signpost__info__date,
.signpost__info__heading-sub,
.font--heading-4-sub strong,
.signpost__info__date strong,
.signpost__info__heading-sub strong {
  font-weight: 600;
}
.font--text-item,
.checklist li,
.bit--product-details__details__selling-points li {
  display: block;
  font-size: 1.1em;
  line-height: 1.3;
}
.font--text-item,
.checklist li,
.bit--product-details__details__selling-points li,
.font--text-item strong,
.checklist li strong,
.bit--product-details__details__selling-points li strong {
  font-weight: 600;
}
.font--text-item-large,
.details-list__dd--email a,
.details-list__dd--address span,
.details-list__dd--opening-times {
  display: block;
  font-size: 1.4em;
  line-height: 1.3;
}
.font--text-item-large,
.details-list__dd--email a,
.details-list__dd--address span,
.details-list__dd--opening-times,
.font--text-item-large strong,
.details-list__dd--email a strong,
.details-list__dd--address span strong,
.details-list__dd--opening-times strong {
  font-weight: 700;
}
.font--text-item-very-large,
.details-list__dd--phone a {
  display: block;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.3;
}
.font--text-item-very-large,
.details-list__dd--phone a,
.font--text-item-very-large strong,
.details-list__dd--phone a strong {
  font-weight: 700;
}
.font--quote-large,
.quote__text {
  display: block;
  font-size: 1.3em;
  font-style: italic;
}
.font--quote-large,
.quote__text,
.font--quote-large strong,
.quote__text strong {
  font-weight: normal;
}
.font--action,
.header--contracted .header__sitemap__nav__item a,
.header--expanded .header__sitemap ul li a,
.footer__sitemap__nav ul li a,
.breadcrumb li,
.button,
.shopify-challenge__container .shopify-challenge__button {
  font-size: 1.1em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}
.font--action,
.header--contracted .header__sitemap__nav__item a,
.header--expanded .header__sitemap ul li a,
.footer__sitemap__nav ul li a,
.breadcrumb li,
.button,
.shopify-challenge__container .shopify-challenge__button,
.font--action strong,
.header--contracted .header__sitemap__nav__item a strong,
.header--expanded .header__sitemap ul li a strong,
.footer__sitemap__nav ul li a strong,
.breadcrumb li strong,
.button strong,
.shopify-challenge__container .shopify-challenge__button strong {
  font-weight: 800;
}
.font--action:hover,
.header--contracted .header__sitemap__nav__item a:hover,
.header--expanded .header__sitemap ul li a:hover,
.footer__sitemap__nav ul li a:hover,
.breadcrumb li:hover,
.button:hover,
.shopify-challenge__container .shopify-challenge__button:hover {
  text-decoration: none;
}
.font--action--small,
.header--contracted .header__sitemap__utility__item a,
.header--contracted .header__sitemap__sub__nav__categories li a,
.header--contracted .header__sitemap__sub__nav__category-actions li a,
.footer__sitemap__sub-nav ul li a,
.button--small,
.pagination__container .page-no,
.bit--signpost-reel__controls a {
  font-size: 0.9em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}
.font--action--small,
.header--contracted .header__sitemap__utility__item a,
.header--contracted .header__sitemap__sub__nav__categories li a,
.header--contracted .header__sitemap__sub__nav__category-actions li a,
.footer__sitemap__sub-nav ul li a,
.button--small,
.pagination__container .page-no,
.bit--signpost-reel__controls a,
.font--action--small strong,
.header--contracted .header__sitemap__utility__item a strong,
.header--contracted .header__sitemap__sub__nav__categories li a strong,
.header--contracted .header__sitemap__sub__nav__category-actions li a strong,
.footer__sitemap__sub-nav ul li a strong,
.button--small strong,
.pagination__container .page-no strong,
.bit--signpost-reel__controls a strong {
  font-weight: 700;
}
.font--action--small:hover,
.header--contracted .header__sitemap__utility__item a:hover,
.header--contracted .header__sitemap__sub__nav__categories li a:hover,
.header--contracted .header__sitemap__sub__nav__category-actions li a:hover,
.footer__sitemap__sub-nav ul li a:hover,
.button--small:hover,
.pagination__container .page-no:hover,
.bit--signpost-reel__controls a:hover {
  text-decoration: none;
}
.slug {
  display: inline-block;
  padding: 0px 4px;
  border: 3px dotted #ffffff;
  border-radius: 3px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.rich-text ul,
ul.text-list {
  list-style: disc;
  margin-bottom: 1em;
}
.rich-text ul:last-child,
ul.text-list:last-child {
  margin-bottom: 0;
}
.rich-text ul li,
ul.text-list li {
  margin: 0.5em 1em;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
.theme--light {
  color: #333;
  text-shadow: 0 0 5px #fff;
}
.theme--light a {
  color: #111;
}
.theme--light .font--heading-1,
.theme--light h1,
.theme--light .bit--heading__content__heading,
.theme--light .bit--product-category__heading,
.theme--light .split-bit--text--heading-size--large .split-bit--text__heading,
.split-bit--text--heading-size--large .theme--light .split-bit--text__heading {
  color: #000;
  text-shadow: 0 0 10px #fff;
}
.theme--light .font--heading-1 small,
.theme--light h1 small,
.theme--light .bit--heading__content__heading small,
.theme--light .bit--product-category__heading small,
.theme--light .split-bit--text--heading-size--large .split-bit--text__heading small,
.split-bit--text--heading-size--large .theme--light .split-bit--text__heading small {
  color: #1e467c;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--heading-1 em,
.theme--light h1 em,
.theme--light .bit--heading__content__heading em,
.theme--light .bit--product-category__heading em,
.theme--light .split-bit--text--heading-size--large .split-bit--text__heading em,
.split-bit--text--heading-size--large .theme--light .split-bit--text__heading em {
  color: #285da5;
}
.theme--light .font--heading-1-sub,
.theme--light .bit--heading__content__date,
.theme--light .bit--heading__content__heading-sub,
.theme--light .split-bit--text--heading-size--large .split-bit--text__heading-sub,
.split-bit--text--heading-size--large .theme--light .split-bit--text__heading-sub {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--heading-2,
.theme--light h2,
.theme--light .sub-heading__heading,
.theme--light .basket__details__subtotal,
.theme--light .bit--product-details__heading,
.theme--light .bit--product-details__details__compare-at-price,
.theme--light .bit--product-details__details__price,
.theme--light .split-bit--text--heading-size--medium .split-bit--text__heading,
.split-bit--text--heading-size--medium .theme--light .split-bit--text__heading,
.theme--light .bit--text__heading {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--heading-2 small,
.theme--light h2 small,
.theme--light .sub-heading__heading small,
.theme--light .basket__details__subtotal small,
.theme--light .bit--product-details__heading small,
.theme--light .bit--product-details__details__compare-at-price small,
.theme--light .bit--product-details__details__price small,
.theme--light .split-bit--text--heading-size--medium .split-bit--text__heading small,
.split-bit--text--heading-size--medium .theme--light .split-bit--text__heading small,
.theme--light .bit--text__heading small {
  color: #1e467c;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--heading-2 em,
.theme--light h2 em,
.theme--light .sub-heading__heading em,
.theme--light .basket__details__subtotal em,
.theme--light .bit--product-details__heading em,
.theme--light .bit--product-details__details__compare-at-price em,
.theme--light .bit--product-details__details__price em,
.theme--light .split-bit--text--heading-size--medium .split-bit--text__heading em,
.split-bit--text--heading-size--medium .theme--light .split-bit--text__heading em,
.theme--light .bit--text__heading em {
  color: #285da5;
}
.theme--light .font--heading-2-sub,
.theme--light .sub-heading__heading-sub,
.theme--light .basket__details__delivery,
.theme--light .split-bit--text--heading-size--medium .split-bit--text__heading-sub,
.split-bit--text--heading-size--medium .theme--light .split-bit--text__heading-sub,
.theme--light .bit--text__heading-sub {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--heading-3,
.theme--light .form__heading,
.theme--light h3,
.theme--light .documentation__section__heading__heading,
.theme--light .quote__source__heading,
.theme--light .bit--contact__form__heading,
.theme--light .bit--product-details__details__description h1,
.bit--product-details__details__description .theme--light h1 {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--heading-3 small,
.theme--light .form__heading small,
.theme--light h3 small,
.theme--light .documentation__section__heading__heading small,
.theme--light .quote__source__heading small,
.theme--light .bit--contact__form__heading small,
.theme--light .bit--product-details__details__description h1 small,
.bit--product-details__details__description .theme--light h1 small {
  color: #1e467c;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--heading-3 em,
.theme--light .form__heading em,
.theme--light h3 em,
.theme--light .documentation__section__heading__heading em,
.theme--light .quote__source__heading em,
.theme--light .bit--contact__form__heading em,
.theme--light .bit--product-details__details__description h1 em,
.bit--product-details__details__description .theme--light h1 em {
  color: #285da5;
}
.theme--light .font--heading-3-sub,
.theme--light .quote__source__sub,
.theme--light .bit--key-points__point__sub,
.theme--light .split-bit--key-points__point__sub {
  color: #333;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--heading-4,
.theme--light h4,
.theme--light .product-categories__category__info__heading,
.theme--light .signpost__info__heading,
.theme--light .basket__item__info__vendor,
.theme--light .basket__item__info__title,
.theme--light .basket__item__info__price,
.theme--light .basket__item__info__quantity,
.theme--light .product__info__vendor,
.theme--light .product__info__title,
.theme--light .product__info__price,
.theme--light .bit--product-details__details__delivery,
.theme--light .bit--product-details__details__finance,
.theme--light .bit--product-details__details__description h2,
.bit--product-details__details__description .theme--light h2,
.theme--light .bit--product-details__details__description h3,
.bit--product-details__details__description .theme--light h3,
.theme--light .bit--product-details__details__description h4,
.bit--product-details__details__description .theme--light h4 {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--heading-4 small,
.theme--light h4 small,
.theme--light .product-categories__category__info__heading small,
.theme--light .signpost__info__heading small,
.theme--light .basket__item__info__vendor small,
.theme--light .basket__item__info__title small,
.theme--light .basket__item__info__price small,
.theme--light .basket__item__info__quantity small,
.theme--light .product__info__vendor small,
.theme--light .product__info__title small,
.theme--light .product__info__price small,
.theme--light .bit--product-details__details__delivery small,
.theme--light .bit--product-details__details__finance small,
.theme--light .bit--product-details__details__description h2 small,
.bit--product-details__details__description .theme--light h2 small,
.theme--light .bit--product-details__details__description h3 small,
.bit--product-details__details__description .theme--light h3 small,
.theme--light .bit--product-details__details__description h4 small,
.bit--product-details__details__description .theme--light h4 small {
  color: #1e467c;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--heading-4 em,
.theme--light h4 em,
.theme--light .product-categories__category__info__heading em,
.theme--light .signpost__info__heading em,
.theme--light .basket__item__info__vendor em,
.theme--light .basket__item__info__title em,
.theme--light .basket__item__info__price em,
.theme--light .basket__item__info__quantity em,
.theme--light .product__info__vendor em,
.theme--light .product__info__title em,
.theme--light .product__info__price em,
.theme--light .bit--product-details__details__delivery em,
.theme--light .bit--product-details__details__finance em,
.theme--light .bit--product-details__details__description h2 em,
.bit--product-details__details__description .theme--light h2 em,
.theme--light .bit--product-details__details__description h3 em,
.bit--product-details__details__description .theme--light h3 em,
.theme--light .bit--product-details__details__description h4 em,
.bit--product-details__details__description .theme--light h4 em {
  color: #285da5;
}
.theme--light .font--heading-4-sub,
.theme--light .signpost__info__date,
.theme--light .signpost__info__heading-sub {
  color: #333;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--text-item,
.theme--light .checklist li,
.checklist .theme--light li,
.theme--light .bit--product-details__details__selling-points li,
.bit--product-details__details__selling-points .theme--light li,
.theme--light .font--text-item-large,
.theme--light .details-list__dd--email a,
.details-list__dd--email .theme--light a,
.theme--light .details-list__dd--address span,
.details-list__dd--address .theme--light span,
.theme--light .details-list__dd--opening-times,
.theme--light .font--text-item-very-large,
.theme--light .details-list__dd--phone a,
.details-list__dd--phone .theme--light a {
  color: #222;
  text-shadow: 0 0 5px #fff;
}
.theme--light .font--quote-large,
.theme--light .quote__text {
  color: #222;
}
.theme--light .slug {
  border-color: #666;
}
.theme--light-alt {
  color: #333;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt a {
  color: #111;
}
.theme--light-alt .font--heading-1,
.theme--light-alt h1,
.theme--light-alt .bit--heading__content__heading,
.theme--light-alt .bit--product-category__heading,
.theme--light-alt .split-bit--text--heading-size--large .split-bit--text__heading,
.split-bit--text--heading-size--large .theme--light-alt .split-bit--text__heading {
  color: #000;
  text-shadow: 0 0 10px #fff;
}
.theme--light-alt .font--heading-1 small,
.theme--light-alt h1 small,
.theme--light-alt .bit--heading__content__heading small,
.theme--light-alt .bit--product-category__heading small,
.theme--light-alt .split-bit--text--heading-size--large .split-bit--text__heading small,
.split-bit--text--heading-size--large .theme--light-alt .split-bit--text__heading small {
  color: #1e467c;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--heading-1 em,
.theme--light-alt h1 em,
.theme--light-alt .bit--heading__content__heading em,
.theme--light-alt .bit--product-category__heading em,
.theme--light-alt .split-bit--text--heading-size--large .split-bit--text__heading em,
.split-bit--text--heading-size--large .theme--light-alt .split-bit--text__heading em {
  color: #285da5;
}
.theme--light-alt .font--heading-1-sub,
.theme--light-alt .bit--heading__content__date,
.theme--light-alt .bit--heading__content__heading-sub,
.theme--light-alt .split-bit--text--heading-size--large .split-bit--text__heading-sub,
.split-bit--text--heading-size--large .theme--light-alt .split-bit--text__heading-sub {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--heading-2,
.theme--light-alt h2,
.theme--light-alt .sub-heading__heading,
.theme--light-alt .basket__details__subtotal,
.theme--light-alt .bit--product-details__heading,
.theme--light-alt .bit--product-details__details__compare-at-price,
.theme--light-alt .bit--product-details__details__price,
.theme--light-alt .split-bit--text--heading-size--medium .split-bit--text__heading,
.split-bit--text--heading-size--medium .theme--light-alt .split-bit--text__heading,
.theme--light-alt .bit--text__heading {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--heading-2 small,
.theme--light-alt h2 small,
.theme--light-alt .sub-heading__heading small,
.theme--light-alt .basket__details__subtotal small,
.theme--light-alt .bit--product-details__heading small,
.theme--light-alt .bit--product-details__details__compare-at-price small,
.theme--light-alt .bit--product-details__details__price small,
.theme--light-alt .split-bit--text--heading-size--medium .split-bit--text__heading small,
.split-bit--text--heading-size--medium .theme--light-alt .split-bit--text__heading small,
.theme--light-alt .bit--text__heading small {
  color: #1e467c;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--heading-2 em,
.theme--light-alt h2 em,
.theme--light-alt .sub-heading__heading em,
.theme--light-alt .basket__details__subtotal em,
.theme--light-alt .bit--product-details__heading em,
.theme--light-alt .bit--product-details__details__compare-at-price em,
.theme--light-alt .bit--product-details__details__price em,
.theme--light-alt .split-bit--text--heading-size--medium .split-bit--text__heading em,
.split-bit--text--heading-size--medium .theme--light-alt .split-bit--text__heading em,
.theme--light-alt .bit--text__heading em {
  color: #285da5;
}
.theme--light-alt .font--heading-2-sub,
.theme--light-alt .sub-heading__heading-sub,
.theme--light-alt .basket__details__delivery,
.theme--light-alt .split-bit--text--heading-size--medium .split-bit--text__heading-sub,
.split-bit--text--heading-size--medium .theme--light-alt .split-bit--text__heading-sub,
.theme--light-alt .bit--text__heading-sub {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--heading-3,
.theme--light-alt .form__heading,
.theme--light-alt h3,
.theme--light-alt .documentation__section__heading__heading,
.theme--light-alt .quote__source__heading,
.theme--light-alt .bit--contact__form__heading,
.theme--light-alt .bit--product-details__details__description h1,
.bit--product-details__details__description .theme--light-alt h1 {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--heading-3 small,
.theme--light-alt .form__heading small,
.theme--light-alt h3 small,
.theme--light-alt .documentation__section__heading__heading small,
.theme--light-alt .quote__source__heading small,
.theme--light-alt .bit--contact__form__heading small,
.theme--light-alt .bit--product-details__details__description h1 small,
.bit--product-details__details__description .theme--light-alt h1 small {
  color: #1e467c;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--heading-3 em,
.theme--light-alt .form__heading em,
.theme--light-alt h3 em,
.theme--light-alt .documentation__section__heading__heading em,
.theme--light-alt .quote__source__heading em,
.theme--light-alt .bit--contact__form__heading em,
.theme--light-alt .bit--product-details__details__description h1 em,
.bit--product-details__details__description .theme--light-alt h1 em {
  color: #285da5;
}
.theme--light-alt .font--heading-3-sub,
.theme--light-alt .quote__source__sub,
.theme--light-alt .bit--key-points__point__sub,
.theme--light-alt .split-bit--key-points__point__sub {
  color: #333;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--heading-4,
.theme--light-alt h4,
.theme--light-alt .product-categories__category__info__heading,
.theme--light-alt .signpost__info__heading,
.theme--light-alt .basket__item__info__vendor,
.theme--light-alt .basket__item__info__title,
.theme--light-alt .basket__item__info__price,
.theme--light-alt .basket__item__info__quantity,
.theme--light-alt .product__info__vendor,
.theme--light-alt .product__info__title,
.theme--light-alt .product__info__price,
.theme--light-alt .bit--product-details__details__delivery,
.theme--light-alt .bit--product-details__details__finance,
.theme--light-alt .bit--product-details__details__description h2,
.bit--product-details__details__description .theme--light-alt h2,
.theme--light-alt .bit--product-details__details__description h3,
.bit--product-details__details__description .theme--light-alt h3,
.theme--light-alt .bit--product-details__details__description h4,
.bit--product-details__details__description .theme--light-alt h4 {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--heading-4 small,
.theme--light-alt h4 small,
.theme--light-alt .product-categories__category__info__heading small,
.theme--light-alt .signpost__info__heading small,
.theme--light-alt .basket__item__info__vendor small,
.theme--light-alt .basket__item__info__title small,
.theme--light-alt .basket__item__info__price small,
.theme--light-alt .basket__item__info__quantity small,
.theme--light-alt .product__info__vendor small,
.theme--light-alt .product__info__title small,
.theme--light-alt .product__info__price small,
.theme--light-alt .bit--product-details__details__delivery small,
.theme--light-alt .bit--product-details__details__finance small,
.theme--light-alt .bit--product-details__details__description h2 small,
.bit--product-details__details__description .theme--light-alt h2 small,
.theme--light-alt .bit--product-details__details__description h3 small,
.bit--product-details__details__description .theme--light-alt h3 small,
.theme--light-alt .bit--product-details__details__description h4 small,
.bit--product-details__details__description .theme--light-alt h4 small {
  color: #1e467c;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--heading-4 em,
.theme--light-alt h4 em,
.theme--light-alt .product-categories__category__info__heading em,
.theme--light-alt .signpost__info__heading em,
.theme--light-alt .basket__item__info__vendor em,
.theme--light-alt .basket__item__info__title em,
.theme--light-alt .basket__item__info__price em,
.theme--light-alt .basket__item__info__quantity em,
.theme--light-alt .product__info__vendor em,
.theme--light-alt .product__info__title em,
.theme--light-alt .product__info__price em,
.theme--light-alt .bit--product-details__details__delivery em,
.theme--light-alt .bit--product-details__details__finance em,
.theme--light-alt .bit--product-details__details__description h2 em,
.bit--product-details__details__description .theme--light-alt h2 em,
.theme--light-alt .bit--product-details__details__description h3 em,
.bit--product-details__details__description .theme--light-alt h3 em,
.theme--light-alt .bit--product-details__details__description h4 em,
.bit--product-details__details__description .theme--light-alt h4 em {
  color: #285da5;
}
.theme--light-alt .font--heading-4-sub,
.theme--light-alt .signpost__info__date,
.theme--light-alt .signpost__info__heading-sub {
  color: #333;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--text-item,
.theme--light-alt .checklist li,
.checklist .theme--light-alt li,
.theme--light-alt .bit--product-details__details__selling-points li,
.bit--product-details__details__selling-points .theme--light-alt li,
.theme--light-alt .font--text-item-large,
.theme--light-alt .details-list__dd--email a,
.details-list__dd--email .theme--light-alt a,
.theme--light-alt .details-list__dd--address span,
.details-list__dd--address .theme--light-alt span,
.theme--light-alt .details-list__dd--opening-times,
.theme--light-alt .font--text-item-very-large,
.theme--light-alt .details-list__dd--phone a,
.details-list__dd--phone .theme--light-alt a {
  color: #222;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .font--quote-large,
.theme--light-alt .quote__text {
  color: #222;
}
.theme--light-alt .slug {
  border-color: #666;
}
.theme--dark {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.theme--dark a {
  color: #eee;
}
.theme--dark .font--heading-1,
.theme--dark h1,
.theme--dark .bit--heading__content__heading,
.theme--dark .bit--product-category__heading,
.theme--dark .split-bit--text--heading-size--large .split-bit--text__heading,
.split-bit--text--heading-size--large .theme--dark .split-bit--text__heading {
  color: #fff;
  text-shadow: 0 0 8px #000;
}
.theme--dark .font--heading-1 small,
.theme--dark h1 small,
.theme--dark .bit--heading__content__heading small,
.theme--dark .bit--product-category__heading small,
.theme--dark .split-bit--text--heading-size--large .split-bit--text__heading small,
.split-bit--text--heading-size--large .theme--dark .split-bit--text__heading small {
  color: #3b7acf;
  text-shadow: 0 0 3px #000;
}
.theme--dark .font--heading-1 em,
.theme--dark h1 em,
.theme--dark .bit--heading__content__heading em,
.theme--dark .bit--product-category__heading em,
.theme--dark .split-bit--text--heading-size--large .split-bit--text__heading em,
.split-bit--text--heading-size--large .theme--dark .split-bit--text__heading em {
  color: #285da5;
}
.theme--dark .font--heading-1-sub,
.theme--dark .bit--heading__content__date,
.theme--dark .bit--heading__content__heading-sub,
.theme--dark .split-bit--text--heading-size--large .split-bit--text__heading-sub,
.split-bit--text--heading-size--large .theme--dark .split-bit--text__heading-sub {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.theme--dark .font--heading-2,
.theme--dark h2,
.theme--dark .sub-heading__heading,
.theme--dark .basket__details__subtotal,
.theme--dark .bit--product-details__heading,
.theme--dark .bit--product-details__details__compare-at-price,
.theme--dark .bit--product-details__details__price,
.theme--dark .split-bit--text--heading-size--medium .split-bit--text__heading,
.split-bit--text--heading-size--medium .theme--dark .split-bit--text__heading,
.theme--dark .bit--text__heading {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.theme--dark .font--heading-2 small,
.theme--dark h2 small,
.theme--dark .sub-heading__heading small,
.theme--dark .basket__details__subtotal small,
.theme--dark .bit--product-details__heading small,
.theme--dark .bit--product-details__details__compare-at-price small,
.theme--dark .bit--product-details__details__price small,
.theme--dark .split-bit--text--heading-size--medium .split-bit--text__heading small,
.split-bit--text--heading-size--medium .theme--dark .split-bit--text__heading small,
.theme--dark .bit--text__heading small {
  color: #3b7acf;
  text-shadow: 0 0 5px #000;
}
.theme--dark .font--heading-2 em,
.theme--dark h2 em,
.theme--dark .sub-heading__heading em,
.theme--dark .basket__details__subtotal em,
.theme--dark .bit--product-details__heading em,
.theme--dark .bit--product-details__details__compare-at-price em,
.theme--dark .bit--product-details__details__price em,
.theme--dark .split-bit--text--heading-size--medium .split-bit--text__heading em,
.split-bit--text--heading-size--medium .theme--dark .split-bit--text__heading em,
.theme--dark .bit--text__heading em {
  color: #285da5;
}
.theme--dark .font--heading-2-sub,
.theme--dark .sub-heading__heading-sub,
.theme--dark .basket__details__delivery,
.theme--dark .split-bit--text--heading-size--medium .split-bit--text__heading-sub,
.split-bit--text--heading-size--medium .theme--dark .split-bit--text__heading-sub,
.theme--dark .bit--text__heading-sub {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.theme--dark .font--heading-3,
.theme--dark .form__heading,
.theme--dark h3,
.theme--dark .documentation__section__heading__heading,
.theme--dark .quote__source__heading,
.theme--dark .bit--contact__form__heading,
.theme--dark .bit--product-details__details__description h1,
.bit--product-details__details__description .theme--dark h1 {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.theme--dark .font--heading-3 small,
.theme--dark .form__heading small,
.theme--dark h3 small,
.theme--dark .documentation__section__heading__heading small,
.theme--dark .quote__source__heading small,
.theme--dark .bit--contact__form__heading small,
.theme--dark .bit--product-details__details__description h1 small,
.bit--product-details__details__description .theme--dark h1 small {
  color: #3b7acf;
  text-shadow: 0 0 5px #000;
}
.theme--dark .font--heading-3 em,
.theme--dark .form__heading em,
.theme--dark h3 em,
.theme--dark .documentation__section__heading__heading em,
.theme--dark .quote__source__heading em,
.theme--dark .bit--contact__form__heading em,
.theme--dark .bit--product-details__details__description h1 em,
.bit--product-details__details__description .theme--dark h1 em {
  color: #285da5;
}
.theme--dark .font--heading-3-sub,
.theme--dark .quote__source__sub,
.theme--dark .bit--key-points__point__sub,
.theme--dark .split-bit--key-points__point__sub {
  color: #ccc;
  text-shadow: 0 0 5px #000;
}
.theme--dark .font--heading-4,
.theme--dark h4,
.theme--dark .product-categories__category__info__heading,
.theme--dark .signpost__info__heading,
.theme--dark .basket__item__info__vendor,
.theme--dark .basket__item__info__title,
.theme--dark .basket__item__info__price,
.theme--dark .basket__item__info__quantity,
.theme--dark .product__info__vendor,
.theme--dark .product__info__title,
.theme--dark .product__info__price,
.theme--dark .bit--product-details__details__delivery,
.theme--dark .bit--product-details__details__finance,
.theme--dark .bit--product-details__details__description h2,
.bit--product-details__details__description .theme--dark h2,
.theme--dark .bit--product-details__details__description h3,
.bit--product-details__details__description .theme--dark h3,
.theme--dark .bit--product-details__details__description h4,
.bit--product-details__details__description .theme--dark h4 {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.theme--dark .font--heading-4 small,
.theme--dark h4 small,
.theme--dark .product-categories__category__info__heading small,
.theme--dark .signpost__info__heading small,
.theme--dark .basket__item__info__vendor small,
.theme--dark .basket__item__info__title small,
.theme--dark .basket__item__info__price small,
.theme--dark .basket__item__info__quantity small,
.theme--dark .product__info__vendor small,
.theme--dark .product__info__title small,
.theme--dark .product__info__price small,
.theme--dark .bit--product-details__details__delivery small,
.theme--dark .bit--product-details__details__finance small,
.theme--dark .bit--product-details__details__description h2 small,
.bit--product-details__details__description .theme--dark h2 small,
.theme--dark .bit--product-details__details__description h3 small,
.bit--product-details__details__description .theme--dark h3 small,
.theme--dark .bit--product-details__details__description h4 small,
.bit--product-details__details__description .theme--dark h4 small {
  color: #3b7acf;
  text-shadow: 0 0 5px #000;
}
.theme--dark .font--heading-4 em,
.theme--dark h4 em,
.theme--dark .product-categories__category__info__heading em,
.theme--dark .signpost__info__heading em,
.theme--dark .basket__item__info__vendor em,
.theme--dark .basket__item__info__title em,
.theme--dark .basket__item__info__price em,
.theme--dark .basket__item__info__quantity em,
.theme--dark .product__info__vendor em,
.theme--dark .product__info__title em,
.theme--dark .product__info__price em,
.theme--dark .bit--product-details__details__delivery em,
.theme--dark .bit--product-details__details__finance em,
.theme--dark .bit--product-details__details__description h2 em,
.bit--product-details__details__description .theme--dark h2 em,
.theme--dark .bit--product-details__details__description h3 em,
.bit--product-details__details__description .theme--dark h3 em,
.theme--dark .bit--product-details__details__description h4 em,
.bit--product-details__details__description .theme--dark h4 em {
  color: #285da5;
}
.theme--dark .font--heading-4-sub,
.theme--dark .signpost__info__date,
.theme--dark .signpost__info__heading-sub {
  color: #ccc;
  text-shadow: 0 0 5px #000;
}
.theme--dark .font--text-item,
.theme--dark .checklist li,
.checklist .theme--dark li,
.theme--dark .bit--product-details__details__selling-points li,
.bit--product-details__details__selling-points .theme--dark li,
.theme--dark .font--text-item-large,
.theme--dark .details-list__dd--email a,
.details-list__dd--email .theme--dark a,
.theme--dark .details-list__dd--address span,
.details-list__dd--address .theme--dark span,
.theme--dark .details-list__dd--opening-times,
.theme--dark .font--text-item-very-large,
.theme--dark .details-list__dd--phone a,
.details-list__dd--phone .theme--dark a {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.theme--dark .font--quote-large,
.theme--dark .quote__text {
  color: #fff;
}
.theme--dark .slug {
  border-color: #999;
}
.theme--blue {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue a {
  color: #eee;
}
.theme--blue .font--heading-1,
.theme--blue h1,
.theme--blue .bit--heading__content__heading,
.theme--blue .bit--product-category__heading,
.theme--blue .split-bit--text--heading-size--large .split-bit--text__heading,
.split-bit--text--heading-size--large .theme--blue .split-bit--text__heading {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.theme--blue .font--heading-1 small,
.theme--blue h1 small,
.theme--blue .bit--heading__content__heading small,
.theme--blue .bit--product-category__heading small,
.theme--blue .split-bit--text--heading-size--large .split-bit--text__heading small,
.split-bit--text--heading-size--large .theme--blue .split-bit--text__heading small {
  color: #1b3055;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.25);
}
.theme--blue .font--heading-1 em,
.theme--blue h1 em,
.theme--blue .bit--heading__content__heading em,
.theme--blue .bit--product-category__heading em,
.theme--blue .split-bit--text--heading-size--large .split-bit--text__heading em,
.split-bit--text--heading-size--large .theme--blue .split-bit--text__heading em {
  color: #285da5;
}
.theme--blue .font--heading-1-sub,
.theme--blue .bit--heading__content__date,
.theme--blue .bit--heading__content__heading-sub,
.theme--blue .split-bit--text--heading-size--large .split-bit--text__heading-sub,
.split-bit--text--heading-size--large .theme--blue .split-bit--text__heading-sub {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue .font--heading-2,
.theme--blue h2,
.theme--blue .sub-heading__heading,
.theme--blue .basket__details__subtotal,
.theme--blue .bit--product-details__heading,
.theme--blue .bit--product-details__details__compare-at-price,
.theme--blue .bit--product-details__details__price,
.theme--blue .split-bit--text--heading-size--medium .split-bit--text__heading,
.split-bit--text--heading-size--medium .theme--blue .split-bit--text__heading,
.theme--blue .bit--text__heading {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue .font--heading-2 small,
.theme--blue h2 small,
.theme--blue .sub-heading__heading small,
.theme--blue .basket__details__subtotal small,
.theme--blue .bit--product-details__heading small,
.theme--blue .bit--product-details__details__compare-at-price small,
.theme--blue .bit--product-details__details__price small,
.theme--blue .split-bit--text--heading-size--medium .split-bit--text__heading small,
.split-bit--text--heading-size--medium .theme--blue .split-bit--text__heading small,
.theme--blue .bit--text__heading small {
  color: #1b3055;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.25);
}
.theme--blue .font--heading-2 em,
.theme--blue h2 em,
.theme--blue .sub-heading__heading em,
.theme--blue .basket__details__subtotal em,
.theme--blue .bit--product-details__heading em,
.theme--blue .bit--product-details__details__compare-at-price em,
.theme--blue .bit--product-details__details__price em,
.theme--blue .split-bit--text--heading-size--medium .split-bit--text__heading em,
.split-bit--text--heading-size--medium .theme--blue .split-bit--text__heading em,
.theme--blue .bit--text__heading em {
  color: #285da5;
}
.theme--blue .font--heading-2-sub,
.theme--blue .sub-heading__heading-sub,
.theme--blue .basket__details__delivery,
.theme--blue .split-bit--text--heading-size--medium .split-bit--text__heading-sub,
.split-bit--text--heading-size--medium .theme--blue .split-bit--text__heading-sub,
.theme--blue .bit--text__heading-sub {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue .font--heading-3,
.theme--blue .form__heading,
.theme--blue h3,
.theme--blue .documentation__section__heading__heading,
.theme--blue .quote__source__heading,
.theme--blue .bit--contact__form__heading,
.theme--blue .bit--product-details__details__description h1,
.bit--product-details__details__description .theme--blue h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue .font--heading-3 small,
.theme--blue .form__heading small,
.theme--blue h3 small,
.theme--blue .documentation__section__heading__heading small,
.theme--blue .quote__source__heading small,
.theme--blue .bit--contact__form__heading small,
.theme--blue .bit--product-details__details__description h1 small,
.bit--product-details__details__description .theme--blue h1 small {
  color: #1b3055;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue .font--heading-3 em,
.theme--blue .form__heading em,
.theme--blue h3 em,
.theme--blue .documentation__section__heading__heading em,
.theme--blue .quote__source__heading em,
.theme--blue .bit--contact__form__heading em,
.theme--blue .bit--product-details__details__description h1 em,
.bit--product-details__details__description .theme--blue h1 em {
  color: #285da5;
}
.theme--blue .font--heading-3-sub,
.theme--blue .quote__source__sub,
.theme--blue .bit--key-points__point__sub,
.theme--blue .split-bit--key-points__point__sub {
  color: #ccc;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue .font--heading-4,
.theme--blue h4,
.theme--blue .product-categories__category__info__heading,
.theme--blue .signpost__info__heading,
.theme--blue .basket__item__info__vendor,
.theme--blue .basket__item__info__title,
.theme--blue .basket__item__info__price,
.theme--blue .basket__item__info__quantity,
.theme--blue .product__info__vendor,
.theme--blue .product__info__title,
.theme--blue .product__info__price,
.theme--blue .bit--product-details__details__delivery,
.theme--blue .bit--product-details__details__finance,
.theme--blue .bit--product-details__details__description h2,
.bit--product-details__details__description .theme--blue h2,
.theme--blue .bit--product-details__details__description h3,
.bit--product-details__details__description .theme--blue h3,
.theme--blue .bit--product-details__details__description h4,
.bit--product-details__details__description .theme--blue h4 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue .font--heading-4 small,
.theme--blue h4 small,
.theme--blue .product-categories__category__info__heading small,
.theme--blue .signpost__info__heading small,
.theme--blue .basket__item__info__vendor small,
.theme--blue .basket__item__info__title small,
.theme--blue .basket__item__info__price small,
.theme--blue .basket__item__info__quantity small,
.theme--blue .product__info__vendor small,
.theme--blue .product__info__title small,
.theme--blue .product__info__price small,
.theme--blue .bit--product-details__details__delivery small,
.theme--blue .bit--product-details__details__finance small,
.theme--blue .bit--product-details__details__description h2 small,
.bit--product-details__details__description .theme--blue h2 small,
.theme--blue .bit--product-details__details__description h3 small,
.bit--product-details__details__description .theme--blue h3 small,
.theme--blue .bit--product-details__details__description h4 small,
.bit--product-details__details__description .theme--blue h4 small {
  color: #1b3055;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue .font--heading-4 em,
.theme--blue h4 em,
.theme--blue .product-categories__category__info__heading em,
.theme--blue .signpost__info__heading em,
.theme--blue .basket__item__info__vendor em,
.theme--blue .basket__item__info__title em,
.theme--blue .basket__item__info__price em,
.theme--blue .basket__item__info__quantity em,
.theme--blue .product__info__vendor em,
.theme--blue .product__info__title em,
.theme--blue .product__info__price em,
.theme--blue .bit--product-details__details__delivery em,
.theme--blue .bit--product-details__details__finance em,
.theme--blue .bit--product-details__details__description h2 em,
.bit--product-details__details__description .theme--blue h2 em,
.theme--blue .bit--product-details__details__description h3 em,
.bit--product-details__details__description .theme--blue h3 em,
.theme--blue .bit--product-details__details__description h4 em,
.bit--product-details__details__description .theme--blue h4 em {
  color: #285da5;
}
.theme--blue .font--heading-4-sub,
.theme--blue .signpost__info__date,
.theme--blue .signpost__info__heading-sub {
  color: #ccc;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue .font--text-item,
.theme--blue .checklist li,
.checklist .theme--blue li,
.theme--blue .bit--product-details__details__selling-points li,
.bit--product-details__details__selling-points .theme--blue li,
.theme--blue .font--text-item-large,
.theme--blue .details-list__dd--email a,
.details-list__dd--email .theme--blue a,
.theme--blue .details-list__dd--address span,
.details-list__dd--address .theme--blue span,
.theme--blue .details-list__dd--opening-times,
.theme--blue .font--text-item-very-large,
.theme--blue .details-list__dd--phone a,
.details-list__dd--phone .theme--blue a {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue .font--quote-large,
.theme--blue .quote__text {
  color: #fff;
}
.theme--blue .slug {
  border-color: #999;
}
.theme--dark-blue {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue a {
  color: #eee;
}
.theme--dark-blue .font--heading-1,
.theme--dark-blue h1,
.theme--dark-blue .bit--heading__content__heading,
.theme--dark-blue .bit--product-category__heading,
.theme--dark-blue .split-bit--text--heading-size--large .split-bit--text__heading,
.split-bit--text--heading-size--large .theme--dark-blue .split-bit--text__heading {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--heading-1 small,
.theme--dark-blue h1 small,
.theme--dark-blue .bit--heading__content__heading small,
.theme--dark-blue .bit--product-category__heading small,
.theme--dark-blue .split-bit--text--heading-size--large .split-bit--text__heading small,
.split-bit--text--heading-size--large .theme--dark-blue .split-bit--text__heading small {
  color: #3b7acf;
  text-shadow: 0 0 3px #000;
}
.theme--dark-blue .font--heading-1 em,
.theme--dark-blue h1 em,
.theme--dark-blue .bit--heading__content__heading em,
.theme--dark-blue .bit--product-category__heading em,
.theme--dark-blue .split-bit--text--heading-size--large .split-bit--text__heading em,
.split-bit--text--heading-size--large .theme--dark-blue .split-bit--text__heading em {
  color: #285da5;
}
.theme--dark-blue .font--heading-1-sub,
.theme--dark-blue .bit--heading__content__date,
.theme--dark-blue .bit--heading__content__heading-sub,
.theme--dark-blue .split-bit--text--heading-size--large .split-bit--text__heading-sub,
.split-bit--text--heading-size--large .theme--dark-blue .split-bit--text__heading-sub {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--heading-2,
.theme--dark-blue h2,
.theme--dark-blue .sub-heading__heading,
.theme--dark-blue .basket__details__subtotal,
.theme--dark-blue .bit--product-details__heading,
.theme--dark-blue .bit--product-details__details__compare-at-price,
.theme--dark-blue .bit--product-details__details__price,
.theme--dark-blue .split-bit--text--heading-size--medium .split-bit--text__heading,
.split-bit--text--heading-size--medium .theme--dark-blue .split-bit--text__heading,
.theme--dark-blue .bit--text__heading {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--heading-2 small,
.theme--dark-blue h2 small,
.theme--dark-blue .sub-heading__heading small,
.theme--dark-blue .basket__details__subtotal small,
.theme--dark-blue .bit--product-details__heading small,
.theme--dark-blue .bit--product-details__details__compare-at-price small,
.theme--dark-blue .bit--product-details__details__price small,
.theme--dark-blue .split-bit--text--heading-size--medium .split-bit--text__heading small,
.split-bit--text--heading-size--medium .theme--dark-blue .split-bit--text__heading small,
.theme--dark-blue .bit--text__heading small {
  color: #3b7acf;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--heading-2 em,
.theme--dark-blue h2 em,
.theme--dark-blue .sub-heading__heading em,
.theme--dark-blue .basket__details__subtotal em,
.theme--dark-blue .bit--product-details__heading em,
.theme--dark-blue .bit--product-details__details__compare-at-price em,
.theme--dark-blue .bit--product-details__details__price em,
.theme--dark-blue .split-bit--text--heading-size--medium .split-bit--text__heading em,
.split-bit--text--heading-size--medium .theme--dark-blue .split-bit--text__heading em,
.theme--dark-blue .bit--text__heading em {
  color: #285da5;
}
.theme--dark-blue .font--heading-2-sub,
.theme--dark-blue .sub-heading__heading-sub,
.theme--dark-blue .basket__details__delivery,
.theme--dark-blue .split-bit--text--heading-size--medium .split-bit--text__heading-sub,
.split-bit--text--heading-size--medium .theme--dark-blue .split-bit--text__heading-sub,
.theme--dark-blue .bit--text__heading-sub {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--heading-3,
.theme--dark-blue .form__heading,
.theme--dark-blue h3,
.theme--dark-blue .documentation__section__heading__heading,
.theme--dark-blue .quote__source__heading,
.theme--dark-blue .bit--contact__form__heading,
.theme--dark-blue .bit--product-details__details__description h1,
.bit--product-details__details__description .theme--dark-blue h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--heading-3 small,
.theme--dark-blue .form__heading small,
.theme--dark-blue h3 small,
.theme--dark-blue .documentation__section__heading__heading small,
.theme--dark-blue .quote__source__heading small,
.theme--dark-blue .bit--contact__form__heading small,
.theme--dark-blue .bit--product-details__details__description h1 small,
.bit--product-details__details__description .theme--dark-blue h1 small {
  color: #3b7acf;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--heading-3 em,
.theme--dark-blue .form__heading em,
.theme--dark-blue h3 em,
.theme--dark-blue .documentation__section__heading__heading em,
.theme--dark-blue .quote__source__heading em,
.theme--dark-blue .bit--contact__form__heading em,
.theme--dark-blue .bit--product-details__details__description h1 em,
.bit--product-details__details__description .theme--dark-blue h1 em {
  color: #285da5;
}
.theme--dark-blue .font--heading-3-sub,
.theme--dark-blue .quote__source__sub,
.theme--dark-blue .bit--key-points__point__sub,
.theme--dark-blue .split-bit--key-points__point__sub {
  color: #ccc;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--heading-4,
.theme--dark-blue h4,
.theme--dark-blue .product-categories__category__info__heading,
.theme--dark-blue .signpost__info__heading,
.theme--dark-blue .basket__item__info__vendor,
.theme--dark-blue .basket__item__info__title,
.theme--dark-blue .basket__item__info__price,
.theme--dark-blue .basket__item__info__quantity,
.theme--dark-blue .product__info__vendor,
.theme--dark-blue .product__info__title,
.theme--dark-blue .product__info__price,
.theme--dark-blue .bit--product-details__details__delivery,
.theme--dark-blue .bit--product-details__details__finance,
.theme--dark-blue .bit--product-details__details__description h2,
.bit--product-details__details__description .theme--dark-blue h2,
.theme--dark-blue .bit--product-details__details__description h3,
.bit--product-details__details__description .theme--dark-blue h3,
.theme--dark-blue .bit--product-details__details__description h4,
.bit--product-details__details__description .theme--dark-blue h4 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--heading-4 small,
.theme--dark-blue h4 small,
.theme--dark-blue .product-categories__category__info__heading small,
.theme--dark-blue .signpost__info__heading small,
.theme--dark-blue .basket__item__info__vendor small,
.theme--dark-blue .basket__item__info__title small,
.theme--dark-blue .basket__item__info__price small,
.theme--dark-blue .basket__item__info__quantity small,
.theme--dark-blue .product__info__vendor small,
.theme--dark-blue .product__info__title small,
.theme--dark-blue .product__info__price small,
.theme--dark-blue .bit--product-details__details__delivery small,
.theme--dark-blue .bit--product-details__details__finance small,
.theme--dark-blue .bit--product-details__details__description h2 small,
.bit--product-details__details__description .theme--dark-blue h2 small,
.theme--dark-blue .bit--product-details__details__description h3 small,
.bit--product-details__details__description .theme--dark-blue h3 small,
.theme--dark-blue .bit--product-details__details__description h4 small,
.bit--product-details__details__description .theme--dark-blue h4 small {
  color: #3b7acf;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--heading-4 em,
.theme--dark-blue h4 em,
.theme--dark-blue .product-categories__category__info__heading em,
.theme--dark-blue .signpost__info__heading em,
.theme--dark-blue .basket__item__info__vendor em,
.theme--dark-blue .basket__item__info__title em,
.theme--dark-blue .basket__item__info__price em,
.theme--dark-blue .basket__item__info__quantity em,
.theme--dark-blue .product__info__vendor em,
.theme--dark-blue .product__info__title em,
.theme--dark-blue .product__info__price em,
.theme--dark-blue .bit--product-details__details__delivery em,
.theme--dark-blue .bit--product-details__details__finance em,
.theme--dark-blue .bit--product-details__details__description h2 em,
.bit--product-details__details__description .theme--dark-blue h2 em,
.theme--dark-blue .bit--product-details__details__description h3 em,
.bit--product-details__details__description .theme--dark-blue h3 em,
.theme--dark-blue .bit--product-details__details__description h4 em,
.bit--product-details__details__description .theme--dark-blue h4 em {
  color: #285da5;
}
.theme--dark-blue .font--heading-4-sub,
.theme--dark-blue .signpost__info__date,
.theme--dark-blue .signpost__info__heading-sub {
  color: #ccc;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--text-item,
.theme--dark-blue .checklist li,
.checklist .theme--dark-blue li,
.theme--dark-blue .bit--product-details__details__selling-points li,
.bit--product-details__details__selling-points .theme--dark-blue li,
.theme--dark-blue .font--text-item-large,
.theme--dark-blue .details-list__dd--email a,
.details-list__dd--email .theme--dark-blue a,
.theme--dark-blue .details-list__dd--address span,
.details-list__dd--address .theme--dark-blue span,
.theme--dark-blue .details-list__dd--opening-times,
.theme--dark-blue .font--text-item-very-large,
.theme--dark-blue .details-list__dd--phone a,
.details-list__dd--phone .theme--dark-blue a {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .font--quote-large,
.theme--dark-blue .quote__text {
  color: #fff;
}
.theme--dark-blue .slug {
  border-color: #999;
}
@font-face {
  font-family: 'default-icons';
  src: url('../fonts/default-icons/icomoon.eot');
  src:
    url('../fonts/default-icons/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/default-icons/icomoon.woff') format('woff'),
    url('../fonts/default-icons/icomoon.ttf') format('truetype'),
    url('../fonts/default-icons/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  position: relative;
  top: 0;
  height: 1em;
  vertical-align: middle;
  padding-left: 1em;
  padding-right: 2px;
  font-family: 'default-icons';
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
}
.icon:before {
  content: '-';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
  font-size: 1em;
  margin-top: -1px;
}
.icon--chat:before {
  content: '';
}
.icon--envelope:before {
  content: '';
}
.icon--phone:before {
  content: '';
}
.icon--phone2:before {
  content: '';
}
.icon--search:before {
  content: '';
}
.icon--zoom-out:before {
  content: '';
}
.icon--zoom-in:before {
  content: '';
}
.icon--location:before {
  content: '';
}
.icon--pin:before {
  content: '';
}
.icon--user:before {
  content: '';
}
.icon--cart:before {
  content: '';
}
.icon--suitcase:before {
  content: '';
}
.icon--card:before {
  content: '';
}
.icon--settings:before {
  content: '';
}
.icon--unlocked:before {
  content: '';
}
.icon--info:before {
  content: '';
}
.icon--clock:before {
  content: '';
}
.icon--star:before {
  content: '';
}
.icon--heart:before {
  content: '';
}
.icon--truck:before {
  content: '';
}
.icon--arrow-up:before {
  content: '';
}
.icon--arrow-down:before {
  content: '';
}
.icon--arrow-left:before {
  content: '';
}
.icon--arrow-right:before {
  content: '';
}
.icon--contract:before {
  content: '';
}
.icon--enlarge:before {
  content: '';
}
.icon--refresh:before {
  content: '';
}
.aspect--16-9 {
  padding-top: 56% !important;
  padding-bottom: 0 !important;
}
.aspect--4-3 {
  padding-top: 75% !important;
  padding-bottom: 0 !important;
}
.aspect--square {
  padding-top: 100% !important;
  padding-bottom: 0 !important;
}
.aspect--3-4 {
  padding-top: 133% !important;
  padding-bottom: 0 !important;
}
.aspect--9-16 {
  padding-top: 177% !important;
  padding-bottom: 0 !important;
}
.cover {
  position: relative;
}
.cover img,
.cover video {
  position: absolute;
}
.focus--all img,
.focus--all video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.focus--all-80 img,
.focus--all-80 video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.focus--center img,
.focus--center video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.focus--top img,
.focus--top video {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.focus--top-left img,
.focus--top-left video {
  top: 0;
  left: 0;
}
.focus--top-right img,
.focus--top-right video {
  top: 0;
  right: 0;
}
.focus--bottom img,
.focus--bottom video {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.focus--bottom-left img,
.focus--bottom-left video {
  bottom: 0;
  left: 0;
}
.focus--bottom-right img,
.focus--bottom-right video {
  right: 0;
  bottom: 0;
}
.focus--left img,
.focus--left video {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.focus--right img,
.focus--right video {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.cover.cover--child-wider img,
.cover.cover--child-wider video {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: none;
}
.cover.cover--child-taller img,
.cover.cover--child-taller video {
  height: auto;
  width: auto;
  max-height: none;
  max-width: 100%;
}
.cover.stretch.cover--child-wider img,
.cover.stretch.cover--child-wider video {
  height: 100%;
  width: auto;
  max-height: none;
  max-width: none;
}
.cover.stretch.cover--child-taller img,
.cover.stretch.cover--child-taller video {
  height: auto;
  width: 100%;
  max-height: none;
  max-width: none;
}
.cover.cover--child-wider.focus--all img,
.cover.cover--child-wider.focus--all video {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: none;
}
.cover.cover--child-taller.focus--all img,
.cover.cover--child-taller.focus--all video {
  width: auto;
  height: auto;
  max-width: none;
  max-height: 100%;
}
.cover.cover--child-wider.focus--all-80 img,
.cover.cover--child-wider.focus--all-80 video {
  height: auto;
  width: auto;
  max-width: 80%;
  max-height: none;
}
.cover.cover--child-taller.focus--all-80 img,
.cover.cover--child-taller.focus--all-80 video {
  width: auto;
  height: auto;
  max-width: none;
  max-height: 80%;
}
.background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.background__overlay {
  position: absolute;
  width: 100%;
  background: none;
}
.font--normal,
.form__optional,
.form__element--textbox input,
.form__element--textbox textarea,
.form__element--textbox select,
.form__element--select input,
.form .single-option-selector input,
.form__element--select textarea,
.form .single-option-selector textarea,
.form__element--select select,
.form .single-option-selector select,
.form__element--textarea input,
.form__element--textarea textarea,
.form__element--textarea select,
body {
  font-family: 'Roboto', sans-serif;
}
.theme--light .form__element--textbox--registration__wrapper {
  position: relative;
  max-width: 280px;
}
.theme--light .form__element--textbox--registration__wrapper input {
  position: relative;
  background: #ffea00 !important;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 5px;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 44px;
}
.theme--light .form__element--textbox--registration__wrapper input::placeholder {
  color: #cb0;
}
.theme--light .form__element--textbox--registration__wrapper:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  background: #003355;
  border-radius: 5px 0 0 5px;
}
.form__picker--date {
  max-width: 360px;
}
.form__picker--date__dow {
  overflow: hidden;
  padding: 4px 0;
}
.form__picker--date__dow span {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  font-size: 0.8em;
}
.form__picker--date__availability-message {
  font-style: italic;
  display: block;
  margin-bottom: 4px;
}
.form__picker--date__view-more,
.form__picker--date__clear {
  display: none;
  margin-top: 4px;
  margin-bottom: -8px;
}
.form__picker--date__clear {
  float: left;
  margin-left: 2px;
}
.form__picker--date__view-more {
  float: right;
}
.form__picker--date--contracted .form__picker--date__view-more {
  display: block;
}
.form__picker--date--contracted .form__picker--date__week {
  display: none;
}
.form__picker--date--contracted .form__picker--date__week--default {
  display: block;
}
.form__picker--date .form__picker__option {
  padding: 12px 0;
  display: block;
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 20%;
  float: left;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}
.form__picker--date .form__picker__option--disabled {
  background: url('../img/backgrounds/date-unknown.png');
  cursor: default;
}
.form__picker--date .form__picker__option--past {
  background: #dddddd;
  border: 1px solid #dddddd;
}
.form__picker--date .form__picker__option--selected {
  background: #285da5;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.form__picker--date .form__picker__option:hover {
  text-decoration: none;
}
.form__picker--date .form__picker__option__month {
  display: block;
  font-size: 0.8em;
}
body {
  background: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  -ms-interpolation-mode: bicubic;
}
.page {
  overflow-x: hidden;
}
.header {
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 10px #000;
}
.header::after {
  content: '';
  display: table;
  clear: both;
}
.header__wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  position: relative;
}
.header__wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.header__logo {
  display: block;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 999;
}
.header__logo img {
  display: block;
  max-height: 18px;
}
.header__sitemap__logo {
  display: none;
}
.header__sitemap__toggle {
  position: absolute;
  top: 29px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 999;
}
.header__sitemap .icon {
  padding-left: 1.2em;
}
.header__sitemap .icon:before {
  font-size: 1.2em;
}
.header__sitemap nav a {
  vertical-align: middle;
  text-decoration: none;
}
.header__sitemap nav a:hover {
  text-decoration: none;
}
.header__sitemap__toggle {
  width: 30px;
  height: 22.5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}
.header__sitemap__toggle span {
  display: block;
  position: absolute;
  height: 4.5px;
  width: 100%;
  background-color: #1d345d;
  border-radius: 4.5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__sitemap__toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__sitemap__toggle span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__sitemap__toggle span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__sitemap__toggle:hover span {
  background-color: #111e36;
}
.header--expanded .header__sitemap__toggle span {
  background-color: #5c90d7;
}
.header--expanded .header__sitemap__toggle span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 4.5px;
}
.header--expanded .header__sitemap__toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header--expanded .header__sitemap__toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19.35px;
  left: 4.5px;
}
.header--expanded .header__sitemap__toggle:hover span {
  background-color: #5c90d7;
}
.header--contracted .header__sitemap__nav {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 995;
}
.header--contracted .header__sitemap__nav__item {
  display: none;
  float: left;
}
.header--contracted .header__sitemap__nav__item a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  line-height: 1;
  color: #1d345d;
  text-shadow:
    0 0 10px #fff,
    0 0 5px #fff;
  transition: color 0.5s;
}
.header--contracted .header__sitemap__nav__item a:hover {
  color: #17294a;
}
.header--contracted .header__sitemap__nav__item.selected a {
  color: #17294a;
}
.header--contracted .header__sitemap__nav__item.selected a:hover {
  color: #17294a;
}
.header--contracted .header__sitemap__nav__item.selected a span {
  position: relative;
}
.header--contracted .header__sitemap__nav__item.selected a span:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: -12px;
  right: -12px;
  bottom: -6px;
  border: 0 solid #285da5;
  border-radius: 3px;
}
.header--contracted .header__sitemap__nav__item--last a {
  padding-right: 0;
}
.header--contracted .header__sitemap__nav__item--toggle {
  display: block;
}
.header--contracted .header__sitemap__nav__item--toggle a {
  padding-right: 38px;
}
.header--contracted .header__sitemap__utility {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  height: 36px;
  width: 100%;
  z-index: 990;
}
.header--contracted .header__sitemap__utility:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ddd;
  margin-left: -100%;
  width: 300%;
}
.header--contracted .header__sitemap__utility ul {
  position: relative;
  float: right;
  padding: 3px 0;
}
.header--contracted .header__sitemap__utility__item {
  display: block;
  float: left;
}
.header--contracted .header__sitemap__utility__item a {
  line-height: 1;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 5px #000;
  transition: color 0.5s;
}
.header--contracted .header__sitemap__utility__item a:hover {
  color: #285da5;
}
.header--contracted .header__sitemap__utility__item.selected a {
  color: #285da5;
}
.header--contracted .header__sitemap__utility__item.selected a:hover {
  color: #235190;
}
.header--contracted .header__sitemap__utility__item:last-child a {
  padding-right: 0;
}
.header--contracted .header__sitemap__sub {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  padding-top: 1px;
}
.header--contracted .header__sitemap__sub:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d345d;
  border-top: 1px solid #17294a;
  margin-left: -100%;
  width: 300%;
}
.header--contracted .header__sitemap__sub__nav {
  height: 37px;
  overflow: hidden;
  position: relative;
}
.header--contracted .header__sitemap__sub__nav__categories,
.header--contracted .header__sitemap__sub__nav__category-actions {
  overflow: hidden;
  position: relative;
  float: left;
  background: #1d345d;
}
.header--contracted .header__sitemap__sub__nav__categories li,
.header--contracted .header__sitemap__sub__nav__category-actions li {
  display: block;
  float: left;
  border-left: 1px solid #17294a;
  border-right: 1px solid #233f70;
  margin-left: -2px;
}
.header--contracted .header__sitemap__sub__nav__categories li:first-child,
.header--contracted .header__sitemap__sub__nav__category-actions li:first-child {
  margin-left: 0;
}
.header--contracted .header__sitemap__sub__nav__categories li a,
.header--contracted .header__sitemap__sub__nav__category-actions li a {
  padding: 12px 12px;
  display: block;
  text-decoration: none;
  line-height: 1;
  border-left: 1px solid #233f70;
  border-right: 1px solid #17294a;
  color: #fff;
  text-shadow: 0 0 5px #000;
  transition:
    background-color 0.5s,
    color 0.5s;
}
.header--contracted .header__sitemap__sub__nav__categories li a:hover,
.header--contracted .header__sitemap__sub__nav__category-actions li a:hover {
  background: #235190;
  color: #fff;
}
.header--contracted .header__sitemap__sub__nav__categories li.selected a,
.header--contracted .header__sitemap__sub__nav__category-actions li.selected a {
  color: #fff;
  background: #235190;
}
.header--contracted .header__sitemap__sub__nav__categories li.selected a:hover,
.header--contracted .header__sitemap__sub__nav__category-actions li.selected a:hover {
  color: #fff;
  background: #235190;
}
.header--contracted
  .header__sitemap__sub__nav__categories
  li.header__sitemap__sub__nav__categories__more,
.header--contracted
  .header__sitemap__sub__nav__category-actions
  li.header__sitemap__sub__nav__categories__more {
  display: none;
  position: absolute;
}
.header--contracted .header__sitemap__sub__nav__category {
  position: absolute;
  left: 0;
}
.header--contracted .header__sitemap__sub__nav__category-actions {
  position: absolute;
  right: 0;
}
.header--contracted .header__sitemap__sub__nav__category-actions .icon {
  padding-left: 1.6em;
}
.header--contracted .header__sitemap__sub__nav__category-actions .icon:before {
  font-size: 1.6em;
}
.header--contracted
  .header__sitemap__sub__nav__category-actions
  .icon
  + .header__sitemap__icon-text {
  display: none;
}
.header + .page {
  margin-top: 80px;
}
.header--with-sub .header__wrapper {
  height: 118px;
}
.header--with-sub + .page {
  margin-top: 118px;
}
@media (min-width: breakpoint(5)) {
  .header__wrapper {
    height: 80px;
  }
  .header__logo {
    top: 29px;
    left: 0px;
  }
  .header__logo img {
    max-height: 26px;
  }
  .header__sitemap__toggle {
    top: 32px;
  }
  .header--contracted .header__sitemap__nav {
    top: 25px;
  }
  .header--contracted .header__sitemap__nav__item.selected a span:before {
    top: -6px;
    left: -12px;
    right: -12px;
    bottom: -6px;
    border-width: 2px;
  }
  .header--contracted .header__sitemap__utility {
    top: 0px;
    height: 36px;
  }
  .header--contracted .header__sitemap__sub {
    height: 42px;
  }
  .header--contracted .header__sitemap__sub__nav {
    height: 41px;
  }
  .header + .page {
    margin-top: 80px;
  }
  .header--with-sub .header__wrapper {
    height: 122px;
  }
  .header--with-sub + .page {
    margin-top: 122px;
  }
}
@media (min-width: 500px) {
  .header--contracted .header__sitemap__utility {
    display: block;
  }
  .header--with-utility .header__wrapper {
    margin-top: 36px;
  }
  .header--with-utility.header--contracted .header__sitemap__utility {
    margin-top: -36px;
  }
  .header--with-utility + .page {
    padding-top: 36px;
  }
}
@media (min-width: 500px) and (min-width: breakpoint(5)) {
  .header--with-utility .header__wrapper {
    margin-top: 36px;
  }
  .header--with-utility.header--contracted .header__sitemap__utility {
    margin-top: -36px;
  }
  .header--with-utility + .page {
    padding-top: 36px;
  }
}
@media (min-width: 1020px) {
  .header--contracted .header__sitemap__toggle {
    display: none;
  }
  .header--contracted .header__sitemap__nav__item {
    display: block;
  }
  .header--contracted .header__sitemap__nav__item--toggle {
    display: none;
  }
}
@keyframes menu-expansion__background {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-expansion__logo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-expansion__sitemap-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-expansion__links {
  0% {
    opacity: 0;
    margin-left: -100%;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
.header--expanded .header__logo {
  animation: menu-expansion__logo 0.4s 0s forwards;
}
.header--expanded .header__sitemap {
  padding-left: 24px;
  padding-right: 24px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
.header--expanded .header__sitemap:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(34, 34, 34, 0.9);
  opacity: 0;
  transition: opacity;
  animation: menu-expansion__background 0.4s 0.1s forwards;
}
.header--expanded .header__sitemap__wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  border-top: 1px solid;
}
.header--expanded .header__sitemap__logo {
  display: block;
  position: absolute;
  top: 31px;
  left: 0;
  max-height: 18px;
  opacity: 0;
  animation: menu-expansion__sitemap-logo 0.4s 0s forwards;
}
.header--expanded .header__sitemap__toggle {
  display: block;
}
.header--expanded .header__sitemap__nav {
  margin-top: 88px;
}
.header--expanded .header__sitemap__sub__nav__categories {
  padding-right: 0 !important;
}
.header--expanded .header__sitemap ul {
  margin-bottom: 48px;
  text-align: left;
}
.header--expanded .header__sitemap ul li {
  display: block !important;
  margin-bottom: 16px;
  opacity: 0;
  animation: menu-expansion__links 0.5s 0.4s forwards;
}
.header--expanded .header__sitemap ul li:nth-child(1) {
  animation-delay: 0.425s;
}
.header--expanded .header__sitemap ul li:nth-child(2) {
  animation-delay: 0.45s;
}
.header--expanded .header__sitemap ul li:nth-child(3) {
  animation-delay: 0.475s;
}
.header--expanded .header__sitemap ul li:nth-child(4) {
  animation-delay: 0.5;
}
.header--expanded .header__sitemap ul li:nth-child(5) {
  animation-delay: 0.525s;
}
.header--expanded .header__sitemap ul li:nth-child(6) {
  animation-delay: 0.55s;
}
.header--expanded .header__sitemap ul li:nth-child(7) {
  animation-delay: 0.575s;
}
.header--expanded .header__sitemap ul li:nth-child(8) {
  animation-delay: 0.6s;
}
.header--expanded .header__sitemap ul li:nth-child(9) {
  animation-delay: 0.625s;
}
.header--expanded .header__sitemap ul li:nth-child(10) {
  animation-delay: 0.65s;
}
.header--expanded .header__sitemap ul li.header__sitemap__nav__item--toggle,
.header--expanded .header__sitemap ul li.header__sitemap__sub__nav__categories__more {
  display: none !important;
}
.header--expanded .header__sitemap ul li a {
  display: inline-block;
  color: #ddd;
  text-shadow: 0 0 5px #000;
  transition: color 0.5s;
}
.header--expanded .header__sitemap ul li a:hover {
  color: #5c90d7;
}
.header--expanded .header__sitemap ul li.selected a {
  color: #5c90d7;
}
.header--expanded .header__sitemap ul li.selected a:hover {
  color: #5c90d7;
}
@media (min-width: 500px) {
  .header--with-utility.header--expanded .header__sitemap {
    padding-top: 36px;
  }
}
.footer {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 24px;
  padding-right: 24px;
  background: #1a1a1a;
}
.footer__wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.footer__wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.footer__details {
  display: block;
  margin-top: 24px;
  border-top: 1px solid #333;
  padding-top: 24px;
}
.footer__details__logo {
  display: block;
}
.footer__details__logo img {
  display: block;
  max-width: 100%;
  max-height: 40px;
}
.footer__details__copyrights {
  margin-top: 8px;
  color: #ddd;
  text-shadow: 0 0 5px #000;
}
.footer__details__copyrights li + li {
  margin-top: 4px;
}
.footer__sitemap__nav {
  display: block;
  clear: both;
  overflow: hidden;
}
.footer__sitemap__nav ul li {
  display: block;
  margin-bottom: 16px;
}
.footer__sitemap__nav ul li a {
  display: block;
  text-decoration: none;
  color: #ddd;
  text-shadow: 0 0 5px #000;
  transition: color 0.5s;
}
.footer__sitemap__nav ul li a:hover {
  color: #285da5;
}
.footer__sitemap__sub-nav {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #333;
}
.footer__sitemap__sub-nav ul li {
  display: block;
  margin-top: 8px;
}
.footer__sitemap__sub-nav ul li:last-child {
  margin-right: 0;
}
.footer__sitemap__sub-nav ul li a {
  display: block;
  text-decoration: none;
  color: #ddd;
  text-shadow: 0 0 5px #000;
  transition: color 0.5s;
}
.footer__sitemap__sub-nav ul li a:hover {
  color: #285da5;
}
.footer__sitemap__sub-nav ul + ul {
  margin-top: 16px;
}
.footer--central .footer__details {
  text-align: center;
}
.footer--central .footer__details__logo img {
  margin: 0 auto;
}
.footer--central .footer__sitemap {
  text-align: center;
}
@media (min-width: 520px) {
  .footer__sitemap__sub-nav ul {
    float: left;
    clear: none;
    width: 33.33%;
    border-right: 1px solid #333;
    margin-top: 0;
    padding-top: 0;
  }
  .footer__sitemap__sub-nav ul:last-child {
    border-right: none;
  }
  .footer__sitemap__sub-nav ul + ul {
    margin-top: 0;
  }
  .footer--central .footer__sitemap__nav ul li {
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
  }
  .footer--central .footer__sitemap__sub-nav ul {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer--left .footer__sitemap__nav ul li {
    display: inline-block;
    margin-right: 32px;
  }
  .footer--left .footer__sitemap__nav ul li:last-child {
    margin-right: 0;
  }
  .footer--left .footer__sitemap__sub-nav ul {
    padding-left: 24px;
  }
  .footer--left .footer__sitemap__sub-nav ul:first-child {
    padding-left: 0;
  }
}
@media (min-width: 620px) {
  .footer--left .footer__sitemap {
    margin-right: 300px;
    border-right: 1px solid #333;
    padding-right: 24px;
  }
  .footer--left .footer__details {
    position: absolute;
    width: 300px;
    top: 0;
    right: 0;
    padding-left: 24px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.documentation {
  padding-top: 16px;
}
.documentation__section__heading {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.documentation__section__heading__heading {
  max-width: 720px;
  color: #000000;
}
.documentation__section__parts__part {
  margin-bottom: 16px;
}
.documentation__section__parts__part:last-child {
  margin-bottom: 0;
}
.transition-from {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.transition-to {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.header {
  border-top: 3px solid #eeeeee;
}
.bit {
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  display: block;
  clear: both;
}
.bit__wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.bit__wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.bit.theme--light {
  background-color: #eee;
}
.bit.theme--light-alt {
  background-color: #e2e2e2;
}
.bit.theme--dark {
  background-color: #1a1a1a;
}
.bit.theme--blue {
  background-color: #285da5;
}
.bit.theme--dark-blue {
  background-color: #1d345d;
}
.breadcrumb {
  overflow: hidden;
}
.breadcrumb li {
  display: block;
  float: left;
}
.breadcrumb li a {
  color: #666666;
}
.breadcrumb li:after {
  font: verdana;
  content: '\00bb';
  color: #aaaaaa;
  display: block;
  float: right;
  margin-top: -2px;
  margin-left: 8px;
  margin-right: 8px;
}
.theme--light .breadcrumb li:after {
  color: #aaa;
}
.theme--light .breadcrumb li a {
  color: #1e467c;
}
.theme--light-alt .breadcrumb li:after {
  color: #aaa;
}
.theme--light-alt .breadcrumb li a {
  color: #1e467c;
}
.theme--dark .breadcrumb li:after {
  color: #aaa;
}
.theme--dark .breadcrumb li a {
  color: #3374cd;
}
.theme--blue .breadcrumb li:after {
  color: #aaa;
}
.theme--blue .breadcrumb li a {
  color: #3374cd;
}
.theme--dark-blue .breadcrumb li:after {
  color: #aaa;
}
.theme--dark-blue .breadcrumb li a {
  color: #3374cd;
}
.sub-heading {
  max-width: 720px;
  margin-bottom: 32px;
}
.sub-heading__icon {
  margin-bottom: 12px;
  max-width: 80px;
}
.sub-heading--small {
  font-size: 0.8em;
}
.sub-heading--centre {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.image {
  position: relative;
  overflow: hidden;
}
.image img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.image--frame--default:before {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.image--frame--default:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 1;
  left: 1;
  right: 1;
  bottom: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.image--frame--poloroid {
  border-radius: 2px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.image--frame--poloroid:before {
  content: '';
  position: absolute;
  display: block;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  z-index: 1;
  border: 2px solid rgba(0, 0, 0, 0.15);
}
.image--frame--poloroid:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 9px solid #ffffff;
}
.image--frame--none:before {
  display: none;
}
.image--frame--none:after {
  display: none;
}
.image.aspect--square.image--circle {
  border-radius: 50%;
}
.image.aspect--square.image--circle:before,
.image.aspect--square.image--circle:after {
  border-radius: 50%;
}
.button,
.shopify-challenge__container .shopify-challenge__button {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition:
    background-color 0.5s,
    box-shadow 0.2s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.button:hover,
.shopify-challenge__container .shopify-challenge__button:hover {
  text-decoration: none;
}
.button--small {
  padding: 10px 14px;
}
.actions {
  margin-top: -8px;
  padding-top: 16px;
  clear: both;
  text-align: left;
}
.actions--centre {
  text-align: center;
}
.actions--right {
  text-align: right;
}
.actions .button,
.actions .shopify-challenge__container .shopify-challenge__button,
.shopify-challenge__container .actions .shopify-challenge__button {
  margin-top: 8px;
}
.actions .button + .button,
.actions .shopify-challenge__container .shopify-challenge__button + .button,
.shopify-challenge__container .actions .shopify-challenge__button + .button,
.actions .shopify-challenge__container .button + .shopify-challenge__button,
.shopify-challenge__container .actions .button + .shopify-challenge__button,
.actions .shopify-challenge__container .shopify-challenge__button + .shopify-challenge__button,
.shopify-challenge__container .actions .shopify-challenge__button + .shopify-challenge__button {
  margin-left: 4px;
}
.theme--light .button,
.theme--light .shopify-challenge__container .shopify-challenge__button,
.shopify-challenge__container .theme--light .shopify-challenge__button {
  color: #fff;
  text-shadow: 0 0 5px #000;
  background: #1d345d;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme--light .button:hover,
.theme--light .shopify-challenge__container .shopify-challenge__button:hover,
.shopify-challenge__container .theme--light .shopify-challenge__button:hover {
  background: #111e36;
}
.theme--light .button:active,
.theme--light .shopify-challenge__container .shopify-challenge__button:active,
.shopify-challenge__container .theme--light .shopify-challenge__button:active {
  background: #111e36;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme--light-alt .button,
.theme--light-alt .shopify-challenge__container .shopify-challenge__button,
.shopify-challenge__container .theme--light-alt .shopify-challenge__button {
  color: #fff;
  text-shadow: 0 0 5px #000;
  background: #1d345d;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme--light-alt .button:hover,
.theme--light-alt .shopify-challenge__container .shopify-challenge__button:hover,
.shopify-challenge__container .theme--light-alt .shopify-challenge__button:hover {
  background: #111e36;
}
.theme--light-alt .button:active,
.theme--light-alt .shopify-challenge__container .shopify-challenge__button:active,
.shopify-challenge__container .theme--light-alt .shopify-challenge__button:active {
  background: #111e36;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme--dark .button,
.theme--dark .shopify-challenge__container .shopify-challenge__button,
.shopify-challenge__container .theme--dark .shopify-challenge__button {
  color: #000;
  text-shadow: 0 0 5px #fff;
  background: #ddd;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.4),
    0px 2px 2px 0px rgba(0, 0, 0, 0.34),
    0px 1px 5px 0px rgba(0, 0, 0, 0.32);
}
.theme--dark .button:hover,
.theme--dark .shopify-challenge__container .shopify-challenge__button:hover,
.shopify-challenge__container .theme--dark .shopify-challenge__button:hover {
  background: #fff;
}
.theme--dark .button:active,
.theme--dark .shopify-challenge__container .shopify-challenge__button:active,
.shopify-challenge__container .theme--dark .shopify-challenge__button:active {
  background: #fff;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.4),
    0px 8px 10px 1px rgba(0, 0, 0, 0.34),
    0px 3px 14px 2px rgba(0, 0, 0, 0.32);
}
.theme--blue .button,
.theme--blue .shopify-challenge__container .shopify-challenge__button,
.shopify-challenge__container .theme--blue .shopify-challenge__button {
  color: #000;
  text-shadow: 0 0 5px #fff;
  background: #ddd;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.4),
    0px 2px 2px 0px rgba(0, 0, 0, 0.34),
    0px 1px 5px 0px rgba(0, 0, 0, 0.32);
}
.theme--blue .button:hover,
.theme--blue .shopify-challenge__container .shopify-challenge__button:hover,
.shopify-challenge__container .theme--blue .shopify-challenge__button:hover {
  background: #fff;
}
.theme--blue .button:active,
.theme--blue .shopify-challenge__container .shopify-challenge__button:active,
.shopify-challenge__container .theme--blue .shopify-challenge__button:active {
  background: #fff;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.4),
    0px 8px 10px 1px rgba(0, 0, 0, 0.34),
    0px 3px 14px 2px rgba(0, 0, 0, 0.32);
}
.theme--dark-blue .button,
.theme--dark-blue .shopify-challenge__container .shopify-challenge__button,
.shopify-challenge__container .theme--dark-blue .shopify-challenge__button {
  color: #000;
  text-shadow: 0 0 5px #fff;
  background: #ddd;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.4),
    0px 2px 2px 0px rgba(0, 0, 0, 0.34),
    0px 1px 5px 0px rgba(0, 0, 0, 0.32);
}
.theme--dark-blue .button:hover,
.theme--dark-blue .shopify-challenge__container .shopify-challenge__button:hover,
.shopify-challenge__container .theme--dark-blue .shopify-challenge__button:hover {
  background: #fff;
}
.theme--dark-blue .button:active,
.theme--dark-blue .shopify-challenge__container .shopify-challenge__button:active,
.shopify-challenge__container .theme--dark-blue .shopify-challenge__button:active {
  background: #fff;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.4),
    0px 8px 10px 1px rgba(0, 0, 0, 0.34),
    0px 3px 14px 2px rgba(0, 0, 0, 0.32);
}
.button.button--secondary,
.shopify-challenge__container .button--secondary.shopify-challenge__button {
  color: #222;
  text-shadow: 0 0 5px #fff;
  background: #eee;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.button.button--secondary:hover,
.shopify-challenge__container .button--secondary.shopify-challenge__button:hover {
  background: #ccc;
}
.button.button--secondary:active,
.shopify-challenge__container .button--secondary.shopify-challenge__button:active {
  background: #ccc;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.quote {
  position: relative;
  text-align: center;
}
.quote__text {
  position: relative;
  padding: 40px 10px;
}
.quote__text:before {
  content: '\201C';
  position: absolute;
  font: bold 80px/1 'Georgia';
  top: -8px;
  left: 0px;
  opacity: 0.2;
}
.quote__text:after {
  content: '\201D';
  position: absolute;
  bottom: -45px;
  right: 0px;
  font: bold 80px/1 'Georgia';
  opacity: 0.2;
}
.quote__source__sub {
  margin-top: -0.25em;
  margin-bottom: 0.25em;
}
.quote__source__image-container {
  max-width: 150px;
  margin: 0 auto 12px auto;
}
.quote--boxed.quote,
.desc-quote--boxed .quote,
.bit--quotes .quote {
  padding: 16px;
}
.quote--not-boxed.quote,
.desc-quote--not-boxed .quote {
  padding: 0;
}
.theme--light .quote__text:before,
.theme--light .quote__text:after {
  color: #444;
}
.theme--light .quote--boxed.quote,
.theme--light.desc-quote--boxed .quote,
.theme--light.bit--quotes .quote,
.theme--light .desc-quote--boxed .quote,
.theme--light .bit--quotes .quote {
  background: #e1e1e1;
}
.quote--not-boxed.quote,
.desc-quote--not-boxed .quote {
  background: none;
}
.theme--light-alt .quote__text:before,
.theme--light-alt .quote__text:after {
  color: #444;
}
.theme--light-alt .quote--boxed.quote,
.theme--light-alt.desc-quote--boxed .quote,
.theme--light-alt.bit--quotes .quote,
.theme--light-alt .desc-quote--boxed .quote,
.theme--light-alt .bit--quotes .quote {
  background: #dadada;
}
.quote--not-boxed.quote,
.desc-quote--not-boxed .quote {
  background: none;
}
.theme--dark .quote__text:before,
.theme--dark .quote__text:after {
  color: #ccc;
}
.theme--dark .quote--boxed.quote,
.theme--dark.desc-quote--boxed .quote,
.theme--dark.bit--quotes .quote,
.theme--dark .desc-quote--boxed .quote,
.theme--dark .bit--quotes .quote {
  background: #515151;
}
.quote--not-boxed.quote,
.desc-quote--not-boxed .quote {
  background: none;
}
.theme--blue .quote__text:before,
.theme--blue .quote__text:after {
  color: #ccc;
}
.theme--blue .quote--boxed.quote,
.theme--blue.desc-quote--boxed .quote,
.theme--blue.bit--quotes .quote,
.theme--blue .desc-quote--boxed .quote,
.theme--blue .bit--quotes .quote {
  background: #515151;
}
.quote--not-boxed.quote,
.desc-quote--not-boxed .quote {
  background: none;
}
.theme--dark-blue .quote__text:before,
.theme--dark-blue .quote__text:after {
  color: #ccc;
}
.theme--dark-blue .quote--boxed.quote,
.theme--dark-blue.desc-quote--boxed .quote,
.theme--dark-blue.bit--quotes .quote,
.theme--dark-blue .desc-quote--boxed .quote,
.theme--dark-blue .bit--quotes .quote {
  background: #515151;
}
.quote--not-boxed.quote,
.desc-quote--not-boxed .quote {
  background: none;
}
.video-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 90px;
  height: 90px;
  border: 8px solid transparent;
  border-radius: 25%;
  transition: border-color 0.5s;
}
.video-button:before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 86px;
  height: 86px;
  border: 4px solid transparent;
  border-radius: 25%;
  transition: background-color 0.5s;
}
.video-button i {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-button i:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 14px;
  left: 23px;
  border-top: 24px solid transparent;
  border-left: 36px solid transparent;
  border-bottom: 24px solid transparent;
  transition: border-color 0.5s;
}
.video-button i:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 18px;
  left: 25px;
  border-top: 20px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 20px solid transparent;
  transition: border-color 0.5s;
}
.theme--light .video-button {
  border-color: #fff;
}
.theme--light .video-button:before {
  border-color: #444;
}
.theme--light .video-button i:before {
  border-left-color: #fff;
}
.theme--light .video-button i:after {
  border-left-color: #444;
}
.theme--light .video-button:hover:before {
  background-color: #285da5;
}
.theme--light .video-button:hover span:before {
  border-left-color: #235190;
}
.theme--light-alt .video-button {
  border-color: #fff;
}
.theme--light-alt .video-button:before {
  border-color: #444;
}
.theme--light-alt .video-button i:before {
  border-left-color: #fff;
}
.theme--light-alt .video-button i:after {
  border-left-color: #444;
}
.theme--light-alt .video-button:hover:before {
  background-color: #285da5;
}
.theme--light-alt .video-button:hover span:before {
  border-left-color: #235190;
}
.theme--dark .video-button {
  border-color: rgba(0, 0, 0, 0.3);
}
.theme--dark .video-button:before {
  border-color: #fff;
}
.theme--dark .video-button i:before {
  border-left-color: rgba(0, 0, 0, 0.3);
}
.theme--dark .video-button i:after {
  border-left-color: #fff;
}
.theme--dark .video-button:hover:before {
  background-color: #285da5;
}
.theme--dark .video-button:hover span:before {
  border-left-color: #235190;
}
.theme--blue .video-button {
  border-color: rgba(0, 0, 0, 0.3);
}
.theme--blue .video-button:before {
  border-color: #fff;
}
.theme--blue .video-button i:before {
  border-left-color: rgba(0, 0, 0, 0.3);
}
.theme--blue .video-button i:after {
  border-left-color: #fff;
}
.theme--blue .video-button:hover:before {
  background-color: #285da5;
}
.theme--blue .video-button:hover span:before {
  border-left-color: #235190;
}
.theme--dark-blue .video-button {
  border-color: rgba(0, 0, 0, 0.3);
}
.theme--dark-blue .video-button:before {
  border-color: #fff;
}
.theme--dark-blue .video-button i:before {
  border-left-color: rgba(0, 0, 0, 0.3);
}
.theme--dark-blue .video-button i:after {
  border-left-color: #fff;
}
.theme--dark-blue .video-button:hover:before {
  background-color: #285da5;
}
.theme--dark-blue .video-button:hover span:before {
  border-left-color: #235190;
}
.gallery {
  margin-bottom: -16px;
}
.gallery::after {
  content: '';
  display: table;
  clear: both;
}
.gallery__item {
  display: block;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.gallery__item:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  transition: opacity 0.5s;
}
.gallery__item:hover:after {
  display: block;
  opacity: 1;
}
@media (hover: none), (hover: on-demand) {
  .gallery__item:hover:after {
    display: none;
    opacity: 0;
  }
}
.gallery__item:active {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.15),
    0px 8px 10px 1px rgba(0, 0, 0, 0.09),
    0px 3px 14px 2px rgba(0, 0, 0, 0.07);
}
.gallery__item--featured-image {
  width: auto !important;
  float: none !important;
  margin-right: 0 !important;
}
.gallery__item--video__overlay {
  display: block;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  position: absolute;
  width: 90px;
  height: 90px;
  border: 8px solid transparent;
  border-radius: 25%;
  transition: border-color 0.5s;
}
.gallery__item--video__overlay:before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 86px;
  height: 86px;
  border: 4px solid transparent;
  border-radius: 25%;
  transition: background-color 0.5s;
}
.gallery__item--video__overlay i {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery__item--video__overlay i:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 14px;
  left: 23px;
  border-top: 24px solid transparent;
  border-left: 36px solid transparent;
  border-bottom: 24px solid transparent;
  transition: border-color 0.5s;
}
.gallery__item--video__overlay i:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 18px;
  left: 25px;
  border-top: 20px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 20px solid transparent;
  transition: border-color 0.5s;
}
.gallery__item {
  background-color: #fff;
}
.gallery__item:after {
  background-color: rgba(40, 93, 165, 0.5);
}
.gallery__item--image:after {
  background-image: url('../img/overlays/zoom.png');
}
.gallery__item .gallery__item--video__overlay {
  border-color: rgba(0, 0, 0, 0.6);
}
.gallery__item .gallery__item--video__overlay:before {
  border-color: #fff;
}
.gallery__item .gallery__item--video__overlay i:before {
  border-left-color: rgba(0, 0, 0, 0.6);
}
.gallery__item .gallery__item--video__overlay i:after {
  border-left-color: #fff;
}
.gallery__item:hover .gallery__item--video__overlay:before {
  background-color: #285da5;
}
.gallery__item:hover .gallery__item--video__overlay i:before {
  border-left-color: #235190;
}
@media (hover: none), (hover: on-demand) {
  .gallery__item:hover .gallery__item--video__overlay:before {
    background-color: none;
  }
  .gallery__item:hover .gallery__item--video__overlay i:before {
    border-left-color: rgba(0, 0, 0, 0.6);
  }
}
.pagination {
  text-align: center;
}
.pagination__container {
  display: inline-block;
  padding: 8px;
  background: #111111;
  border-radius: 3px;
}
.pagination__container .page-no {
  display: none;
  padding: 12px 16px;
  margin-left: 2px;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
}
.pagination__container .page-no:first-child {
  margin-left: 0;
}
.pagination__container .page-no--previous,
.pagination__container .page-no--next {
  padding-left: 20px;
  padding-right: 20px;
}
.pagination__container .page-no--previous .icon,
.pagination__container .page-no--next .icon {
  padding-left: 1.2em;
}
.pagination__container .page-no--previous .icon:before,
.pagination__container .page-no--next .icon:before {
  font-size: 1.2em;
}
.pagination__container .page-no--previous,
.pagination__container .page-no--current,
.pagination__container .page-no--next {
  display: inline-block;
}
.pagination__container .page-no--filler {
  padding: 0 4px;
}
.pagination__container a.page-no {
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition:
    background-color 0.5s,
    box-shadow 0.2s;
  cursor: pointer;
}
@media (min-width: 620px) {
  .pagination__container .page-no--first,
  .pagination__container .page-no--last,
  .pagination__container .page-no--sibling,
  .pagination__container .page-no--filler {
    display: inline-block;
  }
  .pagination__container .page-no--current span {
    display: none;
  }
  .pagination__container .page-no--filler {
    padding: 0 4px;
    background: none;
  }
}
.theme--light .pagination .pagination__container {
  background: #ccc;
}
.theme--light .pagination .pagination__container a.page-no {
  color: #fff;
  text-shadow: 0 0 5px #000;
  background: #444;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme--light .pagination .pagination__container a.page-no:hover {
  background: #222;
}
.theme--light .pagination .pagination__container a.page-no:active {
  background: #000;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme--light .pagination .pagination__container a.page-no--current {
  color: #000;
  text-shadow: 0 0 5px #fff;
  background: #285da5;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme--light .pagination .pagination__container a.page-no--current:hover {
  background: #1c4174;
}
.theme--light .pagination .pagination__container a.page-no--current:active {
  background: #1c4174;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme--light .pagination .pagination__container .page-no--disabled {
  background: #ddd;
  color: #aaa;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .pagination .pagination__container {
  background: #ccc;
}
.theme--light-alt .pagination .pagination__container a.page-no {
  color: #fff;
  text-shadow: 0 0 5px #000;
  background: #444;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme--light-alt .pagination .pagination__container a.page-no:hover {
  background: #222;
}
.theme--light-alt .pagination .pagination__container a.page-no:active {
  background: #000;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme--light-alt .pagination .pagination__container a.page-no--current {
  color: #000;
  text-shadow: 0 0 5px #fff;
  background: #285da5;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme--light-alt .pagination .pagination__container a.page-no--current:hover {
  background: #1c4174;
}
.theme--light-alt .pagination .pagination__container a.page-no--current:active {
  background: #1c4174;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme--light-alt .pagination .pagination__container .page-no--disabled {
  background: #ddd;
  color: #aaa;
  text-shadow: 0 0 5px #fff;
}
.theme--dark .pagination .pagination__container {
  background: #444;
}
.theme--dark .pagination .pagination__container a.page-no {
  color: #000;
  text-shadow: 0 0 5px #fff;
  background: #ddd;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.3),
    0px 2px 2px 0px rgba(0, 0, 0, 0.24),
    0px 1px 5px 0px rgba(0, 0, 0, 0.22);
}
.theme--dark .pagination .pagination__container a.page-no:hover {
  background: #fff;
}
.theme--dark .pagination .pagination__container a.page-no:active {
  background: #fff;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.3),
    0px 8px 10px 1px rgba(0, 0, 0, 0.24),
    0px 3px 14px 2px rgba(0, 0, 0, 0.22);
}
.theme--dark .pagination .pagination__container a.page-no--current {
  color: #000;
  text-shadow: 0 0 5px #fff;
  background: #285da5;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme--dark .pagination .pagination__container a.page-no--current:hover {
  background: #1c4174;
}
.theme--dark .pagination .pagination__container a.page-no--current:active {
  background: #1c4174;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme--dark .pagination .pagination__container .page-no--disabled {
  background: #333;
  color: #888;
  text-shadow: 0 0 5px #000;
}
.theme--blue .pagination .pagination__container {
  background: #444;
}
.theme--blue .pagination .pagination__container a.page-no {
  color: #000;
  text-shadow: 0 0 5px #fff;
  background: #ddd;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.3),
    0px 2px 2px 0px rgba(0, 0, 0, 0.24),
    0px 1px 5px 0px rgba(0, 0, 0, 0.22);
}
.theme--blue .pagination .pagination__container a.page-no:hover {
  background: #fff;
}
.theme--blue .pagination .pagination__container a.page-no:active {
  background: #fff;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.3),
    0px 8px 10px 1px rgba(0, 0, 0, 0.24),
    0px 3px 14px 2px rgba(0, 0, 0, 0.22);
}
.theme--blue .pagination .pagination__container a.page-no--current {
  color: #000;
  text-shadow: 0 0 5px #fff;
  background: #285da5;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme--blue .pagination .pagination__container a.page-no--current:hover {
  background: #1c4174;
}
.theme--blue .pagination .pagination__container a.page-no--current:active {
  background: #1c4174;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme--blue .pagination .pagination__container .page-no--disabled {
  background: #333;
  color: #888;
  text-shadow: 0 0 5px #000;
}
.theme--dark-blue .pagination .pagination__container {
  background: #444;
}
.theme--dark-blue .pagination .pagination__container a.page-no {
  color: #000;
  text-shadow: 0 0 5px #fff;
  background: #ddd;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.3),
    0px 2px 2px 0px rgba(0, 0, 0, 0.24),
    0px 1px 5px 0px rgba(0, 0, 0, 0.22);
}
.theme--dark-blue .pagination .pagination__container a.page-no:hover {
  background: #fff;
}
.theme--dark-blue .pagination .pagination__container a.page-no:active {
  background: #fff;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.3),
    0px 8px 10px 1px rgba(0, 0, 0, 0.24),
    0px 3px 14px 2px rgba(0, 0, 0, 0.22);
}
.theme--dark-blue .pagination .pagination__container a.page-no--current {
  color: #000;
  text-shadow: 0 0 5px #fff;
  background: #285da5;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme--dark-blue .pagination .pagination__container a.page-no--current:hover {
  background: #1c4174;
}
.theme--dark-blue .pagination .pagination__container a.page-no--current:active {
  background: #1c4174;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme--dark-blue .pagination .pagination__container .page-no--disabled {
  background: #333;
  color: #888;
  text-shadow: 0 0 5px #000;
}
.product-categories {
  overflow: auto;
  margin-bottom: -16px;
}
.product-categories::after {
  content: '';
  display: table;
  clear: both;
}
.product-categories__category {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  float: left;
  transition: background-color 0.3s;
  border-radius: 3px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.product-categories__category__image-container {
  position: relative;
}
.product-categories__category__image-container:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s;
}
.product-categories__category__info {
  padding: 24px 16px;
  text-align: center;
}
.product-categories__category:hover {
  text-decoration: none;
}
.product-categories__category:hover .product-categories__category__image-container:after {
  display: block;
  opacity: 1;
}
.product-categories__category:active {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.15),
    0px 8px 10px 1px rgba(0, 0, 0, 0.09),
    0px 3px 14px 2px rgba(0, 0, 0, 0.07);
}
.product-categories {
  padding-left: 0px;
}
.product-categories__category {
  width: 100%;
}
.product-categories__category:nth-child(1n + 0),
.product-categories__category:nth-child(2n + 0),
.product-categories__category:nth-child(3n + 0),
.product-categories__category:nth-child(4n + 0),
.product-categories__category:nth-child(5n + 0),
.product-categories__category:nth-child(6n + 0) {
  clear: none;
  margin-left: 0;
  margin-right: 16px;
}
.product-categories__category:nth-child(1n + 0) {
  margin-right: 0;
}
.product-categories__category:first-child,
.product-categories__category:nth-child(1n + 1) {
  clear: both;
  margin-left: 0px;
}
@media (min-width: 320px) {
  .product-categories {
    padding-left: 16px;
  }
  .product-categories__category {
    width: 50%;
  }
  .product-categories__category:nth-child(1n + 0),
  .product-categories__category:nth-child(2n + 0),
  .product-categories__category:nth-child(3n + 0),
  .product-categories__category:nth-child(4n + 0),
  .product-categories__category:nth-child(5n + 0),
  .product-categories__category:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .product-categories__category:nth-child(2n + 0) {
    margin-right: 0;
  }
  .product-categories__category:first-child,
  .product-categories__category:nth-child(2n + 1) {
    clear: both;
    margin-left: -16px;
  }
}
@media (min-width: 720px) {
  .product-categories {
    padding-left: 32px;
  }
  .product-categories__category {
    width: 33.33333%;
  }
  .product-categories__category:nth-child(1n + 0),
  .product-categories__category:nth-child(2n + 0),
  .product-categories__category:nth-child(3n + 0),
  .product-categories__category:nth-child(4n + 0),
  .product-categories__category:nth-child(5n + 0),
  .product-categories__category:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .product-categories__category:nth-child(3n + 0) {
    margin-right: 0;
  }
  .product-categories__category:first-child,
  .product-categories__category:nth-child(3n + 1) {
    clear: both;
    margin-left: -32px;
  }
}
@media (min-width: 920px) {
  .product-categories {
    padding-left: 48px;
  }
  .product-categories__category {
    width: 25%;
  }
  .product-categories__category:nth-child(1n + 0),
  .product-categories__category:nth-child(2n + 0),
  .product-categories__category:nth-child(3n + 0),
  .product-categories__category:nth-child(4n + 0),
  .product-categories__category:nth-child(5n + 0),
  .product-categories__category:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .product-categories__category:nth-child(4n + 0) {
    margin-right: 0;
  }
  .product-categories__category:first-child,
  .product-categories__category:nth-child(4n + 1) {
    clear: both;
    margin-left: -48px;
  }
}
.product-categories__category__image-container:after {
  background-color: rgba(40, 93, 165, 0.25);
}
.theme--light .product-categories__category {
  background: #fff;
}
.theme--light .product-categories__category__info {
  border-top: 3px solid #285da5;
}
.theme--light .product-categories__category:hover {
  background: #eee;
}
.theme--light-alt .product-categories__category {
  background: #fff;
}
.theme--light-alt .product-categories__category__info {
  border-top: 3px solid #285da5;
}
.theme--light-alt .product-categories__category:hover {
  background: #eee;
}
.theme--dark .product-categories__category {
  background: #1d1d1d;
}
.theme--dark .product-categories__category__info {
  border-top: 3px solid #285da5;
}
.theme--dark .product-categories__category:hover {
  background: #000;
}
.theme--blue .product-categories__category {
  background: #1d1d1d;
}
.theme--blue .product-categories__category__info {
  border-top: 3px solid #285da5;
}
.theme--blue .product-categories__category:hover {
  background: #000;
}
.theme--dark-blue .product-categories__category {
  background: #1d1d1d;
}
.theme--dark-blue .product-categories__category__info {
  border-top: 3px solid #285da5;
}
.theme--dark-blue .product-categories__category:hover {
  background: #000;
}
.checklist {
  max-width: 720px;
}
.checklist li {
  position: relative;
  min-height: 24px;
  padding-top: 2px;
  padding-left: 32px;
  margin-bottom: 8px;
}
.checklist li:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}
.theme--light .checklist li:before {
  background-image: url('../img/icons/tick--light.png');
  background-color: #285da5;
  background-size: 16px;
  background-position: 4px 4px;
}
.theme--light-alt .checklist li:before {
  background-image: url('../img/icons/tick--light.png');
  background-color: #285da5;
  background-size: 16px;
  background-position: 4px 4px;
}
.theme--dark .checklist li:before {
  background-image: url('../img/icons/tick--dark.png');
  background-color: #285da5;
  background-size: 16px;
  background-position: 4px 4px;
}
.theme--blue .checklist li:before {
  background-image: url('../img/icons/tick--dark.png');
  background-color: #285da5;
  background-size: 16px;
  background-position: 4px 4px;
}
.theme--dark-blue .checklist li:before {
  background-image: url('../img/icons/tick--dark.png');
  background-color: #285da5;
  background-size: 16px;
  background-position: 4px 4px;
}
.signpost {
  display: block;
  position: relative;
  width: 100%;
  transition: background-color 0.3s;
  border-radius: 3px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.signpost__image-container {
  position: relative;
}
.signpost__image-container:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.signpost:hover {
  text-decoration: none;
}
.signpost:hover .signpost__image-container:after {
  display: block;
  opacity: 1;
}
.signpost:active {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.15),
    0px 8px 10px 1px rgba(0, 0, 0, 0.09),
    0px 3px 14px 2px rgba(0, 0, 0, 0.07);
}
.signposts--top .signpost__info,
.signposts--bottom .signpost__info {
  padding: 16px;
  text-align: center;
}
.signposts--overlay-centre .signpost__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  right: 16px;
  text-align: center;
}
.signposts--overlay-top .signpost__info {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  text-align: left;
}
.signposts--overlay-bottom .signpost__info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  text-align: left;
}
.signpost__image-container:after {
  background-color: rgba(40, 93, 165, 0.5);
}
.theme--light .signpost {
  background: #fff;
}
.theme--light .signpost:hover {
  background: #eee;
}
.theme--light-alt .signpost {
  background: #fff;
}
.theme--light-alt .signpost:hover {
  background: #eee;
}
.theme--dark .signpost {
  background: #1d1d1d;
}
.theme--dark .signpost:hover {
  background: #000;
}
.theme--blue .signpost {
  background: #1d1d1d;
}
.theme--blue .signpost:hover {
  background: #000;
}
.theme--dark-blue .signpost {
  background: #1d1d1d;
}
.theme--dark-blue .signpost:hover {
  background: #000;
}
.signposts--overlay-top .signpost .signpost__info__date,
.signposts--overlay-centre .signpost .signpost__info__date,
.signposts--overlay-bottom .signpost .signpost__info__date {
  color: #eee;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.signposts--overlay-top .signpost .signpost__info__heading,
.signposts--overlay-centre .signpost .signpost__info__heading,
.signposts--overlay-bottom .signpost .signpost__info__heading {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.signposts--overlay-top .signpost .signpost__info__heading-sub,
.signposts--overlay-centre .signpost .signpost__info__heading-sub,
.signposts--overlay-bottom .signpost .signpost__info__heading-sub {
  color: #eee;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.signposts--overlay-top .signpost .signpost__image-container:after,
.signposts--overlay-centre .signpost .signpost__image-container:after,
.signposts--overlay-bottom .signpost .signpost__image-container:after {
  background-color: rgba(40, 93, 165, 0.5);
}
.details-list__dd {
  margin-bottom: 12px;
  word-wrap: break-word;
}
.details-list__dd--address span {
  display: block;
}
.details-list__dd--address .button,
.details-list__dd--address .shopify-challenge__container .shopify-challenge__button,
.shopify-challenge__container .details-list__dd--address .shopify-challenge__button {
  margin-bottom: 12px;
}
.details-list__dd--opening-times {
  max-width: 400px;
  overflow: hidden;
}
.details-list__dd--opening-times dt {
  float: left;
  clear: left;
}
.details-list__dd--opening-times dd {
  float: right;
}
.site-message {
  display: block;
  padding: 16px 12px 12px 12px;
  background: #eece00;
  text-align: center;
  color: #000;
}
.site-message a {
  color: #000;
}
.bit--map {
  padding: 0;
}
.bit--map .bit__wrapper {
  position: static;
}
.bit--map__map {
  position: relative;
  min-height: 300px;
  background: #efeade;
  text-shadow: none;
}
.bit--map__details {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.bit--map__details__description + .details-list {
  margin-top: 16px;
}
@media (min-width: 720px) {
  .bit--map__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
  }
  .bit--map__details {
    min-height: 500px;
    margin-left: 50%;
    padding-left: 40px;
  }
}
.basket {
  max-width: 720px;
  margin: 0 auto;
}
.basket__details {
  clear: both;
  margin-top: 16px;
}
.basket__details__subtotal {
  text-align: right;
}
.basket__details__subtotal__compare-at-price {
  text-decoration: line-through;
}
.basket__details__delivery {
  text-align: right;
}
.basket__item {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
  border-radius: 3px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
  margin-top: 16px;
}
.basket__item__image-container {
  position: relative;
  padding: 16px;
}
.basket__item--sale .basket__item__image-container:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url('../img/overlays/sale-overlay.png') no-repeat top left;
  background-size: auto 100px;
}
.basket__item__info {
  padding: 16px;
  text-align: left;
}
.basket__item__info__title {
  margin-bottom: 4px;
}
.basket__item__info__price__compare-at-price {
  text-decoration: line-through;
  color: #666666;
}
.basket__item__info__tag {
  line-height: 1;
  display: inline-block;
  padding: 6px;
  border-radius: 3px;
}
@media (min-width: 520px) {
  .basket__item__image-container {
    width: 40%;
    float: left;
    padding-right: 0;
  }
  .basket__item__info {
    width: 60%;
    float: left;
  }
}
.bit--basket.theme--light .basket__item {
  background: #fff;
}
.bit--basket.theme--light .basket__item .basket__item__info__vendor {
  color: #1e467c;
}
.bit--basket.theme--light .basket__item .basket__item__info__price {
  color: #6a2;
}
.bit--basket.theme--light .basket__item .basket__item__info__price__compare-at-price {
  color: #888;
}
.bit--basket.theme--light .basket__details__subtotal,
.bit--basket.theme--light .basket__details__delivery span {
  color: #6a2;
}
.bit--basket.theme--light .basket__details__subtotal__compare-at-price {
  color: #888;
}
.bit--basket.theme--light-alt .basket__item {
  background: #fff;
}
.bit--basket.theme--light-alt .basket__item .basket__item__info__vendor {
  color: #1e467c;
}
.bit--basket.theme--light-alt .basket__item .basket__item__info__price {
  color: #6a2;
}
.bit--basket.theme--light-alt .basket__item .basket__item__info__price__compare-at-price {
  color: #888;
}
.bit--basket.theme--light-alt .basket__details__subtotal,
.bit--basket.theme--light-alt .basket__details__delivery span {
  color: #6a2;
}
.bit--basket.theme--light-alt .basket__details__subtotal__compare-at-price {
  color: #888;
}
.bit--basket.theme--dark .basket__item {
  background: #1d1d1d;
}
.bit--basket.theme--dark .basket__item .basket__item__info__vendor {
  color: #285da5;
}
.bit--basket.theme--dark .basket__item .basket__item__info__price {
  color: #6a2;
}
.bit--basket.theme--dark .basket__item .basket__item__info__price__compare-at-price {
  color: #888;
}
.bit--basket.theme--dark .basket__details__subtotal,
.bit--basket.theme--dark .basket__details__delivery span {
  color: #6a2;
}
.bit--basket.theme--dark .basket__details__subtotal__compare-at-price {
  color: #888;
}
.bit--basket.theme--blue .basket__item {
  background: #1d1d1d;
}
.bit--basket.theme--blue .basket__item .basket__item__info__vendor {
  color: #285da5;
}
.bit--basket.theme--blue .basket__item .basket__item__info__price {
  color: #6a2;
}
.bit--basket.theme--blue .basket__item .basket__item__info__price__compare-at-price {
  color: #888;
}
.bit--basket.theme--blue .basket__details__subtotal,
.bit--basket.theme--blue .basket__details__delivery span {
  color: #6a2;
}
.bit--basket.theme--blue .basket__details__subtotal__compare-at-price {
  color: #888;
}
.bit--basket.theme--dark-blue .basket__item {
  background: #1d1d1d;
}
.bit--basket.theme--dark-blue .basket__item .basket__item__info__vendor {
  color: #285da5;
}
.bit--basket.theme--dark-blue .basket__item .basket__item__info__price {
  color: #6a2;
}
.bit--basket.theme--dark-blue .basket__item .basket__item__info__price__compare-at-price {
  color: #888;
}
.bit--basket.theme--dark-blue .basket__details__subtotal,
.bit--basket.theme--dark-blue .basket__details__delivery span {
  color: #6a2;
}
.bit--basket.theme--dark-blue .basket__details__subtotal__compare-at-price {
  color: #888;
}
.bit--contact__details__description + .details-list {
  margin-top: 16px;
}
.bit--contact__form {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  background: #333333;
  border-radius: 3px;
}
.bit--contact__details + .bit--contact__form {
  margin-top: 40px;
}
@media (min-width: 720px) {
  .bit--contact__details {
    width: 50%;
    float: right;
    padding-left: 40px;
  }
  .bit--contact__form {
    margin-top: 0;
    max-width: 800px;
    padding: 40px;
  }
  .bit--contact__details + .bit--contact__form {
    max-width: none;
    width: 50%;
    float: left;
  }
}
.theme--light.bit--contact .bit--contact__form {
  background-color: #ddd;
}
.theme--light-alt.bit--contact .bit--contact__form {
  background-color: #ddd;
}
.theme--dark.bit--contact .bit--contact__form {
  background-color: #333;
}
.theme--blue.bit--contact .bit--contact__form {
  background-color: #333;
}
.theme--dark-blue.bit--contact .bit--contact__form {
  background-color: #333;
}
.bit--checklist .bit__wrapper {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.bit--checklist .checklist {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 720px) {
  .bit--checklist .checklist {
    width: 50%;
    float: left;
    padding-right: 16px;
  }
}
.bit--gallery .gallery {
  padding-left: 16px;
}
.bit--gallery .gallery__item {
  width: 50%;
  float: left;
}
.bit--gallery .gallery__item else {
  float: none;
}
.bit--gallery .gallery__item:nth-child(1n + 0),
.bit--gallery .gallery__item:nth-child(2n + 0),
.bit--gallery .gallery__item:nth-child(3n + 0),
.bit--gallery .gallery__item:nth-child(4n + 0),
.bit--gallery .gallery__item:nth-child(5n + 0),
.bit--gallery .gallery__item:nth-child(6n + 0) {
  clear: none;
  margin-left: 0;
  margin-right: 16px;
}
.bit--gallery .gallery__item:nth-child(2n + 0) {
  margin-right: 0;
}
.bit--gallery .gallery__item:first-child,
.bit--gallery .gallery__item:nth-child(2n + 1) {
  clear: both;
  margin-left: -16px;
}
@media (min-width: 820px) {
  .bit--gallery .gallery {
    padding-left: 32px;
  }
  .bit--gallery .gallery__item {
    width: 33.33333%;
    float: left;
  }
  .bit--gallery .gallery__item else {
    float: none;
  }
  .bit--gallery .gallery__item:nth-child(1n + 0),
  .bit--gallery .gallery__item:nth-child(2n + 0),
  .bit--gallery .gallery__item:nth-child(3n + 0),
  .bit--gallery .gallery__item:nth-child(4n + 0),
  .bit--gallery .gallery__item:nth-child(5n + 0),
  .bit--gallery .gallery__item:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .bit--gallery .gallery__item:nth-child(3n + 0) {
    margin-right: 0;
  }
  .bit--gallery .gallery__item:first-child,
  .bit--gallery .gallery__item:nth-child(3n + 1) {
    clear: both;
    margin-left: -32px;
  }
}
@media (min-width: 720px) {
  .bit--gallery--small .gallery {
    padding-left: 32px;
  }
  .bit--gallery--small .gallery__item {
    width: 33.33333%;
    float: left;
  }
  .bit--gallery--small .gallery__item else {
    float: none;
  }
  .bit--gallery--small .gallery__item:nth-child(1n + 0),
  .bit--gallery--small .gallery__item:nth-child(2n + 0),
  .bit--gallery--small .gallery__item:nth-child(3n + 0),
  .bit--gallery--small .gallery__item:nth-child(4n + 0),
  .bit--gallery--small .gallery__item:nth-child(5n + 0),
  .bit--gallery--small .gallery__item:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .bit--gallery--small .gallery__item:nth-child(3n + 0) {
    margin-right: 0;
  }
  .bit--gallery--small .gallery__item:first-child,
  .bit--gallery--small .gallery__item:nth-child(3n + 1) {
    clear: both;
    margin-left: -32px;
  }
}
@media (min-width: 1020px) {
  .bit--gallery--small .gallery {
    padding-left: 80px;
  }
  .bit--gallery--small .gallery__item {
    width: 16.66667%;
    float: left;
  }
  .bit--gallery--small .gallery__item else {
    float: none;
  }
  .bit--gallery--small .gallery__item:nth-child(1n + 0),
  .bit--gallery--small .gallery__item:nth-child(2n + 0),
  .bit--gallery--small .gallery__item:nth-child(3n + 0),
  .bit--gallery--small .gallery__item:nth-child(4n + 0),
  .bit--gallery--small .gallery__item:nth-child(5n + 0),
  .bit--gallery--small .gallery__item:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .bit--gallery--small .gallery__item:nth-child(6n + 0) {
    margin-right: 0;
  }
  .bit--gallery--small .gallery__item:first-child,
  .bit--gallery--small .gallery__item:nth-child(6n + 1) {
    clear: both;
    margin-left: -80px;
  }
}
.bit--heading--size--default .bit--heading__content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bit--heading__content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.bit--heading__content__icon {
  margin-bottom: 4px;
  max-width: 80px;
}
@media (min-width: 720px) {
  .bit--heading--size--default .bit--heading__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bit--heading--size--medium .bit--heading__content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .bit--heading--size--large .bit--heading__content {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.bit--key-message {
  background-position: center center;
  background-size: cover;
}
.bit--key-message--size--default .bit__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.bit--key-message--size--medium .bit__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bit--key-message--size--large .bit__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.bit--key-message .sub-heading {
  margin-bottom: 0;
}
.star-rating {
  position: relative;
  z-index: 1;
  height: 30px;
  margin-bottom: 8px;
}
.star-rating--pre-animate .star-rating__star {
  opacity: 0;
  animation: none;
}
.star-rating--animate .star-rating__star {
  opacity: 0;
  animation: star-rating 1s forwards;
}
.star-rating__star {
  overflow: hidden;
  display: inline-block;
  font-size: 45px;
  color: #ffc600;
  line-height: 30px;
}
.star-rating__star--full:before {
  content: '\2605';
}
.star-rating__star--empty:before {
  content: '\2606';
}
.star-rating__star:nth-child(1) {
  animation-delay: 0ms;
}
.star-rating__star:nth-child(2) {
  animation-delay: 200ms;
}
.star-rating__star:nth-child(3) {
  animation-delay: 370ms;
}
.star-rating__star:nth-child(4) {
  animation-delay: 500ms;
}
.star-rating__star:nth-child(5) {
  animation-delay: 600ms;
}
.bit--key-points__point {
  margin: auto;
  padding: 16px;
  text-align: center;
}
.bit--key-points__point__icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 16px auto;
}
.bit--key-points__point__image-container {
  max-width: 100%;
  margin: 0 auto 16px auto;
}
@keyframes star-rating {
  0% {
    opacity: 0;
    transform: translate(30px, 30px) rotate(90deg);
  }
  100% {
    opacity: 100;
    transform: translate(0, 0) rotate(0deg);
  }
}
@media (min-width: 620px) {
  .bit--key-points__point {
    width: 50%;
    float: left;
  }
  .bit--key-points__point:nth-child(odd) {
    clear: left;
  }
  .bit--key-points__point:last-child:nth-child(odd) {
    clear: both;
    float: none;
  }
}
@media (min-width: 920px) {
  .bit--key-points__point,
  .bit--key-points__point:nth-child(odd),
  .bit--key-points__point:last-child:nth-child(odd) {
    clear: none;
    width: 33.33%;
    float: left;
    margin-top: 0;
  }
  .bit--key-points__point:nth-child(3n + 1) {
    clear: both;
  }
  .bit--key-points__point:nth-child(3n + 1):nth-last-child(2) {
    margin-left: 16.66%;
  }
  .bit--key-points__point:nth-child(3n + 1):last-child {
    clear: both;
    float: none;
  }
}
.bit--logo-grid .bit--logo-grid__container {
  padding-left: 24px;
}
.bit--logo-grid .bit--logo-grid__container__item {
  width: 50%;
}
.bit--logo-grid .bit--logo-grid__container__item:nth-child(1n + 0),
.bit--logo-grid .bit--logo-grid__container__item:nth-child(2n + 0),
.bit--logo-grid .bit--logo-grid__container__item:nth-child(3n + 0),
.bit--logo-grid .bit--logo-grid__container__item:nth-child(4n + 0),
.bit--logo-grid .bit--logo-grid__container__item:nth-child(5n + 0),
.bit--logo-grid .bit--logo-grid__container__item:nth-child(6n + 0) {
  clear: none;
  margin-left: 0;
  margin-right: 24px;
}
.bit--logo-grid .bit--logo-grid__container__item:nth-child(2n + 0) {
  margin-right: 0;
}
.bit--logo-grid .bit--logo-grid__container__item:first-child,
.bit--logo-grid .bit--logo-grid__container__item:nth-child(2n + 1) {
  clear: both;
  margin-left: -24px;
}
.bit--logo-grid__container {
  overflow: auto;
  margin-bottom: -24px;
}
.bit--logo-grid__container::after {
  content: '';
  display: table;
  clear: both;
}
.bit--logo-grid__container__item {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  transition: background-color 0.3s;
  border-radius: 3px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.bit--logo-grid__container__item__image-container {
  position: relative;
}
.bit--logo-grid__container__item:hover {
  text-decoration: none;
}
.bit--logo-grid--no-shadow .bit--logo-grid__container__item {
  box-shadow: none;
}
*:not(*:root) .bit--logo-grid__container__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s;
  mix-blend-mode: lighten;
  background-color: #999999;
}
*:not(*:root) .bit--logo-grid__container__item:hover:after {
  opacity: 1;
}
@media (min-width: 520px) {
  .bit--logo-grid .bit--logo-grid__container {
    padding-left: 48px;
  }
  .bit--logo-grid .bit--logo-grid__container__item {
    width: 33.33333%;
  }
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(1n + 0),
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(2n + 0),
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(3n + 0),
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(4n + 0),
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(5n + 0),
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 24px;
  }
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(3n + 0) {
    margin-right: 0;
  }
  .bit--logo-grid .bit--logo-grid__container__item:first-child,
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(3n + 1) {
    clear: both;
    margin-left: -48px;
  }
}
@media (min-width: 820px) {
  .bit--logo-grid .bit--logo-grid__container {
    padding-left: 72px;
  }
  .bit--logo-grid .bit--logo-grid__container__item {
    width: 25%;
  }
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(1n + 0),
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(2n + 0),
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(3n + 0),
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(4n + 0),
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(5n + 0),
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 24px;
  }
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(4n + 0) {
    margin-right: 0;
  }
  .bit--logo-grid .bit--logo-grid__container__item:first-child,
  .bit--logo-grid .bit--logo-grid__container__item:nth-child(4n + 1) {
    clear: both;
    margin-left: -72px;
  }
}
*:not(*:root) .theme--light .bit--logo-grid__container__item:after {
  mix-blend-mode: lighten;
  background: #285da5;
}
*:not(*:root) .theme--light-alt .bit--logo-grid__container__item:after {
  mix-blend-mode: lighten;
  background: #285da5;
}
*:not(*:root) .theme--dark .bit--logo-grid__container__item:after {
  mix-blend-mode: darken;
  background: #69a1ff;
}
*:not(*:root) .theme--blue .bit--logo-grid__container__item:after {
  mix-blend-mode: darken;
  background: #69a1ff;
}
*:not(*:root) .theme--dark-blue .bit--logo-grid__container__item:after {
  mix-blend-mode: darken;
  background: #69a1ff;
}
.bit--photo-bar {
  padding: 0;
}
.bit--photo-bar__item {
  width: 50%;
}
.bit--photo-bar__item:nth-child(1) {
  display: block;
}
.bit--photo-bar__item:nth-child(2) {
  display: block;
}
.bit--photo-bar__item:nth-child(3) {
  display: block;
}
.bit--photo-bar__item:nth-child(4) {
  display: block;
}
.bit--photo-bar__item:nth-child(5) {
  display: none;
}
.bit--photo-bar__item:nth-child(6) {
  display: none;
}
.bit--photo-bar__item:nth-child(7) {
  display: none;
}
.bit--photo-bar__item:nth-child(8) {
  display: none;
}
.bit--photo-bar .bit__wrapper {
  max-width: 2080px;
}
.bit--photo-bar__item {
  position: relative;
  overflow: hidden;
  float: left;
}
.bit--photo-bar__item:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  transition: opacity 0.5s;
}
.bit--photo-bar__item:hover:after {
  display: block;
  opacity: 1;
}
@media (hover: none), (hover: on-demand) {
  .bit--photo-bar__item:hover:after {
    display: none;
    opacity: 0;
  }
}
@media (min-width: 600px) {
  .bit--photo-bar__item {
    width: 33.33333%;
  }
  .bit--photo-bar__item:nth-child(1) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(2) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(3) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(4) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(5) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(6) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(7) {
    display: none;
  }
  .bit--photo-bar__item:nth-child(8) {
    display: none;
  }
}
@media (min-width: 800px) {
  .bit--photo-bar__item {
    width: 25%;
  }
  .bit--photo-bar__item:nth-child(1) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(2) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(3) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(4) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(5) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(6) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(7) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(8) {
    display: block;
  }
}
@media (min-width: 1000px) {
  .bit--photo-bar__item {
    width: 20%;
  }
  .bit--photo-bar__item:nth-child(1) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(2) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(3) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(4) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(5) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(6) {
    display: none;
  }
  .bit--photo-bar__item:nth-child(7) {
    display: none;
  }
  .bit--photo-bar__item:nth-child(8) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .bit--photo-bar__item {
    width: 16.66667%;
  }
  .bit--photo-bar__item:nth-child(1) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(2) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(3) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(4) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(5) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(6) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(7) {
    display: none;
  }
  .bit--photo-bar__item:nth-child(8) {
    display: none;
  }
}
@media (min-width: 1400px) {
  .bit--photo-bar__item {
    width: 14.28571%;
  }
  .bit--photo-bar__item:nth-child(1) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(2) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(3) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(4) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(5) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(6) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(7) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(8) {
    display: none;
  }
}
@media (min-width: 1600px) {
  .bit--photo-bar__item {
    width: 12.5%;
  }
  .bit--photo-bar__item:nth-child(1) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(2) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(3) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(4) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(5) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(6) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(7) {
    display: block;
  }
  .bit--photo-bar__item:nth-child(8) {
    display: block;
  }
}
.bit--photo-bar__item {
  background-color: #fff;
}
.bit--photo-bar__item:after {
  background-color: rgba(40, 93, 165, 0.5);
  background-image: url('../img/overlays/zoom.png');
}
.bit--product-category .breadcrumb {
  margin-bottom: 4px;
}
.bit--product-category__heading {
  margin-bottom: 16px;
}
.bit--product-category__images {
  margin-bottom: 16px;
}
.bit--product-category__images .gallery {
  padding-left: 16px;
}
.bit--product-category__images .gallery__item {
  width: 50%;
  float: left;
}
.bit--product-category__images .gallery__item else {
  float: none;
}
.bit--product-category__images .gallery__item:nth-child(1n + 0),
.bit--product-category__images .gallery__item:nth-child(2n + 0),
.bit--product-category__images .gallery__item:nth-child(3n + 0),
.bit--product-category__images .gallery__item:nth-child(4n + 0),
.bit--product-category__images .gallery__item:nth-child(5n + 0),
.bit--product-category__images .gallery__item:nth-child(6n + 0) {
  clear: none;
  margin-left: 0;
  margin-right: 16px;
}
.bit--product-category__images .gallery__item:nth-child(2n + 0) {
  margin-right: 0;
}
.bit--product-category__images .gallery__item:first-child,
.bit--product-category__images .gallery__item:nth-child(2n + 1) {
  clear: both;
  margin-left: -16px;
}
.bit--product-category .product-categories {
  clear: both;
  padding-top: 32px;
}
@media (min-width: 720px) {
  .bit--product-category__details {
    float: left;
    width: 55%;
  }
  .bit--product-category__images {
    float: right;
    width: 45%;
    padding-left: 4px;
  }
  .bit--product-category__images + .bit--product-category__details {
    padding-right: 32px;
  }
}
.bit--products__container {
  margin-bottom: -16px;
}
.bit--products__container::after {
  content: '';
  display: table;
  clear: both;
}
.bit--products__container .product {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.pagination + .bit--products__container {
  margin-top: 32px;
}
.bit--products__container + .pagination {
  margin-top: 32px;
}
.product {
  position: relative;
  transition: background-color 0.3s;
  border-radius: 3px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.product__image-container {
  position: relative;
}
.product__image-container:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s;
}
.product--sale:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url('../img/overlays/sale-overlay.png') no-repeat top left;
  background-size: auto 100px;
}
.product__info {
  padding: 16px;
  padding-bottom: 64px;
  text-align: left;
}
.product__info__title {
  margin-bottom: 4px;
}
.product__info__price {
  position: absolute;
  bottom: 16px;
  right: 16px;
  text-align: right;
}
.product__info__price__compare-at-price {
  text-decoration: line-through;
  color: #666666;
}
.product__info__tag {
  line-height: 1;
  display: inline-block;
  padding: 6px;
  border-radius: 3px;
}
.product:hover {
  text-decoration: none;
}
.product:hover .product__image-container:after {
  display: block;
  opacity: 1;
}
.product:active {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.15),
    0px 8px 10px 1px rgba(0, 0, 0, 0.09),
    0px 3px 14px 2px rgba(0, 0, 0, 0.07);
}
.bit--products .bit--products__container {
  padding-left: 0px;
}
.bit--products .bit--products__container .product {
  width: 100%;
}
.bit--products .bit--products__container .product:nth-child(1n + 0),
.bit--products .bit--products__container .product:nth-child(2n + 0),
.bit--products .bit--products__container .product:nth-child(3n + 0),
.bit--products .bit--products__container .product:nth-child(4n + 0),
.bit--products .bit--products__container .product:nth-child(5n + 0),
.bit--products .bit--products__container .product:nth-child(6n + 0) {
  clear: none;
  margin-left: 0;
  margin-right: 16px;
}
.bit--products .bit--products__container .product:nth-child(1n + 0) {
  margin-right: 0;
}
.bit--products .bit--products__container .product:first-child,
.bit--products .bit--products__container .product:nth-child(1n + 1) {
  clear: both;
  margin-left: 0px;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(1) {
  display: block;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(2) {
  display: none;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(3) {
  display: none;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(4) {
  display: none;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(5) {
  display: none;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(6) {
  display: none;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(7) {
  display: none;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(8) {
  display: none;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(9) {
  display: none;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(10) {
  display: none;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(11) {
  display: none;
}
.bit--products--max-rows-1 .bit--products__container .product:nth-child(12) {
  display: none;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(1) {
  display: block;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(2) {
  display: block;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(3) {
  display: none;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(4) {
  display: none;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(5) {
  display: none;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(6) {
  display: none;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(7) {
  display: none;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(8) {
  display: none;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(9) {
  display: none;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(10) {
  display: none;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(11) {
  display: none;
}
.bit--products--max-rows-2 .bit--products__container .product:nth-child(12) {
  display: none;
}
@media (min-width: 320px) {
  .bit--products .bit--products__container {
    padding-left: 16px;
  }
  .bit--products .bit--products__container .product {
    width: 50%;
  }
  .bit--products .bit--products__container .product:nth-child(1n + 0),
  .bit--products .bit--products__container .product:nth-child(2n + 0),
  .bit--products .bit--products__container .product:nth-child(3n + 0),
  .bit--products .bit--products__container .product:nth-child(4n + 0),
  .bit--products .bit--products__container .product:nth-child(5n + 0),
  .bit--products .bit--products__container .product:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .bit--products .bit--products__container .product:nth-child(2n + 0) {
    margin-right: 0;
  }
  .bit--products .bit--products__container .product:first-child,
  .bit--products .bit--products__container .product:nth-child(2n + 1) {
    clear: both;
    margin-left: -16px;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(1) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(2) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(3) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(4) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(5) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(6) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(7) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(8) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(9) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(10) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(11) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(12) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(1) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(2) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(3) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(4) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(5) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(6) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(7) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(8) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(9) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(10) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(11) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(12) {
    display: none;
  }
}
@media (min-width: 720px) {
  .bit--products .bit--products__container {
    padding-left: 32px;
  }
  .bit--products .bit--products__container .product {
    width: 33.33333%;
  }
  .bit--products .bit--products__container .product:nth-child(1n + 0),
  .bit--products .bit--products__container .product:nth-child(2n + 0),
  .bit--products .bit--products__container .product:nth-child(3n + 0),
  .bit--products .bit--products__container .product:nth-child(4n + 0),
  .bit--products .bit--products__container .product:nth-child(5n + 0),
  .bit--products .bit--products__container .product:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .bit--products .bit--products__container .product:nth-child(3n + 0) {
    margin-right: 0;
  }
  .bit--products .bit--products__container .product:first-child,
  .bit--products .bit--products__container .product:nth-child(3n + 1) {
    clear: both;
    margin-left: -32px;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(1) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(2) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(3) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(4) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(5) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(6) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(7) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(8) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(9) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(10) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(11) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(12) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(1) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(2) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(3) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(4) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(5) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(6) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(7) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(8) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(9) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(10) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(11) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(12) {
    display: none;
  }
}
@media (min-width: 920px) {
  .bit--products .bit--products__container {
    padding-left: 48px;
  }
  .bit--products .bit--products__container .product {
    width: 25%;
  }
  .bit--products .bit--products__container .product:nth-child(1n + 0),
  .bit--products .bit--products__container .product:nth-child(2n + 0),
  .bit--products .bit--products__container .product:nth-child(3n + 0),
  .bit--products .bit--products__container .product:nth-child(4n + 0),
  .bit--products .bit--products__container .product:nth-child(5n + 0),
  .bit--products .bit--products__container .product:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .bit--products .bit--products__container .product:nth-child(4n + 0) {
    margin-right: 0;
  }
  .bit--products .bit--products__container .product:first-child,
  .bit--products .bit--products__container .product:nth-child(4n + 1) {
    clear: both;
    margin-left: -48px;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(1) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(2) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(3) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(4) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(5) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(6) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(7) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(8) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(9) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(10) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(11) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(12) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(1) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(2) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(3) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(4) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(5) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(6) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(7) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(8) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(9) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(10) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(11) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(12) {
    display: none;
  }
}
@media (min-width: 1320px) {
  .bit--products .bit--products__container {
    padding-left: 64px;
  }
  .bit--products .bit--products__container .product {
    width: 20%;
  }
  .bit--products .bit--products__container .product:nth-child(1n + 0),
  .bit--products .bit--products__container .product:nth-child(2n + 0),
  .bit--products .bit--products__container .product:nth-child(3n + 0),
  .bit--products .bit--products__container .product:nth-child(4n + 0),
  .bit--products .bit--products__container .product:nth-child(5n + 0),
  .bit--products .bit--products__container .product:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .bit--products .bit--products__container .product:nth-child(5n + 0) {
    margin-right: 0;
  }
  .bit--products .bit--products__container .product:first-child,
  .bit--products .bit--products__container .product:nth-child(5n + 1) {
    clear: both;
    margin-left: -64px;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(1) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(2) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(3) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(4) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(5) {
    display: block;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(6) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(7) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(8) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(9) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(10) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(11) {
    display: none;
  }
  .bit--products--max-rows-1 .bit--products__container .product:nth-child(12) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(1) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(2) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(3) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(4) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(5) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(6) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(7) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(8) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(9) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(10) {
    display: block;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(11) {
    display: none;
  }
  .bit--products--max-rows-2 .bit--products__container .product:nth-child(12) {
    display: none;
  }
}
.product__image-container:after {
  background-color: rgba(40, 93, 165, 0.25);
}
.bit--products.theme--light .product {
  background: #fff;
}
.bit--products.theme--light .product .product__info {
  border-top: 3px solid #285da5;
}
.bit--products.theme--light .product .product__info__vendor {
  color: #1e467c;
}
.bit--products.theme--light .product .product__info__price {
  color: #6a2;
}
.bit--products.theme--light .product .product__info__price__compare-at-price {
  color: #888;
}
.bit--products.theme--light .product:hover {
  background: #eee;
}
.bit--products.theme--light-alt .product {
  background: #fff;
}
.bit--products.theme--light-alt .product .product__info {
  border-top: 3px solid #285da5;
}
.bit--products.theme--light-alt .product .product__info__vendor {
  color: #1e467c;
}
.bit--products.theme--light-alt .product .product__info__price {
  color: #6a2;
}
.bit--products.theme--light-alt .product .product__info__price__compare-at-price {
  color: #888;
}
.bit--products.theme--light-alt .product:hover {
  background: #eee;
}
.bit--products.theme--dark .product {
  background: #1d1d1d;
}
.bit--products.theme--dark .product .product__info {
  border-top: 3px solid #285da5;
}
.bit--products.theme--dark .product .product__info__vendor {
  color: #285da5;
}
.bit--products.theme--dark .product .product__info__price {
  color: #6a2;
}
.bit--products.theme--dark .product .product__info__price__compare-at-price {
  color: #888;
}
.bit--products.theme--dark .product:hover {
  background: #000;
}
.bit--products.theme--blue .product {
  background: #1d1d1d;
}
.bit--products.theme--blue .product .product__info {
  border-top: 3px solid #285da5;
}
.bit--products.theme--blue .product .product__info__vendor {
  color: #285da5;
}
.bit--products.theme--blue .product .product__info__price {
  color: #6a2;
}
.bit--products.theme--blue .product .product__info__price__compare-at-price {
  color: #888;
}
.bit--products.theme--blue .product:hover {
  background: #000;
}
.bit--products.theme--dark-blue .product {
  background: #1d1d1d;
}
.bit--products.theme--dark-blue .product .product__info {
  border-top: 3px solid #285da5;
}
.bit--products.theme--dark-blue .product .product__info__vendor {
  color: #285da5;
}
.bit--products.theme--dark-blue .product .product__info__price {
  color: #6a2;
}
.bit--products.theme--dark-blue .product .product__info__price__compare-at-price {
  color: #888;
}
.bit--products.theme--dark-blue .product:hover {
  background: #000;
}
.bit--product-details .breadcrumb {
  margin-bottom: 4px;
}
.bit--product-details__heading {
  margin-bottom: 16px;
}
.bit--product-details__images {
  margin-bottom: 16px;
}
.bit--product-details__images .gallery {
  padding-left: 32px;
}
.bit--product-details__images .gallery__item {
  width: 33.33333%;
  float: left;
}
.bit--product-details__images .gallery__item else {
  float: none;
}
.bit--product-details__images .gallery__item:nth-child(1n + 0),
.bit--product-details__images .gallery__item:nth-child(2n + 0),
.bit--product-details__images .gallery__item:nth-child(3n + 0),
.bit--product-details__images .gallery__item:nth-child(4n + 0),
.bit--product-details__images .gallery__item:nth-child(5n + 0),
.bit--product-details__images .gallery__item:nth-child(6n + 0) {
  clear: none;
  margin-left: 0;
  margin-right: 16px;
}
.bit--product-details__images .gallery__item:nth-child(3n + 0) {
  margin-right: 0;
}
.bit--product-details__images .gallery__item:first-child,
.bit--product-details__images .gallery__item:nth-child(3n + 1) {
  clear: both;
  margin-left: -32px;
}
.bit--product-details__details__form-container {
  padding: 20px;
  margin-bottom: 20px;
}
.bit--product-details__details__compare-at-price {
  text-decoration: line-through;
  margin-bottom: 0;
}
.bit--product-details__details__price {
  margin-bottom: 8px;
}
.bit--product-details__details__delivery {
  margin-top: -0.5em;
  margin-bottom: 8px;
}
.bit--product-details__details__finance {
  margin-top: -0.3em;
  margin-bottom: 8px;
}
.bit--product-details__details__selling-points {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 5px solid #dddddd;
}
.bit--product-details__details__selling-points li {
  position: relative;
  min-height: 24px;
  padding-top: 2px;
  padding-left: 32px;
  margin-bottom: 8px;
}
.bit--product-details__details__selling-points li:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}
@media (min-width: 720px) {
  .bit--product-details__images,
  .bit--product-details__details {
    float: left;
    width: 50%;
  }
  .bit--product-details__images {
    padding-right: 4px;
  }
  .bit--product-details__details {
    padding-left: 32px;
  }
}
.bit--product-details.theme--light .bit--product-details__details__form-container {
  background-color: #ddd;
}
.bit--product-details.theme--light .bit--product-details__details__compare-at-price {
  color: #888;
}
.bit--product-details.theme--light .bit--product-details__details__price {
  color: #6a2;
}
.bit--product-details.theme--light .bit--product-details__details__selling-points li:before {
  background-image: url('../img/icons/tick--light.png');
  background-color: #6a2;
  background-size: 16px;
  background-position: 4px 4px;
}
.bit--product-details.theme--light .bit--product-details__details__delivery {
  color: #477718;
}
.bit--product-details.theme--light-alt .bit--product-details__details__form-container {
  background-color: #ddd;
}
.bit--product-details.theme--light-alt .bit--product-details__details__compare-at-price {
  color: #888;
}
.bit--product-details.theme--light-alt .bit--product-details__details__price {
  color: #6a2;
}
.bit--product-details.theme--light-alt .bit--product-details__details__selling-points li:before {
  background-image: url('../img/icons/tick--light.png');
  background-color: #6a2;
  background-size: 16px;
  background-position: 4px 4px;
}
.bit--product-details.theme--light-alt .bit--product-details__details__delivery {
  color: #477718;
}
.bit--product-details.theme--dark .bit--product-details__details__form-container {
  background-color: #333;
}
.bit--product-details.theme--dark .bit--product-details__details__compare-at-price {
  color: #888;
}
.bit--product-details.theme--dark .bit--product-details__details__price {
  color: #6a2;
}
.bit--product-details.theme--dark .bit--product-details__details__selling-points li:before {
  background-image: url('../img/icons/tick--light.png');
  background-color: #6a2;
  background-size: 16px;
  background-position: 4px 4px;
}
.bit--product-details.theme--dark .bit--product-details__details__delivery {
  color: #477718;
}
.bit--product-details.theme--blue .bit--product-details__details__form-container {
  background-color: #333;
}
.bit--product-details.theme--blue .bit--product-details__details__compare-at-price {
  color: #888;
}
.bit--product-details.theme--blue .bit--product-details__details__price {
  color: #6a2;
}
.bit--product-details.theme--blue .bit--product-details__details__selling-points li:before {
  background-image: url('../img/icons/tick--light.png');
  background-color: #6a2;
  background-size: 16px;
  background-position: 4px 4px;
}
.bit--product-details.theme--blue .bit--product-details__details__delivery {
  color: #477718;
}
.bit--product-details.theme--dark-blue .bit--product-details__details__form-container {
  background-color: #333;
}
.bit--product-details.theme--dark-blue .bit--product-details__details__compare-at-price {
  color: #888;
}
.bit--product-details.theme--dark-blue .bit--product-details__details__price {
  color: #6a2;
}
.bit--product-details.theme--dark-blue .bit--product-details__details__selling-points li:before {
  background-image: url('../img/icons/tick--light.png');
  background-color: #6a2;
  background-size: 16px;
  background-position: 4px 4px;
}
.bit--product-details.theme--dark-blue .bit--product-details__details__delivery {
  color: #477718;
}
.bit--quote .sub-heading + .quote {
  padding-top: 16px;
}
.bit--quote .quote {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 520px) {
  .bit--quote .quote .quote__text {
    padding: 0 80px;
  }
  .bit--quote .quote .quote__source {
    margin-top: 24px;
  }
}
.bit--quotes__quotes-grid {
  position: relative;
  margin: -8px;
}
.bit--quotes__quotes-grid__item {
  position: relative;
  padding: 8px;
}
@media (min-width: 720px) {
  .bit--quotes__quotes-grid__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1304px) {
  .bit--quotes__quotes-grid__item {
    width: 33.33%;
  }
}
.bit--search-box .sub-heading {
  margin-bottom: 4px;
}
.bit--search-box form {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.bit--search-box form .form__textbox {
  text-align: center;
}
@keyframes signpost-reel__load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bit--signpost-reel .signposts {
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  margin-left: -8px;
}
.bit--signpost-reel .signposts.slick-initialized {
  height: auto;
  animation: signpost-reel__load 0.4s forwards;
}
.bit--signpost-reel .signposts .slick-list {
  padding: 8px;
}
.bit--signpost-reel .signposts .slick-slide {
  height: auto;
}
.bit--signpost-reel .signposts .slick-slide:hover,
.bit--signpost-reel .signposts .slick-slide:active,
.bit--signpost-reel .signposts .slick-slide:focus {
  box-shadow: none;
  outline: none;
}
.bit--signpost-reel .signposts .signpost {
  width: 320px;
  margin-right: 16px;
}
.bit--signpost-reel__controls {
  position: relative;
  margin-top: 12px;
  text-align: center;
}
.bit--signpost-reel__controls a {
  transition: color 0.4s;
}
.bit--signpost-reel__controls a .icon {
  padding-left: 1.3em;
}
.bit--signpost-reel__controls a .icon:before {
  font-size: 1.3em;
}
.bit--signpost-reel__controls__view-all {
  margin-left: 8px;
  margin-right: 8px;
}
.bit--signpost-reel--overlap {
  padding: 0;
  overflow: visible;
  background: none !important;
}
.bit--signpost-reel--overlap:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 22px;
}
.bit--signpost-reel--overlap .bit__wrapper {
  max-width: none;
}
.bit--signpost-reel--overlap .signposts {
  margin-top: -22px;
  margin-left: 0;
  margin-right: 0;
}
.bit--signpost-reel--overlap .signposts .slick-list {
  padding: 0;
}
.bit--signpost-reel--overlap .signposts .signpost {
  margin-top: 22px;
  transition: margin-top 0.5s;
  margin-right: 0;
  padding-bottom: 28px;
}
.bit--signpost-reel--overlap .signposts .signpost:hover {
  margin-top: 10px;
  z-index: 999;
}
.bit--signpost-reel--overlap .bit--signpost-reel__controls {
  position: relative;
  margin-top: -22px;
  padding: 12px;
}
.theme--light .bit--signpost-reel .signposts .slick-slide:hover,
.theme--light .bit--signpost-reel .signposts .slick-slide:focus,
.theme--light.bit--signpost-reel .signposts .slick-slide:hover,
.theme--light.bit--signpost-reel .signposts .slick-slide:focus {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.theme--light .bit--signpost-reel .signposts .slick-slide:active,
.theme--light.bit--signpost-reel .signposts .slick-slide:active {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.15),
    0px 8px 10px 1px rgba(0, 0, 0, 0.09),
    0px 3px 14px 2px rgba(0, 0, 0, 0.07);
}
.theme--light .bit--signpost-reel .bit--signpost-reel__controls a,
.theme--light.bit--signpost-reel .bit--signpost-reel__controls a {
  color: #111;
  text-shadow: 0 0 5px #fff;
}
.theme--light .bit--signpost-reel .bit--signpost-reel__controls a.slick-arrow.slick-disabled,
.theme--light.bit--signpost-reel .bit--signpost-reel__controls a.slick-arrow.slick-disabled {
  color: #777;
}
.theme--light .bit--signpost-reel .bit--signpost-reel__controls a:hover,
.theme--light.bit--signpost-reel .bit--signpost-reel__controls a:hover {
  color: #285da5;
}
.theme--light .bit--signpost-reel--overlap:before,
.theme--light.bit--signpost-reel--overlap:before {
  background-color: #fff;
}
.theme--light .bit--signpost-reel--overlap .signposts .slick-slide,
.theme--light .bit--signpost-reel--overlap .signposts .slick-slide:hover,
.theme--light .bit--signpost-reel--overlap .signposts .slick-slide:active,
.theme--light .bit--signpost-reel--overlap .signposts .slick-slide:focus,
.theme--light.bit--signpost-reel--overlap .signposts .slick-slide,
.theme--light.bit--signpost-reel--overlap .signposts .slick-slide:hover,
.theme--light.bit--signpost-reel--overlap .signposts .slick-slide:active,
.theme--light.bit--signpost-reel--overlap .signposts .slick-slide:focus {
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.theme--light .bit--signpost-reel--overlap .bit--signpost-reel__controls,
.theme--light.bit--signpost-reel--overlap .bit--signpost-reel__controls {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.theme--light-alt .bit--signpost-reel .signposts .slick-slide:hover,
.theme--light-alt .bit--signpost-reel .signposts .slick-slide:focus,
.theme--light-alt.bit--signpost-reel .signposts .slick-slide:hover,
.theme--light-alt.bit--signpost-reel .signposts .slick-slide:focus {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.theme--light-alt .bit--signpost-reel .signposts .slick-slide:active,
.theme--light-alt.bit--signpost-reel .signposts .slick-slide:active {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.15),
    0px 8px 10px 1px rgba(0, 0, 0, 0.09),
    0px 3px 14px 2px rgba(0, 0, 0, 0.07);
}
.theme--light-alt .bit--signpost-reel .bit--signpost-reel__controls a,
.theme--light-alt.bit--signpost-reel .bit--signpost-reel__controls a {
  color: #111;
  text-shadow: 0 0 5px #fff;
}
.theme--light-alt .bit--signpost-reel .bit--signpost-reel__controls a.slick-arrow.slick-disabled,
.theme--light-alt.bit--signpost-reel .bit--signpost-reel__controls a.slick-arrow.slick-disabled {
  color: #777;
}
.theme--light-alt .bit--signpost-reel .bit--signpost-reel__controls a:hover,
.theme--light-alt.bit--signpost-reel .bit--signpost-reel__controls a:hover {
  color: #285da5;
}
.theme--light-alt .bit--signpost-reel--overlap:before,
.theme--light-alt.bit--signpost-reel--overlap:before {
  background-color: #fff;
}
.theme--light-alt .bit--signpost-reel--overlap .signposts .slick-slide,
.theme--light-alt .bit--signpost-reel--overlap .signposts .slick-slide:hover,
.theme--light-alt .bit--signpost-reel--overlap .signposts .slick-slide:active,
.theme--light-alt .bit--signpost-reel--overlap .signposts .slick-slide:focus,
.theme--light-alt.bit--signpost-reel--overlap .signposts .slick-slide,
.theme--light-alt.bit--signpost-reel--overlap .signposts .slick-slide:hover,
.theme--light-alt.bit--signpost-reel--overlap .signposts .slick-slide:active,
.theme--light-alt.bit--signpost-reel--overlap .signposts .slick-slide:focus {
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.theme--light-alt .bit--signpost-reel--overlap .bit--signpost-reel__controls,
.theme--light-alt.bit--signpost-reel--overlap .bit--signpost-reel__controls {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.theme--dark .bit--signpost-reel .signposts .slick-slide:hover,
.theme--dark .bit--signpost-reel .signposts .slick-slide:focus,
.theme--dark.bit--signpost-reel .signposts .slick-slide:hover,
.theme--dark.bit--signpost-reel .signposts .slick-slide:focus {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.theme--dark .bit--signpost-reel .signposts .slick-slide:active,
.theme--dark.bit--signpost-reel .signposts .slick-slide:active {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.15),
    0px 8px 10px 1px rgba(0, 0, 0, 0.09),
    0px 3px 14px 2px rgba(0, 0, 0, 0.07);
}
.theme--dark .bit--signpost-reel .bit--signpost-reel__controls a,
.theme--dark.bit--signpost-reel .bit--signpost-reel__controls a {
  color: #eee;
  text-shadow: 0 0 5px #000;
}
.theme--dark .bit--signpost-reel .bit--signpost-reel__controls a.slick-arrow.slick-disabled,
.theme--dark.bit--signpost-reel .bit--signpost-reel__controls a.slick-arrow.slick-disabled {
  color: #ccc;
}
.theme--dark .bit--signpost-reel .bit--signpost-reel__controls a:hover,
.theme--dark.bit--signpost-reel .bit--signpost-reel__controls a:hover {
  color: #285da5;
}
.theme--dark .bit--signpost-reel--overlap:before,
.theme--dark.bit--signpost-reel--overlap:before {
  background-color: #1d1d1d;
}
.theme--dark .bit--signpost-reel--overlap .signposts .slick-slide,
.theme--dark .bit--signpost-reel--overlap .signposts .slick-slide:hover,
.theme--dark .bit--signpost-reel--overlap .signposts .slick-slide:active,
.theme--dark .bit--signpost-reel--overlap .signposts .slick-slide:focus,
.theme--dark.bit--signpost-reel--overlap .signposts .slick-slide,
.theme--dark.bit--signpost-reel--overlap .signposts .slick-slide:hover,
.theme--dark.bit--signpost-reel--overlap .signposts .slick-slide:active,
.theme--dark.bit--signpost-reel--overlap .signposts .slick-slide:focus {
  border: 1px solid rgba(68, 68, 68, 0.5);
  box-shadow:
    0 0 15px #000,
    0 0 15px #000;
}
.theme--dark .bit--signpost-reel--overlap .bit--signpost-reel__controls,
.theme--dark.bit--signpost-reel--overlap .bit--signpost-reel__controls {
  background: #1d1d1d;
  border: 1px solid rgba(68, 68, 68, 0.5);
  box-shadow:
    0 0 15px #000,
    0 0 15px #000;
}
.theme--blue .bit--signpost-reel .signposts .slick-slide:hover,
.theme--blue .bit--signpost-reel .signposts .slick-slide:focus,
.theme--blue.bit--signpost-reel .signposts .slick-slide:hover,
.theme--blue.bit--signpost-reel .signposts .slick-slide:focus {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.theme--blue .bit--signpost-reel .signposts .slick-slide:active,
.theme--blue.bit--signpost-reel .signposts .slick-slide:active {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.15),
    0px 8px 10px 1px rgba(0, 0, 0, 0.09),
    0px 3px 14px 2px rgba(0, 0, 0, 0.07);
}
.theme--blue .bit--signpost-reel .bit--signpost-reel__controls a,
.theme--blue.bit--signpost-reel .bit--signpost-reel__controls a {
  color: #eee;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--blue .bit--signpost-reel .bit--signpost-reel__controls a.slick-arrow.slick-disabled,
.theme--blue.bit--signpost-reel .bit--signpost-reel__controls a.slick-arrow.slick-disabled {
  color: #ccc;
}
.theme--blue .bit--signpost-reel .bit--signpost-reel__controls a:hover,
.theme--blue.bit--signpost-reel .bit--signpost-reel__controls a:hover {
  color: #285da5;
}
.theme--blue .bit--signpost-reel--overlap:before,
.theme--blue.bit--signpost-reel--overlap:before {
  background-color: #1d1d1d;
}
.theme--blue .bit--signpost-reel--overlap .signposts .slick-slide,
.theme--blue .bit--signpost-reel--overlap .signposts .slick-slide:hover,
.theme--blue .bit--signpost-reel--overlap .signposts .slick-slide:active,
.theme--blue .bit--signpost-reel--overlap .signposts .slick-slide:focus,
.theme--blue.bit--signpost-reel--overlap .signposts .slick-slide,
.theme--blue.bit--signpost-reel--overlap .signposts .slick-slide:hover,
.theme--blue.bit--signpost-reel--overlap .signposts .slick-slide:active,
.theme--blue.bit--signpost-reel--overlap .signposts .slick-slide:focus {
  border: 1px solid rgba(68, 68, 68, 0.5);
  box-shadow:
    0 0 15px #000,
    0 0 15px #000;
}
.theme--blue .bit--signpost-reel--overlap .bit--signpost-reel__controls,
.theme--blue.bit--signpost-reel--overlap .bit--signpost-reel__controls {
  background: #1d1d1d;
  border: 1px solid rgba(68, 68, 68, 0.5);
  box-shadow:
    0 0 15px #000,
    0 0 15px #000;
}
.theme--dark-blue .bit--signpost-reel .signposts .slick-slide:hover,
.theme--dark-blue .bit--signpost-reel .signposts .slick-slide:focus,
.theme--dark-blue.bit--signpost-reel .signposts .slick-slide:hover,
.theme--dark-blue.bit--signpost-reel .signposts .slick-slide:focus {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px 0px rgba(0, 0, 0, 0.09),
    0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.theme--dark-blue .bit--signpost-reel .signposts .slick-slide:active,
.theme--dark-blue.bit--signpost-reel .signposts .slick-slide:active {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.15),
    0px 8px 10px 1px rgba(0, 0, 0, 0.09),
    0px 3px 14px 2px rgba(0, 0, 0, 0.07);
}
.theme--dark-blue .bit--signpost-reel .bit--signpost-reel__controls a,
.theme--dark-blue.bit--signpost-reel .bit--signpost-reel__controls a {
  color: #eee;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.theme--dark-blue .bit--signpost-reel .bit--signpost-reel__controls a.slick-arrow.slick-disabled,
.theme--dark-blue.bit--signpost-reel .bit--signpost-reel__controls a.slick-arrow.slick-disabled {
  color: #ccc;
}
.theme--dark-blue .bit--signpost-reel .bit--signpost-reel__controls a:hover,
.theme--dark-blue.bit--signpost-reel .bit--signpost-reel__controls a:hover {
  color: #285da5;
}
.theme--dark-blue .bit--signpost-reel--overlap:before,
.theme--dark-blue.bit--signpost-reel--overlap:before {
  background-color: #1d1d1d;
}
.theme--dark-blue .bit--signpost-reel--overlap .signposts .slick-slide,
.theme--dark-blue .bit--signpost-reel--overlap .signposts .slick-slide:hover,
.theme--dark-blue .bit--signpost-reel--overlap .signposts .slick-slide:active,
.theme--dark-blue .bit--signpost-reel--overlap .signposts .slick-slide:focus,
.theme--dark-blue.bit--signpost-reel--overlap .signposts .slick-slide,
.theme--dark-blue.bit--signpost-reel--overlap .signposts .slick-slide:hover,
.theme--dark-blue.bit--signpost-reel--overlap .signposts .slick-slide:active,
.theme--dark-blue.bit--signpost-reel--overlap .signposts .slick-slide:focus {
  border: 1px solid rgba(68, 68, 68, 0.5);
  box-shadow:
    0 0 15px #000,
    0 0 15px #000;
}
.theme--dark-blue .bit--signpost-reel--overlap .bit--signpost-reel__controls,
.theme--dark-blue.bit--signpost-reel--overlap .bit--signpost-reel__controls {
  background: #1d1d1d;
  border: 1px solid rgba(68, 68, 68, 0.5);
  box-shadow:
    0 0 15px #000,
    0 0 15px #000;
}
.bit--signposts .signposts {
  overflow: auto;
  margin-bottom: -16px;
}
.bit--signposts .signposts::after {
  content: '';
  display: table;
  clear: both;
}
.bit--signposts .signposts .signpost {
  margin-bottom: 16px;
}
@media (min-width: 520px) {
  .bit--signposts .signposts {
    padding-left: 16px;
  }
  .bit--signposts .signposts .signpost {
    width: 50%;
    float: left;
  }
  .bit--signposts .signposts .signpost:nth-child(1n + 0),
  .bit--signposts .signposts .signpost:nth-child(2n + 0),
  .bit--signposts .signposts .signpost:nth-child(3n + 0),
  .bit--signposts .signposts .signpost:nth-child(4n + 0),
  .bit--signposts .signposts .signpost:nth-child(5n + 0),
  .bit--signposts .signposts .signpost:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .bit--signposts .signposts .signpost:nth-child(2n + 0) {
    margin-right: 0;
  }
  .bit--signposts .signposts .signpost:first-child,
  .bit--signposts .signposts .signpost:nth-child(2n + 1) {
    clear: both;
    margin-left: -16px;
  }
}
@media (min-width: 820px) {
  .bit--signposts .signposts {
    padding-left: 32px;
  }
  .bit--signposts .signposts .signpost {
    width: 33.33333%;
    float: left;
  }
  .bit--signposts .signposts .signpost:nth-child(1n + 0),
  .bit--signposts .signposts .signpost:nth-child(2n + 0),
  .bit--signposts .signposts .signpost:nth-child(3n + 0),
  .bit--signposts .signposts .signpost:nth-child(4n + 0),
  .bit--signposts .signposts .signpost:nth-child(5n + 0),
  .bit--signposts .signposts .signpost:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .bit--signposts .signposts .signpost:nth-child(3n + 0) {
    margin-right: 0;
  }
  .bit--signposts .signposts .signpost:first-child,
  .bit--signposts .signposts .signpost:nth-child(3n + 1) {
    clear: both;
    margin-left: -32px;
  }
}
@media (min-width: 1320px) {
  .bit--signposts .signposts {
    padding-left: 48px;
  }
  .bit--signposts .signposts .signpost {
    width: 25%;
    float: left;
  }
  .bit--signposts .signposts .signpost:nth-child(1n + 0),
  .bit--signposts .signposts .signpost:nth-child(2n + 0),
  .bit--signposts .signposts .signpost:nth-child(3n + 0),
  .bit--signposts .signposts .signpost:nth-child(4n + 0),
  .bit--signposts .signposts .signpost:nth-child(5n + 0),
  .bit--signposts .signposts .signpost:nth-child(6n + 0) {
    clear: none;
    margin-left: 0;
    margin-right: 16px;
  }
  .bit--signposts .signposts .signpost:nth-child(4n + 0) {
    margin-right: 0;
  }
  .bit--signposts .signposts .signpost:first-child,
  .bit--signposts .signposts .signpost:nth-child(4n + 1) {
    clear: both;
    margin-left: -48px;
  }
}
.bit--split .bit__wrapper {
  position: static;
}
.bit--split .bit--split__half--empty {
  padding: 0 !important;
}
.bit--split .bit--split__half > .aspect {
  position: static;
}
@media (max-width: 720px) {
  .bit--split {
    padding: 0;
  }
  .bit--split__half {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }
  .bit--split.bit--split--with-no-backgrounds.bit--split--order-normal .bit--split__half--left {
    padding-bottom: 16px;
  }
  .bit--split.bit--split--with-no-backgrounds.bit--split--order-normal .bit--split__half--right {
    padding-top: 16px;
  }
  .bit--split.bit--split--with-no-backgrounds.bit--split--order-reverse .bit--split__half--right {
    padding-bottom: 16px;
  }
  .bit--split.bit--split--with-no-backgrounds.bit--split--order-reverse .bit--split__half--left {
    padding-top: 16px;
  }
  .bit--split.bit--split--with-backgrounds.bit--split--order-normal .bit--split__half--left {
    padding-bottom: 32px;
  }
  .bit--split.bit--split--with-backgrounds.bit--split--order-normal .bit--split__half--right {
    padding-top: 32px;
  }
  .bit--split.bit--split--with-backgrounds.bit--split--order-reverse .bit--split__half--right {
    padding-bottom: 32px;
  }
  .bit--split.bit--split--with-backgrounds.bit--split--order-reverse .bit--split__half--left {
    padding-top: 32px;
  }
}
@media (min-width: 720px) {
  .bit--split {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bit--split__half {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .bit--split--size--large .bit--split__half {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .bit--split__half {
    width: 50%;
  }
  .bit--split__half--left {
    float: left;
    padding-right: 16px;
  }
  .bit--split__half--left .background {
    right: 50%;
  }
  .bit--split__half--right {
    float: right;
    padding-left: 16px;
  }
  .bit--split__half--right .background {
    left: 50%;
  }
  .bit--split--with-backgrounds .bit--split__half--left {
    padding-right: 32px;
  }
  .bit--split--with-backgrounds .bit--split__half--right {
    padding-left: 32px;
  }
}
.split-bit {
  position: relative;
}
.split-bit--key-points__point {
  min-height: 90px;
  padding-left: 106px;
  position: relative;
  text-align: left;
}
.split-bit--key-points__point + .split-bit--key-points__point {
  margin-top: 32px;
}
.split-bit--key-points__point__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
}
.split-bit--key-points__point__sub {
  display: block;
  margin-top: -0.25em;
  margin-bottom: 0.25em;
}
.split-bit--images::after {
  content: '';
  display: table;
  clear: both;
}
.split-bit--images__image-container + .split-bit--images__image-container {
  margin-top: 16px;
}
.split-bit--images--waterfall,
.split-bit--images--grid {
  padding-left: 8px;
  padding-right: 8px;
}
.split-bit--images--waterfall .split-bit--images__image-container,
.split-bit--images--grid .split-bit--images__image-container {
  width: 50%;
}
.split-bit--images--waterfall .split-bit--images__image-container:nth-child(odd),
.split-bit--images--grid .split-bit--images__image-container:nth-child(odd) {
  float: left;
  margin-left: -8px;
}
.split-bit--images--waterfall .split-bit--images__image-container:nth-child(even),
.split-bit--images--grid .split-bit--images__image-container:nth-child(even) {
  float: right;
  margin-right: -8px;
}
.split-bit--images--waterfall .split-bit--images__image-container:nth-child(2),
.split-bit--images--grid .split-bit--images__image-container:nth-child(2) {
  margin-top: 0;
}
.split-bit--images--waterfall .split-bit--images__image-container:nth-child(2) {
  margin-top: 12.5%;
}
.bit--text .bit__wrapper {
  max-width: 720px;
}
.bit--video {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center center;
  background-size: cover;
}
.bit--video--size--default .bit__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.bit--video--size--medium .bit__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bit--video--size--large .bit__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.shopify-challenge__container {
  padding-top: 72px;
  padding-bottom: 72px;
}
.form .selector-wrapper {
  margin-bottom: 1em;
}
.bit--heading__content__icon {
  margin-bottom: 8px;
  max-width: 220px;
  max-height: 100px;
}
.bit--heading--index {
  border-bottom: 10px solid #285da5;
}
.bit--heading--index .bit--heading__content__heading small {
  text-shadow:
    0 0 4px #000,
    0 0 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 720px) {
  .bit--heading--hero {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bit--heading--hero .bit__wrapper {
    height: 450px;
  }
  .bit--heading--hero .bit--heading__content {
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    max-width: 50%;
    padding-left: 8px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    animation: hero__content forwards;
    animation-duration: 500ms;
    animation-timing-function: ease-out;
  }
  @keyframes hero__content {
    0% {
      opacity: 0;
      margin-left: -200px;
    }
    100% {
      opacity: 1;
      margin-left: 0;
    }
  }
}
.utility-bar {
  height: 100px;
  background: #1d345d;
}
.hero-car {
  display: none;
}
@media (min-width: 720px) {
  .hero-car {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    height: 300px;
    width: 700px;
    margin-right: 50%;
    opacity: 0;
  }
  .hero-car__car {
    position: absolute;
    height: 300px;
    width: 700px;
  }
  .hero-car__internals {
    position: absolute;
    height: 300px;
    width: 700px;
    opacity: 0;
  }
  .hero-car__front-wheel,
  .hero-car__back-wheel {
    position: absolute;
    height: 109px;
    width: 109px;
    top: 151px;
  }
  .hero-car__back-wheel {
    right: 75px;
  }
  .hero-car__front-wheel {
    right: 495px;
  }
  .hero-car {
    animation: hero-car__car forwards;
    animation-duration: 1200ms;
    animation-delay: 500ms;
    animation-timing-function: ease-out;
  }
  .hero-car .hero-car__internals {
    animation: hero-car__internals forwards;
    animation-duration: 1200ms;
    animation-delay: 1700ms;
  }
  .hero-car .hero-car__front-wheel,
  .hero-car .hero-car__back-wheel {
    animation: hero-car__wheels forwards;
    animation-duration: 1200ms;
    animation-delay: 500ms;
    animation-timing-function: ease-out;
  }
  @keyframes hero-car__car {
    0% {
      margin-left: 50%;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      margin-left: 0;
      opacity: 1;
    }
  }
  @keyframes hero-car__internals {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes hero-car__wheels {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
}
.bit.bit--text--covid {
  background-color: #eece00;
  text-shadow: none;
}
.bit.bit--with-transition-from--diagonal--light .bit__wrapper {
  margin-top: 36px;
}
.transition-from.transition-from--diagonal--light {
  height: 72px;
  overflow: hidden;
  background: linear-gradient(to bottom left, #eee 49%, transparent 50%);
}
.bit.bit--with-transition-from--diagonal--light-alt .bit__wrapper {
  margin-top: 36px;
}
.transition-from.transition-from--diagonal--light-alt {
  height: 72px;
  overflow: hidden;
  background: linear-gradient(to bottom left, #e2e2e2 49%, transparent 50%);
}
.bit.bit--with-transition-from--diagonal--blue .bit__wrapper {
  margin-top: 36px;
}
.transition-from.transition-from--diagonal--blue {
  height: 72px;
  overflow: hidden;
  background: linear-gradient(to bottom left, #285da5 49%, transparent 50%);
}
.bit.bit--with-transition-from--diagonal--dark-blue .bit__wrapper {
  margin-top: 36px;
}
.transition-from.transition-from--diagonal--dark-blue {
  height: 72px;
  overflow: hidden;
  background: linear-gradient(to bottom left, #1d345d 49%, transparent 50%);
}
.bit.bit--with-transition-from--diagonal--black .bit__wrapper {
  margin-top: 36px;
}
.transition-from.transition-from--diagonal--black {
  height: 72px;
  overflow: hidden;
  background: linear-gradient(to bottom left, #000 49%, transparent 50%);
}
.bit.bit--with-transition-to--diagonal--light .bit__wrapper {
  margin-bottom: 36px;
}
.transition-to.transition-to--diagonal--light {
  height: 72px;
  overflow: hidden;
  background: linear-gradient(to bottom left, transparent 49%, #eee 50%);
}
.bit.bit--with-transition-to--diagonal--dark .bit__wrapper {
  margin-bottom: 36px;
}
.transition-to.transition-to--diagonal--dark {
  height: 72px;
  overflow: hidden;
  background: linear-gradient(to bottom left, transparent 49%, #1a1a1a 50%);
}
.bit.bit--with-transition-to--diagonal--white .bit__wrapper {
  margin-bottom: 36px;
}
.transition-to.transition-to--diagonal--white {
  height: 72px;
  overflow: hidden;
  background: linear-gradient(to bottom left, transparent 49%, #fff 50%);
}
.bit.bit--with-transition-to--diagonal-double--light .bit__wrapper {
  margin-bottom: 36px;
}
.transition-to.transition-to--diagonal-double--light {
  height: 72px;
  overflow: hidden;
}
.transition-to.transition-to--diagonal-double--light:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 66.66%;
  background: linear-gradient(to bottom right, transparent 49%, #235190 50%);
}
.transition-to.transition-to--diagonal-double--light:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom left, transparent 49%, #eee 50%);
}
.bit.bit--with-transition-to--diagonal-double--dark .bit__wrapper {
  margin-bottom: 36px;
}
.transition-to.transition-to--diagonal-double--dark {
  height: 72px;
  overflow: hidden;
}
.transition-to.transition-to--diagonal-double--dark:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 66.66%;
  background: linear-gradient(to bottom right, transparent 49%, #235190 50%);
}
.transition-to.transition-to--diagonal-double--dark:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom left, transparent 49%, #1a1a1a 50%);
}
.bit.bit--with-transition-to--diagonal-double--dark-blue .bit__wrapper {
  margin-bottom: 36px;
}
.transition-to.transition-to--diagonal-double--dark-blue {
  height: 72px;
  overflow: hidden;
}
.transition-to.transition-to--diagonal-double--dark-blue:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 66.66%;
  background: linear-gradient(to bottom right, transparent 49%, #fff 50%);
}
.transition-to.transition-to--diagonal-double--dark-blue:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom left, transparent 49%, #1d345d 50%);
}
.bit.bit--with-transition-to--hero .bit__wrapper {
  margin-bottom: 0;
}
.transition-to.transition-to--hero {
  height: 72px;
  overflow: hidden;
}
.transition-to.transition-to--hero:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: 66.66%;
  background: linear-gradient(to bottom left, transparent 49%, #111e36 50%, #152542 51%);
}
.transition-to.transition-to--hero:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom right, transparent 49%, #17294a 50%, #1d345d 51%);
}
.background__overlay--fade-from-light {
  top: 0;
  height: 120px;
  background: linear-gradient(#eee, transparent);
}
.background__overlay--fade-to-light {
  bottom: 0;
  height: 120px;
  background: linear-gradient(transparent, #eee);
}
.background__overlay--fade-from-light-alt {
  top: 0;
  height: 120px;
  background: linear-gradient(#e2e2e2, transparent);
}
.background__overlay--fade-to-light-alt {
  bottom: 0;
  height: 120px;
  background: linear-gradient(transparent, #e2e2e2);
}
.background__overlay--fade-from-dark {
  top: 0;
  height: 120px;
  background: linear-gradient(#1a1a1a, transparent);
}
.background__overlay--fade-to-dark {
  bottom: 0;
  height: 120px;
  background: linear-gradient(transparent, #1a1a1a);
}
.background__overlay--fade-from-blue {
  top: 0;
  height: 120px;
  background: linear-gradient(#285da5, transparent);
}
.background__overlay--fade-to-blue {
  bottom: 0;
  height: 120px;
  background: linear-gradient(transparent, #285da5);
}
.background__overlay--fade-from-dark-blue {
  top: 0;
  height: 120px;
  background: linear-gradient(#1d345d, transparent);
}
.background__overlay--fade-to-dark-blue {
  bottom: 0;
  height: 120px;
  background: linear-gradient(transparent, #1d345d);
}
.background__overlay--fade-from-white {
  top: 0;
  height: 100px;
  background: linear-gradient(#fff, transparent);
}
.background__overlay--fade-to-black {
  bottom: 0;
  height: 120px;
  background: linear-gradient(transparent, #000);
}
@media (min-width: 720px) {
  .background__overlay--split-right-diagonal--light {
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to bottom right, transparent 49%, #eee 50%);
  }
  .background__overlay--split-left-diagonal--light {
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 49%, #eee 50%);
  }
  .background__overlay--split-right-diagonal--light-alt {
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to bottom right, transparent 49%, #e2e2e2 50%);
  }
  .background__overlay--split-left-diagonal--light-alt {
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 49%, #e2e2e2 50%);
  }
  .background__overlay--split-right-diagonal--dark {
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to bottom right, transparent 49%, #1a1a1a 50%);
  }
  .background__overlay--split-left-diagonal--dark {
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 49%, #1a1a1a 50%);
  }
  .background__overlay--split-right-diagonal--blue {
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to bottom right, transparent 49%, #285da5 50%);
  }
  .background__overlay--split-left-diagonal--blue {
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 49%, #285da5 50%);
  }
  .background__overlay--split-right-diagonal--dark-blue {
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to bottom right, transparent 49%, #1d345d 50%);
  }
  .background__overlay--split-left-diagonal--dark-blue {
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 49%, #1d345d 50%);
  }
}
