@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body {
  font-size: 16px;
  color: #000;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: 'Benton Sans Medium', Arial, sans-serif !important;;
}

/* Typography */

.small {
  font-family: 'BentonSans Book';
  font-size: 0.875rem;
  line-height: 179%;
  color: #292929;
}

p {
  font-family: 'BentonSans Book';
  font-size: 1rem;
  line-height: 156%;
  color: #292929;
}

.p-large {
  font-family: 'BentonSans Book';
  font-size: 1.125rem;
  line-height: 167%;
  color: #292929;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 125%;
  font-family: 'BentonSans Bold';
  font-weight: 700;
  color: #201436;
}

.h1-book {
  font-size: 2.5rem;
  line-height: 125%;
  font-family: 'BentonSans Book';
}

.h1-medium {
  font-size: 2.5rem;
  line-height: 125%;
  font-family: 'BentonSans Medium';
}

h2, .h2 {
  font-size: 2rem;
  line-height: 141%;
  font-family: 'BentonSans Medium';
  font-weight: 500;
  color: #201436;
}

h3, .h3 {
  font-size: 1.563rem;
  line-height: 140%;
  font-weight: 500;
  color: #201436;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 139%;
  font-weight: 500;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 156%;
  font-weight: 500;
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 500;
}
mark, .mark {
   background-color: #B9F876; 
}
.bs-book {
  font-family: 'BentonSans Book';
  font-weight: 400;
}

.bs-bold {
  font-family: 'BentonSans Bold';
  font-weight: 700;
}

.bs-medium {
  font-family: 'BentonSans Medium';
  font-weight: 500;
}

.display-1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-family: 'BentonSans Bold';
  font-weight: 700;
}

.display-2 {
  font-size: 2.813rem;
  line-height: 122%;
  font-weight: 700;
  font-family: 'BentonSans Bold';
}

.display-3 {
  font-size: 2.5rem;
  line-height: 125%;
  font-weight: 700;
  font-family: 'BentonSans Bold';
}

.display-4 {
  font-size: 1.375rem;
  line-height: 159%;
  font-family: 'BentonSans Book';
}

.hover-line-purple a:after {
  content: " ";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #8F55E0;
  transition: width 0.4s;
}

.hover-line-purple a:hover::after {
  width: 100%;
}

#mega-research a:after {
  content: " ";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #8F55E0;
  transition: width 0.4s;
}

.hover a:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #8F55E0;
}

.mega-nav-link a:hover::after, #mega-research a:hover::after {
  width: 100%;
}

/* the slides */

.slick-slide {
  margin: 0 10px;
}

/* the parent */

.slick-list {
  margin: 0 -10px;
}

.slick-dots {
  position: unset !important;
  display: flex !important;
  align-items: center;
}

.slick-dots li button {
  color: black !important;
  width: 1rem !important;
  height: 1rem !important;
  border: none;
  border-radius: 100%;
  background-color: black !important;
  text-indent: -9999px;
  opacity: .25;
}

.slick-active button {
  opacity: 1 !important;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mega-nav .nav-link {
  color: #000000;
  padding-left: 0px;
  font-family: 'BentonSans Book';
  padding-right: 0px;
}

.mega-nav .nav-link:hover, .mega-nav .nav-link:focus {
  color: #4F2683;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #8F55E0;
  font-weight: 400;
  background: none;
}

.mega-nav-underline {
  border: 1px solid #4F2683;
  opacity: 1;
}

.ms-n5 {
  margin-left: -40px;
}

#cse-search-box .input-group > {
  border: 2.54297px solid #A361FF;
  border-radius: 83.918px;
}

#btn_go .fa.fa-search {
  background: white;
  color: #4f2683;
}

#btn_go {
  background: white;
}

#quick-links .nav-item:last-of-type {
  border-bottom: none;
}

.western-offcanvas {
  width: 100% !important;
  border-style: none;
  border-left: none !important;
}

.offcanvas-menu-title {
  color: black;
  text-transform: uppercase;
}

.offcanvas-menu-sub {
  color: black;
}

.western-offcanvas-collapse {
  border-left: 1px solid #4F2683;
  margin-bottom: 32px;
}

.offcanvas-collapse-btn {
  text-transform: uppercase;
}

.offcanvas-collapse-item {
  color: black;
  text-decoration: none;
}

.offcanvas-body {
  margin-top: 30px;
  padding-left: 0;
}

.btn.offcanvas-collapse-btn:hover {
  border-color: transparent;
  color: black;
}

.offcanvas-collapse-item:focus, .offcanvas-collapse-item:hover {
  color: black;
}

.western-offcanvas-collapse.disabled .offcanvas-collapse-btn {
  color: #575757;
}

.offcanvas-collapse-btn[aria-expanded='false'] {
  color: black;
}

.menu-accordion-item.active {
  border-left: 1px solid #A361FF;
}

.menu-accordion-item {
  border: none;
  border-left: 1px solid #4F2683;
  margin-bottom: 32px;
}

.menu-accordion .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.menu-accordion-button:not(.collapsed) {
  color: black !important;
  background-color: white !important;
  box-shadow: none;
}

.menu-accordion-button:focus {
  z-index: 3;
  border-color: white;
  outline: 0;
  box-shadow: none;
}

.menu-accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.menu-accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.menu-accordion-item:last-of-type .menu-accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.menu-accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.menu-accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.scroller {
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: flex;
  gap: 15px;
  white-space: nowrap;
  padding-bottom: 10px;
  scrollbar-width: auto;
}

.scroller::-webkit-scrollbar {
  /*width: 0;*/
  /*height: 15px;*/
}

.offcanvas-bottom-info {
  padding: 20px 0px 0 0;
  background: #201436;
  border-top: 1px solid #EEEEEE;
  width: 100%;
  color: white;
}

.offcanvas-popular {
  background: #201436;
  border-top: 1px solid #EEEEEE;
}

.offcanvas-link {
  color: black;
  font-size: 1.125rem;
}

.offcanvas-link:focus, .offcanvas-link:hover {
  color: black;
}

.offcanvas-bottom-info a {
  color: white;
  text-decoration: none;
  font-family: 'BentonSans Bold';
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  padding-left: 0px;
}

