@import url("//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Cinzel:400,700");
@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Open Sans", sans-serif;
  font-size: 100%; }

html {
  height: 100%;
  background: url("/pics/html_bg.jpg") center top repeat; }
  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; }
  html:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 292px;
    content: "";
    background-image: url("/pics/header_bg.jpg"), url("/pics/top_bg.jpg");
    background-position: center top, center top;
    background-repeat: no-repeat, repeat-x;
    border-bottom: 10px solid #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1); }

body {
  background: url("/pics/body_bg.jpg") center 500px no-repeat;
  padding-bottom: 40px; }
  body:before {
    content: "";
    background: url("/pics/body_watermark.png") center top no-repeat;
    width: 100%;
    height: 187px;
    position: absolute;
    top: 304px;
    z-index: -1; }

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 302px;
  margin: 0 auto;
  max-width: 1024px;
  margin-bottom: 25px; }

#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: 78px 0 0; }
  #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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: url("/pics/header.png") left center no-repeat;
    width: 70%;
    padding: 0 0 0 30%;
    height: 224px;
    color: black;
    font-family: "Cinzel", serif;
    font-size: 36px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      #header_title a {
        width: 660px;
        padding: 0 80px 0 260px;
        height: 174px;
        font-size: 48px; } }
    @media screen and (max-width: 767px) {
      #header_title a {
        width: 100%;
        padding: 80px 0 44px;
        height: 100px;
        font-size: 24px;
        background-size: 200px auto;
        background-position: center top; } }
    #header_title a .top-line {
      display: inline-block;
      width: 100%;
      line-height: 1em;
      font-size: 1.85em; }
    #header_title a .bottom-line {
      display: inline-block;
      width: 100%;
      line-height: 1em; }

#top_bar {
  position: absolute;
  top: 13px;
  left: 20px; }

#header_marquee {
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 1024px;
  position: absolute;
  top: 56px;
  left: 0; }
  @media screen and (max-width: 767px) {
    #header_marquee {
      display: none; } }

#header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 20px;
  min-height: 47px; }
  @media screen and (max-width: 1023px) {
    #header_nav {
      right: 0;
      width: 100%;
      background: linear-gradient(#171717, #313131);
      border-bottom: 1px solid white; } }
  #header_nav a {
    display: block;
    padding: 0 10px 0 26px;
    color: white;
    line-height: 2.2em;
    font-size: 0.875em;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: -4px -6px; }
    #header_nav a:nth-of-type(1) {
      background-image: url("/pics/header1.png"); }
    #header_nav a:nth-of-type(2) {
      background-image: url("/pics/header2.png"); }
    #header_nav a:nth-of-type(3) {
      background-image: url("/pics/header3.png"); }
    #header_nav a:nth-of-type(4) {
      background-image: url("/pics/header4.png"); }
    #header_nav a:nth-of-type(5) {
      background-image: url("/pics/header5.png"); }
    #header_nav a:nth-of-type(6) {
      background-image: url("/pics/header6.png"); }
    @media screen and (max-width: 767px) {
      #header_nav a {
        font-size: 0.75em;
        background-position: -4px -9px; } }
    #header_nav a:hover {
      color: #999999;
      background-position: -4px -55px; }

#topnav_holder {
  width: 100%;
  position: static;
  background: black; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      background: none; } }

#topnav_mobile {
  display: block;
  position: absolute;
  top: 252px;
  right: 20px;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double white;
  border-bottom: 5px solid white; }
  @media screen and (min-width: 1024px) {
    #topnav_mobile {
      display: none; } }

#topnav ul {
  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;
  margin: 0;
  padding: 0;
  list-style: none; }
  #topnav ul a {
    text-decoration: none; }
#topnav li {
  position: relative; }
  #topnav li a {
    position: relative; }
  #topnav li > ul {
    position: absolute;
    left: -999999px;
    display: block; }
    #topnav li > ul li a {
      display: block; }
