/* import css normalise/reset library */
/* stylelint-disable */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
	 ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   * 2. Add the correct display in IE.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

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

/* 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;
}

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

/**
   * 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;
}

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

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

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

/**
   * 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 */
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change font properties to `inherit` in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Restore the font weight unset by the previous rule.
   */
optgroup {
  font-weight: bold;
}

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

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

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

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

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

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

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

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
  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 OS X.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Correct the text style of placeholders in Chrome, Edge, and Safari.
   */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
   * 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 */
}

/* stylelint-enable */
/* import vars */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* COLOURS */
/* GLOBAL VARS */
/* SPACING */
/* import mixins */
/* import base styles */
@font-face {
  font-family: 'DHI';
  src: url("/assets/fonts/DHI-Regular.eot");
  src: url("/assets/fonts/DHI-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/DHI-Regular.woff2") format("woff2"), url("/assets/fonts/DHI-Regular.woff") format("woff"), url("/assets/fonts/DHI-Regular.ttf") format("truetype"), url("/assets/fonts/DHI-Regular.svg") format("svg");
  font-weight: 400;
  font-style: regular;
  font-display: swap;
}

@font-face {
  font-family: 'DHI';
  src: url("/assets/fonts/DHI-Bold.eot");
  src: url("/assets/fonts/DHI-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/DHI-Bold.woff2") format("woff2"), url("/assets/fonts/DHI-Bold.woff") format("woff"), url("/assets/fonts/DHI-Bold.ttf") format("truetype"), url("/assets/fonts/DHI-Bold.svg") format("svg");
  font-weight: 600;
  font-style: regular;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  position: relative;
}

html {
  overflow-x: hidden;
  padding: 0;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

hr {
  background: #2E2E2E;
  height: 1px;
  border: 0;
  margin: 0 0 2rem;
}

.skip-main {
  left: 50%;
  position: absolute;
  top: 0;
  z-index: 2;
  transform: translate(-50%, -100%);
  transition: transform ease 0.2s;
}

.skip-main:focus {
  transform: translate(-50%, 0);
}

body,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  padding: 0 2rem;
}

img,
svg,
video,
hr {
  width: 100%;
  display: block;
}

table,
th,
td {
  border: 1px solid currentColor;
  text-align: left;
}

td,
th {
  padding: 1rem;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  margin: 2rem 0;
}

th {
  font-weight: 800;
}

.bold,
p strong {
  font-weight: 800;
}

