@charset "UTF-8";
.js .js-hide {
  display: none !important; }

@media (min-width: 760px) {
  .z-template-mortgage .main {
    min-width: 1007px; }

  .z-template-mortgage .main--bare {
    min-width: auto; }

  .ui-mobile-viewport.z-template-mortgage .main {
    min-width: inherit; }

  .z-layout-minor {
    float: left;
    margin-right: 2.8%;
    width: 26.9%; }

  .z-layout-major {
    float: right;
    width: 70.2%; } }
.z-rm-link {
  background: transparent;
  border: none;
  color: #004889;
  font-weight: normal;
  line-height: 18px;
  padding: 0;
  text-align: left;
  text-decoration: none; }
  .z-rm-link:hover, .z-rm-link:focus, .z-rm-link:active {
    text-decoration: underline; }

.main--bare {
  width: auto;
  padding: 0; }

.z-template-mortgage {
  width: 100%; }
  .z-template-mortgage .main {
    background-color: #F0F2F2;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-shadow: none;
    width: auto; }
    .z-template-mortgage .main:after {
      clear: both;
      content: " ";
      display: block; }
  .z-template-mortgage .main--bare {
    background-color: transparent; }
  .z-template-mortgage .site-footer {
    margin-top: 0; }

.z-newworld {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 0.1px;
  text-shadow: none; }

.z-page-content {
  margin: 0 auto;
  max-width: 1050px;
  padding: 20px; }
  .z-page-content .z-layout-minor {
    clear: both;
    display: flex;
    flex-wrap: wrap; }
    .z-page-content .z-layout-minor .z-nav-page-wrapper {
      order: 2; }
    .z-page-content .z-layout-minor .z-promo {
      order: 1; }
  @media (min-width: 760px) {
    .z-page-content .z-layout-minor {
      clear: none;
      display: block; }
      .z-page-content .z-layout-minor .z-nav-page-wrapper {
        order: 1; }
      .z-page-content .z-layout-minor .z-promo {
        order: 2; } }
  @media (min-width: 1090px) {
    .z-page-content {
      padding: 0; } }

