@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "museo-sans", serif;
  font-size: 100%; }

html {
  height: 100%; }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0; }
    body.index #content_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }

  #header_main,
  #footer_main {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }

  #content_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

body {
  background-color: white;
  color: black; }

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

#header_main {
  position: relative;
  z-index: 99;
  margin-bottom: 45px;
  width: 100%;
  background: white; }
  #header_main .container-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1350px; }
  @media screen and (min-width: 768px) {
    #header_main .container-inner {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      height: 140px; } }
  @media screen and (min-width: 1024px) {
    #header_main {
      position: fixed;
      top: 0;
      left: 0;
      margin-bottom: 0px; } }

#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 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0;
  width: 100%;
  font-size: 1rem; }
  #header_title 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;
    font-size: 1.875em;
    text-decoration: none; }
    #header_title a .header-title-inner {
      max-width: 100%; }
    #header_title a:before {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      display: block;
      margin-right: 10px; }
  @media screen and (min-width: 768px) {
    #header_title {
      width: 345px; } }

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px; }
  #social_nav a {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: transparent;
    margin: 0 5px;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }
    #social_nav a svg {
      display: block;
      width: 20px;
      height: 20px;
      margin: 0;
      fill: black; }

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

#topnav .nav-item > a {
  height: 42px;
  font-size: 1.125rem;
  color: white; }
  #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
    color: black; }
#topnav .sub-nav a {
  color: white; }
  #topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
    color: black; }
@media screen and (min-width: 1024px) {
  #topnav {
    background: transparent !important;
    height: 70px; }
    #topnav .nav-item > a {
      height: 70px;
      padding: 0 10px;
      font-size: 1rem;
      font-weight: 400; } }

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1350px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
  border-top: 10px solid red; }
  #content_main .pages-left-column-wrapper {
    overflow: hidden; }
  @media screen and (max-width: 1023px) {
    #content_main table {
      display: block;
      overflow-x: auto; }
    #content_main .bell-schedule {
      display: table; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .85em; }
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      width: auto; }
    #content_main #more-videos {
      display: none; }
    #content_main #staff_list_public .user-info-wrapper span[id*="staff"] {
      display: block; }
    #content_main #staff_list_public .user-info-wrapper .user-position-public {
      display: block;
      margin-left: 0;
      width: 100%; }
    #content_main #staff_list_public .user-info-wrapper p {
      display: block;
      float: left;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #content_main .news-list article .column {
      width: 100%; }
    #content_main .show-news .attached-images {
      float: none;
      margin: 0 auto 1em; }
    #content_main .single-video #big-video,
    #content_main .below-start #big-video {
      width: 100% !important; }
    #content_main .video-list .thumb_wrap {
      display: block;
      float: none; }
    #content_main .video-list li .description {
      padding-left: 0; }
    #content_main .video-list li .video-list-date {
      padding-left: 0; }
    #content_main .bell-schedule {
      width: 100%; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .7em; }
    #content_main .video-list-top .controls,
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      display: none; }
    #content_main #album_thumbnails table img {
      width: 90%;
      height: 90%;
      position: relative; }
    #content_main #edlio_search_form {
      max-width: 400px;
      width: auto; }
      #content_main #edlio_search_form input {
        width: 200px; }
    #content_main #contact_form {
      width: 100%; }
      #content_main #contact_form table {
        display: table;
        font-size: 12px;
        width: 280px !important; }
      #content_main #contact_form #f_name {
        width: 200px !important; }
      #content_main #contact_form #f_email {
        width: 200px !important; }
      #content_main #contact_form #f_message {
        width: 200px !important; }
    #content_main #calendar_wrapper .right-column {
      float: none;
      width: 100%; }
      #content_main #calendar_wrapper .right-column #calendar_grid table {
        display: table; }
    #content_main .pages-column .page-block-text,
    #content_main .pages-column .page-block-photos {
      width: 100%; }
    #content_main .pages-left-column-wrapper {
      margin-left: 0 !important;
      float: none; }
      #content_main .pages-left-column-wrapper .pages-left-column {
        margin-left: 0 !important; }
    #content_main .pages-right-column {
      float: none;
      width: 100% !important;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .index #content_main {
    width: 100%;
    max-width: 1350px;
    padding: 0;
    margin: 0 auto; }
  #content_main .pages-content-wrapper {
    overflow: visible; }
  #content_main img.sub {
    border: none; }
  .index #content_main {
    border-top: none;
    background: transparent;
    box-shadow: none; }
  @media screen and (min-width: 1024px) {
    #content_main {
      margin-top: 140px; }
      .index #content_main {
        margin-top: 140px; } }

