@import url("https://use.typekit.net/hlb1csl.css");
@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-size: 100%;
  font-family: "futura-pt", sans-serif;
}

html {
  height: 100%;
  background: url("/pics/html_bg.png") top center repeat rgb(241, 237, 238);
}
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;
}
body.index #content_main {
  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;
}

#header_main,
#footer_main {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

#content_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

body {
  border-top: 6px rgb(175, 14, 3) solid;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

body, #footer_main {
  min-width: 320px;
}

#header_main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  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;
}

#skip_to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#skip_to_content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: rgb(255, 255, 255);
}

#header_title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  font-size: 1rem;
}
#header_title 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;
  position: relative;
  max-width: 1024px;
  width: 100%;
  color: rgb(18, 51, 226);
  font-family: "trajan-pro-3", serif;
  font-size: 1.88em;
  font-weight: 400;
  font-variant: small-caps;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
#header_title a:before {
  width: 85px;
  height: 85px;
  background: url("/pics/header_logo.png") right center no-repeat;
  background-size: contain;
  content: "";
  pointer-events: all;
}
#header_title a .school-name-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-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;
}
#header_title a .school-name-inner .second-line {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  #header_title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: -40px 0 10px 20px;
  }
  #header_title a {
    -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;
    height: 190px;
    text-align: left;
    pointer-events: none;
  }
  #header_title a:before {
    width: 200px;
    height: 133px;
  }
  #header_title a .school-name-inner {
    padding-top: 15px;
    padding-left: 20px;
  }
  #header_title a > * {
    pointer-events: all;
  }
}

#social_nav {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  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;
  height: 40px;
}
#social_nav a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: transparent;
  margin: 0 3px;
}
#social_nav a svg {
  display: block;
  width: 26px;
  height: 26px;
  margin: 3px;
  fill: rgb(18, 51, 226);
}
#social_nav a:hover svg {
  fill: rgb(175, 14, 3);
}

#topnav_holder {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
#topnav_holder #topnav_mobile_toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double rgb(175, 14, 3);
  border-bottom: 5px solid rgb(175, 14, 3);
}
#topnav_holder #topnav {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
#topnav_holder #topnav.open {
  max-height: 2000px;
}
#topnav_holder .nav-menu,
#topnav_holder .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav_holder .nav-menu a,
#topnav_holder .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: 0.5em 10px;
  text-decoration: none;
}
#topnav_holder .nav-menu {
  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;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}
#topnav_holder .nav-item {
  position: relative;
}
#topnav_holder .sub-nav {
  display: none;
}
#topnav_holder .sub-nav.open {
  display: block;
}
#topnav_holder .sub-nav a {
  padding-left: 1.5em;
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: relative;
  }
  #topnav_holder #topnav_mobile_toggle {
    display: none;
  }
  #topnav_holder #topnav {
    position: static;
    max-height: none;
    overflow: visible;
  }
  #topnav_holder .nav-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: relative;
  }
  #topnav_holder .sub-nav {
    position: absolute;
  }
  #topnav_holder .sub-nav a {
    width: 11.5em;
    padding-left: 0.5em;
  }
  #topnav_holder .nav-item:last-child .sub-nav:focus, #topnav_holder .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: -60px;
    width: 78%;
  }
}

#topnav_mobile_toggle {
  top: 10px;
  left: 10px;
}

