@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

body {
  font-family: "PT Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Caveat', cursive;
  color: #000;
  font-weight: 700;
  font-style: normal;
}

a {
  color: #9D363D;
  text-decoration: none;
  font-weight: 700;
}

a:hover, a:focus {
  text-decoration: underline;
  color: #D73838;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

.type-title-primary,
h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin: auto;
  margin-bottom: 2.5rem;
}

@media (min-width: 46.25em) {
  .type-title-primary,
  h1 {
    font-size: 3.75rem;
    line-height: 4.75rem;
    margin-bottom: 3.125rem;
  }
}

.type-title-strapline {
  max-width: 90%;
  margin: auto;
  margin-bottom: 2.5rem;
}

@media (min-width: 68.75em) {
  .type-title-strapline {
    max-width: 50rem;
    margin-bottom: 3.125rem;
  }
}

.type-title-secondary {
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (min-width: 46.25em) {
  .type-title-secondary {
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.type-title-tertiary {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #9D363D;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
  color: #1A1919;
}

@media (min-width: 46.25em) {
  .type-title-tertiary {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin-bottom: 1.25rem;
  }
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  background: #efefef;
}

body {
  color: #ddd;
  background: #ECE8DB;
  max-width: 105rem;
  margin: auto;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  padding: 0 4%;
}

.top-chevron {
  position: relative;
  z-index: 1;
  top: -2.5625rem;
  margin-bottom: -2.5625rem;
  height: 2.5625rem;
  width: 100%;
  background: url(../images/top-chevron-cream.svg) top center no-repeat;
}

@media (min-width: 87.5em) {
  .top-chevron {
    margin-bottom: 1.25rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.centered {
  text-align: center;
}

.button-link {
  display: inline-block;
  padding: 0.75rem;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 700;
  background: #9D363D;
  color: white;
  font-size: 1rem;
  line-height: 1.5rem;
  border: none;
  -webkit-appearance: none;
}

.button-link:hover, .button-link:focus {
  background: #D73838;
  text-decoration: none;
  color: white;
}

.button-link.button-link--white {
  background: white;
  color: #9D363D;
}

.button-link.button-link--white:hover, .button-link.button-link--white:focus {
  background: #e6e6e6;
}

@media (min-width: 68.75em) {
  .button-link {
    font-size: 1.375rem;
    line-height: 2.25rem;
    padding: 0.6875rem 1.25rem;
  }
}

.content-box {
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 2;
}

.content-box.no-margin-bottom {
  margin-bottom: 0;
}

.content-box.small-margin-bottom {
  margin-bottom: 1.25rem;
}

.content-box .wrapper {
  padding: 0;
}

.content-box .chevron {
  height: 2.5625rem;
  width: 100%;
  background: url(../images/top-chevron-white.svg) top center no-repeat;
}

.content-box .content-box__content {
  background: white;
  padding: 4%;
  padding-top: 0;
  color: #1A1919;
  position: relative;
}

.content-box .content-box__content h3 {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #9D363D;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
  color: #1A1919;
}

.content-box .content-box__content p,
.content-box .content-box__content li {
  font-size: 1rem;
  line-height: 1.5rem;
}

.content-box .content-box__content ul {
  margin-bottom: 1.25rem;
}

.content-box .content-box__content li {
  list-style-position: inside;
  background: url(../images/tick-icon.svg) 0px 8px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-left: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.content-box .content-box__content li em {
  font-style: italic;
  font-weight: 400;
  display: block;
}

.content-box .content-box__content blockquote {
  font-family: 'Caveat', cursive;
  color: #000;
  font-weight: 700;
  font-style: normal;
  color: #9D363D;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: auto;
  width: 90%;
  text-align: center;
  margin-bottom: 2.5rem;
}

.content-box .content-box__content .quote blockquote {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-style: italic;
  margin-bottom: 1.25rem;
  color: #1A1919;
  font-weight: 400;
  text-align: left;
}

.content-box.no-hero .content-box__content {
  padding-top: 2%;
}

.content-box .two-col-rows .two-col-rows__item {
  margin-bottom: 2.5rem;
}

.content-box .button-list .button-link {
  display: block;
  text-align: center;
  margin-bottom: 1.25rem;
}

.content-box .button-list.button-list--centered {
  text-align: center;
}

.content-box .content-box__cols .content-box__col {
  margin-bottom: 2.5rem;
}

.content-box .content-box__will {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7.0625rem;
}

.content-box .content__single-col {
  max-width: 40rem;
  margin: auto;
}

.content-box .content__single-col.is-centered {
  text-align: center;
}

.content-box .content__single-col.content__single-col--wide {
  max-width: 47.5rem;
}

@media (min-width: 68.75em) {
  .content-box {
    margin-bottom: 5.625rem;
  }
  .content-box .wrapper {
    padding: 0 4%;
  }
  .content-box .content-box__content {
    padding: 4% 8%;
    padding-top: 0;
  }
  .content-box .content-box__content h3 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin-bottom: 1.25rem;
  }
  .content-box .content-box__content p,
  .content-box .content-box__content li {
    font-size: 1.375rem;
    line-height: 2.1875rem;
  }
  .content-box .content-box__content blockquote {
    font-size: 2.5rem;
    line-height: 2.5rem;
    width: 56.25rem;
    margin-bottom: 3.75rem;
  }
  .content-box .content-box__content .quote blockquote {
    font-size: 1.375rem;
    line-height: 2.1875rem;
    width: auto;
  }
  .content-box.no-hero .content-box__content {
    padding-top: 4%;
  }
  .content-box .content-box__text-cols {
    column-gap: 4%;
    column-count: 2;
    margin-bottom: 1.25rem;
    break-inside: avoid;
  }
  .content-box .content-box__cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .content-box .content-box__cols .content-box__col {
    width: 48%;
    margin-bottom: 0;
  }
  .content-box .two-col-rows {
    margin-bottom: 3.75rem;
  }
  .content-box .two-col-rows .two-col-rows__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .content-box .two-col-rows .two-col-rows__item:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .content-box .two-col-rows .two-col-rows__item .two-col-rows__col {
    width: 48%;
    margin-bottom: 0;
  }
  .content-box .content-box__will {
    right: 3.125rem;
    width: 9.5rem;
  }
  .content-box .button-list {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .content-box .button-list .button-link {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.375rem;
    margin-bottom: 0.625rem;
  }
  .content-box .button-list .button-link:last-child {
    margin-right: 0;
  }
}

.hamburger {
  padding: 0 0.625rem 0.625rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  position: relative;
  z-index: 10;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  overflow: visible;
  font-size: 13px;
  width: 5rem;
  height: 4.5rem;
}

.hamburger:hover, .hamburger:focus {
  opacity: 1;
}

@media (min-width: 68.75em) {
  .hamburger {
    display: none;
  }
}

.hamburger-box {
  width: 28px;
  height: 17px;
  display: block;
  position: relative;
  margin: auto;
}

.hamburger-box::after {
  content: 'menu';
  position: absolute;
  text-align: center;
  bottom: -12px;
  letter-spacing: 1px;
  left: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #1A1919;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 3px;
  background-color: #1A1919;
  border-radius: 6px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active {
  background: #9D363D;
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: white;
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  background-color: white;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: white;
}

.menu-fade-out .hamburger.hamburger--collapse .hamburger-box::after {
  color: #1A1919;
}

.tick-list {
  margin-bottom: 2.5rem;
}

.tick-list ul {
  list-style-position: inside;
}

.tick-list li {
  list-style-position: inside;
  background: url(../images/tick-icon.svg) top left;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-left: 1.5625rem;
  color: #1A1919;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.tick-list li strong {
  font-weight: 700;
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.tick-list li em {
  font-style: italic;
}

@media (min-width: 68.75em) {
  .tick-list.tick-list--large {
    position: relative;
    margin-left: -1.25rem;
  }
}

.testimonials {
  margin-bottom: 3.75rem;
}

.testimonials .button-link {
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 2.5rem;
  max-width: 23.75rem;
}

.testimonials .wrapper {
  margin: auto;
  max-width: 52.5rem;
}

.testimonials .hidden-testimonials {
  display: none;
}

.testimonials .hidden-testimonials.is-showing {
  display: block;
}

.testimonials .type-title-secondary {
  margin-bottom: 1.875rem;
}

@media (min-width: 46.25em) {
  .testimonials {
    margin-bottom: 5.625rem;
  }
  .testimonials .type-title-secondary {
    margin-bottom: 0.625rem;
  }
}

.quote {
  position: relative;
  color: #1A1919;
  margin: auto;
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding-top: 0.625rem;
}

.quote span {
  display: inline;
  float: left;
  font-size: 7.5rem;
  line-height: 7.5rem;
  height: 1.875rem;
  position: relative;
  top: -0.625rem;
  margin-bottom: -0.875rem;
  margin-right: 0.625rem;
}

.quote blockquote {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-style: italic;
  margin-bottom: 1.25rem;
}

.quote figcaption {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 46.25em) {
  .quote {
    margin-bottom: 3.75rem;
  }
  .quote span {
    display: none;
  }
  .quote blockquote {
    font-size: 1.375rem;
    line-height: 2.1875rem;
    padding-left: 3.625rem;
    margin-bottom: 2.1875rem;
  }
  .quote blockquote::before {
    top: 0;
    left: 0;
    position: absolute;
    content: '“';
    font-size: 8.75rem;
    line-height: 8.75rem;
  }
  .quote figcaption {
    text-align: center;
    font-size: 1.25rem;
    line-height: 2.1875rem;
  }
}

.step-list {
  padding-top: 2.5rem;
  counter-reset: step;
}

.step-list li.step-list__item {
  background: none;
  margin-bottom: 1.25rem;
  padding: 0;
}

.step-list li.step-list__item p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.step-list li.step-list__item .step-list__item-title {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #9D363D;
  font-weight: 700;
  font-style: normal;
  color: #1A1919;
  font-size: 1.375rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
}

.step-list li.step-list__item .step-list__item-title::before {
  position: relative;
  display: block;
  float: left;
  margin-right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #9D363D;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 1.125rem;
  line-height: 2.5rem;
  counter-increment: step;
  content: counter(step);
}

@media (min-width: 68.75em) {
  .step-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 2.5rem;
  }
  .step-list li.step-list__item {
    width: 48%;
    margin-bottom: 2.5rem;
  }
  .step-list li.step-list__item p {
    font-size: 1.375rem;
    line-height: 2.1875rem;
  }
  .step-list li.step-list__item .step-list__item-title {
    font-size: 1.875rem;
    line-height: 3.125rem;
  }
  .step-list li.step-list__item .step-list__item-title::before {
    position: relative;
    left: -1.25rem;
    margin-right: -0.625rem;
    font-size: 1.875rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}

.pricing-blocks {
  margin-bottom: 2.5rem;
}

.pricing-blocks .pricing-block,
.pricing-blocks .additional-options-block {
  background: white;
  padding: 4%;
  margin-bottom: 1.25rem;
  color: #1A1919;
}

.pricing-blocks .pricing-block ul,
.pricing-blocks .additional-options-block ul {
  list-style-position: inside;
}

.pricing-blocks .pricing-block li,
.pricing-blocks .additional-options-block li {
  list-style-position: inside;
  background-image: url(../images/tick-icon.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-left: 1.5625rem;
  color: #1A1919;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.pricing-blocks .pricing-block li strong,
.pricing-blocks .additional-options-block li strong {
  font-weight: 700;
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.pricing-blocks .pricing-block li em,
.pricing-blocks .additional-options-block li em {
  font-style: italic;
}

.pricing-blocks .pricing-block img,
.pricing-blocks .additional-options-block img {
  margin-bottom: 1.25rem;
}

.pricing-blocks .pricing-block p,
.pricing-blocks .additional-options-block p {
  margin-left: 1.5rem;
}

.pricing-blocks .additional-options-cols .button-link {
  text-align: center;
}

@media (min-width: 68.75em) {
  .pricing-blocks {
    margin-bottom: 4.6875rem;
  }
  .pricing-blocks .pricing-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .pricing-blocks .pricing-block p,
  .pricing-blocks .pricing-block li {
    font-size: 1.375rem;
    line-height: 2.1875rem;
  }
  .pricing-blocks .pricing-block li {
    background-position: 0 9px;
  }
  .pricing-blocks .pricing-block img {
    margin-bottom: 0;
  }
  .pricing-blocks .additional-options-cols {
    column-gap: 4%;
    column-count: 2;
    break-inside: avoid;
  }
  .pricing-blocks .additional-options-cols .button-link {
    text-align: left;
  }
  .pricing-blocks .additional-options-cols p,
  .pricing-blocks .additional-options-cols li {
    font-size: 1.375rem;
    line-height: 2.1875rem;
  }
  .pricing-blocks .pricing-block__col {
    width: 48%;
    padding-left: 4%;
  }
  .pricing-blocks .pricing-block__col:last-child {
    padding-left: 0;
    padding-right: 4%;
  }
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  box-sizing: border-box;
}

.error .dk-selected {
  background: #6B040B;
}

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.375rem;
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #1A1919;
  border: 1px solid #CECBBF;
  border-radius: 4px;
}

.wide-select .dk-select {
  width: 14.375rem;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border-radius: 3px;
  padding: 10px 40px 10px 11px;
  color: #9D363D;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-overflow: ellipsis;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.dk-selected:before, .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0.625rem;
}

.dk-selected:before {
  top: 40%;
  width: 1.25rem;
  height: 0.625rem;
}

.dk-selected:after {
  top: 0;
  height: 100%;
  margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  margin: auto !important;
}

.dk-select-open-up .dk-select-options {
  border-radius: 3px 3px 0 0;
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 3px 3px;
  margin-top: -1px;
  top: 100%;
  overflow: auto;
}

.dk-select-options {
  background-color: white;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: auto;
  z-index: 100;
  color: #9D363D;
}

.dk-option-selected {
  background-color: white;
  color: #9D363D;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 10px 11px 10px 11px;
  font-size: 1rem;
  list-style-type: none !important;
  margin: auto !important;
}

.dk-select-options .dk-option-highlight {
  background-color: white;
  color: #9D363D;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #CECBBF;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}

.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #3297fd;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #3297fd;
}

.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #3297fd;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

.styled-select--dark .dk-selected {
  color: #1A1919;
  padding: 16px 40px 16px 11px;
  font-size: 1.375rem;
}

.styled-select--dark .dk-option-selected,
.styled-select--dark .dk-option,
.styled-select--dark .dk-select-options .dk-option-highlight {
  color: #1A1919;
  font-size: 1.375rem;
}

select[data-dkcacheid] {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-appearance: none;
}

.specs-table {
  text-align: left;
  width: 100%;
  max-width: 37.8125rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: auto;
}

.specs-table tr {
  cellpadding: 10px;
}

.specs-table tr td:first-child {
  width: 30%;
}

.specs-table tr td:last-child {
  font-weight: 700;
}

@media (min-width: 68.75em) {
  .specs-table {
    font-size: 1.375rem;
    line-height: 2.1875rem;
  }
}

.cta-block {
  background: white;
  padding: 1.25rem;
  margin-bottom: 2.5rem;
  background: white;
  color: #1A1919;
}

.cta-block .cta-block__col {
  margin-bottom: 1.25rem;
}

@media (min-width: 68.75em) {
  .cta-block {
    padding: 4%;
    margin-bottom: 5rem;
  }
  .cta-block .cta-block__cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cta-block .cta-block__cols .cta-block__col {
    width: 48%;
    margin-bottom: 0;
  }
  .cta-block .cta-block__cols p {
    font-size: 1.375rem;
    line-height: 2.1875rem;
  }
}

.team-members {
  background: white;
  padding: 1.25rem;
  color: #1A1919;
  margin-bottom: 2.5rem;
}

.team-members img {
  margin-bottom: 1.875rem;
}

.team-members .team-member__cols {
  margin-bottom: 1.25rem;
}

.team-members .button-list--centered {
  text-align: center;
}

.team-members .button-list--centered .button-link {
  display: block;
  margin-bottom: 0.625rem;
  text-align: center;
}

@media (min-width: 68.75em) {
  .team-members {
    padding: 4%;
    margin-bottom: 5.625rem;
  }
  .team-members .team-member__cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .team-members .team-member__cols .team-member__col {
    width: 29%;
  }
  .team-members p {
    font-size: 1.375rem;
    line-height: 2.1875rem;
  }
  .team-members .button-list--centered .button-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

/* 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;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  width: 80%;
  margin: auto;
  z-index: 2;
}

.slick-slider .wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0;
  height: 100%;
}

.wall-slider {
  max-width: 63.125rem;
  margin: auto;
  margin-bottom: 3.75rem;
}

.wall-slider-section {
  position: relative;
  z-index: 1;
  width: 100%;
}

.wall-slider-section .slick-controls {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slick-list {
  position: relative;
  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 {
  -ms-transform: translate3d(0, 0, 0);
  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;
  min-height: 1px;
  position: relative;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.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-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  z-index: 2;
  width: 2.5rem;
  height: 2.8125rem;
  cursor: pointer;
}

.slick-prev svg,
.slick-next svg {
  display: block;
  width: 2.5rem;
  height: 2.8125rem;
}

@media (min-width: 68.75em) {
  .slick-prev,
  .slick-next {
    width: 4.1875rem;
    height: 4.25rem;
  }
  .slick-prev svg,
  .slick-next svg {
    display: block;
    width: 4.1875rem;
    height: 4.25rem;
  }
}

.slick-next {
  left: auto;
  right: 0;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-arrow {
  cursor: pointer;
  display: block;
  margin-right: 0.25rem;
  background: red;
  padding: 0;
  float: left;
  height: 2.625rem;
  width: 2.1875rem;
  border: none;
  border-radius: 0.25rem;
}

.slider-arrow svg {
  width: 16px;
  height: 22px;
}

.slider-arrow:hover, .slider-arrow:focus {
  outline: none;
}

.slider-arrow.slick-next {
  margin-right: 0;
  float: right;
  margin-left: 0;
}

.skip-to-content.button-link {
  position: absolute;
  top: -250rem;
  border-radius: 0px 0px 3px 3px;
}

.skip-to-content.button-link:focus {
  top: 0;
}

.site-header {
  overflow: hidden;
  position: relative;
  background: white;
  height: 4.5rem;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #ECE8DB;
}

.site-header .site-header__top {
  background: transparent;
  transition: 0.3s background ease-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 4%;
}

.site-header .logo {
  width: 11.25rem;
  height: 2.5rem;
  padding-top: 1.25rem;
}

@media (min-width: 46.25em) {
  .site-header {
    height: 7.5rem;
  }
}

@media (min-width: 68.75em) {
  .site-header {
    height: 8.25rem;
  }
  .site-header .site-header__top {
    border-bottom: 0;
  }
  .site-header .logo {
    width: 15rem;
    height: 3.75rem;
    margin-top: 0.625rem;
  }
}

@media (min-width: 87.5em) {
  .site-header {
    height: 9.5rem;
  }
  .site-header .logo {
    width: 17.5rem;
    height: 4.375rem;
    padding-top: 1.875rem;
  }
}

@media (min-width: 100em) {
  .site-header {
    height: 12rem;
  }
  .site-header .logo {
    width: 23.3125rem;
    height: 5rem;
    padding-top: 2.75rem;
  }
}

.call-will {
  display: block;
  text-decoration: none;
  position: relative;
}

.call-will.call-will--mobile {
  background: white;
  overflow: hidden;
  padding-top: 1.875rem;
  height: 8.75rem;
}

.call-will.call-will--mobile .call-text {
  top: 40%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 4%;
}

.call-will .call-text {
  width: 60%;
  display: block;
  max-width: 15rem;
  color: #9D363D;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #9D363D;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
  position: absolute;
}

.call-will img {
  display: block;
  width: 8.375rem;
  float: right;
}

.call-will.call-will--desktop {
  display: none;
}

@media (min-width: 46.25em) {
  .call-will.call-will--mobile {
    display: block;
    width: 19.375rem;
    height: auto;
    position: absolute;
    top: -20px;
    right: 3.75rem;
    z-index: 1;
    background: none;
  }
  .call-will.call-will--mobile img {
    width: 7.5rem;
  }
  .call-will.call-will--mobile .call-text {
    top: auto;
    max-width: none;
    bottom: 3.125rem;
    font-size: 1rem;
    line-height: 1.25rem;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

@media (min-width: 68.75em) {
  .call-will.call-will--mobile {
    display: none;
  }
  .call-will.call-will--desktop {
    display: block;
    right: 0;
    width: 20.625rem;
    bottom: 0;
    top: auto;
    position: absolute;
  }
  .call-will.call-will--desktop .call-text {
    bottom: 3rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    max-width: none;
  }
}

@media (min-width: 87.5em) {
  .call-will.call-will--desktop {
    width: 25rem;
  }
  .call-will.call-will--desktop img {
    width: 8.75rem;
  }
  .call-will.call-will--desktop .call-text {
    bottom: 3.125rem;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 100em) {
  .call-will.call-will--desktop {
    width: 31.25rem;
  }
  .call-will.call-will--desktop img {
    width: 12.75rem;
  }
  .call-will.call-will--desktop .call-text {
    bottom: 4.5rem;
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}

.mobile-nav {
  margin-top: 4.5rem;
}

.mobile-nav a {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #9D363D;
  font-weight: 700;
  font-style: normal;
  display: block;
  padding: 1.25rem;
  color: white;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-decoration: none;
  border-bottom: 1px solid #D73838;
  padding-left: 4%;
}

.mobile-nav a:hover, .mobile-nav a:focus, .mobile-nav a.active {
  background: #D73838;
}

.mobile-overlay-nav {
  position: fixed;
  background: #9D363D;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
}

@media (min-width: 68.75em) {
  .mobile-overlay-nav {
    display: none;
  }
}

.menu-is-active .site-header {
  z-index: 4;
  position: static;
}

.menu-is-active .mobile-overlay-nav {
  opacity: 1;
  z-index: 3;
  visibility: visible;
}

.menu-is-active .hamburger .hamburger-box::after {
  color: white;
}

.menu-is-active .site-header__top {
  position: fixed;
  width: 100%;
  z-index: 4;
  top: 0;
  background: white;
}

.menu-is-active.menu-fade-out .mobile-overlay-nav {
  opacity: 0;
}

.menu-is-active.menu-fade-out .site-header__top {
  background: transparent;
}

@media (min-width: 68.75em) {
  .menu-is-active .site-header {
    position: relative;
    z-index: 1;
  }
  .menu-is-active .site-header__top {
    position: static;
  }
}

.desktop-nav {
  display: none;
}

@media (min-width: 68.75em) {
  .desktop-nav {
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: 2.625rem;
  }
  .desktop-nav li {
    display: inline-block;
    margin-right: 1.875rem;
  }
  .desktop-nav li:last-child {
    margin-right: 0;
  }
  .desktop-nav a {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #9D363D;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    color: #1A1919;
    text-decoration: none;
  }
  .desktop-nav a:hover, .desktop-nav a:focus, .desktop-nav a.active {
    color: #D73838;
  }
}

@media (min-width: 87.5em) {
  .desktop-nav {
    top: 3rem;
  }
  .desktop-nav a {
    font-size: 1.5625rem;
  }
}

@media (min-width: 100em) {
  .desktop-nav {
    top: 3.875rem;
  }
}

.get-quote-banner .chevron {
  height: 2.5625rem;
  width: 100%;
  background: url(../images/top-chevron-red.svg) top center no-repeat;
}

.get-quote-banner .type-title-footer {
  color: white;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.875rem;
}

.get-quote-banner__content {
  background: #9D363D;
  color: white;
  text-align: center;
  padding: 0 0 2.5rem 0;
}

.get-quote-banner__content p {
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 33.75rem;
  margin: auto;
  margin-bottom: 2.5rem;
}

@media (min-width: 68.75em) {
  .get-quote-banner {
    padding-top: 2.5rem;
  }
  .get-quote-banner .type-title-footer {
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-bottom: 1.875rem;
  }
  .get-quote-banner__content {
    padding: 0 0 2.5rem 0;
  }
  .get-quote-banner__content p {
    font-size: 1.25rem;
    line-height: 2.1875rem;
    margin-bottom: 2.5rem;
  }
  .get-quote-banner__content .button-link {
    margin-right: 3.75rem;
  }
  .get-quote-banner__content .button-link:last-child {
    margin-right: 0;
  }
}

@media (min-width: 68.75em) {
  .get-quote-banner__content {
    padding: 0 0 5.625rem 0;
  }
}

.main-footer {
  background: #6B040B;
  position: relative;
  padding: 3.625rem 0;
}

.main-footer .climber-icon {
  position: absolute;
  top: -2px;
  right: 0;
  width: 7.875rem;
  height: 14.9375rem;
  display: block;
  margin-right: 0;
}

.main-footer p.smallprint {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.main-footer p.smallprint a {
  font-weight: 700;
  color: white;
  text-decoration: none;
}

.main-footer p.smallprint a:focus, .main-footer p.smallprint a:hover {
  text-decoration: underline;
}

@media (min-width: 87.5em) {
  .main-footer .climber-icon {
    right: 50%;
    -ms-transform: translateX(50%);
        transform: translateX(50%);
  }
  .main-footer p.smallprint {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.footer__cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.footer__cols a {
  color: white;
  text-decoration: none;
  font-weight: 300;
}

.footer__cols a:focus, .footer__cols a:hover, .footer__cols a.active {
  text-decoration: underline;
  font-weight: 700;
}

.footer__cols strong {
  font-weight: 700;
}

.footer__cols li {
  margin-bottom: 0.875rem;
}

.footer__cols .footer__col {
  margin-bottom: 1.25rem;
  -ms-flex-order: 1;
      order: 1;
}

.footer__cols .footer__col.footer_col--menu {
  -ms-flex-order: 0;
      order: 0;
  font-weight: 700;
}

@media (min-width: 46.25em) {
  .footer__cols {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .footer__cols .footer__col {
    width: 30%;
    -ms-flex-order: 1;
        order: 1;
  }
  .footer__cols .footer__col.footer_col--menu {
    -ms-flex-order: 1;
        order: 1;
    font-weight: 400;
  }
}

@media (min-width: 87.5em) {
  .footer__cols {
    width: 100%;
  }
  .footer__cols a,
  .footer__cols p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .footer__cols li {
    margin-bottom: 0.625rem;
  }
  .footer__cols .footer__col {
    width: 25%;
  }
  .footer__cols .footer__col:nth-child(2) {
    width: 32%;
  }
  .footer__cols .footer__col:nth-child(3) {
    width: 18%;
  }
}

.social-list {
  margin-bottom: 1.25rem;
}

.social-list li {
  display: inline-block;
  margin-right: 0.625rem;
}

.social-list li:last-child {
  margin-right: 0;
}

.organisation-logos li {
  display: inline-block;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
}

.organisation-logos a {
  display: block;
}

.organisation-logos img {
  max-height: 1.875rem;
  width: auto;
}

.polaroid-list {
  margin-bottom: 2.5rem;
}

.polaroid-list.no-margin-bottom {
  margin-bottom: 0;
}

@media (min-width: 68.75em) {
  .polaroid-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0.625rem;
  }
  .polaroid-list.polaroid-list--three .polaroid-list__item {
    width: 30%;
    margin-bottom: 0;
  }
  .polaroid-list.polaroid-list--four {
    margin-bottom: 3.75rem;
  }
  .polaroid-list.polaroid-list--four .polaroid-list__item {
    width: 22%;
    margin-bottom: 0;
  }
  .polaroid-list.polaroid-list--all {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .polaroid-list.polaroid-list--all .polaroid-list__item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .polaroid-list.polaroid-list--all .polaroid-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .polaroid-list.polaroid-list--tilted .polaroid-list__item:first-child {
    -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
  }
  .polaroid-list.polaroid-list--tilted .polaroid-list__item:last-child {
    -ms-transform: rotate(2deg);
        transform: rotate(2deg);
    -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
  }
}

@media (min-width: 87.5em) {
  .polaroid-list .polaroid-list__item-title {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}

.polaroid-list__item {
  background: white;
  border-radius: 3px;
  padding: 0.625rem;
  padding-bottom: 0;
  overflow: hidden;
  text-align: center;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0.625rem;
  max-width: 33.75rem;
  display: block;
  box-shadow: 0px 2px 4px transparent;
  transition: 0.3s box-shadow ease-out;
}

.polaroid-list__item:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.polaroid-list__item a {
  text-decoration: none;
}

.polaroid-list__item a:hover .polaroid-list__item-title, .polaroid-list__item a:focus .polaroid-list__item-title {
  color: #D73838;
  text-decoration: underline;
}

.polaroid-list__item p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #444;
  padding: 1.25rem;
  font-weight: 400;
  padding-top: 0;
}

.polaroid-list__item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.polaroid-list__item .polaroid-list__item-title {
  text-decoration: none;
  color: #9D363D;
  padding: 1.25rem 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #9D363D;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 68.75em) {
  .polaroid-list__item {
    margin: 0;
  }
  .polaroid-list__item p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    max-width: 84%;
    margin: auto;
  }
  .polaroid-list__item .polaroid-list__item-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 87.5em) {
  .polaroid-list__item .polaroid-list__item-title {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}

.polaroid-list-section {
  margin-bottom: 3.75rem;
}

.polaroid-list-section .centered-button {
  text-align: center;
}

@media (min-width: 87.5em) {
  .polaroid-list-section {
    margin-bottom: 5.625rem;
  }
}

.hero-image {
  position: relative;
  z-index: 2;
  top: -1.25rem;
  margin-bottom: -3.125rem;
}

.hero-image svg {
  width: 100%;
  height: auto;
}

.hero-image .hero-desktop {
  display: none;
}

@media (min-width: 46.25em) {
  .hero-image {
    top: -2.75rem;
    margin-bottom: -5.75rem;
  }
  .hero-image .hero-mobile {
    display: none;
  }
  .hero-image .hero-desktop {
    display: block;
  }
}

.wall-image {
  display: block;
  margin: auto;
  margin-bottom: 2.5rem;
}

.contact-form-section {
  background: #DDDACE;
  padding: 3.75rem 1.25rem;
}

.contact-form-section .type-title {
  max-width: 51.25rem;
  margin: auto;
  text-align: center;
  margin-bottom: 3.75rem;
}

.contact-form {
  max-width: 45rem;
  margin: auto;
}

.contact-form .form-row {
  margin-bottom: 1.875rem;
}

.contact-form .form-row.has-error label {
  color: #9D363D;
}

.contact-form .form-row.has-error input[type=email],
.contact-form .form-row.has-error input[type=telephone],
.contact-form .form-row.has-error input[type=text],
.contact-form .form-row.has-error textarea {
  border: 1px solid #9D363D;
}

.contact-form label,
.contact-form p {
  display: block;
  text-align: left;
  color: #1A1919;
  font-size: 1.375rem;
  line-height: 2.1875rem;
}

.contact-form input[type=email],
.contact-form input[type=telephone],
.contact-form input[type=text],
.contact-form textarea {
  border-radius: 0.1875rem;
  border: 1px solid #CECBBF;
  display: block;
  padding: 0.625rem;
  width: 100%;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  -webkit-appearance: none;
}

.contact-form input[type=submit] {
  font-size: 1.375rem;
  padding: 0.875rem 2.5rem;
}

.contact-form textarea {
  height: 17.5rem;
  max-width: 100%;
  max-height: 100%;
}

.contact-form .styled-select {
  color: #1A1919;
}

.contact-form .styled-select select {
  color: #1A1919;
}

.contact-form .form-errors {
  font-size: 1.375rem;
  line-height: 2.1875rem;
}

.contact-form .form-errors.has-errors {
  margin-bottom: 3.125rem;
}

.contact-form .reset-form {
  margin-left: 3.75rem;
  font-size: 1.375rem;
}

.g-recaptcha {
  display: block;
  margin-bottom: 1.875rem;
  max-width: 19rem;
}

.g-recaptcha.has-error {
  border: 1px solid #9D363D;
}

.climbing-wall-filters .styled-select {
  margin: 1.25rem;
}

.climbing-wall-filters .filter-item {
  color: #1A1919;
  text-align: left;
  margin-bottom: 1.25rem;
}

.climbing-wall-filters .filter-item label {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.climbing-wall-filters .styled-select {
  margin: 0;
  margin-bottom: 0.625rem;
}

@media (min-width: 46.25em) {
  .climbing-wall-filters .filter-rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 61.25rem;
    margin: auto;
  }
  .climbing-wall-filters .filter-rows .filter-item {
    width: 30%;
  }
  .climbing-wall-filters .styled-select {
    margin: 1.25rem 0;
  }
}

.moustache-template {
  display: none;
}

.js-polaroids {
  opacity: 1;
  transition: 0.3s opacity ease-out;
}

.js-polaroids.loading {
  opacity: 0;
}

@media (min-width: 46.25em) {
  .js-polaroids {
    min-height: 25rem;
  }
}

.js-load-more {
  display: none;
}

.js-load-more.showing {
  display: inline-block;
}

.climbing-walls-area .loading-blocker {
  position: absolute;
  height: 700px;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.climbing-walls-area .loading-blocker.loading {
  opacity: 1;
  visibility: visible;
}

.climbing-walls-area .loading-blocker .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
}

.climbing-walls-area .loading-blocker .loader svg path {
  fill: #9D363D;
}

.all-builds {
  position: relative;
}

.all-builds p {
  text-align: center;
  color: #1A1919;
  margin: auto;
}

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

.no-js .no-js-submit {
  display: inline-block;
}

.no-js .js-load-more {
  display: none;
}

.climbing-walls-nav {
  margin-bottom: 2.5rem;
}

.climbing-walls-nav .wrapper {
  padding: 0;
}

@media (min-width: 68.75em) {
  .climbing-walls-nav {
    padding: 0 4%;
    margin-bottom: 5.625rem;
  }
}

.polaroid-nav {
  padding: 6.25rem 1.25rem 2.5rem;
  background: #DDDACE;
  position: relative;
}

.polaroid-nav .type-title-secondary {
  width: 80%;
  position: absolute;
  -ms-flex: 1;
      flex: 1;
  top: 1.875rem;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.polaroid-nav .climbing-walls-nav__button {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 1.25rem;
}

.polaroid-nav .climbing-walls-nav__button.prev-button {
  left: 6%;
}

.polaroid-nav .climbing-walls-nav__button.next-button {
  right: 6%;
}

.polaroid-nav .half-button {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  max-width: 35rem;
  margin: auto;
}

.polaroid-nav .half-button.next {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.polaroid-nav .half-button.next .polaroid-list__item {
  float: right;
}

@media (min-width: 68.75em) {
  .polaroid-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 4.375rem 2.5rem;
  }
  .polaroid-nav.no-prev {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .polaroid-nav.no-next {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .polaroid-nav .type-title-secondary {
    width: 43%;
    position: absolute;
    -ms-flex: 1;
        flex: 1;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
  }
  .polaroid-nav .half-button {
    width: 50%;
    max-width: none;
    margin: 0;
  }
  .polaroid-nav .half-button.next {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .polaroid-nav .half-button.next .polaroid-list__item {
    float: right;
  }
  .polaroid-nav .climbing-walls-nav__button {
    width: 4rem;
    height: 4rem;
    position: static;
  }
  .polaroid-nav .climbing-walls-nav__button.prev-button {
    margin-right: 1.25rem;
  }
  .polaroid-nav .climbing-walls-nav__button.next-button {
    margin-left: 1.25rem;
    float: right;
  }
  .polaroid-nav .polaroid-list__item {
    width: 44%;
    display: block;
    margin-bottom: 0;
  }
  .polaroid-nav .climbing-walls-nav__button:last-child {
    justify-self: flex-end;
  }
}

/*# sourceMappingURL=style.css.map */
