@font-face {
  font-family: 'AvenirLTPro';
  src: url("/fonts/39A373_0_0.eot");
  src: url("/fonts/39A373_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/39A373_0_0.woff2") format("woff2"), url("/fonts/39A373_0_0.woff") format("woff"), url("/fonts/39A373_0_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTPro';
  src: url("/fonts/39A373_1_0.eot");
  src: url("/fonts/39A373_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/39A373_1_0.woff2") format("woff2"), url("/fonts/39A373_1_0.woff") format("woff"), url("/fonts/39A373_1_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTPro';
  src: url("/fonts/39A373_2_0.eot");
  src: url("/fonts/39A373_2_0.eot?#iefix") format("embedded-opentype"), url("/fonts/39A373_2_0.woff2") format("woff2"), url("/fonts/39A373_2_0.woff") format("woff"), url("/fonts/39A373_2_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/*****
Reference to SMACSS - http://smacss.com/

NAMING CONVENTIONS:
c- : Color,
l- : Layout,
m- : Module,
f- : Form,
e- : Element,
*****/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/*REMOVE ON UMBRACO INSTALL*/
.testmenu {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  background: #08182a;
}

.testmenu select {
  width: 270px;
  font-size: 12px;
  padding: 10px 25px;
  margin-bottom: 0;
  background-color: #ffffff;
}

/*REMOVE END*/
@-ms-viewport {
  width: auto;
}

* {
  box-sizing: border-box;
}

html,
body {
  -ms-overflow-style: auto !important;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "AvenirLTPro", sans-serif;
  color: #02121a;
  opacity: 1;
  transition-delay: .3s;
}

body.menu-open {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

img {
  max-width: 100%;
  display: block;
}

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
}

p,
ul li,
ol li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}

p.preamble {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

blockquote {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}

em {
  font-style: italic;
}

.hidden {
  display: none;
}

.btn,
button {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: none;
  border: 1px solid transparent;
  color: #ffffff;
  padding: 10px 50px;
  border-radius: 50px;
  transition: all .3s ease-in-out;
  display: inline-block;
  font-weight: 700;
}

.btn.btn-pink,
button.btn-pink {
  background-image: linear-gradient(0deg, #ee7e9c, #F399AD);
  background-size: auto 100%;
  border: 1px solid #004466;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.2);
}

.btn.btn-pink:hover,
button.btn-pink:hover {
  border-color: #ffffff;
  background-size: auto 200%;
}

.btn.btn-outline,
button.btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn.btn-outline:hover,
button.btn-outline:hover {
  color: #143c6a;
  background: #ffffff;
}

input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/select.png");
  padding-right: 50px !important;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 45px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

select::-ms-expand {
  display: none;
}

a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  background-size: 100% 1px;
}

a#toggleAddressFields {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: right 85%;
  padding-bottom: 5px;
}

a#toggleAddressFields:hover {
  background-size: 0% 1px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

.modal-header .close {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 0px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.modal-header .close span {
  margin-left: 2px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #dfdfdf;
}

.modal-footer:after {
  content: '';
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 700px;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.contourPage .col-md-1 {
  width: 8.33333333%;
}

.contourPage .col-md-2 {
  width: 16.66666667%;
}

.contourPage .col-md-3 {
  width: 25%;
}

.contourPage .col-md-4 {
  width: 33.33333333%;
}

.contourPage .col-md-5 {
  width: 41.66666667%;
}

.contourPage .col-md-6 {
  width: 50%;
}

.contourPage .col-md-7 {
  width: 58.33333333%;
}

.contourPage .col-md-8 {
  width: 66.66666667%;
}

.contourPage .col-md-9 {
  width: 75%;
}

.contourPage .col-md-10 {
  width: 83.33333333%;
}

.contourPage .col-md-11 {
  width: 91.66666667%;
}

.contourPage .col-md-12 {
  width: 100%;
}

.contourPage fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.contourPage fieldset span.field-validation-valid {
  color: #ff0000;
  display: block;
}

.contourPage fieldset label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-family: "AvenirLTPro", sans-serif;
  font-weight: 600;
  color: #000000;
  display: inline-block;
}

.contourPage fieldset .umbraco-forms-field {
  position: relative;
}

.contourPage fieldset .help-block {
  position: absolute;
  top: 85px;
  background: #000000;
  color: #ffffff;
  left: 100%;
  padding: 15px;
  margin-top: 5px;
  width: 200px;
  margin-left: -180px;
  visibility: hidden;
  z-index: 20;
}

.contourPage fieldset .help-block:before {
  -webkit-border-radius: 13px;
  border-radius: 13px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  text-align: center;
  content: "i";
  font-style: italic;
  font-family: "Times New Roman", Georgia, Serif;
  width: 26px;
  height: 26px;
  background: #000000;
  position: absolute;
  right: 20px;
  top: -45px;
  visibility: visible;
}

.contourPage fieldset .help-block:after {
  bottom: 100%;
  right: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #000000;
  border-width: 10px;
}

.contourPage fieldset .help-block:hover {
  visibility: visible;
}

.contourPage fieldset .help-block + div {
  padding-right: 35px;
}

@media (pointer: coarse) {
  .contourPage fieldset .help-block {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    margin: -10px 0 5px;
    color: #000000;
    display: block;
    position: relative;
    opacity: 1;
    top: auto;
    left: 0;
    background: none;
    padding: 0;
    transform: none;
    visibility: visible;
  }
  .contourPage fieldset .help-block:before, .contourPage fieldset .help-block:after {
    display: none;
  }
  .contourPage fieldset .help-block + div {
    padding-right: 0;
  }
}

.contourPage fieldset input,
.contourPage fieldset textarea,
.contourPage fieldset select {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: solid 1px #e7e7e7;
  margin-bottom: 15px;
}

.contourPage fieldset input:active, .contourPage fieldset input:focus,
.contourPage fieldset textarea:active,
.contourPage fieldset textarea:focus,
.contourPage fieldset select:active,
.contourPage fieldset select:focus {
  border-color: #ddd;
}

.contourPage fieldset .radiobuttonlist {
  margin-bottom: 15px;
  display: block;
}

.contourPage fieldset .radiobuttonlist input[type="radio"] {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
}

.contourPage fieldset .radiobuttonlist input[type="radio"] + label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "AvenirLTPro", sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px -32px;
  position: relative;
  padding-left: 30px;
}

.contourPage fieldset .radiobuttonlist input[type="radio"] + label:before, .contourPage fieldset .radiobuttonlist input[type="radio"] + label:after {
  content: " ";
  display: block;
  position: absolute;
}

.contourPage fieldset .radiobuttonlist input[type="radio"] + label:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 24px;
  height: 24px;
  background: #ffffff;
  left: 0;
  top: 0;
  border: solid 1px #e7e7e7;
  box-sizing: border-box;
}

.contourPage fieldset .radiobuttonlist input[type="radio"] + label:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 10px;
  height: 10px;
  background: #ddd;
  top: 7px;
  left: 7px;
  transform-origin: center;
  transform: scale(0);
}

.contourPage fieldset .radiobuttonlist input[type="radio"] + label:hover {
  color: #ddd;
  cursor: pointer;
}

.contourPage fieldset .radiobuttonlist input[type="radio"]:checked + label:after {
  transform: scale(1);
}

.contourPage fieldset .radiobuttonlist input[type="radio"]:checked:active + label:before, .contourPage fieldset .radiobuttonlist input[type="radio"]:checked:focus + label:before, .contourPage fieldset .radiobuttonlist input[type="radio"]:checked:active:focus + label:before {
  border-color: #ddd;
}

.contourPage fieldset .radiobuttonlist input[type="radio"]:active + label:before, .contourPage fieldset .radiobuttonlist input[type="radio"]:focus + label:before, .contourPage fieldset .radiobuttonlist input[type="radio"]:active:focus + label:before {
  border-color: #ddd;
}

.contourPage fieldset .multiplechoice {
  margin-bottom: 15px;
  display: block;
}

.contourPage fieldset .multiplechoice input[type="checkbox"] {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
}

.contourPage fieldset .multiplechoice input[type="checkbox"] + label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "AvenirLTPro", sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px -32px;
  position: relative;
  padding-left: 30px;
}

