.calculatorCTA__content p a {
word-break: break-all;
}
.rtr_calc {
    float: left;
    width: 100%;
}
.spinner-master .spinner-spin .fa{
    font-size: 34px;
}

.blue-bg {
    background-color: #0E497A
}

.green-bg {
    background-color: #77C044
}

.purple-bg {
    background-color: #605789
}

.light-gray-bg {
    background-color: #eee
}

.dark-gray-bg {
    background-color: #68737A
}

.white-bg {
    background-color: #fff
}

.main-color-text {
    color: #0E497A
}

.green-text {
    color: #77C044
}

.reverse {
    color: #ffffff
}

.height-100 {
    height: 100%
}

.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-alignTextRight {
    text-align: right
}

.l-alignTextCenter {
    text-align: center
}

.l-topMargin-sm {
    margin-top: 10px
}

.l-topMargin-md {
    margin-top: 30px
}

.l-topMargin-lg {
    margin-top: 50px
}

.l-topMargin-xl {
    margin-top: 70px
}

.l-bottomMargin-sm {
    margin-bottom: 10px
}

.l-bottomMargin-md {
    margin-bottom: 30px
}

.l-bottomMargin-lg {
    margin-bottom: 50px
}

.l-bottomMargin-xl {
    margin-bottom: 70px
}

.l-padding {
    padding: 2rem
}

.l-topPadding-md {
    padding-top: 30px
}

.l-bottomPadding-md {
    padding-bottom: 30px
}

.l-headerSpacing {
    padding: 0 20px;
    margin-top: 20px
}

@media all and (min-width: 750px) {
    .l-headerSpacing {
        margin-top: 25px
    }
}

@media all and (min-width: 850px) {
    .l-headerSpacing {
        margin-top: 40px
    }
}

@media all and (min-width: 1024px) {
    .l-headerSpacing {
        margin-top: 60px
    }
}

@media all and (min-width: 1200px) {
    .l-headerSpacing {
        margin-top: 75px
    }
}

.borderBottom-light {
    border-bottom: 1px solid #eee
}

@media all and (min-width: 850px) {
    .lg-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media all and (min-width: 750px) {
    .md-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.xs-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

@media all and (min-width: 1024px) {
    .xl-order-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

.disclosureLink {
    padding: 20px;
    text-align: center
}

.disclosureLink a {
    font-size: 2rem;
    color: #858E95
}

.disclosureLink a.reverse {
    color: #FFFFFF
}

.button,
button,
input[type='button'],
input[type='submit'],
.comment-reply-link,
#cancel-comment-reply-link {
    display: inline-block;
    padding: 0.5rem 3rem;
    border: none;
    border-radius: 5px;
    color: #fff;
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

@media all and (min-width: 750px) {
    .button,
    button,
    input[type='button'],
    input[type='submit'],
    .comment-reply-link,
    #cancel-comment-reply-link {
        font-size: 1.8rem
    }
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
.comment-reply-link:hover,
#cancel-comment-reply-link:hover,
.button:active,
button:active,
input[type='button']:active,
input[type='submit']:active,
.comment-reply-link:active,
#cancel-comment-reply-link:active,
.button:focus,
button:focus,
input[type='button']:focus,
input[type='submit']:focus,
.comment-reply-link:focus,
#cancel-comment-reply-link:focus {
    color: #fff;
    text-decoration: none
}

.button--transparent {
    border: 1px solid white;
    font-size: 1.8rem
}

.button.center {
    margin: 0 auto
}

.breakout__content::after {
    clear: both;
    display: table;
    content: " "
}

.fixed {
    position: fixed
}

.shade {
    transition: 0.3s filter ease;
    -webkit-filter: brightness(50%);
    filter: brightness(50%)
}

#mobileChecker {
    display: block
}

@media all and (min-width: 1024px) {
    #mobileChecker {
        display: none
    }
}

.screen-reader-text {
    position: absolute;
    top: auto;
    left: -100000px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.fullCoverBackground {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

html {
    font-size: 62.5%
}


main {
    display: block
}



section.rtr_calc  {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

section.no-padding-top {
    padding-top: 0
}

section.no-padding-bottom {
    padding-bottom: 0
}

section.large-padding-top {
    padding-top: 4rem
}

section.large-padding-bottom {
    padding-bottom: 4rem
}


/*!
 * Puzzle Grid v1.3.0 by Puzzalea
 * Docs: https://github.com/puzzalea/grid
 */

.row,
.col,
.col-inner {
    box-sizing: border-box
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto
}

.col {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0
}

.col.xs-1 {
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    width: 8.3333333333%
}

.col.xs-2 {
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    width: 16.6666666667%
}

.col.xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%
}

.col.xs-4 {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    width: 33.3333333333%
}

.col.xs-5 {
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    width: 41.6666666667%
}

.col.xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%
}

.col.xs-7 {
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    width: 58.3333333333%
}

.col.xs-8 {
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    width: 66.6666666667%
}

.col.xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    width: 75%
}

.col.xs-10 {
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    width: 83.3333333333%
}

.col.xs-11 {
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    width: 91.6666666667%
}

.col.xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

.col.xs-left-0 {
    margin-left: 0
}

.col.xs-right-0 {
    margin-right: 0
}

.col.xs-left-1 {
    margin-left: 8.3333333333%
}

.col.xs-right-1 {
    margin-right: 8.3333333333%
}

.col.xs-left-2 {
    margin-left: 16.6666666667%
}

.col.xs-right-2 {
    margin-right: 16.6666666667%
}

.col.xs-left-3 {
    margin-left: 25%
}

.col.xs-right-3 {
    margin-right: 25%
}

.col.xs-left-4 {
    margin-left: 33.3333333333%
}

.col.xs-right-4 {
    margin-right: 33.3333333333%
}

.col.xs-left-5 {
    margin-left: 41.6666666667%
}

.col.xs-right-5 {
    margin-right: 41.6666666667%
}

.col.xs-left-6 {
    margin-left: 50%
}

.col.xs-right-6 {
    margin-right: 50%
}

.col.xs-left-7 {
    margin-left: 58.3333333333%
}

.col.xs-right-7 {
    margin-right: 58.3333333333%
}

.col.xs-left-8 {
    margin-left: 66.6666666667%
}

.col.xs-right-8 {
    margin-right: 66.6666666667%
}

.col.xs-left-9 {
    margin-left: 75%
}

