body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Functions */
/* ========================================================================== */
/* strip units from calculations */
/* Site Variables */
/* ========================================================================== */
/* Break Points */
/* Mixins */
/* ========================================================================== */
/* media queries */
/* CSS box-sizing */
/* Base styles */
/* ========================================================================== */
.c-button, .scope-form .wFormContainer form .actions input[type=submit] {
  font-family: "FoundersGrotesk-Light", sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  line-height: 1.5625rem !important;
  height: 1.3125rem;
  position: relative;
  width: 100%;
  color: #FFFFFF;
  background-color: #717171;
  border-radius: 0.625rem;
  text-align: center;
  transition: background-color 250ms, color 250ms;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 60rem) {
  .c-button, .scope-form .wFormContainer form .actions input[type=submit] {
    font-size: 0.9375rem;
    border-radius: 0.75rem;
    line-height: 1.6875rem;
    height: 1.5625rem;
  }
}
.no-touch .c-button:hover, .no-touch .scope-form .wFormContainer form .actions input[type=submit]:hover, .scope-form .wFormContainer form .actions .no-touch input[type=submit]:hover {
  background-color: #D9E0A7;
  color: #111;
}

.c-button--center {
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
}

.c-button--intro-cta {
  margin-top: 1.5rem;
}
@media screen and (min-width: 60rem) {
  .c-button--intro-cta {
    margin-top: 2.5rem;
  }
}

.c-button--reverse {
  background-color: #FFFFFF;
  color: #212121;
}
.no-touch .c-button--reverse:hover {
  background-color: #717171;
  color: #212121;
}

.c-text, .scope-form .wFormContainer form .dropdown li .select-option, .scope-form .wFormContainer form .gfield_description.validation_message, .scope-form .wFormContainer form #tfa_74-D label, .scope-form .wFormContainer form textarea,
.scope-form .wFormContainer form .faux-input,
.scope-form .wFormContainer form input[type=text],
.scope-form .wFormContainer form input[type=email], .scope-form .wFormContainer form .gform_confirmation_message, .scope-form .wFormContainer form .gform_confirmation_wrapper {
  font-family: "FoundersGrotesk-Light", sans-serif;
  font-size: 0.875rem;
  font-size: 1rem;
  line-height: 1.825em;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 60rem) {
  .c-text, .scope-form .wFormContainer form .dropdown li .select-option, .scope-form .wFormContainer form .gfield_description.validation_message, .scope-form .wFormContainer form #tfa_74-D label, .scope-form .wFormContainer form textarea,
.scope-form .wFormContainer form .faux-input,
.scope-form .wFormContainer form input[type=text],
.scope-form .wFormContainer form input[type=email], .scope-form .wFormContainer form .gform_confirmation_message, .scope-form .wFormContainer form .gform_confirmation_wrapper {
    font-size: 1rem;
  }
}

/* ========================================================================== */
/* CHANGE DIMENSIONS */
/* ========================================================================== */
body .form_wrap {
  width: 100%;
  max-width: 48rem;
}

/* ========================================================================== */
/* TFA FORMS */
/* ========================================================================== */
.wFormContainer .supportInfo {
  display: none;
}

body.wFormWebPage {
  margin: 0;
}

.wFormContainer {
  border: none;
  margin: 0;
  padding: 0 2px;
}

.wForm {
  width: 100%;
  padding: 0 0 5px 0;
}

h3.wFormTitle,
.label.preField,
.wForm form div.oneField br {
  display: none !important;
}

label#tfa_27-L:after {
  display: none;
}

.htmlContent {
  color: #6aa9b7;
}

.label.postField {
  font-size: 10px;
  line-height: 1.4;
}

.wForm .oneField input {
  background-color: #fff;
  border-color: #dcdfe4;
  border-style: solid;
  border-width: 1px;
  padding: 8px;
}

.wForm .oneField input[type=text] {
  width: 280px;
  max-width: 100% !important;
  background: none;
  /* color: #b4c0d0; */
}