.contourPage fieldset .multiplechoice input[type="checkbox"] + label:before, .contourPage fieldset .multiplechoice input[type="checkbox"] + label:after {
  content: " ";
  display: block;
  position: absolute;
}

.contourPage fieldset .multiplechoice input[type="checkbox"] + label:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 24px;
  background: #ffffff;
  left: 0;
  top: 0;
  border: solid 1px #e7e7e7;
  box-sizing: border-box;
}

.contourPage fieldset .multiplechoice input[type="checkbox"] + label:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 11px;
  height: 18px;
  background-image: url("../images/tick.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 3.5px;
  left: 6.5px;
  transform-origin: center;
  transform: scale(0);
}

.contourPage fieldset .multiplechoice input[type="checkbox"] + label:hover {
  color: #ddd;
  cursor: pointer;
}

.contourPage fieldset .multiplechoice input[type="checkbox"]:checked + label:after {
  transform: scale(1);
}

.contourPage fieldset .multiplechoice input[type="checkbox"]:checked:active + label:before, .contourPage fieldset .multiplechoice input[type="checkbox"]:checked:focus + label:before, .contourPage fieldset .multiplechoice input[type="checkbox"]:checked:active:focus + label:before {
  border-color: #ddd;
}

.contourPage fieldset .multiplechoice input[type="checkbox"]:active + label:before, .contourPage fieldset .multiplechoice input[type="checkbox"]:focus + label:before, .contourPage fieldset .multiplechoice input[type="checkbox"]:active:focus + label:before {
  border-color: #ddd;
}

