body {
  overscroll-behavior-y: none;
}
body.no-scroll, body.no-scroll-nav, body.no-scroll-sidebar {
  overflow: hidden scroll;
  position: fixed;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
}
ul li::marker {
  font-size: 20px;
}
ul ul li::marker {
  color: var(--fsu-gold);
}
ul ul ul {
  list-style-type: circle;
}
ul ul ul li::marker {
  font-size: 18px;
}

@media (max-width: 767px) {
  #multiple-table-wrap {
    padding-right: 0 !important;
  }
}

.brxe-sc-custom-image.caption {
  height: auto;
  position: relative;
}
.brxe-sc-custom-image.caption .image-caption-info {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  border-radius: 100px;
  background-color: transparent;
  opacity: 0.6;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  cursor: pointer;
  outline: 2px solid var(--fsu-gold);
  border: 2px solid var(--fsu-gold);
  outline-offset: 6px;
}
.brxe-sc-custom-image.caption .image-caption-info:hover, .brxe-sc-custom-image.caption .image-caption-info:active, .brxe-sc-custom-image.caption .image-caption-info:focus {
  opacity: 1;
  background-color: var(--fsu-gold);
}
.brxe-sc-custom-image.caption .image-caption-info:hover ~ .bricks-image-caption, .brxe-sc-custom-image.caption .image-caption-info:active ~ .bricks-image-caption, .brxe-sc-custom-image.caption .image-caption-info:focus ~ .bricks-image-caption {
  opacity: 1;
}
.brxe-sc-custom-image.caption .image-caption-info .circle-center {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bricks-image-caption {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  position: absolute;
  bottom: 44px;
  right: 8px;
  opacity: 0;
  padding: 6px;
  background: var(--fsu-white);
  color: var(--fsu-black);
  z-index: 1;
  width: max-content;
  max-width: calc(100% - 16px);
  pointer-events: none;
}

.scrollable-content::-webkit-scrollbar, .brx-nav-nested-items .bricks-nav-menu-wrapper::-webkit-scrollbar, .scrollable-content-h::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.scrollable-content::-webkit-scrollbar-track, .brx-nav-nested-items .bricks-nav-menu-wrapper::-webkit-scrollbar-track, .scrollable-content-h::-webkit-scrollbar-track {
  background-color: var(--fsu-white);
}
.scrollable-content::-webkit-scrollbar-thumb, .brx-nav-nested-items .bricks-nav-menu-wrapper::-webkit-scrollbar-thumb, .scrollable-content-h::-webkit-scrollbar-thumb {
  background-color: var(--dark-grey);
}
.scrollable-content::-webkit-scrollbar-thumb:hover, .brx-nav-nested-items .bricks-nav-menu-wrapper::-webkit-scrollbar-thumb:hover, .scrollable-content-h::-webkit-scrollbar-thumb:hover {
  background-color: var(--fsu-gold);
}

.scrollable-content, .brx-nav-nested-items .bricks-nav-menu-wrapper {
  overflow-y: hidden;
  scrollbar-gutter: stable;
}
.scrollable-content:hover, .brx-nav-nested-items .bricks-nav-menu-wrapper:hover, .scrollable-content:active, .brx-nav-nested-items .bricks-nav-menu-wrapper:active, .scrollable-content:focus, .brx-nav-nested-items .bricks-nav-menu-wrapper:focus {
  overflow-y: auto;
}
@media (max-width: 767px) {
  .scrollable-content, .brx-nav-nested-items .bricks-nav-menu-wrapper {
    overflow-y: auto;
  }
}

.scrollable-content-h {
  overflow-x: hidden;
}
.scrollable-content-h:hover, .scrollable-content-h:active, .scrollable-content-h:focus {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .scrollable-content-h {
    overflow-x: auto;
  }
}

.checkbox-field, .brxe-filter-checkbox label {
  display: flex !important;
  align-items: center;
  gap: 0;
  margin-bottom: 10px;
}
.checkbox-field input, .brxe-filter-checkbox label input {
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox-field input:checked ~ .field-text:before, .brxe-filter-checkbox label input:checked ~ .field-text:before, .checkbox-field input:checked ~ span:before, .brxe-filter-checkbox label input:checked ~ span:before {
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="15" height="15" rx="1.5" fill="none" stroke="none"/><path d="M13 5L6.8125 11L4 8.27273" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: var(--fsu-garnet);
  border-color: var(--fsu-garnet);
  border: none;
}
.checkbox-field .field-text, .brxe-filter-checkbox label .field-text, .checkbox-field span, .brxe-filter-checkbox label span {
  line-height: 1.2;
  width: max-content;
  font-size: 16px;
  display: flex;
  gap: 8px;
  color: var(--dark-grey);
}
.checkbox-field .field-text:before, .brxe-filter-checkbox label .field-text:before, .checkbox-field span:before, .brxe-filter-checkbox label span:before {
  content: "";
  display: inline-block;
  float: left;
  text-align: center;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid var(--fsu-black);
  border-radius: 2px;
  margin-top: 3px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.events-page-container {
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .events-page-container {
    flex-direction: column;
  }
}

.events-column {
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .events-column {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.events-column .no-events-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .events-column .no-events-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.events-list {
  margin: 0;
  padding: 50px 0;
  list-style: none;
  display: grid;
  gap: 50px 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .events-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .events-list {
    grid-template-columns: 1fr;
  }
}
.events-list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.events-list li .featured-image {
  position: relative;
}
.events-list li .featured-image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.events-list li .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.events-list .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.events-list .event-name {
  margin: 20px 0;
}
@media (max-width: 991px) {
  .events-list .event-name {
    font-size: 20px;
  }
}
.events-list .event-date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--fsu-white);
  padding: 10px 16px;
  text-transform: uppercase;
  font-size: 18px;
  z-index: 1;
}
@media (max-width: 991px) {
  .events-list .event-date {
    font-size: 16px;
  }
}
.events-list .event-location, .events-list .event-time {
  display: flex;
  align-items: center;
  gap: 8px;
}
.events-list .event-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 991px) {
  .events-list .event-meta {
    font-size: 14px;
  }
}

.single-event {
  overflow: hidden;
}
.single-event .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 80px;
  border-bottom: 1px solid var(--fsu-black);
  position: relative;
}
@media (max-width: 991px) {
  .single-event .header {
    font-size: 14px;
    padding: 16px 16px 17px 16px;
  }
}
.single-event .header svg {
  display: block;
}
.single-event .header .archive-link-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-event .header .event-share-mobile {
  display: block;
  width: auto;
  border: none;
  padding: 0;
  justify-self: end;
}
@media (min-width: 991px) {
  .single-event .header .event-share-mobile {
    display: none;
  }
}
.single-event .header .event-share-mobile .icons-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px;
  z-index: 1;
  transform: translate(calc(100% + 1px), 100%);
  background-color: var(--fsu-white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-event .header .event-share-mobile .icons-wrap.open {
  transform: translateY(calc(100% + 1px));
}
.single-event .single-event-wrap {
  display: flex;
}
.single-event .event-details {
  width: 364px;
  flex-shrink: 0;
  padding: 50px 80px;
  background-color: var(--fsu-garnet);
  color: var(--fsu-white);
}
@media (max-width: 1441px) {
  .single-event .event-details {
    width: 280px;
    padding: 36px 50px;
  }
}
@media (max-width: 1281px) {
  .single-event .event-details {
    padding: 26px 30px;
  }
}
@media (max-width: 991px) {
  .single-event .event-details {
    display: none;
  }
}
.single-event .event-details .meta a {
  color: var(--fsu-white);
}
.single-event .event-details .meta .title, .single-event .event-details .meta .value {
  margin-bottom: 16px;
}
.single-event .event-details .meta .title {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
}
.single-event .event-details .meta .value {
  margin-bottom: 15px;
  line-height: 1.5;
}
.single-event .event-details .meta .value-with-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-event .event-details .meta .value-with-icon svg {
  flex-shrink: 0;
}
.single-event .sidebar-instances .instance {
  border-bottom: 1px solid var(--fsu-white);
  margin-bottom: 15px;
}
.single-event .show-upcoming-dates {
  text-decoration: underline;
  cursor: pointer;
}
.single-event #upcoming-dates-popup {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  color: var(--fsu-black);
}
.single-event #upcoming-dates-popup.open {
  display: flex;
}
.single-event #upcoming-dates-popup .popup-content {
  max-width: calc(100% - 80px);
  max-height: calc(100% - 80px);
  width: 726px;
  height: 726px;
  background-color: var(--fsu-white);
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .single-event #upcoming-dates-popup .popup-content {
    max-width: calc(100% - 32px);
  }
}
.single-event #upcoming-dates-popup .popup-content .header {
  border-bottom: 1px solid var(--fsu-black);
  padding: 24px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .single-event #upcoming-dates-popup .popup-content .header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.single-event #upcoming-dates-popup .popup-content .header-title {
  font-family: "acumin-pro", sans-serif;
}
.single-event #upcoming-dates-popup .popup-content .content {
  padding: 40px 0 60px 0;
  overflow: auto;
}
.single-event #upcoming-dates-popup .popup-content .wrapper {
  overflow: auto;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .single-event #upcoming-dates-popup .popup-content .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.single-event #upcoming-dates-popup .popup-content .instance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--grey);
  padding: 10px 0;
  gap: 10px 0;
}
.single-event #upcoming-dates-popup .popup-content .instance .date {
  text-align: center;
}
.single-event #upcoming-dates-popup .popup-content .instance .time {
  text-align: right;
}
.single-event .event-content {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .single-event .event-content {
    padding-bottom: 50px;
  }
}
.single-event .event-content .content-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
@media (max-width: 1281px) {
  .single-event .event-content .content-header {
    grid-template-columns: 1fr;
  }
}
.single-event .event-content .content-header .event-details-mobile {
  width: 100%;
  display: block;
  padding: 16px 16px 20px 16px;
  font-size: 16px;
}
@media (min-width: 991px) {
  .single-event .event-content .content-header .event-details-mobile {
    display: none;
  }
}
.single-event .event-content .content-header .event-details-mobile .meta:first-child .title {
  margin-top: 0;
}
.single-event .event-content .content-header .event-details-mobile .meta .title {
  margin-top: 22px;
}
.single-event .event-content .content-header .event-details-mobile .meta:last-child *:last-child {
  margin-bottom: 0;
}
.single-event .event-content .content-header .event-details-mobile .instance {
  border-bottom: none;
}
.single-event .event-content .content-header .event-details-mobile .show-upcoming-dates {
  margin-top: 20px;
  display: inline-block;
}
.single-event .event-content .content-header .page-title {
  padding: 45px 36px;
  word-break: break-word;
}
@media (max-width: 1281px) {
  .single-event .event-content .content-header .page-title {
    font-size: 3rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .single-event .event-content .content-header .page-title {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 40px;
  }
}
.single-event .event-content .content-header .image-wrap {
  position: relative;
}
@media (max-width: 991px) {
  .single-event .event-content .content-header .image-wrap {
    padding: 50px 16px 20px 16px;
  }
}
.single-event .event-content .content-header .dates {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: var(--fsu-white);
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 1441px) {
  .single-event .event-content .content-header .dates {
    padding: 20px 40px;
  }
}
@media (max-width: 991px) {
  .single-event .event-content .content-header .dates {
    left: 16px;
    bottom: 20px;
    font-size: 14px;
  }
}
.single-event .event-content .content-header .dates .separator {
  width: 36px;
  height: 1px;
  background-color: var(--fsu-black);
}
.single-event .event-content .description, .single-event .event-content .livestream {
  padding: 50px 40px;
}
@media (max-width: 991px) {
  .single-event .event-content .description, .single-event .event-content .livestream {
    padding: 20px 16px 50px 16px;
    font-size: 14px;
  }
}
.single-event .event-content .external-links {
  display: flex;
  gap: 20px;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .single-event .event-content .external-links {
    padding: 0 16px;
  }
}
.single-event .event-content .external-links .bricks-button {
  width: 260px;
  max-width: 100%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .single-event .event-content .external-links .bricks-button {
    width: 100%;
  }
}
.single-event .event-share {
  width: 364px;
  flex-shrink: 0;
  border-left: 1px solid var(--fsu-black);
  padding: 55px 34px;
}
@media (max-width: 1441px) {
  .single-event .event-share {
    width: 280px;
  }
}
@media (max-width: 1281px) {
  .single-event .event-share {
    padding: 38px 26px;
  }
}
@media (max-width: 991px) {
  .single-event .event-share {
    display: none;
  }
}
.single-event .event-share .share-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-event .event-share .social-share-link {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--dark-grey);
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-event .event-share .social-share-link:hover, .single-event .event-share .social-share-link:active, .single-event .event-share .social-share-link:focus {
  color: var(--fsu-black);
}
.single-event .event-share .social-share-link:last-child {
  margin-bottom: 0;
}
.single-event .no-events-wrap {
  padding: 50px 80px;
}
@media (max-width: 991px) {
  .single-event .no-events-wrap {
    padding: 30px 16px;
  }
}
.single-event .no-events-wrap .page-title {
  margin-bottom: 40px;
}
.single-event .no-events-wrap .archive-link {
  text-decoration: underline;
}

:root {
  --fsu-white: #ffffff;
  --fsu-black: #1e1e1e;
  --fsu-gold: #CEB888;
  --fsu-garnet: #703947;
  --art: #A6192E;
  --art-education: #5CB8B2;
  --art-history: #513D6B;
  --design: #425563;
  --dance: #FFC72C;
  --theatre: #386E41;
  --grey: #D8D8D8;
  --dark-grey: #8F8F8F;
}

.bricks-button svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bricks-button:hover svg {
  transform: rotateZ(-45deg);
}
.bricks-button.bricks-background-light:hover svg path {
  fill: var(--fsu-black);
}
.bricks-button.bricks-background-dark:hover svg path {
  fill: var(--fsu-white);
}

.swiper-button svg rect {
  fill: var(--fsu-white);
}

.swiper-button svg, .splide__arrows svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-button svg rect path, .splide__arrows svg rect path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button svg:hover rect, .splide__arrows svg:hover rect {
  fill: var(--fsu-garnet);
  stroke: var(--fsu-white);
}

.swiper-button svg:hover path, .splide__arrows svg:hover path {
  stroke: var(--fsu-white);
}

.brxe-slider-nested .splide__arrow svg:hover {
  fill: var(--fsu-garnet);
}

.brxe-slider-nested .splide__arrow svg {
  fill: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brxe-accordion .accordion-item.brx-open .icon {
  transform: rotate(180deg);
}
.brxe-accordion .accordion-title .icon {
  font-size: 1em;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brxe-accordion .accordion-item {
  list-style-type: none;
}

.brxe-dropdown:active {
  color: var(--fsu-black);
}
.brxe-dropdown .brx-submenu-toggle {
  justify-content: space-between;
}

.profile-card .card-title:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.profile-card:hover .card-title:after {
  rotate: -45deg;
}
.profile-card:hover img {
  transform: scale(1.2);
  overflow: hidden;
}
.profile-card img {
  background-size: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.profile-card .card-title {
  position: relative;
}
.profile-card .card-title:after {
  content: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6.5H0L0 8.5H1L1 6.5ZM15.8492 8.20711C16.2398 7.81658 16.2398 7.18342 15.8492 6.79289L9.48528 0.428932C9.09476 0.0384078 8.46159 0.0384078 8.07107 0.428932C7.68054 0.819457 7.68054 1.45262 8.07107 1.84315L13.7279 7.5L8.07107 13.1569C7.68054 13.5474 7.68054 14.1805 8.07107 14.5711C8.46159 14.9616 9.09476 14.9616 9.48528 14.5711L15.8492 8.20711ZM1 8.5L15.1421 8.5V6.5L1 6.5L1 8.5Z" fill="%23703947"/></svg>');
  position: absolute;
  top: 0;
  right: 0;
}

.brxe-team-members .member {
  row-gap: 20px;
}
.brxe-team-members .member .title:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brxe-team-members .member:hover .title:after {
  rotate: -45deg;
}
.brxe-team-members .member:hover .image {
  background-size: 110%;
}
.brxe-team-members .member .image {
  background-size: 100%;
  transition: background-size 0.3s ease-in-out;
}
.brxe-team-members .member .content {
  padding-left: 14px;
  padding-right: 14px;
}
.brxe-team-members .member .content .title {
  position: relative;
}
.brxe-team-members .member .content .title:after {
  content: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6.5H0L0 8.5H1L1 6.5ZM15.8492 8.20711C16.2398 7.81658 16.2398 7.18342 15.8492 6.79289L9.48528 0.428932C9.09476 0.0384078 8.46159 0.0384078 8.07107 0.428932C7.68054 0.819457 7.68054 1.45262 8.07107 1.84315L13.7279 7.5L8.07107 13.1569C7.68054 13.5474 7.68054 14.1805 8.07107 14.5711C8.46159 14.9616 9.09476 14.9616 9.48528 14.5711L15.8492 8.20711ZM1 8.5L15.1421 8.5V6.5L1 6.5L1 8.5Z" fill="%23703947"/></svg>');
  position: absolute;
  top: 0;
  right: 0;
}
.brxe-team-members .member > a {
  text-decoration: none;
}

.brxe-testimonials {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .brxe-testimonials .bricks-swiper-container {
    width: calc(100% - 40px);
    margin-left: 0;
    overflow: visible;
  }
}
.brxe-testimonials .repeater-item {
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 991px) {
  .brxe-testimonials .repeater-item {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.brxe-testimonials .testimonial-meta-data {
  transform: translateX(60px) rotate(-90deg);
  transform-origin: left bottom;
  white-space: nowrap;
  width: 60px;
}
.brxe-testimonials .testimonial-meta-wrapper {
  align-items: flex-end;
  width: 50%;
}
@media (max-width: 991px) {
  .brxe-testimonials .testimonial-meta-wrapper {
    width: 100%;
  }
}
.brxe-testimonials .testimonial-content-wrapper {
  width: 50%;
}
@media (max-width: 991px) {
  .brxe-testimonials .testimonial-content-wrapper {
    width: 100%;
    padding-right: 30px;
    margin-top: 20px;
  }
}
.brxe-testimonials .image {
  margin-right: 13px;
  width: auto;
  height: auto;
  flex-grow: 1;
}
.brxe-testimonials .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.brxe-testimonials .image:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: var(--fsu-black);
}

.program-card {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.program-card:hover {
  color: var(--fsu-white);
}
.program-card:hover .brxe-text-basic {
  color: var(--fsu-white) !important;
}
.program-card[data-department=art]:hover {
  background-color: var(--art);
}
.program-card[data-department=art]:hover .brxe-text-basic {
  background-color: var(--art) !important;
}
.program-card[data-department=art-education]:hover {
  background-color: var(--art-education);
}
.program-card[data-department=art-education]:hover .brxe-text-basic {
  background-color: var(--art-education) !important;
}
.program-card[data-department=art-history]:hover {
  background-color: var(--art-history);
}
.program-card[data-department=art-history]:hover .brxe-text-basic {
  background-color: var(--art-history) !important;
}
.program-card[data-department=dance]:hover {
  background-color: var(--dance);
  color: var(--fsu-black);
}
.program-card[data-department=dance]:hover .brxe-text-basic {
  background-color: var(--dance) !important;
  color: var(--fsu-black) !important;
}
.program-card[data-department=interior-architecture-and-design]:hover {
  background-color: var(--design);
}
.program-card[data-department=interior-architecture-and-design]:hover .brxe-text-basic {
  background-color: var(--design) !important;
}
.program-card[data-department=theatre]:hover {
  background-color: var(--theatre);
}
.program-card[data-department=theatre]:hover .brxe-text-basic {
  background-color: var(--theatre) !important;
}
.program-card .brxe-text-basic {
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--fsu-white);
  color: var(--dark-grey);
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 16px;
}
.program-card .brxe-heading {
  padding: 14px;
  font-size: 24px;
  font-weight: 400;
}

.brxe-carousel {
  padding-left: 110px;
  padding-right: 110px;
}
@media (max-width: 991px) {
  .brxe-carousel {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.brxe-carousel .repeater-item img {
  width: 100%;
}
.brxe-carousel .swiper-button {
  border: 0;
}
.brxe-carousel .bricks-swiper-button-next {
  position: absolute;
  right: 60px;
}
@media (max-width: 991px) {
  .brxe-carousel .bricks-swiper-button-next {
    right: 30px;
  }
}
.brxe-carousel .bricks-swiper-button-prev {
  position: absolute;
  left: 60px;
}
@media (max-width: 991px) {
  .brxe-carousel .bricks-swiper-button-prev {
    left: 30px;
  }
}

.brxe-slider-nested .brxe-button:hover svg path {
  fill: var(--fsu-black);
}

.brxe-image-gallery .pswp__button--close svg {
  fill: var(--fsu-white);
}
.brxe-image-gallery .bricks-layout-item:hover {
  background-color: var(--fsu-garnet);
}
.brxe-image-gallery .bricks-layout-item:hover:after, .brxe-image-gallery .bricks-layout-item:hover:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: var(--fsu-white);
}
.brxe-image-gallery .bricks-layout-item:hover:after {
  opacity: 0.5;
  background-color: var(--fsu-white);
  bottom: 20px;
}
.brxe-image-gallery .bricks-layout-item:hover a:after {
  content: "View";
  color: var(--fsu-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brxe-image-gallery .bricks-layout-item:hover:before {
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--fsu-white);
  top: 20px;
}
.brxe-image-gallery .bricks-layout-item:hover .image {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bricks-nav-menu {
  list-style: none;
}

.bricks-pagination ul {
  gap: 7px;
}
.bricks-pagination ul .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bricks-pagination ul .page-numbers:hover, .bricks-pagination ul .page-numbers:active, .bricks-pagination ul .page-numbers:focus {
  border-color: var(--fsu-black);
}
.bricks-pagination ul .page-numbers.current {
  background-color: var(--fsu-garnet);
  color: var(--fsu-white);
}
.bricks-pagination ul .page-numbers.next, .bricks-pagination ul .page-numbers.prev {
  border: 1px solid var(--grey);
  font-size: 0;
}
.bricks-pagination ul .page-numbers.next:hover, .bricks-pagination ul .page-numbers.next:active, .bricks-pagination ul .page-numbers.next:focus, .bricks-pagination ul .page-numbers.prev:hover, .bricks-pagination ul .page-numbers.prev:active, .bricks-pagination ul .page-numbers.prev:focus {
  background-color: var(--fsu-garnet);
}
.bricks-pagination ul .page-numbers.next:before, .bricks-pagination ul .page-numbers.prev:before {
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16' fill='none'%3E%3Cpath d='M2 14L8 8L2 2' stroke='%23D8D8D8' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.bricks-pagination ul .page-numbers.prev:before {
  transform: rotate(180deg);
}

.tab-menu .tab-title {
  white-space: nowrap;
}

.tab-content {
  border: none !important;
  padding: 0 !important;
}

.brxe-tabs .tab-title, .brxe-tabs-nested .tab-title {
  padding: 20px 50px !important;
  border: 1px solid var(--fsu-black) !important;
  line-height: 1.5 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .brxe-tabs .tab-title, .brxe-tabs-nested .tab-title {
    padding: 16px 28px !important;
  }
}
.brxe-tabs .tab-title:hover, .brxe-tabs-nested .tab-title:hover {
  color: var(--fsu-white) !important;
  background-color: var(--fsu-garnet) !important;
}
.brxe-tabs .tab-title.brx-open, .brxe-tabs .tab-title.brx-open:hover, .brxe-tabs-nested .tab-title.brx-open, .brxe-tabs-nested .tab-title.brx-open:hover {
  color: var(--fsu-white) !important;
  background-color: var(--fsu-black) !important;
}

.social-media-links .link-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-media-links .link-wrap:hover .brxe-text-basic {
  color: var(--fsu-garnet) !important;
}
.social-media-links .link-wrap:hover svg path {
  fill: var(--fsu-garnet);
}
.social-media-links .link-wrap .brxe-text-basic {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-link a {
  overflow: auto;
}
.card-link img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-link:hover img {
  transform: scale(1.2);
}

.upcoming-events .description {
  font-size: 16px;
}

@media (max-width: 767px) {
  .quick-link-button svg {
    display: none;
  }
}

.bullet-links a {
  display: inline-flex;
}

input.brxe-filter-search {
  border-color: var(--fsu-black);
  font-size: 14px;
  color: var(--dark-grey);
  border-radius: 3px;
  padding: 4px 18px;
}
input.brxe-filter-search::-webkit-input-placeholder {
  color: var(--dark-grey);
}
input.brxe-filter-search:-moz-placeholder {
  color: var(--dark-grey);
}
input.brxe-filter-search::-moz-placeholder {
  color: var(--dark-grey);
}
input.brxe-filter-search:-ms-input-placeholder {
  color: var(--dark-grey);
}

.department-label {
  background-color: var(--grey);
  color: var(--fsu-white);
  display: flex;
  align-items: center;
  gap: 16px;
}
.department-label[data-department=cfa] {
  background-color: var(--fsu-gold);
  color: var(--fsu-black);
}
.department-label[data-department=art] {
  background-color: var(--art);
}
.department-label[data-department=art-education] {
  background-color: var(--art-education);
}
.department-label[data-department=art-history] {
  background-color: var(--art-history);
}
.department-label[data-department=dance] {
  background-color: var(--dance);
  color: var(--fsu-black);
}
.department-label[data-department=interior-architecture-and-design] {
  background-color: var(--design);
}
.department-label[data-department=theatre] {
  background-color: var(--theatre);
}

.sidebar-filter {
  width: 486px;
  border-right: 1px solid var(--fsu-black);
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1441px) {
  .sidebar-filter {
    width: 360px;
  }
}
@media (max-width: 991px) {
  .sidebar-filter {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    background-color: var(--fsu-white);
    overflow: auto;
  }
  .sidebar-filter.open {
    transform: translateX(0);
  }
}
.sidebar-filter .sidebar-header {
  padding: 30px 60px;
  border-bottom: 1px solid;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1441px) {
  .sidebar-filter .sidebar-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .sidebar-filter .sidebar-header {
    padding: 16px;
    font-size: 20px;
    line-height: 1.2;
  }
}
.sidebar-filter .sidebar-header .sidebar-close {
  display: none;
}
@media (max-width: 991px) {
  .sidebar-filter .sidebar-header .sidebar-close {
    display: block;
  }
}
.sidebar-filter .litepicker {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--grey);
}
@media (max-width: 991px) {
  .sidebar-filter .litepicker {
    margin-top: 16px;
  }
}
.sidebar-filter .litepicker .month-item-weekdays-row, .sidebar-filter .litepicker .container__days {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1441px) {
  .sidebar-filter .litepicker .month-item-weekdays-row, .sidebar-filter .litepicker .container__days {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .sidebar-filter .litepicker .month-item-weekdays-row, .sidebar-filter .litepicker .container__days {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sidebar-filter .department-filters {
  padding: 30px 60px;
}
@media (max-width: 1441px) {
  .sidebar-filter .department-filters {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .sidebar-filter .department-filters {
    padding: 20px 16px;
  }
}
.sidebar-filter .department-filters .filter-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sidebar-filter-mobile-control {
  display: none;
  border-bottom: 1px solid var(--fsu-black);
  padding: 16px;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991px) {
  .sidebar-filter-mobile-control {
    display: flex;
  }
}

:root {
  --litepicker-month-width: 100%;
  --litepicker-day-width: calc( 100% / 7 - 2px );
  --litepicker-container-months-color-bg: #ffffff;
  --litepicker-container-months-box-shadow-color: #ffffff;
  --litepicker-footer-color-bg: #ffffff;
  --litepicker-footer-box-shadow-color: #ffffff;
  --litepicker-tooltip-color-bg: #ffffff;
  --litepicker-month-header-color: #1e1e1e;
  --litepicker-button-prev-month-color: #8F8F8F;
  --litepicker-button-next-month-color: #8F8F8F;
  --litepicker-button-prev-month-color-hover: #703947;
  --litepicker-button-next-month-color-hover: #703947;
  --litepicker-month-weekday-color: #8F8F8F;
  --litepicker-month-week-number-color: #8F8F8F;
  --litepicker-day-color: #1e1e1e;
  --litepicker-day-color-hover: #703947;
  --litepicker-is-today-color: #8F8F8F;
  --litepicker-is-in-range-color: #ae6174;
  --litepicker-is-locked-color: #8F8F8F;
  --litepicker-is-start-color: #ffffff;
  --litepicker-is-start-color-bg: #703947;
  --litepicker-is-end-color: #ffffff;
  --litepicker-is-end-color-bg: #703947;
  --litepicker-button-cancel-color: #ffffff;
  --litepicker-button-cancel-color-bg: #8F8F8F;
  --litepicker-button-apply-color: #ffffff;
  --litepicker-button-apply-color-bg: #703947;
  --litepicker-button-reset-color: #8F8F8F;
  --litepicker-button-reset-color-hover: #703947;
  --litepicker-highlighted-day-color: #ffffff;
  --litepicker-highlighted-day-color-bg: #703947;
}

.litepicker {
  font-size: 14px;
}
.litepicker .container__months {
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 26px;
}
.litepicker .container__months .month-item {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.litepicker .container__months .month-item-header {
  background-color: var(--fsu-gold);
  padding: 8px 60px;
}
@media (max-width: 1441px) {
  .litepicker .container__months .month-item-header {
    padding: 8px 40px;
  }
}
.litepicker .container__months .month-item-header .month-item-name, .litepicker .container__months .month-item-header .month-item-year {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.litepicker .container__months .month-item-header .button-next-month > svg, .litepicker .container__months .month-item-header .button-next-month > img, .litepicker .container__months .month-item-header .button-previous-month > svg, .litepicker .container__months .month-item-header .button-previous-month > img {
  fill: none;
}
.litepicker .container__months .month-item-header .button-next-month:hover > svg, .litepicker .container__months .month-item-header .button-next-month:hover > img, .litepicker .container__months .month-item-header .button-previous-month:hover > svg, .litepicker .container__months .month-item-header .button-previous-month:hover > img {
  fill: none;
  stroke: var(--fsu-garnet);
}
.litepicker .container__months .month-item-weekdays-row > div {
  margin-top: 10px;
}
.litepicker .container__days > div, .litepicker .container__days > a {
  padding: 4px 0;
  margin: 8px 1px;
}
.litepicker .container__days .day-item, .litepicker .container__days .day-item.is-start-date.is-end-date {
  border-radius: 0;
}
.litepicker .calendar-reset {
  position: absolute;
  bottom: 30px;
  right: 40px;
  text-decoration: underline;
}

.header-transparent #header-wrapper {
  position: absolute;
  top: 0;
  z-index: 3;
  background-color: transparent;
  border-bottom: 1px solid var(--fsu-white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-transparent #header-wrapper .logo-wrap svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-transparent #header-wrapper .logo-wrap svg .logo-top-text g path, .header-transparent #header-wrapper .logo-wrap svg .logo-bottom-text path {
  fill: var(--fsu-white);
}
.header-transparent #header-wrapper #search-btn-open svg path {
  stroke: var(--fsu-white);
}
.header-transparent #header-wrapper #nav-menu-icon-open .line-top, .header-transparent #header-wrapper #nav-menu-icon-open .line-bottom {
  background-color: var(--fsu-white);
}
.header-transparent #header-wrapper #nav-menu-icon-open .brxe-text-basic {
  color: var(--fsu-white);
}
.header-transparent #header-wrapper #give-btn {
  border: 1px solid var(--fsu-white);
  color: var(--fsu-white);
}
.header-transparent #search-wrapper {
  padding-top: 97px;
}
@media (max-width: 767px) {
  .header-transparent #search-wrapper {
    padding-top: 87px;
  }
}

#header-wrapper, body[data-header-hovered=true] #header-wrapper, body[data-header-active=true] #header-wrapper {
  background-color: var(--fsu-white);
  border-bottom: 1px solid var(--fsu-black);
}
#header-wrapper #search-btn-open svg path, body[data-header-hovered=true] #header-wrapper #search-btn-open svg path, body[data-header-active=true] #header-wrapper #search-btn-open svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke: var(--fsu-black);
}
#header-wrapper #search-btn-open:hover svg path, body[data-header-hovered=true] #header-wrapper #search-btn-open:hover svg path, body[data-header-active=true] #header-wrapper #search-btn-open:hover svg path {
  stroke: var(--fsu-garnet);
}
#header-wrapper #search-btn-close svg g path, body[data-header-hovered=true] #header-wrapper #search-btn-close svg g path, body[data-header-active=true] #header-wrapper #search-btn-close svg g path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header-wrapper #search-btn-close:hover svg g path, body[data-header-hovered=true] #header-wrapper #search-btn-close:hover svg g path, body[data-header-active=true] #header-wrapper #search-btn-close:hover svg g path {
  stroke: var(--fsu-garnet);
}
#header-wrapper #give-btn, body[data-header-hovered=true] #header-wrapper #give-btn, body[data-header-active=true] #header-wrapper #give-btn {
  border: 1px solid var(--fsu-black);
  color: var(--fsu-black);
}
#header-wrapper #give-btn:hover, body[data-header-hovered=true] #header-wrapper #give-btn:hover, body[data-header-active=true] #header-wrapper #give-btn:hover {
  background-color: var(--fsu-garnet);
  color: var(--fsu-white);
  border-color: var(--fsu-garnet);
}
#header-wrapper .logo-wrap svg, body[data-header-hovered=true] #header-wrapper .logo-wrap svg, body[data-header-active=true] #header-wrapper .logo-wrap svg {
  display: block;
  height: 100%;
}
#header-wrapper .logo-wrap svg .logo-top-text g path, #header-wrapper .logo-wrap svg .logo-bottom-text path, body[data-header-hovered=true] #header-wrapper .logo-wrap svg .logo-top-text g path, body[data-header-hovered=true] #header-wrapper .logo-wrap svg .logo-bottom-text path, body[data-header-active=true] #header-wrapper .logo-wrap svg .logo-top-text g path, body[data-header-active=true] #header-wrapper .logo-wrap svg .logo-bottom-text path {
  fill: var(--fsu-black);
}
#header-wrapper #nav-menu-icon-open .line-top, #header-wrapper #nav-menu-icon-open .line-bottom, body[data-header-hovered=true] #header-wrapper #nav-menu-icon-open .line-top, body[data-header-hovered=true] #header-wrapper #nav-menu-icon-open .line-bottom, body[data-header-active=true] #header-wrapper #nav-menu-icon-open .line-top, body[data-header-active=true] #header-wrapper #nav-menu-icon-open .line-bottom {
  background-color: var(--fsu-black);
}
#header-wrapper #nav-menu-icon-open .brxe-text-basic, body[data-header-hovered=true] #header-wrapper #nav-menu-icon-open .brxe-text-basic, body[data-header-active=true] #header-wrapper #nav-menu-icon-open .brxe-text-basic {
  color: var(--fsu-black);
}
#header-wrapper #nav-menu-icon-open:hover .line-top, #header-wrapper #nav-menu-icon-open:hover .line-bottom, body[data-header-hovered=true] #header-wrapper #nav-menu-icon-open:hover .line-top, body[data-header-hovered=true] #header-wrapper #nav-menu-icon-open:hover .line-bottom, body[data-header-active=true] #header-wrapper #nav-menu-icon-open:hover .line-top, body[data-header-active=true] #header-wrapper #nav-menu-icon-open:hover .line-bottom {
  background-color: var(--fsu-garnet);
}
#header-wrapper #nav-menu-icon-open:hover .brxe-text-basic, body[data-header-hovered=true] #header-wrapper #nav-menu-icon-open:hover .brxe-text-basic, body[data-header-active=true] #header-wrapper #nav-menu-icon-open:hover .brxe-text-basic {
  color: var(--fsu-garnet);
}
#header-wrapper #nav-menu-icon-close:hover .line-top, #header-wrapper #nav-menu-icon-close:hover .line-bottom, body[data-header-hovered=true] #header-wrapper #nav-menu-icon-close:hover .line-top, body[data-header-hovered=true] #header-wrapper #nav-menu-icon-close:hover .line-bottom, body[data-header-active=true] #header-wrapper #nav-menu-icon-close:hover .line-top, body[data-header-active=true] #header-wrapper #nav-menu-icon-close:hover .line-bottom {
  background-color: var(--fsu-gold);
}
#header-wrapper .nav-menu-social li:hover svg path, body[data-header-hovered=true] #header-wrapper .nav-menu-social li:hover svg path, body[data-header-active=true] #header-wrapper .nav-menu-social li:hover svg path {
  fill: var(--fsu-gold);
}

