@charset "UTF-8";
.video-container .video-item {
  display: block;
  width: 100%;
}
.video-container .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.quicklinks-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  align-content: center;
}
.quicklinks-container .qlink-inner {
  display: flex;
  align-items: center;
}
.quicklinks-container .qlink-item a {
  display: block;
}
.quicklinks-container .qlink-item svg {
  flex: none;
  width: 50px;
  height: 50px;
}
.quicklinks-container .qlink-text {
  max-width: 100%;
  font-size: 1.125rem;
}
.quicklinks-container.icon-orientation-vertical {
  text-align: center;
}
.quicklinks-container.icon-orientation-vertical .qlink-inner {
  flex-direction: column;
}
.quicklinks-container.icon-orientation-vertical .qlink-item svg {
  margin-bottom: 24px;
}
.quicklinks-container.icon-orientation-horizontal .qlink-item svg {
  margin-right: 30px;
}
.quicklinks-container.orientation-vertical .items-list {
  flex-direction: column;
}


.spotlight1-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spotlight1-container .spotlight-image-holder {
  flex: none;
  max-width: 100%;
}
.spotlight1-container .spotlight-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.spotlight1-container .item-summary.clipped-summary .item-text {
  overflow: hidden;
  max-height: 6.25em;
  line-height: 1.25em;
}
/*.spotlight1-container.thumbnail-orientation-vertical .item-inner {
  text-align: center;
}*/
@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    flex-direction: row;
    align-items: flex-start;
  }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    max-width: 250px;
    margin-right: 15px;
  }
}

.news1-container:not(.slick-container) .items-list {
  display: flex;
  flex-direction: column;
}
.news1-container .news-item-image-holder {
  flex: none;
  max-width: 100%;
}
.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: flex;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    max-width: 250px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    flex-direction: row;
  }
}

.events1-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events1-container .items-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.events1-container .event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.events1-container .event-date .event-month {
  font-size: 1.125em;
}
.events1-container .event-date .event-day {
  font-size: 2.25em;
}
.events1-container.date-orientation-vertical .item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .events1-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .events1-container.date-orientation-horizontal .item {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    flex: 1;
  }
}

.infographic-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.infographic-container .infographic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.infographic-container .infographic-item svg {
  flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}
.infographic-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.infographic-container .info-number,
.infographic-container .info-text {
  max-width: 100%;
}
.infographic-container .info-number {
  font-size: 1.5rem;
}
.infographic-container .info-text {
  font-size: 1.125rem;
}
.infographic-container.orientation-vertical .items-list {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .infographic-container .infographic-item {
    width: auto;
    max-width: none;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item {
    flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container.content-container {
  padding: 0;
}
.shuffle1-container .shuffle-main {
  z-index: 1;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-list {
  margin: 0;
  height: 100%;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    display: none;
  }
}
.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
  top: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
  bottom: 0;
}
.shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
  top: calc(54px + 1em);
}
.shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
  bottom: calc(54px + 1em);
}
.shuffle1-container .slick-dots {
  position: absolute;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .shuffle1-container .slick-dots {
    display: none;
  }
}
.shuffle1-container .slick-dots.slick-dots-bottom, .shuffle1-container .slick-dots.slick-dots-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .slick-dots.slick-dots-bottom {
  bottom: 0;
}
.shuffle1-container .slick-dots.slick-dots-top {
  top: 0;
}
.shuffle1-container .slick-dots.slick-dots-left, .shuffle1-container .slick-dots.slick-dots-right {
  flex-direction: column;
  top: 0;
  height: 100%;
}
.shuffle1-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle1-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle1-container .shuffle-image {
  width: 100%;
}
.shuffle1-container .shuffle-navigation {
  position: absolute;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .shuffle1-container .shuffle-navigation {
    display: none;
  }
}
.shuffle1-container .shuffle-navigation .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle1-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-navigation .shuffle-slide {
  position: relative;
  display: block;
  height: 50px;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
  border-color: rgb(0, 0, 0);
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom {
  bottom: 0;
}
.shuffle1-container .shuffle-navigation.navigation-position-top {
  top: 0;
}
.shuffle1-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

.social-widget-container .section-title svg {
  width: 32px;
  height: 32px;
  margin: 8px;
}
.social-widget-container .section-title.icon-only .section-title-inner {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.social-widget-container .section-title.icon-only .section-title-inner svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px;
}

@media screen and (min-width: 1024px) {
  body.index #header_main {
    background-color: rgba(153, 27, 48, 0.8);
  }
}