#topnav li:hover > ul {
  left: 0; }
  #topnav li:hover > ul li:hover ul {
    top: 0;
    left: 100%; }
#topnav > ul > li:last-child:hover > ul {
  left: auto;
  right: 0; }
  #topnav > ul > li:last-child:hover > ul li:hover ul {
    left: auto;
    right: 100%; }
#topnav > ul > li > 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;
  text-decoration: none; }
#topnav ul ul {
  width: 11.5em; }
  #topnav ul ul li {
    text-align: left; }
  #topnav ul ul a, #topnav ul ul li:hover ul a {
    width: 10em;
    padding: .5em .5em .5em 1em;
    background: transparent none; }
@media screen and (max-width: 1023px) {
  #topnav {
    position: static;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #topnav #topnav_list {
      display: none; }
    #topnav > ul {
      width: 100%; }
      #topnav > ul > li {
        display: block;
        width: 100%; }
        #topnav > ul > li:hover ul {
          position: relative;
          display: block !important;
          width: 100%; }
          #topnav > ul > li:hover ul li {
            display: block;
            width: 100%; }
            #topnav > ul > li:hover ul li a {
              display: block;
              width: auto; }
            #topnav > ul > li:hover ul li ul {
              display: none !important; }
            #topnav > ul > li:hover ul li:hover ul {
              left: 0;
              display: block !important; }
              #topnav > ul > li:hover ul li:hover ul li a {
                display: block;
                padding-left: 1.5em; } }
#topnav > ul > li:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px; }
#topnav > ul > li > a {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 1em;
  color: white; }
  @media screen and (min-width: 1024px) {
    #topnav > ul > li > a {
      height: 2em;
      line-height: 1em;
      padding: 0 27px;
      text-align: center;
      font-size: 1.25em;
      text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
      color: black; } }
#topnav > ul > li:hover > a {
  background: #eaab03; }
  @media screen and (min-width: 1024px) {
    #topnav > ul > li:hover > a {
      background: none; }
      #topnav > ul > li:hover > a .nav-item-inner {
        border-bottom: 3px solid black; } }
#topnav > ul > li:first-child:before {
  height: 0; }
#topnav ul ul {
  background: rgba(0, 0, 0, 0.9); }
  #topnav ul ul a, #topnav ul ul li:hover ul a {
    color: white; }
  #topnav ul ul li:hover a, #topnav ul ul li:hover ul li:hover a {
    background: #eaab03; }

#content_main {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  overflow: visible;
  width: 90%;
  padding: 15px 5% 25px;
  background: url("/pics/body_watermark.png") center -22px no-repeat white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 0 auto 30px; }
  #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;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; } }
  #content_main .pages-content-wrapper {
    overflow: visible; }
  #content_main img.sub {
    border: none; }
  @media screen and (min-width: 1024px) {
    #content_main {
      max-width: 974px;
      padding: 15px 25px 25px;
      margin: 0 auto 30px; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background: transparent none;
    box-shadow: none; }

.pageTitle {
  color: black;
  font-family: "Cinzel", serif;
  font-size: 2em;
  font-weight: 400;
  border-bottom: 2px solid #afafaf;
  margin: 0 0 1em;
  padding: 0 0 0 10px;
  line-height: 1.2em; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  padding: .5em 0;
  position: relative;
  z-index: 9;
  background: linear-gradient(#000000, #333333);
  position: relative; }
  @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:before {
    z-index: -1;
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: solid 1px #6f6f6f;
    border: solid 1px rgba(255, 255, 255, 0.3); }
  .right-column-page-navigation li a {
    color: white;
    font-size: 1.125em; }
  .right-column-page-navigation li.active a {
    color: #eaab03; }

#slide_container {
  z-index: 100; }

#index_top {
  position: relative;
  max-height: 488px;
  width: 96%;
  max-width: 1000px;
  margin: 0 2%;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px, 0 10px 10px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 1024px) {
    #index_top {
      width: 100%;
      margin: 0 auto; } }