.col.xs-right-9 {
    margin-right: 75%
}

.col.xs-left-10 {
    margin-left: 83.3333333333%
}

.col.xs-right-10 {
    margin-right: 83.3333333333%
}

.col.xs-left-11 {
    margin-left: 91.6666666667%
}

.col.xs-right-11 {
    margin-right: 91.6666666667%
}

.col.xs-one-eighth {
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    width: 12.5%
}

.col.xs-left-one-eighth {
    margin-left: 12.5%
}

.col.xs-right-one-eighth {
    margin-right: 12.5%
}

.col.xs-three-eighths {
    -webkit-flex-basis: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    width: 37.5%
}

.col.xs-left-three-eighths {
    margin-left: 37.5%
}

.col.xs-right-three-eighths {
    margin-right: 37.5%
}

.col.xs-five-eighths {
    -webkit-flex-basis: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    width: 62.5%
}

.col.xs-left-five-eighths {
    margin-left: 62.5%
}

.col.xs-right-five-eighths {
    margin-right: 62.5%
}

.col.xs-seven-eighths {
    -webkit-flex-basis: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    width: 87.5%
}

.col.xs-left-seven-eighths {
    margin-left: 87.5%
}

.col.xs-right-seven-eighths {
    margin-right: 87.5%
}

.col.xs-one-fifth {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%
}

.col.xs-left-one-fifth {
    margin-left: 20%
}

.col.xs-right-one-fifth {
    margin-right: 20%
}

.col.xs-two-fifths {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%
}

.col.xs-left-two-fifths {
    margin-left: 40%
}

.col.xs-right-two-fifths {
    margin-right: 40%
}

.col.xs-three-fifths {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    width: 60%
}

.col.xs-left-three-fifths {
    margin-left: 60%
}

.col.xs-right-three-fifths {
    margin-right: 60%
}

.col.xs-four-fifths {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    width: 80%
}

.col.xs-left-four-fifths {
    margin-left: 80%
}

.col.xs-right-four-fifths {
    margin-right: 80%
}

.col.xs-center {
    margin: 0 auto
}

.col.xs-uncenter {
    margin: 0
}