.offcanvas-bottom-info .nav-link:focus, .offcanvas-bottom-info .nav-link:hover {
  color: white;
}

.navbar-toggler {
  border-style: none;
}

.mega-nav-title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #201436;
  text-decoration: none;
}

.mega-nav .nav {
 /* margin-bottom: 20px; */
}

#land-acknowledgement .footer-links-title:after {
  border-bottom: 1px solid #FFFFFF;
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.footer-links-title:after {
  border-bottom: 1px solid #FFFFFF;
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

@media (max-width: 1198.98px) {
  #land-acknowledgement {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
}

#land-acknowledgement {
  border: 1px solid #FFFFFF;
  max-width: 416px;
}

.tablet-hr {
  width: 40px;
  margin: 20px auto;
  color: white;
  opacity: initial;
}

#footer-contact p {
  color: #201436;
  margin: 0;
}

#footer-top a, #footer-top a:hover {
  color: #4F174E;
  text-decoration: none;
  /*background: none;*/
}

#footer-social a:hover img {
  border-color: #4F174E;
  border-width: 5px;
  border-style: solid;
  border: 1px solid #4F2683;
}

.western-offcanvas .offcanvas-header {
  border-bottom: 3px solid #4f2683;
  height: 89px;
  padding-top: 23px;
  padding-bottom: 23px;
  min-height: 89px;
  padding-left: 30px;
  padding-right: 30px;
}

.offcanvas-logo {
  height: 43px;
  width: 180px;
}

#footer-legal:before {
  border-top: 1px solid #6D469F;
  content: "";
  display: block;
  width: 75%;
  margin: 30px auto;
}

#footer-main-top .footer-list-link a {
  padding-bottom: 15px;
  font-size: 0.875rem;
  display: block;
  width: fit-content;
}

.fade-in {
  -webkit-animation: fade-in 1.2s ease-in both;
  animation: fade-in 1.2s ease-in both;
}

.hero-text h1 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 1198.98px) {
  #footer-div img {
    margin: 20px;
  }
}

#footer-social img {
  border-radius: 50%;
  border: 1px solid transparent;
}

@media (max-width: 300px) {
  #footer-social img {
    border-radius: 50%;
    margin-left: 0 !important;
    border: 1px solid transparent;
  }
}

#footer-social a {
  padding-left: 20px;
}

.search-btn.push {
  margin-left: auto;
  margin-right: 12px;
}

.menu-accordion-button:not(.collapsed) {
  color: #4f2683;
}

.menu-accordion-button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: white;
  border-radius: 0;
  color: #000000;
  font-family: 'BentonSans Bold';
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
}

.inactive.menu-accordion-button {
  color: #575757 !important;
}

.western-card-bg {
  background-position: center top !important;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  height: 426px;
}

.btn-western-purple a {
  color: white;
  text-decoration: none;
}

.event-month {
  color: #4F2683;
  font-size: 1.375rem;
  line-height: 114%;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'BentonSans Bold';
}

.event-day {
  color: #4F2683;
  font-size: 2rem;
  line-height: 78%;
  font-weight: 700;
  margin: 0;
  font-family: 'BentonSans Bold';
}

.event-name {
  font-size: 1.375rem;
  line-height: 159%;
  color: #201436;
  margin: 0;
}

@media (max-width: 470px) {
  .wn-story-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 470px) {
  .wn-story {
    padding: 20px 20px !important;
  }
}

.wn-story {
  background: #FFFFFF;
  border-bottom: 1px solid #8F55E0;
  box-shadow: 5px 4px 18px rgba(0, 0, 0, 0.15);
  padding: 20px 20px;
  gap: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wn-title {
  color: #201436;
  /*font-weight: 600;*/
}

@media (min-width: 1200px) {
  .wn-story-container {
    z-index: 9;
    /*margin-left: -3%;*/
  }
}

@media (max-width: 1199.98px) {
  .wn-story-container {
    z-index: 9;
    margin-top: -5%;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
}

.feature-story-image {
  width: 100%;
  border-bottom: 3px solid #8F55E0;
}

.feature-stories .wn-title-link {
  text-decoration: none;
  color: inherit;
}

.feature-stories .wn-title {
  text-decoration: none;
  padding-right: 10px;
}

.btn-western-white a {
  text-decoration: none;
  color: #201436;
}

@media (max-width: 576px) {
  .events button, .news button {
    flex: 1;
  }
}

.event-container {
  /*margin-bottom: 40px;*/
  display: flex;
  flex-direction: row;
  align-items: center;
}

.factoid h2:first-of-type:after {
  height: 2px;
  width: 20px;
  background: white;
  display: block;
  content: "";
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.slick-dots li button {
  background: yellow;
}

.ind-search form p {
  padding: 0;
  margin-bottom: 0;
  align-self: center;
}

.offcanvas-slide {
  width: 100%;
  height: 150vh;
  background: white;
  float: right;
  margin-top: 30px;
  overflow: auto;
}

.offcanvas-sub-title.h3 {
  color: #4F2683;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 32px;
  font-weight: 700;
  font-family: 'BentonSans Bold';
}

.offcanvas-category {
  color: #4f2683;
  text-decoration: none;
  margin-top: 30px;
  font-size: 18px;
  line-height: 167%;
}

.offcanvas-sub-link {
  color: #000000;
  text-decoration: none;
  position: initial;
}

.offcanvas-divider {
  border-top: 0.5px solid #DEDEDE;
  margin-bottom: 15px;
  padding-top: 15px;
}

@media (max-width: 1199.98px) {
  .events {
    margin-bottom: 0 !important;
  }
}

.footer-list-link {
  min-width: 177px;
}

.footer-link-div a {
}

.footer-right {
  display: flex;
  gap: 15px;
  height: fit-content;
}

.footer-logos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem;
}

@media (max-width: 1198.98px) {
  .footer-logos {
    flex-direction: row;
    gap: 25px;
    justify-content: center;
  }
}

@media (max-width: 1198.98px) {
  .footer-right {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .btn-block {
    display: block !important;
  }
}

.news .brand-container {
  padding-left: 0;
  padding-right: 0;
}

.feature-stories {
  margin-top: 40px;
  flex-direction: row;
  gap: 20px;
}

#ribbon-parent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  padding: 0;
  padding: 40px 0px;
}

.ribbon-directory {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-basis: 100%;
  padding: 0px;
}

.ind-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.offcanvas-collapse {
  z-index: 9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  padding-left: 16px;
  background-color: white;
}

.event-name a {
  color: #201436;
  font-size: 22px;
  line-height: 35px;
  text-decoration: none;
}

.factoid h3 {
  color: #4f2683;
}

.hero-text button {
  padding: 10px 18px;
  background-color: white;
  border-radius: 4px;
  border: none;
}

/* Academics */

.offcanvas-sub-title.h3 a {
  color: #4F2683;
  text-decoration: none;
}

.offcanvas-sub-link:hover {
  color: #000000;
  font-weight: 600;
}

.offcanvas-category:hover {
  color: #4F2683;
}

#footer-contact {
  text-align: center;
  display: inline-flex;
  gap: 40px;
}

#footer-social {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.brand-container.western-cards {
  gap: 2.5rem;
}

