﻿@charset "UTF-8";
._background-prime-purple {
  background: #461D7C;
}

._background-prime-yellow {
  background: #FDD023;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
._background-prime-yellow .container {
  position: relative;
  z-index: 3;
}
._background-prime-yellow .center-item .icon {
  margin: 40px 0;
}

._background-prime-grey {
  background: #999999;
}

._background-secondary-grey {
  background: #F8F6FA;
}

._background-secondary-purple {
  background: #2E104E;
}

._background-tertiary-grey {
  background: #F3F3F3;
}

._background-red {
  background: #EF3E3E;
}

._text-prime-purple {
  color: #461D7C !important;
}

._text-prime-yellow {
  color: #FDD023 !important;
}

._text-prime-grey {
  color: #999999 !important;
}

._text-secondary-grey {
  color: #F8F6FA !important;
}

._text-secondary-purple {
  color: #2E104E !important;
}

._text-tertiary-grey {
  color: #F3F3F3 !important;
}

._text-red {
  color: #EF3E3E !important;
}

html,
body {
  position: relative;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 1.8rem;
}

.center-item {
  display: block;
  justify-content: center;
}
.center-item._column {
  text-align: right;
}

._news-events-tray .center-item._column p {
  margin: 5px 30px 20px 30px;
}

#skip-to {
  transition: all 0.25s ease-in-out;
  position: absolute;
  z-index: 9999999999;
  opacity: 0;
  margin-top: -50px;
  outline: none;
}
#skip-to:focus {
  opacity: 1;
  margin-top: 25px;
  margin-left: 20px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.4), 0 2px 8px 0 rgba(0, 0, 0, 0.56);
}
#skip-to:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.4), 0 2px 8px 0 rgba(0, 0, 0, 0.56);
}

._text--center {
  text-align: center;
}

._float-left {
  float: left;
}

._float-right {
  float: right;
}

textarea,
button,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

.body-fade,
.quick-nav-body-fade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: none;
}

.quick-nav-body-fade {
  z-index: 2002;
}

._svg {
  position: relative;
}

.top-offset {
  margin-top: 100px;
}

.name {
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
}

a[href^="tel:"] {
  font-size: 1.5rem;
  text-decoration: inherit;
  color: inherit;
}

#pt-faculty-profile-detail .hgroup h1,
#pt-faculty-profile-detail .hgroup .h1,
#pt-alumni-profile-detail .hgroup h1,
#pt-alumni-profile-detail .hgroup .h1 {
  font-size: 4.2rem;
  font-weight: 100;
}
#pt-faculty-profile-detail .hgroup h2,
#pt-faculty-profile-detail .hgroup .h2,
#pt-alumni-profile-detail .hgroup h2,
#pt-alumni-profile-detail .hgroup .h2 {
  color: #461D7C;
  font-family: Oswald;
  opacity: 0.5;
  font-size: 2.4rem;
  letter-spacing: 0.4px;
  line-height: 32px;
}

.order-2.order-lg-1 {
  margin-top: 30px;
}

.d-lg-none .hgroup {
  margin-top: 30px;
  margin-bottom: 40px;
}

.has-banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 214px;
  background: linear-gradient(0deg, rgba(45, 15, 77, 0) 0%, #2E104E 100%);
  z-index: 1;
}
.has-banner-image .navbar._dt {
  background: transparent;
}
.has-banner-image .top-links > ul, .has-banner-image .top-links::before, .has-banner-image .top-links::after {
  background-color: #2E104E;
}

.has-banner-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(0deg, rgba(45, 15, 77, 0) 0%, #2E104E 80%, #2E104E 100%);
  z-index: 2;
}

.navbar._dt {
  background: transparent;
}

.tray._purple-fade {
  padding: 100px 0;
  background-color: rgba(70, 29, 124, 0.04);
}
.tray._background--prime-purple {
  background-color: #461D7C;
}

#pt-program-listing .info-card-d-flex {
  margin: 50px 0;
}

#pt-academics-sub ._background--prime-purple._search-bar {
  background-color: #461D7C;
  padding-right: 30px;
  position: relative;
  margin-bottom: 30px;
}
#pt-academics-sub ._background--prime-purple._search-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #461D7C;
}

.modal-dialog {
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.bar-header {
  background-color: #461D7C;
  width: 100%;
  height: 60px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 2.3rem;
  margin-bottom: 30px;
}
.bar-header::before {
  content: "";
  background-color: inherit;
  width: 300%;
  height: 100%;
  top: 0;
  left: -300%;
  position: absolute;
}

.row {
  z-index: 5;
}

.has-color-fade a {
  color: #FDD023;
}

.new-curve {
  overflow: hidden;
}
.new-curve--bottom {
  padding-bottom: 150px !important;
  border-radius: 0 0 150% 150%/0 0 15% 15%;
}

@media (min-width: 768px) {
  .new-curve {
    overflow: hidden;
    width: 150%;
    margin-left: -25%;
  }
  .new-curve--bottom {
    padding-bottom: 150px !important;
    border-radius: 0 0 150% 150%/0 0 40% 40%;
  }

  .center-item._column {
    flex-direction: column;
    text-align: left;
  }

  ._news-events-tray .center-item._column p {
    margin: 5px 30px 0px 30px;
  }

  .button {
    margin-top: 52px;
  }
}
@media (min-width: 992px) {
  #pt-faculty-profile-detail .hgroup h1,
#pt-faculty-profile-detail .hgroup .h1,
#pt-alumni-profile-detail .hgroup h1,
#pt-alumni-profile-detail .hgroup .h1,
#pt-alumni-profile-detail .hgroup h1,
#pt-alumni-profile-detail .hgroup .h1 {
    font-size: 7.2rem;
  }

  .top-offset {
    margin-top: 0;
  }

  .order-2.order-lg-1 {
    margin-top: 0;
  }

  .has-banner-image::before {
    top: 36px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
.accordion .card button[type=reset] .button-icon:before,
.accordion .card .card-header button .button-icon:before, .search-results li .header, ._search-bar form, .youtube-container .play-button, .news-event-item-holder .item._item--with-image .color-fade, .news-event-item-holder .item .item-icon, #standout-search .wrapper, #main-search-dt, .top-links > ul li.quicklinks ul, .top-links > ul li a, .navbar._dt .navbar-nav li .dropdown-menu a, .navbar._dt .navbar-nav li a, .mobile.quick-nav-wrapper, .sub-nav-wrapper .sub-nav .three-buttons a, .sub-nav-wrapper .sub-nav ul li ul li a::before, .right-rail-container .social-media li a, .info-card .play-button ._svg, .info-card, .page-item a, ._slider--life-at-lsus._desktop .item .child::after, ._slider--home-page .slick-dots li button, .styled-checkbox .checkbox::before, .styled-checkbox .checkbox, .styled-input input[type=text], .select-selected::after, footer ul li a, .inner-sub-nav-toggle, .button, button.button, .ratio--3-4 > .image-wrapper img, .ratio--4-3 > .image-wrapper img, .ratio--9-16 > .image-wrapper img, .ratio--16-9 > .image-wrapper img, ._16-9 > .image-wrapper img {
  transition: all 0.1s linear;
}

.accordion-wrap .accordion-toggle .icon-nav-expand {
  transition: all 0.25s linear;
}

html {
  font-size: 62.5%;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #000;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .hero-heading, .quote, .info-card .header a {
  font-family: "Oswald", sans-serif;
  position: relative;
}
h1.underline::after, h2.underline::after, h3.underline::after, h4.underline::after, h5.underline::after, h6.underline::after,
.h1.underline::after, .h2.underline::after, .h3.underline::after, .h4.underline::after, .h5.underline::after, .h6.underline::after, .hero-heading.underline::after, .quote.underline::after, .info-card .header a.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 48px;
  height: 2px;
  background-color: #FDD023;
}
h1.underline._underline--center::after, h2.underline._underline--center::after, h3.underline._underline--center::after, h4.underline._underline--center::after, h5.underline._underline--center::after, h6.underline._underline--center::after,
.h1.underline._underline--center::after, .h2.underline._underline--center::after, .h3.underline._underline--center::after, .h4.underline._underline--center::after, .h5.underline._underline--center::after, .h6.underline._underline--center::after, .hero-heading.underline._underline--center::after, .quote.underline._underline--center::after, .info-card .header a.underline._underline--center::after {
  right: 0;
  margin: 0 auto;
}

._background-prime-yellow h1.underline::after, ._background-prime-yellow h2.underline::after, ._background-prime-yellow h3.underline::after, ._background-prime-yellow h4.underline::after, ._background-prime-yellow h5.underline::after, ._background-prime-yellow h6.underline::after, ._background-prime-yellow .h1.underline::after, ._background-prime-yellow .h2.underline::after, ._background-prime-yellow .h3.underline::after, ._background-prime-yellow .h4.underline::after, ._background-prime-yellow .h5.underline::after, ._background-prime-yellow .h6.underline::after, ._background-prime-yellow .hero-heading.underline::after, ._background-prime-yellow .quote.underline::after, ._background-prime-yellow .info-card .header a.underline::after {
  background-color: #461D7C;
}

.quote {
  line-height: 36px;
}

p {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

h1, h2,
.h1, .h2, .hero-heading, .quote, .info-card .header a {
  color: #461D7C;
  line-height: 75px;
}

h3, h4, h5,
.h3, .h4, .h5 {
  color: #212121;
}

h5, h6,
.h5, .h6 {
  font-family: "Roboto", sans-serif;
}

.hero-heading, h1.hero-heading {
  font-weight: 200;
  font-size: 7.2rem;
  line-height: 72px;
  text-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 29px;
}

h1, .h1 {
  font-weight: 300;
  font-size: 4.2rem;
  letter-spacing: 1px;
}
h1._text--center, .h1._text--center {
  margin-bottom: 100px;
  margin-top: 100px;
}

h2, .h2, .quote, .info-card .header a {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 32px;
  letter-spacing: 0.4px;
  margin-bottom: 22px;
}

.footer-h2 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 32px;
  letter-spacing: 0.4px;
  margin-bottom: 22px;
  color: #fff;
  opacity: 0.3;
  font-family: "Oswald", sans-serif;
}

.hgroup h1, .hgroup .h1 {
  font-weight: 300;
  font-size: 4.2rem;
  letter-spacing: 1px;
  color: #461D7C;
}
.hgroup h2, .hgroup .h2 {
  font-size: 2.2rem;
  color: #461D7C;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
}

h3, .h3 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.33px;
  color: #212121;
  margin-bottom: 21px;
}

h4, .h4 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: #212121;
  margin-bottom: 15px;
}

h5, .h5 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 30px;
  color: #212121;
  margin-bottom: 15px;
}

h6, .h6 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 20px;
  color: #999999;
  margin-bottom: 0;
  margin-top: 10px;
}

.by-line span.date {
  color: #999;
}

#pt-news-detail .hgroup {
  padding-right: 100px;
  padding-bottom: 1px;
  margin-bottom: 60px;
}

.hgroup h1, .hgroup .h1 {
  margin-bottom: 20px;
}

._underline {
  position: relative;
}
._underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 48px;
  height: 2px;
  background-color: #FDD023;
}

.intro-text {
  font-size: 2.2rem;
  line-height: 32px;
  color: #000;
  padding-bottom: 20px;
}

.intro-text-alt {
  font-size: 1.8rem;
  margin: 50px 0;
}

p + h2 {
  margin-top: 70px;
}

main h1 a, main h2 a, main h3 a, main h4 a, main h5 a, main h6 a,
main .h1 a, main .h2 a, main .h3 a, main .h4 a, main .h5 a, main .h6 a {
  display: inline-block;
  color: #461D7C;
}
main h1 a::after, main h2 a::after, main h3 a::after, main h4 a::after, main h5 a::after, main h6 a::after,
main .h1 a::after, main .h2 a::after, main .h3 a::after, main .h4 a::after, main .h5 a::after, main .h6 a::after {
  display: block;
  content: "";
  border-bottom: solid 2px #461D7C;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
main h1 a:hover, main h2 a:hover, main h3 a:hover, main h4 a:hover, main h5 a:hover, main h6 a:hover,
main .h1 a:hover, main .h2 a:hover, main .h3 a:hover, main .h4 a:hover, main .h5 a:hover, main .h6 a:hover {
  color: #461D7C;
  text-decoration: none;
}
main h1 a:hover::after, main h2 a:hover::after, main h3 a:hover::after, main h4 a:hover::after, main h5 a:hover::after, main h6 a:hover::after,
main .h1 a:hover::after, main .h2 a:hover::after, main .h3 a:hover::after, main .h4 a:hover::after, main .h5 a:hover::after, main .h6 a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

a {
  color: #461D7C;
}
a:hover {
  text-decoration: underline;
}

.main-header {
  margin-bottom: 70px;
}

.standout-text {
  font-family: Oswald;
  letter-spacing: 0.53px;
  line-height: 51px;
  font-size: 3.2rem;
  color: #461D7C;
  display: inline;
  box-shadow: inset 0 -3px #FDD023;
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  h1.hero-heading, .h1.hero-heading {
    font-size: 7.2rem;
  }

  h1, .h1 {
    margin-bottom: 68px;
  }
}
._16-9 {
  position: relative;
  margin-bottom: 60px;
}
._16-9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
._16-9 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
._16-9 > .inner .inner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
._16-9 > .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
._16-9 > .image-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
._16-9 > .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#pt-news-detail ._16-9 > .inner {
  overflow: hidden;
  border-radius: 2px;
}
#pt-news-detail ._16-9 + p {
  margin-top: 50px;
}