#topnav {
  background: rgb(255, 255, 255);
}
#topnav .nav-item > a {
  padding: 0 10px;
  height: 42px;
  color: rgb(94, 94, 94);
  font-size: 1.125em;
  font-weight: 700;
}
#topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
  background: rgb(175, 14, 3);
  color: rgb(255, 255, 255);
}
#topnav .sub-nav a {
  color: rgb(94, 94, 94);
}
#topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
  background: rgb(175, 14, 3);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #topnav {
    background: transparent;
  }
  #topnav .nav-item > a {
    padding: 0 12px;
    height: 50px;
    color: rgb(175, 14, 3);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
  }
  #topnav .sub-nav {
    background: rgb(241, 237, 238);
  }
}

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1024px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#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: 0.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: 0.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: 90%;
    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;
}
.index #content_main {
  background: transparent;
  box-shadow: none;
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  color: rgb(18, 51, 226);
  text-transform: uppercase;
  font-size: 2.25em;
  font-family: "trajan-pro-3", serif;
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: rgb(240, 46, 37);
}
@media screen and (max-width: 767px) {
  .right-column-page-navigation {
    margin: 20px auto;
  }
}
.right-column-page-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-column-page-navigation a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-weight: 400;
  padding: 0.8em 6% 0.8em 10%;
  width: 84%;
  margin: 0;
  line-height: auto;
}
.right-column-page-navigation a:hover {
  text-decoration: underline;
}
.right-column-page-navigation a .inner {
  text-decoration: none;
}
.right-column-page-navigation a .inner:hover {
  text-decoration: underline;
}
.right-column-page-navigation ul {
  padding: 5px 0;
}
.right-column-page-navigation li.active a {
  background: rgb(175, 14, 3);
  color: rgb(255, 255, 255);
}
.right-column-page-navigation li a {
  color: rgb(255, 255, 255);
}

#index_spotlight {
  border-top: 6px rgb(175, 14, 3) solid;
  border-bottom: 6px rgb(175, 14, 3) solid;
}
@media screen and (min-width: 1024px) {
  #index_spotlight {
    z-index: 9;
    margin-top: -87px;
    background: rgba(255, 255, 255, 0.8);
  }
}

#index_main {
  position: relative;
  border-bottom: 6px rgb(175, 14, 3) solid;
  background: rgb(240, 46, 37);
}
#index_main #index_main_inner {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #index_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #index_main #index_main_inner {
    flex-direction: row;
  }
  #index_main:before {
    position: absolute;
    top: 0;
    right: 0;
    left: calc(50% + 1024px / 2);
    height: calc(100% - 128px);
    border-top: 128px rgb(18, 51, 226) solid;
    background: rgb(255, 255, 255);
    content: "";
  }
}

#index_infographics {
  background-color: rgb(255, 255, 255);
}

#left_column {
  width: 100%;
  background-color: rgb(240, 46, 37);
  background-position: center;
  background-size: 0px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  #left_column {
    position: relative;
    box-sizing: border-box;
    width: 37%;
    background-size: cover;
  }
  #left_column:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(240, 46, 37);
    content: "";
    opacity: 0.8;
  }
}

#right_column {
  width: 100%;
  background: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #right_column {
    width: 63%;
  }
}

.content-container .section-title {
  margin: 0;
  font-weight: 400;
}
.content-container .section-title a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
.content-container .section-title a:hover {
  text-decoration: none;
}
.content-container .read-more-link {
  text-decoration: none;
  display: inline-block;
}
.content-container .read-more-link:hover {
  text-decoration: underline;
}
.content-container .section-title {
  margin-bottom: 10px;
  font-size: 2.25em;
  font-weight: 700;
}
.content-container .read-more-link-group {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.content-container .read-more-link {
  color: rgb(18, 51, 226);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}
.content-container [class*=-name] {
  margin: 0;
  width: 100%;
}
.content-container [class*=-name] a {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
}
.content-container a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.content-container a:hover {
  text-decoration: underline;
}

#news_container {
  position: relative;
  z-index: 999;
  margin: 0 auto;
  width: 92%;
}
#news_container .item-name a {
  color: rgb(18, 51, 226);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 700;
}
#news_container .item-text {
  color: rgb(94, 94, 94);
  font-size: 1.13em;
}
#news_container .news-item-image-holder {
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
#news_container .news-item-image {
  max-width: 500px;
  width: 100%;
}
#news_container .read-more-link {
  display: block;
  margin-top: 10px;
  color: rgb(18, 51, 226);
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #news_container .news-item-image-holder {
    float: left;
    width: 200px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #news_container .news-item-holder {
    width: 250px;
  }
}

