@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic|Libre+Franklin");
@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "PT Sans", sans-serif;
  font-size: 100%;
}

html {
  height: 100%;
  background: white;
}
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.index:before {
  content: "";
  position: absolute;
  top: 296px;
  left: 0;
  width: 100%;
  height: 1280px;
  background: url("/common_pics//body_bg.jpg") top center no-repeat;
}
@media screen and (min-width: 1578px) {
  body.index:before {
    width: 315px;
    background-position: top left;
  }
}

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

#header_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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  #header_main {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#skip_to_content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip_to_content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: white;
  clip: auto;
}

#header_title {
  width: 100%;
  margin: 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #header_title {
    margin: 3px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  #header_title {
    width: 438px;
  }
}
#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;
  position: relative;
  width: auto;
  padding: 70px 0 0;
  height: 98px;
  line-height: 1.5em;
  font-size: 1.375em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #747474;
  background-image: url("/common_pics/school_header.png");
  background-repeat: no-repeat;
  background-position: center 16px;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  #header_title a {
    width: 420px;
    background-size: auto;
  }
}
#header_title a span {
  display: block;
  width: 100%;
}
#header_title .top-line {
  line-height: 1em;
  font-size: 1.365em;
  font-weight: 400;
  color: #293593;
}

#social_nav {
  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;
}
@media screen and (min-width: 768px) {
  #social_nav {
    width: 33.33%;
  }
}
#social_nav .items-list {
  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;
}
#social_nav .section-title {
  margin-bottom: 40px;
}
#social_nav a {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background-color: none;
  margin: 0 10px;
}
#social_nav a svg {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  fill: white;
}
#social_nav a:hover svg, #social_nav a:focus svg {
  fill: #ababab;
}

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  width: 132px;
  display: block;
  margin: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
#search input#q {
  margin: 0;
  height: 18px;
  line-height: 18px;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: content-box;
}
#search input#q {
  color: white;
}
#search input#q::-webkit-input-placeholder {
  color: white;
}
#search input#q {
  padding: 0 10px;
  width: 90px;
  font-size: 0.75em;
}

#topnav_holder {
  width: 100%;
}
#topnav_holder #topnav_mobile_toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double #293593;
  border-bottom: 5px solid #293593;
}
#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 .sub-nav {
  display: none;
}
#topnav_holder .sub-nav.open {
  display: block;
}
#topnav_holder .sub-nav a {
  padding-left: 1.5em;
}
#topnav_holder .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav_holder .sub-nav .flyout-group a {
  padding-left: 2.5em;
}
@media screen and (min-width: 1024px) {
  #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;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_holder .sub-nav {
    position: absolute;
    left: 0;
    width: calc(100% - 20px*2);
    padding: 20px;
    max-width: 1024px;
  }
  #topnav_holder .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;
  }
  #topnav_holder .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;
    width: 60%;
  }
  #topnav_holder .sub-nav .sub-nav-group li {
    width: 50%;
  }
  #topnav_holder .sub-nav .sub-nav-group li a {
    margin: 0 1em;
  }
  #topnav_holder .sub-nav .mm-extra-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 60%);
  }
  #topnav_holder .sub-nav .mm-image {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_holder .sub-nav {
    left: calc(50% - 1024px/2);
  }
}
@media screen and (max-width: 1023px) {
  #topnav_holder .mm-extra-content {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    width: auto;
  }
}

#topnav_mobile_toggle {
  top: 40px;
  right: 20px;
}

#topnav {
  background: #293593;
}
#topnav .nav-item > a {
  height: 42px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  color: white;
}
#topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
  color: #293593;
  background: #747474;
}
@media screen and (min-width: 1024px) {
  #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
    background: none;
    color: #747474;
  }
}
#topnav .sub-nav a {
  color: white;
}
#topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
  color: #293593;
  background: #747474;
}
#topnav .icon-link svg {
  display: none;
}
@media screen and (min-width: 1024px) {
  #topnav {
    background: transparent;
  }
  #topnav .nav-item {
    position: relative;
  }
  #topnav .nav-item > a {
    height: 50px;
    padding: 0 10px;
    text-align: center;
    font-size: 1.0625em;
    color: white;
  }
  #topnav .sub-nav {
    z-index: 9;
    left: 0;
    width: 34rem;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    background: white;
  }
  #topnav .icon-link .nav-item-inner {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: transparent;
  }
  #topnav .icon-link .nav-item-inner svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    fill: #293593;
  }
}

#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;
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
#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;
  font-size: 2em;
  font-weight: 700;
  color: #293593;
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #293593;
}
@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 a {
  color: white;
}
.right-column-page-navigation li.active a {
  background: #747474;
  color: white;
}

#index_top {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1578px;
}