.col.xs-fill {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.col.xs-unfill {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.xs-show {
    display: block
}

.row.xs-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

span.xs-show {
    display: inline
}

.xs-hide {
    display: none
}

.col-inner {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px
}

@media all and (min-width: 480px) {
    .col.sm-1 {
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        width: 8.3333333333%
    }
    .col.sm-2 {
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        width: 16.6666666667%
    }
    .col.sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%
    }
    .col.sm-4 {
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        width: 33.3333333333%
    }
    .col.sm-5 {
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        width: 41.6666666667%
    }
    .col.sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }
    .col.sm-7 {
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        width: 58.3333333333%
    }
    .col.sm-8 {
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        width: 66.6666666667%
    }
    .col.sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%
    }
    .col.sm-10 {
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        width: 83.3333333333%
    }
    .col.sm-11 {
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        width: 91.6666666667%
    }
    .col.sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
    .col.sm-left-0 {
        margin-left: 0
    }
    .col.sm-right-0 {
        margin-right: 0
    }
    .col.sm-left-1 {
        margin-left: 8.3333333333%
    }
    .col.sm-right-1 {
        margin-right: 8.3333333333%
    }
    .col.sm-left-2 {
        margin-left: 16.6666666667%
    }
    .col.sm-right-2 {
        margin-right: 16.6666666667%
    }
    .col.sm-left-3 {
        margin-left: 25%
    }
    .col.sm-right-3 {
        margin-right: 25%
    }
    .col.sm-left-4 {
        margin-left: 33.3333333333%
    }
    .col.sm-right-4 {
        margin-right: 33.3333333333%
    }
    .col.sm-left-5 {
        margin-left: 41.6666666667%
    }
    .col.sm-right-5 {
        margin-right: 41.6666666667%
    }
    .col.sm-left-6 {
        margin-left: 50%
    }
    .col.sm-right-6 {
        margin-right: 50%
    }
    .col.sm-left-7 {
        margin-left: 58.3333333333%
    }
    .col.sm-right-7 {
        margin-right: 58.3333333333%
    }
    .col.sm-left-8 {
        margin-left: 66.6666666667%
    }
    .col.sm-right-8 {
        margin-right: 66.6666666667%
    }
    .col.sm-left-9 {
        margin-left: 75%
    }
    .col.sm-right-9 {
        margin-right: 75%
    }
    .col.sm-left-10 {
        margin-left: 83.3333333333%
    }
    .col.sm-right-10 {
        margin-right: 83.3333333333%
    }
    .col.sm-left-11 {
        margin-left: 91.6666666667%
    }
    .col.sm-right-11 {
        margin-right: 91.6666666667%
    }
    .col.sm-one-eighth {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        width: 12.5%
    }
    .col.sm-left-one-eighth {
        margin-left: 12.5%
    }
    .col.sm-right-one-eighth {
        margin-right: 12.5%
    }
    .col.sm-three-eighths {
        -webkit-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        width: 37.5%
    }
    .col.sm-left-three-eighths {
        margin-left: 37.5%
    }
    .col.sm-right-three-eighths {
        margin-right: 37.5%
    }
    .col.sm-five-eighths {
        -webkit-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        width: 62.5%
    }
    .col.sm-left-five-eighths {
        margin-left: 62.5%
    }
    .col.sm-right-five-eighths {
        margin-right: 62.5%
    }
    .col.sm-seven-eighths {
        -webkit-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        width: 87.5%
    }
    .col.sm-left-seven-eighths {
        margin-left: 87.5%
    }
    .col.sm-right-seven-eighths {
        margin-right: 87.5%
    }
    .col.sm-one-fifth {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        width: 20%
    }
    .col.sm-left-one-fifth {
        margin-left: 20%
    }
    .col.sm-right-one-fifth {
        margin-right: 20%
    }
    .col.sm-two-fifths {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        width: 40%
    }
    .col.sm-left-two-fifths {
        margin-left: 40%
    }
    .col.sm-right-two-fifths {
        margin-right: 40%
    }
    .col.sm-three-fifths {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        width: 60%
    }
    .col.sm-left-three-fifths {
        margin-left: 60%
    }
    .col.sm-right-three-fifths {
        margin-right: 60%
    }
    .col.sm-four-fifths {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        width: 80%
    }
    .col.sm-left-four-fifths {
        margin-left: 80%
    }
    .col.sm-right-four-fifths {
        margin-right: 80%
    }
    .col.sm-center {
        margin: 0 auto
    }
    .col.sm-uncenter {
        margin: 0
    }
    .col.sm-fill {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .col.sm-unfill {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .sm-show {
        display: block
    }
    .row.sm-show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    span.sm-show {
        display: inline
    }
    .sm-hide {
        display: none
    }
}

@media all and (min-width: 750px) {
    .col.md-1 {
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        width: 8.3333333333%
    }
    .col.md-2 {
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        width: 16.6666666667%
    }
    .col.md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%
    }
    .col.md-4 {
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        width: 33.3333333333%
    }
    .col.md-5 {
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        width: 41.6666666667%
    }
    .col.md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }
    .col.md-7 {
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        width: 58.3333333333%
    }
    .col.md-8 {
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        width: 66.6666666667%
    }
    .col.md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%
    }
    .col.md-10 {
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        width: 83.3333333333%
    }
    .col.md-11 {
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        width: 91.6666666667%
    }
    .col.md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
    .col.md-left-0 {
        margin-left: 0
    }
    .col.md-right-0 {
        margin-right: 0
    }
    .col.md-left-1 {
        margin-left: 8.3333333333%
    }
    .col.md-right-1 {
        margin-right: 8.3333333333%
    }
    .col.md-left-2 {
        margin-left: 16.6666666667%
    }
    .col.md-right-2 {
        margin-right: 16.6666666667%
    }
    .col.md-left-3 {
        margin-left: 25%
    }
    .col.md-right-3 {
        margin-right: 25%
    }
    .col.md-left-4 {
        margin-left: 33.3333333333%
    }
    .col.md-right-4 {
        margin-right: 33.3333333333%
    }
    .col.md-left-5 {
        margin-left: 41.6666666667%
    }
    .col.md-right-5 {
        margin-right: 41.6666666667%
    }
    .col.md-left-6 {
        margin-left: 50%
    }
    .col.md-right-6 {
        margin-right: 50%
    }
    .col.md-left-7 {
        margin-left: 58.3333333333%
    }
    .col.md-right-7 {
        margin-right: 58.3333333333%
    }
    .col.md-left-8 {
        margin-left: 66.6666666667%
    }
    .col.md-right-8 {
        margin-right: 66.6666666667%
    }
    .col.md-left-9 {
        margin-left: 75%
    }
    .col.md-right-9 {
        margin-right: 75%
    }
    .col.md-left-10 {
        margin-left: 83.3333333333%
    }
    .col.md-right-10 {
        margin-right: 83.3333333333%
    }
    .col.md-left-11 {
        margin-left: 91.6666666667%
    }
    .col.md-right-11 {
        margin-right: 91.6666666667%
    }
    .col.md-one-eighth {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        width: 12.5%
    }
    .col.md-left-one-eighth {
        margin-left: 12.5%
    }
    .col.md-right-one-eighth {
        margin-right: 12.5%
    }
    .col.md-three-eighths {
        -webkit-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        width: 37.5%
    }
    .col.md-left-three-eighths {
        margin-left: 37.5%
    }
    .col.md-right-three-eighths {
        margin-right: 37.5%
    }
    .col.md-five-eighths {
        -webkit-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        width: 62.5%
    }
    .col.md-left-five-eighths {
        margin-left: 62.5%
    }
    .col.md-right-five-eighths {
        margin-right: 62.5%
    }
    .col.md-seven-eighths {
        -webkit-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        width: 87.5%
    }
    .col.md-left-seven-eighths {
        margin-left: 87.5%
    }
    .col.md-right-seven-eighths {
        margin-right: 87.5%
    }
    .col.md-one-fifth {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        width: 20%
    }
    .col.md-left-one-fifth {
        margin-left: 20%
    }
    .col.md-right-one-fifth {
        margin-right: 20%
    }
    .col.md-two-fifths {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        width: 40%
    }
    .col.md-left-two-fifths {
        margin-left: 40%
    }
    .col.md-right-two-fifths {
        margin-right: 40%
    }
    .col.md-three-fifths {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        width: 60%
    }
    .col.md-left-three-fifths {
        margin-left: 60%
    }
    .col.md-right-three-fifths {
        margin-right: 60%
    }
    .col.md-four-fifths {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        width: 80%
    }
    .col.md-left-four-fifths {
        margin-left: 80%
    }
    .col.md-right-four-fifths {
        margin-right: 80%
    }
    .col.md-center {
        margin: 0 auto
    }
    .col.md-uncenter {
        margin: 0
    }
    .col.md-fill {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .col.md-unfill {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .md-show {
        display: block
    }
    .row.md-show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    span.md-show {
        display: inline
    }
    .md-hide {
        display: none
    }
}

@media all and (min-width: 850px) {
    .col.lg-1 {
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        width: 8.3333333333%
    }
    .col.lg-2 {
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        width: 16.6666666667%
    }
    .col.lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%
    }
    .col.lg-4 {
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        width: 33.3333333333%
    }
    .col.lg-5 {
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        width: 41.6666666667%
    }
    .col.lg-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }
    .col.lg-7 {
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        width: 58.3333333333%
    }
    .col.lg-8 {
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        width: 66.6666666667%
    }
    .col.lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%
    }
    .col.lg-10 {
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        width: 83.3333333333%
    }
    .col.lg-11 {
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        width: 91.6666666667%
    }
    .col.lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
    .col.lg-left-0 {
        margin-left: 0
    }
    .col.lg-right-0 {
        margin-right: 0
    }
    .col.lg-left-1 {
        margin-left: 8.3333333333%
    }
    .col.lg-right-1 {
        margin-right: 8.3333333333%
    }
    .col.lg-left-2 {
        margin-left: 16.6666666667%
    }
    .col.lg-right-2 {
        margin-right: 16.6666666667%
    }
    .col.lg-left-3 {
        margin-left: 25%
    }
    .col.lg-right-3 {
        margin-right: 25%
    }
    .col.lg-left-4 {
        margin-left: 33.3333333333%
    }
    .col.lg-right-4 {
        margin-right: 33.3333333333%
    }
    .col.lg-left-5 {
        margin-left: 41.6666666667%
    }
    .col.lg-right-5 {
        margin-right: 41.6666666667%
    }
    .col.lg-left-6 {
        margin-left: 50%
    }
    .col.lg-right-6 {
        margin-right: 50%
    }
    .col.lg-left-7 {
        margin-left: 58.3333333333%
    }
    .col.lg-right-7 {
        margin-right: 58.3333333333%
    }
    .col.lg-left-8 {
        margin-left: 66.6666666667%
    }
    .col.lg-right-8 {
        margin-right: 66.6666666667%
    }
    .col.lg-left-9 {
        margin-left: 75%
    }
    .col.lg-right-9 {
        margin-right: 75%
    }
    .col.lg-left-10 {
        margin-left: 83.3333333333%
    }
    .col.lg-right-10 {
        margin-right: 83.3333333333%
    }
    .col.lg-left-11 {
        margin-left: 91.6666666667%
    }
    .col.lg-right-11 {
        margin-right: 91.6666666667%
    }
    .col.lg-one-eighth {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        width: 12.5%
    }
    .col.lg-left-one-eighth {
        margin-left: 12.5%
    }
    .col.lg-right-one-eighth {
        margin-right: 12.5%
    }
    .col.lg-three-eighths {
        -webkit-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        width: 37.5%
    }
    .col.lg-left-three-eighths {
        margin-left: 37.5%
    }
    .col.lg-right-three-eighths {
        margin-right: 37.5%
    }
    .col.lg-five-eighths {
        -webkit-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        width: 62.5%
    }
    .col.lg-left-five-eighths {
        margin-left: 62.5%
    }
    .col.lg-right-five-eighths {
        margin-right: 62.5%
    }
    .col.lg-seven-eighths {
        -webkit-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        width: 87.5%
    }
    .col.lg-left-seven-eighths {
        margin-left: 87.5%
    }
    .col.lg-right-seven-eighths {
        margin-right: 87.5%
    }
    .col.lg-one-fifth {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        width: 20%
    }
    .col.lg-left-one-fifth {
        margin-left: 20%
    }
    .col.lg-right-one-fifth {
        margin-right: 20%
    }
    .col.lg-two-fifths {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        width: 40%
    }
    .col.lg-left-two-fifths {
        margin-left: 40%
    }
    .col.lg-right-two-fifths {
        margin-right: 40%
    }
    .col.lg-three-fifths {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        width: 60%
    }
    .col.lg-left-three-fifths {
        margin-left: 60%
    }
    .col.lg-right-three-fifths {
        margin-right: 60%
    }
    .col.lg-four-fifths {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        width: 80%
    }
    .col.lg-left-four-fifths {
        margin-left: 80%
    }
    .col.lg-right-four-fifths {
        margin-right: 80%
    }
    .col.lg-center {
        margin: 0 auto
    }
    .col.lg-uncenter {
        margin: 0
    }
    .col.lg-fill {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .col.lg-unfill {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .lg-show {
        display: block
    }
    .row.lg-show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    span.lg-show {
        display: inline
    }
    .lg-hide {
        display: none
    }
}

@media all and (min-width: 1024px) {
    .col.xl-1 {
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        width: 8.3333333333%
    }
    .col.xl-2 {
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        width: 16.6666666667%
    }
    .col.xl-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%
    }
    .col.xl-4 {
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        width: 33.3333333333%
    }
    .col.xl-5 {
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        width: 41.6666666667%
    }
    .col.xl-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }
    .col.xl-7 {
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        width: 58.3333333333%
    }
    .col.xl-8 {
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        width: 66.6666666667%
    }
    .col.xl-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%
    }
    .col.xl-10 {
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        width: 83.3333333333%
    }
    .col.xl-11 {
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        width: 91.6666666667%
    }
    .col.xl-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
    .col.xl-left-0 {
        margin-left: 0
    }
    .col.xl-right-0 {
        margin-right: 0
    }
    .col.xl-left-1 {
        margin-left: 8.3333333333%
    }
    .col.xl-right-1 {
        margin-right: 8.3333333333%
    }
    .col.xl-left-2 {
        margin-left: 16.6666666667%
    }
    .col.xl-right-2 {
        margin-right: 16.6666666667%
    }
    .col.xl-left-3 {
        margin-left: 25%
    }
    .col.xl-right-3 {
        margin-right: 25%
    }
    .col.xl-left-4 {
        margin-left: 33.3333333333%
    }
    .col.xl-right-4 {
        margin-right: 33.3333333333%
    }
    .col.xl-left-5 {
        margin-left: 41.6666666667%
    }
    .col.xl-right-5 {
        margin-right: 41.6666666667%
    }
    .col.xl-left-6 {
        margin-left: 50%
    }
    .col.xl-right-6 {
        margin-right: 50%
    }
    .col.xl-left-7 {
        margin-left: 58.3333333333%
    }
    .col.xl-right-7 {
        margin-right: 58.3333333333%
    }
    .col.xl-left-8 {
        margin-left: 66.6666666667%
    }
    .col.xl-right-8 {
        margin-right: 66.6666666667%
    }
    .col.xl-left-9 {
        margin-left: 75%
    }
    .col.xl-right-9 {
        margin-right: 75%
    }
    .col.xl-left-10 {
        margin-left: 83.3333333333%
    }
    .col.xl-right-10 {
        margin-right: 83.3333333333%
    }
    .col.xl-left-11 {
        margin-left: 91.6666666667%
    }
    .col.xl-right-11 {
        margin-right: 91.6666666667%
    }
    .col.xl-one-eighth {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        width: 12.5%
    }
    .col.xl-left-one-eighth {
        margin-left: 12.5%
    }
    .col.xl-right-one-eighth {
        margin-right: 12.5%
    }
    .col.xl-three-eighths {
        -webkit-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        width: 37.5%
    }
    .col.xl-left-three-eighths {
        margin-left: 37.5%
    }
    .col.xl-right-three-eighths {
        margin-right: 37.5%
    }
    .col.xl-five-eighths {
        -webkit-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        width: 62.5%
    }
    .col.xl-left-five-eighths {
        margin-left: 62.5%
    }
    .col.xl-right-five-eighths {
        margin-right: 62.5%
    }
    .col.xl-seven-eighths {
        -webkit-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        width: 87.5%
    }
    .col.xl-left-seven-eighths {
        margin-left: 87.5%
    }
    .col.xl-right-seven-eighths {
        margin-right: 87.5%
    }
    .col.xl-one-fifth {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        width: 20%
    }
    .col.xl-left-one-fifth {
        margin-left: 20%
    }
    .col.xl-right-one-fifth {
        margin-right: 20%
    }
    .col.xl-two-fifths {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        width: 40%
    }
    .col.xl-left-two-fifths {
        margin-left: 40%
    }
    .col.xl-right-two-fifths {
        margin-right: 40%
    }
    .col.xl-three-fifths {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        width: 60%
    }
    .col.xl-left-three-fifths {
        margin-left: 60%
    }
    .col.xl-right-three-fifths {
        margin-right: 60%
    }
    .col.xl-four-fifths {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        width: 80%
    }
    .col.xl-left-four-fifths {
        margin-left: 80%
    }
    .col.xl-right-four-fifths {
        margin-right: 80%
    }
    .col.xl-center {
        margin: 0 auto
    }
    .col.xl-uncenter {
        margin: 0
    }
    .col.xl-fill {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .col.xl-unfill {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .xl-show {
        display: block
    }
    .row.xl-show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    span.xl-show {
        display: inline
    }
    .xl-hide {
        display: none
    }
}

@media all and (min-width: 1200px) {
    .col.xxl-1 {
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        width: 8.3333333333%
    }
    .col.xxl-2 {
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        width: 16.6666666667%
    }
    .col.xxl-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%
    }
    .col.xxl-4 {
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        width: 33.3333333333%
    }
    .col.xxl-5 {
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        width: 41.6666666667%
    }
    .col.xxl-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }
    .col.xxl-7 {
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        width: 58.3333333333%
    }
    .col.xxl-8 {
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        width: 66.6666666667%
    }
    .col.xxl-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%
    }
    .col.xxl-10 {
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        width: 83.3333333333%
    }
    .col.xxl-11 {
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        width: 91.6666666667%
    }
    .col.xxl-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
    .col.xxl-left-0 {
        margin-left: 0
    }
    .col.xxl-right-0 {
        margin-right: 0
    }
    .col.xxl-left-1 {
        margin-left: 8.3333333333%
    }
    .col.xxl-right-1 {
        margin-right: 8.3333333333%
    }
    .col.xxl-left-2 {
        margin-left: 16.6666666667%
    }
    .col.xxl-right-2 {
        margin-right: 16.6666666667%
    }
    .col.xxl-left-3 {
        margin-left: 25%
    }
    .col.xxl-right-3 {
        margin-right: 25%
    }
    .col.xxl-left-4 {
        margin-left: 33.3333333333%
    }
    .col.xxl-right-4 {
        margin-right: 33.3333333333%
    }
    .col.xxl-left-5 {
        margin-left: 41.6666666667%
    }
    .col.xxl-right-5 {
        margin-right: 41.6666666667%
    }
    .col.xxl-left-6 {
        margin-left: 50%
    }
    .col.xxl-right-6 {
        margin-right: 50%
    }
    .col.xxl-left-7 {
        margin-left: 58.3333333333%
    }
    .col.xxl-right-7 {
        margin-right: 58.3333333333%
    }
    .col.xxl-left-8 {
        margin-left: 66.6666666667%
    }
    .col.xxl-right-8 {
        margin-right: 66.6666666667%
    }
    .col.xxl-left-9 {
        margin-left: 75%
    }
    .col.xxl-right-9 {
        margin-right: 75%
    }
    .col.xxl-left-10 {
        margin-left: 83.3333333333%
    }
    .col.xxl-right-10 {
        margin-right: 83.3333333333%
    }
    .col.xxl-left-11 {
        margin-left: 91.6666666667%
    }
    .col.xxl-right-11 {
        margin-right: 91.6666666667%
    }
    .col.xxl-one-eighth {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        width: 12.5%
    }
    .col.xxl-left-one-eighth {
        margin-left: 12.5%
    }
    .col.xxl-right-one-eighth {
        margin-right: 12.5%
    }
    .col.xxl-three-eighths {
        -webkit-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        width: 37.5%
    }
    .col.xxl-left-three-eighths {
        margin-left: 37.5%
    }
    .col.xxl-right-three-eighths {
        margin-right: 37.5%
    }
    .col.xxl-five-eighths {
        -webkit-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        width: 62.5%
    }
    .col.xxl-left-five-eighths {
        margin-left: 62.5%
    }
    .col.xxl-right-five-eighths {
        margin-right: 62.5%
    }
    .col.xxl-seven-eighths {
        -webkit-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        width: 87.5%
    }
    .col.xxl-left-seven-eighths {
        margin-left: 87.5%
    }
    .col.xxl-right-seven-eighths {
        margin-right: 87.5%
    }
    .col.xxl-one-fifth {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        width: 20%
    }
    .col.xxl-left-one-fifth {
        margin-left: 20%
    }
    .col.xxl-right-one-fifth {
        margin-right: 20%
    }
    .col.xxl-two-fifths {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        width: 40%
    }
    .col.xxl-left-two-fifths {
        margin-left: 40%
    }
    .col.xxl-right-two-fifths {
        margin-right: 40%
    }
    .col.xxl-three-fifths {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        width: 60%
    }
    .col.xxl-left-three-fifths {
        margin-left: 60%
    }
    .col.xxl-right-three-fifths {
        margin-right: 60%
    }
    .col.xxl-four-fifths {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        width: 80%
    }
    .col.xxl-left-four-fifths {
        margin-left: 80%
    }
    .col.xxl-right-four-fifths {
        margin-right: 80%
    }
    .col.xxl-center {
        margin: 0 auto
    }
    .col.xxl-uncenter {
        margin: 0
    }
    .col.xxl-fill {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .col.xxl-unfill {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .xxl-show {
        display: block
    }
    .row.xxl-show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    span.xxl-show {
        display: inline
    }
    .xxl-hide {
        display: none
    }
}

@media all and (min-width: 1440px) {
    .col.max-1 {
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        width: 8.3333333333%
    }
    .col.max-2 {
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        width: 16.6666666667%
    }
    .col.max-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%
    }
    .col.max-4 {
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        width: 33.3333333333%
    }
    .col.max-5 {
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        width: 41.6666666667%
    }
    .col.max-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }
    .col.max-7 {
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        width: 58.3333333333%
    }
    .col.max-8 {
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        width: 66.6666666667%
    }
    .col.max-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%
    }
    .col.max-10 {
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        width: 83.3333333333%
    }
    .col.max-11 {
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        width: 91.6666666667%
    }
    .col.max-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
    .col.max-left-0 {
        margin-left: 0
    }
    .col.max-right-0 {
        margin-right: 0
    }
    .col.max-left-1 {
        margin-left: 8.3333333333%
    }
    .col.max-right-1 {
        margin-right: 8.3333333333%
    }
    .col.max-left-2 {
        margin-left: 16.6666666667%
    }
    .col.max-right-2 {
        margin-right: 16.6666666667%
    }
    .col.max-left-3 {
        margin-left: 25%
    }
    .col.max-right-3 {
        margin-right: 25%
    }
    .col.max-left-4 {
        margin-left: 33.3333333333%
    }
    .col.max-right-4 {
        margin-right: 33.3333333333%
    }
    .col.max-left-5 {
        margin-left: 41.6666666667%
    }
    .col.max-right-5 {
        margin-right: 41.6666666667%
    }
    .col.max-left-6 {
        margin-left: 50%
    }
    .col.max-right-6 {
        margin-right: 50%
    }
    .col.max-left-7 {
        margin-left: 58.3333333333%
    }
    .col.max-right-7 {
        margin-right: 58.3333333333%
    }
    .col.max-left-8 {
        margin-left: 66.6666666667%
    }
    .col.max-right-8 {
        margin-right: 66.6666666667%
    }
    .col.max-left-9 {
        margin-left: 75%
    }
    .col.max-right-9 {
        margin-right: 75%
    }
    .col.max-left-10 {
        margin-left: 83.3333333333%
    }
    .col.max-right-10 {
        margin-right: 83.3333333333%
    }
    .col.max-left-11 {
        margin-left: 91.6666666667%
    }
    .col.max-right-11 {
        margin-right: 91.6666666667%
    }
    .col.max-one-eighth {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        width: 12.5%
    }
    .col.max-left-one-eighth {
        margin-left: 12.5%
    }
    .col.max-right-one-eighth {
        margin-right: 12.5%
    }
    .col.max-three-eighths {
        -webkit-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        width: 37.5%
    }
    .col.max-left-three-eighths {
        margin-left: 37.5%
    }
    .col.max-right-three-eighths {
        margin-right: 37.5%
    }
    .col.max-five-eighths {
        -webkit-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        width: 62.5%
    }
    .col.max-left-five-eighths {
        margin-left: 62.5%
    }
    .col.max-right-five-eighths {
        margin-right: 62.5%
    }
    .col.max-seven-eighths {
        -webkit-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        width: 87.5%
    }
    .col.max-left-seven-eighths {
        margin-left: 87.5%
    }
    .col.max-right-seven-eighths {
        margin-right: 87.5%
    }
    .col.max-one-fifth {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        width: 20%
    }
    .col.max-left-one-fifth {
        margin-left: 20%
    }
    .col.max-right-one-fifth {
        margin-right: 20%
    }
    .col.max-two-fifths {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        width: 40%
    }
    .col.max-left-two-fifths {
        margin-left: 40%
    }
    .col.max-right-two-fifths {
        margin-right: 40%
    }
    .col.max-three-fifths {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        width: 60%
    }
    .col.max-left-three-fifths {
        margin-left: 60%
    }
    .col.max-right-three-fifths {
        margin-right: 60%
    }
    .col.max-four-fifths {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        width: 80%
    }
    .col.max-left-four-fifths {
        margin-left: 80%
    }
    .col.max-right-four-fifths {
        margin-right: 80%
    }
    .col.max-center {
        margin: 0 auto
    }
    .col.max-uncenter {
        margin: 0
    }
    .col.max-fill {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .col.max-unfill {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .max-show {
        display: block
    }
    .row.max-show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    span.max-show {
        display: inline
    }
    .max-hide {
        display: none
    }
}

.aligncenter,
.alignleft,
.alignright {
    display: block;
    margin: 2rem auto
}

@media all and (min-width: 750px) {
    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0
    }
    .alignleft {
        float: left;
        clear: right;
        margin-right: 2rem
    }
    .alignright {
        float: right;
        clear: left;
        margin-left: 2rem
    }
}