#index_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 950px;
  width: 96%;
  padding: 0;
  margin: 0 2% 60px; }
  @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; } }
  @media screen and (min-width: 1024px) {
    #index_main {
      width: 100%;
      margin: 0 auto 60px;
      padding: 0 25px;
      border-left: 5px solid #a4a4a4;
      box-shadow: inset 2px 0 1px -1px white; }
      #index_main:before {
        content: "";
        z-index: -1;
        width: 277px;
        height: 212px;
        position: absolute;
        top: -38px;
        left: -42px;
        background-image: url("/pics/content_shadow.png"); } }
  #index_main h1 {
    display: block;
    width: 100%;
    color: black;
    font-family: "Cinzel", serif;
    font-size: 2.3em;
    font-weight: 400;
    line-height: 1em;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      #index_main h1 {
        font-size: 2.6em; } }

#index_motto {
  z-index: 8;
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  max-width: 992px;
  color: white;
  font-family: "Cinzel", serif;
  font-size: 1.1875em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  background: rgba(0, 0, 0, 0.4); }
  @media screen and (min-width: 768px) {
    #index_motto {
      font-size: 1.6875em; } }
  @media screen and (min-width: 1024px) {
    #index_motto {
      font-size: 2.125em; } }

#shuffle_main {
  max-width: 982px;
  margin: 0 auto; }
  #shuffle_main:before {
    z-index: -10;
    content: "";
    background: url("/pics/body_watermark.png") center -30px no-repeat;
    width: 98%;
    height: 187px;
    position: absolute;
    top: 9px;
    left: 10px; }
  #shuffle_main:after {
    z-index: -10;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 0 9px white; }

@media screen and (max-width: 767px) {
  .video-embed {
    display: none; } }

.spotlightmessage {
  max-width: 950px;
  width: 96%;
  padding: 0 2%;
  position: relative;
  margin: 30px auto; }
  @media screen and (min-width: 1024px) {
    .spotlightmessage {
      margin: 30px auto 60px; } }
  @media screen and (min-width: 1024px) {
    .spotlightmessage {
      width: 100%;
      padding: 0 25px;
      border-left: 5px solid #a4a4a4;
      box-shadow: inset 2px 0 1px -1px white; }
      .spotlightmessage:before {
        content: "";
        z-index: -1;
        width: 277px;
        height: 212px;
        position: absolute;
        top: -38px;
        left: -42px;
        background-image: url("/pics/content_shadow.png"); } }
  .spotlightmessage h1 {
    margin: 0 0 .5em; }
    .spotlightmessage h1 a {
      color: black;
      font-family: "Cinzel", serif;
      font-size: 1.4em;
      font-weight: 400;
      text-decoration: none;
      display: block; }
      @media screen and (min-width: 768px) {
        .spotlightmessage h1 a {
          font-size: 1.7em; } }
  .spotlightmessage .spotlightmessage-text {
    float: left;
    display: block;
    color: black;
    font-size: 1em;
    line-height: 1.5em; }
    .spotlightmessage .spotlightmessage-text .spotlightmessage-image {
      margin-right: 20px; }
      @media screen and (min-width: 768px) {
        .spotlightmessage .spotlightmessage-text .spotlightmessage-image {
          float: left; } }
      .spotlightmessage .spotlightmessage-text .spotlightmessage-image img {
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.2); }
  .spotlightmessage .spotlightmessage-more-link {
    text-decoration: none;
    color: black;
    display: block;
    float: right;
    padding: 0; }
    .spotlightmessage .spotlightmessage-more-link:hover {
      text-decoration: underline; }