.italic,
p em {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.upper {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.image-preload {
  height: 0;
}

@media (min-width: 740px) {
  .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .content__column {
    width: calc(75% - 2rem);
  }
  .content__column--sticky {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.container {
  max-width: 102rem;
  margin: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container--one {
  max-width: 102rem;
}

html {
  font-size: 16px;
  font-weight: 400;
  font-family: "DHI", arial, sans-serif;
  color: #2E2E2E;
  line-height: 1.35;
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  font-size: 16px;
  margin: 2.6ex 0 0;
  max-width: 80ch;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
li a,
p a {
  color: #FA1266;
  transition: color 0.2s ease;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
li a:hover,
p a:hover {
  color: #2E2E2E;
  text-decoration: underline;
}

li,
ul,
ol,
p {
  font-size: 16px;
  line-height: 1.6;
  margin: 1.8ex 0 0;
}

.font-preset--1,
h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.25;
}

.font-preset--2,
h2 {
  font-weight: 600;
  font-size: 1.5rem;
}

.font-preset--3,
h3 {
  font-weight: 600;
  font-size: 1.25rem;
}

.font-preset--4,
h4 {
  font-weight: 600;
  font-size: 1.1rem;
}

.font-preset--5,
h5 {
  font-weight: 600;
  font-size: 16px;
}

.font-preset--6,
h6 {
  font-weight: 600;
  font-size: 13px;
}

.font-preset--7 {
  font-size: 18px;
}

.font-preset--8 {
  font-size: 16px;
}

/* import components */
.accordion {
  margin: 0 0 3.5rem;
  padding: 0;
  list-style: none;
}

.accordion__item {
  margin: 0;
  border-bottom: 1px solid currentColor;
}

.accordion__item--active .accordion__trigger {
  background-image: url("/assets/img/icon-minus.png");
}

.accordion__trigger {
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  background-image: url("/assets/img/icon-plus.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1.1rem;
}

.accordion__heading {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0.9ex 0 0.7ex;
}

.accordion__draw {
  padding-bottom: 1.5rem;
}

.accordion__draw > * {
  margin-top: 0;
}

.accordion .accordion__link-panel {
  margin: 1.8ex 0 -1.5rem;
}

.button {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin: 1.8ex 0 0;
  padding: 1.1ex 2ex 0.9ex;
  border-radius: 0.5ex;
  background-color: #FA1266;
  color: #fff;
  border: 2px solid #FA1266;
  transition: background-color ease 0.3s, color ease 0.3s;
}

.button:hover {
  background-color: #fff;
  color: #FA1266;
  text-decoration: none;
}

.button--bg-two {
  background-color: #43276F;
  border: 2px solid #43276F;
}

.button--bg-two:hover {
  color: #43276F;
}

.button--small {
  font-weight: 600;
  font-size: 13px;
}

.button--arrow, .button--download {
  padding-right: 4.5ex;
}

.button--arrow::before, .button--arrow::after, .button--download::before, .button--download::after {
  content: "";
  position: absolute;
  right: 2ex;
  top: 1.5ex;
  width: 1.4ex;
  height: 0.3ex;
  background-color: currentColor;
  border-radius: 1rem;
  transform: rotate(45deg);
  transition: right ease 0.3s, top ease 0.3s, background-color ease 0.3s;
}

.button--arrow::after, .button--download::after {
  transform: rotate(-45deg);
  top: 2.4ex;
}

.button--arrow:hover::before, .button--arrow:hover::after {
  right: 1.5ex;
}

.button--download::before, .button--download::after {
  top: 2ex;
}

.button--download::after {
  top: 2ex;
  right: 1.17ex;
}

.button--download:hover::before, .button--download:hover::after {
  top: 2.4ex;
}

.feature-hero {
  margin: -3.1rem auto 3.5rem;
  background-color: #F48C24;
  width: 100%;
  padding: 3.1rem 3.1rem 45%;
  background-position: 50% calc(100% + 5rem);
  background-size: 65%;
  background-repeat: no-repeat;
}

@media (min-width: 750px) {
  .feature-hero {
    padding: 5rem 3.1rem;
    background-position: 100% 50%;
    background-size: contain;
  }
}

.feature-hero__text {
  color: #fff;
  width: 100%;
}

@media (min-width: 750px) {
  .feature-hero__text {
    width: 50%;
  }
}

.feature-hero__heading {
  margin: 0;
}

.feature-hero__copy {
  margin-top: 1rem;
  font-size: 1.25rem;
}

.feature-hero__button {
  background-color: #43276F;
  border: 2px solid #43276F;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.1);
  margin-top: 1.6rem;
}

.feature-hero__button:hover {
  color: #43276F;
}

.feature-listing {
  margin-bottom: 3.5rem;
  width: 100%;
}

.feature-listing__heading {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 1.6rem;
}

.feature-listing__list {
  list-style: none;
  margin: 0 -0.93rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.feature-listing__item {
  width: calc(100% - 1.87rem);
  margin: 0 0.93rem 1.87rem;
}

@media (min-width: 750px) {
  .feature-listing__item {
    width: calc(33.33% - 1.87rem);
  }
}

.feature-listing__link {
  color: #43276F;
}

.feature-listing__link:hover {
  text-decoration: none;
}

.feature-listing__link:hover .feature-listing__item-heading {
  padding-right: 2.2rem;
}

.feature-listing__image {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.1);
}

.feature-listing__image img {
  display: block;
  width: 100%;
}

.feature-listing__item-heading {
  display: inline-block;
  padding-right: 1.75rem;
  transition: padding-right 0.2s;
  font-size: 24px;
  margin-top: 1.25rem;
}

.feature-listing__item-heading::before, .feature-listing__item-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.75ex;
  width: 1ex;
  height: 0.3ex;
  background-color: currentColor;
  border-radius: 1rem;
  transform: rotate(45deg);
}

.feature-listing__item-heading::after {
  transform: rotate(-45deg);
  bottom: 1.1ex;
}

.feature-listing__item-copy {
  margin-top: 0.15rem;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.3rem;
}

.footer__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 1.3rem;
}

.footer__item p {
  margin: 0;
}

@media (min-width: 700px) {
  .footer__item {
    width: calc(50% - 0.9rem);
    margin-bottom: 0;
  }
}

.footer__heading {
  width: 100%;
  border-bottom: 2px solid #43276F;
  margin-bottom: 1.5rem;
}

.footer .footer__social-links {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.footer__badge {
  max-width: 8.1rem;
}

.footer__mailchimp {
  margin-top: 1.8ex;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #2E2E2E;
  padding: 1.4rem 0;
  margin-bottom: 3.1rem;
}

.header__logo {
  max-width: 12.5rem;
}

.hero-banner {
  margin: -3.1rem 0 3.5rem;
  background-color: #43276F;
  color: #fff;
}

@media (min-width: 830px) {
  .hero-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60vh;
  }
  .hero-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 0;
    height: 0;
    border-top: 85px solid;
    border-bottom: 85px solid;
    border-right: 85px solid;
    border-color: transparent transparent #43276F;
  }
}

.hero-banner__column {
  padding: 3.1rem 2rem;
}

.hero-banner__column--image {
  padding-top: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (min-width: 830px) {
  .hero-banner__column {
    width: 40%;
    padding: 3.1rem;
  }
  .hero-banner__column--image {
    padding-top: 0;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.hero-banner__heading {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.25;
  margin-top: 0;
}

.hero-banner__button {
  margin-top: 3rem;
}

.hero {
  margin-bottom: 3.5rem;
}

.hero__pre {
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0;
}

.hero__heading {
  margin-top: 0.2rem;
}

.hero__intro {
  padding: 0.5rem 2rem 2rem;
  margin-top: 1rem;
  background-color: #F4F4F4;
}

.hero__intro-img {
  margin-top: 1.5rem;
  max-width: 220px;
}

.intro {
  margin-bottom: 1.3rem;
}

.link-panel {
  list-style: none;
  margin: 0;
  padding: 1.8rem 1.8rem 0;
  margin-bottom: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #F4F4F4;
}

.link-panel__item {
  display: block;
  margin: 0 0 1.8rem;
  width: 100%;
}

.link-panel__item a {
  display: block;
  margin: 0;
}

@media (min-width: 600px) {
  .link-panel__item {
    width: calc(50% - 0.9rem);
  }
}

.listing {
  margin-bottom: 3.5rem;
  background-color: #F4F4F4;
  padding: 1.8rem 1.8rem 0;
}

.listing__cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.8rem 0 0;
  list-style: none;
  padding: 0;
}

.listing__item {
  width: calc(33.33% - 1.8rem);
  margin: 0 1.8rem 1.8rem 0;
  background-color: #fff;
}

.listing__item--themed .listing__button:hover {
  background-color: #fff !important;
}

.listing__content {
  text-align: center;
  color: #2E2E2E;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.listing__content:hover {
  text-decoration: none;
}

.listing__icon {
  max-width: 3.75rem;
  margin: 1.8rem auto 0;
}

.listing__heading {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 1.6ex;
  padding: 0 0.9rem;
}

.listing__button {
  display: block;
  border-radius: 0 0 0.5ex 0.5ex;
}

.media {
  margin-bottom: 3.5rem;
}

.media__item + .media__item {
  margin-top: 1.3rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal--active {
  opacity: 1;
  pointer-events: all;
}

.modal__content {
  background-color: #fff;
  max-width: 34rem;
  margin: 8rem auto 0;
  padding: 3rem;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
  -webkit-animation: modalIn;
          animation: modalIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.modal__close {
  background: transparent;
  border: 0;
  padding: 0;
  width: 1rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.modal__heading {
  margin-top: 0;
}

.modal__intro {
  margin: 0;
}

.modal__form {
  margin-top: 1rem;
}

.modal__form label,
.modal__form input {
  width: 100%;
}

.modal__form label {
  font-weight: 600;
  font-size: 16px;
}

.modal__form-row {
  display: flex;
  flex-wrap: wrap;
}

.modal__form-row input {
  width: calc(100% - 100px);
  border-radius: 0.5ex 0 0 0.5ex;
  border: 1px solid;
}

.modal__form-row button {
  width: 100px;
  margin: 0 0 0 -2px;
  border-radius: 0 0.5ex 0.5ex 0;
  cursor: pointer;
}

.modal__password-reset {
  margin-top: 1.8ex;
  display: block;
  text-decoration: underline;
}

@-webkit-keyframes modalIn {
  from {
    top: 4rem;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes modalIn {
  from {
    top: 4rem;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@media (max-width: 740px) {
  body {
    overflow: hidden;
  }
}

.nav__toggle {
  display: none;
}

@media (max-width: 740px) {
  .nav__toggle {
    display: block;
    width: 2rem;
    height: 2rem;
    border: 0;
    background-color: transparent;
    background-image: url("/assets/img/nav-open.svg");
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: -2rem;
    right: 0;
    z-index: 11;
  }
  .nav__toggle--active {
    background-image: url("/assets/img/nav-close.svg");
    background-size: 1.4rem;
  }
}

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

@media (max-width: 740px) {
  .nav__list {
    transform: translateX(100%);
    position: absolute;
    top: 0;
    right: -2rem;
    height: calc(100vh + 30px);
    background: #fff;
    z-index: 10;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: transform 0.2s;
  }
  .nav__list--active {
    transform: translateX(0);
  }
}

.nav__item {
  font-weight: 600;
  font-size: 1.25rem;
  display: block;
}

@media (min-width: 740px) {
  .nav__item {
    display: inline-block;
    margin: 0 0 0 1.1rem;
    transition: color ease 0.4s;
  }
  .nav__item:hover > .nav__link {
    color: #FA1266;
    text-decoration: none;
  }
}

.nav__link {
  color: #2E2E2E;
}

.sidebar {
  margin-bottom: 1.3rem;
}

.sidebar__button {
  display: block;
  margin: 0.5rem 0;
}

.sidebar__quote {
  background-color: #F4F4F4;
  padding: 0.9rem;
}

.sidebar__quote-icon {
  max-width: 1.5rem;
}

.sidebar__quote-source {
  font-weight: 600;
  font-size: 13px;
  font-weight: 400;
}

.sidebar__icon-link {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  transform: color ease 0.4s;
}

.sidebar__icon-link:hover .sidebar__icon-link-text {
  color: #FA1266;
}

.sidebar__icon {
  width: 4rem;
  margin-right: 0.5rem;
}

.sidebar__icon-link-text {
  text-decoration: underline;
  margin: 0;
}

.sidebar__small-icon-link {
  text-decoration: underline;
  display: block;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 0 3px;
  padding-left: 1.5rem;
  margin-top: 0.25rem;
  transition: color 0.3s;
}

.sidebar__small-icon-link:hover {
  color: #FA1266;
}

.sidebar__small-icon-link--phone {
  background-image: url("/assets/img/icon-phone.svg");
}

.sidebar__small-icon-link--email {
  background-image: url("/assets/img/icon-email.svg");
}

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.social-links__item {
  margin: 0;
  max-width: 2.8rem;
  margin: 0 1rem 0 0;
}

.social-links__item:last-of-type {
  margin: 0;
}

.theme.hero--green-blue .hero__pre,
.theme.hero--green-blue .button {
  color: #3BB8B9;
}

.theme.hero--green-blue .hero__intro {
  background-color: #3BB8B9;
}

.theme.hero--red .hero__pre,
.theme.hero--red .button {
  color: #E62728;
}

.theme.hero--red .hero__intro {
  background-color: #E62728;
}

.theme.hero--green .hero__pre,
.theme.hero--green .button {
  color: #21D084;
}

.theme.hero--green .hero__intro {
  background-color: #21D084;
}

.theme.hero--orange .hero__pre,
.theme.hero--orange .button {
  color: #F48C24;
}

.theme.hero--orange .hero__intro {
  background-color: #F48C24;
}

.theme.hero--blue .hero__pre,
.theme.hero--blue .button {
  color: #0072BB;
}

.theme.hero--blue .hero__intro {
  background-color: #0072BB;
}

.theme.hero--pink .hero__pre,
.theme.hero--pink .button {
  color: #FA1266;
}

.theme.hero--pink .hero__intro {
  background-color: #FA1266;
}

.theme.hero .hero__intro {
  color: #fff;
}

.theme.hero .button {
  background-color: #fff;
  border-color: #fff;
}

.theme.hero-banner--green-blue {
  background-color: #3BB8B9;
}

.theme.hero-banner--green-blue::after {
  border-color: transparent transparent #3BB8B9;
}

.theme.hero-banner--green-blue .button {
  color: #3BB8B9;
}

.theme.hero-banner--red {
  background-color: #E62728;
}

.theme.hero-banner--red::after {
  border-color: transparent transparent #E62728;
}

.theme.hero-banner--red .button {
  color: #E62728;
}

.theme.hero-banner--green {
  background-color: #21D084;
}

.theme.hero-banner--green::after {
  border-color: transparent transparent #21D084;
}

.theme.hero-banner--green .button {
  color: #21D084;
}

.theme.hero-banner--orange {
  background-color: #F48C24;
}

.theme.hero-banner--orange::after {
  border-color: transparent transparent #F48C24;
}

.theme.hero-banner--orange .button {
  color: #F48C24;
}

.theme.hero-banner--blue {
  background-color: #0072BB;
}

.theme.hero-banner--blue::after {
  border-color: transparent transparent #0072BB;
}

.theme.hero-banner--blue .button {
  color: #0072BB;
}

.theme.hero-banner--pink {
  background-color: #FA1266;
}

.theme.hero-banner--pink::after {
  border-color: transparent transparent #FA1266;
}

.theme.hero-banner--pink .button {
  color: #FA1266;
}

.theme.hero-banner .button {
  background-color: #fff;
  border-color: #fff;
}

.theme.button {
  color: #fff;
}

.theme.button:hover {
  background-color: #fff;
}

.theme.button--green-blue {
  background-color: #3BB8B9;
  border: 2px solid #3BB8B9;
}

.theme.button--green-blue:hover {
  background-color: #fff;
  color: #3BB8B9;
}

.theme.button--red {
  background-color: #E62728;
  border: 2px solid #E62728;
}

.theme.button--red:hover {
  color: #E62728;
}

.theme.button--green {
  background-color: #21D084;
  border: 2px solid #21D084;
}

.theme.button--green:hover {
  color: #21D084;
}

.theme.button--orange {
  background-color: #F48C24;
  border: 2px solid #F48C24;
}

.theme.button--orange:hover {
  color: #F48C24;
}

.theme.button--blue {
  background-color: #0072BB;
  border: 2px solid #0072BB;
}

.theme.button--blue:hover {
  color: #0072BB;
}

.theme.button--pink {
  background-color: #FA1266;
  border: 2px solid #FA1266;
}

.theme.button--pink:hover {
  color: #FA1266;
}

.thin-banner {
  display: block;
  margin: -3.1rem auto 4.2rem;
  background-color: #F48C24;
}

/* import form styles */
.form-wrap {
  max-width: 900px;
  margin: auto;
}

.form-wrap:not(:first-child) {
  margin-top: 1.5rem;
}

.form-wrap > .form-wrap {
  padding: 0 !important;
  background: transparent;
  width: 100%;
  max-width: 100%;
}

.form-wrap + .form-wrap {
  margin-top: 2rem;
}

@media (min-width: 900px) {
  .form-wrap {
    padding: 2rem;
  }
}

@media (min-width: 1100px) {
  .form-wrap {
    padding: 3rem;
  }
}

@media (min-width: 1500px) {
  .form-wrap {
    padding: 4rem;
  }
}

.form__section {
  background-color: #F4F4F4;
  margin-bottom: 2.5rem;
  padding: 1.3rem 1.8rem 2rem;
}

.form__section h2 {
  margin-top: 0.5ex;
}

@media (min-width: 1100px) {
  .form__row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

.form__row--injected {
  position: relative;
  /*
			&::before {
				height: 1.5rem;
				width: 1.65rem;
				content: '';
				position: absolute;
				top: -1rem;
				right: 100%;
				border-left: 2px dotted gainsboro;
				border-bottom: 2px dotted gainsboro;
			}
			*/
  margin-left: 2rem;
  margin-top: 1rem;
  /*
			.field__label {
				font-weight: normal;
				margin-bottom: .5rem;
			}
			*/
}

.form__col {
  margin-bottom: 1rem;
}

@media (min-width: 1100px) {
  .form__col {
    flex: 1;
    display: flex;
  }
  .form__col--align-right {
    justify-content: flex-end;
  }
  .form__col--align-spread {
    justify-content: space-between;
  }
}

.ff-form-success {
  background: #90ee90;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.ff-form-error {
  background: #fcc;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.field {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
}

@media (min-width: 1100px) {
  .field--align-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  .field--align-spread {
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
}

.field__label {
  display: block;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: .5rem;
}

.field__input {
  border: 1px solid color("black");
  border-radius: .5rem;
  width: 100%;
  padding: 0 1rem;
  height: 3rem;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: .5rem;
}

.field__input--textarea {
  min-height: 6rem;
}

.field__select-wrap {
  position: relative;
  width: 100%;
  display: block;
}

.field__select-wrap:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  height: .6rem;
  width: .6rem;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transform: translate3d(0.2rem, -60%, 0) rotate(45deg);
  content: '';
  border-right: 2px solid color("black");
  border-bottom: 2px solid color("black");
}

.field__instructions {
  font-size: .8rem;
  line-height: 1.25;
  margin-top: .2rem;
}

.field__error {
  font-size: .8rem;
  line-height: 1.1;
  margin-top: .2rem;
  color: color("red");
  font-weight: bold;
}

.field__required {
  color: color("red");
}

.field-options__option {
  margin-top: .5rem;
}

.field-checkbox-item:not(:last-child) {
  margin-bottom: .5rem;
}

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