.bypostauthor {
    background-color: #eee
}

.sticky {
    background-color: #eee
}

.wp-caption {
    background-color: #eee;
    padding: 1rem
}

.wp-caption-text,
.gallery-caption {
    text-align: center
}

.categories {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

.categories .cat-item {
    display: inline-block;
    margin: 5px 5px 5px 0;
    font-size: inherit
}

.categories .cat-item a {
    display: block;
    padding: 5px 10px
}

#wp-calendar {
    width: 100%;
    text-align: center
}

.wp-post-image {
    box-sizing: content-box
}


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child {
    margin-top: 0
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 1rem 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 2rem;
    font-weight: 600;
    line-height: 1.2
}

h1+h1,
h1+h2,
h1+h3,
h1+h4,
h1+h5,
h1+h6,
h2+h1,
h2+h2,
h2+h3,
h2+h4,
h2+h5,
h2+h6,
h3+h1,
h3+h2,
h3+h3,
h3+h4,
h3+h5,
h3+h6,
h4+h1,
h4+h2,
h4+h3,
h4+h4,
h4+h5,
h4+h6,
h5+h1,
h5+h2,
h5+h3,
h5+h4,
h5+h5,
h5+h6,
h6+h1,
h6+h2,
h6+h3,
h6+h4,
h6+h5,
h6+h6 {
    margin-top: 1rem
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none
}

