@charset "UTF-8";
/*!
  * Mercer Capital - Custom Styles
  */
.main-content {
  overflow-x: hidden;
}

section .bg {
  display: none;
}
section.has-intro-offset {
  position: relative;
  overflow-y: hidden;
  background-image: none !important;
}
section.has-intro-offset .bg {
  display: block;
  height: calc(100% + 8rem);
  width: 100vw;
  position: absolute;
  margin-top: -3rem;
  right: 85%;
}
@media (max-width: 991px) {
  section.has-intro-offset .bg {
    right: calc(100% + 10px);
  }
}
@media (max-width: 575px) {
  section.has-intro-offset .bg {
    right: 0;
    height: 160px;
    position: relative;
    width: calc(100vw + 20px);
    margin: 0 0 30px -20px;
  }
}
section.has-intro-offset .container {
  position: relative;
  z-index: 1;
}

aside .container {
  padding-left: 0px;
  padding-right: 0px;
}

/* bootstrap overrides */
.screen-reader-only, .sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1320px;
  --bs-gutter-x: 2.5rem;
}

img {
  max-width: 100%;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-gray-3 {
  background-color: #FAFAFB !important;
}

.bg-gray-2 {
  background-color: #E6E8E9 !important;
}

.bg-gray-1 {
  background-color: #C0C4C9 !important;
}

.bg-blue {
  background-color: #003A5C !important;
}

.bg-brown {
  background-color: #68441A !important;
}

.bg-black {
  background-color: #222222 !important;
}

.bg-blue-active {
  background-color: #396F9C !important;
}

.bg-brown-active {
  background-color: #9C753A !important;
}

.bg-warning {
  background-color: #B20000 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-gray-3 {
  color: #FAFAFB !important;
}

.text-gray-2 {
  color: #E6E8E9 !important;
}

.text-gray-1 {
  color: #C0C4C9 !important;
}

.text-blue {
  color: #003A5C !important;
}

.text-brown {
  color: #68441A !important;
}

.text-black {
  color: #222222 !important;
}

.text-blue-active {
  color: #396F9C !important;
}

.text-brown-active {
  color: #9C753A !important;
}

.text-warning {
  color: #B20000 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-gray-3 {
  border-color: #FAFAFB !important;
}

.border-gray-2 {
  border-color: #E6E8E9 !important;
}

.border-gray-1 {
  border-color: #C0C4C9 !important;
}

.border-blue {
  border-color: #003A5C !important;
}

.border-brown {
  border-color: #68441A !important;
}

.border-black {
  border-color: #222222 !important;
}

.border-blue-active {
  border-color: #396F9C !important;
}

.border-brown-active {
  border-color: #9C753A !important;
}

.border-warning {
  border-color: #B20000 !important;
}

.bg-blue-gradient-left {
  background: linear-gradient(90deg, #1C4764 0%, rgba(28, 71, 100, 0.64) 100%) !important;
}

.bg-blue-gradient-right {
  background: linear-gradient(90deg, rgba(28, 71, 100, 0.64) 0%, #1C4764 100%) !important;
}

.bg-black-gradient-vertical {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 21%, #000000 100%) !important;
}

.bg-white,
.bg-gray-3,
.bg-gray-2,
.bg-gray-1 {
  color: #222222;
}
.bg-white .text-auto,
.bg-gray-3 .text-auto,
.bg-gray-2 .text-auto,
.bg-gray-1 .text-auto {
  color: #222222 !important;
}

.bg-blue,
.bg-brown,
.bg-black,
.bg-blue-active,
.bg-brown-active,
.bg-warning {
  color: #ffffff;
}
.bg-blue .text-auto,
.bg-brown .text-auto,
.bg-black .text-auto,
.bg-blue-active .text-auto,
.bg-brown-active .text-auto,
.bg-warning .text-auto {
  color: #ffffff !important;
}

.block-intro.light-bg {
  background-color: #FAFAFB;
  color: #222222;
}
.block-intro.light-bg .eyebrow {
  color: #003A5C;
}
.block-intro.light-bg .headline {
  color: #222222;
}
.block-intro.light-bg .body-copy {
  color: #222222;
}
.block-intro.medium-bg {
  background-color: #C0C4C9;
  color: #222222;
}
.block-intro.medium-bg .eyebrow {
  color: #003A5C;
}
.block-intro.medium-bg .headline {
  color: #222222;
}
.block-intro.medium-bg .body-copy {
  color: #222222;
}
.block-intro.dark-bg {
  background-color: #003A5C;
  color: #ffffff;
}
.block-intro.dark-bg .eyebrow {
  color: #ffffff;
}
.block-intro.dark-bg .headline {
  color: #ffffff;
}
.block-intro.dark-bg .body-copy {
  color: #ffffff;
}

.main-content .btn-check:checked + .btn, .main-content :not(.btn-check) + .btn:active, .main-content .btn:first-child:active, .main-content .btn.active, .main-content .btn.show {
  color: #396F9C;
}
.main-content a:not(.btn) {
  color: #003A5C;
  text-decoration: underline;
  transition: 0.3s;
  font-weight: 600;
}
.main-content a:not(.btn):hover, .main-content a:not(.btn):focus {
  color: #396F9C;
}
.main-content .bg-blue a:not(.btn),
.main-content .bg-black a:not(.btn),
.main-content .bg-brown a:not(.btn) {
  color: #ffffff;
}
.main-content .bg-blue a:not(.btn):hover, .main-content .bg-blue a:not(.btn):focus,
.main-content .bg-black a:not(.btn):hover,
.main-content .bg-black a:not(.btn):focus,
.main-content .bg-brown a:not(.btn):hover,
.main-content .bg-brown a:not(.btn):focus {
  color: #396F9C;
}

.typography-on-light .eyebrow {
  color: #003A5C;
}
.typography-on-light .headline {
  color: #222222;
}
.typography-on-light .body-copy {
  color: #222222;
}
.typography-on-light .detail-link, .typography-on-light .post-page .author-item .author-content .author-link, .post-page .author-item .author-content .typography-on-light .author-link {
  color: #003A5C;
}

.typography-on-dark .eyebrow {
  color: #ffffff;
}
.typography-on-dark .headline {
  color: #ffffff;
}
.typography-on-dark .body-copy {
  color: #ffffff;
}
.typography-on-dark .detail-link, .typography-on-dark .post-page .author-item .author-content .author-link, .post-page .author-item .author-content .typography-on-dark .author-link {
  color: #ffffff;
}

.bg-black-56 {
  background-color: hsla(0, 0%, 13%, 0.56) !important;
}

.bg-blue-80 {
  background-color: hsla(207, 46%, 42%, 0.8) !important;
}

.bg-blue-96 {
  background-color: hsla(207, 46%, 42%, 0.96) !important;
}

.u-bg-white {
  background-color: #ffffff;
  color: #222222;
}

.u-bg-gray-3 {
  background-color: #FAFAFB;
  color: #222222;
}

.u-bg-gray-2 {
  background-color: #E6E8E9;
  color: #222222;
}

.u-bg-gray-1 {
  background-color: #C0C4C9;
  color: #222222;
}

.u-bg-blue {
  background-color: #003A5C;
  color: #ffffff;
}

.u-bg-brown {
  background-color: #68441A;
  color: #ffffff;
}

.u-bg-black {
  background-color: #222222;
  color: #ffffff;
}

.u-bg-blue-active {
  background-color: #396F9C;
  color: #ffffff;
}

.u-bg-brown-active {
  background-color: #9C753A;
  color: #ffffff;
}

.u-bg-warning {
  background-color: #B20000;
  color: #ffffff;
}

@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham/Gotham-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham/Gotham-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham/Gotham-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.heading-1,
h1, .post-page .post-header .post-title {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 46px;
  letter-spacing: -0.01em;
  line-height: 115%;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .heading-1,
  h1, .post-page .post-header .post-title {
    font-size: 38px;
  }
}

.heading-2,
h2, .post-page .post-content h2 {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: -0.01em;
  line-height: 115%;
}
@media (max-width: 767px) {
  .heading-2,
  h2, .post-page .post-content h2 {
    font-size: 32px;
    letter-spacing: 0;
  }
}

.heading-3,
h3 {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 115%;
}
@media (max-width: 767px) {
  .heading-3,
  h3 {
    font-size: 26px;
  }
}

.heading-4,
h4, .search-no-results h3, .search-result-card .result-title, .search-facets-sidebar h2 {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 115%;
}

.heading-5,
h5 {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 115%;
}

.display-1 {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 74px;
  line-height: 105%;
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 64px;
    line-height: 115%;
  }
}

.display-2 {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 115%;
}

.display-3, .post-page .post-content blockquote p, .post-page .post-content .pull-quote p {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 115%;
}

.display-4 {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 115%;
}

.display-5, .post-page .post-content .key-takeaways h3, .post-page .post-content .key-takeaways .takeaways-title {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
}
@media (max-width: 767px) {
  .display-5, .post-page .post-content .key-takeaways h3, .post-page .post-content .key-takeaways .takeaways-title {
    font-size: 20px;
  }
}

.display-eyebrow, .post-page .post-authors .authors-title, .post-page .post-categories-tags, .display-eyebrow-underline {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 14px;
  line-height: 135%;
  color: #68441A;
  margin-bottom: 2rem;
}

.text-light .display-eyebrow, .text-light .post-page .post-authors .authors-title, .post-page .post-authors .text-light .authors-title, .text-light .post-page .post-categories-tags, .post-page .text-light .post-categories-tags, .text-light .display-eyebrow-underline {
  color: #ffffff;
}

.text-dark .display-eyebrow, .text-dark .post-page .post-authors .authors-title, .post-page .post-authors .text-dark .authors-title, .text-dark .post-page .post-categories-tags, .post-page .text-dark .post-categories-tags, .text-dark .display-eyebrow-underline {
  color: #68441A;
}

.display-eyebrow-underline {
  text-decoration: underline;
}

.button, .btn {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .button, .btn {
    font-size: 16px;
    line-height: 115%;
  }
}
@media (max-width: 767px) {
  .button, .btn {
    font-size: 16px;
    line-height: 115%;
  }
}

p,
.paragraph {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
p.large, p.lead,
.paragraph.large,
.paragraph.lead {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
p.small,
.paragraph.small {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

ul li p {
  margin-bottom: 0;
}

.detail-link, .post-page .author-item .author-content .author-link {
  font-weight: 400;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .detail-link, .post-page .author-item .author-content .author-link {
    font-size: 16px;
    line-height: 160%;
  }
}
@media (max-width: 767px) {
  .detail-link, .post-page .author-item .author-content .author-link {
    font-size: 16px;
    line-height: 160%;
  }
}
.detail-link.with-icon, .post-page .author-item .author-content .with-icon.author-link {
  text-decoration: none;
}
.detail-link.with-icon::after, .post-page .author-item .author-content .with-icon.author-link::after {
  content: " →";
  margin-left: 4px;
}

/* clamp lines */
.clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.btn {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 16px;
  line-height: 115%;
  padding: 12px 24px;
  border: 2px solid;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
}
.btn i {
  transition: all 0.2s ease;
  display: inline-block;
  position: relative;
}
.btn i.none {
  display: none;
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 58, 92, 0.3);
}
.btn:hover {
  transform: translate(-1px, -1px);
}
.btn:hover .bi-arrow-right, .btn:hover .bi-play {
  transform: translate(3px, 0);
}
.btn:hover .bi-file-earmark-arrow-down {
  transform: translate(0, 3px);
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #003A5C;
  --bs-btn-border-color: #003A5C;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #396F9C;
  --bs-btn-hover-border-color: #396F9C;
  --bs-btn-focus-shadow-rgb: 0, 58, 92;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #396F9C;
  --bs-btn-active-border-color: #396F9C;
  --bs-btn-disabled-color: #C0C4C9;
  --bs-btn-disabled-bg: #E6E8E9;
  --bs-btn-disabled-border-color: #E6E8E9;
  background-color: #003A5C;
  border-color: #003A5C;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #396F9C;
  border-color: #396F9C;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn-primary:focus {
  background-color: #003A5C;
  border-color: #003A5C;
  color: #ffffff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn-primary:active, .btn-primary.active {
  background-color: #396F9C !important;
  border-color: #396F9C !important;
  color: #ffffff !important;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn-primary:disabled, .btn-primary.disabled {
  background-color: #E6E8E9;
  border-color: #E6E8E9;
  color: #C0C4C9;
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled:active, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active {
  background-color: #E6E8E9;
  border-color: #E6E8E9;
  color: #C0C4C9;
  box-shadow: none;
}

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #68441A;
  --bs-btn-border-color: #68441A;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #9C753A;
  --bs-btn-hover-border-color: #9C753A;
  --bs-btn-focus-shadow-rgb: 104, 68, 26;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #9C753A;
  --bs-btn-active-border-color: #9C753A;
  --bs-btn-disabled-color: #C0C4C9;
  --bs-btn-disabled-bg: #E6E8E9;
  --bs-btn-disabled-border-color: #E6E8E9;
  background-color: #68441A;
  border-color: #68441A;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #9C753A;
  border-color: #9C753A;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn-secondary:focus {
  background-color: #68441A;
  border-color: #68441A;
  color: #ffffff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn-secondary:active, .btn-secondary.active {
  background-color: #9C753A !important;
  border-color: #9C753A !important;
  color: #ffffff !important;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  background-color: #E6E8E9;
  border-color: #E6E8E9;
  color: #C0C4C9;
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-secondary:disabled:hover, .btn-secondary:disabled:focus, .btn-secondary:disabled:active, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active {
  background-color: #E6E8E9;
  border-color: #E6E8E9;
  color: #C0C4C9;
  box-shadow: none;
}

.btn-light {
  --bs-btn-color: #68441A;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #68441A;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: #ffffff;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #68441A;
}
.btn-light:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #68441A;
  text-decoration: none;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn-light:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #68441A;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn-light:active, .btn-light.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #68441A !important;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn-light:disabled, .btn-light.disabled {
  background-color: #E6E8E9;
  border-color: #E6E8E9;
  color: #C0C4C9;
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-light:disabled:hover, .btn-light:disabled:focus, .btn-light:disabled:active, .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled:active {
  background-color: #E6E8E9;
  border-color: #E6E8E9;
  color: #C0C4C9;
  box-shadow: none;
}

.btn-sm {
  padding: 8px 20px;
  font-size: 16px;
}

.btn-lg {
  padding: 16px 24px;
  font-size: 16px;
}

.btn-xl {
  padding: 28px 30px;
  font-size: 16px;
}
.btn-xl i {
  font-size: 40px;
}
.btn-xl i:after {
  content: " ";
  font-size: 16px;
  padding: 0 30px 0 0;
}
.btn-xl i:before {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #003A5C;
  padding: 8px 0 2px;
  text-transform: none;
  text-decoration: none;
}
.btn-link span {
  transition: 0.3s;
  border-bottom: 1px solid #68441A;
}
.btn-link i {
  opacity: 0;
}
.btn-link:hover {
  transform: none;
  background-color: transparent;
  border-color: transparent;
  color: #003A5C;
  text-decoration: none;
}
.btn-link:hover span {
  border-color: transparent;
}
.btn-link:hover i {
  opacity: 1;
}
.btn-link:focus {
  transform: none;
  background-color: transparent;
  border-color: transparent;
  color: #003A5C;
  box-shadow: 0 0 0 2px rgba(0, 58, 92, 0.3);
  text-decoration: none;
}
.btn-link:focus span {
  border-color: transparent;
}
.btn-link:focus i {
  opacity: 1;
}
.btn-link:active, .btn-link.active {
  transform: none;
  background-color: transparent;
  border-color: transparent;
  color: #396F9C;
  box-shadow: none;
  text-decoration: none;
}
.btn-link:active span, .btn-link.active span {
  border-color: transparent;
}
.btn-link:active i, .btn-link.active i {
  opacity: 1;
}
.btn-link:disabled, .btn-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #C0C4C9;
  cursor: not-allowed;
  text-decoration: none;
}
.btn-link:disabled span, .btn-link.disabled span {
  border-color: transparent;
}
.btn-link:disabled:hover, .btn-link:disabled:focus, .btn-link:disabled:active, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active {
  color: #C0C4C9;
  text-decoration: none;
  box-shadow: none;
}

.btn-group {
  display: inline-flex;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:not(:first-child) {
  border-left: none;
}
.btn-group .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 58, 92, 0.3);
}

.btn.loading {
  position: relative;
  color: #fff !important;
}
.btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: btn-loading-spin 1s linear infinite;
}

@keyframes btn-loading-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #222222;
}
.scroll-btn i {
  font-size: 40px;
  color: #003A5C;
}
.scroll-btn:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.05);
}
.scroll-btn:hover i {
  color: #396F9C;
}
.scroll-btn:disabled, .scroll-btn.slick-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.scroll-btn.scroll-btn-left {
  left: -44px;
}
.scroll-btn.scroll-btn-right {
  right: -44px;
}
@media (max-width: 768px) {
  .scroll-btn.scroll-btn-left {
    left: -8px;
  }
  .scroll-btn.scroll-btn-right {
    right: -8px;
  }
}

