.video-container .video-item {
  display: block;
  width: 100%;
}
.video-container .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.quicklinks-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quicklinks-container .qlink-inner {
  display: flex;
  align-items: center;
}
.quicklinks-container .qlink-item a {
  display: block;
}
.quicklinks-container .qlink-item svg {
  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 {
  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 {
  flex-direction: column;
}

.spotlight1-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spotlight1-container .spotlight-image-holder {
  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 .item-text {
  margin-bottom: 20px;
}
.spotlight1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.spotlight1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.spotlight1-container.thumbnail-orientation-vertical .item-inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    flex-direction: row;
    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: 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;
}
.news1-container.content-size-small .item {
  margin-bottom: 10px;
}
.news1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.news1-container.content-size-medium .item {
  margin-bottom: 20px;
}
.news1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.news1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.news1-container.content-size-large .item {
  margin-bottom: 30px;
}
.news1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}
.news1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.news1-container.thumbnail-orientation-vertical.content-size-small .news-item-image-holder {
  margin-bottom: 10px;
}
.news1-container.thumbnail-orientation-vertical.content-size-medium .news-item-image-holder {
  margin-bottom: 20px;
}
.news1-container.thumbnail-orientation-vertical.content-size-large .news-item-image-holder {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    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 .items-list {
    flex-direction: row;
  }
}

.events1-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events1-container .items-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.events1-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;
}
.events1-container .event-date .event-month {
  font-size: 1.125em;
}
.events1-container .event-date .event-day {
  font-size: 2.25em;
}
.events1-container.content-size-small .item {
  margin-bottom: 10px;
}
.events1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.events1-container.content-size-small .event-date {
  font-size: 1rem;
}
.events1-container.content-size-medium .item {
  margin-bottom: 30px;
}
.events1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.events1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.events1-container.content-size-medium .event-date {
  font-size: 1.125rem;
}
.events1-container.content-size-large .item {
  margin-bottom: 30px;
}
.events1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}
.events1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.events1-container.content-size-large .event-date {
  font-size: 1.5rem;
}
.events1-container.date-orientation-vertical .item {
  text-align: center;
}
.events1-container.date-orientation-vertical.content-size-small .event-date {
  margin-bottom: 10px;
}
.events1-container.date-orientation-vertical.content-size-medium .event-date {
  margin-bottom: 20px;
}
.events1-container.date-orientation-vertical.content-size-large .event-date {
  margin-bottom: 30px;
}
@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 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    flex: 1;
  }
}

.events-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
.events-container .event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 7rem;
  height: 7rem;
  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 .items-list:not(.slick-initialized) {
    display: flex;
    justify-content: space-around;
  }
  .events-container.orientation-horizontal .items-list:not(.slick-initialized) .item {
    flex: 1;
  }
  .events-container.date-orientation-horizontal .item-inner {
    flex-direction: row;
    text-align: left;
  }
}

