@charset "UTF-8";
.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container.content-container {
  padding: 0;
}
.shuffle1-container .shuffle-slide {
  display: block !important;
}
.shuffle1-container .item-inner {
  position: relative;
}
.shuffle1-container .shuffle-main {
  z-index: 1;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-next-icon:before,
.shuffle1-container .shuffle-main .slick-prev-icon:before {
  border-color: rgb(255, 255, 255);
}
.shuffle1-container .shuffle-main .slick-pause-icon:before,
.shuffle1-container .shuffle-main .slick-play-icon:before {
  color: rgb(255, 255, 255);
}
.shuffle1-container .shuffle-main .slick-list {
  margin: 0;
  height: 100%;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-track {
  align-items: flex-start;
  height: 100%;
}
.shuffle1-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
  height: auto;
}
.shuffle1-container .shuffle-main .shuffle-caption {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 0.5em;
}
.shuffle1-container .shuffle-main .shuffle-caption > p {
  margin-top: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle1-container .shuffle-main .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
}
.shuffle1-container .slick-dotted {
  margin-bottom: 0;
}
.shuffle1-container .slick-dots {
  position: absolute;
  z-index: 9999;
}
.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 {
  flex-direction: column;
  top: 0;
  height: 100%;
  width: 44px;
}
.shuffle1-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle1-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle1-container .slick-dots.number-dots {
  counter-reset: slide-num;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  border-radius: 0;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon:before {
  counter-increment: slide-num;
  content: counter(slide-num);
  font-size: 0.75rem;
  transition: font-size 0.2s ease-in-out;
}
.shuffle1-container .slick-dots.number-dots .slick-active .slick-dot-icon:before {
  font-size: 1rem;
}
.shuffle1-container.slick-autoplay .slick-autoplay-toggle-button {
  top: auto;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  color: rgb(255, 255, 255);
}
.shuffle1-container.slick-autoplay .slick-autoplay-toggle-button .slick-pause-icon:before,
.shuffle1-container.slick-autoplay .slick-autoplay-toggle-button .slick-play-icon:before {
  font-size: 1.5rem;
}
.shuffle1-container.slick-autoplay .has-navshuffle.navshuffle-position-bottom .slick-autoplay-toggle-button {
  bottom: 70px;
}
.shuffle1-container .shuffle-image {
  width: 100%;
}
.shuffle1-container .shuffle-navigation {
  position: absolute;
  z-index: 9;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}
.shuffle1-container .shuffle-navigation .slick-next-icon:before,
.shuffle1-container .shuffle-navigation .slick-prev-icon:before {
  border-color: rgb(255, 255, 255);
}
.shuffle1-container .shuffle-navigation .slick-pause-icon:before,
.shuffle1-container .shuffle-navigation .slick-play-icon:before {
  color: rgb(255, 255, 255);
}
.shuffle1-container .shuffle-navigation .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle1-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-navigation .slick-slide {
  position: relative;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-slide {
  margin: 0;
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-image {
  display: block;
  height: 50px;
}
.shuffle1-container .shuffle-navigation .slick-slide.slick-current {
  border-color: rgb(255, 255, 255);
}
.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 .shuffle-navigation .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.shuffle1-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .shuffle1-container .shuffle-main .slick-arrow {
    top: 0;
  }
  .shuffle1-container .shuffle-main .slick-arrow.slick-prev {
    left: auto;
    right: 50px;
  }
  .shuffle1-container .shuffle-navigation {
    display: none;
  }
  .shuffle1-container .slick-autoplay-toggle-button {
    display: none;
  }
  .shuffle1-container.no-mobile-captions .shuffle-caption {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .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-autoplay .navshuffle-position-bottom .caption-position-bottom {
    padding-bottom: 50px;
  }
  .shuffle1-container .slick-dotted .caption-position-bottom {
    padding-bottom: 50px;
  }
  .shuffle1-container .slick-dotted .caption-position-top {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

.links-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-container .link-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
}
.links-container .link-item a.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.links-container .link-item svg {
  flex: none;
  width: 50px;
  height: 50px;
}
.links-container.orientation-vertical .items-list {
  flex-direction: column;
}
.links-container.icon-orientation-vertical {
  text-align: center;
}
.links-container.icon-orientation-vertical .link-item a {
  flex-direction: column;
}

.news1-container:not(.slick-container) .items-list {
  display: flex;
  flex-direction: column;
}
.news1-container .news-item-image-holder {
  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-inner {
    display: flex;
    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:not(.slick-container) .items-list {
    flex-direction: row;
  }
}

.infographic-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.infographic-container .infographic-item .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.infographic-container .infographic-item .item-inner svg {
  flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}
.infographic-container .item-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.infographic-container .info-number,
.infographic-container .info-text {
  max-width: 100%;
}
.infographic-container .info-number {
  font-size: 1.5rem;
}
.infographic-container .info-text {
  font-size: 1.125rem;
}
.infographic-container.orientation-vertical .items-list {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .infographic-container.icon-orientation-horizontal .item-inner {
    flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .item-inner svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.events-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.events-container .event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.events-container .event-date .event-month {
  font-size: 1.125em;
}
.events-container .event-date .event-day {
  font-size: 2.25em;
}
@media screen and (min-width: 1024px) {
  .events-container.orientation-horizontal:not(.slick-container) .items-list {
    display: flex;
    justify-content: space-around;
  }
  .events-container.orientation-horizontal:not(.slick-container) .item {
    flex: 1;
  }
  .events-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .events-container.date-orientation-horizontal .item-inner {
    flex-direction: row;
    text-align: left;
  }
}

.shuffle3-container .mosaic-item {
  display: flex;
  justify-content: 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: rgb(255, 255, 255);
}

body #header_main .logo-image {
  max-width: 113px;
}
body .slick-container .slick-dots .slick-dot-icon {
  background: rgb(38, 62, 106);
}
body .slick-container .slick-dots li.slick-active .slick-dot-icon {
  background: rgb(255, 204, 1);
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "slick";
  src: url("/apps/webapps/common/slick/a-1.0.1/fonts/slick-pack.woff");
}
body #content_main .right-column-page-navigation {
  background: rgb(38, 62, 106);
}
body #content_main .right-column-page-navigation li a {
  color: rgb(255, 255, 255);
}
body #content_main .right-column-page-navigation li.active a {
  background-color: rgb(255, 204, 1);
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 1024px) {
  body #shuffle_main .slick-autoplay-toggle-button .slick-pause-icon:before {
    content: "⏸";
  }
  body #shuffle_main .slick-autoplay-toggle-button .slick-play-icon:before {
    content: "▶";
  }
}
body #shuffle_main .slick-pause-icon:before {
  content: "⏸";
}
body #shuffle_main .slick-play-icon:before {
  content: "▶";
}
body #footer_main .logo-image {
  max-width: 170px;
}
body #footer_main .edlio-login-link {
  color: rgb(255, 255, 255);
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
}
body #footer_main .edlio-login-link svg {
  fill: currentColor;
}
body #footer_main .powered-by-edlio-logo {
  color: rgb(255, 255, 255);
}
body #mobile_footer_nav {
  background: rgb(38, 62, 106);
}
body #mobile_footer_nav a {
  color: rgb(255, 255, 255);
}
body #mobile_footer_nav a svg {
  fill: rgb(255, 255, 255);
}

.news1-container .news-item-image {
  width: 100%;
  height: auto !important;
}

#row_news .item .news-item-image-holder {
  background-color: rgba(255, 255, 255, 0) !important;
}/*# sourceMappingURL=main.css.map */