header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
header:not([class*=at-top], header:not[class*=scrolled-over-light]) {
  border-bottom: 1px solid #E6E8E9;
}
header.nav-hidden {
  transform: translateY(-100%);
}
header .navbar-toggler {
  border: none;
  box-shadow: none;
}
header .navbar-toggler:hover, header .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
header.at-top .navbar {
  background-color: transparent !important;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
header.at-top .navbar .navbar-brand,
header.at-top .navbar .nav-link {
  color: #ffffff;
}
header.at-top .navbar .navbar-brand:hover,
header.at-top .navbar .nav-link:hover {
  color: #FAFAFB;
}
header.at-top .navbar .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid #E6E8E9;
}
header.at-top .navbar .dropdown-menu .dropdown-item {
  color: #222222;
}
header.at-top .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #FAFAFB;
}
header.at-top .navbar-toggler .nav-close path {
  fill: #ffffff;
}
header.at-top .navbar-toggler .nav-open path {
  fill: #ffffff;
}
header.at-top-dark .navbar {
  background-color: transparent !important;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
header.at-top-dark .navbar .navbar-brand,
header.at-top-dark .navbar .nav-link {
  color: #222222;
}
header.at-top-dark .navbar .navbar-brand:hover,
header.at-top-dark .navbar .nav-link:hover {
  color: #396F9C;
}
header.at-top-dark .navbar .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid #E6E8E9;
}
header.at-top-dark .navbar .dropdown-menu .dropdown-item {
  color: #222222;
}
header.at-top-dark .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #FAFAFB;
}
header.at-top-dark .navbar-toggler .nav-close path {
  fill: #222222;
}
header.at-top-dark .navbar-toggler .nav-open path {
  fill: #222222;
}
header.scrolled .navbar {
  background-color: #ffffff !important;
  border-bottom: 1px solid #E6E8E9;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
header.scrolled .navbar .navbar-brand,
header.scrolled .navbar .nav-link {
  color: #222222;
}
header.scrolled .navbar .navbar-brand:hover,
header.scrolled .navbar .nav-link:hover {
  color: #396F9C;
}
header.scrolled .navbar .dropdown-menu {
  background-color: #ffffff;
  backdrop-filter: none;
  border: 1px solid #E6E8E9;
}
header.scrolled .navbar .dropdown-menu .dropdown-item {
  color: #222222;
}
header.scrolled .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #FAFAFB;
}
header.scrolled .navbar .navbar-toggler .nav-close path {
  fill: #222222;
}
header.scrolled .navbar .navbar-toggler .nav-open path {
  fill: #222222;
}
header.scrolled-over-light .navbar {
  background-color: rgba(34, 34, 34, 0.3) !important;
  backdrop-filter: blur(10px);
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
header.scrolled-over-light .navbar .navbar-brand,
header.scrolled-over-light .navbar .nav-link {
  color: #ffffff;
}
header.scrolled-over-light .navbar .navbar-brand:hover,
header.scrolled-over-light .navbar .nav-link:hover {
  color: #FAFAFB;
}
header.scrolled-over-light .navbar .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid #E6E8E9;
}
header.scrolled-over-light .navbar .dropdown-menu .dropdown-item {
  color: #222222;
}
header.scrolled-over-light .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #FAFAFB;
}
header.scrolled-over-light .navbar .navbar-toggler .nav-close path {
  fill: #ffffff;
}
header.scrolled-over-light .navbar .navbar-toggler .nav-open path {
  fill: #ffffff;
}
header {
  /* nav bar logos */
}
header .navbar-brand {
  transition: 0.5s;
  height: 40px;
  padding: 0;
}
header .navbar-brand img {
  transition: 0.5s;
  display: none;
  height: 100%;
  width: auto;
}
header.at-top-dark .navbar-brand img.color-logo {
  display: block;
}
header.at-top .navbar-brand img.bw-logo {
  display: block;
}
header.at-top.coverup .navbar-brand img.bw-logo {
  display: none;
}
header.at-top.coverup .navbar-brand img.color-logo {
  display: block;
}
header.scrolled .navbar-brand {
  height: 28px;
}
header.scrolled .navbar-brand img.color-icon {
  display: block;
}
header.scrolled-over-light .navbar-brand {
  height: 28px;
}
header.scrolled-over-light .navbar-brand img.bw-icon {
  display: block;
}
header[class*=scrolled-].coverup .navbar-brand {
  height: 28px;
}
header[class*=scrolled-].coverup .navbar-brand img.bw-icon {
  display: none;
}
header[class*=scrolled-].coverup .navbar-brand img.color-icon {
  display: block;
}
header {
  /* end nav bar logos */
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: padding 0.3s ease;
}

.navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0.5rem 1rem;
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 993px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
    line-height: 115%;
  }
  .navbar-nav .nav-item .nav-link .description {
    display: none;
  }
}

header .container {
  max-width: 1500px;
}
@media (min-width: 993px) {
  header #navbarNav {
    max-width: 820px;
  }
}
header {
  /* search box */
}
@media (min-width: 993px) {
  header .utility-nav {
    margin-left: auto;
  }
}
header .utility-nav form {
  position: relative;
  z-index: 3;
}
header .utility-nav form button {
  color: #222222;
  background: transparent;
  border: none;
  position: absolute;
  right: calc(100% - 38px);
  font-size: 18px;
  display: none;
}
header .utility-nav form button:hover {
  color: #396F9C;
}
header .utility-nav form a.open-search {
  width: 118px;
  text-align: right;
  justify-content: flex-end;
}
header .utility-nav form a.open-search i {
  font-size: 18px;
  margin-right: 5px;
}
header .utility-nav form input[type=search] {
  height: 40px !important;
  border: 1px solid transparent;
  width: 0;
  position: absolute;
  transition: 0.5s;
  right: calc(100% - 40px);
  color: #222222;
  padding: 0 !important;
}
header .utility-nav form input[type=search].open {
  border-color: #C0C4C9;
  width: 250px;
  padding: 0 14px !important;
  background: #FAFAFB;
}
header {
  /* end search box */
  /* nav bar logos */
}
header .navbar-brand-wrap {
  width: 280px;
  transition: 0.5s;
}
@media (max-width: 1100px) {
  header .navbar-brand-wrap {
    width: 180px;
  }
}
header .navbar-brand {
  transition: 0.5s;
  height: 40px;
  padding: 0;
}
header .navbar-brand img {
  transition: 0.5s;
  display: none;
  height: 100%;
  width: auto;
}
header.at-top-dark .navbar-brand img.color-logo {
  display: block;
}
header.at-top .navbar-brand img.bw-logo {
  display: block;
}
header.at-top.coverup .navbar-brand img.bw-logo {
  display: none;
}
header.at-top.coverup .navbar-brand img.color-logo {
  display: block;
}
header.scrolled .navbar-brand {
  height: 28px;
}
header.scrolled .navbar-brand img.color-icon {
  display: block;
}
header.scrolled-over-light .navbar-brand {
  height: 28px;
}
header.scrolled-over-light .navbar-brand img.bw-icon {
  display: block;
}
header[class*=scrolled-].coverup .navbar-brand {
  height: 28px;
}
header[class*=scrolled-].coverup .navbar-brand img.bw-icon {
  display: none;
}
header[class*=scrolled-].coverup .navbar-brand img.color-icon {
  display: block;
}
header {
  /* end nav bar logos */
  /* dropdown menus */
}
header .dropdown-menu .row .m-auto {
  gap: 10px;
}
header .dropdown-menu ul {
  list-style: none;
  padding: 0;
}
header .dropdown-menu ul li {
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  header .dropdown-menu ul li {
    margin-bottom: 10px;
  }
}
header .dropdown-menu ul li a {
  text-decoration: none;
  transition: 0.3s;
  color: #003A5C;
  display: block;
  font-size: 14px;
}
header .dropdown-menu ul li a:hover {
  color: #396F9C;
}
header .dropdown-menu ul li.top-level a {
  font-weight: 600;
  color: #222222;
}
header .dropdown-menu ul li.top-level a:hover {
  color: #396F9C;
}
@media (min-width: 993px) {
  header .dropdown-menu .col-wrap[class*=children-] {
    column-count: 4;
  }
  header .dropdown-menu .col-wrap[class*=children-] .nav-column {
    break-inside: avoid;
  }
  header .dropdown-menu .nav-featured .col-wrap[class*=children-] {
    column-count: 3;
  }
  header .dropdown-menu .nav-featured .col-wrap[class*=children-] .nav-column {
    break-inside: avoid;
  }
}
@media (min-width: 993px) {
  header[class*=at-top] .nav-item .nav-link {
    height: 90px;
  }
  header[class*=at-top] .nav-item.dropdown:hover .dropdown-menu, header[class*=at-top] .nav-item.dropdown:focus .dropdown-menu {
    top: 90px;
  }
  header[class*=scrolled] .nav-item .nav-link {
    height: 60px;
  }
  header[class*=scrolled] .nav-item.dropdown:hover .dropdown-menu, header[class*=scrolled] .nav-item.dropdown:focus .dropdown-menu {
    top: 60px;
  }
}
header .navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
  transition: padding 0.3s ease;
}
header.coverup nav.navbar, header.coverup nav.navbar .container.cover:after {
  background: #ffffff !important;
  border-bottom: 0px;
  transition: background-color 0.5s ease !important;
}
header.coverup .navbar .nav-link {
  color: #222222;
}
header.coverup .navbar .nav-link:hover {
  color: #68441A;
}
header.coverup .navbar .nav-item.brown .nav-link {
  color: #68441A;
}
header.coverup .navbar .nav-item.brown .nav-link.dropdown-toggle::after {
  transform: scaleY(-1);
  color: #68441A;
}
header.hasBorder nav {
  border-bottom: 1px solid #E6E8E9 !important;
}
header nav .container.cover:after {
  right: 0;
  content: "";
  bottom: 0;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: -1;
}
header .navbar-nav .nav-item .nav-link {
  padding: 0 14px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
header .navbar-nav .nav-item .nav-link span {
  position: relative;
  z-index: 2;
}
header .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\f282";
  font-family: "bootstrap-icons";
  background-image: none;
  border: none;
  transition: 0.3s;
}
header .navbar-nav .nav-item .nav-link:hover, header .navbar-nav .nav-item .nav-linkfocus {
  color: #68441A;
}
header .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after, header .navbar-nav .nav-item .nav-linkfocus.dropdown-toggle::after {
  transform: scaleY(-1);
}
header .navbar-nav .nav-item .nav-link.active:hover, header .navbar-nav .nav-item .nav-link.activefocus {
  color: #68441A;
}
header .navbar-nav .nav-item .nav-link.active {
  /*
  &::after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 1rem;
  	right: 1rem;
  	height: 2px;
  	background-color: currentColor;
  	transition: all 0.3s ease;
  }
  	*/
}
header .navbar-nav .nav-item.dropdown {
  position: static;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu {
  display: block;
  transition: 0.5s;
  width: 100vw;
}
@media (min-width: 993px) {
  header .navbar-nav .nav-item.dropdown .dropdown-menu {
    z-index: -1;
    left: 0;
  }
}
header .navbar-nav .nav-item.dropdown .dropdown-menu {
  background: #ffffff;
  border-bottom: 1px solid #E6E8E9 !important;
  overflow: auto;
  padding-bottom: 20px;
}
@media (min-width: 993px) {
  header .navbar-nav .nav-item.dropdown .dropdown-menu {
    max-height: calc(100vh - 100px);
    position: absolute;
    top: -200vh;
  }
}
@media (min-width: 993px) {
  header .navbar-nav .nav-item.dropdown .dropdown-menu .close-dropdown {
    display: none;
  }
}

/* mobile menu - woo buddy */
@media (max-width: 992px) {
  header.menu-open #navbarNav {
    overflow: hidden;
    display: flex;
  }
  header.menu-open .navbar-brand img {
    display: none !important;
  }
  header.menu-open .navbar-brand img.color-logo {
    display: block !important;
  }
  header.menu-open .navbar-toggler svg path {
    fill: #222222 !important;
  }
  header.menu-open nav.navbar:after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #C0C4C9;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  header.menu-open .navbar-nav {
    padding: 1.5rem 0 0;
    margin: 0 !important;
    width: 100%;
    overflow-y: auto;
  }
  header.menu-open .navbar-nav .nav-item {
    padding: 0 1.5rem;
  }
  header.menu-open .navbar-nav .nav-item .nav-link:after, header.menu-open .navbar-nav .nav-item nav-link.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "\f138";
    font-family: "bootstrap-icons";
    background-image: none;
    border: none;
    transition: 0.3s;
    position: absolute;
    right: 10px;
    top: 0;
  }
  header.menu-open .navbar-nav .nav-item .nav-link:hover, header.menu-open .navbar-nav .nav-item nav-link.dropdown-toggle:hover {
    color: #396F9C;
  }
  header.menu-open .navbar-nav .nav-item .nav-link:hover:after, header.menu-open .navbar-nav .nav-item nav-link.dropdown-toggle:hover:after {
    transform: scaleY(1) translate(4px, 0);
  }
  header .navbar-nav {
    padding: 1.5rem;
  }
  header .navbar-nav .nav-item.last {
    margin-bottom: 50px;
  }
  header .navbar-nav .nav-item .nav-link, header .navbar-nav .nav-item nav-link.dropdown-toggle {
    color: #003A5C;
    height: auto;
    font-size: 32px;
    text-transform: none;
    padding: 0 0 20px 0;
    display: block;
    position: relative;
  }
}
@media (max-width: 992px) and (max-width: 580px) {
  header .navbar-nav .nav-item .nav-link, header .navbar-nav .nav-item nav-link.dropdown-toggle {
    font-size: 22px;
    padding: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  header .navbar-nav .nav-item .nav-link:after, header .navbar-nav .nav-item nav-link.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "\f138";
    font-family: "bootstrap-icons";
    background-image: none;
    border: none;
    transition: 0.3s;
    position: absolute;
    right: 10px;
    top: 0;
  }
  header .navbar-nav .nav-item .nav-link:hover, header .navbar-nav .nav-item nav-link.dropdown-toggle:hover {
    color: #396F9C;
  }
  header .navbar-nav .nav-item .nav-link:hover:after, header .navbar-nav .nav-item nav-link.dropdown-toggle:hover:after {
    transform: scaleY(1) translate(4px, 0);
  }
  header .navbar-nav .nav-item .nav-link .description, header .navbar-nav .nav-item nav-link.dropdown-toggle .description {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    white-space: initial;
    width: calc(100% - 50px);
  }
  header .navbar-nav .nav-item .nav-link .description p, header .navbar-nav .nav-item nav-link.dropdown-toggle .description p {
    font-size: 16px;
  }
}
@media (max-width: 992px) and (max-width: 580px) {
  header .navbar-nav .nav-item .nav-link .description, header .navbar-nav .nav-item nav-link.dropdown-toggle .description {
    font-size: 14px;
  }
  header .navbar-nav .nav-item .nav-link .description p, header .navbar-nav .nav-item nav-link.dropdown-toggle .description p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  header .dropdown-menu {
    position: absolute;
    z-index: 4;
    left: 100%;
    height: 100vh;
    transition: 0.5s;
    top: 0;
    background: #ffffff;
    padding: 0 !important;
  }
  header .dropdown-menu .container {
    padding: 1.5rem 1.5rem 100px 1.5rem !important;
  }
  header .dropdown-menu.open {
    left: 0;
  }
  header .dropdown-menu .close-dropdown {
    display: block;
    padding: 1rem 1.5rem;
    border: none;
    background: #FAFAFB;
    border-bottom: 1px solid #C0C4C9;
    color: #003A5C;
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  header .dropdown-menu .col-wrap, header .dropdown-menu .nav-featured {
    column-count: 2;
  }
}
@media (max-width: 992px) and (max-width: 580px) {
  header .dropdown-menu .col-wrap, header .dropdown-menu .nav-featured {
    column-count: 1;
  }
}
@media (max-width: 992px) {
  header .dropdown-menu .col-wrap .nav-column, header .dropdown-menu .nav-featured .nav-column {
    break-inside: avoid;
  }
  header .dropdown-menu .col-wrap .nav-column ul, header .dropdown-menu .nav-featured .nav-column ul {
    break-inside: avoid;
  }
  header nav.navbar {
    padding: 10px 0;
    position: relative;
  }
  header .navbar-brand-wrap, header .navbar-toggler {
    z-index: 4;
  }
  header #navbarNav {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    overflow: auto;
    top: 0;
    left: 0;
    border-top: 70px solid #ffffff;
    flex-direction: column;
  }
  header #navbarNav.collapsing {
    transition: height 0s ease;
  }
  header .navbar-toggler:hover svg path {
    transition: 0.3s;
    fill: #396F9C !important;
  }
  header .navbar-toggler .nav-close {
    display: none;
  }
  header .navbar-toggler .nav-open {
    display: block;
  }
  header .navbar-toggler:not(.collapsed) .nav-close {
    display: block;
  }
  header .navbar-toggler:not(.collapsed) .nav-open {
    display: none;
  }
  header .navbar-toggler.collapsed .nav-close {
    display: none;
  }
  header .navbar-toggler.collapsed .nav-open {
    display: block;
  }
  header .utility-nav {
    border-top: 1px solid #C0C4C9;
    background: #E6E8E9;
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 !important;
  }
  header .utility-nav a {
    font-size: 14px !important;
    padding: 0 !important;
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
  header .utility-nav a.open-search {
    width: auto !important;
    text-align: center !important;
  }
  header .utility-nav a:after {
    display: none !important;
  }
  header .utility-nav form {
    flex: 0 0 50%;
    border-right: 1px solid #C0C4C9;
    padding: 10px 0;
    font-size: 14px;
  }
  header .utility-nav form input[type=search] {
    font-size: 14px !important;
    color: #222222;
  }
  header .utility-nav form input[type=search].open {
    right: auto !important;
    left: 10px;
    font-size: 14px !important;
    color: #222222;
    flex: 0 0 100%;
    max-width: calc(100% - 80px);
  }
  header .utility-nav form button {
    right: auto;
    left: calc(100% - 100px);
  }
  header .utility-nav form.form-open {
    border-right-color: transparent;
    flex: 0 0 calc(100vw - 80px);
  }
  header .utility-nav form.form-open .open-search {
    width: auto !important;
    text-align: left !important;
    padding: 0 0 0 20px !important;
  }
  header .utility-nav form.form-open a {
    width: auto;
    flex: 0 0 auto !important;
  }
  header .utility-nav .nav-item {
    flex: 0 0 50%;
    padding: 10px 0 !important;
  }
}
@media (max-width: 380px) {
  header #navbarNav {
    border-top: 50px solid #ffffff;
  }
  header .container.cover {
    flex-wrap: nowrap;
  }
  header .navbar-brand {
    height: 22px !important;
  }
  header .navbar-brand .navbar-brand-wrap {
    width: 120px;
  }
  header .navbar-toggler {
    padding: 0;
  }
  header .navbar-toggler svg {
    height: 30px;
  }
}
footer .footer-logo {
  height: 40px;
}
footer h6 {
  font-weight: 500;
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #C0C4C9;
}
footer h6 a {
  color: #C0C4C9;
}
footer a {
  transition: 0.3s;
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .locations ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .locations ul li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
footer .footer-disclaimer {
  font-size: 14px;
  color: #C0C4C9;
}
footer .footer-disclaimer p {
  font-size: 14px;
  color: #C0C4C9;
}
footer .footer-disclaimer a {
  color: #C0C4C9;
  text-decoration: underline;
}
footer .footer-disclaimer a:last-of-type {
  border: none;
}
footer .footer-disclaimer a:hover {
  color: #ffffff;
}
footer .footer-disclaimer .footer-meta {
  border-top: 1px solid #C0C4C9;
}
footer .footer-disclaimer .footer-meta a {
  border-right: 1px solid #C0C4C9;
  display: inline-block;
  padding: 0 8px;
  text-decoration: none;
}
@media (max-width: 400px) {
  footer .footer-disclaimer .footer-meta a {
    border: none;
    display: block;
    text-align: left;
    text-decoration: underline;
  }
}

.accordion-row .accordion {
  --bs-border-width: 0;
  border: none;
}
.accordion-row .accordion .accordion-item {
  border-bottom: 1px solid #C0C4C9;
  background: transparent;
  color: #222222;
}
.accordion-row .accordion .accordion-item:last-of-type {
  border-radius: 0;
}
.accordion-row .accordion .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: 500;
  line-height: 115%;
  background: transparent;
}
.accordion-row .accordion .accordion-item .accordion-button:after {
  content: "\f282";
  font-family: "bootstrap-icons";
  background-image: none;
}
.accordion-row .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #222222;
  background: transparent;
}
aside .accordion-row {
  background: transparent;
}
aside .accordion-row .accordion {
  background: transparent;
}
aside .accordion-row .accordion .accordion-item {
  background: transparent;
}
aside .accordion-row .accordion .accordion-item .accordion-header {
  background: transparent;
}
aside .accordion-row .accordion .accordion-item .accordion-button {
  background: transparent;
}
aside .accordion-row .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
}