h1,
.h1 {
    font-size: 2.4rem
}

@media all and (min-width: 750px) {
    h1,
    .h1 {
        font-size: 4rem
    }
}

h2 {
    font-size: 2rem;
    font-weight: 700
}

@media all and (min-width: 750px) {
    h2 {
        font-size: 3rem
    }
}

h3 {
    font-size: 2rem;
    font-weight: 400
}

@media all and (min-width: 750px) {
    h3 {
        font-size: 3rem
    }
}

h4 {
    font-size: 1.5rem;
    font-weight: 700
}

@media all and (min-width: 750px) {
    h4 {
        font-size: 2.4rem
    }
}

h5 {
    font-size: 1.5rem
}

@media all and (min-width: 750px) {
    h5 {
        font-size: 2.4rem
    }
}

h6 {
    font-size: 1.2rem;
    font-weight: 700
}

@media all and (min-width: 750px) {
    h6 {
        font-size: 2rem
    }
}

ul,
ol {
    padding-left: 20px
}

p,
li,
th,
td {
    font-size: 1.5rem
}

@media all and (min-width: 750px) {
    p,
    li,
    th,
    td {
        font-size: 2rem
    }
}

p,
li,
td {
    font-weight: 400
}

p,
li {
    line-height: 1.5
}

p {
    margin: 2rem 0
}