#events_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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
#events_container .item {
  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: 2em 0 2em 0;
  padding-left: 2em;
  width: 90%;
}
#events_container .item-name {
  margin: 0;
  width: 100%;
}
#events_container .event-location {
  width: 100%;
}
#events_container .event-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: 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-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 1em;
  width: 85px;
  height: 85px;
  background: rgb(18, 51, 226);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
}
#events_container .event-date .event-month {
  font-size: 1.13em;
}
#events_container .event-date .event-day {
  font-size: 2.25em;
  font-weight: 700;
}
#events_container .event-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  width: 100%;
}
#events_container .event-image-link {
  max-width: 100%;
}
#events_container .event-image {
  width: 100%;
}
#events_container .read-more-link {
  display: block;
  margin-top: 10px;
  color: rgb(18, 51, 226);
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  text-decoration: none;
}

#spotlight_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  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;
}
#spotlight_container .section-title {
  color: rgb(18, 51, 226);
  text-transform: uppercase;
  text-align: center;
  font-size: 2.25em;
  font-weight: 700;
}
#spotlight_container .item-text {
  overflow: hidden;
  max-height: 6.25em;
  width: 96%;
  color: rgb(94, 94, 94);
  line-height: 1.25em;
  font-size: 1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #spotlight_container {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #spotlight_container .section-title {
    width: 35%;
  }
  #spotlight_container .item-text {
    position: relative;
    width: 65%;
  }
  #spotlight_container .item-text:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 1px;
    height: 100%;
    background: rgb(94, 94, 94);
    content: "";
  }
}

#info_container {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  margin: 1em auto;
}
#info_container .section-title {
  color: rgb(18, 51, 226);
  text-transform: uppercase;
  text-align: center;
  font-size: 2.25em;
  font-weight: 700;
}
#info_container .factItem {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin: 10px;
  color: rgb(18, 51, 226);
  font-size: 1.13em;
  text-transform: uppercase;
  text-align: center;
}
#info_container .factItem svg {
  width: 100px;
  height: 100px;
  fill: rgb(18, 51, 226);
}
#info_container .factItem p {
  margin: 0;
  width: 100%;
}
#info_container .factItem span {
  width: 100%;
  font-size: 1.88em;
  font-weight: 700;
}

.slick-list {
  margin: 0 30px 15px;
}
@media screen and (min-width: 1024px) {
  .slick-list {
    margin: 0 50px 40px;
  }
}
.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.slick-slide {
  height: auto;
}
.slick-arrow {
  position: absolute;
  top: 30%;
  margin-top: -24px;
  width: 21px;
  height: 63px;
  border: none;
  background-color: transparent;
  color: transparent;
}
.slick-arrow:hover {
  cursor: pointer;
}
.slick-prev {
  left: 1em;
  z-index: 9;
  background: url("/pics/prev_button.png") no-repeat;
}
.slick-next {
  right: 1em;
  z-index: 9;
  background: url("/pics/next_button.png") no-repeat;
}

#quicklinks {
  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;
  position: relative;
  z-index: 999;
}
#quicklinks 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;
  margin: 1em 0;
  width: 160px;
  height: 160px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 1.13em;
  font-weight: 700;
}
#quicklinks a:hover {
  color: rgb(241, 237, 238);
  text-decoration: underline;
}
#quicklinks a:hover svg {
  fill: rgb(241, 237, 238);
}
#quicklinks a svg {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  fill: rgb(255, 255, 255);
}
#quicklinks a span {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #quicklinks a {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #quicklinks {
    margin: 0 0 0 auto;
    width: 400px;
  }
}

#tabpanel1 {
  padding-bottom: 1em;
}
#tabpanel1 .tablist {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tabpanel1 .tablist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgb(18, 51, 226);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
}
#tabpanel1 .tablist li svg {
  margin-right: 10px;
  width: 80px;
  height: 80px;
  pointer-events: none;
}
#tabpanel1 .tablist .selected {
  background: rgb(241, 237, 238);
  color: rgb(18, 51, 226);
}
#tabpanel1 .tablist .selected:hover {
  background: rgb(18, 51, 226);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