._1-1 {
  position: relative;
  display: inline-block;
}
._1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
._1-1 > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  max-height: 360px;
}
._1-1 > .inner .inner-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

._1-1-large {
  position: relative;
  display: inline-block;
  width: 100%;
}
._1-1-large:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
._1-1-large > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
._1-1-large > .inner .inner-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.ratio--16-9 {
  position: relative;
}
.ratio--16-9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.ratio--16-9 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio--16-9 > .inner .inner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ratio--16-9 > .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ratio--16-9 > .image-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio--16-9 > .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ratio--9-16 {
  position: relative;
}
.ratio--9-16:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 177.7777777778%;
}
.ratio--9-16 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio--9-16 > .inner .inner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ratio--9-16 > .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ratio--9-16 > .image-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio--9-16 > .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ratio--4-3 {
  position: relative;
}
.ratio--4-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.ratio--4-3 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio--4-3 > .inner .inner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ratio--4-3 > .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ratio--4-3 > .image-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio--4-3 > .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ratio--3-4 {
  position: relative;
}
.ratio--3-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
.ratio--3-4 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio--3-4 > .inner .inner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ratio--3-4 > .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ratio--3-4 > .image-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio--3-4 > .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ratio--4-3 {
  position: relative;
}
.ratio--4-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.ratio--4-3 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio--4-3 > .inner .inner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ratio--4-3 > .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ratio--4-3 > .image-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio--4-3 > .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ratio--3-4 {
  position: relative;
}
.ratio--3-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
.ratio--3-4 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio--3-4 > .inner .inner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ratio--3-4 > .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ratio--3-4 > .image-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio--3-4 > .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ratio--16-9 {
  position: relative;
}
.ratio--16-9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.ratio--16-9 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio--16-9 > .inner .inner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ratio--16-9 > .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ratio--16-9 > .image-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio--16-9 > .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ratio--9-16 {
  position: relative;
}
.ratio--9-16:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 177.7777777778%;
}
.ratio--9-16 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio--9-16 > .inner .inner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ratio--9-16 > .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ratio--9-16 > .image-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio--9-16 > .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ratio--4-3 {
  position: relative;
}
.ratio--4-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.ratio--4-3 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio--4-3 > .inner .inner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ratio--4-3 > .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ratio--4-3 > .image-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio--4-3 > .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ratio--3-4 {
  position: relative;
}
.ratio--3-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
.ratio--3-4 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio--3-4 > .inner .inner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ratio--3-4 > .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ratio--3-4 > .image-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio--3-4 > .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.button, button.button {
  width: auto;
  min-width: 100%;
  min-height: 40px;
  line-height: 25px;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.button ._svg, button.button ._svg {
  display: block;
  font-size: 2.4rem;
  margin-left: 4px;
}
.button ._svg.svg_curriculum, button.button ._svg.svg_curriculum {
  margin-left: auto;
  margin-right: 4px;
}
.button ._svg.svg_calendar, button.button ._svg.svg_calendar {
  margin-left: auto;
  margin-right: 5px;
}
.button._center, button.button._center {
  width: 100%;
  justify-content: center;
}
.button._center.svg_curriculum, button.button._center.svg_curriculum {
  margin-left: auto;
  margin-right: 4px;
}
.button:hover, button.button:hover {
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 2px 8px 0 rgba(0, 0, 0, 0.32);
}
.button._background-prime-purple, button.button._background-prime-purple {
  color: #fff;
  background-color: #461D7C;
}
.button._background-prime-purple:hover, button.button._background-prime-purple:hover {
  background-color: #5D2D9C;
}
.button._background-prime-yellow, button.button._background-prime-yellow {
  color: #000;
  background-color: #FDD023;
}
.button._background-prime-yellow:hover, button.button._background-prime-yellow:hover {
  background-color: #FDD023;
}
.button._background-grey, button.button._background-grey {
  background-color: #F3F3F3;
  color: #461D7C;
  margin-top: 20px;
}
.button._background-grey:hover, button.button._background-grey:hover {
  background-color: #fff;
}
.button._outline, button.button._outline {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(70, 29, 124, 0.5);
  color: #461D7C;
  line-height: 38px;
}
.button._outline ._svg, button.button._outline ._svg {
  margin-left: 0;
  margin-right: 4px;
}
.button._outline:hover, button.button._outline:hover {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.button._button--lg, button.button._button--lg {
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  margin-bottom: 30px;
  width: auto;
  justify-content: center;
}
.button._button--lg._background-white, button.button._button--lg._background-white {
  background-color: #fff;
  color: #461D7C;
}
.button._button--lg._background-white ._svg, button.button._button--lg._background-white ._svg {
  margin-left: 0;
  margin-right: 5px;
  color: #FDD023;
}
.button._button--lg:hover, button.button._button--lg:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.4), 0 2px 8px 0 rgba(0, 0, 0, 0.56);
}
.button._button--pill, button.button._button--pill {
  min-width: 90px;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  border-color: rgba(70, 29, 124, 0.3);
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
}
.button._button--pill:hover, button.button._button--pill:hover {
  opacity: 1;
}
.button._button--pill:active, .button._button--pill._active, button.button._button--pill:active, button.button._button--pill._active {
  background: #461D7C;
  color: #fff;
  opacity: 1;
}
.button._button--pill + ._button--pill, button.button._button--pill + ._button--pill {
  margin-right: 12px;
  margin-bottom: 12px;
}
.button._button--pill.news-toggle, button.button._button--pill.news-toggle {
  cursor: pointer;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.back-button {
  position: relative;
  margin-left: 24px;
  margin-bottom: 30px;
  display: inline-block;
}
.back-button::before {
  position: absolute;
  content: "\e903";
  font-family: icomoon;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -24px;
}

.inner-sub-nav-toggle {
  position: absolute;
  width: 36px;
  height: 36px;
  right: -11px;
  top: 0;
  opacity: 0.2;
  cursor: pointer;
}
.inner-sub-nav-toggle:hover {
  opacity: 1;
}
.inner-sub-nav-toggle.closed .vertical {
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.inner-sub-nav-toggle.closed .horizontal {
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.inner-sub-nav-toggle.opened .vertical {
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inner-sub-nav-toggle.opened .horizontal {
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.inner-sub-nav-toggle .horizontal, .inner-sub-nav-toggle .vertical {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
}
.inner-sub-nav-toggle .horizontal {
  width: 2px;
  height: 14px;
  margin-top: -7px;
  margin-left: 0px;
}

@media (min-width: 568px) {
  .button {
    min-width: auto;
    margin-right: 30px;
    float: left;
  }

  ._background-grey {
    margin-top: 0;
  }
}
.modal .modal-dialog {
  width: 90%;
  max-width: 800px;
}

footer {
  width: 100%;
  min-height: 500px;
  background: #2E104E;
  color: #fff;
  padding-top: 90px;
  font-size: 1.6rem;
  text-align: center;
}
footer p {
  line-height: 20px;
  margin-bottom: 12px;
}
footer ._svg-logo--sm {
  width: 187px;
  margin-bottom: 33px;
}
footer .break-line {
  width: 1px;
  height: 230px;
  background: rgba(255, 255, 255, 0.12);
  position: absolute;
  top: -20px;
  right: 0;
}
footer .address {
  opacity: 0.75;
  margin-bottom: 70px;
}
footer .copywright {
  opacity: 0.3;
  font-size: 1.4rem;
  padding: 10px 0 20px 0;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
}
footer ul li {
  line-height: 24px;
  color: #fff;
}
footer ul li a {
  color: inherit;
}
footer ul li a:hover {
  color: #FDD023;
  text-decoration: none;
}
footer ul li.header {
  color: #FDD023;
  margin-top: 40px;
}
footer ul + ul {
  margin-top: 40px;
}
footer .social-media {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 30px auto 0 auto;
}
footer .social-media li {
  display: inline-block;
  margin-bottom: 8px;
}
footer .social-media li a {
  opacity: 1;
  color: #FDD023;
}
footer .social-media li a span {
  font-size: 2.4rem;
}
footer .social-media li a:hover {
  opacity: 1;
}

footer .has-color-fade ul li a {
  color: #fff;
}
footer .has-color-fade ul li a:hover {
  color: #FDD023;
}
footer .has-color-fade ul li.header a {
  color: #FDD023;
}
footer .has-color-fade ul li.header a:hover {
  color: #fff;
}
footer .has-color-fade ul.social-media li a {
  color: #FDD023;
}
footer .has-color-fade ul.social-media li a:hover {
  color: #fff;
}

@media (min-width: 992px) {
  footer {
    text-align: left;
  }
  footer .extra-padding-left {
    padding-left: 76px;
  }
  footer .social-media {
    margin-top: 0;
    display: block;
  }
  footer .social-media li {
    display: block;
  }
  footer ul li.header {
    margin-top: 0;
  }
}
.styled-select {
  position: relative;
  background-color: #fff;
  min-width: auto;
  height: 40px;
  border: 1px solid #999999;
  border-radius: 2px;
}
.styled-select select {
  display: none;
}

.select-selected {
  height: 40px;
  line-height: 38px;
}
.select-selected::after {
  position: absolute;
  content: "\e90f";
  color: #000;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon";
}
.select-selected.select-arrow-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 2px;
}

.select-items div, .select-selected {
  color: #ffffff;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #212121;
  font-size: 1.6rem;
  padding-left: 12px;
}

.select-items {
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.styled-input {
  position: relative;
}
.styled-input input[type=text] {
  max-width: 256px;
  min-width: 256px;
  height: 40px;
  border: 1px solid #999999;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  color: #212121;
  line-height: 20px;
  padding: 0 12px;
}
.styled-input input[type=text]:focus {
  outline: none;
  border: 1px solid #461D7C;
}
.styled-input input[type=text]:required:invalid {
  border-color: #EF3E3E;
}
.styled-input label {
  display: block;
}
.styled-input .error-message {
  color: #EF3E3E;
  font-size: 1.4rem;
}

.styled-checkbox {
  margin-bottom: 30px;
}
.styled-checkbox input[type=checkbox] {
  display: none;
}
.styled-checkbox input[type=checkbox]:checked ~ .checkbox {
  background-color: #FDD023;
}
.styled-checkbox input[type=checkbox]:checked ~ .checkbox::before {
  left: calc(100% - 25px);
}
.styled-checkbox label {
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline;
}
.styled-checkbox .checkbox {
  display: inline-block;
  width: 50px;
  height: 26px;
  border-radius: 25px;
  background-color: #DCDCDF;
  position: relative;
}
.styled-checkbox .checkbox::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  top: 1px;
  left: 1px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

@media (min-width: 992px) {
  .styled-checkbox .checkbox {
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid #999;
    background-color: #FFF;
  }
  .styled-checkbox .checkbox:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(6px, 15px) rotate(-45deg);
            transform: translate(6px, 15px) rotate(-45deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    transition: all 150ms;
    transition-delay: 0ms;
  }
  .styled-checkbox .checkbox:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(2px, 10px) rotate(45deg);
            transform: translate(2px, 10px) rotate(45deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    transition: all 150ms;
    transition-delay: 150ms;
  }
  .styled-checkbox input[type=checkbox]:checked ~ .checkbox {
    background-color: #461D7C;
    border-color: #461D7C;
  }
  .styled-checkbox input[type=checkbox]:checked ~ .checkbox:before {
    left: auto;
    width: 6px;
    transition-delay: 0ms;
    transition: all 150ms;
  }
  .styled-checkbox input[type=checkbox]:checked ~ .checkbox:after {
    width: 18px;
    transition-delay: 150ms;
  }
}
.styled-breadcrumb {
  display: flex;
  padding: 0;
  margin: 20px 0 60px 0;
}
.styled-breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 1.4rem;
  color: #461D7C;
  margin-right: 28px;
  position: relative;
}
.styled-breadcrumb li span.icon-home {
  margin-right: 5px;
}
.styled-breadcrumb li a {
  color: inherit;
}
.styled-breadcrumb li.active {
  color: #999;
}
.styled-breadcrumb li:last-of-type {
  margin-right: 0;
}
.styled-breadcrumb li + li::before {
  position: absolute;
  content: "\e909";
  font-family: icomoon;
  font-size: 1.4rem;
  left: -22px;
  color: #999;
}

.cover-image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cover-image-container .cover-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.cover-image-container .cover-image._focus-right {
  background-position: right center;
}
.cover-image-container .cover-image._focus-left {
  background-position: left center;
}

.date-info-box {
  width: 100%;
  background-color: #F8F6FA;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 16px;
  margin-top: 45px;
  margin-bottom: 50px;
}
.date-info-box .info {
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 15px;
  position: relative;
  margin-left: 30px;
}
.date-info-box .info .degree-ab {
  font-weight: 800;
  width: 100px;
  display: block;
  position: absolute;
  margin-left: -30px;
}
.date-info-box .info:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .date-info-box {
    width: 100%;
  }
  .date-info-box .info span {
    display: inline-block;
  }
}
.degree-info-box {
  width: 100%;
  background-color: #F8F6FA;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 16px;
  margin-bottom: 50px;
}
.degree-info-box .info {
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 15px;
}
.degree-info-box .info > span {
  width: auto;
  float: left;
}
.degree-info-box .info span {
  font-weight: 800;
  margin-right: 10px;
  display: block;
  overflow: hidden;
}
.degree-info-box .info span.text {
  font-weight: normal;
}
.degree-info-box .info:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .degree-info-box {
    width: 100%;
  }
  .degree-info-box .info span {
    display: inline-block;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  background: #fff;
  margin-bottom: 60px;
  padding-top: 10px;
}
.slider > div {
  position: relative;
}
.slider._slider--events-slider .slick-slide {
  position: relative;
}
.slider._slider--events-slider .slick-slide:focus {
  outline: none;
}
.slider._slider--events-slider .slider-controls {
  display: none !important;
}
.slider._slider--events-slider .cover-image-container {
  max-height: 286px;
  margin-top: 10px;
}
.slider._slider--events-slider .cover-image-container .cover-image {
  border-radius: 2px 2px 0 0;
}
.slider._slider--events-slider .content {
  position: relative;
  padding: 20px 30px;
  z-index: 2;
  width: 100%;
  background: rgba(70, 29, 124, 0.9);
  color: #fff;
  margin-top: 155px;
  max-width: 752px;
  font-size: 1.6rem;
  border-radius: 0 0 2px 2px;
}
.slider._slider--events-slider .h2 {
  color: #FDD023;
}
.slider._slider--events-slider .info {
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 15px;
}
.slider._slider--events-slider .info span {
  font-weight: 800;
  width: 100px;
  display: block;
}
.slider._slider--events-slider .info:last-of-type {
  margin-bottom: 30px;
}
.slider._slider--events-slider p {
  font-size: 1.8rem;
}
.slider._slider--events-slider .date-block {
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 78px;
  height: 78px;
  background: #FDD023;
  color: #461D7C;
  z-index: 3;
}
.slider._slider--events-slider .date-block > div {
  line-height: 1;
}
.slider._slider--events-slider .date-block .month {
  font-size: 1.4rem;
  line-height: 20px;
}
.slider._slider--events-slider .date-block .date {
  font-family: Oswald;
  font-size: 4.2rem;
  letter-spacing: 1px;
}
.slider._slider--events-slider .slick-dots {
  display: flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.slider._slider--events-slider .slick-dots li {
  list-style: none;
}
.slider._slider--events-slider .slick-dots li {
  font-size: 0;
  width: 12px;
  height: 12px;
  position: relative;
  margin: 0 6px;
}
.slider._slider--events-slider .slick-dots li::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.12);
}
.slider._slider--events-slider .slick-dots li.slick-active::after {
  background-color: #461D7C;
}

@media (min-width: 768px) {
  .slider {
    padding: 10px 0 0 10px;
  }
  .slider._slider--events-slider {
    height: 435px;
  }
  .slider._slider--events-slider .cover-image-container {
    max-height: 435px;
    margin-top: 10px;
    margin-left: 10px;
    width: calc(100% - 10px);
  }
  .slider._slider--events-slider .cover-image-container .cover-image {
    border-radius: 0 2px 2px 0;
  }
  .slider._slider--events-slider .slider-controls {
    display: block !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 0;
    height: 52px;
    width: 52px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
    z-index: 3;
    margin-top: 20px;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    cursor: pointer;
  }
  .slider._slider--events-slider .slider-controls:hover {
    opacity: 1;
  }
  .slider._slider--events-slider .slider-controls._slider-control--next {
    right: 0;
    margin-right: -26px;
  }
  .slider._slider--events-slider .slider-controls._slider-control--prev {
    left: 20px;
    margin-left: -26px;
  }
  .slider._slider--events-slider .slider-controls ._svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .slider._slider--events-slider .date-block {
    top: 0;
    left: 0;
  }
  .slider._slider--events-slider .content {
    width: 100%;
    margin: 10px 0 0 10px;
    padding: 30px 110px;
    height: 435px;
    border-radius: 0 0 0 2px;
  }
  .slider._slider--events-slider .slick-dots {
    display: none !important;
  }
  .slider._slider--events-slider .info span {
    display: inline-block;
  }
}
.grey-box-container {
  background-color: #F8F6FA;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 30px;
  width: auto;
  margin-bottom: 50px;
}
.grey-box-container._w-100 {
  width: 100%;
}
.grey-box-container._split-info {
  display: inline-flex;
}
.grey-box-container._split-info .left {
  font-weight: 700;
  margin-right: 30px;
}
.grey-box-container ul {
  padding: 0;
  margin: 0;
}
.grey-box-container ul li {
  list-style: none;
}
.grey-box-container ul li {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
}
.grey-box-container ul li::before {
  content: "•";
  font-size: 1.6rem;
  position: absolute;
  left: -20px;
}

.curve-bottom, .curve-top {
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 80px solid #fff;
  border-radius: 0 0 400% 400%;
  overflow: hidden;
  width: 200%;
  height: 356px;
  z-index: 2;
  pointer-events: none;
}
.curve-bottom._curve-white, .curve-top._curve-white {
  border-color: #fff;
}
.curve-bottom._curve-yellow, .curve-top._curve-yellow {
  border-color: #FDD023;
}
.curve-bottom._curve-purple, .curve-top._curve-purple {
  border-color: #461D7C;
}

.curve-top {
  bottom: auto;
  top: -120px;
  border-bottom: none;
  border-top: 120px solid #fff;
  border-radius: 400% 400% 0 0;
  height: 1000px;
  z-index: 1;
}

@media (min-width: 992px) {
  .curve-bottom {
    width: 120%;
  }
}
.curve {
  position: relative;
}
.curve:before, .curve:after {
  position: absolute;
  content: "";
  width: 110%;
  height: 250px;
  background: inherit;
  border-radius: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.curve--top:before {
  top: -100px;
}
.curve--bottom:after {
  bottom: -100px;
}
.curve--purple:before, .curve--purple:after {
  background-color: #2f1947;
}
.curve--yellow:before, .curve--yellow:after {
  background-color: #FDD023;
}

.index-banner, .inner-banner, .inner-banner--short {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 810px;
}
.index-banner .container, .inner-banner .container, .inner-banner--short .container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 400;
}
.index-banner ._16-9, .inner-banner ._16-9, .inner-banner--short ._16-9 {
  height: 810px;
  z-index: 100;
}
.index-banner .hgroup, .inner-banner .hgroup, .inner-banner--short .hgroup {
  position: relative;
  color: #fff;
  margin-top: -100px;
}
.index-banner .hgroup h1.hero-heading, .index-banner .hgroup .h1.hero-heading, .inner-banner .hgroup h1.hero-heading, .inner-banner .hgroup .h1.hero-heading, .inner-banner--short .hgroup h1.hero-heading, .inner-banner--short .hgroup .h1.hero-heading {
  font-size: 4.2rem;
  color: #fff !important;
  line-height: 50px;
  margin-top: 100px;
}
.index-banner .hgroup h2, .index-banner .hgroup .h2, .inner-banner .hgroup h2, .inner-banner .hgroup .h2, .inner-banner--short .hgroup h2, .inner-banner--short .hgroup .h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 32px;
}
.index-banner .button, .inner-banner .button, .inner-banner--short .button {
  font-weight: 500;
  margin-right: 25px;
  margin-bottom: 25px;
}
.index-banner .button:last-of-type, .inner-banner .button:last-of-type, .inner-banner--short .button:last-of-type {
  margin-right: 0;
}

.inner-banner, .inner-banner--short {
  height: 529px;
}
.inner-banner ._16-9, .inner-banner--short ._16-9 {
  height: 529px;
}

._inner-banner--ex-short {
  height: 333px;
}
._inner-banner--ex-short ._16-9 {
  height: 333px;
}

.gradient-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(115.37deg, rgba(70, 29, 124, 0.66) 0%, rgba(70, 29, 124, 0) 100%);
  pointer-events: none;
  z-index: 200;
}