li {
    margin: .5rem 0
}

small {
    font-size: 80%
}

pre {
    padding: 1rem;
    background-color: #eee
}

hr {
    margin: 2rem 0;
    border: 0;
    border-bottom: solid 1px #68737A
}

hr.reverse {
    border-bottom: solid 1px white
}

a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #77C044;
    text-decoration: none
}

a:hover,
a:active,
a:focus {
    text-decoration: underline
}

blockquote {
    position: relative;
    margin: 2rem 0;
    padding: 10px 0;
    border-top: 1px solid #A8B1B8;
    border-bottom: 1px solid #A8B1B8
}

blockquote p {
    font-style: italic
}

blockquote p:first-child {
    font-size: 2rem;
    color: #0E497A
}

@media all and (min-width: 750px) {
    blockquote p:first-child {
        font-size: 3rem
    }
}

fieldset {
    border: 0
}

label {
    display: block;
    line-height: 1.5
}

label,
input,
select,
textarea {
    font: 18px/1.5 "myriad-pro", sans-serif;
    font-size: 1.8rem
}

button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

input,
select,
textarea {
    width: 100%;
    margin: 0.2rem 0 1rem 0;
    padding: 0 2rem;
    border: 1px solid #A8B1B8;
    border-radius: 0;
    background-color: #fff;
    font-size: 1.5rem
}

