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

html {
  height: 100%;
  background: #e9eff5; }
  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; }
    #content_main:focus {
      outline: none; }

body:before {
  content: "";
  width: 100%;
  height: 108px;
  box-shadow: 0 44px rgba(0, 0, 0, 0.7), inset 0 1px rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0; }

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1024px; }
  @media screen and (min-width: 768px) {
    #header_main {
      height: 186px; } }

#skip_to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }
  #skip_to_content:focus {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    color: white;
    clip: auto; }

#header_title {
  margin: 35px 0 0; }
  #header_title a {
    position: relative;
    display: block\d;
    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;
    padding: 107px 0 0;
    width: 100%;
    height: 120px;
    color: white;
    line-height: 1em;
    font-family: "Open Sans", sans-serif;
    font-size: 34px;
    font-weight: 600;
    font-variant: small-caps;
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center top; }
    @media screen and (min-width: 768px) {
      #header_title a {
        background-position: 10px bottom;
        width: auto;
        height: 107px;
        font-size: 50px; } }
    @media screen and (min-width: 1044px) {
      #header_title a {
        font-size: 60px; } }

#header_marquee {
  color: white;
  width: 100%;
  line-height: 34px;
  height: 34px;
  display: none;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 768px) {
    #header_marquee {
      display: block; } }
  #header_marquee marquee {
    margin-right: 160px; }

#social_nav {
  position: absolute;
  top: 0;
  right: 0; }
  #social_nav 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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    #social_nav ul > * {
      float: left\d; }
    #social_nav ul a {
      text-decoration: none; }
  #social_nav li:first-child a {
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  #social_nav a {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    height: 34px;
    width: 34px;
    overflow: hidden; }
    #social_nav a svg {
      width: 24px;
      height: 24px;
      margin: 5px;
      fill: white; }

#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 160px;
  right: 50%;
  margin-right: -145px; }
  @media screen and (min-width: 768px) {
    #google_tools {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 100px;
      right: 20px;
      margin-right: 0; } }
  @media screen and (min-width: 1044px) {
    #google_tools {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

#search {
  display: inline-block;
  height: 20px;
  width: 140px;
  display: block;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  margin: 0 10px 10px 0; }
  #search input#q {
    margin: 0;
    border: none;
    vertical-align: top;
    background: transparent;
    -webkit-appearance: none; }
  #search .edlio-search-button {
    margin: 0 0 0 -4px;
    vertical-align: top; }
  #search input#q {
    padding: 0 1em;
    height: 20px;
    line-height: 20px;
    width: 90px;
    color: white;
    opacity: 1; }

#googleTranslate {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 140px;
  height: 20px; }

#topnav_holder {
  width: 100%;
  z-index: 999;
  position: static; }
  #topnav_holder #topnav_mobile_toggle {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double white;
    border-bottom: 5px solid white; }
  #topnav_holder #topnav {
    position: absolute;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s; }
    #topnav_holder #topnav.open {
      max-height: 2000px; }
  #topnav_holder .nav-menu,
  #topnav_holder .sub-nav-group {
    margin: 0;
    padding: 0;
    list-style: none; }
    #topnav_holder .nav-menu a,
    #topnav_holder .sub-nav-group a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: .5em 10px;
      text-decoration: none; }
  #topnav_holder .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px; }
  #topnav_holder .sub-nav {
    display: none; }
    #topnav_holder .sub-nav.open {
      display: block; }
    #topnav_holder .sub-nav a {
      padding-left: 1.5em; }
    #topnav_holder .sub-nav .flyout-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      #topnav_holder .sub-nav .flyout-group a {
        padding-left: 2.5em; }
  @media screen and (min-width: 1044px) {
    #topnav_holder #topnav_mobile_toggle {
      display: none; }
    #topnav_holder #topnav {
      position: static;
      max-height: none;
      overflow: visible; }
    #topnav_holder .nav-menu {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
    #topnav_holder .nav-item > a {
      text-align: center; } }
  #topnav_holder .nav-item {
    position: relative; }
  @media screen and (min-width: 1044px) {
    #topnav_holder {
      position: relative; }
      #topnav_holder .nav-menu {
        position: relative; }
      #topnav_holder .sub-nav {
        position: absolute; }
        #topnav_holder .sub-nav a {
          width: 11.5em;
          padding-left: .5em; }
        #topnav_holder .sub-nav .flyout-group a {
          width: 10.5em;
          padding-left: 1.5em; }
      #topnav_holder .nav-item:last-child .sub-nav:focus, #topnav_holder .nav-item:last-child .sub-nav.open {
        left: auto;
        right: 0; } }
  @media screen and (min-width: 768px) {
    #topnav_holder {
      position: absolute;
      top: 142px;
      left: 0; } }

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

