@import url("http://fonts.googleapis.com/css?family=Cinzel:400,700|Roboto:400,400italic,500,500italic,700italic,700");
@import url("../apps/js/polls/polls-pack.html");
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:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 326px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    body:before {
      height: 480px; } }

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 1350px;
  height: auto;
  margin: 0 auto;
  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; }

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

#header_title {
  margin: 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  #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: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -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;
    display: block\d;
    position: relative;
    width: 100%;
    max-width: 1350px;
    height: 326px;
    color: #f3f3f3;
    font-family: "Cinzel", serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 1px black;
    background-image: url("../common_pics/header.html");
    background-repeat: no-repeat;
    background-position: center top; }
    #header_title a span {
      width: 100%;
      max-width: 320px; }
      @media screen and (min-width: 768px) {
        #header_title a span {
          max-width: 1350px; } }
  @media screen and (min-width: 768px) {
    #header_title a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 450px;
      height: 228px;
      padding-left: 160px; } }
  @media screen and (min-width: 1024px) {
    #header_title a {
      height: 175px;
      width: 820px; } }
  @media screen and (min-width: 1350px) {
    #header_title a {
      width: 1070px; } }
  @media screen and (max-width: 767px) {
    #header_title a {
      line-height: 53px; } }
  #header_title #header_motto {
    color: white;
    font-size: .5em;
    position: absolute;
    bottom: 30px;
    right: 0; }
    @media screen and (max-width: 1023px) {
      #header_title #header_motto {
        display: none; } }

#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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  height: 46px;
  width: 100%;
  max-width: 1200px; }
  #topbar_nav #language {
    color: white;
    border: 3px white solid;
    padding: 1px 10px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.13em;
    font-weight: 500;
    margin: 0 auto 0 10px; }
    #topbar_nav #language:hover {
      color: #0444af;
      border-color: #0444af; }
  @media screen and (max-width: 767px) {
    #topbar_nav #Translate {
      width: 80px; } }
  #topbar_nav #social_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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin-right: 10px; }
    #topbar_nav #social_nav a {
      display: block;
      width: 24px;
      height: 24px;
      overflow: hidden;
      background-color: transparent;
      position: relative;
      padding: 0 5px; }
      #topbar_nav #social_nav a svg {
        display: block;
        width: 18px;
        height: 18px;
        margin: 3px;
        fill: white; }
      #topbar_nav #social_nav a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 24px;
        width: 2px;
        background: white; }
  @media screen and (min-width: 768px) {
    #topbar_nav {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; } }

#school_selector_mobile {
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: calc(100% - 40px);
  display: inline-flex;
  margin: 0 0 0 -15px;
  margin: 0; }
  #school_selector_mobile a {
    color: white;
    text-decoration: none;
    margin-right: 10px; }
    #school_selector_mobile a svg {
      width: 38px;
      height: 28px;
      padding-right: 10px;
      fill: #0551d0;
      margin-left: 30px;
      margin-top: 7px; }
  @media screen and (min-width: 768px) {
    #school_selector_mobile {
      margin: 0 0 0 10px; } }

#topnav_holder {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  z-index: 9;
  position: absolute;
  top: 96px;
  left: 0; }
  #topnav_holder #topnav_mobile {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double white;
    border-bottom: 5px solid white; }
  #topnav_holder #topnav {
    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;
    position: absolute;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s; }
    #topnav_holder #topnav.open {
      max-height: 2000px; }
  #topnav_holder a {
    text-decoration: none; }
  #topnav_holder .level a {
    padding: .5em;
    font-size: 1em; }
  #topnav_holder .level:hover > .level {
    display: block; }
  #topnav_holder .first 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;
    width: 100%; }
  #topnav_holder .first .level a {
    padding-left: 1.5em; }
  #topnav_holder .first .flyout a {
    padding-left: 2.25em; }
  #topnav_holder .second {
    display: none; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: relative; }
      #topnav_holder #topnav_mobile {
        display: none; }
      #topnav_holder #topnav {
        -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;
        position: static;
        max-height: none;
        overflow: visible; }
        #topnav_holder #topnav section:last-child:hover .dropdown {
          left: auto;
          right: 0; }
          #topnav_holder #topnav section:last-child:hover .dropdown .flyout {
            right: 100%;
            left: auto; }
      #topnav_holder .first > header,
      #topnav_holder .first a {
        width: auto; }
      #topnav_holder .first:hover > .dropdown {
        display: block;
        position: absolute;
        left: 0; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder .first {
      position: relative; }
      #topnav_holder .first .level {
        width: 11.5em; }
        #topnav_holder .first .level a {
          padding-left: .5em; }
    #topnav_holder .third {
      position: relative; }
      #topnav_holder .third:hover .flyout {
        display: block; }
    #topnav_holder .flyout {
      position: absolute;
      left: 100%;
      top: 0;
      display: none; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      top: 0; } }
  @media screen and (min-width: 1350px) {
    #topnav_holder {
      max-width: 1350px; } }

