@import url("https://use.typekit.net/rhd3lvy.css");
@import url("//fonts.googleapis.com/css?family=Bebas+Neue&display=swap");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "gill-sans-nova", sans-serif;
  font-size: 100%; }

html {
  height: 100%; }
  body {
    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;
    height: 100%;
    margin: 0; }

  .site-header,
  .site-footer {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    z-index: 9; }

  .site-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .site-content:focus {
      outline: none; }

body {
  min-width: 320px;
  background-color: white;
  color: black; }

.site-header {
  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;
  position: relative;
  z-index: 99; }
  .site-header .header-main-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1350px;
    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;
    position: relative; }
  .site-header .skip-to-content-link {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
    .site-header .skip-to-content-link:focus {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      clip: auto; }
  .site-header .topbar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%; }
  .site-header .topbar-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .site-header .topbar-inner > * {
      margin-top: 5px;
      margin-bottom: 5px; }
  .site-header .header-secondary-nav .section-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.5rem; }
  .site-header .header-secondary-nav .links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-header .header-secondary-nav .link-item {
    padding: 0 8px; }
    .site-header .header-secondary-nav .link-item a {
      text-decoration: none; }
      .site-header .header-secondary-nav .link-item a:hover, .site-header .header-secondary-nav .link-item a:focus {
        text-decoration: underline; }
  .site-header .header-logo.logo-replacement a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    overflow: hidden;
    height: 230px;
    width: 331px;
    max-width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    font-size: .1rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/pics/header_logo.png"); }
  .site-header .header-logo:not(.logo-replacement) a:before {
    content: "";
    display: block;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 331px;
    height: 230px;
    margin-bottom: 15px;
    background-image: url("/pics/header_logo.png"); }
  .site-header .header-title a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    max-width: 100%;
    text-decoration: none; }
    .site-header .header-title a .school-name-inner {
      max-width: 100%; }
  .site-header .marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box; }
    .site-header .marquee .marquee-inner {
      display: inline-block;
      padding-left: 100%; }
      .site-header .marquee .marquee-inner:hover {
        animation-play-state: paused; }
    .site-header .marquee.marquee-speed-18 .marquee-inner {
      animation: marquee 15s linear infinite; }
    .site-header .marquee.marquee-speed-35 .marquee-inner {
      animation: marquee 30s linear infinite; }
    .site-header .marquee.marquee-speed-7 .marquee-inner {
      animation: marquee 7.5s linear infinite; }
    .site-header .marquee .marquee-content {
      float: left; }