body.header-transparent #search-field {
  padding-top: 97px;
}
@media (max-width: 991px) {
  body.header-transparent #search-field {
    padding-top: 87px;
  }
}

#header-wrapper {
  border-bottom: 1px solid var(--fsu-black);
  background-color: var(--fsu-white);
}
#header-wrapper .brxe-nav-nested {
  display: block;
}
#header-wrapper #nav-menu-icon-open .line-top, #header-wrapper #nav-menu-icon-open .line-bottom {
  background-color: var(--fsu-black);
}
#header-wrapper #nav-menu-icon-open .brxe-text-basic {
  color: var(--fsu-black);
}
#header-wrapper #nav-menu-icon-open, #header-wrapper #nav-menu-icon-close {
  width: 37px;
  height: 25px;
  line-height: 1.6;
}
#header-wrapper #nav-menu-icon-open .line-top, #header-wrapper #nav-menu-icon-open .line-bottom, #header-wrapper #nav-menu-icon-close .line-top, #header-wrapper #nav-menu-icon-close .line-bottom {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 37px;
  height: 2px;
}
#header-wrapper #nav-menu-icon-open .brxe-text-basic, #header-wrapper #nav-menu-icon-close .brxe-text-basic {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
#header-wrapper #nav-menu-icon-close {
  display: flex;
  align-items: center;
  height: 36px;
  position: absolute;
  top: 26px;
  transform: translateX(-6px);
}
@media (max-width: 767px) {
  #header-wrapper #nav-menu-icon-close {
    position: absolute;
    top: 24px;
    right: 10px;
    margin-top: 0;
  }
}
#header-wrapper #nav-menu-icon-close .line-top, #header-wrapper #nav-menu-icon-close .line-bottom {
  position: absolute;
  background-color: var(--fsu-white);
}
#header-wrapper #nav-menu-icon-close .line-top {
  transform: rotate(45deg);
}
#header-wrapper #nav-menu-icon-close .line-bottom {
  transform: rotate(-45deg);
}
#header-wrapper .nav-menu-social li a svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-active {
  transform: none !important;
  opacity: 1 !important;
}