.hp_news_container {
  width: 950px;
  padding: 0 25px;
  position: relative;
  margin: 0 auto 60px;
  border-left: 5px solid #a4a4a4;
  box-shadow: inset 2px 0 1px -1px white; }
  .hp_news_container:before {
    content: "";
    background-image: url("/pics/content_shadow.png");
    width: 277px;
    height: 212px;
    position: absolute;
    top: -38px;
    left: -42px;
    z-index: -1; }
  .hp_news_container h1 {
    margin: 0 0 .5em; }
    .hp_news_container h1 a {
      color: black;
      font-family: "Cinzel", serif;
      font-size: 1.7em;
      font-weight: 400;
      text-decoration: none;
      display: block; }

#left_column {
  width: 315px; }
  @media screen and (max-width: 1023px) {
    #left_column {
      width: 30%; } }
  @media screen and (max-width: 767px) {
    #left_column {
      width: 100%; } }

#center_column {
  width: 315px; }
  @media screen and (max-width: 1023px) {
    #center_column {
      width: 30%; } }
  @media screen and (max-width: 767px) {
    #center_column {
      width: 100%; } }

#right_column {
  width: 315px; }
  @media screen and (max-width: 1023px) {
    #right_column {
      width: 30%; } }
  @media screen and (max-width: 767px) {
    #right_column {
      width: 100%; } }

#facebook_container {
  margin: 0 0 1em;
  position: relative;
  padding-left: 0; }
  #facebook_container .section-title {
    margin: 0;
    font-weight: 400; }
    #facebook_container .section-title a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      text-decoration: none;
      color: inherit; }
      #facebook_container .section-title a:hover {
        text-decoration: none; }
  #facebook_container .read-more-link {
    text-decoration: none;
    display: inline-block; }
    #facebook_container .read-more-link:hover {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    #facebook_container {
      padding: 0 20px; } }
  @media screen and (min-width: 1024px) {
    #facebook_container {
      padding: 0 25px; } }
  #facebook_container h1 {
    margin: 0 0 10px; }
    #facebook_container h1 a {
      position: relative;
      width: auto;
      color: black;
      text-decoration: none;
      line-height: 1em;
      text-shadow: 1px 1px white;
      text-transform: uppercase;
      font-family: "Cinzel", serif;
      font-size: 0.675em;
      font-weight: 400; }
  #facebook_container table {
    color: #3f4348;
    text-shadow: 1px 1px white; }
    #facebook_container table tr:first-child #r {
      border-top: 0;
      box-shadow: none; }
    #facebook_container table #r {
      border-top: 1px solid white;
      box-shadow: inset 0 2px 1px -1px rgba(0, 0, 0, 0.1);
      padding: .5em 0; }
    #facebook_container table a {
      text-decoration: none;
      color: #191919;
      font-size: 1.3125em; }
      #facebook_container table a:hover {
        text-decoration: underline; }
    #facebook_container table [id*="showAll"] #r, #facebook_container table .autoCalendarLinks #r {
      padding: .5em 0; }
      #facebook_container table [id*="showAll"] #r a, #facebook_container table .autoCalendarLinks #r a {
        float: right;
        color: #eaab03;
        font-size: 1em; }
    #facebook_container table #showCalendar-0 #r, #facebook_container table #showCalendar-1 #r {
      padding-bottom: 0; }
    #facebook_container table #showAll-0.autoCalendarLinks #r {
      border-top: 0;
      box-shadow: none; }