.text-light .accordion .accordion-item {
  color: #ffffff;
}
.text-light .accordion .accordion-item .accordion-button {
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.breadcrumb-item {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 14px;
  line-height: 135%;
  padding: 0;
  margin-bottom: 2rem;
}
.breadcrumb-item a {
  color: #68441A;
  text-decoration: none !important;
}
.breadcrumb-item a:hover {
  color: rgb(63.2, 41.3230769231, 15.8);
  text-decoration: underline !important;
}
.breadcrumb-item.active {
  color: #68441A;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
  color: #68441A;
}
.breadcrumb-item:after {
  color: #68441A;
  content: "/";
  padding: 0 3px;
}
.breadcrumb-item:last-of-type:after {
  content: "";
}

.breadcrumb {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-grid-section .card-grid-body, .card-scroller-container .card-grid-body {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.9;
}
.card-grid-section .card, .card-scroller-container .card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-radius: 0;
  --bs-card-border-radius: 0;
}
.card-grid-section .card:hover, .card-scroller-container .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.card-grid-section .card a:hover, .card-scroller-container .card a:hover {
  color: #003A5C;
}
.card-grid-section .card a:hover h5, .card-scroller-container .card a:hover h5 {
  color: #003A5C;
}
.card-grid-section .card .card-img-top, .card-scroller-container .card .card-img-top {
  transition: transform 0.3s ease-in-out;
  border-radius: 0;
  --bs-card-border-radius: 0;
}
.card-grid-section .card:hover .card-img-top, .card-scroller-container .card:hover .card-img-top {
  transform: scale(1.05);
}
.card-grid-section .card .card-img-top-wrapper, .card-scroller-container .card .card-img-top-wrapper {
  overflow: hidden;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.card-grid-section .card .card-title a, .card-scroller-container .card .card-title a {
  color: inherit;
  text-decoration: none;
}
.card-grid-section .card .card-title a:hover, .card-scroller-container .card .card-title a:hover {
  color: #003A5C;
}
.card-grid-section .card .stretched-link::after, .card-scroller-container .card .stretched-link::after {
  z-index: 1;
}
.card-grid-section.text-light a:not(.btn), .card-scroller-container.text-light a:not(.btn) {
  color: inherit;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.card-grid-section.text-light a:not(.btn):hover, .card-scroller-container.text-light a:not(.btn):hover {
  text-decoration-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.9);
}
.card-grid-section.text-light .card, .card-scroller-container.text-light .card {
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--bs-dark);
}
.card-grid-section.text-dark a:not(.btn), .card-scroller-container.text-dark a:not(.btn) {
  color: inherit;
  text-decoration-color: rgba(0, 0, 0, 0.3);
}
.card-grid-section.text-dark a:not(.btn):hover, .card-scroller-container.text-dark a:not(.btn):hover {
  text-decoration-color: rgba(0, 0, 0, 0.6);
}
.card-grid-section video, .card-scroller-container video {
  object-fit: cover;
  z-index: -1;
}
.card-grid-section.animated-background, .card-scroller-container.animated-background {
  position: relative;
}
.card-grid-section.animated-background canvas, .card-scroller-container.animated-background canvas {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.card-grid-section .image-card-item, .card-scroller-container .image-card-item {
  overflow: hidden;
}
.card-grid-section .image-card-item a, .card-scroller-container .image-card-item a {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-top: 42%;
}
.card-grid-section .image-card-item a img, .card-scroller-container .image-card-item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.card-grid-section .image-card-item a .card-body, .card-scroller-container .image-card-item a .card-body {
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  position: relative;
}
.card-grid-section .image-card-item a .card-body:before, .card-scroller-container .image-card-item a .card-body:before {
  height: 0%;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: "";
  z-index: 2;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.8);
}
.card-grid-section .image-card-item a:hover img, .card-scroller-container .image-card-item a:hover img {
  transform: scale(1.02);
}
.card-grid-section .image-card-item a:hover .card-body:before, .card-scroller-container .image-card-item a:hover .card-body:before {
  transition: 0.75s;
  height: 700%;
}
.card-grid-section .image-card-item a:focus, .card-scroller-container .image-card-item a:focus {
  color: #ffffff;
}
.card-grid-section .image-card-item a:focus h5, .card-scroller-container .image-card-item a:focus h5 {
  color: #ffffff;
}
.card-grid-section .image-card-item a:focus .card-body, .card-scroller-container .image-card-item a:focus .card-body {
  background: #003A5C;
}
.card-grid-section .image-card-item a:focus .card-body:before, .card-scroller-container .image-card-item a:focus .card-body:before {
  background: #003A5C;
}
.card-grid-section .boxed-card-item, .card-scroller-container .boxed-card-item {
  border-top: none !important;
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.2);
}
.card-grid-section .boxed-card-item .card-body, .card-scroller-container .boxed-card-item .card-body {
  border-top: 2px solid #003A5C;
}
.card-grid-section .boxed-card-item .card-body .card-text, .card-scroller-container .boxed-card-item .card-body .card-text {
  margin-bottom: 40px;
}
.card-grid-section .boxed-card-item .card-body .btn, .card-scroller-container .boxed-card-item .card-body .btn {
  margin-top: auto;
}
.card-grid-section .simple-card-item.card, .card-scroller-container .simple-card-item.card {
  border: none !important;
  box-shadow: none !important;
  background: transparent;
}
.card-grid-section .simple-card-item.card .card-body .card-text, .card-scroller-container .simple-card-item.card .card-body .card-text {
  margin-bottom: 40px;
}
.card-grid-section .simple-card-item.card .card-body .btn, .card-scroller-container .simple-card-item.card .card-body .btn {
  margin-top: auto;
}
.card-grid-section .simple-card-item.card:hover, .card-scroller-container .simple-card-item.card:hover {
  border: none !important;
  box-shadow: none !important;
  background: transparent;
  transform: none !important;
  color: #003A5C;
}
.card-grid-section .simple-card-item.card:focus, .card-scroller-container .simple-card-item.card:focus {
  color: #396F9C;
}