.contourPage fieldset .checkbox {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.contourPage fieldset .checkbox .help-block {
  top: 40px;
}

@media (pointer: coarse) {
  .contourPage fieldset .checkbox .help-block {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    margin: -10px 0 5px;
    color: #000000;
    display: block;
    position: relative;
    opacity: 1;
    top: auto;
    left: 0;
    background: none;
    padding: 0;
    transform: none;
    visibility: visible;
  }
  .contourPage fieldset .checkbox .help-block:before, .contourPage fieldset .checkbox .help-block:after {
    display: none;
  }
  .contourPage fieldset .checkbox .help-block + div {
    padding-right: 0;
  }
}

.contourPage fieldset .checkbox label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "AvenirLTPro", sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px;
  position: relative;
  padding-left: 30px;
  z-index: 5;
}

.contourPage fieldset .checkbox label:hover {
  color: #785cb0;
  cursor: pointer;
}

.contourPage fieldset .checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.contourPage fieldset .checkbox input[type="checkbox"] + span:before, .contourPage fieldset .checkbox input[type="checkbox"] + span:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
}

.contourPage fieldset .checkbox input[type="checkbox"] + span:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 24px;
  background: #ffffff;
  left: 0;
  top: 0;
  border: solid 1px #e7e7e7;
  box-sizing: border-box;
}

.contourPage fieldset .checkbox input[type="checkbox"] + span:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 11px;
  height: 18px;
  background-image: url("../images/tick.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 3.5px;
  left: 6.5px;
  transform-origin: center;
  transform: scale(0);
}

.contourPage fieldset .checkbox input[type="checkbox"]:checked + span:after {
  transform: scale(1);
}

.contourPage fieldset .checkbox input[type="checkbox"]:checked:active + span:before, .contourPage fieldset .checkbox input[type="checkbox"]:checked:focus + span:before, .contourPage fieldset .checkbox input[type="checkbox"]:checked:active:focus + span:before {
  border-color: #ddd;
}

.contourPage fieldset .checkbox input[type="checkbox"]:active + span:before, .contourPage fieldset .checkbox input[type="checkbox"]:focus + span:before, .contourPage fieldset .checkbox input[type="checkbox"]:active:focus + span:before {
  border-color: #ddd;
}

.contourPage .contourNavigation {
  margin-top: 15px;
}

.contourPage .contourNavigation:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

@-webkit-keyframes dot-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes dot-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@-o-keyframes dot-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes dot-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