.card.western-card {
  border-radius: 0;
  border-bottom: 1px solid #8F55E0;
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none;
}

.western-card {
  filter: drop-shadow(-5px 4px 18px rgba(0, 0, 0, 0.15));
}

.western-card {
  margin-bottom: 12px;
}

.western-card .card-header:first-child {
  border-radius: 0;
}

.western-card h3.card-title {
  color: #201436;
  font-weight: 600;
}

.western-card .card-footer:last-child {
  border-radius: 0;
}

.western-card .card-footer {
  background-color: white;
  border: none;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom:15px;
}

@media (max-width: 1199.98px) {
  .search-btn {
    margin-left: auto !important;
  }
}

.desktop-hide {
  display: none;
}

@media (max-width: 1199.98px) {
  .desktop-hide {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .desktop-show {
    display: none !important;
  }
}

.desktop-show {
  display: block;
}

.western-offcanvas .offcanvas-body {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.menu-accordion {
  margin-top: 30px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 320px) {
  #main-menu-container, .western-offcanvas .offcanvas-header {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.modal-header {
  background-color: #201436;
  border: none;
}

.uwo-modal-close {
  opacity: 1 !important;
}

.menu-accordion-item .accordion-body {
  padding-right: 0;
}

@media (max-width: 575.98px) {
  .social-group .card-footer {
    width: 100%;
    display: block !important;
  }
}

.feature-right {
    margin-right:0 !important;
    order: 2 !important
}
.feature-right + .wn-story-container {
  margin-right:-9%;
}

.wn-feature-bg {
  margin-right: -110px;
  height: 500px;
}

@media (max-width: 475px) {
  .wn-feature-bg {
    height: 250px;
  }
}

.academics-col {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.main-menu {
  gap: 15px;
}

#hp-mobile-hero .brand-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1199.98px) {
  .fw-page-section-left {
    height: 450px !important;
  }
}

.fit-cover {
  object-fit: cover;
}

.btn-western-purple-light:focus {
  background: #4F2683;
  color: #FFFFFF;
  text-decoration: none;
}

.btn-western-purple-light {
  padding: 10px 18px;
  background: #4F2683;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  border: 2px solid transparent;
  text-decoration: none;
  font-family: 'BentonSans Book';
  font-size: 1rem;
  line-height: 25px;
}

.btn-western-purple-light:hover {
  background: #201436;
  border: 2px solid #8F55E0;
  color: #FFFFFF;
}

.cta-button-group .btn-western-purple-light:hover {
  background: transparent;
  color: #201436;
  border: 1px solid #201436;
}

.btn-western-white-light {
  padding: 10px 18px;
  border: 2px solid #4F2683;
  border-radius: 4px;
  color: #4F2683;
  text-decoration: none;
  font-family: 'BentonSans Book';
  font-size: 1rem;
  line-height: 25px;
  text-align: center;
}

.btn-western-white-light:hover {
  color: #FFFFFF;
  background: #201436;
  border: 2px solid #8F55E0;
}

.btn-western-white-coloured {
  padding: 10px 18px;
  background: #FFFFFF;
  border-radius: 4px;
  color: #4F2683;
  text-align: center;
  border: 2px solid transparent;
  text-decoration: none;
  font-family: 'BentonSans Book';
  font-size: 1rem;
  line-height: 25px;
}

.btn-western-white-coloured:hover {
  color: #FFFFFF;
  background: #201436;
  border: 2px solid #8F55E0;
  box-shadow: 0px 10px 28px rgba(34, 19, 56, 0.12);
}

.btn-western-purple-coloured {
  padding: 10px 18px;
  background: transparent;
  border-radius: 4px;
  color: white;
  text-align: center;
  border: 2px solid white;
  text-decoration: none;
  font-size: 1rem;
  line-height: 25px;
  font-family: 'BentonSans Book';
}

.btn-western-purple-coloured:hover {
  padding: 10px 18px;
  background: #201436;
  border-radius: 4px;
  color: white;
  text-align: center;
  border: 2px solid #8F55E0;
  text-decoration: none;
  font-size: 1rem;
  line-height: 25px;
}

.btn-western-color-white {
border-radius: 0.25rem;
border: 2px solid var(--White, #FFF);
background: var(--White, #FFF);
color: #4F2683;
display: inline-flex;
    min-width: 9.0625rem;
    padding: 0.625rem 1.125rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
}

.btn-western-color-white:hover {
border-radius: 0.25rem;
border: 2px solid var(--Orchid, #8F55E0);
background: var(--Deep, #201436);
box-shadow: 0px 10px 28px 0px rgba(34, 19, 56, 0.12);
color: white;
}

.btn-western-purple.modal-click {
  color: white;
}

.btn-western-purple.modal-click {
  color: white;
}

@media (max-width: 1199.98px) {
  #search-container {
    background-image: none !important;
  }
}

.brand-container.search-container {
  display: flex;
  justify-content: center;
}

#search-interior {
  padding-top: 200px;
  width: 50%;
}

@media (max-width: 1199.98px) {
  #search-interior {
    padding-top: 50px;
    width: 100%;
    padding-right: 34px;
    padding-left: 34px;
  }
}

#search-interior .desktop-show {
  color: white;
  text-align: center;
  font-size: 1.7rem;
  line-height: 141%;
  padding-bottom: 30px;
}

#input-cse input {
  border: 2.54297px solid #8f55e0;
  border-radius: 83.918px;
}

#search-icon-btn {
  position: absolute;
  top: 0;
  height: 100%;
  right: 12px;
  background: transparent;
}