#index_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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  position: relative;
  width: 96%;
  margin: 0 2%;
}
@media screen and (min-width: 768px) {
  #index_main {
    -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;
    width: 100%;
    margin: 0 auto;
  }
}

.content-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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 0;
  width: 100%;
}
.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;
}
@media screen and (min-width: 768px) {
  .content-container {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-container {
    padding: 50px 0;
    width: 100%;
  }
}
.content-container .section-title {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 0;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 1.75em;
  font-weight: 700;
  color: #293593;
}
@media screen and (min-width: 768px) {
  .content-container .section-title {
    letter-spacing: 6px;
    font-size: 2.25em;
  }
}
.content-container .section-title .first-word {
  font-weight: 400;
}
.content-container .section-title:before {
  content: "";
  width: 100px;
  height: 5px;
  left: 0;
  bottom: -5px;
  position: absolute;
  background: #293593;
}
.content-container .item {
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .content-container .item {
    margin: 0 0 2em;
  }
}
@media screen and (min-width: 1024px) {
  .content-container .item {
    margin: 0 0 3em;
  }
}
.content-container .item-text {
  width: 100%;
  line-height: 2em;
  font-size: 1.25em;
  color: #747474;
}
.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;
}
@media screen and (min-width: 768px) {
  .content-container .read-more-link-group {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
  }
}
.content-container .read-more-link {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1em;
  font-weight: 700;
  color: #293593;
}
.content-container [class*=-name] {
  margin: 0 0 4px;
  font-size: 1em;
}
.content-container [class*=-name] a {
  font-size: 1.75em;
  font-weight: 700;
  color: #747474;
}
.content-container a {
  text-decoration: none;
  color: #747474;
}
.content-container a:hover {
  text-decoration: underline;
}

#index_news {
  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;
  background: url("/common_pics/news_bg.jpg") top center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #index_news {
    -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;
  }
}

#news_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;
  width: 100%;
  max-width: 382px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#news_container .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0;
  padding: 0;
}
#news_container .slick-list:focus {
  outline: none;
}
#news_container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#news_container .slick-slider .slick-track,
#news_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);
}
#news_container .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
#news_container .slick-track:before, #news_container .slick-track:after {
  content: "";
  display: table;
}
#news_container .slick-track:after {
  clear: both;
}
.slick-loading #news_container .slick-track {
  visibility: hidden;
}
#news_container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] #news_container .slick-slide {
  float: right;
}
#news_container .slick-slide img {
  display: block;
}
#news_container .slick-slide.slick-loading img {
  display: none;
}
#news_container .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized #news_container .slick-slide {
  display: block;
}
.slick-loading #news_container .slick-slide {
  visibility: hidden;
}
.slick-vertical #news_container .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#news_container .slick-arrow {
  display: block;
  overflow: hidden;
  height: 30px;
  width: 26px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  top: calc(50% - 30px/2);
  border: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
#news_container .slick-arrow:hover {
  cursor: pointer;
}
#news_container .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/common_pics/button_prev.png);
}
#news_container .slick-arrow.slick-next {
  right: 0;
  background-image: url(/common_pics/button_next.png);
}
#news_container .slick-arrow.slick-hidden {
  display: none;
}
@media screen and (min-width: 1024px) {
  #news_container {
    max-width: 582px;
  }
}
#news_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;
}
#news_container .item .item-summary {
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}
#news_container .item .item-name {
  width: 80%;
  padding: 0 10%;
}
#news_container .item .item-name a {
  color: black;
}
#news_container .item .item-text {
  width: 80%;
  padding: 0 10%;
}
#news_container .item .read-article-link {
  margin: 20px 10% 0;
  padding: 4px 8px;
  border-radius: 50px;
  font-size: 0.9em;
  color: white;
  background: #505050;
}
#news_container .news-item-image-holder {
  width: 80%;
  padding: 0 10%;
  margin-bottom: 15px;
  text-align: center;
}
#news_container .news-item-image {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

#index_events {
  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;
}
@media screen and (min-width: 768px) {
  #index_events {
    -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;
  }
}
#index_events #events_image {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #index_events #events_image {
    margin: 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  #index_events #events_image {
    margin: 70px 0;
    width: 435px;
    height: 435px;
  }
}

#events_container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  #events_container {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #events_container {
    width: 100%;
    max-width: 520px;
  }
}
#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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}
#events_container .items-list .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-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;
  width: 300px;
}
@media screen and (min-width: 768px) {
  #events_container .items-list .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 490px;
  }
}
#events_container .section-title {
  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;
  width: 90px;
  height: 100px;
  margin: 0 0 10px 0;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 1.375em;
  font-weight: 400;
  color: white;
  background: #293593;
}
@media screen and (min-width: 768px) {
  #events_container .event-date {
    margin: 0 20px 0 0;
  }
}
#events_container .event-date .event-day {
  line-height: 1em;
  font-size: 1.9em;
  font-weight: 700;
}
#events_container .event-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  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 {
  display: none;
  max-width: 100%;
}
#events_container .event-image {
  width: 100%;
}