@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }
  .site-header .sitenav.hamburger {
    width: 100%; }
    .site-header .sitenav.hamburger .nav-mobile-toggle {
      position: absolute;
      display: block;
      overflow: hidden;
      font-size: 0;
      border: none;
      background-color: transparent;
      cursor: pointer; }
      .site-header .sitenav.hamburger .nav-mobile-toggle .nav-mobile-toggle-inner {
        position: absolute;
        display: block;
        transition: .25s; }
      .site-header .sitenav.hamburger .nav-mobile-toggle:before, .site-header .sitenav.hamburger .nav-mobile-toggle:after {
        content: "";
        display: block;
        position: absolute;
        transition: .25s; }
      .site-header .sitenav.hamburger .nav-mobile-toggle.animated.open .nav-mobile-toggle-inner {
        transform: scaleX(0); }
      .site-header .sitenav.hamburger .nav-mobile-toggle.animated.open:before {
        transform: rotate(45deg); }
      .site-header .sitenav.hamburger .nav-mobile-toggle.animated.open:after {
        transform: rotate(-45deg); }
    .site-header .sitenav.hamburger .nav-menu {
      position: absolute;
      z-index: 99;
      width: 100%;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.8s; }
    .site-header .sitenav.hamburger.open .nav-menu {
      max-height: 2000px; }
    .site-header .sitenav.hamburger .nav-menu,
    .site-header .sitenav.hamburger .sub-nav-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-header .sitenav.hamburger .nav-menu a,
      .site-header .sitenav.hamburger .sub-nav-group a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: .5em;
        text-decoration: none; }
    .site-header .sitenav.hamburger .sub-nav {
      display: none; }
      .site-header .sitenav.hamburger .sub-nav a {
        padding-left: 1.5em; }
      .site-header .sitenav.hamburger .sub-nav.open {
        display: block; }
      .site-header .sitenav.hamburger .sub-nav .flyout-group {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-header .sitenav.hamburger .sub-nav .flyout-group a {
          padding-left: 2.5em; }
  .site-header .sitenav.column {
    width: 100%; }
    .site-header .sitenav.column .nav-mobile-toggle {
      position: absolute;
      display: block;
      overflow: hidden;
      font-size: 0;
      border: none;
      background-color: transparent;
      cursor: pointer; }
      .site-header .sitenav.column .nav-mobile-toggle .nav-mobile-toggle-inner {
        position: absolute;
        display: block;
        transition: .25s; }
      .site-header .sitenav.column .nav-mobile-toggle:before, .site-header .sitenav.column .nav-mobile-toggle:after {
        content: "";
        display: block;
        position: absolute;
        transition: .25s; }
      .site-header .sitenav.column .nav-mobile-toggle.animated.open .nav-mobile-toggle-inner {
        transform: scaleX(0); }
      .site-header .sitenav.column .nav-mobile-toggle.animated.open:before {
        transform: rotate(45deg); }
      .site-header .sitenav.column .nav-mobile-toggle.animated.open:after {
        transform: rotate(-45deg); }
    .site-header .sitenav.column .nav-menu {
      position: absolute;
      z-index: 99;
      width: 100%;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.8s; }
    .site-header .sitenav.column.open .nav-menu {
      max-height: 2000px; }
    .site-header .sitenav.column .nav-menu,
    .site-header .sitenav.column .sub-nav-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-header .sitenav.column .nav-menu a,
      .site-header .sitenav.column .sub-nav-group a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: .5em;
        text-decoration: none; }
    .site-header .sitenav.column .sub-nav {
      display: none; }
      .site-header .sitenav.column .sub-nav a {
        padding-left: 1.5em; }
      .site-header .sitenav.column .sub-nav.open {
        display: block; }
      .site-header .sitenav.column .sub-nav .flyout-group {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-header .sitenav.column .sub-nav .flyout-group a {
          padding-left: 2.5em; }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav.column {
        position: static;
        max-height: none;
        overflow: visible; }
        .site-header .sitenav.column .nav-mobile-toggle {
          display: none; }
        .site-header .sitenav.column .nav-menu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          box-sizing: border-box;
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          max-width: 1350px;
          position: relative; }
        .site-header .sitenav.column .sub-nav a {
          padding: .5em; } }
    .site-header .sitenav.column .nav-item {
      position: relative; }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav.column {
        position: relative; }
        .site-header .sitenav.column .nav-menu {
          position: relative; }
        .site-header .sitenav.column .sub-nav-group {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 12.5em; }
        .site-header .sitenav.column .sub-nav {
          position: absolute; }
          .site-header .sitenav.column .sub-nav a {
            width: 11.5em; }
          .site-header .sitenav.column .sub-nav .flyout-group a {
            width: 10.5em;
            padding-left: 1.5em; } }
  .site-header .sitenav.megamenu {
    width: 100%; }
    .site-header .sitenav.megamenu .nav-mobile-toggle {
      position: absolute;
      display: block;
      overflow: hidden;
      font-size: 0;
      border: none;
      background-color: transparent;
      cursor: pointer; }
      .site-header .sitenav.megamenu .nav-mobile-toggle .nav-mobile-toggle-inner {
        position: absolute;
        display: block;
        transition: .25s; }
      .site-header .sitenav.megamenu .nav-mobile-toggle:before, .site-header .sitenav.megamenu .nav-mobile-toggle:after {
        content: "";
        display: block;
        position: absolute;
        transition: .25s; }
      .site-header .sitenav.megamenu .nav-mobile-toggle.animated.open .nav-mobile-toggle-inner {
        transform: scaleX(0); }
      .site-header .sitenav.megamenu .nav-mobile-toggle.animated.open:before {
        transform: rotate(45deg); }
      .site-header .sitenav.megamenu .nav-mobile-toggle.animated.open:after {
        transform: rotate(-45deg); }
    .site-header .sitenav.megamenu .nav-menu {
      position: absolute;
      z-index: 99;
      width: 100%;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.8s; }
    .site-header .sitenav.megamenu.open .nav-menu {
      max-height: 2000px; }
    .site-header .sitenav.megamenu .nav-menu,
    .site-header .sitenav.megamenu .sub-nav-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-header .sitenav.megamenu .nav-menu a,
      .site-header .sitenav.megamenu .sub-nav-group a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: .5em;
        text-decoration: none; }
    .site-header .sitenav.megamenu .sub-nav {
      display: none; }
      .site-header .sitenav.megamenu .sub-nav a {
        padding-left: 1.5em; }
      .site-header .sitenav.megamenu .sub-nav.open {
        display: block; }
      .site-header .sitenav.megamenu .sub-nav .flyout-group {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-header .sitenav.megamenu .sub-nav .flyout-group a {
          padding-left: 2.5em; }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav.megamenu {
        position: static;
        max-height: none;
        overflow: visible; }
        .site-header .sitenav.megamenu .nav-mobile-toggle {
          display: none; }
        .site-header .sitenav.megamenu .nav-menu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          box-sizing: border-box;
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          max-width: 1350px;
          position: relative; }
        .site-header .sitenav.megamenu .sub-nav a {
          padding: .5em; } }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav.megamenu .sub-nav {
        position: absolute;
        left: 0; }
        .site-header .sitenav.megamenu .sub-nav.open {
          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; }
        .site-header .sitenav.megamenu .sub-nav .sub-nav-group {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-flex: none;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none; }
          .site-header .sitenav.megamenu .sub-nav .sub-nav-group > li {
            width: 100%; }
            .site-header .sitenav.megamenu .sub-nav .sub-nav-group > li a {
              margin: 0 1em; }
        .site-header .sitenav.megamenu .sub-nav .mm-extra-content {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        .site-header .sitenav.megamenu .sub-nav .mm-image {
          width: 100%; } }
    @media screen and (min-width: 1350px) {
      .site-header .sitenav.megamenu .sub-nav {
        right: 0; } }
    @media screen and (max-width: 1023px) {
      .site-header .sitenav.megamenu .mm-extra-content {
        display: none; } }
    .site-header .sitenav.megamenu .contact-info {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      margin: 1em; }
      .site-header .sitenav.megamenu .contact-info .header-contact-link {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0; }
    .site-header .sitenav.megamenu .map-container {
      position: relative;
      display: block;
      margin: 1em;
      min-height: 250px; }
      .site-header .sitenav.megamenu .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav.megamenu .contact-info {
        margin: 0 0 0 1em;
        padding: .5em;
        width: 40% !important; }
      .site-header .sitenav.megamenu .map-container {
        margin: 0; } }
  @media screen and (max-width: 1023px) {
    .site-header .sitenav .icon-only svg {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .site-header .sitenav .icon-only .nav-item-inner {
      display: block;
      width: 24px;
      height: 24px;
      overflow: hidden; }
      .site-header .sitenav .icon-only .nav-item-inner svg {
        display: block;
        width: 24px;
        height: 24px;
        margin: 0; } }
  @media screen and (min-width: 1024px) {
    .site-header.fixed-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; } }

.content-pages-banner {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .content-pages-banner {
      display: none; } }
  .content-pages-banner .caption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.index-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