#search-interior h3 {
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 30px;
  text-transform: uppercase;
  padding-top: 30px;
}

@media (max-width: 1199.98px) {
  #quick-links {
    width: 100% !important;
  }
}

#quick-links {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

#quick-links .nav-item {
  border-bottom: 1px dashed #ACACAD;
}

#quick-links .nav-link {
  color: white;
  font-size: 18px;
  line-height: 25px;
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.brand-statement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0px 22px;
  gap: 10px;
}

.brand-statement p {
    color:#201436;
}

.brand-statement .flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  text-align: center;
}

.brand-statement .component-heading.orchid-accent:after {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.orchid-accent:after {
  height: 2px;
  width: 20px;
  background: #8F55E0;
  display: block;
  content: "";
  margin-top: 10px;
}

.orchid-accent-center:after {
  height: 2px;
  width: 20px;
  background: #8F55E0;
  display: block;
  content: "";
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.component-heading {
  color: #201436;
}

.btn-western-purple {
  padding: 10px 18px;
  background: #4F2683;
  border-radius: 4px;
  border-style: solid;
  border-color: #4f2683;
  margin-bottom: 20px;
  color: white;
}

.btn-western-white {
  padding: 10px 18px;
  background-color: white;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #4F2683;
  margin-bottom: 20px;
}

.brand-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.header-text {
  color: #201436;
  margin-bottom: 25px;
}

.section-underline {
  border-bottom: 1px solid #8F55E0;
  padding-bottom: 35px;
  margin-bottom: 50px !important;
}

.brand-sub-container > * {
  padding-right: 2rem;
  padding-left: 2rem;
}

.btn-western-white:hover {
  color: var(--bs-link-hover-color);
}

.bg-purple {
  background-color: #4f2683;
}

header {
  background: #F6F6F6;
}

.brand-sub-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
}

a:hover, a:focus {
  color: black;
  color: #4F2683;
  text-decoration: none;
  background-color: #F2F2F2;
}

.ribbon-inner li a:hover::after, .footer-list-link a:hover::after {
  width: 100%;
}

#main-wrapper {
  overflow: hidden;
}

.event-date {
  border-bottom: 1px solid #8F55E0;
  box-shadow: -5px 2px 18px rgba(0, 0, 0, 0.1);
  min-width: 140px;
  min-height: 100px;
  text-align: center;
  margin-right: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:140px;
}

.factoids-accent {
  width: 20px;
  margin: 30px auto;
  opacity: 1;
}

.factoids-uwo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.factoids-uwo {
  flex-direction: column;
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.factoid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}

.factoids-container {
  gap: 30px;
  text-align: center;
}

.wu-fact {
  color: #4f2683;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: calc(390px - 8.75rem);
  margin-bottom:0.313rem;
  font-size:3.5rem;
  line-height:4.063rem;
}



.factoids {
  gap: 10px;
}

.factoid-divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  max-width: 100px;
}

.fact-divider {
  width: 90px;
  height: 0px;
  border: 1px solid #DEDEDE;
  transform: rotate(90deg);
}

footer {
  border-top: 1px solid #F6F6F6;
}

@media (max-width: 1023px) {
  .footer-bkg {
    background: none;
    background-color: #4f2683;
    background-position: bottom;
  }
}

#footer-legal .nav-item {
  /*margin-bottom: 1rem;*/
}

.maintained-by {
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

#footer-main a {
  color: white;
  text-decoration: none;
}

.footer-accordion .accordion-header {
  border-bottom: 1px solid white;
}

.fw-page-section-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
}

.hero-text.hero-text-mobile {
  position: unset;
  max-width: 100%;
  background: #4F2683;
}

.hero-accent {
  width: 20px;
  opacity: 1;
}

.hero-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*height: calc(100vh - 156px);*/
  max-height: 600px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.86%, rgba(0, 0, 0, 0.75) 88.24%);
  z-index: 2;
  /*height: 600px;*/
  padding-bottom: 31.25%;
  padding-left:0;
  padding-right:0;
}

.hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%; */
  height:auto;
  object-fit: cover;
}

@media (max-width: 1199.98px) {
  .hero-video .brand-container {
      padding-left:20px;
  }
}

.hero-text {
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid #8F55E0;
  backdrop-filter: blur(7.5px);
  background: rgba(255, 255, 255, 0.75);
  bottom: 46px;
  max-width: 590px;
  padding: 25px;
  overflow: auto;
  gap: 0.3125rem;
  display: flex;
  flex-direction: column;
}

@media (max-width: 360px) {
  .hero-text a {
    display: block;
  }
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.86%, rgba(0, 0, 0, 0.75) 88.24%);
}

@media (min-width: 1200px) {
  .feature-stories > div, .social-group > div {
    padding-left: 0;
    padding-right: 0;
  }
}

.social-proof .card-title {
  color: #2F174F;
  font-weight: 600;
  margin-bottom: 10px;
}

.social-proof .card-subtitle {
  color: #201436;
}

.social-proof .card-text {
  color: #292929;
}

.social-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}

.social-group .card {
  border: none;
}

.social-group .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
}

.social-prooff-bg {
  border-bottom: 3px solid #8F55E0;
  height: 393px;
  width: 100%;
}

.hp-video-mobile .hero-text {
  bottom: 0;
  backdrop-filter: none;
  background: #4f2683;
  max-width: 100%;
}

.hero-text .orchid-accent {
  padding-bottom: 10px;
}

.ribbon-directory .form-control:focus {
  border-color: initial;
  box-shadow: none;
}

.ribbon-links {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
}

.ribbon-links ul {
  margin-bottom: 0;
  padding-left: 0px;
}

.ribbon-links ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.ribbon-links a {
  color: #201436;
  text-decoration: none;
}

#ribbon-menu-container {
  height: 45px;
}

@media (max-width: 1199.98px) {
  #ribbon-menu-container {
    height: 45px;
    display: none;
  }
}

