.mod-savings-plan-calculator {
  background-color: #f3f5f8;
  padding: 2.5rem 0 2rem;
}
.mod-savings-plan-calculator.white,
.mod-savings-plan-calculator.white .mspc-header-section .mspc-tab-navigation > li button.active:after {
  background-color: #ffffff;
}
.mod-savings-plan-calculator h2,
.mod-savings-plan-calculator p,
.mod-savings-plan-calculator ul {
  color: #4c4c4c;
}
.mod-savings-plan-calculator h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.mod-savings-plan-calculator p {
  font-size: .875rem;
  line-height: 1.25rem;
  margin: 0;
}
.mod-savings-plan-calculator .mspc-header-section p {
  max-width: 40.75rem;
  margin: 0 auto;
}
.mod-savings-plan-calculator ul {
  padding: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
  list-style: none;
}
.mod-savings-plan-calculator ul li:before {
  display: none;
}
.mod-savings-plan-calculator label {
  font-family: FrutigerLTW02-55Roman;
  font-size: .875rem;
  line-height: 1.375rem;
  color: #9daec9;
}
.mod-savings-plan-calculator .calculators-btn {
  padding: .75rem 1.25rem .688rem;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}
.mod-savings-plan-calculator .calculators-btn.calculators-btn-white {
  background: #fff;
  color: #0a3478;
}
.mod-savings-plan-calculator .calculators-btn.calculators-btn-white:hover {
  background: #e7ebf2;
}
.mod-savings-plan-calculator .calculators-btn.btn-show-plans {
  float: right;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.mod-savings-plan-calculator input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 27.5px;
  height: .5rem;
  cursor: pointer;
}
@supports (-ms-ime-align:auto) {
  .mod-savings-plan-calculator input[type=range] {
    border-radius: 0 0 27.5px;
  }
}
.mod-savings-plan-calculator input[type=range]::-ms-tooltip {
  display: none;
}
.mod-savings-plan-calculator input[type=range]::-ms-track {
  cursor: pointer;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  padding: .438rem 0;
  border-radius: 0 0 27.5px;
  height: 0.5rem;
}
.mod-savings-plan-calculator input[type=range]::-ms-fill-lower,
.mod-savings-plan-calculator input[type=range]::-ms-fill-upper {
  cursor: pointer;
  background: #fff;
  border-radius: 20px;
}
.mod-savings-plan-calculator input[type=range]::-ms-thumb {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  border: 2px solid #0a3478;
  background: #0a3478;
  box-shadow: inset 0 0 0 0.5rem #ffffff;
}
html[data-browser*="Edge/18"] .mod-savings-plan-calculator input[type=range]::-ms-thumb {
  box-shadow: inset 0 0 0 .531rem #fff;
  transform: translateY(1.5px);
}
.mod-savings-plan-calculator input[type=range]:focus::-ms-fill-lower,
.mod-savings-plan-calculator input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
.mod-savings-plan-calculator input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  background: transparent;
  border-radius: 0;
  margin-bottom: -0.313rem;
  border: 0;
}
.mod-savings-plan-calculator input[type=range]::-webkit-slider-thumb {
  border: 2px solid #0a3478;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0.688rem;
  background: #0a3478;
  margin-bottom: -0.313rem;
  box-shadow: inset 0 0 0 0.406rem #ffffff;
}
html[data-browser*=iPhone] .mod-savings-plan-calculator input[type=range]::-webkit-slider-thumb {
  margin-top: -0.625rem;
}
html[data-browser*=Android] .mod-savings-plan-calculator input[type=range]::-webkit-slider-thumb {
  margin-top: -0.688rem;
}
.mod-savings-plan-calculator input[type=range]:focus {
  outline: none;
}
.mod-savings-plan-calculator input[type=range]::-moz-range-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
  border: 0;
}
.mod-savings-plan-calculator input[type=range]::-moz-range-thumb {
  border: 2px solid #0a3478;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background: #0a3478;
  margin-bottom: -0.188rem;
  box-shadow: inset 0 0 0 .5rem #fff;
  cursor: pointer;
}
.mod-savings-plan-calculator label {
  display: inline-block;
  margin-bottom: 1rem;
}
.mod-savings-plan-calculator .mspc-content-wrapper {
  padding-left: .938rem;
  padding-right: 0.938rem;
}
.mod-savings-plan-calculator .mspc-content-wrapper .mspc-area-right {
  position: relative;
  margin-top: 2.5rem;
}
.mod-savings-plan-calculator .mspc-content-wrapper .mspc-area-right .dimmed {
  opacity: 0.25;
}
.mod-savings-plan-calculator .mspc-content-wrapper .mspc-area-right-tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  color: #333;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.33;
  text-align: center;
  width: 17.5rem;
  padding: 2rem;
  z-index: 2;
}
.mod-savings-plan-calculator .mspc-info {
  background: #6c85ac;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.mod-savings-plan-calculator .mspc-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod-savings-plan-calculator .mspc-info-icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.mod-savings-plan-calculator .mspc-info-icon .icon {
  height: 100%;
}
.mod-savings-plan-calculator .mspc-info-text h3,
.mod-savings-plan-calculator .mspc-info-text p {
  color: #ffffff;
}
.mod-savings-plan-calculator .mspc-info-text p {
  margin-bottom: 1rem;
}
.mod-savings-plan-calculator .mspc-info-text .bold {
  font-weight: 700;
}
.mod-savings-plan-calculator .mspc-info-text .colored {
  color: #ffcc00;
}
.mod-savings-plan-calculator .mspc-header-section h2,
.mod-savings-plan-calculator .mspc-header-section p {
  text-align: center;
}
.mod-savings-plan-calculator .mspc-header-section ul.mspc-tab-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.625rem;
  list-style: none;
}
.mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li:before,
.mod-savings-plan-calculator .mspc-header-section ul.mspc-tab-navigation li:before {
  display: none;
}
.mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li button {
  text-align: center;
  cursor: pointer;
  position: relative;
  color: #0a3478;
  padding-bottom: 1.25rem;
  background: none;
  border: none;
  font-size: 1rem;
  line-height: 1.375rem;
}
.mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li button:focus {
  outline: none;
}
.mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li button.active {
  color: #333;
  border-bottom: 5px solid #ffcc00;
}
.mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li button.active:after {
  content: "";
  width: 2rem;
  height: 2rem;
  bottom: 1px;
  border-bottom-right-radius: 4.5px;
  position: absolute;
  background: #f3f5f8;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateY(50%) translateX(-50%) rotate(45deg);
  transform: translateY(50%) translateX(-50%) rotate(45deg);
}
.mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li .label-desktop {
  display: none;
}
.mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li .label-mobile {
  display: block;
}
.mod-savings-plan-calculator .mspc-content-section {
  background: #0a3478;
  padding: 4rem 0;
  position: relative;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-error-wrapper {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}
.mod-savings-plan-calculator .mspc-content-section .mspc-error-wrapper .mspc-error-notification {
  background: #a9000f;
  padding: 1.5rem 1.063rem 1.063rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-error-wrapper .mspc-error-notification p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  font-size: .75rem;
  line-height: 1.063rem;
  color: #ffffff;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-error-wrapper .mspc-error-notification .mspc-mspc-calculators-btn-close-error {
  font-size: .75rem;
  line-height: 1.063rem;
  color: #fff;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  cursor: pointer;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group {
  margin-bottom: 3.75rem;
  position: relative;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > label .mspc-calculator-icon-info {
  display: inline-block;
  position: relative;
  top: .313rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.625rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -0.125rem;
}
html[data-browser*="rv:11.0"] .mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div[data-input-slider=expectedReturnInput] {
  height: 5.235rem;
}
html[data-browser*="Edge/18"] .mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div[data-input-slider=expectedReturnInput] {
  height: 3.11rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-icon-minus,
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-icon-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(10, 52, 120, 0.1);
  background-color: #d1d6e4;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-icon-minus {
  margin-right: 1.5rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-icon-minus span {
  display: block;
  background: #0a3478;
  width: 1rem;
  height: 0.125rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-icon-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 1.5rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-icon-plus span {
  position: absolute;
  display: block;
  background: #0a3478;
  width: 1rem;
  height: 0.125rem;
}
html[data-browser*="rv:11.0"] .mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-icon-plus span {
  left: 25%;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-icon-plus span:last-of-type {
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #0a3478;
  width: 1rem;
  height: 0.125rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-slider {
  position: relative;
  width: 100%;
}
html[data-browser*="rv:11.0"] .mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-slider .mspc-input-range {
  position: relative;
  top: 0.438rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-slider .mspc-input-range-placeholder {
  height: .5rem;
  border-radius: 27.5px;
  background: #9daec9;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-slider .mspc-input-range.hidden {
  display: none;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-slider .mspc-input-range-output {
  position: absolute;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem;
  top: 0;
  margin-top: 1.75rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
html[data-browser*="rv:11.0"] .mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-slider .mspc-input-range-output {
  margin-top: 3.5rem;
}
html[data-browser*="Edge/18"] .mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-slider .mspc-input-range-output {
  margin-top: 2.25rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group > div .mspc-calculator-slider .mspc-input-range-output.hidden {
  display: none;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-risk-wrapper span {
  color: #9daec9;
}
.mod-savings-plan-calculator .mspc-content-section mspc-risk-wrapper > span {
  line-height: 1.188rem;
}
.mod-savings-plan-calculator .mspc-content-section .risk-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 4px;
}
.mod-savings-plan-calculator .mspc-content-section .risk-tabs li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  text-align: center;
  padding: .938rem 0;
  font-size: 1rem;
  color: #0a3478;
  line-height: 1.25rem;
  font-family: FrutigerLTW02-55Roman;
  cursor: pointer;
}
.mod-savings-plan-calculator .mspc-content-section .risk-tabs li:focus {
  background: #ff0000;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-diagram-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 15rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-diagram-chart .mspc-diagram-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all .25s linear;
  height: 50%;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-diagram-chart .mspc-diagram-top-section .mspc-diagram-bar {
  background: #fc0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  border-bottom: 1px solid #0a3478;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-diagram-chart .mspc-diagram-top-section .mspc-diagram-result {
  border-bottom: 1px solid #ffcc00;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-diagram-chart .mspc-diagram-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-diagram-chart .mspc-diagram-bottom-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #5371a0;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-diagram-chart .mspc-diagram-bottom-section .mspc-diagram-bar {
  background: #5371a0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-bottom: 1px;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-diagram-chart .mspc-diagram-bar {
  margin-right: 0.625rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-diagram-chart .mspc-result-label {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #9daec9;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-diagram-chart .mspc-result-value {
  color: #ffffff;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: .938rem;
  margin-bottom: 3.75rem;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-result .mspc-result-label {
  color: #9daec9;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.mod-savings-plan-calculator .mspc-content-section .mspc-calculator-result .mspc-result-value {
  color: #fff;
  white-space: nowrap;
  margin-bottom: -0.313rem;
  font-size: 2.5rem;
  line-height: 2.813rem;
}
.mod-savings-plan-calculator .mspc-content-section .toggle-tooltip {
  cursor: pointer;
  width: 1.188rem;
  display: inline-block;
  height: 1.188rem;
  vertical-align: top;
  margin-left: 0.313rem;
}
.mod-savings-plan-calculator .mspc-content-section .toggle-tooltip > span {
  height: 100%;
  width: 100%;
}
.mod-savings-plan-calculator .mod-tooltip-navigation {
  margin-bottom: 1.25rem;
  margin-top: 0.625rem;
}
.mod-savings-plan-calculator .mspc-footer-section {
  padding-top: 2rem;
}
.mod-savings-plan-calculator .mspc-footer-section p {
  color: #7f7f7f;
  font-size: .75rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}
.mod-savings-plan-calculator .mspc-footer-section p a {
  text-decoration: none;
  color: #0a3478;
  font-weight: 700;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.75rem;
}
.mod-savings-plan-calculator .mspc-footer-section p a:hover {
  color: #3b5d93;
}
.mod-savings-plan-calculator .mspc-footer-section p a.docProductInfoLink {
  display: block;
  text-align: center;
}
.mod-savings-plan-calculator .mspc-footer-section p a.docProductInfoLink span:before {
  content: "\A";
  white-space: pre;
}
.mod-savings-plan-calculator .mspc-footer-section p a.docProductInfoLink .icon {
  fill: currentColor;
  height: 1rem;
  width: 1rem;
  display: inline-block;
}
.mod-savings-plan-calculator .mspc-footer-section p a.docProductInfoLink .icon svg {
  top: 0;
}
@media (min-width: 47.938rem) {
  .mod-savings-plan-calculator {
    padding-top: 4rem;
  }
  .mod-savings-plan-calculator .mspc-diagram-wrapper {
    margin-top: 3rem;
  }
  .mod-savings-plan-calculator .mod-tooltip-navigation {
    margin-bottom: 0;
  }
  .mod-savings-plan-calculator h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
  }
  .mod-savings-plan-calculator p {
    font-size: .875rem;
    line-height: 1.25rem;
  }
  .mod-savings-plan-calculator ul {
    list-style: none;
    padding: 0;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
  }
  .mod-savings-plan-calculator label {
    font-family: FrutigerLTW02-55Roman;
    font-size: .875rem;
    line-height: 1.375rem;
    color: #9daec9;
  }
  .mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation {
    margin-top: 3rem;
    list-style: none;
  }
  .mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation li:before {
    display: none;
  }
  .mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li button {
    padding-bottom: 1.938rem;
  }
  .mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li .label-desktop {
    display: block;
    width: 19.875rem;
  }
  .mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li .label-mobile {
    display: none;
  }
  .mod-savings-plan-calculator .mspc-content-wrapper {
    max-width: 48rem;
    margin: 0 auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .mod-savings-plan-calculator .mspc-content-wrapper .mspc-area-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .mod-savings-plan-calculator .mspc-content-wrapper .mspc-area-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-top: 0;
  }
  .mod-savings-plan-calculator .mspc-header-section p {
    max-width: 40.75rem;
    margin: 0 auto;
  }
  .mod-savings-plan-calculator .mspc-content-section .mspc-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mod-savings-plan-calculator .mspc-content-section .mspc-calculator-result .mspc-result-value {
    color: #fff;
    white-space: nowrap;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .mod-savings-plan-calculator .mspc-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-savings-plan-calculator .mspc-info-icon {
    margin-right: 1.5rem;
  }
  .mod-savings-plan-calculator .mspc-info-text h3 {
    margin-top: 0;
  }
  .mod-savings-plan-calculator .calculators-btn.calculators-btn-white {
    float: right;
  }
  .mod-savings-plan-calculator .mspc-footer-section p a.docProductInfoLink {
    text-align: left;
  }
  .mod-savings-plan-calculator .mspc-footer-section p a.docProductInfoLink span:before {
    content: "";
    white-space: normal;
  }
  .mod-savings-plan-calculator .mspc-footer-section p a.docProductInfoLink .icon svg {
    top: 0.188rem;
  }
}
@media (min-width: 63.938rem) {
  .mod-savings-plan-calculator {
    padding-top: 6rem;
  }
  .mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation {
    margin-top: 4rem;
  }
  .mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li button {
    padding-bottom: 2.188rem;
  }
  .mod-savings-plan-calculator .mspc-header-section .mspc-tab-navigation > li .label-desktop {
    width: auto;
  }
  .mod-savings-plan-calculator .mspc-content-wrapper {
    max-width: 64rem;
    margin: 0 auto;
  }
  .mod-savings-plan-calculator .mspc-content-wrapper .mspc-area-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
  }
  .mod-savings-plan-calculator .mspc-content-wrapper .mspc-area-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
.ie.ie-11 .mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group .mspc-input-range-output {
  margin-top: 4.75rem;
}
.ie.ie-11 .mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group {
  margin-bottom: 1.25rem;
}
.ie .mod-savings-plan-calculator label {
  margin-bottom: 0;
}
.ie .mod-savings-plan-calculator input[type=range] {
  height: auto;
}
.ie .mod-savings-plan-calculator .mspc-content-section .mspc-calculator-input-group {
  margin-bottom: 2.75rem;
}
.mod-tooltip {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.mod-tooltip.open-bottom .mt-tooltip-wrapper-inner {
  height: auto;
}
.mod-tooltip.open-bottom .mt-arrow-tooltip {
  top: -0.938rem;
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.mod-tooltip.mobile {
  position: fixed;
}
.mod-tooltip.mobile .mt-close-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.mod-tooltip.mobile .mt-tooltip-wrapper-inner {
  height: 50vh;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
}
.mod-tooltip.mobile .mt-arrow-tooltip {
  display: none;
}
.mod-tooltip.var-blue.mobile {
  background: rgba(255, 255, 255, 0.4);
}
.mod-tooltip.var-blue .btn-close-tootlip svg {
  fill: #ffffff;
}
.mod-tooltip.var-blue .mt-tooltip-content {
  color: #fff;
  background: #0a3478;
}
.mod-tooltip.var-blue .mt-arrow-tooltip {
  border-color: #0a3478 transparent transparent;
}
.mod-tooltip .mt-arrow-tooltip {
  position: absolute;
  width: 0;
  height: 0;
  left: 1.188rem;
  bottom: -0.938rem;
  border-style: solid;
  border-width: 16px 12px 0;
  border-color: #fff transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mod-tooltip .mt-close-overlay {
  width: 100%;
  height: 100%;
}
.mod-tooltip .mt-tooltip-wrapper-inner {
  position: absolute;
  max-width: 40rem;
  width: auto;
  height: auto;
  color: #4c4c4c;
  z-index: 3;
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.mod-tooltip .btn-close-tootlip {
  position: absolute;
  right: .313rem;
  top: .313rem;
  cursor: pointer;
  width: .938rem;
  height: 0.938rem;
}
.mod-tooltip .btn-close-tootlip > span {
  height: 100%;
  width: 100%;
}
.mod-tooltip .btn-close-tootlip svg {
  fill: #0a3478;
}
.mod-tooltip .mt-tooltip-content {
  background: #fff;
  overflow-y: auto;
  padding: 1.25rem;
  height: 100%;
}
.mod-tooltip .mt-tooltip-content h4 {
  font-family: FrutigerLTW02-55Roman;
  margin: .313rem 0;
  font-size: 1rem;
  line-height: 1.375rem;
}
.mod-tooltip .mt-tooltip-content p {
  font-size: .875rem;
  line-height: 1.25rem;
}
.mod-tooltip .mt-tooltip-content p a {
  font-size: .75rem;
  text-decoration: none;
  color: #0a3478;
  font-weight: 700;
}
.mod-tooltip .mt-tooltip-content p a:hover {
  color: #3b5d93;
}
.mod-tooltip .mt-tooltip-content table {
  font-size: .875rem;
  line-height: 1.25rem;
  margin: 0.313rem 0;
}
.mod-tooltip .mt-tooltip-content .additional-info {
  margin: 0.313rem 0;
}
.mod-tooltip .mt-tooltip-content .additional-info p {
  font-size: .75rem;
  line-height: 1.125rem;
  color: #7f7f7f;
}
.mod-tooltip .mt-tooltip-content th {
  font-family: FrutigerLTW02-55Roman;
  text-align: left;
}
.mod-tooltip-navigation {
  color: #4c4c4c;
}
.mod-tooltip-navigation .mtn-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  list-style: none;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.mod-tooltip-navigation .mtn-navigation-wrapper li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
  font-size: 1rem;
  color: #0a3478;
  line-height: 1.25rem;
  font-family: FrutigerLTW02-55Roman;
}
.mod-tooltip-navigation .mtn-navigation-wrapper li button {
  width: 100%;
  height: 100%;
  padding: .938rem 0;
  font-size: 1rem;
  color: #0a3478;
  line-height: 1.25rem;
  font-family: FrutigerLTW02-55Roman;
  background: none;
  border: none;
  cursor: pointer;
}
.mod-tooltip-navigation .mtn-navigation-wrapper li button:focus {
  outline: none;
}
.mod-tooltip-navigation .mtn-navigation-wrapper li button.active {
  color: #4c4c4c;
  background: #ced6e4;
}
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:last-child,
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:last-child ~ li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:nth-last-child(2),
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:nth-last-child(2) ~ li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:nth-last-child(3),
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:nth-last-child(3) ~ li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33333%;
  flex: 1 1 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:nth-last-child(4),
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:nth-last-child(4) ~ li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:nth-last-child(5),
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:nth-last-child(5) ~ li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:nth-last-child(6),
.mod-tooltip-navigation .mtn-navigation-wrapper li:first-child:nth-last-child(6) ~ li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 16.66667%;
  flex: 1 1 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}
.mod-tooltip-navigation .mtn-tooltip-content-wrapper {
  position: relative;
  padding-top: 1.438rem;
}
.mod-tooltip-navigation .mtn-tooltip-content-wrapper .mtn-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  border-style: solid;
  border-width: 0 17px 21px;
  border-color: transparent transparent #fff;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.mod-tooltip-navigation .mtn-tooltip-content-wrapper .mtn-tooltip-content {
  background: #fff;
  padding: 1.25rem;
}
.mod-tooltip-navigation .mtn-tooltip-content-wrapper .mtn-tooltip-content h3 {
  margin-top: 0;
  margin-bottom: .625rem;
  font-family: FrutigerLTW02-55Roman;
  font-size: 1rem;
  line-height: 1.375rem;
}
.mod-tooltip-navigation .mtn-tooltip-content-wrapper .mtn-tooltip-content p {
  margin-bottom: 0;
}
