:root {
  --ksu-gray-20: #D1D1D1;
  --ksu-gray-40: #A7A7A7;
  --ksu-lavender: var(--ksu-purple-light-75);
  --ksu-purple: #512888;
  --ksu-purple-dark-25: #3D1366;
  --ksu-purple-dark-50: #280049;
  --ksu-purple-light-15: #694190;
  --ksu-purple-light-50: #927EB4;
  --ksu-purple-light-75: #C0B5D5;
  --ksu-yellow: #F4C55C;
  --ksu-rhythm-horizontal: 0.9375rem; /* 15px */
  --ksu-rhythm-vertical: 1rem; /* 16px */
  --ksu-san-serif: myriad-pro, sans-serif;
  --ksu-serif: adobe-caslon-pro, serif;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.level-container__padding {
  margin-top: 3.125rem;
  padding: 0;
}

.ksu-home__section {
  margin-bottom: 3rem;
}
@media screen and (min-width: 40em) {
  .ksu-home__section {
    margin-bottom: 6rem;
  }
}
.ksu-home__section h1, .ksu-home__section h2, .ksu-home__section h3 {
  margin: 0 0 0.75rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.ksu-home__section h2 {
  font-size: 2.25rem;
  line-height: 1;
  color: var(--ksu-purple);
}
@media screen and (min-width: 40em) {
  .ksu-home__section h2 {
    font-size: 2.5rem;
  }
}
.ksu-home__section h2 + p:not(.ksu-cta__info) {
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.ksu-home__section h2 + p:not(.ksu-cta__info) a {
  font-weight: 700;
}
.ksu-home__section h3 > a {
  text-decoration: none;
}

@media (min-width: 640px) {
  .ksu-menu-open #ksu-banner {
    margin-left: 10px;
  }
  .ksu-menu-open .ksu-sidebar {
    top: -186px;
  }
}
/* Video styles */
.ksu-hero {
  display: none;
}
@media (min-width: 640px) {
  .ksu-hero {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 20;
  }
}
@media (min-width: 975px) {
  .ksu-hero {
    width: 950px;
    margin: 0 auto;
  }
}
.ksu-hero .ksu-hero-image, .ksu-hero .ksu-hero-video {
  display: block;
}
.ksu-hero .ksu-hero-size-large {
  display: block;
  width: 100%;
  height: auto;
}
.ksu-hero-width-full {
  width: 100%;
  height: auto;
}
.ksu-hero-width-full video {
  width: 100%;
}
.ksu-hero-video {
  position: relative;
}
.ksu-hero-video-control-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
}
.ksu-hero-video-control {
  padding: 0.5em 0.8em;
  color: #111;
  font-size: 110%;
  text-align: center;
  border: 2px solid;
}

/* Nav menu */
.nav-panel.off-canvas {
  z-index: 99;
}

.primary-nav__item--has-children:last-child {
  border-right: none !important;
}
.primary-nav__item:not(.primary-nav__item--has-children) {
  margin-right: 0;
  border-right: none !important;
}
.primary-nav__item:not(.primary-nav__item--has-children):nth-child(7) {
  margin-left: 30px;
}
.primary-nav__item:not(.primary-nav__item--has-children) a {
  color: #ffffff;
  font-size: 0.9rem;
}
li.primary-nav__item.primary-nav__item--has-children:nth-child(6) {
  border-right: none;
}

#static-related-programs .related-programs__link {
  align-items: normal;
  color: var(--ksu-yellow);
  text-align: center;
}
#static-related-programs .related-programs-static__description {
  padding: 0 40px;
  color: #fff;
  font-size: 1.375rem;
  line-height: 2rem;
  text-align: left;
}
#static-related-programs .related-programs__title {
  align-items: normal;
  color: var(--ksu-yellow);
}

/* Apply */
.programs-grid__content {
  display: block;
  opacity: 1 !important;
}

input.recruitment__input {
  width: 80%;
  margin: 0;
  display: inline;
  line-height: 1;
}
input.recruitment__button {
  width: 15%;
  height: 39px;
  margin: 0;
  background-color: var(--ksu-purple);
  display: inline;
  border: 0;
}

.searchButton > svg {
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  fill: #fff;
  transform: rotate(0deg);
}

.recruitment__brag > img {
  display: none;
}
@media screen and (min-width: 40em) {
  .recruitment__brag > img {
    display: block;
  }
}

