@import url("https://fonts.googleapis.com/css?family=Palanquin+Dark:700|Palanquin:400,600|Roboto:300,300i,400,400i|Didact+Gothic");
@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Roboto", 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; }
    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, #footer_main {
  min-width: 320px; }

#header_main {
  width: 100%;
  z-index: 99;
  background-color: #005d97; }
  @media screen and (min-width: 1024px) {
    #header_main {
      position: fixed;
      height: 100px;
      background-color: rgba(15, 15, 15, 0.5); } }

#header_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;
  position: relative; }
  @media screen and (min-width: 1024px) {
    #header_container {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

#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: white;
    clip: auto; }

#header_title {
  height: 100px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-image: url("/pics/head_logo.png");
  background-size: 115px auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 155px 0 0 0; }
  #header_title h1 {
    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: 0; }
  #header_title .upper {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-top: 8px; }
  #header_title .lower {
    font-family: "Palanquin", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 4px;
    margin-top: -16px; }
  @media screen and (min-width: 1024px) {
    #header_title {
      height: 175px;
      width: 650px;
      padding: 0 0 0 135px;
      background-size: auto 100%;
      background-position: top left; } }

#topbar_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #topbar_nav a {
    padding: 0 10px;
    text-decoration: none;
    color: white; }
    #topbar_nav a:hover, #topbar_nav a:focus {
      color: #ed9523; }

#social_search {
  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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: -4;
  -webkit-order: -5;
  -ms-flex-order: -5;
  order: -5;
  margin: 10px 10px 0 0; }
  @media screen and (min-width: 1024px) {
    #social_search {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      position: absolute;
      top: 10px;
      right: 0;
      margin: 10px 0 0 0; } }
  #social_search #social_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #social_search #social_nav a {
      display: block;
      width: 40px;
      height: 40px;
      overflow: hidden;
      background-color: transparent;
      transition: fill 0.5s ease-out;
      fill: white; }
      #social_search #social_nav a svg {
        display: block;
        width: 30px;
        height: 30px;
        margin: 5px;
        fill: white; }
      #social_search #social_nav a:hover, #social_search #social_nav a:focus {
        background-color: inherit; }
        #social_search #social_nav a:hover svg, #social_search #social_nav a:focus svg {
          fill: inherit; }
      #social_search #social_nav a:hover, #social_search #social_nav a:focus {
        fill: #6eb6d0; }
      #social_search #social_nav a svg {
        fill: inherit;
        border-radius: 50px; }
  #social_search #google_tools {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 35px;
    margin-left: 20px; }
    #social_search #google_tools input#q {
      margin: 0;
      height: 35px;
      line-height: 35px;
      border: none;
      vertical-align: top;
      background: transparent;
      -webkit-appearance: none;
      box-sizing: content-box; }
    #social_search #google_tools input#q {
      color: white; }
      #social_search #google_tools input#q::-webkit-input-placeholder {
        color: white; }
    #social_search #google_tools #search {
      background-color: transparent;
      border: 1px solid white;
      border-radius: 20px; }
    #social_search #google_tools input#q {
      text-transform: uppercase;
      padding: 0 13px;
      width: 135px; }

@media screen and (min-width: 1024px) {
  .collapsed-header #header_container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .collapsed-header #header_title {
    height: 100px !important;
    background-size: auto 80% !important;
    background-position: 70px center !important; } }
#topnav_holder {
  /*@include accessible-megamenu(
  	$hamburger-color: $jack-white,
  	$spacing: space-between
  );*/
  width: 100%; }
  #topnav_holder #topnav_mobile_toggle {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double white;
    border-bottom: 5px solid white; }
  #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: .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: 1350px; }
  #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; } }
  #topnav_holder .nav-item {
    position: relative; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: relative; }
      #topnav_holder .nav-menu {
        position: relative; }
      #topnav_holder .sub-nav {
        position: absolute; }
        #topnav_holder .sub-nav a {
          width: 11.5em;
          padding-left: .5em; }
        #topnav_holder .sub-nav .flyout-group a {
          width: 10.5em;
          padding-left: 1.5em; }
      #topnav_holder .nav-item:last-child .sub-nav:focus, #topnav_holder .nav-item:last-child .sub-nav.open {
        left: auto;
        right: 0; } }

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