#content_main {
  position: relative;
  z-index: 9;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5%;
  padding-right: 5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px; }
  #content_main .pages-left-column-wrapper {
    overflow: hidden; }
  @media screen and (max-width: 1023px) {
    #content_main table {
      display: block;
      overflow-x: auto; }
    #content_main .bell-schedule {
      display: table; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .85em; }
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      width: auto; }
    #content_main #more-videos {
      display: none; }
    #content_main #staff_list_public .user-info-wrapper span[id*="staff"] {
      display: block; }
    #content_main #staff_list_public .user-info-wrapper .user-position-public {
      display: block;
      margin-left: 0;
      width: 100%; }
    #content_main #staff_list_public .user-info-wrapper p {
      display: block;
      float: left;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #content_main .news-list article .column {
      width: 100%; }
    #content_main .show-news .attached-images {
      float: none;
      margin: 0 auto 1em; }
    #content_main .single-video #big-video,
    #content_main .below-start #big-video {
      width: 100% !important; }
    #content_main .video-list .thumb_wrap {
      display: block;
      float: none; }
    #content_main .video-list li .description {
      padding-left: 0; }
    #content_main .video-list li .video-list-date {
      padding-left: 0; }
    #content_main .bell-schedule {
      width: 100%; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .7em; }
    #content_main .video-list-top .controls,
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      display: none; }
    #content_main #album_thumbnails table img {
      width: 90%;
      height: auto;
      position: relative; }
    #content_main #edlio_search_form {
      max-width: 400px;
      width: auto; }
      #content_main #edlio_search_form input {
        width: 200px; }
    #content_main #contact_form {
      width: 100%; }
      #content_main #contact_form table {
        display: table;
        font-size: 12px;
        width: 280px !important; }
      #content_main #contact_form #f_name {
        width: 200px !important; }
      #content_main #contact_form #f_email {
        width: 200px !important; }
      #content_main #contact_form #f_message {
        width: 200px !important; }
    #content_main #calendar_wrapper .right-column {
      float: none;
      width: 100%; }
      #content_main #calendar_wrapper .right-column #calendar_grid table {
        display: table; }
    #content_main .pages-column .page-block-text,
    #content_main .pages-column .page-block-photos {
      width: 100%; }
    #content_main .pages-left-column-wrapper {
      margin-left: 0 !important;
      float: none; }
      #content_main .pages-left-column-wrapper .pages-left-column {
        margin-left: 0 !important; }
    #content_main .pages-right-column {
      float: none;
      width: 100% !important;
      margin: 0 auto;
      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; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  #content_main .pages-content-wrapper {
    overflow: visible; }
  #content_main img.sub {
    border: none; }
  @media screen and (min-width: 1350px) {
    #content_main {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1350px;
      padding-left: 50px;
      padding-right: 50px; } }
  .index #content_main {
    background-color: transparent;
    box-shadow: none; }
  #content_main .right-column-page-navigation {
    margin-bottom: 1.25em; }
    @media screen and (max-width: 767px) {
      #content_main .right-column-page-navigation {
        margin: 20px auto; } }
    #content_main .right-column-page-navigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin: 0;
      padding: 0; }
    #content_main .right-column-page-navigation a {
      text-decoration: none;
      color: inherit;
      display: block;
      font-weight: 400;
      padding: .8em 6% .8em 10%;
      width: 84%;
      margin: 0;
      line-height: auto; }
      #content_main .right-column-page-navigation a:hover, #content_main .right-column-page-navigation a:focus {
        text-decoration: underline; }
      #content_main .right-column-page-navigation a .inner {
        text-decoration: none; }
        #content_main .right-column-page-navigation a .inner:hover, #content_main .right-column-page-navigation a .inner:focus {
          text-decoration: underline; }

.homepage-row.bg-image,
.footer-row.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
.homepage-row *[class$="row-inner"],
.footer-row *[class$="row-inner"] {
  position: relative; }