#topnav > ul > li > a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  height: 28px;
  line-height: 28px; }
  @media screen and (max-width: 1043px) {
    #topnav > ul > li > a {
      font-size: 0.9em; } }
#topnav ul ul {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  #topnav ul ul > li > a:hover,
  #topnav ul ul > li > a:focus {
    background: #1c5cd7;
    color: white; }

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 5%);
  max-width: calc(1024px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  width: 86%;
  padding: 25px 5%;
  min-height: 400px;
  margin: 0 2% 10px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  #content_main .pages-left-column-wrapper {
    overflow: hidden; }
  @media screen and (max-width: 1043px) {
    #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: auto;
      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; }
  @media screen and (min-width: 1044px) {
    #content_main {
      width: 100%;
      max-width: 974px;
      padding: 25px 25px 25px;
      margin: 0 auto 30px; } }
  .index #content_main {
    padding: 0;
    background: transparent;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  @media screen and (max-width: 1043px) {
    #content_main #more-videos {
      display: none; } }
  @media screen and (max-width: 767px) {
    #content_main #album_thumbnails table img {
      width: 90%;
      height: 90%;
      position: relative; }
    #content_main #contact_form {
      width: 100%; }
    #content_main #contact_form table {
      font-size: 12px;
      width: 290px !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 .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;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-self: flex-end; } }

.pageTitle {
  margin: 0 0 1em;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  color: black; }

#pageNav {
  border: none; }
  #pageNav img {
    display: none; }
  #pageNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important; }
  #pageNav a, #pageNav b {
    text-decoration: none;
    display: block;
    padding: 10px 15px 10px 25px;
    width: 210px;
    margin: 0;
    font-weight: 400;
    line-height: auto; }
    #pageNav a:hover, #pageNav b:hover {
      text-decoration: underline; }
  #pageNav b:hover {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    #pageNav {
      margin-top: 30px; } }
  #pageNav ul {
    padding: 5px 0; }
  #pageNav li a, #pageNav li b {
    color: white; }
  #pageNav li b {
    background: black; }

#index_top {
  position: relative;
  overflow: hidden;
  height: 399px;
  margin-top: -44px; }
  #index_top #shuffle_main {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #index_top {
      display: none; } }

#index_main {
  max-width: 1024px;
  width: 100%;
  margin: 20px auto 0;
  display: block\d;
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 99; }
  @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;
      margin-top: 30px; } }

#index_motto {
  display: block\d;
  float: left\d;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2em;
  text-align: center;
  padding: 20px 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #index_motto {
      font-size: 35px; } }

#shuffle_main {
  width: 1024px;
  height: 399px; }

.index #shuffle_main:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }

#events_image {
  width: 100%; }

#left_column {
  width: 96%;
  margin: 0 2%;
  float: left\d;
  background: #fff\d; }
  @media screen and (min-width: 768px) {
    #left_column {
      width: 48%;
      margin: 0 1%; } }
  @media screen and (min-width: 1044px) {
    #left_column {
      width: 674px;
      margin: 0; } }

