<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* prevent body scroll when modal is open */
body.is-reveal-open {overflow: hidden;}
.reveal-modal-bg {
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(1px);
  z-index: 999999;
}
#tuitionCalculator.reveal-modal {
  max-width: 900px;
  z-index: 999999;
  top: 15px !important;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  padding: 0px;
}
#tuitionCalculator {
  border: none;
  border-radius: 0;
}
#tuition-cost, #tuition-form {
  padding: 55px 15px 25px;
  margin-bottom: 0px;
}
#tuition-cost {
  background: #1a203a;
  color: fff;
  font-weight: 700;
  text-align: center;
}
#modalTitle {
  color: #fff;
  font-size: 25px;
}
#tuition-cost-year {font-size: 50px;color:#fff;}
#tuition-details-message p {
  font-size: 1.25em;
  line-height: 1.5;
  color: #fff;
}
#tuition-cost-btn {text-shadow: none;}
#tuition-cost-btn a {
  margin: 0;
  background: #fff;
  color: #1a203a;
}
#tuition-cost-btn a:hover, #tuition-cost-btn a:focus {
  background: #EDF6F5 !important;
  color: #1a203a !important;
}
#tuitionCalculator.reveal-modal .close-reveal-modal {color: #000000;}
#tuition-calculator label {
  color: #363636;
  font-size: 1em;
  font-weight: 600;
}
#tuition-disclaimer {margin-top: 15px;}
#tuition-disclaimer p {
  font-size: 1em;
  line-height: 1.5;
}
#tuition-form .columns {margin-bottom: 0px;}
/* media queries */ 
@media (min-width: 1025px) {#tuition-calculator {display: flex;}}
@media (max-width: 1024px) {
  #tuition-form {height: auto;}
  #tuitionCalculator.reveal-modal {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #tuition-cost, #tuition-form {
    padding: 15px;
    margin-bottom: 0px;
  }
  #tuitionCalculator.reveal-modal .close-reveal-modal {color: #ffffff;}
}
@media (max-width: 40em) {.reveal-modal {min-height: auto;}}
@media (max-width: 500px) {
  #tuition-cost {padding-top: 25px;}
  .reveal-modal .close-reveal-modal {
    line-height: 1;
    top: 0;
    right: .375rem;
  }
}</pre></body></html>