header {
  padding: 15px 0;
  position: relative;
  z-index: 9999;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container .h-logo {
  margin: 0 auto 0 0;
  width: 104px;
  position: relative;
  z-index: 20;
}

header .container .h-logo a {
  background: none;
  display: block;
  padding: 0;
}

header .container .h-logo:hover svg .cls-1 {
  -webkit-animation: dot-bounce 0.2s 3 ease-in-out;
  -moz-animation: dot-bounce 0.2s 3 ease-in-out;
  -o-animation: dot-bounce 0.2s 3 ease-in-out;
  animation: dot-bounce 0.2s 3 ease-in-out;
}

header .container .h-logo svg {
  width: 104px;
  height: 40px;
  transition: fill .3s ease-in-out;
}

header .container .h-logo svg .cls-1 {
  fill: #f77290;
}

header .container .h-logo svg .cls-2 {
  transition: fill .3s ease-in-out;
  fill: #143c6a;
}

.menu-open header .container .h-logo svg .cls-2 {
  fill: #ffffff;
}

header .container .h-nav {
  margin: 0 0 0 auto;
  position: relative;
  z-index: 10;
}

header .container .h-menutoggle {
  text-align: center;
  position: relative;
  z-index: 20;
}

header .container .h-menutoggle .icon {
  position: relative;
  width: 36px;
  height: 10px;
  margin: 10px auto 0;
}

header .container .h-menutoggle .icon span {
  width: 8px;
  height: 8px;
  border: 1px solid #143c6a;
  position: absolute;
  top: 50%;
  border-radius: 4px;
}

header .container .h-menutoggle .icon span:first-child {
  left: 0;
  transform: translateY(-50%);
}

header .container .h-menutoggle .icon span:nth-child(2), header .container .h-menutoggle .icon span:nth-child(3) {
  left: 50%;
  transform: translate(-50%, -50%);
}

header .container .h-menutoggle .icon span:nth-child(3) {
  opacity: 0;
}

header .container .h-menutoggle .icon span:last-child {
  right: 0;
  transform: translateY(-50%);
}

header .container .h-menutoggle .icon.open {
  color: #ffffff;
}

header .container .h-menutoggle .icon.open span {
  border-color: #ffffff;
}

header .container .h-menutoggle .icon.open span:first-child, header .container .h-menutoggle .icon.open span:last-child {
  opacity: 0;
}

header .container .h-menutoggle .icon.open span:first-child {
  left: -8px;
}

header .container .h-menutoggle .icon.open span:last-child {
  right: -8px;
}

header .container .h-menutoggle .icon.open span:nth-child(2), header .container .h-menutoggle .icon.open span:nth-child(3) {
  background: #ffffff;
  width: 15px;
  height: 1px;
  opacity: 1;
}

header .container .h-menutoggle .icon.open span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

header .container .h-menutoggle .icon.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

header .container .h-menutoggle span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  color: #143c6a;
  transition: all .3s ease-in-out;
}

header .container .h-menutoggle.active span {
  color: #ffffff;
}

@media (min-width: 992px) {
  header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 35px 0 0;
  }
  header .container {
    align-items: flex-start;
  }
  header .container .h-logo {
    width: 140px;
    position: fixed;
    left: 25px;
    top: 25px;
  }
  header .container .h-logo svg .cls-2 {
    transition: fill .3s ease-in-out;
  }
  .landing header .container .h-logo svg .cls-2 {
    fill: #ffffff;
  }
  .menu-open header .container .h-logo svg .cls-2 {
    fill: #143c6a;
  }
  .menu-open header .container .h-logo {
    filter: none;
  }
  header .container .h-logo svg {
    width: 140px;
    height: 60px;
  }
  header .container .h-menutoggle {
    display: none;
  }
  header .container .h-nav {
    height: auto;
  }
}

@media (min-width: 1230px) {
  header {
    padding: 50px 0 0;
  }
}

/*LAYOUT -  header, footer, site container, sections, articles columns*/
/*Container Layout*/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container .row {
  margin-left: -15px;
  margin-right: -15px;
}

.container .row:before, .container .row:after {
  display: table;
  content: " ";
}

.container .row:after {
  clear: both;
}