@media (min-width: 576px) {
  .hgroup {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .hgroup {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .index-banner, .inner-banner, .inner-banner--short {
    margin-top: -120px;
  }
  .index-banner .hgroup, .inner-banner .hgroup, .inner-banner--short .hgroup {
    width: 65%;
  }
  .index-banner .hgroup h1.hero-heading, .index-banner .hgroup .h1.hero-heading, .inner-banner .hgroup h1.hero-heading, .inner-banner .hgroup .h1.hero-heading, .inner-banner--short .hgroup h1.hero-heading, .inner-banner--short .hgroup .h1.hero-heading {
    font-size: 7.2rem;
    line-height: 80px;
    color: white !important;
    margin-top: 60px;
  }
  .index-banner .hgroup h2, .index-banner .hgroup .h2, .inner-banner .hgroup h2, .inner-banner .hgroup .h2, .inner-banner--short .hgroup h2, .inner-banner--short .hgroup .h2 {
    font-size: 2.2rem;
  }

  .inner-banner, .inner-banner--short {
    height: 682px;
  }
  .inner-banner ._16-9, .inner-banner--short ._16-9 {
    height: 682px;
  }

  ._inner-banner--ex-short {
    height: 457px;
  }
  ._inner-banner--ex-short ._16-9 {
    height: 457px;
  }
}
._slider--home-page {
  padding: 0;
}
._slider--home-page .slick-slide {
  position: relative;
}
._slider--home-page .slick-dots {
  position: absolute;
  bottom: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
._slider--home-page .slick-dots li {
  list-style: none;
}
._slider--home-page .slick-dots li {
  margin: 0 4px;
}
._slider--home-page .slick-dots li button {
  font-size: 0;
  width: 32px;
  height: 4px;
  opacity: 0.3;
  border-radius: 2px;
  background-color: #FDD023;
}
._slider--home-page .slick-dots li.slick-active button, ._slider--home-page .slick-dots li:hover button {
  opacity: 1;
}

._slider--life-at-lsus {
  background: transparent;
  margin-left: 20px;
}
._slider--life-at-lsus .item {
  overflow: hidden;
  border-radius: 2px;
  height: 352px;
  background-color: #461D7C;
  margin: 0 10px;
  width: 270px;
  position: relative;
}
._slider--life-at-lsus .item a {
  display: block;
  width: 100%;
  height: 100%;
}
._slider--life-at-lsus .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
._slider--life-at-lsus .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 60px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 0 24px 0 2px;
  line-height: 18px;
}
._slider--life-at-lsus .item .title._purple {
  background-color: #461D7C;
}
._slider--life-at-lsus .item .title._yellow {
  background-color: #FDD023;
  color: #000;
}
._slider--life-at-lsus .item .title .icon {
  opacity: 0.3;
  margin-right: 10px;
}

@media (min-width: 992px) {
  ._slider--life-at-lsus._desktop .item {
    height: 674px;
    width: 920px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: transparent;
  }
  ._slider--life-at-lsus._desktop .item .child {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 24px;
  }
  ._slider--life-at-lsus._desktop .item .child._child--narrow {
    width: 448px;
  }
  ._slider--life-at-lsus._desktop .item .child._child--wide {
    width: 100%;
  }
  ._slider--life-at-lsus._desktop .item .child::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 4;
    pointer-events: none;
  }
  ._slider--life-at-lsus._desktop .item .child._purple {
    box-shadow: inset 0 0 0 0 #461D7C;
  }
  ._slider--life-at-lsus._desktop .item .child._purple:hover::after {
    box-shadow: inset 0 0 0 8px #461D7C;
  }
  ._slider--life-at-lsus._desktop .item .child._yellow {
    box-shadow: inset 0 0 0 0 #FDD023;
  }
  ._slider--life-at-lsus._desktop .item .child._yellow:hover::after {
    box-shadow: inset 0 0 0 8px #FDD023;
  }
  ._slider--life-at-lsus._desktop .item._intro {
    background-color: transparent;
    color: #fff;
    width: 214px;
    margin-right: 160px;
    margin-left: 50px;
    display: flex;
  }
  ._slider--life-at-lsus._desktop .item._intro .wrapper {
    align-self: center;
  }
  ._slider--life-at-lsus._desktop .item._intro .wrapper p:last-of-type {
    margin-bottom: 0;
  }
  ._slider--life-at-lsus._desktop .item._intro img {
    width: 104px;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  ._slider--life-at-lsus._desktop .item._intro .hero-heading {
    color: #fff;
  }
  ._slider--life-at-lsus .slider-controls {
    display: block !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 0;
    height: 52px;
    width: 52px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
    z-index: 3;
    margin-top: 20px;
    cursor: pointer;
  }
  ._slider--life-at-lsus .slider-controls:hover {
    opacity: 1;
  }
  ._slider--life-at-lsus .slider-controls._slider-control--next {
    right: 0;
    margin-right: 50px;
  }
  ._slider--life-at-lsus .slider-controls._slider-control--prev {
    left: 0;
    margin-left: 50px;
    display: none !important;
  }
  ._slider--life-at-lsus .slider-controls._slider-control--prev.show {
    display: block !important;
  }
  ._slider--life-at-lsus .slider-controls ._svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  background: transparent;
  max-width: 540px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
}
.breadcrumb li {
  color: #fff;
  font-size: 1.4rem;
}
.breadcrumb li a {
  color: inherit;
}
.breadcrumb li.active {
  color: #fff;
  opacity: 0.7;
}
.breadcrumb li::before {
  vertical-align: top;
  color: #fff;
  font-family: icomoon;
  content: "\e909";
  margin: 0 11px;
}
.breadcrumb li.home::before {
  margin: 0 11px 0 0;
  content: "\e918";
}

@media (min-width: 576px) {
  .breadcrumb {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .breadcrumb {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    max-width: 1180px;
  }
}
.page-item {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  color: #461D7C;
  margin: 0 5px;
}
.page-item a {
  color: inherit;
}
.page-item .page-link {
  border: 0;
}
.page-item.active .page-link {
  background-color: #461D7C;
  color: #FDD023;
  border: 0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0;
}
.page-item:first-child {
  margin-left: 0;
}
.page-item:last-child {
  margin-right: 0;
}
.page-item:hover .page-link {
  background-color: #461D7C;
  color: #FDD023;
}
.page-item:hover:first-child .page-link, .page-item:hover:last-child .page-link {
  background-color: transparent;
}

.accordion .card {
  border-radius: 0;
  border: none;
  margin-bottom: 23px;
}
.accordion .card .card-header {
  background-color: #461D7C;
  border-bottom: none;
  margin-bottom: 0;
  border-radius: 0;
  height: 44px;
  padding: 0;
}
.accordion .card .card-header h3, .accordion .card .card-header .h3 {
  color: #fff;
}
.accordion .card .card-header h3 button, .accordion .card .card-header .h3 button {
  color: inherit;
  display: block;
  width: 100%;
  height: 44px;
  text-align: left;
  margin-left: 18px;
  margin-top: -2px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.accordion .card-body {
  background-color: #F8F6FA;
  padding: 20px;
}

.list-item {
  margin-bottom: 42px;
  position: relative;
}
.list-item p {
  margin-bottom: 2rem;
}
.list-item h2, .list-item .h2 {
  margin-bottom: 7px;
}
.list-item ._1-1 {
  width: 100%;
  margin-bottom: 30px;
}
.list-item h2, .list-item .h2 {
  margin-top: -7px;
}

.news-list {
  padding: 0;
  margin: 0;
}
.news-list .date {
  font-size: 1.6rem;
  color: #999999;
  margin-top: -10px;
  margin-bottom: 2px;
}
.news-list li {
  list-style: none;
}

.event-list {
  padding: 0;
  margin: 0;
}
.event-list li {
  list-style: none;
}
.event-list li {
  position: relative;
}
.event-list .date-block {
  position: absolute;
  background: #461D7C;
  color: #fff;
  top: -10px;
  left: 10px;
  width: 78px;
  height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
}
.event-list .date-block > div {
  line-height: 1;
}
.event-list .date-block .month {
  font-size: 1.4rem;
  line-height: 20px;
}
.event-list .date-block .date {
  font-family: Oswald;
  font-size: 4.2rem;
  letter-spacing: 1px;
}
.event-list .content h2, .event-list .content .h2 {
  margin-bottom: 20px;
}
.event-list .content .info {
  line-height: 1.4;
  font-size: 1.6rem;
}
.event-list .content .info span {
  font-weight: 700;
  display: inline-block;
  width: 100px;
}
.event-list .content .info:last-of-type {
  margin-bottom: 20px;
}

.event-list .list-item.list-item--event ._1-1 > div {
  border-radius: 2px;
}

.ul--no-bullets {
  padding: 0;
  margin: 0;
}
.ul--no-bullets li {
  list-style: none;
}
.ul--no-bullets li {
  list-style: none;
}

@media (min-width: 768px) {
  .list-item {
    display: flex;
    margin-bottom: 84px;
  }
  .list-item ._1-1 {
    max-width: 180px;
    max-height: 180px;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .event-list .list-item.list-item--event ._1-1 {
    max-width: 279px;
    max-height: 279px;
  }
}
blockquote {
  border-top: solid 2px #461D7C;
  padding: 30px;
  text-align: center;
  margin: 30px 0;
  background-color: #F8F6FA;
}
blockquote .quote {
  font-style: italic;
}
blockquote .name {
  font-size: 1.8rem;
}
blockquote .position {
  font-size: 14px;
  color: #999;
}
blockquote.with-image {
  border-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
blockquote.with-image .image-wrapper {
  min-width: 170px;
  height: 170px;
  border-radius: 85px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
blockquote.with-image .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
blockquote._no-background {
  background: transparent;
}

@media (min-width: 992px) {
  blockquote {
    padding: 36px 104px;
  }
  blockquote.with-image {
    flex-direction: row;
    text-align: left;
    flex-basis: 1;
  }
  blockquote.with-image .image-wrapper {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.info-card {
  border-radius: 2px;
  background-color: #F8F6FA;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 3;
}
.info-card ._16-9 {
  margin-bottom: 0;
}
.info-card .content {
  padding: 30px;
}
.info-card .header {
  color: #461D7C;
  margin-bottom: 10px;
}
.info-card ._svg, .info-card [class*=" fa-"] {
  margin-top: -6px;
  margin-right: 10px;
  opacity: 0.3;
  font-size: 2.6rem;
}
.info-card .button {
  position: absolute;
  bottom: 30px;
}
.info-card .button ._svg {
  margin-top: 0;
  margin-left: 4px;
  margin-right: auto;
}
.info-card p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 24px;
}
.info-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
}
.info-card.has-cta {
  padding-bottom: 60px;
}
.info-card .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.info-card .play-button ._svg {
  opacity: 1;
  color: #fff;
  font-size: 6rem;
}
.info-card .play-button ._svg:hover {
  color: #461D7C;
}

._alumni-cards .info-card {
  padding-bottom: 0;
}
._alumni-cards .info-card .content {
  color: #461D7C;
}
._alumni-cards .info-card .person {
  margin-top: 30px;
  color: #000;
}
._alumni-cards .info-card .title {
  color: #999;
  font-size: 1.4rem;
}

@media (min-width: 576px) {
  .info-card-d-flex {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 20px);
    margin-left: -10px;
    flex-wrap: wrap;
  }

  .info-card {
    width: 100%;
    flex-grow: 3;
  }
}
@media (min-width: 768px) {
  .info-card-d-flex {
    align-items: stretch;
  }
  .info-card-d-flex._row-4 .info-card {
    width: 44%;
  }
  .info-card-d-flex._row-4 .info-card:nth-child(3n) {
    width: 44%;
  }

  .info-card {
    width: 30%;
    margin: 0 10px 30px 10px;
    flex-grow: 1;
  }
  .info-card:nth-child(3n) {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .info-card:nth-child(3n) {
    width: 30%;
  }

  .info-card-d-flex._row-4 .info-card {
    width: 23%;
  }
  .info-card-d-flex._row-4 .info-card:nth-child(3n) {
    width: 23%;
  }
}
.right-rail-container {
  border-radius: 0 0 2px 2px;
  background-color: #F8F6FA;
  padding: 20px 22px;
  border-top: solid 2px #461D7C;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 30px;
}
.right-rail-container + .right-rail-container {
  margin-top: 20px;
}
.right-rail-container:first-of-type {
  margin-top: 30px;
}
.right-rail-container .event-list,
.right-rail-container .link-list {
  padding: 0;
  margin: 0;
}
.right-rail-container .event-list li,
.right-rail-container .link-list li {
  margin-bottom: 20px;
}
.right-rail-container .event-list li a,
.right-rail-container .link-list li a {
  display: inline-block;
  color: #461D7C;
  text-decoration: none;
}
.right-rail-container .event-list li a:hover,
.right-rail-container .link-list li a:hover {
  text-decoration: underline;
}
.right-rail-container .event-list li,
.right-rail-container .link-list li {
  list-style: none;
}
.right-rail-container .link-list li {
  margin-bottom: 5px;
}
.right-rail-container .date-line {
  color: #999999;
  font-size: 1.4rem;
}
.right-rail-container .date-line .day {
  color: #212121;
  display: inline-block;
}
.right-rail-container._right-rail-conntainer--profile .profile-img {
  margin-bottom: 14px;
}
.right-rail-container._right-rail-conntainer--profile a.name {
  display: block;
  color: #461D7C;
  text-decoration: underline;
}
.right-rail-container .social-media {
  padding: 0;
  margin: 0;
}
.right-rail-container .social-media li {
  list-style: none;
}
.right-rail-container .social-media li {
  display: inline-block;
  font-size: 2.5rem;
  margin-right: 10px;
}
.right-rail-container .social-media li:last-of-type {
  margin-right: 0;
}
.right-rail-container .social-media li a:hover {
  text-decoration: none;
  color: #FDD023;
}
.right-rail-container._box-alt {
  border-radius: 0;
  border-top: 0;
  background: transparent;
  padding: 0;
}
.right-rail-container._box-alt .box {
  margin: 0px auto 60px auto;
  position: relative;
  background: rgba(70, 29, 124, 0.94);
  max-width: 800px;
  z-index: 3;
  left: 0;
  right: 0;
  border-radius: 2px;
  border-top: solid 2px #FDD023;
}
.right-rail-container._box-alt .box svg.down-arrow-svg {
  height: 20px;
  bottom: -20px;
  position: absolute;
  z-index: 1;
}
.right-rail-container._box-alt .box svg.down-arrow-svg path {
  fill: rgba(70, 29, 124, 0.94);
}
.right-rail-container._box-alt .box ._svg-anchor {
  position: absolute;
  top: calc(45% + 50px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  max-height: 460px;
  opacity: 0.1;
  z-index: 2;
}
.right-rail-container._box-alt .box .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  padding: 30px 20px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
}
.right-rail-container._box-alt .box .content .header {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 300;
  font-family: Roboto;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0.5;
}
.right-rail-container._box-alt .box .content p {
  color: #fff;
}
.right-rail-container._box-alt .box .content p:last-of-type {
  margin-bottom: 0;
}
.right-rail-container._box-alt .box .content .link-row {
  margin-top: 0;
  position: relative;
  z-index: 5;
  width: 100%;
}
.right-rail-container._box-alt .box .content .link-row .button {
  margin: 0;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
.right-rail-container._box-alt .box .content .link-row .button:last-of-type {
  margin-bottom: 0;
}
.right-rail-container._box-alt .box .content .link-row .button ._svg {
  color: #FDD023;
}

@media (min-width: 992px) {
  .right-rail-container._top-offset--up {
    margin-top: -50% !important;
  }
  .right-rail-container:first-of-type {
    margin-top: 0;
  }
  .right-rail-container._box-alt .box {
    width: 100%;
  }
}
.sub-nav-wrapper {
  width: 100%;
  position: relative;
  z-index: 400;
  border-top: solid 2px #FDD023;
}
.sub-nav-wrapper._top-offset--up {
  margin-top: -100px;
}
.sub-nav-wrapper .sub-nav-trigger {
  background: #461D7C;
  color: #FDD023;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  height: 56px;
  border-top: 2px solid #FDD023;
  height: 58px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 20px;
  border-radius: 2px;
  padding-left: 16px;
}
.sub-nav-wrapper button {
  width: 58px;
  height: 55px;
  background: rgba(0, 0, 0, 0.2) !important;
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.sub-nav-wrapper button ._svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FDD023;
  font-size: 2.4rem;
}
.sub-nav-wrapper button.opened {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sub-nav-wrapper .small-break-bar {
  width: 48px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 30px auto;
}
.sub-nav-wrapper .sub-nav {
  display: none;
  background-color: #461D7C;
  padding: 20px 16px;
}
.sub-nav-wrapper .sub-nav .inner {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.sub-nav-wrapper .sub-nav .header {
  font-size: 14px;
  color: #FDD023;
}
.sub-nav-wrapper .sub-nav ul {
  padding: 0;
  margin: 0;
}
.sub-nav-wrapper .sub-nav ul li {
  list-style: none;
}
.sub-nav-wrapper .sub-nav ul li {
  color: #fff;
  position: relative;
}
.sub-nav-wrapper .sub-nav ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: inherit;
  line-height: 36px;
}
.sub-nav-wrapper .sub-nav ul li a span.inner-sub-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
}
.sub-nav-wrapper .sub-nav ul li ul {
  margin-left: 15px;
  display: none;
}
.sub-nav-wrapper .sub-nav ul li ul li a {
  font-weight: 400;
  position: relative;
}
.sub-nav-wrapper .sub-nav ul li ul li a::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #FDD023;
  opacity: 0;
}
.sub-nav-wrapper .sub-nav ul li ul li a:hover {
  color: #FDD023;
  text-decoration: none;
}
.sub-nav-wrapper .sub-nav ul li ul li a:hover::before {
  width: 2px;
  opacity: 1;
}
.sub-nav-wrapper .sub-nav ul li ul li ul {
  display: block;
}
.sub-nav-wrapper .sub-nav .three-buttons {
  display: flex;
  justify-content: space-between;
}
.sub-nav-wrapper .sub-nav .three-buttons a {
  margin: 0 4px;
  max-width: 85px;
  display: inline-flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 500;
}
.sub-nav-wrapper .sub-nav .three-buttons a ._svg {
  margin-bottom: 10px;
  color: #FDD023;
  font-size: 2.4rem;
}
.sub-nav-wrapper .sub-nav .three-buttons a:hover {
  text-decoration: none;
  background: white;
  color: #461D7C;
}

@media (min-width: 992px) {
  .sub-nav-wrapper._top-offset--up {
    margin-top: -100px;
  }
  .sub-nav-wrapper .sub-nav {
    display: block !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
  }
  .sub-nav-wrapper .sub-nav ul li a {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
#main-nav-m {
  position: relative;
  margin-top: 0;
}

.navbar-container._navbar-container-m {
  position: absolute;
  width: 100%;
  z-index: 2001;
  transition: background-color 0.5s ease;
  background: linear-gradient(to bottom, #461d7c 0%, #461d7c 100%);
}
.navbar-container._navbar-container-m .navbar {
  padding: 13.09px 0;
}
.navbar-container._navbar-container-m .navbar-brand {
  width: 119px;
}
.navbar-container._navbar-container-m .navbar-brand img {
  width: 100%;
}
.navbar-container._navbar-container-m ._svg-close {
  display: none;
}
.navbar-container._navbar-container-m.active {
  transition: background-color 0.5s ease;
  background: linear-gradient(to bottom, #461d7c 0%, rgba(70, 29, 124, 0.8) 100%);
}

.has-banner-image .navbar-container._navbar-container-m {
  transition: background-color 0.5s ease;
  background: linear-gradient(to bottom, #461d7c 0%, rgba(70, 29, 124, 0.8) 100%);
}
.has-banner-image .navbar-container._navbar-container-m.active {
  transition: background-color 0.5s ease;
  background: linear-gradient(to bottom, #461d7c 0%, rgba(70, 29, 124, 0.8) 100%);
}

.navbar-toggler-m {
  color: #FDD023;
  font-size: 2.4rem;
}
.navbar-toggler-m._open-menu ._svg._svg-open-menu {
  display: block;
}
.navbar-toggler-m._open-menu ._svg._svg-close-menu {
  display: none;
}
.navbar-toggler-m._close-menu ._svg._svg-open-menu {
  display: none;
}
.navbar-toggler-m._close-menu ._svg._svg-close-menu {
  display: block;
}

.toggles {
  display: flex;
  justify-items: center;
}

.navbar-nav {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-nav li {
  position: relative;
  color: #fff;
}
.navbar-nav li a {
  color: inherit;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.4px;
  line-height: 52px;
  padding: 0;
}
.navbar-nav li.active {
  color: #FDD023;
}
.navbar-nav li.active::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 28px;
  background-color: #FDD023;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.util-nav {
  width: 100%;
  background-color: #f8f6fa;
  padding: 0;
  margin: 0;
  margin-top: 27px;
  margin-bottom: -13.09px;
  padding-left: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.util-nav li {
  list-style: none;
}
.util-nav li {
  color: #461d7c;
}
.util-nav li a {
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 36px;
  opacity: 0.75;
}

#main-search-m {
  position: absolute;
  top: 0;
  width: 100%;
  height: 72px;
  background: #461D7C;
  z-index: 2003;
}
#main-search-m form {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  padding-left: 32px;
  color: #fff;
  display: flex;
  align-items: center;
}
#main-search-m form::-webkit-input-placeholder {
  color: #fff;
}
#main-search-m form:-ms-input-placeholder {
  color: #fff;
}
#main-search-m form::-moz-placeholder {
  color: #fff;
}
#main-search-m form:-moz-placeholder {
  color: #fff;
}
#main-search-m form [type=search] {
  width: calc(100% - 72px);
  background: transparent;
  border: 0;
  color: #fff;
}
#main-search-m form button ._svg {
  color: #FDD023;
  font-size: 2.4rem;
}

.search-toggler-m {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  line-height: 1;
  margin-top: 2px;
}
.search-toggler-m ._svg {
  color: #fff;
  font-size: 2.4rem;
}

.mobile.quick-nav-wrapper {
  position: absolute;
  top: -72px;
  right: calc(-100% + 75px);
  width: 80%;
  z-index: 2003;
}
.mobile.quick-nav-wrapper .quick-nav-toggler {
  position: absolute;
  left: -90px;
  top: 140px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 19px;
  background-color: #3d1b71;
  border-radius: 0 0 2px 2px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.mobile.quick-nav-wrapper .quick-nav-toggler ._svg {
  font-size: 2.4rem;
  opacity: 0.3;
  margin-right: 5px;
}
.mobile.quick-nav-wrapper .quick-nav {
  height: 100%;
  overflow-y: auto;
  background-color: #3d1b71;
  padding: 0;
  margin: 0;
  padding: 30px;
}
.mobile.quick-nav-wrapper .quick-nav li {
  list-style: none;
}
.mobile.quick-nav-wrapper .quick-nav li {
  color: #fff;
}
.mobile.quick-nav-wrapper .quick-nav li a {
  color: inherit;
  font-size: 1.6rem;
  line-height: 36px;
}
.mobile.quick-nav-wrapper .quick-nav li.close-button {
  position: absolute;
  top: 20px;
  right: 40px;
  opacity: 0.2;
}
.mobile.quick-nav-wrapper.active {
  right: -15px;
}

.navbar._dt {
  padding: 0;
  margin: 0 -9999rem;
  padding: 0 9999rem;
  z-index: 900;
}
.navbar._dt .nav-inner-wrapper {
  height: 120px;
  justify-content: flex-end;
  width: calc(100% - 175px);
}
.navbar._dt .nav-inner-wrapper .new-container {
  position: relative;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navbar-brand {
  width: 172px;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.navbar-brand img {
  width: 100%;
}

.navbar._dt._with-background {
  background-color: #461D7C;
}
.navbar._dt .navbar-nav {
  padding: 0;
  flex-direction: row;
  margin-top: 30px;
  margin-left: auto;
}
.navbar._dt .navbar-nav li {
  margin: 0 10px;
  padding-bottom: 10px;
}
.navbar._dt .navbar-nav li a {
  font-size: 2rem;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
}
.navbar._dt .navbar-nav li a:hover, .navbar._dt .navbar-nav li a:focus {
  color: #FDD023;
}
.navbar._dt .navbar-nav li a.dropdown-toggle::after {
  display: none;
}
.navbar._dt .navbar-nav li:last-of-type {
  margin-right: 0;
}
.navbar._dt .navbar-nav li .dropdown-menu {
  position: absolute;
  padding: 12px 0;
  min-width: 234px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  display: block;
  visibility: hidden;
  margin-left: -5px;
  margin-top: -10px;
  opacity: 0;
  transition: 0.2s 0.2s;
}
.navbar._dt .navbar-nav li .dropdown-menu a {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  cursor: pointer;
  padding: 0 16px;
  position: relative;
}
.navbar._dt .navbar-nav li .dropdown-menu a ._svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}
.navbar._dt .navbar-nav li .dropdown-menu a:hover {
  background: rgba(0, 0, 0, 0.03);
  color: #461D7C;
}
.navbar._dt .navbar-nav li .dropleft .dropdown-menu {
  margin-right: -5px;
}
.navbar._dt .navbar-nav li .dropleft .dropdown-toggle {
  margin-left: auto;
}
.navbar._dt .navbar-nav li .dropleft .dropdown-toggle::before {
  display: none;
}
.navbar._dt .navbar-nav li .dropleft .dropdown-toggle > ._svg {
  left: 0;
  right: auto;
  margin-top: -7px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.navbar._dt .navbar-nav li:hover > .dropdown-menu, .navbar._dt .navbar-nav li:focus-within > .dropdown-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.navbar._dt .navbar-nav li:hover > .dropdown-menu .submenu-item:hover > .dropdown-menu,
.navbar._dt .navbar-nav li:hover > .dropdown-menu .submenu-item:focus-within > .dropdown-menu, .navbar._dt .navbar-nav li:focus-within > .dropdown-menu .submenu-item:hover > .dropdown-menu,
.navbar._dt .navbar-nav li:focus-within > .dropdown-menu .submenu-item:focus-within > .dropdown-menu {
  margin-left: 8px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.navbar._dt .navbar-nav li:hover > .dropdown-menu .submenu-item.dropleft:hover > .dropdown-menu,
.navbar._dt .navbar-nav li:hover > .dropdown-menu .submenu-item.dropleft:focus-within > .dropdown-menu, .navbar._dt .navbar-nav li:focus-within > .dropdown-menu .submenu-item.dropleft:hover > .dropdown-menu,
.navbar._dt .navbar-nav li:focus-within > .dropdown-menu .submenu-item.dropleft:focus-within > .dropdown-menu {
  margin-right: 8px;
  margin-left: auto;
}
.navbar._dt .navbar-nav li.active {
  color: #fff;
  position: relative;
}
.navbar._dt .navbar-nav li.active > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FDD023;
  bottom: -5px;
}
.navbar._dt .navbar-nav li.active::before {
  display: none;
}

@media (min-width: 1200px) {
  .navbar._dt .navbar-nav li {
    margin: 0 20px;
  }
}
.top-links {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  color: white;
}
.top-links::after, .top-links::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1400px;
  left: 100%;
  background: #2E104E;
  z-index: 1;
}
.top-links::before {
  left: auto;
  right: 100%;
  background: linear-gradient(to right, rgba(46, 16, 78, 0) 60%, #2e104e 100%);
}
.top-links > ul {
  display: flex;
  align-items: center;
  background: #2E104E;
  height: 36px;
  padding: 0;
  margin: 0;
}
.top-links > ul li {
  list-style: none;
}
.top-links > ul li {
  display: inline-block;
  color: #fff;
  margin: 0 12px;
}
.top-links > ul li:last-of-type {
  margin-right: 0;
}
.top-links > ul li a {
  color: inherit;
  opacity: 0.75;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  color: white;
}
.top-links > ul li a:hover {
  color: white;
  text-decoration: none;
}
.top-links > ul li.quicklinks {
  margin-left: 20px;
  position: relative;
  font-weight: 700;
  padding: 0 5px;
  background: #461D7C;
  color: white;
}
.top-links > ul li.quicklinks:hover {
  background: #461D7C;
}
.top-links > ul li.quicklinks ._svg-quicklinks {
  font-size: 2.4rem;
  top: -2px;
  vertical-align: middle;
  position: relative;
}
.top-links > ul li.quicklinks ul {
  opacity: 0;
  pointer-events: none;
  background: #461D7C;
  position: absolute;
  z-index: 9999;
  min-width: 315px;
  border-radius: 2px 0 2px 2px;
  right: 0;
  padding: 0;
  margin: 0;
  padding: 20px 30px;
}
.top-links > ul li.quicklinks ul li {
  list-style: none;
}
.top-links > ul li.quicklinks ul li {
  color: #fff;
  display: block;
  margin: 0;
  height: 24px;
}
.top-links > ul li.quicklinks ul li a {
  color: inherit;
  font-size: 1.6rem;
  font-weight: 400;
}
.top-links > ul li.quicklinks ul li a:hover {
  color: #FDD023;
}
.top-links > ul li.quicklinks:hover ul, .top-links > ul li.quicklinks:focus-within ul {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1200px) {
  .top-links > ul li {
    margin: 0 20px;
  }
}
.search-toggler-dt {
  color: #fff;
  font-size: 1.6rem;
}

#main-search-dt {
  position: absolute;
  width: 343px;
  height: 38px;
  top: -38px;
  right: 24px;
  z-index: 9;
}
#main-search-dt form {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 2px 2px;
}
#main-search-dt input {
  width: 100%;
  height: 38px;
  border: 0;
  padding-left: 10px;
  padding-right: 54px;
}
#main-search-dt input::-webkit-input-placeholder {
  color: #999999;
  font-family: Roboto;
  font-size: 1.6rem;
}
#main-search-dt input:-ms-input-placeholder {
  color: #999999;
  font-family: Roboto;
  font-size: 1.6rem;
}
#main-search-dt input::-moz-placeholder {
  color: #999999;
  font-family: Roboto;
  font-size: 1.6rem;
}
#main-search-dt input:-moz-placeholder {
  color: #999999;
  font-family: Roboto;
  font-size: 1.6rem;
}
#main-search-dt button {
  width: 44px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  background: #FDD023;
}
#main-search-dt button ._svg {
  color: #461D7C;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#main-search-dt.active {
  top: 0;
}