.ribbon-inner .nav-link {
  color: white;
  padding: 13px 20px 13px 0px;
  font-weight: 400;
}

.ribbon-inner .nav-link:hover, .ribbon-inner .nav-link:focus {
  color: white;
  background: none;
}

@media (min-width: 1200px) {
  .ribbon-inner li a:after, .footer-list-link a:after, .footer-test li a:after {
    content: " ";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #FFFFFF;
    transition: width 0.4s;
  }
}

.ribbon-last {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

.ind-search form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.ribbon-links.bs-book {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 25px;
}

.footer-links-title {
  color: white;
}

@media (max-width: 1199.98px) {
  #footer-contact {
    gap: 20px;
  }
}

.brand-sub-container a {
  text-decoration: none;
}

#popular-links-image {
  cursor: pointer;
}

.social-proof {
  padding: 75px 0px;
  background: #F6F6F6;
}

.social-group .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
  background-color: transparent;
  height: 100% !important;
}

.social-group .card-footer {
  background: none;
  border: none;
  padding: 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
}

@media (max-width: 1199.98px) {
  .maintained-by {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}

#main-menu-container {
  height: 111px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  background: white;
  padding-top: 23px;
  padding-bottom: 23px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

#main-menu-container a.nav-link {
  text-transform: uppercase;
  color: #201436;
}

.main-menu .nav-link:hover {
  color: #4F2683 !important;
  background: none;
}

.search-btn {
  height: 40px;
  width: 40px;
  margin-left: 31px;
}

.mega-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5625rem 0rem;
  gap: 10px;
  background: #FFFFFF;
  border-bottom: 2px solid #4F2683;
  box-shadow: 10px 4px 18px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 5px 16px rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 99;
}

@media (max-width: 1199.98px) {
  .main-story, .fw-page-section-right-bg, .footer-bkg {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media (max-width: 1199.98px) {
  #main-menu-container .brand-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199.98px) {
  #main-menu-container {
    padding-left: 20px;
    padding-right: 20px;
    height: 89px;
  }
}

@media (max-width: 1199.98px) {
  #header-logo {
    width: 180px;
    height: 43px;
  }
}

.hover a {
  color: #4F2683 !important;
}

.hover a {
  color: #4F2683 !important;
}

.hover a {
  color: #4F2683 !important;
}

.hover a {
  color: #4F2683 !important;
}

#hp-hero-image, #interior-hero-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 600px;
  z-index: 2;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

#hp-hero-image:after, #interior-hero-image:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.86%, rgba(0, 0, 0, 0.75) 88.24%);
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hero-image-container {
  padding: 0;
}

.interior-hero:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.86%, rgba(0, 0, 0, 0.75) 88.24%);
  background-repeat: no-repeat;
  width: 100%;
}

.interior-hero-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 25px;
  gap: 15px;
  background: rgba(79, 38, 131, 0.5);
  border-bottom: 1px solid #8F55E0;
  backdrop-filter: blur(8px);
  z-index: 9;
}

#interior-hero-image {
  height: 426px;
}

.brand-container.breadcrumbs-wrapper {
  display: flex;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
}

.western-breadcrumbs .breadcrumb-item a {
  color: #000000;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #4f2683;
}

.breadcrumb-item.active span {
  /*background: #E8E8E8;*/
  border-radius: 2px;
  padding: 2px 10px;
  background: #DEDEDE;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
  margin-bottom: 0;
}

.main-parent span {
  color: #201436;
  border: none;
}

.active-parent span {
  color: #4F2683;
}

.wu-leftNav {
  width: 100%;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}

.wu-leftNav .list-group-item.disabled span {
  color: #4F2683 !important;
  border: none;
  font-weight: 400;
}

.wu-leftNav .list-group-item {
  color: #292929 !important;
  border: none;
  font-weight: 400;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}

#left-nav-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
}

.left-nav-page-wrapper {
  display: flex;
  flex-direction: column;
  padding: 90px 10px;
  gap: 10px;
}

#left-nav-page-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
  width: 100%;
}

#left-nav-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 20px;
  gap: 30px;
  border-right: 1px solid #DEDEDE;
  width: 245px;
  max-width: 245px;
}

.list-group-item.active.parent-child {
  background-color: white;
  color: #4F2683;
  font-weight: 500;
}

#left-nav-content {
  padding: 16px 20px;
}

.interior-news .brand-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
}

.interior-news .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 38px;
}

#firstname, #lastname {
  width: 150px;
}

#searchstring {
  width: 310px;
}

.wu-section.cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.cta-button-group {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .cta-button-group a {
    width: 100%;
  }
}

.cta-button-group .btn-western-purple-light {
  /*background: #221338;*/
  border: 1px solid #201436;
  border-radius: 0px;
}

.wu-section.breadcrumbs-container {
  padding-top: 0!important;
  padding-bottom: 0 !important;
  background: #EEEEEE;
}

.card.column-card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: transparent;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-bg: transparent;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: none;
  border-radius: 0;
  width: 100%;
}

.column-card .card-title {
  color: #201436;
}

.column-card .card-img-top {
  border-bottom: 3px solid #8F55E0;
}

.wu-section.wu-col .col {
  /*padding-bottom: 2rem;*/
}

.wu-section.wu-col .row {
  row-gap:2.1875rem;
}

.wu-table tfoot {
  background-color: #4F2683;
  color: white;
}

.table.wu-table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.wu-table td {
  font-family: 'BentonSans Book';
}

.wu-table tfoot td {
  font-family: 'BentonSans Medium';
  color: white;
}

.wu-table th {
  font-family: 'BentonSans Medium';
}

#interior-content {
  padding: 3.125rem 1.25rem;
}

#page-title {
  padding-bottom: 10px;
  /*padding-top: 20px;*/
  padding-bottom: 20px;
  margin-bottom: 0;
}

#page-content {
  margin-left: 40px;
}

a {
  color: #4F2683;
  text-decoration: underline;
  text-underline-offset: 7px;
}

.wu-leftNav .list-group-item span {
  display: inline-block;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #4F2683;
  text-decoration: underline;
  background-color: white;
  cursor: pointer;
}

#mega-nav a:hover ~ .mega-nav-underline {
  border: 1px solid #A361FF;
}