#topnav .nav-item > a {
  transition: color 0.5s ease-out;
  padding: 8px 15px;
  font-size: 1.125em;
  font-weight: 700;
  color: white;
  background-color: #005d97; }
  #topnav .nav-item > a:hover, #topnav .nav-item > a:focus {
    color: #6eb6d0; }
  #topnav .nav-item > a.open {
    color: #6eb6d0; }
#topnav .sub-nav {
  padding: 8px 20px;
  background-color: white; }
  #topnav .sub-nav a {
    transition: color 0.5s ease-out;
    color: #0f0f0f; }
    #topnav .sub-nav a:hover, #topnav .sub-nav a:focus {
      color: #6eb6d0; }
    #topnav .sub-nav a.open {
      color: #6eb6d0; }
@media screen and (min-width: 1024px) {
  #topnav {
    background: transparent; }
    #topnav .sub-nav-group > li:nth-child(odd) {
      /*box-sizing: border-box;
      border-right: 1px solid $jack-white;*/ }
    #topnav .nav-item > a {
      padding: 0 0 2px 0;
      font-size: 1rem;
      font-weight: 400;
      color: white;
      background-color: transparent; }
    #topnav .mm-extra-content {
      display: none; }
    #topnav .sub-nav {
      border-top: 2px solid #6eb6d0;
      background-color: rgba(15, 15, 15, 0.5); }
      #topnav .sub-nav a {
        color: white; }
      #topnav .sub-nav .mm-extra-content-title, #topnav .sub-nav p {
        color: white; }
      #topnav .sub-nav .mm-extra-content-title {
        font-family: "Palanquin", sans-serif;
        font-size: 1.2rem;
        font-weight: 600; } }

#parallax {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -10; }

.non-index {
  background-image: url("/pics/inside-texture.jpg");
  background-color: #f0f0f0; }

#not_index {
  position: absolute;
  width: 100%;
  height: 230px;
  background-color: #005d97;
  background-size: cover;
  background-position: center center; }

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1350px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 230px;
  margin-bottom: 0;
  background: white; }
  #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: 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 {
  color: #005d97;
  margin: 0 0 15px;
  padding: 0;
  text-align: left !important; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #005d97; }
  @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: .8em 6% .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: #ed9523;
    color: white; }

.slick-flexed {
  width: 100%;
  max-width: 100%; }

.column-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%; }
  @media screen and (min-width: 1024px) and (max-width: 1349px) {
    .column-container {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 100%;
      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: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
  @media screen and (min-width: 1350px) {
    .column-container {
      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: 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: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }

.max-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%; }
  @media screen and (min-width: 1350px) {
    .max-container {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1350px; } }

.content-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%; }
  @media screen and (min-width: 1024px) {
    .content-container {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1024px; } }

.custom-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%; }
  @media screen and (min-width: 785px) {
    .custom-container {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 785px; } }

.column-title, .pageTitle {
  margin: 35px 0;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .column-title .thin, .pageTitle .thin {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 300; }

.section-title {
  width: 100%;
  margin: 0;
  padding: 25px 0 40px 0;
  color: inherit;
  text-align: center;
  text-transform: uppercase; }
  .section-title span {
    display: block; }
  .section-title .upper {
    margin-bottom: -29px;
    font-family: "Palanquin Dark", sans-serif;
    font-size: 2rem; }
  .section-title .lower {
    font-family: "Didact Gothic", sans-serif;
    font-size: 3.5rem;
    font-weight: 300; }

.read-more-link, .read-more-alt {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 30px;
  margin: 20px 0 40px 0; }
  @media screen and (min-width: 1024px) {
    .read-more-link, .read-more-alt {
      margin: auto 0 20px 0; } }

#quicklinks_section {
  background-color: rgba(15, 15, 15, 0.5); }
  @media screen and (min-width: 1024px) {
    #quicklinks_section {
      position: relative;
      margin-top: -160px; } }

