@import url("//fonts.googleapis.com/css?family=Raleway:300,400,400italic,700,700italic,900");
@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Raleway", sans-serif;
  font-size: 100%; }

html {
  height: 100%;
  background: #f1f1f1; }
  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:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: white; }

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

#skip_to_content {
  color: #821211; }

#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: 1350px;
  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;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

#logo-zone {
  position: absolute !important;
  height: 21px;
  width: 240px;
  background-color: transparent;
  z-index: 9999; }

#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: 1024px) {
    #header_title {
      width: auto; } }
  #header_title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: auto;
    padding: 0 60px 0 110px;
    height: 126px;
    line-height: 1em;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #464646;
    background-image: url("/common_pics/school_header.png");
    background-repeat: no-repeat;
    background-position: 10px 32px;
    background-size: 80px auto; }
    @media screen and (min-width: 768px) {
      #header_title a {
        padding: 0 0 30px 144px;
        height: 100px;
        letter-spacing: 4px;
        font-size: 28px;
        background-size: auto;
        background-position: 10px 6px; } }
    #header_title a .header-inner {
      display: inline-block;
      width: 100%; }

#header_marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  height: 20px;
  color: black; }
  #header_marquee .marquee-inner {
    display: inline-block;
    padding-left: 100%; }
    #header_marquee .marquee-inner:hover {
      animation-play-state: paused; }
  #header_marquee.marquee-speed-18 .marquee-inner {
    animation: marquee 15s linear infinite; }
  #header_marquee.marquee-speed-35 .marquee-inner {
    animation: marquee 30s linear infinite; }
  #header_marquee.marquee-speed-7 .marquee-inner {
    animation: marquee 7.5s linear infinite; }
  #header_marquee .marquee-content {
    float: left; }
@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }
  @media screen and (min-width: 768px) {
    #header_marquee {
      width: 80%; } }

#topbar_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: linear-gradient(#821211, black); }
  @media screen and (min-width: 768px) {
    #topbar_nav {
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; } }
  #topbar_nav a {
    padding: 0 10px;
    text-decoration: none;
    color: white; }
    #topbar_nav a svg {
      fill: #821211;
      height: 40px;
      width: 40px; }
    #topbar_nav a:hover, #topbar_nav a:focus {
      color: black; }

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #social_nav .footer-header {
    margin: 3px 0 0 !important; }
  #social_nav a {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-color: none;
    margin: 0 10px; }
    #social_nav a svg {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0;
      fill: white; }
    #social_nav a:hover svg, #social_nav a:focus svg {
      fill: black; }

#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: .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 #821211;
    border-bottom: 5px solid #821211; }
  #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; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder .sub-nav {
      position: absolute;
      left: 0;
      width: calc(100% - 20px*2);
      padding: 20px;
      max-width: 1350px; }
      #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: 1350px) {
    #topnav_holder .sub-nav {
      left: calc(50% - 1350px/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: 60px;
  right: 20px; }

#topnav {
  background: #821211; }
  #topnav .nav-item > a {
    height: 42px;
    padding: 0 10px;
    font-size: 1em;
    font-weight: 400;
    color: white; }
    #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
      color: black; }
      @media screen and (min-width: 1024px) {
        #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
          background: none;
          color: black; } }
  #topnav .sub-nav a {
    color: white; }
    #topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
      color: #821211; }
  @media screen and (min-width: 1024px) {
    #topnav {
      background: transparent; }
      #topnav .nav-item > a {
        height: 50px;
        padding: 0 35px;
        text-align: center;
        color: white; }
      #topnav .mm-extra-content .mm-extra-content-title {
        font-size: 1.5em;
        font-weight: 700;
        color: white; }
      #topnav .sub-nav {
        background: white; } }

#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: 20px;
  margin-bottom: 20px;
  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 {
    box-shadow: none; }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 2em;
  font-weight: 700;
  color: #821211; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #821211; }
  @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: black;
    color: white; }

#index_top {
  position: relative; }
  @media screen and (min-width: 1024px) {
    #index_top {
      margin-top: -30px; } }

#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: 1350px;
  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; } }

