.hero-banner-faculty__content {
  min-width: 420px;
  max-width: 420px;
}

.hero-banner-faculty__text h2 {
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 25px;
  letter-spacing: initial;
  font-weight: 400;
  color: inherit;
}

.courses-component .filters .custom-dropdown-multiselect__menu.show {
  display: block;
}

.courses-component .filters .custom-dropdown-multiselect .custom-dropdown-multiselect__toggle[aria-expanded="true"] svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-dropdown-multiselect__menu.collapsing {
  transition: none;
  height: auto;
}

.courses-component--list #coursesTable .course-card__code {
  width: 150px;
}

.footer.footer--faculty .section__socials li a:hover {
    opacity: .7;
    text-decoration: none;
}

.courses-component__controls .pagination-results {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.filters .custom-dropdown-multiselect__menu {
  max-height: 300px;
  overflow-y: auto;
}

.courses-component .no-result-text {
  padding-bottom: 8rem;
}

#event-filters .btn-clear {
  display: block;
}

.spotlight__content {
    padding: 40px 20px 170px 60px;
}


.footer.footer--faculty .footer__address p a {
  color: white;
  text-decoration: none;
}

.footer.footer--faculty .footer__address p a:hover {
  text-decoration: underline;
  text-decoration-color: #00a2e1;
}

.hamburger:focus,
.hamburger:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .navbar.navbar--faculty .navbar__bottom__breadcrumb li {
  font-size: 12px;
}

.navbar.navbar--faculty .navbar__bottom__breadcrumb ul {
  gap: 4px;
}
}

.section__socials .bi.bi-bluesky {
  font-size: 24px;
  fill: #003e7d;
}


.hero-banner-faculty__no-media-item .hero-banner-faculty__single-content {
    position: relative;
    bottom: initial;
    left: initial;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: initial
}

@media (max-width:1023.98px) {
    .hero-banner-faculty__no-media-item .hero-banner-faculty__single-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


.faculty-logo img {
  max-height: 86px;
}

.body.variation .component-7 .slide__item--image {
  height: 100%;
  width: 100%;
}

.body.variation .component-7 .slide__item--image img {
  object-fit: cover;
  height: 100%;
}

.component-23 .icon-closed {
  display: none;
}

.component-23 .accordion-button.collapsed .icon-closed {
  display: block;
}

.section--component-12.bg-primary.bg-flow {
  display: none;
}

.c-circle-links__logo-main {
  background: white;
}

.c-circle-links__logo-main img, .c-circle-links__logo-main svg {
  max-height: 60%;
}

.hero-banner-faculty__embed {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-banner-faculty__embed iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    border-width: 0px;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}
