<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pbf_calculator {
    max-width: 600px;
    font-size: 16px
}

    #pbf_calculator input {
        font-size: 1em;
        padding-left: 3px
    }

.pbf_button_list {
    display: flex;
    flex-wrap: wrap;
    width: 102%
}

    .pbf_button_list label.pbf_button {
        box-sizing: border-box;
        width: 100%;
        margin: 0
    }

.amount_row {
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.deposit_row {
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pbf_button_wrapper {
    margin: 5px 2% 5px 0
}

#results.pbf_results {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    border-width: 3px;
    border-style: solid;
    background-color: white;
    position: relative
}

    #results.pbf_results .result {
        display: block;
        font-size: 1.7em;
        font-weight: 600
    }

    #results.pbf_results &gt; div {
        padding: 10px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

@media (min-width: 400px) {
    #results.pbf_results &gt; div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0
    }
}

@media (min-width: 768px) {
    #results.pbf_results &gt; div {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%
    }
}

.pbf_error_message {
    color: red;
    width: 400px;
    display: inline-block;
    max-width: 100%
}

span.minMax {
    display: block;
    font-size: 0.8em
}

.rep-example-section, .broker-disclaimer-section, .rounding-warning-section {
    font-size: 0.8em
}

.additional-copy-section {
    font-size: 0.7em;
    margin-bottom: 20px
}

.additional-copy-section{
    padding: 0px 25px 0px 25px
}

label {
    margin-bottom: 0
}

.pbf_form_group &gt; label {
    display: block;
    margin-bottom: 10px
}

.pbf_form_group.amount-section &gt; .pbf_input_wrapper {
    margin-top: 10px
}

.pbf_form_group .pbf_button {
    display: inline-block
}

.pbf_form_group.amount-section input.pbf_input, .pbf_form_group.deposit-section input.pbf_input {
    margin-right: 5px;
    width: 4em
}

.pbf_form_group.term-section label.pbf_button {
    display: inline-block
}

label.pbf_input_wrapper {
    height: 50px;
    background: white;
    font-size: 1.4em;
    border: 2px solid #a9a9a9;
    padding-left: 8px;
    display: inline-flex;
    align-items: center;
    margin-right: 1em;
    width: 6em
}

    label.pbf_input_wrapper input {
        background: transparent;
        border: none;
        max-width: calc(100% - 0.6em);
        font-size: inherit
    }

form#pbf_calculator {
    border: 1px darkgray solid;
    border-radius: 3px;
    padding: 15px 15px 0 15px;
    margin: 5px auto 15px auto
}

    form#pbf_calculator &gt; h2 {
        font-weight: bold;
        font-size: 1.6em;
        margin: 10px 0 20px 0px
    }

    form#pbf_calculator h3 {
        font-size: 1.4em;
        margin: 0 0 10px 0
    }
/*! CSS Used from: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/css/bootstrap.min.css */

input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

@media (max-width: 768px) {
    #term .pbf_button_wrapper {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%
    }
}

.pbf_form_group {
    margin-bottom: 20px
}

.pbf_button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.25em 1em;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

    .pbf_button:focus {
        box-shadow: 0 0 0 0.2rem rgba(38,143,255,0.5)
    }

.errorMessage {
    -webkit-animation: fadeinout 4s linear 1 forwards;
    animation: fadeinout 4s linear 1 forwards
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#pbf_calculator .rangeSlider, #pbf_calculator .rangeSlider__fill {
    display: block;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
    border-radius: 10px
}

#pbf_calculator .rangeSlider {
    position: relative;
    background: #7f8c8d
}

#pbf_calculator .rangeSlider__horizontal {
    height: 20px;
    width: 100%
}

#pbf_calculator .rangeSlider__vertical {
    height: 100%;
    width: 20px
}

#pbf_calculator .rangeSlider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4
}

#pbf_calculator .rangeSlider__fill {
    background: #16a085;
    position: absolute
}

#pbf_calculator .rangeSlider__fill__horizontal {
    height: 100%;
    top: 0;
    left: 0
}

#pbf_calculator .rangeSlider__fill__vertical {
    width: 100%;
    bottom: 0;
    left: 0
}

#pbf_calculator .rangeSlider__handle {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: #fff linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.1));
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    border-radius: 50%
}

#pbf_calculator .rangeSlider__handle__horizontal {
    top: -10px
}

#pbf_calculator .rangeSlider__handle__vertical {
    left: -10px;
    bottom: 0
}

#pbf_calculator .rangeSlider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0,0,0,0.13), rgba(255,255,255,0));
    border-radius: 50%
}

#pbf_calculator .rangeSlider__handle:active {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12))
}

#pbf_calculator input[type=range]:focus + .rangeSlider .rangeSlider__handle {
    box-shadow: 0 0 8px rgba(142,68,173,0.9)
}

#pbf_calculator .rangeSlider__buffer {
    position: absolute;
    top: 3px;
    height: 14px;
    background: #2c3e50;
    border-radius: 10px
}

#pbf_calculator .rangeLabels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    height: 1em
}

.modal form#pbf_calculator {
    border: none;
    padding: 15px 15px 0 15px;
    margin: -50px auto 15px auto
}

.modal-header .modal-close {
    z-index: 1;
}</pre></body></html>