.hide,
.desktopOnly,
.mobileOnly {
    display: none;
}

.clear-both {
    clear: both;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.field__input:focus {
    outline: 1px solid #4d90fe;
    outline-offset: 1px;
}


/*!
========== ACCESSABILITY
*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[aria-hidden="true"] {
    display: none;
}


/* Microsoft Edge Browser 13+ - @supports method */

@supports (-ms-accelerator: true) and (color: unset) {
    input:focus,
    select:focus {
        outline: 1px dotted black;
    }
}


/*!
========== GLOBAL
*/

html.doc,
html.doc body {
    height: inherit;
}

html.doc {
    opacity: 0;
    -webkit-transition: opacity 450ms ease 200ms;
    transition: opacity 450ms ease 200ms;
}

html.doc.embedded {
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

strong {
    font-weight: normal;
    font-family: "DiscoverSans-Semibold";
}

sup a {
    font-size: inherit;
    line-height: inherit;
    font-family: "DiscoverSans-Semibold";
    font-weight: normal;
    text-decoration: none;
}

a,
p,
label {
    font-size: inherit;
    line-height: inherit;
}

label {
    font-weight: normal;
}

abbr[title] {
    text-decoration: none;
    border-bottom: none;
    cursor: inherit;
}

#calc>iframe {
    width: 100%;
}


/*!
========== LAYOUT
*/

.calculator_heading {
    font-family: "DiscoverSans-SemiBold";
    font-size: 37px;
    text-align: center;
    letter-spacing: -1.23px;
    color: #23233f;
    line-height: normal;
}

.calculator-wrapper {
    position: relative;
    font-size: 15px;
    font-family: "DiscoverSans-SemiBold";
}

.calculator-wrapper:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100.05%;
    border-bottom-right-radius: 236.5px;
    background: #fff;
}

.normal-description-text {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: center;
    margin-top: 20px;
    font-family: DiscoverSans-SemiBold;  
    color: #23233f!important;
}

.nowrap {
    white-space: nowrap;
}


/*!
========== VENDOR
*/


/*!
========== ICONS
*/

.icon {
    height: 1em;
    width: 1em;
}

svg.icon {
    background-image: none;
}

.icon--baseline {
    position: relative;
    top: 0.1275em;
}

.icon--arrow {
    fill: currentColor;
}

