@charset "UTF-8";
/* =================================================================
Styles for the base templates.
Buttery biscuit base - https://www.youtube.com/watch?v=OMg3epr53Ns
==================================================================== */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #2d2d2d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row, .logo-menu {
  max-width: 78.25rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .logo-menu::before, .row::after, .logo-menu::after {
  display: table;
  content: " ";
}
.row::after, .logo-menu::after {
  clear: both;
}
.row.collapse > .column, .collapse.logo-menu > .column, .row.collapse > .columns, .row.collapse > .logo-menu-item, .collapse.logo-menu > .columns, .collapse.logo-menu > .logo-menu-item {
  padding-right: 0;
  padding-left: 0;
}
.row .row, .logo-menu .row, .row .logo-menu, .logo-menu .logo-menu {
  margin-right: -0.8125rem;
  margin-left: -0.8125rem;
}
@media print, screen and (min-width: 40em) {
  .row .row, .logo-menu .row, .row .logo-menu, .logo-menu .logo-menu {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media screen and (min-width: 64em) {
  .row .row, .logo-menu .row, .row .logo-menu, .logo-menu .logo-menu {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row .row.collapse, .logo-menu .row.collapse, .row .collapse.logo-menu, .logo-menu .collapse.logo-menu {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded, .expanded.logo-menu {
  max-width: none;
}
.row.expanded .row, .expanded.logo-menu .row, .row.expanded .logo-menu, .expanded.logo-menu .logo-menu {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row, .logo-menu:not(.expanded) .row, .row:not(.expanded) .logo-menu, .logo-menu:not(.expanded) .logo-menu {
  max-width: none;
}
.row.gutter-small > .column, .gutter-small.logo-menu > .column, .row.gutter-small > .columns, .row.gutter-small > .logo-menu-item, .gutter-small.logo-menu > .columns, .gutter-small.logo-menu > .logo-menu-item {
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
}
.row.gutter-medium > .column, .gutter-medium.logo-menu > .column, .row.gutter-medium > .columns, .row.gutter-medium > .logo-menu-item, .gutter-medium.logo-menu > .columns, .gutter-medium.logo-menu > .logo-menu-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

.column, .columns, .logo-menu-item {
  width: 100%;
  float: left;
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns, .logo-menu-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .logo-menu-item:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child, .end.logo-menu-item:last-child:last-child {
  float: left;
}

.column.row.row, .column.logo-menu, .row.row.columns, .row.row.logo-menu-item, .columns.logo-menu, .logo-menu.logo-menu-item {
  float: none;
}

.row .column.row.row, .logo-menu .column.row.row, .row .column.logo-menu, .logo-menu .column.logo-menu, .row .row.row.columns, .row .row.row.logo-menu-item, .logo-menu .row.row.columns, .logo-menu .row.row.logo-menu-item, .row .columns.logo-menu, .row .logo-menu.logo-menu-item, .logo-menu .columns.logo-menu, .logo-menu .logo-menu.logo-menu-item {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns, .small-up-1 > .logo-menu-item {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n), .small-up-1 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1), .small-up-1 > .logo-menu-item:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child, .small-up-1 > .logo-menu-item:last-child {
  float: left;
}

.small-up-2 > .column, .logo-menu > .column, .small-up-2 > .columns, .small-up-2 > .logo-menu-item, .logo-menu > .columns, .logo-menu > .logo-menu-item {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .logo-menu > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n), .small-up-2 > .logo-menu-item:nth-of-type(1n), .logo-menu > .columns:nth-of-type(1n), .logo-menu > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .logo-menu > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1), .small-up-2 > .logo-menu-item:nth-of-type(2n+1), .logo-menu > .columns:nth-of-type(2n+1), .logo-menu > .logo-menu-item:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .logo-menu > .column:last-child, .small-up-2 > .columns:last-child, .small-up-2 > .logo-menu-item:last-child, .logo-menu > .columns:last-child, .logo-menu > .logo-menu-item:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns, .small-up-3 > .logo-menu-item {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n), .small-up-3 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1), .small-up-3 > .logo-menu-item:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child, .small-up-3 > .logo-menu-item:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns, .small-up-4 > .logo-menu-item {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n), .small-up-4 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1), .small-up-4 > .logo-menu-item:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child, .small-up-4 > .logo-menu-item:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns, .small-up-5 > .logo-menu-item {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n), .small-up-5 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1), .small-up-5 > .logo-menu-item:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child, .small-up-5 > .logo-menu-item:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns, .small-up-6 > .logo-menu-item {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n), .small-up-6 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1), .small-up-6 > .logo-menu-item:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child, .small-up-6 > .logo-menu-item:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns, .small-up-7 > .logo-menu-item {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n), .small-up-7 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1), .small-up-7 > .logo-menu-item:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child, .small-up-7 > .logo-menu-item:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns, .small-up-8 > .logo-menu-item {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n), .small-up-8 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1), .small-up-8 > .logo-menu-item:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child, .small-up-8 > .logo-menu-item:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns, .small-collapse > .logo-menu-item {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row, .small-collapse .logo-menu {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row, .expanded.logo-menu .small-collapse.row, .expanded.row .small-collapse.logo-menu, .expanded.logo-menu .small-collapse.logo-menu {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns, .small-uncollapse > .logo-menu-item {
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns, .medium-up-1 > .logo-menu-item {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n), .medium-up-1 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1), .medium-up-1 > .logo-menu-item:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child, .medium-up-1 > .logo-menu-item:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns, .medium-up-2 > .logo-menu-item {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n), .medium-up-2 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1), .medium-up-2 > .logo-menu-item:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child, .medium-up-2 > .logo-menu-item:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns, .medium-up-3 > .logo-menu-item {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n), .medium-up-3 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1), .medium-up-3 > .logo-menu-item:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child, .medium-up-3 > .logo-menu-item:last-child {
    float: left;
  }

  .medium-up-4 > .column, .logo-menu > .column, .medium-up-4 > .columns, .medium-up-4 > .logo-menu-item, .logo-menu > .columns, .logo-menu > .logo-menu-item {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .logo-menu > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n), .medium-up-4 > .logo-menu-item:nth-of-type(1n), .logo-menu > .columns:nth-of-type(1n), .logo-menu > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .logo-menu > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1), .medium-up-4 > .logo-menu-item:nth-of-type(4n+1), .logo-menu > .columns:nth-of-type(4n+1), .logo-menu > .logo-menu-item:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .logo-menu > .column:last-child, .medium-up-4 > .columns:last-child, .medium-up-4 > .logo-menu-item:last-child, .logo-menu > .columns:last-child, .logo-menu > .logo-menu-item:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns, .medium-up-5 > .logo-menu-item {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n), .medium-up-5 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1), .medium-up-5 > .logo-menu-item:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child, .medium-up-5 > .logo-menu-item:last-child {
    float: left;
  }

  .medium-up-6 > .column, .logo-menu--6-cols > .column, .medium-up-6 > .columns, .medium-up-6 > .logo-menu-item, .logo-menu--6-cols > .columns, .logo-menu--6-cols > .logo-menu-item {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .logo-menu--6-cols > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n), .medium-up-6 > .logo-menu-item:nth-of-type(1n), .logo-menu--6-cols > .columns:nth-of-type(1n), .logo-menu--6-cols > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .logo-menu--6-cols > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1), .medium-up-6 > .logo-menu-item:nth-of-type(6n+1), .logo-menu--6-cols > .columns:nth-of-type(6n+1), .logo-menu--6-cols > .logo-menu-item:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .logo-menu--6-cols > .column:last-child, .medium-up-6 > .columns:last-child, .medium-up-6 > .logo-menu-item:last-child, .logo-menu--6-cols > .columns:last-child, .logo-menu--6-cols > .logo-menu-item:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns, .medium-up-7 > .logo-menu-item {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n), .medium-up-7 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1), .medium-up-7 > .logo-menu-item:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child, .medium-up-7 > .logo-menu-item:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns, .medium-up-8 > .logo-menu-item {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n), .medium-up-8 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1), .medium-up-8 > .logo-menu-item:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child, .medium-up-8 > .logo-menu-item:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns, .medium-collapse > .logo-menu-item {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row, .medium-collapse .logo-menu {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row, .expanded.logo-menu .medium-collapse.row, .expanded.row .medium-collapse.logo-menu, .expanded.logo-menu .medium-collapse.logo-menu {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns, .medium-uncollapse > .logo-menu-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns, .large-up-1 > .logo-menu-item {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n), .large-up-1 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1), .large-up-1 > .logo-menu-item:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child, .large-up-1 > .logo-menu-item:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns, .large-up-2 > .logo-menu-item {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n), .large-up-2 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1), .large-up-2 > .logo-menu-item:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child, .large-up-2 > .logo-menu-item:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns, .large-up-3 > .logo-menu-item {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n), .large-up-3 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1), .large-up-3 > .logo-menu-item:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child, .large-up-3 > .logo-menu-item:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns, .large-up-4 > .logo-menu-item {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n), .large-up-4 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1), .large-up-4 > .logo-menu-item:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child, .large-up-4 > .logo-menu-item:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns, .large-up-5 > .logo-menu-item {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n), .large-up-5 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1), .large-up-5 > .logo-menu-item:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child, .large-up-5 > .logo-menu-item:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns, .large-up-6 > .logo-menu-item {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n), .large-up-6 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1), .large-up-6 > .logo-menu-item:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child, .large-up-6 > .logo-menu-item:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns, .large-up-7 > .logo-menu-item {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n), .large-up-7 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1), .large-up-7 > .logo-menu-item:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child, .large-up-7 > .logo-menu-item:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns, .large-up-8 > .logo-menu-item {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n), .large-up-8 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1), .large-up-8 > .logo-menu-item:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child, .large-up-8 > .logo-menu-item:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns, .large-collapse > .logo-menu-item {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row, .large-collapse .logo-menu {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row, .expanded.logo-menu .large-collapse.row, .expanded.row .large-collapse.logo-menu, .expanded.logo-menu .large-collapse.logo-menu {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns, .large-uncollapse > .logo-menu-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.625rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 2rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #2d2d2d;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 78.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 2rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 3px solid #2d2d2d;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #2d2d2d;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print, .button, .copy .button,
a.button, .cover-area-link, .listed-product__link, .news-box__link, .feature-box__link, .main-footer, .top-nav-mobile {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.09375rem;
  margin: 0 0 1.4375rem;
  padding: 0.71875rem;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #2d2d2d;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #cccccc;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #2d2d2d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #2d2d2d;
}

input::placeholder,
textarea::placeholder {
  color: #2d2d2d;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.4375rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.71875rem;
  margin-right: 1.4375rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.71875rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1.4375rem;
  padding: 0.78125rem 0;
}

.help-text {
  margin-top: -0.71875rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.4375rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 3.15625rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 3.15625rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.71875rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #fff;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

select {
  height: 3.09375rem;
  margin: 0 0 1.4375rem;
  padding: 0.71875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #2d2d2d;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.4375rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2.15625rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 2px solid #cccccc;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.71875rem;
  margin-bottom: 1.4375rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #2d2d2d;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #2d2d2d;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #2d2d2d;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #2d2d2d;
}
.callout.success {
  background-color: #e1faea;
  color: #2d2d2d;
}
.callout.warning {
  background-color: #fff3d9;
  color: #2d2d2d;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #2d2d2d;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li, .menu.horizontal > li {
  display: table-cell;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical > li {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: " ";
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 200%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2d2d2d transparent transparent;
  right: 5px;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2d2d2d transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2d2d2d;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 200%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2d2d2d transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2d2d2d transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2d2d2d;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 200%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2d2d2d transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2d2d2d transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2d2d2d;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2d2d2d transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2d2d2d;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1.875rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns, .reveal .logo-menu-item {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 78.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 78.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 78.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 78.25rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
}

.top-nav-desktop {
  background-color: white !important;
  color: #2d2d2d;
  text-align: center;
  z-index: 20;
  transition: top 0.2s ease-in-out;
  padding-top: 20px;
  /* ================================================================================
  A right-aligned version of the menu
  =================================================================================== */
}
.top-nav-desktop__top-logo-wrapper {
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
}
.top-nav-desktop.sticky--lower {
  top: 38px;
}
.top-nav-desktop.sticky--lower .is-dropdown-submenu {
  top: 164px !important;
}
.top-nav-desktop .menu {
  padding: 0;
  margin: 0;
}
.top-nav-desktop .menu > li {
  text-align: left;
  vertical-align: top;
}
.top-nav-desktop .menu > li > a {
  color: #2d2d2d;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  border: 0;
  transition: color 200ms, background 200ms;
  font-size: 1rem;
  padding-bottom: 16px !important;
  text-transform: uppercase;
}
.top-nav-desktop .menu > li > a:visited {
  color: #2d2d2d;
}
.top-nav-desktop .menu > li > a:after {
  transition: border-color 200ms;
}
.top-nav-desktop .menu > li > a:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  transform: scaleX(0);
  width: 100%;
  left: 0px;
}
.top-nav-desktop .menu > li > a:hover:before {
  border-bottom: 1px solid #000;
  z-index: 10;
  transform: scaleX(1);
  transition: transform 0.35s ease-in-out;
}
.top-nav-desktop .menu > li > a:hover, .top-nav-desktop .menu > li > a:active, .top-nav-desktop .menu > li > a:focus {
  color: #2d2d2d;
  cursor: pointer;
}
.top-nav-desktop .menu .active > a {
  background: none;
  color: #2d2d2d;
}
.top-nav-desktop .menu.submenu {
  border-bottom: 1px solid #c1c1c1;
}
.top-nav-desktop .menu.submenu li a {
  line-height: 1.5em;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid transparent;
  color: #2d2d2d;
  padding: 0.75rem 1rem;
}
.top-nav-desktop .menu.submenu li a:before {
  display: none;
}
.top-nav-desktop .menu.submenu li a:hover, .top-nav-desktop .menu.submenu li a:active, .top-nav-desktop .menu.submenu li a:focus {
  color: #2d2d2d;
  background: #e1e1e1;
}
.top-nav-desktop .menu.submenu li:after {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  position: absolute;
  content: "";
  display: block;
  width: 90%;
  margin-left: 10px;
}
.top-nav-desktop .menu.submenu li:last-child a {
  border-bottom: 0;
}
.top-nav-desktop .menu.submenu li:last-child:after {
  display: none;
}
.top-nav-desktop .menu > li.is-active > a:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #2d2d2d;
}
.top-nav-desktop .menu > li.is-active > a:after {
  border-top-color: #2d2d2d;
}
.top-nav-desktop .menu > li.is-dropdown-submenu-parent > a {
  padding-right: 16px !important;
}
.top-nav-desktop .menu > li.is-dropdown-submenu-parent > a:before {
  width: 100%;
}
.top-nav-desktop .menu > li.is-dropdown-submenu-parent > a:after {
  border-left-width: 4px !important;
  border-right-width: 4px !important;
  display: none;
}
.top-nav-desktop__content-wrapper {
  position: relative;
  margin: auto;
}
.top-nav-desktop__content-wrapper > .menu {
  display: inline-block;
}
.top-nav-desktop__content-wrapper > .menu > li > a {
  line-height: 78px;
}
.top-nav-desktop__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-nav-desktop .is-dropdown-submenu {
  position: fixed;
  left: 0px !important;
  border-top: 1px solid #C1C1C1;
  width: 100%;
  z-index: 20;
  background: white;
  z-index: 5;
}
.top-nav-desktop .is-dropdown-submenu li {
  max-width: 900px;
  margin: auto;
}
.top-nav-desktop .is-dropdown-submenu li:after {
  border-top: none !important;
}
.top-nav-desktop__phone {
  position: absolute;
  right: 60px;
  top: 28px;
  font-size: 1rem;
  text-decoration: none;
}
.top-nav-desktop__phone img {
  width: 18px;
  height: 18px;
}
.top-nav-desktop__phone:hover {
  color: #EA8131;
  text-decoration: none;
}
.top-nav-desktop__phone:focus {
  color: white;
}
.top-nav-desktop__search-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/images/icons/magnifying-glass-fa.svg) no-repeat center;
  background-size: contain;
  top: 30px;
  right: 1.5rem;
  text-indent: -1000px;
  text-align: left;
  transition: opacity 200ms;
  overflow: hidden;
}
.top-nav-desktop__search-btn:hover, .top-nav-desktop__search-btn:active {
  opacity: 0.8;
}
.top-nav-desktop--right {
  text-align: right;
}
.top-nav-desktop--right .menu {
  margin-right: 13.25rem;
}
.top-nav-desktop--right .site-logo-desktop {
  text-indent: 9000px;
}
.top-nav-desktop__right-nav {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.top-nav-desktop__link {
  text-decoration: none;
  font-size: 1rem;
  padding: 0 12px;
  display: block;
  float: left;
  position: relative;
}

.site-logo-desktop {
  overflow: hidden;
}
.site-logo-desktop img {
  width: 21.25rem;
}

.top-nav__upper {
  background-color: #000000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: top 0.2s ease-in-out;
  text-align: center;
  padding: 6px 0px;
}
.top-nav__upper--container {
  position: relative;
}
.top-nav__upper button {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0px;
}
.top-nav__upper p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
}
@media screen and (min-width: 40em) {
  .top-nav__upper p {
    font-size: 1rem;
  }
}

.navigation__parent-drop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 900px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px 0px;
}
.navigation__parent-drop li a {
  padding: 0px !important;
  line-height: 100% !important;
  text-decoration: none !important;
}
.navigation__parent-drop li a:hover {
  background-color: white !important;
  border-bottom: 1px solid #C1C1C1 !important;
}
.navigation__tile {
  width: 280px;
  display: block;
  height: 166px;
  overflow: hidden;
  position: relative;
}
.navigation__tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.navigation__tile:hover img {
  transform: scale(1.05);
}
.navigation__tile p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: "sofia-pro", sans-serif;
}

.sticky .is-dropdown-submenu {
  top: 126px !important;
}

.top-nav-search {
  position: relative;
}
.top-nav-search img {
  cursor: pointer;
}
.top-nav-search__form {
  position: absolute;
  top: -8px;
  left: 40px;
  display: none;
}
.top-nav-search__form input {
  width: 200px;
  padding: 6px 10px;
  border: 1px solid black;
  border-radius: 4px;
  font-size: 14px;
  height: 42px;
}
.top-nav-search.is-open .top-nav-search__form {
  display: block;
}

