@import url("//fonts.googleapis.com/css?family=Roboto:300,400,400italic,700,700italic|Cantata+One");
.shuffle3-container {
  position: relative;
  width: 100%;
  padding: 0;
}
.shuffle3-container .shuffle-main {
  width: 100%;
}
.shuffle3-container .shuffle-main .slick-list {
  margin: 0;
  height: 100%;
}
.shuffle3-container .shuffle-main .slick-track {
  height: 100%;
}
.shuffle3-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
}
.shuffle3-container .shuffle-main .shuffle-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .shuffle3-container .shuffle-main .shuffle-caption {
    display: none;
  }
}
.shuffle3-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle3-container .shuffle-main .shuffle-caption.caption-position-top {
  top: 0;
}
.shuffle3-container .shuffle-main .shuffle-caption.caption-position-bottom {
  bottom: 0;
}
.shuffle3-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
  top: calc(54px + 1em);
}
.shuffle3-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
  bottom: calc(54px + 1em);
}
.shuffle3-container .shuffle-main.navshuffle-position-left .shuffle-caption {
  left: calc(100px + 1em);
}
.shuffle3-container .shuffle-main.navshuffle-position-right .shuffle-caption {
  right: calc(100px + 1em);
}
.shuffle3-container .slick-dots {
  position: absolute;
}
.shuffle3-container .slick-dots.slick-dots-bottom, .shuffle3-container .slick-dots.slick-dots-top {
  left: 0;
  width: 100%;
}
.shuffle3-container .slick-dots.slick-dots-bottom {
  bottom: 0;
}
.shuffle3-container .slick-dots.slick-dots-top {
  top: 0;
}
.shuffle3-container .slick-dots.slick-dots-left, .shuffle3-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%;
}
.shuffle3-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle3-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle3-container .shuffle-image {
  width: 100%;
}
.shuffle3-container .shuffle-navigation {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .shuffle3-container .shuffle-navigation {
    display: none;
  }
}
.shuffle3-container .shuffle-navigation .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle3-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle3-container .shuffle-navigation .shuffle-slide {
  position: relative;
  display: block;
  height: 50px;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle3-container .shuffle-navigation .shuffle-slide.slick-current {
  border-color: rgb(0, 0, 0);
}
.shuffle3-container .shuffle-navigation.navigation-position-bottom, .shuffle3-container .shuffle-navigation.navigation-position-top {
  left: 0;
  width: 100%;
}
.shuffle3-container .shuffle-navigation.navigation-position-bottom {
  bottom: 0;
}
.shuffle3-container .shuffle-navigation.navigation-position-top {
  top: 0;
}
.shuffle3-container .shuffle-navigation.navigation-position-left, .shuffle3-container .shuffle-navigation.navigation-position-right {
  top: 0;
  height: 100%;
  width: calc(100px + 1em);
}
.shuffle3-container .shuffle-navigation.navigation-position-left .slick-list,
.shuffle3-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle3-container .shuffle-navigation.navigation-position-right .slick-list,
.shuffle3-container .shuffle-navigation.navigation-position-right .slick-track {
  height: 100% !important;
}
.shuffle3-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle3-container .shuffle-navigation.navigation-position-right .slick-track {
  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;
}
.shuffle3-container .shuffle-navigation.navigation-position-left .shuffle-slide, .shuffle3-container .shuffle-navigation.navigation-position-right .shuffle-slide {
  width: 100px;
  float: none;
}
.shuffle3-container .shuffle-navigation.navigation-position-left {
  left: 0;
}
.shuffle3-container .shuffle-navigation.navigation-position-right {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .shuffle3-container .shuffle-caption {
    padding: 1em;
  }
}

.quicklinks-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quicklinks-container .qlink-item a .qlink-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;
}
.quicklinks-container .qlink-item a svg {
  width: 24px;
  height: 24px;
}
.quicklinks-container .qlink-inner {
  max-width: 100%;
}