#standout-search {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  width: 100%;
  background: #fff;
  padding: 20px 32px;
}
#standout-search .wrapper {
  overflow: hidden;
  border-radius: 29px;
  height: 58px;
  background-color: #F3F3F3;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-shadow: 0 0 0 #FDD023;
  margin-bottom: 30px;
}
#standout-search .wrapper .icon-search {
  color: #999;
}
#standout-search .wrapper button {
  margin-left: auto;
  background-color: #FDD023;
  width: 72px;
  height: 58px;
  position: relative;
}
#standout-search .wrapper button ._svg {
  position: absolute;
  top: 50%;
  left: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.8rem;
}
#standout-search .wrapper input {
  width: calc(100% - 82px);
  height: 58px;
  border: 0;
  background: transparent;
  padding-left: 18px;
  font-size: 1.5rem;
}
#standout-search .wrapper input:focus {
  outline: none;
}
#standout-search .wrapper input::-webkit-input-placeholder {
  font-size: 1.5rem;
  line-height: 26px;
  color: black;
}
#standout-search .wrapper input:-ms-input-placeholder {
  font-size: 1.5rem;
  line-height: 26px;
  color: black;
}
#standout-search .wrapper input::-moz-placeholder {
  font-size: 1.5rem;
  line-height: 26px;
  color: black;
}
#standout-search .wrapper input:-moz-placeholder {
  font-size: 1.5rem;
  line-height: 26px;
  color: black;
}
#standout-search:focus-within .wrapper {
  box-shadow: 0 0 0 1px #FDD023;
}
#standout-search ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
#standout-search ul li {
  list-style: none;
}
#standout-search ul li {
  display: block;
  color: #461D7C;
  font-size: 1.6rem;
  position: relative;
  padding-right: 16px;
  text-align: center;
  margin-bottom: 14px;
}
#standout-search ul li a {
  color: inherit;
  margin-right: 5px;
  text-align: center;
}
#standout-search ul li ._svg {
  font-size: 2rem;
  position: relative;
}
#standout-search ul li ._svg::before {
  position: absolute;
  padding-top: 4px;
}

