:root {
  --urlwp-header-surface: #17356b;
  --urlwp-nav-surface: #5e9fbc;
  --urlwp-accent: #54c53f;
  --urlwp-copy: #333;
  --urlwp-muted: #6b7280;
  --urlwp-border: #e5e7eb;
  --urlwp-content-width: 1080px;
}

html,
body {
  overflow-x: clip;
}

body,
#wrapper,
#main {
  background: #fff;
  color: var(--urlwp-copy);
  font-family: Inter, Arial, sans-serif !important;
}

body {
  font-size: 16px;
  line-height: 1.68;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #111827;
  font-family: Inter, Arial, sans-serif !important;
  font-weight: 700;
}

body a {
  color: #245d94;
}

#header,
#header .header-wrapper,
#header .header-main,
#header .header-bg-color {
  background: var(--urlwp-header-surface);
}

#header .header-main {
  height: 91px;
  min-height: 91px;
}

#header .header-inner {
  max-width: var(--urlwp-content-width);
}

#header #logo a,
#header #logo a:hover {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

#header .header-bottom,
#wide-nav {
  background: var(--urlwp-nav-surface);
  height: 43px;
  min-height: 43px;
}

#wide-nav > .flex-row {
  height: 43px;
  max-width: var(--urlwp-content-width);
}

#header .header-bottom-nav {
  min-height: 43px;
}

#header .header-bottom-nav > li {
  margin: 0 19px;
}

#header .header-bottom-nav > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  min-height: 43px;
  padding: 0;
  text-transform: uppercase;
}

#header .header-bottom-nav > li.active > a,
#header .header-bottom-nav > li.current-menu-item > a,
#header .header-bottom-nav > li > a:hover {
  color: #e7f9e3;
}

#header .nav-dropdown {
  background: #fff;
  border-color: var(--urlwp-accent);
}

#header .nav-dropdown a {
  color: #17356b;
}

.urlwp-header-actions {
  align-items: stretch;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  white-space: nowrap;
}

.urlwp-header-actions .urlwp-action {
  align-items: center;
  background: var(--urlwp-accent);
  border: 1px solid var(--urlwp-accent);
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-width: 105px;
  padding: 11px 18px;
  text-transform: uppercase;
}

.urlwp-header-actions .urlwp-action-secondary {
  background: #3377ad;
  border-color: #3377ad;
}

.urlwp-content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--urlwp-content-width);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.urlwp-main-shell {
  min-height: 55vh;
  padding: 34px 0 55px;
}

.urlwp-reading-width {
  max-width: 920px;
}

.urlwp-entry-header,
.urlwp-archive-header {
  margin: 0 auto 26px;
  text-align: center;
}

.urlwp-entry-title,
.urlwp-archive-header h1 {
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.22;
  margin: 0 0 12px;
}