@media (min-width: 1460px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .container .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.l-body {
  width: 100%;
}

.landing .l-body {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .l-body {
    display: flex;
    min-height: 100vh;
    flex-direction: row;
    align-items: stretch;
  }
  .landing .l-body {
    display: flex;
    min-height: 100vh;
    flex-direction: row;
    align-items: stretch;
  }
}

@-webkit-keyframes cyclist-move {
  0% {
    margin-bottom: 0;
  }
  10% {
    margin-bottom: 2px;
  }
  20% {
    margin-bottom: 0;
  }
  30% {
    margin-bottom: 2px;
  }
  40% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 2px;
  }
  60% {
    margin-bottom: 0;
  }
  70% {
    margin-bottom: 2px;
  }
  80% {
    margin-bottom: 0;
  }
  90% {
    margin-bottom: 2px;
  }
  100% {
    margin-bottom: 0;
  }
}

@-moz-keyframes cyclist-move {
  0% {
    margin-bottom: 0;
  }
  10% {
    margin-bottom: 2px;
  }
  20% {
    margin-bottom: 0;
  }
  30% {
    margin-bottom: 2px;
  }
  40% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 2px;
  }
  60% {
    margin-bottom: 0;
  }
  70% {
    margin-bottom: 2px;
  }
  80% {
    margin-bottom: 0;
  }
  90% {
    margin-bottom: 2px;
  }
  100% {
    margin-bottom: 0;
  }
}

@-o-keyframes cyclist-move {
  0% {
    margin-bottom: 0;
  }
  10% {
    margin-bottom: 2px;
  }
  20% {
    margin-bottom: 0;
  }
  30% {
    margin-bottom: 2px;
  }
  40% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 2px;
  }
  60% {
    margin-bottom: 0;
  }
  70% {
    margin-bottom: 2px;
  }
  80% {
    margin-bottom: 0;
  }
  90% {
    margin-bottom: 2px;
  }
  100% {
    margin-bottom: 0;
  }
}

@keyframes cyclist-move {
  0% {
    margin-bottom: 0;
  }
  10% {
    margin-bottom: 2px;
  }
  20% {
    margin-bottom: 0;
  }
  30% {
    margin-bottom: 2px;
  }
  40% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 2px;
  }
  60% {
    margin-bottom: 0;
  }
  70% {
    margin-bottom: 2px;
  }
  80% {
    margin-bottom: 0;
  }
  90% {
    margin-bottom: 2px;
  }
  100% {
    margin-bottom: 0;
  }
}

.l-leftcolumn {
  background: #00567f;
}

.l-leftcolumn.hidden-mob {
  display: none;
}

.landing .l-leftcolumn {
  background: #143c6a;
  order: 2;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
  z-index: 20;
}

.landing .l-leftcolumn .text {
  padding: 30px 15px;
}

.landing .l-leftcolumn .text h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 38px;
  color: #ffffff;
  font-weight: 300;
}

.landing .l-leftcolumn .text h1:only-child {
  margin-bottom: 0;
}

.landing .l-leftcolumn .text p {
  color: #ffffff;
}

.landing .l-leftcolumn .text p:last-child {
  margin-bottom: 0;
}

.landing .l-leftcolumn .text .options {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.landing .l-leftcolumn .text .options span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  color: #ffffff;
  order: 2;
}

.landing .l-leftcolumn .text .options span a {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: right 85%;
  padding-bottom: 5px;
  color: #ffffff;
}

.landing .l-leftcolumn .text .options span a:hover {
  background-size: 0% 1px;
}

.landing .l-leftcolumn .text .options .btn {
  order: 1;
  margin: 0 0 10px;
}

.landing .l-leftcolumn .small-links ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.landing .l-leftcolumn .small-links ul li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.landing .l-leftcolumn .small-links ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  color: #ffffff;
}

.landing .l-leftcolumn .small-links ul li a:hover {
  background-size: 100% 1px;
}

.landing .l-leftcolumn .small-links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.l-leftcolumn .inner {
  width: 100%;
}

.l-leftcolumn .inner .text {
  padding: 30px 15px 0;
}

.l-leftcolumn .inner .text h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 38px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
}

.l-leftcolumn .inner .text h1:only-child {
  margin-bottom: 0;
}

.l-leftcolumn .inner .text p {
  color: #ffffff;
}

.l-leftcolumn .inner .text p:last-child {
  margin-bottom: 0;
}

.l-leftcolumn .inner .text a {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: right 85%;
  padding-bottom: 5px;
  color: #ffffff;
}