#search-section {
  position: absolute;
  width: 100%;
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100vh;
  display: flex;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #search-section {
    flex-direction: column;
  }
}
#search-section #search-field {
  width: 100%;
}
#search-section #search-field .bricks-search-form {
  justify-content: center;
  column-gap: 10px;
  background-color: var(--fsu-white);
}
#search-section #search-field .bricks-search-form input {
  width: 100%;
  max-width: 735px;
  border-color: var(--fsu-black);
}
#search-section #search-field .bricks-search-form button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
#search-section #search-field .bricks-search-form button:hover {
  background-color: var(--fsu-garnet);
}
#search-section #search-field .search-no-results:before {
  content: "Search";
  position: relative;
}
#search-section #search-field .search-no-results .bricks-archive-title-wrapper {
  margin: 0 auto;
}
#search-section #search-links {
  width: 100%;
  overflow: auto;
}
#search-section #search-links .brxe-text {
  line-height: 1.2;
}

.brx-nav-nested-items {
  background-color: var(--fsu-black);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100vh;
}
@media (max-width: 767px) {
  .brx-nav-nested-items {
    flex-direction: column !important;
    row-gap: 60px;
    justify-content: space-evenly;
    align-items: center;
  }
}
.brx-nav-nested-items .menu-item {
  margin-left: 0;
}
.brx-nav-nested-items .menu-item:first-child {
  width: 100%;
}
.brx-nav-nested-items .brx-submenu-toggle a {
  line-height: 2.4;
}
@media (max-width: 1281px) {
  .brx-nav-nested-items .brx-submenu-toggle a {
    line-height: 1.5;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .brx-nav-nested-items .brx-submenu-toggle button svg {
    font-size: 18px;
  }
}
.brx-nav-nested-items .bricks-nav-menu-wrapper {
  height: 100%;
}
.brx-nav-nested-items .bricks-nav-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
}
@media (max-width: 991px) {
  .brx-nav-nested-items .bricks-nav-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .brx-nav-nested-items .bricks-nav-menu {
    display: flex;
    position: relative;
    width: 100%;
  }
}
.brx-nav-nested-items .bricks-nav-menu > .menu-item {
  padding: 35px 60px 60px 60px;
}
@media (max-width: 1441px) {
  .brx-nav-nested-items .bricks-nav-menu > .menu-item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .brx-nav-nested-items .bricks-nav-menu > .menu-item {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .brx-nav-nested-items .bricks-nav-menu:first-child {
    border-top: 1px solid var(--fsu-white);
  }
}
.brx-nav-nested-items .bricks-nav-menu .menu-item {
  border-right: 1px solid var(--fsu-white);
  border-bottom: 1px solid var(--fsu-white);
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .brx-nav-nested-items .bricks-nav-menu .menu-item {
    row-gap: 0;
  }
  .brx-nav-nested-items .bricks-nav-menu .menu-item:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (min-width: 767px) {
  .brx-nav-nested-items .bricks-nav-menu .menu-item {
    row-gap: 20px;
  }
  .brx-nav-nested-items .bricks-nav-menu .menu-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .brx-nav-nested-items .bricks-nav-menu .menu-item {
    border-right: none;
    row-gap: 20px;
  }
}
.brx-nav-nested-items .bricks-nav-menu > .active .sub-menu {
  position: relative;
}
@media (max-width: 767px) {
  .brx-nav-nested-items .bricks-nav-menu > .active .sub-menu {
    padding-bottom: 16px;
  }
}
.brx-nav-nested-items .bricks-nav-menu > .active button svg {
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brx-nav-nested-items .bricks-nav-menu .sub-menu {
  opacity: 1;
  width: 100%;
  visibility: visible;
  background-color: var(--fsu-black);
  position: relative;
  top: 0;
}
@media (max-width: 767px) {
  .brx-nav-nested-items .bricks-nav-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: auto;
  }
}
.brx-nav-nested-items .bricks-nav-menu .sub-menu li {
  border: none;
}
.brx-nav-nested-items .bricks-nav-menu .sub-menu li a {
  padding-left: 0;
  line-height: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brx-nav-nested-items .bricks-nav-menu .sub-menu li a:hover {
  color: var(--fsu-gold);
}
.brx-nav-nested-items .menu-item-has-children:hover:before {
  display: none !important;
}
.brx-nav-nested-items .menu-item-has-children button {
  display: none;
}
@media (max-width: 767px) {
  .brx-nav-nested-items .menu-item-has-children button {
    display: block;
  }
}
.brx-nav-nested-items .menu-item:has(.nav-menu-social) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
}
@media (max-width: 991px) {
  .brx-nav-nested-items .menu-item:has(.nav-menu-social) {
    width: 100%;
    max-width: 119px;
  }
}
@media (max-width: 767px) {
  .brx-nav-nested-items .menu-item:has(.nav-menu-social) {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid var(--fsu-white);
  }
}
.brx-nav-nested-items .nav-menu-social button {
  position: absolute;
  top: 30px;
  right: 60px;
}
@media (max-width: 991px) {
  .brx-nav-nested-items .nav-menu-social button {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .brx-nav-nested-items .nav-menu-social button {
    top: 28px;
    right: 16px;
  }
}
.brx-nav-nested-items .brxe-post-sharing {
  row-gap: 60px;
}
@media (max-width: 767px) {
  .brx-nav-nested-items .brxe-post-sharing {
    column-gap: 55px;
  }
}
.brx-nav-nested-items .brxe-post-sharing:after {
  content: "";
  display: block;
}

#links-section .link-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#links-section .link-wrap:hover {
  background-color: var(--fsu-garnet);
}
#links-section .link-wrap:hover, #links-section .link-wrap:hover .brxe-post-title {
  color: var(--fsu-white);
}
#links-section .link-wrap .brxe-post-title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.upcoming-events {
  width: 100%;
}
.upcoming-events .event {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--fsu-black);
}
.upcoming-events .event:first-of-type {
  border-top: 1px solid var(--fsu-black);
}
@media (max-width: 991px) {
  .upcoming-events .event {
    flex-direction: column;
    align-items: flex-start;
  }
}
.upcoming-events .event:hover .date {
  background-color: var(--fsu-garnet);
  color: var(--fsu-white);
}
.upcoming-events .event:hover .arrow svg {
  transform: rotate(-45deg);
}
.upcoming-events .date {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 346px;
  padding: 90px 110px;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  line-height: 1;
  border-right: 1px solid var(--fsu-black);
  align-self: stretch;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .upcoming-events .date {
    padding: 16px 24px;
    min-width: unset;
    width: max-content;
    font-size: 36px;
  }
}
.upcoming-events .text {
  padding: 16px 85px;
  width: 100%;
}
@media (max-width: 991px) {
  .upcoming-events .text {
    border-top: 1px solid var(--fsu-black);
    padding: 16px;
  }
}
.upcoming-events .title {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .upcoming-events .title {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .upcoming-events .description {
    font-size: 16px;
  }
}
.upcoming-events .arrow {
  margin-right: 130px;
}
@media (max-width: 991px) {
  .upcoming-events .arrow {
    margin-bottom: 10px;
    margin-right: 16px;
    align-self: flex-end;
  }
}
.upcoming-events .arrow svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: center center;
}
@media (max-width: 991px) {
  .upcoming-events .arrow svg {
    width: 32px;
    height: 32px;
  }
}

