@charset "UTF-8";
/* CSS Document */

/*#iframe{
	height: 960px;
	}*/


#costEstimator p {
    font-size: 12px;
    line-height: 15px;
}

#costEstimator a {
    color: #000;
    text-decoration: underline;
}

#costEstimator a:hover {
    color: #877148;
    text-decoration: underline;
}

#costEstimator .btnColCenter .button {
    width: 100%;
    background-color: #877148;
    margin: 3% 0px;
    font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

#costEstimator .btnColCenter .button:hover {
    background-color: #675637;
}

#costCalc label {
    color: #000;
    font-size: 12px;
    display: inline-block;
    padding-right: 1em;
    line-height: 15px;
}

#costCalc .required {
    color: #E60000;
    font-weight: bold;
}

#costCalc .button {
    color: #fff;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.3rem;
    background-color: #000;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

#costCalc .button:hover {
    color: #fff;
    background-color: #877148;
    text-decoration: none;
}

#costCalc #resultsTable {
    /*display: inline;*/
    display: none;
}

/*#costCalc #resultsTable */
table {
    border: 1px solid #a3a3a3;
    border-collapse: collapse;
    margin-bottom: 0px;
}

.mainTitle th {
    color: #fff;
    background-color: #000;
}

#costCalc #resultsTable table tr {
    border: 1px solid #a3a3a3;
}

#costCalc #resultsTable table #resultsColumns tr th {
    width: 86px;
}

#costCalc #resultsTable table tr th {
    text-align: center;
    border: 1px solid #a3a3a3;
    font-size: 0.875em;
    padding-top: 6px;
}

#costCalc #resultsTable table tr td {
    text-align: right;
    border: 1px solid #a3a3a3;
    font-size: 0.875em;
}

#costCalc #resultsTable table tr #tdTotal {
    background-color: #ece3da;
}

#costCalc #resultsTable table tr:nth-of-type(even) {
    background: #f9f9f9;
}

#costCalc #resultsTable p {
    font-size: 12px;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

#costCalc #resultsTable .subheader {
    color: #474747;
}

#costCalc #resultsTable #extraInfo h6 {
    font-size: 12px;
    margin-bottom: 0px;
}

#costCalc #resultsTable #extraInfo p {
    font-size: 12px;
    letter-spacing: normal;
}


#schoolQuestions {
    margin: 0px;
}

#schoolQuestions th {
    /*padding: 0px;*/
    text-align: center;
    font-size: 12px;
}

#schoolQuestions tr {
    /*background: white;*/
    border-top: 1px solid #a3a3a3;

}

#schoolQuestions tr:nth-of-type(even) {
    /*background: white;*/
}

#schoolQuestions tr td {
    padding: 0.5em 0.25em 0.75em 0.25em;
    vertical-align: bottom;
}

#schoolQuestions tr td p {
    margin: 0px;
}

#schoolQuestions #mainTitle {
    padding: 0px;
}

#schoolQuestions select {
    background-color: #fff;
    width: 100%;
    display: block;
    margin: 0px;
}

#schoolQuestions tr td label {
    width: 100%;
    font-weight: normal;
    margin: 0px;
    display: block;
}

.borderRight {
    border-right: 1px solid #a3a3a3;
}

#housingSelect input {
    margin: 0px;
}

#housingSelect label {
    display: inline;
}

#housingSelect #chooseHousing {
    margin: 0 0 6px 0;
}

#housingSelect p {
    margin: 0 0 12px 0;
}

.row .row {
    margin-left: auto;
    margin-right: auto;
}

[role="radio"] {
    border: 2px solid transparent;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    padding: 0.125em;
    padding-left: 1.5em;
    padding-right: 0.5em;
    cursor: default;
    outline: none;
}

[role="radio"]:focus {
    border-color: hsl(216, 94%, 73%);
    background-color: hsl(216, 80%, 97%);
}

[role="radio"]::before {
    width: 14px;
    height: 14px;
    border: 1px solid hsl(0, 0%, 66%);
    border-radius: 100%;
    background-image: linear-gradient(to bottom, hsl(300, 3%, 93%), #fff 60%);
}

[role="radio"]::before, [role="radio"]::after {
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translate(-20%, -50%);
    content: '';
}

[role="radio"][aria-checked="true"]::before {
    border-color: hsl(216, 80%, 50%);
    background: hsl(217, 95%, 68%);
    background-image: linear-gradient(to bottom, hsl(217, 95%, 68%), hsl(216, 80%, 57%));
}