@media (max-width: 768px) {
  .card-grid-section .card-grid-headline h1 {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
  .card-grid-section .card-grid-headline h2 {
    font-size: clamp(1.25rem, 3.5vw, 1.75rem);
  }
  .card-grid-section .card-grid-body {
    font-size: 1rem;
  }
  .card-grid-section .card:hover {
    transform: none;
  }
}
.card-scroller-container {
  position: relative;
}
.card-scroller-container .slick-track {
  align-items: stretch;
  display: flex;
  margin-left: 0;
}
.card-scroller-container .slick-track .slick-slide {
  margin: 0 10px;
  height: auto;
}
.card-scroller-container .slick-track .boxed-card-item {
  transform: none !important;
  box-shadow: none !important;
}
.card-scroller-container .slick-track .simple-card-item, .card-scroller-container .slick-track .simple-card-item:hover {
  border-top: 2px solid #003A5C !important;
  transform: none !important;
  box-shadow: none !important;
}

.columns-section .container:first-of-type {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  .columns-grid .hasImgBlock .umb-block-grid__layout-item.basicTextBlock, .columns-grid .hasImgBlock .umb-block-grid__layout-item.accordion, .columns-grid .hasImgBlock .umb-block-grid__layout-item.formBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .columns-grid .hasImgBlock .umb-block-grid__layout-item.basicTextBlock.column-1, .columns-grid .hasImgBlock .umb-block-grid__layout-item.accordion.column-1, .columns-grid .hasImgBlock .umb-block-grid__layout-item.formBlock.column-1 {
    min-height: 600px;
  }
  .columns-grid .hasImgBlock .umb-block-grid__layout-item.basicTextBlock.column-2, .columns-grid .hasImgBlock .umb-block-grid__layout-item.accordion.column-2, .columns-grid .hasImgBlock .umb-block-grid__layout-item.formBlock.column-2 {
    min-height: 600px;
  }
}
.columns-grid section .container {
  padding: 0 !important;
}
.columns-grid .umb-block-grid__layout-item {
  position: relative;
}
.columns-grid .umb-block-grid__layout-item section {
  z-index: 2;
}
.columns-grid .umb-block-grid__layout-item.imageBlock {
  padding: 0;
}
.columns-grid .umb-block-grid__layout-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
}
.columns-grid .umb-block-grid__layout-item.column-1:after {
  right: 0;
}
.columns-grid .umb-block-grid__layout-item.column-2:after {
  left: 0;
}
@media (min-width: 992px) {
  .columns-grid .umb-block-grid__layout-item.basicTextBlock, .columns-grid .umb-block-grid__layout-item.accordion, .columns-grid .umb-block-grid__layout-item.formBlock {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .columns-grid .umb-block-grid__layout-item.basicTextBlock.column-1, .columns-grid .umb-block-grid__layout-item.accordion.column-1, .columns-grid .umb-block-grid__layout-item.formBlock.column-1 {
    padding-right: 5rem;
  }
  .columns-grid .umb-block-grid__layout-item.basicTextBlock.column-2, .columns-grid .umb-block-grid__layout-item.accordion.column-2, .columns-grid .umb-block-grid__layout-item.formBlock.column-2 {
    padding-left: 5rem;
  }
}
@media (max-width: 992px) {
  .columns-grid .umb-block-grid__layout-item {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .columns-grid .umb-block-grid__layout-item:after {
    width: 110vw;
    left: -50px !important;
  }
  .columns-grid .umb-block-grid__layout-item.imageBlock {
    padding-top: 52%;
    min-height: 320px;
  }
}

/* forms */
.form-section label, .insight-filters label {
  display: block;
  margin-bottom: 6px;
}
.form-section br, .insight-filters br {
  display: none;
}
.form-section input:not([type=submit]), .form-section textarea, .form-section select, .insight-filters input:not([type=submit]), .insight-filters textarea, .insight-filters select {
  margin-bottom: 8px;
  border: 1px solid #C0C4C9;
  padding: 4px 8px;
  width: calc(100% - 2px);
  max-width: 60%;
  border-radius: 0;
}
@media (max-width: 981px) {
  .form-section input:not([type=submit]), .form-section textarea, .form-section select, .insight-filters input:not([type=submit]), .insight-filters textarea, .insight-filters select {
    max-width: calc(90% - 4px);
  }
}

@media (min-width: 993px) {
  .umb-block-grid .form-section input:not([type=submit]), .umb-block-grid .form-section textarea, .umb-block-grid .form-section select {
    max-width: 90%;
  }
}

.insight-filters input:not([type=submit]), .insight-filters textarea, .insight-filters select {
  margin: 0;
  width: 100% !important;
}

@media (min-width: 1px) {
  .form-section input[type=radio], .form-section input[type=checkbox], .insight-filters input[type=radio], .insight-filters input[type=checkbox] {
    width: auto;
    margin: 0 6px 0 0;
    padding: 0;
  }
}
.hero-section {
  overflow: hidden;
  margin-bottom: -1px;
}
.hero-section .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.hero-section .breadcrumb-item + .hero-section .breadcrumb-item::before {
  content: "/";
  color: inherit;
  opacity: 0.5;
}
.hero-section .hero-headline h1, .hero-section .hero-headline h2, .hero-section .hero-headline h3 {
  font-weight: 700;
  line-height: 1.2;
}
.hero-section .hero-headline h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}
.hero-section .hero-headline h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
}
.hero-section .hero-headline h3 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}
.hero-section .hero-body {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.95;
}
.hero-section.text-light a:not(.btn) {
  color: inherit;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.hero-section.text-light a:not(.btn):hover {
  text-decoration-color: rgba(255, 255, 255, 0.6);
}
.hero-section.text-light .breadcrumb-item.active {
  color: inherit;
}
.hero-section.text-dark a:not(.btn) {
  color: inherit;
  text-decoration-color: rgba(0, 0, 0, 0.3);
}
.hero-section.text-dark a:not(.btn):hover {
  text-decoration-color: rgba(0, 0, 0, 0.6);
}
.hero-section.text-dark .breadcrumb-item.active {
  color: inherit;
}
.hero-section video {
  object-fit: cover;
  z-index: -1;
}
.hero-section.animated-background {
  position: relative;
}
.hero-section.animated-background canvas {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 768px) {
  .hero-section .hero-headline h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
  }
  .hero-section .hero-headline h2 {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
  }
  .hero-section .hero-body {
    font-size: 1rem;
  }
}
.insight-grid-section .tag-group {
  font-size: 14px;
  display: none;
}
.insight-grid-section .tag-group span:after {
  content: ",";
  display: inline-block;
}
.insight-grid-section .tag-group span:last-of-type:after {
  content: "";
  display: inline-block;
}
.insight-grid-section .insight-card {
  position: relative;
}
.insight-grid-section .insight-card:hover h5 {
  color: #396F9C;
}
.insight-grid-section .card-img-top-wrapper img {
  min-height: 360px;
}
.insight-grid-section [data-featured-count="1"] .insight-wrap h5, .insight-grid-section [data-featured-count="2"] .insight-wrap h5, .insight-grid-section .fpc-1 .insight-wrap h5 {
  font-weight: 500;
}
.insight-grid-section [class*=fpc-] {
  min-height: 100%;
}
.insight-grid-section article:not(.featured-card) .tag-group:not(.display-eyebrow):not(.display-eyebrow-underline) {
  display: block;
}
.insight-grid-section .fpc-1 .tag-group.display-eyebrow, .insight-grid-section .fpc-1 .post-page .post-authors .tag-group.authors-title, .post-page .post-authors .insight-grid-section .fpc-1 .tag-group.authors-title, .insight-grid-section .fpc-1 .post-page .tag-group.post-categories-tags, .post-page .insight-grid-section .fpc-1 .tag-group.post-categories-tags, .insight-grid-section .fpc-1 .tag-group.display-eyebrow-underline {
  display: block;
}
@media (min-width: 993px) {
  .insight-grid-section .fpc-2 .insight-wrap, .insight-grid-section .fpc-3 .insight-wrap {
    flex-direction: row !important;
  }
  .insight-grid-section .fpc-2 .insight-wrap .card-img-top-wrapper, .insight-grid-section .fpc-3 .insight-wrap .card-img-top-wrapper {
    margin-right: 20px;
    width: 200px;
    flex: 0 0 200px;
    margin-bottom: 0 !important;
  }
}
.insight-grid-section .fpc-2 .insight-card {
  min-height: calc(50% - 0.75rem);
}
@media (min-width: 993px) {
  .insight-grid-section .fpc-2 .insight-card .insight-wrap .card-img-top-wrapper img {
    height: auto;
    min-height: 100%;
  }
}
.insight-grid-section .fpc-3 .insight-card {
  min-height: calc(33% - 3.5rem);
}
@media (min-width: 993px) {
  .insight-grid-section .fpc-3 .insight-card .insight-wrap .card-img-top-wrapper img {
    height: auto;
    min-height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .insight-grid-section .fpc-2 .insight-card, .insight-grid-section .fpc-3 .insight-card {
    min-height: auto;
  }
  .insight-grid-section .fpc-2 .insight-wrap .card-img-top-wrapper, .insight-grid-section .fpc-3 .insight-wrap .card-img-top-wrapper {
    width: 100%;
  }
  .insight-grid-section .fpc-2 .insight-wrap .card-img-top-wrapper img, .insight-grid-section .fpc-3 .insight-wrap .card-img-top-wrapper img {
    max-height: 200px;
  }
  .insight-grid-section .fpc-3 .insight-wrap .card-img-top-wrapper img {
    max-height: 140px;
  }
}
@media (min-width: 769px) {
  .insight-grid-section [data-featured-count="1"] .fpc-1 {
    width: 100%;
  }
  .insight-grid-section [data-featured-count="1"] .fpc-1 .insight-wrap {
    flex-direction: row !important;
    gap: 20px;
  }
  .insight-grid-section [data-featured-count="1"] .fpc-1 .insight-wrap .display-eyebrow, .insight-grid-section [data-featured-count="1"] .fpc-1 .insight-wrap .post-page .post-authors .authors-title, .post-page .post-authors .insight-grid-section [data-featured-count="1"] .fpc-1 .insight-wrap .authors-title, .insight-grid-section [data-featured-count="1"] .fpc-1 .insight-wrap .post-page .post-categories-tags, .post-page .insight-grid-section [data-featured-count="1"] .fpc-1 .insight-wrap .post-categories-tags, .insight-grid-section [data-featured-count="1"] .fpc-1 .insight-wrap .display-eyebrow-underline {
    margin-top: 20px;
  }
  .insight-grid-section [data-featured-count="1"] .fpc-1 .insight-wrap .mb-5 {
    margin-bottom: 10px !important;
  }
  .insight-grid-section [data-featured-count="1"] .fpc-1 .insight-wrap .mt-lg-auto {
    margin-top: 2px !important;
  }
}
@media (max-width: 768px) {
  .insight-grid-section .insight-wrap .mb-5 {
    margin-bottom: 10px !important;
  }
}

.insight-scroller {
  position: relative;
  overflow: hidden;
}
.insight-scroller .insight-scroller-wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
  --bs-gutter-x: 0;
}
.insight-scroller .headline {
  --bs-gutter-x: 0;
  border-right: 2px solid rgba(34, 34, 34, 0.56);
  margin-right: -2px;
}
@media (max-width: 991px) {
  .insight-scroller .headline {
    border-bottom: 2px solid rgba(34, 34, 34, 0.56);
    border-right: none;
  }
}
.insight-scroller .headline h2 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.insight-scroller .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding-inline: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.insight-scroller .scroll-btn {
  color: #ffffff;
  background: #003A5C;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 58, 92) 50%);
  height: 77px;
  width: 80px;
  border-radius: 0px;
  box-shadow: none;
  justify-content: flex-end;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
}
.insight-scroller .scroll-btn i {
  color: #ffffff;
}
.insight-scroller .insight-card {
  width: 310px !important;
  height: auto;
  border-left: 2px solid rgba(34, 34, 34, 0.56);
  padding: 0 16px 0 8px;
}
.insight-scroller .insight-card .card-title {
  display: flex;
  padding: 0;
  margin: 0 !important;
  height: 100%;
}
.insight-scroller .insight-card .card-title .number {
  color: #222222;
  font-size: 38px;
  display: flex;
  align-items: center;
  padding: 0 16px 0 0;
}
.insight-scroller .insight-card .card-title a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.insight-scroller .insight-card .card-title a span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.insight-scroller .insight-card .card-title a:hover {
  text-decoration: underline !important;
}
.insight-scroller .scroller[data-animated=true] {
  overflow: hidden;
}
.insight-scroller .scroller[data-animated=true] {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
}
.insight-scroller .scroller[data-direction=right] {
  --_animation-direction: reverse;
}
.insight-scroller .scroller[data-direction=left] {
  --_animation-direction: forwards;
}
.insight-scroller .scroller[data-speed=fast] {
  --_animation-duration: 20s;
}
.insight-scroller .scroller[data-speed=faster] {
  --_animation-duration: 6s;
}
.insight-scroller .scroller[data-speed=slow] {
  --_animation-duration: 60s;
}
.insight-scroller .scroller[data-speed=pause] {
  animation-play-state: paused;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.insight-scroller {
  /*
  	h2 {
  		font-size: 20px;
  		margin: 0;
  		display: flex;
  		align-items: center;
  		height: 100%;
  		padding-right: 20px;
  	}

  	.background-overlay {
  		position: absolute;
  		top: 0;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		background-color: $black;
  		pointer-events: none;
  	}
  }

  .insight-scroller-wrapper {
  	position: relative;

  	.scroll-btn {
  		color: $white;
  		background: $blue;
  		background: linear-gradient(90deg,rgba(255, 255, 255, 0) 20%, rgba(0, 58, 92, 1) 80%);
  		height: 100%;
  		width: 80px;
  		border-radius: 0px;
  		box-shadow: none;
  		justify-content: flex-end;
  	}

  	&:hover .scroll-btn {
  		@media (min-width: 768px) {
  			display: flex;
  		}
  	}
  }

  .insight-scroller-container {
  	// Slick will handle the scrolling behavior
  	.slick-slide {
  		//margin: 0 12px;
  	}

  	.slick-list {
  		//margin: 0 -12px;
  		//padding-bottom: 1rem;
  	}

  	.slick-track {
  		min-width: 100%;
  		display: flex;
  	}

  	.slick-arrow {
  		opacity: 0;
  		position: absolute;
  		left: -9999px;
  	}
  }

  .insight-card {
  	width: 310px !important;
  	height: auto;
  	border-left: 2px solid $black;
  	padding: 0 16px 0 8px;

  	.card-title {
  		display: flex;
  		padding: 0;
  		margin: 0 !important;
  		height: 100%;

  		.number {
  			color: $black;
  			font-size: 38px;
  			display: flex;
  			align-items: center;
  			padding: 0 16px 0 0;
  		}

  		a {
  			color: $white;
  			font-size: 14px;
  			font-weight: 300;
  			display: flex;
  			align-items: center;

  			span {
  				overflow: hidden;
  				display: -webkit-box;
  				-webkit-line-clamp: 2;
  				-webkit-box-orient: vertical;
  				text-overflow: ellipsis;
  			}

  			&:hover {
  				text-decoration: underline !important;
  			}
  		}
  	}

  	.card {
  		//transition: transform 0.2s ease, box-shadow 0.2s ease;

  		&:hover {
  			transform: translateY(-4px);
  			box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  		}
  	}

  	.card-img-top {
  		height: 200px;
  		overflow: hidden;

  		img {
  			transition: transform 0.3s ease;
  		}
  	}

  	.card:hover .card-img-top img {
  		transform: scale(1.05);
  	}
  }

  .object-fit-cover {
  	object-fit: cover;
  }
  // Insight scroller uses centralized .scroll-btn from _buttons.scss
  // Animated background support
  .animated-background {
  	position: relative;

  	&::before {
  		content: '';
  		position: absolute;
  		top: 0;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		background: linear-gradient(45deg, $blue, $brown);
  		opacity: 0.1;
  		animation: gradientShift 10s ease infinite;
  	}
  }

  @keyframes gradientShift {
  	0%, 100% {
  		transform: translate(0, 0);
  	}

  	50% {
  		transform: translate(10px, 10px);
  	}
  	*/
}

/* uses thead same team-card css aside team-scroller */
.team-grid-section .team-card .team-member-image {
  width: 100%;
}
@media (max-width: 768px) {
  .team-grid-section .team-card {
    overflow: visible;
  }
  .team-grid-section .team-card .team-member-image {
    height: auto !important;
    min-height: 312px !important;
    background-color: #E6E8E9;
    background-image: none !important;
  }
  .team-grid-section .team-card .team-member-image img {
    display: block;
    width: 100%;
  }
  .team-grid-section .team-card .team-member-image:after {
    display: none;
  }
  .team-grid-section .team-card .team-member-overlay {
    background: #ffffff;
    height: auto !important;
    position: relative !important;
  }
  .team-grid-section .team-card .team-member-overlay .team-member-content {
    margin-bottom: 0;
    opacity: 1;
    color: #222222 !important;
  }
  .team-grid-section .team-card:hover .team-member-content, .team-grid-section .team-card:focus .team-member-content {
    color: #003A5C !important;
  }
}

/*
.team-grid {
  .person-image {
    height: 312px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .person-name {
    font-family: $font-family-gotham;
    font-weight: 500; // Medium
    font-size: 24px;
    line-height: 1.15;
    color: $black;
  }

  .person-links {
    font-family: $font-family-inter;
    font-size: 14px;
    line-height: 1.6;
  }

  .phone-number {
    color: $black;
    font-weight: 400; // Regular
  }

  .divider {
    color: $black;
    font-weight: 400; // Regular
    display: inline-block;
    width: 14px;
    text-align: center;
  }

  .email-link,
  .view-bio-link {
    color: $blue;
    font-weight: 600; // Semi Bold
    text-decoration: underline;
    text-underline-position: from-font;

    &:hover {
      color: $blue-active;
      text-decoration: underline;
    }
  }

  // Background overlay for image backgrounds
  .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  &.position-relative > .container {
    z-index: 2;
  }
}
	*/
.team-card {
  position: relative;
  overflow: hidden;
}
.team-card .team-member-image {
  width: 312px;
  height: 312px !important;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.team-card .team-member-image img {
  display: none;
}
.team-card .team-member-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.25s;
}
.team-card .team-member-content {
  opacity: 0;
  margin-bottom: -200px;
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
.team-card:hover .team-member-image:after {
  top: 0;
}
.team-card:hover .team-member-content {
  margin-bottom: 0;
  opacity: 1;
}
@media (max-width: 768px) {
  .team-card {
    overflow: visible;
  }
  .team-card .team-member-image:after {
    display: block;
  }
  .team-card .team-member-overlay .team-member-content {
    margin-bottom: 0;
    opacity: 1;
  }
}

.team-scroller-section {
  position: relative;
  overflow: hidden;
}
.team-scroller-section .team-scroller-wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
  --bs-gutter-x: 0;
}
.team-scroller-section .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding-inline: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-scroller-section .team-card {
  position: relative;
  overflow: hidden;
}
.team-scroller-section .team-card .team-member-image {
  width: 312px;
  height: 312px !important;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.team-scroller-section .team-card .team-member-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.25s;
}
.team-scroller-section .team-card .team-member-content {
  opacity: 0;
  margin-bottom: -200px;
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
.team-scroller-section .team-card:hover .team-member-image:after {
  top: 0;
}
.team-scroller-section .team-card:hover .team-member-content {
  margin-bottom: 0;
  opacity: 1;
}
@media (max-width: 768px) {
  .team-scroller-section .team-card .team-member-image:after {
    top: 0;
  }
  .team-scroller-section .team-card .team-member-content {
    margin-bottom: 0;
    opacity: 1;
  }
}
.team-scroller-section .scroller[data-animated=true] {
  overflow: hidden;
}
.team-scroller-section .scroller[data-animated=true] {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
}
.team-scroller-section .scroller[data-direction=right] {
  --_animation-direction: reverse;
}
.team-scroller-section .scroller[data-direction=left] {
  --_animation-direction: forwards;
}
.team-scroller-section .scroller[data-speed=fast] {
  --_animation-duration: 60s;
}
.team-scroller-section .scroller[data-speed=faster] {
  --_animation-duration: 45s;
}
.team-scroller-section .scroller[data-speed=slow] {
  --_animation-duration: 120s;
}
.team-scroller-section .scroller[data-speed=pause] {
  animation-play-state: paused;
}
.team-scroller-section .scroller:hover {
  animation-play-state: paused;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.transaction-scroller {
  position: relative;
}
.transaction-scroller .slick-track {
  align-items: stretch;
  display: flex;
  margin-left: 0;
}
.transaction-scroller .slick-track .slick-slide {
  margin: 0 10px;
  height: auto;
}
.transaction-scroller .transaction-card {
  border-top: 2px solid #003A5C;
  margin: 0 10px;
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.2);
}

.search-page {
  margin-top: 8rem;
  padding-top: 2rem;
}

.search-header {
  margin-bottom: 2rem;
}
.search-header h1 {
  margin-bottom: 1rem;
}

.search-form {
  margin-bottom: 1.5rem;
}
.search-form .search-input-group {
  display: flex;
  gap: 0.5rem;
}
.search-form .search-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #E6E8E9;
  border-radius: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.search-form .search-input:focus {
  outline: none;
  border-color: #003A5C;
  box-shadow: 0 0 0 3px rgba(0, 58, 92, 0.1);
}
.search-form .search-input::placeholder {
  color: #C0C4C9;
}
.search-form .search-submit {
  padding: 0.75rem 1.5rem;
  background-color: #003A5C;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-form .search-submit:hover {
  background-color: #396F9C;
}

.search-loading {
  display: none;
  text-align: center;
  padding: 2rem 0;
}
.search-loading.active {
  display: block;
}
.search-loading .spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 2px solid #E6E8E9;
  border-top-color: #003A5C;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.search-loading p {
  margin-top: 0.5rem;
  color: #C0C4C9;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.search-results-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .search-results-container.has-facets {
    grid-template-columns: 250px 1fr;
  }
}

