.page-template-page-tuition-calculator .calculator-container {
    width: 100%;
    max-width: 100%;
}

.page-template-page-tuition-calculator .calculator-container .tuition-card {
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid #253746;
    border-radius: 3px;
}

.page-template-page-tuition-calculator .calculator-container .tuition-card h2 {
    margin-top: 0;
    font-size: 32.5px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #253746;
}

.page-template-page-tuition-calculator .calculator-container .tuition-card select {
    width: 100%;
}

.page-template-page-tuition-calculator #time label {

}

.page-template-page-tuition-calculator #semester,
.page-template-page-tuition-calculator #programs,
.page-template-page-tuition-calculator #year,
.page-template-page-tuition-calculator #tuition-year,
.page-template-page-tuition-calculator #time,
.page-template-page-tuition-calculator #details,
.page-template-page-tuition-calculator #program-callout {
    display: none;
}

.page-template-page-tuition-calculator #time .ui-state-active {
    border-color: #253746;
    background-color: #253746;
}

.page-template-page-tuition-calculator #time .ui-state-default {
    border-color: #253746;
    background-color: #253746;
}

.page-template-page-tuition-calculator #time .ui-state-focus {
    border-color: #253746;
    background-color: #253746;
}

.page-template-page-tuition-calculator #time .ui-slider {
    border-color: #253746;
}

.page-template-page-tuition-calculator #time .ui-slider-range {
    background-color: #253746;
}

.page-template-page-tuition-calculator .calculator-container .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-template-page-tuition-calculator .calculator-container input[type="submit"],
.page-template-page-tuition-calculator .calculator-container button,
.page-template-page-tuition-calculator .calculator-container .button{
    text-align: center;
    padding: 10px;
    background-color: #253746;
    color: #ffffff;
    font-size: 18px;
    width: auto;
    display: inline-block;
    margin-bottom: 1rem;
    border: 2px solid #253746;
    border-radius: 3px;
    text-decoration: none;
}

.page-template-page-tuition-calculator .calculator-container button {
    margin-left: 5px;
}

.page-template-page-tuition-calculator .calculator-container input[type="submit"]:hover,
.page-template-page-tuition-calculator .calculator-container input[type="submit"]:focus,
.page-template-page-tuition-calculator .calculator-container button:hover,
.page-template-page-tuition-calculator .calculator-container button:focus,
.page-template-page-tuition-calculator .calculator-container .button:hover,
.page-template-page-tuition-calculator .calculator-container .button:focus {
    background-color: #ffffff;
    color: #253746;
    cursor: pointer;
}

.page-template-page-tuition-calculator #program-callout .button {
    width: 100%;
    text-align: center;
}

.page-template-page-tuition-calculator .calculator-container #resident p,
.page-template-page-tuition-calculator .calculator-container #non-resident p,
.page-template-page-tuition-calculator .calculator-container #online p{
    font-size: 20px;
    font-weight: bold;
}

.page-template-page-tuition-calculator #details #details-table table {
    width: 100%;
}

.page-template-page-tuition-calculator #details #details-table table thead tr th:nth-child(2),
.page-template-page-tuition-calculator #details #details-table table thead tr th:nth-child(3),
.page-template-page-tuition-calculator #details #details-table table tbody tr td:nth-child(2),
.page-template-page-tuition-calculator #details #details-table table tbody tr td:nth-child(3) {
    text-align: center;
}

.page-template-page-tuition-calculator #details #details-table table tbody tr:nth-child(even) {
    background-color: #B1B3B3;
}

.page-template-page-tuition-calculator #details #details-table table tbody tr:last-child td {
    font-weight: bold;
}

.page-template-page-tuition-calculator #details #details-table table thead tr th {
    padding: 3px 10px;
}