#links_container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #links_container {
    width: 33.33%;
  }
}
#links_container .section-title:before {
  display: none;
}
#links_container .read-more-link {
  display: none;
}
#links_container .link-item a {
  display: block;
  text-transform: uppercase;
  margin: 10px 0;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 1.0625em;
  color: white;
}
#links_container .link-item a:hover, #links_container .link-item a:focus {
  text-decoration: none;
  color: #ababab;
}
#links_container .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mission_container {
  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-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1036px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  #mission_container {
    -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;
  }
}
#mission_container .missionmessage-summary {
  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;
  width: 96%;
  padding: 0 2%;
}
#mission_container .section-title a:before {
  content: "Our ";
  font-weight: 400;
}
#mission_container .section-title:before {
  right: 0;
  left: auto;
}
#mission_container .mission-image-holder {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
  flex-shrink: 0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  #mission_container .mission-image-holder {
    width: 456px;
    height: 456px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #mission_container .mission-image-holder {
    margin-bottom: 0;
  }
}
#mission_container .mission-image {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
#mission_container .missionmessage-text {
  display: block;
  width: 90%;
  padding: 0 5%;
  margin-bottom: 40px;
  color: #505050;
}
#spotlight_container {
  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;
}
@media screen and (min-width: 1024px) {
  #spotlight_container {
    -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;
  }
}
#spotlight_container .spotlightmessage-summary {
  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;
  width: 96%;
  padding: 0 2%;
  background: white;
}
#spotlight_container .section-title a:before {
  content: "Student ";
  font-weight: 400;
}
#spotlight_container .section-title:before {
  right: 0;
  left: auto;
}
#spotlight_container .spotlight-image-holder {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
  flex-shrink: 0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  #spotlight_container .spotlight-image-holder {
    width: 456px;
    height: 456px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #spotlight_container .spotlight-image-holder {
    margin-bottom: 0;
  }
}
#spotlight_container .spotlight-image {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
#spotlight_container .spotlightmessage-text {
  display: block;
  width: 80%;
  margin: 0 10% 40px;
  max-height: 14em;
  overflow: hidden;
  color: #747474;
}
#spotlight_container .read-more-link-group {
  width: 80%;
  margin: 0 10%;
}

#motto_container {
  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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 487px;
  margin-top: -70px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  #motto_container {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #motto_container {
    margin-top: -120px;
    margin-left: 34px;
  }
}
#motto_container .mottomessage-summary {
  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;
  width: 96%;
  padding: 0 2%;
  background: #293593;
}
#motto_container .section-title {
  display: none;
}
#motto_container .motto-image-holder {
  position: relative;
  display: block;
  width: 100%;
}
#motto_container .motto-image {
  display: block;
  width: 100%;
  overflow: hidden;
}
#motto_container .mottomessage-text {
  position: relative;
  display: block;
  width: 80%;
  margin: 80px 10%;
  line-height: 1em;
  text-align: center;
  font-size: 2.625em;
  font-weight: 700;
  color: white;
}
#motto_container .mottomessage-text:before {
  content: "“";
  left: -30px;
  top: 30px;
  position: absolute;
  font-family: "Libre Franklin", sans-serif;
  font-size: 5em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
}
#motto_container .mottomessage-text:after {
  content: "”";
  right: -30px;
  bottom: -90px;
  position: absolute;
  font-family: "Libre Franklin", sans-serif;
  font-size: 5em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
}
#quicklinks {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1578px;
}
@media screen and (max-width: 767px) {
  #quicklinks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#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;
  position: relative;
  height: 186px;
  width: 106.66px;
  margin: 0;
  line-height: 1.3em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 400;
  transition: font 0.25s ease, color 0.25s linear;
  color: white;
}
#quicklinks a img {
  max-width: 100%;
  max-height: 200px;
}
#quicklinks a:nth-of-type(1) {
  background-color: blue;
}
#quicklinks a:nth-of-type(2) {
  background-color: black;
}
#quicklinks a:nth-of-type(3) {
  background-color: #002d78;
}
#quicklinks a:nth-of-type(4) {
  background-color: #36771b;
}
#quicklinks a:nth-of-type(5) {
  background-color: #0f52ba;
}
#quicklinks a:nth-of-type(6) {
  background-color: #fbbb27;
  color: black;
}
#quicklinks a:nth-of-type(7) {
  background-color: #3360bb;
}
#quicklinks a:nth-of-type(8) {
  background-color: #ad0505;
}
#quicklinks a:nth-of-type(9) {
  background-color: #ba0a0a;
}
#quicklinks a:nth-of-type(10) {
  background-color: #e39b42;
  color: black;
}
#quicklinks a:before {
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.25s linear 0s;
  z-index: 7;
  background: rgba(255, 255, 255, 0.65);
}
#quicklinks a:nth-child(odd):before {
  top: 0;
}
#quicklinks a:nth-child(even):before {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #quicklinks a {
    width: 11.1111111111%;
    height: 286px;
  }
  #quicklinks a:nth-child(odd) {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1024px) {
  #quicklinks a {
    font-size: 1em;
  }
}
#quicklinks a span {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 90%;
  padding: 0 5%;
}
#quicklinks a:hover, #quicklinks a:focus {
  font-size: 0.85em;
  color: black;
}
@media screen and (min-width: 1024px) {
  #quicklinks a:hover, #quicklinks a:focus {
    font-size: 1.15em;
  }
}
#quicklinks a:hover:before, #quicklinks a:focus:before {
  height: 100%;
}