.z-template-timeline {
  background-color: #F0F2F2; }
  .z-template-timeline .z-page-content {
    padding: 20px 10px 20px 20px; }
    @media (min-width: 850px) {
      .z-template-timeline .z-page-content {
        padding: 20px; } }

.site-menu {
  margin-top: 17px; }

.z-state-hidden {
  display: none; }

.z-button,
.z-form .z-button,
.z-section .z-button {
  background-color: #1169b6;
  border: none;
  border-radius: none;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: inherit;
  margin: 0 0.5em 1em 0;
  min-width: 150px;
  padding: 0.6em 1.5em 0.65em;
  text-align: center;
  text-decoration: none;
  text-shadow: none; }
  .z-button:link, .z-button:visited, .z-button:hover, .z-button:focus, .z-button:active,
  .z-form .z-button:link,
  .z-form .z-button:visited,
  .z-form .z-button:hover,
  .z-form .z-button:focus,
  .z-form .z-button:active,
  .z-section .z-button:link,
  .z-section .z-button:visited,
  .z-section .z-button:hover,
  .z-section .z-button:focus,
  .z-section .z-button:active {
    background-color: #347fc1;
    color: #fff; }

.z-form small {
  font-size: 11px; }
.z-form .z-field {
  clear: both;
  display: block;
  float: left;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
  width: 100%; }
.z-form .z-field input,
.z-form .z-field .z-input,
.z-form .z-field label,
.z-form .z-field .z-label,
.z-form .z-field__prepend,
.z-form .z-field__append {
  padding: 2px 0px 6px; }
.z-form input::-ms-clear {
  display: none; }
.z-form .z-field input,
.z-form .z-field textarea,
.z-form .z-field .z-input {
  color: #1169b6;
  float: left;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  line-height: 18px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  text-indent: 11px;
  text-shadow: none;
  width: 100%;
  width: calc(100% - 2px); }
  .z-form .z-field input::-webkit-input-placeholder,
  .z-form .z-field textarea::-webkit-input-placeholder,
  .z-form .z-field .z-input::-webkit-input-placeholder {
    color: #1169b6; }
  .z-form .z-field input:-moz-placeholder,
  .z-form .z-field textarea:-moz-placeholder,
  .z-form .z-field .z-input:-moz-placeholder {
    /* Firefox 18- */
    color: #1169b6; }
  .z-form .z-field input::-moz-placeholder,
  .z-form .z-field textarea::-moz-placeholder,
  .z-form .z-field .z-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #1169b6; }
  .z-form .z-field input:-ms-input-placeholder,
  .z-form .z-field textarea:-ms-input-placeholder,
  .z-form .z-field .z-input:-ms-input-placeholder {
    color: #1169b6; }
.z-form .z-field.z-field--inline {
  margin: 10px 0 0 0; }
  .z-form .z-field.z-field--inline input[type="checkbox"],
  .z-form .z-field.z-field--inline input[type="radio"] {
    clear: none;
    display: block;
    float: left;
    height: 23px;
    position: absolute;
    width: 23px; }
  .z-form .z-field.z-field--inline label {
    margin-left: 32.5px; }
.z-form .z-validation {
  clear: both;
  display: block;
  margin: 0; }
.z-form .z-border--red,
.z-form input.parsley-error {
  border: 1px solid #C01200 !important;
  color: #C01200; }
.z-form input[type="radio"].parsley-error,
.z-form input[type="checkbox"].parsley-error {
  border: none; }
.z-form .z-validation--error,
.z-form .parsley-errors-list.filled .parsley-pattern,
.parsley-errors-list.filled .z-form .parsley-pattern,
.z-form .parsley-errors-list.filled .parsley-type,
.parsley-errors-list.filled .z-form .parsley-type,
.z-form .parsley-errors-list.filled .parsley-required,
.parsley-errors-list.filled .z-form .parsley-required {
  color: #C01200; }
.z-form .z-field .z-validation--error,
.z-form .z-field .parsley-errors-list.filled .parsley-pattern,
.parsley-errors-list.filled .z-form .z-field .parsley-pattern,
.z-form .z-field .parsley-errors-list.filled .parsley-type,
.parsley-errors-list.filled .z-form .z-field .parsley-type,
.z-form .z-field .parsley-errors-list.filled .parsley-required,
.parsley-errors-list.filled .z-form .z-field .parsley-required {
  background-color: #F9E5E5;
  border-radius: 4px;
  border: 1px solid #C01200;
  clear: both;
  margin-bottom: 11px;
  padding: 10px 20px;
  position: relative;
  top: 11px;
  width: auto; }
.z-form .z-field .z-validation--error:after,
.z-form .z-field .parsley-errors-list.filled .parsley-pattern:after,
.parsley-errors-list.filled .z-form .z-field .parsley-pattern:after,
.z-form .z-field .parsley-errors-list.filled .parsley-type:after,
.parsley-errors-list.filled .z-form .z-field .parsley-type:after,
.z-form .z-field .parsley-errors-list.filled .parsley-required:after,
.parsley-errors-list.filled .z-form .z-field .parsley-required:after,
.z-form .z-validation--error:before,
.z-form .parsley-errors-list.filled .parsley-pattern:before,
.parsley-errors-list.filled .z-form .parsley-pattern:before,
.z-form .parsley-errors-list.filled .parsley-type:before,
.parsley-errors-list.filled .z-form .parsley-type:before,
.z-form .parsley-errors-list.filled .parsley-required:before,
.parsley-errors-list.filled .z-form .parsley-required:before {
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 30px;
  pointer-events: none;
  position: absolute;
  width: 0; }
.z-form .z-field .z-validation--error:after,
.z-form .z-field .parsley-errors-list.filled .parsley-pattern:after,
.parsley-errors-list.filled .z-form .z-field .parsley-pattern:after,
.z-form .z-field .parsley-errors-list.filled .parsley-type:after,
.parsley-errors-list.filled .z-form .z-field .parsley-type:after,
.z-form .z-field .parsley-errors-list.filled .parsley-required:after,
.parsley-errors-list.filled .z-form .z-field .parsley-required:after {
  border-color: rgba(249, 229, 229, 0);
  border-bottom-color: #F9E5E5;
  border-width: 7px;
  margin-left: -7px; }
.z-form .z-field .z-validation--error:before,
.z-form .z-field .parsley-errors-list.filled .parsley-pattern:before,
.parsley-errors-list.filled .z-form .z-field .parsley-pattern:before,
.z-form .z-field .parsley-errors-list.filled .parsley-type:before,
.parsley-errors-list.filled .z-form .z-field .parsley-type:before,
.z-form .z-field .parsley-errors-list.filled .parsley-required:before,
.parsley-errors-list.filled .z-form .z-field .parsley-required:before {
  border-color: rgba(192, 18, 0, 0);
  border-bottom-color: #C01200;
  border-width: 8px;
  margin-left: -8px; }
.z-form .z-validation--error-multiple {
  clear: both; }
.z-form .z-field__prepend,
.z-form .z-field__append {
  font-weight: 700;
  line-height: 21px;
  margin: 0;
  pointer-events: none; }
.z-form .z-field__prepend {
  color: #1169b6;
  font-size: 13px;
  left: 8px;
  line-height: 25px;
  padding: 0;
  position: absolute; }
  .z-form .z-field__prepend + input {
    text-indent: 15px; }
.z-form .z-field__append {
  color: #1169b6;
  font-size: 13px;
  left: 28px;
  position: absolute; }
.z-form .z-form-fieldset {
  margin: 1em 0; }
.z-form .z-field--confirmation label {
  color: #1169b6; }
.z-form .z-text--required,
.z-form .z-text--optional {
  font-weight: 200; }
.z-form .z-form__title {
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 20px; }
.z-form .z-field textarea {
  min-height: 140px;
  padding: 1%;
  text-indent: 0;
  width: 98%; }
.z-form .z-field label,
.z-form .z-field .z-label {
  clear: both;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px; }
.z-form .z-field__left,
.z-form .z-field__right {
  position: relative; }
.z-form .z-field__left {
  float: left;
  min-height: 25px;
  width: 53%; }
.z-form .z-field__right {
  float: right;
  width: 41%; }
.z-form .z-label-extended {
  clear: both;
  display: block;
  font-size: 11px;
  line-height: 14px;
  margin-top: 5px; }
.z-form .submitset {
  clear: both; }
.z-form .z-form-group {
  display: block;
  opacity: 1;
  transition: all .3s ease-in; }
  .z-form .z-form-group.z-form-group--hidden {
    opacity: 0;
    overflow: hidden; }
.z-form .is-hidden {
  opacity: 0;
  visibility: hidden; }

.parsley-errors-list {
  display: block;
  margin: 0;
  opacity: 0;
  position: relative;
  z-index: 0; }

.z-overlay .parsley-errors-list,
.parsley-errors-list {
  margin-left: 0; }
  .z-overlay .parsley-errors-list > li,
  .parsley-errors-list > li {
    list-style-type: none; }
  .z-overlay .parsley-errors-list.filled,
  .parsley-errors-list.filled {
    clear: both;
    opacity: 1; }

.z-validation-summary__items {
  border: 1px solid #C01200;
  margin-bottom: 1.5rem;
  padding: 1.5rem; }
  .z-overlay .z-validation-summary__items {
    margin-left: 0; }

.z-form input.z-field--nudge {
  text-indent: 8px; }

.z-icon {
  background-position: center; }

.z-icon-arrow-left {
  background-image: url("/mortgages/images/icon-white-12px-arrow-left.png"); }
  .backgroundsize .z-icon-arrow-left {
    background-image: url("/mortgages/images/icon-white-arrow-left.png");
    background-size: 6px;
    margin-right: 7px;
    width: 6px; }
  .z-icon-arrow-left.z-icon-blue {
    background-image: url("/mortgages/images/icon-blue-12px-arrow-left.png"); }
    .backgroundsize .z-icon-arrow-left.z-icon-blue.z-icon-blue {
      background-image: url("/mortgages/images/icon-blue-arrow-left.png"); }

.z-icon-arrow-right {
  background-image: url("/mortgages/images/icon-white-12px-arrow-right.png"); }
  .backgroundsize .z-icon-arrow-right {
    background-image: url("/mortgages/images/icon-white-arrow-right.png");
    background-size: 6px;
    margin-left: 7px;
    width: 6px; }

.z-calc-borrow {
  background-color: #F0F2F2;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 20px; }
  @media (min-width: 800px) {
    .z-section .z-calc-borrow p {
      margin-bottom: 0; } }
  .z-calc-borrow .z-calc-borrow__income {
    font-size: 1em;
    margin-right: 3px;
    margin: 8px 0;
    text-align: left;
    text-shadow: none;
    width: 75px; }
  .z-calc-borrow .z-calc-borrow__results {
    clear: both;
    display: block;
    margin-top: 10px; }
  .z-calc-borrow .z-calc-borrow__result {
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #99cc33;
    color: #1169b6;
    -webkit-text-fill-color: #1169b6;
    -webkit-opacity: 1;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 4px 10px;
    text-align: center;
    width: 100px; }
    @media (min-width: 800px) {
      .z-calc-borrow .z-calc-borrow__result {
        font-size: 21px;
        min-width: 150px; } }
  .z-calc-borrow select {
    background: #fff;
    min-width: 100px;
    padding: 0;
    margin-top: 10px; }
  .z-calc-borrow .z-validation {
    line-height: 22px;
    margin: 10px 0 0 0; }
  .z-calc-borrow input.z-validation--error,
  .z-calc-borrow .parsley-errors-list.filled input.parsley-pattern,
  .parsley-errors-list.filled .z-calc-borrow input.parsley-pattern,
  .z-calc-borrow .parsley-errors-list.filled input.parsley-type,
  .parsley-errors-list.filled .z-calc-borrow input.parsley-type,
  .z-calc-borrow .parsley-errors-list.filled input.parsley-required,
  .parsley-errors-list.filled .z-calc-borrow input.parsley-required {
    border: 2px solid #C01200; }

.z-contact-broker a {
  text-decoration: underline; }
.z-contact-broker .z-lede {
  font-size: 16px;
  line-height: 23px; }
.z-contact-broker .z-contact-broker__logo {
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  float: right;
  margin-bottom: 1em;
  text-align: center;
  width: 100%; }
  .z-contact-broker .z-contact-broker__logo img {
    margin: 5%;
    max-width: 100%;
    width: 90%; }
.z-contact-broker .z-promo .z-button {
  margin: 14px 0 14px 0;
  min-height: 50px;
  min-width: 200px;
  padding: 14px 50px; }
@media (min-width: 800px) {
  .z-contact-broker .z-layout-minor {
    float: right;
    margin-left: 4%;
    margin-right: 0;
    width: 34.9%; }
  .z-contact-broker .z-layout-major {
    float: left;
    width: 60.2%; } }
.z-contact-broker:after {
  clear: both;
  content: " ";
  display: block; }

.z-hero {
  background-color: #6ea75a;
  background-image: url("/mortgages/images/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  margin: 0 auto;
  padding: 3em 0 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 760px) {
    .z-hero {
      margin-bottom: 2em; } }
  .z-hero * {
    color: #fff; }
  .z-hero .z-wrapper {
    margin: 0 20px;
    max-width: none; }
  @media (min-width: 760px) {
    .z-hero .z-page-title,
    .z-hero .z-lede {
      margin-left: auto;
      margin-right: auto;
      max-width: 650px; } }
  .z-hero .z-page-title {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0; }
    @media (min-width: 760px) {
      .z-hero .z-page-title {
        font-size: 40px;
        line-height: 50px; } }
  .z-hero .z-lede {
    font-size: 19px; }
  .z-hero:after {
    background-image: url("/mortgages/images/clouds.png");
    background-position: bottom center;
    background-position-y: -4px;
    border-bottom: 2px solid #F0F2F2;
    content: "";
    display: block;
    height: 120px;
    margin-top: -80px;
    width: 100%; }
    @media (min-width: 760px) {
      .z-hero:after {
        margin-top: 40px; } }

.z-lede {
  font-size: 17px;
  font-weight: 200;
  line-height: 23px;
  margin-bottom: 1em; }
  @media (min-width: 850px) {
    .z-lede {
      font-size: 20px;
      font-weight: 200;
      line-height: 30px; } }

.z-breadcrumbs {
  display: block;
  margin: 0 0 20px 0; }
  @media (min-width: 760px) {
    .z-breadcrumbs {
      display: none; } }
  .z-breadcrumbs .z-breadcrumbs__link {
    display: block; }

.z-nav-page-wrapper {
  border-bottom: 1px solid #43506C;
  float: left;
  margin: 0 -20px 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%; }
  .z-nav-page-wrapper:before {
    background-color: #43506C;
    border-radius: 11px;
    content: " ";
    display: block;
    height: 11px;
    left: 26px;
    position: absolute;
    top: 3px;
    width: 11px; }
    @media (min-width: 760px) {
      .z-nav-page-wrapper:before {
        left: 6px; } }
  .z-nav-page-wrapper:after {
    background-color: #F0F2F2;
    border: 1px solid #43506C;
    bottom: -1px;
    content: " ";
    display: block;
    height: 7px;
    left: 25px;
    position: absolute;
    width: 11px; }
  @media (min-width: 760px) {
    .z-nav-page-wrapper {
      border: none;
      margin: 20px 0 30px 0;
      padding: 0 0 10px 0;
      width: auto; }
      .z-nav-page-wrapper:after {
        display: none; } }
  .z-nav-page-wrapper a {
    text-decoration: none;
    font-weight: inherit; }

.z-nav-page {
  float: left;
  font-weight: 200;
  margin: 0 0 0 10px;
  position: relative;
  width: 100%;
  /*&:before {
    bottom: 5px;
    color: $rm-blue;
    content: "Your happy";
    display: block;
    font-size: 13px;
    font-weight: bold;
    left: 65px;
    line-height: 16px;
    margin-left: 15px;
    position: absolute;
    width: 50px;

    @media (min-width: $screen-medium) {
      left: 52px;
      margin-left: 0;
  }
  }*/ }
  .z-nav-page:after {
    background-image: url("/mortgages/images/house-happy-narrow.png");
    background-position: 40px bottom;
    background-repeat: no-repeat;
    bottom: -1px;
    content: " ";
    display: block;
    height: 50px;
    margin-left: -20px;
    position: absolute;
    width: 100%; }
    .backgroundsize .z-nav-page:after {
      background-image: url("/mortgages/images/house-happy-narrow-2x.png");
      background-size: 54px; }
    @media (min-width: 760px) {
      .z-nav-page:after {
        background-image: url("/mortgages/images/house.png");
        background-position: left bottom;
        left: -10px;
        margin-left: 0; } }
  .z-nav-page .z-nav-page__heading {
    background-color: #43506C;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-left: 7px;
    margin-top: 1.5em;
    padding: 7px 25px 7px 18px;
    position: relative; }
    .z-nav-page .z-nav-page__heading:before {
      border-left: 3px solid #43506C;
      content: " ";
      display: block;
      height: 43px;
      left: -7px;
      position: absolute;
      top: -10px;
      width: 3px; }
    .z-nav-page .z-nav-page__heading:after {
      border-bottom: 17px solid transparent;
      border-right: 8px solid #F0F2F2;
      border-top: 17px solid transparent;
      content: " ";
      height: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 0; }
    .z-nav-page .z-nav-page__heading .z-nav-page__heading-text {
      letter-spacing: 0.3px; }
      .z-nav-page .z-nav-page__heading .z-nav-page__heading-text:before {
        background-color: #43506C;
        bottom: 4px;
        content: " ";
        display: block;
        height: 3px;
        left: -8px;
        position: absolute;
        width: 10px; }
      .z-nav-page .z-nav-page__heading .z-nav-page__heading-text:after {
        background-color: #43506C;
        content: " ";
        display: block;
        height: 3px;
        left: -8px;
        position: absolute;
        top: 4px;
        width: 10px; }
      .z-nav-page .z-nav-page__heading .z-nav-page__heading-text .z-icon {
        margin-right: 8px; }
  .z-nav-page .z-nav-page__list {
    border-left: 3px solid #43506C;
    margin: 0;
    padding: 15px 20px 70px 20px; }
  .z-nav-page .z-nav-page__list-item {
    line-height: 20px;
    margin: 10px 0;
    position: relative; }
  .z-nav-page .z-nav-page__signpost {
    background-color: #dde0e3;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-left: -10px;
    margin-top: 0;
    padding: 4px 10px; }
    .z-nav-page .z-nav-page__signpost:before {
      border-color: transparent #ddd transparent transparent;
      border-style: solid;
      border-width: 7px 9px 7px 0;
      content: " ";
      height: 0;
      margin-left: -17px;
      margin-top: 2px;
      position: absolute;
      transform: rotate(360deg);
      width: 0; }
  .z-nav-page .z-nav-page__step-title {
    display: block; }
    .z-nav-page .z-nav-page__step-title:hover, .z-nav-page .z-nav-page__step-title:focus, .z-nav-page .z-nav-page__step-title:active {
      text-decoration: underline; }
    .z-nav-page .z-nav-page__step-title.z-state-active:hover, .z-nav-page .z-nav-page__step-title.z-state-active:focus, .z-nav-page .z-nav-page__step-title.z-state-active:active {
      text-decoration: none; }
  .z-nav-page .z-nav-page__step-bullet {
    background-color: #43506C;
    border-radius: 11px;
    border: 2px solid #F0F2F2;
    content: "";
    display: block;
    height: 11px;
    left: -29px;
    position: absolute;
    top: 4px;
    transition: 0.5s ease all;
    width: 11px; }
  .z-nav-page .z-nav-page__list-item:hover .z-nav-page__step-bullet,
  .z-nav-page .z-state-active + .z-nav-page__step-bullet {
    border-radius: 25px;
    height: 15px;
    left: -31px;
    top: 1px;
    width: 15px; }
  .z-nav-page .z-nav-page__home:link,
  .z-nav-page .z-nav-page__home:visited,
  .z-nav-page .z-nav-page__home:hover,
  .z-nav-page .z-nav-page__home:focus,
  .z-nav-page .z-nav-page__home:active {
    background-color: #43506C;
    color: #fff;
    display: block;
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
    text-shadow: none; }
  .z-nav-page .z-state-active {
    color: #43506C;
    font-weight: bold; }
    .z-nav-page .z-state-active:before {
      border-left: 3px solid #43506C;
      content: " ";
      display: block;
      height: 100%;
      left: -23px;
      position: absolute;
      top: 0; }

.z-promo {
  background-color: #fff;
  border-top: 5px solid #ccc;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  clear: both;
  color: #43506C;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2em;
  padding: 15px 20px 20px 20px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 760px) {
    .z-promo {
      font-size: 13px;
      line-height: 18px; } }
  .z-promo h2 {
    font-size: 18px;
    letter-spacing: 0.01px;
    line-height: 25px; }
  .z-promo p {
    color: #43506C; }
  .z-promo .z-button {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    min-width: 0;
    white-space: pre-line;
    background-color: #1169b6; }
    .z-promo .z-button:hover, .z-promo .z-button:focus, .z-promo .z-button:active {
      background-color: #347fc1;
      text-decoration: none; }
    @media (min-width: 760px) {
      .z-promo .z-button {
        max-width: 100%; } }
  .z-promo .z-promo__logos {
    text-align: center; }
    .z-promo .z-promo__logos .z-promo__logo {
      margin: 0 10% 1em 10%;
      max-width: 80%; }
    .z-promo .z-promo__logos .z-promo__logo:last-of-type {
      margin-bottom: 0; }
  .z-promo .z-legal {
    color: #888;
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
    padding-bottom: 0; }
  .z-promo h2 {
    padding-bottom: 1.2rem; }
  .z-promo small {
    font-size: inherit; }
  .z-promo ul {
    margin-left: 20px;
    margin-bottom: 10px; }
    .z-promo ul li {
      list-style-type: disc;
      padding: 0 0 .6rem; }
  .z-promo img {
    max-width: 100%;
    margin-bottom: 20px; }

.z-section {
  background-color: #fff;
  border-top: 5px solid #43506C;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: #42506b;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 20px 0 20px;
  position: relative; }
  @media (min-width: 760px) {
    .z-section {
      margin-bottom: 20px;
      padding: 0 50px 0 50px; } }
  .z-section > *:last-child {
    margin-bottom: 0; }
  .z-section a:link,
  .z-section a:visited {
    text-decoration: underline;
    color: #1169b6; }
    .cssgradients .z-section a:link, .cssgradients
    .z-section a:visited {
      background-image: linear-gradient(#1169b6, #1169b6), linear-gradient(#1169b6, #1169b6), linear-gradient(#1169b6, #1169b6);
      background-position: 0% 90%, 100% 90%, 0% 90%;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-size: .05em 1px, .05em 1px, 1px 1px;
      text-decoration: none;
      text-shadow: 0.03em 0 #FFF, -0.03em 0 #FFF, 0 0.03em #FFF, 0 -0.03em #FFF; }
  .z-section a:hover,
  .z-section a:focus,
  .z-section a:active {
    text-decoration: underline;
    color: #358bd7; }
    .cssgradients .z-section a:hover, .cssgradients
    .z-section a:focus, .cssgradients
    .z-section a:active {
      background-image: linear-gradient(#358bd7, #358bd7), linear-gradient(#358bd7, #358bd7), linear-gradient(#358bd7, #358bd7);
      background-position: 0% 90%, 100% 90%, 0% 90%;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-size: .05em 1px, .05em 1px, 1px 1px;
      text-decoration: none;
      text-shadow: 0.03em 0 #FFF, -0.03em 0 #FFF, 0 0.03em #FFF, 0 -0.03em #FFF; }
  .z-section .z-step-number {
    color: #FFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    left: 20px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 50px; }
    @media (min-width: 760px) {
      .z-section .z-step-number {
        font-size: 40px;
        height: 100px;
        left: 0;
        line-height: 100px;
        width: 100px; } }
  .z-section .z-step__jump--top {
    border-top: 1px solid #ebecef;
    display: block;
    margin: 20px -20px 0 -20px;
    padding: 0 20px;
    text-align: center;
    width: 100%; }
    .cssgradients .z-section .z-step__jump--top a {
      background-image: none; }
    @media (min-width: 760px) {
      .z-section .z-step__jump--top {
        margin: 20px -50px 0 -50px;
        padding: 0 50px; } }
    .z-section .z-step__jump--top a {
      background-image: none;
      border: none;
      color: #bbb;
      display: block;
      font-size: 14px;
      margin-left: -20px;
      margin-right: -20px;
      padding-bottom: 15px;
      padding-top: 15px;
      text-decoration: none; }
      @media (min-width: 760px) {
        .z-section .z-step__jump--top a {
          margin: 0 -50px; } }
      .z-section .z-step__jump--top a:hover, .z-section .z-step__jump--top a:focus, .z-section .z-step__jump--top a:active {
        color: #999; }
      .z-section .z-step__jump--top a:before {
        content: "^";
        margin-right: 7px;
        display: inline-block;
        font-family: 'Gill Sans', courier;
        font-size: 18px;
        vertical-align: middle;
        font-weight: 100;
        height: 20px; }
  .z-section * {
    color: #42506b; }
  .z-section .z-step-title {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: inherit;
    line-height: 40px;
    margin-bottom: 10px; }
    @media (min-width: 760px) {
      .z-section .z-step-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px; } }
  .z-section h2 {
    border-bottom: 3px solid #F0F2F2;
    color: #42506b;
    display: block;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px; }
    @media (min-width: 760px) {
      .z-section h2 {
        font-size: 24px;
        line-height: 30px;
        margin-left: -50px;
        margin-right: -50px;
        padding-left: 50px;
        padding-right: 50px; } }
  .z-section h2 + h3 {
    padding-top: 0; }
    .z-section h2 + h3:after {
      top: 1px; }
  .z-section h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    position: relative; }
    @media (min-width: 760px) {
      .z-section h3 {
        font-size: 17px;
        line-height: 23px; } }
    .z-section h3:after {
      background-color: #333;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      top: 21px;
      width: 8px; }
  .z-section h4 {
    color: #04a05d;
    font-size: 15px;
    line-height: 20px;
    padding-top: 20px; }
    @media (min-width: 760px) {
      .z-section h4 {
        font-size: 16px;
        line-height: 20px; } }
  .z-section ul,
  .z-section ol {
    list-style: disc;
    margin: 0 0 20px 30px;
    padding: 0; }
  .z-section ol {
    list-style: decimal; }
  .z-section ul ul,
  .z-section ol ol,
  .z-section dl dl {
    margin-bottom: 0;
    margin-top: 10px; }
  .z-section ol ol {
    margin-bottom: 10px;
    margin-top: 0; }
  .z-section li {
    padding-bottom: 10px; }
    .z-section li:last-child {
      padding-bottom: 0; }
  .z-section .z-step-text {
    display: block; }
  .z-section p {
    line-height: 20px;
    margin: 0 0 15px 0;
    padding: 0; }
    @media (min-width: 760px) {
      .z-section p {
        line-height: 25px; } }

.z-section--nav {
  font-weight: 500;
  margin: 20px 0 0 0;
  position: relative; }
  @media (min-width: 760px) {
    .z-section--nav {
      border: 3px solid #ebecef;
      padding: 15px 20px 2px 20px; } }
  .z-section--nav #markdown-toc a:link,
  .z-section--nav #markdown-toc a:visited,
  .z-section--nav #markdown-toc a:hover,
  .z-section--nav #markdown-toc a:focus,
  .z-section--nav #markdown-toc a:active {
    text-decoration: underline; }
    .cssgradients .z-section--nav #markdown-toc a:link, .cssgradients
    .z-section--nav #markdown-toc a:visited, .cssgradients
    .z-section--nav #markdown-toc a:hover, .cssgradients
    .z-section--nav #markdown-toc a:focus, .cssgradients
    .z-section--nav #markdown-toc a:active {
      background-image: linear-gradient(#1169b6, #1169b6), linear-gradient(#1169b6, #1169b6), linear-gradient(#1169b6, #1169b6);
      background-position: 0% 90%, 100% 90%, 0% 90%;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-size: .05em 1px, .05em 1px, 1px 1px;
      text-decoration: none;
      text-shadow: 0.03em 0 #FFF, -0.03em 0 #FFF, 0 0.03em #FFF, 0 -0.03em #FFF; }
  .z-section--nav #markdown-toc a:hover,
  .z-section--nav #markdown-toc a:focus,
  .z-section--nav #markdown-toc a:active {
    text-decoration: underline; }
    .cssgradients .z-section--nav #markdown-toc a:hover, .cssgradients
    .z-section--nav #markdown-toc a:focus, .cssgradients
    .z-section--nav #markdown-toc a:active {
      background-image: linear-gradient(#358bd7, #358bd7), linear-gradient(#358bd7, #358bd7), linear-gradient(#358bd7, #358bd7);
      background-position: 0% 90%, 100% 90%, 0% 90%;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-size: .05em 1px, .05em 1px, 1px 1px;
      text-decoration: none;
      text-shadow: 0.03em 0 #FFF, -0.03em 0 #FFF, 0 0.03em #FFF, 0 -0.03em #FFF; }
  .z-section--nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .z-section--nav ul a {
      display: inline;
      margin-bottom: 10px; }
    .z-section--nav ul a:hover,
    .z-section--nav ul a:focus,
    .z-section--nav ul a:active {
      text-decoration: underline;
      text-shadow: none; }
      .cssgradients .z-section--nav ul a:hover, .cssgradients
      .z-section--nav ul a:focus, .cssgradients
      .z-section--nav ul a:active {
        background-image: linear-gradient(#43506C, #43506C), linear-gradient(#43506C, #43506C), linear-gradient(#43506C, #43506C);
        background-position: 0% 90%, 100% 90%, 0% 90%;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-size: .05em 1px, .05em 1px, 1px 1px;
        text-decoration: none;
        text-shadow: 0.03em 0 #FFF, -0.03em 0 #FFF, 0 0.03em #FFF, 0 -0.03em #FFF; }
    .z-section--nav ul ul {
      margin-left: 17px;
      padding: 0 0 10px 0; }
      @media (min-width: 760px) {
        .z-section--nav ul ul {
          margin-left: 30px; } }
      .z-section--nav ul ul a {
        margin-bottom: 10px; }
  .z-section--nav li {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    position: relative; }
    .z-section--nav li:before {
      background-image: url("/mortgages/images/icon-blue-12px-arrow-right.png");
      background-position: top left;
      background-repeat: no-repeat;
      content: " ";
      display: inline-block;
      height: 13px;
      left: 0;
      margin-right: 3px;
      position: absolute;
      top: 6px;
      width: 12px; }
  .z-section--nav li li {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    margin: 0;
    padding: 5px; }
    .z-section--nav li li:before {
      background-image: none;
      color: #1169b6;
      content: "»";
      display: inline;
      height: auto;
      margin-right: 8px;
      vertical-align: text-bottom;
      width: auto; }
    .z-section--nav li li:hover:before {
      color: #358bd7; }
    .z-section--nav li li a:link,
    .z-section--nav li li a:visited,
    .z-section--nav li li a:hover,
    .z-section--nav li li a:focus,
    .z-section--nav li li a:active {
      color: #1169b6;
      display: inline; }
    .z-section--nav li li a:hover,
    .z-section--nav li li a:focus,
    .z-section--nav li li a:active {
      text-decoration: underline;
      color: #358bd7;
      text-shadow: none; }
      .cssgradients .z-section--nav li li a:hover, .cssgradients
      .z-section--nav li li a:focus, .cssgradients
      .z-section--nav li li a:active {
        background-image: linear-gradient(#358bd7, #358bd7), linear-gradient(#358bd7, #358bd7), linear-gradient(#358bd7, #358bd7);
        background-position: 0% 90%, 100% 90%, 0% 90%;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-size: .05em 1px, .05em 1px, 1px 1px;
        text-decoration: none;
        text-shadow: 0.03em 0 #FFF, -0.03em 0 #FFF, 0 0.03em #FFF, 0 -0.03em #FFF; }

.z-step-content--header {
  border-top: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0;
  padding: 60px 20px 30px 20px; }
  @media (min-width: 760px) {
    .z-step-content--header {
      margin-left: 0;
      margin-right: 0;
      margin-top: 40px;
      padding: 25px 40px 30px 130px; } }

.z-step-pagination {
  float: left;
  list-style-type: none;
  margin: 0 0 2em 0;
  min-height: 30px;
  padding: 0;
  width: 100%; }
  .z-step-pagination .z-step-title {
    text-decoration: underline;
    display: inline;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    padding: 0; }
    .cssgradients .z-step-pagination .z-step-title {
      background-image: linear-gradient(#43506C, #43506C), linear-gradient(#43506C, #43506C), linear-gradient(#43506C, #43506C);
      background-position: 0% 90%, 100% 90%, 0% 90%;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-size: .05em 1px, .05em 1px, 1px 1px;
      text-decoration: none;
      text-shadow: 0.03em 0 #FFF, -0.03em 0 #FFF, 0 0.03em #FFF, 0 -0.03em #FFF; }
    @media (min-width: 760px) {
      .z-step-pagination .z-step-title {
        font-size: 20px;
        line-height: 25px; } }
  .z-step-pagination .z-step-link {
    background-color: white;
    border: 2px solid transparent;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    color: #43506C;
    display: block;
    padding: 13px 20px 16px 20px;
    position: relative; }
    @media (min-width: 760px) {
      .z-step-pagination .z-step-link {
        padding: 16px 20px 20px 20px; } }
    .z-step-pagination .z-step-link:hover, .z-step-pagination .z-step-link:focus, .z-step-pagination .z-step-link:active {
      border: 2px solid #ccc;
      text-decoration: none; }
  .z-step-pagination .z-step-previous,
  .z-step-pagination .z-step-next {
    margin: 0;
    padding: 0; }
    .z-step-pagination .z-step-previous .z-step-link,
    .z-step-pagination .z-step-next .z-step-link {
      text-decoration: none; }
  .z-step-pagination .z-step-number {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -2px;
    width: 60px; }
    @media (min-width: 760px) {
      .z-step-pagination .z-step-number {
        font-size: 25px;
        height: 55px;
        line-height: 55px;
        width: 80px; } }
    .z-step-pagination .z-step-number .z-icon {
      background-repeat: no-repeat;
      background-size: 11px;
      height: 17px;
      margin: 0;
      width: 10px; }
      @media (min-width: 760px) {
        .z-step-pagination .z-step-number .z-icon {
          background-size: 10px;
          height: 16px; } }
  .z-step-pagination .z-step-excerpt {
    display: none;
    font-size: 14px;
    margin-top: 10px; }
    @media (min-width: 760px) {
      .z-step-pagination .z-step-excerpt {
        display: block; } }
  .z-step-pagination .z-step-previous {
    float: left;
    position: absolute;
    width: 36%; }
    @media (min-width: 760px) {
      .z-step-pagination .z-step-previous {
        position: relative;
        width: 36%; } }
    .z-step-pagination .z-step-previous .z-step-number {
      font-size: 20px;
      height: 40px;
      left: -2px;
      line-height: 45px;
      right: auto;
      text-indent: -9999px;
      width: 40px; }
      @media (min-width: 760px) {
        .z-step-pagination .z-step-previous .z-step-number {
          background-color: #ccc;
          height: 45px;
          padding-left: 10px;
          text-indent: 0;
          width: 65px; } }
      .z-step-pagination .z-step-previous .z-step-number .z-icon {
        background-image: url("/mortgages/images/icon-blue-arrow-left.png");
        background-size: 9px;
        display: block;
        height: 40px;
        position: absolute;
        width: 40px; }
        @media (min-width: 760px) {
          .z-step-pagination .z-step-previous .z-step-number .z-icon {
            background-image: url("/mortgages/images/icon-white-arrow-left.png");
            display: inline;
            height: 45px;
            left: 16px;
            position: inherit;
            width: 10px; } }
    .z-step-pagination .z-step-previous .z-step-title {
      display: none;
      font-size: 18px;
      line-height: 25px; }
      @media (min-width: 760px) {
        .z-step-pagination .z-step-previous .z-step-title {
          display: inline; } }
    .z-step-pagination .z-step-previous .z-step-link {
      height: 40px;
      padding: 0;
      width: 40px; }
      @media (min-width: 760px) {
        .z-step-pagination .z-step-previous .z-step-link {
          height: auto;
          padding: 10px 20px 20px 85px;
          width: auto; } }
  .z-step-pagination .z-step-next {
    float: right;
    margin-left: 60px;
    width: auto; }
    @media (min-width: 760px) {
      .z-step-pagination .z-step-next {
        margin-left: 0;
        width: 61%; } }
    .z-step-pagination .z-step-next .z-step-link {
      padding-right: 95px;
      text-align: left; }
      @media (min-width: 760px) {
        .z-step-pagination .z-step-next .z-step-link {
          padding-right: 85px; } }
    .z-step-pagination .z-step-next .z-step-title {
      font-size: 24px;
      line-height: 30px; }
    .z-step-pagination .z-step-next .z-step-excerpt {
      font-size: 16px;
      font-weight: 200;
      line-height: 25px; }

.z-testimonial {
  margin-bottom: 1em; }
  .z-testimonial .z-testimonial__quote {
    padding-bottom: 0; }
  .z-testimonial .z-testimonial__cite {
    font-size: 0.9em;
    padding-bottom: 0; }

.z-timeline {
  border-left: 4px solid #43506C;
  margin: 0 auto -17px;
  max-width: 800px;
  padding: 0 0 60px 0;
  position: relative;
  text-align: center;
  /* Step */
  /* Step link */
  /* Step bullets */
  /* Step number */
  /* Step title */
  /* Step text */
  /* Signpost */
  /* Terminal */
  /* If medium screen, display steps in timeline on left and right */ }
  @media (min-width: 760px) {
    .z-timeline {
      float: right;
      margin-top: -187px;
      padding-bottom: 60px;
      width: 50%; } }
  .z-timeline:before {
    background-color: #43506C;
    border-radius: 24px;
    content: "";
    display: block;
    height: 22px;
    left: -13px;
    position: absolute;
    top: -2px;
    width: 22px; }
  .z-timeline:after {
    clear: both;
    content: "";
    display: block; }
  .z-timeline .z-step {
    background-color: #FFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    clear: both;
    float: left;
    margin: 0.5em 0 10px 20px;
    padding: 0;
    position: relative;
    text-align: left;
    transition: all 0.5s ease; }
    @media (min-width: 450px) {
      .z-timeline .z-step {
        margin-left: 30px; } }
    @media (min-width: 760px) {
      .z-timeline .z-step {
        margin: -60px 0.5em 1.5em 30px; } }
  .z-timeline .z-step-link {
    border: 2px solid #FFF;
    color: #43506C;
    display: block;
    margin: 0;
    padding: 15px 15px 15px 60px;
    text-decoration: none; }
    .z-timeline .z-step-link:hover, .z-timeline .z-step-link:focus, .z-timeline .z-step-link:active {
      border: 2px solid #43506C;
      text-decoration: none; }
    @media (min-width: 760px) {
      .z-timeline .z-step-link {
        padding: 15px 20px 20px 75px; } }
  .z-timeline .z-step-bullet,
  .z-timeline .z-step--signpost:after {
    background-color: #43506C;
    border-radius: 12px;
    border: 3px solid #F0F2F2;
    content: "";
    display: block;
    height: 12px;
    left: -31px;
    position: absolute;
    top: 20px;
    transition: all 0.5s ease;
    width: 12px; }
    @media (min-width: 450px) {
      .z-timeline .z-step-bullet,
      .z-timeline .z-step--signpost:after {
        left: -41px; } }
  .z-timeline .z-step-number {
    background-color: #43506C;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    height: 40px;
    left: 0;
    padding: 0.4em 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px; }
    @media (min-width: 760px) {
      .z-timeline .z-step-number {
        width: 60px;
        font-size: 23px; } }
    .z-timeline .z-step-number .z-step-number__text {
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      border-color: transparent #43506C transparent transparent;
      border-style: solid;
      border-width: 10px 12px 10px 0;
      display: block;
      height: 0;
      margin-left: -10px;
      margin-top: 10px;
      position: absolute;
      text-indent: -9999px;
      transform: rotate(360deg);
      width: 0; }
    .z-timeline .z-step-number .z-step-number__digit {
      display: block;
      line-height: 40px; }
  .z-timeline .z-step-title {
    background-image: linear-gradient(#43506C, #43506C), linear-gradient(#43506C, #43506C), linear-gradient(#43506C, #43506C);
    background-position: 0% 90%, 100% 90%, 0% 90%;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-size: .05em 1px, .05em 1px, 1px 1px;
    display: inline;
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0.01px;
    line-height: 1.25em;
    padding-bottom: 0;
    text-decoration: none;
    text-shadow: 0.03em 0 #FFF, -0.03em 0 #FFF, 0 0.03em #FFF, 0 -0.03em #FFF; }
    @media (min-width: 760px) {
      .z-timeline .z-step-title {
        font-size: 20px;
        line-height: 25px; } }
  .z-timeline .z-step-text {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 14px; }
  .z-timeline .z-step--signpost {
    background-color: #43506C;
    box-shadow: none;
    display: inline-block;
    line-height: 16px;
    margin: 20px 10px 20px 20px;
    padding: 7px 15px 7px 45px; }
    .z-timeline .z-step--signpost:hover, .z-timeline .z-step--signpost:focus, .z-timeline .z-step--signpost:active {
      box-shadow: none; }
    .z-timeline .z-step--signpost .z-step-title {
      background-image: none;
      color: #FFF;
      display: block;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.1px;
      line-height: 16px;
      padding: 3px 3px 3px 10px;
      text-decoration: none;
      text-shadow: none; }
      @media (min-width: 760px) {
        .z-timeline .z-step--signpost .z-step-title {
          padding: 0; } }
    .z-timeline .z-step--signpost:before {
      border-color: transparent #43506C transparent transparent;
      border-style: solid;
      border-width: 10px 12px 10px 0;
      content: "";
      display: block;
      height: 0;
      margin-left: -55px;
      position: absolute;
      width: 0; }
    .z-timeline .z-step--signpost:after {
      left: -31px;
      top: 8px; }
      @media (min-width: 450px) {
        .z-timeline .z-step--signpost:after {
          left: -41px; } }
    @media (min-width: 450px) {
      .z-timeline .z-step--signpost {
        margin-left: 30px; } }
    @media (min-width: 760px) {
      .z-timeline .z-step--signpost {
        border-radius: 6px;
        border: 3px solid #F0F2F2;
        box-shadow: none;
        left: -98px;
        margin: 20px auto 102px;
        right: 0;
        text-align: center;
        width: 135px; }
        .z-timeline .z-step--signpost:before, .z-timeline .z-step--signpost:after {
          content: none; } }
  .z-timeline .z-step--terminal {
    margin-left: 0;
    margin-top: 40px;
    padding: 3px 12px 5px 10px; }
    .z-timeline .z-step--terminal:before {
      display: none; }
      @media (min-width: 760px) {
        .z-timeline .z-step--terminal:before {
          margin-top: -3px; } }
    .z-timeline .z-step--terminal:after {
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      background-color: transparent;
      border-radius: 0;
      border: 15px solid #43506C;
      border-right: 10px solid transparent;
      content: " ";
      display: inline-block;
      height: 0;
      left: auto;
      line-height: 0;
      position: absolute;
      right: -11px;
      top: 0;
      transform: rotate(360deg);
      width: 0; }
    @media (min-width: 450px) {
      .z-timeline .z-step--terminal {
        padding: 3px 12px 5px 20px; } }
    @media (min-width: 760px) {
      .z-timeline .z-step--terminal {
        border-radius: 0;
        border: none;
        left: 0;
        margin-bottom: 165px;
        margin-left: 0;
        margin-top: 35px;
        padding: 7px 15px;
        width: auto; }
        .z-timeline .z-step--terminal:before {
          content: none; }
        .z-timeline .z-step--terminal:after {
          -moz-transform: rotate(360deg);
          -webkit-transform: rotate(360deg);
          background-color: transparent;
          border-radius: 0;
          border: 15px solid #43506C;
          border-right: 10px solid transparent;
          content: " ";
          display: inline-block;
          height: 0;
          left: auto;
          line-height: 0;
          position: absolute;
          right: -11px;
          top: 0px;
          transform: rotate(360deg);
          width: 0; } }
  @media (min-width: 760px) {
    .z-timeline .z-step--left {
      left: -100%;
      margin-left: 0;
      margin-right: 34px;
      padding-left: 0;
      padding-right: 0; }
      .z-timeline .z-step--left .z-step-link {
        padding-left: 20px;
        padding-right: 75px; }
      .z-timeline .z-step--left.z-step--signpost {
        left: auto;
        margin-left: -75px;
        margin-right: auto;
        padding-right: 20px; }
      .z-timeline .z-step--left .z-step-number {
        left: auto;
        right: 0; }
      .z-timeline .z-step--left .z-step-number__text {
        border-color: transparent;
        border-left-color: #43506C;
        border-width: 10px;
        right: -20px; }
      .z-timeline .z-step--left .z-step-bullet {
        left: auto;
        right: -41px; } }
  .z-timeline .z-icon-key,
  .z-timeline .z-icon-coins {
    background-position: 12px center;
    background-repeat: no-repeat; }
    .z-timeline .z-icon-key .z-step-title,
    .z-timeline .z-icon-coins .z-step-title {
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      display: block;
      padding-left: 10px; }
  .z-timeline .z-icon-coins {
    background-image: url(/mortgages/images/money.png); }
    .backgroundsize .z-timeline .z-icon-coins {
      background-image: url(/mortgages/images/money-2x.png);
      background-size: 23px; }
  .z-timeline .z-icon-key {
    background-image: url(/mortgages/images/key.png); }
    .backgroundsize .z-timeline .z-icon-key {
      background-image: url(/mortgages/images/key-2x.png);
      background-size: 23px; }

.z-template-timeline {
  background-color: #F0F2F2;
  letter-spacing: 0.05px;
  position: relative;
  border-bottom: 20px solid #F0F2F2;
  /*&:before {
    bottom: 7px;
    color: $rm-blue;
    content: "Your happy";
    display: block;
    font-size: 13px;
    font-weight: bold;
    left: 0;
    line-height: 16px;
    margin-left: 100px;
    position: absolute;
    width: 50px;

    @media (min-width: $screen-medium) {
      bottom: 25px;
      left: 50%;
      margin-left: 25px;
    }
}*/ }
  @media (min-width: 760px) {
    .z-template-timeline {
      border-bottom: none; } }
  .z-template-timeline .z-page-content {
    border-bottom: 1px solid #43506C; }
    @media (min-width: 760px) {
      .z-template-timeline .z-page-content {
        border-bottom: none;
        padding: 20px; } }
    .z-template-timeline .z-page-content:before {
      background-color: #F0F2F2;
      border: 1px solid #43506C;
      bottom: 0;
      content: " ";
      display: block;
      height: 7px;
      left: 15px;
      position: absolute;
      width: 12px;
      z-index: 1; }
      @media (min-width: 760px) {
        .z-template-timeline .z-page-content:before {
          display: none; } }
  .z-template-timeline .z-page-content:after {
    background-image: url("/mortgages/images/house-happy-narrow.png");
    background-position: 40px bottom;
    background-repeat: no-repeat;
    bottom: 0;
    clear: both;
    content: " ";
    display: block;
    height: 100px;
    margin-left: -19px;
    position: absolute;
    width: 100%; }
    .backgroundsize .z-template-timeline .z-page-content:after {
      background-image: url("/mortgages/images/house-happy-narrow-2x.png");
      background-size: 54px; }
    @media (min-width: 760px) {
      .z-template-timeline .z-page-content:after {
        background-image: url("/mortgages/images/house-happy.png");
        background-position: center bottom;
        height: 64px;
        position: relative; }
        .backgroundsize .z-template-timeline .z-page-content:after {
          background-image: url("/mortgages/images/house-happy.png");
          background-size: 70px; } }

.js .z-toggle-help.z-state--closed .z-toggle-help__icon:after, .js .z-toggle-help.z-state--closed .z-toggle-help__content {
  display: none; }

.z-toggle-help__icon {
  background-color: #43506C;
  border-radius: 13px;
  color: #fff;
  display: none;
  font-family: Arial;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  height: 14px;
  line-height: 14px;
  margin: 0 0 10px 6px;
  text-align: center;
  width: 14px; }
  .js .z-toggle-help__icon {
    display: inline-block; }
    .js .z-toggle-help__icon:hover {
      background-color: #1169b6;
      cursor: pointer; }
    .js .z-toggle-help__icon:after {
      border: solid transparent;
      border-color: transparent;
      border-bottom-color: #43506C;
      border-width: 7px;
      content: " ";
      height: 0;
      margin-left: -9px;
      margin-top: 10px;
      pointer-events: none;
      position: absolute;
      width: 0; }

.z-toggle-help__content {
  clear: both;
  font-size: 13px;
  font-style: italic;
  font-weight: bold; }
  .js .z-toggle-help__content {
    background-color: #43506C;
    background-color: #43506C;
    border-radius: 4px;
    color: #fff;
    font-style: normal;
    min-width: 244px;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .js .z-toggle-help__content p {
      color: #fff;
      margin-bottom: 0;
      padding-bottom: 0; }

.z-toggle-close {
  background-image: url("/mortgages/images/cross-30px.png");
  background-position: center center;
  display: block;
  height: 30px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 30px; }
  .backgroundsize .z-toggle-close {
    background-size: 30px;
    background-image: url("/mortgages/images/cross.png"); }
  .z-toggle-close:hover {
    cursor: pointer; }

.z-toggle-close__icon {
  display: block;
  text-indent: -9999px; }

.z-cell-mortgage-calculator {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 1.385;
  padding: 15px; }
  .z-cell-mortgage-calculator p {
    padding-bottom: 5px; }
  .z-cell-mortgage-calculator .z-form {
    margin-top: 0;
    text-shadow: none; }
  .z-cell-mortgage-calculator .z-field__left {
    width: 48%; }
  .z-cell-mortgage-calculator .z-field__right {
    width: 50%; }
  .z-cell-mortgage-calculator .z-field {
    margin-bottom: 5px; }
    .z-cell-mortgage-calculator .z-field input:focus {
      outline: 2px solid #1169b6; }
    .z-cell-mortgage-calculator .z-field input[readonly]:focus {
      outline: none; }
  .z-cell-mortgage-calculator .z-field input,
  .z-cell-mortgage-calculator .z-field textarea,
  .z-cell-mortgage-calculator .z-field .z-input {
    height: 23px; }
  .z-cell-mortgage-calculator .z-field input,
  .z-cell-mortgage-calculator .z-field textarea,
  .z-cell-mortgage-calculator .z-field .z-input {
    float: right; }
  .z-cell-mortgage-calculator .z-layout--major {
    float: left;
    width: 63%; }
    @media (max-width: 450px) {
      .z-cell-mortgage-calculator .z-layout--major {
        float: none;
        width: 100%; } }
  .z-cell-mortgage-calculator .z-layout--minor {
    clear: none;
    float: right;
    width: 31%; }
    @media (max-width: 450px) {
      .z-cell-mortgage-calculator .z-layout--minor {
        clear: both;
        float: none;
        width: 100%; } }
  .z-cell-mortgage-calculator .z-promo {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 1px 0 #fff;
    margin-bottom: 14px;
    padding: 5px; }
    @media (min-width: 450px) {
      .z-cell-mortgage-calculator .z-promo {
        padding-left: 10px;
        padding-right: 10px; } }
    .z-cell-mortgage-calculator .z-promo h3 {
      padding-bottom: 8px;
      padding-top: 8px; }
  .z-cell-mortgage-calculator .z-legal {
    clear: both;
    font-size: 11px; }
  .z-cell-mortgage-calculator .z-result {
    border-top: 4px solid #ccc;
    margin-bottom: 25px;
    margin-top: 15px;
    padding-top: 10px; }
    .z-cell-mortgage-calculator .z-result .z-field__left {
      margin-top: 2px;
      width: 30%; }
    .z-cell-mortgage-calculator .z-result .z-field__right {
      margin-top: -3px; }
    .z-cell-mortgage-calculator .z-result .z-label {
      font-size: 16px;
      padding-bottom: 0;
      padding-top: 0; }
    .z-cell-mortgage-calculator .z-result .z-input {
      -webkit-text-fill-color: #1169b6;
      background-color: transparent;
      border: none;
      color: #1169b6;
      font-size: 28px;
      height: 36px;
      height: inherit;
      line-height: 30px;
      padding: 0;
      text-indent: 0; }
  .z-cell-mortgage-calculator:after {
    clear: both;
    content: " ";
    display: block; }
  .z-cell-mortgage-calculator #z-mcalc__property-interest + .z-field__append {
    left: 42px; }

.z-mobile-mortgage-calculator--iframe {
  width: 100%; }

.z-mortgage-calculator--step {
  background-color: #eee;
  float: left;
  margin-bottom: 20px;
  width: 100%; }
  .z-mortgage-calculator--step .z-layout--major .z-layout--wrapper,
  .z-mortgage-calculator--step .z-layout--minor .z-layout--wrapper {
    padding: 20px; }
    .z-mortgage-calculator--step .z-layout--major .z-layout--wrapper:after,
    .z-mortgage-calculator--step .z-layout--minor .z-layout--wrapper:after {
      content: " ";
      display: block;
      clear: both; }
  @media (min-width: 700px) {
    .z-mortgage-calculator--step .z-layout--major {
      width: 56%;
      float: left; } }
  .z-mortgage-calculator--step .z-layout--major .z-field:last-child {
    margin-bottom: 0; }
  .z-mortgage-calculator--step .z-layout--minor {
    text-align: center; }
    @media (min-width: 700px) {
      .z-mortgage-calculator--step .z-layout--minor {
        width: 43%;
        float: left; } }
    .z-mortgage-calculator--step .z-layout--minor .z-input {
      -webkit-text-fill-color: #1169b6;
      background-color: transparent;
      border-bottom: 3px solid #99cc33;
      border-left: none;
      border-right: none;
      border-top: none;
      color: #1169b6;
      display: block;
      font-size: 30px;
      font-weight: normal;
      margin: 0 auto;
      padding-bottom: 3px;
      padding-top: 3px;
      text-align: center;
      width: 95%; }
  .z-mortgage-calculator--step h3 {
    padding-left: 0;
    padding-top: 0; }
    @media (min-width: 850px) {
      .z-mortgage-calculator--step h3 {
        padding-top: 45px; } }
    .z-mortgage-calculator--step h3:after {
      display: none; }
  .z-mortgage-calculator--step .z-field__left {
    margin-top: -6px;
    text-align: right;
    width: 46%; }
    @media screen and (min-width: 410px) {
      .z-mortgage-calculator--step .z-field__left {
        margin-top: 0; } }
    .z-mortgage-calculator--step .z-field__left label {
      font-size: 13px;
      line-height: 14px;
      text-align: right;
      clear: none;
      float: right;
      margin-top: .5em;
      width: 80px; }
      .z-mortgage-calculator--step .z-field__left label.z-has-help {
        margin-right: 25px; }
      @media screen and (min-width: 410px) {
        .z-mortgage-calculator--step .z-field__left label {
          width: 100%; } }
  .z-mortgage-calculator--step .z-field__right {
    width: 50%; }
  .z-mortgage-calculator--step .z-label-extended {
    float: left; }
  .z-mortgage-calculator--step input:focus {
    outline: 2px solid #99cc33; }
  .z-mortgage-calculator--step input[readonly]:focus {
    outline: none; }
  .z-mortgage-calculator--step .z-field {
    margin-bottom: 25px; }
  .z-mortgage-calculator--step .z-field__append,
  .z-mortgage-calculator--step .z-field__prepend {
    height: 32px;
    line-height: 32px;
    padding: 0; }
  .z-mortgage-calculator--step #z-repaycalc__interest + .z-field__append {
    left: 42px; }
  .z-mortgage-calculator--step .z-toggle-help {
    position: absolute;
    top: 10px;
    right: 0; }
    @media screen and (min-width: 410px) {
      .z-mortgage-calculator--step .z-toggle-help {
        top: 3px; } }
    .z-mortgage-calculator--step .z-toggle-help .z-toggle-help__content {
      text-align: left;
      width: 240px;
      left: -120px; }
      .z-mortgage-calculator--step .z-toggle-help .z-toggle-help__content p {
        line-height: 20px; }
    .z-mortgage-calculator--step .z-toggle-help .z-toggle-help__icon {
      font-size: 10px;
      height: 16px;
      line-height: 16px;
      margin-bottom: 8px;
      width: 16px; }
  .z-mortgage-calculator--step .z-validation {
    display: block;
    clear: both;
    margin-top: 0;
    float: left;
    font-weight: bold;
    padding: 0 20px 20px 20px; }

.z-overlay ul {
  list-style-type: disc;
  margin-left: 25px; }
.z-overlay .z-contact-broker {
  background-color: #F0F2F2;
  border-radius: 3px;
  border-top: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  margin: 20px auto 30px;
  max-width: 500px;
  padding: 20px;
  position: relative;
  top: 40px;
  z-index: 12; }
  .z-overlay .z-contact-broker .z-lede {
    margin-bottom: 0; }
  .z-overlay .z-contact-broker h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 0; }
    .z-overlay .z-contact-broker h3:after {
      content: none; }
  .z-overlay .z-contact-broker .z-promo {
    clear: both;
    float: left;
    margin-bottom: 0;
    margin-top: 20px; }
.z-overlay .z-overlay-close {
  background-color: transparent;
  border: none;
  right: -11px;
  text-indent: -9999px;
  top: -11px;
  z-index: 20; }
@media (max-width: 759px) {
  .main .z-overlay {
    padding: 0 2rem 0 1.5rem; } }

.popup_wrapper {
  overflow: visible !important; }
  .probably-mobile .popup_wrapper {
    position: absolute !important;
    top: 2rem;
    height: 1700px !important; }

.z-overlay .z-disabled-submit, .z-overlay .z-disabled-submit:hover {
  color: #555;
  background-color: #ccc; }

a.btn.mortgage-calculator-btn span {
  background-image: url(/mortgages/images/icon-mortgage-calculator-blue-1x.png);
  background-position: 2px top;
  background-repeat: no-repeat; }

.backgroundsize a.btn.mortgage-calculator-btn span {
  background-image: url(/mortgages/images/icon-mortgage-calculator-blue-2x.png);
  background-size: 15px; }

a.mortgage-calculator-btn span {
  background-image: url(/mortgages/images/icon-mortgage-calculator-white-1x.png);
  background-position: 0 2px;
  background-repeat: no-repeat; }

.backgroundsize a.mortgage-calculator-btn span {
  background-image: url(/mortgages/images/icon-mortgage-calculator-white-2x.png);
  background-size: 16px; }

.short-header {
  padding: 13px 90px 13px 52px;
  line-height: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: normal; }

/* Colors */
.z-step--newgreen .z-step-number,
.z-step--newgreen .z-step-bullet,
.z-step--newgreen .z-nav-page__step-bullet, .z-step--newgreen width,
.z-step--newgreen .z-section h3:after {
  background-color: #04a05d; }
.z-step--newgreen.z-step--left .z-step-number__text, .z-step--newgreen.z-step--right .z-step-number__text {
  border-color: transparent #04a05d transparent transparent; }
@media (min-width: 760px) {
  .z-step--newgreen.z-step--left .z-step-number__text {
    border-color: transparent transparent transparent #04a05d; } }
.z-step--newgreen .z-section,
.z-step--newgreen .z-step-link:hover,
.z-step--newgreen .z-step-link:focus,
.z-step--newgreen .z-step-link:active {
  border-color: #04a05d; }

.z-step--lime .z-step-number,
.z-step--lime .z-step-bullet,
.z-step--lime .z-nav-page__step-bullet,
.z-step--lime .z-section h3:after {
  background-color: #99cc33; }
.z-step--lime.z-step--left .z-step-number__text, .z-step--lime.z-step--right .z-step-number__text {
  border-color: transparent #99cc33 transparent transparent; }
@media (min-width: 760px) {
  .z-step--lime.z-step--left .z-step-number__text {
    border-color: transparent transparent transparent #99cc33; } }
.z-step--lime .z-section,
.z-step--lime .z-step-link:hover,
.z-step--lime .z-step-link:focus,
.z-step--lime .z-step-link:active {
  border-color: #99cc33; }

.z-step--beachblue .z-step-number,
.z-step--beachblue .z-step-bullet,
.z-step--beachblue .z-nav-page__step-bullet,
.z-step--beachblue .z-nav-page__step-bullet,
.z-step--beachblue .z-section h3:after {
  background-color: #3ca8cb; }
.z-step--beachblue.z-step--right .z-step-number__text, .z-step--beachblue.z-step--left .z-step-number__text {
  border-color: transparent #3ca8cb transparent transparent; }
@media (min-width: 760px) {
  .z-step--beachblue.z-step--left .z-step-number__text {
    border-color: transparent transparent transparent #3ca8cb; } }
.z-step--beachblue .z-section,
.z-step--beachblue .z-step-link:hover,
.z-step--beachblue .z-step-link:focus,
.z-step--beachblue .z-step-link:active {
  border-color: #3ca8cb; }

.z-step--paleblue .z-step-number,
.z-step--paleblue .z-step-bullet,
.z-step--paleblue .z-nav-page__step-bullet,
.z-step--paleblue .z-section h3:after {
  background-color: #81c5c3; }
.z-step--paleblue.z-step--right .z-step-number__text, .z-step--paleblue.z-step--left .z-step-number__text {
  border-color: transparent #81c5c3 transparent transparent; }
@media (min-width: 760px) {
  .z-step--paleblue.z-step--left .z-step-number__text {
    border-color: transparent transparent transparent #81c5c3; } }
.z-step--paleblue .z-section,
.z-step--paleblue .z-step-link:hover,
.z-step--paleblue .z-step-link:focus,
.z-step--paleblue .z-step-link:active {
  border-color: #81c5c3; }

.z-step--palegreen .z-step-number,
.z-step--palegreen .z-step-bullet,
.z-step--palegreen .z-nav-page__step-bullet,
.z-step--palegreen .z-section h3:after {
  background-color: #7bba80; }
.z-step--palegreen.z-step--right .z-step-number__text, .z-step--palegreen.z-step--left .z-step-number__text {
  border-color: transparent #7bba80 transparent transparent; }
@media (min-width: 760px) {
  .z-step--palegreen.z-step--left .z-step-number__text {
    border-color: transparent transparent transparent #7bba80; } }
.z-step--palegreen .z-section,
.z-step--palegreen .z-step-link:hover,
.z-step--palegreen .z-step-link:focus,
.z-step--palegreen .z-step-link:active {
  border-color: #7bba80; }

.z-step--yellow .z-step-number,
.z-step--yellow .z-step-bullet,
.z-step--yellow .z-nav-page__step-bullet,
.z-step--yellow .z-section h3:after {
  background-color: #cbbd23; }
.z-step--yellow.z-step--right .z-step-number__text, .z-step--yellow.z-step--left .z-step-number__text {
  border-color: transparent #cbbd23 transparent transparent; }
@media (min-width: 760px) {
  .z-step--yellow.z-step--left .z-step-number__text {
    border-color: transparent transparent transparent #cbbd23; } }
.z-step--yellow .z-section,
.z-step--yellow .z-step-link:hover,
.z-step--yellow .z-step-link:focus,
.z-step--yellow .z-step-link:active {
  border-color: #cbbd23; }

.z-step--teal .z-step-number,
.z-step--teal .z-step-bullet,
.z-step--teal .z-nav-page__step-bullet,
.z-step--teal .z-section h3:after {
  background-color: #338e8a; }
.z-step--teal.z-step--right .z-step-number__text, .z-step--teal.z-step--left .z-step-number__text {
  border-color: transparent #338e8a transparent transparent; }
@media (min-width: 760px) {
  .z-step--teal.z-step--left .z-step-number__text {
    border-color: transparent transparent transparent #338e8a; } }
.z-step--teal .z-section,
.z-step--teal .z-step-link:hover,
.z-step--teal .z-step-link:focus,
.z-step--teal .z-step-link:active {
  border-color: #338e8a; }

.z-step--oceanblue .z-step-number,
.z-step--oceanblue .z-step-bullet,
.z-step--oceanblue .z-nav-page__step-bullet,
.z-step--oceanblue .z-section h3:after {
  background-color: #397cb5; }
.z-step--oceanblue.z-step--right .z-step-number__text, .z-step--oceanblue.z-step--left .z-step-number__text {
  border-color: transparent #397cb5 transparent transparent; }
@media (min-width: 760px) {
  .z-step--oceanblue.z-step--left .z-step-number__text {
    border-color: transparent transparent transparent #397cb5; } }
.z-step--oceanblue .z-section,
.z-step--oceanblue .z-step-link:hover,
.z-step--oceanblue .z-step-link:focus,
.z-step--oceanblue .z-step-link:active {
  border-color: #397cb5; }

.z-step--electricblue .z-step-number,
.z-step--electricblue .z-step-bullet,
.z-step--electricblue .z-nav-page__step-bullet,
.z-step--electricblue .z-section h3:after {
  background-color: #86d0f4; }
.z-step--electricblue.z-step--right .z-step-number__text, .z-step--electricblue.z-step--left .z-step-number__text {
  border-color: transparent #86d0f4 transparent transparent; }
@media (min-width: 760px) {
  .z-step--electricblue.z-step--left .z-step-number__text {
    border-color: transparent transparent transparent #86d0f4; } }
.z-step--electricblue .z-section,
.z-step--electricblue .z-step-link:hover,
.z-step--electricblue .z-step-link:focus,
.z-step--electricblue .z-step-link:active {
  border-color: #86d0f4; }

.z-step--vividgreen .z-step-number,
.z-step--vividgreen .z-step-bullet,
.z-step--vividgreen .z-nav-page__step-bullet,
.z-step--vividgreen .z-section h3:after {
  background-color: #36bda8; }
.z-step--vividgreen.z-step--right .z-step-number__text, .z-step--vividgreen.z-step--left .z-step-number__text {
  border-color: transparent #36bda8 transparent transparent; }
@media (min-width: 760px) {
  .z-step--vividgreen.z-step--left .z-step-number__text {
    border-color: transparent transparent transparent #36bda8; } }
.z-step--vividgreen .z-section,
.z-step--vividgreen .z-step-link:hover,
.z-step--vividgreen .z-step-link:focus,
.z-step--vividgreen .z-step-link:active {
  border-color: #36bda8; }