.urlwp-entry-category,
.urlwp-eyebrow {
  color: var(--urlwp-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.urlwp-entry-category a {
  color: inherit;
}

.urlwp-entry-meta {
  color: var(--urlwp-muted);
  font-size: 13px;
}

.urlwp-entry-content {
  color: var(--urlwp-copy);
}

.urlwp-entry-content a,
.urlwp-entry-content li,
.urlwp-entry-content p {
  overflow-wrap: anywhere;
}

.urlwp-entry-content > :first-child {
  margin-top: 0;
}

.urlwp-entry-content h2 {
  font-size: 26px;
  line-height: 1.35;
  margin: 30px 0 12px;
}

.urlwp-entry-content h3 {
  font-size: 21px;
  line-height: 1.4;
  margin: 24px 0 10px;
}

.urlwp-entry-content img,
.urlwp-attachment img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.urlwp-hero.urlwp-media-slot {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-height: 354px;
  overflow: hidden;
  width: 100vw;
}

.urlwp-hero img {
  height: clamp(180px, 24.5vw, 354px);
  object-fit: cover;
  width: 100%;
}

.urlwp-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 24px 0 28px;
}

.urlwp-feature-card {
  border-radius: 4px;
  display: block;
  overflow: hidden;
}

.urlwp-feature-card img {
  aspect-ratio: 14 / 15;
  height: auto;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}

.urlwp-feature-card:hover img {
  transform: scale(1.025);
}

.urlwp-intro {
  border: 3px solid #63e7e7;
  border-radius: 12px;
  margin: 25px auto 35px;
  max-width: 900px;
  padding: 18px 28px;
  text-align: center;
}

.urlwp-intro h1 {
  background: linear-gradient(90deg, #b33f22, #54c53f);
  background-clip: text;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.urlwp-latest-posts {
  padding: 28px 0 45px;
}

.urlwp-latest-posts > h2,
.urlwp-faq > h2 {
  font-size: 24px;
  margin: 0 0 22px;
  text-align: center;
  text-transform: uppercase;
}

.urlwp-card-grid {
  display: grid;
  gap: 24px 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.urlwp-post-card {
  background: #fff;
  border: 1px solid var(--urlwp-border);
  border-radius: 3px;
  box-shadow: 0 6px 18px rgb(23 53 107 / 7%);
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.urlwp-card-link {
  color: inherit;
  display: block;
}

.urlwp-media-slot {
  aspect-ratio: 2 / 1;
  background: #dce7ee;
  overflow: hidden;
  width: 100%;
}

.urlwp-media-slot img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.urlwp-card-copy {
  padding: 15px 16px 18px;
}

.urlwp-card-title {
  font-size: 17px;
  line-height: 1.42;
  margin: 0;
}

.urlwp-card-excerpt {
  color: var(--urlwp-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 10px 0 0;
}

.urlwp-layout-with-sidebar {
  align-items: start;
  display: grid;
  gap: 35px;
  grid-template-columns: minmax(0, 3fr) minmax(220px, 1fr);
}

.urlwp-sidebar {
  border-left: 1px solid var(--urlwp-border);
  padding-left: 24px;
}

.urlwp-sidebar .widget {
  margin-bottom: 28px;
}

.urlwp-sidebar .widget-title,
.urlwp-sidebar h2 {
  font-size: 17px;
  text-transform: uppercase;
}

.urlwp-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.urlwp-sidebar li {
  border-bottom: 1px solid var(--urlwp-border);
  font-size: 14px;
  padding: 9px 0;
}

.urlwp-faq {
  margin: 36px auto 25px;
  max-width: 920px;
}

.accordion-item {
  border-bottom: 1px solid #cbd5e1;
}

.accordion-title {
  color: #1f2937;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 16px 45px 16px 16px;
  position: relative;
}

.accordion-title::after {
  content: "+";
  font-size: 23px;
  position: absolute;
  right: 17px;
  top: 9px;
}

.accordion-item.is-open .accordion-title::after {
  content: "−";
}

.accordion-inner {
  background: #f8fafc;
  padding: 4px 18px 18px;
}

.accordion-inner[hidden] {
  display: none;
}

.urlwp-entry-content table {
  border-collapse: collapse;
  display: block;
  margin: 22px 0;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

.urlwp-entry-content th,
.urlwp-entry-content td {
  border: 1px solid #cbd5e1;
  min-width: 120px;
  padding: 10px 12px;
}

[data-urlwp-toc] {
  background: #f8fafc;
  border: 1px solid var(--urlwp-border);
  margin: 24px 0;
  padding: 14px 18px;
}

.urlwp-site-footer {
  background: var(--urlwp-header-surface);
  color: #fff;
  padding-top: 44px;
}

.urlwp-footer-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: 1.7fr 1fr 1fr;
  padding-bottom: 38px;
}

.urlwp-site-footer h2,
.urlwp-site-footer p,
.urlwp-site-footer a {
  color: #fff;
}

.urlwp-site-footer h2 {
  font-size: 18px;
  margin: 0 0 13px;
}

.urlwp-site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.urlwp-site-footer li {
  margin: 7px 0;
}

.urlwp-footer-bottom {
  background: rgb(0 0 0 / 15%);
  font-size: 13px;
  padding: 14px 0;
  text-align: center;
}

@media (max-width: 849px) {
  #header .header-main {
    height: 70px;
    min-height: 70px;
  }

  #header .header-inner {
    height: 70px;
  }

  #header .mobile-nav .nav-icon a {
    color: #fff;
  }

  #header .urlwp-header-actions {
    background: var(--urlwp-nav-surface);
    gap: 0;
    min-height: 43px;
    width: 100%;
  }

  #header .urlwp-header-actions .urlwp-action {
    border: 0;
    border-radius: 0;
    flex: 1;
    min-height: 43px;
  }

  #header .urlwp-header-actions .urlwp-action-secondary {
    background: #3377ad;
  }

  .urlwp-content-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .urlwp-main-shell {
    padding-top: 24px;
  }

  .urlwp-layout-with-sidebar {
    grid-template-columns: 1fr;
  }

  .urlwp-sidebar {
    border-left: 0;
    border-top: 1px solid var(--urlwp-border);
    padding-left: 0;
    padding-top: 25px;
  }

  .urlwp-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urlwp-feature-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urlwp-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .urlwp-footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 549px) {
  body {
    font-size: 15px;
  }

  .urlwp-card-grid {
    gap: 14px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urlwp-card-title {
    font-size: 14px;
  }

  .urlwp-card-excerpt {
    display: none;
  }

  .urlwp-card-copy {
    padding: 10px;
  }

  .urlwp-entry-title,
  .urlwp-archive-header h1 {
    font-size: 28px;
  }

  .urlwp-intro {
    padding: 14px;
  }

  .urlwp-entry-content h2 {
    font-size: 23px;
  }

  .urlwp-footer-grid {
    grid-template-columns: 1fr;
  }

  .urlwp-footer-about {
    grid-column: auto;
  }
}