input:focus,
select:focus,
textarea:focus {
    border-color: #000
}

@media all and (min-width: 750px) {
    input,
    select,
    textarea {
        font-size: 2.2rem
    }
}

input,
select {
    height: 4rem
}

@media all and (min-width: 750px) {
    input,
    select {
        height: 6rem
    }
}

button,
input[type='button'],
input[type='submit'] {
    white-space: normal;
    cursor: pointer
}

input[type='checkbox'],
input[type='radio'],
input[type='button'],
input[type='submit'] {
    width: auto;
    height: auto
}

input[type='checkbox']:focus,
input[type='radio']:focus {
    outline: 1px solid #000
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='file'] {
    padding: 0;
    border: 0;
    line-height: 1
}

input[type='radio'] {
    -webkit-appearance: radio
}

select {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 12' enable-background='new 0 0 24 12' xml:space='preserve'><polygon id='arrow' points='0 0 24 0 12 12 0 0' fill='%23A8B1B8'/></svg>");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 18px 9px
}

select[multiple='multiple'] {
    height: auto;
    background-image: none
}

@media all and (min-width: 750px) {
    select {
        padding-right: 70px;
        background-position: right 25px center;
        background-size: 24px 12px
    }
}

textarea {
    max-width: 100%;
    padding: 2rem
}

.dollarField {
    padding-left: 45px;
    background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 25' enable-background='new 0 0 12 25' xml:space='preserve'><path fill='%23A8B1B8' d='M4.59,24.63V21.6C2.85,21.57,1.05,21.03,0,20.28l0.72-2.01c1.08,0.72,2.64,1.29,4.32,1.29 c2.13,0,3.57-1.23,3.57-2.94c0-1.65-1.17-2.67-3.39-3.57c-3.06-1.2-4.95-2.58-4.95-5.19c0-2.49,1.77-4.38,4.53-4.83V0h1.86v2.91 c1.8,0.06,3.03,0.54,3.9,1.05L9.81,5.94C9.18,5.58,7.95,4.92,6.03,4.92c-2.31,0-3.18,1.38-3.18,2.58c0,1.56,1.11,2.34,3.72,3.42 c3.09,1.26,4.65,2.82,4.65,5.49c0,2.37-1.65,4.59-4.74,5.1v3.12H4.59z'/></svg>");
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 10px 20px
}

.dollarField:focus {
    background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 25' enable-background='new 0 0 12 25' xml:space='preserve'><path fill='%23000' d='M4.59,24.63V21.6C2.85,21.57,1.05,21.03,0,20.28l0.72-2.01c1.08,0.72,2.64,1.29,4.32,1.29 c2.13,0,3.57-1.23,3.57-2.94c0-1.65-1.17-2.67-3.39-3.57c-3.06-1.2-4.95-2.58-4.95-5.19c0-2.49,1.77-4.38,4.53-4.83V0h1.86v2.91 c1.8,0.06,3.03,0.54,3.9,1.05L9.81,5.94C9.18,5.58,7.95,4.92,6.03,4.92c-2.31,0-3.18,1.38-3.18,2.58c0,1.56,1.11,2.34,3.72,3.42 c3.09,1.26,4.65,2.82,4.65,5.49c0,2.37-1.65,4.59-4.74,5.1v3.12H4.59z'/></svg>")
}

.calculator {
    position: relative;
    overflow: hidden;
    padding: 75px 20px 30px;
    background-color: #799863;
    color: #fff;
    white-space: nowrap
}

@media all and (min-width: 1024px) {
    .calculator {
        padding: 140px 45px 30px
    }
}

.calculator__background {
    position: absolute;
    top: -5%;
    left: 0;
    width: 100%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity 1s ease, visibility 1s ease;
    transition: opacity 1s ease, visibility 1s ease;
    visibility: visible
}

.calculator__background--fadeOut {
    opacity: 0;
    visibility: hidden
}

@media all and (min-width: 750px) {
    .calculator__background {
        top: -20%
    }
}

@media all and (min-width: 850px) {
    .calculator__background {
        top: -25%
    }
}

.calculator__content {
    position: relative
}

.calculator__headline {
    width: 115px;
    margin-bottom: 10px;
    text-align: center;
    white-space: normal
}

@media all and (min-width: 750px) {
    .calculator__headline {
        width: calc(25% + 12px);
        padding: 0 10px
    }
}

@media all and (min-width: 1200px) {
    .calculator__headline {
        width: calc(25% + 20px);
        padding: 0 50px
    }
}

.calculator__headlineText {
    color: #fff;
    font-weight: 600;
    line-height: 1
}

.calculator__barWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px
}

.calculator__barLabel,
.calculator__bar {
    height: 55px
}

