/*  */

.image-attribution {
  font-size: 0.8125em;
  font-weight: 300;
  font-style: italic;
}

.image-attribution img {
  margin-block-end: 0.625rem;
}

/*  */
body.path-blog .region-sidebar-second,
body.path-taxonomy .region-sidebar-second {
  transform: translateX(min(100px, max(0px, 50vw - 35.4375rem)));
}

.node--type-blog.node--view-mode-full .hero-banner {
  margin-block-end: calc(0.3259 * min(62.5rem, 100vw));
  padding-block-end: 0;
}

.node-blog__categories a {
  font-size: 0.75em;
  font-weight: 600;
  padding: 0.58333em 0.8333em 0.25em 0.8333em ;
  color: inherit;
  border: 1px solid;
  color: var(--tropical-cyan);
  border-color: var(--tropical-cyan);
  border-radius: 1.25em;
  line-height: 1.25;
  display: inline-block;
}

.node-blog__categories a:hover {
  background-color: var(--tangerine-orange);
  border-color: var(--tangerine-orange);
  color: white;
}

.node--type-blog.node--view-mode-full .node-blog__header-image {
  margin-block-start: 1.25rem;
}

.node--type-blog.node--view-mode-full .node-blog__header-image img {
  width: 100%;
  aspect-ratio: 997/519;
  object-fit: cover;
  object-position: center;
  border-radius: 0.625rem;
  margin-block-end: calc(-0.3259 * min(62.5rem, 100vw));
}

.node--type-blog.node--view-mode-full .field--name-field-blog-body>* {
  max-width: 41.125rem;
  margin-inline: auto;
}

.node--type-blog.node--view-mode-full .field--name-field-blog-body u {
  text-decoration: none;
}

.node--type-blog.node--view-mode-full .field--name-field-blog-body a {
  font-weight: bold;
}

.node--type-blog.node--view-mode-full .field--name-field-blog-body img {
  width: min(55.25rem, 100vw);
  max-width: 100vw;
  margin-inline: max(-7.0625rem, (50% - 50vw));
  margin-block-start: calc(5 * var(--default-spacer));
  margin-block-end: calc(1.4 * var(--default-spacer));
  ;
}

.node--type-blog.node--view-mode-full .field--name-field-blog-body h2,
.node--type-blog.node--view-mode-full .field--name-field-blog-body h3,
.node--type-blog.node--view-mode-full .field--name-field-blog-body h4 {
  font-family: "DM Serif Display", serif;
  color: var(--midnight-blue);
  font-weight: normal;
}

.node--type-blog.node--view-mode-full .field--name-field-blog-body h5,
.node--type-blog.node--view-mode-full .field--name-field-blog-body h6 {
  color: var(--tropical-cyan);
}

.node--type-blog.node--view-mode-full .field--name-field-blog-body>*:first-child {
  font-size: 1.375em;
  font-weight: bold;
  color: var(--tropical-cyan);
}

/*  */
/* .node--type-inte .hero-banner {
  padding-block-end: 2rem;
} */

/* .node--type-inte .hero-banner .hero-banner__rich-content {
  max-width: 55.25rem;
} */

.node--type-inte .section-interest-second>.container {
  max-width: 80rem;
}

/*  */
.box-component.node--type-prod {
  width: min(19.9375em, (100vw - 1.5rem));
}

.product-header {
  padding-block-start: 9rem;
  padding-block-end: 1.25rem;
}

@media screen and (min-width:992px) {
  .product-header-first {
    padding-inline-end: clamp(1.25rem, 6.857vw, 6rem);
  }
}

/*  */
.box-component.node--type-coun {
  width: min(20rem, (100vw - 1.5rem));
}

/*  */
.node--type-bio.node--view-mode-full {
  padding-block-start: 12.5rem;
}

.node--type-bio.node--view-mode-full .bio-image img,
.node--type-bio.node--view-mode-featured .bio-image img {
  border-radius: 0.625rem;
}

.node--type-bio.node--view-mode-full .bio-image {
  border-radius: 0.625rem;
}

.box-component.node--type-bio {
  width: min(19.375em, (100vw - 1.5rem));
}

.page-node-type-coun .interest-content-body {
  max-width: 425px;
  margin:0 auto;
}
@media screen and (max-width:992px) {
  .page-node-type-regi .interest-content-body{
    max-width: 425px;
    margin:0 auto;
  }

  .page-node-type-regi .section-interest-second {
    padding-top:0 !important;
  }
}