.mega-nav-title-link:hover {
  color: #4F2683;
  background: none;
}

.wn-category {
  padding-top: 2rem;
}

.non-active-children .list-group-item span {
  color: #292930;
}

.parent {
  border-bottom: 1px solid #DEDEDE;
}

.non-active-children {
  margin-left: 30px;
}

.parent {
  margin-left: 10px;
}

.parent-child {
  padding-left: 30px;
}

.main-parent {
  padding: 0;
}

.parent {
  padding-left: 10px;
  margin-left: 0;
  border-bottom: 1px solid #DEDEDE !important;
}

.hero-container-hp, .hero-container-interior {
  position: relative;
}

.hero-img {
  width: 100vw;
}

.call-out {
  box-shadow: -5px 4px 18px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #8F55E0;
  padding: 25px;
  gap: 10px;
  /*margin-bottom: 15px;*/
}

.call-out-container {
  /*margin-top: 32px;*/
  row-gap: 32px;
}

.wu-article {
  margin: 20px 0;
}

.wu-arrow-list {
  padding-left: 1px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: none;
  list-style-type: none;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wu-arrow-list ul li {
  font-family: 'BentonSans Medium';
  font-size: 1rem;
  font-weight: 400;
  color: #292929;
}

.fs-400 {
  font-size: 40px !important;
}

.wu-left-Nav .list-group-item {
  display: inline-block;
}

.wu-leftNav .parent:hover span {
  color: #4f2683;
}

.wu-leftNav .parent-child:hover span {
  color: #4f2683;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.wu-leftNav .active.parent-child:hover span {
  color: #292929;
  text-decoration: none;
}

.wu-leftNav .active-parent:hover span {
  color: #4F2683;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.wu-leftNav .main-parent:hover span {
  color: #292929;
}

.other-event-container {
  margin-top: 32px;
}

.convio-date {
  color: var(--western-purple, #4F2683);
  margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
  .footer-bkg {
    padding-bottom: 0px;
    padding-top: 30px;
  }
}

.academics .component-heading {
  margin-bottom: 2.5rem;
}

socail-group .card-footer {
  align-self: flex-end;
  flex: 1 1 auto;
}

.brand-statement .component-heading {
  /*margin-bottom: 1rem;*/
  color: #4F2683;
}

.hero-text .h2 {
  color: #201436;
}

.hero-text p {
  color: #000;
}

li > * {
  flex-direction: column;
}

.wu-arrow-list-new {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wu-arrow-list-new li {
  padding-left: 16px;
}

@media (min-width: 1400px) {
  .wu-section {
    padding: 50px 0px;
  }
}

.wu-section {
  padding: 2.1875rem 1.25rem;
}

.display-8 {
  font-size: 3.4375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.0625rem;
}

.display-7 {
  font-size: 2.4375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.0625rem;
}

@media (min-width: 768px) {
  .factoid-container {
    /*gap: 1.875rem;*/
    gap: 0.5rem;
  }
}

@media (max-width: 576px) {
  .brand-statement p {
    width: 100% !important;
  }
}

/* Start of Linked Rules */

.direct-link {
  background: url("../img/assets/icons/direct-link.svg") right / 20px no-repeat;
}

.sub-link {
  background: url("../img/assets/icons/sub-link.svg") right / 10px no-repeat;
}

.western-toggle {
  background-image: url("../img/assets/icons/brand-hamburger.svg");
  width: 27px;
  height: 24px;
}

#search-container {
 /* background: url("https://www.uwo.ca/web_standards/2023-hp/assets/img/assets/backgrounds/search-bg.svg") no-repeat, rgba(0,0,0,0.8); */
  background-size: cover, auto;
  height: 100vh;
  border-top: 5px solid #4F2683;
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  z-index: 999;
  position: absolute;
  overflow: auto;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
}

.hero-play-btn {
  position: absolute;
  z-index: 99;
  bottom: 50px;
  right: 50px;
  height: 40px;
  width: 40px;
  background-image: url(../img/assets/icons/pause-icon.svg);
  background-size: contain;
}

a.hero-play-btn:hover, a.hero-play-btn:focus {
    background-color:transparent;
}

.hero-play-btn.paused {
  background-image: url(../img/assets/icons/play-icon.svg);
  background-color:transparent;
}

a.hero-play-btn.paused:hover, a.hero-play-btn.paused:focus {
    background-color:transparent;
}

.ribbon-links a:hover {
  color: #4F2683;
  /*text-decoration: none;*/
  background-image: url("../img/assets/icons/chevron-hover.svg");
}

.offcanvas-category:before {
  padding: 0 0 0 20px;
  background-image: url(../img/assets/icons/chevron-offcanvas.svg);
  background-repeat: no-repeat;
  content: " ";
  background-position: left center;
}

.ribbon-links li a {
  padding: 0 0 0 20px;
  background-image: url(../img/assets/icons/chevron.svg);
  background-repeat: no-repeat;
}

.hp-hero-image {
  background-image: url(../img/assets/hero/hp-hero-image.html);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: url("../img/assets/hero/hp-hero-image.html"), linear-gradient(180deg, rgba(0, 0, 0, 0) 43.86%, rgba(0, 0, 0, 0.75) 88.24%);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 600px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.accordion.mobile-left-nav {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: #4F2683;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #FFFFFF;
  --bs-accordion-btn-bg: #4f2685;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #4F2683;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #FFFFFF;
  --bs-accordion-active-bg: #472683;
  padding-bottom: 20px;
}

.wu-arrow-list li::marker {
  content: url('../img/assets/icons/chevron.svg');
}

#offcanvas-search .offcanvas-body {
  background: url(../img/assets/backgrounds/search-bg.png) no-repeat, rgba(0,0,0,0.8);
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  margin-top: 0;
}

.footer-accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #4f2683;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: none;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: white;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: white;
  --bs-accordion-active-bg: #4f2683;
  margin-bottom: 40px;
}

/*
.mobile-hero-image-container {
  max-height: 280px;
  height: 280px;
  background-size: auto 280px;
  background-position: center;
}
*/

.interior-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 0px;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.western-breadcrumbs .breadcrumb-item:not(:last-child) {
  margin-bottom: 0;
  background: url(../img/assets/icons/chevron.svg) right 1px no-repeat;
  padding-right: 20px;
}

.western-toggle {
  width: 27px;
  height: 24px;
  background-image: url("../img/assets/icons/brand-hamburger.svg");
}

.sub-link {
  background: url("../img/assets/icons/sub-link.svg") right / 10px no-repeat;
}

#search-container {
  background-size: cover, auto;
  height: 100vh;
  border-top: 5px solid #4F2683;
  backdrop-filter: blur(8.5px);
  z-index: 999;
  position: absolute;
  overflow: auto;
  padding: 0;
  /*background: url("https://www.uwo.ca/web_standards/2023-hp/assets/img/assets/backgrounds/search-bg.svg") no-repeat, rgba(0,0,0,0.8);*/
  background-size: cover;
  background-position: center;
}