#quicklinks_container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0; }
  #quicklinks_container .ql-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: 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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 25%;
    padding: 10px;
    color: white;
    fill: white;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      #quicklinks_container .ql-item {
        width: auto;
        padding: 0; } }
    #quicklinks_container .ql-item .svg-container {
      transition: border-color .5s ease-out, background-color .5s ease-out; }
    #quicklinks_container .ql-item:hover .svg-container, #quicklinks_container .ql-item:focus .svg-container {
      border-color: #005d97;
      background-color: #005d97; }
    #quicklinks_container .ql-item .svg-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;
      border: 1px solid white;
      border-radius: 50%;
      width: 40px;
      height: 40px; }
      #quicklinks_container .ql-item .svg-container svg {
        fill: inherit;
        width: 25px;
        height: 25px; }
    #quicklinks_container .ql-item span {
      width: 100%;
      margin-top: 10px; }
  @media screen and (min-width: 768px) {
    #quicklinks_container {
      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;
      -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
      background-color: transparent; }
      #quicklinks_container .ql-item {
        width: auto; } }

#events_news_twitter_section {
  background-color: #005d97; }

@media screen and (min-width: 1024px) {
  #twitter_container {
    height: 390px;
    overflow-y: scroll; } }

#news_slick {
  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; }
  #news_slick .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 70px;
    padding: 0; }
    #news_slick .slick-list:focus {
      outline: none; }
    #news_slick .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  #news_slick .slick-slider .slick-track,
  #news_slick .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_slick .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    #news_slick .slick-track:before, #news_slick .slick-track:after {
      content: "";
      display: table; }
    #news_slick .slick-track:after {
      clear: both; }
    .slick-loading #news_slick .slick-track {
      visibility: hidden; }
  #news_slick .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    [dir="rtl"] #news_slick .slick-slide {
      float: right; }
    #news_slick .slick-slide img {
      display: block; }
    #news_slick .slick-slide.slick-loading img {
      display: none; }
    #news_slick .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized #news_slick .slick-slide {
      display: block; }
    .slick-loading #news_slick .slick-slide {
      visibility: hidden; }
    .slick-vertical #news_slick .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  #news_slick .slick-arrow {
    display: block;
    overflow: hidden;
    height: 88px;
    width: 50px;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    top: calc(50% - 88px/2);
    border: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat; }
    #news_slick .slick-arrow:hover {
      cursor: pointer; }
    #news_slick .slick-arrow.slick-prev {
      left: 0;
      background-image: url(/pics/button_prev.png); }
    #news_slick .slick-arrow.slick-next {
      right: 0;
      background-image: url(/pics/button_next.png); }
    #news_slick .slick-arrow.slick-hidden {
      display: none; }
  #news_slick .slick-arrow {
    background-size: cover; }

#infographics_slick {
  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_slick .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 50px;
    padding: 0; }
    #infographics_slick .slick-list:focus {
      outline: none; }
    #infographics_slick .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  #infographics_slick .slick-slider .slick-track,
  #infographics_slick .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_slick .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    #infographics_slick .slick-track:before, #infographics_slick .slick-track:after {
      content: "";
      display: table; }
    #infographics_slick .slick-track:after {
      clear: both; }
    .slick-loading #infographics_slick .slick-track {
      visibility: hidden; }
  #infographics_slick .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    [dir="rtl"] #infographics_slick .slick-slide {
      float: right; }
    #infographics_slick .slick-slide img {
      display: block; }
    #infographics_slick .slick-slide.slick-loading img {
      display: none; }
    #infographics_slick .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized #infographics_slick .slick-slide {
      display: block; }
    .slick-loading #infographics_slick .slick-slide {
      visibility: hidden; }
    .slick-vertical #infographics_slick .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  #infographics_slick .slick-arrow {
    display: block;
    overflow: hidden;
    height: 88px;
    width: 50px;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    top: calc(50% - 88px/2);
    border: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat; }
    #infographics_slick .slick-arrow:hover {
      cursor: pointer; }
    #infographics_slick .slick-arrow.slick-prev {
      left: 0;
      background-image: url(/pics/button_prev_w.png); }
    #infographics_slick .slick-arrow.slick-next {
      right: 0;
      background-image: url(/pics/button_next_w.png); }
    #infographics_slick .slick-arrow.slick-hidden {
      display: none; }
  #infographics_slick .slick-arrow {
    background-size: cover; }
  #infographics_slick .slick-list {
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    @media screen and (min-width: 1024px) {
      #infographics_slick .slick-list {
        margin: 0 60px; } }