.pageTitle {
  margin: 0 0 15px;
  padding: 20px 0 0 30px;
  font-size: 2.5em;
  font-weight: 700; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  margin-right: 50px; }
  @media screen and (max-width: 767px) {
    .right-column-page-navigation {
      margin: 20px auto; } }
  .right-column-page-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .right-column-page-navigation a {
    text-decoration: none;
    color: inherit;
    display: block;
    font-weight: 400;
    padding: .8em 6% .8em 10%;
    width: 84%;
    margin: 0;
    line-height: auto; }
    .right-column-page-navigation a:hover {
      text-decoration: underline; }
    .right-column-page-navigation a .inner {
      text-decoration: none; }
      .right-column-page-navigation a .inner:hover {
        text-decoration: underline; }
  .right-column-page-navigation ul {
    padding: 5px 0; }
  .right-column-page-navigation li a {
    color: white; }
  .right-column-page-navigation li.active a {
    color: black; }

#index_top {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  position: relative; }

#index_main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px; }
  @media screen and (min-width: 768px) {
    #index_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-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; } }

.content-container .section-title {
  margin: 0;
  font-weight: 400; }
  .content-container .section-title a {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit; }
    .content-container .section-title a:hover {
      text-decoration: none; }
.content-container .read-more-link {
  text-decoration: none;
  display: inline-block; }
  .content-container .read-more-link:hover {
    text-decoration: underline; }
.content-container .section-title {
  margin-bottom: 10px;
  font-size: 3.125em;
  font-weight: 700; }
.content-container .read-more-link-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
.content-container .read-more-link {
  font-size: .75em;
  font-weight: 500;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 43px;
  color: rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 768px) {
    .content-container .read-more-link {
      font-size: 1.125em;
      padding: 0 50px; } }
.content-container [class*="-name"] {
  width: 100%;
  margin: 0; }
.content-container a {
  text-decoration: none; }
  .content-container a:hover {
    text-decoration: underline; }

#spotlight_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px; }
  #spotlight_container .section-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
  #spotlight_container .spotlightmessage-text {
    padding: 20px;
    font-size: 1em; }
  #spotlight_container .read-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 1em;
    font-weight: 700;
    padding: 4px 20px;
    line-height: 24px;
    color: rbga(black, 0.5);
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    #spotlight_container {
      position: absolute;
      top: 30%;
      right: 0;
      width: 40%; }
      #spotlight_container .spotlightmessage-text {
        font-size: 2.25em; }
      #spotlight_container .read-more {
        font-size: 1.5em; } }
  @media screen and (min-width: 1024px) {
    #spotlight_container {
      top: 60%; } }