.hero-play-btn {
  position: absolute;
  z-index: 99;
  bottom: 50px;
  right: 50px;
  height: 40px;
  width: 40px;
  background-size: contain;
  background-image: url(../img/assets/icons/pause-icon.svg);
}

.ribbon-links a:hover {
  color: #4F2683;
  text-decoration: underline;
  background-image: url("../img/assets/icons/chevron-hover.svg");
  background-color: transparent;
}

.offcanvas-category:before {
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  content: " ";
  background-position: left center;
  background-image: url(../img/assets/icons/chevron-offcanvas.svg);
}

.ribbon-links li a {
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  background-image: url(../img/assets/icons/chevron.svg);
}

.direct-link {
  background: url("../img/assets/icons/direct-link.svg") right / 20px no-repeat;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.accordion.mobile-left-nav {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: #4F2683;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #FFFFFF;
  --bs-accordion-btn-bg: #4f2685;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #4F2683;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #FFFFFF;
  --bs-accordion-active-bg: #472683;
  padding-bottom: 20px;
}

#offcanvas-search .offcanvas-body {
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  margin-top: 0;
  background: url(../img/assets/backgrounds/search-bg.png) no-repeat, rgba(0,0,0,0.8);
}

.footer-accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #4f2683;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: none;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: white;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: white;
  --bs-accordion-active-bg: #4f2683;
  margin-bottom: 40px;
  margin-top: 0 !important;
}

.interior-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 0px;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.western-breadcrumbs .breadcrumb-item:not(:last-child) {
  margin-bottom: 0;
  padding-right: 20px;
  background: url(../img/assets/icons/chevron.svg) right 1px no-repeat;
}

.hero-play-btn.paused {
  background-image: url(../img/assets/icons/play-icon.svg);
}

.western-breadcrumbs {
  gap: 10px;
  margin: 0;
  align-items: center;
}

/*
.mobile-hero-image-container {
  max-height: 280px;
  height: 280px;
  background-size: auto 280px;
  background-position: center;
}
*/

@media (min-width: 991.98px) {
  .fw-page-section-right-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 140px 64px;
    gap: 30px;
    position: relative;
    z-index: 5;
    /*background: url("https://www.uwo.ca/web_standards/2023-hp/assets/img/assets/backgrounds/waves_v3.svg") left / cover no-repeat !important;*/
  }
}

.wu-arrow-list ul li::marker {
  content: url('../img/assets/icons/chevron.svg');
  padding-right: 16px;
}

.wu-arrow-list li {
  padding-left: 16px;
}

.slide-m-prev {
  background: url('../img/assets/icons/scrollbar-arrow-left.svg') no-repeat;
}

.slide-m-next {
  background: url('../img/assets/icons/scrollbar-right-arrow.svg') no-repeat;
}

.slider-controls {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.slider-controls {
  /*visibility: hidden;*/
  display:none;
}

.slide-m-prev, .slide-m-next {
  border: none;
  flex: 0 !important;
  width: 20px;
  height: 20px;
}

.wu-section.breadcumbs-container {
  padding-top: 0!important;
  padding-bottom: 0 !important;
  /*background: #F6F6F6;*/
  background: #EEE;
}

.list-group-item span {
  margin-bottom: 0px;
}

.parent-child {
  padding-top: 10px;
  padding-bottom: 10px;
}

.parent {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-parent {
  margin-bottom: 10px;
}

a.list-group-item.list-group-item-action.active-parent {
  border-bottom: 1px solid #8F55E0 !important;
  padding-left: 10px;
  margin-bottom: 5px !important;
}

.cta-button-group .btn-western-purple-light {
  width: 277px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  margin-top: 20px;
}

.tab-content {
  padding: 20px 20px;
  padding-left: 20px;
  border-color: #dee2e6;
  border-width: 1px;
  border-style: solid;
  border-top: none;
  margin-bottom: 20px;
}

.nav-tabs .nav-link.active {
  background-color: white;
  color: #4F2683;
  font-weight: bold;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: white;
  background-color: #4F2683;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.75rem 2rem;
  font-size: var(--bs-nav-link-font-size);
  color: #4F2683;
  text-decoration: none;
  background: 0 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  background-color: #eee;
  font-family: 'BentonSans Bold';
}

.nav-tabs .nav-item {
  padding: 0 10px;
  border-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #4F2683;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion {
  margin-bottom: 20px;
  margin-top: 20px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.title-bar-grey {
  padding-bottom: 5px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 3px solid #ccc;
}

.title-bar-purple {
  padding: 7px 0 7px 10px;
  color: #fff;
  background: #4e2583;
}

.sidebar-title {
  border-bottom: 3px solid #4F2683;
  margin: 0 10px 0 0;
  width: 100%;
}

.image-left {
  float: left;
  margin-right: 10px;
  padding-bottom: 10px;
}

.image-right {
  float: right;
  margin-left: 10px;
  padding-bottom: 10px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
  padding-bottom: 20px;
}

@media (max-width: 575.98px) {
  .image-right, .image-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#right-sidebar {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 30px;
  max-width: 285px;
}

@media (max-width: 1190px) {
  #page-content, #page-content-right, #right-sidebar {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (max-width: 1190px) {
  #right-sidebar {
    width: 100% !important;
    max-width: calc(100vw - 80px) !important;
  }
}

#right-sidebar {
  background-color: #efefef;
  margin-left: 1%;
}

.hover-underline-animation {
  text-decoration: none;
  background-image: linear-gradient(#A361FF, #A361FF);
  background-size: 0% 1px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  padding-bottom: 5px;
}

.hover-underline-animation:hover, .hover-underline-animation:focus, .hover-underline-animation:active {
  background-size: 100% 1px;
  background-color: transparent;
}

.acive-parent span {
  color: #201436;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
  background: none;
}

.search-btn:hover, .search-btn:focus {
  background: none;
}

footer a:hover, footer a:focus {
  background: none;
}

.western-offcanvas a:hover, .western-offcanvas a:focus {
  background-color: transparent;
}

.list-group-item.list-group-item-action.parent:hover {
  border-color: #8F55E0 !important;
}

section.fw-page-section {
  margin-bottom: 0;
  margin-top:35px;
}

.wu-section.brand-statement {
  /*padding: 1.625rem 1.25rem !important;*/
  padding: 1.625rem 1.25rem 0 !important;
}
#hp-factoids {
    padding-top: 1.625rem !important;
}

.bi-lock-fill {
  margin-left: 5px;
  margin-top: -3px;
  /*width: 1em;*/
  /*height: 1em;*/
}

#quick-links a:hover, #quick-links:focus {
  background-color: transparent;
}

