/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Bounce To Right */

/* line 10, stdin */

.punch-switch-calculator .parsley-error {
  color: red;
  background-color: rgba(255, 99, 99, 0.3);
}

/* line 15, stdin */

.punch-switch-calculator .hide-item {
  display: none;
}

/* line 19, stdin */

.punch-switch-calculator .parsely-single-error .filled ~ .filled {
  display: none;
}

/* line 23, stdin */

.punch-switch-calculator #error-container {
  margin-top: 20px;
}

/* line 28, stdin */

.punch-switch-calculator .show-item {
  display: block !important;
}

/* line 32, stdin */

.punch-switch-calculator__title {
  margin-bottom: 40px;
}

/* line 36, stdin */

.punch-switch-calculator .increase-term-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 40, stdin */

.punch-switch-calculator .increase-term-fields label {
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  padding: 6px 25px;
  background-color: #ffffff;
  text-decoration: none;
}

/* line 48, stdin */

.punch-switch-calculator .increase-term-fields label:first-of-type {
  margin-right: 10px;
}

/* line 56, stdin */

.punch-switch-calculator .increase-term-fields label:hover,
.punch-switch-calculator .increase-term-fields label:focus,
.punch-switch-calculator .increase-term-fields label:active {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 65, stdin */

.punch-switch-calculator .increase-term-fields input[checked="checked"] + label {
  color: #ffffff;
  text-decoration: underline;
}

/* line 73, stdin */

.punch-switch-calculator .increase-term-fields input[checked="checked"] + label:hover,
.punch-switch-calculator .increase-term-fields input[checked="checked"] + label:focus,
.punch-switch-calculator .increase-term-fields input[checked="checked"] + label:active {
  color: #ffffff;
}

/* line 85, stdin */

.punch-switch-calculator .increase-term-fields input:hover + label,
.punch-switch-calculator .increase-term-fields input:focus + label,
.punch-switch-calculator .increase-term-fields input:active + label {
  text-decoration: none;
  color: #ffffff;
}

/* line 99, stdin */

.punch-switch-calculator .increase-term-fields input[checked="checked"]:hover + label,
.punch-switch-calculator .increase-term-fields input[checked="checked"]:focus + label,
.punch-switch-calculator .increase-term-fields input[checked="checked"]:active + label {
  color: #ffffff;
}

/* line 107, stdin */

.punch-switch-calculator .calculator-tooltip {
  border-radius: 50%;
  color: white;
  border: none;
  height: 14px;
  width: 14px;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px;
  font-size: 12px;
  margin-left: 10px;
}

/* line 123, stdin */

.punch-switch-calculator .calculator-tooltip img {
  width: 18px;
  height: 18px;
}

/* line 132, stdin */

.punch-switch-calculator__form__header {
  padding: 13px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 137, stdin */

.punch-switch-calculator__form__header__title {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 146, stdin */

.punch-switch-calculator__form form .form-top {
  padding: 13px 25px;
  margin-bottom: 21px;
}

/* line 151, stdin */

.punch-switch-calculator__form form .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 991px) {
  /* line 151, stdin */

  .punch-switch-calculator__form form .input-wrapper {
    width: inherit;
  }
}

/* line 164, stdin */

.punch-switch-calculator__form form .punch-switch-calculator__form__switch-account .form-group-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 169, stdin */

.punch-switch-calculator__form form .punch-switch-calculator__form__switch-account .form-group {
  position: relative;
  width: 100%;
}

@media (min-width: 991px) {
  /* line 169, stdin */

  .punch-switch-calculator__form form .punch-switch-calculator__form__switch-account .form-group {
    width: auto;
  }
}

/* line 182, stdin */

.punch-switch-calculator__form form .punch-switch-calculator__form__switch-account .form-group__switch-amount input {
  padding-left: 40px;
}

/* line 187, stdin */

.punch-switch-calculator__form form .punch-switch-calculator__form__switch-account .form-group .loan-term__input-style {
  position: absolute;
  right: 0px;
  top: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  width: 30px;
  text-align: center;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 29px;
  font-size: 0.77em;
  pointer-events: none;
}

/* line 205, stdin */

.punch-switch-calculator__form form .punch-switch-calculator__form__switch-account .form-group .loan-term__input-pounds {
  left: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* line 213, stdin */

.punch-switch-calculator__form form .punch-switch-calculator__form__switch-account .form-group .loan-term__input-percent {
  right: 0px;
}

/* line 220, stdin */

.punch-switch-calculator__form form .punch-switch-calculator__form__rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 225, stdin */

.punch-switch-calculator__form form .punch-switch-calculator__form__rates input {
  width: 100%;
}

/* line 229, stdin */

.punch-switch-calculator__form form .punch-switch-calculator__form__rates .form-group__interest {
  position: relative;
  width: 50%;
}

@media (min-width: 991px) {
  /* line 229, stdin */

  .punch-switch-calculator__form form .punch-switch-calculator__form__rates .form-group__interest {
    width: auto;
  }
}

/* line 237, stdin */

.punch-switch-calculator__form form .punch-switch-calculator__form__rates .form-group__interest:first-of-type {
  margin-right: 10px;
}

/* line 241, stdin */

.punch-switch-calculator__form form .punch-switch-calculator__form__rates .form-group__interest .percent-icon {
  position: absolute;
  right: 33px;
  top: 48px;
  width: 30px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  pointer-events: none;
}

/* line 259, stdin */

.punch-switch-calculator__form form .form-bottom {
  padding: 13px 25px 20px 25px;
  margin-bottom: 50px;
}

@media (min-width: 991px) {
  /* line 259, stdin */

  .punch-switch-calculator__form form .form-bottom {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  /* line 267, stdin */

  .punch-switch-calculator__form form .form-bottom .site-button {
    max-width: 100%;
    padding: 5px 20px 5px 20px;
    text-align: center;
  }
}

/* line 277, stdin */

.punch-switch-calculator__form form label {
  font-weight: 700;
  font-size: 0.77em;
  margin-bottom: 10px;
}

/* line 284, stdin */

.punch-switch-calculator__form form select {
  color: #59595B;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #ffffff;
}

/* line 292, stdin */

.punch-switch-calculator__form form input,
.punch-switch-calculator__form form select {
  border-radius: 20px;
  border: none;
  padding: 2px 0px 2px 10px;
  width: 100%;
  height: 29px;
  font-size: 0.77em;
}

@media (min-width: 991px) {
  /* line 292, stdin */

  .punch-switch-calculator__form form input,
  .punch-switch-calculator__form form select {
    width: 140px;
  }
}

/* line 309, stdin */

.punch-switch-calculator__form form .site-button {
  border: none;
  width: 100%;
  margin-top: 25px;
}

/* line 315, stdin */

.punch-switch-calculator__form form .loan-balance-field {
  position: relative;
}

/* line 318, stdin */

.punch-switch-calculator__form form .loan-balance-field input {
  padding-left: 40px;
}

/* line 322, stdin */

.punch-switch-calculator__form form .loan-balance-field .pound-icon {
  position: absolute;
  left: 0px;
  top: 48px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white;
  width: 30px;
  text-align: center;
  font-weight: 700;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

/* line 341, stdin */

.punch-switch-calculator__form form .payment-type-field {
  position: relative;
  width: 100%;
}

@media (min-width: 991px) {
  /* line 341, stdin */

  .punch-switch-calculator__form form .payment-type-field {
    width: 192px;
  }
}

/* line 350, stdin */

.punch-switch-calculator__form form .payment-type-field .down-arrow-icon {
  position: absolute;
  right: 34px;
  top: 48px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  width: 30px;
  text-align: center;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 29px;
  pointer-events: none;
}

@media (min-width: 991px) {
  /* line 350, stdin */

  .punch-switch-calculator__form form .payment-type-field .down-arrow-icon {
    right: 54px;
  }
}

/* line 372, stdin */

.punch-switch-calculator__form form .loan-term-group,
.punch-switch-calculator__form form .loan-term-increase-group {
  position: relative;
  width: 100%;
}

@media (min-width: 991px) {
  /* line 372, stdin */

  .punch-switch-calculator__form form .loan-term-group,
  .punch-switch-calculator__form form .loan-term-increase-group {
    width: auto;
  }
}

/* line 381, stdin */

.punch-switch-calculator__form form .loan-term-group .loan-term__input-style,
.punch-switch-calculator__form form .loan-term-group .loan-term-increase__input-style,
.punch-switch-calculator__form form .loan-term-increase-group .loan-term__input-style,
.punch-switch-calculator__form form .loan-term-increase-group .loan-term-increase__input-style {
  position: absolute;
  right: 0px;
  top: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  width: 53px;
  text-align: center;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 29px;
  font-size: 0.77em;
  pointer-events: none;
}

/* line 400, stdin */

.punch-switch-calculator__form form .loan-term-group .loan-term__input-years,
.punch-switch-calculator__form form .loan-term-group .loan-term-increase__input-years,
.punch-switch-calculator__form form .loan-term-increase-group .loan-term__input-years,
.punch-switch-calculator__form form .loan-term-increase-group .loan-term-increase__input-years {
  right: 0px;
}

/* line 405, stdin */

.punch-switch-calculator__form form .loan-term-group .loan-term__input-months,
.punch-switch-calculator__form form .loan-term-group .loan-term-increase__input-months,
.punch-switch-calculator__form form .loan-term-increase-group .loan-term__input-months,
.punch-switch-calculator__form form .loan-term-increase-group .loan-term-increase__input-months {
  width: 70px;
  right: 0px;
}

/* line 412, stdin */

.punch-switch-calculator__form form .hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 422, stdin */

.punch-switch-calculator__form .loan-term,
.punch-switch-calculator__form .loan-term-increase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 429, stdin */

.punch-switch-calculator__form .loan-term__inputs,
.punch-switch-calculator__form .loan-term-increase__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (min-width: 991px) {
  /* line 429, stdin */

  .punch-switch-calculator__form .loan-term__inputs,
  .punch-switch-calculator__form .loan-term-increase__inputs {
    width: auto;
  }
}

/* line 440, stdin */

.punch-switch-calculator__form .loan-term__inputs .form-group,
.punch-switch-calculator__form .loan-term-increase__inputs .form-group {
  width: 100%;
}

@media (min-width: 991px) {
  /* line 440, stdin */

  .punch-switch-calculator__form .loan-term__inputs .form-group,
  .punch-switch-calculator__form .loan-term-increase__inputs .form-group {
    width: 140px;
  }
}

/* line 447, stdin */

.punch-switch-calculator__form .loan-term__inputs .form-group input,
.punch-switch-calculator__form .loan-term-increase__inputs .form-group input {
  width: 100%;
}

@media (min-width: 991px) {
  /* line 447, stdin */

  .punch-switch-calculator__form .loan-term__inputs .form-group input,
  .punch-switch-calculator__form .loan-term-increase__inputs .form-group input {
    width: 140px;
  }
}

/* line 455, stdin */

.punch-switch-calculator__form .loan-term__inputs .form-group:first-of-type,
.punch-switch-calculator__form .loan-term-increase__inputs .form-group:first-of-type {
  margin-right: 10px;
}

/* line 464, stdin */

.punch-switch-calculator__form .loan-term-increase {
  display: none;
}

/* line 468, stdin */

.punch-switch-calculator__form .ppInterest-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 478, stdin */

.punch-switch-calculator__form .ppInterest-input-wrapper input {
  width: 100%;
}

@media (min-width: 991px) {
  /* line 478, stdin */

  .punch-switch-calculator__form .ppInterest-input-wrapper input {
    width: 140px;
  }
}

/* line 486, stdin */

.punch-switch-calculator__form .ppInterest-input-wrapper .ppInterestWrapper {
  position: relative;
}

/* line 489, stdin */

.punch-switch-calculator__form .ppInterest-input-wrapper .ppInterestWrapper #ppInterestBalanceVisual {
  padding-left: 40px;
  padding-right: 10px;
}

/* line 501, stdin */

.punch-switch-calculator__form .ppInterest-input-wrapper .ppInterestWrapper input:disabled {
  color: #e0e0e0 !important;
  background-color: #ffffff !important;
}

/* line 506, stdin */

.punch-switch-calculator__form .ppInterest-input-wrapper .ppInterestWrapper .disabled-icon {
  background-color: #e0e0e0 !important;
}

/* line 510, stdin */

.punch-switch-calculator__form .ppInterest-input-wrapper .ppInterestWrapper .pound-icon {
  position: absolute;
  left: 0px;
  top: 1px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white;
  width: 30px;
  text-align: center;
  font-weight: 700;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

/* line 528, stdin */

.punch-switch-calculator__form .ppInterest-input-wrapper .ppInterestWrapper {
  position: relative;
}

/* line 531, stdin */

.punch-switch-calculator__form .ppInterest-input-wrapper .ppInterestWrapper .percent-icon {
  position: absolute;
  right: 0px;
  top: 1px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  width: 30px;
  text-align: center;
  font-weight: 700;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

/* line 550, stdin */

.punch-switch-calculator__form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

/* line 558, stdin */

.punch-switch-calculator .punch-switch-calculator__results-initial--mobile {
  display: block;
  margin-bottom: 25px;
}

@media (min-width: 991px) {
  /* line 558, stdin */

  .punch-switch-calculator .punch-switch-calculator__results-initial--mobile {
    display: none;
  }
}

/* line 567, stdin */

.punch-switch-calculator .punch-switch-calculator__results-initial--desktop {
  display: none;
}

@media (min-width: 991px) {
  /* line 567, stdin */

  .punch-switch-calculator .punch-switch-calculator__results-initial--desktop {
    display: block;
  }
}

/* line 576, stdin */

.punch-switch-calculator .punch-switch-calculator__results-initial {
  border-radius: 10px;
  padding: 14px;
}

@media (min-width: 991px) {
  /* line 576, stdin */

  .punch-switch-calculator .punch-switch-calculator__results-initial {
    padding: 34px;
  }
}

/* line 585, stdin */

.punch-switch-calculator .punch-switch-calculator__results-initial .bold {
  font-weight: 700;
}

/* line 589, stdin */

.punch-switch-calculator .punch-switch-calculator__results-initial a {
  color: #59595B;
}

/* line 593, stdin */

.punch-switch-calculator .punch-switch-calculator__results-initial .underline-text {
  text-decoration: underline;
  font-weight: 700;
}

/* line 600, stdin */

.punch-switch-calculator .punch-switch-calculator__results-initial ul li .bold {
  font-weight: 700;
}

/* line 608, stdin */

.punch-switch-calculator .punch-switch-calculator__results {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: none;
}

/* line 613, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box {
  margin: 20px 0;
  border-bottom: 2px solid #E0E0E0;
  padding-bottom: 20px;
}

/* line 618, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box p {
  font-weight: 500;
}

/* line 622, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 629, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box #morgagePaybackBalances p.current span {
  display: block;
  width: 100%;
  font-weight: 700;
}

/* line 637, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box #morgagePaybackBalances p.partCurrent span {
  display: block;
  width: 100%;
  font-weight: 700;
}

/* line 645, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box #morgagePaybackBalances p.partExtended span {
  display: block;
  width: 100%;
  font-weight: 700;
}

/* line 655, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box #morgageAmountsPaidBack p.current span {
  display: block;
  width: 100%;
  font-weight: 700;
}

/* line 663, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box #morgageAmountsPaidBack p.partCurrent span {
  display: block;
  width: 100%;
  font-weight: 700;
}

/* line 671, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box #morgageAmountsPaidBack p.partExtended span {
  display: block;
  width: 100%;
  font-weight: 700;
}

/* line 681, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box #morgageMonthlyPayments p.current span {
  display: block;
  width: 100%;
  font-weight: 700;
}

/* line 689, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box #morgageMonthlyPayments p.partCurrent span {
  display: block;
  width: 100%;
  font-weight: 700;
}

/* line 697, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box #morgageMonthlyPayments p.partExtended span {
  display: block;
  width: 100%;
  font-weight: 700;
}

/* line 705, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box__stats {
  border-radius: 14px;
  padding: 15px;
  margin-bottom: 10px !important;
}

/* line 710, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box__stats:nth-last-child(1) {
  margin-bottom: 0 !important;
}

/* line 715, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box h3 {
  font-weight: 700;
  font-size: 1.2em;
}

/* line 719, stdin */

.punch-switch-calculator .punch-switch-calculator__results__box h3 strong {
  font-size: 1.3em;
}

/* line 725, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner {
  padding: 13px 25px;
}

/* line 728, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom {
  border-top: 2px solid #59595B;
  padding: 20px 0;
}

/* line 732, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .table-title {
  margin-bottom: 1rem;
  display: block;
}

/* line 737, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-button:not(.collapsed) {
  color: #59595B;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-right-radius: none;
  border-top-left-radius: none;
}

/* line 744, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-button:not(.collapsed):focus-visible {
  -webkit-box-shadow: 0px 0px 0px 4px #59595b;
          box-shadow: 0px 0px 0px 4px #59595b;
}

/* line 750, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-button.collapsed:focus-visible {
  -webkit-box-shadow: 0px 0px 0px 4px #59595b;
          box-shadow: 0px 0px 0px 4px #59595b;
}

/* line 754, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-button:not(:focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 758, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-button {
  font-size: 22px;
  font-weight: 700;
  color: #59595B;
  padding: 0px 25px 25px 0px;
}

/* line 766, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-button svg {
  position: absolute;
  right: 0;
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  color: #ffffff;
  border-radius: 70px;
  padding: 8px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 781, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-button:after {
  background-image: none;
}

/* line 785, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #59595B;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #59595B;
}

/* line 791, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-button:not(.collapsed):after {
  background-image: none;
}

/* line 795, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-button:not(.collapsed) svg {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #ffffff;
  border-radius: 70px;
  padding: 8px;
  width: 40px;
  height: 40px;
}

/* line 810, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-body {
  padding: 0px 25px 0 0;
}

/* line 815, stdin */

.punch-switch-calculator .punch-switch-calculator__results-inner-bottom .accordion-item {
  border: none;
}

/* line 823, stdin */

.punch-switch-calculator .punch-switch-calculator__results__header {
  padding: 13px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 828, stdin */

.punch-switch-calculator .punch-switch-calculator__results__header__title {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 836, stdin */

.punch-switch-calculator .punch-switch-calculator__results__summary-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px;
}

/* line 844, stdin */

.punch-switch-calculator .punch-switch-calculator__results__summary-box-left p {
  font-size: 0.87em;
  margin-bottom: 10px;
}

/* line 849, stdin */

.punch-switch-calculator .punch-switch-calculator__results__summary-box-left span {
  font-weight: 700;
  font-size: 20px;
}

/* line 854, stdin */

.punch-switch-calculator .punch-switch-calculator__results__summary-box-left #summaryPayment {
  margin-bottom: 15px;
}

/* line 858, stdin */

.punch-switch-calculator .punch-switch-calculator__results__summary-box-left .site-button {
  margin-bottom: 15px;
  margin-top: 30px;
}

/* line 865, stdin */

.punch-switch-calculator .punch-switch-calculator__results__summary-box-right {
  padding: 25px 35px;
  text-align: center;
  border-radius: 14px;
  position: relative;
}

/* line 871, stdin */

.punch-switch-calculator .punch-switch-calculator__results__summary-box-right .calculator-tooltip {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-left: 0;
}

/* line 879, stdin */

.punch-switch-calculator .punch-switch-calculator__results__summary-box-right .monthly-payment-box {
  font-size: 0.87em;
  line-height: 17px;
}

/* line 886, stdin */

.punch-switch-calculator .punch-switch-calculator__results__summary-box-right h2 {
  font-size: 1.93em;
}

/* line 892, stdin */

.punch-switch-calculator .punch-switch-calculator__results .table > :not(caption) > * > * {
  padding: 0.6rem 0.2rem;
}

@media (min-width: 991px) {
  /* line 892, stdin */

  .punch-switch-calculator .punch-switch-calculator__results .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
  }
}

/* line 900, stdin */

.punch-switch-calculator .punch-switch-calculator__results table {
  margin-bottom: 20px;
}

/* line 904, stdin */

.punch-switch-calculator .punch-switch-calculator__results table .site-color-0 td,
.punch-switch-calculator .punch-switch-calculator__results table .site-color-1 td,
.punch-switch-calculator .punch-switch-calculator__results table .site-color-2 td {
  text-align: center;
}

/* line 910, stdin */

.punch-switch-calculator .punch-switch-calculator__results table tr {
  font-size: 0.77em;
  font-weight: 700;
  line-height: 20px;
}

/* line 916, stdin */

.punch-switch-calculator .punch-switch-calculator__results table th {
  color: #ffffff;
}

/* line 921, stdin */

.punch-switch-calculator .punch-switch-calculator__results table tr:first-of-type th:first-of-type {
  width: 33%;
}

/* line 926, stdin */

.punch-switch-calculator .punch-switch-calculator__results table tr th,
.punch-switch-calculator .punch-switch-calculator__results table tr td {
  text-align: center;
}

/* line 932, stdin */

.punch-switch-calculator .punch-switch-calculator__results table tbody th {
  text-align: left;
  color: #59595B;
}

/* line 940, stdin */

.punch-switch-calculator .information-box {
  text-align: center;
  padding: 29px 18px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

@media (min-width: 991px) {
  /* line 940, stdin */

  .punch-switch-calculator .information-box {
    margin-bottom: 0;
  }
}

/* line 954, stdin */

.punch-switch-calculator .information-box__header__title {
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 960, stdin */

.punch-switch-calculator .information-box p {
  margin-bottom: 25px;
}

/* line 965, stdin */

.punch-switch-calculator .show-item {
  display: block !important;
  -webkit-animation: fadeIn .3s ease-in-out;
       -o-animation: fadeIn .3s ease-in-out;
          animation: fadeIn .3s ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* line 991, stdin */

.punch-switch-calculator .hide-item {
  display: none;
  -webkit-animation: fadeOut .3s ease-in-out;
       -o-animation: fadeOut .3s ease-in-out;
          animation: fadeOut .3s ease-in-out;
}

/* line 997, stdin */

.punch-switch-calculator .mortgage-calc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 1002, stdin */

.punch-switch-calculator form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 1007, stdin */

.punch-switch-calculator label {
  margin-top: 10px;
}

/* line 1013, stdin */

.punch-switch-calculator button {
  margin-top: 10px;
}

/* line 1017, stdin */

.punch-switch-calculator table {
  border-collapse: collapse;
  width: 100%;
}

/* line 1022, stdin */

.punch-switch-calculator th,
.punch-switch-calculator td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd;
}

/* line 1029, stdin */

.punch-switch-calculator .ppInterestWrapper {
  position: relative;
}

/* line 1033, stdin */

.punch-switch-calculator .ppInterest-button {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

/* line 1042, stdin */

.punch-switch-calculator .ppInterest-button.disabled {
  display: none;
}

/* line 1046, stdin */

.punch-switch-calculator .switch-calculator__bottom {
  margin-top: 50px;
}

/* line 1049, stdin */

.punch-switch-calculator .switch-calculator__bottom__content {
  margin-bottom: 50px;
}

/* line 1052, stdin */

.punch-switch-calculator .switch-calculator__bottom__content__title {
  margin-bottom: 30px;
  font-weight: 700;
}

/* line 1057, stdin */

.punch-switch-calculator .switch-calculator__bottom__content a {
  color: #59595B;
  text-decoration: underline;
}

@media (min-width: 991px) {
  /* line 1070, stdin */

  .two-column-cards {
    margin-bottom: 0;
  }
}

/* line 1078, stdin */

.two-column-cards--background {
  padding-top: 200px;
  -webkit-clip-path: polygon(50% 0, 100% 3%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 3%);
          clip-path: polygon(50% 0, 100% 3%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 3%);
}

@media (min-width: 768px) {
  /* line 1078, stdin */

  .two-column-cards--background {
    -webkit-clip-path: polygon(50% 0, 100% 10%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 10%);
            clip-path: polygon(50% 0, 100% 10%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 10%);
    padding-bottom: 0;
  }
}

/* line 1093, stdin */

.two-column-cards__wrapper .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1098, stdin */

.two-column-cards__card {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
  padding: 27px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px 20px;
  text-align: center;
}

@media (min-width: 991px) {
  /* line 1098, stdin */

  .two-column-cards__card {
    margin: 0;
    margin-bottom: 36px;
    text-align: left;
  }
}

/* line 1115, stdin */

.two-column-cards__card .row {
  height: 100%;
}

/* line 1122, stdin */

.two-column-cards__card-image img {
  margin: 0 auto 30px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 170px;
}

@media (min-width: 991px) {
  /* line 1122, stdin */

  .two-column-cards__card-image img {
    width: 129px;
    margin: 0;
  }
}

/* line 1137, stdin */

.two-column-cards__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (min-width: 991px) {
  /* line 1137, stdin */

  .two-column-cards__card-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

/* line 1148, stdin */

.two-column-cards__card-content h3,
.two-column-cards__card-content p {
  margin-bottom: 17px;
}

/* line 1153, stdin */

.two-column-cards__card-content h3 {
  font-weight: bold;
}

/* line 1157, stdin */

.two-column-cards__card-content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-top: 20px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 991px) {
  /* line 1157, stdin */

  .two-column-cards__card-content-buttons {
    margin-top: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 1172, stdin */

.two-column-cards__card-content .site-button:first-of-type {
  margin-bottom: 17px;
}

/* line 1178, stdin */

.two-column-cards .carousel-arrows {
  margin-top: 35px;
  text-align: center;
}

/* line 1182, stdin */

.two-column-cards .carousel-arrows .next,
.two-column-cards .carousel-arrows .prev {
  border: none;
  background-color: transparent;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

/* line 1191, stdin */

.two-column-cards .carousel-arrows .next img,
.two-column-cards .carousel-arrows .prev img {
  width: 33px;
  height: 28px;
  padding: 5px;
}

/* line 1201, stdin */

.two-column-cards .carousel-arrows .next {
  padding-left: 2px;
}

/* line 1206, stdin */

.two-column-cards .carousel-arrows .prev {
  padding-left: 0;
}

/* line 1211, stdin */

.two-column-cards .carousel-arrows--mobile {
  display: block;
  text-align: center;
  margin-top: 60px;
}

@media (min-width: 991px) {
  /* line 1211, stdin */

  .two-column-cards .carousel-arrows--mobile {
    display: none;
  }
}

/* line 1220, stdin */

.two-column-cards .carousel-arrows--mobile .prev {
  margin-right: 31px;
}

/* line 1224, stdin */

.two-column-cards .carousel-arrows--mobile .next {
  margin-left: 31px;
}


/*# sourceMappingURL=punch-switch-calculator-hyalite.css.map*/