.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%; }
  .shuffle1-container.content-container {
    padding: 0; }
  .shuffle1-container .shuffle-main {
    z-index: 1;
    width: 100%; }
    .shuffle1-container .shuffle-main .slick-list {
      margin: 0;
      height: 100%;
      width: 100%; }
    .shuffle1-container .shuffle-main .slick-track {
      height: 100%; }
    .shuffle1-container .shuffle-main .shuffle-slide {
      position: relative;
      margin: 0; }
    .shuffle1-container .shuffle-main .shuffle-caption {
      position: absolute;
      left: 0;
      right: 0;
      padding: .5em;
      background-color: rgba(0, 0, 0, 0.5);
      color: white; }
      @media screen and (max-width: 767px) {
        .shuffle1-container .shuffle-main .shuffle-caption {
          display: none; } }
      .shuffle1-container .shuffle-main .shuffle-caption a {
        color: inherit; }
      .shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
        top: 0; }
      .shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
        bottom: 0; }
    .shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
      top: calc(54px + 1em); }
    .shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
      bottom: calc(54px + 1em); }
  .shuffle1-container .slick-dots {
    position: absolute;
    z-index: 9999; }
    @media screen and (max-width: 767px) {
      .shuffle1-container .slick-dots {
        display: none; } }
    .shuffle1-container .slick-dots.slick-dots-bottom, .shuffle1-container .slick-dots.slick-dots-top {
      left: 0;
      width: 100%; }
    .shuffle1-container .slick-dots.slick-dots-bottom {
      bottom: 0; }
    .shuffle1-container .slick-dots.slick-dots-top {
      top: 0; }
    .shuffle1-container .slick-dots.slick-dots-left, .shuffle1-container .slick-dots.slick-dots-right {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 0;
      height: 100%; }
    .shuffle1-container .slick-dots.slick-dots-left {
      left: 0; }
    .shuffle1-container .slick-dots.slick-dots-right {
      right: 0; }
  .shuffle1-container .shuffle-image {
    width: 100%; }
  .shuffle1-container .shuffle-navigation {
    position: absolute;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 767px) {
      .shuffle1-container .shuffle-navigation {
        display: none; } }
    .shuffle1-container .shuffle-navigation .slick-list {
      margin: 0;
      padding: 0;
      bottom: 0; }
    .shuffle1-container .shuffle-navigation .slick-track {
      height: 100%; }
    .shuffle1-container .shuffle-navigation .shuffle-slide {
      position: relative;
      display: block;
      height: 50px;
      margin: .5em;
      overflow: hidden;
      border: 2px solid transparent; }
      .shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
        border-color: black; }
    .shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
      left: 0;
      width: 100%; }
    .shuffle1-container .shuffle-navigation.navigation-position-bottom {
      bottom: 0; }
    .shuffle1-container .shuffle-navigation.navigation-position-top {
      top: 0; }
  .shuffle1-container .error-message {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    background: white; }
  @media screen and (min-width: 1024px) {
    .shuffle1-container .shuffle-caption {
      padding: 1em; } }

.quicklinks-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
.quicklinks-container .qlink-inner {
  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; }
.quicklinks-container .qlink-item a {
  display: block; }
.quicklinks-container .qlink-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px; }
.quicklinks-container .qlink-text {
  max-width: 100%;
  font-size: 1.125rem; }
.quicklinks-container.icon-orientation-vertical {
  text-align: center; }
  .quicklinks-container.icon-orientation-vertical .qlink-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .quicklinks-container.icon-orientation-vertical .qlink-item svg {
    margin-bottom: 24px; }
.quicklinks-container.icon-orientation-horizontal .qlink-item svg {
  margin-right: 30px; }
.quicklinks-container.orientation-vertical .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.spotlight1-container .item-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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.spotlight1-container .spotlight-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%; }
.spotlight1-container .spotlight-image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
.spotlight1-container .item-summary.clipped-summary .item-text {
  overflow: hidden;
  max-height: 6.25em;
  line-height: 1.25em; }