.top-nav-desktop-commerce {
  background-color: white;
  text-align: center;
  height: 90px;
  z-index: 20;
  transition: height 200ms;
}
@media screen and (min-width: 64em) {
  .top-nav-desktop-commerce {
    height: 100px;
  }
}
.top-nav-desktop-commerce.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #E0E0E0;
}
.sticky-active .top-nav-desktop-commerce {
  height: 70px;
}
.top-nav-desktop-commerce a,
.top-nav-desktop-commerce a:visited,
.top-nav-desktop-commerce .menu-item,
.top-nav-desktop-commerce .menu-item:visited {
  font-family: "sofia-pro", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
.top-nav-desktop-commerce--right {
  text-align: right;
}
.top-nav-desktop-commerce--right .top-nav-desktop-commerce__menu-wrapper {
  margin-right: 80px;
}
.top-nav-desktop-commerce--right .site-logo-desktop {
  text-indent: 9000px;
}
.top-nav-desktop-commerce__inner {
  max-width: 1200px;
  height: 100%;
  margin: auto;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-nav-desktop-commerce__logo {
  max-width: 340px;
}
.top-nav-desktop-commerce__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-nav-desktop-commerce__secure-checkout-outer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-nav-desktop-commerce__secure-checkout {
  font-size: 1rem;
  line-height: 19.36px;
  margin-bottom: 0px;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.5s;
}
#overlay.show-overlay {
  z-index: 99;
  opacity: 1;
  transition: all 0.5s;
}

.top-nav-mobile {
  display: block;
  color: #2d2d2d;
  top: 47px;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in;
  height: 0;
  width: 0;
  opacity: 0;
}
.top-nav-mobile .is-drilldown {
  width: 100%;
  max-width: 100% !important;
  height: 100% !important;
}
.top-nav-mobile .is-drilldown-submenu {
  transform: translateX(-100%);
  transition: transform 0.6s !important;
}
.top-nav-mobile .is-drilldown-submenu.is-active {
  transform: translateX(0%);
}
.top-nav-mobile .is-drilldown-submenu.is-closing {
  transform: translateX(-100%);
}
.top-nav-mobile .fake-nav-item {
  height: 49.5px;
  color: #2D2D2D;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "sofia-pro", sans-serif;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 19.5px;
  padding-bottom: 21.5px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  z-index: 9999999;
}
.top-nav-mobile #animated-menu-close {
  left: unset;
  right: -10px;
}
.top-nav-mobile .close-btn .animated-menu-icon {
  left: unset;
  right: 15px;
  top: 15.3px;
}
.top-nav-mobile .animated-menu-icon__top {
  top: 18px;
}
.top-nav-mobile .animated-menu-icon__bottom {
  bottom: 14px;
}
.top-nav-mobile .menu {
  padding: 6px 1rem;
  background: #FFFFFF;
  height: 100%;
  width: 90%;
}
.top-nav-mobile .menu > li > a {
  color: #2D2D2D;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "sofia-pro", sans-serif;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 19.5px;
  padding-bottom: 21.5px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
}
.top-nav-mobile .menu > li > a:visited {
  color: #2d2d2d;
}
.top-nav-mobile .menu > li > a:hover, .top-nav-mobile .menu > li > a:active, .top-nav-mobile .menu > li > a:focus {
  color: #2d2d2d;
  background: #f7f7f7;
  outline: none;
  cursor: pointer;
}
.top-nav-mobile .menu > li > a:before {
  border-color: transparent #2d2d2d transparent transparent;
}
.top-nav-mobile .menu > li > a:after {
  border-color: transparent transparent transparent #2d2d2d;
}
.top-nav-mobile .menu .is-drilldown-submenu-parent > a::after {
  border: none;
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.5' height='14.707' viewBox='0 0 14.5 14.707'%3E%3Cg id='arrow-right_6_' data-name='arrow-right (6)' transform='translate(-5 -4.646)'%3E%3Cline id='Line_83' data-name='Line 83' x2='14' transform='translate(5 12)' fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_3427' data-name='Path 3427' d='M12,5l7,7-7,7' fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.top-nav-mobile .menu .js-drilldown-back {
  margin-top: 49.5px;
}
.top-nav-mobile .menu .js-drilldown-back a::before {
  width: 14px;
  height: 14px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.5' height='14.707' viewBox='0 0 14.5 14.707'%3E%3Cg id='arrow-right_6_' data-name='arrow-right (6)' transform='translate(0.5 0.354)'%3E%3Cline id='Line_83' data-name='Line 83' x1='14' transform='translate(0 7)' fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_3427' data-name='Path 3427' d='M19,5l-7,7,7,7' transform='translate(-12 -5)' fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.top-nav-mobile .menu .active > a {
  background: none;
  color: #2d2d2d;
}
.top-nav-mobile .menu.submenu {
  min-height: 100%;
  background-color: #f7f7f7;
  width: 90%;
  background-color: #FFFFFF;
  left: 0;
  height: 100vh;
  z-index: 999999;
}
.top-nav-mobile.menu-active {
  display: flex;
  transform: translateX(0);
  z-index: 9999999;
  margin-top: -49.5px;
  height: 105vh;
  width: 100%;
  opacity: 1;
  transition: transform 0.7s;
  position: fixed;
}
.top-nav-mobile.menu-active .appear-animation {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.95s;
}
.top-nav-mobile.menu-active .appear-animation.appear-delay-1 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.top-nav-mobile.menu-active .appear-animation.appear-delay-2 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.22s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s;
}
.top-nav-mobile.menu-active .appear-animation.appear-delay-3 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s;
}
.top-nav-mobile.menu-active .appear-animation.appear-delay-4 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s;
}
.top-nav-mobile.menu-active .appear-animation.appear-delay-5 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.top-nav-mobile.menu-active .appear-animation.appear-delay-6 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s;
}
.top-nav-mobile.menu-active .appear-animation.appear-delay-7 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s;
}
.top-nav-mobile.menu-active .appear-animation.appear-delay-8 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s;
}
.top-nav-mobile.menu-active .appear-animation.appear-delay-9 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s;
}
.top-nav-mobile.menu-active .appear-animation.appear-delay-10 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-11 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.86s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-12 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.92s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-13 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.88s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.98s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-14 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.94s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.04s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-15 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-16 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.06s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.16s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-17 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.12s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.22s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-18 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.18s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.28s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-19 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.24s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.34s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-20 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-21 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.36s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.46s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-22 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.42s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.52s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-23 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.58s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-24 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.56s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.64s;
}
.top-nav-mobile.menu-active .appear-animation .appear-delay-25 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.62s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.7s;
}
.top-nav-mobile.menu-not-active {
  display: flex;
  transform: translateX(-100%);
  z-index: 9999999;
  margin-top: -49.5px;
  height: 105vh;
  width: 100%;
  opacity: 1;
  transition: transform 0.7s;
  position: fixed;
}
.top-nav-mobile .nav-button {
  margin-top: 25.5px;
  width: 100%;
  border-color: #4D4D4D;
  font-weight: normal;
  z-index: 9999;
  position: relative;
}
.top-nav-mobile__contact {
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0 0 1.5rem;
}
.top-nav-mobile__contact i {
  margin: 0 0.25em 0 0;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url(/images/icons/telephone-icon.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.top-nav-mobile__search {
  width: 100%;
  position: relative;
  margin: 0 0 1.875rem;
}
.top-nav-mobile__search input[type=text] {
  background: #f7f7f7;
  font-size: 0.9375rem;
  padding: 10px;
  padding-left: 40px;
  height: auto;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
}
.top-nav-mobile__search input[type=text]::-webkit-input-placeholder {
  color: #a5a7a7;
}
.top-nav-mobile__search input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a7a7;
}
.top-nav-mobile__search input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a7a7;
}
.top-nav-mobile__search input[type=text]:-ms-input-placeholder {
  color: #a5a7a7;
}
.top-nav-mobile__search .search-icon {
  content: "";
  background: url(/images/icons/magnifying-glass-grey.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  left: 15px;
}
.top-nav-mobile__phone {
  position: absolute;
  top: 22px;
  right: 60px;
  width: 20px;
  height: 20px;
  background: url(/images/icons/telephone-icon.svg) no-repeat center;
  background-size: contain;
  display: block;
  text-indent: -9000px;
  overflow: hidden;
}

.title-bar {
  background: white;
  height: 49px;
  z-index: 30;
  transition: top 0.2s ease-in-out;
  border-bottom: 1px solid #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.title-bar__menu-icon {
  position: absolute;
  top: 6px;
  left: 1rem;
  margin: 0;
  padding: 0;
}
.title-bar .nav-items {
  position: absolute;
  right: 5px;
  display: flex;
}

#mobile-sticky {
  transition: top 0.2s ease-in-out;
  position: fixed;
  top: 0px;
}
#mobile-sticky.sticky--lower {
  top: 31px;
}

.animated-menu-icon {
  width: 35px;
  height: 35px;
  padding: 3px;
  outline: none;
}
.animated-menu-icon__top, .animated-menu-icon__middle, .animated-menu-icon__bottom {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 2px;
  right: 9px;
  background-color: #2d2d2d;
  transition: transform 150ms ease, top 150ms ease 150ms, bottom 150ms ease 150ms, opacity 150ms;
}
.animated-menu-icon__top {
  top: 7px;
}
.animated-menu-icon__middle {
  top: 17px;
}
.animated-menu-icon__bottom {
  bottom: 7px;
}
.animated-menu-icon--active .animated-menu-icon__top, .animated-menu-icon:active .animated-menu-icon__top {
  transform: rotate(45deg);
  top: 17px;
  transition: transform 150ms ease 150ms, top 150ms ease;
}
.animated-menu-icon--active .animated-menu-icon__middle, .animated-menu-icon:active .animated-menu-icon__middle {
  opacity: 0;
}
.animated-menu-icon--active .animated-menu-icon__bottom, .animated-menu-icon:active .animated-menu-icon__bottom {
  transform: rotate(-45deg);
  bottom: 16px;
  transition: transform 150ms ease 150ms, bottom 150ms ease;
}

.site-logo-mobile {
  background: url(/images/logo-sm.svg) no-repeat center left;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 39px;
  position: relative;
}

.appear-animation {
  opacity: 0;
  transform: translateY(100px);
}
.appear-animation-social {
  transform: translateY(50px);
}

.top-nav-mobile-commerce {
  height: 55px;
  padding: 0px 16px;
  background: white;
}
.top-nav-mobile-commerce__menu-icon {
  position: absolute;
  top: 34px;
  right: 1.25rem;
  margin: 0;
}
.top-nav-mobile-commerce__inner {
  max-width: 1009px;
  height: 100%;
  margin: auto;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-nav-mobile-commerce__logo {
  max-width: 220px;
}
.top-nav-mobile-commerce__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-nav-mobile-commerce__secure-checkout-outer {
  text-align: center;
}
.top-nav-mobile-commerce__secure-checkout-outer img {
  width: 16px;
  margin-bottom: 6px;
}
.top-nav-mobile-commerce__secure-checkout {
  font-size: 0.75rem;
  line-height: 14.4px;
  margin-bottom: 0px;
}

.top-nav-basket {
  text-decoration: none !important;
  font-size: 1rem;
  color: #2d2d2d;
}
@media screen and (max-width: 63.9375em) {
  .top-nav-basket {
    font-size: 1.125rem;
    color: #010101;
  }
}
.top-nav-basket--empty .top-nav-basket__count {
  display: none;
}
.top-nav-basket__count {
  position: absolute;
  background-color: #3CB452;
  color: white;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  right: -5px;
  top: -5px;
}
.top-nav-basket__count p {
  margin-bottom: 0px;
  margin-top: -2px;
}
.top-nav-basket__icon {
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}
@media screen and (min-width: 64em) {
  .top-nav-basket__icon {
    width: 24px;
    height: 24px;
    margin-left: 5px;
  }
}
.top-nav-basket--empty .top-nav-basket__icon {
  opacity: 0.3;
}

.top-nav-account__icon {
  width: 21px;
  height: 21px;
  vertical-align: bottom;
  margin-right: 18px;
}

.top-nav-account-mobile__icon {
  width: 21px;
  height: 21px;
  vertical-align: bottom;
}

.main-footer {
  background: #fff;
  text-align: left;
  color: #6f6f6f;
  padding: 1.875rem 0;
  position: relative;
  border-top: 1px solid #c1c1c1;
}
@media screen and (max-width: 39.9375em) {
  .main-footer {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .main-footer {
    padding-top: 3.75rem;
  }
}
.main-footer a,
.main-footer a:visited {
  text-decoration: none;
  color: #6f6f6f;
}
.main-footer a:hover,
.main-footer a:active {
  color: #2d2d2d;
}
.main-footer__title,
.main-footer h2 {
  font-size: 1.625rem;
  color: #2d2d2d;
}
@media screen and (min-width: 40em) {
  .main-footer__title,
.main-footer h2 {
    font-size: 1.625rem;
    margin-bottom: 1.75rem;
  }
}
.main-footer__content {
  text-align: left;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .main-footer__column {
    margin-bottom: 1rem;
  }
}
.main-footer__clearer {
  border: 1px solid white;
  max-width: 65px;
  margin-top: 26px;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .main-footer__clearer {
    margin-left: 0;
    text-align: left;
  }
}
.main-footer__subscribe {
  position: relative;
}
@media screen and (min-width: 40em) {
  .main-footer__subscribe {
    margin-bottom: 1.875rem;
  }
}
.main-footer__subscribe input {
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  transition: border 200ms;
  padding: 0 20px 0 0;
  background: transparent;
  border-radius: 0 !important;
  margin-top: -10px;
}
.main-footer__subscribe input::-webkit-input-placeholder {
  color: #6f6f6f;
  font-size: 1rem;
}
.main-footer__subscribe input:-moz-placeholder {
  /* Firefox 18- */
  color: #6f6f6f;
  font-size: 1rem;
}
.main-footer__subscribe input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6f6f6f;
  font-size: 1rem;
}
.main-footer__subscribe input:-ms-input-placeholder {
  color: #6f6f6f;
  font-size: 1rem;
}
.main-footer__subscribe input:hover, .main-footer__subscribe input:active, .main-footer__subscribe input:focus {
  border: 0;
  border-bottom: 1px solid #8f8f8f;
  background: transparent;
}
.main-footer__subscribe button {
  width: 20px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 5px;
  right: 0;
  background: url(/images/icons/arrow-right-black.svg) no-repeat center;
  opacity: 0.5;
  transition: opacity 200ms;
}
.main-footer__subscribe button:hover, .main-footer__subscribe button:active {
  opacity: 1;
}
.main-footer__tel {
  color: #fff;
  font-size: 1.375rem;
  margin-bottom: 0.9375rem;
  display: inline-block;
}
@media screen and (min-width: 64em) {
  .main-footer__tel {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-footer__social-icons {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  .main-footer__social-icons {
    position: absolute;
    top: 0;
    right: 1.875rem;
  }
}
.main-footer__social-icons a {
  border: 2px solid white;
  width: 39px;
  height: 39px;
}
@media screen and (min-width: 64em) {
  .main-footer__social-icons a {
    float: right;
  }
}
.main-footer__email {
  display: block;
}
.main-footer__link-menu a {
  display: block;
}
.main-footer__link-menu a:hover, .main-footer__link-menu a:active {
  text-decoration: underline;
}
.main-footer__links {
  display: block;
  opacity: 0.7;
}
@media screen and (min-width: 40em) {
  .main-footer__links {
    margin-top: 1.875rem;
  }
}
.main-footer__links a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 39.9375em) {
  .main-footer__links a {
    line-height: 38px;
    display: block;
  }
}
@media screen and (min-width: 40em) {
  .main-footer__links a {
    padding-right: 0.75rem;
  }
  .main-footer__links a:not(:last-of-type):after {
    content: "|";
    position: absolute;
    right: -0.25rem;
    transition: none;
    color: #6f6f6f;
  }
  .main-footer__links a:not(:first-child) {
    padding: 0 0.75rem;
  }
}

.footer-commerce {
  background-color: white;
  height: 320px;
  border-top: 1px solid #E0E0E0;
}
.footer-commerce__logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 28px;
}
.footer-commerce__logos-outer {
  max-width: 60px;
}
.footer-commerce__logos img {
  width: 100%;
  height: 100%;
  max-height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-commerce__links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
  padding: 0px 2px;
}
.footer-commerce__links-outer {
  border-right: 1px solid #CACACA;
  padding-right: 28px;
}
.footer-commerce__links-outer a {
  text-decoration: none;
  font-size: 1rem;
}
.footer-commerce__links-outer:last-child {
  border-right: none;
}
.footer-commerce__privacy {
  border-top: 1px solid #E0E0E0;
}
.footer-commerce__privacy p {
  margin-top: 28px;
  font-size: 1rem;
  line-height: 19.36px;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  color: #2d2d2d;
  font-weight: normal;
  line-height: 1.2em;
}
.wrapper--dark h1, .wrapper--darkGrey h1, .wrapper--dark h2, .wrapper--darkGrey h2, .wrapper--dark h3, .wrapper--darkGrey h3, .wrapper--dark h4, .wrapper--darkGrey h4, .wrapper--dark h5, .wrapper--darkGrey h5, .wrapper--dark h6, .wrapper--darkGrey h6 {
  color: #fff;
}
@media screen and (min-width: 40em) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 3rem;
    line-height: 1.6em;
  }
}