#right_column {
  width: 96%;
  margin: 0 2%;
  float: left\d;
  background: #fff\d; }
  @media screen and (min-width: 768px) {
    #right_column {
      width: 48%;
      margin: 0 1%; } }
  @media screen and (min-width: 1044px) {
    #right_column {
      width: 326px;
      margin: 0; } }
  #right_column section .section-title, #right_column section h1 {
    margin: 0; }

#news_container {
  width: 100%;
  padding-bottom: 30px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }
  #news_container:before {
    content: "";
    border-radius: 5px;
    width: 92%;
    margin: 0 4%;
    height: 5px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0; }
  #news_container .section-title {
    margin: 0;
    font-weight: 400; }
    #news_container .section-title a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      text-decoration: none;
      color: inherit; }
      #news_container .section-title a:hover, #news_container .section-title a:focus {
        text-decoration: none; }
  #news_container .read-more-link {
    text-decoration: none;
    display: inline-block; }
    #news_container .read-more-link:hover, #news_container .read-more-link:focus {
      text-decoration: underline; }
  #news_container [class*="title"] {
    margin: 0 0 1em;
    font-size: 1em; }
    #news_container [class*="title"] a {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 1.325em;
      font-weight: 600;
      position: relative;
      padding: 10px 15px; }
      @media screen and (min-width: 768px) {
        #news_container [class*="title"] a {
          padding: 10px 25px;
          font-size: 1.5em; } }
      @media screen and (min-width: 1044px) {
        #news_container [class*="title"] a {
          font-size: 1.6em; } }
  #news_container article {
    margin: 0 15px;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #news_container article:first-child {
      border-top: 0; }
    #news_container article .title {
      margin: 0;
      background: none; }
      #news_container article .title a {
        text-decoration: none;
        display: block;
        padding: 0;
        font-size: 1.25em;
        font-weight: 400;
        text-transform: none;
        text-decoration: none;
        background: none;
        border-bottom: none; }
        #news_container article .title a:hover {
          text-decoration: underline; }
    #news_container article .thumbnail {
      float: left;
      margin: 1em 1em 1em 0; }
      #news_container article .thumbnail img {
        max-height: 77px;
        width: auto;
        max-width: 115px; }
  #news_container a.read-more-link {
    text-decoration: none;
    padding: 0 25px; }
    #news_container a.read-more-link:hover {
      text-decoration: underline; }

#events_container {
  width: 100%;
  padding-bottom: 30px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }
  #events_container:before {
    content: "";
    border-radius: 5px;
    width: 92%;
    margin: 0 4%;
    height: 5px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0; }
  #events_container .section-title {
    margin: 0;
    font-weight: 400; }
    #events_container .section-title a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      text-decoration: none;
      color: inherit; }
      #events_container .section-title a:hover, #events_container .section-title a:focus {
        text-decoration: none; }
  #events_container .read-more-link {
    text-decoration: none;
    display: inline-block; }
    #events_container .read-more-link:hover, #events_container .read-more-link:focus {
      text-decoration: underline; }
  #events_container [class*="title"] {
    margin: 0 0 1em;
    font-size: 1em; }
    #events_container [class*="title"] a {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 1.325em;
      font-weight: 600;
      position: relative;
      padding: 10px 15px; }
      @media screen and (min-width: 768px) {
        #events_container [class*="title"] a {
          padding: 10px 25px;
          font-size: 1.5em; } }
      @media screen and (min-width: 1044px) {
        #events_container [class*="title"] a {
          font-size: 1.6em; } }
  #events_container h1 {
    margin: 0 0 1em;
    font-size: 1em; }
    #events_container h1 a {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 1.325em;
      font-weight: 600;
      position: relative;
      padding: 10px 15px; }
      @media screen and (min-width: 768px) {
        #events_container h1 a {
          padding: 10px 25px;
          font-size: 1.5em; } }
      @media screen and (min-width: 1044px) {
        #events_container h1 a {
          font-size: 1.6em; } }
  #events_container table {
    width: 90%;
    margin: 0 5%; }
    #events_container table tr:first-child #r {
      border-top: 0; }
    #events_container table img.sub {
      border: none; }
    #events_container table #r {
      padding: 10px;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #events_container table a {
      text-decoration: none;
      font-size: 1.25em; }
      #events_container table a:hover {
        text-decoration: underline; }
    #events_container table [id*="showAll"] #r a, #events_container table .autoCalendarLinks #r a {
      font-size: 1em; }
    #events_container table #showCalendar-0 #r, #events_container table #showCalendar-1 #r {
      padding-bottom: 0; }
    #events_container table #showAll-0.autoCalendarLinks #r {
      border-top: 0; }