.spotlight1-container.thumbnail-orientation-vertical .item-inner {
  text-align: center; }
@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    max-width: 250px;
    margin-right: 15px; } }

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%; }
.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    max-width: 250px;
    margin-right: 15px; } }
@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

.shuffle3-container .mosaic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-size: cover; }
.shuffle3-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white; }

.social-widget-container .section-title svg {
  width: 32px;
  height: 32px;
  margin: 8px; }
.social-widget-container .section-title.icon-only .section-title-inner {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden; }
  .social-widget-container .section-title.icon-only .section-title-inner svg {
    display: block;
    width: 32px;
    height: 32px;
    margin: 8px; }

.events1-container .item {
  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; }
.events1-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
.events1-container .event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .events1-container .event-date .event-month {
    font-size: 1.125em; }
  .events1-container .event-date .event-day {
    font-size: 2.25em; }
.events1-container.date-orientation-vertical .item {
  text-align: center; }
@media screen and (min-width: 768px) {
  .events1-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px; }
  .events1-container.date-orientation-horizontal .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

body #header_main {
  background-image: url("../pics/watermark_logo.png");
  background-color: #3d0101;
  color: white; }
  body #header_main .header-main-group .edlio-login-link {
    color: white;
    font-size: 1.25em;
    height: 1.25em;
    line-height: 1.25em; }
    body #header_main .header-main-group .edlio-login-link .edlio-logo {
      border-right-color: white; }
      body #header_main .header-main-group .edlio-login-link .edlio-logo svg {
        fill: white; }
    body #header_main .header-main-group .edlio-login-link:hover, body #header_main .header-main-group .edlio-login-link:focus {
      color: #c7c7c7; }
      body #header_main .header-main-group .edlio-login-link:hover .edlio-logo, body #header_main .header-main-group .edlio-login-link:focus .edlio-logo {
        border-color: #c7c7c7; }
        body #header_main .header-main-group .edlio-login-link:hover .edlio-logo svg, body #header_main .header-main-group .edlio-login-link:focus .edlio-logo svg {
          fill: #c7c7c7; }
  body #header_main .header-main-group .header-search-icon,
  body #header_main .header-main-group .header-text-link {
    background-color: #474646;
    color: white; }
    body #header_main .header-main-group .header-search-icon svg,
    body #header_main .header-main-group .header-text-link svg {
      fill: white; }
    body #header_main .header-main-group .header-search-icon:hover, body #header_main .header-main-group .header-search-icon:focus,
    body #header_main .header-main-group .header-text-link:hover,
    body #header_main .header-main-group .header-text-link:focus {
      background-color: white;
      color: #3d0101; }
      body #header_main .header-main-group .header-search-icon:hover svg, body #header_main .header-main-group .header-search-icon:focus svg,
      body #header_main .header-main-group .header-text-link:hover svg,
      body #header_main .header-main-group .header-text-link:focus svg {
        fill: #3d0101; }
  body #header_main .header-logo > a {
    color: inherit; }
  body #header_main .header-logo.logo-replacement a {
    width: 96px;
    height: 100px;
    background-image: url("../pics/header_logo.png"); }
  body #header_main .header-logo:not(.logo-replacement) a:before {
    width: 96px;
    height: 100px;
    background-image: url("../pics/header_logo.png"); }
  body #header_main .sitenav-main {
    color: white; }
    body #header_main .sitenav-main .nav-menu {
      background: #3d0101; }
    body #header_main .sitenav-main .nav-mobile-toggle {
      height: 44px;
      width: 44px; }
      body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner, body #header_main .sitenav-main .nav-mobile-toggle:before, body #header_main .sitenav-main .nav-mobile-toggle:after {
        left: 8px;
        width: calc(100% - 16px);
        height: 5px;
        background-color: white; }
      body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner {
        top: calc(50% - 2.5px ); }
      body #header_main .sitenav-main .nav-mobile-toggle:before {
        top: 8px; }
      body #header_main .sitenav-main .nav-mobile-toggle:after {
        bottom: 8px; }
      body #header_main .sitenav-main .nav-mobile-toggle.animated.open:before {
        top: calc(50% - 2.5px); }
      body #header_main .sitenav-main .nav-mobile-toggle.animated.open:after {
        bottom: calc(50% - 2.5px); }
    body #header_main .sitenav-main .nav-item > a {
      height: 42px;
      padding: 0 10px;
      font-size: 1.125em;
      font-weight: 700;
      color: white; }
      body #header_main .sitenav-main .nav-item > a:focus, body #header_main .sitenav-main .nav-item > a:hover, body #header_main .sitenav-main .nav-item > a.open {
        color: white;
        background-color: #474646; }
    body #header_main .sitenav-main .sub-nav a {
      color: white; }
      body #header_main .sitenav-main .sub-nav a:focus, body #header_main .sitenav-main .sub-nav a:hover, body #header_main .sitenav-main .sub-nav a.open {
        color: white;
        background-color: #474646; }
    @media screen and (min-width: 1024px) {
      body #header_main .sitenav-main .nav-menu {
        background: transparent; }
      body #header_main .sitenav-main.column .nav-menu, body #header_main .sitenav-main.megamenu .nav-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        top: auto;
        max-height: none;
        overflow: visible; }
      body #header_main .sitenav-main.column .nav-item > a, body #header_main .sitenav-main.megamenu .nav-item > a {
        text-align: center;
        color: black;
        background: transparent; }
        body #header_main .sitenav-main.column .nav-item > a:hover, body #header_main .sitenav-main.column .nav-item > a:focus, body #header_main .sitenav-main.column .nav-item > a.open, body #header_main .sitenav-main.megamenu .nav-item > a:hover, body #header_main .sitenav-main.megamenu .nav-item > a:focus, body #header_main .sitenav-main.megamenu .nav-item > a.open {
          background-color: #474646;
          color: white; }
      body #header_main .sitenav-main.column .sub-nav, body #header_main .sitenav-main.megamenu .sub-nav {
        background-color: #3d0101; }
      body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav:focus, body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav.open {
        left: auto;
        right: 0; }
      body #header_main .sitenav-main.megamenu .sub-nav {
        box-sizing: border-box;
        width: 100%;
        max-width: 1024px;
        padding: 30px; }
        body #header_main .sitenav-main.megamenu .sub-nav .sub-nav-group {
          width: 240px; }
        body #header_main .sitenav-main.megamenu .sub-nav .mm-extra-content {
          width: calc(100% - 240px); } }
  @media screen and (min-width: 1024px) {
    body #header_main .sitenav-main {
      background-color: white; } }