h1, h2, h3 {
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media screen and (min-width: 40em) {
  h1, h2, h3 {
    font-size: 3.25rem;
  }
}

a,
a:visited {
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  transition: color 200ms;
}

a:not([href]) {
  cursor: default;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
}

hr {
  border-color: #c1c1c1;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

/* ================================================
Global classes that might be used anywhere
=================================================== */
.text-center {
  text-align: center;
}

.no-margin {
  margin: 0 !important;
}

@media screen and (min-width: 64em) {
  .no-padding-large {
    padding: 0 !important;
  }
}

.large-text {
  font-size: 1.125rem;
  line-height: 1.4em;
}
@media screen and (min-width: 40em) {
  .large-text {
    font-size: 1.75rem;
  }
}

.no-decoration {
  text-decoration: none;
}

.no-wrap {
  white-space: nowrap;
}

.sr-only, .contact-form label:not(.show-label) {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.cover-area-link, .listed-product__link, .news-box__link, .feature-box__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
  .fullwidth-on-small,
.button.fullwidth-on-small {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .fullwidth-on-small,
.button.fullwidth-on-small {
    min-width: 240px;
  }
}

.remove-last:last-child {
  display: none;
}

@media screen and (min-width: 40em) {
  .left-align-on-medium {
    text-align: left;
  }
}

@media screen and (min-width: 40em) {
  .right-align-on-medium {
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  .main-content {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .main-content {
    padding-top: 45px;
  }
}

/* ================================================================================
The main copy - a large bit of rich text & styles for links, lists etc
=================================================================================== */
.copy, .copy p, .copy li {
  color: #6f6f6f;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 1rem;
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
}
@media screen and (min-width: 40em) {
  .copy, .copy p, .copy li {
    font-size: 1rem;
  }
}
.copy .subtitle {
  font-size: 1.5rem;
}
.copy h1, .copy h2 {
  font-size: 1.5rem;
  color: #2d2d2d;
}
@media screen and (min-width: 40em) {
  .copy h1, .copy h2 {
    font-size: 2.25rem;
  }
}
.copy h3 {
  font-size: 1.25rem;
  color: #2d2d2d;
}
@media screen and (min-width: 40em) {
  .copy h3 {
    font-size: 1.25rem;
  }
}
.copy__title {
  margin-bottom: 1rem;
  color: #2d2d2d;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.25em;
}
@media screen and (min-width: 40em) {
  .copy__title {
    margin-bottom: 0.75rem;
    font-size: 2.25rem;
  }
}
.copy__abstract {
  font-size: 1.25rem;
  font-weight: 300;
}
@media screen and (min-width: 40em) {
  .copy__abstract {
    font-size: 1.3125rem;
    font-weight: 500;
  }
}
.copy__abstract:last-child p {
  margin-bottom: 0;
}
.copy__buttons {
  margin-top: 1.5rem;
}
.copy p, .copy li {
  margin-bottom: 1.5rem;
  line-height: 1.63em;
}
@media screen and (min-width: 40em) {
  .copy p, .copy li {
    margin-bottom: 1.5rem;
    line-height: 1.8em;
  }
}
.copy ul, .copy ol {
  margin-left: 0;
}
.copy ul {
  margin-left: 0.25rem;
}
.copy li {
  margin-bottom: 0;
  text-align: left;
  margin-left: 1rem;
}
.copy a,
.copy a:visited {
  color: #2d2d2d;
  font-weight: inherit;
  transition: color 200ms, border-color 200ms;
  word-wrap: break-word;
  text-decoration: underline;
}
.copy a:hover,
.copy a:active {
  color: black;
}
.copy blockquote {
  font-size: 1.125rem;
  padding-top: 0;
  padding-bottom: 4px;
  margin: 1.5rem 0;
}
@media screen and (min-width: 40em) {
  .copy blockquote {
    font-size: 1.375rem;
    margin: 2rem 0;
  }
}
.copy img:last-child,
.copy figure:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .copy > ul:last-child, .copy p > ul:last-child, .copy li > ul:last-child,
.copy > p:last-child,
.copy p > p:last-child,
.copy li > p:last-child {
    margin-bottom: 0;
  }
}
.copy iframe {
  max-width: 100%;
  max-height: 570px;
}
.copy.text-center, .copy p.text-center, .copy li.text-center {
  text-align: center;
}
.copy.text-center p, .copy p.text-center p, .copy li.text-center p {
  text-align: inherit;
}
.copy .align-center,
.copy .center-img {
  text-align: center;
}
.copy .align-center img,
.copy .center-img img {
  margin-left: auto;
  margin-right: auto;
}
.copy img {
  margin-bottom: 1.5rem;
}
.copy .bordered {
  padding: 5px;
  border: 1px solid #DBE3E3;
}
.copy .medium, .copy .small {
  text-align: center;
}
.copy .medium img, .copy .small img {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.copy .small img {
  width: 300px;
}
.copy .medium img {
  width: 600px;
}
@media screen and (min-width: 40em) {
  .copy .left {
    float: left;
    max-width: calc(50% - 1.875rem);
    margin: 0 1.875rem 1.875rem 0;
  }
}
@media screen and (min-width: 40em) {
  .copy .right {
    float: right;
    max-width: calc(50% - 1.875rem);
    margin: 0 0 1.875rem 1.875rem;
  }
}
.copy ol {
  counter-reset: section;
  list-style-type: none;
  margin-left: 0;
}
.copy ol li {
  margin: 0.5rem 0 1rem;
}
.copy ol li > strong + p {
  margin-top: 0.6rem;
}
.copy ol ul {
  margin: 0.5rem 0 0 1.4rem !important;
}
.copy ol table {
  border: 0 none;
}
.copy ol table td {
  padding: 0;
}
.copy ol table td:first-child {
  width: 25%;
}
.copy ol table td img {
  margin: 0 3rem !important;
}
.copy ol table tbody {
  background: none;
  border: none;
}
.copy ol ol {
  margin-left: 1.4rem;
}
.copy ol > li:before, .copy p ol > li:before, .copy li ol > li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  font-weight: bold;
}
.copy--dark, .wrapper--dark .copy, .wrapper--dark .copy p, .copy .wrapper--dark p, .wrapper--dark .copy li, .copy .wrapper--dark li {
  color: #fff;
}
.copy--dark a, .wrapper--dark .copy a, .copy .wrapper--dark p a, .copy .wrapper--dark li a,
.copy--dark a:visited {
  color: #fff;
}
.copy--dark a:hover, .wrapper--dark .copy a:hover, .copy .wrapper--dark p a:hover, .copy .wrapper--dark li a:hover,
.copy--dark a:active,
.wrapper--dark .copy a:active,
.copy .wrapper--dark p a:active,
.copy .wrapper--dark li a:active,
.copy--dark a:focus,
.wrapper--dark .copy a:focus,
.copy .wrapper--dark p a:focus,
.copy .wrapper--dark li a:focus {
  color: #d9d9d9;
}
.copy--center {
  text-align: center;
}
.copy--center h1, .copy--center h2, .copy--center h3, .copy--center p, .copy--center li {
  text-align: center;
}
.copy-with-sidecol__sidecol {
  margin-top: 1.875rem;
}

h1.copy__title {
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  h1.copy__title {
    font-size: 3.25rem;
  }
}

@media screen and (min-width: 40em) {
  .copy-with-image {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .copy-with-image .image-before {
    padding-top: 1.875rem;
  }
}
.copy-with-image__image {
  height: 100%;
  width: 100%;
}
.copy-with-image__copy {
  color: #2d2d2d;
}
@media screen and (min-width: 40em) {
  .copy-with-image__copy h1:first-of-type {
    margin-top: -1.2rem;
  }
  .copy-with-image__copy h2:first-of-type {
    margin-top: -0.8rem;
  }
  .copy-with-image__copy h3:first-of-type {
    margin-top: -0.5rem;
  }
}

/* =====================================================================
   Numbered blocks of content - with large number floated left
   Displayed in 2 cols (on medium) automatically based on content
   ======================================================================== */
.copy-bullets {
  text-align: left;
}
@media screen and (min-width: 40em) {
  .copy-bullets {
    text-align: left;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
.copy-bullets__abstract {
  text-align: left;
}
@media screen and (min-width: 40em) {
  .copy-bullets__abstract {
    text-align: center;
  }
}
.copy-bullets__item {
  position: relative;
  margin: 0;
  padding-left: 3.625rem;
  min-height: 42px;
  display: table;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
@media screen and (min-width: 40em) {
  .copy-bullets__item {
    padding-left: 4.4375rem;
  }
}
.copy-bullets__content h2 {
  font-size: 1.25rem;
}
.copy-bullets__content p {
  margin-bottom: 2rem !important;
}
.copy-bullets__number {
  font-size: 1.6875rem;
  color: #6b6b6b;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  display: block;
  margin: 0 0 0.5rem;
  background: #e1e1e1;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 40em) {
  .copy-bullets__number {
    font-size: 2.25rem;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
.copy-bullets__top {
  margin-bottom: 2rem;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
body.has-sticky-commerce {
  padding-top: 55px;
}
@media screen and (min-width: 64em) {
  body.has-sticky-commerce {
    padding-top: 78px;
  }
}

a.social-icon {
  background: transparent;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0;
  line-height: 35px !important;
  text-align: center;
  position: relative;
}
a.social-icon img, a.social-icon svg {
  max-height: 65%;
  max-width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
a.social-icon svg path {
  transition: fill 200ms;
  fill: #2d2d2d;
}
a.social-icon:hover svg path, a.social-icon:active svg path {
  fill: #b3b3b3;
}

/* ====================================================
Animated Google material design inputs.
Not using BEM just because to keep the fields free of
too many classes - although slightly slower to find.
- Input should have no placeholder
- Label should be after input
- Wrap input & label with .animated-input
======================================================= */
.animated-input {
  position: relative;
}
.animated-input input,
.animated-input textarea {
  padding-top: 20px;
  padding-bottom: 6px;
}
.animated-input select {
  height: 47px;
  padding: 32px 20px 18px;
  font-size: 1rem;
}
.animated-input select ~ label {
  top: 0px;
  font-size: 0.75rem;
  opacity: 0.6;
}
.animated-input input,
.animated-input textarea,
.animated-input select {
  border-radius: 5px;
  background-color: transparent;
}
.animated-input input:focus,
.animated-input textarea:focus,
.animated-input select:focus {
  border-width: 1px;
}
.animated-input textarea {
  line-height: 1.6;
}
.animated-input input:focus ~ label, .animated-input input.has-value ~ label,
.animated-input textarea:focus ~ label,
.animated-input textarea.has-value ~ label,
.animated-input select:focus ~ label,
.animated-input select.has-value ~ label {
  top: 2px;
  font-size: 0.75rem;
  opacity: 0.6;
  border-width: 1px;
}
.animated-input input:disabled,
.animated-input textarea:disabled,
.animated-input select:disabled {
  background-color: #ececec;
}
.animated-input input.open-by-default ~ label {
  top: 2px;
  font-size: 0.75rem;
  opacity: 0.6;
  border-width: 1px;
}
.animated-input label {
  position: absolute;
  left: 0.75rem;
  top: 7px;
  transition: all 200ms;
  display: block;
  font-size: 1.125rem;
  pointer-events: none;
}
.animated-input .form-error {
  margin-top: -1.5rem;
  display: flex;
}

/* ====================================================
Button styles
======================================================= */
.button, .copy .button,
a.button {
  font-size: 0.875rem;
  padding: 0.5rem 2rem 0.5625rem;
  transition: background 200ms, color 200ms, border 200ms;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid black;
  border-radius: 0;
  background-color: transparent;
  font-weight: 600;
  font-family: "sofia-pro", sans-serif;
  margin: 0 0 20px;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  .button, .copy .button,
a.button {
    padding-top: 0.6875rem;
    padding-bottom: 0.8125rem;
  }
}
.button--wide,
a.button--wide {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .button--wide,
a.button--wide {
    width: auto;
  }
}
.button--fullwidth,
a.button--fullwidth {
  width: 100%;
  display: block;
}
.button--no-padding,
a.button--no-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}
.button--highlighted.button,
a.button--highlighted.button {
  border-color: black;
  background-color: black;
  color: #fff;
}
.button--highlighted.button:focus, .button--highlighted.button:hover, .button--highlighted.button:active,
a.button--highlighted.button:focus,
a.button--highlighted.button:hover,
a.button--highlighted.button:active {
  border-color: black;
  background-color: black;
}

/* ====================================================
Different button styles - for extending into components
======================================================= */
.button--dark, .wrapper--light .related-case-studies__button, .wrapper--light .cta-bar__button, .button,
a.button, .copy .button,
a.button--dark {
  border-color: black;
  color: #2d2d2d;
}
.button--dark:hover, .wrapper--light .related-case-studies__button:hover, .wrapper--light .cta-bar__button:hover, .button:hover, .button--dark:focus, .wrapper--light .related-case-studies__button:focus, .wrapper--light .cta-bar__button:focus, .button:focus, .button--dark:active, .wrapper--light .related-case-studies__button:active, .wrapper--light .cta-bar__button:active, .button:active,
a.button--dark:hover,
a.button--dark:focus,
a.button--dark:active {
  color: #fff;
  border-color: black;
  background: black;
}

.button--light, .wrapper--darkGrey .related-case-studies__button, .wrapper--dark .cta-bar__button, .wrapper--darkGrey .cta-bar__button, .carousel .slide-content .button,
a.button--light {
  border-color: #fff;
  color: #fff;
}
.button--light:hover, .wrapper--darkGrey .related-case-studies__button:hover, .wrapper--dark .cta-bar__button:hover, .wrapper--darkGrey .cta-bar__button:hover, .carousel .slide-content .button:hover, .button--light:focus, .wrapper--darkGrey .related-case-studies__button:focus, .wrapper--dark .cta-bar__button:focus, .wrapper--darkGrey .cta-bar__button:focus, .carousel .slide-content .button:focus, .button--light:active, .wrapper--darkGrey .related-case-studies__button:active, .wrapper--dark .cta-bar__button:active, .wrapper--darkGrey .cta-bar__button:active, .carousel .slide-content .button:active,
a.button--light:hover,
a.button--light:focus,
a.button--light:active {
  color: #2d2d2d;
  border-color: white;
  background: white;
}

.button--white,
a.button--white {
  border-color: white;
  color: white;
}
.button--white:hover, .button--white:focus, .button--white:active,
a.button--white:hover,
a.button--white:focus,
a.button--white:active {
  color: #2d2d2d;
  border-color: white;
  background: white;
}

.button--white-bg,
a.button--white-bg {
  background: white;
}

.inline-buttons {
  font-size: 0;
}
@media screen and (min-width: 40em) {
  .inline-buttons {
    margin-bottom: -20px;
  }
}
.inline-buttons .button {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 39.9375em) {
  .inline-buttons .button:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 40em) {
  .inline-buttons .button {
    min-width: 240px;
    margin: 0 10px 20px;
  }
}

/* =============================================================
For the 404 template
================================================================ */
.not-found__title {
  font-size: 1.75rem;
  font-weight: normal;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .not-found__title {
    font-size: 1.25rem;
  }
}
.not-found__title:after {
  content: "";
  width: 80px;
  display: block;
  margin: 0 auto;
  border-bottom: 2px solid #2d2d2d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 39.9375em) {
  .not-found__title:after {
    width: 60px;
    border-bottom: 1px solid #A5A7A7;
  }
}
.not-found p {
  font-size: 1.25rem;
}
.not-found__big {
  font-size: 4.625rem !important;
  line-height: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40em) {
  .not-found__big {
    font-size: 9.1875rem !important;
  }
}
.not-found__content {
  margin-bottom: 44px;
}
.not-found__buttons {
  margin-top: 2.25rem;
}

/* =============================================================
Generic forms. Basic Foundation styles are in _settings.scss
================================================================ */
@media screen and (min-width: 40em) {
  form ::-webkit-input-placeholder {
    color: rgba(45, 45, 45, 0.6);
  }
}
form :-moz-placeholder {
  /* Firefox 18- */
}
@media screen and (min-width: 40em) {
  form :-moz-placeholder {
    color: rgba(45, 45, 45, 0.6);
  }
}
form ::-moz-placeholder {
  /* Firefox 19+ */
}
@media screen and (min-width: 40em) {
  form ::-moz-placeholder {
    color: rgba(45, 45, 45, 0.6);
  }
}
@media screen and (min-width: 40em) {
  form :-ms-input-placeholder {
    color: rgba(45, 45, 45, 0.6);
  }
}
form input[type=text],
form input[type=email],
form textarea {
  background: white;
}
@media screen and (max-width: 63.9375em) {
  form input[type=text],
form input[type=email],
form textarea {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 40em) {
  form input[type=text],
form input[type=email],
form textarea {
    background: white;
  }
}
form select {
  width: 100%;
  height: auto;
  padding: 10px 30px 0px 10px !important;
  margin-bottom: 15px;
  border: 1px solid #939393;
  border-radius: 5px;
  background-image: url(/images/icons/dropdown-arrow-dark.svg);
  background-size: auto;
  background-color: transparent;
  background-position: top calc(35% + 2px) right -1rem;
  font-size: 0.9375rem;
}
form select:hover, form select:active, form select:focus {
  border: 2px solid #cccccc;
  background-color: transparent;
}
form input[type=checkbox] {
  margin-right: 8px;
}
form input[type=text] {
  border: 1px solid #eee;
  border-radius: 4px;
}
form textarea {
  border: 1px solid #eee;
  border-radius: 4px;
}
form .callout {
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  form .callout {
    margin-bottom: 2.5rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* =========================================================
Used for the contact form - mostly for validation.
Most form styles can be applied as variables in _settings
============================================================ */
.contact-form {
  margin-top: 10px;
}
@media screen and (min-width: 40em) {
  .contact-form {
    margin-top: 20px;
  }
}
.contact-form__abstract {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40em) {
  .contact-form__abstract {
    margin-bottom: 2.75rem;
  }
}
.contact-form__title {
  margin-bottom: 16px;
  font-size: 2.25rem;
  line-height: 1.25;
}
@media screen and (min-width: 64em) {
  .contact-form__title {
    margin-bottom: 21px;
  }
}
.contact-form label {
  margin-bottom: 0.7rem;
}
.contact-form select {
  border: 1px solid #c1c1c1;
}
@media screen and (min-width: 40em) {
  .contact-form select {
    border: 1px solid #c1c1c1;
  }
}
.contact-form select::-moz-placeholder {
  color: #6F6F6F;
}
.contact-form select:-ms-input-placeholder {
  color: #6F6F6F;
}
.contact-form select::placeholder {
  color: #6F6F6F;
}
.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form textarea {
  font-weight: 400;
  background: #fff;
  border: 1px solid #c1c1c1;
}
@media screen and (min-width: 40em) {
  .contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form textarea {
    margin-bottom: 1.25rem;
    background: #fff;
    border: 1px solid #c1c1c1;
  }
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=password]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form input[type=number]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #6F6F6F;
}
.contact-form input[type=text]:-ms-input-placeholder, .contact-form input[type=password]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .contact-form input[type=number]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #6F6F6F;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=password]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=number]::placeholder,
.contact-form textarea::placeholder {
  color: #6F6F6F;
}
.contact-form textarea {
  min-height: 195px;
  margin-bottom: 0;
}
.contact-form .remaining {
  text-align: left;
  margin-top: 4px;
  display: inherit;
  color: #6F6F6F;
}
.contact-form .form-error {
  text-align: left;
}
@media screen and (min-width: 40em) {
  .contact-form .form-error {
    margin-top: -1.25rem;
  }
}
.contact-form .file-upload-input {
  font-size: 0.75rem;
}
.contact-form .checkbox-text {
  font-size: 1.125rem;
  margin-right: 1rem;
}
.contact-form .with-checkbox-beneath {
  margin-bottom: 10px !important;
}
.contact-form .with-checkbox-beneath + .form-error {
  margin-top: 0;
}
.contact-form .button, .contact-form .copy .button, .copy .contact-form .button {
  font-size: 1rem;
  border-color: black;
  color: white;
  background: black;
  cursor: pointer;
  margin-bottom: 0;
  padding: 11px 40px;
  margin-top: 20px !important;
}
.contact-form__wrapper {
  margin-top: 20px;
  background-color: #F7F7F7;
  padding: 20px 20px 30px;
}
@media screen and (min-width: 64em) {
  .contact-form__wrapper {
    margin-top: 0;
    padding: 50px 30px 60px;
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .contact-form__wrapper {
    padding: 60px 90px;
  }
}

.contact__wrapper {
  border-top: 0 !important;
  padding-top: 0 !important;
}
@media screen and (min-width: 64em) {
  .contact__wrapper {
    padding-top: 25px !important;
  }
}
.contact__title {
  margin: 0 0 21px;
}
@media screen and (min-width: 64em) {
  .contact .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 64em) {
  .contact .box {
    background-color: #F7F7F7;
    height: 100%;
  }
}

.optician-group {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.optician-group__title {
  font-size: 2rem;
}
@media screen and (min-width: 40em) {
  .optician-group__title {
    font-size: 2.25rem;
  }
}
.optician-group__grid {
  display: grid;
  gap: 20px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 40em) {
  .optician-group__grid {
    margin-top: 2.1875rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.optician img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  max-height: 200px;
}
@media screen and (min-width: 40em) {
  .optician img {
    max-height: unset;
  }
}
.optician__content {
  background: black;
  color: rgba(255, 255, 255, 0.8);
  padding: 25px 40px;
}
.optician__content h3 {
  color: white;
  font-size: 24px;
}
@media screen and (min-width: 64em) {
  .optician__content h3 {
    font-size: 1.5rem;
  }
}
.optician__content a {
  color: white;
}
.optician__content p {
  font-weight: 600;
}
.optician__content p:last-child {
  word-break: break-word;
  margin: 0;
}

/* ================================================================
A coloured area for giving consistent top & bottom padding to
components - white by default
=================================================================== */
.wrapper {
  padding: 2.5rem 0 2.5rem;
  text-align: center;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 40em) {
  .wrapper {
    padding: 3.875rem 1rem 4.6875rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .wrapper {
    padding: 3.5rem 0;
  }
}
.wrapper p,
.wrapper li,
.wrapper .abstract,
.wrapper .abstract p {
  color: inherit;
}
@media screen and (min-width: 40em) {
  .wrapper--even-padding {
    padding-top: 4.6875rem;
  }
}
.wrapper--dark {
  background: #212527;
  color: #fff;
}
.wrapper--darkGrey {
  background: #45494a;
  color: #fff;
}
.wrapper--lightGrey {
  background: #f7f7f7;
  color: #2d2d2d;
}
.wrapper--fixedBg {
  background: green url(/images/lake-como.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.wrapper--gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,c9c9c9+100 */
  background: rgb(247, 247, 247);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(201, 201, 201) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#c9c9c9",GradientType=0 );
  /* IE6-9 */
}
.wrapper--tall {
  padding: 5rem 0 5rem;
}
@media screen and (min-width: 40em) {
  .wrapper--tall {
    padding: 7.75rem 1rem 9.375rem;
  }
}

/* ================================================================================
A testimonial with cited author which is in a carousel if there's more than 1
=================================================================================== */
.testimonial {
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
}
.testimonial__content {
  text-align: center;
  font-size: 1.25rem;
  border: none;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  color: #2d2d2d;
  flex: 1;
  margin: 0;
}
@media screen and (min-width: 40em) {
  .testimonial__content {
    font-size: 1.75rem;
  }
}
.testimonial__content p {
  line-height: 1.45em !important;
}
.testimonial__content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial__author {
  font-size: 0.875rem;
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 1.5rem;
  color: rgba(45, 45, 45, 0.55);
}
@media screen and (min-width: 40em) {
  .testimonial__author {
    font-size: 1.125rem;
  }
}
.testimonial__author:before {
  content: "- ";
}
.testimonial__icon:after {
  display: block;
  content: "";
  background: url(/images/quotemark-dark.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 23px;
  text-align: center;
  margin: 0 auto 1rem;
}
.wrapper--dark .testimonial__icon:after {
  background: url(/images/quotemark-light.svg) no-repeat;
}
@media screen and (min-width: 40em) {
  .testimonial__icon:after {
    margin-bottom: 1.5rem;
  }
}
.testimonial--dark, .wrapper--dark .testimonial__content, .wrapper--dark .testimonial__author {
  color: #fff;
}
.testimonial--dark a, .wrapper--dark .testimonial__content a, .wrapper--dark .testimonial__author a,
.testimonial--dark a:visited {
  color: #e6e6e6;
}
.testimonial--dark a:hover, .wrapper--dark .testimonial__content a:hover, .wrapper--dark .testimonial__author a:hover,
.testimonial--dark a:active,
.wrapper--dark .testimonial__content a:active,
.wrapper--dark .testimonial__author a:active,
.testimonial--dark a:focus,
.wrapper--dark .testimonial__content a:focus,
.wrapper--dark .testimonial__author a:focus {
  color: #fff;
}
.testimonial--dark .testimonial__author, .wrapper--dark .testimonial__content .testimonial__author, .wrapper--dark .testimonial__author .testimonial__author {
  color: rgba(255, 255, 255, 0.55);
}

.testimonial-carousel__slide:active, .testimonial-carousel__slide:focus {
  outline: none;
}
.testimonial-carousel .slick-dots {
  margin-top: 1rem;
  margin-bottom: -1rem;
}
@media screen and (min-width: 40em) {
  .testimonial-carousel .slick-dots {
    margin-top: 1.5rem;
    margin-bottom: -2rem;
  }
}
.testimonial-carousel .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
.wrapper--light .testimonial-carousel .slick-dots li button {
  background-color: rgba(45, 45, 45, 0.2);
}
.testimonial-carousel .slick-dots li.slick-active button {
  background-color: white;
}
.wrapper--light .testimonial-carousel .slick-dots li.slick-active button {
  background-color: rgba(45, 45, 45, 0.8);
}

@media screen and (min-width: 40em) {
  .testimonials-list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
    columns-gap: 1.25rem;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media screen and (min-width: 64em) {
  .testimonials-list {
    -moz-column-count: 3;
    column-count: 3;
  }
}

.testimonials-list-item {
  background: #45494a;
  border-radius: 10px;
  padding: 2.5rem 1rem;
  margin-bottom: 1.875rem;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .testimonials-list-item {
    padding: 4rem 2rem 3rem;
    margin: 0;
  }
}
@media screen and (min-width: 40em) {
  .testimonials-list-item__wrapper {
    padding-bottom: 1.5rem;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media screen and (max-width: 39.9375em) {
  .testimonials-list-item__wrapper:last-child .testimonials-list-item {
    margin-bottom: 0;
  }
}
.testimonials-list-item__content {
  color: #fff;
  margin-bottom: 2rem;
}
.testimonials-list-item__content p {
  font-size: 1.375rem;
}
@media screen and (max-width: 39.9375em) {
  .testimonials-list-item__content p {
    font-weight: 300;
  }
}
@media screen and (min-width: 40em) {
  .testimonials-list-item__content p {
    font-size: 1.5rem;
  }
}
.testimonials-list-item__author {
  color: #cccccc !important;
  font-size: 1.125rem;
  margin: 0;
}
.testimonials-list-item__icon, .testimonials-list-item__icon-default {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.75rem;
}
.testimonials-list-item__icon {
  background: white no-repeat center;
  background-size: cover;
  border-radius: 50%;
  text-align: left;
  text-indent: -2000px;
  overflow: hidden;
}

.testimonials-list-wrapper .inline-buttons {
  margin-top: 1.5rem;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  z-index: 1;
  transition: opacity 200ms;
  padding: 0;
  width: 13px;
  height: 24px;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}
.slick-prev:focus, .slick-prev:active,
.slick-next:focus,
.slick-next:active {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  background: url(/images/icons/carousel-arrow-white.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.slick-prev {
  left: 1rem;
}
.slick-prev:before {
  transform: rotate(180deg);
}

.slick-next {
  right: 1rem;
}
/* Dots - original slick styles */
/* ================================================================
Custom global dot styles
=================================================================== */
.slick-dotted.slick-slider {
  margin: 1.875rem 0;
}

.slick-dots {
  margin: 1.875rem 0;
}
.slick-dots li {
  margin: 0 7px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  height: 11px;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  text-indent: -5000px;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 200ms;
}
.slick-dots li button:hover {
  transform: scale(1.5, 1.5);
}
.slick-dots li.slick-active button {
  background-color: #fff;
}

/* ====================================================
A main carousel, with slides of content, maybe buttons
and maybe a bottom bar
======================================================= */
.carousel {
  width: 100%;
  background-color: #45494a;
  text-align: center;
  height: 400px;
}
.carousel--light {
  background-color: #fff;
}
.carousel--tall {
  height: 600px;
}
@media screen and (max-width: 39.9375em) {
  .carousel--tall {
    height: 100vh;
    height: calc(100vh - 49px - 60px);
  }
}
@media screen and (min-width: 75em) {
  .carousel--tall {
    height: 800px;
  }
}
.carousel--full {
  height: 100vh;
  height: calc(100vh - 49px - 60px);
}
@media screen and (min-width: 40em) {
  .carousel--full {
    min-height: 600px;
    height: calc(100vh - 49px);
  }
}
@media screen and (min-width: 64em) {
  .carousel--full {
    height: calc(100vh - 78px);
  }
}
@media screen and (max-width: 39.9375em) {
  .carousel-icons {
    display: none;
  }
}
.carousel-hint {
  position: absolute;
  bottom: 34px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carousel-hint {
    display: none;
  }
}
.carousel-hint img {
  margin-left: auto;
  margin-right: auto;
}
.carousel-hint__scroll {
  height: 53px;
  width: 53px;
  margin-bottom: 2px;
  display: block;
}
.carousel--with-bar .carousel-hint {
  bottom: 85px;
}
.carousel-cta {
  position: absolute;
  bottom: 40px;
  right: 20px;
  transform: translateX(-50%);
}
.carousel-cta__enquiry {
  height: 45px;
  width: 45px;
}
.carousel .slick-list,
.carousel .slick-track {
  height: 100%;
}
.carousel__video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.carousel__video {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
}
@media screen and (min-width: 64em) {
  .carousel--short .carousel__video {
    height: 400%;
    top: -133%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .carousel--tall .carousel__video {
    width: 300%;
    left: -100%;
  }
}
@media screen and (min-width: 64em) {
  .carousel--tall .carousel__video {
    width: 100%;
    left: 0;
    height: 300%;
    top: -100%;
  }
}
@media (min-aspect-ratio: 16/9) {
  .carousel--full .carousel__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .carousel--full .carousel__video {
    width: 300%;
    left: -100%;
    top: -10%;
    height: 120%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .carousel--full .carousel__video {
    width: 300%;
    left: -100%;
  }
}
.carousel--with-bar .carousel__video {
  padding-bottom: 50px;
}
@media screen and (min-width: 64em) {
  .carousel--with-bar .carousel__video {
    padding-bottom: 60px;
  }
}
.carousel .slide {
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel .slide-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.carousel .slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.carousel .slide-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1;
}
.carousel .slide-mobile-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1;
}
.carousel .slide-content {
  padding: 0;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 39.9375em) and (orientation: landscape) {
  .carousel .slide-content {
    margin-top: 1.875rem;
  }
}
.carousel .slide-content--dark-text h1, .carousel .slide-content--dark-text h2, .carousel .slide-content--dark-text p {
  color: #2d2d2d;
}
.carousel .slide-content--dark-text .slide-content__button {
  border-color: #2d2d2d;
  color: #2d2d2d;
}
.carousel .slide-content__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 64em) and (orientation: landscape) {
  .carousel .slide-content__title {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 64em) and (min-height:801px) {
  .carousel .slide-content__title {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
.carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 12px;
}
@media screen and (min-width: 64em) {
  .carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
    font-size: 1.3125rem;
    font-weight: normal;
    margin-top: 24px;
  }
}
.carousel .slide-content__content-wrapper {
  position: relative;
}
.carousel .slide-content__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.carousel--with-bar .carousel .slide-content__content {
  transform: translateY(calc(-50% - 25px));
}
.carousel .slide-content__top-subtitle {
  padding-bottom: 25px;
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  margin-top: 0;
}
.carousel .slide-content__top-subtitle:after {
  content: "";
  width: 33px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.carousel .slide-content__buttons {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 40em) {
  .carousel .slide-content__buttons {
    margin-top: 3.25rem;
  }
}
.carousel .slide-content .button {
  margin: 0;
}
.carousel .slick-next {
  right: 1rem;
}
.carousel .slick-prev {
  left: 1rem;
}

/* ====================================================
Dots
======================================================= */
.carousel .slick-dots {
  margin: 0;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 39.9375em) {
  .carousel .slick-dots {
    bottom: 20px;
  }
}
@media screen and (max-width: 39.9375em) and (orientation: landscape) {
  .carousel .slick-dots {
    bottom: 20px;
    left: auto;
    transform: none;
  }
}
@media screen and (min-width: 40em) {
  .carousel .slick-dots {
    bottom: 20px;
  }
}
.carousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}
.carousel .slick-dots li.slick-active button {
  background: #fff;
}
.carousel--dots-right .slick-dots {
  right: 25px;
  left: auto;
  transform: none;
}
.carousel--dots-left .slick-dots {
  left: 25px;
  right: auto;
  transform: none;
}
.carousel--dots-left li:first-child {
  margin-left: 0;
}
.carousel--small .slick-dots, .carousel--tall .slick-dots {
  bottom: 20px !important;
}
@media screen and (max-width: 39.9375em) {
  .carousel--with-bar .slick-dots {
    bottom: 65px !important;
  }
}
@media screen and (min-width: 40em) {
  .carousel--with-bar .slick-dots {
    bottom: 80px !important;
  }
}
.carousel--with-bar .slick-prev,
.carousel--with-bar .slick-next {
  transform: translateY(calc(-50% - 30px));
}
.carousel--with-bar .slide-content__content {
  transform: translateY(calc(-50% - 25px));
}
@media screen and (min-width: 40em) {
  .carousel--with-bar .slide-content__content {
    transform: translateY(calc(-50% - 30px));
  }
}

/* ============================================================
Wrapper around carousel to add other things, like share button
=============================================================== */
.carousel-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ============================================================
Share button in the carousel
=============================================================== */
/* ====================================================
Carousel bottom bar
======================================================= */
.carousel-bottom-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #707070;
  text-align: center;
  height: 50px;
  transition: background 200ms;
  z-index: 1;
}
@media screen and (min-width: 40em) {
  .carousel-bottom-bar {
    height: 60px;
  }
}
.carousel-bottom-bar:hover, .carousel-bottom-bar:active {
  background: #575757;
}
.carousel-bottom-bar__icon {
  background: url(/images/carousel-bottom-bar-logo.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 21px;
  margin: -0.35em 0.5rem 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 40em) {
  .carousel-bottom-bar__icon {
    width: 42px;
    height: 30px;
    margin: -0.25em 1.5rem 0 0;
  }
}
.carousel-bottom-bar__content {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9375rem;
  margin: 0.75rem 0 0;
}
@media screen and (max-width: 39.9375em) {
  .carousel-bottom-bar__content {
    font-weight: bold;
  }
}
@media screen and (min-width: 40em) {
  .carousel-bottom-bar__content {
    font-size: 1.3125rem;
  }
}
/* ====================================================
Large image which will fit edge to edge with container
======================================================= */
.fullwidth-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

/* =======================================================
A button which expands when clicked to show share icons
- Used on blog and project page
========================================================== */
.share-btn {
  height: 45px;
  width: 99px;
  font-size: 0.9375rem;
  line-height: 15px;
  font-weight: 400;
  overflow: hidden;
  transition: width 200ms, background 200ms;
  position: relative;
  text-align: left;
}
.share-btn__slider {
  background: #F3F3F3;
  font-size: inherit;
  color: #2d2d2d;
  line-height: inherit;
  font-weight: inherit;
  width: 249px;
  position: absolute;
  left: 0;
}
.share-btn__button {
  padding: 14px 15px;
  width: 99px;
  outline: 0;
}
.share-btn__aro {
  display: inline-block;
  margin-left: 7px;
  margin-top: -3px;
  width: 9px;
  height: 14px;
  background: url(/images/arrow-right-black.svg) no-repeat center;
  vertical-align: middle;
}
.share-btn__sharers {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 99px;
  overflow: hidden;
  width: 0;
  transition: width 200ms;
}
.share-btn--expanded {
  width: 249px;
}
.share-btn--expanded .share-btn__sharers {
  width: 150px;
}
.share-btn a.sharer {
  width: 50px;
  border-left: 1px solid #cecece;
  background: #f4f4f4;
  display: inline-block;
  margin: 0;
  line-height: 35px !important;
  text-align: center;
  transition: background 200ms;
  position: absolute;
  height: 100%;
  left: 0;
}
.share-btn a.sharer:nth-child(2) {
  left: 50px;
}
.share-btn a.sharer:nth-child(3) {
  left: 100px;
}
.share-btn a.sharer:nth-child(4) {
  left: 150px;
}
.share-btn a.sharer img, .share-btn a.sharer svg {
  max-height: 40%;
  max-width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.share-btn a.sharer svg path {
  transition: fill 200ms;
  fill: #2d2d2d;
}
.share-btn a.sharer:hover, .share-btn a.sharer:active {
  background: #da2129;
}
.share-btn a.sharer:hover svg path, .share-btn a.sharer:active svg path {
  fill: #fff;
}

/* ============================================================
Different types of share button e.g. ghost
=============================================================== */
.share-btn.share-btn--ghost {
  border: 1px solid #c1c1c1;
  border-radius: 0;
  background: #fff;
  color: #2d2d2d;
  width: 101px;
}
.share-btn.share-btn--ghost .share-btn__button {
  background: transparent;
  color: #2d2d2d;
}
.share-btn.share-btn--ghost .share-btn__aro {
  background-image: url(/images/arrow-right-black.svg);
  opacity: 0.2;
  transition: opacity 200ms;
}
.share-btn.share-btn--ghost .share-btn__slider {
  background: transparent;
}
.share-btn.share-btn--ghost a.sharer {
  background: transparent;
  border-left: 1px solid #c1c1c1;
}
.share-btn.share-btn--ghost a.sharer svg path {
  transition: fill 200ms;
  fill: #2d2d2d;
}
.share-btn.share-btn--ghost.share-btn--expanded {
  width: 251px;
}

/* ================================================================================
Full-width cta (usually at the bottom of a page with a coloured bg, title, text
& button
=================================================================================== */
.cta-bar, .cta-bar p {
  padding-left: 0px !important;
  padding-right: 0px !important;
  color: #6f6f6f;
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
  text-align: center;
  position: relative;
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
  /* =============================================================
  A version with an image background and a tint
  ================================================================ */
}
.cta-bar__title {
  font-weight: normal;
  line-height: 1.2em;
  color: #2d2d2d;
  font-size: 2rem;
}
@media screen and (min-width: 40em) {
  .cta-bar__title {
    font-size: 3.25rem;
  }
}
.wrapper--dark .cta-bar__title, .wrapper--fixedBg .cta-bar__title, .wrapper--darkGrey .cta-bar__title {
  color: #fff;
}
.cta-bar__buttons {
  margin-top: 1.75rem;
}
@media screen and (min-width: 40em) {
  .cta-bar__buttons {
    margin-top: 1.75rem;
  }
}
.cta-bar__content p:last-child {
  margin-bottom: 0;
}
.cta-bar__icon {
  max-width: 100%;
  margin: 0 auto 1.25rem;
}
@media screen and (min-width: 40em) {
  .cta-bar__icon {
    margin: 0 auto 2rem;
  }
}
.cta-bar--dark, .wrapper--dark .cta-bar, .wrapper--dark .cta-bar p, .cta-bar .wrapper--dark p, .wrapper--darkGrey .cta-bar, .wrapper--darkGrey .cta-bar p, .cta-bar .wrapper--darkGrey p {
  color: #fff;
}
.cta-bar__tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212527;
  opacity: 0;
}
.cta-bar__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 326px;
  width: 100%;
}
.cta-bar__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-bar--with-image {
  background: transparent;
  background-size: cover;
}

/* =======================================================
A component with several feature boxes, an image, title,
content, and link.
========================================================== */
.feature-box {
  background: white;
  position: relative;
  padding: 0;
  text-align: left;
  color: #2d2d2d;
}
.feature-box:hover, .feature-box:active {
  color: black;
}
.feature-box__title {
  font-size: 1.375rem;
  margin-bottom: 0.25rem;
  color: #2d2d2d !important;
}
@media screen and (min-width: 40em) {
  .feature-box__title {
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
  }
}
.feature-box__content {
  padding: 0.5rem 1rem 1.25rem;
  font-size: 0.9375rem;
  color: #2d2d2d;
}
@media screen and (min-width: 40em) {
  .feature-box__content {
    padding: 1rem 1.5rem 1.25rem;
    font-size: 1rem;
  }
}
.feature-box__image {
  width: 100%;
  height: auto;
}
.feature-box__link {
  text-decoration: none;
}
.feature-box__more-link {
  color: #2d2d2d !important;
}
.feature-box__more-arrow {
  width: 6px;
  height: 9px;
  display: inline-block;
  background: url(/images/arrow-right-black.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 2px;
}
.feature-box__abstract {
  margin-bottom: 1.5rem;
}
.feature-box__abstract:last-child {
  margin-bottom: 0;
}

/* =======================================================
The surrounding component
========================================================== */
.feature-boxes__title:last-child {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40em) {
  .feature-boxes__title:last-child {
    margin-bottom: 2.25rem;
  }
}
.feature-boxes__copy {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40em) {
  .feature-boxes__copy {
    margin-bottom: 2.25rem;
  }
}

.multi-icons-copy {
  margin-bottom: 1.875rem;
}
.multi-icons-copy__abstract {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .multi-icons-wrapper {
    float: none !important;
    text-align: center;
    display: inline-block;
  }
}
.multi-icons-icon {
  margin: 0 auto 2rem;
  padding: 0 2rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .multi-icons-icon {
    display: table;
    padding: 0 1rem;
    margin-bottom: 0;
  }
}
.multi-icons-icon__wrapper:last-child .multi-icons-icon {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .multi-icons-icon__btn-wrapper {
    display: table-footer-group;
  }
}
.multi-icons-icon__title {
  margin: 0 0 0.5rem;
  font-size: 1.4375rem;
}
@media screen and (min-width: 40em) {
  .multi-icons-icon__title {
    font-size: 1.625rem;
  }
}
.multi-icons-icon p {
  text-align: center;
  font-size: 1rem;
  color: #6f6f6f;
  margin-bottom: 0;
}
.multi-icons-icon__icon {
  max-width: 50%;
  max-width: 50vw;
  margin: auto;
}
@media screen and (min-width: 40em) {
  .multi-icons-icon__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 100%;
    max-height: 100%;
    filter: saturate(0);
    transition: filter 200ms;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .multi-icons-icon__wrapper:nth-child(1), .multi-icons-icon__wrapper:nth-child(2) {
    margin-bottom: 1.5rem;
  }
}
.multi-icons-icon__icon-wrapper {
  text-align: center;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 40em) {
  .multi-icons-icon__icon-wrapper {
    position: relative;
    text-align: center;
    padding-bottom: 50%;
    transition: border 200ms;
  }
}
@media screen and (max-width: 39.9375em) {
  .multi-icons .column:last-child .button, .multi-icons .columns:last-child .button, .multi-icons .logo-menu-item:last-child .button {
    margin-bottom: 0;
  }
}
.multi-icons .slick-dots {
  margin-bottom: 0.75rem;
  position: relative;
}
@media screen and (min-width: 40em) {
  .multi-icons .slick-dots {
    margin-top: -1.25rem;
    margin-bottom: 1.25rem;
  }
}

/* =======================================================
A component with several news boxes, an image, title,
content, and link.
========================================================== */
.news-box {
  background: white;
  position: relative;
  padding: 0;
  margin-bottom: 1.875rem;
  text-align: left;
  border: 0;
  transition: color 200ms, border 200ms;
  box-shadow: none;
  color: #2d2d2d;
}
@media print {
  .news-box {
    border: 1px solid grey;
  }
}
.wrapper--dark .news-box, .wrapper--darkGrey .news-box {
  color: #fff;
  background: transparent;
  border: none;
}
.news-box__title {
  font-size: 1.4375rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #2d2d2d;
  line-height: 1.3;
}
@media screen and (min-width: 40em) {
  .news-box__title {
    margin-bottom: 0.5rem;
    font-size: 1.625rem;
  }
}
.wrapper--dark .news-box__title, .wrapper--darkGrey .news-box__title {
  color: #fff;
}
.news-box__content-wrapper {
  padding: 10px;
}
.news-box__content {
  padding: 1rem 0 0;
  font-size: 0.9375rem;
}
@media screen and (min-width: 40em) {
  .news-box__content {
    padding: 1.75rem 0 0;
    font-size: 1rem;
  }
}
.news-box__date {
  line-height: 1;
  margin-bottom: 0.25rem;
  color: #6f6f6f !important;
}
@media screen and (min-width: 40em) {
  .news-box__date {
    margin-bottom: 0.5rem;
  }
}
.news-box__image {
  width: 100%;
  height: auto;
}
.news-box__fixed-image {
  width: 100%;
  padding-bottom: 67.5%;
  background: #C7C7C7 url(/images/default400x270.png) no-repeat center;
  background-size: cover;
  transition: transform 200ms, filter 200ms;
  position: absolute;
  top: 0;
}
.news-box__image-wrapper {
  width: 100%;
  padding-bottom: 67.5%;
  overflow: hidden;
  position: relative;
}
.news-box__link {
  text-decoration: none;
}
.news-box__abstract {
  margin-bottom: 0;
  color: #6f6f6f !important;
}
.news-box__more-arrow {
  width: 6px;
  height: 9px;
  display: inline-block;
  background: url(/images/arrow-right-black.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 2px;
}
.news-box:hover, .news-box:active {
  color: black;
  border-color: #b2b2b2;
}
.news-box:hover .news-box__fixed-image, .news-box:active .news-box__fixed-image {
  filter: brightness(115%);
  transform: scale(1.1);
}
.wrapper--dark .news-box:hover, .wrapper--darkGrey .news-box:hover, .wrapper--dark .news-box:active, .wrapper--darkGrey .news-box:active {
  color: #d9d9d9;
}

/* =======================================================
The surrounding component
========================================================== */
.news-boxes__title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
@media screen and (min-width: 40em) {
  .news-boxes__title {
    margin-bottom: 2.25rem;
    font-size: 2.0625rem;
  }
}
@media screen and (min-width: 40em) {
  .news-boxes.wrapper {
    padding-bottom: 2.8125rem;
  }
}

/* =======================================================
News in a carousel - e.g. "Related news" component, also
used for "related case studies"
========================================================== */
.slick-news-carousel .slick-slide {
  outline: none;
}
.slick-news-carousel .slick-dots {
  margin: 0;
  padding-top: 40px;
}
.slick-news-carousel .slick-dots li.slick-active button {
  background-color: #2d2d2d;
}
.wrapper--darkGrey .slick-news-carousel .slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-news-carousel .slick-dots li button {
  background-color: rgba(45, 45, 45, 0.35);
}
.wrapper--darkGrey .slick-news-carousel .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.35);
}
@media screen and (min-width: 87.5em) {
  .slick-news-carousel .slick-prev {
    left: -1.5rem;
  }
}
@media screen and (min-width: 87.5em) {
  .slick-news-carousel .slick-next {
    right: -1.5rem;
  }
}
.slick-news-carousel .slick-prev:before,
.slick-news-carousel .slick-next:before {
  background-image: url(/images/icons/carousel-arrow-black.svg);
}
.wrapper--darkGrey .slick-news-carousel .slick-prev:before,
.wrapper--darkGrey .slick-news-carousel .slick-next:before {
  background-image: url(/images/icons/carousel-arrow-white.svg);
}

/* =======================================================
For the related news component - box styles are in "news box"
and carousel styles are in "news carousel"
========================================================== */
.wrapper--dark .related-news__title, .wrapper--darkGrey .related-news__title {
  color: #fff;
}
.related-news__title:last-child {
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .related-news__title:last-child {
    margin-bottom: 2.5rem;
  }
}
.related-news__abstract {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .related-news__abstract {
    margin-bottom: 2rem;
  }
}
.related-news__button .wrapper--dark, .wrapper--darkGrey .related-news__button {
  color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .related-news .slick-news-carousel .columns:nth-child(n+4), .related-news .slick-news-carousel .logo-menu-item:nth-child(n+4) {
    display: none;
  }
}
.related-news .slick-dots {
  margin-bottom: 0.75rem;
  position: relative;
}
@media screen and (min-width: 40em) {
  .related-news .slick-dots {
    margin-top: -1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 81.25em) {
  .related-news .slick-dots {
    display: none !important;
  }
}

/* ================================================================================
A menu of logos in borders (logos can be any aspect ratio)
=================================================================================== */
.logo-menu {
  padding: 0 0.40625rem;
  margin-bottom: 0;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
.logo-menu:hover, .logo-menu:focus, .logo-menu:active {
  outline: none;
}
@media screen and (min-width: 40em) {
  .logo-menu {
    padding: 0 0.8125rem;
  }
}
.logo-menu__title {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 40em) {
  .logo-menu__title {
    margin-bottom: 2.75rem;
  }
}
.logo-menu-item {
  margin: 0 0 0.8125rem;
  padding: 0 0.40625rem;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .logo-menu-item:last-child:nth-child(odd) {
    float: none !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 40em) {
  .logo-menu-item {
    margin: 0 0 1.625rem;
    padding: 0 0.8125rem;
    display: inline-block !important;
    float: none !important;
  }
}
.logo-menu-item__logo-wrapper {
  display: block;
  text-align: center;
  padding-bottom: 50%;
  position: relative;
  transition: border 200ms;
  border: 1px solid #e5e5e5;
}
.logo-menu-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 70%;
  max-height: 65%;
  filter: saturate(0);
  transition: filter 200ms;
}
.logo-menu-item--with-link:hover, .logo-menu-item--with-link:active, .logo-menu-item--with-link:focus {
  outline: none;
}
.logo-menu-item--with-link:hover img, .logo-menu-item--with-link:active img, .logo-menu-item--with-link:focus img {
  filter: none;
}
.logo-menu-item--with-link:hover .logo-menu-item__logo-wrapper, .logo-menu-item--with-link:active .logo-menu-item__logo-wrapper, .logo-menu-item--with-link:focus .logo-menu-item__logo-wrapper {
  border-color: #b2b2b2;
}

a.logo-menu-item:hover {
  border-color: #b2b2b2;
}

/* =====================================================================
Very specific logo sizings - because there'll always be some exceptions
======================================================================== */
.logo-menu-item--narrow .logo-menu-item__logo {
  max-width: 47%;
}

/* ================================================================
If logos are in a carousel
=================================================================== */
.logo-menu-wrapper.slick-slide {
  outline: none;
}

.logo-carousel:last-child {
  margin-bottom: -0.8125rem;
}
@media screen and (min-width: 40em) {
  .logo-carousel:last-child {
    margin-bottom: -1.625rem;
  }
}
.logo-carousel .slick-track:active, .logo-carousel .slick-track:focus, .logo-carousel .slick-track:hover {
  outline: none;
}
.logo-carousel .slick-dots {
  margin: 0;
}
.logo-carousel .slick-dots li.slick-active button {
  background-color: #2d2d2d;
}
.logo-carousel .slick-dots li button {
  background-color: rgba(45, 45, 45, 0.35);
}

.faqs {
  text-align: left;
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
}
.faqs a {
  text-decoration: none;
  color: #2d2d2d;
}
.faqs-filter {
  display: inline;
  width: 100%;
  border-color: #C1C1C1;
  padding-bottom: 10px !important;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .faqs-filter {
    width: 250px;
    margin-right: 1rem;
  }
}
.faqs-filter:hover, .faqs-filter:focus {
  border: 1px solid #C1C1C1;
}
.faqs-item {
  border: 1px solid #C1C1C1;
  margin-left: 0 !important;
  position: relative;
}
.faqs-item:not(:last-of-type) {
  border-bottom: 0;
}
.wrapper--lightGrey .faqs-item {
  border-color: #b4b4b4;
}
.faqs .accordion {
  margin-bottom: 0;
}
.is-active > .faqs__question:before {
  transform: rotate(90deg);
  content: "";
}
.faqs__question {
  border: 0 !important;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 60px;
  background: transparent;
  padding-right: 30px;
}
@media screen and (min-width: 40em) {
  .faqs__question {
    font-size: 1.3125rem;
  }
}
.faqs__question:before {
  margin-left: auto;
  margin-top: -0.25rem;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/images/faq-arrow-right.svg) no-repeat center;
  background-size: contain;
  transition: transform 200ms;
}
@media screen and (min-width: 40em) {
  .faqs__question:before {
    width: 12px;
    height: 12px;
  }
}
.faqs__question:hover, .faqs__question:active, .faqs__question:focus {
  background: transparent;
}
.faqs:last-child > .faqs__answer {
  border-bottom: none;
}
.faqs__answer {
  margin-left: 60px;
  border: 0 !important;
  font-size: 1.125rem;
  padding-top: 2px;
}
@media screen and (min-width: 40em) {
  .faqs__answer {
    font-size: 1rem;
  }
}
.faqs__answer p {
  margin-bottom: 0;
  color: #6f6f6f;
}
.faqs__number {
  display: inline-block;
  background: #2d2d2d;
  color: white;
  padding-top: 1rem;
  text-align: center;
  width: 60px;
  position: absolute;
  font-weight: bold;
  font-size: 1.125rem;
  top: 0;
  bottom: 0;
  transition: background 200ms;
}
@media screen and (min-width: 40em) {
  .faqs__number {
    font-size: 1.3125rem;
  }
}
.wrapper--lightGrey .faqs__number {
  background: #202020;
}
.is-active > .faqs__number {
  background: #474747;
}
.wrapper--lightGrey .is-active > .faqs__number {
  background: #3a3a3a;
}
.faqs__top {
  margin-bottom: 2rem;
}
.faqs.wrapper--lightGrey .accordion {
  background: #f7f7f7;
}

.image-carousel-wrapper {
  max-height: 100vh;
  overflow: hidden;
}

.image-carousel__slide-img {
  background: url(/images/default600x300.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
}
@media screen and (min-width: 40em) {
  .image-carousel__slide-img {
    padding-bottom: 42.857%;
  }
}
.image-carousel .slick-prev,
.image-carousel .slick-next {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 12px;
  width: auto;
  height: auto;
  transition: background 200ms;
  opacity: 1;
}
@media screen and (min-width: 40em) {
  .image-carousel .slick-prev,
.image-carousel .slick-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 12px;
  }
}
@media screen and (min-width: 64em) {
  .image-carousel .slick-prev,
.image-carousel .slick-next {
    width: 55px;
    height: 55px;
    padding: 14px;
  }
}
@media screen and (max-width: 39.9375em) {
  .image-carousel .slick-prev:before,
.image-carousel .slick-next:before {
    width: 17px;
    padding-bottom: 133.33%;
  }
}
.image-carousel .slick-prev:hover, .image-carousel .slick-prev:active, .image-carousel .slick-prev:focus,
.image-carousel .slick-next:hover,
.image-carousel .slick-next:active,
.image-carousel .slick-next:focus {
  opacity: 1;
}
@media screen and (min-width: 40em) {
  .image-carousel .slick-prev:hover, .image-carousel .slick-prev:active, .image-carousel .slick-prev:focus,
.image-carousel .slick-next:hover,
.image-carousel .slick-next:active,
.image-carousel .slick-next:focus {
    background: rgba(0, 0, 0, 0.7);
  }
}
.image-carousel .slick-prev {
  left: 0;
}
@media screen and (max-width: 39.9375em) {
  .image-carousel .slick-prev {
    padding-right: 21px;
  }
}
@media screen and (min-width: 40em) {
  .image-carousel .slick-prev {
    left: 1.875rem;
  }
}
.image-carousel .slick-next {
  right: 0;
}
@media screen and (max-width: 39.9375em) {
  .image-carousel .slick-next {
    padding-left: 21px;
  }
}
@media screen and (min-width: 40em) {
  .image-carousel .slick-next {
    right: 1.875rem;
  }
}

.search-result {
  text-align: left;
  border-bottom: 2px solid #adadad;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.search-result:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.search-result__title {
  font-size: 1.75rem;
}
.search-result__title a,
.search-result__title a:visited {
  text-decoration: none;
}
.search-result__title a:hover,
.search-result__title a:active,
.search-result__title a:focus {
  text-decoration: none;
  color: black;
}
.search-result__content {
  font-size: 1.125rem;
}
.search-result__link {
  text-decoration: none;
  margin: 0;
}
.search-result__link:hover, .search-result__link:active, .search-result__link:focus {
  text-decoration: none;
  color: black;
}

.search-results__title {
  font-size: 2.875rem;
  color: #2d2d2d;
  margin-bottom: 2rem;
}
.search-results__summary {
  text-align: left;
  font-size: 1.125rem;
}
.search-results__pagination {
  text-align: left;
}
@media screen and (min-width: 64em) {
  .search-results__pagination {
    text-align: right;
  }
}
.search-results__next, .search-results__prev {
  text-indent: -1000px;
  display: inline-block;
  border: 1px solid #b9baba;
  height: 49px;
  width: 44px;
  overflow: hidden;
  position: relative;
  margin: 0 2px;
  text-align: left;
  vertical-align: middle;
  transition: border-color 200ms;
}
.search-results__next:after, .search-results__prev:after {
  content: "";
  background: url(/images/arrow-right-black.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 15px;
  right: 15px;
}
.search-results__next.disabled, .search-results__prev.disabled {
  opacity: 0.25;
}
.search-results__next:hover, .search-results__next:active, .search-results__prev:hover, .search-results__prev:active {
  border-color: #3a3a3a;
}
.search-results__prev:after {
  transform: rotate(180deg);
}
.search-results__paginate-amount {
  border-color: #606060;
  border-width: 1px;
  display: inline;
  margin-left: 6px;
  width: auto;
  min-width: 140px;
}

/* ====================================================
A set of 3 case studies, in a carousel similar to
related news
======================================================= */
.related-case-studies {
  /* =====================================================
  Use the "case study" styles, but here's a few overrides
  ======================================================== */
}
.related-case-studies__title {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.wrapper--darkGrey .related-case-studies__title {
  color: #fff;
}
@media screen and (min-width: 40em) {
  .related-case-studies__title {
    font-size: 2.25rem;
    margin-bottom: 2.75rem;
  }
}
.related-case-studies__abstract {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .related-case-studies__abstract {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 40em) {
  .related-case-studies .inline-buttons {
    margin-top: 1rem;
  }
}
.related-case-studies .case-study {
  margin: 0 0 1.875rem;
}
.related-case-studies .case-study__panel {
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}

/* =============================================================
Display text and images next to each other - vertically align
the text to the image. Default is image on left.
================================================================ */
@media screen and (max-width: 63.9375em) {
  .copy-full-img {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .copy-full-img {
    min-height: 430px;
  }
}
@media screen and (min-width: 64em) {
  .copy-full-img__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 64em) {
  .copy-full-img__no-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-height: none;
  }
}
.copy-full-img__contrain-img img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.copy-full-img--white {
  background: white;
}
.copy-full-img__title {
  font-size: 1.4375rem;
}
@media screen and (min-width: 40em) {
  .copy-full-img__title {
    font-size: 2.25rem;
  }
}
.copy-full-img .copy, .copy-full-img .copy p, .copy .copy-full-img p, .copy-full-img .copy li, .copy .copy-full-img li {
  color: #2d2d2d;
  text-align: center;
}
.copy-full-img .copy ul, .copy .copy-full-img p ul, .copy .copy-full-img li ul {
  text-align: center;
  list-style-position: inside;
  padding-left: 0;
}
@media screen and (min-width: 64em) {
  .copy-full-img .copy, .copy-full-img .copy p, .copy .copy-full-img p, .copy-full-img .copy li, .copy .copy-full-img li {
    text-align: left;
  }
}
.copy-full-img__content-wrapper {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .copy-full-img__content-wrapper {
    margin-bottom: 4.6875rem;
  }
}
@media screen and (min-width: 64em) {
  .copy-full-img__content-wrapper {
    margin-bottom: 0;
    min-height: 18.3125rem;
    display: flex;
    align-items: center;
  }
}
.copy-full-img__content {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .copy-full-img__content {
    text-align: left;
  }
}
.copy-full-img__img-bg {
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .copy-full-img__img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    padding: 0;
  }
  .copy-full-img--right .copy-full-img__img-bg {
    left: 50%;
    right: 0;
  }
}
.copy-full-img__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.copy-full-img.wrapper + .wrapper {
  padding-top: 2.5rem !important;
}
@media screen and (min-width: 40em) {
  .copy-full-img.wrapper + .wrapper {
    padding-top: 3.875rem !important;
  }
}

/* ===========================================================================
   A 2 col grid (on medium) of numbered copy items with a title and abstract.
   =========================================================================== */
.copy-grid {
  margin-bottom: -2.25rem;
}
.copy-grid__abstract {
  text-align: left;
}
@media screen and (min-width: 40em) {
  .copy-grid__abstract {
    text-align: center;
  }
}
.copy-grid__top {
  margin-bottom: 2rem;
}
.copy-grid-item {
  border-bottom: 1px solid #dcdede;
  margin-bottom: 2.25rem;
  text-align: left;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .copy-grid-item {
    margin-left: 36px;
  }
}
@media screen and (max-width: 39.9375em) {
  .copy-grid-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.copy-grid-item__title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.copy-grid-item__content {
  padding-left: 33px;
}
.copy-grid-item__content p {
  font-size: 1rem;
}
.copy-grid-item__content p:last-of-type {
  margin-bottom: 0;
}

/* =======================================================
Pagination for the news list (with pagination)
========================================================== */
.pagination {
  text-align: center;
  font-size: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .pagination {
    margin-bottom: 2rem;
    text-align: right;
  }
}
.pagination__item {
  display: inline-block;
  border: 2px solid #eee;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #2d2d2d;
  font-size: 1rem;
  margin-left: -2px;
  width: 47px;
  text-align: center;
  font-weight: bold;
  background: white;
  position: relative;
  transition: border 200ms;
  outline: none;
}
.pagination__item:hover, .pagination__item:active, .pagination__item:focus {
  z-index: 1;
  border-color: #bbb;
}
.pagination__item.current {
  border-color: #bbb;
  z-index: 2;
}
.pagination__pages {
  margin: 0 1rem;
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .pagination__pages {
    margin: 0 1.5rem;
  }
}
.pagination__prev-next {
  display: none;
}
@media screen and (min-width: 64em) {
  .pagination__prev-next {
    display: inline-block;
  }
}

/* ====================================================================
Events in a carousel - e.g. "Events" component
Not currently used - as Base template events use "slick-news-carousel"
styles instead. If needs to be bespoke, copy here & replace classes
======================================================================= */
.banner {
  background: white;
  padding: 25px 0;
  color: #000;
}
@media screen and (min-width: 40em) {
  .banner {
    padding: 85px 0;
  }
}
.banner--with-background {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  min-height: 184px;
  display: flex;
  align-items: center;
}
.banner--with-background .row, .banner--with-background .logo-menu {
  width: 100%;
}
.banner__title {
  margin: 0;
  color: #000;
  line-height: 1.2;
  font-size: 52px;
}
.banner__title--text-left {
  text-align: left;
}
.banner__title--text-right {
  text-align: right;
}
.banner__title--text-center {
  text-align: center;
}
.banner__copy {
  margin-top: 22px;
}
.banner__copy p {
  color: #000;
  line-height: 1.2;
  margin: 0;
  font-size: 16px;
}
.banner__copy--text-left {
  text-align: left;
}
.banner__copy--text-right {
  text-align: right;
}
.banner__copy--text-center {
  text-align: center;
}

/*
  Copied from CivicUK
 */
#ccc {
  position: fixed;
  z-index: 6;
  font-family: Arial, sans-serif !important;
  font-size: 12px;
  line-height: 1.4em;
  font-smooth: antialised;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px) {
  #ccc {
    font-size: 16px;
  }
}
#ccc-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  transition: transform 0s, opacity 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform, opacity;
}

#ccc[open] #ccc-overlay {
  transform: translateZ(0);
  opacity: 1;
}

#ccc-icon {
  position: fixed;
  bottom: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 4;
}

#ccc[left] #ccc-icon {
  left: 0;
}

#ccc[right] #ccc-icon {
  right: 0;
}

#ccc[dark] #ccc-icon {
  fill: #000025;
}

#ccc[dark] #ccc-icon #star path {
  fill: #fff;
}

#ccc[light] #ccc-icon {
  fill: #555;
}

#ccc[light] #ccc-icon #star path {
  fill: #f4f4f4;
}

#ccc-module {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: transform 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform;
}

#ccc[slideout] #ccc-module {
  top: 0;
  bottom: 0;
  width: 90%;
  max-width: 420px;
}

#ccc[slideout][left] #ccc-module {
  left: auto;
  right: 100%;
  transform: translateZ(0);
}

#ccc[slideout][left][open] #ccc-module {
  right: 100%;
  transform: translate3d(100%, 0, 0);
}

#ccc[slideout][right] #ccc-module {
  right: auto;
  left: 100%;
  transform: translateZ(0);
}

#ccc[slideout][right][open] #ccc-module {
  transform: translate3d(-100%, 0, 0);
}

#ccc[popup] #ccc-module {
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  transform: translateZ(0);
}

#ccc[popup][open] #ccc-module {
  transform: translate3d(0, -100%, 0);
}

#ccc-content {
  position: absolute;
  overflow-y: auto;
  padding: 24px;
  box-sizing: border-box;
}

#ccc[slideout] #ccc-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#ccc[popup] #ccc-content {
  width: 90%;
  height: 90%;
  max-height: 600px;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}

#ccc[dark] #ccc-content {
  color: #fff;
  fill: #fff;
  background-color: #313147;
}

#ccc[light] #ccc-content {
  color: #333;
  fill: #333;
  background-color: #f4f4f4;
}

#ccc-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  cursor: pointer;
}

#ccc-title {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  padding-right: 32px;
  margin: 0;
}

#ccc #ccc-recommended-settings {
  margin-left: 0;
  float: none;
  clear: both;
}

#ccc h3 {
  margin: 0;
  font-weight: 700;
  padding-right: 120px;
}

#ccc h3, #ccc p {
  font-size: 1em;
  line-height: 1.5em;
}