#pt-index .standout-search-container {
  margin-top: -150px;
  margin-bottom: 60px;
  position: relative;
  z-index: 300;
}

@media (min-width: 992px) {
  #standout-search .wrapper {
    margin-bottom: 0;
  }
  #standout-search .wrapper input {
    font-size: 2rem;
  }
  #standout-search .wrapper input::-webkit-input-placeholder {
    font-size: 2rem;
    line-height: 54px;
  }
  #standout-search .wrapper input:-ms-input-placeholder {
    font-size: 2rem;
    line-height: 54px;
  }
  #standout-search .wrapper input::-moz-placeholder {
    font-size: 2rem;
    line-height: 54px;
  }
  #standout-search .wrapper input:-moz-placeholder {
    font-size: 2rem;
    line-height: 54px;
  }
  #standout-search ul {
    display: flex;
    justify-content: space-around;
    margin: 30px auto 0 auto;
    width: 80%;
  }
  #standout-search ul li {
    margin-bottom: 0;
  }
  #standout-search ul li a {
    text-align: left;
  }
}
@media (min-width: 576px) {
  a {
    text-align: left;
  }
}
@media (min-width: 768px) {
  a {
    text-align: left;
  }
}
#pre-footer {
  position: relative;
  margin-top: 100px;
  padding-bottom: 120px;
}
#pre-footer ._16-9 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#pre-footer .color-fade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(67, 27, 120, 0.4);
  z-index: 2;
}
#pre-footer .box {
  margin: 0 auto;
  position: relative;
  width: 100%;
  background: rgba(70, 29, 124, 0.94);
  width: 90%;
  max-width: 800px;
  z-index: 3;
  top: -20px;
  left: 0;
  right: 0;
}
#pre-footer .box svg.down-arrow-svg {
  height: 80px;
  bottom: -79.5px;
  position: absolute;
  z-index: 1;
}
#pre-footer .box svg.down-arrow-svg path {
  fill: rgba(70, 29, 124, 0.94);
}
#pre-footer .box ._svg-anchor {
  position: absolute;
  top: calc(45% + 50px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  max-height: 460px;
  opacity: 0.1;
  z-index: 2;
}
#pre-footer .box .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  padding: 150px 0 80px 0;
}
#pre-footer .box .content .header {
  font-size: 4.2rem;
  color: #FDD023;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