body .shuffle-motto {
  background-color: #3d0101;
  color: white; }
  @media screen and (min-width: 768px) {
    body .shuffle-motto {
      background-color: transparent;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent); } }
body #quicklinks .qlink-item .svg-holder {
  background-color: #474646;
  position: relative; }
  body #quicklinks .qlink-item .svg-holder svg {
    fill: white;
    position: relative; }
  body #quicklinks .qlink-item .svg-holder:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #3d0101;
    transition: .25s;
    transform: scaleX(0); }
body #quicklinks .qlink-item > a {
  color: #474646; }
  body #quicklinks .qlink-item > a:hover .svg-holder:before, body #quicklinks .qlink-item > a:focus .svg-holder:before {
    transform: scaleX(1); }
body #news_container .item.no-photo:before {
  background-image: url("../pics/watermark_logo.png");
  background-color: #c7c7c7; }
body #shuffle_mosaic .mosaic-item a.icon {
  background-color: rgba(71, 70, 70, 0.8);
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  transition-duration: 0.5s;
  transition-property: color;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  body #shuffle_mosaic .mosaic-item a.icon:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(61, 1, 1, 0.8);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out; }
  body #shuffle_mosaic .mosaic-item a.icon:hover, body #shuffle_mosaic .mosaic-item a.icon:focus {
    color: white; }
  body #shuffle_mosaic .mosaic-item a.icon:hover:before, body #shuffle_mosaic .mosaic-item a.icon:focus:before {
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  body #shuffle_mosaic .mosaic-item a.icon:before {
    transform: scaleY(0);
    transform-origin: 50% 100%; }
  body #shuffle_mosaic .mosaic-item a.icon:hover:before, body #shuffle_mosaic .mosaic-item a.icon:focus:before {
    transform: scaleY(1); }
  body #shuffle_mosaic .mosaic-item a.icon svg {
    fill: white; }