#ccc p {
  font-weight: 400;
  margin: 1em 0;
}

#ccc hr {
  height: 1px;
  border: 0;
  margin: 24px 0;
  opacity: 0.25;
}

#ccc .ccc-svg-element {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 6px;
  margin-left: 8px;
}

#ccc[dark] hr {
  background-color: #fff;
}

#ccc[dark] a, #ccc[dark] h2, #ccc[dark] h3, #ccc[dark] p, #ccc[dark] span {
  color: #fff;
  fill: #fff;
}

#ccc[light] hr {
  background-color: #333;
}

#ccc[light] a, #ccc[light] h2, #ccc[light] h3, #ccc[light] p, #ccc[light] span {
  color: #333;
  fill: #333;
}

#ccc .optional-cookie {
  position: relative;
}

#ccc .checkbox-toggle {
  position: absolute;
  top: -3px;
  right: 0;
  margin: 0;
  border-radius: 50px;
  border: 4px solid #fff;
}

#ccc .checkbox-toggle-label {
  display: flex;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}

#ccc .checkbox-toggle-input {
  margin: 0;
  padding: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#ccc .checkbox-toggle-off, #ccc .checkbox-toggle-on {
  flex: 1;
  flex-basis: 50%;
  width: 50%;
  min-width: 40px;
  text-align: center;
  z-index: 2;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0 6px;
  white-space: nowrap;
}

