.img-center {
    margin: auto;
    display: block;
}

.img-full {
    width: 100%;
    height: auto;
}

.made-by__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#calculatorform .question {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

#calculatorform label {
    display: block;
    margin: 15px 0 5px;
}

#calculatorform input[type=text],
#calculatorform input[type=password] {
    width: 300px;
    padding: 5px;
    border: solid 1px #000;
}

#calculatorform .prev,
#calculatorform .next {
    background-color: #42669b;
    padding: 5px 10px;
    color: #fff !important;
    text-decoration: none;
}

#calculatorform .prev:hover,
#calculatorform .next:hover {
        background-color: #272f34;
        color: #fff !important;
        text-decoration: none !important;
    }

#calculatorform .prev {
    float: left;
}

#calculatorform .next {
    float: right;
}

fieldset p {
    border-top: 1px solid #DCE3E8;
    padding: 10px 0;
    margin-top: 28px;
}

#calculatorform .question {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

#calculatorform #steps {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#calculatorform #steps li {
    font-size: 24px;
    float: left;
    padding: 10px;
    color: #b0b1b3;
}

#calculatorform #steps li.current {
    color: #000;
}

#calculatorform #calcerror {
    font-size: 18px;
    line-height: 24px;
    color: #c1361a;
}

#calculatorform {
    padding-bottom: 25px;
}

.scfForm h1 {
    color: #272f34;
    border-bottom: 1px solid #dce3e8;
    font-family: 'priori_sans_rovid-hregular';
    font-weight: normal;
    font-style: normal;
}

.scfForm h1 {
    margin: 18px 0 22px !important;
    font-size: 30px;
    line-height: 1.1em;
    padding-bottom: 13px;
}

.scfForm input[type="text"],
.scfForm input[type="tel"],
.scfForm input[type="email"] {
    color: #5d5d5d;
}

.fieldset section textarea,
.scfForm textarea {
    color: #5d5d5d;
    background: url(../../images/inputareabg.png) left top no-repeat;
}

.scfForm {
    height: auto !important;
}

.scfSubmitButtonBorder input[type="submit"] {
    color: #ffffff;
    text-shadow: 0 1px rgba(0,0,0,.42);
}

.scfSubmitButtonBorder input[type="submit"] {
    height: 43px;
    margin: 20px 0 0 0;
    width: 215px;
    background: url("../../images/sprite.png") no-repeat scroll -350px -74px transparent;
    box-shadow: none;
    border: 0 none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 43px;
    line-height: 2.1em;
}

.one-row-radiobutton-list table tr {
    float: left;
}

.one-row-radiobutton-list table label {
    width: auto;
    display: none;
    padding: 0 10px 0 0;
}

.one-row-radiobutton-list table:after {
    clear: both;
}

.one-row-radiobutton-list table tr:first-child input {
    float: right;
}

.one-row-radiobutton-list table tr label {
    display: none;
}

.one-row-radiobutton-list table tr:first-child label {
    float: left;
    display: block;
}

.one-row-radiobutton-list table tr:last-child label {
    float: left;
    display: block;
}

.scfForm .scfCaptchaLimitGeneralPanel {
    width: 400px;
}

.scfForm .scfCaptchStrongTextPanel {
    width: 392px;
}