.search-facets-sidebar {
  display: none;
}
.search-facets-sidebar.active {
  display: block;
}
@media (min-width: 992px) {
  .search-facets-sidebar {
    position: sticky;
    top: 1rem;
  }
}
.search-facets-sidebar h2 {
  margin-bottom: 1rem;
}

.search-facet-group {
  margin-bottom: 1.5rem;
}
.search-facet-group h3 {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: 0.75rem;
}
.search-facet-group .facet-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.search-facet-group .facet-item input[type=checkbox] {
  margin: 4px 6px 0 0;
  cursor: pointer;
}
.search-facet-group .facet-item label {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #222222;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-facet-group .facet-item label .facet-count {
  color: #C0C4C9;
  font-size: 0.75rem;
  padding: 0 4px;
}

.search-results-summary {
  display: none;
  margin-bottom: 1rem;
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}
.search-results-summary.active {
  display: block;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.search-result-card {
  padding: 1.5rem;
  border: 1px solid #E6E8E9;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.search-result-card:hover {
  border-color: #003A5C;
  box-shadow: 0 2px 8px rgba(34, 34, 34, 0.08);
}
.search-result-card .result-title {
  margin-bottom: 0.5rem;
}
.search-result-card .result-title a {
  color: #003A5C;
  text-decoration: none;
  transition: color 0.2s ease;
}
.search-result-card .result-title a:hover {
  color: #396F9C;
}
.search-result-card .result-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  color: #C0C4C9;
}
.search-result-card .result-date {
  color: rgba(34, 34, 34, 0.6);
  padding: 4px;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
}
.search-result-card .result-excerpt {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #222222;
  margin-bottom: 0.75rem;
}
.search-result-card .result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.search-result-card .result-tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #FAFAFB;
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  border-radius: 1rem;
}