#news_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;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  margin-top: 50px; }
  #news_container .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 20px;
    padding: 0; }
    #news_container .slick-list:focus {
      outline: none; }
    #news_container .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  #news_container .slick-slider .slick-track,
  #news_container .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #news_container .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    #news_container .slick-track:before, #news_container .slick-track:after {
      content: "";
      display: table; }
    #news_container .slick-track:after {
      clear: both; }
    .slick-loading #news_container .slick-track {
      visibility: hidden; }
  #news_container .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    [dir="rtl"] #news_container .slick-slide {
      float: right; }
    #news_container .slick-slide img {
      display: block; }
    #news_container .slick-slide.slick-loading img {
      display: none; }
    #news_container .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized #news_container .slick-slide {
      display: block; }
    .slick-loading #news_container .slick-slide {
      visibility: hidden; }
    .slick-vertical #news_container .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  #news_container .slick-arrow {
    display: block;
    overflow: hidden;
    height: 32px;
    width: 30px;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    top: calc(50% - 32px/2);
    border: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat; }
    #news_container .slick-arrow:hover {
      cursor: pointer; }
    #news_container .slick-arrow.slick-prev {
      left: 0;
      background-image: url(/pics/button_prev.png); }
    #news_container .slick-arrow.slick-next {
      right: 0;
      background-image: url(/pics/button_next.png); }
    #news_container .slick-arrow.slick-hidden {
      display: none; }
  #news_container .section-title {
    padding: 10px;
    margin-left: 5px;
    margin-bottom: 0; }
    #news_container .section-title .second-line {
      display: block; }
  #news_container .items-list {
    margin: 50px 5px;
    position: relative; }
  #news_container .slick-list {
    padding-bottom: 25px; }
  #news_container .slick-arrow {
    top: -50px; }
  #news_container .slick-prev {
    left: 0; }
  #news_container .slick-next {
    left: 32px;
    right: auto; }
  #news_container .item {
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 5px; }
  #news_container .item-text {
    font-size: .85em;
    margin-top: 10px; }
  #news_container .item-block {
    width: 75%;
    margin: 0 auto;
    margin-top: -60px;
    padding: 10px;
    box-shadow: 7px 16px 11px -5px gray; }
    #news_container .item-block .item-name a {
      color: white;
      font-weight: 100; }
  #news_container .news-item-image-holder {
    width: 95%;
    position: relative;
    z-index: -1;
    box-shadow: 7px 16px 11px -5px gray; }
  #news_container .news-item-image {
    width: 100%; }
  @media screen and (min-width: 768px) {
    #news_container {
      margin-bottom: 75px; }
      #news_container .section-title {
        padding: 20px;
        width: 30%; }
      #news_container .item {
        margin-bottom: 0px; } }

#events_container {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  margin-top: 50px;
  margin-bottom: 50px; }
  #events_container .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 20px;
    padding: 0; }
    #events_container .slick-list:focus {
      outline: none; }
    #events_container .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  #events_container .slick-slider .slick-track,
  #events_container .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #events_container .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    #events_container .slick-track:before, #events_container .slick-track:after {
      content: "";
      display: table; }
    #events_container .slick-track:after {
      clear: both; }
    .slick-loading #events_container .slick-track {
      visibility: hidden; }
  #events_container .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    [dir="rtl"] #events_container .slick-slide {
      float: right; }
    #events_container .slick-slide img {
      display: block; }
    #events_container .slick-slide.slick-loading img {
      display: none; }
    #events_container .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized #events_container .slick-slide {
      display: block; }
    .slick-loading #events_container .slick-slide {
      visibility: hidden; }
    .slick-vertical #events_container .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  #events_container .slick-arrow {
    display: block;
    overflow: hidden;
    height: 32px;
    width: 30px;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    top: calc(50% - 32px/2);
    border: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat; }
    #events_container .slick-arrow:hover {
      cursor: pointer; }
    #events_container .slick-arrow.slick-prev {
      left: 0;
      background-image: url(/pics/button_prev.png); }
    #events_container .slick-arrow.slick-next {
      right: 0;
      background-image: url(/pics/button_next.png); }
    #events_container .slick-arrow.slick-hidden {
      display: none; }
  #events_container #events_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 20px;
    margin-right: 5px;
    margin-bottom: 0; }
    #events_container #events_header span {
      display: block; }
  #events_container .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
  #events_container .items-list {
    margin: 50px 0 50px 0;
    position: relative; }
    #events_container .items-list .slick-prev {
      top: -50px;
      right: 37px;
      left: auto; }
    #events_container .items-list .slick-next {
      top: -50px;
      right: 5px; }
  #events_container .slick-track {
    margin: 0 5px; }
  #events_container .event-date {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 4px;
    margin-right: 5px;
    height: 70px;
    width: 70px; }
    #events_container .event-date .event-day {
      font-size: 2.5em; }
    #events_container .event-date .event-month {
      font-size: 1.5em; }
  #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;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    font-size: .85em; }
  #events_container .event-image-link {
    max-width: 100%; }
  #events_container .event-image {
    width: 100%; }
  @media screen and (min-width: 768px) {
    #events_container .section-title {
      width: 30%; } }