#twitter_container {
  width: 100%;
  padding-bottom: 30px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }
  #twitter_container:before {
    content: "";
    border-radius: 5px;
    width: 92%;
    margin: 0 4%;
    height: 5px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0; }
  #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, #twitter_container .section-title a:focus {
        text-decoration: none; }
  #twitter_container .read-more-link {
    text-decoration: none;
    display: inline-block; }
    #twitter_container .read-more-link:hover, #twitter_container .read-more-link:focus {
      text-decoration: underline; }
  #twitter_container [class*="title"] {
    margin: 0 0 1em;
    font-size: 1em; }
    #twitter_container [class*="title"] a {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 1.325em;
      font-weight: 600;
      position: relative;
      padding: 10px 15px; }
      @media screen and (min-width: 768px) {
        #twitter_container [class*="title"] a {
          padding: 10px 25px;
          font-size: 1.5em; } }
      @media screen and (min-width: 1044px) {
        #twitter_container [class*="title"] a {
          font-size: 1.6em; } }
  #twitter_container h1 {
    margin: 0 0 1em;
    font-size: 1em; }
    #twitter_container h1 a {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 1.325em;
      font-weight: 600;
      position: relative;
      padding: 10px 15px; }
      @media screen and (min-width: 768px) {
        #twitter_container h1 a {
          padding: 10px 25px;
          font-size: 1.5em; } }
      @media screen and (min-width: 1044px) {
        #twitter_container h1 a {
          font-size: 1.6em; } }
  #twitter_container table {
    width: 90%;
    margin: 0 5%; }
    #twitter_container table tr:first-child #r {
      border-top: 0; }
    #twitter_container table img.sub {
      border: none; }
    #twitter_container table #r {
      padding: 10px;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #twitter_container table a {
      text-decoration: none;
      font-size: 1.25em; }
      #twitter_container table a:hover {
        text-decoration: underline; }
    #twitter_container table [id*="showAll"] #r a, #twitter_container table .autoCalendarLinks #r a {
      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; }
  #twitter_container h1 a svg {
    width: 30px;
    height: 30px;
    fill: #43adf0;
    margin-bottom: -5px; }
  @media screen and (min-width: 768px) {
    #twitter_container .twitter-timeline {
      width: 90% !important;
      margin: 0 5% !important; } }