body:not(.index) {
  background-color: rgb(187, 194, 198);
}

body #header_main {
  background-color: rgb(153, 27, 48);
}
body #header_main .header-logo.logo-replacement a {
  width: 109px;
  height: 112px;
  background-image: url("../images/logo/header_logo.png");
}
body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 109px;
  height: 112px;
  background-image: url("../images/logo/header_logo.png");
}
body #header_main .header-logo .school-name-inner {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .nav-menu {
  background: rgb(153, 27, 48);
}
body #header_main .sitenav-main .nav-mobile-toggle {
  height: 44px;
  width: 44px;
}
body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner, body #header_main .sitenav-main .nav-mobile-toggle:before, body #header_main .sitenav-main .nav-mobile-toggle:after {
  left: 8px;
  width: calc(100% - 16px);
  height: 5px;
  background-color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner {
  top: calc(50% - 2.5px);
}
body #header_main .sitenav-main .nav-mobile-toggle:before {
  top: 8px;
}
body #header_main .sitenav-main .nav-mobile-toggle:after {
  bottom: 8px;
}
body #header_main .sitenav-main .nav-mobile-toggle.animated.open:before {
  top: calc(50% - 2.5px);
}
body #header_main .sitenav-main .nav-mobile-toggle.animated.open:after {
  bottom: calc(50% - 2.5px);
}
body #header_main .sitenav-main .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .nav-item > a:focus, body #header_main .sitenav-main .nav-item > a:hover, body #header_main .sitenav-main .nav-item > a.open {
  color: rgb(0, 0, 0);
  background-color: rgb(253, 195, 20);
}
body #header_main .sitenav-main .sub-nav a {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .sub-nav a:focus, body #header_main .sitenav-main .sub-nav a:hover, body #header_main .sitenav-main .sub-nav a.open {
  color: rgb(0, 0, 0);
  background-color: rgb(253, 195, 20);
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-main .nav-menu {
    background: transparent;
  }
  body #header_main .sitenav-main.column .nav-menu, body #header_main .sitenav-main.megamenu .nav-menu {
    justify-content: space-around;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  body #header_main .sitenav-main.column .nav-item > a, body #header_main .sitenav-main.megamenu .nav-item > a {
    text-align: center;
    color: rgb(153, 27, 48);
    background: transparent;
  }
  body #header_main .sitenav-main.column .nav-item > a:hover, body #header_main .sitenav-main.column .nav-item > a:focus, body #header_main .sitenav-main.column .nav-item > a.open, body #header_main .sitenav-main.megamenu .nav-item > a:hover, body #header_main .sitenav-main.megamenu .nav-item > a:focus, body #header_main .sitenav-main.megamenu .nav-item > a.open {
    background-color: rgb(153, 27, 48);
    color: rgb(255, 255, 255);
  }
  body #header_main .sitenav-main.column .sub-nav, body #header_main .sitenav-main.megamenu .sub-nav {
    background-color: rgb(153, 27, 48);
  }
  body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav:focus, body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav-main.megamenu .sub-nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    padding: 20px;
  }
  body #header_main .sitenav-main.megamenu .sub-nav .sub-nav-group {
    width: 65%;
  }
  body #header_main .sitenav-main.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 65%);
  }
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-main.nav-group .nav-item > a {
    color: rgb(255, 255, 255);
  }
  body #header_main .sitenav-main.nav-group .nav-item > a:hover, body #header_main .sitenav-main.nav-group .nav-item > a:focus, body #header_main .sitenav-main.nav-group .nav-item > a.open {
    color: rgb(153, 27, 48);
    background-color: rgb(253, 195, 20);
  }
  body #header_main .sitenav-main.column .nav-menu {
    justify-content: space-between;
  }
}
body .slick-container .slick-dots li button:before {
  color: rgb(153, 27, 48);
}
body .slick-container .slick-dots.number-dots li button {
  background: rgb(153, 27, 48);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: rgb(153, 27, 48);
}
body .slick-container .slick-dots li.slick-active button:before {
  color: rgb(253, 195, 20);
}
body .slick-container .slick-dots.number-dots li button {
  color: rgb(253, 195, 20);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: rgb(253, 195, 20);
}
body .content-container .read-more-link {
  border: 2px solid rgb(153, 27, 48);
  color: rgb(255, 255, 255);
  background-color: rgb(153, 27, 48);
}
body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
  color: rgb(153, 27, 48);
  background-color: transparent;
}
body #content_main .pageTitle {
  color: rgb(153, 27, 48);
}
body #content_main .right-column-page-navigation {
  background: rgb(253, 195, 20);
}
body #content_main .right-column-page-navigation li a {
  color: rgb(0, 0, 0);
}
body #content_main .right-column-page-navigation li.active a {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
body #row_motto, body #row_qlinks2 {
  background-color: rgb(153, 27, 48);
}
body #row_spotlight {
  background-color: rgb(253, 195, 20);
}
body #row_news_events .section-title {
  color: rgb(153, 27, 48);
}
body #row_news_events .read-more-link {
  border-color: rgb(253, 195, 20);
  color: rgb(0, 0, 0);
  background-color: rgb(253, 195, 20);
}
body #row_news_events .read-more-link:hover, body #row_news_events .read-more-link:focus {
  border-color: rgb(153, 27, 48);
  color: rgb(255, 255, 255);
  background-color: rgb(153, 27, 48);
}
body #row_infographics {
  position: relative;
  color: rgb(255, 255, 255);
}
body #row_infographics:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(153, 27, 48, 0.8);
}
body #row_spotlight2 {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
body #qlinks_fixed a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  transition-duration: 0.3s;
  transition-property: color;
  position: relative;
  color: rgb(255, 255, 255);
  background-color: rgba(153, 27, 48, 0.9);
}
body #qlinks_fixed a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(253, 195, 20);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
body #qlinks_fixed a:hover, body #qlinks_fixed a:focus {
  color: rgb(0, 0, 0);
}
body #qlinks_fixed a:before {
  transform: scale(0);
}
body #qlinks_fixed a:hover:before, body #qlinks_fixed a:focus:before {
  transform: scale(1);
}
body #qlinks_fixed a:hover, body #qlinks_fixed a:focus {
  text-decoration: none;
}
body #quicklinks2 .items-list .qlink-item:before {
  background-color: rgba(255, 255, 255, 0.1);
}
body #quicklinks2 .items-list .qlink-item a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  transition-duration: 0.3s;
  transition-property: color;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
}
body #quicklinks2 .items-list .qlink-item a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
body #quicklinks2 .items-list a:hover, body #quicklinks2 .items-list .qlink-item a:focus {
  color: rgb(153, 27, 48);
}
body #quicklinks2 .items-list a:before {
  transform: scaleY(0);
}
body #quicklinks2 .items-list a:hover:before, body #quicklinks2 .items-list .qlink-item a:focus:before {
  transform: scaleY(1);
}
body #quicklinks2 .items-list a:hover, body #quicklinks2 .items-list .qlink-item a:focus {
  text-decoration: none;
}
body #quicklinks2 .items-list a:hover:before, body #quicklinks2 .items-list .qlink-item a:focus:before {
  transform: scaleY(1.02);
}
body #quicklinks2 .items-list a:hover svg, body #quicklinks2 .items-list .qlink-item a:focus svg {
  fill: rgb(153, 27, 48);
}
body #quicklinks2 .items-list a svg {
  fill: rgb(253, 195, 20);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body #quicklinks2 .items-list .qlink-item {
    width: 33.3333333333%;
  }
  body #quicklinks2 .items-list .qlink-item:nth-child(3):before {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  body #quicklinks2 .items-list .qlink-item {
    width: 16.6666666667%;
  }
}
body #spotlight_container {
  color: rgb(0, 0, 0);
}
body #spotlight_container .section-title {
  color: rgb(153, 27, 48);
}
body #motto {
  color: rgb(255, 255, 255);
}
body #news_container {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
body #news_container .slick-arrow:before {
  border-color: rgb(0, 0, 0);
}
body #news_container .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top-style: solid;
  border-top-width: 3px;
}
body #news_container .slick-arrow.slick-prev:before {
  transform: rotate(-45deg) translateZ(1px) translateX(-4.5px) translateY(-4.5px);
  transform-origin: top left;
  border-left-style: solid;
  border-left-width: 3px;
  left: 50%;
}
body #news_container .slick-arrow.slick-next:before {
  transform: rotate(45deg) translateZ(1px) translateX(4.5px) translateY(-4.5px);
  transform-origin: top right;
  border-right-style: solid;
  border-right-width: 3px;
  right: 50%;
}
body #news_container .slick-list {
  width: calc(100% - 0px * 2);
  margin: 0 0px;
}
body #news_container .slick-arrow {
  width: 20px;
  height: 30px;
  top: calc(50% - 30px / 2);
}
body #news_container .slick-dots li button:before {
  color: rgb(253, 195, 20);
}
body #news_container .slick-dots.number-dots li button {
  background: rgb(253, 195, 20);
}
body #news_container .slick-dots.number-dots li.slick-active button {
  color: rgb(253, 195, 20);
}
body #news_container .slick-dots li.slick-active button:before {
  color: rgb(153, 27, 48);
}
body #news_container .slick-dots.number-dots li button {
  color: rgb(153, 27, 48);
}
body #news_container .slick-dots.number-dots li.slick-active button {
  background: rgb(153, 27, 48);
}
body #news_container .slick-slider {
  position: relative;
}
body #news_container .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}
body #news_container .slick-list:focus {
  outline: none;
}
body #news_container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
body #news_container .slick-slider .slick-track,
body #news_container .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
body #news_container .slick-track {
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
}
body #news_container .slick-slide {
  position: relative;
  height: 100%;
  min-height: 1px;
}
body #news_container .slick-slide img {
  display: block;
}
body #news_container .slick-slide.slick-loading img {
  display: none;
}
body #news_container .slick-slide.dragging img {
  pointer-events: none;
}
body #news_container .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  font-size: 0.1rem;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
  border: none;
  background-color: transparent;
}
body #news_container .slick-arrow:hover {
  cursor: pointer;
}
body #news_container .slick-arrow.slick-prev {
  left: 0;
}
body #news_container .slick-arrow.slick-next {
  right: 0;
}
body #news_container .slick-arrow.slick-hidden {
  display: none;
}
body #news_container .slick-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
body #news_container .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 9999;
  text-align: center;
}
body #news_container .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
body #news_container .slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  outline-width: none;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  border: 0;
  cursor: pointer;
  background: none transparent;
}
body #news_container .slick-dots li button:hover, body #news_container .slick-dots li button:focus {
  outline-width: 5px;
}
body #news_container .slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 2rem;
  text-align: center;
}
body #news_container .slick-dots.number-dots li button {
  font-size: 0.75em;
}
body #news_container .slick-dots.number-dots li button:before {
  display: none;
}
body #news_container .slick-loading .slick-track,
body #news_container .slick-loading .slick-slide {
  visibility: hidden;
}
body #news_container .slick-vertical .slick-track {
  display: block;
}
body #news_container [dir=rtl] .slick-track {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  body #news_container .slick-dots li {
    margin: 0.5em;
  }
}
body #news_container .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: rgb(253, 195, 20);
}
body #news_container .item.no-photo:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 300px;
  background-color: rgb(253, 195, 20);
  background-size: auto;
  background-image: url(../images/logo/header_logo.png);
}
body #news_container .item-summary {
  color: rgb(255, 255, 255);
  background-color: rgb(153, 27, 48);
}
body #news_container .item-summary .item-name a {
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  body #news_container .slick-arrow.slick-next, body #news_container .slick-arrow.slick-prev {
    top: auto;
    bottom: -65px;
  }
  body #news_container .slick-arrow.slick-prev {
    right: 42px;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  body #events_container .item {
    border-bottom: 2px solid rgb(153, 27, 48);
  }
}
body #infographics_container {
  color: rgb(255, 255, 255);
}
body #infographics_container .info-number, body #infographics_container .section-title {
  color: rgb(255, 255, 255);
}
body #infographics_container svg {
  fill: rgb(255, 255, 255);
}
body #spotlight2_container .read-more-link {
  border-color: rgb(253, 195, 20);
  color: rgb(0, 0, 0);
  background-color: rgb(253, 195, 20);
}
body #spotlight2_container .read-more-link:hover, body #spotlight2_container .read-more-link:focus {
  border-color: rgb(153, 27, 48);
  color: rgb(255, 255, 255);
  background-color: rgb(153, 27, 48);
}
body #youtube_container .section-title svg {
  fill: rgb(255, 0, 0);
}
body #twitter_container .section-title svg {
  fill: rgb(29, 161, 242);
}
body #footer_main {
  background-color: rgb(253, 195, 20);
}
body #footer_main .footer-info-block, body #footer_main .school-name {
  color: rgb(0, 0, 0);
}
body #footer_main .footer-logo.logo-replacement {
  width: 98px;
  height: 101px;
  background-image: url("../images/logo/header_logo.png");
}
body #footer_main .footer-logo:not(.logo-replacement):before {
  width: 98px;
  height: 101px;
  background-image: url("../images/logo/header_logo.png");
}
/*body #footer_main .footer-info {
  background-color: rgb(253, 195, 20);
}*/
body #footer_main .footer-secondary-nav {
  background-color: rgb(153, 27, 48);
}
body #footer_main .footer-secondary-nav a {
  color: rgb(255, 255, 255);
}
body #footer_main .footer-secondary-nav .read-more-link {
  border: 1px solid rgb(253, 195, 20);
  color: rgb(0, 0, 0);
  background-color: rgb(253, 195, 20);
}
body #footer_main .footer-secondary-nav .read-more-link:hover, body #footer_main .footer-secondary-nav .read-more-link:focus {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: transparent;
}
body #footer_main .edlio-login-link {
  color: rgb(0, 0, 0);
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  font-size: 1rem;
}
body #footer_main .edlio-login-link .edlio-logo {
  border-right-color: rgb(0, 0, 0);
}
body #footer_main .edlio-login-link .edlio-logo svg {
  fill: rgb(0, 0, 0);
}
body #footer_main .edlio-login-link:hover, body #footer_main .edlio-login-link:focus {
  color: rgb(153, 27, 48);
}
body #footer_main .edlio-login-link:hover .edlio-logo, body #footer_main .edlio-login-link:focus .edlio-logo {
  border-color: rgb(153, 27, 48);
}
body #footer_main .edlio-login-link:hover .edlio-logo svg, body #footer_main .edlio-login-link:focus .edlio-logo svg {
  fill: rgb(153, 27, 48);
}
body #footer_main .powered-by-edlio-logo svg {
  fill: rgb(0, 0, 0);
}
@media screen and (min-width: 1024px) {
  body #footer_main {
    background: linear-gradient(to right, rgb(253, 195, 20) 0%, rgb(253, 195, 20) 46%, rgb(153, 27, 48) 46%, rgb(153, 27, 48) 100%);
  }
}
body #mobile_nav {
  background: rgb(153, 27, 48);
}
body #mobile_nav a {
  color: rgb(255, 255, 255);
}
body #mobile_nav a svg {
  fill: rgb(255, 255, 255);
}
body #mobile_nav a:hover, body #mobile_nav a:focus {
  color: rgb(253, 195, 20);
}
body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: rgb(253, 195, 20);
}

