.arvo, body {
  font-family: "Arvo", serif;
  font-style: normal;
}

.arvo-regular, .lead {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
}

.arvo-bold {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium, .slds-nav-vertical__action {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold, .coming-soon, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold, ol.gode-list li::marker, h5, .h5, h4, .h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html {
  color: #0F172A;
  font-size: 10px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased !important;
}
@media print {
  html {
    font-size: 8px;
  }
}

body {
  color: #0F172A;
  line-height: 1.75;
}

body, .slds-text-body_regular {
  font-size: 1.6rem;
}

.formatted-rich-text {
  line-height: 1.75;
}

.slds-text-body_small {
  font-size: 1.4rem;
  line-height: 1.5;
}

.text-body_large {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .text-body_large {
    font-size: 2.2rem;
  }
}

.slds-text-color_weak {
  color: #334155;
}

h1, .h1 {
  color: #001D29;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3.2rem;
  }
}

h3, .h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}

h4, .h4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.6rem;
  }
}

h5, .h5 {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.6rem;
  }
}

h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 1.2rem;
  }
}

.lead {
  font-size: 2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lead {
    font-size: 2.4rem;
  }
}
.portal.directory .lead {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .portal.directory .lead {
    font-size: 2.2rem;
  }
}

a {
  color: #006B96;
}
a:focus, a:hover {
  color: #00415B;
  text-decoration: underline;
}
a:not([class]) {
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-decoration-thickness: 0.075em;
  text-underline-offset: 0.15em;
}
a:not([class]):focus, a:not([class]):hover {
  text-decoration: underline;
}

.gode-link {
  color: #006B96;
  text-decoration: underline;
}
.gode-link:focus, .gode-link:hover {
  color: #00415B;
}
.gode-link.gode-link--prime {
  font-family: "Poppins", sans-serif;
}
.gode-link.gode-link--inverse {
  color: #D2E7F9;
}

ol.gode-list {
  padding-left: 2.4rem;
  margin-left: 0;
}
ol.gode-list li {
  padding-left: 0.8rem;
}
ol.gode-list li:not(:last-child) {
  margin-bottom: 1.6rem;
}
ol.gode-list li::marker {
  font-size: 1.8rem;
}
ol.gode-list li > .gode-list li {
  margin: 0.8rem 0 0;
}
ol.gode-list li > .gode-list li::marker {
  font-size: 1.6rem;
}

ul.gode-list {
  list-style: disc;
  padding-left: 1.6rem;
}
ul.gode-list li {
  padding-left: 0.8rem;
}
ul.gode-list li:not(:last-child) {
  margin-bottom: 1.6rem;
}
ul.gode-list li > ul.gode-list {
  list-style: circle;
}
ul.gode-list li > ul.gode-list li {
  margin: 0.8rem 0 0;
}

ol.gode-list[type=A] {
  list-style: upper-alpha;
}

ol.gode-list[type=i] {
  list-style: lower-roman;
}

ol.gode-list[type="1"] {
  list-style: decimal;
}

p {
  max-width: 80ch;
}
.formatted-rich-text p {
  margin: 0.5em 0;
}
.slds-scoped-notification p {
  max-width: 100%;
}

