:root {
  --urlwp-accent: #0e65d8;
  --urlwp-accent-dark: #084b9f;
  --urlwp-copy: #0a0a0a;
  --urlwp-muted: #667085;
  --urlwp-border: #e6e8eb;
  --urlwp-soft: #f6f8fb;
  --urlwp-content-width: 1265px;
  --urlwp-reading-width: 900px;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: clip;
}

body,
#wrapper,
#main {
  background: #fff;
  color: var(--urlwp-copy);
  font-family: "Roboto Slab", Georgia, serif !important;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--urlwp-copy);
  font-family: "Roboto Slab", Georgia, serif !important;
  font-weight: 700;
}

body a {
  color: var(--urlwp-accent);
}

#header,
#header .header-wrapper,
#header .header-main,
#header .header-bg-color,
#header .header-bottom,
#wide-nav {
  background: #fff;
}

#header {
  box-shadow: 0 1px 10px rgb(16 24 40 / 8%);
}

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

#header .header-inner,
#wide-nav > .flex-row {
  max-width: var(--urlwp-content-width);
}

#header #logo {
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  width: 198px;
}

#header #logo img {
  height: 72px;
  max-height: 72px !important;
  object-fit: contain;
  width: 198px;
}

#header .header-bottom,
#wide-nav {
  border-top: 1px solid #f0f1f2;
  height: 55px;
  min-height: 55px;
}

#wide-nav > .flex-row,
#header .header-bottom-nav {
  min-height: 55px;
}

#header .header-bottom-nav {
  justify-content: center;
  width: 100%;
}

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

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

#header .header-bottom-nav > li.current-menu-item > a,
#header .header-bottom-nav > li.current-menu-parent > a,
#header .header-bottom-nav > li > a:hover {
  color: var(--urlwp-accent);
}

#header .nav-dropdown {
  background: #fff;
  border: 1px solid var(--urlwp-border);
  border-radius: 4px;
  box-shadow: 0 12px 32px rgb(16 24 40 / 14%);
}

#header .nav-dropdown a {
  color: #1d2939;
}

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

.urlwp-reading-width {
  max-width: var(--urlwp-reading-width);
}

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

.urlwp-breadcrumb {
  color: var(--urlwp-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  margin: 0 0 24px;
}

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

.urlwp-entry-title,
.urlwp-archive-header h1 {
  font-size: clamp(27px, 3.2vw, 40px);
  line-height: 1.3;
  margin: 0 0 12px;
}

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

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

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

.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 h1 {
  font-size: clamp(27px, 2.5vw, 34px);
}

.urlwp-entry-content h2 {
  font-size: clamp(23px, 2.1vw, 29px);
  line-height: 1.38;
  margin: 30px 0 12px;
}

.urlwp-entry-content h3 {
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.42;
  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-entry-content table {
  border-collapse: collapse;
  display: block;
  margin: 24px 0;
  max-width: 100%;
  overflow-x: auto;
  width: max-content;
}

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

.urlwp-entry-content blockquote {
  background: #f3f8ff;
  border-left: 4px solid var(--urlwp-accent);
  margin: 22px 0;
  padding: 16px 20px;
}

.urlwp-home-content {
  padding-top: 10px;
}

.urlwp-home-content > h1:first-child {
  font-size: 27.2px;
  line-height: 1.3;
  margin: 0 0 20px;
  text-align: center;
}

.urlwp-home-content .row {
  max-width: 1235px;
}

.urlwp-home-content .button,
.urlwp-entry-content .button {
  background: var(--urlwp-accent);
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}

.urlwp-latest-posts {
  padding: 34px 0 52px;
}

.urlwp-latest-posts > h2 {
  font-size: 25px;
  margin: 0 0 24px;
  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: 5px;
  box-shadow: 0 8px 24px rgb(16 24 40 / 7%);
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

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

.urlwp-media-slot {
  aspect-ratio: 2 / 1;
  background: #e7edf5;
  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: 36px;
  grid-template-columns: minmax(0, 3fr) minmax(220px, 1fr);
}

.urlwp-primary-column {
  min-width: 0;
}

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

.urlwp-sidebar h2 {
  font-size: 18px;
  text-transform: uppercase;
}

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

.urlwp-recent-list li {
  border-bottom: 1px solid var(--urlwp-border);
  font-size: 14px;
  line-height: 1.45;
  padding: 11px 0;
}

.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: var(--urlwp-soft);
  padding: 4px 18px 18px;
}

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

.lwptoc,
.urlwp-toc {
  background: var(--urlwp-soft);
  border: 1px solid var(--urlwp-border);
  border-radius: 6px;
  margin: 22px 0;
  padding: 16px 18px;
}

.lwptoc_header,
[data-urlwp-toc-toggle] {
  cursor: pointer;
  font-weight: 700;
}

.slider,
.carousel,
[data-urlwp-slider] {
  position: relative;
}

.urlwp-slider-control {
  align-items: center;
  background: rgb(0 0 0 / 58%);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 28px;
  height: 42px;
  justify-content: center;
  position: absolute;
  top: calc(50% - 21px);
  width: 42px;
  z-index: 5;
}

.urlwp-slider-control.is-previous {
  left: 10px;
}

.urlwp-slider-control.is-next {
  right: 10px;
}

.nav-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 28px;
}

.nav-pagination .page-number {
  align-items: center;
  border: 1px solid var(--urlwp-border);
  border-radius: 50%;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.nav-pagination .page-number.current {
  background: var(--urlwp-accent);
  border-color: var(--urlwp-accent);
  color: #fff;
}

.urlwp-site-footer {
  background: #f7f8fa;
  border-top: 1px solid var(--urlwp-border);
  color: #344054;
  padding-top: 42px;
}

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

.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: 6px 0;
}

.urlwp-footer-bottom {
  background: #edf0f4;
  font-size: 13px;
  padding: 14px 0;
}

.urlwp-back-to-top {
  align-items: center;
  background: var(--urlwp-accent);
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  display: flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  position: fixed;
  right: 20px;
  width: 44px;
  z-index: 30;
}

.urlwp-back-to-top[hidden] {
  display: none;
}

.urlwp-not-found {
  text-align: center;
}

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

  #header #logo,
  #header #logo img {
    height: 58px;
    max-height: 58px !important;
    width: 160px;
  }

  #header .header-bottom,
  #wide-nav {
    display: none;
  }

  .mobile-sidebar {
    background: #fff;
  }

  .mobile-sidebar .nav > li > a {
    color: #1d2939;
    font-size: 15px;
    font-weight: 700;
  }

  .urlwp-main-shell {
    padding: 20px 0 42px;
  }

  .urlwp-layout-with-sidebar {
    display: block;
  }

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

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

  .urlwp-archive-description,
  .urlwp-archive-description * {
    box-sizing: border-box;
    max-width: 100%;
  }

  .urlwp-archive-description figure[style*="width"] {
    width: 100% !important;
  }

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

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

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

  .urlwp-entry-title,
  .urlwp-archive-header h1,
  .urlwp-home-content > h1:first-child {
    font-size: 25px;
  }

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

  .urlwp-entry-content h3 {
    font-size: 19px;
  }

  .urlwp-card-grid {
    gap: 17px;
    grid-template-columns: 1fr;
  }

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

  .urlwp-back-to-top {
    bottom: 14px;
    right: 14px;
  }
}