.homepage-row *[class$="-column"],
.footer-row *[class$="-column"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%; }
.homepage-row.convert-small *[class$="row-inner"],
.footer-row.convert-small *[class$="row-inner"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
@media screen and (min-width: 768px) {
  .homepage-row.convert-mid *[class$="row-inner"],
  .footer-row.convert-mid *[class$="row-inner"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .homepage-row.convert-mid *[class$="row-inner"] .content-container,
    .footer-row.convert-mid *[class$="row-inner"] .content-container {
      width: 100%; } }
@media screen and (min-width: 1024px) {
  .homepage-row.convert-large *[class$="row-inner"],
  .footer-row.convert-large *[class$="row-inner"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .homepage-row.convert-large *[class$="row-inner"] .content-container,
    .footer-row.convert-large *[class$="row-inner"] .content-container {
      width: 100%; } }
@media screen and (min-width: 1350px) {
  .homepage-row.convert-max *[class$="row-inner"],
  .footer-row.convert-max *[class$="row-inner"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .homepage-row.convert-max *[class$="row-inner"] .content-container,
    .footer-row.convert-max *[class$="row-inner"] .content-container {
      width: 100%; } }
@media screen and (min-width: 1024px) {
  .homepage-row.width-constrain-row *[class$="row-inner"],
  .footer-row.width-constrain-row *[class$="row-inner"] {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1350px; } }
.homepage-row.padded-row,
.footer-row.padded-row {
  padding-left: 10px;
  padding-right: 10px; }

.content-container {
  padding-top: 25px;
  padding-bottom: 25px; }
  .content-container a {
    text-decoration: none; }
    .content-container a:hover, .content-container a:focus {
      text-decoration: underline; }
  .content-container .section-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 2rem;
    text-align: center; }
    .content-container .section-title a {
      display: inline-block;
      width: auto;
      margin: 0;
      padding: 0;
      color: inherit; }
  .content-container .item-name a {
    color: inherit; }
  @media screen and (min-width: 768px) {
    .content-container {
      padding-top: 40px;
      padding-bottom: 40px; }
      .content-container .section-title {
        margin-bottom: 40px;
        font-size: 3rem; } }

.item-summary {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 1024px) {
    .item-summary {
      padding-left: 0;
      padding-right: 0; } }

.read-more-links-group {
  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; }

.site-footer .footer-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  text-align: center; }
.site-footer .footer-logo {
  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;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-bottom: 15px; }
  .site-footer .footer-logo.logo-replacement {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    overflow: hidden;
    height: 280px;
    width: 362px;
    max-width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    font-size: .1rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/pics/footer_logo.png"); }
  .site-footer .footer-logo:not(.logo-replacement):before {
    content: "";
    display: block;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 362px;
    height: 280px;
    margin-bottom: 15px;
    background-image: url("/pics/footer_logo.png"); }
  @media screen and (min-width: 768px) {
    .site-footer .footer-logo:not(.logo-replacement).logo-orientation-horizontal {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .site-footer .footer-logo:not(.logo-replacement).logo-orientation-horizontal:before {
        margin-bottom: 0;
        margin-right: 15px; } }
.site-footer .footer-title {
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    .site-footer .footer-title {
      font-size: 2.25rem; } }
  @media screen and (min-width: 1024px) {
    .site-footer .footer-title {
      font-size: 3rem; } }
  .site-footer .footer-title .school-name-inner {
    max-width: 100%; }
.site-footer .footer-map-container {
  position: relative;
  height: 200px;
  width: 90%; }
  .site-footer .footer-map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px) {
    .site-footer .footer-map-container {
      width: 100%; } }
.site-footer .footer-address {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  text-align: center; }
  .site-footer .footer-address .footer-info-block {
    max-width: 100%; }
  .site-footer .footer-address a {
    color: inherit; }
  .site-footer .footer-address svg {
    width: 12px;
    height: 12px;
    margin-right: 5px; }
.site-footer .footer-secondary-nav {
  margin-bottom: 15px; }
  .site-footer .footer-secondary-nav .section-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.5rem; }
  .site-footer .footer-secondary-nav .links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-footer .footer-secondary-nav .link-item {
    padding: 0 8px; }
    .site-footer .footer-secondary-nav .link-item a {
      text-decoration: none; }
      .site-footer .footer-secondary-nav .link-item a:hover, .site-footer .footer-secondary-nav .link-item a:focus {
        text-decoration: underline; }
.site-footer .powered-by-edlio-logo.edlio-logo-horiz {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden; }
  .site-footer .powered-by-edlio-logo.edlio-logo-horiz svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0; }
.site-footer .powered-by-edlio-logo.edlio-logo-stacked {
  display: block;
  width: 80px;
  height: 30px;
  overflow: hidden; }
  .site-footer .powered-by-edlio-logo.edlio-logo-stacked svg {
    display: block;
    width: 80px;
    height: 30px;
    margin: 0; }
.site-footer .scholantis-logo {
  display: block;
  width: 160px;
  height: 35px;
  overflow: hidden; }
  .site-footer .scholantis-logo svg {
    display: block;
    width: 160px;
    height: 35px;
    margin: 0; }
.site-footer .footer-bottom-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .site-footer .footer-bottom-inner > * {
    margin-top: 5px;
    margin-bottom: 5px; }

.site-search-field {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px; }
  .site-search-field .site-search-field-input {
    margin: 0;
    border: none;
    vertical-align: top;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: content-box; }
  .site-search-field .site-search-button {
    display: block;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer; }
  .site-search-field .site-search-field-input {
    height: 18px;
    width: 100px;
    padding: 0 10px;
    line-height: 18px;
    color: inherit; }
    .site-search-field .site-search-field-input::-webkit-input-placeholder {
      color: inherit; }
    .site-search-field .site-search-field-input::-webkit-search-decoration {
      -webkit-appearance: none; }
  .site-search-field .site-search-button svg {
    width: 12px;
    height: 12px;
    padding: 3px;
    fill: black; }

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px; }
  #mobile_nav a {
    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;
    font-size: .75em;
    text-decoration: none; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

.edlio-login-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none; }
  .edlio-login-link .edlio-logo {
    display: block;
    width: 30px;
    height: 20px;
    overflow: hidden;
    padding-right: 4px;
    margin-right: 4px;
    border-right: 2px solid transparent; }
    .edlio-login-link .edlio-logo svg {
      display: block;
      width: 30px;
      height: 20px;
      margin: 0; }