body #events_container .event-date {
  background-color: #474646;
  color: white; }
body .slick-container .slick-dots li button:before {
  color: #3d0101; }
body .slick-container .slick-dots.number-dots li button {
  background: #3d0101; }
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: #3d0101; }
body .slick-container .slick-dots li.slick-active button:before {
  color: #474646; }
body .slick-container .slick-dots.number-dots li button {
  color: #474646; }
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: #474646; }
body .homepage-row.red-row {
  background-color: #3d0101;
  color: white; }
  body .homepage-row.red-row .content-container .section-title {
    color: inherit; }
    body .homepage-row.red-row .content-container .section-title:after {
      opacity: .35; }
  body .homepage-row.red-row .content-container .read-more-link:hover, body .homepage-row.red-row .content-container .read-more-link:focus {
    background-color: white;
    color: #3d0101; }
  body .homepage-row.red-row .content-container.slick-container .items-list .slick-arrow:before {
    border-color: white; }
body .content-container .section-title {
  color: #3d0101; }
  body .content-container .section-title:after {
    border-top-color: #c7c7c7; }
body .content-container .read-more-link {
  background-color: #474646;
  color: white; }
  body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
    background-color: #3d0101;
    color: white; }
body:not(.index) {
  background-color: whitesmoke; }
body #content_main .pageTitle {
  color: #3d0101; }
body #content_main .right-column-page-navigation {
  background: #474646; }
  body #content_main .right-column-page-navigation li a {
    color: white; }
  body #content_main .right-column-page-navigation li.active a {
    background-color: #3d0101;
    color: white; }
body #footer_main {
  background-color: white;
  background-image: url("../pics/watermark_logo.png"); }
  body #footer_main .footer-logo .first-line {
    color: #3d0101; }
  body #footer_main .footer-logo .second-line {
    color: #474646; }
  body #footer_main .footer-logo.logo-replacement {
    height: 115px;
    width: 110px;
    background-image: url("../pics/footer_logo.png"); }
  body #footer_main .footer-logo:not(.logo-replacement):before {
    width: 110px;
    height: 115px;
    background-image: url("../pics/footer_logo.png"); }
  body #footer_main .powered-by-edlio-logo svg {
    fill: #3d0101; }
body #footer_nav .read-more-link {
  background-color: #3d0101;
  color: white; }
  body #footer_nav .read-more-link:hover, body #footer_nav .read-more-link:focus {
    background-color: #474646;
    color: white; }
body #mobile_nav {
  background: #3d0101; }
  body #mobile_nav a {
    color: white; }
    body #mobile_nav a svg {
      fill: white; }
    body #mobile_nav a:hover, body #mobile_nav a:focus {
      color: #474646; }
      body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
        fill: #474646; }
@media screen and (min-width: 1024px) {
  body .footer-column:nth-child(2) {
    position: relative; }
    body .footer-column:nth-child(2):before {
      content: "";
      display: block;
      position: absolute;
      left: calc(50% - 16px);
      width: 64px;
      border-top: 3px solid #c7c7c7;
      top: -30px; } }