#news-section .news-card, #news-section .news-card-small {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
}
#news-section .news-card:hover, #news-section .news-card-small:hover {
  background-color: var(--fsu-garnet);
}
#news-section .news-card:hover .brxe-text-basic:not(.department-label), #news-section .news-card:hover .brxe-heading, #news-section .news-card-small:hover .brxe-text-basic:not(.department-label), #news-section .news-card-small:hover .brxe-heading {
  color: var(--fsu-white);
}

#video-section .masked-square {
  clip-path: inset(35% 35% 35% 35%);
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
#video-section .masked-square.open {
  clip-path: inset(0 0 0 0);
}

#department-slider {
  position: relative;
}
#department-slider .slick-list {
  overflow: visible;
}
#department-slider .slick-track {
  display: flex;
  align-items: stretch;
}
#department-slider .slick-slide {
  height: inherit;
}
#department-slider .slick-slide > div {
  height: 100%;
  justify-content: space-between;
}
#department-slider .dept-bullets-wrap {
  position: absolute;
  height: 100%;
  top: 0;
  right: -30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#department-slider .dept-bullets {
  position: sticky;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 4px;
}
#department-slider .dept-bullets .bullet {
  width: 2px;
  height: 30px;
  background-color: var(--grey);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#department-slider .dept-bullets .bullet.active {
  width: 4px;
  background-color: var(--fsu-garnet);
}