#social_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px; }
  #social_wrap .section-title {
    padding: 20px; }
  @media screen and (min-width: 768px) {
    #social_wrap .section-title {
      width: 40%; }
      #social_wrap .section-title .second-line {
        display: block; } }

#social_hub {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 30px; }
  #social_hub .social-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; }
  #social_hub .content-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; }
  #social_hub .section-title {
    padding: 0;
    margin: 0 10px 0 0;
    width: auto; }
    @media screen and (max-width: 767px) {
      #social_hub .section-title {
        display: none; } }
  #social_hub #facebook_holder {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media screen and (max-width: 767px) {
    #social_hub #fb_shuffle,
    #social_hub #twitter_shuffle {
      display: none; } }
  #social_hub #fb_shuffle {
    margin-top: 10px; }
  #social_hub #twitter_shuffle {
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    #social_hub {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #social_hub .content-container {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
      #social_hub .social-container {
        width: 49.5%; } }

#shuffle_main {
  position: relative; }
  @media screen and (min-width: 1024px) {
    #shuffle_main {
      width: 90%; } }

#quicklinks {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 75px 0; }
  #quicklinks h2 {
    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;
    margin: 10px auto; }
  #quicklinks #quick_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #quicklinks #quick_inner a {
      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;
      font-size: 1.25rem;
      color: white;
      margin: 5px;
      padding: 10px;
      text-decoration: none;
      text-align: center; }
  @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; }
      #quicklinks h2 {
        width: 20%;
        font-size: 2.5rem;
        padding-left: 3%; }
      #quicklinks #quick_inner {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 15px 2%; }
        #quicklinks #quick_inner a {
          margin-left: 0;
          margin-right: 0;
          padding: 0;
          width: 32%;
          height: 120px;
          font-size: 1.875em; } }
  @media screen and (min-width: 1024px) {
    #quicklinks h2 {
      font-size: 3rem; }
    #quicklinks #quick_inner a {
      height: 220px; } }

#accolades {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  margin: 20px 0 30px 0; }
  #accolades img {
    width: 66px; }
  @media screen and (min-width: 1024px) {
    #accolades img {
      width: 120px; } }
  @media screen and (min-width: 1350px) {
    #accolades img {
      width: auto; } }

#footer_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #footer_inner {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: left; } }

#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;
  color: white; }
  #footer_address a {
    color: inherit; }

#footer_address_title {
  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;
  max-width: 340px;
  color: white;
  font-size: 1.875em;
  text-align: left; }
  #footer_address_title:before {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    margin-right: 10px; }

#address_wrap {
  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: 20px 0 5px 5px; }
  @media screen and (min-width: 768px) {
    #address_wrap {
      margin: 20px 0 30px 30px; } }

#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: 80px; }
  #google_tools #google_translate_element {
    margin: 0; }
    @media screen and (min-width: 768px) {
      #google_tools #google_translate_element {
        margin: 0 20px 0 20px; } }
  @media screen and (min-width: 768px) {
    #google_tools {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      height: auto;
      margin-top: 10px; } }

#links_container {
  color: white;
  width: 320px;
  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; }
  #links_container #links_header {
    text-align: center;
    color: white;
    margin: 0; }
    @media screen and (min-width: 768px) {
      #links_container #links_header {
        margin: 25px 0; } }
  #links_container #links_inner {
    width: 100%; }
  #links_container .links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7px; }
  #links_container .link-item {
    width: 50%;
    margin-bottom: 5px; }
  #links_container a {
    text-decoration: none;
    color: white; }
    #links_container a:hover {
      text-decoration: underline; }

#edlio_login {
  margin: 0 auto; }

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

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #2b4e72; }
  #mobile_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .75em;
    text-decoration: none;
    color: white; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;
      fill: white; }
    #mobile_nav a:hover {
      color: #ffd800; }
      #mobile_nav a:hover svg {
        fill: #ffd800; }
  @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 */
