.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer { max-width: 728px; }
}
@media screen and (max-width: 767px) {
  .w-layout-blockcontainer { max-width: none; }
}

/* Hero */
.neutral_hero_wrapper {
  background-color: var(--aqua-boreal-base--800);
  flex-flow: column;
  min-height: 260px;
  margin-top: 75px;
  padding: 60px 0 50px;
  display: flex;
}

.neutral_hero_flex {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}

.neutral_hero_text_wrapper {
  max-width: var(--primary--default-landing-width100);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.neutral_hero_icon_flex {
  flex: 1;
  order: -9999;
  justify-content: flex-start;
  align-items: flex-start;
}

.corporate_hero_heading {
  color: var(--light);
  order: -9999;
  align-self: flex-start;
  margin-bottom: 0;
  line-height: 100%;
}

.neutral_hero_description {
  color: var(--light);
  align-self: stretch;
  width: 70%;
  margin-top: 20px;
  line-height: 160%;
}

.breadcrumbs {
  color: var(--light);
  flex-flow: row;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  line-height: 100%;
  display: flex;
}

.breadcrumbnative {
  align-self: center;
}

/* Glossary section */
.glossary-section {
  background-color: var(--primary--secondary-bright);
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding: 60px 0 80px;
  display: flex;
  position: relative;
}

.main-column.content {
  background-color: transparent;
  border-radius: 8px;
  flex-flow: column;
  width: 90%;
  max-width: var(--primary--default-landing-width100);
  margin: 0 auto;
  font-weight: 400;
  display: flex;
  float: none;
}

.glossary-collection-list-wrapper {
  margin-bottom: 15px;
  padding-top: 0;
}

.glossary-collection-list {
  gap: 28px;
  flex-flow: column;
  display: flex;
}

/* Individual glossary card */
.glossary-item {
  max-width: var(--primary--default-landing-width100);
  background-color: var(--light);
  color: var(--primary--evergreen-fjord);
  border: 1px solid #e8e4dd;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding: 28px 32px 24px;
  text-decoration: none;
  transition: box-shadow .25s ease, border-color .25s ease;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.glossary-item:hover {
  color: var(--primary--evergreen-fjord);
  border-color: #d0cdc6;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

/* Full-card clickable overlay via the title link */
.glossary-term-title::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 10px;
}

/* Interactive elements sit above the card overlay */
.cite-wrapper,
.glossary-pill,
.definition-text a {
  position: relative;
  z-index: 2;
}

/* Text wrapper */
.glossary-text-wrapper {
  flex-flow: column;
  width: 100%;
  padding-right: 50px;
  display: flex;
}

.glossary-item-content {
  position: relative;
}

.glossary-item-content:hover {
  color: var(--primary--evergreen-fjord);
}

.glossary-term-title {
  order: -9999;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  color: var(--primary--evergreen-fjord);
  text-decoration: none;
  transition: color .2s ease;
}

.glossary-term-title:hover {
  color: var(--aqua-boreal-base--500);
}

.definition-text {
  font-size: 15px;
  line-height: 170%;
  color: #3a3a3a;
}

.definition-text p {
  margin-top: 0;
  margin-bottom: 8px;
}

.definition-text a {
  color: var(--primary--evergreen-fjord);
  text-decoration: underline;
  text-decoration-color: rgba(16, 84, 60, 0.3);
  text-underline-offset: 2px;
  transition: text-decoration-color .2s ease;
}

.definition-text a:hover {
  text-decoration-color: var(--primary--evergreen-fjord);
}

/* Pills */
.pill-cabinet {
  width: auto;
  margin-top: 4px;
  padding-top: 12px;
}

.pill-cabinet.definition_page_modifier {
  order: 9999;
  align-self: center;
  padding-top: 0;
}

.pill-list {
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 0;
  display: flex;
}

.glossary-pill {
  white-space: nowrap;
  border-radius: 20px;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.pill-text {
  line-height: 1;
}

/* Cite button & dropdown */
.cite-wrapper {
  position: absolute;
  top: 24px;
  right: 24px;
}

.cite-wrapper.definitionpagemodifier {
  align-self: flex-start;
  position: static;
  overflow: visible;
}

.copybutton {
  color: var(--primary--evergreen-fjord);
  opacity: 0.5;
  transition: opacity .2s ease;
  cursor: pointer;
}

.glossary-item:hover .copybutton {
  opacity: 1;
}

.cite-menu {
  background-color: transparent;
  width: auto;
  display: block;
}

.cite-toggle {
  z-index: 2;
  gap: 5px;
  background-color: transparent;
  color: var(--primary--evergreen-fjord);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color .2s ease;
  display: flex;
  overflow: visible;
}

.cite-toggle:hover {
  background-color: rgba(16, 84, 60, 0.06);
}

.cite-toggle.w--open {
  background-color: rgba(16, 84, 60, 0.08);
}

.cite-caret {
  order: 9999;
  display: flex;
  align-items: center;
}

.cite-dropdown-list {
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  width: 220px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 4px;
  z-index: 50;
  transition: opacity .15s ease;
}

.cite-dropdown-list.w--open {
  opacity: 1;
  pointer-events: auto;
  display: block;
}

.citedropdowncard {
  background-color: var(--light);
  border: 1px solid #e8e4dd;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  flex-flow: column;
  align-items: flex-start;
  padding: 12px 16px;
  display: flex;
  overflow: hidden;
}

.citecolumncategory {
  display: none;
}

.citecolumnheading {
  color: var(--primary--evergreen-fjord);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.citelinkgroup {
  flex-flow: column;
  gap: 2px;
  width: 100%;
  display: flex;
}

.citelinkbox {
  align-self: stretch;
  display: flex;
}

.cite-link {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  padding: 7px 8px;
  border-radius: 4px;
  text-decoration: none;
  color: var(--primary--evergreen-fjord);
  transition: background-color .15s ease;
}

.cite-link:hover {
  background-color: rgba(16, 84, 60, 0.06);
  text-decoration: none;
}

/* Decorative sidebar - hidden, not needed */
.div-block-54 {
  display: none;
}

/* Schema markup container */
.glossary-schema {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

/* CTA section */
.page-wrapper {
  background-color: var(--light);
  flex-flow: column;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.cta-section {
  background-color: var(--primary--evergreen-fjord);
  color: var(--primary--secondary-bright);
  flex-flow: row;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.cta-wrapper {
  max-width: var(--primary--default-landing-width100);
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  grid-template: "Area Area Area-4" "Area-2 Area-2 Area-4" / auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: stretch end;
  width: 90%;
  margin: 40px auto 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.cta-image-contain {
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 350px;
  display: block;
  position: relative;
}

.cta-image {
  width: auto;
  height: 100%;
  display: block;
  position: relative;
}

.cta-subtext {
  color: var(--light-opaque);
  text-align: right;
  align-self: flex-end;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

.cta-heading {
  text-align: right;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 111%;
}

.cta-arrow {
  z-index: 1;
  width: 20%;
  max-width: 97px;
  position: absolute;
  inset: auto 40% 32% auto;
}

.button-wrapper-contain {
  gap: 25px;
  text-align: center;
  order: 9999;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.cta-nav-svg {
  color: #f7f7a1;
}

.cta-nav-svg.cta-arrow {
  z-index: 5;
  inset: 50% 0% 0% 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.cta-nav-path {
  flex: 0 auto;
  align-self: center;
  display: block;
}

.div-block-31 {
  height: 100%;
  padding-bottom: 0;
  padding-right: 75px;
  display: flex;
}

.flex-block-2 {
  gap: 14px;
  order: -9999;
  align-self: center;
}

.code-embed-21 {
  align-self: center;
}

.cta-content-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 75px;
  display: flex;
  position: relative;
}

.primary-button-text.corporate-footer {
  object-fit: contain;
}

/* CTA grid placement */

/* ========== Responsive ========== */

@media screen and (max-width: 991px) {
  .neutral_hero_description { width: 90%; }

  .glossary-text-wrapper { padding-right: 40px; }

  .cta-wrapper {
    grid-template: "Area" "Area-2" "Area-4" / 1fr;
    width: 90%;
  }
  .cta-content-wrapper { padding-right: 0; text-align: left; }
  .cta-subtext { text-align: left; margin-bottom: 24px; }
  .cta-heading { text-align: left; }
  .div-block-31 { padding-right: 0; }
  .button-wrapper-contain { align-self: flex-start; }
  
}

@media screen and (max-width: 767px) {
  .neutral_hero_wrapper { min-height: auto; padding: 40px 0 36px; }
  .neutral_hero_description { width: 100%; font-size: 15px; }
  .corporate_hero_heading { font-size: 28px; }

  .glossary-section { padding: 40px 0 60px; }
  .main-column.content { width: 92%; }
  .glossary-collection-list { gap: 20px; }

  .glossary-item { padding: 22px 20px 20px; }
  .glossary-text-wrapper { padding-right: 36px; }
  .glossary-term-title { font-size: 19px; }
  .definition-text { font-size: 14px; }

  .cite-wrapper { top: 18px; right: 16px; }

  .cta-image-contain { max-height: 220px; }

  .cta-heading {
    text-align: left;
    font-size: 28px;
  }
  .cta-subtext {
    text-align: left;
    font-size: 16px;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .neutral_hero_wrapper { margin-top: 60px; padding: 32px 0 28px; }
  .corporate_hero_heading { font-size: 24px; }
  .neutral_hero_description { font-size: 14px; margin-top: 14px; }
  .breadcrumbs { font-size: 13px; margin-top: 14px; }

  .glossary-section { padding: 28px 0 40px; }
  .glossary-collection-list { gap: 16px; }
  .glossary-item { padding: 18px 16px 16px; }
  .glossary-text-wrapper { padding-right: 30px; }
  .glossary-term-title { font-size: 17px; margin-bottom: 8px; }
  .definition-text { font-size: 13.5px; line-height: 165%; }

  .cite-wrapper { top: 14px; right: 12px; }
  .cite-toggle { padding: 4px 6px; }

  .pill-list { gap: 6px; }
  .glossary-pill { font-size: 11px; padding: 2px 8px; }

  .cta-subtext { font-size: 16px; }
  .cta-heading { font-size: 28px; }
  .button-wrapper-contain { flex-direction: column; gap: 12px; align-items: stretch; }
}
