/* Site: https://www.uillinois.edu/ */

.cssIESearch {
  border: dashed !important;
  border-width: thin !important;
}

/* disable CKEditor orignal image & flash manager */
.cke_button__image {
  display: none !important;
}
.cke_button__flash {
  display: none !important;
}

/* force to set z-index as max value */
.WindowLoadingContentTreeRadWindow {
  z-index: 53001 !important;
}

.skip-nav a {
  position: absolute;
  left: -10000px;
  top: auto;
  overflow: hidden;
}
.skip-nav a:focus {
  padding: 0.5em 0.5em 0.4em;
  font-size: 14px;
  margin: 0.6em 0;
  border-radius: 5px;
  font-weight: 600;
  color: #654106;
  background: #ffe1b1;
  position: fixed;
  z-index: 9000;
  left: 10px;
  top: auto;
  position: relative;
}
.skip-last-nav {
  visibility: hidden;
}

/* Data page */
#Container .mix span {
  position: absolute;
  top: 96px;
  left: 0;
  width: 250px;
  text-align: center;
}
#Container .mix {
  position: relative;
  display: none;
  margin-right: 30px;
  margin-bottom: 50px;
  transition: scale 0.4s ease;
  background-color: #eef3f6;
  box-shadow: 0 14px 6px -8px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 250px;
  height: 159px;
  font-size: 1.1rem;
}
#Container .mix img {
  width: auto;
  height: 76px;
  padding-top: 20px;
  margin-top: 20px;
}
#Container .mix .card-title {
  top: 100px;
}
.mix {
  transition: all 0.4s ease-in-out;
}
.mix:hover {
  transform: scale(1.1);
}
a.mix {
  text-decoration: none;
}
a.mix:focus {
  transform: scale(1.1);
  outline: 2px dotted;
}
#Container .mix .mixheader {
  display: block;
  padding: 1px 6px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  text-align: left !important;
  top: 0;
}
.cat-aca .mixheader:after {
  content: 'Academics';
}
.cat-res .mixheader:after {
  content: 'Research';
}
.cat-eco .mixheader:after {
  content: 'Economic Development';
}
.cat-hca .mixheader:after {
  content: 'Health Care';
}
.cat-fnd .mixheader:after {
  content: 'Fundraising';
}

#ctl00_ContentPlaceHolder1_ctl02_divEdit {
  margin-top: 250px;
}

p.intro {
  font-family: Oswald, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 1.4em;
}
.card-footer p {
  margin: unset;
}
.uic-online li {
  margin-left: 1em;
}

.infotext {
  font-size: 6px;
}
@media screen and (min-width: 320px) {
  .infotext {
    font-size: calc(6px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1400px) {
  .infotext {
    font-size: 22px;
  }
}

.h3 {
  font-family: Oswald, Helvetica, sans-serif;
}
.vision {
  border-left: 3px solid #012169;
}
.partner-card {
  height: 8em;
}
.color-blue {
  background: rgb(1 33 105 / 15%);
}
.color-green {
  background: rgb(0 151 57 / 15%);
}
.color-yellow {
  background: rgb(254 221 0 / 15%);
}

.nc-sara th,
.nc-sara td {
  border: solid 1px;
}
