@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Oswald|Permanent+Marker");
@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%; }
  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 {
  background: url("/pics/body_bg.png") top center repeat-x;
  background-color: #25292e;
  color: black; }

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

#header_main {
  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;
  position: relative;
  z-index: 99;
  padding-top: 20px; }
  #header_main 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;
    color: white;
    text-decoration: none;
    font-size: 1.125rem;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7); }
    #header_main a:hover {
      text-decoration: underline; }
  #header_main span {
    display: block;
    width: 200px; }
  #header_main img {
    height: 90px;
    width: auto; }
  @media screen and (max-width: 767px) {
    #header_main {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

#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: 0 20px 0 0;
  font-size: 1rem; }
  #header_title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: 100px;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background-image: url("/pics/header.png");
    background-repeat: no-repeat;
    background-position: center top; }
    #header_title a:hover {
      text-decoration: none; }

#header_marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box; }
  #header_marquee .marquee-inner {
    display: inline-block;
    padding-left: 100%; }
    #header_marquee .marquee-inner:hover {
      animation-play-state: paused; }
  #header_marquee.marquee-speed-18 .marquee-inner {
    animation: marquee 15s linear infinite; }
  #header_marquee.marquee-speed-35 .marquee-inner {
    animation: marquee 30s linear infinite; }
  #header_marquee.marquee-speed-7 .marquee-inner {
    animation: marquee 7.5s linear infinite; }
  #header_marquee .marquee-content {
    float: left; }
@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }
#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

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

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #social_nav a {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-color: transparent; }
    #social_nav a svg {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0;
      fill: white; }
    #social_nav a:hover, #social_nav a:focus {
      background-color: inherit; }
      #social_nav a:hover svg, #social_nav a:focus svg {
        fill: #92150f; }

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  background: white;
  margin-right: 10px; }
  #search input#q {
    margin: 0;
    height: 28px;
    line-height: 28px;
    border: none;
    vertical-align: top;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: content-box; }
  #search input#q {
    padding: 0 10px;
    width: 104px; }

#topnav_holder {
  width: 100%; }
  #topnav_holder #topnav_mobile_toggle {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double #a8d9f4;
    border-bottom: 5px solid #a8d9f4; }
  #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: 1024px) {
    #topnav_holder #topnav_mobile_toggle {
      display: none; }
    #topnav_holder #topnav {
      position: static;
      max-height: none;
      overflow: visible; }
    #topnav_holder .nav-menu {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
    #topnav_holder .nav-item > a {
      text-align: center; } }
  #topnav_holder .nav-item {
    position: relative; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: relative; }
      #topnav_holder .nav-menu {
        position: relative; }
      #topnav_holder .sub-nav {
        position: absolute; }
        #topnav_holder .sub-nav a {
          width: 11.5em;
          padding-left: .5em; }
        #topnav_holder .sub-nav .flyout-group a {
          width: 10.5em;
          padding-left: 1.5em; }
      #topnav_holder .nav-item:last-child .sub-nav:focus, #topnav_holder .nav-item:last-child .sub-nav.open {
        left: auto;
        right: 0; } }

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

#topnav {
  background: #25292e; }
  #topnav .nav-item > a {
    height: 42px;
    padding: 0 10px;
    font-size: 1.125em;
    font-weight: 700;
    color: #a8d9f4; }
    #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
      color: #92150f; }
  #topnav .sub-nav a {
    color: #a8d9f4; }
    #topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
      color: #92150f; }
  @media screen and (min-width: 1024px) {
    #topnav {
      background: transparent; }
      #topnav .nav-item > a {
        height: 50px;
        padding: 0 35px;
        font-size: 1rem;
        font-weight: 400;
        color: white; }
      #topnav .sub-nav {
        background: #25292e; } }

