#calculator body {
    margin: 0;
    padding: 0;
    font-family: sans-serif
}
/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */

#calculator .noUi-target,
#calculator .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}
#calculator .noUi-target {
    position: relative;
    direction: ltr
}
#calculator .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}
#calculator .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}
#calculator .noUi-handle {
    position: relative;
    z-index: 1
}
#calculator .noUi-stacking .noUi-handle {
    z-index: 10
}
#calculator .noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}
#calculator .noUi-state-drag * {
    cursor: inherit!important
}
#calculator .noUi-base,
#calculator .noUi-handle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
#calculator .noUi-horizontal {
    height: 18px
}
#calculator .noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}
#calculator .noUi-vertical {
    width: 18px
}
#calculator .noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}
#calculator .noUi-background {
    background: #fafafa;
    box-shadow: inset 0 1px 1px #f0f0f0
}
#calculator .noUi-connect {
    background: #3fb8af;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background .45s;
    transition: background .45s
}
#calculator .noUi-origin {
    border-radius: 2px
}
#calculator .noUi-target {
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}
#calculator .noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}
#calculator .noUi-draggable {
    cursor: w-resize
}
#calculator .noUi-vertical .noUi-draggable {
    cursor: n-resize
}
#calculator .noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}
#calculator .noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}
#calculator .noUi-handle:after,
#calculator .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}
#calculator .noUi-handle:after {
    left: 17px
}
#calculator .noUi-vertical .noUi-handle:after,
#calculator .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}
#calculator .noUi-vertical .noUi-handle:after {
    top: 17px
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
    cursor: not-allowed
}
#calculator .noUi-pips,
#calculator .noUi-pips * {
    box-sizing: border-box
}
#calculator .noUi-pips {
    position: absolute;
    color: #999
}
#calculator .noUi-value {
    position: absolute;
    text-align: center
}
#calculator .noUi-value-sub {
    color: #ccc;
    font-size: 10px
}
#calculator .noUi-marker {
    position: absolute;
    background: #ccc
}
#calculator .noUi-marker-large,
#calculator .noUi-marker-sub {
    background: #aaa
}
#calculator .noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}
#calculator .noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}
#calculator .noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}
#calculator .noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}
#calculator .noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}
#calculator .noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}
#calculator .noUi-value-vertical {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding-left: 25px
}
#calculator .noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}
#calculator .noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}
#calculator .noUi-marker-vertical.noUi-marker-large {
    width: 15px
}
#calculator .noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    text-align: center
}
#calculator .noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -32px
}
#calculator .noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: -32px
}
#calculator .noUi-vertical .noUi-handle-lower .noUi-tooltip {
    left: 120%
}
#calculator .noUi-vertical .noUi-handle-upper .noUi-tooltip {
    right: 120%
}
#calculator .noUi-target,
#calculator .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}
#calculator .noUi-target {
    height: 10px
}
#calculator .noUi-handle {
    position: relative;
    z-index: 1;
    border: 3px solid #f2f2f2;
    border-radius: 50%;
    background: #08546e;
    background-image: none;
    cursor: default;
    box-shadow: none
}
#calculator .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    left: -17px;
    top: -6px;
    padding-left: 0;
    padding-right: 0
}
#calculator .noUi-handle .noUi-tooltip {
    display: none;
    position: absolute;
    height: 30px;
    margin-top: 12px;
    padding: 4px 12px;
    text-align: center;
    font-family: Montserrat;
    font-weight: 300;
    left: -45px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 3px;
    border: 1px solid #fff;
    background: #08546e;
    color: #fff;
    width: 110px;
    box-shadow: none!important
}
#calculator .noUi-handle:active .noUi-tooltip,
#calculator .noUi-handle:hover .noUi-tooltip,
#calculator .noUi-state-drag *,
#calculator .nouUi-handle:not(#hiddenHandle) {
    display: block
}
#calculator .noUi-target>.noui-base {
    height: 105%;
    width: 100%
}
#calculator .noUi-handle:after,
#calculator .noUi-handle:before {
    content: ""!important;
    display: block!important;
    position: absolute!important;
    height: 0!important;
    width: 0!important;
    background: transparent!important;
    left: 30px;
    top: 6px
}
#hiddenHandle * {
    display: none!important
}
#hiddenHandle *,
#hiddenHandle .ui-slider-handle {
    pointer-events: none!important
}

    #calculator .noUi-handle .noUi-tooltip {
        top: 100%!important
    }
    #calculator .noUi-handle .noUi-tooltip:before {
        content: '';
        position: absolute;
        top: -6px;
        left: 50%;
        margin-left: -6px;
        width: 12px;
        height: 12px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #08546e
    }