.wForm select {
  border: 1px solid #dedfe4;
  padding: 8px;
  width: 300px;
  /* color: #b4c0d0; */
}

.wForm div > div.oneField, .wForm fieldset > div.oneField, .wForm form > div.oneField, .wForm fieldset, .wForm .matrixLayout, .wForm .gridLayout, .wForm h4, .wForm .wfPagingButtons, .wForm .actions {
  margin-top: 0;
}

.wForm input[type=button],
.wForm input[type=submit] {
  font-family: "museo-slab", Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  display: inline-block;
  background: none;
  background-color: #ee4928;
  border: 0;
  padding: 10px 30px;
  border-radius: 0;
}

.errMsg span {
  font-size: 12px;
  display: none;
}

.scope-form {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media screen and (min-width: 60rem) {
  .scope-form {
    padding-bottom: 5rem;
  }
}
.scope-form * {
  position: relative;
}
.scope-form .wFormContainer {
  border: none;
}
.scope-form .wFormContainer .wForm {
  padding: 0;
}
.scope-form .wFormContainer form {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.scope-form .wFormContainer form .validation_error {
  display: none;
}
.scope-form .wFormContainer form label {
  display: none;
}
.scope-form .wFormContainer form .gform_confirmation_wrapper {
  margin: 0 !important;
  text-align: center !important;
  padding-top: 2.875rem !important;
}
.scope-form .wFormContainer form .gform_confirmation_message {
  margin: 0 !important;
  text-align: center !important;
}
.scope-form .wFormContainer form .inputWrapper {
  width: 100%;
}
.scope-form .wFormContainer form .oneField {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: none !important;
  width: 100% !important;
  position: relative !important;
}
@media screen and (min-width: 60rem) {
  .scope-form .wFormContainer form .oneField {
    width: calc(50% - 0.75rem) !important;
  }
}
.scope-form .wFormContainer form .oneField:nth-child(5) {
  width: 100% !important;
}
.scope-form .wFormContainer form .oneField:nth-child(6) {
  width: 100% !important;
}
.scope-form .wFormContainer form .oneField:nth-child(7) {
  width: 100% !important;
}
.scope-form .wFormContainer form label {
  display: none !important;
}
.scope-form .wFormContainer form ::-webkit-input-placeholder {
  color: #717171;
}
.scope-form .wFormContainer form :-ms-input-placeholder {
  color: #717171;
}
.scope-form .wFormContainer form ::placeholder {
  color: #717171;
}
.scope-form .wFormContainer form textarea,
.scope-form .wFormContainer form .faux-input,
.scope-form .wFormContainer form input[type=text],
.scope-form .wFormContainer form input[type=email] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: none !important;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #717171 !important;
  color: #77796C !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  line-height: 1em !important;
  width: 100% !important;
  font-size: 0.9375rem !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 2.875rem 0 0.75rem !important;
  font-size: 0.8125rem !important;
  transition: color 250ms !important;
}
@media screen and (min-width: 60rem) {
  .scope-form .wFormContainer form textarea,
.scope-form .wFormContainer form .faux-input,
.scope-form .wFormContainer form input[type=text],
.scope-form .wFormContainer form input[type=email] {
    padding: 2.875rem 0 0.75rem !important;
    font-size: 0.9375rem !important;
  }
}
.scope-form .wFormContainer form textarea:focus,
.scope-form .wFormContainer form .faux-input:focus,
.scope-form .wFormContainer form input[type=text]:focus,
.scope-form .wFormContainer form input[type=email]:focus {
  color: #414242 !important;
}
.scope-white-background .scope-form .wFormContainer form textarea, .scope-form .wFormContainer form .faux-input, .scope-form .wFormContainer form input[type=text], .scope-form .wFormContainer form input[type=email] {
  border-bottom-color: #BFBFBF !important;
}

.scope-form .wFormContainer form textarea {
  line-height: 1.5 !important;
  height: 1.875rem;
}
.scope-form .wFormContainer form .textarea-wrapper {
  min-height: 7.5rem;
  display: flex;
  align-items: flex-end;
}
.scope-form .wFormContainer form .faux-input {
  margin-top: 0.125rem !important;
  position: relative;
}
.scope-form .wFormContainer form .faux-input:after {
  width: 0.8125rem;
  height: 0.5rem;
  content: "-";
  text-indent: -9999px;
  position: absolute;
  bottom: 0.875rem;
  right: 0;
  background-repeat: no-repeat;
  background-image: url("../svg/down-arrow.svg");
}
@media screen and (min-width: 60rem) {
  .scope-form .wFormContainer form .faux-input:after {
    bottom: 0.9375rem;
  }
}
.scope-form .wFormContainer form .faux-input.active {
  color: #414242 !important;
}
.scope-form .wFormContainer form .faux-input.active:after {
  transform: rotate(180deg);
}
.scope-form .wFormContainer form .faux-inputlabel {
  margin-top: 0.0625rem !important;
  border-bottom: none !important;
}
.scope-form .wFormContainer form .faux-inputlabel:after {
  display: none;
}
.scope-form .wFormContainer form label.faux-input {
  margin-top: 0.0625rem !important;
  border-bottom: none !important;
}
.scope-form .wFormContainer form label.faux-input:after {
  display: none;
}
.scope-form .wFormContainer form .ginput_container.ginput_container_consent {
  position: relative;
  display: inline-block !important;
  margin: 0 auto !important;
}
.scope-form .wFormContainer form #tfa_74-D .oneChoice {
  margin: 0;
  display: flex;
  justify-content: center;
}
.scope-form .wFormContainer form #tfa_74-D input {
  position: absolute;
  top: 0.375rem;
  left: -9999px;
  position: absolute;
  opacity: 0;
}
.scope-form .wFormContainer form #tfa_74-D input + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 1.0625rem;
  height: 1.0625rem;
  background-color: transparent;
  background-size: auto 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 250ms;
  box-sizing: border-box;
  border: 0.0625em solid #414242;
  top: 0.1875rem;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 60rem) {
  .scope-form .wFormContainer form #tfa_74-D input + label:before {
    width: 1.0625rem;
    height: 1.0625rem;
    top: 0.3125rem;
  }
}
.scope-form .wFormContainer form #tfa_74-D input:checked + label:before {
  border: 0.0625em solid #414242;
  background-color: #414242;
  background-image: url("../img/tick.svg");
}
.scope-form .wFormContainer form #tfa_74-D {
  padding-top: 1.625rem !important;
  padding-bottom: 0.5rem !important;
}
.scope-form .wFormContainer form #tfa_74-D label {
  font-size: 0.8125rem !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 0;
  padding-left: 1.5rem;
  display: block !important;
  color: #575858 !important;
  background-color: transparent;
  position: relative;
}
@media screen and (min-width: 60rem) {
  .scope-form .wFormContainer form #tfa_74-D label {
    font-size: 0.9375rem !important;
    padding-left: 1.6875rem;
  }
}
.scope-form .wFormContainer form #tfa_74-D label a,
.scope-form .wFormContainer form #tfa_74-D label span {
  font-size: inherit !important;
  line-height: inherit !important;
}
.scope-form .wFormContainer form .gfield_description.validation_message {
  font-size: 0.8125rem !important;
  background-color: #5F6256 !important;
  color: #D9E0A7 !important;
  padding: 0.125rem 0.75rem !important;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.2);
  display: block !important;
  width: auto;
  white-space: nowrap;
  border-radius: 0.25rem;
}
.scope-form .wFormContainer form .gfield_description.validation_message:before {
  content: "-";
  text-indent: -9999px;
  width: 0.625rem;
  height: 0.625rem;
  transform: rotate(45deg);
  background-color: #5F6256 !important;
  position: absolute;
  top: -0.3125rem;
  left: calc(50% - 0.25rem);
}
.scope-form .wFormContainer form .actions {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  height: 3.5rem !important;
}
.scope-form .wFormContainer form .actions * {
  display: none !important;
}
.scope-form .wFormContainer form .actions input[type=submit] {
  display: block !important;
  position: absolute !important;
  background-color: #1C2B23 !important;
  color: #D9E0A7 !important;
  width: 100% !important;
  bottom: 0 !important;
  left: 0 !important;
  line-height: 1.5rem !important;
  border: none !important;
  margin: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  transition: background-color 250ms, color 250ms;
}
@media screen and (min-width: 60rem) {
  .scope-form .wFormContainer form .actions input[type=submit] {
    line-height: 1.75rem !important;
  }
}
.scope-form .wFormContainer form .actions input[type=submit]:hover {
  background-color: white !important;
}
.scope-form .wFormContainer form .actions input[type=submit]:focus {
  background-color: #5F6256 !important;
}
.scope-form .wFormContainer form select {
  width: 100% !important;
  position: absolute !important;
  height: 100% !important;
  min-height: 1px;
  top: 0 !important;
  left: 0 !important;
  opacity: 0.001 !important;
  z-index: 10 !important;
}
.scope-form .wFormContainer form .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  margin: 0;
  top: calc(100% - 1.25rem) !important;
  border: 1px solid #717171 !important;
  z-index: 100;
  background-color: white;
  box-sizing: border-box;
  list-style: none;
}
.scope-form .wFormContainer form .dropdown li {
  list-style: none;
  border-bottom: 1px solid #717171 !important;
}
.scope-form .wFormContainer form .dropdown li:last-child {
  border-bottom: none !important;
}
.scope-form .wFormContainer form .dropdown li .select-option {
  font-size: 0.9375rem !important;
  text-align: center !important;
  color: #717171 !important;
  transition: background-color 250ms, color 250ms;
  display: block !important;
  line-height: 2.5rem !important;
  height: 2.5rem !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}
