.res-calc-wrapper{
    width: 100%;
    margin: 0 auto;
}
.res-calc-wrapper *{
    color: #E8E9EB;
}
.res-calc-container{
    width: 100%;
    padding: 20px 30px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #182432;
}
#self-sufficiency-pdf-area{
    background: #182432;
    padding: 20px;
}
.calc-btn{
    background: #8B0000;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #8B0000;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    min-width: 150px;
    box-sizing: border-box;
}
.calc-btn:hover{
    background: #fff;
    transition: 0.2s;
    border: 1px solid #8B0000;
    color: #8B0000;
}
.res-calc-title h2{
    font-size: 28px;
    font-weight: 600;
    padding: 0 10px 5px;
    margin: 0;
    line-height: 1.2;
    color: #EABD9A;
}
.res-calc-title{
    text-align: center;
    padding: 10px 10px 20px;
    box-sizing: border-box;
}
.res-calc-title p{
    font-size: 14px;
    display: block;
    font-weight: 500;
    padding: 0 5px;
    margin: 0;
    line-height: 1.4;
    color: #E8E9EB;

}
.res-calc-information-sec{
    width: 100%;
}
.res-flex-sec,
.flex-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.res-rowGroup{
    width: 50%;
    padding: 0 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.row-lbl-sec{
    width: 50%;
    text-align: right;
}
.row-lbl-sec label{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #E8E9EB;
    padding: 0;
    margin: 0;
    /* padding-bottom: 5px; */
    outline: 0;
    box-sizing: border-box;
}
.big-text label{
    color: #E8E9EB;
    font-size: 16px;
    font-weight: 600;
}
.row-lbl-sec label b{
    color: #EABD9A;
    padding: 0 5px;
    font-size: 18px;
    font-weight: 600;
}
.row-inp-sec,
.row-sel-sec{
    width: 40%;
}
.row-inp-sec input{
    width: 100%;
    margin: 0;
    height: 40px;
    padding: 5px 15px;
    color: #fff!important;
    border: 1px solid #CED4DA;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 500;
    box-sizing: border-box;
}
.row-sel-sec select{
    width: 100%;
    margin: 0;
    height: 40px;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #CED4DA;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 500;
    box-sizing: border-box;
}
.row-sel-sec select:focus{
    outline: 0;
}
.append-input,
.prepend-input{
    display: flex;
    align-items: center;
}
.append-input .jw-input{
    border-left: none;
    padding-left: 0;
    border-radius: 0 4px 4px 0;
}
.prepend-input .jw-input{
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.prepend-input span,
.append-input span{
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #CED4DA;
    background: transparent;
    border-right: none;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
}
.prepend-input span{
    border-left: none;
    border-radius: 0 4px 4px 0px;   
}
.append-input .jw-input:focus{
    border: 1px solid #CED4DA!important;
    border-left: none!important;
    outline: 0!important;
}
.horizontal-line{
    width: 60%;
    margin: 10px auto 20px;
    border-bottom: 2px dashed #FFFFFF ;
}
.row-text-sec{
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-text-sec span{
    display: block;
    color: #E8E9EB;
    padding: 0px 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;

}
.res-des-sec{
    display: block;
    text-align: center;
    color: #E8E9EB;
    padding: 0px 10px;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.center{
    justify-content: center;
}
.res-small-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 15px 0;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    color: #EABD9A;
    text-decoration: underline;
}
.margin-bottom{
    margin-bottom: 20px;
}
@media only screen and (max-width: 1250px) {
    .entry-content{
        max-width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .res-flex-sec{
        flex-direction: column;
    }
    .res-rowGroup{
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .res-small-title{
        font-size: 18px;
    }
    .res-calc-title h2{
        font-size: 24px;
    }
    .horizontal-line{
        width: 80%;
    }
}
@media only screen and (max-width: 600px) {
    .res-small-title{
        font-size: 16px;
    }
    .res-des-sec{
        font-size: 12px;
    }
    .row-lbl-sec{
        text-align: left;
    }
    .res-calc-title h2{
        font-size: 22px;
    }
    .res-calc-title p{
        font-size: 12px;
    }
    .row-lbl-sec label{
        font-size: 14px;
    }
    .row-inp-sec input{
        font-size: 14px;
    }
    .row-text-sec span{
        font-size: 14px;
    }

}