@media screen and (max-width: 990px) {
    #calculator .noUi-active .noUi-tooltip {
        top: auto!important;
        bottom: 100%!important;
        margin: 0 0 12px!important;
        display: block
    }
    #calculator .noUi-active .noUi-tooltip:before {
        top: auto!important;
        bottom: -6px!important
    }
    #calculator .noUi-handle .noUi-tooltip {
        display: block;
        position: absolute;
        height: 30px;
        margin-top: 12px;
        padding: 4px 12px;
        text-align: center;
        font-family: Montserrat;
        font-weight: 300;
        left: -26px;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
        border-radius: 3px;
        border: 1px solid #fff;
        background: #08546e;
        color: #fff;
        width: 80px;
        box-shadow: none!important
    }
    #calculator .noUi-base {
        height: 100%;
        position: relative;
        z-index: 1
    }
}
#calculator .noUi-connect {
    box-shadow: inset 0 0 0 rgba(51, 51, 51, .45), 0 0 0 0 #bbb!important;
    background: #fab017!important;
    border-width: 0!important
}
#calculator .noUi-background {
    background: #fafafa!important;
    box-shadow: inset 0 1px 1px #d9d9d9!important;
    border-radius: 4px
}
#calculator .noUi-target,
#calculator .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}
#calculator .noUi-target {
    height: 10px
}
#calculator .noUi-handle {
    position: relative;
    z-index: 1;
    border: 3px solid #f2f2f2;
    border-radius: 50%;
    background: #08546e;
    background-image: none;
    cursor: default;
    box-shadow: none
}
#calculator .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    left: -17px;
    top: -6px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}
#calculator .noUi-handle .noUi-tooltip {
    display: none;
    position: absolute;
    height: 30px;
    margin-top: 12px;
    padding: 4px 12px;
    text-align: center;
    font-family: Montserrat;
    font-weight: 300;
    left: -26px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 3px;
    border: 1px solid #fff;
    background: #08546e;
    color: #fff;
    width: 70px;
    box-shadow: none!important
}
#calculator .noUi-handle:active .noUi-tooltip,
#calculator .noUi-handle:hover .noUi-tooltip,
#calculator .noUi-state-drag *,
#calculator .nouUi-handle:not(#hiddenHandle) {
    display: block
}
#calculator .noUi-target>.noui-base {
    height: 105%;
    width: 100%
}
#calculator .noUi-handle:after,
#calculator .noUi-handle:before {
    content: ""!important;
    display: block!important;
    position: absolute!important;
    height: 0!important;
    width: 0!important;
    background: transparent!important;
    left: 30px;
    top: 6px
}
#calculator #hiddenHandle * {
    display: none!important
}
#calculator #hiddenHandle *,
#calculator #hiddenHandle .ui-slider-handle {
    pointer-events: none!important
}


    #calculator .noUi-handle .noUi-tooltip {
        top: 100%!important
    }
    #calculator .noUi-handle .noUi-tooltip:before {
        content: '';
        position: absolute;
        top: -6px;
        left: 50%;
        margin-left: -6px;
        width: 12px;
        height: 12px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #08546e
    }