#twitter_container {
  margin: 0 0 1em;
  position: relative; }
  #twitter_container .section-title {
    margin: 0;
    font-weight: 400; }
    #twitter_container .section-title a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      text-decoration: none;
      color: inherit; }
      #twitter_container .section-title a:hover {
        text-decoration: none; }
  #twitter_container .read-more-link {
    text-decoration: none;
    display: inline-block; }
    #twitter_container .read-more-link:hover {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    #twitter_container {
      padding: 0 20px; } }
  @media screen and (min-width: 1024px) {
    #twitter_container {
      padding: 0 25px; } }
  #twitter_container h1 {
    margin: 0 0 10px; }
    #twitter_container h1 a {
      position: relative;
      width: auto;
      color: black;
      text-decoration: none;
      line-height: 1em;
      text-shadow: 1px 1px white;
      text-transform: uppercase;
      font-family: "Cinzel", serif;
      font-size: 0.675em;
      font-weight: 400; }
  #twitter_container table {
    color: #3f4348;
    text-shadow: 1px 1px white; }
    #twitter_container table tr:first-child #r {
      border-top: 0;
      box-shadow: none; }
    #twitter_container table #r {
      border-top: 1px solid white;
      box-shadow: inset 0 2px 1px -1px rgba(0, 0, 0, 0.1);
      padding: .5em 0; }
    #twitter_container table a {
      text-decoration: none;
      color: #191919;
      font-size: 1.3125em; }
      #twitter_container table a:hover {
        text-decoration: underline; }
    #twitter_container table [id*="showAll"] #r, #twitter_container table .autoCalendarLinks #r {
      padding: .5em 0; }
      #twitter_container table [id*="showAll"] #r a, #twitter_container table .autoCalendarLinks #r a {
        float: right;
        color: #eaab03;
        font-size: 1em; }
    #twitter_container table #showCalendar-0 #r, #twitter_container table #showCalendar-1 #r {
      padding-bottom: 0; }
    #twitter_container table #showAll-0.autoCalendarLinks #r {
      border-top: 0;
      box-shadow: none; }
  @media screen and (min-width: 768px) {
    #twitter_container {
      border-left: 5px solid #a4a4a4;
      box-shadow: inset 2px 0 1px -1px white; } }

#album_container {
  margin: 0 0 1em;
  position: relative;
  padding-right: 0; }
  #album_container .section-title {
    margin: 0;
    font-weight: 400; }
    #album_container .section-title a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      text-decoration: none;
      color: inherit; }
      #album_container .section-title a:hover {
        text-decoration: none; }
  #album_container .read-more-link {
    text-decoration: none;
    display: inline-block; }
    #album_container .read-more-link:hover {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    #album_container {
      padding: 0 20px; } }
  @media screen and (min-width: 1024px) {
    #album_container {
      padding: 0 25px; } }
  #album_container h1 {
    margin: 0 0 10px; }
    #album_container h1 a {
      position: relative;
      width: auto;
      color: black;
      text-decoration: none;
      line-height: 1em;
      text-shadow: 1px 1px white;
      text-transform: uppercase;
      font-family: "Cinzel", serif;
      font-size: 0.675em;
      font-weight: 400; }
  #album_container table {
    color: #3f4348;
    text-shadow: 1px 1px white; }
    #album_container table tr:first-child #r {
      border-top: 0;
      box-shadow: none; }
    #album_container table #r {
      border-top: 1px solid white;
      box-shadow: inset 0 2px 1px -1px rgba(0, 0, 0, 0.1);
      padding: .5em 0; }
    #album_container table a {
      text-decoration: none;
      color: #191919;
      font-size: 1.3125em; }
      #album_container table a:hover {
        text-decoration: underline; }
    #album_container table [id*="showAll"] #r, #album_container table .autoCalendarLinks #r {
      padding: .5em 0; }
      #album_container table [id*="showAll"] #r a, #album_container table .autoCalendarLinks #r a {
        float: right;
        color: #eaab03;
        font-size: 1em; }
    #album_container table #showCalendar-0 #r, #album_container table #showCalendar-1 #r {
      padding-bottom: 0; }
    #album_container table #showAll-0.autoCalendarLinks #r {
      border-top: 0;
      box-shadow: none; }
  @media screen and (min-width: 768px) {
    #album_container {
      border-left: 5px solid #a4a4a4;
      box-shadow: inset 2px 0 1px -1px white; } }
  #album_container #shuffle_photo {
    width: 100%; }

