@import url("//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Oswald&family=Permanent+Marker&display=swap");
.video-container .video-item {
  display: block;
  width: 100%;
}

.video-container .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.links-container .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.links-container .link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
}

.links-container .link-item a.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.links-container .link-item svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50px;
  height: 50px;
}

.links-container.orientation-vertical .items-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.links-container.icon-orientation-vertical {
  text-align: center;
}

.links-container.icon-orientation-vertical .link-item a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.infographic-container .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.infographic-container .infographic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.infographic-container .infographic-item svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}

.infographic-container .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

.infographic-container .info-number,
.infographic-container .info-text {
  max-width: 100%;
}

.infographic-container .info-number {
  font-size: 1.5rem;
}

.infographic-container .info-text {
  font-size: 1.125rem;
}

.infographic-container.orientation-vertical .items-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .infographic-container .infographic-item {
    width: auto;
    max-width: none;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news1-container .news-item-image-holder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 100%;
}

.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: 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-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.events-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.events-container .event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.events-container .event-date .event-month {
  font-size: 1.125em;
}

.events-container .event-date .event-day {
  font-size: 2.25em;
}

@media screen and (min-width: 1024px) {
  .events-container.orientation-horizontal .items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .events-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .events-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .events-container.date-orientation-horizontal .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

body .bg-primary {
  background-color: #441273;
  color: white;
}

body .bg-primary .content-container .section-title {
  color: inherit;
}

body .bg-primary .content-container .read-more-link:hover, body .bg-primary .content-container .read-more-link:focus {
  background-color: white;
  color: black;
}

body .bg-secondary {
  background-color: #ffb81d;
  color: black;
}

body .bg-secondary .content-container .section-title {
  color: inherit;
}

body:not(.index) {
  background-color: #d3ced9 !important;
}

body #header_main {
  background-color: #441273;
  color: white;
}

body #header_main .skip-to-content-link:focus {
  z-index: 10000;
  background-color: #441273;
}

body #header_main .school-name > a .header-school-logo-image {
  height: 130px;
}

body #header_main .school-name > a .header-school-logo-text {
  max-width: 254px;
}

body #header_main .topbar {
  background-color: #441273;
}

body #header_main .sitenav-main {
  color: black;
}

body #header_main .sitenav-main .nav-menu {
  background: #ffb81d;
}

body #header_main .sitenav-main .nav-mobile-toggle {
  height: 44px;
  width: 44px;
}

body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner, body #header_main .sitenav-main .nav-mobile-toggle:before, body #header_main .sitenav-main .nav-mobile-toggle:after {
  left: 8px;
  width: calc(100% - 16px);
  height: 5px;
  background-color: white;
}

body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner {
  top: calc(50% - 2.5px);
}

body #header_main .sitenav-main .nav-mobile-toggle:before {
  top: 8px;
}

body #header_main .sitenav-main .nav-mobile-toggle:after {
  bottom: 8px;
}

body #header_main .sitenav-main .nav-mobile-toggle.open .nav-mobile-toggle-inner, body #header_main .sitenav-main .nav-mobile-toggle.open:before, body #header_main .sitenav-main .nav-mobile-toggle.open:after {
  background-color: black;
}

body #header_main .sitenav-main .nav-mobile-toggle.open.animated:before {
  top: calc(50% - 2.5px);
}

body #header_main .sitenav-main .nav-mobile-toggle.open.animated:after {
  bottom: calc(50% - 2.5px);
}

body #header_main .sitenav-main .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: black;
}

body #header_main .sitenav-main .nav-item > a:focus, body #header_main .sitenav-main .nav-item > a:hover, body #header_main .sitenav-main .nav-item > a.open {
  color: white;
  background-color: #441273;
}

body #header_main .sitenav-main .sub-nav a {
  color: black;
}

body #header_main .sitenav-main .sub-nav a:focus, body #header_main .sitenav-main .sub-nav a:hover, body #header_main .sitenav-main .sub-nav a.open {
  color: white;
  background-color: #441273;
}

@media screen and (max-width: 1023px) {
  body #header_main .sitenav-main .icon-only svg {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  body #header_main .sitenav-main .nav-menu {
    background: transparent;
  }
  body #header_main .sitenav-main.column .nav-menu, body #header_main .sitenav-main.megamenu .nav-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  body #header_main .sitenav-main.column .nav-item.icon-only svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only svg {
    height: 1em;
    fill: white;
  }
  body #header_main .sitenav-main.column .nav-item.icon-only .icon-only-text, body #header_main .sitenav-main.megamenu .nav-item.icon-only .icon-only-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  body #header_main .sitenav-main.column .nav-item.icon-only a:hover svg, body #header_main .sitenav-main.column .nav-item.icon-only a:focus svg, body #header_main .sitenav-main.column .nav-item.icon-only a.open svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only a:hover svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only a:focus svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only a.open svg {
    fill: white;
  }
  body #header_main .sitenav-main.column .nav-item > a, body #header_main .sitenav-main.megamenu .nav-item > a {
    text-align: center;
    color: white;
    background: transparent;
  }
  body #header_main .sitenav-main.column .nav-item > a:hover, body #header_main .sitenav-main.column .nav-item > a:focus, body #header_main .sitenav-main.column .nav-item > a.open, body #header_main .sitenav-main.megamenu .nav-item > a:hover, body #header_main .sitenav-main.megamenu .nav-item > a:focus, body #header_main .sitenav-main.megamenu .nav-item > a.open {
    background-color: transparent;
    color: white;
  }
  body #header_main .sitenav-main.column .sub-nav, body #header_main .sitenav-main.megamenu .sub-nav {
    background-color: #ffb81d;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 5px;
            box-shadow: rgba(0, 0, 0, 0.15) 0 3px 5px;
  }
  body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav:focus, body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav-main.column .nav-item:nth-last-child(2) .sub-nav:focus, body #header_main .sitenav-main.column .nav-item:nth-last-child(2) .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav-main.megamenu .sub-nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    padding: 2rem;
  }
  body #header_main .sitenav-main.megamenu .sub-nav .sub-nav-group {
    width: 50%;
  }
  body #header_main .sitenav-main.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 50%);
  }
}