#ccc .checkbox-toggle-off {
  opacity: 0.65;
}

#ccc .checkbox-toggle-toggle {
  display: block;
  width: 50%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 50px;
  transition: all 0.4s ease;
  background-color: #000;
}

#ccc .checkbox-toggle input:checked ~ .checkbox-toggle-toggle {
  left: 50%;
}

#ccc[dark] .checkbox-toggle {
  background-color: #111125;
  border-color: #111125;
}

#ccc[dark] .checkbox-toggle-toggle {
  background-color: #2f2f5f;
}

#ccc[light] .checkbox-toggle {
  background-color: #555;
  border-color: #555;
}

#ccc[light] .checkbox-toggle-toggle {
  background-color: #000;
}

#ccc[light] .checkbox-toggle-off, #ccc[light] .checkbox-toggle-on {
  color: #fff;
}

#ccc .ccc-alert {
  margin: -16px 0 0;
  overflow: hidden;
  border-radius: 8px;
}

#ccc .ccc-alert[visible] {
  height: auto;
  margin: 24px 0;
  padding: 16px 16px 0;
}

#ccc .ccc-alert-title {
  display: flex;
  align-items: center;
  padding: 0;
}

#ccc .ccc-alert-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  flex-shrink: 0;
}

#ccc .ccc-alert-break {
  margin: 12px 0;
}

.third-party-cookie-link {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.third-party-cookie-name {
  font-size: 1em;
  font-weight: 700;
}

.third-party-cookie-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
}

#ccc[dark] .ccc-alert {
  color: #fff;
  fill: #fff;
  background: #111125;
}

#ccc[light] .ccc-alert {
  background: #eaeaea;
}

#ccc #ccc-notify {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 48px;
  padding: 16px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.4s;
}

#ccc #ccc-notify:empty {
  height: 0;
  padding: 0;
}

#ccc #ccc-notify[visible] {
  transform: translateZ(0);
}

#ccc #ccc-notify h3 {
  padding: 0;
}

#ccc #ccc-notify p {
  margin: 0;
  opacity: 0.8;
  font-size: 0.9em;
}

#ccc .ccc-notify-buttons {
  position: relative;
  margin-top: 16px;
}

#ccc .ccc-notify-button {
  border: 2px solid;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 1em;
  margin: 4px 8px 4px 0;
  font-weight: 400;
  line-height: 1.5em;
  outline: 0;
  background: transparent;
  cursor: pointer;
}

#ccc .ccc-notify-button:focus, #ccc .ccc-notify-button:hover {
  outline: 0;
}

#ccc #ccc-notify-dismiss {
  display: none;
}

@media (min-width: 400px) {
  #ccc #ccc-notify-dismiss {
    position: relative;
    right: auto;
  }
}
@media (min-width: 600px) {
  #ccc #ccc-notify {
    font-size: 12px;
    flex-direction: row;
    align-items: center;
  }

  #ccc .ccc-notify-buttons {
    margin-top: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  #ccc #ccc-notify {
    font-size: 16px;
    z-index: 0;
    padding: 16px 100px;
  }
}
#ccc[dark] #ccc-notify {
  color: #fff;
  fill: #fff;
  background-color: #313147;
}

#ccc[dark] .ccc-notify-button {
  color: #fff;
  border-color: #fff;
}

#ccc[dark] .ccc-button-solid {
  color: #111125;
  background: #fff;
  font-weight: 700;
}

#ccc[light] #ccc-notify {
  color: #000;
  fill: #000;
  background: #f4f4f4;
}

#ccc[light] .ccc-notify-button {
  color: #000;
  border-color: #000;
}

#ccc[light] .ccc-button-solid {
  color: #fff;
  background: #000;
  font-weight: 700;
}

#ccc-info-link {
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
}

#ccc-info-link .svg-element {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

#ccc[slideout] #ccc-info {
  height: 100px;
}

#ccc[popup] #ccc-info {
  height: 40px;
}

#ccc #ccc-content, #ccc #ccc-notify {
  background-color: #666 !important;
}

#ccc .checkbox-toggle-toggle {
  background-color: #666 !important;
}

#ccc .checkbox-toggle {
  background-color: #262626 !important;
  border-color: #262626 !important;
}

#ccc-icon {
  outline: none !important;
}