.icon--arrow-lt {
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.icon--chevron {
    stroke: #63686b;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}


/*--------   BUTTON  --------*/

.button,
a.button {
    position: relative;
    display: inline-block;
    min-width: 74px;
    min-height: 55px;
    margin: 0;
    padding: 12px 18px;
    font-size: 22px;
    line-height: normal;
    font-family: "DiscoverSans-Semibold";
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    background-color: #ed6b29;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button:hover,
.button:focus,
a.button:hover,
a.button:focus {
    text-decoration: none;
}

.button:focus,
.button:hover,
.button:active,
a.button:focus,
a.button:hover,
a.button:active {
    background-color: #ed6b29;
}

.button--link,
a.button--link {
    padding: 0;
    font-size: 22px;
    font-weight: normal;
    font-family: "DiscoverSans-Semibold";
    text-align: center;
    background-color: transparent;
    letter-spacing: -0.22px;
    color: #3057b9;
    text-decoration: underline;
    min-height: auto;
}

.button--link:hover,
.button--link:focus,
a.button--link:hover,
a.button--link:focus {
    text-decoration: underline;
}

.button--link:focus,
.button--link:hover,
.button--link:active,
a.button--link:focus,
a.button--link:hover,
a.button--link:active {
    background-color: transparent;
}

.button--alt,
a.button--alt {
    color: #293033;
    background-color: #b2b3b5;
}

.button--alt:focus,
.button--alt:hover,
.button--alt:active,
a.button--alt:focus,
a.button--alt:hover,
a.button--alt:active {
    background-color: #eeeeee;
}

.button--ghost,
a.button--ghost {
    color: #2477ab;
    border: 1px solid #2477ab;
    background-color: white;
}

.button--ghost:focus,
.button--ghost:hover,
.button--ghost:active,
a.button--ghost:focus,
a.button--ghost:hover,
a.button--ghost:active {
    background-color: #f8f8f8;
}

.button--reset,
a.button--reset {
    color: #3057b9;
    border: 2px solid #3057b9;
    background-color: white;
    font-size: 19px;
}

.button--reset:focus,
.button--reset:hover,
.button--reset:active,
a.button--reset:focus,
a.button--reset:hover,
a.button--reset:active {
    background-color: #f8f8f8;
}

@-moz-document url-prefix() {
    .button:focus,
    a.button:focus {
        outline: 1px dotted #2477ab;
    }
}

.icon {
    -ms-flex-item-align: center;
    align-self: center;
    background: transparent url() no-repeat center center;
    background-size: contain;
}

.icon--error {
    display: block;
    background: url(../images/brand-icons-alert-error.svg) no-repeat 0 0;
    height: auto;
}

.errorWrap {
    display: flex;
    align-items: center;
    margin: 0;
}

.field-group--error .errorWrap {
    margin: 12px 0 0;
}

.field-group {
    position: relative;
}

.field-group--error .field--focus .field__input,
.field-group--error .field-group__input {
    border-color: #eb0000;
}

.field-group--error .field-group__icon {
    width: 13px;
    height: 12px;
    margin-right: 5px;
    align-self: flex-start;
    margin-top: 2px;
}

.field-group--error .field-group__message {
    height: auto;
    color: #a01c2b;
    font-size: 14px;
    margin-left: 0px;
}

.field-group--pull {
    margin-bottom: 0;
}

.field-group__legend {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.14px;
    font-family: "DiscoverSans-Bold";
    color: #23233f;
}

.field-group__field,
.field-group__icon,
.field-group__message {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.field-group__field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.field-group__icon {
    width: 0;
    overflow: hidden;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.field-group__message {
    width: 100%;
    height: 0;
    margin-left: 15px;
    overflow: hidden;
    /* margin-bottom: 20px; */
}

.calculatorWrap .field-group:not(:first-child) {
    margin-bottom: 20px;
}

.field {
    position: relative;
    line-height: 19px;
}

.field__input-prefix,
.field__input-suffix {
    position: absolute;
    top: 27px;
    left: 15px;
    color: #23233f;
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.field__input-prefix {
    margin-right: 3px;
}

.field__input-suffix {
    left: 55px;
    margin-left: 3px;
    font-size: 16px;
    color: #23233f;
    position: absolute;
}

.dollar-input .field__input-prefix {
    font-size: 15px;
    color: #23233f;
    margin-right: 0px;
}

.dollar-input .field__input {
    width: 28px;
    color: #23233f;
}

.field__input {
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #ffffff;
    -webkit-transition: border 250ms ease;
    transition: border 250ms ease;
    font-size: 14px;
    line-height: normal;
    opacity: 0;
    padding: 21px 14px 18px 16px;
    border-radius: 12px;
}

.calculatorWrap .field-group.field-group--error .text-input-wrapper {
    border: 1px solid #a01c2b;
}

.text-input-wrapper.field--payoffPeriod,
.text-input-wrapper.field--monthlyPayment {
    padding-top: 2px;
    min-height: auto;
}

.text-input-wrapper.field--payoffPeriod .dollar-input .field__input {
    padding-right: 4px;
    padding-left: 16px;
    width: 30px;
    min-width: 30px;
}

.text-input-wrapper.field--payoffPeriod .dollar-input .field__input-suffix abbr {
    text-decoration: none;
}

.input-edit-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 16px;
    left: 1px;
    cursor: pointer;
}

.input-edit-icon img {
    width: 100%;
}

.field__label {
    position: absolute;
    top: 20px;
    left: 15px;
    display: block;
    margin-bottom: 0;
    /* color: #23233f; */
    /* line-height: normal; */
    font-family: "DiscoverSans-Semibold";
    /* font-size: 10px; */
    transition: top 250ms ease, font-size 250ms ease;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #707082;
}

.field__label-helper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    overflow: hidden;
    max-width: 50px;
    white-space: nowrap;
    -webkit-transition: opacity 175ms ease, max-width 175ms ease;
    transition: opacity 175ms ease, max-width 175ms ease;
}

.field__radio {
    position: relative;
    /* margin-top: 13px;
    margin-bottom: 16px; */
    overflow: hidden;
}

.field--focus .field__input {
    /*border: 1px solid #63686B;*/
    outline: none;
    /* margin-top: 7px; */
    opacity: 1;
    padding: 28px 14px 11px 24px;
}

.field--focus .field__label {
    top: 11px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    color: #707082;
}

.field--focus .field__label-helper {
    pointer-events: none;
    max-width: 0;
}

.field--focus .field__input-prefix,
.field--focus .field__input-suffix {
    opacity: 1;
    -webkit-transition: opacity 250ms ease 100ms;
    transition: opacity 250ms ease 100ms;
}


/* .field--prefixed .field__input {
    padding-left: 8px;
    padding-right: 0px;
} */

.field__input::-ms-clear {
    display: none;
}

.field--suffixed .field__input {
    padding-right: 24px;
    padding-left: 16px;
    color: #23233f;
    width: 66px;
    min-width: 62px;
}

.field--radio-group {
    width: 100%;
    padding: 0;
    border: none;
    margin-top: 5px;
    margin-bottom: 21px;
}

.field--radio-group .field__label {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 11px;
    /* padding-left: 30px; */
    color: #23233f;
    font-family: "DiscoverSans-Semibold";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    display: flex;
    align-items: center;
}

span.radioSkip {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.field--radio-group .field__label .radioSkip:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 2px #ed6b29;
}

.field--radio-group .field__label .radioSkip:after {
    content: " ";
    position: absolute;
    /* -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; */
}

.field--radio-group .field__input {
    position: absolute;
    top: -100%;
    left: -100%;
    opacity: 0;
    pointer-events: none;
}

.field--radio-group .field__input:checked~.field__label .radioSkip:before {
    background: #fce8de;
}

.field--radio-group .field__input:checked~.field__label .radioSkip:after {
    /* -webkit-transform: scale(1);
    transform: scale(1); */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.field__input.field-group__input::placeholder {
    color: #23233f;
}

.field__input.field-group__input:focus::placeholder,
.field__input.field-group__input:active::placeholder {
    opacity: 0;
}


/* @media (-webkit-min-device-pixel-ratio: 0) {
    .field--radio-group .field__input:focus~.field__label:before {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto;
    }
} */

.field--payoffPeriod {
    display: none;
}

.cta__button {
    display: block;
    width: 100%;
}

button.button--link.cta__link {
    margin-top: 20px;
    text-align: center;
    margin-left: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.22px;
    color: #3057b9;
    text-decoration: underline;
}

.calculator {
    padding: 5px;
}

.calculatorWrap .field-group .text-input-wrapper {
    border-radius: 12px;
    border: 1px solid #91919f;
    padding: 10px;
    height: 60px;
    /* padding: 21px 14px 18px 16px; */
    padding: 0;
}

.field-container {
    padding: 0;
    vertical-align: top;
}

.field-container.left-input-wrapper .field-group {
    margin-bottom: 44px;
}

.field-container.left-input-wrapper .field-group:nth-child(2) {
    margin-bottom: 5px;
}

.field-container.left-input-wrapper .field-group.field-group--error .field-group__icon {
    top: 64px;
}

.field-container.right-input-wrapper .field-group.field-group--error .field-group__icon {
    top: 33px;
}

.field-container.right-input-wrapper .field-group {
    margin-bottom: 0px;
}

.border-left {
    position: relative;
}

.border-left:before {
    content: " ";
    position: absolute;
    width: 1px;
    background: #c7c8ca;
    left: 49.8%;
    height: calc(100% - 78px);
}

.calculator--active .result__value {
    color: #ed6b29;
}

.calculator--active .result__chart-wrapper .result__value {
    color: #ed6b29;
}

.calculator--active--payoffPeriod .result__value--monthlyPayment .result__num {
    color: #22223e;
}

.calculator--active--monthlyPayment .result__value--payoffPeriod {
    color: #ed6b29;
}

.result__value.result__value--payoffPeriod sub {
    font-size: 18px;
}

.calculator__errors {
    display: none !important;
    width: 100%;
    margin-top: 40px;
    font-family: "DiscoverSans-SemiBold";
    font-size: 18px;
    color: #23233f;
}

.calculator__errors strong {
    font-family: "DiscoverSans-Bold";
}

.calculator__errors:focus {
    outline-offset: 0px;
    padding: 1px;
}

.calculator__errors .icon--error {
    display: inline-block;
    height: 24px;
    width: 26px;
    margin-right: 10px;
    vertical-align: middle;
}

.calculator__errors p {
    margin-top: 20px;
}

.calculator__errors ul {
    margin-top: 20px;
    margin-bottom: 0;
    list-style-type: disc;
    padding: 0px 0px 0px 1px;
}

.calculator__errors li {
    margin-left: 20px;
    color: #1e71ac;
    margin-bottom: 11px;
}

.calculator__errors li a {
    text-decoration: underline;
}

.calculator__form .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.calculator__form,
.calculator__results {
    margin-top: 20px;
}

.calculator__disclaimer {
    color: #23233f;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    margin-top: 25px;
}

.calculator__results {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 20px 16px 28px 17px;
    border: solid 1.5px #efeff1;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    background: #fff;
}

.BlueBanner {
    margin: 0 auto;
    width: 100%;
    border-radius: 0 0 15px 15px;
    background: #23233f;
    color: #fff;
    padding: 22px 23px 37px 23px;
    display: flex;
    flex-direction: column;
}

.BlueBanner p {
    font-size: 18px;
    letter-spacing: -0.18px;
    color: #fff;
}

.BlueBanner p strong {
    font-family: "DiscoverSans-Bold";
}

.BlueBanner button {
    background: #fff;
    color: #22223e;
    padding: 16px 36px 15px 35px;
    border-radius: 36px;
    height: 55px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator__adjusted-results {
    display: none;
    margin: 40px auto 0;
    max-width: 987px;
}

.calculator__adjusted-results-lead {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #23233f;
    font-size: 19px;
    font-family: "DiscoverSans-Semibold";
}

.calculator__back-to-top {
    margin: 50px auto 0px;
    font-size: 22px;
    line-height: normal;
    letter-spacing: -0.22px;
    color: #3057b9;
    display: block;
    text-align: center;
    width: 126px;
    text-decoration: none;
}

.resultTop .results__result:not(:last-child) {
    margin-bottom: 30px;
}

.result {
    text-align: center;
}

.result__label {
    font-family: "DiscoverSans-Semibold";
    margin: 0 0 8px;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.18px;
    color: #23233f;
}

.result__label.desktopOnly {
    margin: 0 0 14px;
}

.result__value {
    color: #b7b7c1;
    font-family: "DiscoverSans-Semibold";
    font-size: 30px;
    -webkit-transition: color 350ms ease;
    transition: color 350ms ease;
}

.result__value .result__num {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.4px;
}

.result__chart-wrapper .result__value .result__num {
    font-size: 40px;
    letter-spacing: -1.33px;
    line-height: 40px;
}

.result__value sub {
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: -0.18px;
}

.result__value.result__value--monthlyPayment sup {
    top: -5px;
}

.result__value.result__value--monthlyPayment sup {
    font-size: 24px;
    letter-spacing: -0.8px;
    vertical-align: super;
    line-height: normal;
    position: static;
}

.result__chart-wrapper .result__value sup {
    font-size: 22px;
    letter-spacing: -0.73px;
    top: 5px;
    position: static;
    line-height: normal;
}

.result__value sub,
.result__value sup {
    top: 0;
    bottom: 0;
    font-size: 13px;
}

.result__value sub abbr[title] {
    text-decoration: none;
}

.result__value sup {
    vertical-align: super;
}

.result__value--sm .result__num {
    font-size: 28px !important;
    line-height: normal !important;
}

.result__value--sm sup {
    font-size: 20px !important;
}

.result__value--xs .result__num {
    font-size: 24px !important;
    line-height: 24px !important;
}

.result__value--xs sup {
    font-size: 16px !important;
}

.result__value--xs sup {
    top: 5px;
}

.result__value--xxs .result__num {
    font-size: 22px !important;
    line-height: 22px !important;
}

.result__value--xxs sup {
    font-size: 14px;
}

.result__chart-wrapper {
    position: relative;
}

.result__chart-wrapper .result__value {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: flex;
}

.result__chart {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: normal;
    color: #23233f;
    margin-left: 25px;
    margin-top: 18%;
}

.legend__value {
    position: relative;
    display: block;
    padding-left: 21px;
    font-size: 18px;
    font-family: "DiscoverSans-Semibold";
    color: #23233f;
    letter-spacing: -0.18px;
}

.legend__value:before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ed6b29;
}

.legend__value--principal {
    margin-left: 27px;
}

.calculator--active .legend__num,
.calculator--active .value-color-toggle {
    color: #23233f;
}

.legend__value--principal:before {
    background-color: #23233f;
}

.adjusted-results {
    position: relative;
    height: 214px;
    overflow: auto;
    scrollbar-width: none;
    margin: 33px auto 8px auto;
    max-width: 718px;
    padding: 15px 15px 20px;
    border-radius: 15px;
    border: solid 1.5px #ededed;
}

.adjusted-results::-webkit-scrollbar {
    display: none;
}

.adjusted-results:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17px;
}

.adjusted-results__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: #23233f;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: "DiscoverSans-Semibold";
}

.adjusted-results__result .adjusted-results__payment {
    font-size: 18px;
}

.adjusted-results__result .adjusted-results__payment .adjusted-results__value {
    font-size: 22px;
    display: flex;
}

.adjusted-results__result .adjusted-results__payment sup,
.adjusted-results__interest .adjusted-results__interest-amount sup {
    font-size: 15px;
    letter-spacing: -0.8px;
    vertical-align: top;
    position: static;
    line-height: normal;
}

.adjusted-results__result .adjusted-results__payment span.moAbbr {
    font-size: 15px;
    align-self: end;
    line-height: normal;
}

.adjusted-results__result .payTxt {
    font-size: 15px;
    letter-spacing: -0.15px;
    margin-top: 5px;
    display: inline-block;
}

.adjusted-results__result--highlight {
    color: #23233f;
    /*background-color: rgba(35, 35, 63, 0.07);*/
    background-color: #f8f8f8;
}

.adjusted-results__num {
    font-size: 40px;
    letter-spacing: -1.33px;
    display: inline-block;
    line-height: 40px;
}

.adjusted-results__num sup {
    font-size: 13px;
}

.adjusted-results__value abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

.adjusted-results__interest-amount {
    font-family: "DiscoverSans-Semibold";
    color: #ed6b29;
    display: flex;
}


/* .adjusted-results__interest .adjusted-results__interest-amount sup {
    top: inherit;
    vertical-align: super;
    font-size: 18px;
} */

.scroll-buttons {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.scroll-buttons__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #1e71ac;
    border-radius: 50%;
    background-color: transparent;
    transition: background 200ms ease-in-out;
    width: 45px;
    height: 45px;
    margin: 0 18px;
}

.scroll-buttons__button svg {
    width: 16.4px;
    height: 9.6px;
    fill: #3057b9;
    transition: fill 200ms ease-in-out;
    stroke: none;
}

.scroll-buttons__button:hover,
.scroll-buttons__button:focus {
    background-color: #3057b9;
}

.scroll-buttons__button:hover svg,
.scroll-buttons__button:focus svg {
    fill: white;
    /* stroke: #fff; */
}

.scroll-buttons__button[disabled="disabled"],
.scroll-buttons__button[disabled="disabled"]:hover,
.scroll-buttons__button[disabled="disabled"]:focus {
    border-color: #dbdbdb;
    background-color: transparent;
}

.scroll-buttons__button[disabled="disabled"] svg,
.scroll-buttons__button[disabled="disabled"]:hover svg,
.scroll-buttons__button[disabled="disabled"]:focus svg {
    fill: #dbdbdb;
    stroke: #dbdbdb;
}

.disclaimer-wrapper {
    display: inline-block;
    width: 100%;
    color: #23233f;
}

.how-it-works {
    margin-top: 43px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: "DiscoverSans-Semibold";
    color: #23233f;
}

.how-it-works__heading {
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: -0.24px;
    line-height: normal;
    font-family: "DiscoverSans-Semibold";
}

.how-it-works p {
    font-size: 19px;
    line-height: normal;
    letter-spacing: -0.19px;
}

.how-it-works p+p {
    margin-top: 12px;
}

.disclaimers {
    margin-top: 33px;
    color: #23233f;
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: -0.14px;
    font-family: "DiscoverSans-Semibold";
}

.disclaimers__list {
    margin-top: 20px;
    padding-left: 17px;
    list-style-type: decimal;
}

.calculator--active .result__value.result__value--monthlyPayment {
    color: #22223e;
}

@media only screen and (max-width: 991px) {
    .calculator {
        max-width: 532px;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0 50px 0;
        position: relative;
        z-index: 0;
    }
    .adjusted-results__interest {
        font-size: 14px;
    }
    .calculator__errors {
        font-size: 14px;
    }
    .adjusted-results__result .adjusted-results__payment {
        font-size: 14px;
    }
    .calculator__adjusted-results-lead {
        text-align: left;
    }
    .form-container {
        padding: 24px 0 27px;
        margin: 0px !important;
        border-radius: 10px;
    }
    .border-left:before {
        height: calc(100% - 91px);
    }
    /* .field-container {
        padding: 0 25px;
    } */
    .field-container.left-input-wrapper {
        padding-left: 10px;
    }
    .field-container.right-input-wrapper {
        padding-right: 10px;
    }
    .calculator-wrapper .cta {
        text-align: left;
        padding-left: 10px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .calculator .cta {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .calculator .cta button {
        width: 100%;
        margin: 0 auto 10px;
    }
    .calculator-wrapper .cta {
        padding-left: 0px;
    }
    .field--radio-group .field__label {
        font-size: 14px;
        padding-left: 30px;
    }
    .results {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-flow: column;
    }
    .result__chart-wrapper {
        width: 40%;
        display: inline-block;
        flex: inherit;
        vertical-align: top;
    }
    .results__result--graph {
        margin-top: 5px;
    }
    .result__legend {
        display: inline-block;
        width: 37%;
        vertical-align: top;
        text-align: left;
        margin-left: 0px;
        margin-top: 11%;
    }
    .legend__value--principal {
        margin-left: 0px;
        margin-top: 15px;
    }
    .right-side-result {
        display: flex;
        margin-top: 20px;
    }
    .adjusted-results {
        height: 206px;
    }
    .calculator__adjusted-results {
        border-top: none;
    }
    label.field__label#interestLabel {
        white-space: nowrap;
    }
    .calculator__errors {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mobileOnly {
        display: block;
    }
    .calculator {
        padding: 50px 22px 0 18px;
    }
    .adjusted-results__interest {
        font-size: 14px;
    }
    .border-left:before {
        display: none;
    }
    .field-container,
    .field-container.left-input-wrapper,
    .field-container.right-input-wrapper {
        padding: 0px;
    }
    label.field__label#interestLabel {
        white-space: inherit;
    }
    .calculatorWrap {
        width: 100%;
        flex-direction: column;
    }
    .calculator-wrapper:before {
        border-bottom-right-radius: 100px;
    }
    .result__chart-wrapper {
        width: 100%;
    }
    .result__legend {
        width: 68%;
        margin-top: 0px;
        margin-left: 12%;
    }
    .legend__value {
        margin-top: 15px;
    }
    .right-side-result {
        flex-direction: column;
    }
    .results__result {
        width: 100%;
    }
    .right-side-result .results__result:nth-child(2) {
        margin-top: 20px;
    }
    /* .result-table-wrapper {
        padding: 21px 20px 15px;
    } */
    .calculator__adjusted-results-lead {
        text-align: center;
    }
    .adjusted-results__result {
        padding-left: 10px;
        padding-right: 10px;
    }
    .adjusted-results__result .adjusted-results__payment {
        font-size: 14px;
    }
    .disclaimers__list li {
        margin-bottom: 3px;
    }
}

@media only screen and (min-width: 992px) {
    .desktopOnly {
        display: block;
    }
    .calculator {
        max-width: 1070px;
        margin-left: auto;
        margin-right: auto;
        padding: 75px 0;
        position: relative;
    }
    .calculator__form {
        margin-top: 32px;
    }
    .calculator__form,
    .calculator__results {
        width: 100%;
        margin-top: 30px;
    }
    .calculator-wrapper .cta {
        display: flex;
        margin: 25px 0 0 0;
        align-items: center;
        justify-content: center;
    }
    .cta__link {
        margin-left: 34px;
        text-decoration: underline;
    }
    .cta__button {
        width: 355px;
    }
    .button--reset {
        margin-left: 17px;
        font-size: 22px;
    }
    .cta--center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .field-group__message {
        max-width: 292px;
    }
    .calculator_heading {
        font-size: 60px;
    }
    .normal-description-text {
        font-size: 19px;
        line-height: normal;
        letter-spacing: -0.19px;
        margin-top: 24px;
    }
    .calculatorWrap {
        display: flex;
    }
    .calculatorWrap .field-group {
        flex: 1;
        margin-bottom: 0 !important;
    }
    .calculatorWrap .field-group:not(:last-child) {
        margin-right: 40px;
    }
    .field--radio-group {
        margin: 0;
    }
    .field--radio-group .field__radio:last-child .field__label {
        margin-bottom: 0;
    }
    .BlueBanner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 8px 25px 9px;
    }
    .BlueBanner button {
        margin-top: 0;
        width: 183px;
        height: 53px;
        border-radius: 36px;
        border: solid 3px #23233f;
        background-color: #fff;
    }
    .calculator__results {
        margin-top: 42px;
        margin-bottom: 0;
        padding: 18px 41px 18px 42px;
    }
    .calculator__disclaimer--alt {
        display: block;
        margin: 20px auto 0px;
    }
    .calculator__disclaimer {
        margin-bottom: 0;
        text-align: center;
    }
    .resultTop {
        display: flex;
        align-items: center;
    }
    .calculator__adjusted-results {
        border-top: none;
    }
    .calculator__adjusted-results-lead {
        font-size: 20px;
    }
    .resultTop .result {
        flex-basis: 28%;
        position: relative;
    }
    .resultTop .results__result:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 123px;
        background: #ededed;
        right: 0;
        top: -27px;
    }
    .resultTop .result--graph {
        display: flex;
        align-items: center;
        flex-basis: 50%;
    }
    /* .highcharts-container,
    .highcharts-root {
        width: 137px !important;
        height: 137px !important;
    } */
    .resultTop .result--graph .result__chart-wrapper {
        margin: 0 70px 0 40px;
    }
    .resultTop .result--graph .legend {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .resultTop .result--graph .result__break {
        display: none;
    }
    .result__break {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 0;
    }
    .resultTop .results__result:not(:last-child) {
        margin-bottom: 0;
    }
    .legend {
        text-align: left;
    }
    .legend__value {
        margin-bottom: 14px;
    }
    .legend__value--principal {
        margin-left: 0;
    }
    .adjusted-results {
        height: 255px;
        max-width: 987px;
    }
    .adjusted-results__result {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .adjusted-results__payment,
    .adjusted-results__interest {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 320px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .adjusted-results__payment {
        width: 340px;
    }
    .adjusted-results__interest {
        width: 340px;
        padding-left: 67px;
        font-size: 18px;
    }
    .adjusted-results__value,
    .adjusted-results__interest-amount {
        /* width: 135px; */
        width: 165px;
    }
    .how-it-works__heading {
        line-height: normal;
    }
    .adjusted-results__result .adjusted-results__payment sup,
    .adjusted-results__interest .adjusted-results__interest-amount sup {
        font-size: 18px;
        letter-spacing: -0.6px;
        vertical-align: super;
        line-height: normal;
        top: -4px;
        position: relative;
    }
    .adjusted-results__result .adjusted-results__payment span.moAbbr {
        font-size: 18px;
    }
    .adjusted-results {
        padding: 30px 20px;
    }
    .adjusted-results__result {
        /* padding-top: 0;
    padding-bottom: 32px; */
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1069px) {
    .calculator {
        max-width: 95%;
    }
}

#carousalDesktopChange .cf-one-color-block-4 .cf-list__items .cf-list__item .cf-list__item-elements{	
	    padding: 46px 6%!important;
}

.row.form-container {
    margin: 0px;
}
@media only screen and (min-width: 768px){
	.BlueBanner sup {
		top: 6px;
	}
}
@media only screen and (min-width: 992px){
	.calculator {
	padding: 50px 0;
	}
}
@media only screen and (max-width: 767px){
.calculator {
    padding: 50px 22px 50px 18px;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.BlueBanner button{
    width: 100%;
}
}
@media only screen and (max-width: 991px){
	.adjusted-results {
		height: 200px;
	}
}