@import url('https://fonts.googleapis.com/css?family=Lato');
@font-face {
    font-family: 'UbuntuR';
    src: url('../fonts/UbuntuR.eot');
    src: url('../fonts/UbuntuR.eot') format('embedded-opentype'),
        url('../fonts/UbuntuR.woff2') format('woff2'),
        url('../fonts/UbuntuR.woff') format('woff'),
        url('../fonts/UbuntuR.ttf') format('truetype'),
        url('../fonts/UbuntuR.svg#UbuntuR') format('svg');
}
.disclaimer p {
    height: auto !important;
}

*{
    margin:0;
    padding:0;
    outline:none;
    color:#fff;
    font-family: 'UbuntuR';
}
h3{
    font-weight:normal;
}
::-webkit-input-placeholder{
    color:#fff;
}
:-moz-placeholder{
    color:#fff;
}
::-moz-placeholder{
    color:#fff;
}
:ms-input-placeholder{
    color:#fff;
}
.wrapper{
    width:314px;
    height:auto;
    float:none;
    margin:0 auto;
    display:block;
    font-family: 'UbuntuR';
}
.main_container{
    width:auto;
    height:auto;
    margin-top:10px;
    /*    padding-bottom:20px;*/
    background:#e0e0e0;
    border-radius:10px;
    float: left;
    /*    box-shadow: inset 0px 0px 3px 0px rgba(38, 38, 38, 0.72);*/
    box-shadow: inset 0px -2px 2px 3px #D8D8D8;
}
.left_dots {
    width:9%;
    float:left;
    margin:30px 0 0 30px;
}
.left_dots img{
    float:none;
    width:100%;
}
.logo{
    float: left;
    width: 100%;
    display: table;
    margin: 22px 0 15px 0;
}
.logo img {
    margin: 0 auto;
    display: table;
}
.right_dots {
    width:9%;
    float:right;
    margin:30px 30px 0 0;
}
.right_dots img {
    float:none;
    width:100%;
}
.container{
    width:auto;
    float: left;
    display:block;
}
.inner_container{
    width:270px;
    height:311px;
    float:left;
    margin:0 22px;
    background:url(../images/bg.png);
}
.temp_box{ /*Screen-2*/
    float:none;
    width:88%;
    height:59px;
    margin:15px auto;
    background:rgba(48, 50, 52, 0.46);
    border-left:5px solid #f7941d;
    position:relative;
}
.no-border{
    border-left:5px solid transparent !important;
}
.temp_box input{
    float: left;
    width: 48px;
    height: 59px;
    border: none;
    background: transparent;
    font-size: 19px;
    color: #fff;
    margin-left: 8px;
}
.temp_box h3{
    float: left;
    margin-top: 18px;
    margin-left: 0;
    color: #fff;
    font-size: 19px;
}
.temp_box h3 img{
    margin: 2px 4px 0px 4px;
    width: 8px;
    float: left;
}
.temp_box h3 span{
    float:right;
}
.temp_box h3 p{
    margin: 3px 2px 0px 2px;
    font-size: 18px;
    float: left;
}
.thrd-value{
    margin-left:20px !important;
}
.scnd-value{
    width: 100%;
    float: none;
    display: table;
    margin: 0 auto;
}
.scnd-value input{
    width: 89%;
    height: 80px;
    margin: 0 auto;
    float: left;
    margin-left: 20px;
}
.therma{
    float: right;
    width: 11%;
    margin-top: 11px;
}
.therma img{
    width: 17px;;
    height: 36px;
    cursor:pointer;
}
.calc-btn{
    width:170px;
    height:48px;
    margin:0 auto;
    background:url(../images/calc-btn.png);
    text-align:center;
    line-height:50px;
    cursor:pointer;
}
.calc-btn a {
    text-decoration:none;
    display:block;
    color:#fff;
    font-size:14px;
}
.calc-btn a img {
    vertical-align: middle;
}
.calc-btn.re-cal {
    background:url(../images/re-cal-btn.png);
}
.result{
    float: none;
    width: 88%;
    height: 275px;
    margin: 15px auto;
    background: rgba(48, 50, 52, 0.46);
    border-top: 5px solid #f7941d;
    cursor: pointer;
    text-align: center;
    display:none;
}
.result h3{
    float: none;
    margin: 20px auto 0;
    text-align:center;
    color: #fff;
    font-size: 34px;
}
.result h2 {
    float: none;
    margin: 03px auto 0;
    padding-left:20px;
    text-align: center;
    color: #fff;
    font-size: 110px;
    display: table;
}
.result h2 span{
    float:left;
}
.result h2 p {
    float: left;
    margin: 25px 0 0 0;
    font-size: 12px;
}
.back_btn{
    float:left;
    width:100%;
    margin-top:22px;
}
.back_btn img{
    float:left;
}
.temp_box:hover .tool_tip{
    display:block;
}
.selection{ /*Screen-1*/
    float:none;
    width:88%;
    height:59px;
    margin:15px auto;
    background:rgba(48, 50, 52, 0.46);
    border-left:5px solid #f7941d;
    position:relative;
    display:none;
}
.selection.no-border {
    border-left:5px solid transparent;
}
.selection input{
    float: left;
    width: 180px;
    height: 59px;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}
