@import url("https://use.typekit.net/bos3plk.css");
@import url("//fonts.googleapis.com/css?family=Cabin:400,500,600,700|Covered+By+Your+Grace|Lato:300,400,700,900|Open+Sans:300,400,600,700,800&display=swap");
.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container.content-container {
  padding: 0;
}
.shuffle1-container .shuffle-slide {
  display: block !important;
}
.shuffle1-container .item-inner {
  position: relative;
}
.shuffle1-container .shuffle-main {
  --slick-arrow-color: white;
  z-index: 1;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-list {
  margin: 0;
  height: 100%;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-track {
  align-items: flex-start;
  height: 100%;
}
.shuffle1-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption {
  background: black;
  color: white;
  padding: 0.5em;
  line-height: var(--std-line-height);
}
.shuffle1-container .shuffle-main .shuffle-caption > p {
  margin-top: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle1-container .shuffle-main .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
}
.shuffle1-container .slick-dotted {
  margin-bottom: 0;
}
.shuffle1-container .slick-dots {
  position: absolute;
  z-index: 9999;
}
.shuffle1-container .slick-dots.slick-dots-bottom, .shuffle1-container .slick-dots.slick-dots-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .slick-dots.slick-dots-bottom {
  bottom: 0;
}
.shuffle1-container .slick-dots.slick-dots-top {
  top: 0;
}
.shuffle1-container .slick-dots.slick-dots-left, .shuffle1-container .slick-dots.slick-dots-right {
  flex-direction: column;
  top: 0;
  height: 100%;
  width: 2.75rem;
}
.shuffle1-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle1-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle1-container .slick-dots.number-dots {
  counter-reset: slide-num;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: white !important;
  color: black !important;
  border-radius: 0;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon:before {
  counter-increment: slide-num;
  content: counter(slide-num);
  font-size: 0.75rem;
  transition: font-size 0.2s ease-in-out;
}
.shuffle1-container .slick-dots.number-dots .slick-active .slick-dot-icon:before {
  font-size: 1rem;
}
.shuffle1-container.slick-autoplay .slick-autoplay-toggle-button {
  top: auto;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.shuffle1-container.slick-autoplay .has-navshuffle.navshuffle-position-bottom .slick-autoplay-toggle-button {
  bottom: 70px;
}
.shuffle1-container .shuffle-image {
  width: 100%;
}
.shuffle1-container .shuffle-navigation {
  --slick-arrow-color: white;
  position: absolute;
  z-index: 9;
  padding-left: 3rem;
  padding-right: 3rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}
.shuffle1-container .shuffle-navigation .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle1-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-navigation .slick-slide {
  position: relative;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-slide {
  margin: 0;
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-image {
  display: block;
  height: 3rem;
}
.shuffle1-container .shuffle-navigation .slick-slide.slick-current {
  border-color: white;
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom {
  bottom: 0;
}
.shuffle1-container .shuffle-navigation.navigation-position-top {
  top: 0;
}
.shuffle1-container .shuffle-navigation .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.shuffle1-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white;
  color: black;
}
@media screen and (max-width: 767px) {
  .shuffle1-container .shuffle-main .slick-arrow {
    top: 0;
  }
  .shuffle1-container .shuffle-main .slick-arrow.slick-prev {
    left: auto;
    right: 3rem;
  }
  .shuffle1-container .shuffle-navigation {
    display: none;
  }
  .shuffle1-container .slick-autoplay-toggle-button {
    display: none;
  }
  .shuffle1-container.no-mobile-captions .shuffle-caption {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
    top: 0;
  }
  .shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
    bottom: 0;
  }
  .shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
    top: calc(3.375rem + 1em);
  }
  .shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
    bottom: calc(3.375rem + 1em);
  }
  .shuffle1-container.slick-autoplay .caption-position-bottom {
    padding-bottom: 3rem;
  }
  .shuffle1-container .slick-dotted .caption-position-bottom {
    padding-bottom: 3rem;
  }
  .shuffle1-container .slick-dotted .caption-position-top {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

.spotlight1-container .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.spotlight1-container .spotlight-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}
.spotlight1-container .spotlight-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.spotlight1-container .item-summary.clipped-summary .item-text {
  overflow: hidden;
  max-height: 6.25em;
  line-height: 1.25em;
}
.spotlight1-container .item-text {
  margin-bottom: 20px;
}
.spotlight1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.spotlight1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.spotlight1-container.thumbnail-orientation-vertical .item-inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    max-width: 250px;
    margin-right: 15px;
  }
}

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}
.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news1-container.content-size-small .item {
  margin-bottom: 10px;
}
.news1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.news1-container.content-size-medium .item {
  margin-bottom: 20px;
}
.news1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.news1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.news1-container.content-size-large .item {
  margin-bottom: 30px;
}
.news1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}
.news1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.news1-container.thumbnail-orientation-vertical.content-size-small .news-item-image-holder {
  margin-bottom: 10px;
}
.news1-container.thumbnail-orientation-vertical.content-size-medium .news-item-image-holder {
  margin-bottom: 20px;
}
.news1-container.thumbnail-orientation-vertical.content-size-large .news-item-image-holder {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    max-width: 250px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.events1-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.events1-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.events1-container .event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.events1-container .event-date .event-month {
  font-size: 1.125em;
}
.events1-container .event-date .event-day {
  font-size: 2.25em;
}
.events1-container.content-size-small .item {
  margin-bottom: 10px;
}
.events1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.events1-container.content-size-small .event-date {
  font-size: 1rem;
}
.events1-container.content-size-medium .item {
  margin-bottom: 30px;
}
.events1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.events1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.events1-container.content-size-medium .event-date {
  font-size: 1.125rem;
}
.events1-container.content-size-large .item {
  margin-bottom: 30px;
}
.events1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}
.events1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.events1-container.content-size-large .event-date {
  font-size: 1.5rem;
}
.events1-container.date-orientation-vertical .item {
  text-align: center;
}
.events1-container.date-orientation-vertical.content-size-small .event-date {
  margin-bottom: 10px;
}
.events1-container.date-orientation-vertical.content-size-medium .event-date {
  margin-bottom: 20px;
}
.events1-container.date-orientation-vertical.content-size-large .event-date {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .events1-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .events1-container.date-orientation-horizontal .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

body:not(.index) {
  background-color: #f2f2f2;
}
body:not(.index) #header_main {
  background-color: white;
}
@media screen and (min-width: 1024px) {
  body:not(.index) #header_main .sitenav {
    background-color: #eeac05;
  }
  body:not(.index) #header_main .sitenav a {
    color: black !important;
  }
  body:not(.index) #header_main .sitenav a:before {
    background-color: black !important;
  }
}
@media screen and (min-width: 1024px) {
  body #header_main .school-name {
    padding: 5px 0 3px 0;
  }
}
body #header_main .header-logo.logo-replacement a {
  width: 106px;
  height: 114px;
  background-image: url("/pics/header_logo.png");
}
body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 106px;
  height: 114px;
  background-image: url("/pics/header_logo.png");
}
body #header_main .header-logo a .school-name-inner .first-line {
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  body #header_main .header-logo a .school-name-inner .first-line {
    margin-bottom: -5px;
  }
}
body #header_main .header-logo a .school-name-inner .second-line {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3125rem;
}
body #header_main .sitenav {
  color: white;
}
body #header_main .sitenav .nav-mobile-toggle {
  height: 44px;
  width: 44px;
}
body #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner, body #header_main .sitenav .nav-mobile-toggle:before, body #header_main .sitenav .nav-mobile-toggle:after {
  left: 8px;
  width: calc(100% - 16px);
  height: 5px;
  background-color: #480569;
}
body #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner {
  top: calc(50% - 2.5px );
}
body #header_main .sitenav .nav-mobile-toggle:before {
  top: 8px;
}
body #header_main .sitenav .nav-mobile-toggle:after {
  bottom: 8px;
}
body #header_main .sitenav .nav-mobile-toggle.animated.open:before {
  top: calc(50% - 2.5px);
}
body #header_main .sitenav .nav-mobile-toggle.animated.open:after {
  bottom: calc(50% - 2.5px);
}
body #header_main .sitenav .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  background: #480569;
  color: white;
}
body #header_main .sitenav .nav-item > a:focus, body #header_main .sitenav .nav-item > a:hover, body #header_main .sitenav .nav-item > a.open {
  color: white;
  background-color: #eeac05;
}
body #header_main .sitenav .sub-nav a {
  color: white;
  background: #480569;
}
body #header_main .sitenav .sub-nav a:focus, body #header_main .sitenav .sub-nav a:hover, body #header_main .sitenav .sub-nav a.open {
  color: white;
  background-color: #eeac05;
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav.column .nav-menu, body #header_main .sitenav.megamenu .nav-menu {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  body #header_main .sitenav.column .nav-item > a, body #header_main .sitenav.megamenu .nav-item > a {
    text-align: center;
  }
  body #header_main .sitenav.column .sub-nav, body #header_main .sitenav.megamenu .sub-nav {
    background-color: #480569;
  }
  body #header_main .sitenav.column .nav-item:last-child .sub-nav:focus, body #header_main .sitenav.column .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav.megamenu .sub-nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    padding: 20px;
  }
  body #header_main .sitenav.megamenu .sub-nav .sub-nav-group {
    width: 65%;
  }
  body #header_main .sitenav.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 65%);
  }
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav {
    margin-top: 15px;
  }
  body #header_main .sitenav.nav-group .nav-item > a {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    z-index: 0;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: white;
    background-color: transparent;
  }
  body #header_main .sitenav.nav-group .nav-item > a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: white;
    height: 1px;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  body #header_main .sitenav.nav-group .nav-item > a:before {
    left: 51%;
    right: 51%;
    bottom: 0;
    transition-property: left, right;
  }
  body #header_main .sitenav.nav-group .nav-item > a:hover:before, body #header_main .sitenav.nav-group .nav-item > a:focus:before, body #header_main .sitenav.nav-group .nav-item > a.open:before {
    left: 0;
    right: 0;
  }
  body #header_main .sitenav.nav-group .nav-item > a:hover, body #header_main .sitenav.nav-group .nav-item > a:focus, body #header_main .sitenav.nav-group .nav-item > a.open {
    color: white;
  }
  body #header_main .sitenav.nav-group .nav-item .sub-nav {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
  body #header_main .sitenav.nav-group .nav-item .sub-nav a {
    color: black;
    background-color: white;
  }
  body #header_main .sitenav.nav-group .nav-item .sub-nav a:hover, body #header_main .sitenav.nav-group .nav-item .sub-nav a:focus {
    color: white;
    background-color: #eeac05;
  }
}
body .slick-container .slick-dots li button:before {
  color: #480569;
}
body .slick-container .slick-dots.number-dots li button {
  background: #480569;
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: #480569;
}
body .slick-container .slick-dots li.slick-active button:before {
  color: #eeac05;
}
body .slick-container .slick-dots.number-dots li button {
  color: #eeac05;
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: #eeac05;
}
body .content-container .section-title {
  color: black;
}
body .content-container .read-more-link {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  transition-duration: 0.5s;
  transition-property: color;
  position: relative;
  color: white;
  background-color: black;
}
body .content-container .read-more-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #480569;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
  color: white;
}
body .content-container .read-more-link:hover:before, body .content-container .read-more-link:focus:before {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
body .content-container .read-more-link:before {
  transform: scaleX(0);
  transform-origin: 0 50%;
}
body .content-container .read-more-link:hover:before, body .content-container .read-more-link:focus:before {
  transform: scaleX(1);
}
body #content_main {
  box-shadow: none;
}
body #content_main .breadcrumb {
  color: #480569;
}
body #content_main .pageTitle {
  color: #480569;
}
body #content_main .right-column-page-navigation {
  background: #eeac05;
}
body #content_main .right-column-page-navigation li a {
  color: black;
}
body #content_main .right-column-page-navigation li.active a {
  background-color: #480569;
  color: white;
}
body #news_row {
  background-color: #e4e4e4;
}
body #events_row .item:nth-child(2) .event-date {
  color: black;
  background-color: #eeac05;
}
body #events_row .item .event-date {
  color: white;
  background-color: #480569;
}
body #footer_main {
  background-color: #480569;
}
body #footer_main .footer-logo {
  margin-bottom: 25px;
}
body #footer_main .footer-logo.logo-replacement {
  width: 91px;
  height: 98px;
  background-image: url("/pics/header_logo.png");
}
body #footer_main .footer-logo:not(.logo-replacement):before {
  width: 91px;
  height: 98px;
  background-image: url("/pics/header_logo.png");
}
body #footer_main .footer-logo .school-name-inner {
  color: white;
}
body #footer_main .footer-logo .school-name-inner .first-line {
  display: block;
  text-transform: uppercase;
  font-size: 2.1875rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  body #footer_main .footer-logo .school-name-inner .first-line {
    margin-bottom: -25px;
  }
}
body #footer_main .footer-logo .school-name-inner .second-line {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
}
body #footer_main .footer-info-block {
  color: white;
}
body #footer_main .footer-info-block a {
  color: white;
}
body #footer_main .footer-tools .links-list a {
  color: white;
}
body #footer_main .footer-secondary-nav {
  color: white;
}
body #footer_main .footer-secondary-nav > a {
  color: white;
}
body .powered-by-edlio-logo svg {
  fill: white;
}
body #mobile_nav {
  background: white;
}
body #mobile_nav a {
  color: #480569;
}
body #mobile_nav a svg {
  fill: #480569;
}
body #mobile_nav a:hover, body #mobile_nav a:focus {
  color: #eeac05;
}
body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: #eeac05;
}

.site-header .sitenav.column .nav-menu {
  max-width: 1084px !important;
}