.slick-container {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-container .slick-arrow:before {
    border-color: black; }
  .slick-container .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top-style: solid;
    border-top-width: 2px; }
  .slick-container .slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translateZ(1px) translateX(-4px) translateY(-4px);
    transform-origin: top left;
    border-left-style: solid;
    border-left-width: 2px;
    left: 50%; }
  .slick-container .slick-arrow.slick-next:before {
    transform: rotate(45deg) translateZ(1px) translateX(4px) translateY(-4px);
    transform-origin: top right;
    border-right-style: solid;
    border-right-width: 2px;
    right: 50%; }
  .slick-container .slick-list {
    width: calc(100% - 25px*2);
    margin: 0 25px; }
  .slick-container .slick-arrow {
    width: 20px;
    height: 30px;
    top: calc(50% - 30px/2); }
  .slick-container .slick-dots li button:before {
    color: #d1d1cf; }
  .slick-container .slick-dots.number-dots li button {
    background: #d1d1cf; }
  .slick-container .slick-dots.number-dots li.slick-active button {
    color: #d1d1cf; }
  .slick-container .slick-dots li.slick-active button:before {
    color: #164899; }
  .slick-container .slick-dots.number-dots li button {
    color: #164899; }
  .slick-container .slick-dots.number-dots li.slick-active button {
    background: #164899; }
  .slick-container .slick-slider {
    position: relative; }
  .slick-container .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0; }
    .slick-container .slick-list:focus {
      outline: none; }
    .slick-container .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slick-container .slick-slider .slick-track,
  .slick-container .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-container .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin: 0 auto; }
    .slick-container .slick-track:before, .slick-container .slick-track:after {
      content: "";
      display: table; }
    .slick-container .slick-track:after {
      clear: both; }
    .slick-loading .slick-container .slick-track {
      visibility: hidden; }
  .slick-container .slick-slide {
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px; }
    [dir="rtl"] .slick-container .slick-slide {
      float: right; }
    .slick-container .slick-slide img {
      display: block; }
    .slick-container .slick-slide.slick-loading img {
      display: none; }
    .slick-container .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-container .slick-slide {
      display: block; }
    .slick-loading .slick-container .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-container .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .slick-container .slick-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    font-size: .1rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    border: none;
    background-color: transparent; }
    .slick-container .slick-arrow:hover {
      cursor: pointer; }
    .slick-container .slick-arrow.slick-prev {
      left: 0; }
    .slick-container .slick-arrow.slick-next {
      right: 0; }
    .slick-container .slick-arrow.slick-hidden {
      display: none; }
  .slick-container .slick-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
  .slick-container .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 9999;
    text-align: center; }
    .slick-container .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      cursor: pointer; }
      .slick-container .slick-dots li button {
        display: block;
        height: 20px;
        width: 20px;
        padding: 5px;
        outline-width: none;
        font-size: 0px;
        line-height: 0px;
        color: transparent;
        border: 0;
        cursor: pointer;
        background: none transparent; }
        .slick-container .slick-dots li button:hover, .slick-container .slick-dots li button:focus {
          outline-width: 5px; }
        .slick-container .slick-dots li button:before {
          content: "\2022";
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          line-height: 20px;
          font-size: 2rem;
          text-align: center; }
    .slick-container .slick-dots.number-dots li button {
      font-size: .75em; }
      .slick-container .slick-dots.number-dots li button:before {
        display: none; }
  @media screen and (min-width: 768px) {
    .slick-container .slick-dots li {
      margin: .5em; } }

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.site-header1b .header-title a {
  max-width: 331px;
  font-size: 1.5rem;
  text-align: center; }
@media screen and (min-width: 1024px) {
  .site-header1b .header-title {
    position: absolute;
    z-index: 999;
    top: 45px;
    left: calc(50% - (331px/2)); }
  .site-header1b .sitenav.column .nav-item:nth-of-type(3) .sub-nav {
    right: 0;
    left: auto; }
  .site-header1b .sitenav .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .site-header1b .sitenav .nav-item:nth-of-type(3) {
      margin-right: 331px; }
    .site-header1b .sitenav .nav-item > a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; } }

.site-footer2 .footer-secondary-nav:not(.social-nav) .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .site-footer2 .footer-secondary-nav:not(.social-nav) .links-list .link-item {
    margin: 0 0 10px; }
.site-footer2 .footer-tools {
  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; }
  .site-footer2 .footer-tools > * {
    margin-bottom: 15px; }
@media screen and (min-width: 1024px) {
  .site-footer2 .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .site-footer2 .footer-info {
    max-width: 40%; }
  .site-footer2 .footer-address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left; } }

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

.shuffle2-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  .shuffle2-container .image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transform: translateZ(0); }

.quicklinks-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
.quicklinks-container .qlink-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.quicklinks-container .qlink-item a {
  display: block; }
.quicklinks-container .qlink-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px; }
.quicklinks-container .qlink-text {
  max-width: 100%;
  font-size: 1.125rem; }
.quicklinks-container.icon-orientation-vertical {
  text-align: center; }
  .quicklinks-container.icon-orientation-vertical .qlink-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .quicklinks-container.icon-orientation-vertical .qlink-item svg {
    margin-bottom: 24px; }
.quicklinks-container.icon-orientation-horizontal .qlink-item svg {
  margin-right: 30px; }
.quicklinks-container.orientation-vertical .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.infographic-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
.infographic-container .infographic-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;
  text-align: center; }
  .infographic-container .infographic-item svg {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50px;
    height: 50px;
    margin-bottom: 24px; }
.infographic-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;
  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-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -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-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left; }
    .infographic-container.icon-orientation-horizontal .infographic-item svg {
      margin-right: 30px;
      margin-bottom: 0; } }

.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; } }