.l-leftcolumn .inner .text a:hover {
  background-size: 0% 1px;
}

.l-leftcolumn .inner .text .progressbar {
  width: 100%;
  padding: 5px 15px;
  position: relative;
  z-index: 20;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.l-leftcolumn .inner .text .progressbar span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  color: #02121a;
  position: relative;
  z-index: 5;
  font-weight: 700;
}

.l-leftcolumn .inner .text .progressbar:before, .l-leftcolumn .inner .text .progressbar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 30px;
  transition: all .3s ease-in-out;
}

.l-leftcolumn .inner .text .progressbar:before {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 10px;
  z-index: -1;
  border-radius: 50px;
  top: 13px;
}

.l-leftcolumn .inner .text .progressbar:after {
  background: #fcd3dc;
  height: 20px;
  z-index: 0;
  width: var(--percentage);
}

.l-leftcolumn .inner .image {
  display: none;
}

.l-leftcolumn .m-current {
  position: relative;
  z-index: 20;
}

.l-leftcolumn .m-current .number {
  font-size: 315px;
  font-size: 31.5rem;
  line-height: 302px;
  text-indent: -25%;
  font-family: AvenirLTPro, sans-serif;
  opacity: 0.08;
  color: #000000;
  font-weight: 300;
}

.l-leftcolumn .m-current .count {
  position: absolute;
  left: 30px;
  top: 50%;
  color: #143c6a;
  transform: translateY(-50%);
}