.checkout-payment .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 1rem;
}
@media screen and (min-width: 40em) {
  .checkout-payment .grid {
    grid-template-columns: 1fr 1fr;
  }
}
.checkout-payment .grid input {
  font-weight: 400;
  background: #fff;
  border: 1px solid #c1c1c1;
}
@media screen and (min-width: 40em) {
  .checkout-payment .grid input {
    margin-bottom: 1.25rem;
    background: #fff;
    border: 1px solid #c1c1c1;
  }
}
.checkout-payment .grid input::-moz-placeholder {
  color: #6F6F6F;
}
.checkout-payment .grid input:-ms-input-placeholder {
  color: #6F6F6F;
}
.checkout-payment .grid input::placeholder {
  color: #6F6F6F;
}
.checkout-payment .form-error {
  margin-top: 0;
  margin-bottom: 1rem;
  color: red;
  display: initial;
}
.checkout-payment legend {
  display: none;
}
.checkout-payment .card-data {
  margin-top: 1rem;
}
.checkout-payment #payment-button {
  margin-top: 1.5rem;
}
.checkout-payment .stripe-payment-intents-form {
  width: 100% !important;
}
.checkout-payment .StripeElement {
  box-sizing: border-box;
  padding: 12px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #c1c1c1;
  margin: 0;
}
@media screen and (min-width: 40em) {
  .checkout-payment .StripeElement {
    margin-bottom: 1.25rem;
    background: #fff;
    border: 1px solid #c1c1c1;
  }
}
.checkout-payment .StripeElement::-moz-placeholder {
  color: #6F6F6F;
}
.checkout-payment .StripeElement:-ms-input-placeholder {
  color: #6F6F6F;
}
.checkout-payment .StripeElement::placeholder {
  color: #6F6F6F;
}
.checkout-payment .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.checkout-payment .StripeElement--invalid {
  border-color: #cc4b37;
}
.checkout-payment .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.checkout-payment .card-errors {
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.product-notice {
  position: fixed;
  top: 49px;
  width: 100%;
  right: 0;
  left: 0;
  color: white;
  z-index: 12;
  background: #F3F3F3;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: none;
}
@media screen and (min-width: 64em) {
  .product-notice {
    top: 78px;
  }
}
.product-notice--open {
  display: block;
}
.product-notice--open ~ .product {
  padding-top: 4rem;
}
@media screen and (min-width: 64em) {
  .product-notice--open ~ .product {
    padding-top: 6rem;
  }
}
.product-notice p {
  color: white;
  margin: 0;
  font-weight: 700;
}
.product-notice__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-notice__close {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.close {
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 999;
  position: absolute;
}

.close:before, .close:after {
  background-color: #707070;
  content: " ";
  height: 26px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2px;
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ====================================================
A product as it appears in a list - with image & title
======================================================= */
.listed-product {
  background: transparent;
  position: relative;
  padding: 0;
  margin-bottom: 1.875rem;
  color: #6f6f6f;
  text-align: center;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 40em) {
  .listed-product {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 64em) {
  .listed-product {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) and (min-height:801px) {
  .listed-product {
    margin-bottom: 4.5rem;
  }
}
.listed-product:hover, .listed-product:active {
  color: black;
}
.listed-product:hover .listed-product__title, .listed-product:active .listed-product__title {
  color: black;
}
.listed-product__title {
  text-align: center;
  font-size: 1rem;
  margin: 0 auto;
  color: #6f6f6f;
  transition: color 200ms;
}
@media screen and (min-width: 40em) {
  .listed-product__title {
    font-size: 1rem;
  }
}
.listed-product__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 40em) {
  .listed-product__image {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 64em) and (min-height:801px) {
  .listed-product__image {
    margin-bottom: 2.5rem;
  }
}
.listed-product__link {
  text-decoration: none;
}
.listed-product__price {
  color: black;
}

.blog {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .blog {
    text-align: left;
  }
}
.blog__top {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .blog__top {
    margin-bottom: 1.5rem;
  }
}
.blog__copy figure {
  padding-bottom: 24px;
}
@media screen and (min-width: 40em) {
  .blog__copy img {
    margin-left: -10%;
    width: 120%;
    min-width: 120%;
  }
}
.blog__author, .blog__date {
  margin-left: 8px;
  margin-right: 8px;
}
.blog__author:first-child, .blog__date:first-child {
  margin-left: 0;
}
.blog__author:last-child, .blog__date:last-child {
  margin-right: 0;
}
.blog__meta {
  font-size: 1rem;
}
@media screen and (max-width: 63.9375em) {
  .blog__share {
    margin: 0 auto 0.75rem;
  }
}
@media screen and (min-width: 40em) {
  .blog__share {
    position: absolute;
    top: 62px;
    right: 1rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .blog__share-wrapper {
    text-align: center;
  }
}
@media screen and (min-width: 40em) {
  .blog__share-wrapper {
    position: relative;
  }
}
@media screen and (min-width: 40em) {
  .blog__share-row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

.side-button {
  position: fixed;
  top: 50%;
  padding: 25px 20px 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #c9c9c9 !important;
  text-decoration: none;
  transition: color 200ms, background 200ms, padding 200ms;
  z-index: 100;
}
@media screen and (max-width: 39.9375em) {
  .side-button {
    display: none !important;
  }
}
.side-button:hover, .side-button:focus {
  background: black;
  color: white;
  padding-top: 45px;
}
.side-button--prev {
  left: 0;
  transform: rotate(-90deg) translate(-50%, 0);
  transform-origin: 0 0;
}
.side-button--next {
  right: 0;
  transform: rotate(90deg) translate(50%, 0);
  transform-origin: 100% 0;
}
.blog-carousel__meta {
  margin-top: 0.5rem;
}
@media screen and (min-width: 40em) {
  .blog-carousel__meta {
    margin-top: 1rem;
  }
}
.blog-carousel__buttons {
  margin-top: 1.5rem;
}
@media screen and (min-width: 40em) {
  .blog-carousel__buttons {
    margin-top: 1.75rem;
  }
}

/* ====================================================
A list of products - for the "Browse" page
======================================================= */
.product-list__sort-wrapper {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 64em) {
  .product-list__sort-wrapper {
    text-align: right;
    margin-top: -2px;
    margin-bottom: 0;
  }
}
.product-list__wrapper--loading {
  position: relative;
}
.product-list__wrapper--loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.product-list__wrapper--loading:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media screen and (min-width: 40em) {
  .product-list__wrapper {
    padding-top: 2.75rem;
  }
}
@media screen and (min-width: 64em) {
  .product-list__wrapper {
    transition: width 500ms, min-height 500ms;
    min-height: 0;
  }
}

.sort-dropdown {
  border: 0;
  display: inline;
  padding: 0;
  margin: 0 0 0 5px;
  width: auto;
  font-size: 1rem;
  background: transparent url(/images/icons/down-arrow-grey.svg) no-repeat center right;
  background-size: 13px 7px;
  height: auto;
  padding-right: 25px;
  color: #6f6f6f;
}
@media screen and (min-width: 40em) {
  .sort-dropdown {
    max-width: 220px;
    font-size: 1rem;
  }
}
.sort-dropdown:hover, .sort-dropdown:focus {
  border: 0;
  background-color: transparent;
}
.sort-dropdown:after {
  content: "";
  display: block;
  background: red;
  width: 20px;
  height: 20px;
}
.sort-dropdown__label {
  display: inline;
  font-size: 1rem;
  line-height: 1;
}

/* ====================================================
A list of filters - for the "Browse" page
======================================================= */
.filters {
  text-align: left;
  display: block;
}
@media screen and (max-width: 63.9375em) {
  .filters {
    display: none;
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .filters {
    display: grid;
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 64em) {
  .filters {
    display: block !important;
    height: auto !important;
    transform: translateX(0);
    transition: transform 500ms;
  }
}
@media screen and (min-width: 64em) {
  .filters--hide-for-large {
    transform: translateX(-100%);
  }
}
.filters__main-title {
  font-size: 1rem;
  padding-left: 44px;
  position: relative;
  margin: 0 !important;
  color: #2d2d2d;
  display: block;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.filters__main-title:after {
  content: "";
  display: block;
  width: 26px;
  height: 15px;
  background: url(/images/icons/filter-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 64em) {
  .filters__wrapper {
    overflow: hidden;
    position: absolute;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .filters__group-wrapper {
    display: grid;
    grid-template-columns: auto auto;
  }
}
.filters h2, .filters h3 {
  font-size: 1rem;
  margin: 1.75rem 0 0.75rem 26px;
  color: #6f6f6f;
}
.filters .filter {
  display: block;
  text-align: left;
  margin: 0 0 0.25rem;
}
.filters .filter input {
  margin: 0;
}

.product__heading {
  font-size: 1.4375rem;
}
@media screen and (min-width: 40em) {
  .product__heading {
    font-size: 1.625rem;
  }
}
.product__price {
  color: #2d2d2d;
  margin-right: 10px;
}
.product__price del {
  font-size: 1.125rem;
}
.product__title {
  display: inline;
  color: #6f6f6f;
  font-size: inherit;
}
.product__description {
  padding: 0 25%;
  margin-bottom: 25px;
}
@media screen and (max-width: 39.9375em) {
  .product__description {
    display: none;
  }
}
.product__button-initial {
  background-color: #B8B8B8 !important;
  border: none;
}
.product__button {
  font-size: 1rem;
  border-color: black;
  color: white;
  background: black;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}
.product__button:hover, .product__button:focus, .product__button:active {
  color: white;
  border-color: black;
  background: black;
}
.product__carousel-wrapper {
  aspect-ratio: 4/1;
}
.product__popout-inner-extras {
  padding: 43px 20px 16px !important;
}
@media screen and (min-width: 40em) {
  .product__popout-inner-extras {
    padding: 72px 60px !important;
  }
}
.product__popout-inner-extras-title {
  margin-bottom: 2px !important;
}
@media screen and (max-width: 39.9375em) {
  .product__popout-inner-extras #product__popout-title-extras {
    margin-bottom: 2px;
  }
}
.product__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  .product__close {
    top: 20px;
    right: 20px;
  }
}
.product__back {
  margin-bottom: 20px;
  display: flex;
  cursor: pointer;
  position: absolute;
  top: 12px;
  left: 12px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 40em) {
  .product__back {
    top: 28px;
    left: 28px;
  }
}
.product__back p {
  margin-bottom: 0px !important;
  color: #6F6F6F !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.product__back img {
  position: static !important;
}
.product__popout-inner {
  padding: 16px 20px;
  position: relative;
  padding-bottom: 87px;
  min-height: 100vh;
}
@media screen and (min-width: 40em) {
  .product__popout-inner {
    padding: 40px 60px 87px 60px;
  }
}
.product__popout-inner p {
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (max-width: 39.9375em) {
  .product__popout-inner p#error-text-lenses {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 40em) {
  .product__popout-inner p {
    margin-bottom: 4px;
  }
}
.product__popout-inner h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32.2px;
  margin-bottom: 16px;
}
@media screen and (min-width: 40em) {
  .product__popout-inner h2 {
    font-size: 36px;
    line-height: 41.4px;
    margin-bottom: 30px;
  }
}
.product__popout-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}
.product__popout {
  position: fixed;
  top: 0px;
  right: -100%;
  height: 100vh;
  max-width: 340px;
  background-color: white;
  overflow-y: scroll;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: left;
  display: none;
  transition: right 0.5s ease;
}
@media screen and (max-width: 39.9375em) {
  .product__popout {
    overflow-y: auto;
  }
}
@media screen and (min-width: 40em) {
  .product__popout {
    min-width: 600px;
  }
}
.product__popout.show {
  right: 0px !important;
}
.product__popout.show .product__popout-bottom {
  right: 0px !important;
}
@media screen and (min-width: 40em) {
  .product__popout.show .product__popout-bottom {
    right: 17px !important;
  }
}
.product__popout-bottom {
  position: fixed;
  background-color: white;
  width: 340px;
  bottom: 0;
  right: -100%;
  border-top: 1px solid #ABABAB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  transition: right 0.5s ease;
}
@media screen and (min-width: 40em) {
  .product__popout-bottom {
    padding: 20px 60px;
    width: 583px;
  }
}
.product__popout-bottom-text h4 {
  font-size: 16px;
  font-weight: 400;
  color: #6F6F6F;
  margin-bottom: 4px;
}
.product__popout-bottom-text h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0px;
}
.product__lenstype-optional {
  border: 1px solid #ABABAB;
  padding: 12px;
  margin-bottom: 14px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  .product__lenstype-optional {
    margin-bottom: 20px;
    padding: 20px;
    min-height: 145px;
  }
}
.product__lenstype-optional p {
  max-width: 440px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18.2px;
}
@media screen and (min-width: 40em) {
  .product__lenstype-optional p {
    font-size: 16px;
    line-height: 24px;
  }
}
.product__lenstype-optional input {
  opacity: 0;
  position: absolute;
}
.product__lenstype-optional img {
  position: absolute;
  top: -10px;
  left: -10px;
  display: none;
}
.product__lenstype-optional.selected {
  border: 1px solid black;
}
.product__lenstype-optional.selected img {
  display: block;
}
.product__lenstype-reading-distance {
  border: 1px solid #ABABAB;
  padding: 12px;
  margin-bottom: 14px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 40em) {
  .product__lenstype-reading-distance {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 145px;
  }
}
.product__lenstype-reading-distance p {
  max-width: 440px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18.2px;
}
@media screen and (min-width: 40em) {
  .product__lenstype-reading-distance p {
    font-size: 16px;
    line-height: 24px;
  }
}
.product__lenstype-reading-distance input {
  opacity: 0;
  position: absolute;
}
.product__lenstype-reading-distance img {
  position: absolute;
  top: -10px;
  left: -10px;
  display: none;
}
.product__lenstype-reading-distance.selected {
  border: 1px solid black;
}
.product__lenstype-reading-distance.selected img {
  display: block;
}
.product__lenstype {
  border: 1px solid #ABABAB;
  padding: 12px;
  margin-bottom: 14px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 40em) {
  .product__lenstype {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 145px;
  }
}
.product__lenstype p {
  max-width: 440px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18.2px;
}
@media screen and (min-width: 40em) {
  .product__lenstype p {
    font-size: 16px;
    line-height: 24px;
  }
}
.product__lenstype input {
  opacity: 0;
  position: absolute;
}
.product__lenstype img {
  position: absolute;
  top: -10px;
  left: -10px;
  display: none;
}
.product__lenstype.selected {
  border: 1px solid black;
}
.product__lenstype.selected img {
  display: block;
}
@media screen and (min-width: 40em) {
  .product__subtitle-extras {
    margin-bottom: 20px !important;
  }
}
.product__lenstype-outofstock {
  border: 1px solid #E1E1E1;
  padding: 20px;
  min-height: 145px;
  margin-bottom: 20px;
}
.product__lenstype-outofstock p {
  max-width: 440px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18.2px;
  color: #B8B8B8;
}
@media screen and (min-width: 40em) {
  .product__lenstype-outofstock p {
    font-size: 16px;
    line-height: 24px;
  }
}
.product__lenstype-outofstock input {
  opacity: 0;
  position: absolute;
}
.product__lenstype-outofstock-top {
  color: #FF0000 !important;
}
.product__lenstype-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.product__lenstype-inner h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 21.6px;
}
@media screen and (min-width: 40em) {
  .product__lenstype-inner h3 {
    font-size: 22px;
    line-height: 25.3px;
  }
}

.swatches {
  text-align: center;
  margin: 15px auto 16px;
}

.swatch {
  display: inline-block;
  margin: 0 6px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.swatch input[type=radio] {
  visibility: hidden;
  margin: 0;
  position: absolute;
}
.swatch__colour {
  border: 2px solid #707070;
  border-radius: 50%;
  background-color: #707070;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
}
.swatch__colour div {
  flex: auto;
}
.swatch__cross {
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 2;
  position: absolute;
}
.swatch__cross:before {
  background-color: #707070;
  content: " ";
  height: 26px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  width: 2px;
}
.swatch__cross:after {
  background-color: #707070;
  content: " ";
  height: 26px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  width: 2px;
}
input[type=radio]:checked + .swatch__colour {
  border-color: black;
}

.product-carousel {
  padding: 0 18%;
  margin-bottom: 28px;
}
.product-carousel__slide {
  width: 100%;
}
.product-carousel .slick-prev,
.product-carousel .slick-next {
  background: transparent;
  height: 80px;
  width: 25px;
  padding: 0;
  transform: scale(0.7);
  top: 15%;
}
@media screen and (min-width: 40em) {
  .product-carousel .slick-prev,
.product-carousel .slick-next {
    transform: scale(0.9);
    top: 35%;
    margin: 0 11%;
  }
}
.product-carousel .slick-prev:hover, .product-carousel .slick-prev:focus, .product-carousel .slick-prev:active,
.product-carousel .slick-next:hover,
.product-carousel .slick-next:focus,
.product-carousel .slick-next:active {
  background: transparent;
}
.product-carousel .slick-prev:before,
.product-carousel .slick-next:before {
  width: 25px;
  background: url(/images/icons/carousel-arrow-black.svg) no-repeat center;
}

#skip-to-basket {
  display: none;
}

#choose-lens-type {
  display: none;
}

@media screen and (min-width: 64em) {
  .copy-3-col {
    margin-top: 10px;
  }
}
.copy-3-col__title {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 40em) {
  .copy-3-col__title {
    margin-bottom: 1.75rem;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 64em) {
  .copy-3-col__col {
    padding-right: 2rem;
  }
}

/* ====================================================
Shows progress through a series of numbered pages
======================================================= */
.numbered-step {
  position: relative;
  text-align: center;
  margin: 0 20px 0 0;
  min-height: 45px;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 39.9375em) {
  .numbered-step {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  .numbered-step {
    margin-right: 60px;
  }
}
.numbered-step:last-child {
  margin-right: 0;
}
.numbered-step:first-child {
  margin-left: 0;
}
.numbered-step__number {
  background: transparent;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  color: #2d2d2d;
  font-size: 1.625rem;
  width: 45px;
  height: 45px;
  min-width: 45px;
  padding: 7px;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  text-decoration: none;
}
.numbered-step__label {
  text-decoration: none;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 39.9375em) {
  .numbered-step--active {
    display: block;
  }
}
.numbered-step--active .numbered-step__number {
  background: black;
  color: white;
  border: black;
}

.numbered-steps {
  display: flex;
  align-items: center;
  justify-content: center;
}
.numbered-steps__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .numbered-steps__wrapper {
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
  }
}

.sidebar {
  text-align: left;
}
.sidebar__title {
  font-size: 1.625rem;
}

.sidebar-menu__item {
  display: block;
  text-decoration: none;
  color: #6f6f6f !important;
  margin-bottom: 0.25rem;
}
.sidebar-menu__item:hover, .sidebar-menu__item:active {
  color: #2d2d2d !important;
}
.sidebar-menu__item:last-child {
  margin-bottom: 0;
}

.page-with-sidebar__title {
  font-size: 1.625rem;
}
@media screen and (min-width: 40em) {
  .page-with-sidebar__title {
    margin-top: -0.25rem;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-with-sidebar__content {
    margin-bottom: false;
  }
}

.discount-modal {
  border: transparent;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  outline: none;
  height: auto;
  min-height: 0;
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  .discount-modal {
    margin: 1rem;
    width: calc(100% - 2rem);
    padding: 2.25rem 0.75rem 1rem;
    top: 50% !important;
    transform: translateY(calc(-50% - 2rem));
  }
}
@media screen and (min-width: 40em) {
  .discount-modal {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.discount-modal__title {
  font-size: 1.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 40em) {
  .discount-modal__title {
    font-size: 2.25rem;
  }
}
.discount-modal__button {
  margin-bottom: 0;
}

.store__top-wrapper {
  position: relative;
}
.store__top-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.store__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  opacity: 0.2;
}
.store__top {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
}
.store__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .store__header {
    font-size: 26px;
  }
}
.store__header h1 {
  font-size: 32px;
}
@media screen and (min-width: 64em) {
  .store__header h1 {
    font-size: 52px;
  }
}
.store__header p {
  max-width: 650px;
  font-size: 18px;
  color: #6F6F6F;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .store__header p {
    font-size: 26px;
  }
}
.store__dms {
  font-size: 18px;
  color: #6F6F6F;
}
@media screen and (min-width: 40em) {
  .store__dms {
    font-size: 26px;
  }
}
.store__contact {
  padding: 3.75rem 0;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .store__contact {
    padding: 100px 0;
  }
}
.store__details-title {
  font-size: 32px;
}
@media screen and (min-width: 64em) {
  .store__details-title {
    font-size: 36px;
  }
}
.store__details {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .store__details {
    gap: 40px;
  }
}
.store__details * {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .store__details * {
    font-size: 1.625rem;
    gap: 20px;
  }
}
.store__email, .store__phone {
  color: #6F6F6F;
}
.store__email svg, .store__phone svg {
  width: 35px;
  height: auto;
}

.store-full-img {
  position: relative;
  background-color: #F7F7F7;
}
@media screen and (min-width: 64em) {
  .store-full-img {
    padding: 3.875rem 0 3.875rem !important;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 64em) {
  .store-full-img {
    min-height: 650px;
  }
}
.store-full-img > .row, .store-full-img > .logo-menu {
  width: 100%;
}
.store-full-img--white {
  background: white;
}
.store-full-img__title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (min-width: 40em) {
  .store-full-img__title {
    font-size: 2.25rem;
    margin-bottom: 25px;
  }
}
.store-full-img__content-wrapper {
  background-color: white;
  padding: 1.75rem 1.875rem 30px;
  margin: 1.875rem 0;
}
@media screen and (min-width: 64em) {
  .store-full-img__content-wrapper {
    margin: 0;
  }
}
.store-full-img__content-wrapper h2 {
  text-align: center;
}
.store-full-img__content-wrapper .flex {
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
}
@media screen and (min-width: 40em) {
  .store-full-img__content-wrapper .flex {
    font-size: 1.3125rem;
  }
}
.store-full-img__img {
  background: no-repeat center;
  background-size: cover;
  aspect-ratio: 16/10;
}
@media screen and (min-width: 64em) {
  .store-full-img__img {
    aspect-ratio: unset;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    padding: 0;
  }
}
.store-full-img__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.store-full-img__link {
  margin-top: 35px;
}
@media screen and (min-width: 64em) {
  .store-full-img__link {
    margin-top: 40px;
  }
}
.store-full-img__link:before {
  content: "";
  background-size: contain;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: -28px;
  right: 0;
  height: 20px;
  width: 20px;
}
.login__title {
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  .login__title {
    font-size: 3.25rem;
  }
}
.login__copy p:last-child {
  margin-bottom: 0;
}
.login__button.button {
  min-width: 200px;
  margin: 0 auto !important;
}
.login__links {
  margin-top: 10px;
}
.login__links p {
  display: inline-block;
  margin: 10px 10px 0;
}

.account-addresses__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 40em) {
  .account-addresses__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .account-addresses__grid {
    gap: 28px;
  }
}
.account-addresses__shipping-billing p {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: right;
}
.account-addresses__tab-plus {
  border: 1px solid #CACACA;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .account-addresses__tab-plus {
    min-height: 279px;
    padding: 40px;
  }
}
.account-addresses__addresses-buttons {
  font-family: "sofia-pro", sans-serif;
  text-decoration: underline;
  cursor: pointer;
}
.account-addresses__buttons {
  text-decoration: underline;
  cursor: pointer;
}
.account-addresses__delete-address {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.account-addresses__delete-address button {
  padding: 0px 10px;
  min-height: 44px;
  min-width: 150px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.account-addresses__tab {
  border: 1px solid #CACACA;
  padding: 20px;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .account-addresses__tab {
    padding: 40px;
    min-height: 279px;
  }
}
.account-addresses__name-primary {
  display: flex;
  justify-content: space-between;
}
.account-addresses__name {
  font-weight: 700;
  margin-bottom: 20px;
}
.account-addresses__address {
  line-height: 19.36px;
  margin-bottom: 20px;
}
.account-addresses__button-outer {
  display: flex;
  gap: 28px;
}

#confirm-delete-address {
  display: none;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px 20px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 64em) {
  #confirm-delete-address {
    padding: 80px 80px;
  }
}
#confirm-delete-address h2 {
  font-size: 24px;
  line-height: 29.05px;
  font-weight: 600;
}
#confirm-delete-address p {
  margin-top: 28px;
  margin-bottom: 28px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.account-order-summary__tab {
  border: 1px solid #CACACA;
  padding: 20px 0px;
  margin-bottom: 28px;
}
@media screen and (min-width: 64em) {
  .account-order-summary__tab {
    padding: 40px 0px;
  }
}
.account-order-summary__tab-inner-top {
  padding-bottom: 20px;
}
.account-order-summary__tab-inner-top h2 {
  font-size: 24px;
  text-align: left;
  padding: 0px 40px;
  font-weight: 600;
  padding-bottom: 40px;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .account-order-summary__tab-inner-top {
    padding-bottom: 28px;
  }
}
.account-order-summary__order-summary-tab {
  padding-bottom: 0px !important;
}
.account-order-summary__inner-tab-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 64em) {
  .account-order-summary__inner-tab-top {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.account-order-summary__order-info {
  text-align: left;
}
.account-order-summary__order-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 64em) {
  .account-order-summary__order-info h3 {
    margin-bottom: 6px;
    font-size: 18px;
  }
}
.account-order-summary__order-info p {
  font-size: 16px;
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .account-order-summary__order-info p {
    font-size: 18px;
  }
}
.account-order-summary__order-details-address-outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
  border-top: 1px solid #CACACA;
  padding: 40px 40px 0px 40px;
}
.account-order-summary__order-details-address {
  text-align: left;
}
.account-order-summary__order-details-address h3 {
  font-weight: 700;
  font-size: 18px;
}
.account-order-summary__order-details-address p {
  margin-bottom: 0px;
  font-size: 16px;
}
.account-order-summary__order-details-payment {
  text-align: left;
  padding-right: 40px;
}
.account-order-summary__order-details-payment h3 {
  font-weight: 700;
  font-size: 18px;
}
.account-order-summary__order-product-summary {
  padding: 40px 40px 0px 40px;
  margin-top: 40px;
  border-top: 1px solid #CACACA;
}
.account-order-summary__order-product-summary h3 {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  margin-bottom: 20px;
}
.account-order-summary__cart-contents {
  display: flex;
  gap: 20px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #CACACA;
}
.account-order-summary__cart-contents:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.account-order-summary__item-text {
  text-align: left;
}
.account-order-summary__item-text h3 {
  font-size: 16px;
  font-weight: 700;
}
.account-order-summary__item-text p {
  font-size: 16px;
  margin-bottom: 12px;
}
.account-order-summary__item-description {
  text-align: left;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: normal;
  margin-bottom: 10px;
}
.account-order-summary__price {
  text-align: left;
}
.account-order-summary__price p {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}
.account-order-summary__order-total {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 40px 0px 40px;
  margin-top: 40px;
  border-top: 1px solid #CACACA;
}
.account-order-summary__order-total-inner {
  text-align: left;
}
.account-order-summary__order-total-inner h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.account-order-summary__order-total-inner-text {
  display: flex;
  justify-content: space-between;
}
.account-order-summary__order-total-inner-text h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.account-order-summary__order-total-inner-text p {
  margin-bottom: 10px;
}
.account-order-summary__order-grand-total {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #CACACA;
}
.account-order-summary__order-grand-total h4 {
  font-weight: 700;
}
.account-order-summary__order-grand-total p {
  font-weight: 700;
}
.account-order-summary__order-summary-button {
  margin-top: 20px;
  display: flex;
  padding: 0px 10px;
  min-height: 44px;
  width: 209px;
  color: #000000 !important;
  text-decoration: none;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.account-update-address__form {
  text-align: left;
  border: 1px solid #CACACA;
  border-radius: 10px;
  padding: 40px;
}
.account-update-address__form h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 28px;
}
.account-update-address__save-button {
  margin-top: 20px;
  background-color: #000000;
}
.account-update-address__form-abstract {
  margin-top: 20px;
  color: #CACACA !important;
}
.account-update-address__form-abstract span {
  text-decoration: underline;
}
.account-update-address__checkbox {
  margin-bottom: 0px;
}
.account-update-address__field {
  border-radius: 4px;
  border: 1px solid #939393 !important;
  margin-bottom: 20px;
}
.account-update-address__title-field {
  max-width: 180px;
}
.account-update-address__name-field {
  min-width: 50%;
}
.account-update-address__name-fields {
  display: flex;
  gap: 24px;
}

.account-update-email__current-email {
  margin-bottom: 28px;
}
.account-update-email__current-email h3 {
  font-size: 16px;
  display: flex;
  gap: 60px;
  font-weight: 700;
  margin: 0px !important;
}
.account-update-email__current-email h3 span {
  margin: 0px !important;
  font-size: 16px;
  font-weight: 400;
}

.account-update-password__form input {
  background-color: transparent;
  border: 1px solid #939393;
}
.account-update-password__form button {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: white;
  border-radius: 4px;
  width: 136px;
  font-weight: 600;
}
.account-update-password__outer-wrapper {
  border: 1px solid #CACACA;
  border-radius: 10px;
  padding: 20px;
}
.account-update-password__outer-wrapper h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 28px;
  font-weight: 600;
}
.account-update-password__outer-wrapper p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-top: 28px;
  margin-bottom: 28px;
}
@media screen and (min-width: 64em) {
  .account-update-password__outer-wrapper {
    padding: 40px;
  }
}
.account-update-password__error {
  font-size: 14px !important;
  color: red !important;
  margin-top: 10px !important;
}
.account-update-password__error-field {
  margin-bottom: 0px !important;
  border: 1px solid red;
}

.account__checkout-wrapper {
  padding-top: 15px !important;
}
@media screen and (min-width: 64em) {
  .account__checkout-wrapper {
    padding-top: 46px !important;
  }
}
.account__title h1 {
  border-bottom: 1px solid #E0E0E0;
  font-family: "sofia-pro", sans-serif;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-size: 32px;
  line-height: 48px;
}
@media screen and (min-width: 64em) {
  .account__title h1 {
    padding-bottom: 40px;
    font-size: 52px;
  }
}
.account__active h2 {
  font-weight: 700;
}
.account__grid {
  max-width: 1209px;
  margin: 30px auto 0px auto;
  padding: 0px 20px;
}
@media screen and (min-width: 64em) {
  .account__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 80px auto 0px auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .account__tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (min-width: 64em) {
  .account__tabs {
    max-width: 285px;
    margin-bottom: 0px;
  }
}
.account__tab {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #CACACA;
  padding: 16px 0px;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 63.9375em) {
  .account__tab {
    gap: 10px;
  }
}
.account__tab h2 {
  font-size: 1rem;
  margin-bottom: 0px;
}
.account__content {
  grid-column: span 2;
}

.icon-blue {
  display: none;
}

.account-title {
  text-align: left;
}
@media screen and (max-width: 39.9375em) {
  .account-title {
    font-size: 1.625rem;
    margin-top: 1rem;
  }
}

.account-callout {
  text-align: left;
  margin-bottom: 2rem;
}
.account-callout .button {
  margin-bottom: 10px;
}
.account-callout__title {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.625rem;
  color: #2d2d2d;
  margin: 0 0 9px;
}
.account-callout__order:not(:last-child) {
  border-bottom: 1px solid #c1c1c1;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.account-callout__order a {
  text-decoration: none;
}
.account-callout__post-date {
  color: #6f6f6f !important;
  margin: 14px 0 0;
}
.account-callout__post-title {
  margin-bottom: 22px;
}

.acc-sidebar {
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 63.9375em) {
  .acc-sidebar {
    display: block;
  }
}
.acc-sidebar__title {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.625rem;
  color: #2d2d2d;
}
.acc-sidebar__link {
  color: #6f6f6f !important;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid rgba(111, 111, 111, 0.5);
  padding: 10px 0;
  margin: 0;
  width: 100%;
}
.acc-sidebar__link:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 23px;
  vertical-align: bottom;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 7px;
}
.acc-sidebar__link--email:before {
  background-image: url(/images/icons/email.svg);
  background-size: 21px 17px;
}
.acc-sidebar__link--user:before {
  background-image: url(/images/icons/user.svg);
  background-size: 23px 23px;
}
.acc-sidebar__link--details:before {
  background-image: url(/images/icons/cog.svg);
  background-size: 23px 23px;
}
.acc-sidebar__link--orders:before {
  background-image: url(/images/icons/orders.svg);
  background-size: 23px 23px;
}
.acc-sidebar__link--logout:before {
  background-image: url(/images/icons/logout.svg);
  background-size: 17px 19px;
}

.account-orders__tab {
  border: 1px solid #CACACA;
  padding: 20px 0px;
  margin-bottom: 28px;
}
@media screen and (min-width: 64em) {
  .account-orders__tab {
    padding: 40px 0px;
  }
}
.account-orders__tab-inner-top {
  padding-bottom: 20px;
}
.account-orders__tab-inner-top h2 {
  font-size: 24px;
  text-align: left;
  padding: 0px 40px;
  font-weight: 600;
  padding-bottom: 40px;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .account-orders__tab-inner-top {
    padding-bottom: 28px;
  }
}
.account-orders__inner-tab-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 64em) {
  .account-orders__inner-tab-top {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.account-orders__order-info {
  text-align: left;
}
.account-orders__order-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 64em) {
  .account-orders__order-info h3 {
    margin-bottom: 6px;
    font-size: 18px;
  }
}
.account-orders__order-info p {
  font-size: 16px;
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .account-orders__order-info p {
    font-size: 18px;
  }
}
.account-orders__order-tab-inner-bottom {
  border-top: 1px solid #CACACA;
}
.account-orders__inner-tab-bottom {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 64em) {
  .account-orders__inner-tab-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.account-orders__inner-tab-bottom p {
  margin-bottom: 0px;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .account-orders__inner-tab-bottom p {
    max-width: 400px;
  }
}
.account-orders__inner-tab-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0px 20px;
  min-height: 44px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 74.9375em) {
  .account-orders__inner-tab-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}

.account-mydetails__your-details {
  border: 1px solid #E0E0E0;
  padding: 40px;
}
@media screen and (max-width: 63.9375em) {
  .account-mydetails__your-details {
    padding: 20px;
  }
}
.account-mydetails__your-details button {
  display: flex;
  padding: 0px 20px;
  min-height: 44px;
  min-width: 150px;
  color: #000000;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.account-mydetails__your-details-top {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.account-mydetails__your-details-top h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}
.account-mydetails__your-details-top a {
  padding: 0px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: #000000;
  min-width: 150px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.account-mydetails__details-field-wrapper {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .account-mydetails__details-field-wrapper {
    display: flex;
    gap: 16px;
  }
}
.account-mydetails__details-field-wrapper h3 {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 19.36px;
}
.account-mydetails__details-field-wrapper p {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 22.4px;
}
.account-mydetails__details-field-wrapper-bottom {
  margin-bottom: 0px;
}
.account-mydetails__sign-in-details-top {
  border: 1px solid #E0E0E0;
  padding: 40px;
  margin-top: 28px;
  text-align: left;
}
@media screen and (max-width: 63.9375em) {
  .account-mydetails__sign-in-details-top {
    padding: 20px;
  }
}
.account-mydetails__sign-in-details-top h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media screen and (min-width: 64em) {
  .account-mydetails__detail-sign-in-outer {
    display: flex;
    justify-content: space-between;
  }
}
.account-mydetails__details-outer-wrapper {
  text-align: left;
}
.account-mydetails__details-outer-wrapper h3 {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 19.36px;
}
@media screen and (max-width: 63.9375em) {
  .account-mydetails__details-button-wrapper {
    margin-top: 20px;
    display: flex;
    gap: 12px;
  }
}
.account-mydetails__details-button-wrapper a {
  padding: 0px 20px;
  height: 44px;
  width: 157px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #000000;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .account-mydetails__details-button-wrapper a {
    min-width: 100px;
  }
}

#personal-details-update {
  display: none;
}

.account-dashboard__tickets {
  border: 1px solid #CACACA;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .account-dashboard__tickets {
    margin-bottom: 28px;
  }
}
.account-dashboard__tickets h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.account-dashboard__tickets p span {
  font-family: "sofia-pro", sans-serif !important;
}
.account-dashboard__tickets a {
  padding: 0px 20px;
  background-color: #000000;
  text-decoration: none;
  height: 44px;
  width: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: white;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .account-dashboard__tickets {
    padding: 40px;
  }
}
.account-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 36px;
  padding: 28px 20px;
  border: solid 1px #CACACA;
  border-radius: 4px;
}
@media screen and (min-width: 64em) {
  .account-dashboard__grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
  }
}
.account-dashboard__tile h3 {
  font-size: 21px;
  font-weight: 600;
  text-align: left;
}
.account-dashboard__tile p {
  text-align: left;
  font-size: 16px;
}
.account-dashboard__tile a {
  text-decoration: underline;
  display: flex;
}