.news2b-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;
}
.news2b-container .news-item-image-holder {
  -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;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.news2b-container .news-item-image {
  width: 100%;
  max-width: 500px;
}
.news2b-container .item-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.events1a-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;
}
.events1a-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;
}
.events1a-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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.events1a-container .item-name,
.events1a-container .item-text {
  max-width: 100%;
}
.events1a-container .event-image {
  width: 100%;
}

.shuffle2-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.shuffle2-container .image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.infographic-container .infographics-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;
}
.infographic-container .infographic-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;
}
.infographic-container .infographic-item svg {
  width: 24px;
  height: 24px;
}
.infographic-container .info-text {
  max-width: 100%;
}

body {
  color: rgb(105, 110, 112);
}
body #header_main {
  background-color: rgb(22, 31, 65);
  background-image: url(/pics/watermark.png);
}
body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 118px;
  height: 121px;
  background-image: url(/pics/header_logo.png);
}
body #header_main .header-logo a {
  color: rgb(255, 255, 255);
}
body #header_main .header-logo a .second-line {
  color: rgb(156, 183, 216);
}
body #header_main .sitenav-holder .nav-mobile-toggle {
  border-color: rgb(255, 255, 255);
}
body #header_main .sitenav-holder .nav-group {
  background-color: rgb(22, 31, 65);
}
body #header_main .sitenav-holder .nav-group .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-holder .nav-group .nav-item > a:focus, body #header_main .sitenav-holder .nav-group .nav-item > a:hover, body #header_main .sitenav-holder .nav-group .nav-item > a.open {
  color: rgb(22, 31, 65);
  background-color: rgb(156, 183, 216);
}
body #header_main .sitenav-holder .nav-group .sub-nav a {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-holder .nav-group .sub-nav a:focus, body #header_main .sitenav-holder .nav-group .sub-nav a:hover, body #header_main .sitenav-holder .nav-group .sub-nav a.open {
  color: rgb(22, 31, 65);
  background-color: rgb(156, 183, 216);
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group {
    background: transparent;
  }
  body #header_main .sitenav-holder .nav-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  body #header_main .sitenav-holder .nav-item > a {
    text-align: center;
  }
  body #header_main .sitenav-holder .sub-nav {
    background-color: rgb(22, 31, 65);
  }
  body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav:focus, body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav {
    width: calc(100% - 20px*2);
    max-width: calc(980px - 20px*2);
    padding: 20px;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav .sub-nav-group {
    width: 40%;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 40%);
  }
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder:before {
    background-color: rgb(255, 255, 255);
  }
  body #header_main .sitenav-holder .nav-menu {
    max-width: 100%;
  }
  body #header_main .sitenav-holder .nav-group .nav-item {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  body #header_main .sitenav-holder .nav-group .nav-item > a {
    padding: 0 7px;
    height: 58px;
    font-size: 1rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1350px) {
  body #header_main .sitenav-holder .nav-group .nav-item > a {
    padding: 0 15px;
  }
}
body .content-container .section-title {
  color: rgb(22, 31, 65);
}
body .content-container .section-title a {
  color: inherit;
}
body .content-container .item-name a {
  color: inherit;
}
body .content-container .read-more-link {
  background-color: rgb(156, 183, 216);
  color: rgb(22, 31, 65);
}
body #content_main .pageTitle {
  color: rgb(22, 31, 65);
}
body #content_main .right-column-page-navigation {
  background: rgb(22, 31, 65);
}
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(156, 183, 216);
  color: rgb(255, 255, 255);
}
body #content_main .breadcrumb a, body #content_main .breadcrumb span {
  background-color: rgb(156, 183, 216);
  color: rgb(255, 255, 255);
}
body #content_main .breadcrumb a:after, body #content_main .breadcrumb span:after {
  border-color: transparent transparent transparent rgb(156, 183, 216);
}
body #content_main .breadcrumb a:hover, body #content_main .breadcrumb a:focus {
  background-color: #779cca;
}
body #content_main .breadcrumb a:hover:after, body #content_main .breadcrumb a:focus:after {
  border-left-color: #779cca;
}
body #content_main .breadcrumb span {
  background-color: rgb(22, 31, 65);
}
body #content_main .breadcrumb span:after {
  border-left-color: rgb(22, 31, 65);
}
body #motto {
  background-color: rgb(156, 183, 216);
  color: rgb(22, 31, 65);
}
@media screen and (min-width: 1024px) {
  body #motto {
    background-color: rgba(156, 183, 216, 0.8);
  }
}
body #quicklinks_row {
  background-color: rgb(255, 255, 255);
}
body #quicklinks .qlink-item a {
  color: rgb(22, 31, 65);
}
body #quicklinks .qlink-item a:hover .qlink-svg, body #quicklinks .qlink-item a:focus .qlink-svg {
  background-color: rgb(156, 183, 216);
}
body #quicklinks .qlink-item a:hover svg, body #quicklinks .qlink-item a:focus svg {
  fill: rgb(22, 31, 65);
}
body #quicklinks .qlink-item a svg {
  fill: rgb(156, 183, 216);
}
body #quicklinks .qlink-svg {
  background-color: rgb(22, 31, 65);
}
body #spotlight_row {
  background-color: rgb(246, 246, 246);
}
body #spotlight_container .read-more-link {
  background-color: rgb(22, 31, 65);
  color: rgb(156, 183, 216);
}
body #spotlight_container .read-more-link:hover, body #spotlight_container .read-more-link:focus {
  background-color: rgb(156, 183, 216);
  color: rgb(22, 31, 65);
}
body #news_row {
  background-color: rgb(22, 31, 65);
}
body #news_row:before, body #news_row:after {
  background-color: rgba(22, 31, 65, 0.8);
}
body #news_container .section-title {
  color: rgb(255, 255, 255);
}
body #news_container .section-title a:hover, body #news_container .section-title a:focus {
  color: rgb(156, 183, 216);
}
body #news_container .items-list .slick-list {
  margin: 0 13px;
}
body #news_container .items-list .slick-arrow {
  display: block;
  overflow: hidden;
  height: 23px;
  width: 100%;
  max-width: 13px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 23px/2);
}
body #news_container .items-list .slick-arrow.slick-prev {
  background-image: url(/pics/button_prev_white.png);
}
body #news_container .items-list .slick-arrow.slick-next {
  background-image: url(/pics/button_next_white.png);
}
body #news_container .items-list .slick-dots li button:before {
  color: rgb(246, 246, 246);
}
body #news_container .items-list .slick-dots li.slick-active button:before {
  color: rgb(146, 21, 15);
}
body #news_container .items-list .slick-dots.number-dots li button {
  background: rgb(246, 246, 246);
  color: rgb(146, 21, 15);
}
body #news_container .items-list .slick-dots.number-dots li.slick-active button {
  background: rgb(146, 21, 15);
  color: rgb(246, 246, 246);
}
body #news_container .item {
  background-color: rgb(255, 255, 255);
}
body #news_container .item-name {
  color: rgb(22, 31, 65);
}
body #news_container .read-more-link:hover, body #news_container .read-more-link:focus {
  background-color: rgb(255, 255, 255);
}
body #events_row {
  background-color: rgb(255, 255, 255);
}
body #events_container .read-more-link:hover, body #events_container .read-more-link:focus {
  background-color: rgb(22, 31, 65);
  color: rgb(156, 183, 216);
}
body #events_container .section-title a:hover, body #events_container .section-title a:focus {
  color: rgb(156, 183, 216);
}
body #events_container .items-list .slick-list {
  margin: 0 20px;
}
body #events_container .items-list .slick-arrow {
  display: block;
  overflow: hidden;
  height: 23px;
  width: 100%;
  max-width: 13px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 23px/2);
}
body #events_container .items-list .slick-arrow.slick-prev {
  background-image: url(/pics/button_prev_blue.png);
}
body #events_container .items-list .slick-arrow.slick-next {
  background-image: url(/pics/button_next_blue.png);
}
body #events_container .items-list .slick-dots li button:before {
  color: rgb(246, 246, 246);
}
body #events_container .items-list .slick-dots li.slick-active button:before {
  color: rgb(146, 21, 15);
}
body #events_container .items-list .slick-dots.number-dots li button {
  background: rgb(246, 246, 246);
  color: rgb(146, 21, 15);
}
body #events_container .items-list .slick-dots.number-dots li.slick-active button {
  background: rgb(146, 21, 15);
  color: rgb(246, 246, 246);
}
body #events_container .event-date {
  background-color: rgb(22, 31, 65);
  color: rgb(255, 255, 255);
}
body #quicklinks2_row:before {
  background-color: rgba(22, 31, 65, 0.8);
}
body #quicklinks2 .section-title {
  color: rgb(255, 255, 255);
}
body #quicklinks2 .qlink-item a {
  background-color: rgb(156, 183, 216);
  color: rgb(22, 31, 65);
}
body #quicklinks2 .qlink-item a:hover, body #quicklinks2 .qlink-item a:focus {
  background-color: rgb(22, 31, 65);
  color: rgb(255, 255, 255);
}
body #infographics_row {
  background-color: rgb(255, 255, 255);
}
body #infographics_container .infographics-list .slick-list {
  margin: 0 20px;
}
body #infographics_container .infographics-list .slick-arrow {
  display: block;
  overflow: hidden;
  height: 23px;
  width: 100%;
  max-width: 13px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 23px/2);
}
body #infographics_container .infographics-list .slick-arrow.slick-prev {
  background-image: url(/pics/button_prev_blue.png);
}
body #infographics_container .infographics-list .slick-arrow.slick-next {
  background-image: url(/pics/button_next_blue.png);
}
body #infographics_container .infographics-list .slick-dots li button:before {
  color: rgb(246, 246, 246);
}
body #infographics_container .infographics-list .slick-dots li.slick-active button:before {
  color: rgb(146, 21, 15);
}
body #infographics_container .infographics-list .slick-dots.number-dots li button {
  background: rgb(246, 246, 246);
  color: rgb(146, 21, 15);
}
body #infographics_container .infographics-list .slick-dots.number-dots li.slick-active button {
  background: rgb(146, 21, 15);
  color: rgb(246, 246, 246);
}
body #infographics_container .infographic-item {
  color: rgb(22, 31, 65);
}
body #infographics_container .infographic-item svg {
  fill: rgb(156, 183, 216);
}
body #infographics_container .info-svg {
  background-color: rgb(22, 31, 65);
}
body #logos_row {
  background-color: rgb(246, 246, 246);
}
body #footer_main {
  background-color: rgb(22, 31, 65);
  color: rgb(255, 255, 255);
}
body #footer_main .footer-logo:not(.logo-replacement):before {
  width: 96px;
  height: 98px;
  background-image: url(/pics/footer_logo.png);
}
body #footer_main .footer-logo .first-line {
  color: rgb(255, 255, 255);
}
body #footer_main .footer-logo .second-line {
  color: rgb(156, 183, 216);
}
body .edlio-login-link {
  color: rgb(255, 255, 255);
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  margin-top: 30px;
}
body .edlio-login-link .edlio-logo {
  border-right-color: rgb(255, 255, 255);
}
body .edlio-login-link .edlio-logo svg {
  fill: rgb(255, 255, 255);
}
body .edlio-login-link:hover, body .edlio-login-link:focus {
  color: rgb(156, 183, 216);
}
body .edlio-login-link:hover .edlio-logo, body .edlio-login-link:focus .edlio-logo {
  border-color: rgb(156, 183, 216);
}
body .edlio-login-link:hover .edlio-logo svg, body .edlio-login-link:focus .edlio-logo svg {
  fill: rgb(156, 183, 216);
}
body #mobile_nav {
  background: rgb(22, 31, 65);
}
body #mobile_nav a {
  color: rgb(255, 255, 255);
}
body #mobile_nav a svg {
  fill: rgb(255, 255, 255);
}
body #mobile_nav a:hover, body #mobile_nav a:focus {
  color: rgb(156, 183, 216);
}
body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: rgb(156, 183, 216);
}