#index_motto {
  z-index: 9;
  display: block;
  width: 100%;
  padding: 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  color: #821211; }
  @media screen and (min-width: 1024px) {
    #index_motto {
      position: absolute;
      top: 56%;
      left: 50%;
      margin-left: -250px;
      width: 500px;
      font-size: 67px;
      color: white; } }

#bg_content {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }
  #bg_content .image {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center center; }

.content-column {
  background: white; }

#left_column {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #left_column {
      width: 32%; } }
  @media screen and (min-width: 1024px) {
    #left_column {
      width: 26%; } }

#center_column {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #center_column {
      width: 36%; } }
  @media screen and (min-width: 1024px) {
    #center_column {
      width: 40%; } }

#right_column {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #right_column {
      width: 32%; } }
  @media screen and (min-width: 1024px) {
    #right_column {
      width: 26%; } }

.content-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: 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 2%;
  width: 96%; }
  .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: 50px 2%; } }
  @media screen and (min-width: 1024px) {
    .content-container {
      padding: 50px 0;
      width: 100%; } }
  .content-container .section-title {
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    color: #212121; }
  .content-container .item {
    margin: 0 0 1em; }
    @media screen and (min-width: 768px) {
      .content-container .item {
        margin: 0 0 3em; } }
    @media screen and (min-width: 1024px) {
      .content-container .item {
        margin: 0 0 3em; } }
  .content-container .item-text {
    width: 100%;
    line-height: 1.2em;
    font-weight: 400;
    color: #707070; }
  .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: 1024px) {
      .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; } }
  .content-container .read-more-link {
    position: relative;
    margin: 0;
    padding: 0 30px;
    line-height: 50px;
    font-size: 1em;
    font-weight: 400;
    color: black;
    background: white; }
    .content-container .read-more-link:hover, .content-container .read-more-link:focus {
      text-decoration: none;
      background: black;
      color: white; }
  .content-container [class*="-name"] {
    margin: 0;
    font-size: 1em; }
    .content-container [class*="-name"] a {
      font-size: 1.25em;
      font-weight: 400;
      color: #707070; }
  .content-container a {
    text-decoration: none;
    color: #707070; }
    .content-container a:hover {
      text-decoration: underline; }

#index_news {
  background: #f1f1f1; }

#news_container .items-list {
  width: 100%;
  max-width: 1120px; }
@media screen and (min-width: 768px) {
  #news_container .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;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    #news_container .items-list .item {
      width: 32.75%; } }
#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;
  background: white; }
  #news_container .item .item-name {
    width: 90%;
    padding: 0 5% 15px;
    text-align: center; }
    #news_container .item .item-name a {
      font-size: 1.5em;
      color: black; }
  #news_container .item .item-text {
    width: 90%;
    padding: 0 5% 20px;
    text-align: center;
    color: black; }
#news_container .news-item-image-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center; }
#news_container .news-item-image {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%; }
@media screen and (min-width: 768px) {
  #news_container .news-item-image {
    max-width: 375px; } }

.event-container .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;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -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;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px; }
  .event-container .items-list .item {
    display: flex; }
.event-container .section-title {
  max-width: 200px; }
.event-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: 90px;
  margin: 0 10px 0 0;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 3px;
  color: white;
  border-radius: 50%;
  background: #821211; }
  @media screen and (min-width: 1024px) {
    .event-container .event-date {
      letter-spacing: 6px;
      width: 120px;
      height: 120px;
      margin: 0 20px 0 0; } }
  .event-container .event-date .event-day {
    letter-spacing: 0;
    line-height: .8em;
    font-size: 2.8em;
    font-weight: 400; }
.event-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%; }
.event-container .event-image-link {
  max-width: 100%; }
.event-container .event-image {
  width: 100%; }
.event-container .read-more-link {
  color: white;
  background: #821211; }
  .event-container .read-more-link:hover, .event-container .read-more-link:focus {
    text-decoration: none;
    background: black;
    color: white; }

#links_container {
  padding: 0; }
  #links_container #links_header a {
    text-decoration: none;
    color: white; }
  #links_container .links-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  #links_container .link-item a {
    text-decoration: none;
    display: block;
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 1em;
    color: white; }
    #links_container .link-item a:hover {
      text-decoration: underline; }

