@import url("https://use.typekit.net/lgk6ptq.css");
/* ### BEGIN NEW CSS FALL 2022 ### */
/* ### override to reduce the font size of h2 classed with .tx-32 down from 2rem ### */
h2.ts-32,
h2.ts-32-xs-up,
h2.ts-32-sm-up,
h2.ts-32-md-up,
h2.ts-32-lg-up,
h2.ts-32-xl-up {
  font-size: 1.6rem !important;
}
.header-background {
  border-bottom: solid 4px #FCB716;
}
.d-sm-block {
  /* blue border at the top of the nav column */
  border-top: solid 1px #003865 !important;
}
.id-badge {
  /* makes round id-badge gold */
  background: #FCB716 !important;
  color: #003863 !important;
}
input#main_search:focus {
  /* changes the input box border color */
  outline: none;
  box-shadow: 0 0 0 3px hsla(0, 0%, 98%);
}
.dropdown .btn {
  color: #ffffff;
}
.btn-primary {
  background-color: #003865 !important;
  border-color: #003865 !important;
}
.btn-primary:hover {
  background-color: #00B2E3 !important;
  border-color: #00B2E3 !important;
}
/* Footer styles */
.footer {
  background-color: #ffffff;
}
.footer__left {
  padding: 2px 0;
}
.footer__middle {
  padding-top: 15px;
}
.footer__right {
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .footer__right {
    padding-top: 15px;
    text-align: center;
  }
}
img.logosize {
  max-width: 100%;
  height: auto;
}
p.footer-links {
  text-align: center;
  color: #666666;
}
.footer-links a {
  color: #666666;
  font-size: 0.85rem;
}
.footer-links a:hover {
  color: #003865;
  font-size: 0.85rem;
}
.copyright {
  font-size: 0.85em;
  color: #666666;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .footer__left,
  .footer__middle,
  .footer__right {
    text-align: center;
  }
}
#powered_by_rsmart {
  color: #ddd;
  text-align: center !important;
  display: none !important;
}