#quicklinks {
  z-index: 99;
  position: relative;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 30px auto 0; }
  @media screen and (min-width: 768px) {
    #quicklinks {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media screen and (min-width: 768px) {
    #quicklinks {
      margin: 30px auto; } }
  @media screen and (min-width: 1024px) {
    #quicklinks {
      margin: 30px auto 60px; } }
  #quicklinks a {
    margin: 0 10px 10px;
    padding: 22px 0 0;
    width: 305px;
    height: 50px;
    line-height: 1em;
    position: relative;
    color: black;
    font-family: "Cinzel", serif;
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
    background: linear-gradient(#e9a901, #f2cb61); }
    #quicklinks a:before {
      z-index: 9;
      position: absolute;
      content: "";
      display: block;
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px;
      border: solid 1px #fff;
      border: solid 1px rgba(255, 255, 255, 0.7); }
    #quicklinks a:hover {
      color: white;
      background: linear-gradient(#010101, #313131); }
      #quicklinks a:hover:before {
        border: solid 1px rgba(255, 255, 255, 0.3); }

#facts_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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 50px;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.7);
  border-top: 13px solid white;
  box-shadow: inset 0 30px 30px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 768px) {
    #facts_container {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  #facts_container h1 {
    margin: 20px 0 10px;
    width: 100%;
    position: relative;
    color: black;
    line-height: 1.2em;
    font-family: "Cinzel", serif;
    font-size: 1.75em;
    font-weight: 400;
    text-align: center;
    display: block; }
    @media screen and (min-width: 768px) {
      #facts_container h1 {
        font-size: 2.6em; } }
    #facts_container h1 span {
      position: relative;
      display: inline-block;
      max-width: 100%; }
      @media screen and (min-width: 1024px) {
        #facts_container h1 span:before {
          content: "";
          display: block;
          position: absolute;
          top: 25px;
          left: -120px;
          width: 20%;
          max-width: 100px;
          border-top: solid 2px #acacac;
          border-top: solid 2px rgba(0, 0, 0, 0.3);
          z-index: 9; }
        #facts_container h1 span:after {
          content: "";
          display: block;
          position: absolute;
          top: 25px;
          right: -120px;
          width: 20%;
          max-width: 100px;
          border-top: solid 2px #acacac;
          border-top: solid 2px rgba(0, 0, 0, 0.3);
          z-index: 9; } }
  #facts_container #facts_container_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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: relative; }
    #facts_container #facts_container_left article:nth-of-type(1) {
      background-image: url("/pics/facts11.png"); }
    #facts_container #facts_container_left article:nth-of-type(2) {
      background-image: url("/pics/facts12.png"); }
    #facts_container #facts_container_left article:nth-of-type(3) {
      background-image: url("/pics/facts13.png"); }
    #facts_container #facts_container_left article:nth-of-type(4) {
      background-image: url("/pics/facts14.png"); }
    @media screen and (min-width: 768px) {
      #facts_container #facts_container_left {
        width: 512px;
        height: 590px; } }
    @media screen and (min-width: 1024px) {
      #facts_container #facts_container_left:before {
        z-index: 9;
        content: "";
        display: block;
        position: absolute;
        top: 8%;
        right: -3px;
        width: 7px;
        height: 92%;
        background-image: url("/pics/facts_divider.png"); } }
  #facts_container #facts_container_right {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    @media screen and (min-width: 768px) {
      #facts_container #facts_container_right {
        width: 512px;
        height: 590px; } }
    #facts_container #facts_container_right article:nth-of-type(1) {
      background-image: url("/pics/facts21.png"); }
    #facts_container #facts_container_right article:nth-of-type(2) {
      background-image: url("/pics/facts22.png"); }
    #facts_container #facts_container_right article:nth-of-type(3) {
      background-image: url("/pics/facts23.png"); }
    #facts_container #facts_container_right article:nth-of-type(4) {
      background-image: url("/pics/facts24.png"); }
    #facts_container #facts_container_right article:nth-of-type(5) {
      background-image: url("/pics/facts25.png"); }
  #facts_container article {
    display: block;
    margin: 10px;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.0625em;
    background-repeat: no-repeat;
    background-position: center top; }
    #facts_container article em {
      line-height: 1em;
      font-style: normal;
      font-size: 4em;
      font-weight: 700; }
  #facts_container #facts_1 {
    width: 143px;
    height: 161px;
    padding: 30px 40px; }
  #facts_container #facts_2 {
    width: 189px;
    height: 87px;
    padding: 125px 20px 15px;
    color: white; }
    #facts_container #facts_2 em {
      font-family: "Cinzel", serif;
      font-size: 1.3em; }
  #facts_container #facts_3 {
    width: 184px;
    height: 164px;
    padding: 30px 20px; }
  #facts_container #facts_4 {
    width: 183px;
    height: 181px;
    padding: 30px;
    line-height: 1.4em;
    font-size: .95em; }
    #facts_container #facts_4 em {
      display: block; }
    #facts_container #facts_4 strong {
      font-size: 1.5em; }
  #facts_container #facts_5 {
    width: 182px;
    height: 83px;
    padding: 150px 10px 10px;
    font-family: "Cinzel", serif;
    font-size: 1.3em;
    font-weight: 700; }
  #facts_container #facts_6 {
    width: 182px;
    height: 106px;
    padding: 95px 20px 20px; }
    #facts_container #facts_6 em {
      font-size: 3em; }
    #facts_container #facts_6 strong {
      font-family: "Cinzel", serif;
      font-size: 1em;
      font-weight: 700; }
  #facts_container #facts_7 {
    width: 136px;
    height: 89px;
    padding: 90px 30px 20px; }
  #facts_container #facts_8 {
    width: 174px;
    height: 81px;
    padding: 25px 10px;
    font-family: "Cinzel", serif;
    font-size: 1.3em;
    font-weight: 700;
    color: white; }
  #facts_container #facts_9 {
    width: 138px;
    height: 98px;
    padding: 50px 30px;
    text-align: left;
    font-size: .95em; }
    #facts_container #facts_9 span {
      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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0 0 10px; }
    #facts_container #facts_9 em {
      width: 40%;
      margin-right: 6%;
      text-align: right;
      font-size: 3em; }
    #facts_container #facts_9 strong {
      width: 54%;
      font-weight: 400; }