.news-container .item-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.news-container .item-thumbnail-holder {
  flex: none;
  max-width: 100%;
  box-sizing: border-box;
}
.news-container .item-thumbnail-holder .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.news-container .item-thumbnail {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.news-container .item-thumbnail.logo-backup {
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news-container.article-type-standard.thumbnail-orientation-horizontal .item-inner {
    flex-direction: row;
  }
  .news-container.article-type-standard.thumbnail-orientation-horizontal .item-thumbnail-holder {
    flex: none;
    max-width: 15.5rem;
  }
  .news-container.article-type-card .item-inner {
    display: grid;
    min-height: 25rem;
    height: 100%;
  }
  .news-container.article-type-card .item-thumbnail-holder,
  .news-container.article-type-card .item-summary {
    grid-column: 1;
    grid-row: 1;
  }
  .news-container.article-type-card .item-thumbnail-holder {
    place-content: center;
  }
  .news-container.article-type-card .item-thumbnail {
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-container.article-type-card .item-thumbnail.logo-backup {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .news-container.article-type-card.thumbnail-coverage-partial .item-summary {
    align-self: flex-end;
  }
  .news-container.article-type-card .slick-track {
    align-items: stretch;
  }
  .news-container.article-type-card .slick-slide > div,
  .news-container.article-type-card .slick-slide .item {
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .news-container.orientation-horizontal .items-list:not(.slick-initialized) {
    display: flex;
    justify-content: space-around;
  }
  .news-container.orientation-horizontal .items-list:not(.slick-initialized) .item {
    flex: 1;
  }
}

.social-widget-group-container .widgets-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.social-widget-group-container .widget-container {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.social-widget-group-container .section-subtitle svg {
  width: 32px;
  height: 32px;
  margin: 8px;
}
.social-widget-group-container .section-subtitle.icon-only .widget-title-inner {
  display: block;
  width: 29px;
  height: 29px;
  overflow: hidden;
}
.social-widget-group-container .section-subtitle.icon-only .widget-title-inner svg {
  display: block;
  width: -1px;
  height: -1px;
  margin: 15px;
}

.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: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
}
@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 {
  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: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
  border-color: rgb(0, 0, 0);
}
.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: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

body #header_main .topbar {
  background-color: rgb(1, 98, 54);
  color: rgb(255, 255, 255);
}
body #header_main .header-mid .header-secondary-nav .links-list .link-item a {
  color: rgb(255, 255, 255);
  background-color: rgb(1, 98, 54);
}
body #header_main .header-mid .header-secondary-nav .links-list .link-item a:hover, body #header_main .header-mid .header-secondary-nav .links-list .link-item a:focus {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
body #header_main .header-logo.logo-replacement a {
  width: 442px;
  height: 70px;
  background-image: url("/pics/header_logo.png");
}
body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 442px;
  height: 70px;
  background-image: url("/pics/header_logo.png");
}
body #header_main .sitenav {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav .nav-mobile-toggle {
  height: 44px;
  width: 44px;
}
body #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner, body #header_main .sitenav .nav-mobile-toggle:before, body #header_main .sitenav .nav-mobile-toggle:after {
  left: 8px;
  width: calc(100% - 16px);
  height: 5px;
  background-color: rgb(255, 255, 255);
}
body #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner {
  top: calc(50% - 2.5px);
}
body #header_main .sitenav .nav-mobile-toggle:before {
  top: 8px;
}
body #header_main .sitenav .nav-mobile-toggle:after {
  bottom: 8px;
}
body #header_main .sitenav .nav-mobile-toggle.animated.open:before {
  top: calc(50% - 2.5px);
}
body #header_main .sitenav .nav-mobile-toggle.animated.open:after {
  bottom: calc(50% - 2.5px);
}
body #header_main .sitenav .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  background: rgb(1, 98, 54);
  color: rgb(255, 255, 255);
}
body #header_main .sitenav .nav-item > a:focus, body #header_main .sitenav .nav-item > a:hover, body #header_main .sitenav .nav-item > a.open {
  color: rgb(0, 0, 0);
  background-color: rgb(19, 145, 224);
}
body #header_main .sitenav .sub-nav a {
  color: rgb(255, 255, 255);
  background: rgb(1, 98, 54);
}
body #header_main .sitenav .sub-nav a:focus, body #header_main .sitenav .sub-nav a:hover, body #header_main .sitenav .sub-nav a.open {
  color: rgb(0, 0, 0);
  background-color: rgb(19, 145, 224);
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav.column .nav-menu, body #header_main .sitenav.megamenu .nav-menu {
    justify-content: space-around;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  body #header_main .sitenav.column .nav-item > a, body #header_main .sitenav.megamenu .nav-item > a {
    text-align: center;
  }
  body #header_main .sitenav.column .sub-nav, body #header_main .sitenav.megamenu .sub-nav {
    background-color: rgb(1, 98, 54);
  }
  body #header_main .sitenav.column .nav-item:nth-last-child(1) .sub-nav:focus, body #header_main .sitenav.column .nav-item:nth-last-child(1) .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav.column .nav-item:nth-last-child(2) .sub-nav:focus, body #header_main .sitenav.column .nav-item:nth-last-child(2) .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav.column .nav-item:nth-last-child(3) .sub-nav:focus, body #header_main .sitenav.column .nav-item:nth-last-child(3) .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav.megamenu .sub-nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    padding: 20px;
  }
  body #header_main .sitenav.megamenu .sub-nav .sub-nav-group {
    width: 65%;
  }
  body #header_main .sitenav.megamenu .sub-nav .sub-nav-group > li {
    width: 75%;
  }
  body #header_main .sitenav.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 65%);
  }
}
body #header_main #search {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav.nav-group .nav-item > a {
    background-color: transparent;
  }
  body #header_main .sitenav.nav-group .nav-item > a:hover, body #header_main .sitenav.nav-group .nav-item > a:focus, body #header_main .sitenav.nav-group .nav-item > a.open {
    color: rgb(255, 255, 255);
  }
}
body .slick-container .slick-dots li button:before {
  color: rgb(1, 98, 54);
}
body .slick-container .slick-dots.number-dots li button {
  background: rgb(1, 98, 54);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: rgb(1, 98, 54);
}
body .slick-container .slick-dots li.slick-active button:before {
  color: rgb(19, 145, 224);
}
body .slick-container .slick-dots.number-dots li button {
  color: rgb(19, 145, 224);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: rgb(19, 145, 224);
}
body #content_main .pageTitle {
  color: rgb(1, 98, 54);
}
body #content_main .right-column-page-navigation {
  background: rgb(1, 98, 54);
}
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(19, 145, 224);
  color: rgb(0, 0, 0);
}
body #quicklinks .qlink-item a:hover:before, body #quicklinks .qlink-item a:focus:before {
  background-color: rgba(1, 98, 54, 0.55);
}
body #spotlight_message_row #spotlight_container {
  background-color: rgb(19, 145, 224);
}
body #spotlight_message_row #spotlight2_container {
  background-color: rgb(95, 179, 231);
}
@media screen and (min-width: 1024px) {
  body #spotlight_message_row {
    background-image: linear-gradient(to right, rgb(19, 145, 224) 50%, rgb(95, 179, 231) 50%);
  }
}
body #news_container_row #news_container .item {
  border-color: rgb(19, 145, 224);
}
body #news_container_row .item-name {
  color: rgb(1, 98, 54);
}
body #news_container_row #events_container {
  color: rgb(255, 255, 255);
  background-color: rgb(1, 98, 54);
}
body #news_container_row #events_container .item-name {
  color: rgb(255, 255, 255);
}
body #news_container_row #events_container .event-date {
  background-image: url("/pics/events_bg.png");
}
body #news_container_row #events_container .read-more-link {
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  body #news_container_row {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 65%, rgb(1, 98, 54) 35%);
  }
}
body #footer_main .footer-logo.logo-replacement {
  height: 151px;
  width: 418px;
  background-image: url("/pics/footer_logo.png");
}
body #footer_main .footer-logo:not(.logo-replacement):before {
  width: 418px;
  height: 151px;
  background-image: url("/pics/footer_logo.png");
}
body #social_media_row {
  background-image: url("/pics/pattern.png");
  background-color: rgb(95, 179, 231);
}
body #social_media_row .section-title {
  color: rgb(1, 98, 54);
}
body #social_media_row .icon-only {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  color: rgb(255, 255, 255);
}
body #social_media_row .icon-only svg {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px;
}
body #social_media_row .icon-only svg {
  fill: rgb(255, 255, 255);
}
body #social_media_row .icon-only:hover, body #social_media_row .icon-only:focus {
  background-color: rgb(1, 98, 54);
  color: rgb(255, 255, 255);
}
body #social_media_row .icon-only:hover svg, body #social_media_row .icon-only:focus svg {
  fill: rgb(255, 255, 255);
}
body .edlio-login-link {
  color: rgb(1, 98, 54);
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
}
body .edlio-login-link .edlio-logo {
  border-right-color: rgb(1, 98, 54);
}
body .edlio-login-link .edlio-logo svg {
  fill: rgb(1, 98, 54);
}
body .edlio-login-link:hover, body .edlio-login-link:focus {
  color: rgb(19, 145, 224);
}
body .edlio-login-link:hover .edlio-logo, body .edlio-login-link:focus .edlio-logo {
  border-color: rgb(19, 145, 224);
}
body .edlio-login-link:hover .edlio-logo svg, body .edlio-login-link:focus .edlio-logo svg {
  fill: rgb(19, 145, 224);
}
body #footer_main .footer-address .footer-info-block svg {
  fill: rgb(1, 98, 54);
}
body #footer_main .footer-address .footer-info-block.icon-only {
  border-color: rgb(19, 145, 224);
}
body #footer_main .footer-tools {
  background-color: rgb(95, 179, 231);
}
body #mobile_nav {
  background: rgb(1, 98, 54);
}
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(19, 145, 224);
}
body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: rgb(19, 145, 224);
}/*# sourceMappingURL=main.css.map */