.search-pagination {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}
.search-pagination.active {
  display: flex;
}
.search-pagination button {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #003A5C;
  border: 1px solid #003A5C;
  border-radius: 0.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.search-pagination button:hover:not(:disabled) {
  background-color: #003A5C;
  color: #ffffff;
}
.search-pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.search-pagination button.active {
  background-color: #003A5C;
  color: #ffffff;
}

.search-no-results {
  display: none;
  text-align: center;
  padding: 3rem 0;
}
.search-no-results.active {
  display: block;
}
.search-no-results .search-no-results-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  color: #C0C4C9;
}
.search-no-results h3 {
  margin-top: 0.5rem;
  color: #222222;
}
.search-no-results p {
  margin-top: 0.25rem;
  color: #C0C4C9;
  font-family: "Inter", sans-serif;
}

.search-error {
  padding: 1rem 1.5rem;
  background-color: rgba(220, 38, 38, 0.1);
  border: 1px solid #dc2626;
  border-radius: 0.5rem;
  color: #991b1b;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}

.profile-sidebar {
  position: sticky;
  top: 20px;
}

.contact-info a {
  font-weight: 600;
}
.contact-info i {
  color: #222222;
  font-size: 1.2rem;
}

.professional-content .bio-content {
  line-height: 1.6;
}
.professional-content .bio-content p {
  margin-bottom: 1rem;
}
.professional-content .bio-content ul {
  margin-bottom: 1rem;
}
.professional-content .bio-content li {
  margin-bottom: 0.5rem;
}

/*
.btn-primary {
	background-color: $blue;
	border-color: $blue;

	&:hover {
		background-color: darken($blue, 10%);
		border-color: darken($blue, 10%);
	}
}
*/
#copyDialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  text-transform: initial;
}