@media screen and (max-width: 990px) {
    #calculator .noUi-active .noUi-tooltip {
        top: auto!important;
        bottom: 100%!important;
        margin: 0 0 12px!important;
        display: block
    }
    #calculator .noUi-active .noUi-tooltip:before {
        top: auto!important;
        bottom: -6px!important
    }
    #calculator .noUi-handle .noUi-tooltip {
        display: block;
        position: absolute;
        height: 30px;
        margin-top: 12px;
        padding: 4px 12px;
        text-align: center;
        font-family: Montserrat;
        font-weight: 300;
        left: -45px;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
        border-radius: 3px;
        border: 1px solid #fff;
        background: #08546e;
        color: #fff;
        width: 110px;
        box-shadow: none!important
    }
    #calculator .noUi-base {
        height: 100%;
        position: relative;
        z-index: 1
    }
}
#calculator .noUi-connect {
    box-shadow: inset 0 0 0 rgba(51, 51, 51, .45), 0 0 0 0 #bbb!important;
    background: #fab017!important;
    border-width: 0!important
}
#calculator .noUi-background {
    background: #fafafa!important;
    box-shadow: inset 0 1px 1px #d9d9d9!important;
    border-radius: 4px
}
#calculator .noUi-target,
#calculator .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}
#calculator .noUi-target {
    height: 10px
}
#calculator .no-margins {
    margin: 0
}
#calculator .noUi-handle {
    position: relative;
    z-index: 1;
    border: 3px solid #f2f2f2;
    border-radius: 50%;
    background: #08546e;
    background-image: none;
    cursor: default;
    box-shadow: none
}

#calculator .noUi-handle .noUi-tooltip {
    display: none;
    position: absolute;
    height: 30px;
    margin-top: 12px;
    padding: 4px 1px;
    text-align: center;
    font-family: Montserrat;
    font-weight: 300;
    left: -30px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 3px;
    border: 1px solid #fff;
    background: #08546e;
    color: #fff;
    width: 80px;
    box-shadow: none!important
}
#calculator .noUi-handle:active .noUi-tooltip,
#calculator .noUi-handle:hover .noUi-tooltip,
#calculator .noUi-state-drag *,
#calculator .nouUi-handle:not(#hiddenHandle) {
    display: block
}
#calculator .noUi-target>.noui-base {
    height: 105%;
    width: 100%
}
#calculator .noUi-handle:after,
#calculator .noUi-handle:before {
    content: ""!important;
    display: block!important;
    position: absolute!important;
    height: 0!important;
    width: 0!important;
    background: transparent!important;
    left: 30px;
    top: 6px
}
#calculator #hiddenHandle * {
    display: none!important
}
#calculator #hiddenHandle *,
#calculator #hiddenHandle .ui-slider-handle {
    pointer-events: none!important
}

    #calculator .noUi-handle .noUi-tooltip {
        top: 100%!important
    }
    #calculator .noUi-handle .noUi-tooltip:before {
        content: '';
        position: absolute;
        top: -6px;
        left: 50%;
        margin-left: -6px;
        width: 12px;
        height: 12px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #08546e
    }

