.calc-holder .tabset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.calc-holder .clearfix:after,
.calc-holder .tab-content .container:after {
    content: "";
    display: block;
    clear: both;
}

.calc-holder .tabset li,
.calc-holder .tabset a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.calc-holder .ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}


.calc-holder {
    color: #333;
    font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 250px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .calc-holder.dd {
        margin-bottom: 50px;
    }

    .calc-holder img {
        max-width: 100%;
        height: auto;
    }

    .calc-holder .gm-style img {
        max-width: none;
    }

    .calc-holder h1,
    .calc-holder .h1,
    .calc-holder h2,
    .calc-holder .h2,
    .calc-holder h3,
    .calc-holder .h3,
    .calc-holder h4,
    .calc-holder .h4,
    .calc-holder h5,
    .calc-holder .h5,
    .calc-holder h6,
    .calc-holder .h6,
    .calc-holder .h {
        font-family: inherit;
        font-weight: bold;
        margin: 0 0 .5em;
        color: inherit;
    }

    .calc-holder h1,
    .calc-holder .h1 {
        font-size: 30px;
    }

    .calc-holder h2,
    .calc-holder .h2 {
        font-size: 27px;
    }

    .calc-holder h3,
    .calc-holder .h3 {
        font-size: 24px;
    }

    .calc-holder h4,
    .calc-holder .h4 {
        font-size: 21px;
    }

    .calc-holder h5,
    .calc-holder .h5 {
        font-size: 17px;
    }

    .calc-holder h6,
    .calc-holder .h6 {
        font-size: 15px;
    }

    .calc-holder p {
        margin: 0 0 1em;
    }

    .calc-holder a {
        color: #39f;
    }

        .calc-holder a:hover,
        .calc-holder a:focus {
            text-decoration: none;
        }

    .calc-holder form,
    .calc-holder fieldset {
        margin: 0;
        padding: 0;
        border-style: none;
    }

    .calc-holder input[type="text"],
    .calc-holder input[type="tel"],
    .calc-holder input[type="email"],
    .calc-holder input[type="search"],
    .calc-holder input[type="password"],
    .calc-holder textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        box-sizing: border-box;
        border: 1px solid #999;
        padding: .4em .7em;
        height: auto; /*override main css*/
    }

    .calc-holder .col_input input[type="text"],
    .calc-holder .col_input input[type="tel"],
    .calc-holder .col_input input[type="email"],
    .calc-holder .col_input input[type="search"],
    .calc-holder .col_input input[type="password"],
    .calc-holder .col_input textarea {
        background-color: #fff !important; /*override main css*/
        box-shadow: none !important; /*override main css*/
    }


    .calc-holder input[type="text"]:focus,
    .calc-holder input[type="tel"]:focus,
    .calc-holder input[type="email"]:focus,
    .calc-holder input[type="search"]:focus,
    .calc-holder input[type="password"]:focus,
    .calc-holder textarea:focus {
        border-color: #333;
    }

    .calc-holder input[type="text"]::-webkit-input-placeholder,
    .calc-holder input[type="tel"]::-webkit-input-placeholder,
    .calc-holder input[type="email"]::-webkit-input-placeholder,
    .calc-holder input[type="search"]::-webkit-input-placeholder,
    .calc-holder input[type="password"]::-webkit-input-placeholder,
    .calc-holder textarea::-webkit-input-placeholder {
        color: #999;
    }

    .calc-holder input[type="text"]::-moz-placeholder,
    .calc-holder input[type="tel"]::-moz-placeholder,
    .calc-holder input[type="email"]::-moz-placeholder,
    .calc-holder input[type="search"]::-moz-placeholder,
    .calc-holder input[type="password"]::-moz-placeholder,
    .calc-holder textarea::-moz-placeholder {
        opacity: 1;
        color: #999;
    }

    .calc-holder input[type="text"]:-moz-placeholder,
    .calc-holder input[type="tel"]:-moz-placeholder,
    .calc-holder input[type="email"]:-moz-placeholder,
    .calc-holder input[type="search"]:-moz-placeholder,
    .calc-holder input[type="password"]:-moz-placeholder,
    .calc-holder textarea:-moz-placeholder {
        color: #999;
    }

    .calc-holder input[type="text"]:-ms-input-placeholder,
    .calc-holder input[type="tel"]:-ms-input-placeholder,
    .calc-holder input[type="email"]:-ms-input-placeholder,
    .calc-holder input[type="search"]:-ms-input-placeholder,
    .calc-holder input[type="password"]:-ms-input-placeholder,
    .calc-holder textarea:-ms-input-placeholder {
        color: #999;
    }

    .calc-holder input[type="text"].placeholder,
    .calc-holder input[type="tel"].placeholder,
    .calc-holder input[type="email"].placeholder,
    .calc-holder input[type="search"].placeholder,
    .calc-holder input[type="password"].placeholder,
    .calc-holder textarea.placeholder {
        color: #999;
    }

    .calc-holder select {
        -webkit-border-radius: 0;
    }

    .calc-holder textarea {
        resize: vertical;
        vertical-align: top;
    }

    .calc-holder button,
    .calc-holder input[type="button"],
    .calc-holder input[type="reset"],
    .calc-holder input[type="file"],
    .calc-holder input[type="submit"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        cursor: pointer;
    }