#mobile_nav {
  display: none !important;
}/*# sourceMappingURL=main.css.map */

.breaking-news-container {
    display: flex;
    background-color: rgb(153, 27, 48);
    align-items: center;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.breaking-news-title {
    background-color: rgb(153, 27, 48);
    color: white;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

.breaking-news-marquee {
    flex-grow: 1;
    color: white;
    overflow: hidden;
}

.breaking-news-marquee marquee {
    font-weight: bold;
    color: white;
    padding: 0 10px;
    font-size: 14px;
}
.breaking-news-marquee a {
    color: white;
    text-decoration: none;
    }

.some-information{
    background-color: rgb(153, 27, 48);

}

.some-information a{
    color:white;
    text-decoration: none;

}

.find-us a{
    text-decoration: none;
}

    
.has-submenu > .submenu {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 180px;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.qlink-item.has-submenu:hover > .submenu {
  display: block;
  right: 100%;
}

.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
                
.submenu > li > a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
                          
.submenu li.has-submenu {
  position: relative;
}

.submenu li.has-submenu:hover > .submenu {
  display: block;
  right: 100%;
  top: 0;
}


#qlinks_fixed .items-list .qlink-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  margin: 4px 0;
}
#qlinks_fixed .items-list .qlink-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  #qlinks_fixed {
    position: absolute;
    z-index: 99;
    top: calc(50% - 145px + 50px);
    right: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1350px) {
  #qlinks_fixed {
    top: calc(50% - 145px);
  }
}