@media screen and (max-width: 990px) {
    #calculator .noUi-active .noUi-tooltip {
        top: auto!important;
        bottom: 100%!important;
        margin: 0 0 12px!important;
        display: block
    }
    #calculator .noUi-active .noUi-tooltip:before {
        top: auto!important;
        bottom: -6px!important
    }
    #calculator .noUi-handle .noUi-tooltip {
        display: block;
        position: absolute;
        height: 30px;
        margin-top: 12px;
        padding: 4px 1px;
        text-align: center;
        font-family: Montserrat;
        font-weight: 300;
        left: -30px;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
        border-radius: 3px;
        border: 1px solid rgba(9,48,63,0.3);
        background: #08546e;
        color: #fff;
        width: 80px;
        box-shadow: none!important
    }
    #calculator .noUi-base {
        height: 100%;
        position: relative;
        z-index: 1
    }
}
#calculator .noUi-connect {
    box-shadow: inset 0 0 0 rgba(51, 51, 51, .45), 0 0 0 0 #bbb!important;
    background: #fab017!important;
    border-width: 0!important
}
#calculator .noUi-background {
    background: #fafafa!important;
    box-shadow: inset 0 1px 1px #d9d9d9!important;
    border-radius: 4px
}
#calculator * latin / @font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(//fonts.gstatic.com/s/montserrat/v7/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat-Bold'), url(//fonts.gstatic.com/s/montserrat/v7/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

    #calculator {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: left;
        width: 910px;
        height: 400px;
        margin-left: auto;
        margin-right: auto;
        font-family: Montserrat, Helvetica, 'sans-serif';
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  
    }
    #calculator #popover-trigger, #calculator #popover-macc-trigger {
        width: 1px;
        height: 1px;
        position: relative;
        right: 55%;
  top: 40%;
  visibility: hidden;
    }
    
    #calculator #freq-output {
        text-transform: capitalize
    }
    #calculator #input-section {
        line-height: 1.2em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 611px;
        height: inherit;
        background-color: #fff;
    }
    #calculator #apply-button,
    #calculator #input-section h4,
    .freq-buttons,
    .slider-row {
        margin-left: 31px
    }
    #calculator #input-section h4.main-title {
        font-size: 20px;
        font-weight: 700;
        color: #4facc6 !important;
        margin-top: 31px;
        margin-bottom: 0
    }
    #calculator #input-section h4.calculator-title {
        font-size: 15px;
        font-weight: 100;
        color: #08546e
    }
    #calculator #principle-title {
        margin-top: 22px;
        margin-bottom: 0
    }
    #calculator #repayments-title {
        margin-top: 30px;
        margin-bottom: 0
    }
    #calculator .estab-apr-row,
    #calculator .flex-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    #calculator #term-title {
        margin-top: 28px;
        margin-bottom: 0
    }
    #calculator div.slider-row {
        display: inline-block;
        width: 100%
    }
    #calculator div#principleSlider,
    #calculator div#termSlider {
        margin-top: 14px;
        width: 69%
    
    }
    #calculator #apply-button {
        font-family: Montserrat, Helvetica, 'sans-serif';
        font-size: 16px;
        font-weight: 700px;
        color: #fff;
        margin-top: 27px;
        width: 148px;
        height: 40px;
        border-width: 0;
        padding: 0;
        border-radius: 5px;
        background-color: #fab017;
        box-shadow: 0 2px 0 0 #e49a01
    }
    #calculator #apply-button:hover {
        box-shadow: 0 0 0 0 #fff;
        border: 1px solid #08546e;
        background-color: #4facc6
    }
  

    #calculator .top-small-text>p{
       margin-top: 0px;
    }
  
    #calculator .freq-buttons {
        font-family: Montserrat, Helvetica, 'sans-serif';
        margin-top: 11px;
        width: 427px;
        border-radius: 5px
    }
    #calculator #weekly {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }
    #calculator #monthly {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #calculator .calc-buttons {
        font-family: Montserrat, Helvetica, 'sans-serif';
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        background-color: #08546e;
        margin: 0;
        border: 1px solid rgba(9,48,63,0.3);
  border-left: 0;
        height: 40px;
        width: 33%;
  padding: 1px 6px 1px 6px;
    }
#calculator .calc-buttons:first-of-type { border-left: 1px solid rgba(9,48,63,0.3); }
    #calculator .calc-buttons:active,
    #calculator .calc-buttons:focus,
    #calculator .calc-buttons:hover,
    #calculator .active{
        background-color: #4facc6;
  -webkit-box-shadow: inset 2px 2px 10px 0px rgba(9,48,63,0.33);
  -moz-box-shadow: inset 2px 2px 10px 0px rgba(9,48,63,0.33);
  box-shadow: inset 2px 2px 10px 0px rgba(9,48,63,0.33);
    }
    #calculator .output {
        float: left
    }
    #output-column {
        background-color: #f0f0f0
    }
    #output-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 299px;
        height: inherit;
        background-color: #4facc6;
  padding: 1.5rem 1rem;
  text-align: center;
    }
    #calculator h3.principle-output, #calculator h3.term-output-heading {
        margin-top: -5px;
        margin-bottom: 10px;
        font-family: Montserrat, Helvetica, 'sans-serif';
        color: #08546e;
        font-size: 18px!important;
        line-height: 1.2em!important;
        position: relative;
        top: 15px;
        margin-right: 15px;
  /*width: 21%;*/
  font-weight:bold;
    }
    #calculator .total-amount-output {
        margin-top: 0;
        margin-bottom: 9px;
        font-size: 30px;
    }
    #calculator .small-text,
    #calculator p {
        color: #08546e;
        font-family: Montserrat, Helvetica, 'sans-serif';
        text-transform: capitalize;
        font-size: 13px;
        text-align: center;
        margin-bottom: 0;
    }