.calc-holder {
    font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333;
    max-width: 820px;
    padding: 10px;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
    /* custom range input styles */ /*.jcf-range.jcf-focus .jcf-range-handle {
    border: 1px solid #f00;
    margin: -5px 0 0 -1px;
  }*/ /* common custom form elements styles */
}

    .calc-holder.dd {
        max-width: 1050px;
    }

    .calc-holder h1 {
        font: bold 38px/58px 'Lexend';
        text-align: center;
        color: #e55302;
        margin: 0 0 5px;
    }

    .calc-holder .tabset {
        padding: 0 0 1px;
    }

        .calc-holder .tabset li {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 18px;
            line-height: 1;
            text-align: center;
            margin: 0 0 10px;
            font-family: 'Lexend';
        }

        .calc-holder .tabset a {
            display: block;
            color: #666;
            text-decoration: none;
            border-radius: 4px;
            padding: 6px;
            background: #b2b2b2;
        }

            .calc-holder .tabset .active a,
            .calc-holder .tabset a:hover {
                background: #21447d; /*#0065a2;*/
                color: #fff;
                position: relative;
                z-index: 2;
            }

    .calc-holder .tab-content .label {
        display: block;
        padding: 3px 0 6px;
        color: #21447d; /*#0065a2;*/
        /*font-weight: bold;*/
        font-size: 18px;
        line-height: 21px;
        font-family: 'Lexend';
    }

        .calc-holder .tab-content h3,
        .calc-holder .tab-content .label.callout {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: normal;
        }

        .calc-holder .tab-content .label.callout {
            font-weight: bold;
            line-height: 21px;
        }

            .calc-holder .tab-content .label.callout a {
                font-weight: normal;
                font-size: inherit;
                text-transform: none
            }

        .calc-holder .tab-content .label a {
            text-decoration: none;
            display: inline-block;
            vertical-align: top;
            width: 12px;
            text-align: center;
            position: relative;
            font-weight: bold;
            font-size: 14px;
            line-height: 1;
            color: #ccc;
            margin: -1px 0 0 -5px;
            z-index: 3;
        }

            .calc-holder .tab-content .label a:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 12px;
                border-radius: 50%;
                background: #21447d; /*#0065a2;*/
                z-index: -1;
            }

        .calc-holder .tab-content .label.color {
            color: #ff5a03; /*#e55302;*/
        }

            .calc-holder .tab-content .label.color a:before {
                background: #ff5a03; /*#e55302;*/
            }

        .calc-holder .tab-content .label .popup {
            display: none;
            position: relative;
            border-radius: 5px;
            background: #fff;
            padding: 5px 9px;
            margin: 5px 0;
            font-weight: normal;
            white-space: normal;
            font-size: 14px;
            line-height: 18px;
            color: #333;
        }

            .calc-holder .tab-content .label .popup p:last-child {
                margin: 0;
            }

            .calc-holder .tab-content .label .popup .ttl {
                display: block;
                color: #0065a2;
            }

            .calc-holder .tab-content .label .popup .text {
                display: block;
            }

    .calc-holder .tab-content .input-text {
        width: 100%;
        border-radius: 5px;
        border: none;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        height: 32px; /*21px;*/
        padding: 0 5px;
        margin: 0 0 10px;
        border: 1px solid #309DED; /*#ced2ed;*/ /*#fff;*/
        outline: none;
        font-family: 'Lexend';
    }

    .calc-holder .tab-content .input {
        display: block;
        color: #000 !important;
        /*font-weight: bold;*/
        font-size: 18px;
        line-height: 1;
        border: none;
        padding: 0;
        background: none;
        margin-bottom: 10px;
        font-family: 'Lexend'
    }

    .calc-holder .tab-content .row .validate {
        display: none;
        color: #e55302;
        font-size: 10px;
        line-height: 12px;
        margin: 0 0 10px;
    }

    .calc-holder .tab-content .row.error .validate {
        display: block;
    }

    .calc-holder .tab-content .row.error .input-text {
        border-color: #e55302;
        box-shadow: inset 0 0 8px 2px rgba(229, 83, 5, .5);
    }

    .calc-holder .tab-content .container .column:last-child {
        padding-top: 30px;
    }

        .calc-holder .tab-content .container .column:last-child .row {
            padding: 0 0 14px;
        }

    .calc-holder.dd .tab-content .container .column:last-child .row {
        padding: 0 0 5px;
    }

    .calc-holder .tab-content .container .column:last-child .label {
        padding: 0 0 2px;
    }

    .calc-holder .related-rows {
        position: relative;
        padding-left: 30px;
    }

        .calc-holder .related-rows .rel-txt {
            font-size: 18px;
            line-height: 28px;
            background: #ccc;
            color: #0065a2;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .calc-holder .related-rows:before {
            content: "";
            position: absolute;
            left: 6px;
            top: 12px;
            bottom: 0;
            border: 1px solid #0065a2;
            border-right: none;
            width: 17px;
        }

    .calc-holder .jcf-range {
        min-width: 340px; /*200px;*/
        margin: 0 0 20px;
        display: block;
    }

        .calc-holder .jcf-range .jcf-range-track {
            margin: 0 10px 0 0;
            position: relative;
            display: block;
        }

        .calc-holder .jcf-range .jcf-range-wrapper {
            border-radius: 6px;
            display: block;
            margin: 4px 0;
            height: 6px;
            /*border: 1px solid #999;*/
            position: relative;
            background: #ffc6a7; /*#e0580d;*/
            /*background: -webkit-linear-gradient(left, #e0580d 0%, #e45303 0%, #e45303 1%, #d7540c 10%, #c45519 19%, #9b5936 36%, #525e69 62%, #246289 80%, #0c649a 92%, #0165a1 99%, #0165a1 100%, #0c69a1 100%);
            background: #ff5a03;*/ /*linear-gradient(to right, #e0580d 0%, #e45303 0%, #e45303 1%, #d7540c 10%, #c45519 19%, #9b5936 36%, #525e69 62%, #246289 80%, #0c649a 92%, #0165a1 99%, #0165a1 100%, #0c69a1 100%);*/
        }

        .calc-holder .jcf-range.jcf-vertical {
            width: auto;
        }

            .calc-holder .jcf-range.jcf-vertical .jcf-range-wrapper {
                margin: 0;
                width: 10px;
                height: auto;
                padding: 20px 0 0;
            }

            .calc-holder .jcf-range.jcf-vertical .jcf-range-track {
                height: 180px;
                width: 10px;
            }

            .calc-holder .jcf-range.jcf-vertical .jcf-range-handle {
                left: -5px;
                top: auto;
            }

        .calc-holder .jcf-range .jcf-range-handle {
            cursor: pointer;
            position: absolute;
            border: 2px solid #fff; /*1px solid #ccc;*/
            /*border-bottom-color: #999;*/
            border-radius: 8px; /*5px;*/
            width: 15px;
            height: 15px;
            margin: -5px 0 0;
            z-index: 1;
            top: 0;
            left: 0;
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
            background: -webkit-linear-gradient(-45deg, #6fa9c5 0%, #6fa9c5 15%, #599bbd 23%, #448fb4 38%, #076a9c 69%, #006496 77%, rgba(0, 94, 141, .99) 100%);
            background: -webkit-linear-gradient(315deg, #6fa9c5 0%, #6fa9c5 15%, #599bbd 23%, #448fb4 38%, #076a9c 69%, #006496 77%, rgba(0, 94, 141, .99) 100%);
            background: #ff5a03; /*linear-gradient(135deg, #6fa9c5 0%, #6fa9c5 15%, #599bbd 23%, #448fb4 38%, #076a9c 69%, #006496 77%, rgba(0, 94, 141, .99) 100%);*/
        }

        .calc-holder .jcf-range .jcf-range-mark {
            position: absolute;
            overflow: hidden;
            background: #000;
            width: 1px;
            height: 3px;
            top: -7px;
            margin: 0 0 0 9px;
        }

        .calc-holder .jcf-range.jcf-vertical .jcf-range-mark {
            margin: 0 0 9px;
            left: 14px;
            top: auto;
            width: 3px;
            height: 1px;
        }

        .calc-holder .jcf-range.jcf-disabled {
            background: none !important;
            opacity: .3;
        }

    .calc-holder .jcf-disabled {
        background: #ddd !important;
    }

    .calc-holder .jcf-range-display {
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #ff5a03;
    }

    .calc-holder .jcf-range-display-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .calc-holder .orange-box {
        background-color: #ee714c; /*; e55304*/
        border-radius: 5px;
        margin-left: -5px;
        padding: 5px 0 5px 5px;
        position: relative;
        z-index: 0;
        margin-top: 3px;
    }

    .calc-holder .tab-content h3 {
        color: #fff;
        font-weight: normal;
    }

    .calc-holder .tab-content .orange-box .label {
        /*color: #fff; */
        font-weight: normal;
    }

        .calc-holder .tab-content .orange-box .label.callout {
            font-weight: bold;
        }

        .calc-holder .tab-content .orange-box .label a {
            color: #e55304;
        }

            .calc-holder .tab-content .orange-box .label a:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 12px;
                border-radius: 50%;
                background: #fff;
            }

    .calc-holder .tab-content .orange-box .input {
        color: #fff !important;
    }

    .calc-holder br.phone-only {
        content: " ";
        display: none;
    }

.displaynon {
    display: none !important;
}

.padding-right55 {
    padding-right: 55px !important;
}
@media (min-width: 768px) {
    .calc-holder h1 {
        margin: 0 0 12px;
    }

    .calc-holder .tabset {
        text-align: center;
        max-width: 600px;
        padding: 0 2%;
        margin: 0 auto 12px;
        overflow: hidden;
        position: relative;
    }

        .calc-holder .tabset:before {
            position: absolute;
            content: "";
            width: 90%;
            left: 5%;
            bottom: -2px;
            height: 2px;
            border-radius: 50%;
            box-shadow: 0 0 10px 5px rgba(0, 0, 0, .25);
        }

        .calc-holder .tabset:before {
            width: 98%;
            left: 1%;
        }

        .calc-holder .tabset li {
            display: inline-block;
            vertical-align: top;
            margin: 0 1px;
            min-width: 120px;
        }

        .calc-holder .tabset li {
            min-width: 170px;
        }

        .calc-holder .tabset a {
            border-radius: 6px 6px 0 0;
        }

    .calc-holder .tab-content .label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0 10px 0 0;
    }

    .calc-holder .tab-content .input-text {
        margin: 0;
    }

    .calc-holder .tab-content .row {
        padding-top: 17px;
    }

        .calc-holder .tab-content .row .validate {
            text-align: right;
            margin: -16px 0 4px;
        }

    .calc-holder .tab-content .container {
        position: relative;
    }

        .calc-holder .tab-content .container:before {
            content: "";
            position: absolute;
            background: #bcbcbc;
            width: 2px;
            left: 52.5%;
            margin-left: -1px;
            border-right: 1px solid #fff;
            top: 18px;
            bottom: 18px;
        }

    .calc-holder.dd .tab-content .container:before {
        left: 47.5%
    }

    .calc-holder .tab-content .container .frame {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .calc-holder .tab-content .container .column {
        float: left;
        width: 52.5%;
        padding: 0 28px 0 40px;
    }

    .calc-holder.dd .tab-content .container .column {
        width: 47.5%;
    }

    .calc-holder .tab-content .container .column:last-child {
        width: 47.5%;
        padding: 13px 0 0 28px;
    }

    .calc-holder.dd .tab-content .container .column:last-child {
        width: 52.5%;
    }

    .calc-holder .tab-content .head-panel {
        display: table;
        width: 100%;
    }

        .calc-holder .tab-content .head-panel .cell {
            display: table-cell;
            vertical-align: middle;
        }

        .calc-holder .tab-content .head-panel .label {
            white-space: nowrap;
        }

        .calc-holder .tab-content .head-panel .input-text {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 30px;
        }

    .calc-holder .related-rows {
        margin-left: -30px;
    }

        .calc-holder .related-rows .rel-txt {
            margin-top: 6px;
        }

        .calc-holder .related-rows:before {
            top: 20px;
        }

    .calc-holder .jcf-range {
        margin: 12px 0 17px;
    }
}

@media (min-width: 768px) and (max-width: 1060px) {
    .calc-holder .tab-content .label {
        font-size: 14px;
    }

    .calc-holder.dd .tab-content .container:before {
        left: 60%
    }

    .calc-holder.dd .tab-content .container .column {
        width: 60%;
    }

        .calc-holder.dd .tab-content .container .column:last-child {
            width: 40%;
        }
}

@media (max-width: 768px) {
    .calc-holder .tab-content .label {
        font-size: 15px;
        line-height: normal;
    }
}

@media (max-width: 500px) {
    .calc-holder {
        margin-left: -5px;
        margin-right: -5px;
    }

        .calc-holder br.phone-only {
            content: none;
            display: block;
        }

        .calc-holder h1 {
            font: bold 30px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
        }
}

@media (min-width: 1024px) {
    .calc-holder .tab-content .label {
        position: relative;
    }

        .calc-holder .tab-content .label .popup {
            z-index: 100;
            width: 210px;
            position: absolute;
            left: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: -7px 0 0 0;
        }

            .calc-holder .tab-content .label .popup:before {
                height: 0;
                width: 0;
                border-bottom: 7px solid transparent;
                border-right: 7px solid white;
                border-top: 7px solid transparent;
                position: absolute;
                content: "";
                left: -7px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .calc-holder .tab-content .container .column:last-child .label .popup {
        margin-left: 11px;
    }
}