@media screen and (min-width: 1024px) {
  body #header_main .sitenav-main.nav-group .nav-item > a {
    height: 130px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body #header_main .sitenav-main.nav-group .nav-item > a .nav-item-inner {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    z-index: 0;
    overflow: hidden;
    position: relative;
  }
  body #header_main .sitenav-main.nav-group .nav-item > a .nav-item-inner:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: #ffb81d;
    height: 2px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  body #header_main .sitenav-main.nav-group .nav-item > a .nav-item-inner:before {
    left: 51%;
    right: 51%;
    bottom: 0;
    -webkit-transition-property: left, right;
    transition-property: left, right;
  }
  body #header_main .sitenav-main.nav-group .nav-item > a:hover .nav-item-inner:before, body #header_main .sitenav-main.nav-group .nav-item > a:focus .nav-item-inner:before, body #header_main .sitenav-main.nav-group .nav-item > a.open .nav-item-inner:before {
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 1024px) {
  body #header_main {
    background-color: rgba(68, 18, 115, 0.8);
  }
}

@media screen and (min-width: 1024px) {
  body.index #header_main .sitenav-main .nav-item .sub-nav {
    background-color: rgba(255, 184, 29, 0.9);
  }
}

body #topbar_nav .nav-item > a {
  background-color: #ffb81d;
  color: black;
}

body #topbar_nav .nav-item > a:hover, body #topbar_nav .nav-item > a:focus, body #topbar_nav .nav-item > a.open {
  background-color: whitesmoke;
  color: black;
}

body #topbar_nav .nav-item .sub-nav {
  background-color: white;
}

body #topbar_nav .nav-item .sub-nav-group > li > a {
  color: black;
}

body #topbar_nav .nav-item .sub-nav-group > li > a:hover, body #topbar_nav .nav-item .sub-nav-group > li > a:focus, body #topbar_nav .nav-item .sub-nav-group > li > a.open {
  background-color: #ffb81d;
  color: black;
}

body #motto .motto-text .glow {
  text-shadow: -1px -1px 0 #ffb81d, 1px -1px 0 #ffb81d, -1px 1px 0 #ffb81d, 1px 1px 0 #ffb81d;
  color: #441273;
}

body #static_links_container .link-item > a:hover, body #static_links_container .link-item > a:focus {
  background-color: #ffb81d;
  color: #441273;
}

body #info1_row:before,
body #info2_row:before,
body #footer_main_row:before {
  background-color: rgba(68, 18, 115, 0.8);
}

body #info1_row .infographic-item svg,
body #info2_row .infographic-item svg {
  fill: #ffb81d;
}

body #news_container .item-name {
  color: #441273;
}

body #news_container .item.no-photo:before {
  background-image: url("/pics/header_school_logo_image.png");
}

body #news_container .read-more-link:hover, body #news_container .read-more-link:focus {
  background-color: #441273;
  color: white;
}

body #events_container .item {
  background-color: white;
  color: black;
}

body #events_container .item .event-date {
  color: #441273;
}

body .slick-container .slick-dots li button:before {
  color: #441273;
}

body .slick-container .slick-dots.number-dots li button {
  background: #441273;
}

body .slick-container .slick-dots.number-dots li.slick-active button {
  color: #441273;
}

body .slick-container .slick-dots li.slick-active button:before {
  color: #ffb81d;
}

body .slick-container .slick-dots.number-dots li button {
  color: #ffb81d;
}

body .slick-container .slick-dots.number-dots li.slick-active button {
  background: #ffb81d;
}

body .content-container .section-title {
  color: #441273;
}

body .content-container .read-more-link {
  background-color: #ffb81d;
  color: black;
}

body #content_main .pageTitle {
  color: #441273;
}

body #content_main .right-column-page-navigation {
  background: #441273;
}

body #content_main .right-column-page-navigation li a {
  color: white;
}

body #content_main .right-column-page-navigation li.active a {
  background-color: #ffb81d;
  color: black;
}

body #footer_main .footer-logo-image {
  max-width: 312px;
}

body #footer_main_row {
  border-top-color: #ffb81d;
}

body #mobile_nav {
  background: #441273;
}

body #mobile_nav a {
  color: white;
}

body #mobile_nav a svg {
  fill: white;
}
/*# sourceMappingURL=main.css.map */