#header_main {
  background-color: #164899; }
  #header_main .school-name a {
    width: 165.5px;
    height: 115px; }
  #header_main .sitenav {
    color: white; }
    #header_main .sitenav .nav-mobile-toggle {
      height: 44px;
      width: 44px; }
      #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner, #header_main .sitenav .nav-mobile-toggle:before, #header_main .sitenav .nav-mobile-toggle:after {
        left: 8px;
        width: calc(100% - 16px);
        height: 5px;
        background-color: white; }
      #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner {
        top: calc(50% - 2.5px ); }
      #header_main .sitenav .nav-mobile-toggle:before {
        top: 8px; }
      #header_main .sitenav .nav-mobile-toggle:after {
        bottom: 8px; }
      #header_main .sitenav .nav-mobile-toggle.animated.open:before {
        top: calc(50% - 2.5px); }
      #header_main .sitenav .nav-mobile-toggle.animated.open:after {
        bottom: calc(50% - 2.5px); }
    #header_main .sitenav .nav-item > a {
      height: 42px;
      padding: 0 10px;
      font-size: 1.125em;
      font-weight: 700;
      background: #164899;
      color: white; }
      #header_main .sitenav .nav-item > a:focus, #header_main .sitenav .nav-item > a:hover, #header_main .sitenav .nav-item > a.open {
        color: black;
        background-color: #d1d1cf; }
    #header_main .sitenav .sub-nav a {
      color: white;
      background: #164899; }
      #header_main .sitenav .sub-nav a:focus, #header_main .sitenav .sub-nav a:hover, #header_main .sitenav .sub-nav a.open {
        color: black;
        background-color: #d1d1cf; }
    @media screen and (min-width: 1024px) {
      #header_main .sitenav.column .nav-menu, #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; }
      #header_main .sitenav.column .nav-item > a, #header_main .sitenav.megamenu .nav-item > a {
        text-align: center; }
      #header_main .sitenav.column .sub-nav, #header_main .sitenav.megamenu .sub-nav {
        background-color: #164899; }
      #header_main .sitenav.column .nav-item:nth-last-child(1) .sub-nav:focus, #header_main .sitenav.column .nav-item:nth-last-child(1) .sub-nav.open {
        left: auto;
        right: 0; }
      #header_main .sitenav.megamenu .sub-nav {
        box-sizing: border-box;
        width: 100%;
        max-width: 1350px;
        padding: 20px; }
        #header_main .sitenav.megamenu .sub-nav .sub-nav-group {
          width: 65%; }
        #header_main .sitenav.megamenu .sub-nav .mm-extra-content {
          width: calc(100% - 65%); } }
    #header_main .sitenav .nav-mobile-toggle {
      top: 10px;
      right: 10px; }
    #header_main .sitenav .nav-menu {
      top: 115px; }
    @media screen and (min-width: 768px) {
      #header_main .sitenav .nav-menu {
        top: 230px; } }
    @media screen and (min-width: 1024px) {
      #header_main .sitenav {
        background: linear-gradient(to bottom, white 0%, #9b9b9b 100%); }
        #header_main .sitenav.nav-group .nav-item {
          position: relative;
          border-left: 2px solid #949494; }
          #header_main .sitenav.nav-group .nav-item:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: -3px;
            z-index: -9;
            width: 4px;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.25); }
          #header_main .sitenav.nav-group .nav-item:nth-of-type(4) {
            border: none; }
            #header_main .sitenav.nav-group .nav-item:nth-of-type(4):before {
              display: none; }
          #header_main .sitenav.nav-group .nav-item:first-child {
            border: none; }
          #header_main .sitenav.nav-group .nav-item > a {
            padding: 0 10px;
            height: 80px;
            background-color: transparent;
            color: black;
            transition: .3s ease;
            font-size: 1.25rem;
            font-weight: 400; }
            #header_main .sitenav.nav-group .nav-item > a:hover, #header_main .sitenav.nav-group .nav-item > a:focus, #header_main .sitenav.nav-group .nav-item > a.open {
              background: linear-gradient(to bottom, rgba(209, 209, 207, 0.1) 0%, #d1d1cf 70%, #d1d1cf 100%); }
          #header_main .sitenav.nav-group .nav-item .sub-nav a {
            background-color: white;
            color: black;
            font-size: 1rem;
            transition: .3s ease; }
            #header_main .sitenav.nav-group .nav-item .sub-nav a:hover, #header_main .sitenav.nav-group .nav-item .sub-nav a:focus {
              background-color: #d1d1cf; } }
  #header_main #social_nav_header {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #header_main #social_nav_header .links-list {
      width: 100%; }
    #header_main #social_nav_header .icon-only {
      display: block;
      width: 56px;
      height: 56px;
      overflow: hidden;
      color: white; }
      #header_main #social_nav_header .icon-only {
        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; }
        #header_main #social_nav_header .icon-only:before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          background: white;
          height: 5px;
          transition-duration: 0.3s;
          transition-timing-function: ease-out; }
      #header_main #social_nav_header .icon-only:before {
        left: 51%;
        right: 51%;
        bottom: 0;
        transition-property: left, right; }
      #header_main #social_nav_header .icon-only:hover:before, #header_main #social_nav_header .icon-only:focus:before {
        left: 0;
        right: 0; }
      #header_main #social_nav_header .icon-only svg {
        display: block;
        width: 40px;
        height: 40px;
        margin: 8px; }
      #header_main #social_nav_header .icon-only svg {
        fill: white; }
      #header_main #social_nav_header .icon-only:hover:before, #header_main #social_nav_header .icon-only:focus:before {
        right: 10px;
        left: 10px; }
  @media screen and (min-width: 768px) {
    #header_main .school-name a {
      width: 331px;
      height: 230px; } }
  @media screen and (min-width: 1024px) {
    #header_main .school-name {
      top: 0; }
    #header_main #social_nav_header {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1;
      position: relative;
      padding: 5px 0; }
      #header_main #social_nav_header .links-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
      #header_main #social_nav_header .link-item:first-child {
        position: absolute;
        top: 8px;
        left: 0; }
      #header_main #social_nav_header .icon-only {
        height: 62px; } }

.content-container .section-title {
  font-size: 2.34375rem;
  color: #164899;
  font-family: "Bebas Neue", cursive; }
  @media screen and (min-width: 768px) {
    .content-container .section-title {
      font-size: 3.515625rem; } }
  @media screen and (min-width: 1024px) {
    .content-container .section-title {
      font-size: 4.6875rem; } }
  @media screen and (min-width: 1024px) {
    .content-container .section-title {
      text-align: left; } }
.content-container .read-more-links-group .read-more-link {
  margin-top: 30px;
  padding: 12px 50px;
  background-color: #d1d1cf;
  text-transform: uppercase;
  transition: .3s ease;
  font-size: 1.25rem;
  font-weight: 400; }
  .content-container .read-more-links-group .read-more-link:hover, .content-container .read-more-links-group .read-more-link:focus {
    background-color: #164899;
    color: white;
    text-decoration: none; }
@media screen and (min-width: 1024px) {
  .content-container .read-more-links-group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; } }

.color-white {
  color: white !important; }

#content_main .pageTitle {
  font-size: 2.8125rem;
  margin-bottom: .75em;
  color: #164899;
  font-family: "Bebas Neue", cursive; }
  @media screen and (min-width: 768px) {
    #content_main .pageTitle {
      font-size: 2.8125rem; } }
  @media screen and (min-width: 1024px) {
    #content_main .pageTitle {
      font-size: 3.75rem; } }
