

/*      Request ID: af9e6f3c27bbcc7b65fa124c60169492_1751561272 (07/04/2025 10:30pm) (minifier disabled) (bcnRCcAgDAXAiTQjlaAPDWgEkxq6fTtAv+7j6PCmiCDWhrFSxclDDqLzQFY4da+rGF2ibaMK1I28Y+LjFpelCeYy2dcm82f8RbZi9gI=)      */

.sticky-ctas {
    display: none;
}
.loading {
    text-align: center;
    margin-bottom: -3em;
    opacity: .5;
}

.hide {
    display: none;
}

fieldset svg {
    fill: currentColor;
    height: 1em;
    width: auto;
    max-width: 1.2em;
	vertical-align: baseline;
}

fieldset.box {
	padding:10px;
	margin: 0 0 1em 0;
	border: none;
	background: #efefef;
}

legend.title {
    display: flex;
    align-items: start;
    line-height: 1.5625rem;
}
legend.title .text {
    flex-grow: 1;
    margin-left: 0.5rem;
}

/*
.box legend {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
	margin: 0 0 .5em 0;
	color: #00529b;
	width: 100%;
}
.box legend span {
    color: inherit;
}
*/

.box .radio-label {
	background-color:#fff;
/* 	border-radius:4px; */
	padding:6px 10px;
	font-size: 16px;
/* 	border: 1px solid #cdcdcd; */
	box-shadow: 0px 0 2px rgba(0,0,0,.2);
}

.radio-label .fa-check-circle,
.checkbox-label .fa-check-circle {
    color: #003087;
    display: none;
}
.radio-label input:checked ~ .fa-check-circle,
.checkbox-label input:checked ~ .fa-check-circle {
    display: inline-block;
}
.radio-label input:checked ~ .fa-circle,
.checkbox-label input:checked ~ .fa-circle {
    display: none;
}
.radio-label input[type="radio"],
.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.form-group {
	margin-bottom: 0;
}
.box .form-group label {
	display:block;
	cursor:pointer;
/* 	margin-top: 8px; */
}
/*
.term-name {
    font-weight: 500;
}
*/

label.disabled {
	color:#cdcdcd;
	cursor:not-allowed;
}
select.form-control {
/* 	border: 1px solid #cdcdcd; */
    border: none;
    box-shadow: 0px 0 2px rgba(0,0,0,.2);
}
.fixedTermSelector {
	display:none;
}
[name=tuition][value="Fixed Tuition"]:checked ~ .fixedTermSelector {
    display: block;
}

.online-hours-group,
.ug-eng-bus-hours-group {
    display: none;
}

.checkbox-group {
/*
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
*/
    background-color: #fff;
    padding: 6px 10px 6px 10px;
    font-size: 16px;
    box-shadow: 0px 0 2px rgba(0,0,0,.2);
}
.checkbox-group .fa-circle,
.checkbox-group .fa-check-circle {
/*     margin-left: -1.5rem; */
}
.checkbox-group input {
/*     width: 1.5rem; */
/*     margin-left: -1.5rem; */
}
.checkbox-group label {
    display: inline;
    font-size: 1rem;
    flex-grow: 1;
}
.checkbox-group button.help {
    float: none;
}

button.help {
	font-size:16px;
	color:#00529b;
	float:right;
	cursor:pointer;
    border: none;
    background: transparent;
    padding: 0;
}

.help-text {
	display:none;
	font-size: 1rem;
    font-style: italic;
}
.help-text p {
    margin-bottom: .5em;
}

.totals h2:first-child {
	margin-top:0;
}

.totals h4 {
	margin-bottom:0;
}
.totals h2 span,
.totals h4 span {
	float: left;
}
.totals span.tuitionFeeTotals,
.totals span.feeTotal,
.totals span.roomAndBoardTotal,
.totals span.tuitionTotal,
.totals span.tuitionFeeTotal {
	float:right;
/* 	color:#333; */
	text-align: right;
}

.feeTable {
/* 	border-collapse:collapse; */
/* 	width:100%; */
/* 	clear: both; */
	margin-bottom: 1.5em;
}
.feeTable caption {
/*     text-align: left; */
/*     font-size: 1.3em; */
/*     font-weight: 500; */
}
.feeTable th,.feeTable td {
/* 	vertical-align:top; */
/* 	font-weight:400; */
/* 	border-top:1px solid #efefef; */
/* 	border-bottom:1px solid #efefef; */
/* 	padding: 5px; */
/* 	font-size:.85em; */
}
.feeTable th {
/* 	text-align: left; */
}
.feeTable th span.tooltip {
	border-bottom: 1px dotted #cdcdcd;
	cursor: help;
}
.feeTable td {
	text-align:right;
/* 	font-weight:700; */
}
.feeTable thead th {
    text-align: right;
}
.feeTable tbody td {
    width: 20%;
}
.feeTable tbody tr:not(.cost-detail) td {
    font-weight: 700;
}
.feeTable tfoot th,
.feeTable tfoot td {
    font-weight: 700;
}

.feeTable tbody + tbody {
    border-top: none;
}

.tuitionFeeTotals em,.feeTotal em,.tuitionTotal em {
	font-size: .7em;
	line-height: .7;
	font-style: normal;
	display: block;
}

.detailsTable {
	text-align:center;
}

.fees,
.tuition,
.room-rates,
.dining-plan-rates,
.pdf-tables {
	display:none;
}
tr.waived,
td.waived {
	text-decoration: line-through;
}
.waived .tooltip {
    border-bottom: 1px dotted #cdcdcd;
    cursor: help;
}

.tuitionFeeTotals button {
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    color: inherit;
}
.tuitionFeeTotals button .fa {
    transition: transform .3s ease-in-out;
}
.tuition-details-open #tuition-details button .fa,
.fee-details-open #fee-details button .fa,
.room-and-board-details-open #room-and-board-details button .fa {
    transform: rotate(90deg);
}


tr.cost-detail {
    display: none;
}
.tuition-details-open #tuition-details tr.cost-detail,
.fee-details-open #fee-details tr.cost-detail,
.room-and-board-details-open #room-and-board-details tr.cost-detail {
    display: table-row;
}
tr.cost-detail th {
    font-weight: normal;
    padding-left: 2rem;
}


@media print {
  #headerImage {
  	display: none;
  }
}