.post-page .post-categories-tags {
  color: #68441A;
  margin-bottom: 2.5rem;
}
.post-page .post-thumbnail {
  margin-bottom: 2.5rem;
}
.post-page .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.post-page .key-take-away {
  padding: 24px;
  margin: 0 0 20px;
  background: #FAFAFB;
}
.post-page .post-header {
  margin-bottom: 2.5rem;
}
.post-page .post-header .post-title {
  color: #222222;
  margin-bottom: 2.5rem;
}
.post-page .post-header .post-share-bar {
  padding: 4px 16px 4px 0;
  margin: 30px 0 10px;
  display: inline-block;
  font-size: 14px;
}
.post-page .post-header .post-share-bar .btn {
  font-weight: 300;
  text-transform: uppercase;
  padding: 0px 5px;
  font-size: 14px;
}
.post-page .post-header .post-share-bar .btn:hover {
  color: #396F9C;
}
.post-page .post-header .post-share-bar .btn i {
  opacity: 1;
}
.post-page .post-header .post-share-bar span {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
}
.post-page .post-header .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.post-page .post-header .post-meta .post-date, .post-page .post-header .post-meta .post-author {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-page .post-header .post-excerpt {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #222222;
  font-style: italic;
}
.post-page .post-content {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 2.5rem;
}
.post-page .post-content p {
  margin-bottom: 1.5rem;
}
.post-page .post-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
.post-page .post-content .key-takeaways {
  background-color: #FAFAFB;
  padding: 24px;
  margin: 2.5rem 0;
}
.post-page .post-content .key-takeaways h3, .post-page .post-content .key-takeaways .takeaways-title {
  color: #222222;
  margin-bottom: 1.5rem;
}
.post-page .post-content .key-takeaways p {
  font-size: 18px;
  line-height: 1.5;
}
.post-page .post-content blockquote, .post-page .post-content .pull-quote {
  border-left: 1px solid #68441A;
  padding: 16px 0 16px 16px;
  margin: 2.5rem 0 2.5rem -16px;
  color: #003A5C;
}
.post-page .post-content blockquote p, .post-page .post-content .pull-quote p {
  color: #003A5C;
  margin: 0;
}
.post-page .post-content h2 {
  color: #222222;
  margin: 2.5rem 0 1.5rem 0;
}
.post-page .author-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.post-page .author-item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.post-page .author-item .author-image {
  width: 88px;
  height: 88px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.post-page .author-item .author-content .author-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 8px;
}
.post-page .author-item .author-content .author-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  margin-bottom: 2px;
}
.post-page .author-item .author-content .author-link {
  color: #003A5C;
}
.post-page .post-authors .authors-title {
  color: #68441A;
}
.post-page .post-download {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #FAFAFB;
}
.post-page .post-download .download-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
.post-page .post-download .download-link i {
  transition: 0.2s;
  font-size: 1.1rem;
}
.post-page .post-download .download-link:hover i {
  transform: translate(0, 1px);
}
.post-page .post-sidebar {
  background-color: #FAFAFB;
  position: relative;
}
.post-page .post-sidebar:before, .post-page .post-sidebar:after {
  content: "";
  display: block;
  position: absolute;
}
.post-page .post-sidebar:before {
  background-color: #FAFAFB;
  bottom: 100%;
  width: 100vw;
  height: 100vh;
  left: 0;
}
@media (max-width: 991px) {
  .post-page .post-sidebar:before {
    bottom: 0;
    width: 400px;
    left: -400px;
    height: 100%;
  }
}
.post-page .post-sidebar:after {
  background-color: #FAFAFB;
  bottom: 0;
  width: 100vw;
  left: 100%;
  height: 100%;
}
.post-page .post-sidebar .sidebar-section {
  margin-bottom: 120px;
}
.post-page .post-sidebar .sidebar-section:last-child {
  margin-bottom: 0;
}
.post-page .post-sidebar img {
  max-width: 100%;
  border: 1px solid #C0C4C9;
}

.continue-reading {
  background: #E6E8E9;
}

@media (max-width: 767.98px) {
  .post-page .post-header .post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
/* print */
@media print {
  header, footer, .post-share-bar, aside {
    display: none;
  }
  .post-page {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .row {
    display: block;
  }
  aside {
    border: 2px solid red;
  }
}
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1040;
}
.cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cart-slideout {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1050;
  display: flex;
  flex-direction: column;
}
.cart-slideout.active {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
}

.cart-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
}
.cart-title i {
  color: var(--bs-primary, #0d6efd);
}

.cart-close {
  background: none;
  border: none;
  font-size: 1.25rem;
  padding: 0.5rem;
  cursor: pointer;
  color: #6c757d;
  transition: color 0.2s ease;
}
.cart-close:hover {
  color: #212529;
}

.cart-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.cart-empty-icon {
  font-size: 4rem;
  color: #dee2e6;
  margin-bottom: 1rem;
}

.cart-empty-text {
  font-size: 1.125rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

.cart-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}

.cart-items-container {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.5rem;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
}
.cart-item:last-child {
  border-bottom: none;
}

.cart-item-image {
  width: 70px;
  height: 90px;
  flex-shrink: 0;
  margin-right: 1rem;
  background: #f8f9fa;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
  font-size: 2rem;
}

.cart-item-details {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cart-item-price {
  font-size: 1rem;
  font-weight: 600;
  color: var(--bs-primary, #0d6efd);
}

.cart-item-actions {
  margin-left: 0.5rem;
}

.cart-item-remove {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: #dc3545;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.cart-item-remove:hover {
  opacity: 1;
}

.cart-footer {
  padding: 1.5rem;
  border-top: 1px solid #e9ecef;
  background: #f8f9fa;
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.cart-total-label {
  font-size: 1rem;
  font-weight: 500;
}

.cart-total-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bs-primary, #0d6efd);
}

.cart-footer-note {
  font-size: 0.8125rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

.btn-checkout {
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}

.cart-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #198754;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1060;
}
.cart-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.cart-toast i {
  font-size: 1.25rem;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--bs-primary, #0d6efd);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cart-count.visible {
  opacity: 1;
  transform: scale(1);
}

.btn-add-to-cart.btn-in-cart {
  background-color: #198754 !important;
  border-color: #198754 !important;
  cursor: default;
}
.btn-add-to-cart.btn-in-cart:hover {
  background-color: #198754 !important;
  border-color: #198754 !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 1s linear infinite;
}

@media (max-width: 480px) {
  .cart-slideout {
    max-width: 100%;
  }
  .cart-item-image {
    width: 60px;
    height: 75px;
  }
}