/* Site: https://www.conferences.uillinois.edu/ */
/*.card {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  height: 100%;*/
/*}*/
/*.card-header {*/
/*    min-height: 230px;*/
/*    height: auto;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.card-header img {*/
/*  object-fit: contain;*/
/*  object-position: center;*/
/*  height: 100%;*/
/*  max-height: 200px;*/
/*}*/
/*.card-body {*/
/*  padding-bottom: 0;*/
/*}*/
/*.card-footer {*/
/*  border-bottom-width: 10px;*/
/*  border-bottom-style: solid;*/
/*  border-bottom-color: #FFB1AB;*/
/*  border-top-width: 0;*/
/*  background-color: unset !important;*/
/*}*/

/* past events styling */
/*section#past-events img {*/
/*  filter: grayscale(0.8);*/
/*}*/
/*section#past-events img:hover {*/
/*  filter: grayscale(0);*/
/*}*/

/*.header-image {*/
/*  width: 100%;*/
/*}*/

/*.nav-tabs .nav-item.show .nav-link,*/
/*.nav-tabs .nav-link.active {*/
/*  color: var(--bs-nav-tabs-link-active-color);*/
/*  background-color: var(--il-blue);*/
/*  border-color: var(--bs-nav-tabs-link-active-border-color);*/
/*  color: #fff;*/
/*}*/

/*.nav-tabs .nav-item .nav-link {*/
/*  font-family: "Oswald", Helvetica, sans-serif;*/
/*  font-size: 1rem;*/
/*  font-weight: normal;*/
/*  color: #13294b;*/
/*  padding: 0.5rem 1rem;*/
/*  border: 1px solid transparent;*/
/*  border-top-left-radius: 0.25rem;*/
/*  border-top-right-radius: 0.25rem;*/
/*}*/

/*.nav-tabs .nav-item .nav-link.active {*/
/*  color: #fff !important;*/
/*  background-color: var(--il-blue);*/
/*  border-color: var(--il-blue) var(--il-blue) #fff;*/
/*}*/

/*.nav-tabs .nav-item .nav-link:hover:not(.active) {*/
/*  border-color: #e9ecef #e9ecef #dee2e6;*/
/*}*/

.rounded-circle {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.card-img-top {
    width: 150px;
    height: 150px;
    object-fit: cover;
}


/*.responsive-card-img {*/
/*  padding: 0.75rem;*/
/*  border: 1px solid #dee2e6;*/
/*  border-radius: 0.25rem;*/
/*  max-width: 100%;*/
/*  height: auto;*/
/*}*/

/*.accordion-button:not(.collapsed) {*/
/*  color: #fff;*/
/*  background-color: var(--il-blue);*/
/*}*/

/*thead {*/
/*  color: #fff;*/
/*  background: var(--il-blue);*/
/*}*/

/*.alt-card-body {*/
/*  background-color: var(--il-details-background);*/
/*  border-inline-width: 1px 10px;*/
/*  border-inline-color: var(--bs-border-color-translucent) #FFB1AB;*/
/*  border-radius: 0.5rem;*/
/*}*/

/*.nav-tabs .nav-link,*/
/*.alt-card-body {*/
/*  background-color: var(--il-details-background);*/
/*}*/

/*.nav-tabs .nav-link:focus,*/
/*.nav-tabs .nav-link:hover {*/
/*  isolation: isolate;*/
/*  border-color: var(--il-blue-lighter-1);*/
/*  background-color: var(--il-blue-lighter-1);*/
/*  color: #fff;*/
/*}*/

/*.nav-tabs .nav-link {*/
/*  border-width: 0;*/
/*  margin-bottom: 0;*/
/*  border-top-left-radius: 0.5rem;*/
/*  border-top-right-radius: 0.5rem;*/
/*}*/

/*@media only screen and (max-width: 1400px) {*/
/*  ul#eventTabs {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*  }*/

/*  .nav-tabs .nav-link {*/
/*    border-top-left-radius: 0 !important;*/
/*    border-top-right-radius: 0 !important;*/
/*    border-bottom-width: 1px;*/
/*    border-bottom-color: var(--il-blue) !important;*/
/*  }*/
/*}*/

/* Call to Action / schedule carousel */
/*.calltoaction-content-wrapper {*/
/*  height: 35vh;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/*#carousel-img {*/
/*  width: 100%;*/
/*  height: 500px;*/
/*  object-position: top;*/
/*  object-fit: cover;*/
/*  border-radius: 20px;*/
/*}*/

/*.carousel {*/
/*  background-color: var(--il-industrial-blue-lighter-1);*/
/*  box-shadow: 4px 8px 20px 3px #00000033;*/
/*}*/

/*.carousel-control-bg {*/
/*  background-color: #13294B;*/
/*}*/

/*div#car-description {*/
/*  margin-left: -5%;*/
/*  background-color: #ffffffd6;*/
/*  backdrop-filter: blur(2px);*/
/*  box-shadow: -18px 18px 13px -10px #000000;*/
/*  width: 70%;*/
/*}*/

/*section#schedule-carousel {*/
/*  background-color: #D9E1AE;*/
/*  border-top: 5px #BAC4DB solid;*/
/*}*/

/*@media (max-width: 1400px) {*/
/*  .calltoaction-content-wrapper {*/
/*    height: 100vh;*/
/*  }*/

/*  .carousel {*/
/*    width: 100%;*/
/*  }*/

/*  div#car-description {*/
/*    margin: 0 !important;*/
/*    width: 100%;*/
/*    box-shadow: none;*/
/*  }*/

/*  #carousel-img {*/
/*    display: none;*/
/*  }*/
/*}*/

/* Hero responsive */
/*@media (max-width: 768px) {*/
/*  .hero-content {*/
/*    text-align: center;*/
/*    padding: 1rem 0.5rem;*/
/*  }*/

/*  h1.display-4 {*/
/*    font-size: 2rem;*/
/*  }*/

/*  .hero-buttons {*/
/*    justify-content: center !important;*/
/*  }*/
/*}*/

/* Color key / schedule page */
/*.color-key {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: left;*/
/*  align-items: center;*/
/*  padding: 10px;*/
/*}*/

/*.key-item {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  margin: 5px 15px;*/
/*}*/

/*.large-screen-header {*/
/*  display: none;*/
/*}*/

/*@media only screen and (max-width: 1400px) {*/
/*  .color-key {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: left;*/
/*    align-items: flex-start;*/
/*    padding: 10px;*/
/*    flex-direction: column;*/
/*    align-content: flex-start;*/
/*  }*/

/*  table {*/
/*    border: 0;*/
/*  }*/

/*  table thead {*/
/*    display: none;*/
/*  }*/

/*  table tr {*/
/*    display: block;*/
/*    margin-bottom: 0.625em;*/
/*    border-bottom: 1px solid #ccc;*/
/*  }*/

/*  table td {*/
/*    display: block;*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*    font-size: 0.8em;*/
/*  }*/

/*  table td::before {*/
/*    content: attr(data-header) ": ";*/
/*    font-weight: bold;*/
/*    display: inline-block;*/
/*    margin-right: 0.5em;*/
/*  }*/

/*  table td:first-child {*/
/*    padding-top: 0;*/
/*  }*/
/*}*/
