/******************** ROI Calculator *******************/
.roi2020.show_results #section_hs_form,
.roi2020.show_results .roi_payback_trigger {
    display: none;
}
.roi2020.show_results .roi_results {
   display:initial !important;
}

.roi2020 .roi_row {
    clear: both;
}
.roi2020 #roi_page2 {
    display: none;
}
.roi2020 {
    font-size: 16px;
}
.roi2020 .roi_col {
    width: 45%;
    float: left;
}
.roi2020 .roi_col:nth-child(odd) {
    padding-right: 5%;
}
.roi2020 .roi_col:nth-child(even) {
    padding-left: 5%;
}
/*
.roi2020 .roi_col:nth-child(even) {
    width: 55%;
}
*/
.roi_form h3 {
    color: #00644E;
    padding-bottom: 10px; 
}

.roi_form select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #9FABB9;
}
.roi_form input.roi_field {
    padding: 8px 5px 8px 3px;
    border-radius: 5px;
    width: 90px;
    text-align: right;
    font-size: 16px;
    border: 1px solid #9FABB9;
    width: 100%;
    position: relative;
}
.roi_form .roi_unit {
    position: absolute;
    left: 10px;
    line-height: 43px;
    color: #999;
}
.roi2020 .required_label {
    color: #fb2b41;
    font-size: 16px;

}
.roi2020 sub {
    font-size: 12px;
}
.roi2020 .roi_form table, 
.roi_form td {
    border: 0 !important;
    margin: 0 !important;
    width: 100%;
}
.roi2020 .roi_form tr td {
    padding: 5px 0;
    border: 0;
    display: block;
    width: 100%;
    
}

.roi_form_wrapper .roi_form_heading {
    color: #00644E;
    font-size: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 10px;
 }
.roi_form_wrapper .roi_form_heading span {
    padding: 2px;
    background: #E8EEEC;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    line-height: 22px;
    text-align: center;
    color: #00644E;
    font-size: 13px;
    margin-right: 10px;
 }

.roi2020 .roi_form tr td:first-child {
	padding-bottom: 0; 
}
.roi2020 .roi_form tr td:nth-child(even) {
	padding-top: 0;
}
.roi_form .roi_field::placeholder {
    color: #6a6e74;
}
.roi_form td:nth-child(even) {
    text-align: right;
    /*padding: 5px;*/
    width: 180px;
    white-space: nowrap;
    text-align: left;
}
.roi_form tr.focused .roi_field {
    border-color: #00644E;
}
.roi_form tr.focused .roi_field_label {
    font-weight: bold;
    color: #00644E;
}
.roi_form tr.error .roi_field {
    border-color: #fb2b41;
}
.roi_form tr.error .roi_field_label {
    font-weight: bold;
    color: #fb2b41;
}
.roi_form tr.error .required_error {
    display: block;
}
.roi_form .required_error {
    display: none;
    color: #fb2b41;
    font-style: italic;
    line-height: 1.3;
    font-size: 11px;
}
.roi2020 .roi_button {
    width: 100%;
    background: no-repeat;
    padding: 10px;
    border: 3px solid #006799;
    cursor: pointer;
    font-size: 15px;
    background: #00644E;
    color: #fff;
}
.roi2020 .roi_button:hover {
    font-weight: bold;
}

#roi_back  {
    max-width: 100px;
    /*color: #6e6e6e;*/
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 10px;
    display: inline-block;
}
#roi_submit {
    background: #00644E;
    color: #fff;
    border-color: #006799;
    margin-top: 20px;
}

/* results */
/*.roi2020 .roi_results {
    display: none;
}*/
.roi2020 .roi_results .roi_hero {
    color: #00644E;
    margin: 6px 0 15px 0;
    font-size: 36px;
    font-weight: 500;
    font-family: "Inter", sans-serif; 
}
/*.roi2020 .roi_results .roi_hero h2:after {
    content: '*';
}
*/
.roi2020 .savings_amount {
    font-size: 20px;
}
.roi2020 .roi_results .roi_hero .roi_button {
    width: auto;
    font-size: 14px;
    padding: 5px 25px;
    margin: 5px 0 10px 0;
    /*border-color: #00644E;*/
}

.roi2020 .roi_results {
    box-shadow: 0 5px 20px #D2D7DC;
    margin-top: 25px;
    padding: 30px;
}
.roi2020 .roi_results table {
    overflow: hidden;
}
.roi2020 .roi_results table td {
    padding: 10px;
    border: 0;
    color: #4F565D;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}
.roi2020 .roi_results table th {
    padding: 5px 10px;
    width: 100%;
}
.roi2020 .roi_results table,
.roi2020 .roi_results table td {
    vertical-align: top;
}
.roi2020 .roi_results table #insuranceSavings td {
	border-top: 1px solid #D2D7DC;
	padding-top: 25px;

}
.roi2020 .roi_results table .monthly,
.roi2020 .roi_results table .yearly {
    text-align: right;    
    white-space: nowrap;
    font-weight: 400;
    color: #343A40;
}
.roi2020 .roi_results table th,
.roi2020 .roi_results table tfoot {
    color: #343A40;
    text-align: left;
}