#topnav_mobile {
  top: -30px;
  left: 20px; }

#topnav {
  background: #bdbdbd; }
  #topnav .first > header a {
    padding: 10px;
    font-size: 1.125em;
    font-weight: 700;
    color: white; }
  #topnav .first .level {
    background: #bdbdbd; }
    #topnav .first .level a {
      color: white; }
  #topnav .first:hover > header a,
  #topnav .first:hover .third:hover header a,
  #topnav .first:hover .level a:hover {
    color: white; }
  @media screen and (min-width: 1024px) {
    #topnav {
      background: transparent; }
      #topnav .first > header a {
        height: 40px;
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500; }
      #topnav section {
        position: relative; }
        #topnav section:before {
          content: "";
          position: absolute;
          top: 8px;
          left: 0;
          height: 24px;
          width: 2px;
          background: white; }
      #topnav section:first-child:before {
        display: none; } }
  @media screen and (min-width: 1350px) {
    #topnav .first > header a {
      font-size: 1em;
      letter-spacing: 1px; } }

#content_main {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  overflow: visible;
  width: 90%;
  padding: 25px 5%;
  min-height: 400px;
  margin: 2em auto 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px; }
  #content_main .pages-left-column-wrapper {
    overflow: hidden; }
  @media screen and (max-width: 1023px) {
    #content_main table {
      display: block;
      overflow-x: auto; }
    #content_main .bell-schedule {
      display: table; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .85em; }
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      width: auto; }
    #content_main #more-videos {
      display: none; }
    #content_main #staff_list_public .user-info-wrapper span[id*="staff"] {
      display: block; }
    #content_main #staff_list_public .user-info-wrapper .user-position-public {
      display: block;
      margin-left: 0;
      width: 100%; }
    #content_main #staff_list_public .user-info-wrapper p {
      display: block;
      float: left;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #content_main .news-list article .column {
      width: 100%; }
    #content_main .show-news .attached-images {
      float: none;
      margin: 0 auto 1em; }
    #content_main .single-video #big-video,
    #content_main .below-start #big-video {
      width: 100% !important; }
    #content_main .video-list .thumb_wrap {
      display: block;
      float: none; }
    #content_main .video-list li .description {
      padding-left: 0; }
    #content_main .video-list li .video-list-date {
      padding-left: 0; }
    #content_main .bell-schedule {
      width: 100%; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .7em; }
    #content_main .video-list-top .controls,
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      display: none; }
    #content_main #album_thumbnails table img {
      width: 90%;
      height: 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; } }
  #content_main .pages-content-wrapper {
    overflow: visible; }
  #content_main img.sub {
    border: none; }
  @media screen and (min-width: 1024px) {
    #content_main {
      width: 100%;
      max-width: 974px;
      padding: 25px;
      margin-bottom: 60px; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none; }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 2.1875em;
  font-family: "Cinzel", serif;
  font-weight: 700;
  text-transform: uppercase; }

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

#index_top {
  max-height: 620px;
  overflow: hidden; }

#index_main {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 2em; }

#index_bottom {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

#right_column {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #right_column {
      width: 50%; }
      #right_column:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 80%;
        width: 1px;
        background: #0551d0; } }

#left_column_2 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #left_column_2 {
      width: 50%; } }

#right_column_2 {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #right_column_2 {
      width: 50%; }
      #right_column_2:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 80%;
        width: 1px;
        background: #0551d0; } }

.content-container {
  margin: 0 0 1em; }
  .content-container .section-title {
    margin: 0;
    font-weight: 400; }
    .content-container .section-title a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      text-decoration: none;
      color: inherit; }
      .content-container .section-title a:hover {
        text-decoration: none; }
  .content-container .read-more-link {
    text-decoration: none;
    display: inline-block; }
    .content-container .read-more-link:hover {
      text-decoration: underline; }
  .content-container .section-title {
    position: relative;
    margin: 1em 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    font-family: "Cinzel", serif; }
    .content-container .section-title:before {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      height: 4px;
      width: 10%;
      margin-left: -5%; }
    @media screen and (min-width: 768px) {
      .content-container .section-title {
        font-size: 3em; } }
  .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-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .content-container .read-more-link-group {
        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: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap; } }
  .content-container .read-more-link {
    text-transform: uppercase;
    font-size: 1.13em;
    font-weight: 400;
    display: block; }
  .content-container [class*="-name"] {
    width: 100%;
    margin: 0;
    font-size: 1.56em;
    font-weight: 500; }
    .content-container [class*="-name"] a {
      font-size: 1.5em;
      color: white; }
  .content-container a {
    text-decoration: none;
    color: white; }
    .content-container a:hover {
      text-decoration: underline; }