#content_main .right-column-page-navigation {
  background: #164899; }
  #content_main .right-column-page-navigation li a {
    color: white; }
  #content_main .right-column-page-navigation li.active a {
    background-color: #d1d1cf;
    color: black; }

#row_quicklinks {
  background-color: #164899; }
#row_infographics {
  background-color: #cccccc; }
#row_news {
  position: relative;
  position: relative;
  background-color: #164899; }
  #row_news .visibility-frame {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  #row_news:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(22, 72, 153, 0.8); }
  #row_news .homepage-row-inner {
    z-index: 9; }

#video_row .content-container {
  padding: 0; }
#video_row .mouse-down {
  position: absolute;
  top: calc(100vh - 250px);
  right: 0;
  left: 0;
  z-index: 3;
  margin: auto;
  width: 30px; }
  #video_row .mouse-down svg {
    width: 50px;
    height: 50px;
    fill: rgba(215, 215, 215, 0.8); }
  @media screen and (max-width: 1023px) {
    #video_row .mouse-down {
      display: none; } }
  @media screen and (min-width: 1350px) {
    #video_row .mouse-down {
      bottom: 24%; } }

#quicklinks .items-list .qlink-item {
  margin: 10px;
  width: calc(100% / 2 - 20px); }
  #quicklinks .items-list .qlink-item img {
    width: 100%;
    height: 185px !important; }
#quicklinks .items-list a:hover, #quicklinks .items-list a:focus {
  text-decoration: none; }
  #quicklinks .items-list a:hover .qlink-text, #quicklinks .items-list a:focus .qlink-text {
    background: linear-gradient(to bottom, white 0%, #9b9b9b 100%); }
#quicklinks .items-list a .qlink-text {
  font-size: 1.125rem;
  padding: 8px 0;
  width: 100%;
  background: linear-gradient(to bottom, #d1d1cf 0%, #949494 100%);
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  transition: .3s ease; }
  @media screen and (min-width: 768px) {
    #quicklinks .items-list a .qlink-text {
      font-size: 1.125rem; } }
  @media screen and (min-width: 1024px) {
    #quicklinks .items-list a .qlink-text {
      font-size: 1.5rem; } }
@media screen and (min-width: 1024px) {
  #quicklinks .items-list .qlink-item {
    width: calc(100% / 4 - 20px); } }

#infographics_container {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  #infographics_container .slick-arrow:before {
    border-color: #164899; }
  #infographics_container .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    border-top-style: solid;
    border-top-width: 5px; }
  #infographics_container .slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translateZ(1px) translateX(-8.75px) translateY(-8.75px);
    transform-origin: top left;
    border-left-style: solid;
    border-left-width: 5px;
    left: 50%; }
  #infographics_container .slick-arrow.slick-next:before {
    transform: rotate(45deg) translateZ(1px) translateX(8.75px) translateY(-8.75px);
    transform-origin: top right;
    border-right-style: solid;
    border-right-width: 5px;
    right: 50%; }
  #infographics_container .slick-list {
    width: calc(100% - 35px*2);
    margin: 0 35px; }
  #infographics_container .slick-arrow {
    width: 30px;
    height: 40px;
    top: calc(50% - 40px/2); }
  #infographics_container .slick-dots li button:before {
    color: #d1d1cf; }
  #infographics_container .slick-dots.number-dots li button {
    background: #d1d1cf; }
  #infographics_container .slick-dots.number-dots li.slick-active button {
    color: #d1d1cf; }
  #infographics_container .slick-dots li.slick-active button:before {
    color: #164899; }
  #infographics_container .slick-dots.number-dots li button {
    color: #164899; }
  #infographics_container .slick-dots.number-dots li.slick-active button {
    background: #164899; }
  #infographics_container .slick-slider {
    position: relative; }
  #infographics_container .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0; }
    #infographics_container .slick-list:focus {
      outline: none; }
    #infographics_container .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  #infographics_container .slick-slider .slick-track,
  #infographics_container .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #infographics_container .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin: 0 auto; }
    #infographics_container .slick-track:before, #infographics_container .slick-track:after {
      content: "";
      display: table; }
    #infographics_container .slick-track:after {
      clear: both; }
    .slick-loading #infographics_container .slick-track {
      visibility: hidden; }
  #infographics_container .slick-slide {
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px; }
    [dir="rtl"] #infographics_container .slick-slide {
      float: right; }
    #infographics_container .slick-slide img {
      display: block; }
    #infographics_container .slick-slide.slick-loading img {
      display: none; }
    #infographics_container .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized #infographics_container .slick-slide {
      display: block; }
    .slick-loading #infographics_container .slick-slide {
      visibility: hidden; }
    .slick-vertical #infographics_container .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  #infographics_container .slick-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    font-size: .1rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    border: none;
    background-color: transparent; }
    #infographics_container .slick-arrow:hover {
      cursor: pointer; }
    #infographics_container .slick-arrow.slick-prev {
      left: 0; }
    #infographics_container .slick-arrow.slick-next {
      right: 0; }
    #infographics_container .slick-arrow.slick-hidden {
      display: none; }
  #infographics_container .slick-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
  #infographics_container .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 9999;
    text-align: center; }
    #infographics_container .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      cursor: pointer; }
      #infographics_container .slick-dots li button {
        display: block;
        height: 20px;
        width: 20px;
        padding: 5px;
        outline-width: none;
        font-size: 0px;
        line-height: 0px;
        color: transparent;
        border: 0;
        cursor: pointer;
        background: none transparent; }
        #infographics_container .slick-dots li button:hover, #infographics_container .slick-dots li button:focus {
          outline-width: 5px; }
        #infographics_container .slick-dots li button:before {
          content: "\2022";
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          line-height: 20px;
          font-size: 2rem;
          text-align: center; }
    #infographics_container .slick-dots.number-dots li button {
      font-size: .75em; }
      #infographics_container .slick-dots.number-dots li button:before {
        display: none; }
  @media screen and (min-width: 768px) {
    #infographics_container .slick-dots li {
      margin: .5em; } }
  #infographics_container .slick-list {
    position: relative; }
    #infographics_container .slick-list:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      width: 2px;
      height: 100%;
      background-color: #cccccc; }
  #infographics_container .infographic-item {
    padding: 0 22px;
    border-left: 2px solid rgba(0, 0, 0, 0.12); }
    #infographics_container .infographic-item svg {
      margin-bottom: 5px;
      width: 100px;
      height: 80px;
      fill: #164899; }
    #infographics_container .infographic-item .info-number {
      color: #164899;
      font-family: "Bebas Neue", cursive;
      font-size: 3.4375rem; }
    #infographics_container .infographic-item .info-text {
      text-transform: uppercase;
      font-size: 1.375rem;
      line-height: 1.25em; }
  @media screen and (min-width: 1024px) {
    #infographics_container {
      padding: 70px 0; } }