.l-leftcolumn .m-graphic {
  width: 100%;
  height: 515px;
  background-image: url("../images/cycle-strip.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 bottom;
  margin-top: 0px;
  transition: background-position 2s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 10;
}

.l-leftcolumn .m-graphic:before, .l-leftcolumn .m-graphic:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.l-leftcolumn .m-graphic:before {
  background-image: url("../images/clouds1.png");
  transition: background-position 2.2s ease-in-out;
}

.l-leftcolumn .m-graphic:after {
  background-image: url("../images/clouds2.png");
  transition: background-position 2.1s ease-in-out;
}

.step2 .l-leftcolumn .m-graphic {
  background-position: -850px center;
}

.step2 .l-leftcolumn .m-graphic:before, .step2 .l-leftcolumn .m-graphic:after {
  background-position: -800px center;
}

.step3 .l-leftcolumn .m-graphic {
  background-position: -2250px center;
}

.step3 .l-leftcolumn .m-graphic:before, .step3 .l-leftcolumn .m-graphic:after {
  background-position: -2250px center;
}

.step4 .l-leftcolumn .m-graphic {
  background-position: -3150px center;
}

.step4 .l-leftcolumn .m-graphic:before, .step4 .l-leftcolumn .m-graphic:after {
  background-position: -3150px center;
}

.step5 .l-leftcolumn .m-graphic {
  background-position: -4450px center;
}

.step5 .l-leftcolumn .m-graphic:before, .step5 .l-leftcolumn .m-graphic:after {
  background-position: -4450px center;
}

.step6 .l-leftcolumn .m-graphic {
  background-position: -5820px center;
}

.step6 .l-leftcolumn .m-graphic:before, .step6 .l-leftcolumn .m-graphic:after {
  background-position: -5820px center;
}

.l-leftcolumn .m-graphic .cyclist {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 20;
  transition: left 1s ease-in-out;
}

.l-leftcolumn .m-graphic .cyclist img {
  transition: transform .2s ease-in-out;
  transition-delay: 1s;
}

.form-next .l-leftcolumn .m-graphic .cyclist {
  left: 220px;
}

.form-next .l-leftcolumn .m-graphic .cyclist img {
  -webkit-animation: cyclist-move 1s infinite;
  -moz-animation: cyclist-move 1s infinite;
  -o-animation: cyclist-move 1s infinite;
  animation: cyclist-move 1s infinite;
}

.form-prev .l-leftcolumn .m-graphic .cyclist {
  left: 120px;
}

.form-prev .l-leftcolumn .m-graphic .cyclist img {
  -webkit-animation: cyclist-move 1s infinite;
  -moz-animation: cyclist-move 1s infinite;
  -o-animation: cyclist-move 1s infinite;
  animation: cyclist-move 1s infinite;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
  transition-delay: 0s;
}

@media (min-width: 500px) {
  .landing .l-leftcolumn {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
  }
  .landing .l-leftcolumn .text {
    margin: 0 auto;
  }
  .landing .l-leftcolumn .text .options {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  .landing .l-leftcolumn .text .options span {
    order: 1;
  }
  .landing .l-leftcolumn .text .options .btn {
    order: 2;
  }
  .landing .l-leftcolumn .small-links {
    position: absolute;
    left: 0;
    bottom: 15px;
    margin: 0;
    width: 100%;
  }
  .landing .l-leftcolumn .small-links ul {
    margin: 0;
    max-width: 450px;
  }
}

@media (min-width: 992px) {
  .l-leftcolumn {
    width: 400px;
    background: #ffffff;
    display: flex;
    align-items: stretch;
  }
  .landing .l-leftcolumn {
    order: 0;
    border-radius: 0;
  }
  .landing .l-leftcolumn .text {
    max-width: 450px;
  }
  .landing .l-leftcolumn .text h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 48px;
  }
  .landing .l-leftcolumn .small-links ul {
    margin: 0 auto;
  }
  .l-leftcolumn.hidden-mob {
    display: flex;
    position: sticky;
    top: 110px;
    left: 0;
    align-items: stretch;
    height: calc(100vh - 110px);
    padding: 0;
  }
  .l-leftcolumn .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 110px;
    height: calc(100vh - 110px);
    overflow: hidden;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none) {
  .l-leftcolumn .inner {
    position: fixed;
    width: 400px;
  }
}

@media (min-width: 992px) {
  .l-leftcolumn .inner .text {
    padding: 0px 30px 5%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .l-leftcolumn .inner .text h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 48px;
    color: #143c6a;
    margin-top: 0;
  }
  .l-leftcolumn .inner .text p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 26px;
    color: #02121a;
  }
  .l-leftcolumn .inner .text p:last-child {
    margin-bottom: 0;
  }
  .l-leftcolumn .inner .text p a {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 26px;
    background: linear-gradient(to right, #143c6a 0%, #143c6a 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: right 85%;
    padding-bottom: 5px;
    color: #143c6a;
  }
  .l-leftcolumn .inner .text p a:hover {
    background-size: 0% 1px;
  }
  .l-leftcolumn .inner .image {
    display: block;
    width: 100%;
    min-height: 450px;
  }
  .l-leftcolumn .inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .l-leftcolumn .m-current {
    padding: 0 30px 30px 15px;
  }
}

@media (min-width: 1230px) {
  .l-leftcolumn {
    width: 590px;
  }
}

@media all and (min-width: 1230px) and (-ms-high-contrast: none) {
  .l-leftcolumn .inner {
    width: 590px;
  }
}

@media (min-width: 1230px) {
  .landing .l-leftcolumn .text h1 {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 72px;
  }
  .landing .l-leftcolumn .text .options span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
  }
  .landing .l-leftcolumn .text .options span a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
  }
  .l-leftcolumn .m-current {
    padding: 0 50px 30px 25px;
  }
  .l-leftcolumn .m-current .number {
    text-indent: -20%;
  }
  .l-leftcolumn .inner .text {
    padding: 0 30px 5%;
  }
  .l-leftcolumn .inner .text h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 58px;
  }
}

@media (min-width: 1230px) and (max-height: 700px) {
  .landing .l-leftcolumn .text h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 48px;
  }
  .l-leftcolumn .inner .text h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 48px;
  }
}

@media (min-width: 1230px) and (max-height: 900px) {
  .landing .l-leftcolumn .text h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 48px;
  }
  .l-leftcolumn .inner .text h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 48px;
  }
}

@media (min-width: 1460px) {
  .l-leftcolumn.large {
    width: 750px;
  }
}

@media all and (min-width: 1460px) and (-ms-high-contrast: none) {
  .l-leftcolumn.large .inner {
    width: 750px;
  }
}

@media (min-width: 1460px) {
  .l-leftcolumn.large + .l-rightcolumn {
    width: calc(100% - 750px);
  }
  .l-leftcolumn.large + .l-rightcolumn .m-progressbar {
    width: calc(100% - 750px);
  }
  .l-leftcolumn .inner .text {
    padding: 0 140px 5%;
  }
  .l-leftcolumn .inner .image {
    height: 450px;
  }
}