.roi2020 .roi_tooltip {
    color: #fff;
    background: #999A9B;
    border-radius: 100%;
    width: 15px;
    display: inline-block;
    height: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    vertical-align: text-top;
    cursor: pointer;
    position: relative;
}
.roi_tooltip:hover .roi_mobile_tooltip,
.roi_tooltip:focus .roi_mobile_tooltip {
    display: inline !important;
}
.roi_tooltip .roi_mobile_tooltip {
    position: absolute;
    top: 0;
    background: #7cdae1;
	color: #4F565D;
    padding: 4px;
    left: 103%;
    width: 300px;
    border-radius: 3px;
    display: none;
    z-index: 1;
}
#HOSSavings td {
    padding-bottom: 35px;
}
#tcoBeforeFC, #totalSavings {
    border-top: 1px solid #D2D7DC;
    font-size: 18px;
    line-height: 32px;
}
#tcoBeforeFC td, #totalSavings td {
	margin-top: 10px;
	padding-top: 35px;
}
#tcoBeforeFC div, #tcoAfterFC div {
	color: #00644E;
    font-weight: 600;
    line-height: 1;
}

#tcoAfterFC td {
    padding-bottom: 45px;
    font-size: 18px;
    line-height: 32px;
}
.roi_results tbody small {
    font-size: 11px;
    display: block;
    line-height: 1;
    font-weight: normal;
}
.roi_results tfoot small {
    display: block;
    line-height: 1;
}
#totalSavings td {
    color: #00644E;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
#totalSavings .monthly,
#totalSavings .yearly {
    padding: 35px 10px;
}
#tcoAfterFC .monthly, 
#tcoAfterFC .yearly {
    padding: 10px;
}


#tcoAfterFC .monthly, 
#tcoAfterFC .yearly,
#totalSavings .monthly,
#totalSavings .yearly {
	color: #00644E;
    font-weight: bold;
}
.roi_breadcrumb{
    color: #00644E;
    margin-bottom: 10px;
}
.roi_breadcrumb a  {
    color: #00644E;
    text-decoration: underline;
}
#roi_chart_wrap {
    padding: 10px; 
    border: 2px solid #6d6e70;
    margin-bottom: 15px;
}
#roi_chart_wrap .chart_title {    
    font-size: 18px;
}
#roi_chart_wrap .chart_container {
    height: 400px;
    position: relative;
}
.roi_collapse {
    cursor: pointer;
    background: #00644E;
    padding: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    display: none;
    position: relative;
    line-height: 1;
}
.section_payback {
    border: 2px solid #7cdae1;
    padding: 0;
    margin-bottom: 10px;
}
.section_payback .et_pb_row {
    margin: 0;
    width: 100%;
    padding: 0;
}
.section_payback .et_pb_column_1 {
    color: #7cdae1;
    font-size: 24px;
    padding: 45px 10px;
    margin: 0;
}
.section_payback .et_pb_column_2 {
    text-align: center;
    background: #7cdae1;
    color: #fff;
    font-size: 27px;
    padding: 21px 15px;
    line-height: 1.2;
}

#section_hs_form {
    padding: 20px 30px;
    border: 2px solid #6d6e70;
    border-radius: 5px;
}
#section_hs_form h1 {
    font-size: 20px;
    padding: 0;
}
#section_hs_form .hbspt-form label > span {
    color: #343A40;
}
.roi_disclaimer {
    font-size: 12px;
    margin: 5px 0 20px 0; 
    line-height: 1.5;
}

@media (max-width: 960px) {
    /*.roi2020 #roi_page2 {
        display: block;
    }*/
    .roi2020 .roi_row .roi_col, .roi2020 .roi_col:nth-child(even)  {
        padding: 0;
        width: 100%;
    }

    .roi_collapse:after {
        content: '+';
        font-size: 40px;
        position: absolute;
        right: 20px;
        font-weight: normal;
        font-family: serif;
        top: 9px;
    }
    .roi_collapse.opened:after{
        content: '_';
        top: -10px;
    }
    #roi_view_more,
    #roi_chart_wrap,
    .roi_breadcrumb,
    #section_hs_form {
        display: none;
    }
    /*.roi_collapse,
    .roi_page2 {
        display: block;
    }*/
}
@media (max-width: 426px) {
    .roi2020 {
        zoom: 0.7;
        line-height: 1.4;
    }
}