#news_container .item {
  background: #bdbdbd;
  margin: 1em 0;
  padding: 1em 5px; }
  #news_container .item .news-item-image-holder {
    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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
    #news_container .item .news-item-image-holder .news-item-image {
      max-width: 100%; }
  #news_container .item .item-name {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase; }
  #news_container .item .item-text {
    line-height: 23px; }
  #news_container .item .read-more-link {
    width: 115px;
    margin: 0 0 0 50%; }
@media screen and (min-width: 768px) {
  #news_container .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    padding: 0; }
    #news_container .item .news-item-image-holder {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      width: 50%;
      margin-right: 1em; }
    #news_container .item .no-photo {
      width: 50%; }
    #news_container .item .news-info {
      width: 50%; }
      #news_container .item .news-info .item-name {
        width: 60%; }
      #news_container .item .news-info .item-text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 70%;
        line-height: 28px; } }

#events_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;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
#events_container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2em; }
  #events_container .item .item-name a {
    color: black;
    font-size: 15px;
    font-weight: 400; }
#events_container .event-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px;
  width: 70px;
  margin-right: 10px;
  color: white;
  font-size: 34px;
  font-family: "Cinzel", serif;
  font-weight: 700; }
#events_container .event-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 5px; }
  #events_container .event-summary .event-time {
    width: 100%; }
  #events_container .event-summary .event-location {
    width: 100%; }
@media screen and (min-width: 1024px) {
  #events_container .item {
    width: 50%; } }

#links_container .links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  #links_container .links-list .item-name {
    margin: .05em 0; }
    #links_container .links-list .item-name a {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 400; }
#links_container .read-more-link {
  text-align: center; }

#spotlight_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  #spotlight_container .section-title {
    display: none; }
  #spotlight_container .spotlight-image {
    margin: 4em 0 1em; }
    @media screen and (max-width: 767px) {
      #spotlight_container .spotlight-image {
        width: 100%; } }
  #spotlight_container .spotlightmessage-text {
    color: white;
    width: 60%;
    margin: 1em auto 4em;
    letter-spacing: 3px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.13em;
    font-family: "Cinzel", serif;
    font-weight: 700; }

#bbmessages_container .HPBBMessages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  #bbmessages_container .HPBBMessages tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
    #bbmessages_container .HPBBMessages tbody tr {
      margin: 2em 0; }
    #bbmessages_container .HPBBMessages tbody a {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 400; }

#spotlight_container_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;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #spotlight_container_2 .spotlight-image {
    width: 80%;
    margin-bottom: 1em; }
  #spotlight_container_2 .spotlightmessage-text {
    width: 80%;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 1em; }

#shuffle_main {
  max-width: 1350px;
  margin: 0 auto; }

#quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #quicklinks a {
    display: block;
    height: 56px;
    width: 200px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.25em;
    color: black;
    background: url("../common_pics/qlink_item.html") top left no-repeat; }
    #quicklinks a:hover {
      background-position: 0 -56px; }

#footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  max-width: 1350px !important;
  margin: 1em auto 0 !important;
  height: 500px !important; }
  @media screen and (min-width: 768px) {
    #footer_inner {
      height: 374px !important; } }

#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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  color: #f3f3f3;
  line-height: 48px;
  height: 310px;
  width: 100%;
  text-shadow: 0px 1px 1px black;
  text-align: center;
  font-size: 48px;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-variant: small-caps; }
  #footer_address_title span {
    width: 100%;
    max-width: 320px; }
    @media screen and (min-width: 768px) {
      #footer_address_title span {
        max-width: 1350px; } }
  @media screen and (min-width: 768px) {
    #footer_address_title {
      height: 220px; } }
  @media screen and (min-width: 1024px) {
    #footer_address_title {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }

#footer_address {
  font-style: normal;
  width: 100%;
  font-size: 1.125em;
  color: white;
  text-align: center;
  text-transform: uppercase; }
  #footer_address a {
    color: inherit;
    font-size: inherit; }
  #footer_address span {
    display: block; }
  @media screen and (min-width: 768px) {
    #footer_address span {
      display: inline-block; } }
  @media screen and (min-width: 1024px) {
    #footer_address {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; } }

#google_tools {
  /*@include respond-to($vp-large) {
  	@include align-self(flex-end);
  	@include order($int: 2);
  	@include justify-content(flex-end);
  	width: 20%;
  }*/
  margin-right: 10px; }

#edlio_login {
  text-decoration: none;
  color: white; }
  #edlio_login svg {
    width: 24px;
    height: 16px;
    fill: white; }
  #edlio_login:hover {
    color: black; }
    #edlio_login:hover svg {
      fill: black; }
  @media screen and (min-width: 1024px) {
    #edlio_login {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; } }

#edlio_logo {
  display: block;
  width: 100px;
  height: 70px;
  overflow: hidden;
  background-color: transparent; }
  #edlio_logo svg {
    display: block;
    width: 100px;
    height: 70px;
    margin: 0;
    fill: white; }
  @media screen and (min-width: 1024px) {
    #edlio_logo {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; } }

#board_district_button {
  display: none; }

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