.posts-show .calculator-iframe * {
    font-family:  "Segoe UI"  !important;
}
.calculator-iframe {
    border: 1px solid #cecece;
}
.calculator-iframe.bg-grey {
    background: #eaeef2;
}
.calculator-iframe .page2{
   background-color: #fff;
}
#landing-page-content .calculator-iframe h1.page-header,
.calculator-iframe h1.page-header {
    font-size: 24px;
    font-weight: bold;
    color: #3e3e40;
    margin-bottom: 0.8rem;
    line-height: 1.2;
    font-family:  "Segoe UI"  !important;
}
.calculator-iframe form label {
    color: #5a646d;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
}
.calculator-iframe form .form-control {
    font-size: 18px;
}
.calculator-iframe select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 15px;
    padding-right: 25px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fbfbfb;
    background-image: url("/wp-content/images/calculator/arrow-darkgrey-down.png");
    background-size: 13px 7px;
    background-repeat: no-repeat;
    background-position: 95% center;
}
.calculator-iframe .invalid-tooltip {
    z-index: 5;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.calculator-iframe .btn-calculate {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    line-height: 2;
    font-size: 18px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-weight: 500;
}
.calculator-iframe .btn-calculate:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.calculator-iframe .results-top {
    color: #3e3e40;
    padding-bottom: 15px;
    border-bottom: solid 1px #c4cdd5;
}
.calculator-iframe .results-top .results-header {
    font-size: 20px;
    font-weight: 800;
}
.calculator-iframe .results-top .results-value, 
.calculator-iframe .results-top #calculated-result-value {
    font-size: 72px;
    line-height: 1.3;
    letter-spacing: -5px;
}
.calculator-iframe .subresults .subresults--header {
    font-size: 14px;
    font-weight: 500;
    color: #86939e;
}
#landing-page-content .calculator-iframe .powered-by, .calculator-iframe .powered-by {
    font-size: 12px !important;
}
@media screen and (max-width:767px) {
    .calculator--btn-container .calculator--btn-back {
        color: #87939c;
        padding-left: 0;
        padding-right: 10px;
        padding-top: 2px;
    }
    .calculator--btn-container svg {
        height: 24px;
        width: 24px;
        display: inline;
        fill: #87939c;
    }
}
.article--arrow svg {
    width: 18px;
    height: 18px;
    fill: #869299;
}
.calculator-iframe .articles--header {
    font-size: 14px;
    color: #676b6e;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}
.calculator-iframe  .articles .article--row {
    color: #374243;
    background-color: #e6f4f4;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .15s ease-in-out;
}