#homepage_banner {
  width: 95%;
  max-width: 1000px;
  margin: 30px auto 0;
  background: linear-gradient(#010101, #313131);
  padding: 22px 0 0;
  height: auto;
  line-height: 1.25em;
  position: relative;
  color: white;
  font-family: "Cinzel", serif;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4); }
  #homepage_banner:before {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: solid 1px rgba(255, 255, 255, 0.7); }
  #homepage_banner:hover {
    color: black;
    background: linear-gradient(#e9a901, #f2cb61); }
    #homepage_banner:hover a {
      color: white;
      position: relative;
      z-index: 9; }
    #homepage_banner:hover:before {
      border: solid 1px rgba(255, 255, 255, 0.7); }
  #homepage_banner span {
    font-size: 1.75em; }
  #homepage_banner a {
    text-decoration: none;
    color: #eaab03;
    margin-left: 10px; }
    #homepage_banner a:hover {
      color: black; }
  @media screen and (max-width: 767px) {
    #homepage_banner {
      padding: 22px 0 20px; } }
  @media screen and (min-width: 768px) {
    #homepage_banner {
      height: 50px; } }
  @media screen and (min-width: 1024px) {
    #homepage_banner {
      width: 100%; } }

/* News Styles */
.hp_news h1 a {
  color: black;
  font-family: "Cinzel",serif;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  display: block; }

#homepage_news_list {
  width: 100%; }

/*news title*/
#homepage_news_list article h1.title a {
  font-size: 16px;
  padding: 3px 0px;
  border-bottom: none;
  margin: 0;
  text-decoration: none;
  font-variant: initial; }

#homepage_news_list article h1.title a:hover {
  text-decoration: underline; }

/*summary*/
#homepage_news_list article .summary {
  padding: 3px 0px; }

#homepage_news_list article .summary p {
  font-size: 14px;
  margin-top: 0; }

