:root {
  --uso-blue: #39475d;
  --uso-yellow: #fdc920;
  --uso-light: #f5f7fa;
  --uso-border: #dfe4ea;
}

*:focus-visible {
  outline: 3px solid var(--uso-yellow) !important;
  outline-offset: 3px;
}

.wb-layout-has-link {
  transition: transform .2s ease, box-shadow .2s ease;
}

.wb-layout-has-link:hover {
  transform: translateY(-3px);
}

.uso-content,
.uso-status,
.uso-legal {
  box-sizing: border-box;
  width: min(100%, 1040px);
  margin: 24px auto;
  color: var(--uso-blue);
}

.uso-status {
  padding: 36px;
  background: var(--uso-light);
  border-left: 6px solid var(--uso-yellow);
  border-radius: 12px;
}

.uso-kicker {
  margin: 0 0 8px;
  color: #657080;
  font-weight: 700;
  letter-spacing: .12em;
}

.uso-lead,
.uso-status > p {
  font-size: 18px;
  line-height: 1.6;
}

.uso-grid {
  display: grid;
  gap: 18px;
  margin: 28px 0;
}

.uso-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uso-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--uso-border);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(57, 71, 93, .08);
}

.uso-card strong {
  font-size: 18px;
  color: var(--uso-blue);
}

.uso-card span {
  line-height: 1.5;
}

.uso-note,
.uso-caption {
  padding: 12px 16px;
  background: #fff8d8;
  border-left: 4px solid var(--uso-yellow);
  color: var(--uso-blue);
  line-height: 1.5;
}

.uso-hero-caption {
  margin: 10px 0 0;
  color: #fff;
  font-size: 13px;
  letter-spacing: .06em;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .65);
}

.uso-caption {
  margin: 14px auto 24px;
  text-align: center;
  font-size: 14px;
}

.uso-cta {
  display: inline-block;
  padding: 13px 20px;
  color: #fff !important;
  background: var(--uso-blue);
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none !important;
}

.uso-cta:hover {
  background: #273447;
}

.uso-legal {
  padding: 8px 22px 28px;
  font-size: 16px;
  line-height: 1.65;
}

.uso-legal h2 {
  margin-top: 28px;
  color: var(--uso-blue);
  font-size: 22px;
}

.uso-dialog {
  width: min(760px, calc(100vw - 32px));
  height: min(760px, calc(100vh - 32px));
  padding: 0;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

.uso-dialog::backdrop {
  background: rgba(20, 29, 42, .72);
}

.uso-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  color: #fff;
  background: var(--uso-blue);
}

.uso-dialog-head button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.uso-dialog-body {
  width: 100%;
  height: calc(100% - 68px);
  box-sizing: border-box;
  overflow: auto;
  padding: 22px 26px 32px;
  color: var(--uso-blue);
  line-height: 1.55;
}

.uso-dialog-body h2 {
  margin: 24px 0 8px;
  font-size: 20px;
}

/* Replace the legacy office stock photo on the schedule page. */
#a188dda6ccaf02deb304006e42d33ab1 > .wb_content::before {
  background-image: url(../gallery_gen/7a9729429eb9e3ea1937c74350824516_fit.png) !important;
  background-repeat: no-repeat !important;
  opacity: .48 !important;
}

body.popup-mode #wb_header_a1a06c56b3610020de8e8ab78cef73be,
body.popup-mode #wb_footer_a1a06c56b3610020de8e8ab78cef73be {
  display: none !important;
}

body.popup-mode #a1a06c646906007d2aec68e4e418e64f > .wb_content {
  padding: 24px 18px !important;
}

@media (max-width: 767px) {
  .uso-grid-3 {
    grid-template-columns: 1fr;
  }

  .uso-status {
    padding: 24px 18px;
  }

  .uso-lead,
  .uso-status > p {
    font-size: 16px;
  }

  .uso-dialog {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
  }

  .uso-dialog-body {
    padding: 18px;
  }
}

.uso-seo-links{width:100%;max-width:1100px;margin:32px auto;padding:24px;color:#39475d;font:16px/1.6 Arial,sans-serif}.uso-seo-links h2{font-size:24px}.uso-seo-links nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 28px}.uso-seo-links a{color:#244e78;text-decoration:underline;text-underline-offset:3px}.uso-seo-links a:focus-visible{outline:3px solid #fdc920}@media(max-width:767px){.uso-seo-links nav{grid-template-columns:1fr}}