.i_img{
    float: right;
    width: 12%;
    margin-top: 22px;
}
.i_img img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.tool_tip{
    float:right;
    display:none;
}
.arrow{
    position: absolute;
    width: 23px;
    height: 29px;
    background: url('../images/arrow.png');
    right: -41px;
    top: 20px;
    opacity: 1;
}
.tip_box{
    width: 320px;
    height: 80px;
    position: absolute;
    right: -361px;
    top: 0;
    background:url(../images/one-px.png) repeat left top;
}
.tip_box p {
    margin: 22px 14px;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}
.tip_box_2{
    width: 253px;
    height: auto;
    position: absolute;
    right:-293.8px;
    top: 2px;
    background:url(../images/one-px.png) repeat left top;  
}
.tip_box_2 p {
    margin: 22px 14px;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}
.selection:hover .tool_tip{
    display:block !important;
}
.top-area {
    float: left;
    width: 100%;
}
.bottom-area {
    float: left;
    width: 100%;
    padding: 25px 0;
}
.strt{
    width: 81%;
    text-align: center;
    margin: 104px auto 0;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    display: block;
}
.error_box{
    float:right;
    display:none;
}
.error_box .arrow{
    position: absolute;
    width: 23px;
    height: 29px;
    background: url('../images/arrow.png');
    left: -45px;
    top: 16px;
    opacity: 1;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.error_box .tip_box{
    width: 233px;
    height: auto;
    position: absolute;
    left: -277.8px;
    top: 0;
    background:url(../images/one-px.png) repeat left top;
}
.error_box .tip_box p {
    margin: 22px 14px;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}
.tip_box_dbl_line{
    top: -11px !important;
}
span.help-text {
    position: absolute;
    left: 8px;
    top: 43px;
    font-size: 12px;
    display:none;
}
.disclaimer {
    float: none;
    width: 88%;
    height: 275px;
    margin: 15px auto;
    /*    background: rgba(48, 50, 52, 0.46);
        border-top: 5px solid #f7941d;*/
    text-align: center;
    position: relative;
}
.disclaimer .back_btn img {
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
}
.disclaimer .next_btn img {
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.disclaimer .ok_btn img {
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.disclaimer h1 {
    float: left;
    margin: 6px 0 0 0;
    text-align: left;
    color: #fff;
    font-size: 22px;
    width: 100%;
    padding-left: 10px;
}
.disclaimer p {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    padding: 10px 10px;
    height: 201px;
    overflow: hidden;
}
.disclaimer .scroller p {
    height:auto;
} 
.result_info{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.result_info .lft_rslt{
    width: 40%;
    float: left;
    padding-left: 20px;
    font-size: 13px;
}
.result_info .lft_rslt p {
    float: left;
}
.result_info .lft_rslt p span{
    color: #F7941D;
    float: left;
    margin-right: 5px;
}

.result_info .right_rslt{
    width: 40%;
    float: right;
    padding-right:20px;
    font-size: 13px;
}
.result_info .right_rslt p {
    float: right;
}
.result_info .right_rslt p span{
    color: #F7941D;
    float: left;
    margin-right: 5px;
}
.b_margin{
    margin-bottom: 20px;
}
.tip_box_2.middle_align{
    top: -8px !important;
}
.tip_box_2.scnd_middle_align{
    top: -18px !important; 
}
.tip_box.cntr_align{
    top: -6px;
}
.scroller{
    height: 235px;
    float: left;
}
.mCustomScrollBox{
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
    float: left;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_scrollTools{
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: -45px;
    right: -15px;
    bottom: 0;
}
/*.mCSB_buttonUp{
    width: 11px;
    height: 11px;
    background: url('../images/up.gif') no-repeat left top;
    position: absolute;
    top: 4px;
}*/
.mCSB_draggerContainer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    margin: 20px 0;
}
/*.mCSB_buttonDown{
    width: 11px;
    height: 11px;
    background: url('../images/dn.gif') no-repeat left top;
    position: absolute;
    bottom: 4px;
}*/
.mCSB_dragger{
    width: 7px;
    background:#737374;
    border-radius: 15px;
    right: 7px;
    cursor: pointer;
}
.sbHolder{
    width: 50%;
    float: left;
    margin-left: 10px;
}
.sbSelector{
    text-decoration: none;
    font-size: 18px;
}
a.sbSelector{
    width: 100%;
    float: left;
    padding: 20px 0;
}
a.sbToggle{
    background: url('../images/slctr.png') no-repeat;
    width: 10px;
    height: 8px;
    position: absolute;
    left: 110px;
    top: 25px;
    background-size: 100% 100%;
}
ul.sbOptions{
    position: absolute;
    top: 59px !important;
    z-index: 100;
    background: rgba(48, 50, 52, 0.46);
    width: 91.5%;
    text-align: left;
    left: -5px;
    padding: 6px 10px;
    border-left: 5px solid #f7941d;
}
ul.sbOptions li{
    list-style: none;
    font-size: 18px;
}
ul.sbOptions li a{
    text-decoration: none;
}

/*selector_list_opacity*/
.list_opacity{
    opacity: 0;
}



.agree{
    float: left;
}

.roundedTwo {
    float: left;
    width: 20px;
    height: 20px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 12px 0 0 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.roundedTwo label {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    left: 1px;
    top: 1px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedTwo label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.roundedTwo label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.roundedTwo input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
#screen2 p{
    padding: 15px 14px;
}
.agree p{
    line-height: 14px;
    font-size: 10px !important;
    padding: 15px 7px !important;

}

.loader{
    float: left;
    width: 100%;
}
.loader img{
    margin: 120px auto;
    float: none;
    display: block;
}


.b_shadow , .b_shadow img{
    float: left;
    width: 100%;
}

/*******Stuff from main website css*******************/
.large-section {

    background-color: #FFF;

    background-repeat: no-repeat;

    background-position: bottom center;

    overflow: hidden;

    display: table;

    min-height: 800px;

    width: 100%;

    position: relative;
	background-image:url(../images/rhcalc-section2-bg.jpg); 
	background-size:cover; 
	

}


.large-section .large-wrap {

    position: relative;

    display: table-cell;

    vertical-align: middle;
		text-align: center;

}

.large-section .wrap {

    display: table;
 margin:0 auto;
    position: relative;
	text-align: center;


}

.large-entry-full {

    width: 100%;

    max-width: 100%;

    text-align: center;

    display: block;

    margin: 20px 0;

}

.large-entry-full h2 {

    font-size: 40px;
	color:white;
    margin-bottom: 15px;
	font-family: 'Lato';
	letter-spacing: normal !important;
	font-weight:normal;
}

/* Clear fix for floated elements */

.clearfix:before,

.clearfix:after {

    content: ".";    

    display: block;    

    height: 0;    

    overflow: hidden; 

}

.clearfix:after { clear: both; }

.clearfix { zoom: 1; } /* IE < 8 */





/************End Stuff********************************/