.coming-soon {
  border: 1px solid #CBD5E1;
  border-radius: 0.8rem;
  padding: 0.8rem 1.6rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

.img-r {
  display: block;
  height: auto;
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.text-center img {
  margin: auto;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print {
  .slds-no-print {
    display: none !important;
  }
}
.gode_site-header.gode_site-header--styleguide {
  height: 11.2rem;
  padding: 0;
}
.gode_site-header.gode_site-header--styleguide .gode_site-header__logo {
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 144.8rem;
  padding: 0 3.2rem 0 4.8rem;
  width: 100%;
}

html {
  background: #F1F5F9;
  scroll-behavior: smooth;
}

body {
  background: #F1F5F9;
  height: auto !important;
}

.page-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  flex-shrink: 0;
  margin: 0 auto;
  max-width: 172.8rem;
  padding: 3.2rem 0.8rem 6.4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .page-container {
    gap: 2.4rem;
    padding: 3.2rem 3.2rem 6.4rem;
  }
}
@media (min-width: 1024px) {
  .page-container {
    gap: 3.2rem;
  }
}

.slds-nav-vertical__section:not(:last-child) {
  border-bottom: 1px solid #CBD5E1;
  padding-bottom: 1.2rem;
}

.slds-nav-vertical__action {
  background-color: transparent !important;
  border: 0;
  border-radius: 0.4rem;
  color: #006B96 !important;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.2rem;
  height: 3.2rem;
  line-height: 1.3;
  outline: none !important;
  padding: 0 1.2rem;
  text-decoration: none !important;
  transition: 0.5s all !important;
}
.slds-nav-vertical__action:hover {
  background-color: #E2E8F0 !important;
  color: #00415B !important;
  box-shadow: none !important;
}
.slds-nav-vertical__item.slds-is-active .slds-nav-vertical__action {
  background-color: #E2E8F0 !important;
  color: #0F172A !important;
  box-shadow: none;
  font-weight: 700;
}

.page-navigation ul {
  display: flex;
  gap: 1.6rem;
  border: 1px solid #CBD5E1;
  border-width: 1px 0;
  padding: 1.6rem 0;
}
.page-navigation ul a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
}

.gode-box.gode-box--styleguide {
  background: none;
  overflow: hidden;
  padding: 0;
}

.section-styleguide {
  container-type: inline-size;
}

.gode-grid {
  display: grid;
  gap: 1.6rem;
  row-gap: 1.6rem;
  margin: 0;
  grid-template-columns: repeat(1fr);
}
@container (min-inline-size: 60rem) {
  .gode-grid {
    gap: 3.2rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 6.4rem;
  }
}
@container (min-inline-size: 90rem) {
  .gode-grid {
    gap: 3.2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@container (min-inline-size: 90rem) {
  .gode-grid.gode-grid--2 {
    gap: 3.2rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.2rem;
  }
}

.color-list {
  display: grid;
  gap: 1.6rem;
}

.color-sample {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.2rem;
  height: 8.8rem;
  padding: 0.4rem;
  align-items: start;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(54, 60, 68, 0.06);
}

.color-sample__swatch {
  border-radius: 0.6rem;
  height: 8rem;
  width: 8rem;
}

.color-sample__main {
  display: grid;
  gap: 0.6rem;
  padding: 0.6rem 0.8rem 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.color-sample__name,
.color-sample__hex {
  display: grid;
  gap: 0.2rem;
}
.color-sample__name__label,
.color-sample__hex__label {
  color: #64748B;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.color-sample__name__value,
.color-sample__hex__value {
  font-family: "Roboto Mono", monospace;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.typography-list {
  display: grid;
  gap: 0;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(54, 60, 68, 0.06);
  padding: 3.2rem;
}

.typography-sample {
  display: flex;
  gap: 2.4rem;
  padding: 2.4rem 0;
  align-items: center;
  justify-content: space-between;
}
.typography-sample:not(:last-child) {
  border-bottom: 1px solid #CBD5E1;
}

.typography-sample__main {
  display: flex;
  gap: 7.2rem;
  width: 50%;
}

.typography-sample__attribute {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.typography-sample__attribute__label {
  color: #64748B;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.typography-sample__attribute__value {
  font-family: "Roboto Mono", monospace;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.gode-cols.gode-cols--styleguide {
  display: grid;
  gap: 0;
}
@media (min-width: 1024px) {
  .gode-cols.gode-cols--styleguide {
    grid-template-columns: 28.4rem 1fr;
  }
}
.gode-cols.gode-cols--styleguide .gode-col.gode-col--navcol {
  background: none;
  border-right: 1px solid #CBD5E1;
  padding: 2.4rem 1.6rem;
}
@media (min-width: 1024px) {
  .gode-cols.gode-cols--styleguide .gode-col.gode-col--navcol {
    padding: 3.2rem 1.6rem;
  }
}
.gode-cols.gode-cols--styleguide .gode-col.gode-col--maincol {
  background: none;
  padding: 2.4rem 1.6rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .gode-cols.gode-cols--styleguide .gode-col.gode-col--maincol {
    padding: 4rem 4.8rem 6.4rem;
  }
}

.article-styleguide {
  display: grid;
  gap: 3.2rem;
}
.article-styleguide .article-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.8rem;
}
.article-styleguide .article-header h1, .article-styleguide .article-header .h1 {
  font-size: 4.8rem;
}

.section-styleguide {
  display: grid;
  gap: 3.2rem;
  padding: 3.2rem 0;
}
.section-styleguide .section-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.8rem;
}
.section-styleguide .section-header h2, .section-styleguide .section-header .h2 {
  font-size: 3.2rem;
}
.section-styleguide .section-header p {
  line-height: 1.3;
}

.block-styleguide {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 6.4rem 0 3.2rem;
}
.block-styleguide.bordered {
  border-top: 1px solid #CBD5E1;
}
.block-styleguide .block-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.8rem;
}
.block-styleguide .block-header h3, .block-styleguide .block-header .h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.block-styleguide .block-content {
  display: grid;
  gap: 1.6rem;
}

.code pre {
  font-size: 1.2rem;
}
.code code.hljs {
  background-color: #F8FAFC;
  box-shadow: 0px 0px 0px 1px #CBD5E1 inset;
  border-left: 0.8rem solid #71a163;
  border-radius: 0.4rem;
  padding: 1.6rem 3.2rem 1.6rem 2.4rem;
}
.code code.hljs.language-html {
  border-left-color: #71a163;
}
.code code.hljs.language-css {
  border-left-color: #00415B;
}

ul.gode-list li:not(:last-child),
ol.gode-list li:not(:last-child) {
  margin-bottom: 0;
}

ol.gode-list {
  list-style-type: decimal;
  font-weight: 400;
}