.scope-form .wFormContainer form .dropdown li .select-option:hover, .scope-form .wFormContainer form .dropdown li .select-option.active {
  background-color: #717171 !important;
  color: white !important;
}
.scope-form .wFormContainer form .dropdown.active {
  display: block;
}
.scope-form .wFormContainer form .dropdown .select-option {
  border: none !important;
}
.scope-form .wFormContainer form .errFld ::-webkit-input-placeholder {
  color: red !important;
}
.scope-form .wFormContainer form .errFld :-ms-input-placeholder {
  color: red !important;
}
.scope-form .wFormContainer form .errFld ::placeholder {
  color: red !important;
}
.scope-form .wFormContainer form .errFld textarea,
.scope-form .wFormContainer form .errFld .faux-input,
.scope-form .wFormContainer form .errFld input[type=text],
.scope-form .wFormContainer form .errFld input[type=email] {
  color: red;
}
.scope-form .wFormContainer form .errFld .faux-input,
.scope-form .wFormContainer form .errFld .faux-input.active {
  color: red !important;
}
.scope-form .wFormContainer form #tfa_17-D.errFld label {
  color: red !important;
}
.scope-form--green .wFormContainer form ::-webkit-input-placeholder {
  color: #77796C;
}
.scope-form--green .wFormContainer form :-ms-input-placeholder {
  color: #77796C;
}
.scope-form--green .wFormContainer form ::placeholder {
  color: #77796C;
}
.scope-form--green .wFormContainer form .dropdown {
  border: 1px solid #717171 !important;
  background-color: #D9E0A7;
}
.scope-form--green .wFormContainer form .dropdown li {
  border-bottom: 1px solid #717171 !important;
}
.scope-form--green .wFormContainer form .dropdown li:last-child {
  border-bottom: none !important;
}
.scope-form--green .wFormContainer form .dropdown li .select-option {
  color: #717171 !important;
}
.scope-form--green .wFormContainer form .dropdown li .select-option:hover, .scope-form--green .wFormContainer form .dropdown li .select-option.active {
  background-color: #717171 !important;
  color: #D9E0A7 !important;
}
.scope-form--green .wFormContainer form .dropdown .select-option {
  border: none !important;
}

