/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
[class*=' i-'],
[class^='i-'] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-top: -0.2rem;
  margin-bottom: -2px;
  margin-bottom: -0.2rem;
}
/* Firefox height fix */
.e-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-top: -0.2rem;
  margin-bottom: -2px;
  margin-bottom: -0.2rem;
}
.e-form__row {
  margin: -10px -15px;
  margin: -1rem -1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.e-form__row + .e-form__row {
  margin-top: 20px;
  margin-top: 2rem;
}
.e-form__row--last {
  margin-top: 20px;
  margin-top: 2rem;
}
.e-form__row.e-form__row--generic-cols .e-form__column {
  flex: 1 1 auto;
}
.e-form__column {
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  flex-basis: 100%;
}
@media all and (min-width: 768px) {
  .e-form__column {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.e-form__column.e-form__column--auto {
  flex-basis: auto;
}
.e-form__column.e-form__column--label-wrapper {
  flex: 0 1 250px;
  flex: 0 1 25rem;
  display: flex;
  align-items: center;
}
.e-form__column.e-form__column--label-wrapper label {
  margin: 0;
}
.e-form__group {
  width: 100%;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
}
.e-form__group--full {
  flex-basis: 100%;
}
.umbraco-forms-container {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  margin: -1rem;
}
.umbraco-forms-field {
  padding: 10px;
  padding: 1rem;
}
.umbraco-forms-page input[type="submit"] {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent none;
  background-color: #D62727;
  border: 2px solid #D62727;
  border: 0.2rem solid #D62727;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  border-radius: 3.3rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 25px 12px;
  padding: 10px 25px 12px;
  padding: 1rem 2.5rem 1.2rem;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.umbraco-forms-page input[type="submit"]:hover,
.umbraco-forms-page input[type="submit"]:focus,
.umbraco-forms-page input[type="submit"]:active {
  background-color: #da3d3d;
  border: 2px solid #da3d3d;
  border: 0.2rem solid #da3d3d;
}
.umbraco-forms-page .umbraco-forms-navigation > div {
  padding: 0 10px;
  padding: 0 10px;
  padding: 0 1rem;
}
.umbraco-forms-field.hidden {
  display: none;
}
.umbraco-forms-field {
  flex: 0 1 100%;
}
@media all and (min-width: 768px) {
  .umbraco-forms-field .shortanswer {
    flex: 0 1 50%;
  }
}
.e-field {
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  background-color: #ffffff;
  border: 1px solid #312F2F;
  border: 0.1rem solid #312F2F;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.66666667;
  padding: 8px 14px;
  padding: 0.8rem 1.4rem;
  width: 100%;
  min-height: 47px;
  min-height: 4.7rem;
}
.e-field.e-field--max-width {
  max-width: 215px;
  max-width: 21.5rem;
}
@media all and (min-width: 1280px) {
  .e-field.e-field--max-width {
    max-width: 22.5rem;
  }
}
.e-field.e-field--reference {
  max-width: 300px;
  max-width: 30rem;
}
@media all and (min-width: 1280px) {
  .e-field.e-field--reference {
    max-width: 35rem;
  }
}
[data-js-datepicker] {
  background-image: url('/icons/SVG/calendar.svg');
  background-size: 3rem;
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-position: right 0.7rem center;
  cursor: pointer;
}
.e-field__description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  color: #505050;
  margin-top: 10px;
  margin-bottom: 0;
}
.umbraco-forms-field-wrapper .text {
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #312F2F;
  border: 0.1rem solid #312F2F;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.66666667;
  padding: 8px 14px;
  padding: 0.8rem 1.4rem;
  width: 100%;
  min-height: 47px;
  min-height: 4.7rem;
}
.umbraco-forms-field.longanswer textarea {
  border: 1px solid #312F2F;
  border: 0.1rem solid #312F2F;
}
textarea,
.e-textarea {
  resize: vertical;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid #312F2F;
  border: 0.1rem solid #312F2F;
  display: inline-block;
  padding: 8px 14px;
  padding: 0.8rem 1.4rem;
  width: 100%;
  min-height: 47px;
  min-height: 4.7rem;
  font-family: "Lato", Gotham, Arial, sans-serif;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border: 0.1rem solid #f2f2f2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.66666667;
  padding: 7px 14px;
  padding: 0.7rem 1.4rem;
  min-height: 10em;
}
textarea.e-field--max-width,
.e-textarea.e-field--max-width {
  max-width: 215px;
  max-width: 21.5rem;
}
@media all and (min-width: 1280px) {
  textarea.e-field--max-width,
  .e-textarea.e-field--max-width {
    max-width: 22.5rem;
  }
}
textarea.e-field--reference,
.e-textarea.e-field--reference {
  max-width: 300px;
  max-width: 30rem;
}
@media all and (min-width: 1280px) {
  textarea.e-field--reference,
  .e-textarea.e-field--reference {
    max-width: 35rem;
  }
}
select,
.e-select {
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border: 0.1rem solid #f2f2f2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.66666667;
  padding: 7px 14px;
  padding: 0.7rem 1.4rem;
  width: 100%;
  border-radius: 0.5rem;
}
.umbraco-forms-field.dropdown select {
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  color: #000;
  border: 1px solid #aca79f;
  border: 0.1rem solid #aca79f;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 10px 14px;
  padding: 1rem 1.4rem;
  width: 100%;
  margin: 0;
  text-transform: none;
  border-radius: 0.4rem;
  min-height: 47px;
  min-height: 4.7rem;
  background-color: #fff !important;
  border: 1px solid #aca79f !important;
  border: 0.1rem solid #aca79f !important;
  padding-right: 35px;
  padding-right: 3.5rem;
  background-image: linear-gradient(to right, transparent, #aca79f), url("/icons/SVG/arrow-down-dropdown_form.svg") !important;
  background-size: 1px auto, 1.2rem !important;
  background-position: right 33px center, right 10px center !important;
  background-position: right 3.3rem center, right 1rem center !important;
  background-repeat: repeat-y, no-repeat !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
.umbraco-forms-field.dropdown select option {
  font-family: "Lato", Arial, verdana, Sans-serif;
  color: #312f2f;
}
.e-upload {
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
.e-upload-wrapper input[type='file'] {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.e-upload-wrapper input[type='file'] + label {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  border-radius: 3.3rem;
  color: white;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 25px 12px;
  padding: 1rem 2.5rem 1.2rem;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  background-color: #09B5CA;
  position: relative;
  padding-left: 35px;
  padding-left: 3.5rem;
}
.e-upload-wrapper input[type='file'] + label:hover,
.e-upload-wrapper input[type='file'] + label:focus,
.e-upload-wrapper input[type='file'] + label:active {
  text-decoration: none;
  color: white;
}
.e-upload-wrapper input[type='file'] + label + .e-btn {
  margin-left: 5px;
  margin-left: 0.5rem;
}
.e-upload-wrapper input[type='file'] + label:hover,
.e-upload-wrapper input[type='file'] + label:focus,
.e-upload-wrapper input[type='file'] + label:active {
  background-color: #0796A7;
}
.e-upload-wrapper input[type='file'] + label .e-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
  left: 1.5rem;
}
.e-upload__preview {
  max-width: 225px;
  max-width: 22.5rem;
  max-height: 225px;
  max-height: 22.5rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.e-radio {
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
.e-radio-wrapper {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.e-radio-wrapper input[type='radio'] {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.e-radio-wrapper input[type='radio'] + label:before {
  content: '';
  border-radius: 50%;
  width: 21px;
  width: 2.1rem;
  height: 21px;
  height: 2.1rem;
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  border: 1px solid #f2f2f2;
  border: 0.1rem solid #f2f2f2;
}
.e-radio-wrapper input[type='radio']:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 6px solid #09B5CA;
  border: 0.6rem solid #09B5CA;
  left: 1px;
  left: 0.1rem;
  top: 1px;
  top: 0.1rem;
  width: 19px;
  width: 1.9rem;
  height: 19px;
  height: 1.9rem;
  background-size: 1rem;
}
.e-radio-wrapper label {
  padding-left: 31px;
  padding-left: 3.1rem;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0;
  display: inline;
}
.e-radio-wrapper.e-radio-wrapper--inline {
  display: inline-block;
  margin-right: 16px;
  margin-right: 1.6rem;
}
.e-dropdown {
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  background-color: #ffffff;
  display: inline-block;
  line-height: 1.66666667;
  padding: 8px 14px;
  padding: 0.8rem 1.4rem;
  width: 100%;
  min-height: 47px;
  min-height: 4.7rem;
  background-color: #fff;
  border: 1px solid #312F2F;
  border: 0.1rem solid #312F2F;
  padding-right: 30px;
  padding-right: 3rem;
  background-image: url('/icons/SVG/arrow-down-dropdown.svg');
  background-size: 1.6rem;
  background-position: right 10px center;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 0;
}
.e-dropdown.e-field--max-width {
  max-width: 215px;
  max-width: 21.5rem;
}
@media all and (min-width: 1280px) {
  .e-dropdown.e-field--max-width {
    max-width: 22.5rem;
  }
}
.e-dropdown.e-field--reference {
  max-width: 300px;
  max-width: 30rem;
}
@media all and (min-width: 1280px) {
  .e-dropdown.e-field--reference {
    max-width: 35rem;
  }
}
.e-dropdown option,
.e-dropdown optgroup {
  font-family: "Lato", Gotham, Arial, sans-serif;
  color: #312F2F;
}
.e-dropdown::-ms-expand {
  display: none;
}
.e-dropdown {
  color: #505050;
}
.e-dropdown.active {
  color: #000;
}
.e-checkbox {
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
.e-checkbox-wrapper input[type='checkbox'] {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.e-checkbox-wrapper input[type='checkbox'] + label:before {
  content: '';
  border-radius: 0.4rem;
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: white;
  left: 0;
  border: 1px solid #f2f2f2;
  border: 0.1rem solid #f2f2f2;
}
.e-checkbox-wrapper input[type='checkbox']:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 0.4rem;
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  background-image: url('/icons/SVG/tick-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #09B5CA;
  background-size: 1.5rem;
}
.e-checkbox-wrapper label {
  padding-left: 25px;
  padding-left: 2.5rem;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0;
}
.e-checkbox-wrapper label a {
  color: #09B5CA;
  text-decoration: none;
  border-bottom: 1px solid #09B5CA;
  border-bottom: 0.1rem solid #09B5CA;
}
.e-checkbox-wrapper label a:hover .e-checkbox-wrapper label a:focus .e-checkbox-wrapper label a:active {
  color: #09B5CA;
  text-decoration: underline;
}
label,
.e-label {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-weight: 400;
}
.e-label {
  cursor: default;
}
.umbraco-forms-field-wrapper label {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-weight: 400;
  cursor: default;
}
.e-label__description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  color: #505050;
  margin-top: 10px;
  margin-bottom: 0;
}
.e-label--important {
  font-weight: 700;
}
::-webkit-input-placeholder {
  line-height: 1.66666667;
  color: #505050;
}
/* Firefox 18- */
:-moz-placeholder {
  line-height: 1.66666667;
  color: #505050;
}
/* Firefox 19+ */
::-moz-placeholder {
  line-height: 1.66666667;
  color: #505050;
}
:-ms-input-placeholder {
  line-height: 1.66666667;
  color: #505050;
}
.wrapper {
  position: relative;
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 1280px) {
}
.e-inner-wrapper {
  max-width: 1290px;
  max-width: 129rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  padding: 0 2rem;
}
.e-inner-wrapper .e-inner-wrapper {
  padding: 0;
}
.e-inner-wrapper.e-inner-wrapper--relative {
  position: relative;
}
@media all and (min-width: 768px) {
  .e-inner-wrapper {
    padding: 0 2.5rem;
  }
}
@media all and (min-width: 1280px) {
  .e-inner-wrapper {
    padding: 0 4rem;
  }
}
.s-oldbrowser-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 7px;
  padding: 0.7rem;
  background-color: #cc6c6c;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 9;
}
.e-btn {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  border-radius: 3.3rem;
  color: white;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 25px 12px;
  padding: 1rem 2.5rem 1.2rem;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.e-btn:hover,
.e-btn:focus,
.e-btn:active {
  text-decoration: none;
  color: white;
}
.e-btn + .e-btn {
  margin-left: 5px;
  margin-left: 0.5rem;
}
.e-btn--blue {
  background-color: #09B5CA;
}
.e-btn--blue:hover,
.e-btn--blue:focus,
.e-btn--blue:active {
  background-color: #0796A7;
}
.e-btn--gold {
  background-color: #EC9C3F;
}
.e-btn--gold:hover,
.e-btn--gold:focus,
.e-btn--gold:active {
  background-color: #eea652;
}
.e-btn--purple {
  background-color: #673694;
}
.e-btn--purple:hover,
.e-btn--purple:focus,
.e-btn--purple:active {
  background-color: #764a9f;
}
.e-btn--red {
  background-color: #D62727;
  border: 2px solid #D62727;
  border: 0.2rem solid #D62727;
}
.e-btn--red:hover,
.e-btn--red:focus,
.e-btn--red:active {
  background-color: #da3d3d;
  border: 2px solid #da3d3d;
  border: 0.2rem solid #da3d3d;
}
.e-btn--dark-blue {
  background-color: #0796A7;
}
.e-btn--dark-blue:hover,
.e-btn--dark-blue:focus,
.e-btn--dark-blue:active {
  background-color: #09B5CA;
}
.e-btn--holo-red {
  color: #D62727;
  border: 2px solid #D62727;
  border: 0.2rem solid #D62727;
}
.e-btn--holo-red:hover,
.e-btn--holo-red:focus,
.e-btn--holo-red:active {
  background-color: #D62727;
  color: white;
}
.e-btn--holo-gold {
  color: #EC9C3F;
  border: 2px solid #EC9C3F;
  border: 0.2rem solid #EC9C3F;
}
.e-btn--holo-gold:hover,
.e-btn--holo-gold:focus,
.e-btn--holo-gold:active {
  background-color: #EC9C3F;
  color: white;
}
.e-btn--holo-purple {
  color: #673694;
  border: 2px solid #673694;
  border: 0.2rem solid #673694;
}
.e-btn--holo-purple:hover,
.e-btn--holo-purple:focus,
.e-btn--holo-purple:active {
  background-color: #673694;
  color: white;
}
.c-btn-wrapper {
  padding: 10px 0;
  padding: 1rem 0;
}
.c-btn-wrapper--center {
  display: flex;
  justify-content: center;
}
.c-btn-wrapper--right {
  display: flex;
  justify-content: flex-end;
}
.c-btn-wrapper--spaced-out {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-btn-wrapper--spaced-out p {
  margin: 0;
}
.c-btn-wrapper--spaced {
  padding-top: 30px;
  padding-top: 3rem;
}
img {
  width: 100%;
  display: block;
}
@media all and (min-width: 1280px) {
  .wrapper {
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  .main-nav--active {
    position: fixed;
    overflow: hidden;
  }
}
.wrapper {
  min-height: calc(100vh - 68.5rem);
}
@media all and (min-width: 900px) {
  .wrapper {
    min-height: calc(100vh - 42.1rem);
  }
}
@media all and (min-width: 1280px) {
  .wrapper {
    min-height: calc(100vh - 34.9rem);
  }
}
.e-page__title__wrapper {
  max-width: 100%;
}
.e-page__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Lato", Gotham, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 27px 0;
  margin: 0 0 2.7rem 0;
}
@media all and (min-width: 1280px) {
  .e-page__title {
    font-size: 3rem;
  }
}
.e-page__subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Lato", Gotham, Arial, sans-serif;
  font-weight: 700;
  color: #09B5CA;
  margin: 0;
  padding-top: 13px;
  padding-top: 1.3rem;
}
@media all and (min-width: 1280px) {
  .e-page__subtitle {
    font-size: 2rem;
  }
}
@media all and (min-width: 1280px) {
}
.e-component {
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.e-page-column--main .e-component:last-child,
.e-page-column--sidebar .e-component:last-child {
  margin-bottom: 0;
}
.e-component:first-child {
  margin-top: 0;
}
.e-component.e-component--no-spacing {
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .e-component {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 768px) {
  .e-component.e-component--closer {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.e-component + .e-component--external__link {
  margin-top: 80px;
  margin-top: 8rem;
}
.sr-only {
  display: none;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.umb-tree-item__label,
.umb-table-body__link {
  color: black !important;
  font-size: 15px !important;
}
li.ng-scope {
  font-size: 15px !important;
  margin: 0 !important;
}
.umbraco-forms-page {
  margin: -10px;
  margin: -1rem;
}
.umbraco-forms-page .e-btn__wrapper {
  padding: 0 10px;
  padding: 0 1rem;
}
.umbraco-forms-fieldset {
  border: 0;
  padding: 10px;
  padding: 1rem;
}
.field-validation-error {
  font-size: 12px;
  font-size: 1.2rem;
  background: #D62727;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-top: 5px;
  margin-top: 0.5rem;
  color: #fff;
  display: inline-block;
}
.c-gst-exemption__form {
  max-width: 900px;
  max-width: 90rem;
  padding: 10px 0 50px;
  padding: 1rem 0 5rem;
}
.c-gst-exemption__form label {
  font-weight: 600;
}
.c-form.c-form--contact-us .umbraco-forms-caption {
  display: none;
}
.c-form.c-form--contact-us .umbraco-forms-field {
  padding: 10px 15px;
  padding: 1rem 1.5rem;
}
.c-form.c-form--contact-us .umbraco-forms-field.title.dropdown .umbraco-forms-field-wrapper {
  max-width: 120px;
  max-width: 12rem;
}
.c-form.c-form--contact-us .umbraco-forms-field.shortanswer input {
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid #aca79f;
  border: 0.1rem solid #aca79f;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 10px 14px;
  padding: 1rem 1.4rem;
  width: 100%;
  border-radius: 0.4rem;
  min-height: 47px;
  min-height: 4.7rem;
}
.c-form.c-form--contact-us .umbraco-forms-field.longanswer textarea {
  border: 1px solid #aca79f;
  border: 0.1rem solid #aca79f;
  border-radius: 0.4rem;
}
.c-form.c-form--contact-us .umbraco-forms-form .umbraco-forms-indicator {
  color: #09b5ca;
}
.umbraco-forms-submitmessage {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.c-editable__heading {
  font-weight: 300;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .c-editable__heading {
    font-size: 3.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-editable__heading {
    font-size: 3.6rem;
  }
}
.c-editable__subheading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .f-back-to-top {
    display: none;
  }
}
.f-back-to-top__inner {
  text-align: right;
  padding: 5px 0;
  padding: 0.5rem 0;
}
.f-back-to-top__btn {
  background: none;
  box-shadow: none;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #D62727;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
}
.f-back-to-top__btn .e-icon {
  margin-right: 5px;
  margin-right: 0.5rem;
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 14px;
  font-size: 1.4rem;
}
[data-js-show-more-content] {
  position: relative;
}
[data-js-show-more-content]:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  height: 5rem;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  display: none;
  transition: background 0.3s;
  z-index: 4;
}
[data-js-show-more-content].show-more:after {
  display: block;
}
