@charset "UTF-8";
.ecl-icon {
  fill: currentcolor;
  margin: 0;
  transform: scaleX(1) scaleY(1) rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.ecl-icon--2xs {
  height: 0.75rem;
  width: 0.75rem;
}
.ecl-icon--xs {
  height: 1rem;
  width: 1rem;
}
.ecl-icon--s {
  height: 1.25rem;
  width: 1.25rem;
}
.ecl-icon--m {
  height: 1.5rem;
  width: 1.5rem;
}
.ecl-icon--l {
  height: 2rem;
  width: 2rem;
}
.ecl-icon--xl {
  height: 2.5rem;
  width: 2.5rem;
}
.ecl-icon--2xl {
  height: 3rem;
  width: 3rem;
}
.ecl-icon--fluid {
  height: 1em;
  width: 1em;
}
.ecl-icon--primary {
  fill: #004494;
}
.ecl-icon--inverted {
  fill: #fff;
}
.ecl-icon--rotate-90 {
  transform: rotate(90deg);
}
.ecl-icon--rotate-180 {
  transform: rotate(180deg);
}
.ecl-icon--rotate-270 {
  transform: rotate(270deg);
}
.ecl-icon--flip-horizontal {
  transform: scaleX(-1);
}
.ecl-icon--flip-vertical {
  transform: scaleY(-1);
}
.ecl-gallery {
  margin: 0;
}
.ecl-gallery__list {
  -webkit-padding-start: 0;
  display: block;
  list-style: none;
  margin-bottom: 0;
  margin-top: -0.5rem;
  padding-inline-start: 0;
}
.ecl-gallery__item {
  display: block;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.ecl-gallery__item--hidden {
  display: none;
}
.ecl-gallery__item-link {
  text-decoration: none;
}
.ecl-gallery__image-container {
  background-color: #000;
  flex-grow: 1;
  margin: 0;
}
.ecl-gallery__item-link:focus {
  outline: none;
}
.ecl-gallery__item-link:focus .ecl-gallery__image-container {
  outline: 3px solid #ffd617;
  outline-offset: -3px;
}
@supports (object-fit: cover) {
  .ecl-gallery__image-container {
    background-color: #404040;
  }
}
.ecl-gallery__image {
  display: block;
  flex-grow: 0;
  width: 100%;
}
@supports (object-fit: cover) {
  .ecl-gallery__image {
    flex-grow: 1;
    object-fit: cover;
  }
}
.ecl-gallery__image-icon {
  display: none;
}
.ecl-gallery__description {
  align-items: center;
  background-color: #404040;
  color: #fff;
  display: flex;
  font: normal normal 400 0.875rem/1rem arial, sans-serif;
  justify-content: space-between;
  padding: 0.75rem;
  text-decoration: none;
  width: calc(100% - 1.5rem);
}
.ecl-gallery__description-icon {
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
}
.ecl-gallery__meta {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.ecl-gallery__info {
  color: #404040;
  float: end;
  font: normal normal 400 0.75rem/1rem arial, sans-serif;
  padding: 1rem 0.75rem;
}
.ecl-gallery__view-all {
  margin: 0.25rem;
}
.ecl-gallery__footer {
  border-top: 1px solid #ebebeb;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .ecl-gallery__list {
    -webkit-margin-start: -0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-inline-start: -0.5rem;
  }
  .ecl-gallery__item {
    -webkit-margin-start: 0.5rem;
    flex-grow: 1;
    height: 185px;
    margin-inline-start: 0.5rem;
    min-width: 185px;
    position: relative;
  }
  .ecl-gallery__image-container {
    display: flex;
    position: relative;
  }
  .ecl-gallery__image {
    height: 185px;
    margin: 0 auto;
    width: auto;
  }
  .ecl-gallery__image-icon {
    fill: #fff;
    background-color: #404040;
    bottom: 0;
    display: block;
    padding: 0.75rem;
    position: absolute;
    right: 0;
  }
  .ecl-gallery__description {
    bottom: 0;
    display: none;
    left: 0;
    max-height: 185px;
    padding: 0.5rem;
    position: absolute;
    width: calc(100% - 1rem);
  }
  .ecl-gallery__description-icon {
    height: 1rem;
    width: 1rem;
  }
  .ecl-gallery__item:hover .ecl-gallery__description {
    display: flex;
  }
  .ecl-gallery__item:hover .ecl-gallery__image-icon {
    display: none;
  }
}
.ecl-gallery__overlay {
  background-color: #000;
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  display: none;
  flex-direction: column;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.ecl-gallery__overlay[open] {
  display: flex;
  overflow: auto;
}
.ecl-gallery__close {
  background-color: #404040;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
}
.ecl-gallery__close-button {
  color: #fff;
  font-weight: 400;
  margin: 0.25rem;
}
.ecl-gallery__close-button:focus,
.ecl-gallery__close-button:hover {
  color: #fff4bb;
}
.ecl-gallery__slider {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.ecl-gallery__slider-media-container {
  -ms-grid-row-align: stretch;
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.ecl-gallery__slider-image,
.ecl-gallery__slider-video {
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  margin: 0;
  max-width: 100%;
  object-fit: contain;
}
.ecl-gallery__slider-embed {
  position: relative !important;
  width: 100%;
}
.ecl-gallery__slider-embed:before {
  content: "" !important;
  display: block !important;
  padding-top: 56.25% !important;
  width: 100% !important;
}
.ecl-gallery__slider-embed .ecl-u-media-content {
  height: 100% !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.ecl-gallery__slider-embed > iframe {
  bottom: 0;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ecl-gallery__slider-previous {
  align-self: flex-start;
  color: #fff;
  flex-shrink: 0;
  margin: 0.5rem 0.25rem;
}
.ecl-gallery__slider-previous:focus,
.ecl-gallery__slider-previous:hover {
  color: #fff4bb;
}
.ecl-gallery__slider-next {
  align-self: flex-end;
  bottom: 0;
  color: #fff;
  flex-shrink: 0;
  margin: 0.5rem 0.25rem;
  position: absolute;
}
.ecl-gallery__slider-next:focus,
.ecl-gallery__slider-next:hover {
  color: #fff4bb;
}
.ecl-gallery__detail {
  background-color: #404040;
  color: #fff;
  flex-shrink: 0;
  padding: 1rem;
}
.ecl-gallery__detail-counter {
  display: inline-flex;
  font: normal normal 400 1rem/1.25rem arial, sans-serif;
  font-weight: 700;
  white-space: pre-wrap;
}
.ecl-gallery__detail-actions {
  margin-top: 0.5rem;
}
.ecl-gallery__share {
  -webkit-margin-start: 0.75rem;
  margin-inline-start: 0.75rem;
}
.ecl-gallery__download,
.ecl-gallery__share {
  color: #fff;
}
.ecl-gallery__download:visited,
.ecl-gallery__share:visited {
  color: #fff;
}
.ecl-gallery__download:focus,
.ecl-gallery__download:hover,
.ecl-gallery__share:focus,
.ecl-gallery__share:hover {
  color: #fff4bb;
}
.ecl-gallery__download[hidden],
.ecl-gallery__share[hidden] {
  display: none;
}
.ecl-gallery__detail-description {
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
  margin-top: 0.75rem;
  min-height: 5rem;
}
.ecl-gallery__overlay .ecl-gallery__description-icon {
  display: none;
}
.ecl-gallery__detail-meta {
  color: #fff;
  font: normal normal 400 1rem/1.25rem arial, sans-serif;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .ecl-gallery__detail {
    padding: 1.5rem 2rem;
  }
  .ecl-gallery__detail-description {
    margin-top: 1rem;
    min-height: 0;
  }
  .ecl-gallery__slider {
    flex-direction: row;
    justify-content: space-between;
  }
  .ecl-gallery__slider-previous {
    -ms-grid-row-align: initial;
    -webkit-margin-start: 1rem;
    -webkit-margin-end: 0.25rem;
    align-self: auto;
    margin-bottom: 0;
    margin-inline-end: 0.25rem;
    margin-inline-start: 1rem;
    margin-top: 0;
    order: -1;
  }
  .ecl-gallery__slider-next {
    -ms-grid-row-align: initial;
    -webkit-margin-start: 0.25rem;
    -webkit-margin-end: 1rem;
    align-self: auto;
    bottom: auto;
    margin-bottom: 0;
    margin-inline-end: 1rem;
    margin-inline-start: 0.25rem;
    margin-top: 0;
    position: relative;
    right: auto;
  }
  .ecl-gallery__detail-actions {
    margin-top: 1rem;
  }
}
.ecl-blockquote-new {
  -webkit-border-start: 10px solid #ffd617;
  -webkit-padding-start: 1.5rem;
  border-end-start-radius: 0;
  border-inline-start: 10px solid #ffd617;
  border-start-start-radius: 0;
  margin: 0;
  padding-bottom: 0.75rem;
  padding-inline-start: 1.5rem;
  padding-top: 0.75rem;
}
.ecl-blockquote-new__citation {
  color: #404040;
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
  font-style: italic;
  margin: 0;
  max-width: 65ch;
  quotes: "“" "”";
}
.ecl-blockquote-new__citation:before {
  content: open-quote;
}
.ecl-blockquote-new__citation:after {
  content: close-quote;
}
.ecl-blockquote-new__quote {
  margin: 0;
}
.ecl-blockquote-new__attribution {
  margin-top: 1rem;
  max-width: 65ch;
}
.ecl-blockquote-new__author {
  color: #000;
  font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
  font-weight: 700;
}
.ecl-blockquote-new__image {
  height: 120px;
  margin-top: 0.75rem;
  width: 120px;
}
@media (min-width: 480px) {
  .ecl-blockquote-new {
    -webkit-padding-start: 1.5rem;
    padding-bottom: 1rem;
    padding-inline-start: 1.5rem;
    padding-top: 1rem;
  }
  .ecl-blockquote-new__citation {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-style: italic;
  }
  .ecl-blockquote-new__attribution {
    margin-top: 1.5rem;
  }
  .ecl-blockquote-new__author {
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    font-weight: 700;
  }
}
@media (min-width: 996px) {
  .ecl-blockquote-new {
    -webkit-border-start: 0;
    border-inline-start: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    padding: 0;
  }
  .ecl-blockquote-new__body {
    -webkit-border-start: 10px solid #ffd617;
    -webkit-padding-start: 1.5rem;
    border-end-start-radius: 0;
    border-inline-start: 10px solid #ffd617;
    border-start-start-radius: 0;
    display: inline-block;
    padding-bottom: 1rem;
    padding-inline-start: 1.5rem;
    padding-top: 1rem;
  }
  .ecl-blockquote-new__citation {
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    font-style: italic;
  }
  .ecl-blockquote-new__attribution {
    margin-top: 2rem;
  }
  .ecl-blockquote-new__author {
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-blockquote-new__image {
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
    margin-top: 0;
  }
}
.ecl-media-container {
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.ecl-media-container__media {
  display: block;
  height: auto;
  min-height: 1px;
  object-fit: cover;
  width: 100%;
}
.ecl-media-container__caption {
  background-color: #f5f5f5;
  border: 1px solid #cfcfcf;
  color: #404040;
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
  padding: 0.75rem;
  position: relative;
}
.ecl-media-container__media--ratio-16-9 {
  position: relative !important;
}
.ecl-media-container__media--ratio-16-9:before {
  content: "" !important;
  display: block !important;
  padding-top: 56.25% !important;
  width: 100% !important;
}
.ecl-media-container__media--ratio-16-9 .ecl-u-media-content {
  height: 100% !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.ecl-media-container__media--ratio-16-9 > iframe {
  bottom: 0;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ecl-media-container__media--ratio-4-3 {
  position: relative !important;
}
.ecl-media-container__media--ratio-4-3:before {
  content: "" !important;
  display: block !important;
  padding-top: 75% !important;
  width: 100% !important;
}
.ecl-media-container__media--ratio-4-3 .ecl-u-media-content {
  height: 100% !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.ecl-media-container__media--ratio-4-3 > iframe {
  bottom: 0;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ecl-media-container__media--ratio-3-2 {
  position: relative !important;
}
.ecl-media-container__media--ratio-3-2:before {
  content: "" !important;
  display: block !important;
  padding-top: 66.6666666667% !important;
  width: 100% !important;
}
.ecl-media-container__media--ratio-3-2 .ecl-u-media-content {
  height: 100% !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.ecl-media-container__media--ratio-3-2 > iframe {
  bottom: 0;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ecl-media-container__media--ratio-1-1 {
  position: relative !important;
}
.ecl-media-container__media--ratio-1-1:before {
  content: "" !important;
  display: block !important;
  padding-top: 100% !important;
  width: 100% !important;
}
.ecl-media-container__media--ratio-1-1 .ecl-u-media-content {
  height: 100% !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.ecl-media-container__media--ratio-1-1 > iframe {
  bottom: 0;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ecl-media-container--full-width {
  -webkit-margin-start: calc(-50vw + 8px);
  left: 50%;
  margin-inline-start: calc(-50vw + 8px);
  width: calc(100vw - 16px);
}
.ecl-featured-item-new__heading {
  color: #000;
  font: normal normal 400 1.75rem/2rem arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
  margin-top: 0;
}
.ecl-featured-item-new__container {
  padding: 0;
}
.ecl-featured-item-new__item {
  box-sizing: border-box;
  flex-basis: 50%;
}
.ecl-featured-item-new__item:first-child {
  padding-bottom: 1rem;
}
.ecl-featured-item-new__title {
  color: #000;
  font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.ecl-featured-item-new__description {
  color: #404040;
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.ecl-featured-item-new__link {
  margin-bottom: 1rem;
}
.ecl-featured-item-new--extended .ecl-featured-item-new__container {
  -webkit-border-start: 8px solid #ffd617;
  -webkit-padding-start: 0.5rem;
  -webkit-padding-end: 1rem;
  background-color: #ebebeb;
  border-inline-start: 8px solid #ffd617;
  border-radius: 0;
  overflow: hidden;
  padding-bottom: 1rem;
  padding-inline-end: 1rem;
  padding-inline-start: 0.5rem;
  padding-top: 1rem;
}
.ecl-featured-item-new--extended .ecl-featured-item-new__heading {
  -webkit-padding-start: calc(0.5rem + 8px);
  -webkit-padding-end: 1rem;
  padding-inline-end: 1rem;
  padding-inline-start: calc(0.5rem + 8px);
}
@media (min-width: 480px) {
  .ecl-featured-item-new__heading {
    font: normal normal 400 2rem/2.5rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .ecl-featured-item-new__container {
    display: flex;
    flex-wrap: wrap;
  }
  .ecl-featured-item-new__item {
    box-sizing: border-box;
    flex-basis: 50%;
  }
  .ecl-featured-item-new__item:first-child {
    -webkit-padding-end: 1rem;
    padding-bottom: 0;
    padding-inline-end: 1rem;
  }
  .ecl-featured-item-new__link {
    margin-bottom: 0;
  }
  .ecl-featured-item-new--extended .ecl-featured-item-new__container {
    -webkit-padding-start: 1rem;
    -webkit-padding-end: 1rem;
    padding-bottom: 0.75rem;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
    padding-top: 0.75rem;
  }
  .ecl-featured-item-new--extended .ecl-featured-item-new__heading {
    -webkit-padding-start: calc(1rem + 10px);
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    padding-inline-start: calc(1rem + 10px);
  }
}
.ecl-list-illustration {
  margin: 0;
}
.ecl-list-illustration__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.ecl-list-illustration__image {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  height: auto;
  margin-bottom: 1rem;
}
.ecl-list-illustration__image:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
  width: 100%;
}
.ecl-list-illustration__image--square {
  background-position: 50%;
  background-size: cover;
  height: 100px;
  width: 100px;
}
.ecl-list-illustration__image--square:before {
  padding-top: 100%;
}
.ecl-list-illustration__title-container {
  align-items: center;
  color: #404040;
  display: flex;
  flex-direction: row;
  font: normal normal 400 1.25rem/1.75rem arial, sans-serif;
}
.ecl-list-illustration__description {
  color: #404040;
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
  margin-top: 0.75rem;
  max-width: 80ch;
}
.ecl-list-illustration__icon {
  -webkit-margin-end: 0.75rem;
  flex-shrink: 0;
  margin-inline-end: 0.75rem;
}
.ecl-list-illustration--zebra .ecl-list-illustration__item {
  margin-bottom: 0;
  padding: 1rem;
}
.ecl-list-illustration--zebra .ecl-list-illustration__item:nth-child(2n) {
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .ecl-list-illustration__item {
    flex-direction: row;
    margin-bottom: 0;
    padding: 1rem;
  }
  .ecl-list-illustration__title-container {
    margin-top: 0;
  }
  .ecl-list-illustration__image {
    -webkit-margin-end: 2rem;
    margin-bottom: 0;
    margin-inline-end: 2rem;
  }
  .ecl-list-illustration__image:not(.ecl-list-illustration__image--square) {
    width: 15.875rem;
  }
  .ecl-list-illustration--col-2,
  .ecl-list-illustration--col-3,
  .ecl-list-illustration--col-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: auto;
    width: 100%;
  }
  .ecl-list-illustration--col-2 .ecl-list-illustration__item,
  .ecl-list-illustration--col-3 .ecl-list-illustration__item,
  .ecl-list-illustration--col-4 .ecl-list-illustration__item {
    flex-direction: column;
    padding: 0;
  }
  .ecl-list-illustration--col-2 .ecl-list-illustration__image,
  .ecl-list-illustration--col-3 .ecl-list-illustration__image,
  .ecl-list-illustration--col-4 .ecl-list-illustration__image {
    -webkit-margin-end: 0;
    margin-bottom: 1rem;
    margin-inline-end: 0;
  }
  .ecl-list-illustration--col-2
    .ecl-list-illustration__image:not(.ecl-list-illustration__image--square),
  .ecl-list-illustration--col-3
    .ecl-list-illustration__image:not(.ecl-list-illustration__image--square),
  .ecl-list-illustration--col-4
    .ecl-list-illustration__image:not(.ecl-list-illustration__image--square) {
    width: 100%;
  }
  .ecl-list-illustration--col-2 .ecl-list-illustration__description,
  .ecl-list-illustration--col-3 .ecl-list-illustration__description,
  .ecl-list-illustration--col-4 .ecl-list-illustration__description {
    margin-top: 0.5rem;
  }
  .ecl-list-illustration--col-2 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .ecl-list-illustration--col-3 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .ecl-list-illustration--col-4 {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.ecl-accordion-new {
  margin: 0;
}
.ecl-accordion-new__item {
  background-color: #f5f5f5;
  border: 1px solid #cfcfcf;
}
.ecl-accordion-new__item + .ecl-accordion-new__item {
  margin-top: 0.5rem;
}
.ecl-accordion-new__title {
  margin: 0;
  padding: 0;
}
.ecl-accordion-new__toggle {
  background-color: transparent;
  border-width: 0;
  color: #404040;
  display: block;
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
  font-weight: 700;
  padding: 0 1rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.ecl-accordion-new__toggle:hover {
  background-color: #cfcfcf;
}
.ecl-accordion-new__toggle:focus {
  outline: 2px solid #ffd617;
  outline-offset: -2px;
}
.ecl-accordion-new__toggle[aria-expanded="true"] {
  padding-bottom: 0;
}
.ecl-accordion-new__toggle-flex {
  align-items: start;
  display: flex;
  flex-direction: row;
}
.ecl-accordion-new__toggle-indicator {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.75rem 1rem 0.75rem 0;
}
.ecl-accordion-new__toggle-label {
  display: none;
}
.ecl-accordion-new__toggle-title {
  flex-grow: 1;
  padding: 0.75rem 0;
}
.ecl-accordion-new__toggle[aria-expanded="true"] .ecl-accordion-new__toggle-title {
  border-bottom: 1px solid #404040;
}
.ecl-accordion-new__content {
  color: #404040;
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
  margin-left: 0;
  padding: 0.75rem 1rem;
}
.no-js .ecl-accordion-new__content {
  display: block;
}
.ecl-menu-new {
  background: #004494;
  box-shadow: none;
  margin: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.ecl-menu-new__container {
  display: flex;
  min-height: 1.75rem;
  position: static;
}
.ecl-menu-new__inner {
  background-color: #004494;
  bottom: 0;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  z-index: 53;
}
.no-js .ecl-menu-new__inner {
  display: flex;
}
.ecl-menu-new[aria-expanded="true"] .ecl-menu-new__inner {
  right: 0;
}
@media (min-width: 480px) {
  .ecl-menu-new__inner {
    right: -25rem;
    width: 25rem;
  }
  .ecl-menu-new__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 52;
  }
  .ecl-menu-new[aria-expanded="true"] .ecl-menu-new__overlay {
    display: block;
  }
}
@media (min-width: 996px) {
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) {
    padding-bottom: 0;
    padding-top: 0;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__inner {
    background-color: transparent;
    display: block;
    overflow-y: visible;
    padding-top: 0;
    position: relative;
    right: 0;
    transition: none;
    width: 100%;
    z-index: 50;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__overlay {
    display: none;
  }
}
.ecl-menu-new__banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
}
.ecl-menu-new__close,
.ecl-menu-new__open {
  -webkit-margin-start: auto;
  align-items: center;
  align-self: flex-end;
  border: 3px solid transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  font: normal normal 400 0.75rem/1rem arial, sans-serif;
  margin-bottom: -3px;
  margin-inline-start: auto;
  margin-top: -3px;
  order: 2;
  padding: 0.25rem;
}
.ecl-menu-new__open,
.ecl-menu-new__open:active,
.ecl-menu-new__open:focus,
.ecl-menu-new__open:hover,
.ecl-menu-new__open:visited {
  color: #fff;
}
.ecl-menu-new__open.ecl-link,
.ecl-menu-new__open:active.ecl-link,
.ecl-menu-new__open:focus.ecl-link,
.ecl-menu-new__open:hover.ecl-link,
.ecl-menu-new__open:visited.ecl-link {
  text-decoration: none;
}
.ecl-menu-new__cta {
  margin-top: 0.75rem;
}
@media (min-width: 996px) {
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__container {
    display: block;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__cta,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__inner-header,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__open,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__site-name {
    display: none;
  }
}
.ecl-menu-new__inner-header {
  -webkit-padding-start: 1rem;
  -webkit-padding-end: 1rem;
  align-items: center;
  background: #004494;
  box-shadow: none;
  display: flex;
  flex-flow: row-reverse;
  padding-bottom: 1rem;
  padding-inline-end: 1rem;
  padding-inline-start: 1rem;
  padding-top: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 52;
}
.ecl-menu-new__back,
.ecl-menu-new__title {
  color: #fff;
  font: normal normal 400 1.25rem/1.5rem arial, sans-serif;
  font-weight: 700;
}
.ecl-menu-new__back {
  -webkit-margin-start: -0.5rem;
  -webkit-margin-end: -0.5rem;
  border: 3px solid transparent;
  display: none;
  margin-bottom: -0.75rem;
  margin-inline-end: -0.5rem;
  margin-inline-start: -0.5rem;
  margin-top: -0.75rem;
}
.ecl-menu-new__back,
.ecl-menu-new__back:focus {
  padding: 0.75rem 0.5rem;
}
.ecl-menu-new__close-container {
  flex-direction: column;
}
.ecl-menu-new__close {
  color: #fff;
  order: 0;
}
.ecl-menu-new__close .ecl-button__icon,
.ecl-menu-new__close .ecl-button__label {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.ecl-menu-new__close:hover,
.ecl-menu-new__open:hover {
  box-shadow: none;
}
.ecl-menu-new__close:focus,
.ecl-menu-new__open:focus {
  border-color: #ffd617;
  outline: none;
  padding: 0.25rem;
}
.ecl-menu-new__inner--expanded .ecl-menu-new__title {
  display: none;
}
.ecl-menu-new__inner--expanded .ecl-menu-new__back {
  display: block;
}
@media (min-width: 768px) {
  .ecl-menu-new__inner-header {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.ecl-menu-new__list {
  -webkit-padding-start: 0;
  box-sizing: border-box;
  clear: right;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  list-style: none;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  margin-bottom: 0;
  margin-top: 0;
  padding-inline-start: 0;
  position: relative;
  z-index: 51;
}
.ecl-menu-new__item {
  -webkit-margin-start: 1rem;
  -webkit-margin-end: 1rem;
  border-top: 1px solid #7fa1c9;
  margin-inline-end: 1rem;
  margin-inline-start: 1rem;
}
.ecl-menu-new__item,
.ecl-menu-new__link {
  box-sizing: content-box;
  position: relative;
}
.ecl-menu-new__link {
  -webkit-margin-start: -1rem;
  -webkit-margin-end: -1rem;
  -webkit-padding-start: 1rem;
  -webkit-padding-end: 1rem;
  align-items: center;
  color: #fff;
  display: inline-flex;
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
  font-weight: 700;
  justify-content: space-between;
  margin-inline-end: -1rem;
  margin-inline-start: -1rem;
  padding-bottom: 1rem;
  padding-inline-end: 1rem;
  padding-inline-start: 1rem;
  padding-top: 1rem;
  text-decoration: none;
  width: 100%;
}
.ecl-menu-new__link:focus {
  outline: 3px solid #ffd617;
  outline-offset: -3px;
}
.ecl-menu-new__item--current .ecl-menu-new__link,
.ecl-menu-new__link:active {
  background-color: #003776;
}
.ecl-menu-new__item--expanded {
  border-top-width: 0;
}
.ecl-menu-new__item--expanded .ecl-menu-new__link--current,
.ecl-menu-new__item--expanded .ecl-menu-new__link:active {
  background-color: #f2f5f9;
}
.ecl-menu-new__item:not(.ecl-menu-new__item--has-children) .ecl-menu-new__link:focus,
.ecl-menu-new__item:not(.ecl-menu-new__item--has-children) .ecl-menu-new__link:hover {
  color: #fff;
  text-decoration: underline;
}
.ecl-menu-new__link-icon {
  flex-shrink: 0;
  transition: none;
}
.ecl-menu-new__inner--expanded {
  background-color: #f2f5f9;
  box-shadow: none;
}
.ecl-menu-new__inner--expanded .ecl-menu-new__item:not(.ecl-menu-new__item--expanded) {
  display: none;
}
.ecl-menu-new__inner--expanded .ecl-menu-new__link {
  color: #004494;
}
.ecl-menu-new__inner--expanded .ecl-menu-new__link:focus,
.ecl-menu-new__inner--expanded .ecl-menu-new__link:hover {
  background-color: transparent;
  color: #002f67;
  text-decoration: underline;
}
.ecl-menu-new__inner--expanded .ecl-menu-new__link-icon {
  display: none;
}
@media (min-width: 996px) {
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__list {
    background-color: #004494;
    flex-direction: row;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__item {
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 1rem;
    -webkit-padding-end: 1rem;
    border-top-width: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__link-icon {
    -webkit-margin-start: 0.5rem;
    flex-shrink: 0;
    height: 0.75rem;
    margin-inline-start: 0.5rem;
    width: 0.75rem;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile)
    .ecl-menu-new__link-icon:not(.ecl-menu-new__link-icon--external) {
    transform: rotate(180deg);
    transition-property: transform;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile)
    .ecl-menu-new__inner--expanded
    .ecl-menu-new__item,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile)
    .ecl-menu-new__inner--expanded
    .ecl-menu-new__link-icon {
    display: block;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__item--full {
    position: static;
  }
}
@media (min-width: 996px) and (-ms-high-contrast: none) {
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__item {
    position: static;
  }
}
@media (min-width: 996px) {
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__link {
    background-color: transparent;
    border: 3px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    min-height: 3.5rem;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
    width: auto;
    z-index: 0;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__link:focus,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__link:hover {
    text-decoration: underline;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile)
    .ecl-menu-new__item--current
    .ecl-menu-new__link,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__link:active {
    background-color: #003776;
    border-bottom: 4px solid transparent;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile)
    .ecl-menu-new__item--has-children
    .ecl-menu-new__link {
    -webkit-padding-end: 0.75rem;
    padding-inline-end: 0.75rem;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile) .ecl-menu-new__link:focus {
    background-color: #f2f5f9;
    border: 3px solid #ffd617;
    color: #002f67;
    outline: none;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile)
    .ecl-menu-new__item--current
    .ecl-menu-new__link:focus {
    padding-bottom: 1px;
  }
}
@media (min-width: 996px) {
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:focus-within
    .ecl-menu-new__link,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:focus-within
    .ecl-menu-new__link:active,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:focus-within
    .ecl-menu-new__link:focus,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:focus-within
    .ecl-menu-new__link:hover,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:hover
    .ecl-menu-new__link,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:hover
    .ecl-menu-new__link:active,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:hover
    .ecl-menu-new__link:focus,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:hover
    .ecl-menu-new__link:hover {
    background-color: #f2f5f9;
    color: #002f67;
    z-index: 16;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:focus-within:not(.ecl-menu-new__item--has-children)
    .ecl-menu-new__link,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:hover:not(.ecl-menu-new__item--has-children)
    .ecl-menu-new__link {
    border-bottom: 3px solid #bfd0e4;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:focus-within
    .ecl-menu-new__link:not(:focus)
    .ecl-menu-new__link-icon,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:hover
    .ecl-menu-new__link:not(:focus)
    .ecl-menu-new__link-icon {
    transform: rotate(0);
    transition-property: transform;
  }
}
.ecl-menu-new__mega {
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.ecl-menu-new__item--expanded .ecl-menu-new__mega,
.no-js .ecl-menu-new__mega {
  display: flex;
}
.ecl-menu-new__sublist {
  list-style: none;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  margin: 0;
  padding: 0;
}
.ecl-menu-new__subitem {
  border-top: 1px solid #bfd0e4;
  box-sizing: border-box;
}
.ecl-menu-new__sublink {
  -webkit-margin-start: -1rem;
  -webkit-margin-end: -1rem;
  -webkit-padding-start: 1.75rem;
  -webkit-padding-end: 1rem;
  color: #004494;
  display: block;
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
  margin-inline-end: -1rem;
  margin-inline-start: -1rem;
  padding-bottom: 1rem;
  padding-inline-end: 1rem;
  padding-inline-start: 1.75rem;
  padding-top: 1rem;
  position: relative;
  text-decoration: none;
}
.ecl-menu-new__sublink:active,
.ecl-menu-new__sublink:hover {
  background-color: transparent;
  color: #004494;
}
.ecl-menu-new__sublink:focus,
.ecl-menu-new__sublink:hover {
  color: #002f67;
  text-decoration: underline;
}
.ecl-menu-new__sublink:focus {
  outline: 3px solid #ffd617;
  outline-offset: -3px;
}
.ecl-menu-new__subitem--current .ecl-menu-new__sublink {
  background: transparent;
  color: #004494;
  font-weight: 700;
}
@media (min-width: 996px) {
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__mega {
    background-color: #f2f5f9;
    border-bottom: 3px solid #bfd0e4;
    border-radius: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    left: 0;
    min-width: 100%;
    padding-bottom: 1rem;
    padding-top: 2rem;
    position: absolute;
    transition-property: visibility;
    visibility: hidden;
    z-index: 15;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__mega:before {
    content: "";
    display: block;
    height: calc(100% + 1.5rem);
    left: -1.5rem;
    position: absolute;
    top: 0;
    width: calc(100% + 3rem);
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item--full
    .ecl-menu-new__mega {
    left: 0;
    right: 0;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:focus-within
    .ecl-menu-new__mega,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item:hover
    .ecl-menu-new__mega {
    transition-property: visibility;
    visibility: visible;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__mega--rtl {
    left: auto;
    right: 0;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item[aria-expanded="true"]
    .ecl-menu-new__link {
    z-index: 16;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__sublist {
    display: block;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item--col1
    .ecl-menu-new__sublist {
    -moz-column-count: 1;
    column-count: 1;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item--col2
    .ecl-menu-new__sublist {
    -moz-column-count: 2;
    column-count: 2;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item--col3
    .ecl-menu-new__sublist {
    -moz-column-count: 3;
    column-count: 3;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__item--full
    .ecl-menu-new__sublist {
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 996px) and (-ms-high-contrast: none) {
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__mega {
    left: 0;
    right: 0;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__sublist {
    break-inside: avoid;
    -moz-column-count: 4;
    column-count: 4;
    display: block;
  }
}
@media (min-width: 996px) {
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__subitem {
    align-items: center;
    border-top-width: 0;
    box-sizing: border-box;
    display: inline-flex;
    margin-bottom: calc(1rem - 12px);
    margin-top: 0;
    min-width: 13.56rem;
    padding: 3px 0;
    width: 100%;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__sublink {
    -webkit-margin-start: 1rem;
    -webkit-margin-end: 1rem;
    break-inside: avoid-column;
    margin-bottom: 3px;
    margin-inline-end: 1rem;
    margin-inline-start: 1rem;
    margin-top: 3px;
    padding: 0;
    white-space: normal;
    width: 100%;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__sublink:active {
    background-color: transparent;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__sublink:focus {
    outline-offset: 3px;
  }
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile):not(.ecl-menu-new--forced-close)
    .ecl-menu-new__sublink:hover {
    color: #002f67;
  }
}
.ecl-menu-new--transition .ecl-menu-new__inner {
  transition: right 375ms;
}
@media (min-width: 996px) {
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile).ecl-menu-new--transition
    .ecl-menu-new__item:hover
    .ecl-menu-new__link,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile).ecl-menu-new--transition
    .ecl-menu-new__item:hover
    .ecl-menu-new__link-icon,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile).ecl-menu-new--transition
    .ecl-menu-new__item:hover
    .ecl-menu-new__link:active,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile).ecl-menu-new--transition
    .ecl-menu-new__item:hover
    .ecl-menu-new__link:focus,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile).ecl-menu-new--transition
    .ecl-menu-new__item:hover
    .ecl-menu-new__link:hover,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile).ecl-menu-new--transition
    .ecl-menu-new__item:hover
    .ecl-menu-new__mega,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile).ecl-menu-new--transition .ecl-menu-new__link,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile).ecl-menu-new--transition
    .ecl-menu-new__link-icon,
  .ecl-menu-new:not(.ecl-menu-new--forced-mobile).ecl-menu-new--transition .ecl-menu-new__mega {
    transition-delay: 0.25s;
  }
}
.ecl-menu-new--group2 {
  min-height: 1.75rem;
}
@media (min-width: 996px) {
  .ecl-menu-new--group2:not(.ecl-menu-new--forced-mobile) {
    padding-top: 0;
  }
}