#pre-footer .box .content p {
  color: #fff;
}
#pre-footer .box .content .link-row {
  margin-top: 40px;
  position: relative;
  z-index: 5;
  width: 100%;
}
#pre-footer .box .content .link-row .button {
  margin: 0 20px;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  display: flex;
  justify-content: center;
}
#pre-footer .box .content .link-row .button:last-of-type {
  margin-bottom: 0;
}
#pre-footer .box .content .link-row .button ._svg {
  color: #FDD023;
}

.tray--stat-logo .color-fade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(67, 27, 120, 0.4);
  z-index: 2;
}

@media (min-width: 768px) {
  #pre-footer .box .content .link-row {
    width: auto;
  }
}
@media (min-width: 992px) {
  #pre-footer .box svg.down-arrow-svg {
    bottom: -80px;
  }
  #pre-footer .box .content .link-row .button {
    width: auto;
  }
}
.datepicker-wrapper {
  display: none;
}
.datepicker-wrapper.selected {
  display: block;
}

.datepicker {
  position: relative;
  margin-bottom: 20px;
}
.datepicker .ui-datepicker-calendar {
  width: 100%;
}
.datepicker .ui-datepicker-title, .datepicker #year {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #212121;
  margin-bottom: 15px;
}
.datepicker .ui-datepicker-other-week {
  color: #999;
}
.datepicker .ui-datepicker-other-week a {
  color: inherit;
}
.datepicker thead, .datepicker td {
  font-size: 14px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
  position: absolute;
  font-size: 0;
}
.datepicker .ui-datepicker-prev::before, .datepicker .ui-datepicker-next::before {
  color: #461D7C;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e903";
  font-family: icomoon;
  font-size: 2rem;
}
.datepicker .ui-datepicker-next {
  right: 20px;
}
.datepicker .ui-datepicker-next::before {
  content: "\e905";
}
.datepicker.datepicker.datepicker--day td:hover, .datepicker.datepicker.datepicker--day td.ui-datepicker-current-day {
  background: #461D7C;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
}
.datepicker.datepicker.datepicker--day td:hover a, .datepicker.datepicker.datepicker--day td.ui-datepicker-current-day a {
  color: inherit;
  text-decoration: none;
}
.datepicker.datepicker.datepicker--week td.ui-datepicker-current-day {
  background: #461D7C;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
}
.datepicker.datepicker.datepicker--week td.ui-datepicker-current-day a {
  color: inherit;
  text-decoration: none;
}
.datepicker.datepicker.datepicker--week thead {
  pointer-events: none;
}
.datepicker.datepicker.datepicker--week tr:hover, .datepicker.datepicker.datepicker--week tr.ui-active-week {
  background: #461D7C;
  width: 30px;
  height: 30px;
  border-radius: 0;
  color: #fff;
}
.datepicker.datepicker.datepicker--week tr:hover td, .datepicker.datepicker.datepicker--week tr.ui-active-week td {
  border-radius: 0;
}
.datepicker.datepicker.datepicker--week tr:hover a, .datepicker.datepicker.datepicker--week tr.ui-active-week a {
  color: inherit;
  text-decoration: none;
}
.datepicker.datepicker.datepicker--week tr:hover td:first-of-type, .datepicker.datepicker.datepicker--week tr.ui-active-week td:first-of-type {
  border-radius: 15px 0 0 15px;
}
.datepicker.datepicker.datepicker--week tr:hover td:last-of-type, .datepicker.datepicker.datepicker--week tr.ui-active-week td:last-of-type {
  border-radius: 0 15px 15px 0;
}
.datepicker.datepicker.datepicker--month {
  position: relative;
}
.datepicker.datepicker.datepicker--month #year {
  display: block;
}
.datepicker.datepicker.datepicker--month #next, .datepicker.datepicker.datepicker--month #prev {
  position: absolute;
  font-size: 0;
  width: 20px;
  height: 20px;
  top: 0;
}
.datepicker.datepicker.datepicker--month #next::before, .datepicker.datepicker.datepicker--month #prev::before {
  color: #461D7C;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e903";
  font-family: icomoon;
  font-size: 2rem;
}
.datepicker.datepicker.datepicker--month #next {
  right: 0;
}
.datepicker.datepicker.datepicker--month #next::before {
  content: "\e905";
}
.datepicker.datepicker.datepicker--month .months {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.datepicker.datepicker.datepicker--month .months a {
  text-align: center;
  width: 30%;
  line-height: 56px;
  border: 1px solid rgba(70, 29, 124, 0.2);
  color: #000;
  border-radius: 4px;
  margin-top: 11px;
}
.datepicker.datepicker.datepicker--month .months a:hover {
  text-decoration: none;
}
.datepicker.datepicker.datepicker--month .months a.active {
  color: #fff;
  background: #461D7C;
}

.calendar-view-buttons {
  margin-top: 54px;
}

.move-dates-container {
  margin: 20px 0 50px 0;
}
.move-dates-container > span {
  margin-left: 28px;
}

.move-date-control {
  display: inline-block;
}
.move-date-control span {
  color: #461D7C;
  font-size: 1.5rem;
}
.move-date-control.move-date-control--next span {
  margin-left: 10px;
}
.move-date-control.move-date-control--prev span {
  margin-right: 10px;
}
.move-date-control a {
  display: inline-block;
}
.move-date-control a::after {
  margin-top: -4px;
  display: block;
  content: "";
  border-bottom: solid 1px #461D7C;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.move-date-control a:hover {
  color: #461D7C;
  text-decoration: none;
}
.move-date-control a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.tray--info-block + .tray--info-block {
  margin-top: 60px;
}

.profile-block, .info-block {
  display: flex;
  flex-direction: column;
  background-color: #F8F6FA;
  border-radius: 2px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 40px;
  z-index: 10;
}
.profile-block ._1-1, .info-block ._1-1 {
  width: 100%;
}
.profile-block .section a, .info-block .section a {
  display: inline-block;
}
.profile-block .section a::after, .info-block .section a::after {
  margin-top: -4px;
  display: block;
  content: "";
}
.profile-block .section a:hover, .info-block .section a:hover {
  color: #461D7C;
  -webkit-text-decoration: active;
          text-decoration: active;
}
.profile-block .section a:hover::after, .info-block .section a:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.profile-block .section.contact-info, .info-block .section.contact-info {
  margin-top: 25px;
}
.profile-block .section.contact-info div, .info-block .section.contact-info div {
  position: relative;
  padding-left: 27px;
}
.profile-block .section.contact-info span._svg, .info-block .section.contact-info span._svg {
  margin-right: 10px;
  color: #461D7C;
  opacity: 0.3;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.profile-block .button, .info-block .button {
  margin-top: 20px;
  padding-left: 44px;
  padding-right: 44px;
}

.info-block {
  margin-bottom: 0;
}
.info-block p:last-of-type {
  margin-bottom: 0;
}
.info-block ._16-9 {
  margin-bottom: 0;
}

.profile-info {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
.profile-info._alumni .header {
  margin-top: 30px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.profile-info._alumni .header h6, .profile-info._alumni .header .h6 {
  margin-bottom: 0;
}
.profile-info._alumni .header .grad-date {
  margin-bottom: 15px;
}
.profile-info._alumni .header .grad-date:last-of-type {
  margin-bottom: 0;
}
.profile-info._alumni .header a {
  display: inline-block;
}
.profile-info._alumni .header a::after {
  margin-top: -4px;
  display: block;
  content: "";
}
.profile-info._alumni .header a:hover {
  color: #461D7C;
  -webkit-text-decoration: active;
          text-decoration: active;
}
.profile-info._alumni .header a:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.profile-info._alumni .info .section {
  display: flex;
  flex-direction: column;
}
.profile-info._alumni .info .section div.right a {
  margin-right: 15px;
}
.profile-info._alumni .info .section div.right a:last-of-type {
  margin-right: 0;
}
.profile-info._alumni .info .section:last-of-type {
  margin-bottom: 0;
}

.info-block ._16-9 {
  min-width: 420px;
}
.info-block .text-section {
  padding: 23px 23px 23px 0;
}
.info-block h3, .info-block .h3 {
  margin-bottom: 0;
}
.info-block .sub-header {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.info-block .sub-header span {
  color: #999999;
}

@media (min-width: 768px) {
  .profile-block, .info-block {
    flex-direction: row;
  }
  .profile-block ._1-1, .info-block ._1-1 {
    margin-right: 20px;
    width: 36%;
    max-width: 300px;
  }

  .info-block ._16-9 {
    margin-right: 25px;
  }
}
@media (min-width: 992px) {
  .profile-block .button, .info-block .button {
    margin-top: 20px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .profile-info._alumni .header {
    display: flex;
  }
  .profile-info._alumni .header .grad-year {
    text-align: right;
    width: 30%;
  }
  .profile-info._alumni .info .section {
    flex-direction: row;
    margin-bottom: 25px;
  }
  .profile-info._alumni .info .section div.left {
    width: 50%;
  }
}
.stat-cards-tray {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.stat-cards-tray .card {
  border: 0;
  border-radius: 0;
  height: 240px;
  text-align: center;
  width: 100%;
  margin: 50px 0;
  font-family: Oswald;
  position: relative;
}
.stat-cards-tray .card::after {
  content: "";
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 1px;
  background: #D8D8D8;
}
.stat-cards-tray .card:last-of-type::after {
  display: none;
}
.stat-cards-tray .card .icon, .stat-cards-tray .card .large-text, .stat-cards-tray .card .info {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.stat-cards-tray .card .large-text {
  color: #461D7C;
  font-size: 7.6rem;
  letter-spacing: 1.81px;
  font-weight: 200;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.stat-cards-tray .card .large-text span {
  position: absolute;
  display: inline-block;
  font-size: 2.2rem;
  letter-spacing: 0.37px;
  font-weight: 300;
}
.stat-cards-tray .card .large-text span._right {
  -webkit-transform: rotate(-270deg) translateY(-50%);
          transform: rotate(-270deg) translateY(-50%);
  top: 20%;
  right: -30px;
}
.stat-cards-tray .card .info {
  font-size: 2rem;
  color: #000;
  letter-spacing: 0.33px;
  width: 70%;
  top: calc(50% + 70px);
}
.stat-cards-tray .card p {
  color: #999;
  font-size: 14px;
  margin-bottom: 0;
}

#pt-index .stat-cards-tray .card .info {
  width: 70%;
}

#pt-why-lsus .stat-cards-tray {
  margin: 100px 0;
}

._breakout-container {
  max-width: 1500px;
}

@media (min-width: 992px) {
  .stat-cards-tray {
    flex-direction: row;
    margin: 100px 0;
  }
  .stat-cards-tray .card::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    right: 0;
    height: calc(100% - 40px);
    width: 1px;
  }
}
.life-at-lsus {
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}
.life-at-lsus .color-fade {
  background-color: rgba(70, 29, 124, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.life-at-lsus ._16-9 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.life-at-lsus .header {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  color: #fff;
}
.life-at-lsus .header img {
  width: 63px;
  margin-right: 25px;
  margin-bottom: 20px;
}
.life-at-lsus .header h1, .life-at-lsus .header .h1 {
  margin-bottom: 0;
  color: #fff;
}

._news-events-tray {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
}
._news-events-tray .scroll-outter {
  overflow: scroll;
}
._news-events-tray .scroll-inner {
  width: 1153px;
}
._news-events-tray .header {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
._news-events-tray .header h1, ._news-events-tray .header .h1 {
  margin-bottom: 0;
  margin-right: 20px;
  float: left;
}
._news-events-tray .header form {
  margin-top: 10px;
  min-width: 256px;
  max-width: 256px;
}
._news-events-tray .center-item p {
  margin: 5px 30px 0 30px;
}

.news-event-item-holder {
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-overflow-scrolling: touch;
}
.news-event-item-holder .item {
  width: 270px;
  height: 270px;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  color: #212121;
  position: relative;
  margin: 0 12px;
}
.news-event-item-holder .item:first-of-type {
  margin-left: 0;
}
.news-event-item-holder .item:last-of-type {
  margin-right: 0;
}
.news-event-item-holder .item:hover {
  border: 2px solid #461D7C;
}
.news-event-item-holder .item .inner {
  padding: 20px 24px;
  position: relative;
  z-index: 2;
}
.news-event-item-holder .item:hover .item-icon {
  color: #FDD023;
  opacity: 1;
}
.news-event-item-holder .item .type, .news-event-item-holder .item .date {
  font-family: "Roboto", sans-serif;
}
.news-event-item-holder .item .type {
  color: #999;
  font-size: 1.4rem;
}
.news-event-item-holder .item .date {
  font-size: 1.6rem;
  margin-top: 40px;
  position: relative;
}
.news-event-item-holder .item .date::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 64px;
  height: 1px;
  background-color: #D8D8D8;
}
.news-event-item-holder .item .title {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  margin-top: 10px;
  color: #212121;
}
.news-event-item-holder .item .title a {
  color: inherit;
}
.news-event-item-holder .item .item-icon {
  position: absolute;
  top: 20px;
  right: 24px;
  opacity: 0.12;
  color: #000;
}
.news-event-item-holder .item._item--with-image {
  border: 0;
}
.news-event-item-holder .item._item--with-image .title, .news-event-item-holder .item._item--with-image .type {
  color: #fff;
}
.news-event-item-holder .item._item--with-image .title a, .news-event-item-holder .item._item--with-image .type a {
  color: inherit;
}
.news-event-item-holder .item._item--with-image img {
  position: absolute;
  z-index: 1;
  width: 100%;
  min-height: 322px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news-event-item-holder .item._item--with-image .color-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #461D7C;
  z-index: 2;
  opacity: 0;
}
.news-event-item-holder .item._item--with-image:hover .color-fade {
  opacity: 0.8;
}

@media (min-width: 992px) {
  ._news-events-tray .scroll-outter {
    overflow: hidden;
  }
  ._news-events-tray .scroll-inner {
    width: 100%;
  }
  ._news-events-tray .header {
    flex-direction: row;
    align-items: center;
  }

  .news-event-item-holder {
    overflow-y: unset;
  }
  .news-event-item-holder .item {
    width: 350px;
    height: 350px;
  }
}
.youtube-container {
  position: relative;
  margin: 80px 0;
}
.youtube-container .img-container {
  max-height: 320px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.youtube-container .img-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52%;
}
.youtube-container::before, .youtube-container::after {
  position: absolute;
  content: "";
  background-color: #FDD023;
  width: calc(100% - 40px);
  height: 10px;
  border-radius: 2px 2px 0 0;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.youtube-container::after {
  top: auto;
  bottom: -10px;
  border-radius: 0 0 2px 2px;
}
.youtube-container img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.youtube-container .play-button {
  width: 310px;
  height: 120px;
  background-color: rgba(70, 29, 124, 0.9);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  color: #FDD023;
  font-size: 2.5rem;
  font-family: "Oswald", sans-serif;
  display: flex;
  text-align: left;
  padding-right: 20px;
  align-items: center;
}
.youtube-container .play-button ._svg {
  color: #fff;
  font-size: 6rem;
  margin-left: 30px;
  margin-right: 10px;
}
.youtube-container .play-button:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
  background-color: #461d7c;
}

@media (min-width: 1200px) {
  .youtube-container .play-button {
    width: 390px;
    height: 161px;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
  }
}
.tray--our-tradition {
  z-index: 1;
  position: relative;
  background-color: #FDD023;
  padding-top: 150px;
  margin-top: -100px;
}
.tray--our-tradition h1.underline:after, .tray--our-tradition .h1.underline:after {
  background-color: #461D7C;
}
.tray--our-tradition .curve-top, .tray--our-tradition .curve-bottom {
  width: 220%;
  z-index: 1;
}

@media (min-width: 992px) {
  .tray--our-tradition .curve-top, .tray--our-tradition .curve-bottom {
    width: 160%;
  }
}
.tray--life-after, .tray--stand-out-image {
  position: relative;
  background: #2E104E;
  padding-bottom: 160px;
  margin-bottom: 110px;
}
.tray--life-after .img-wrapper, .tray--stand-out-image .img-wrapper {
  position: absolute;
  width: 100%;
  min-height: 600px;
}
.tray--life-after .img-wrapper ._16-9, .tray--stand-out-image .img-wrapper ._16-9 {
  min-height: 600px;
}
.tray--life-after .container, .tray--stand-out-image .container {
  margin-top: -10px;
}
.tray--life-after .copy, .tray--stand-out-image .copy {
  background-color: rgba(70, 29, 124, 0.9);
  margin-right: 40px;
  width: 90%;
  padding: 70px 40px 50px 40px;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-top: 300px;
}
.tray--life-after .copy p:first-of-type, .tray--stand-out-image .copy p:first-of-type {
  margin-top: 60px;
}
.tray--life-after .copy::after, .tray--stand-out-image .copy::after {
  position: absolute;
  right: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(70, 29, 124, 0.9);
}
.tray--life-after .stat, .tray--stand-out-image .stat {
  border-radius: 0 2px 2px 0;
  background-color: rgba(70, 29, 124, 0.9);
  color: #fff;
  padding: 25px 56px 25px 0;
  position: relative;
  z-index: 3;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 195px;
  max-width: 70%;
  margin-bottom: -94px;
}
.tray--life-after .stat::before, .tray--stand-out-image .stat::before {
  position: absolute;
  left: -150%;
  top: 0;
  content: "";
  width: 150%;
  height: 100%;
  background-color: rgba(70, 29, 124, 0.9);
}
.tray--life-after .stat .number, .tray--stand-out-image .stat .number {
  line-height: 88px;
  font-size: 10.6rem;
  font-weight: 200;
  color: #FDD023;
  letter-spacing: 1.65px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}
.tray--life-after .img-bleed-out, .tray--stand-out-image .img-bleed-out {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(46, 16, 78, 0) 0%, #2e104e 100%);
}

@media (min-width: 992px) {
  .tray--life-after, .tray--stand-out-image {
    background: transparent;
  }
  .tray--life-after .copy, .tray--stand-out-image .copy {
    width: 653px;
    margin-top: -10px;
  }
  .tray--life-after .stat, .tray--stand-out-image .stat {
    margin-top: -250px;
    max-width: auto;
  }
  .tray--life-after .img-bleed-out, .tray--stand-out-image .img-bleed-out {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 200px;
    bottom: 59px;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  }
}
#pt-why-lsus .stats-tray {
  margin: 150px 0 100px 0;
}

.stats-tray {
  display: flex;
  flex-direction: column;
  margin: 80px 0;
}
.stats-tray .stat-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.stats-tray .stat-container::after {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ccc;
}
.stats-tray .stat-container:last-of-type::after {
  display: none;
}
.stats-tray .stat {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  min-height: 280px;
  text-align: center;
  padding: 50px 0;
  font-family: Oswald;
}
.stats-tray .stat > div {
  width: 100%;
}
.stats-tray .stat .icon {
  align-self: flex-start;
}
.stats-tray .stat .big-text {
  align-self: center;
  line-height: 2;
}
.stats-tray .stat .info {
  align-self: flex-end;
  font-size: 2rem;
}
.stats-tray .stat .info span {
  color: #999;
  font-size: 1.4rem;
  display: block;
}
.stats-tray .stat._flex-row {
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
.stats-tray .stat._flex-row .info {
  padding: 0;
}
.stats-tray .stat .big-text {
  color: #461D7C;
  font-size: 5.6rem;
  letter-spacing: 1.81px;
  font-weight: 200;
  position: relative;
}
.stats-tray .stat .big-text span {
  display: inline-block;
  font-size: 2.2rem;
  letter-spacing: 0.37px;
  font-weight: 300;
  position: relative;
}
.stats-tray .stat .big-text span._right {
  -webkit-transform: rotate(-270deg) translateY(-50%);
          transform: rotate(-270deg) translateY(-50%);
  top: -15px;
  margin-left: -30px;
}
.stats-tray .stat .big-text span._left {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media (min-width: 992px) {
  .stats-tray {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .stats-tray .stat-container::after {
    width: 1px;
    height: calc(100% - 40px);
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .stats-tray .stat {
    padding: 0;
  }
  .stats-tray .stat .info {
    padding: 0 60px;
  }
  .stats-tray .stat._flex-row {
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
  }
  .stats-tray .stat._flex-row .icon {
    width: 45px;
    margin-right: 50px;
    margin-top: -70px;
    align-self: auto;
  }
  .stats-tray .stat._flex-row .big-text {
    align-self: auto;
    font-size: 7.6rem;
  }
  .stats-tray .stat._flex-row .info {
    align-self: auto;
  }
  .stats-tray .stat .line {
    position: absolute;
    right: 0;
    width: 1px;
    background-color: red;
    height: calc(100% - 40px);
  }
}
.tray--stat-logo {
  position: relative;
}

.where-are-they-now-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.where-are-they-now-icons > * {
  margin: 10px;
}

.tray--stand-out-image {
  position: relative;
  z-index: 0;
  margin-top: -40px;
  height: 1000px;
}
.tray--stand-out-image .img-wrapper {
  height: 1000px;
}
.tray--stand-out-image .img-wrapper ._16-9 {
  height: 1000px;
}
.tray--stand-out-image .copy {
  border-radius: 2px 0 0 2px;
  margin-top: 50%;
  background-color: #fff;
  color: #212121;
}
.tray--stand-out-image .container {
  height: 1000px;
  margin-top: 0;
}
.tray--stand-out-image .stat {
  background-color: transparent;
  padding: 0;
}
.tray--stand-out-image .stat button {
  height: 142px;
  border-radius: 0 2px 2px 0;
  background-color: rgba(70, 29, 124, 0.9);
  padding-right: 30px;
  display: flex;
  align-items: center;
  color: #FDD023;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
}
.tray--stand-out-image .stat button ._svg {
  color: #fff;
  font-size: 5rem;
  margin-right: 10px;
  margin-left: 20px;
}
.tray--stand-out-image + #pre-footer {
  margin-top: -110px;
}

.tray--full-width-50-split {
  margin: 30px 0;
}
.tray--full-width-50-split ._1-1 {
  width: 100%;
}
.tray--full-width-50-split ._50-split-text {
  padding-bottom: 50px;
}
.tray--full-width-50-split .row .col-12._50-split-text {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .tray--full-width-50-split {
    margin: 50px 0;
  }
  .tray--full-width-50-split ._50-split-text {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
  }
  .tray--full-width-50-split .row {
    margin-bottom: -10px;
  }
  .tray--full-width-50-split .row .col-12.col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .tray--full-width-50-split .row .col-12.col-md-6._50-split-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .tray--full-width-50-split .row .col-12.col-md-6._50-split-text {
    padding-left: 80px;
    padding-right: 194px;
    display: flex;
    align-items: center;
  }
}
.list {
  padding: 0;
  margin: 0;
}
.list li {
  list-style: none;
}
.list li {
  position: relative;
  margin-left: 20px;
}
.list li::before {
  position: absolute;
  content: "•";
  font-size: 1.8rem;
  color: #000;
  left: -20px;
}

@media (min-width: 992px) {
  .list._list--2-col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
.large-stat-container {
  position: relative;
  padding: 50px 0 0;
}
.large-stat-container p {
  color: #fff;
}
.large-stat-container .section {
  margin: 50px 0;
}
.large-stat-container .color-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 6, 56, 0.9);
  z-index: 2;
}
.large-stat-container .background-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.large-stat-container .background-image-wrapper .background-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.large-stat-container .container {
  position: relative;
  z-index: 3;
}

.stat-box {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px 0 0 2px;
  padding: 30px 0 30px 30px;
  position: relative;
  margin-bottom: 60px;
}
.stat-box:last-of-type {
  margin-bottom: 0;
}
.stat-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background-color: inherit;
}
.stat-box .header {
  font-size: 10rem;
  font-weight: 200;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.stat-box p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
}
.stat-box p:last-of-type {
  margin-bottom: 0;
}

#pt-life-after-lsus .large-stat-container h1,
#pt-life-after-lsus .large-stat-container .h1 {
  font-size: 4.1rem;
}
#pt-life-after-lsus .stat-box {
  padding: 20px 0 20px 30px;
}
#pt-life-after-lsus .stat-box p {
  width: 100%;
  margin-top: 10px;
  margin-left: 15px;
}
#pt-life-after-lsus .logos-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
#pt-life-after-lsus .logos-container img {
  width: 150px;
}
#pt-life-after-lsus .logos-container div {
  display: inline;
  margin: 20px 4%;
}

@media (min-width: 768px) {
  #pt-life-after-lsus .stat-box {
    width: 50%;
    float: left;
  }
  #pt-life-after-lsus .stat-box::after {
    display: none;
  }
  #pt-life-after-lsus .stat-box:last-of-type::after {
    display: block;
  }
  #pt-life-after-lsus .logos-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
._search-bar {
  padding: 20px 0;
}
._search-bar .header {
  color: #fff;
  font-family: Oswald;
  font-size: 2.4rem;
  letter-spacing: 0.4px;
  line-height: 32px;
  text-align: center;
}
._search-bar form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 0 15px;
}
._search-bar form .icon-search {
  position: absolute;
  color: #FDD023;
  left: 15px;
}
._search-bar form input {
  background: transparent;
  border: 0;
  width: 100%;
  height: 40px;
  padding-left: 30px;
  line-height: 18px;
  color: #fff;
}
._search-bar form input::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.6;
  font-family: Roboto;
}
._search-bar form input:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.6;
  font-family: Roboto;
}
._search-bar form input::-moz-placeholder {
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.6;
  font-family: Roboto;
}
._search-bar form input:-moz-placeholder {
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.6;
  font-family: Roboto;
}
._search-bar form input:focus {
  outline: none;
}
._search-bar form:focus-within {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.popular-search {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 4px;
}
.popular-search a {
  color: #FDD023;
  font-style: italic;
  display: inline-block;
  position: relative;
}
.popular-search a::after {
  content: ", ";
}
.popular-search a:last-of-type::after {
  content: "";
}
.popular-search a a {
  color: inherit;
  text-decoration: none;
}
.popular-search a a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  ._search-bar .header {
    text-align: left;
  }
}
._academics-lists {
  margin-top: 50px;
}
._academics-lists .styled-checkbox {
  margin-bottom: 20px;
}
._academics-lists .checkbox-wrapper label {
  font-size: 1.4rem;
}
._academics-lists ul {
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  list-style: none;
  position: relative;
}
._academics-lists ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #D8D8D8;
}
._academics-lists ul:last-of-type::after {
  display: none;
}
._academics-lists ul li {
  color: #000;
  font-size: 1.6rem;
  margin-left: -10px;
}
._academics-lists ul li a {
  padding: 0 10px;
  display: inline-block;
  line-height: 36px;
  color: inherit;
  background: linear-gradient(to left, #fff 50%, #F8F6FA 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.25s ease;
  box-shadow: inset 0 0 0 #461D7C;
}
._academics-lists ul li a:hover {
  background-position: left bottom;
  text-decoration: none;
  box-shadow: inset 2px 0 0 #461D7C;
}
._academics-lists ul li a:hover span.inner-span {
  background-color: #461D7C;
  color: #fff;
}
._academics-lists ul li a span {
  color: #999;
}
._academics-lists ul li a span.inner-span {
  margin-left: 5px;
  color: #461D7C;
  font-size: 1.2rem;
  line-height: 18px;
  border-radius: 4px;
  background-color: #F8F6FA;
  height: 18px;
  width: 46px;
  text-align: center;
  display: inline-block;
  transition: all 0.25s ease;
}
._academics-lists ul li ul {
  display: none;
  margin: 0 0 0 20px;
  padding: 0;
}
._academics-lists ul li ul li {
  font-size: 1.4rem;
  line-height: 30px;
}

.academic-info-box {
  border-radius: 2px;
  background-color: #F8F6FA;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.academic-info-box .inner-content {
  padding: 30px;
}
.academic-info-box .group .h1 {
  margin-bottom: 0;
}
.academic-info-box .group .h5 {
  font-weight: 300;
}
.academic-info-box .group .h5 span {
  color: #999;
}
.academic-info-box .button {
  margin-top: 25px;
}
.academic-info-box .header {
  font-family: Roboto;
}
.academic-info-box .header .sub-header {
  color: #999;
  font-size: 1.4rem;
}
.academic-info-box .section {
  margin-bottom: 16px;
}
.academic-info-box .section h6, .academic-info-box .section .h6 {
  margin-bottom: 0;
}
.academic-info-box .section a {
  display: inline-block;
  text-decoration: underline;
}
.academic-info-box .section:first-of-type {
  margin-top: 30px;
}

.search-results {
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.search-results li {
  list-style: none;
  margin-bottom: 50px;
}
.search-results li .header {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 200;
  margin-bottom: 20px;
  box-shadow: 0 1px 0 #461D7C;
  display: inline-block;
  line-height: 1.4;
}
.search-results li:hover .header {
  box-shadow: 0 1px 0 #0056b3;
}
.search-results li:hover a {
  text-decoration: none;
}
.search-results li.standout {
  background-color: #F8F6FA;
  padding: 20px;
  border-top: solid 2px #461D7C;
}
.search-results li .url {
  text-decoration: underline;
  margin: -15px 0 10px 0;
}

#pt-search-results .hgroup h1 {
  font-size: 7.2rem;
}

#filters .group {
  margin-bottom: 20px;
}
#filters .styled-checkbox {
  margin-bottom: 10px;
}
#filters .styled-checkbox label {
  margin-left: 10px;
  font-size: 1.6rem;
  color: #461D7C;
}