.spotlightmessage {
  width: 100%;
  padding-bottom: 30px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }
  .spotlightmessage:before {
    content: "";
    border-radius: 5px;
    width: 92%;
    margin: 0 4%;
    height: 5px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0; }
  .spotlightmessage .section-title {
    margin: 0;
    font-weight: 400; }
    .spotlightmessage .section-title a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      text-decoration: none;
      color: inherit; }
      .spotlightmessage .section-title a:hover, .spotlightmessage .section-title a:focus {
        text-decoration: none; }
  .spotlightmessage .read-more-link {
    text-decoration: none;
    display: inline-block; }
    .spotlightmessage .read-more-link:hover, .spotlightmessage .read-more-link:focus {
      text-decoration: underline; }
  .spotlightmessage [class*="title"] {
    margin: 0 0 1em;
    font-size: 1em; }
    .spotlightmessage [class*="title"] a {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 1.325em;
      font-weight: 600;
      position: relative;
      padding: 10px 15px; }
      @media screen and (min-width: 768px) {
        .spotlightmessage [class*="title"] a {
          padding: 10px 25px;
          font-size: 1.5em; } }
      @media screen and (min-width: 1044px) {
        .spotlightmessage [class*="title"] a {
          font-size: 1.6em; } }
  .spotlightmessage article {
    margin: 0 15px;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .spotlightmessage article:first-child {
      border-top: 0; }
    .spotlightmessage article .title {
      margin: 0;
      background: none; }
      .spotlightmessage article .title a {
        text-decoration: none;
        display: block;
        padding: 0;
        font-size: 1.25em;
        font-weight: 400;
        text-transform: none;
        text-decoration: none;
        background: none;
        border-bottom: none; }
        .spotlightmessage article .title a:hover {
          text-decoration: underline; }
    .spotlightmessage article .thumbnail {
      float: left;
      margin: 1em 1em 1em 0; }
      .spotlightmessage article .thumbnail img {
        max-height: 77px;
        width: auto;
        max-width: 115px; }
  .spotlightmessage a.read-more-link {
    text-decoration: none;
    padding: 0 25px; }
    .spotlightmessage a.read-more-link:hover {
      text-decoration: underline; }
  .spotlightmessage .spotlightmessage-text {
    line-height: 1.6em;
    padding: 0 25px; }
    .spotlightmessage .spotlightmessage-text .spotlightmessage-image {
      float: left;
      margin-right: 20px; }
  .spotlightmessage .spotlightmessage-image img {
    max-width: 100%; }
  .spotlightmessage .spotlightmessage-more-link {
    text-decoration: none;
    display: block;
    padding: 10px 0 0 25px; }
    .spotlightmessage .spotlightmessage-more-link:hover {
      text-decoration: underline; }
  .spotlightmessage .spotlightmessage-title a {
    text-decoration: none; }

#footer_main {
  width: 100%;
  height: 362px;
  background: none;
  position: relative; }
  #footer_main > div {
    position: relative;
    width: 100%;
    height: 362px;
    margin: 0 auto; }
  #footer_main > div {
    background: none; }
  @media screen and (min-width: 768px) {
    #footer_main {
      height: 269px; } }
  #footer_main:before {
    content: "";
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: 0;
    left: 0; }
  #footer_main #footer_inner {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    height: 362px;
    background-image: url("/common_pics/footer_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    @media screen and (min-width: 768px) {
      #footer_main #footer_inner {
        height: 269px;
        background-position: left top;
        background-size: auto; } }
  #footer_main h1 {
    margin: 0 0 20px;
    color: white;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 27px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      #footer_main h1 {
        display: none; } }

#footer_address {
  font-style: normal;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  display: block\d;
  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; }
  #footer_address a {
    color: inherit;
    font-size: inherit; }
  @media screen and (min-width: 768px) {
    #footer_address {
      width: auto;
      text-align: left;
      font-size: 1.1875em;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      left: 20px; } }
  @media screen and (min-width: 1044px) {
    #footer_address {
      left: 90px; } }
  #footer_address #footer_address_title {
    font-size: 1.2em;
    font-weight: 600;
    font-variant: small-caps; }
  #footer_address svg {
    width: 16px;
    height: 16px; }
  #footer_address #footer_address_location {
    padding-left: 22px; }
  #footer_address span {
    display: block\d; }

#footer_nav {
  width: 200px;
  position: absolute;
  top: 30px;
  left: 50%; }
  #footer_nav 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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    #footer_nav ul > * {
      float: left\d; }
    #footer_nav ul a {
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    #footer_nav {
      top: 200px;
      margin-left: -100px; } }
  #footer_nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #footer_nav a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px; }

#footer_google {
  display: block;
  overflow: hidden;
  height: 42px;
  width: 127px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/common_pics/footer_google.png"); }

#footer_apple {
  display: block;
  overflow: hidden;
  height: 42px;
  width: 127px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/common_pics/footer_apple.png"); }

#edlio_logo {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -72px; }
  #edlio_logo svg {
    width: 145px;
    height: 20px;
    fill: white; }

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