dl, ol, ul {
  font-family: 'BentonSans Book';
}

.wu-section.academics {
  background-color: #EEE;
}

.wu-section.social-proof {
  background-color: #EEE;
}

.fw-page-section-right-bg {
  background-color: #EEE;
}

.footer-bkg {
  background: #4F2683;
}

.footer-dot {
  border-radius: 50%;
  font-size: 3px;
}
.wn-story-btn-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
b, strong {
    font-weight:700;
    font-family: Benton Sans Medium,Arial,sans-serif;
}
/* Added Impact and WAM Components - JJ Jan. 11 2024 */
.wu-section.impact-project {
  background-color: #EEE;
  padding-bottom: 0;
}

.wu-section.impact-project .text-orchid {
  color: #8F55E0;
}

.wu-section.alumni-magazine {
  background-color: #EEE;
}

.wu-section.alumni-magazine .cover-story {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, white 40%, white 100%);
  /*padding: 20px;*/
  /*padding-left: 0px;*/
}

@media (min-width: 992px) {
  .wu-section.alumni-magazine .cover-story {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, white 15%, white 100%);
    padding: 20px;
    padding-left: 0px;
  }
}

@media (max-width: 320px) {
  .wu-section.alumni-magazine .cover-story {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, white 30%, white 100%);
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 575.98px) {
  .wu-section.alumni-magazine .cover-story {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, white 30%, white 100%);
    padding: 0;
  }
}
.impact-project h3 {
  color: #2F174F;
  font-weight: 600;
}

/* Homepage Notifications */
/* Link Dark Background link styles */
a.link-dark-background {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 7px;
}

/* Visited link styles */
a.link-dark-background:visited {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 7px;
}

/* Hover styles */
a.link-dark-background:hover {
  color: #292929;
  background-color: #ffffff;
  text-decoration: none;
}

/* Focus styles */
a.link-dark-background:focus {
  color: #292929;
  background-color: #ffffff;
  text-decoration: none;
}

/* Focus within styles */
a.link-dark-background:focus-within {
  color: #292929;
  background-color: #ffffff;
  text-decoration: none;
}

/* Focus visible styles */
a.link-dark-background:focus-visible {
  color: #292929;
  background-color: #ffffff;
  text-decoration: none;
}

.link-coloured-background {
  color: #292929;
}

.link-coloured-background:hover {
  color: #292929;
  background-color: #ffffff;
}

.alert-banner {
  background-color: #F8AC52;
  padding: 30px 20px;
  z-index: 998;
  top: 0;
  position: relative;
}

.alert-banner-content p {
  margin: 0;
}

.announcement-banner {
  background-color: #4F2683;
  padding: 30px 20px;
}

.announcement-banner-content p {
  color: #ffffff;
  margin: 0;
}

.information-banner {
  position: fixed;
  bottom: -100%;
  right: -100%;
  margin: 1rem 0.5rem !important;
  max-width: 394px;
}

.information-banner-content {
  background: #e3e3e3;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: stretch;
}

.information-banner-icon {
  background: #00a3e9;
  padding: 1rem 0.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}

.information-banner-content p {
  margin: 0;
  padding: 1rem 0.5rem;
  color: #292929;
}

.information-banner button {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23504F52'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18L18 6M6 6l12 12' /%3E%3C/svg%3E") center/1em auto no-repeat;
  color: #292929;
  border: 0;
  padding: 1.25rem 1rem;
}

@media screen and (max-width: 1199px) {
  .information-banner {
    right: 0;
    animation: popInBottom 0.8s ease-out forwards;
    animation-delay: 1s;
  }
}

@media screen and (min-width: 1200px) {
  .information-banner {
    top: 150px;
    bottom: 0;
    max-width: 50vw;
    animation: popInRight 0.8s ease-out forwards;
    animation-delay: 1s;
  }
}

@keyframes popInBottom {
  0% {
    bottom: -100%;
    opacity: 0;
  }

  100% {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes popInRight {
  0% {
    right: -100%;
    opacity: 0;
  }

  100% {
    right: 0px;
    opacity: 1;
  }
}

/* Experience Component */

.wu-section.experience-component {
  height: 505px;
}


.experience-component .title-div h2, .experience-component .title-div p {
  color: white;
}

.experience-component .experience-btns {
  margin-top: 1.25rem;
  display: flex;
  gap: .94rem;
  justify-content: center;
}
.experience-component .title-div {
  background-color: rgba(79, 38, 131, 0.75);
  text-align: center;
  /*width: 20rem;*/
  width: calc(100vw - 2.5rem);
  padding: 3.12rem 1.25rem;
  -webkit-backdrop-filter: blur(11px); /* Needed for Safari */
  backdrop-filter: blur(11px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 359px;
}
@media (min-width: 768px) {
  .wu-section.experience-component {
    height: 429px;
  }
}

@media (min-width: 576px) {
  .experience-component .title-div {
    width: 33.66rem;
    padding: 3.12rem;
  }
}

@media (min-width: 992px) {
  .wu-section.experience-component {
    height: 450px;
  }
}