.accordion {
  border: solid #d7d7d7;
  border-width: 1px 1px 0 1px;
  font-family: "Libre Franklin", sans-serif;
  margin-bottom: 30px;
}
.accordion .card {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
}
.accordion .card:first-of-type {
  border-top: 0;
}
.accordion .card .card-header {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 30px;
  border-bottom: solid 1px #d7d7d7;
}
.accordion .card .card-header .view-all {
  font-family: "Merriweather", serif;
  color: #461D7C;
  text-transform: uppercase;
  margin-left: auto;
  background-color: transparent;
  border: 0;
}
.accordion .card .card-header:focus-within {
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.accordion .card .card-header button:focus {
  box-shadow: 0 0 0;
}
.accordion .card .card-header button.view-all:after {
  font-weight: 700;
}
.accordion .card .card-header button.view-all[aria-expanded=false]:after {
  content: "View All Filters";
}
.accordion .card .card-header button.view-all[aria-expanded=true]:after {
  content: "Close Filters";
}
.accordion .card .card-header button.view-all.close-first[aria-expanded=true]:after {
  content: "Close Filters";
}
.accordion .card .card-header button.view-all.close-first[aria-expanded=false]:after {
  content: "View All Filters";
}
.accordion .card .card-body {
  padding: 20px 30px 20px 20px;
  border-bottom: solid 1px #d7d7d7;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #444;
}
.accordion .card .card-body p {
  margin-bottom: 5px;
}
.accordion .card .card-body .topics-wrapper {
  display: flex;
  flex-direction: column;
}
.accordion .card .card-body button {
  border: 0;
}
.accordion .card .card-title {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #444;
}
.accordion .card button[type=reset],
.accordion .card .card-header button {
  border: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #444;
  display: flex;
  align-items: center;
}
.accordion .card button[type=reset] .button-icon,
.accordion .card .card-header button .button-icon {
  position: relative;
  margin-left: auto;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.accordion .card button[type=reset] .button-icon:before, .accordion .card button[type=reset] .button-icon:after,
.accordion .card .card-header button .button-icon:before,
.accordion .card .card-header button .button-icon:after {
  content: "";
  background: #461D7C;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion .card button[type=reset] .button-icon:after,
.accordion .card .card-header button .button-icon:after {
  width: 15px;
  height: 3px;
}
.accordion .card button[type=reset] .button-icon:before,
.accordion .card .card-header button .button-icon:before {
  width: 3px;
  height: 15px;
}
.accordion .card button[type=reset]:not(.collapsed) .button-icon:before,
.accordion .card .card-header button:not(.collapsed) .button-icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion .card button[type=reset]:hover, .accordion .card button[type=reset]:focus,
.accordion .card .card-header button:hover,
.accordion .card .card-header button:focus {
  text-decoration: none;
}

.accordion > .card > .card-header {
  margin-bottom: 0;
}

.tray--accordion--borderless .accordion {
  border: 0;
}
.tray--accordion--borderless .accordion .card-header {
  padding-left: 0;
  padding-right: 10px;
}

.profile-listeing {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border: solid 1px #dadada;
  margin-bottom: 30px;
}
.profile-listeing:last-of-type {
  margin-bottom: 60px;
}
.profile-listeing__image {
  width: 100%;
  margin-bottom: 20px;
}
.profile-listeing__content {
  display: flex;
  flex-direction: column;
}
.profile-listeing h4 {
  font-size: 2rem;
  margin-bottom: 0;
}
.profile-listeing .title {
  font-size: 1.6rem;
}
.profile-listeing address {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.profile-listeing .view-profile {
  font-size: 1.4rem;
  margin-top: auto;
  display: flex;
  align-items: center;
}
.profile-listeing .view-profile .icon-arrowright {
  font-size: 2rem;
  margin-left: 5px;
  background-image: none;
}
.profile-listeing .view-profile:hover {
  box-shadow: 0 0 0;
  text-decoration: none;
}

.accordion-wrap .profile-wrapper {
  display: none;
}
.accordion-wrap .accordion-toggle {
  cursor: pointer;
}
.accordion-wrap .accordion-toggle .icon-nav-expand {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
}
.accordion-wrap .accordion-toggle.active .icon-nav-expand {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 758px) {
  .profile-listeing {
    flex-direction: row;
  }
  .profile-listeing__image {
    width: 150px;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .profile-listeing + .profile-listeing {
    margin-top: -31px;
  }
}

/*# sourceMappingURL=main.css.map */