/*image*/
#homepage_news_list article .thumbnail {
  max-width: 120px;
  float: left;
  margin: 0 10px 10px 0; }

#homepage_news_list article .thumbnail img {
  max-width: 100%; }

/*show all*/
#homepage_news_list .read-more-link {
  text-decoration: none;
  font-size: 14px; }

#homepage_news_list .read-more-link:hover {
  text-decoration: underline; }

#footer_main {
  width: 100%;
  height: auto;
  background: url("/pics/footer_bg.jpg") center top repeat-x;
  box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
  border-top: 12px solid white;
  position: relative; }
  #footer_main > div {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  #footer_main > div {
    background: none; }
  #footer_main:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background: #171717; }
    @media screen and (max-width: 767px) {
      #footer_main:before {
        height: 90px; } }
  @media screen and (min-width: 768px) {
    #footer_main {
      height: 231px; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      background: #eaab03; } }
  #footer_main #footer_inner {
    position: relative;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 1024px;
    margin: 0 auto;
    height: 484px; }
    @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;
        height: 231px; } }
    @media screen and (min-width: 1024px) {
      #footer_main #footer_inner {
        height: 231px; } }

#footer_address_title {
  display: block;
  overflow: hidden;
  height: 168px;
  width: 333px;
  white-space: nowrap;
  text-indent: 200%;
  background: url("/pics/footer_inner.png") center center no-repeat; }
  @media screen and (max-width: 1023px) {
    #footer_address_title {
      width: 300px;
      background-size: 300px auto; } }
  @media screen and (min-width: 768px) {
    #footer_address_title {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; } }

#footer_address {
  font-style: normal;
  padding: 0 0 0 20px;
  color: black;
  font-size: 1.1875em;
  font-weight: 400;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
  line-height: 1.5em; }
  #footer_address a {
    color: inherit;
    font-size: inherit; }
  @media screen and (min-width: 768px) {
    #footer_address {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  #footer_address svg {
    width: 18px;
    height: 18px;
    margin: 0 0 -4px -18px;
    fill: black; }
  #footer_address #footer_address_location, #footer_address #footer_address_phone {
    display: block;
    position: relative; }

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    #social_nav {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      width: 180px; } }
  @media screen and (min-width: 1024px) {
    #social_nav {
      width: 280px; } }
  #social_nav h1 {
    width: 100%;
    color: black;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
    text-align: center;
    font-family: "Cinzel", serif;
    font-size: 1.1875em;
    font-weight: 700; }
  #social_nav a {
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    background-color: none;
    margin: 0 8px; }
    #social_nav a svg {
      display: block;
      width: 28px;
      height: 28px;
      margin: 0;
      fill: black; }
    #social_nav a:hover svg {
      fill: white; }

#bottom_bar {
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    #bottom_bar {
      position: absolute;
      bottom: 11px;
      right: 20px;
      margin: 0; } }

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  background: #454545;
  border-radius: 3px;
  float: left;
  height: 17px;
  position: relative; }
  #search input#q {
    margin: 0;
    height: auto;
    line-height: auto;
    border: none;
    vertical-align: top;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: content-box; }
  #search .edlio-search-button {
    margin: 0 0 0 -4px;
    vertical-align: top; }
  @media screen and (max-width: 1023px) {
    #search {
      display: none; } }
  #search input#q {
    padding: 0 .5em 0 1em;
    height: 17px;
    line-height: 1em;
    width: 90px;
    color: #cccccc; }

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  width: 100%; }
  #edlio_logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0;
    fill: rgba(255, 255, 255, 0.5); }
  #edlio_logo svg {
    display: block;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #edlio_logo {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; } }

#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: #171717; }
  #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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: .75em;
    text-decoration: none;
    color: #eaab03; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;
      fill: #eaab03; }
    #mobile_nav a:hover {
      color: white; }
      #mobile_nav a:hover svg {
        fill: white; }
  @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 */