#footer_main {
  position: relative;
  background-image: url("/common_pics/footer_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #293593;
}
#footer_main #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;
  -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-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  #footer_main #footer_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;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  #footer_main #footer_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#footer_main #footer_inner .section-title {
  padding: 0;
  margin: 20px 0;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 4px;
  color: #ababab;
}
@media screen and (min-width: 768px) {
  #footer_main #footer_inner .section-title {
    margin: 40px 0 15px;
  }
}
#footer_main #footer_inner #social_nav .section-title {
  margin-bottom: 30px;
}

#index_motto {
  max-width: 100%;
  padding: 0;
  background: #747474;
  text-align: center;
  background: url("/common_pics/motto_bg.jpg") top center no-repeat;
  background-size: cover;
}
#index_motto #school_motto {
  padding: 50px 0;
  font-size: 28px;
  font-weight: 400;
  color: #747474;
}
@media screen and (min-width: 768px) {
  #index_motto #school_motto {
    padding: 90px 0;
    font-size: 62px;
  }
}
@media screen and (min-width: 1024px) {
  #index_motto #school_motto {
    padding: 170px 0;
  }
}

#footer_address_title {
  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;
  position: relative;
  width: 100%;
  padding: 70px 0 20px;
  height: 98px;
  line-height: 1.5em;
  font-size: 1.375em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ababab;
  background-image: url("/common_pics/school_footer.png");
  background-repeat: no-repeat;
  background-position: center 16px;
  background-size: auto;
}
#footer_address_title:before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 7;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 10%, rgba(255, 255, 255, 0.15) 90%, rgba(255, 255, 255, 0));
}
@media screen and (min-width: 768px) {
  #footer_address_title {
    background-size: auto;
  }
}
#footer_address_title span {
  display: block;
  width: 100%;
}
#footer_address_title .top-line {
  line-height: 1em;
  font-size: 1.365em;
  font-weight: 400;
  color: white;
}

#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;
  line-height: 2em;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.0625em;
  color: white;
}
#footer_address a {
  color: inherit;
}
#footer_address svg {
  width: 20px;
  height: 20px;
  margin: 0 0 -4px;
  fill: #747474;
}
#footer_address .footer-info-block {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #footer_address {
    width: 100%;
  }
  #footer_address .footer-info-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #footer_address {
    width: 33.33%;
  }
}

.footer-row-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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.policy {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  text-align: center;
  color: white;
}

.footer-bottom {
  padding: 1.5em 0;
}
.footer-bottom .policy {
  text-align: center;
  color: white;
}
.footer-bottom .policy .policy-bottom {
  margin-top: 1.5em;
  color: white;
}

#edlio_login {
  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;
  text-decoration: none;
  color: white;
}
#edlio_login .edlio-logo {
  display: block;
  width: 24px;
  height: 16px;
  overflow: hidden;
  background-color: transparent;
  padding-right: 4px;
  margin-right: 4px;
  border-right: 2px solid white;
}
#edlio_login .edlio-logo svg {
  display: block;
  width: 24px;
  height: 16px;
  margin: 0;
  fill: white;
}
#edlio_login:hover {
  color: #747474;
}
#edlio_login:hover .edlio-logo {
  border-color: #747474;
}
#edlio_login:hover svg {
  fill: #747474;
}

#edlio_logo {
  display: block;
  width: 110px;
  height: 30px;
  overflow: hidden;
  background-color: transparent;
  width: 100%;
  margin: 20px 0 0;
  color: transparent;
}
#edlio_logo svg {
  display: block;
  width: 110px;
  height: 30px;
  margin: 0;
  fill: rgba(255, 255, 255, 0.4);
}
#edlio_logo svg {
  display: block;
  margin: 0 auto;
}

#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: #293593;
}
#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: white;
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: white;
}
#mobile_nav a:hover {
  color: #747474;
}
#mobile_nav a:hover svg {
  fill: #747474;
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}