.events_news_twitter_container {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }
  .events_news_twitter_container .read-more-link, .events_news_twitter_container .read-more-alt {
    margin: 15px auto; }

#events_column {
  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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  color: white;
  padding: 0 15px; }
  #events_column .items-list {
    width: 100%;
    max-width: 100%; }
  #events_column .item {
    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: 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;
    padding: 15px;
    border-bottom: 1px solid #6eb6d0; }
    #events_column .item:first-child {
      padding: 0 15px 15px 15px; }
  #events_column .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;
    margin: 15px;
    font-family: "Palanquin", sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
    #events_column .event-date .event-month {
      margin-bottom: -18px;
      font-size: 1rem;
      letter-spacing: 3px; }
    #events_column .event-date .event-day {
      font-size: 2.2rem; }
  #events_column .event-summary .item-name,
  #events_column .event-summary .event-time,
  #events_column .event-summary .event-location {
    max-width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: .9rem;
    margin: 0;
    color: inherit; }
    #events_column .event-summary .item-name a,
    #events_column .event-summary .event-time a,
    #events_column .event-summary .event-location a {
      text-decoration: none;
      color: inherit; }
      #events_column .event-summary .item-name a:hover, #events_column .event-summary .item-name a:focus,
      #events_column .event-summary .event-time a:hover,
      #events_column .event-summary .event-time a:focus,
      #events_column .event-summary .event-location a:hover,
      #events_column .event-summary .event-location a:focus {
        text-decoration: underline; }
  #events_column .read-more-link, #events_column .read-more-alt {
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
    background-color: white;
    color: #0f0f0f; }
    #events_column .read-more-link:hover, #events_column .read-more-alt:hover, #events_column .read-more-link:focus, #events_column .read-more-alt:focus {
      background-color: #ed9523;
      color: white; }

#news_column {
  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-color: white;
  height: 100%; }
  @media screen and (min-width: 1024px) {
    #news_column {
      width: 50%; } }
  #news_column .column-title, #news_column .pageTitle {
    color: #005d97; }
  #news_column .item {
    width: 255px;
    box-sizing: border-box;
    padding: 0 15px; }
    #news_column .item .item-name {
      color: #0f0f0f;
      font-family: "Palanquin", sans-serif;
      font-weight: 600;
      font-size: 1.1rem;
      line-height: 1rem; }
      #news_column .item .item-name:hover, #news_column .item .item-name:focus {
        text-decoration: underline; }
      #news_column .item .item-name a {
        text-decoration: none;
        color: inherit; }
    #news_column .item .item-image {
      height: 350px;
      width: 90%;
      display: block;
      margin: 0 auto;
      color: transparent;
      background-size: cover;
      background-position: center; }
      @media screen and (min-width: 1024px) {
        #news_column .item .item-image {
          height: 180px;
          width: 100%; } }
    #news_column .item .item-summary {
      width: 90%;
      margin: 20px auto; }
      @media screen and (min-width: 1024px) {
        #news_column .item .item-summary {
          width: 100%;
          margin: 0; } }
    #news_column .item .item-text {
      font-size: .95rem;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      color: #3c3c3c;
      line-height: 1.4rem; }
  #news_column .read-more-link, #news_column .read-more-alt {
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
    background-color: #6eb6d0;
    color: white; }
    #news_column .read-more-link:hover, #news_column .read-more-alt:hover, #news_column .read-more-link:focus, #news_column .read-more-alt:focus {
      background-color: #005d97;
      color: white; }

