.calculate_form_section h1, .calculate_form_section h2, .calculate_form_section h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.calculate_form_section h2 a:link, .calculate_form_section h2 a:hover, .calculate_form_section h2 a:visited, .calculate_form_section a:link, .calculate_form_section a:hover, .calculate_form_section a:visited {
    color: #e87d1e;
    font-size: 14px;
}

.calculate_form_section {
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.results-purple h3.purple {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #571681;
}

.results-green h3.green {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #9bc33a;
}

.results-blue h3.blue {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #296aa1;
}

h2.purpleHeading {
    background: url(../images/title-purple.png)no-repeat left;
    height: 71px;
    margin: 0 0 19px 2px;
    font-size: 28px;
    padding: 45px 0 0 50px;
    color: #571681;
    font-weight: normal;
}

.orangeBg {
    color: #fff;
    font-size: 14px;
    background-color: #e87d1e;
    border-radius: 4px;
    margin: 0 0 10px 50px;
    padding: 4px 0 4px 20px;
}

.formWrap, .calculate_form_section .row.forms, .forms_section.form_output_data .row.forms{
    margin-left: 35px;
    font-size: 14px;
}

body .results-purple h3.purple, .results-purple, .results-green, .results-blue {
    text-align: center;
}

.alignright {
    text-align: right;
    padding-right: 0;
}

.formWrap input {
    padding: 0 15px 0 0;
    width: 100%;
    margin-bottom: 5px;
    min-height: auto;
    border: 1px solid #ccc;
    background-color: #f3f2f2;
}

.grey {
    background-color: #f3f2f2;
}

.annualSubmitBtn {
    background: #653d8a;
    font-size: 17px;
    padding: 10px 50px;
    margin: 6px 0;
    opacity: .9;
    color: #fff;
    border-radius: 6px;
    max-width: 350px;
    text-transform: uppercase;
    font-weight: normal;
}

@media (min-width: 768px){
    h2.green {
        background: url(../images/title-green.png)no-repeat left;
        height: 71px;
        margin-left: 2px;
        padding-left: 50px;
        font-size: 28px;
        padding-top: 45px;
        color: #9bc33a;
    }
    h2.blue {
        background: url(../images/title-blue.png)no-repeat left;
        height: 71px;
        margin-left: 2px;
        padding-left: 50px;
        font-size: 28px;
        padding-top: 45px;
        color: #296aa1;
    }
    h2.purple {
        background: url(../images/title-purple.png)no-repeat left;
        height: 71px;
        margin-left: 2px;
        padding-left: 50px;
        font-size: 28px;
        padding-top: 45px;
        color: #571681;
    }
}

h2.blue {
    background: url(../images/title-blue.png)no-repeat left;
    height: 71px;
    padding-left: 50px;
    font-size: 22px;
    line-height: 26px;
    padding-top: 51px;
    color: #296aa1;
}

.title_blue {
    color: #296aa1;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.spacer_5 {
    margin-bottom: 5px;
}

.text-right{
    text-align: right;
}