.scfForm .scfSectionBorderAsFieldSet {
    border: none;
    margin-left: 0;
    padding-left: 0;
}

    .scfForm .scfSectionBorderAsFieldSet .scfSectionLegend {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .scfForm .scfSectionBorderAsFieldSet .scfSectionContent {
        padding: 0 0 10px 45px;
    }

.microsite-radiobutton-list tbody tr td label {
    display: block;
}

.microsite-email .scfRequired, .microsite-textbox .scfRequired, .microsite-email .scfValidatorRequired, .microsite-textbox .scfValidatorRequired {
    margin-left: 10px !important;
}



.scfForm {
    margin-bottom: 150px !important;
}

.scfForm h1 {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.scfForm .scfIntroBorder {
    padding: 0 !important;
}

.scfForm .scfSingleLineGeneralPanel,
.scfForm .scfEmailGeneralPanel {
    width: auto !important;
}

.scfForm .scfSubmitButtonBorder input[type="submit"] {
    margin-top: 50px !important;
}

.scfForm input[type="text"],
.scfForm input[type="tel"],
.scfForm input[type="email"] {
    display: block;
}

.scfValidator {
    position: absolute;
}

/* BHC-62, 63 */
.scfForm > div {
    display: block;
    font-size: 14px;
    line-height: 2.4rem;
    color: #444 !important;
}

.scfSectionContent span,
legend.scfSectionLegend {
    color: #444 !important;
}
/* BHC-62, 63 : END */

/* BHC-64 */
.scfForm .scfValidatorRequired,
.scfForm .scfRequired {
    color: darkgrey !important;
    font-size: 25px;
    font-weight: lighter;
    vertical-align: text-top;
    margin-left: 7px;
    padding-top: 7px;
    float: none !important;
}
/* BHC-64 : END */

/* BHC-60 */
.scfForm .scfDateSelectorShortLabelDay,
.scfForm .scfDateSelectorShortLabelMonth,
.scfForm .scfDateSelectorShortLabelYear {
    width: 33%;
    padding: 10px 10px 7px 0;
}
/* BHC-60 : END */

@media (max-width: 991.98px) {
    .scfForm td {
        display: table-cell;
    }
}

.scfRadioButtonListLabel {
    min-width: 140px;
    line-height: 1.2em;
}

@media (max-width: 768px) {
    .option-list td label {
        font-size: 10px;
    }

    .table-radio-list .scfRadioButtonListLabel {
        font-size: 10px;
    }

    .scfSectionContent {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .scfSectionBorderAsFieldSet{
        margin-right:0px;
    }
}

.table-radio-list td {
    min-width: 80px;
    text-align: center;
    padding: 5px;
}

.scfRadioButtonListBorder .scfRadioButtonList label {
    display: inline-block;
    margin-left: 5px;
}

.table-radio-list {
    min-width: inherit;
    line-height: 1.2em;
    display: flex;
}

    .table-radio-list label {
        margin: 0 !important;
    }

.option-list td {
    min-width: 80px;
    text-align: center;
    padding: 5px;
}

.option-list {
    min-width: inherit;
    line-height: 1.2em;
    display:flex;
}

    .option-list label {
        margin: 0 !important;
    }

    .option-list td input {
        display: none;
    }

.scfValidationSummary ul {
    margin-bottom: 0px;
}

.scfValidationSummary {
    padding-bottom: 20px;
}

.scfSectionContent {
    overflow-y: auto;
}

.scfRadioButtonListBorder tr{
    background-color:white !important;
}

.edu_scfDropList .scfDropListGeneralPanel .scfDropList {
    margin-top: 10px !important;
    padding: 8px 15px 10px 10px;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    font-size: 14px;
    appearance: none;
}

.regionDropList .scfDropListGeneralPanel .scfDropList {
    margin-top: 10px !important;
    padding: 8px 15px 10px 10px;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    font-size: 14px;
    appearance: none;
}

.divisionDropList .scfDropListGeneralPanel .scfDropList {
    margin-top: 10px !important;
    padding: 8px 15px 10px 10px;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    font-size: 14px;
    appearance: none;
}

.areaDropList .scfDropListGeneralPanel .scfDropList {
    margin-top: 10px !important;
    padding: 8px 15px 10px 10px;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    font-size: 14px;
    appearance: none;
}

.edu_scfMultipleLineTextBox {
    margin-top: 10px !important;
    background: none !important;
    background-color: white !important;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    color: black;
}

.content-banner {
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .article-featured .lead {
        height: auto;
        max-height: 150px;
    }
}

.content-banner img {
    border-style: solid;
    border-color: #002758;
}

#calculatorform .prev {
    width: 15%;
}

#calculatorform .progress {
    display: inline-block;
    text-align: center;
    width: 70%;
}

#calculatorform .next {
    width: 15%;
}

@media (min-width: 992px) {
    .scfSectionContent {
        overflow-x: hidden;
    }
}

.scfSectionContent {
    overflow-x: visible;
}

.tableFix {
    min-width:550px;
    height: 600px;
}

.tableFixHead {
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    right: 0;
    padding-left: 20px;
}

table {
    width: 100%;
}

th, td {
    padding: 8px 16px;
}

th {
    background: #eee;
}