.account-help__outer {
  border: 1px solid #CACACA;
  border-radius: 10px;
  padding: 40px 40px 24px 40px;
  text-align: left;
}
.account-help__outer h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.account-help__faq-list {
  list-style-type: none;
  margin-left: 0px;
}
.account-help__faq-item {
  text-align: left;
  border-bottom: 1px solid #CACACA;
}
.account-help__faq-item:last-child {
  border-bottom: none;
}
.account-help__faq-question {
  text-align: left;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}
.account-help__faq-question p {
  margin: 16px 50px 16px 0px;
}
.account-help__faq-question .is-active:before {
  transform: rotate(0deg) !important;
}
@media screen and (max-width: 39.9375em) {
  .account-help__faq-question-inner {
    max-width: 80%;
  }
}
.account-help__faq-question-inner:before {
  content: "" !important;
  display: block;
  width: 13px;
  height: 2px;
  background: #181D26;
  transform: rotate(90deg) !important;
  transition: transform 200ms;
  position: absolute;
  top: 50%;
  right: 25px;
  transform-origin: center;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .account-help__faq-question-inner:before {
    right: 24px;
  }
}
.account-help__faq-question-inner:after {
  content: "" !important;
  display: block;
  width: 13px;
  height: 2px;
  background: #181D26;
  transition: transform 200ms;
  position: absolute;
  top: 50%;
  right: 25px;
  transform-origin: center;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .account-help__faq-question-inner:after {
    right: 24px;
  }
}
.account-help__faq-answer {
  display: none;
  margin-left: 18px;
}
.account-help__faq-answer span {
  font-family: "sofia-pro", sans-serif !important;
  background-color: transparent !important;
}
@media screen and (max-width: 39.9375em) {
  .account-help__faq-answer {
    max-width: 80%;
  }
}

.delivery-options__checkbox-container {
  border: 1px solid #939393;
  border-radius: 4px;
  margin-bottom: 20px;
}
.delivery-options__checkbox-outer {
  border-bottom: 1px solid #939393;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 20px;
}
.delivery-options__checkbox-outer.checked {
  background-color: #F6F6F6;
}
@media screen and (min-width: 64em) {
  .delivery-options__checkbox-outer {
    gap: 0px;
    padding: 22px 27px;
  }
}
.delivery-options__checkbox-outer input {
  margin: 0px;
  width: 22px;
  height: 22px;
}
.delivery-options__checkbox-outer:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.delivery-options__checkbox-outer:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.delivery-options__checkbox-text {
  min-width: 75%;
  text-align: left;
}
.delivery-options__name {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 64em) {
  .delivery-options__name {
    margin-bottom: 0px;
  }
}
.delivery-options__name p {
  margin-bottom: 6px;
}
@media screen and (min-width: 64em) {
  .delivery-options__name p {
    margin-bottom: 12px;
  }
}
.delivery-options__delivery-time {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 22.4px;
}
.delivery-options__price {
  font-size: 16px;
  font-weight: 700;
  margin-left: 0px;
}