/* Mobile View */

@media screen and (max-width: 1023px) {
  .qlink-item {
    width: 100%;
    max-width: 320px;
    position: relative;
  }

  .submenu {
    display: none;
    position: static !important;
    width: 100%;
    text-align: center;
  }

  .qlink-item.show-submenu > .submenu,
  .submenu li.show-submenu > .submenu {
    display: block;
  }

  .submenu li {
    position: relative;
  }

  .submenu li > a {
    display: block;
    text-decoration: none;
  }
}




.desktop_2 * {
  font-family: Nunito, sans-serif;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.desktop_2 button {
  cursor: pointer;
}

.desktop_2 img {
  cursor: pointer;
}

.desktop_2 img:hover {
  transform: scale(1.02);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.desktop_2 .hdImg {
  display: none;
}

.desktop_2 .btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.desktop_2 .project:hover .btn-box {
  display: block;
}

.desktop_2 .Container {
  width: 890px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.desktop_2 .portfolio {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.desktop_2 .project {
  position: relative;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
}

.desktop_2 .overlay {
  position: fixed;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(71, 69, 69, 0.7);
  height: 100%;
  width: 100%;
  max-height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: none;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.desktop_2 .overlay-inner {
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
  max-width: 700px;
  width: fit-content;
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 1;
  max-width: 50%;
  max-height: 85%;
}

.desktop_2 .close {
  position: absolute;
  top: 9px;
  right: 15px;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  color: #474545;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.desktop_2 .overlay-inner .hdImgs {
  width: fit-content;
  height: calc(80% - 55px);
  display: flex;
}

.desktop_2 .overlay-inner img {
  max-height: 100%;
  max-width: 100%;
  transform: none;
}

.desktop_2 .bigImg {
  width: 665px;
  height: 440px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.desktop_2 .project-image {
  height: 215px;
  width: 215px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.desktop_2 .above {
  display: flex;
}

.desktop_2 .bottom {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 1024px) {
  .desktop_2 .project-image {
    width: 165px;
    height: 165px;
  }

  .desktop_2 .Container {
    width: 690px;
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .desktop_2 .bigImg {
    width: 515px;
    height: 340px;
  }
}

@media (max-width: 768px) {
  .desktop_2 .project {
    width: 220px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .desktop_2 .project-first {
    width: 450px;
  }

  .desktop_2 .above {
    flex-direction: column;
  }

  .desktop_2 .portfolio {
    justify-content: flex-start;
  }

  .desktop_2 .Container {
    width: 450px;
  }

  .desktop_2 .bigImg {
    width: 450px;
  }

  .desktop_2 .project-image {
    width: 220px;
    height: 200px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    display: inline-block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .desktop_2 .side {
    display: flex;
    width: 450px;
    justify-content: space-between;
  }

  .desktop_2 .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .desktop_2 .project-image.last {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .desktop_2 .project-image.last {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

@media (max-width: 500px) {
  .desktop_2 .bigImg {
    width: 250px;
    height: 200px;
  }

  .desktop_2 .project {
    width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .desktop_2 .Container {
    width: 250px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .desktop_2 .project-image {
    width: 110px;
    height: 110px;
  }

  .desktop_2 .side {
    flex-direction: row;
    width: 250px;
  }

  .desktop_2 .project-image.last {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .desktop_2 .project.last-project {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
  }

  .desktop_2 .project-first {
    width: 250px;
  }

  .desktop_2 .overlay-inner {
    max-width: 90%;
  }
}


.spotlight-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    border-radius: 8px; /* Optional rounded corners */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: inherit; /* Keep text-white or inherited color */
    gap: 8px;
}

.spotlight-link:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Light background on hover */
    transform: scale(1.05); /* Slightly scale up */
}

.spotlight-image {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    width: 150px;
    height: 200px;
    object-fit: cover;
}

.spotlight-link:hover .spotlight-image {
    transform: scale(1.1); /* Scale image on hover */
    box-shadow: 0 8px 20px rgba(153, 27, 48, 0.6);
}

.spotlight-link b {
    display: inline-block;
    transition: text-shadow 0.3s ease;
    font-weight: 700;
}

.spotlight-link:hover b {
    text-shadow:
        0 0 5px rgba(153, 27, 48, 0.8),
        0 0 10px rgba(153, 27, 48, 0.7),
        0 0 15px rgba(153, 27, 48, 0.6),
        0 0 20px rgba(153, 27, 48, 0.5);
}

@media (min-width: 1025px) {
  .main-custom-content {
    padding-top: 170px;
  }
}

.team-profiles{
  padding-top: 10px;
}

.box {
  border-radius: 30px;
  background: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.box:before {
  content: '';
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background: rgb(153, 27, 48);
  box-shadow: 0 0 10px rgba(153, 27, 48, 0.4);
  transition: all 0.3s ease;
  z-index: 0;
}

.box:hover:before {
  width: 100%;
}

.image-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 50%;
  background: white;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.5s ease;
}

.box:hover .image-wrapper img {
  transform: scale(1.05);
}

.box-desc {
  position: relative;
  z-index: 1;
  color: #000;
  transition: color 0.3s ease;
}

.box:hover .box-desc {
  color: #fff;
}

.box:hover .box-desc a {
  color: #fff;
  text-decoration: none;
}

.box-desc a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.box:hover .box-desc a:hover {
  text-decoration: none;
}


#search {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 12px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}

#search:focus {
  border-color: rgb(153, 27, 48);
  outline: none;
  box-shadow: 0 0 10px rgba(153, 27, 48, 0.4);
}



.faculty-tabs-heading {
  text-align: center;
  margin-bottom: 35px;
}

.faculty-tabs-heading h1 {
  margin-bottom: 10px;
}

.faculty-tabs-heading .faculty-hr {
  width: 128px;
  border-top: 5px solid #991B30;
  margin: auto;
}

.faculty-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* spacing between tab list and content on desktop */
}

.faculty-tabs-nav {
  flex-direction: column;
  display: flex;
  margin-bottom: 10px;
  gap: 6px; /* gap between buttons */
}

.faculty-tab-button {
  padding: 15px 12px;
  background: #FDC314;
  color: #000;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
  text-transform: uppercase;
  transition: background 0.3s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.faculty-tab-button.active {
  background: #991B30;
  color: #fff;
}

.faculty-tab-content {
  flex: 1;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  animation: fadeIn 0.4s ease;
}

.faculty-tab-pane {
  display: none;
}

.faculty-tab-pane.active {
  display: block;
  animation: slideIn 0.4s ease;
}

.faculty-tab-pane h3 {
  font-weight: 600;
}

.faculty-tab-pane .faculty-tab-hr {
  width: 80px;
  border-top: 2px solid #991B30;
  margin: 0 auto 20px auto;
}

/* Animations */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(40%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
  .faculty-tabs-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .faculty-tabs-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .faculty-tab-button {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #FDC314;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    outline: none;
    white-space: nowrap;
    display: inline-block;
    width: auto;          
    min-width: unset;   
    max-width: unset;   
  }

  .faculty-tab-button.active {
    background-color: #991B30;
    color: #fff;
  }
}

.faculty-heading,
.faculty-card .card-title {
  color: rgb(153, 27, 48);
}

.faculty-card {
  border: none;
  border-left: 4px solid #991B30;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.faculty-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(153, 27, 48, 0.15);
}

.faculty-card .card-body {
  padding: 1.5rem;
}

.faculty-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 3px solid #fff;
}

.faculty-card a {
text-decoration: none;
color: rgb(153, 27, 48);
}

/* Responsive */
@media (max-width: 768px) {
  .faculty-card .card-body {
    padding: 1rem;
  }
  .faculty-card .card-title {
    font-size: 1.1rem;
  }
}

.gallery-img-wrapper {
  transition: transform 0.3s ease;
}

.gallery-img-wrapper:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}






.students-info .form-label {
    font-weight: 600;
}

  .students-info .form-select {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }

  .students-info .select2-container--default .select2-selection--single {
    height: 38px;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ced4da;
  }

  .students-info .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
  }

  .students-info .summary-box {
    background: #fefefe;
    border-left: 4px solid #9d2235;
    padding: 15px;
    margin-top: 25px;
    font-size: 1rem;
    font-weight: 500;
    color: #444;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  }

  .students-info .table th,
  .students-info .table td {
    vertical-align: middle;
  }

  .students-info .table thead th {
    background-color: #f0f2f5;
    font-weight: 600;
  }

  .students-info .table-hover tbody tr:hover {
    background-color: #f9f9f9;
  }

  .students-info .btn-warning {
    background-color: #9d2235;
    border-color: #9d2235;
    color: white;
    font-weight: bold;
  }

.students-info .btn-warning:hover {
    background-color: #7b1a2a;
    border-color: #7b1a2a;
}
