.ees-video-band {
  --ees-min: 560px;
  --ees-accent: #f7ca18;
  --ees-hover: #c82028;
  --ees-panel: #0b2e4a;
  --ees-dim: rgba(11, 46, 74, 0.62);
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--ees-panel);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  min-height: var(--ees-min);
}
.ees-video-band.has-list {
  grid-template-columns: minmax(0, 1fr) 320px;
}
.ees-video-main,
.ees-video-stage {
  min-height: var(--ees-min);
}
.ees-video-stage {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--ees-panel);
}
.ees-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ees-video-dim {
  position: absolute;
  inset: 0;
  background: var(--ees-dim);
}
.ees-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  border: 3px solid var(--ees-accent);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  padding: 0;
}
.ees-video-play:hover,
.ees-video-play:focus {
  background: var(--ees-hover);
  border-color: var(--ees-hover);
}
.ees-video-play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 4px;
}
.ees-video-copy {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 36px;
  z-index: 2;
  max-width: 640px;
}
.ees-video-kicker {
  margin: 0 0 8px;
  color: var(--ees-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.ees-video-title {
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.15;
}
.ees-video-lead {
  margin: 10px 0 0;
  color: #fff;
  font-size: 16px;
}
.ees-video-frame,
.ees-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 3;
  background: #000;
}
.ees-video-list {
  background: var(--ees-panel);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px 20px;
  overflow: auto;
  max-height: var(--ees-min);
}
.ees-video-list-title {
  margin: 0 0 16px;
  color: var(--ees-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ees-video-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ees-video-item {
  width: 100%;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 8px;
  margin-bottom: 8px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.ees-video-item img {
  width: 88px;
  height: 56px;
  object-fit: cover;
  border-radius: 3px;
}
.ees-video-item.is-active,
.ees-video-item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.ees-video-more,
.ees-video-links a {
  color: var(--ees-accent);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.ees-video-more {
  display: inline-block;
  margin-top: 16px;
}
.ees-video-links {
  grid-column: 1 / -1;
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 16px 24px 22px;
  background: var(--ees-panel);
}
.ees-video-links a:hover {
  color: #fff;
}
@media (max-width: 900px) {
  .ees-video-band.has-list {
    grid-template-columns: 1fr;
  }
  .ees-video-list {
    max-height: none;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .ees-video-title {
    font-size: 26px;
  }
  .ees-video-copy {
    left: 20px;
    right: 20px;
  }
}

body.page .ees-video-band {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ees-video-archive {
  --ees-min: 360px;
  --ees-accent: #f7ca18;
  --ees-hover: #c82028;
  --ees-panel: #0b2e4a;
  --ees-dim: rgba(11, 46, 74, 0.62);
  width: 100%;
  max-width: 100%;
  margin: 8px 0 0;
  color: #0b2e4a;
}

.ees-video-player {
  border-radius: 10px;
  overflow: hidden;
  background: var(--ees-panel);
  box-shadow: 0 12px 32px rgba(11, 46, 74, 0.16);
}

.ees-video-archive .ees-video-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  background: var(--ees-panel);
}

.ees-video-archive .ees-video-title {
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.ees-video-archive .ees-video-copy {
  left: 24px;
  right: 24px;
  bottom: 22px;
}

.ees-video-archive .ees-video-play {
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
}

.ees-video-page-kicker {
  margin: 28px 0 6px;
  color: #c82028;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ees-video-heading {
  margin: 0 0 8px;
  color: #0b2e4a;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.ees-video-page-lead {
  margin: 0 0 20px;
  color: #3a4a58;
  font-size: 16px;
  line-height: 1.5;
}

.ees-video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ees-video-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid rgba(11, 46, 74, 0.08);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(11, 46, 74, 0.1);
  text-align: left;
  cursor: pointer;
  color: inherit;
}

.ees-video-card.is-active {
  outline: 2px solid #1070b8;
  outline-offset: 0;
}

.ees-video-card-media {
  position: relative;
  display: block;
}

.ees-video-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.ees-video-card-play {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #f7ca18;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}

.ees-video-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px 16px;
}

.ees-video-card-kicker {
  color: #c82028;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ees-video-card-title {
  color: #0b2e4a;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.ees-video-card:hover .ees-video-card-title {
  color: #1070b8;
}

.ees-video-related {
  margin-top: 8px;
}

.ees-video-related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ees-video-related-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid rgba(11, 46, 74, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(11, 46, 74, 0.08);
  text-decoration: none;
}

.ees-video-related-title {
  color: #0b2e4a;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.25;
}

.ees-video-related-text {
  color: #3a4a58;
  font-size: 15px;
  line-height: 1.45;
}

.ees-video-related-card:hover .ees-video-related-title {
  color: #1070b8;
}

.ees-video-pagination {
  margin: 28px 0 8px;
}

.ees-video-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ees-video-pagination .page-numbers li {
  margin: 0;
}

.ees-video-pagination a.page-numbers,
.ees-video-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(11, 46, 74, 0.16);
  border-radius: 6px;
  background: #fff;
  color: #0b2e4a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.ees-video-pagination a.page-numbers:hover {
  border-color: #1070b8;
  color: #1070b8;
}

.ees-video-pagination span.page-numbers.current {
  background: #0b2e4a;
  border-color: #0b2e4a;
  color: #f7ca18;
}

.ees-video-pagination span.page-numbers.dots {
  border: 0;
  background: transparent;
  min-width: auto;
  padding: 0 4px;
}

@media (max-width: 700px) {
  .ees-video-grid,
  .ees-video-related-grid {
    grid-template-columns: 1fr;
  }
  .ees-video-archive .ees-video-title {
    font-size: 20px;
  }
}