.cart__title h1 {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .cart__title h1 {
    font-size: 52px;
    line-height: 48px;
    padding-bottom: 40px;
  }
}
.cart__grid {
  max-width: 1220px;
  padding: 20px 33px 0px 33px;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .cart__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    padding: 80px 20px 0px 20px;
  }
}
.cart__summary-top {
  margin-bottom: 8px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E0E0E0;
}
.cart__summary-outer {
  padding-top: 20px;
  margin-top: 28px;
  border-top: 1px solid #E0E0E0;
}
@media screen and (min-width: 64em) {
  .cart__summary-outer {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 40em) {
  .cart__items {
    grid-column: span 2;
    background-color: white;
    padding: 40px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 64em) {
  .cart__items {
    width: 700px;
  }
}
.cart__items-content {
  background-color: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 12px;
}
@media screen and (min-width: 64em) {
  .cart__items-content {
    padding: 40px;
  }
}
@media screen and (min-width: 64em) {
  .cart__items-content {
    max-width: 480px;
    min-width: 480px;
  }
}
.cart__item-inner {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0px;
}
@media screen and (min-width: 64em) {
  .cart__item-inner {
    gap: 40px;
  }
}
.cart__item-inner:first-child {
  padding-top: 0px;
}
.cart__item-inner:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.cart__image-wrapper {
  height: 76px;
  overflow: hidden;
  width: 76px;
  min-height: 76px;
  min-height: 76px;
}
@media screen and (min-width: 64em) {
  .cart__image-wrapper {
    height: 140px;
    width: 140px;
    min-height: 100px;
    min-height: 100px;
  }
}
.cart__image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart__item-text {
  text-align: left;
  flex: 1;
}
.cart__item-text h2 {
  font-weight: 700;
  font-size: 21px;
}
.cart__item-description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  white-space: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .cart__item-description p {
    max-width: 410px;
    -webkit-line-clamp: 1;
  }
}
.cart__price-original {
  text-decoration: line-through;
  color: black !important;
  font-size: 16px;
  font-weight: 400;
}
.cart__price {
  width: 180px;
  color: #000000;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 15px;
}
@media screen and (min-width: 64em) {
  .cart__price {
    text-align: right;
    margin-bottom: 0px;
  }
}
.cart__price p {
  margin-bottom: 0px;
}
.cart__cart-change {
  display: flex;
  gap: 16px;
  align-items: center;
}
.cart__cart-change button {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.cart__cart-change button img {
  height: 24px;
  width: 24px;
}
.cart__notice-wrapper {
  background: rgb(251, 189, 73);
  display: flex;
  gap: 20px;
  justify-content: center;
}
.cart__notice-wrapper ul {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.cart__clear-notices {
  cursor: pointer;
}
.cart__notice {
  list-style: none;
}
.cart__quantity {
  padding: 17px 18px;
  position: relative;
  cursor: pointer;
}
.cart__quantity-title {
  font-size: 14px;
  margin-bottom: 10px;
}
.cart__quantity-buttons {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}
.cart__quantity-number {
  margin: 0px 10px;
  height: 40px;
  width: 40px;
  border: 1px solid #CACACA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart__quantity--fewer {
  border: 1px solid #CACACA;
  height: 40px !important;
  width: 40px !important;
}
.cart__quantity--fewer:after {
  content: "";
  background: url(/images/icons/minus.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.cart__quantity--greater {
  border: 1px solid #CACACA;
  height: 40px !important;
  width: 40px !important;
}
.cart__quantity--greater:after {
  content: "";
  background: url(/images/icons/plus-quantity.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.cart__discount h3 {
  color: red !important;
}
.cart__total-wrapper p {
  text-align: left;
  font-size: 14px;
}
.cart__overall-total {
  border-top: 1px solid #E0E0E0;
  margin-top: 7px;
  padding-top: 20px;
}
.cart__overall-total h3 {
  margin-bottom: 0px;
  font-size: 18px !important;
}
@media screen and (min-width: 64em) {
  .cart__overall-total h3 {
    font-size: 16px !important;
  }
}
.cart__summary h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .cart__summary h2 {
    font-size: 21px;
  }
}
.cart__summary p {
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .cart__summary p {
    padding-bottom: 22px;
  }
}
.cart__total {
  display: flex;
  justify-content: space-between;
}
.cart__total h3 {
  font-size: 16px;
}
.cart__total-top {
  display: flex;
  justify-content: space-between;
}
.cart__total-top h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.cart__payment-methods {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.cart__continue-shopping-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (min-width: 64em) {
  .cart__continue-shopping-button {
    align-items: left;
    justify-content: left;
  }
}
.cart__summary-checkout-shipping-text {
  font-size: 14px;
  text-align: left;
  margin: 12px 0px 20px 0px;
}
.cart__summary-checkout {
  display: flex;
}
.cart__checkout-button {
  background: #000000;
  border-radius: 4px;
  color: white !important;
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-weight: 600;
}

#delivery__shipping-different {
  display: none;
}

.delivery__checkout-wrapper {
  padding-top: 15px !important;
  padding-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .delivery__checkout-wrapper {
    padding-top: 46px !important;
  }
}
@media screen and (min-width: 40em) {
  .delivery__grid-outer {
    background-color: #F6F6F6;
  }
}
.delivery__grid {
  max-width: 1220px;
  padding: 20px 20px 40px 20px;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .delivery__grid {
    display: flex;
    gap: 40px;
    padding: 60px 40px 80px 40px;
  }
}
@media screen and (min-width: 75em) {
  .delivery__grid {
    padding: 60px 20px 80px 20px;
  }
}
.delivery__input-outer input {
  border-radius: 4px;
  border: 1px solid #939393 !important;
  max-height: 47px;
  background-color: transparent;
}
.delivery__gift-abstract {
  text-align: left;
  font-size: 16px;
  margin-top: 12px;
}
.delivery__saved-addresses {
  margin-bottom: 20px;
}
.delivery__saved-addresses h3 {
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.delivery__saved-addresses button {
  margin-top: 20px;
  font-family: "sofia-pro", sans-serif;
  display: flex;
  align-items: left;
  justify-content: left;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
.delivery__saved-addresses span p {
  font-size: 16px;
}
.delivery__default-buttons-gift-wrap {
  display: flex;
  align-items: left;
  justify-content: left;
  margin-bottom: 0px;
}
.delivery__default-buttons-gift-wrap label {
  display: flex;
  align-items: left;
  justify-content: left;
  gap: 14px;
  margin: 10px 0px;
}
.delivery__default-buttons-gift-wrap label input {
  margin: 0px;
}
.delivery__default-buttons {
  display: flex;
  align-items: left;
  justify-content: left;
  margin-bottom: 28px;
}
.delivery__default-buttons label {
  display: flex;
  align-items: left;
  justify-content: left;
  gap: 14px;
  margin: 10px 0px;
}
.delivery__default-buttons label input {
  margin: 0px;
}
.delivery__default-buttons-inner label {
  margin: 0px;
  font-size: 16px;
}
.delivery__your-details-outer {
  display: none;
}
.delivery__your-details-outer input {
  background: transparent !important;
}
.delivery__saved-address {
  border: 1px solid #939393;
  border-radius: 4px;
  display: flex;
  padding: 22px 28px;
  margin-bottom: 5px;
  gap: 14px;
}
.delivery__saved-address p {
  margin-bottom: 5px;
  line-height: 19.36px;
}
.delivery__saved-address span {
  text-align: left;
}
.delivery__delete-button {
  text-decoration: underline;
}
.delivery__discount h3 {
  color: red;
  font-size: 16px !important;
  font-weight: 600;
}
.delivery__icons {
  display: flex;
  gap: 15px;
  margin-bottom: 28px;
}
@media screen and (min-width: 64em) {
  .delivery__icons {
    margin-bottom: 40px;
  }
}
.delivery__collection img {
  max-height: 35px;
}
@media screen and (min-width: 64em) {
  .delivery__collection img {
    max-height: 40px;
  }
}
.delivery__collection-times {
  padding: 10px 20px;
  margin: 10px 0;
  background-color: #f5f5f5;
  display: none;
}
.delivery__collection-times-title {
  margin-bottom: 0 !important;
  padding-bottom: 5px;
}
.delivery__collection-times ul {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
.delivery__collection-times li {
  padding-bottom: 5px;
}
.delivery__collection-times input[type=radio] {
  padding: 0;
  margin: 0;
}
.delivery__collection-times label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.delivery__delivery img {
  max-height: 28px;
}
@media screen and (min-width: 64em) {
  .delivery__delivery img {
    max-height: 34px;
  }
}
.delivery__icons-inner {
  display: flex;
  justify-content: center;
  gap: 12px;
  border: 1px solid #CACACA;
  border-radius: 4px;
  height: 60px;
  width: 50%;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .delivery__icons-inner {
    height: 80px;
  }
}
.delivery__icons-inner h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #939393;
}
@media screen and (min-width: 64em) {
  .delivery__icons-inner h2 {
    font-size: 18px;
  }
}
.delivery__cart-contents {
  display: flex;
  gap: 20px;
  padding: 20px 0px 0px 0px;
}
.delivery__cart-contents:first-child {
  border-top: 1px solid #E0E0E0;
}
.delivery__image-wrapper {
  height: 100px;
  min-width: 100px;
  max-width: 100px;
  overflow: hidden;
}
.delivery__image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.delivery__item-text h2 {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}
.delivery__item-text p {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 40em) {
  .delivery__double-fields {
    display: flex;
    width: 100%;
    gap: 15px;
  }
  .delivery__double-fields .animated-input {
    width: 50%;
  }
}
.delivery__item-description {
  text-align: left;
  font-size: 16px;
  max-width: 410px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: normal;
  margin-bottom: 0px;
}
.delivery__item-description p {
  margin-bottom: 4px;
}
.delivery__price-original {
  text-decoration: line-through;
  color: black !important;
  font-size: 14px !important;
  font-weight: 400;
}
.delivery__price {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}
.delivery__price p {
  margin-bottom: 0px;
}
.delivery__total-wrapper {
  padding-top: 20px;
}
.delivery__total-wrapper-total {
  font-size: 1rem;
  line-height: 21.78px;
  font-weight: 400;
  margin-bottom: 0px;
}
.delivery__total-wrapper-total-cost {
  font-weight: 700;
}
.delivery__total-wrapper-container {
  display: flex;
  justify-content: space-between;
}
.delivery__total-wrapper-small-text {
  font-size: 0.875rem;
  line-height: 16.94px;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
}
.delivery__total {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.delivery__total h3 {
  font-size: 18px;
  margin-bottom: 0px;
}
.delivery__label {
  font-size: 14px;
  color: #939393;
  font-weight: 500;
  text-align: left;
  margin-bottom: 6px;
}
.delivery__input {
  border-radius: 4px;
  margin-bottom: 20px;
}
.delivery__form h3 {
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (min-width: 64em) {
  .delivery__form h3 {
    font-size: 21px;
  }
}
.delivery__delete-address {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  margin-top: 6px !important;
}
.delivery__email {
  display: flex;
  gap: 18px;
}
.delivery__email h4 {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}
.delivery__email p {
  font-size: 16px;
}
.delivery__payment-button {
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
  font-weight: 600;
  color: white !important;
  width: 100%;
  cursor: pointer;
}
.delivery__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  background-color: #000000;
  font-family: "sofia-pro", sans-serif;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  color: white !important;
  width: 100%;
  min-height: 47px;
}
@media screen and (min-width: 64em) {
  .delivery__button {
    max-width: 260px;
  }
}
.delivery__summary-top-title-right {
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 64em) {
  .delivery__summary-top-title-right {
    padding-bottom: 20px;
  }
}
.delivery__summary-top-title-right span {
  margin-left: 14px;
  font-size: 16px;
  font-weight: 400;
}
.delivery__summary-top-title-left {
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .delivery__summary-top-title-left {
    padding-bottom: 40px;
  }
}
.delivery__payment-details {
  border: 1px solid #CACACA;
  border-radius: 10px;
  padding: 28px;
}
.delivery__summary-bottom-title-left {
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.delivery__overall-total {
  border-top: 1px solid #E0E0E0;
  margin-top: 0px;
  padding-top: 30px;
}
.delivery__overall-total h3 {
  font-weight: 700;
}
.delivery__details-outer-wrapper-method {
  padding-top: 30px;
}
.delivery__form-top {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 20px;
}
.delivery__details-outer-wrapper {
  display: flex;
  justify-content: space-between;
}
.delivery__pay-button {
  color: white;
  background-color: #000000;
  border-radius: 4px;
  margin-top: 30px;
  width: 100%;
  padding: 16px 0px;
}
.delivery__delivery-detials {
  text-align: left;
}
.delivery__delivery-detials p {
  font-size: 16px;
  margin-bottom: 4px;
}
.delivery__delivery-detials h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}
.delivery__delivery-phone-outer {
  text-align: left;
  display: flex;
  gap: 10px;
}
.delivery__delivery-phone-outer h4 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 700;
}
.delivery__delivery-phone-outer p {
  margin-bottom: 4px;
}
.delivery__delivery-email-outer {
  text-align: left;
  display: flex;
  gap: 10px;
}
.delivery__delivery-email-outer h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}
.delivery__delivery-email-outer p {
  margin-bottom: 0px;
}
.delivery__back-link {
  display: flex;
  align-items: left;
  margin-top: 20px;
  margin-bottom: 30px;
}
.delivery__back-link-checkout {
  display: flex;
  align-items: left;
  margin-bottom: 20px;
}
.delivery__address-default {
  height: 100px;
}
.delivery__details-subheadings {
  font-size: 18px !important;
}
.delivery__collection-option {
  padding: 28px 0px;
  border-bottom: 1px solid #CACACA;
}
@media screen and (min-width: 64em) {
  .delivery__collection-option {
    display: flex;
    justify-content: space-between;
  }
}
.delivery__collection-option:last-child {
  border-bottom: none;
}
.delivery__collection-option-text {
  text-align: left;
  width: 100%;
}
.delivery__collection-option-text .mobile-number-field {
  margin-top: 20px;
}
.delivery__collection-option-text h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}
.delivery__collection-option-text p {
  margin-bottom: 4px;
}
.delivery__collection-form input {
  background-color: transparent;
}
.delivery__collection-form button {
  border-radius: 4px;
  color: white;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 100%;
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 28px;
}
.delivery__active-outer {
  border: solid 1px #000000 !important;
}
.delivery__inactive-outer {
  border: solid 1px #CACACA !important;
}
.delivery__active-text {
  color: #000000 !important;
}
.delivery__inactive-text {
  color: #939393 !important;
}
.delivery__discount-code {
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.delivery__discount-code .animated-input {
  width: 100%;
}
.delivery__discount-code .animated-input input {
  border-top-right-radius: 0px;
  border: 1px solid #939393;
  border-bottom-right-radius: 0px;
  max-height: 47px;
}
.delivery__discount-code button {
  max-height: 47px;
  width: 85px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.delivery__collection-option-text-top {
  display: flex;
  justify-content: space-between;
}
.delivery__collection-option-button h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.delivery__collection-option-button a {
  text-align: center;
  border-radius: 4px;
  color: #000000;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  border: 1px solid #000000;
  height: 52px;
  width: 133px;
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
}
.delivery__small-button a {
  border-radius: 4px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  text-decoration: none;
  text-align: center;
  height: 52px;
  width: 133px;
  margin-top: 16px;
  font-weight: 600;
  cursor: pointer;
}

.gift-wrap__label {
  font-size: 16px;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

#delivery__delivery-button-outer {
  border: solid 1px #000000;
}
#delivery__delivery-button-outer h2 {
  color: #000000;
}

#delivery__delivery-button-grey {
  display: none;
}

#delivery__collection-button-blue {
  display: none;
}

#billingAddressSection {
  display: none;
}

#collection-form {
  display: none;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 16px;
}

.custom-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox-box {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #CACACA;
  border-radius: 4px;
  display: inline-block;
}

.custom-checkbox-box::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 13px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox-input:checked + .custom-checkbox-box::after {
  display: block;
}

.delivery__collection-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  align-items: center;
}
.delivery__collection-modal.is-active {
  display: flex;
}
@media screen and (min-width: 40em) {
  .delivery__collection-modal {
    width: 70%;
    max-width: 900px;
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .delivery__collection-modal {
    width: 60%;
    max-width: 1000px;
  }
}
.delivery__collection-modal-blackout.is-active {
  width: 100dvw;
  width: 100vw;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
}
.delivery__collection-modal-map {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
@media screen and (min-width: 40em) {
  .delivery__collection-modal-map {
    width: 70%;
    margin-bottom: 0;
  }
}
.delivery__collection-modal-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.delivery__collection-modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 1%;
  font-size: 30px;
}
.delivery__collection-modal-hours {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .delivery__collection-modal-hours {
    width: 30%;
  }
}
.delivery__collection-modal-hours p {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.delivery__collection-modal-hours p:first-of-type {
  font-size: 18px;
}
.delivery__collection-modal-hours a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  transition: background-color 0.3s;
}
.delivery__collection-modal-hours a:hover {
  background-color: #444;
}

.payment-success__grid {
  max-width: 596px;
  padding: 40px 32px 40px 32px;
  margin: auto;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .payment-success__grid {
    padding: 60px 0px 80px 0px;
  }
}
.payment-success__grid h2 {
  font-size: 21px;
  font-weight: 700;
}
.payment-success__sign-up-password {
  background-color: white;
  margin-top: 30px;
  border: 1px solid #CACACA;
  border-radius: 10px;
  padding: 40px 27px 20px 27px;
}
.payment-success__sign-up {
  margin-top: 30px;
  background-color: white;
  border-top: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 40px 27px 20px 27px;
}
.payment-success__total {
  background-color: white;
  border: 1px solid #CACACA;
  font-weight: 700;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 30px 27px 30px 27px;
}
.payment-success__white-button {
  border: 1px solid #000000;
  background-color: white;
  color: #000000 !important;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 20px;
}
@media screen and (min-width: 64em) {
  .payment-success__white-button {
    margin-top: 30px;
  }
}
.payment-success__blue-button {
  background-color: #000000;
  color: white !important;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 30px;
}
@media screen and (min-width: 64em) {
  .payment-success__sign-up-buttons {
    display: flex;
    gap: 28px;
  }
}

.register__sign-in-form {
  max-width: 388px;
  margin: 60px auto 0px;
}
.register__sign-in-form input {
  border: 1px solid #939393 !important;
  border-radius: 4px;
  background-color: transparent !important;
}
@media screen and (max-width: 39.9375em) {
  .register__sign-in-form {
    padding: 0px 40px;
  }
}
.register__button-guest {
  height: 44px;
  background-color: #000000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  justify-content: center !important;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.register__button-create {
  height: 44px;
  border: 1px solid #000000;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  justify-content: center !important;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.register__password-reset {
  margin-top: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.register__abstract {
  font-size: 14px;
  margin-top: 28px;
  line-height: 16.9px;
}
.register__no-account {
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 25.4px;
  font-size: 21px;
  font-weight: 600;
}
.register__need-help {
  margin-bottom: 5px;
  line-height: 19.36px;
}
.register__success {
  margin: auto;
  max-width: 600px;
}
.register__success input {
  border: 1px solid #939393 !important;
  border-radius: 4px;
  background-color: transparent !important;
}
.register__success p {
  margin-top: 60px;
}
.register__success a {
  margin: auto;
  max-width: 300px;
}
.register__success button {
  margin: auto;
  max-width: 300px;
}
.register__delivery-error-outer {
  border: red 1px solid;
  border-radius: 10px;
  margin-bottom: 28px;
  display: flex;
  gap: 10px;
  padding: 20px;
}
.register__delivery-error-outer p {
  color: red;
  margin-bottom: 0px;
}
.register__delivery-sign-in-form input {
  border: 1px solid #939393 !important;
  border-radius: 4px;
  background-color: transparent !important;
}
.register__delivery-sign-in-form input[type=email] {
  border: 1px solid #939393 !important;
  border-radius: 4px;
}
.register__delivery-button-guest {
  max-width: none !important;
  width: 100%;
  justify-content: center !important;
}
.register__delivery-forgot-password {
  display: flex;
  margin-top: 20px;
  text-decoration: underline;
}
.register__delivery-abstract {
  margin-top: 20px;
  text-align: left;
}
.register__delivery-sign-in-outer {
  background-color: white;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 28px 20px;
}
.register__delivery-sign-in-grid {
  max-width: 596px;
  padding: 40px 30px;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .register__delivery-sign-in-grid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.register__delivery-sign-in {
  display: flex;
  gap: 14px;
  text-align: left;
}
.register__delivery-sign-in h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.register__delivery-sign-in p {
  margin-bottom: 0px;
  font-size: 16px;
}
.register__delivery-sign-in-dot-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.register__delivery-sign-in-dot {
  height: 22px;
  width: 22px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
}
.register__delivery-guest-form {
  display: none;
  margin-top: 20px;
}
.register__delivery-guest {
  margin-top: 25px;
}

.basket {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .basket {
    text-align: left;
  }
}
@media screen and (min-width: 40em) {
  .basket__copy {
    margin-bottom: 1.5rem;
  }
}
.basket__top {
  margin-bottom: 1rem;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .basket__top {
    display: none;
  }
}
.basket__totals {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .basket__totals {
    text-align: right;
  }
}
.basket__total-col {
  bottom: 0;
  position: absolute;
  right: 1rem;
}
.basket__total-label {
  margin-right: 0.5rem;
}
@media screen and (min-width: 40em) {
  .basket__total-label {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .basket__total-text {
    max-width: 80%;
    margin: 0 auto 1.5rem;
  }
}
@media screen and (min-width: 40em) {
  .basket__total-text {
    margin-bottom: 2rem;
  }
}
.basket__total-label, .basket__total-price {
  font-size: 1.625rem;
}
.basket__top-right {
  text-align: right;
}
.basket__row-title {
  font-size: 1.625rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 40em) {
  .basket__bottom {
    display: flex;
    overflow: visible;
  }
}
.basket__buttons .button {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .basket__buttons .button {
    min-width: 180px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
    float: right;
  }
}
@media screen and (min-width: 40em) {
  .basket__buttons .button--highlighted {
    margin-left: 1.25rem;
  }
}
.basket p {
  margin-bottom: 0;
}

.discount-code {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .discount-code {
    text-align: left;
  }
}
@media screen and (min-width: 40em) {
  .discount-code__input {
    display: inline-block;
    max-width: 320px;
    height: 47px;
    vertical-align: top;
    margin-right: 1rem;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 40em) {
  .discount-code__button {
    display: inline-block;
    height: 47px;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 40em) {
  .discount-code__wrapper {
    display: flex;
    align-items: flex-end;
  }
}

.basket-item {
  overflow: visible;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 40em) {
  .basket-item {
    display: flex;
    padding-top: 1.25rem;
  }
}
.basket-item:last-child {
  margin-bottom: 1.75rem;
}
.basket-item:last-child:after {
  border-bottom: 1px solid #c1c1c1;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 40em) {
  .basket-item:last-child:after {
    left: 1rem;
    right: 1rem;
  }
}
.basket-item:before {
  border-top: 1px solid #c1c1c1;
  top: 0;
  content: "";
  display: block;
  left: 1rem;
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 40em) {
  .basket-item:before {
    left: 1rem;
    right: 1rem;
  }
}
@media screen and (min-width: 40em) {
  .basket-item__content-wrapper {
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 39.9375em) {
  .basket-item__title {
    display: inline;
  }
}
.basket-item__desc {
  color: #6f6f6f !important;
}
@media screen and (max-width: 39.9375em) {
  .basket-item__desc {
    display: inline;
  }
}
@media screen and (min-width: 40em) {
  .basket-item__price-wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 39.9375em) {
  .basket-item__price {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 40em) {
  .basket-item__price {
    text-align: right;
  }
}
.basket-item__price del {
  font-size: 0.875rem;
}
.basket-item__quantity {
  margin: 12px 0;
}
.basket-item__quantity label {
  font-size: 1rem;
  margin-bottom: 6px;
}
.basket-item__quantity input[type=number] {
  margin: 0 auto !important;
  width: 60px;
  text-align: center;
}
.basket-item__thumb {
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .basket-item__thumb {
    max-width: 175px;
    margin-bottom: 1rem;
  }
}
.basket-item__remove {
  display: inline-block;
  line-height: 1;
  margin-top: 0.25rem;
  margin-left: -0.25rem;
  margin-bottom: 0.25rem;
  padding: 0.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transform: color 200ms, background 200ms;
  position: relative;
  font-family: "sofia-pro", sans-serif;
  border: 0 none;
  cursor: pointer;
}
.basket-item__remove:hover, .basket-item__remove:active, .basket-item__remove:focus {
  background: #212527;
  color: white;
}
.basket-item__remove:after {
  position: absolute;
  bottom: 2px;
  left: 0.25rem;
  right: 0.25rem;
  border-top: 1px solid #2d2d2d;
  content: "";
}
.basket-item p {
  margin: 0;
}

.checkout {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .checkout {
    text-align: left;
  }
}
.checkout__title {
  font-size: 2.25rem;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}
.checkout__subtitle {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
.checkout__total {
  font-size: 1.5rem;
}
@media screen and (min-width: 40em) {
  .checkout__total {
    font-size: 1.625rem;
  }
}
.checkout__left {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .checkout__left {
    text-align: left;
  }
}
@media screen and (min-width: 40em) {
  .checkout__right {
    text-align: right;
  }
}
@media screen and (max-width: 63.9375em) {
  .checkout__button.button {
    width: 100%;
  }
}
.checkout__product-title {
  margin-bottom: 0.25rem;
}
.checkout__product-desc {
  color: #6f6f6f !important;
  margin: 0;
}
.checkout__product, .checkout__totals {
  margin-bottom: 1.25rem;
  overflow: hidden;
  position: relative;
  padding: 0 1rem 1.5rem;
}
.checkout__product:after, .checkout__totals:after {
  content: "";
  display: block;
  border-bottom: 1px solid #c1c1c1;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
}
.checkout__totals {
  padding-bottom: 0.5rem;
}
.checkout__totals p {
  margin-bottom: 0.75rem;
}
.checkout__total {
  margin: 0 0 0.25rem;
}
.checkout__top {
  margin-bottom: 1rem;
}
@media screen and (max-width: 63.9375em) {
  .checkout__summary, .acc-sidebar {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  .checkout__summary, .acc-sidebar {
    margin-top: 50px;
  }
}
.checkout__billing {
  display: none;
}
.checkout__disclaimer {
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 40em) {
  .checkout__disclaimer {
    margin-top: 2rem;
  }
}
.checkout__small-input {
  width: 70px;
  display: inline-block;
  margin-right: 1rem;
}
.checkout__small-input:last-child {
  margin-right: 0;
}
.checkout__medium-input {
  width: 120px;
  display: inline-block;
  margin-right: 1rem;
}
.checkout__medium-input:last-child {
  margin-right: 0;
}
.checkout__stripe-field {
  background-color: white;
  border: 1px solid #c1c1c1;
  margin-bottom: 28px;
  padding: 11.5px;
}

.checkout-callout {
  margin-top: -1px;
  margin-bottom: 0 !important;
  position: relative;
  text-align: left;
}
.checkout-callout__header {
  margin-bottom: 0 !important;
}
.checkout-callout__header p {
  display: flex;
  align-items: center;
}
.checkout-callout__header p img {
  margin-left: auto;
}
.checkout-callout--card-details {
  background-color: #EFEFEF;
  border-color: #C1C1C1;
}
.checkout-callout--last {
  margin-bottom: 1.75rem !important;
}
.checkout-callout__text {
  color: #6f6f6f !important;
}
.checkout-callout__radio-title {
  display: block;
}
.checkout-callout__radio-desc {
  color: #6f6f6f;
  display: block;
}
.checkout-callout p {
  margin: 0;
}
.checkout-callout label {
  margin-left: 45px;
}
.checkout-callout input[type=radio] {
  position: absolute;
  top: 35px;
  left: 1.5rem;
}

.checkout-payment-row {
  display: flex;
}

.checkout-payment-button {
  margin-left: auto;
}

/* ====================================================
How components work next to each other - collapse padding
if two components have same background
======================================================= */
.wrapper--light + .wrapper--light,
.wrapper--lightGrey + .wrapper--lightGrey,
.wrapper--darkGrey + .wrapper--darkGrey,
.wrapper--grey + .wrapper--grey {
  border-top: 1px solid #c1c1c1;
}

.copy-full-img + .copy-full-img {
  border-top: 0 !important;
}

.page-with-sidebar__content + .wrapper {
  margin-top: 1.875rem;
}

/* Import plugin styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