#facebook_container {
  padding: 50px 0; }
  #facebook_container .section-title {
    display: 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; }
  #mission_container .spotlightmessage-text {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    line-height: 1.6em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Raleway", sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    color: #707070; }
    #mission_container .spotlightmessage-text strong {
      font-weight: 700;
      color: #464646; }
  #mission_container .read-more-link {
    color: black; }

#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;
  max-width: 100%;
  background: #821211; }
  @media screen and (min-width: 768px) {
    #spotlight_container {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  #spotlight_container .section-title {
    text-transform: none;
    color: white; }
  #spotlight_container .spotlight-image-holder {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      #spotlight_container .spotlight-image-holder {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      #spotlight_container .spotlight-image-holder {
        height: 200px; } }
  #spotlight_container .spotlight-image {
    width: 100%; }
  #spotlight_container .spotlightmessage-wrapper {
    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;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #spotlight_container .spotlightmessage-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        width: 50%; } }
    #spotlight_container .spotlightmessage-wrapper .spotlightmessage-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      width: 92%;
      padding: 50px 4%;
      margin: 0; }
      @media screen and (min-width: 768px) {
        #spotlight_container .spotlightmessage-wrapper .spotlightmessage-inner {
          max-width: 440px; } }
  #spotlight_container .spotlightmessage-text {
    display: block;
    width: 100%;
    margin-bottom: 60px;
    line-height: 1.6em;
    max-height: 8em;
    overflow: hidden;
    color: white; }

#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;
  -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; }
  @media screen and (min-width: 1024px) {
    #quicklinks {
      padding-top: 40px; } }
  #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;
    height: 260px;
    width: 180px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Raleway", sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    color: black; }
    #quicklinks a .qlink-inner {
      display: inline-block;
      width: 100%; }
    #quicklinks a svg {
      fill: #821211;
      height: 120px;
      width: 120px;
      margin: 0 0 20px; }
    #quicklinks a:hover, #quicklinks a:focus {
      color: #821211; }
      #quicklinks a:hover svg, #quicklinks a:focus svg {
        fill: black; }

#video_container {
  width: 100%;
  overflow: hidden; }
  #video_container video {
    display: block;
    width: 100%; }

#footer_main {
  position: relative;
  background: #821211; }
  #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: 1350px;
    padding: 50px 0 30px; }
    @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; } }
    @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 .footer-header {
      display: block;
      margin: 40px 0 20px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Raleway", sans-serif;
      font-size: 1em;
      font-weight: 700;
      color: white; }
      @media screen and (min-width: 768px) {
        #footer_main #footer_inner .footer-header {
          margin: 80px 0 20px; } }

#footer_left {
  width: 38%; }
  @media screen and (max-width: 767px) {
    #footer_left {
      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%; } }

#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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 230px;
  padding: 0 0 0 90px;
  height: 86px;
  line-height: 1em;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-image: url("/common_pics/footer_logo.png");
  background-repeat: no-repeat;
  background-position: 10px 6px; }
  @media screen and (min-width: 768px) {
    #footer_address_title {
      width: auto;
      padding: 0 0 0 82px;
      font-size: 28px; } }
  #footer_address_title .header-inner {
    display: inline-block;
    width: 100%; }

#footermessage_container {
  padding: 25px 0; }
  #footermessage_container .item-text {
    line-height: 1.4em;
    font-weight: 300;
    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;
  font-style: normal;
  font-size: 1.125em;
  font-weight: 300;
  color: white; }
  #footer_address a {
    color: inherit; }
  #footer_address .footer-info-block {
    display: inline-block; }
  #footer_address #footer_address_phone {
    margin: 20px 0; }
  #footer_address #footer_address_fax {
    margin: 0 0 20px 0; }
  @media screen and (max-width: 767px) {
    #footer_address {
      width: 100%;
      text-align: center; }
      #footer_address .footer-info-block {
        display: block; } }

#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: black; }
    #edlio_login:hover .edlio-logo {
      border-color: black; }
    #edlio_login:hover svg {
      fill: black; }

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  margin: 20px 0; }
  #edlio_logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0;
    fill: white; }

#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: #821211; }
  #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: black; }
      #mobile_nav a:hover svg {
        fill: black; }
  @media screen and (min-width: 768px) {
    #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

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