@media (max-width: 1441px) {
  #large-card-section .text-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.tax-terms-list {
  display: flex;
  flex-wrap: nowrap;
}
.tax-terms-list .tax-term {
  display: inline-block;
  padding: 20px 50px;
  border-right: 1px solid var(--fsu-black);
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .tax-terms-list .tax-term {
    padding: 16px 28px;
  }
}
.tax-terms-list .tax-term:hover, .tax-terms-list .tax-term:active, .tax-terms-list .tax-term:focus {
  background-color: var(--grey);
}
.tax-terms-list .tax-term.active {
  color: var(--fsu-white);
  background-color: var(--fsu-black);
}

.basic-html-table, .tablepress {
  overflow: auto;
}
.basic-html-table thead th, .basic-html-table tbody th, .tablepress thead th, .tablepress tbody th {
  font-size: 24px;
  font-weight: 400;
  padding-top: 16px;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: unset;
  text-align: left;
  border-bottom: 1px solid var(--fsu-black);
}
@media (max-width: 991px) {
  .basic-html-table thead th, .basic-html-table tbody th, .tablepress thead th, .tablepress tbody th {
    font-size: 20px;
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .basic-html-table thead th, .basic-html-table tbody th, .tablepress thead th, .tablepress tbody th {
    white-space: nowrap;
  }
}
.basic-html-table th:first-child, .tablepress th:first-child {
  padding-left: 0;
}
.basic-html-table th:last-child, .tablepress th:last-child {
  padding-right: 0;
}
.basic-html-table td:first-child, .tablepress td:first-child {
  padding-left: 0;
}
.basic-html-table tbody tr, .tablepress tbody tr {
  border-bottom: 1px solid var(--fsu-black);
}
.basic-html-table tbody tr.odd td, .tablepress tbody tr.odd td {
  background-color: unset;
}
.basic-html-table tbody tr td, .tablepress tbody tr td {
  padding: 30px 12px;
  border-bottom: 1px solid var(--fsu-black);
  border-color: var(--fsu-black);
}
@media (max-width: 991px) {
  .basic-html-table tbody tr td, .tablepress tbody tr td {
    font-size: 14px;
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .basic-html-table tbody tr td, .tablepress tbody tr td {
    white-space: nowrap;
  }
}

.search-wrapper .searchandfilter h4 {
  margin: 0;
}
.search-wrapper .searchandfilter > div > ul {
  width: 100%;
  max-width: 880px;
  display: flex;
  gap: 10px;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .search-wrapper .searchandfilter > div > ul {
    padding-top: 25px;
  }
}
.search-wrapper .searchandfilter > div > ul > li:first-child {
  padding-right: 0;
  flex-grow: 1;
}
.search-wrapper .searchandfilter > div > ul > li:first-child input {
  padding: 4px 20px 4px 20px;
  border-radius: 4px;
  border-color: var(--fsu-black);
}
.search-wrapper .searchandfilter > div > ul > li:nth-child(2) {
  display: flex;
  width: 100%;
  order: 2;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .search-wrapper .searchandfilter > div > ul > li:nth-child(2) {
    flex-direction: column;
  }
}
.search-wrapper .searchandfilter > div > ul > li:nth-child(2) h4 {
  font-family: Acumin-pro;
  font-size: 16px;
}
@media (max-width: 767px) {
  .search-wrapper .searchandfilter > div > ul > li:nth-child(2) h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.search-wrapper .searchandfilter > div > ul > li:nth-child(2) ul {
  padding-left: 0 !important;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 8px 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .search-wrapper .searchandfilter > div > ul > li:nth-child(2) ul {
    width: fit-content;
    align-items: flex-start;
  }
}
.search-wrapper .searchandfilter > div > ul > li:last-child {
  padding-right: 0;
}
.search-wrapper .searchandfilter > div > ul > li:last-child input {
  background-color: var(--fsu-black);
  letter-spacing: 2.24px;
  line-height: 1.1;
  color: var(--fsu-white);
  border: none;
  padding: 16px 24px;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-wrapper .searchandfilter > div > ul > li:last-child input:hover {
  background-color: var(--fsu-garnet);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  width: 100%;
  margin: 0;
}

.slick-dotted {
  margin-bottom: 30px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2px;
  width: 30px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  margin: 0 auto;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  font-size: 6px;
  line-height: 5px;
  text-align: center;
  background-color: var(--grey);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background-color: var(--fsu-garnet);
  height: 4px;
}

/*# sourceMappingURL=main.css.map */