.calculator__barLabel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 115px;
    border-right: 1px solid #fff;
    text-align: center
}

@media all and (min-width: 750px) {
    .calculator__barLabel {
        -webkit-flex: 0 0 calc(25% + 12px);
        -ms-flex: 0 0 calc(25% + 12px);
        flex: 0 0 calc(25% + 12px);
        width: calc(25% + 12px)
    }
}

@media all and (min-width: 1200px) {
    .calculator__barLabel {
        -webkit-flex: 0 0 calc(25% + 20px);
        -ms-flex: 0 0 calc(25% + 20px);
        flex: 0 0 calc(25% + 20px);
        width: calc(25% + 20px)
    }
}

.calculator__barLimit {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.calculator__bar {
    position: relative;
    width: 100%;
    padding-right: 20px;
    text-align: right;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.calculator__bar--noTransition {
    -webkit-transition: none;
    transition: none
}

.calculator__barLabelText,
.calculator__barText {
    color: #fff
}

.calculator__barLabelText {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-weight: 400;
    line-height: 1
}

.calculator__barText {
    position: absolute;
    top: 0;
    left: calc(100% - 20px);
    height: 55px;
    line-height: 55px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    transform: translate(-100%, 0)
}

.calculator__barText--outside {
    right: auto;
    left: calc(100% + 20px);
    transform: none
}

.calculator__fields {
    margin-top: 25px
}

@media all and (min-width: 1024px) {
    .calculator__fields {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.calculator__smallFields,
.calculator__largeFields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.calculator__smallFields {
    padding-bottom: 20px
}

@media all and (min-width: 1024px) {
    .calculator__smallFields {
        margin-right: 15px;
        padding-bottom: 0
    }
}

@media all and (min-width: 1200px) {
    .calculator__smallFields {
        margin-right: 25px
    }
}

.calculator__largeFields {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (min-width: 750px) {
    .calculator__largeFields {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.calculator__field {
    position: relative;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 15px;
    /*overflow: hidden;*/
}

.calculator__field:last-child {
    margin-right: 0
}

.calculator__field--error {
    background-color: #f9dce3
}

.calculator__field--large {
    margin-right: 0
}

@media all and (min-width: 750px) {
    .calculator__field--large {
        margin-right: 15px
    }
}

@media all and (min-width: 1200px) {
    .calculator__field {
        margin-right: 25px
    }
}

.calculator__inputWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.calculator__fieldLabel {
    font-size: 1.6rem
}

@media all and (min-width: 400px) {
    .calculator__fieldLabel {
        font-size: 1.6rem
    }
}

.calculator__input {
   /* -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;*/
    display: block;
    margin-bottom: 0.5rem;
    border: 0
}

.calculator input::-webkit-inner-spin-button,
.calculator input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.calculator__button {
    overflow: hidden;
    -webkit-flex: 0 0 3rem;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    width: 3rem;
    height: 4rem;
    margin: 0.2rem 0 0.5rem;
    padding: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: 10px 20px;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none
}

body.main .calculator__button {
    background-color: #eee
}

body.main .calculator__button:hover,
body.main .calculator__button:focus {
    background-color: #68737A
}

body.main .calculator__button:active {
    background-color: #0E497A
}

@media all and (min-width: 750px) {
    .calculator__button {
        position: absolute;
        right: 0;
        height: 3rem;
        margin: 0;
        background-size: 18px 9px
    }
}

.calculator__button--increase {
    background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 24' enable-background='new 0 0 12 24' xml:space='preserve'><polygon id='arrow' points='0 0 12 12 0 24 0 0' fill='%23A8B1B8'/></svg>");
    background-position: center
}

@media all and (min-width: 750px) {
    .calculator__button--increase {
        bottom: 3.5rem;
        background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 12' enable-background='new 0 0 24 12' xml:space='preserve'><polygon id='arrow' points='12 0 24 12 0 12 12 0' fill='%23A8B1B8'/></svg>");
        background-position: center bottom 5px
    }
}

.calculator__button--decrease {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 24' enable-background='new 0 0 12 24' xml:space='preserve'><polygon id='arrow' points='12 0 12 24 0 12 12 0' fill='%23A8B1B8'/></svg>");
    background-position: center
}

@media all and (min-width: 750px) {
    .calculator__button--decrease {
        bottom: 0.5rem;
        background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 12' enable-background='new 0 0 24 12' xml:space='preserve'><polygon id='arrow' points='0 0 24 0 12 12 0 0' fill='%23A8B1B8'/></svg>");
        background-position: center top 5px
    }
}

.calculator__errorMessage {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
    white-space: normal;
}

.calculator__footnote {
    margin-top: 60px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: italic;
    white-space: normal;
}

.calculatorCTA {
    padding: 40px 0;
    text-align: center;
    width:100%;
    float: left;
}

.calculatorCTA__headline {
    max-width: 1000px;
    margin: 0 auto 4rem;
}

.calculatorCTA__content {
    margin-top: 2rem;
    text-align: left;
}

@media all and (min-width: 750px) {
    .calculatorCTA__content,
    .calculatorCTA__content p,
    .calculatorCTA__content li,
    .calculatorCTA__content th,
    .calculatorCTA__content td {
        font-size: 1.8rem;
    }
}



.rtr_calc .row{
    max-width: 100%;
}
.rtr_calc .xl-3, .rtr_calc .xl-9 {
        padding: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
@media all and (max-width: 1023px) { 
.calculator__field {
    margin-bottom: 20px;
}
}
@media all and (max-width: 991px) { 
    .mainContent{
        float: left;
        width: 100%;
    }
    .col-inner {
        width: 100%;
        margin: 0;
        padding: 0;
    }
   .rtr_calc .col-xs-12, .rtr_calc .xs-12 {
        padding: 0;
    }
    .rtr_calc {
        padding-top: 20px;
    }
    .header_Back.open_menus .nav_wrapper .spinner-master {
        margin-top: 40px;
    }
}
@media all and (max-width: 620px) { 
.calculator__smallFields{
    display: block;
}
.calculator__field {
    position: relative;
    display: block;
    margin-right: 0;
    width: 100%;
}
}
@media all and (max-width: 400px) { 
    .calculator {
        padding: 75px 10px 30px;
    }
    .calculator__fieldLabel {
    font-size: 1.5rem; 
    }
    .dollarField {
    padding-left: 24px;
     background-position: left 8px center;
    background-size: 10px 16px;
}
}