.recruitment__programs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
}
@media screen and (min-width: 40em) {
  .recruitment__programs {
    margin-bottom: 100px;
  }
}
.recruitment__programs-program {
  width: auto;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  background-color: var(--ksu-purple);
  border: 0;
}
@media screen and (min-width: 40em) {
  .recruitment__programs-program {
    position: absolute;
    top: -45px;
    width: 40%;
    border: 4px solid #fff;
  }
}
.recruitment__programs-program a {
  color: #fff;
  text-decoration: none;
}
.recruitment__programs-program:first-child {
  left: 5%;
}
.recruitment__programs-program:last-child {
  right: 5%;
}
.recruitment__programs-program p {
  margin: 0;
  line-height: 1.1;
}
.recruitment__programs-number {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 40em) {
  .recruitment__programs-number {
    font-size: 4rem;
  }
}
.recruitment__programs-plus {
  color: var(--ksu-yellow);
}

.wrap {
  margin-bottom: 20px;
}

.search {
  position: relative;
  width: 100%;
  height: 57px;
  display: flex;
  color: #331958;
}
.searchTerm {
  width: 100%;
  height: 100% !important;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.25rem;
  height: 20px;
  color: var(--ksu-purple);
  border: 2px solid var(--ksu-purple);
  border-radius: 0;
  outline: none;
}
.searchTerm:focus {
  color: var(--ksu-purple);
  border: 2px solid var(--ksu-purple);
}
.searchButton {
  padding: 8px;
  width: 62px;
  height: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #512888;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.program-search-icon {
  fill: #fff;
  width: 75%;
  height: 75%;
}

/* News and Events */
#xnews,
#xevents {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 40px;
}

.home-news-events__more {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.home-news-events__more svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 1.25rem;
  fill: var(--ksu-yellow);
  transform: rotate(0);
}

.news__image img {
  width: 100%;
  margin-bottom: 1rem;
}

.calendar-event-title a {
  text-decoration: none;
}

.event {
  margin-bottom: 40px;
  min-height: 80px;
  clear: both;
}
.event:last-child {
  margin-bottom: 0;
}
.event__date {
  width: 100px;
  height: 100px;
  background-color: var(--ksu-purple);
  border-top: 6px solid var(--ksu-yellow);
  color: #fff;
  font-weight: 400;
  font-size: 1.75rem;
  text-align: center;
  line-height: 38px;
  float: left;
}
.event__date > div {
  font-size: 3rem;
}
.event__details {
  margin-left: 120px;
}
.event__details p {
  margin: 0;
}

.event__image {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.event__image-date {
  position: absolute;
  top: 10px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  line-height: 21px;
  background-color: var(--ksu-purple);
}
.event__image-date div {
  font-size: 1.875rem;
}

#xnews .ksu-cell-text,
#xevents .ksu-cell-text,
#xevents .event__time,
#xevents .event__location {
  line-height: 1.333;
  font-size: 1.125rem;
}

.home-news__feature a,
.event__details a,
.event__location a {
  text-decoration: none;
}

/* Info */
.ksu-home__section--centered {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 40em) {
  .ksu-info {
    padding: calc(var(--ksu-rhythm-vertical) * 1.25) calc(var(--ksu-rhythm-horizontal) * 1.25);
  }
}
a.ksu-info {
  display: block;
  padding: var(--ksu-rhythm-vertical) var(--ksu-rhythm-horizontal);
  max-width: 80ch;
  color: #000;
  text-decoration: none;
  border: 1px solid var(--ksu-yellow);
  border-top-width: 8px;
  transition: box-shadow 0.25s ease-out;
}
a.ksu-info:active, a.ksu-info:focus, a.ksu-info:hover {
  color: #000;
  box-shadow: 2px 2px 4px var(--ksu-gray-20);
}
a.ksu-info:active .ksu-info__cta, a.ksu-info:focus .ksu-info__cta, a.ksu-info:hover .ksu-info__cta {
  color: var(--ksu-purple-dark-25);
  border-bottom-color: var(--ksu-purple);
}

h2.ksu-info__heading {
  margin-bottom: 1.25rem;
  font-family: var(--ksu-sans-serif);
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  h2.ksu-info__heading {
    font-size: 2rem;
  }
  h2.ksu-info__heading span {
    border-bottom: 2px solid var(--ksu-yellow);
  }
}