#tabpanel1 .tablist .selected:hover svg {
  fill: rgb(255, 255, 255);
}
#tabpanel1 .tablist .selected svg {
  fill: rgb(18, 51, 226);
}
@media screen and (min-width: 768px) {
  #tabpanel1 .tablist {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #tabpanel1 .tablist li {
    width: 50%;
  }
}
#tabpanel1 .panel {
  display: none;
}
#tabpanel1 .panel.active {
  display: block;
}

#tab_label1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
#tab_label1 a:hover {
  color: white;
}

#tab_label2 a {
  z-index: 999;
  display: contents;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#tab_label2 a:hover {
  background: rgb(241, 237, 238);
  color: rgb(18, 51, 226);
  cursor: pointer;
}
#tab_label2 a:hover svg {
  fill: rgb(18, 51, 226);
}
#tab_label2 a svg {
  fill: rgb(255, 255, 255);
}

#footer_main {
  background: rgb(240, 46, 37);
}

#footer_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-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: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -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: 2.5em auto;
  }
}

#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;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
#footer_address a {
  color: inherit;
}
#footer_address span {
  position: relative;
  margin-right: 1em;
}
#footer_address span:before {
  position: absolute;
  top: 0;
  left: -0.5em;
  width: 2px;
  height: 100%;
  background: rgb(255, 255, 255);
  content: "";
}
#footer_address span:first-child:before {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer_address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -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;
  }
}

#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  #google_tools {
    margin-right: 10px;
  }
}

#edlio_logo {
  display: block;
  width: 100px;
  height: 50px;
  overflow: hidden;
  background-color: transparent;
}
#edlio_logo svg {
  display: block;
  width: 100px;
  height: 50px;
  margin: 0;
  fill: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #edlio_logo {
    margin-left: 10px;
  }
}

#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;
  background: rgb(18, 51, 226);
}
#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: 0.75em;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: rgb(255, 255, 255);
}
#mobile_nav a:hover {
  color: rgb(175, 14, 3);
}
#mobile_nav a:hover svg {
  fill: rgb(175, 14, 3);
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 1023px) {
  #tab_label1 {
    padding: 24px;
  }
}

#tab_label2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px 0;
  font-size: 1.5rem;
}
.marquee .marquee-inner {
  display: inline-block;
  padding-left: 100%;
}
.marquee .marquee-inner:hover {
  animation-play-state: paused;
}
.marquee.marquee-speed-18 .marquee-inner {
  animation: marquee 15s linear infinite;
}
.marquee.marquee-speed-35 .marquee-inner {
  animation: marquee 30s linear infinite;
}
.marquee.marquee-speed-7 .marquee-inner {
  animation: marquee 7.5s linear infinite;
}
.marquee .marquee-content {
  float: left;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

#discrimination_statement {
  color: white;
  text-align: center;
}

.video-container .video-item {
  display: block;
  width: 100%;
}
.video-container .video-embed-container iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.video-container .video-controls {
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 0;
}
.video-container .video-controls .video-btn {
  display: flex;
  width: 2.75rem;
  aspect-ratio: 1;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.35);
  color: white;
  cursor: pointer;
}
.video-container .video-controls .video-btn.play::after {
  --mask-url: url("/pics/icons/play.svg");
}
.video-container .video-controls .video-btn.pause::after {
  --mask-url: url("/pics/icons/pause.svg");
}
.video-container .video-controls .video-btn.mute::after {
  --mask-url: url("/pics/icons/mute.svg");
}
.video-container .video-controls .video-btn.unmute::after {
  --mask-url: url("/pics/icons/unmute.svg");
}
.video-container .video-controls .video-btn.fullscreen::after {
  --mask-url: url("/pics/icons/fullscreen.svg");
}

.hidden {
  display: none;
}