#calculator .bottom-outputs{
  visibility:hidden;  
}
#calculator .in-text-field { font-weight: bold; }

    #calculator .bottom-outputs,
    #calculator .right-margins,
    #calculator .right-margins>p {
        margin-right: 0;
    }
    #calculator .repayments {
        display: block;
        margin: 0 auto 0
    }
    #calculator #repayment-display {
        font-size: 36px;
        margin-bottom: 0;
        font-weight: 700;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
    #calculator h4 { color: #094e5d !important; }
    #calculator #aprColumn {
    }
    #calculator .hr-line-row {
        margin-bottom: 0;
    }
    #calculator .hr-line-row hr { border-color:rgba(255,255,255,0.3); margin: 0.9rem 0 0.4em; }
    #calculator h4.apr-display,
    #calculator h4.estab-fee-display {
        margin-bottom: 0;
        margin-top: 0;
  font-size:30px;
    }
    #calculator #aprColumn,
    #calculator #estFeeColumn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        color: #fff;
        font-size: 30px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: top;
        -webkit-align-items: top;
        -ms-flex-align: top;
        align-items: top;
        width:50%;
    }
    .home div[role=tooltip] {
        background: #09303F;
        border: 1px #09303F;
        padding: 10px 20px;
  opacity:1;
        color: #fff;
        border-radius: 3px;
        width: 220px;
        font-family: Montserrat, Helvetica, 'sans-serif';
        font-size: 12px;
        text-transform: capitalize;
        box-shadow: 0 0 7px #09303F      
    }
    
    .home .ui-tooltip-content{
       font-family: 'Montserrat', 'Helvetica', 'sans-serif';
       font-size: 12px;
       color: #ffffff;
       line-height:1.4em;
    }
@media screen and (max-width: 990px) {
    #calculator {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        width: 100%;
        height: auto;
        font-family: Montserrat, Helvetica, 'sans-serif';
        background-color:#f0f0f0; padding: 0.9375rem; 
        box-shadow: none;
        background-color:#f0f0f0;
    }
  #calculator #calculator { background-color:transparent; padding: 0; }
    #calculator,
    #calculator .slider-row {
        margin-left: auto;
        margin-right: auto
    }
    #calculator .slider-row {
        width: 90%
    }
    #calculator #popover-trigger, #calculator #popover-macc-trigger {
        visibility: hidden;
        width: 1px;
        height: 1px;
        position: relative;
        margin-left: auto;
        margin-right: auto
    }
    #calculator #output-column,
    #calculator .principle-output, #calculator .term-output-heading {
        display: none
    }
    #calculator #input-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: inherit;
    }
    #homepage-hero .slider-1 { padding-bottom: 0 !important; background-image: none !important; background-color:#fff; }
    #homepage-hero h2 { color: #094e5d !important; text-shadow: none !important; padding: 0 1rem; font-size: 36px !important; }
    section.home-features { padding: 0rem 1rem 2rem 1rem !important; }
  #homepage-hero p small { padding: 0 !important; color: #bbb !important; text-shadow: none !important; } 
  #homepage-hero .disclaimer { background-color:#f0f0f0 ; padding: 1.5rem; margin-top:0 !important;  }
  
  #calculator #input-section { background-color: transparent; }
  #calculator #input-section h4,
    #calculator .freq-buttons,
    #calculator .slider-row {
        margin-left: 15px;
        margin-right: 15px
    }
    #calculator #input-section h4.calculator-title {
        font-size: 14px;
        font-weight: 700;
        color: #08546e
    }
    #calculator div.slider-row {
        display: inline-block;
        width: 100%
    }
    #calculator div#principleSlider,
    #calculator div#termSlider {
        width: 80%;
        margin-right: auto;
        margin-left: auto
    }
    #calculator .output {
        float: left
    }
    #calculator #output-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: inherit;
        background-color: #4facc6
    }
    #calculator #main-title {
        display: none
    }
    #calculator .calculator-title {
        text-align: center
    }
    #calculator .freq-buttons {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    #calculator .calc-buttons {
        font-size: 12px
    }
    #calculator #apply-button {
        width: 50%;
        height: 40px;
        border-width: 0;
        padding: 0;
        margin: 4rem auto 2rem;
        border-radius: 5px;
        background-color: #fab017;
        box-shadow: 0 2px 0 0 #e49a01
    }
    #calculator #principle-title { margin-top: 2rem; }
    #calculator .flex-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    #calculator .ui-tooltip {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px
    }
    #calculator #repayments-title {
        margin-top: 51px;
        margin-bottom: 0
    }
}