.ksu-info__text p {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
.ksu-info__text p:last-of-type {
  margin-bottom: 0;
}
span.ksu-info__cta {
  border-bottom: 2px solid var(--ksu-yellow);
  font-weight: 700;
  color: var(--ksu-purple);
  transition: all 0.25s ease-out;
}

/* Intro */
.ksu-intro {
  font-family: var(--ksu-san-serif);
  font-size: 1.25rem;
  font-style: italic;
  background-color: #fff;
  box-shadow: 0 0 3.9375rem -0.4375rem rgba(167, 167, 167, 0.43);
  color: var(--ksu-purple);
}
@media screen and (min-width: 40em) {
  .ksu-intro {
    position: relative;
    z-index: 100;
    margin-top: -138px;
    font-size: 1.625rem;
  }
}
a.ksu-intro__heading {
  display: block;
  padding: 1.5rem var(--ksu-rhythm-horizontal) 1rem;
  background-color: var(--ksu-purple);
  color: #fff;
  text-decoration: none;
}
a.ksu-intro__heading > h1 {
  position: relative;
  margin: 0;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 40em) {
  a.ksu-intro__heading > h1 {
    font-size: 2.875rem;
  }
}
a.ksu-intro__heading span {
  font-family: var(--ksu-san-serif);
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 40em) {
  a.ksu-intro__heading span {
    font-size: 2.25rem;
  }
}

.ksu-intro__icon {
  display: none;
}
@media screen and (min-width: 40em) {
  .ksu-intro__icon {
    display: block;
    position: absolute;
    top: 0;
    right: calc(1.5 * var(--ksu-rhythm-horizontal));
    width: 35px;
    height: 35px;
    fill: #fff;
    transition: fill 0.25s ease-out;
  }
  .ksu-intro__heading:active .ksu-intro__icon, .ksu-intro__heading:focus .ksu-intro__icon, .ksu-intro__heading:hover .ksu-intro__icon {
    fill: var(--ksu-yellow);
  }
}
.ksu-intro__content {
  padding: 1.5rem calc(1.5 * var(--ksu-rhythm-horizontal));
  scroll-margin-top: 120px;
}
.ksu-intro__content > p {
  margin: 0 auto;
  max-width: 80ch;
  line-height: 1.5;
}

/* Brags */
.ksu-brags {
  display: grid;
  gap: var(--ksu-rhythm-vertical) calc(2 * var(--ksu-rhythm-horizontal));
  grid-template-columns: repeat(1, 1fr);
  font-size: 1.25rem;
  font-family: var(--ksu-san-serif);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  .ksu-brags {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    font-size: 2rem;
  }
}

.ksu-brag {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
.ksu-brag__number {
  font-size: 200%;
  color: var(--ksu-yellow);
}
.ksu-brag__text {
  margin-bottom: calc(0.5 * var(--ksu-rhythm-vertical));
  color: var(--ksu-purple);
  text-transform: uppercase;
}
.ksu-brag__source {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  color: var(--ksu-purple);
}
.ksu-brag__source::before {
  content: "";
}
.ksu-brag__badge {
  margin: calc(0.5 * var(--ksu-rhythm-vertical)) 0;
  width: 125px;
}
@media screen and (min-width: 40em) {
  .ksu-brag__badge {
    margin: 0;
    width: 175px;
  }
}
@media screen and (min-width: 40em) {
  .ksu-brag__line-break {
    display: block;
  }
}

/* CTAs */
ul.ksu-ctas {
  margin: 0;
  padding: 0;
  font-family: var(--ksu-san-serif);
  list-style-type: none;
}
ul.ksu-ctas > li:last-child a {
  margin-bottom: 0;
}

.ksu-cta {
  display: block;
  margin-bottom: calc(3 * var(--ksu-rhythm-vertical));
  border: 1px solid var(--ksu-gray-20);
  border-top: 8px solid var(--ksu-purple);
  transition: all 0.25s ease-out;
}
a.ksu-cta {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 40em) {
  .ksu-cta {
    display: grid;
    grid-template-columns: [content] auto [picture] 370px;
    column-gap: var(--ksu-rhythm-horizontal);
    margin-right: 8.33%;
  }
  .ksu-cta--right {
    grid-template-columns: [picture] 370px [content] auto;
    margin-right: unset;
    margin-left: 8.33%;
  }
}
.ksu-cta:active, .ksu-cta:focus, .ksu-cta:hover {
  border-color: var(--ksu-purple-dark-25);
  box-shadow: 2px 2px 4px var(--ksu-gray-20);
}
.ksu-cta__content {
  display: flex;
  flex-direction: column;
  padding: var(--ksu-rhythm-vertical) var(--ksu-rhythm-horizontal);
}
.ksu-cta--right .ksu-cta__content {
  order: 1;
}
h2.ksu-cta__title {
  margin: 0 0 calc(0.5 * var(--ksu-rhythm-vertical));
  font-family: var(--ksu-san-serif);
  font-weight: 400;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1;
  color: var(--ksu-purple);
}
@media screen and (min-width: 40em) {
  h2.ksu-cta__title {
    margin-bottom: var(--ksu-rhythm-vertical);
    font-size: 2.25rem;
  }
}

.ksu-cta__info {
  margin: 0 0 calc(1.5 * var(--ksu-rhythm-vertical));
  font-size: 1.25rem;
}
.ksu-cta__picture {
  display: none;
}
@media screen and (min-width: 40em) {
  .ksu-cta__picture {
    position: relative;
    display: block;
  }
}
.ksu-cta--right .ksu-cta__picture {
  order: 0;
}
.ksu-cta__image {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 400px;
  aspect-ratio: 5/3;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 2px 2px 2px var(--ksu-gray-20);
  transition: all 0.25s ease-out;
}
.ksu-cta--right .ksu-cta__image {
  right: unset;
  left: -30px;
}
.ksu-cta:active .ksu-cta__image, .ksu-cta:focus .ksu-cta__image, .ksu-cta:hover .ksu-cta__image {
  box-shadow: 4px 4px 4px var(--ksu-gray-20);
}
.ksu-cta__cta {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.ksu-cta__icon {
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  padding: var(--ksu-rhythm-horizontal);
  border: 2px solid var(--ksu-yellow);
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.ksu-cta:active .ksu-cta__icon, .ksu-cta:focus .ksu-cta__icon, .ksu-cta:hover .ksu-cta__icon {
  border-color: var(--ksu-purple-dark-25);
}
.ksu-cta .brei-icon {
  width: 100%;
  height: 100%;
}
.ksu-cta__text {
  margin-left: 15px;
  padding-bottom: 4px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ksu-purple);
  border-bottom: 2px solid var(--ksu-yellow);
  transition: all 0.25s ease-out;
}
.ksu-cta:active .ksu-cta__text, .ksu-cta:focus .ksu-cta__text, .ksu-cta:hover .ksu-cta__text {
  color: var(--ksu-purple-dark-25);
  border-color: var(--ksu-purple-dark-25);
}

/* Cards */
ul.ksu-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: calc(2 * var(--ksu-rhythm-horizontal));
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
@media screen and (min-width: 40em) {
  ul.ksu-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
ul.ksu-cards > li {
  display: grid;
}

a.ksu-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--ksu-gray-20);
  border-top: 8px solid var(--ksu-purple);
  transition: all 0.25s ease-out;
}
a.ksu-card:active, a.ksu-card:focus, a.ksu-card:focus-within, a.ksu-card:hover {
  border-color: var(--ksu-purple-dark-25);
  box-shadow: 2px 2px 4px var(--ksu-gray-20);
}
a.ksu-card:active .ksu-expert-news__button, a.ksu-card:focus .ksu-expert-news__button, a.ksu-card:focus-within .ksu-expert-news__button, a.ksu-card:hover .ksu-expert-news__button {
  color: #fff;
  background-color: var(--ksu-purple-dark-25);
}

h3.ksu-card__title {
  font-family: var(--ksu-san-serif);
  font-style: normal;
  font-weight: 700;
}

.ksu-card__content {
  padding: calc(1.5 * var(--ksu-rhythm-vertical)) var(--ksu-rhythm-horizontal);
}
.ksu-card__image {
  max-width: 100%;
}
.ksu-card__info {
  margin: 0;
  font-size: 1.25rem;
}
.ksu-card__action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.ksu-card-action__text {
  margin-left: var(--ksu-rhythm-horizontal) !important;
  padding-bottom: calc(var(--ksu-rhythm-vertical) / 4);
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ksu-purple);
  border-bottom: 2px solid var(--ksu-yellow);
  transition: all 0.25s ease-out;
}
.ksu-card:active .ksu-card-action__text, .ksu-card:focus .ksu-card-action__text, .ksu-card:hover .ksu-card-action__text {
  color: var(--ksu-yellow);
  border-color: var(--ksu-purple-dark-25);
}
.ksu-card-action__icon {
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  padding: var(--ksu-rhythm-horizontal);
  border: 2px solid var(--ksu-yellow);
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.ksu-card:active .ksu-card-action__icon, .ksu-card:focus .ksu-card-action__icon, .ksu-card:hover .ksu-card-action__icon {
  border-color: var(--ksu-purple-dark-25);
}
.ksu-card-action__image {
  width: 100%;
  height: 100%;
  fill: var(--ksu-purple);
}
.ksu-card:active .ksu-card-action__image, .ksu-card:focus .ksu-card-action__image, .ksu-card:hover .ksu-card-action__image {
  fill: var(--ksu-yellow);
}