#spotlight_container .item-text {
  max-height: 7.5em;
  font-size: 1.375rem;
  line-height: 1.25em; }
@media screen and (min-width: 1024px) {
  #spotlight_container {
    padding: 60px 0; } }

#news_container .section-title {
  color: white; }
#news_container .item {
  margin: 10px 0; }
#news_container .item-name {
  margin: 5px 0;
  line-height: 1.25em;
  font-size: 1.875rem;
  font-weight: 500; }
  #news_container .item-name a {
    color: white; }
#news_container .item-text {
  color: white;
  font-size: 1.5rem;
  line-height: 1.25em; }
#news_container .read-more-link:hover, #news_container .read-more-link:focus {
  background-color: white;
  color: black; }
@media screen and (min-width: 1024px) {
  #news_container {
    padding: 60px 0; }
    #news_container .items-list {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #news_container .items-list .item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 10px; } }

#events_container .item {
  margin: 10px 0; }
  #events_container .item .event-date {
    width: 105px;
    height: 115px;
    background-color: #164899;
    color: white;
    font-family: "Bebas Neue", cursive;
    line-height: 2.75em; }
    #events_container .item .event-date .event-month, #events_container .item .event-date .event-day {
      font-size: 3.125rem; }
  #events_container .item .item-name {
    margin: 5px 0;
    font-size: 1.5rem;
    font-weight: 500; }
  #events_container .item .item-text {
    font-size: 1.25rem; }
@media screen and (max-width: 767px) {
  #events_container .item-summary {
    text-align: center; } }
@media screen and (min-width: 1024px) {
  #events_container {
    padding: 80px 0; }
    #events_container .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; } }

#footer_main {
  background-color: #cccccc;
  padding-right: 10px;
  padding-left: 10px; }
  #footer_main .footer-address a {
    text-decoration: none; }
    #footer_main .footer-address a:hover {
      text-decoration: underline; }
  #footer_main .footer-address .title-address {
    margin-bottom: 10px;
    color: #164899;
    text-transform: uppercase;
    line-height: 1;
    font-size: 2.5rem;
    font-family: "Bebas Neue", cursive; }
  #footer_main .footer-address .footer-info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 5px 0;
    color: black;
    font-size: 1.5rem; }
    #footer_main .footer-address .footer-info-block svg {
      margin-right: 10px;
      width: 30px;
      height: 40px;
      fill: #164899; }
  #footer_main .footer-inner {
    padding: 30px 0; }
    #footer_main .footer-inner .school-name {
      margin: 0 auto; }
  #footer_main .footer-tools .footer-secondary-nav .icon-only {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    color: black; }
    #footer_main .footer-tools .footer-secondary-nav .icon-only {
      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; }
      #footer_main .footer-tools .footer-secondary-nav .icon-only:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        background: black;
        height: 5px;
        transition-duration: 0.3s;
        transition-timing-function: ease-out; }
    #footer_main .footer-tools .footer-secondary-nav .icon-only:before {
      left: 51%;
      right: 51%;
      bottom: 0;
      transition-property: left, right; }
    #footer_main .footer-tools .footer-secondary-nav .icon-only:hover:before, #footer_main .footer-tools .footer-secondary-nav .icon-only:focus:before {
      left: 0;
      right: 0; }
    #footer_main .footer-tools .footer-secondary-nav .icon-only svg {
      display: block;
      width: 32px;
      height: 32px;
      margin: 8px; }
    #footer_main .footer-tools .footer-secondary-nav .icon-only svg {
      fill: black; }
  #footer_main .footer-tools .section-title {
    color: #164899;
    font-size: 1.875rem;
    font-weight: 500; }
  #footer_main .powered-by-edlio-logo {
    margin: 0 auto; }
    #footer_main .powered-by-edlio-logo svg {
      fill: black; }
  @media screen and (min-width: 1024px) {
    #footer_main #footer_top {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 80px 0 30px 0; }
    #footer_main .footer-info {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    #footer_main .footer-tools-address {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    #footer_main .footer-tools {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      #footer_main .footer-tools .link-item:last-child {
        padding-right: 0; }
      #footer_main .footer-tools .section-title {
        text-align: right; } }

#mobile_nav {
  background: #164899; }
  #mobile_nav a {
    color: white; }
    #mobile_nav a svg {
      fill: white; }
    #mobile_nav a:hover, #mobile_nav a:focus {
      color: #d1d1cf; }
      #mobile_nav a:hover svg, #mobile_nav a:focus svg {
        fill: #d1d1cf; }

#video_row .mouse-down svg {
  width: 35px;
  height: 35px; }

#header_main .sitenav.nav-group .nav-item:before {
  display: none; }

/*# sourceMappingURL=main.css.map */