nav.n-main {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 80px;
  background: #143c6a;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transition: border-radius .5s ease-in-out;
}

nav.n-main.visible {
  border-radius: 0;
}

nav.n-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
}

nav.n-main ul:after {
  content: '';
  display: block;
  width: 100vw;
  height: 200px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/images/menu-arc.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

nav.n-main ul li {
  margin: 20px 0;
}

nav.n-main ul li a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  background-size: 100% 100%;
  padding: 5px 20px;
  border-radius: 30px;
  background: transparent;
}

nav.n-main ul li a:hover, nav.n-main ul li a:focus, nav.n-main ul li a.active {
  background: rgba(0, 0, 0, 0.2);
}

nav.n-main ul li a.active {
  pointer-events: none;
}

nav.n-main ul li a i + span {
  font-size: 0;
  height: 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  nav.n-main {
    display: block !important;
    position: relative;
    background: none;
    padding: 0;
    height: auto;
    border-radius: 0;
  }
  nav.n-main ul {
    display: flex;
    text-align: left;
  }
  nav.n-main ul:after {
    display: none;
  }
  nav.n-main ul li {
    margin: 0 0 0 5px;
  }
  nav.n-main ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    padding: 5px 10px;
  }
}

@media (min-width: 1700px) {
  nav.n-main ul li {
    margin: 0 0 0 10px;
  }
  nav.n-main ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    padding: 5px 20px;
  }
}

.l-rightcolumn {
  background-image: linear-gradient(to top, #052534, #00567f);
  color: #ffffff;
  padding: 20px 15px 50px;
  position: relative;
  overflow: hidden;
  z-index: 20;
  min-height: calc(100vh - 80px);
}

@media all and (-ms-high-contrast: none) {
  .l-rightcolumn {
    min-height: 100vh;
  }
}

.landing .l-rightcolumn {
  padding: 0;
  order: 1;
  min-height: 0;
  margin-bottom: -20px;
  position: relative;
  z-index: 10;
}

.landing .l-rightcolumn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  max-height: 100vh;
}

.l-rightcolumn .text a {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: right 85%;
  padding-bottom: 5px;
  color: #ffffff;
}

.l-rightcolumn .text a:hover {
  background-size: 0% 1px;
}

.l-rightcolumn:before {
  font-size: 400px;
  font-size: 40rem;
  line-height: 400px;
  display: block;
  position: absolute;
  bottom: -40px;
  right: -40px;
  background: #143c6a;
  background-clip: text;
  color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: AvenirLTPro, sans-serif;
  z-index: -1;
}

.step1 .l-rightcolumn:before {
  content: '01';
}

.step2 .l-rightcolumn:before {
  content: '02';
}

.step3 .l-rightcolumn:before {
  content: '03';
}

.step4 .l-rightcolumn:before {
  content: '04';
}

.step5 .l-rightcolumn:before {
  content: '05';
}

.step6 .l-rightcolumn:before {
  content: '06';
}

@media (min-width: 992px) {
  .l-rightcolumn {
    padding: 130px 30px 100px;
    width: calc(100% - 400px);
    background: #143c6a;
  }
  .landing .l-rightcolumn {
    margin-bottom: 0;
    position: relative;
  }
  .landing .l-rightcolumn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 20;
  }
  .landing .l-rightcolumn img {
    position: relative;
    z-index: 10;
  }
  .l-rightcolumn:before {
    display: none;
  }
  .l-rightcolumn h1,
  .l-rightcolumn h2,
  .l-rightcolumn h3,
  .l-rightcolumn h4 {
    font-weight: 300;
  }
  .l-rightcolumn h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .l-rightcolumn h1 + p {
    margin-bottom: 20px;
  }
  .l-rightcolumn h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    margin: 40px 0 30px;
  }
  .l-rightcolumn h2:first-child {
    margin: 0 0 15px;
  }
}

@media (min-width: 1230px) {
  .l-rightcolumn {
    width: calc(100% - 590px);
  }
}

@media (min-width: 1230px) and (min-height: 950px) {
  .l-rightcolumn {
    padding: 175px 60px 20px;
  }
}
