/* Minification failed. Returning unminified contents.
(893,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(927,26): run-time error CSS1039: Token not allowed after unary operator: '-wizard-step'
(973,26): run-time error CSS1039: Token not allowed after unary operator: '-wizard-step'
(1018,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1019,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1020,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1021,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1025,20): run-time error CSS1039: Token not allowed after unary operator: '-wizard-step-keyline'
(1065,15): run-time error CSS1039: Token not allowed after unary operator: '-wizard-step-index'
(1075,15): run-time error CSS1039: Token not allowed after unary operator: '-wizard-step-label'
 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 2 version
*/

:root {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.75;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  color: #056937;
}

h2,
h3,
h4,
h5 {
  margin-top: 0;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.421;
}

h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.421;
}

h4 {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  margin: 0 0 10px;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

header {
  display: grid;
  grid-template-columns: 216px 1fr;
  grid-gap: 15px;
  align-items: center;
  max-width: 1170px;
  padding: 60px 15px 30px;
  margin: 0 auto;
}

header:after {
  content: "";
  display: table;
  clear: both;
}

header > * {
  float: left;
}

header > :last-child {
  float: right;
}

@media only screen and (max-width: 480px) {
  header {
    grid-template-columns: 40vw 1fr;
    padding: 15px;
  }
}

header > img {
  max-width: 100%;
}

header > h1 {
  margin: 0;
  text-align: right;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}

@supports (display: grid) {
  header:after {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  header > h1 {
    font-size: 16px;
  }
}

footer {
  background-color: #eff1f1;
  color: #454545;
  font-size: 15px;
  line-height: 22px;
  margin-top: 60px;
  padding: 30px 0 60px;
}

footer > .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

footer > .container:after {
  content: "";
  display: table;
  clear: both;
}

footer > .container > * {
  float: left;
  width: 50%;
}

footer > .container > :nth-child(3) {
  clear: left;
}

@supports (display: grid) {
  footer > .container:after {
    display: none;
  }

  footer > .container > * {
    float: none;
    width: auto;
  }
}

footer > .container > div:nth-child(even) {
  justify-self: end;
}

footer form {
  display: flex;
}

footer form > input[type="email"] {
  border: solid 1px #e3e3e3;
  border-radius: 4px 0 0 4px;
  height: 36px;
  padding: 4px 15px;
  font-family: "Montserrat", sans-serif;
}

footer form > input[type="email"]:focus {
  outline: 0;
  border-color: #056937;
}

footer form > button {
  background-color: #056937;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0 4px 4px 0;
  font-family: "Montserrat", sans-serif;
  padding: 4px 15px;
  font-weight: 600;
}

footer form > button:focus,
footer form > button:hover {
  background-color: rgb(17, 162, 101);
  outline: 0;
}

@media only screen and (max-width: 767px) {
  footer {
    font-size: 13px;
    line-height: 1.35;
  }

  footer > .container {
    grid-template-columns: 1fr;
  }

  footer > .container > div,
  footer > .container > div:nth-child(even) {
    -ms-grid-column-align: center;
    justify-self: center;
    text-align: center;
  }

  footer form > input[type="email"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

main,
.container {
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-link > img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 10px;
}

@media only screen and (max-width: 480px) {
  .icon-link {
    display: block;
  }

  .icon-link > img {
    display: block;
    margin: 0 auto 5px !important;
  }
}

.panel {
  float: left;
  width: 100%;
  margin-right: -100%;
}

.panel-description {
  background-color: #f2f2f2;
  color: #69696D;
  padding: 30px 70px;
  font-size: 13px;
}

.panel-description__title {
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  .panel-description {
    padding: 15px 15px 30px;
    text-align: center;
  }

  .panel-description__title {
    display: none;
  }
}

.panel-description__summary {
  max-width: 586px;
}

.panel-body {
  padding: 30px 70px;
}

@media only screen and (max-width: 480px) {
  .panel-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.panel-footer {
  padding: 30px 70px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .panel-footer {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}

.form-conditional {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 15px;
  max-width: 415px;
  margin-bottom: 24px;
}

.form-conditional--vanilla {
  background-color: transparent;
  border-radius: 0;
  max-width: none;
  padding: 0;
}

.form-row + .form-conditional {
  margin-top: -12px;
}

.form-row {
  /*max-width: 385px;*/
  margin-bottom: 24px;
}

.form-row--keyline::before {
  display: block;
  content: "";
  max-width: 385px;
  border-top: solid 1px #f2f2f2;
  margin: 36px 0;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 13x;
  line-height: 1.7272;
  margin-bottom: 6px;
  margin-top: 0;
  width: 195px;
}

.form-label--full {
  width: 100%;
  max-width: 385px;
}

.form-label--fluid {
  width: auto;
}

.form-label__note {
  font-weight: 400;
  color: #4E4D4F;
  margin-left: auto;
  padding-left: 10px;
}

.form-label__icon {
  margin-left: 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.form-input,
.form-multiline,
.form-select {
  font-family: "Montserrat", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  color: #000;
  border: solid 1px rgb(204, 204, 204);
  font-size: 12px;
  font-weight: 400;
  display: block;
  height: 30px;
  padding: 5px 6px;
  width: 195px;
}

.form-input:focus,
.form-multiline:focus,
.form-select:focus {
  border-color: #056937;
  outline: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.129);
}

.form-multiline {
  width: 100%;
  height: auto;
}

.form-input--full {
  width: 100%;
  max-width: 385px;
}

.form-radio-layout {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  grid-gap: 15px;
  margin-top: 10px;
}

.form-radio-layout--twocolumn {
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-auto-flow: dense;
}

@media only screen and (max-width: 480px) {
  .form-radio-layout {
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.form-radio,
.form-checkbox {
}

.form-radio > input[type="radio"],
.form-checkbox > input[type="checkbox"] {
}

.form-radio > label,
.form-checkbox > label {
  font-size: 13px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-radio > label::before,
.form-checkbox > label::before {
  background-color: #fff;
  content: "";
  height: 12px;
  width: 12px;
  border: solid 1px rgb(204, 204, 204);
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px;
  background-clip: content-box;
}

.form-radio > label::before {
  border-radius: 50%;
}

.form-radio > input[type="radio"]:checked + label::before,
.form-checkbox > input[type="checkbox"]:checked + label::before {
  background-color: rgb(204, 204, 204);
}

.form-checkbox > input[type="checkbox"] + label {
  align-items: flex-start;
}
.form-checkbox > input[type="checkbox"] + label::before,
.form-checkbox > input[type="checkbox"]:checked + label::before {
  background-color: transparent;
}

.form-checkbox > input[type="checkbox"]:checked + label {
  position: relative;
}
.form-checkbox > input[type="checkbox"]:checked + label:not(.toggle-delete)::after {
  background-color: transparent;
  content: "✔";
  position: absolute;
  line-height: 11px;
  font-size: 2rem;
  color: #056937;
  top: 0;
  left: 0;
}

/* IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-checkbox > input[type="checkbox"]:checked + label::after {
    /* content: "✓"; */
    left: -2px;
  }
}

/* Microsoft Edge */
@supports (-ms-ime-align: auto) {
  .form-checkbox > input[type="checkbox"]:checked + label::after {
    left: -5px;
  }
}

.form-checkbox > label.toggle-add,
.form-checkbox > label.toggle-delete {
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.form-checkbox > label.toggle-add {
  color: #056937;
}

.form-checkbox > label.toggle-add:hover {
  color: rgb(17, 162, 101);
}

.form-checkbox > label.toggle-delete {
  color: #da5151;
}

.form-checkbox > label.toggle-add::before,
.form-checkbox > label.toggle-delete::before {
  display: none;
}

.form-checkbox > label.toggle-add > svg,
.form-checkbox > label.toggle-delete > svg {
  fill: currentColor;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

/* Typography */

h1,
h2,
h3 {
  font-family: inherit;
  margin-bottom: 15px;
  margin-top: 15px;
}

.o-text-h1 + .o-text-h2 {
  line-height: 1.5em;
}

.o-text-h1 {
  margin-top: 0;
  font-weight: 600;
}

.o-text-h2 {
  font-weight: 500;
  color: #707c7c;
}

.o-text-lead {
  font-size: 19px;
  line-height: 1.2857;
}

.o-text-h1,
.o-text-h2 {
  -webkit-font-smoothing: antialiased;
}

.o-text-h1 {
  line-height: normal;
  color: #036936;
}
@media screen and (min-width: 767px) {
  .o-text-h1 {
    font-size: calc(24px + 16 * (100vw - 767px) / 433);
  }
  .o-text-h2 {
    font-size: calc(18px + 7 * (100vw - 767px) / 433);
  }
  .o-text-lead {
    font-size: calc(17px + 2 * (100vw - 767px) / 433);
  }
}
@media screen and (min-width: 1200px) {
  .o-text-h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .o-text-h1--alternate {
    font-size: 36px;
  }
  .o-text-h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .o-text-h1,
  .o-text-h2,
  .o-text-lead {
    line-height: 1.4667;
  }
}

/* Colours */

.color-gray {
  color: #5d5d5d;
}

/* Custom list-types */
.o-list-steps {
  counter-reset: list-steps;
  font-size: 16px;
  list-style-type: none;
  padding-left: 0;
}

.o-list-steps > li {
  counter-increment: list-steps;
  position: relative;
  padding-left: 50px;
}

.o-list-steps > li::before {
  content: counter(list-steps) ". ";
  color: #056937;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2px;
}

@media only screen and (max-width: 480px) {
  .o-list-steps > li {
    padding-left: 0;
  }
  
  .o-list-steps > li::before {
    display: block;
    position: static;
    margin-bottom: 5px;
  }
}

/* Toggles */

.toggle-add > svg:first-child,
.toggle-delete > svg:first-child {
  margin-right: 10px;
}

.toggle-add > svg:last-child,
.toggle-delete > svg:last-child {
  margin-left: 10px;
}

.form-input-combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-input-combo > :first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 4px 0 0 4px;
}

.form-input-combo__toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 44px;
  border: solid 1px rgb(204, 204, 204);
  border-left: 0;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-input--calendar {
  background: #fff url("icon-calendar.png") 100% 50%/26px 26px no-repeat;
  padding-right: 36px;
  width: 100%;
}

.form-layout {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 195px);
  margin-bottom: 24px;
  grid-gap: 15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

@media only screen and (max-width: 480px) {
  .form-layout {
    grid-template-columns: repeat(auto-fit, 100px);
  }
}

.form-button {
  background-color: #056937;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 18px 20px;
  min-width: 335px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.form-button--medium {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 248px;
}

.form-button:focus {
  outline: 0;
}

.form-button:not([disabled]):hover {
  background-color: rgb(17, 162, 101);
}

.form-button[disabled] {
  opacity: 0.5;
  cursor: auto;
}

.o-button {
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 0;
  background: #F6BE1B;
  color: #000;
  font-size: 15px;
  padding: 20px 60px;
}
.o-button:hover {
  background-color: #056937 !important;
}

@media only screen and (max-width: 480px) {
  .form-button {
    min-width: 0;
    padding: 9px 5px;
    width: 100%;
    max-width: 248px;
  }

  .o-button {
    padding: 20px;
    width: 100%;
    max-width: none;
  }
}

.form-error {
  color: #cc0018;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 10px;
}

.form-error > p {
  margin: 0;
}

.form-row--error .form-input,
.form-row--error .form-select,
.form-row--error .form-radio > label::before,
.form-row--error .form-checkbox > label::before {
  border-color: #cc0018;
}

.well {
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #056937;
  padding: 30px;
}

.well .form-radio > label,
.form-checkbox > label {
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

.well .form-radio > label,
.form-checkbox > label::before {
  border-color: #056937;
  margin-top: 3px;
}

.wizard {
  border: solid 1px #8c8c8c;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 80px;
  grid-template-rows: 80px;
}

.wizard > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.wizard > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.wizard > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.wizard > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.wizard > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.wizard__step {
  float: left;
  background-color: transparent;
  background-color: var(--wizard-step, #8c8c8c);
  border: 0;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  text-transform: uppercase;
  line-height: normal;
  padding: 0 40px 0 50px;
  position: relative;
  z-index: 2;
  border-right: solid 1px #8c8c8c;
}

@supports ((-webkit-clip-path: polygon(0% 0%)) or (clip-path: polygon(0% 0%))) {
  .wizard__step {
    border-right: 0;
    margin-left: -30px;
    -webkit-clip-path: polygon(
      0% 0%,
      calc(100% - 30px) 0%,
      100% 50%,
      calc(100% - 30px) 100%,
      0% 100%,
      30px 50%,
      0% 0%
    );
    clip-path: polygon(
      0% 0%,
      calc(100% - 30px) 0%,
      100% 50%,
      calc(100% - 30px) 100%,
      0% 100%,
      30px 50%,
      0% 0%
    );
  }
}

.wizard__step:focus {
  outline: 0;
}

.wizard__step--first {
  margin-left: 0;
}

.wizard__step--end {
  background-color: var(--wizard-step, transparent);
  border-right: 0;
}

@supports ((-webkit-clip-path: polygon(0% 0%)) or (clip-path: polygon(0% 0%))) {
  .wizard__step--first {
    -webkit-clip-path: polygon(
      0% 0%,
      calc(100% - 30px) 0%,
      100% 50%,
      calc(100% - 30px) 100%,
      0% 100%
    );
    clip-path: polygon(
      0% 0%,
      calc(100% - 30px) 0%,
      100% 50%,
      calc(100% - 30px) 100%,
      0% 100%
    );
  }

  .wizard__step--end {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 100%,
      0% 100%,
      30px 50%,
      0% 0%
    ) !important;
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 100%,
      0% 100%,
      30px 50%,
      0% 0%
    ) !important;
  }
}

.wizard__step--active {
  background-color: #00622e;
  color: #fff;
  --wizard-step: #00622e;
  --wizard-step-index: #fff;
  --wizard-step-label: #fff;
  --wizard-step-keyline: transparent;
}

.wizard__step__keyline {
  background: var(--wizard-step-keyline, #fff);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

@supports ((-webkit-clip-path: polygon(0% 0%)) or (clip-path: polygon(0% 0%))) {
  .wizard__step--active {
    z-index: 1;
  }

  .wizard__step__keyline {
    width: calc(100% - 1px);
    -webkit-clip-path: polygon(
      0% 0%,
      calc(100% - 30px) 0%,
      100% 50%,
      calc(100% - 30px) 100%,
      0% 100%
    );
    clip-path: polygon(
      0% 0%,
      calc(100% - 30px) 0%,
      100% 50%,
      calc(100% - 30px) 100%,
      0% 100%
    );
  }
}

.wizard__step__keyline--end {
  -webkit-clip-path: none;
  clip-path: none;
}

.wizard__step__index {
  display: block;
  color: var(--wizard-step-index, #000000);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.5em;
}

.wizard__step__label {
  display: block;
  font-weight: 400;
  font-size: 11px;
  color: var(--wizard-step-label, #000000);
}

@media only screen and (max-width: 1024px) {
  .wizard__step__index {
    font-size: 14px;
  }

  .wizard__step__label {
    font-size: 10px;
  }
}

.wizard-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wizard {
    display: none;
  }

  .wizard-mobile {
    display: block;
    max-width: 80vw;
    margin: auto;
  }

  .wizard-mobile__segment {
    stroke: #d7d7d7;
  }

  .wizard-mobile__segment--active {
    stroke: #036333;
  }

  .wizard-mobile__segment--complete {
    stroke: #11a265;
  }

  .wizard-mobile__text {
  }

  .wizard-mobile__label {
    fill: #036333;
    font-size: 0.25em;
    text-transform: uppercase;
    font-weight: 700;
    text-anchor: middle;
  }

  .wizard-mobile__description {
    fill: #036333;
    font-size: 0.25em;
    text-transform: uppercase;
    text-anchor: middle;
    font-weight: 500;
  }
}

.nav-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-utility > a {
  text-decoration: none;
  margin-left: 15px;
  padding-left: 15px;
  border-left: solid 1px #056937;
}

.nav-utility > a:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.nav-social {
  display: block;
  text-align: right;
}

.nav-social > * {
  display: inline-block;
  vertical-align: middle;
}

@supports (display: grid) {
  .nav-social {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 15px;
    align-items: center;
  }
}

.nav-social > h4 {
  margin-bottom: 0;
}

.nav-social > a > img {
  display: block;
  height: 30px;
  width: 30px;
}

@media only screen and (max-width: 767px) {
  .nav-social,
  .nav-utility {
    justify-content: center;
  }
}

.recaptcha * {
  margin: auto;
}

.card-container {
  overflow: hidden;
}

.card-container > * {
  float: left;
  width: 33.3334%;
}

.card-container--twocol > * {
  width: 50%;
}

@supports (display: grid) {
  .card-container {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }

  .card-container--twocol {
    grid-template-columns: 1fr 1fr;
  }

  .card-container * {
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .card-container {
    grid-template-columns: repeat(auto-fit, 250px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.masthead {
  padding: 60px;
  background-color: #f2f2f2;
  display: grid;
  grid-template-columns: 1fr 388px;
  align-items: center;
  grid-gap: 30px;
}

.masthead:after {
  content: "";
  display: table;
  clear: both;
}

.masthead > :first-child {
  float: left;
  width: 62%;
}

.masthead > :last-child {
  float: left;
  width: 38%;
}

.masthead :last-child {
  margin-bottom: 0;
}

/* See: Thank You page. */
.banner {
  min-height: 566px;
  padding: 60px;  
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-bottom: 5px solid #F5B61A;
}

.banner > .container {
  display: flex;
  justify-content: flex-end;
}

.banner__content {
  background-color: #fff;
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
  padding: 60px 80px;
  max-width: 605px;
}

@media only screen and (max-width: 480px) {
  .banner {
    padding: 30px 15px;
  }

  .banner__content {
    padding: 30px;
    text-align: center;
  }
}

.media-figure {
  box-shadow: 3px 3px 36px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  overflow: hidden;
  height: 0;
  padding-top: 100%;
  position: relative;
}

@media (max-width: 991px) and (min-width: 540px) {
  .media-figure {
    width: 280px;
    margin: auto;
    padding: 160px;
  }
}

@supports (display: grid) {
  .masthead:after {
    display: none;
  }

  .masthead > :first-child,
  .masthead > :last-child {
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .masthead {
    padding: 30px;
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .masthead {
    display: block;
  }
  .masthead > :first-child,
  .masthead > :last-child,
  .masthead-column {
    width: 100%;
    float: none;
  }
}

.region {
  background-color: #fff;
  padding: 60px;
}

.region--gray {
  background-color: #f2f2f2;
}

.region--tall {
  padding-bottom: 120px;
  padding-top: 120px;
}

.region--photo:after {
  content: "";
  display: table;
  clear: both;
}

.region--photo > *:first-child {
  float: left;
  width: 25%;
}

.region--photo > *:last-child {
  float: left;
  width: 75%;
}

.region--feature {    
  padding-left: 0;
  padding-right: 0;
}

.region--feature > .container {
  display: flex;
  display: grid;
  grid-template-columns: 354px 1fr;
  grid-gap: 60px 100px;
  align-items: center;
}

.region--feature > .container > img {
  border-radius: 50%;
  max-width: 354px;
  filter: drop-shadow(0px 1px 54px rgba(0, 0, 0, 0.12));
  margin-left: auto;
  margin-right: auto;
}

.region--feature > .container > :last-child {
  margin-left: 100px;
}

@supports (display: grid) {
  .region--photo {
    display: grid;
    grid-template-columns: 276px 1fr;
    grid-gap: 15px 30px;
  }

  .region--photo > :first-child,
  .region--photo > :last-child {
    float: none;
    width: auto;
  }

  .region--feature > .container > :last-child {
    margin-left: 0;
  }

  @media only screen and (max-width: 960px) {
    .region--feature > .container {
      grid-template-columns: 300px 1fr;
      gap: 60px;
      align-items: center;
    } 
  }

  @media only screen and (max-width: 767px) {
    .region--feature > .container {
      grid-template-columns: 1fr;
      gap: 60px;
      align-items: center;
      justify-content: center;
      text-align: center;
    } 
  }
}


@media only screen and (max-width: 480px) {
  .region {
    padding: 30px;
    text-align: center;
  }

  .region--photo {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
  }
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: #4E4D4F;
  color: white;
  border-radius: 5px;
  padding: 15px;
  max-width: 325px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #4E4D4F;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #4E4D4F;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
}

.tooltip.popover .popover-arrow {
  border-color: #4E4D4F;
}

.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
/* Transitions */
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
/* Utilities */
.color-primary {
  color: #056937;
}

.color-dark {
  color: #333;
}

.color-gray {
  color: #4E4D4F;
}

.font-200 {
  font-weight: 200;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.gutter-1 {
  margin-top: 15px;
}

.gutter-2 {
  margin-top: 30px;
}

.gutter-bottom-2 {
  margin-bottom: 30px;
}

.gutter-3 {
  margin-top: 45px;
}

.gutter-4 {
  margin-top: 60px;
}

/* Utilities */

@media screen and (min-width: 768px) {
    .u-sm-ml-auto {
        margin-left: auto;
    }
}

@media screen and (min-width: 980px) {
    .u-md-ml-auto {
        margin-left: auto;
    }
}

/** https://loading.io/css/ */


.loader-wrap {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #C0C0C0;
    position: fixed;
    opacity: 0.5;
    z-index:3;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color: #00622E;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #ddd;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