#twitter_column {
  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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px; }
  #twitter_column .column-title, #twitter_column .pageTitle {
    color: white; }
    #twitter_column .column-title a, #twitter_column .pageTitle a {
      color: inherit;
      text-decoration: none; }
      #twitter_column .column-title a:hover, #twitter_column .pageTitle a:hover, #twitter_column .column-title a:focus, #twitter_column .pageTitle a:focus {
        text-decoration: underline; }
  #twitter_column .read-more-link, #twitter_column .read-more-alt {
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
    background-color: white;
    color: #0f0f0f; }
    #twitter_column .read-more-link:hover, #twitter_column .read-more-alt:hover, #twitter_column .read-more-link:focus, #twitter_column .read-more-alt:focus {
      background-color: #ed9523;
      color: white; }

#infographics_section {
  color: white;
  background-color: transparent;
  padding-bottom: 45px; }
  #infographics_section .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: 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%;
    color: white;
    fill: white;
    text-align: center; }
    #infographics_section .item svg {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      height: 60px;
      width: 60px;
      fill: inherit; }
    #infographics_section .item .item-val, #infographics_section .item .item-txt {
      width: 120px;
      max-width: 120px; }
    #infographics_section .item .item-val {
      margin: 20px 0;
      font-font-family: "Palanquin", sans-serif;
      font-size: 3rem;
      font-weight: 600; }
    #infographics_section .item .item-txt {
      margin-bottom: 20px;
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      font-weight: 300; }

#spotlight_section {
  color: white;
  background-color: rgba(237, 149, 35, 0.75);
  padding-bottom: 35px; }
  #spotlight_section .spotlight-text {
    padding: 27px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 300; }

#ourschools_section {
  color: #005d97;
  background-color: white; }

#ourschools_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  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; }
  @media screen and (min-width: 1350px) {
    #ourschools_container {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 70%; }
      #ourschools_container .school-item:nth-child(1) {
        margin-left: 80px; }
      #ourschools_container .school-item:nth-child(4) {
        margin-right: 80px; } }
  #ourschools_container .school-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: 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: 200px;
    height: 200px;
    box-sizing: border-box;
    padding-top: 140px;
    color: #cccccc;
    margin: 0 30px;
    font-family: "Palanquin", sans-serif;
    line-height: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: white;
    background-position: 100% 100%;
    background-size: 100% auto;
    background-repeat: no-repeat; }
    #ourschools_container .school-item > span {
      max-width: 100%;
      box-sizing: border-box;
      padding: 0 15px; }
    #ourschools_container .school-item:nth-child(1) {
      background-image: url("/pics/school-logos/school_logos_01.jpg"); }
    #ourschools_container .school-item:nth-child(2) {
      background-image: url("/pics/school-logos/school_logos_02.jpg"); }
    #ourschools_container .school-item:nth-child(3) {
      background-image: url("/pics/school-logos/school_logos_03.jpg"); }
    #ourschools_container .school-item:nth-child(4) {
      background-image: url("/pics/school-logos/school_logos_04.jpg"); }
    #ourschools_container .school-item:nth-child(5) {
      background-image: url("/pics/school-logos/school_logos_05.jpg"); }
    #ourschools_container .school-item:nth-child(6) {
      background-image: url("/pics/school-logos/school_logos_06.jpg"); }
    #ourschools_container .school-item:nth-child(7) {
      background-image: url("/pics/school-logos/school_logos_07.jpg"); }
    #ourschools_container .school-item:nth-child(8) {
      background-image: url("/pics/school-logos/school_logos_08.jpg"); }
    #ourschools_container .school-item:nth-child(9) {
      background-image: url("/pics/school-logos/school_logos_09.jpg"); }
    #ourschools_container .school-item:hover, #ourschools_container .school-item:focus {
      color: #3c3c3c;
      background-position: 0 0; }