#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;
  margin-top: 20px;
  margin-bottom: 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: 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; }
  .index #content_main {
    background: transparent;
    box-shadow: none; }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  border-bottom: 2px solid black;
  color: #cfbe6c; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #cfbe6c; }
  @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, .right-column-page-navigation a:focus {
      text-decoration: underline; }
    .right-column-page-navigation a .inner {
      text-decoration: none; }
      .right-column-page-navigation a .inner:hover, .right-column-page-navigation a .inner:focus {
        text-decoration: underline; }
  .right-column-page-navigation ul {
    padding: 5px 0; }
  .right-column-page-navigation li a {
    color: black; }
  .right-column-page-navigation li.active a {
    background: #a8d9f4;
    color: white; }

#index_title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

#index_main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px; }
  @media screen and (min-width: 768px) {
    #index_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.content-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: white; }

.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, .content-container .section-title a:focus {
      text-decoration: none; }
.content-container .read-more-link {
  text-decoration: none;
  display: inline-block; }
  .content-container .read-more-link:hover, .content-container .read-more-link:focus {
    text-decoration: underline; }
.content-container .section-title {
  margin-bottom: 10px;
  font-size: 2.25em;
  font-weight: 700; }
.content-container .read-more-links-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
.content-container .read-more-link {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 50px;
  line-height: 43px;
  color: white;
  background-color: #394d18;
  border-radius: 4px; }
.content-container [class*="-name"] {
  width: 100%;
  margin: 0; }
  .content-container [class*="-name"] a {
    font-size: 1.5rem;
    color: white; }
.content-container a {
  text-decoration: none;
  color: white; }
  .content-container a:hover, .content-container a:focus {
    text-decoration: underline; }

#news_container .news-item-image-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center; }
#news_container .news-item-image {
  width: 100%;
  max-width: 500px; }
@media screen and (min-width: 768px) {
  #news_container .news-item-image-holder {
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    width: 200px; } }
@media screen and (min-width: 1024px) {
  #news_container .news-item-image-holder {
    width: 250px; } }

#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; }
#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; }
#events_container .event-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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; }
#events_container .event-image {
  width: 100%; }

#links_container .links-list {
  margin: 0;
  padding: 0;
  list-style: none; }

#videos_container video {
  width: 100%; }
@media screen and (min-width: 768px) {
  #videos_container {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; } }

#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("/pics/qlink_item.png") top left no-repeat; }
    #quicklinks a:hover, #quicklinks a:focus {
      background-position: 0 -56px; }

#footer_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px; }

#footer_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.125em;
  color: white; }
  #footer_address a {
    color: inherit; }
  #footer_address svg {
    width: 20px;
    height: 20px;
    fill: white; }

#footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #footer_nav a {
    padding: 0 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #25292e; }
    #footer_nav a:hover, #footer_nav a:focus {
      color: white; }

#edlio_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: white; }
  #edlio_login .edlio-logo {
    display: block;
    width: 24px;
    height: 16px;
    overflow: hidden;
    background-color: transparent;
    padding-right: 4px;
    margin-right: 4px;
    border-right: 2px solid white; }
    #edlio_login .edlio-logo svg {
      display: block;
      width: 24px;
      height: 16px;
      margin: 0;
      fill: white; }
    #edlio_login .edlio-logo:hover, #edlio_login .edlio-logo:focus {
      background-color: inherit; }
      #edlio_login .edlio-logo:hover svg, #edlio_login .edlio-logo:focus svg {
        fill: inherit; }
  #edlio_login:hover {
    color: black; }
    #edlio_login:hover .edlio-logo {
      border-color: black; }
      #edlio_login:hover .edlio-logo svg {
        fill: black; }

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  margin: 10px auto; }
  #edlio_logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0;
    fill: rgba(255, 255, 255, 0.3); }
  #edlio_logo:hover, #edlio_logo:focus {
    background-color: inherit; }
    #edlio_logo:hover svg, #edlio_logo:focus svg {
      fill: inherit; }

#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: #a8d9f4; }
  #mobile_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .75em;
    text-decoration: none;
    color: white; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;
      fill: white; }
    #mobile_nav a:hover, #mobile_nav a:focus {
      color: #cfbe6c; }
      #mobile_nav a:hover svg, #mobile_nav a:focus svg {
        fill: #cfbe6c; }
  @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 */