.scope-form--reverse .wFormContainer form .gform_confirmation_wrapper {
  color: white;
}
.scope-form--reverse .wFormContainer form .gform_confirmation_message {
  color: white;
}
.scope-form--reverse .wFormContainer form ::-webkit-input-placeholder {
  color: white;
}
.scope-form--reverse .wFormContainer form :-ms-input-placeholder {
  color: white;
}
.scope-form--reverse .wFormContainer form ::placeholder {
  color: white;
}
.scope-form--reverse .wFormContainer form textarea,
.scope-form--reverse .wFormContainer form .faux-input,
.scope-form--reverse .wFormContainer form input[type=text],
.scope-form--reverse .wFormContainer form input[type=email] {
  color: white !important;
  border-bottom-color: white !important;
}
.scope-form--reverse .wFormContainer form textarea:focus,
.scope-form--reverse .wFormContainer form .faux-input:focus,
.scope-form--reverse .wFormContainer form input[type=text]:focus,
.scope-form--reverse .wFormContainer form input[type=email]:focus {
  color: white !important;
}
.scope-form--reverse .wFormContainer form .faux-input:after {
  background-image: url("../svg/down-arrow-white.svg");
}
.scope-form--reverse .wFormContainer form .faux-input.active {
  color: white !important;
}
.scope-form--reverse .wFormContainer form .dropdown {
  border: 1px solid black !important;
  background-color: white;
}
.scope-form--reverse .wFormContainer form .dropdown li {
  border-bottom: 1px solid black !important;
}
.scope-form--reverse .wFormContainer form .dropdown li:last-child {
  border-bottom: none !important;
}
.scope-form--reverse .wFormContainer form .dropdown li .select-option {
  color: black !important;
}
.scope-form--reverse .wFormContainer form .dropdown li .select-option:hover, .scope-form--reverse .wFormContainer form .dropdown li .select-option.active {
  background-color: black !important;
  color: white !important;
}
.scope-form--reverse .wFormContainer form .dropdown .select-option {
  border: none !important;
}
.scope-form--reverse .wFormContainer form #tfa_17-D input + label:before {
  border-color: white;
}
.scope-form--reverse .wFormContainer form #tfa_17-D input:checked + label:before {
  border-color: white;
  background-color: white;
  background-image: url("../img/tick-reverse.svg");
}
.scope-form--reverse .wFormContainer form #tfa_17-D label {
  color: white !important;
}
.scope-form--reverse .wFormContainer form .actions * {
  display: none !important;
}
.scope-form--reverse .wFormContainer form .actions input[type=submit] {
  background-color: white !important;
  color: black !important;
  transition: opacity 250ms;
}
.scope-form--reverse .wFormContainer form .actions input[type=submit]:hover {
  background-color: white !important;
  opacity: 0.75rem;
}
.scope-form--reverse .wFormContainer form .actions input[type=submit]:focus {
  background-color: white !important;
  opacity: 0.75rem;
}
.scope-form--reverse .wFormContainer form .errFld ::placeholder {
  color: red !important;
}
.scope-form--reverse .wFormContainer form .errFld textarea,
.scope-form--reverse .wFormContainer form .errFld .faux-input,
.scope-form--reverse .wFormContainer form .errFld input[type=text],
.scope-form--reverse .wFormContainer form .errFld input[type=email] {
  color: red;
}
.scope-form--reverse .wFormContainer form .errFld .faux-input,
.scope-form--reverse .wFormContainer form .errFld .faux-input.active {
  color: red !important;
}
.scope-form--reverse .wFormContainer form #tfa_17-D.errFld label {
  color: red !important;
}