.footer-title {
  color: white;
  text-align: left;
  font-family: "Palanquin", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 0; }

.footer-text {
  color: white;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300; }
  .footer-text svg {
    width: 15px;
    height: 15px;
    fill: white;
    margin-right: 5px; }
  .footer-text a {
    color: white; }

#phone {
  color: white !important; }

.read-more-alt {
  transition: background-color 0.5s ease-out, color 0.5s ease-out;
  background-color: white;
  color: #0f0f0f;
  border-radius: 0 !important; }
  .read-more-alt:hover, .read-more-alt:focus {
    background-color: #ed9523;
    color: white; }

#footer_main {
  background-color: #005d97;
  z-index: 10; }

@media screen and (min-width: 1024px) {
  #line_behind {
    position: relative; }
    #line_behind:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      bottom: 35px;
      left: 0;
      z-index: -1;
      background-color: rgba(255, 255, 255, 0.5); } }
#footer_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  color: white; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    #footer_inner .column {
      width: 70%;
      margin: 0 auto; } }
  @media screen and (min-width: 1024px) and (max-width: 1349px) {
    #footer_inner {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 100%;
      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: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
  @media screen and (min-width: 1350px) {
    #footer_inner {
      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: 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: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
  #footer_inner > .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #footer_inner video {
    width: 100%;
    min-width: 100%;
    height: auto;
    display: block; }
  #footer_inner .row {
    margin-bottom: 40px; }
  #footer_inner #footer_school_name {
    width: 100%;
    height: 200px;
    align-self: center;
    background-size: auto 90%; }
  #footer_inner #contact_column {
    padding: 40px 20px; }
  #footer_inner #footer_school_name,
  #footer_inner #contact_column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #footer_inner .read-more-alt {
    margin-top: 20px;
    padding: 5px 30px;
    font-size: .8rem; }
  @media screen and (min-width: 768px) {
    #footer_inner .row {
      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: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      margin-bottom: 0; }
    #footer_inner video {
      width: 50%;
      min-width: 50%;
      margin-top: 72px; } }
  #footer_inner .video-summary {
    max-width: 100%;
    padding: 40px 20px; }
    #footer_inner .video-summary .video-title, #footer_inner .video-summary .video-description {
      width: 100%; }
  @media screen and (min-width: 1350px) {
    #footer_inner #footer_school_name {
      height: 365px;
      background-size: auto 110%; } }

#video {
  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; }
  @media screen and (min-width: 1024px) {
    #video {
      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: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; } }

#footer_school_name {
  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: 0;
  text-align: center;
  background-image: url("/pics/footer_logo.png");
  background-repeat: no-repeat;
  background-position: center center; }
  #footer_school_name .upper {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 1.9rem;
    line-height: 2.2rem;
    letter-spacing: 1px;
    margin-top: 8px; }
  #footer_school_name .lower {
    font-family: "Palanquin", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2rem;
    letter-spacing: 4px;
    margin-top: 3px; }

#contact_column {
  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; }
  #contact_column > span {
    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;
    margin-top: 10px; }

#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 .edlio-logo:hover, #edlio_login .edlio-logo:focus {
      background-color: inherit; }
      #edlio_login .edlio-logo:hover svg, #edlio_login .edlio-logo:focus svg {
        fill: inherit; }
  #edlio_login:hover {
    color: #0f0f0f; }
    #edlio_login:hover .edlio-logo {
      border-color: #0f0f0f; }
    #edlio_login:hover svg {
      fill: #0f0f0f; }

#edlio_container {
  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;
  width: 100%;
  background-color: white;
  height: 50px; }

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  margin: 0 auto; }
  #edlio_logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0;
    fill: #6eb6d0; }
  #edlio_logo:hover, #edlio_logo:focus {
    background-color: inherit; }
    #edlio_logo:hover svg, #edlio_logo:focus svg {
      fill: inherit; }
  #edlio_logo path:last-child {
    fill: #0f0f0f; }

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