/* Theme base styles */

/* Variables
CSS custom properties for theme-wide styling.
All theme values are defined here - no dashboard editing available.
*/

:root {
  /* =========================================================================
     1. Global Colors
     ========================================================================= */

  /* Primary */
  --color-wellness-teal: #00a4af;
  --color-pulse-blue: #006998;

  /* Secondary */
  --color-convenient-greige: #c8c6c4;
  --color-convenient-greige-20: #f4f4f3;
  --color-white: #ffffff;
  --color-charcoal: #28282a;
  --color-urgent-orange: #f4b959;

  /* Tertiary (categories only) */
  --color-active-lifestyle: #e85e33;
  --color-chiro-101: #006998;
  --color-community: #6566e5;
  --color-relief-recovery: #d14076;
  --color-wellness: #00a4af;

  /* Other */
  --color-black: #000000;
  --color-gradient: #7385ff;
  --color-form-input: #757575;
  --color-dropdown-link-hover: #f2f7fa;
  --color-dropdown-link-focus: #bec1c2;
  --color-dropdown-link-active: #c3d8e1;

  /* =========================================================================
     2. Global Fonts
     ========================================================================= */
  --font-primary: "Inter", sans-serif;

  /* =========================================================================
     3. Breakpoints (reference only - CSS variables cannot be used in media queries)

     Mobile:  up to 767px        @media (max-width: 767px)
     Tablet:  768px to 991px     @media (min-width: 768px) and (max-width: 991px)
     Desktop: 992px and up       @media (min-width: 992px)
     ========================================================================= */

  /* =========================================================================
     4. Spacing & Container

     All left/right page padding is controlled by .content-wrapper.
     DND sections and columns have 0 left/right padding (enforced with !important).

     --container-padding-mobile: Mobile left/right padding (< 768px)
     --container-padding: Desktop left/right padding (>= 768px)
     --container-max-width: Maximum content width
     --container-outer-width: Total width including padding
     ========================================================================= */
  --container-padding-mobile: 20px;
  --container-padding: 16px;
  --container-max-width: 1280px;
  --container-outer-width: calc(var(--container-max-width) + (var(--container-padding) * 2));

  /* =========================================================================
     5. Typography - Headings
     ========================================================================= */

  /* H1 */
  --h1-font-family: var(--font-primary);
  --h1-font-size: 2.25rem; /* 36px */
  --h1-line-height: 1.22222222; /* 44px */
  --h1-font-weight: 800;
  --h1-color: var(--color-charcoal);
  --h1-text-transform: none;
  --h1-text-decoration: none;

  /* H2 */
  --h2-font-family: var(--font-primary);
  --h2-font-size: 1.75rem; /* 28px */
  --h2-line-height: 1.28571429; /* 36px */
  --h2-font-weight: 600;
  --h2-color: var(--color-charcoal);
  --h2-text-transform: none;
  --h2-text-decoration: none;

  /* H3 */
  --h3-font-family: var(--font-primary);
  --h3-font-size: 1.375rem; /* 22px */
  --h3-line-height: 1.36363636; /* 30px */
  --h3-font-weight: 500;
  --h3-color: var(--color-charcoal);
  --h3-text-transform: none;
  --h3-text-decoration: none;

  /* H4 */
  --h4-font-family: var(--font-primary);
  --h4-font-size: 1.5rem; /* 24px */
  --h4-font-weight: 400;
  --h4-color: var(--color-charcoal);
  --h4-text-transform: none;
  --h4-text-decoration: none;

  /* H5 */
  --h5-font-family: var(--font-primary);
  --h5-font-size: 1rem; /* 16px */
  --h5-font-weight: 400;
  --h5-color: var(--color-charcoal);
  --h5-text-transform: none;
  --h5-text-decoration: none;

  /* H6 */
  --h6-font-family: var(--font-primary);
  --h6-font-size: 0.875rem; /* 14px */
  --h6-font-weight: 400;
  --h6-color: var(--color-charcoal);
  --h6-text-transform: none;
  --h6-text-decoration: none;

  /* =========================================================================
     6. Typography - Body
     ========================================================================= */
  --body-font-family: var(--font-primary);
  --body-font-size: 1rem; /* 16px */
  --body-color: var(--color-charcoal);

  /* =========================================================================
     7. Typography - Links
     ========================================================================= */
  --link-color: var(--color-wellness-teal);
  --link-color-hover: color-mix(in oklch, var(--color-wellness-teal) 80%, black 20%);
  --link-color-active: color-mix(in oklch, var(--color-wellness-teal) 60%, black 40%);
  --link-text-decoration: underline;

  /* =========================================================================
     8. Buttons
     ========================================================================= */
  --button-font-family: var(--font-primary);
}

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
/* Content wrapper - the single source of left/right padding */
.content-wrapper {
  margin: 0 auto;
  max-width: var(--container-outer-width);
  padding: 0 var(--container-padding);
}

@media (max-width: 767px) {
  .content-wrapper {
    padding: 0 var(--container-padding-mobile);
  }
}

/* DND sections and columns - no left/right padding (controlled by .content-wrapper) */
.dnd-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: var(--container-max-width);
}

.dnd-section .dnd-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

html {
  font-size: var(--body-font-size);
}

body {
  color: var(--body-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: 1.5; /* 24px */
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-family: var(--body-font-family);
  font-size: 1rem; /* 16px */
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  color: var(--link-color);
  cursor: pointer;
  font-family: var(--font-primary);
  text-decoration: var(--link-text-decoration);
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: var(--link-color-hover);
}

a:active {
  color: var(--link-color-active);
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1,
.h1 {
  color: var(--h1-color);
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height);
  text-decoration: var(--h1-text-decoration);
  text-transform: var(--h1-text-transform);
}

h2,
.h2 {
  color: var(--h2-color);
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height);
  text-decoration: var(--h2-text-decoration);
  text-transform: var(--h2-text-transform);
}

h3,
.h3 {
  color: var(--h3-color);
  font-family: var(--h3-font-family);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--h3-line-height);
  text-decoration: var(--h3-text-decoration);
  text-transform: var(--h3-text-transform);
}

h4,
.h4 {
  color: var(--h4-color);
  font-family: var(--h4-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  text-decoration: var(--h4-text-decoration);
  text-transform: var(--h4-text-transform);
}

h5,
.h5 {
  color: var(--h5-color);
  font-family: var(--h5-font-family);
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  text-decoration: var(--h5-text-decoration);
  text-transform: var(--h5-text-transform);
}

h6,
.h6 {
  color: var(--h6-color);
  font-family: var(--h6-font-family);
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  text-decoration: var(--h6-text-decoration);
  text-transform: var(--h6-text-transform);
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  border-left-color: transparent;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--color-convenient-greige);
}

/* Image alt text */

img {
  font-size: 0.583rem; /* 9.328px */
  word-break: normal;
}

/* Display LG */
.display-lg {
  font-size: 3.5625rem; /* 57px */
  font-weight: 900;
  letter-spacing: -0.005em;
  line-height: 1.12280702 /* 64px */;
  text-transform: capitalize;
}

/* Display MD */
.display-md {
  font-size: 2.8125rem; /* 45px */
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.15555556; /* 52px */
  text-transform: capitalize;
}

/* Large Body */
.body-text-large {
  font-size: 1.125rem; /* 18px */
  font-weight: 400;
  line-height: 1.55555556; /* 28px */
}

.body-text-large p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Body */
.body-text {
  font-size: 1rem; /* 16px */
  font-weight: 400;
  line-height: 1.5; /* 24px */
}

/* Small Body */
.body-text-small {
  font-size: 0.875rem; /* 14px */
  font-weight: 400;
  line-height: 1.42857143; /* 20px */
}

/* Eyebrow */
.eyebrow {
  font-size: 1rem; /* 16px */
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5; /* 24px */
  text-transform: uppercase;
}

/* Label Bold */
.label-bold {
  font-size: 0.75rem; /* 12px */
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.33333333; /* 16px */
}

/* Label Medium */
.label-medium {
  font-size: 0.75rem; /* 12px */
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.33333333; /* 16px */
}

/* Form Submit Button */
.form-submit-btn {
  font-size: 1rem; /* 16px */
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.25; /* 20px */
}

/* Legal text */
.blog-legal {
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  font-size: 0.875rem !important; /* 14px */
  font-weight: 400 !important;
  line-height: 1.42857143 !important; /* 20px */
}

.blog-legal b,
.blog-legal strong {
  font-weight: 400 !important;
}
.osano-cm-widget {
  display: none;
}

.button {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--button-font-family);
  padding: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.button[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.button-small {
  background-color: var(--color-convenient-greige-20);
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--color-black) 10%, transparent);
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  padding: 13px 15px;
}

.button-small:active,
.button-small:focus,
.button-small:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

.button-small--arrow {
  gap: 10px;
}

.button-small--arrow::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='4' height='7' viewBox='0 0 4 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 5.77273L3.13636 3.13636L0.5 0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 7px;
  mask-image: url("data:image/svg+xml,%3Csvg width='4' height='7' viewBox='0 0 4 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 5.77273L3.13636 3.13636L0.5 0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 4px;
}

.button-cta {
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  font-size: 1rem; /* 16px */
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.5; /* 24px */
  padding: 13px;
}

.button-cta--arrow {
  gap: 11px;
}

.button-cta--arrow::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3667 16.0333L11.9333 14.6333L17.5333 9.03333H0V7.03333H17.5333L11.9 1.4L13.3333 0L21.3667 8.03333L13.3667 16.0333Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 17px;
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3667 16.0333L11.9333 14.6333L17.5333 9.03333H0V7.03333H17.5333L11.9 1.4L13.3333 0L21.3667 8.03333L13.3667 16.0333Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 22px;
}

.button-cta--outline-teal {
  border-color: var(--color-wellness-teal);
  color: var(--color-wellness-teal);
}

.button-cta--outline-teal:active,
.button-cta--outline-teal:focus,
.button-cta--outline-teal:hover {
  background-color: var(--color-wellness-teal);
  border-color: transparent;
  color: var(--color-white);
}

.button-arrow {
  background-color: color-mix(in srgb, var(--color-white) 60%, transparent);
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--color-black) 10%, transparent);
  color: color-mix(in srgb, var(--color-black) 60%, transparent);
  font-size: 1rem; /* 16px */
  font-weight: 600;
  gap: 11px;
  letter-spacing: 0.01em;
  line-height: 1.5; /* 24px */
  padding: 13px;
}

.button-arrow:active,
.button-arrow:focus,
.button-arrow:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

@media (min-width: 768px) {
  .button-arrow--left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00003 16.0333L9.43337 14.6333L3.83337 9.03333H21.3667V7.03333H3.83337L9.4667 1.4L8.03337 0L3.24249e-05 8.03333L8.00003 16.0333Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 17px;
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00003 16.0333L9.43337 14.6333L3.83337 9.03333H21.3667V7.03333H3.83337L9.4667 1.4L8.03337 0L3.24249e-05 8.03333L8.00003 16.0333Z' fill='black'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 22px;
  }

  .button-arrow--right::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3667 16.0333L11.9333 14.6333L17.5333 9.03333H0V7.03333H17.5333L11.9 1.4L13.3333 0L21.3667 8.03333L13.3667 16.0333Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 17px;
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3667 16.0333L11.9333 14.6333L17.5333 9.03333H0V7.03333H17.5333L11.9 1.4L13.3333 0L21.3667 8.03333L13.3667 16.0333Z' fill='black'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 22px;
  }
}

.button-nav {
  border-radius: 50%;
  color: var(--color-black);
  font-size: 1rem; /* 16px */
  height: 36px;
  justify-content: center;
  line-height: 1.5; /* 24px */
  width: 36px;
}

.button-nav:active,
.button-nav:focus,
.button-nav:hover {
  background-color: color-mix(in srgb, var(--color-black) 10%, transparent);
  color: var(--color-black);
}

.button-nav--active {
  background-color: var(--color-white);
  border: 1px solid color-mix(in srgb, var(--color-black) 10%, transparent);
  pointer-events: none;
}

.button-nav--ellipsis {
  background-color: transparent;
  border: none;
  pointer-events: none;
}
/* ==========================================================================
   Text field and button
   Inline form layout with single input + submit button side-by-side
   Used by the location search and newsletter signup forms
   ========================================================================== */

.text-field-and-button {
  width: 100%;
}

.text-field-and-button form {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
}

/* Visually hidden labels for screen readers */
.text-field-and-button .visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.text-field-and-button input[type="email"],
.text-field-and-button input[type="search"],
.text-field-and-button input[type="tel"],
.text-field-and-button input[type="text"] {
  appearance: none;
  background-color: var(--color-white);
  border-radius: 12px 0 0 12px;
  border: none;
  color: var(--color-form-input);
  height: 50px;
  padding: 0 15px;
  width: 100%;
}

.text-field-and-button input::placeholder {
  color: var(--color-convenient-greige);
  opacity: 1;
}

.text-field-and-button input:focus {
  outline: none;
}

/* Remove search input default styling */
.text-field-and-button input[type="search"]::-webkit-search-cancel-button,
.text-field-and-button input[type="search"]::-webkit-search-decoration,
.text-field-and-button input[type="search"]::-webkit-search-results-button,
.text-field-and-button input[type="search"]::-webkit-search-results-decoration {
  appearance: none;
}

.text-field-and-button button[type="submit"] {
  align-items: center;
  appearance: none;
  background-color: var(--color-wellness-teal);
  border-color: var(--color-white);
  border-radius: 0 12px 12px 0;
  border-style: solid;
  border-width: 2px 2px 2px 0;
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  height: 50px;
  padding: 0 24px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.text-field-and-button button[type="submit"]:active,
.text-field-and-button button[type="submit"]:focus,
.text-field-and-button button[type="submit"]:hover {
  background-color: color-mix(in oklch, var(--color-wellness-teal), black 20%);
}

.text-field-and-button button[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.text-field-and-button--icons form {
  position: relative;
}

.text-field-and-button--icons input[type="search"],
.text-field-and-button--icons input[type="text"] {
  padding-left: 46px;
}

.text-field-and-button__input-icon {
  align-items: center;
  display: flex;
  fill: none;
  left: 15px;
  pointer-events: none;
  position: absolute;
  stroke: var(--color-wellness-teal);
  top: 50%;
  transform: translateY(-50%);
}

.text-field-and-button--icons button[type="submit"] svg {
  fill: var(--color-white);
}

@media (max-width: 991px) {
  .text-field-and-button button[type="submit"],
  .text-field-and-button input[type="email"],
  .text-field-and-button input[type="search"],
  .text-field-and-button input[type="tel"],
  .text-field-and-button input[type="text"] {
     padding: 0 12px;
  }

  .text-field-and-button--icons button[type="submit"] svg,
  .text-field-and-button__input-icon {
    display: none;
  }
}

/* ==========================================================================
   Custom dropdown
   Dropdown component used by the blog category navigation module
   ========================================================================== */

.dropdown {
  margin: 0 auto;
  max-width: 260px;
  position: relative;
}

.dropdown__toggle {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 8px;
  border: 1px solid var(--color-convenient-greige);
  color: var(--color-charcoal);
  cursor: pointer;
  display: flex;
  font-size: 0.875em; /* 14px */
  font-weight: 600;
  gap: 9px;
  line-height: 1.42857143; /* 20px */
  padding: 10px 18px;
  transition: border-color 0.3s ease;
  width: 100%;
}

.dropdown__toggle:focus,
.dropdown__toggle:hover {
  border-color: var(--color-pulse-blue);
  outline: none;
}

.dropdown--open .dropdown__toggle {
  border-radius: 8px 8px 0 0;
}

.dropdown__label {
  flex: 1;
  text-align: left;
}

.dropdown__icon {
  fill: var(--color-charcoal);
  transition: transform 0.3s ease;
}

.dropdown--open .dropdown__icon {
  transform: rotate(180deg);
}

.dropdown__menu {
  background-color: var(--color-white);
  border-radius: 0 0 8px 8px;
  display: none;
  left: 0;
  list-style: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
}

.dropdown--open .dropdown__menu {
  display: block;
}

.dropdown__item {
  margin: 0;
  padding: 0;
}

.dropdown__item a {
  color: var(--color-charcoal);
  display: block;
  font-size: 0.875em; /* 14px */
  font-weight: 600;
  line-height: 1.42857143; /* 20px */
  padding: 11px 24px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.dropdown__item a:hover {
  background-color: var(--color-dropdown-link-hover);
}

.dropdown__item a:focus {
  background-color: var(--color-dropdown-link-focus);
  outline: none;
}

.dropdown__item a.dropdown__link--active {
  background-color: var(--color-dropdown-link-active);
  pointer-events: none;
}

/* ==========================================================================
   Sort by dropdown
   Dropdown component used by the blog posts - one category module
   ========================================================================== */

.sort-by {
  align-items: center;
  display: flex;
  gap: 10px;
}

.sort-by__label {
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  pointer-events: none;
}

.sort-by__dropdown {
  position: relative;
}

.sort-by__trigger {
  align-items: center;
  background-color: transparent;
  border: none;
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  cursor: pointer;
  display: flex;
  gap: 5px;
  padding: 0;
  transition: color 0.3s ease;
}

.sort-by__trigger:active,
.sort-by__trigger:focus,
.sort-by__trigger:hover {
  color: var(--color-charcoal);
}

.sort-by__icon {
  fill: color-mix(in srgb, var(--color-black) 50%, transparent);
  transition: all 0.3s ease;
}

.sort-by__icon:active,
.sort-by__icon:focus,
.sort-by__icon:hover,
.sort-by__trigger:active .sort-by__icon,
.sort-by__trigger:focus .sort-by__icon,
.sort-by__trigger:hover .sort-by__icon {
  fill: var(--color-charcoal);
}

.sort-by__trigger[aria-expanded="true"] .sort-by__icon {
  transform: rotate(180deg);
}

.sort-by__menu {
  background-color: var(--color-white);
  border-radius: 0 0 8px 8px;
  list-style: none;
  margin: 0;
  min-width: 144px;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 100;
}

.sort-by__menu--open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.sort-by__option {
  color: var(--color-charcoal);
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sort-by__option:active,
.sort-by__option:focus,
.sort-by__option:hover {
  color: var(--color-wellness-teal);
}
.pills {
  align-items: center;
  display: flex;
  gap: 10px;
}

.pills--scroll {
  -ms-overflow-style: none; /* IE/Edge */
  min-height: 24px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
}

.pills--scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.pills--wrap {
  flex-wrap: wrap;
}

.pills__pill {
  align-items: center;
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  height: 24px;
  padding: 2px 7px;
  text-decoration: none;
  white-space: nowrap;
}

.pills__pill--blog-active-lifestyle {
  background-color: color-mix(in srgb, var(--color-active-lifestyle) 10%, transparent);
  color: var(--color-active-lifestyle);
}

.pills__pill--blog-active-lifestyle:active,
.pills__pill--blog-active-lifestyle:focus,
.pills__pill--blog-active-lifestyle:hover {
  background-color: color-mix(in srgb, var(--color-active-lifestyle) 20%, transparent);
  color: var(--color-active-lifestyle);
}

.pills__pill--blog-active-lifestyle-opaque {
  background-color: color-mix(in srgb, var(--color-active-lifestyle) 10%, var(--color-white));
  color: var(--color-active-lifestyle);
}

.pills__pill--blog-active-lifestyle-opaque:active,
.pills__pill--blog-active-lifestyle-opaque:focus,
.pills__pill--blog-active-lifestyle-opaque:hover {
  background-color: var(--color-white);
  color: var(--color-active-lifestyle);
}

.pills__pill--blog-chiro-101 {
  background-color: color-mix(in srgb, var(--color-chiro-101) 10%, transparent);
  color: var(--color-chiro-101);
}

.pills__pill--blog-chiro-101:active,
.pills__pill--blog-chiro-101:focus,
.pills__pill--blog-chiro-101:hover {
  background-color: color-mix(in srgb, var(--color-chiro-101) 20%, transparent);
  color: var(--color-chiro-101);
}

.pills__pill--blog-chiro-101-opaque {
  background-color: color-mix(in srgb, var(--color-chiro-101) 10%, var(--color-white));
  color: var(--color-chiro-101);
}

.pills__pill--blog-chiro-101-opaque:active,
.pills__pill--blog-chiro-101-opaque:focus,
.pills__pill--blog-chiro-101-opaque:hover {
  background-color: var(--color-white);
  color: var(--color-chiro-101);
}

.pills__pill--blog-community {
  background-color: color-mix(in srgb, var(--color-community) 10%, transparent);
  color: var(--color-community);
}

.pills__pill--blog-community:active,
.pills__pill--blog-community:focus,
.pills__pill--blog-community:hover {
  background-color: color-mix(in srgb, var(--color-community) 20%, transparent);
  color: var(--color-community);
}

.pills__pill--blog-community-opaque {
  background-color: color-mix(in srgb, var(--color-community) 10%, var(--color-white));
  color: var(--color-community);
}

.pills__pill--blog-community-opaque:active,
.pills__pill--blog-community-opaque:focus,
.pills__pill--blog-community-opaque:hover {
  background-color: var(--color-white);
  color: var(--color-community);
}

.pills__pill--blog-relief-recovery {
  background-color: color-mix(in srgb, var(--color-relief-recovery) 10%, transparent);
  color: var(--color-relief-recovery);
}

.pills__pill--blog-relief-recovery:active,
.pills__pill--blog-relief-recovery:focus,
.pills__pill--blog-relief-recovery:hover {
  background-color: color-mix(in srgb, var(--color-relief-recovery) 20%, transparent);
  color: var(--color-relief-recovery);
}

.pills__pill--blog-relief-recovery-opaque {
  background-color: color-mix(in srgb, var(--color-relief-recovery) 10%, var(--color-white));
  color: var(--color-relief-recovery);
}

.pills__pill--blog-relief-recovery-opaque:active,
.pills__pill--blog-relief-recovery-opaque:focus,
.pills__pill--blog-relief-recovery-opaque:hover {
  background-color: var(--color-white);
  color: var(--color-relief-recovery);
}

.pills__pill--blog-wellness {
  background-color: color-mix(in srgb, var(--color-wellness) 10%, transparent);
  color: var(--color-wellness);
}

.pills__pill--blog-wellness:active,
.pills__pill--blog-wellness:focus,
.pills__pill--blog-wellness:hover {
  background-color: color-mix(in srgb, var(--color-wellness) 20%, transparent);
  color: var(--color-wellness);
}

.pills__pill--blog-wellness-opaque {
  background-color: color-mix(in srgb, var(--color-wellness) 10%, var(--color-white));
  color: var(--color-wellness);
}

.pills__pill--blog-wellness-opaque:active,
.pills__pill--blog-wellness-opaque:focus,
.pills__pill--blog-wellness-opaque:hover {
  background-color: var(--color-white);
  color: var(--color-wellness);
}

.pills__pill--tag {
  background-color: var(--color-convenient-greige-20);
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
}

.pills__pill--tag:active,
.pills__pill--tag:focus,
.pills__pill--tag:hover {
  background-color: color-mix(in oklch, var(--color-convenient-greige-20), black 5%);
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
}

.pills__pill--tag-dark {
  background-color: color-mix(in srgb, var(--color-black) 10%, transparent);
  color: var(--color-convenient-greige-20);
}

.pills__pill--tag-dark:active,
.pills__pill--tag-dark:focus,
.pills__pill--tag-dark:hover {
  background-color: color-mix(in srgb, var(--color-black) 20%, transparent);
  color: var(--color-convenient-greige-20);
}
.read-time {
  align-items: center;
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  display: flex;
  gap: 5px;
}

.read-time::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.49998' cy='8.50065' r='6.16667' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M11.6875 8.50065H8.75C8.61193 8.50065 8.5 8.38872 8.5 8.25065V6.02148' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 17px;
  mask-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.49998' cy='8.50065' r='6.16667' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M11.6875 8.50065H8.75C8.61193 8.50065 8.5 8.38872 8.5 8.25065V6.02148' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 17px;
}
/* --------------------------------------------------------------------------
   Featured blog post card (2 columns)
   -------------------------------------------------------------------------- */
.card-blog-post-featured-2-col {
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 500px) minmax(0, 720px);
}

@media (max-width: 767px) {
  .card-blog-post-featured-2-col {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.card-blog-post-featured-2-col__content {
  display: flex;
  flex-direction: column;
}

.card-blog-post-featured-2-col__title {
  margin: 0 0 12px 0;
}

@media (max-width: 767px) {
  .card-blog-post-featured-2-col__title {
    font-size: 1.75rem; /* 28px */
    font-weight: 600;
    line-height: 1.28571429; /* 36px */
  }
}

.card-blog-post-featured-2-col__title-link {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: inherit;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
}

.card-blog-post-featured-2-col__title-link:hover {
  color: var(--color-wellness-teal);
}

.card-blog-post-featured-2-col__description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  display: -webkit-box;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.card-blog-post-featured-2-col__content > .read-time {
  margin: 0 0 20px 0;
}

.card-blog-post-featured-2-col__content > .button:last-child {
  margin-top: auto;
  width: fit-content;
}

.card-blog-post-featured-2-col__image-link {
  display: block;
}

.card-blog-post-featured-2-col__image-container {
  aspect-ratio: 12 / 7;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .card-blog-post-featured-2-col__image-container {
    aspect-ratio: 2 / 1;
  }
}

.card-blog-post-featured-2-col__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.card-blog-post-featured-2-col__image-link:hover .card-blog-post-featured-2-col__image {
  transform: scale(1.05);
}

.card-blog-post-featured-2-col__video-container {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.card-blog-post-featured-2-col__video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* --------------------------------------------------------------------------
   Related and trending blog posts card
   -------------------------------------------------------------------------- */
.card-blog-post-related {
  background-color: var(--color-convenient-greige-20);
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--color-black) 10%, transparent);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card-blog-post-related__link {
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
}

.card-blog-post-related__image-container {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.card-blog-post-related__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.card-blog-post-related:hover .card-blog-post-related__image {
  transform: scale(1.05);
}

.card-blog-post-related__content {
  padding: 20px;
}

.card-blog-post-related__card-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-weight: 500;
  margin: 0 0 0.625rem 0;
  overflow: hidden;
}

.card-blog-post-related__read-more {
  align-items: center;
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  display: inline-flex;
  gap: 10px;
  transition: all 0.3s ease;
}

.card-blog-post-related:not(.card-blog-post-related--video):hover .card-blog-post-related__read-more {
  color: color-mix(in srgb, var(--color-black) 75%, transparent);
}

.card-blog-post-related__read-more-text {
  text-decoration: underline;
}

.card-blog-post-related__read-more svg {
  margin-top: 1px;
}

.card-blog-post-related__video-container {
  align-items: center;
  aspect-ratio: 4 / 3;
  background-color: var(--color-black);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.card-blog-post-related__video-container iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.card-blog-post-related__content-link {
  color: inherit;
  display: flex;
  flex: 1;
  text-decoration: none;
}

.card-blog-post-related__content-link .card-blog-post-related__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-blog-post-related--video .card-blog-post-related__content:hover .card-blog-post-related__read-more {
  color: color-mix(in srgb, var(--color-black) 75%, transparent);
}

/* --------------------------------------------------------------------------
   Grid blog posts card
   -------------------------------------------------------------------------- */
.card-blog-post-grid {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.card-blog-post-grid > :last-child {
  margin-bottom: 0;
}

.card-blog-post-grid__image-container {
  aspect-ratio: 2 / 1;
  border-radius: 8px;
  overflow: hidden;
}

.card-blog-post-grid__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.card-blog-post-grid:hover .card-blog-post-grid__image {
  transform: scale(1.05);
}

.card-blog-post-grid__tags {
  padding: 15px 0 12px;
  position: relative;
  z-index: 2;
}

.card-blog-post-grid__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  display: -webkit-box;
  line-clamp: 3;
  margin: 0 0 12px 0;
  overflow: hidden;
}

.card-blog-post-grid__title-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.card-blog-post-grid__title-link:active,
.card-blog-post-grid__title-link:focus,
.card-blog-post-grid__title-link:hover {
  color: var(--color-wellness-teal);
}

.card-blog-post-grid__title-link::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.card-blog-post-grid__description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  display: -webkit-box;
  line-clamp: 3;
  margin: 0 0 10px;
  overflow: hidden;
}

.card-blog-post-grid__video-container {
  align-items: center;
  aspect-ratio: 407 / 301;
  background-color: var(--color-black);
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .card-blog-post-grid__video-container {
    aspect-ratio: 50 / 43;
  }
}

.card-blog-post-grid__video-container iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.card-blog-post-grid__content-link {
  background: linear-gradient(309.35deg, var(--color-wellness-teal) 27.41%, var(--color-pulse-blue) 174.32%);
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 20px;
  text-decoration: none;
}

.card-blog-post-grid--video .card-blog-post-grid__title {
  color: var(--color-white);
  margin: 0 0 5px 0;
}

.card-blog-post-grid__read-link {
  align-items: center;
  color: var(--color-white);
  display: flex;
  gap: 10px;
  text-decoration: underline transparent;
  transition: text-decoration-color 0.3s ease;
}

.card-blog-post-grid__content-link:active .card-blog-post-grid__read-link,
.card-blog-post-grid__content-link:focus .card-blog-post-grid__read-link,
.card-blog-post-grid__content-link:hover .card-blog-post-grid__read-link {
  text-decoration-color: var(--color-white);
}

.card-blog-post-grid__read-link svg {
  fill: none;
  stroke: var(--color-white);
}

/* --------------------------------------------------------------------------
   Search results blog posts card
   -------------------------------------------------------------------------- */
.card-blog-post-search-result {
  border-bottom: 1px solid color-mix(in srgb, var(--color-black) 10%, transparent);
  color: inherit;
  display: flex;
  gap: 25px;
  padding: 0 0 40px;
  text-decoration: none;
}

.card-blog-post-search-result__image {
  aspect-ratio: 2 / 1;
  border-radius: 8px;
  overflow: hidden;
  width: 220px;
}

@media (max-width: 767px) {
  .card-blog-post-search-result__image {
    display: none;
  }
}

.card-blog-post-search-result__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.card-blog-post-search-result:hover .card-blog-post-search-result__image img {
  transform: scale(1.05);
}

.card-blog-post-search-result__content {
  color: var(--color-charcoal);
  flex: 1;
  min-width: 0;
  transition: color 0.3s ease;
}

.card-blog-post-search-result:active .card-blog-post-search-result__content,
.card-blog-post-search-result:focus .card-blog-post-search-result__content,
.card-blog-post-search-result:hover .card-blog-post-search-result__content {
  color: var(--color-wellness-teal);
}

.card-blog-post-search-result__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: inherit;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
}

.card-blog-post-search-result__cta {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.card-blog-post-search-result__cta svg {
  fill: none;
  margin-top: 1px;
  stroke: currentColor;
  transition: all 0.3s ease;
}

/* --------------------------------------------------------------------------
   Featured blog posts card (grid)
   -------------------------------------------------------------------------- */

/* Grid card - video */

.card-blog-posts-featured-grid-video {
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--color-black) 10%, transparent);
  box-shadow: 0 0 13px 4px color-mix(in srgb, var(--color-black) 10%, transparent);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card-blog-posts-featured-grid-video__video-container {
  align-items: center;
  aspect-ratio: 315 / 178;
  background-color: var(--color-black);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .card-blog-posts-featured-grid-video__video-container {
    aspect-ratio: 350 / 197;
  }
}

.card-blog-posts-featured-grid-video__video-container iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.card-blog-posts-featured-grid-video__cta {
  align-items: center;
  background: linear-gradient(99.89deg, var(--color-wellness-teal) 16.61%, var(--color-pulse-blue) 124.43%);
  color: var(--color-white);
  display: flex;
  flex: 1;
  gap: 10px;
  isolation: isolate;
  padding: 10px 30px;
  position: relative;
}

.card-blog-posts-featured-grid-video__cta:active,
.card-blog-posts-featured-grid-video__cta:focus,
.card-blog-posts-featured-grid-video__cta:hover {
  color: var(--color-white);
}

.card-blog-posts-featured-grid-video__cta::after {
  background: var(--color-black);
  content: '';
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: -1;
}

@media (min-width: 768px) {
  .card-blog-posts-featured-grid-video__cta:hover::after {
    opacity: 0.2;
  }
}

@media (max-width: 767px) {
  .card-blog-posts-featured-grid-video__cta {
    padding: 10px 20px;
  }
}

.card-blog-posts-featured-grid-video__cta-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--color-white);
  display: -webkit-box;
  overflow: hidden;
  position: relative;
}

.card-blog-posts-featured-grid-video__cta-svg svg {
  fill: none;
  flex-shrink: 0;
  margin-bottom: 1px;
  position: relative;
  stroke: var(--color-white);
}

/* Grid card - standard */

.card-blog-posts-featured-grid-standard {
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--color-black) 10%, transparent);
  box-shadow: 0 0 13px 4px color-mix(in srgb, var(--color-black) 10%, transparent);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.card-blog-posts-featured-grid-standard__content {
  background: linear-gradient(99.89deg, var(--color-wellness-teal) 16.61%, var(--color-pulse-blue) 124.43%);
  display: flex;
  flex-direction: column;
  flex: 1;
  isolation: isolate;
  padding: 27px 30px;
  position: relative;
}

.card-blog-posts-featured-grid-standard__content::before {
  background: var(--color-black);
  content: '';
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: -1;
}

@media (min-width: 768px) {
  .card-blog-posts-featured-grid-standard:hover .card-blog-posts-featured-grid-standard__content::before {
    opacity: 0.2;
  }
}

@media (max-width: 767px) {
  .card-blog-posts-featured-grid-standard__content {
    padding: 0 20px 20px;
  }
}

.card-blog-posts-featured-grid-standard__tags {
  margin-bottom: 12px;
  z-index: 2;
}

@media (max-width: 767px) {
  .card-blog-posts-featured-grid-standard__tags {
    margin-bottom: 0;
    padding: 20px 0 12px;
  }
}

.card-blog-posts-featured-grid-standard__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--color-white);
  display: -webkit-box;
  margin: 0 0 14px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .card-blog-posts-featured-grid-standard__title {
    -webkit-line-clamp: 5;
    margin: 0 0 8px 0;
  }
}

.card-blog-posts-featured-grid-standard__title-link {
  color: inherit;
  text-decoration: none;
}

.card-blog-posts-featured-grid-standard__title-link:active,
.card-blog-posts-featured-grid-standard__title-link:focus,
.card-blog-posts-featured-grid-standard__title-link:hover {
  color: var(--color-white);
}

.card-blog-posts-featured-grid-standard__title-link::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.card-blog-posts-featured-grid-standard__cta {
  align-items: center;
  color: var(--color-white);
  display: flex;
  gap: 10px;
  text-decoration: underline;
}

.card-blog-posts-featured-grid-standard__cta-svg svg {
  fill: none;
  margin-bottom: 1px;
  stroke: var(--color-white);
}

.card-blog-posts-featured-grid-standard__image-container {
  aspect-ratio: 63 / 20;
  display: block;
  overflow: hidden;
}

@media (max-width: 767px) {
  .card-blog-posts-featured-grid-standard__image-container {
    aspect-ratio: 175 / 74;
  }
}

.card-blog-posts-featured-grid-standard__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

@media (min-width: 768px) {
  .card-blog-posts-featured-grid-standard:hover .card-blog-posts-featured-grid-standard__image {
    transform: scale(1.05);
  }
}

/* --------------------------------------------------------------------------
   Featured blog posts card (carousel)
   -------------------------------------------------------------------------- */

/* Carousel card - video */

.card-blog-posts-featured-carousel-video {
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--color-black) 10%, transparent);
  box-shadow: 8px 8px 13px -4px color-mix(in srgb, var(--color-black) 10%, transparent);
  display: grid;
  grid-template-columns: minmax(0, 604px) minmax(0, 354px);
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .card-blog-posts-featured-carousel-video {
    display: flex;
    flex-direction: column;
  }
}

.card-blog-posts-featured-carousel-video__video-container {
  align-items: center;
  background-color: var(--color-black);
  display: flex;
  overflow: hidden;
}

@media (max-width: 767px) {
  .card-blog-posts-featured-carousel-video__video-container {
    aspect-ratio: 50 / 47;
  }
}

.card-blog-posts-featured-carousel-video__video-container iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.card-blog-posts-featured-carousel-video__content-link {
  background-color: var(--color-white);
  color: inherit;
  display: flex;
  flex-direction: column;
  padding: 30px;
  text-decoration: none;
}

.card-blog-posts-featured-carousel-video__content-link:active,
.card-blog-posts-featured-carousel-video__content-link:focus,
.card-blog-posts-featured-carousel-video__content-link:hover {
  color: inherit;
}

@media (max-width: 767px) {
  .card-blog-posts-featured-carousel-video__content-link {
    padding: 20px;
  }
}

.card-blog-posts-featured-carousel-video__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  margin: 0 0 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .card-blog-posts-featured-carousel-video__content-link:hover .card-blog-posts-featured-carousel-video__title {
    color: var(--color-wellness-teal);
  }
}

@media (max-width: 767px) {
  .card-blog-posts-featured-carousel-video__title {
    -webkit-line-clamp: 3;
  }
}

.card-blog-posts-featured-carousel-video__description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .card-blog-posts-featured-carousel-video__description {
    display: none;
  }
}

.card-blog-posts-featured-carousel-video__meta {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: auto;
}

.card-blog-posts-featured-carousel-video__cta {
  align-items: center;
  display: flex;
  gap: 10px;
  transition: all 0.3s ease;
}

.card-blog-posts-featured-carousel-video__cta-title {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .card-blog-posts-featured-carousel-video__content-link:hover .card-blog-posts-featured-carousel-video__cta {
    color: var(--color-wellness-teal);
  }
}

.card-blog-posts-featured-carousel-video__cta-svg svg {
  fill: none;
  margin-bottom: 1px;
  stroke: currentColor;
}

/* Carousel card - standard */

.card-blog-posts-featured-carousel-standard {
  background-color: var(--color-white);
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--color-black) 10%, transparent);
  box-shadow: 8px 8px 13px -4px color-mix(in srgb, var(--color-black) 10%, transparent);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 450px) minmax(0, 418px);
  height: 100%;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .card-blog-posts-featured-carousel-standard {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px;
  }
}

.card-blog-posts-featured-carousel-standard__image-container {
  aspect-ratio: 45 / 28;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .card-blog-posts-featured-carousel-standard__image-container {
    aspect-ratio: 310 / 193;
  }
}

.card-blog-posts-featured-carousel-standard__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

@media (min-width: 768px) {
  .card-blog-posts-featured-carousel-standard:hover .card-blog-posts-featured-carousel-standard__image {
    transform: scale(1.05);
  }
}

.card-blog-posts-featured-carousel-standard__content {
  display: flex;
  flex-direction: column;
}

.card-blog-posts-featured-carousel-standard__tags {
  margin-bottom: 10px;
  z-index: 2;
}

@media (max-width: 767px) {
  .card-blog-posts-featured-carousel-standard__tags {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 20px;
  }
}

.card-blog-posts-featured-carousel-standard__title {
  margin: 0 0 10px 0;
}

.card-blog-posts-featured-carousel-standard__title-link {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: inherit;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
}

.card-blog-posts-featured-carousel-standard__title-link:active,
.card-blog-posts-featured-carousel-standard__title-link:focus,
.card-blog-posts-featured-carousel-standard__title-link:hover {
  color: inherit;
}

@media (min-width: 768px) {
  .card-blog-posts-featured-carousel-standard:hover .card-blog-posts-featured-carousel-standard__title-link {
    color: var(--color-wellness-teal);
  }
}

.card-blog-posts-featured-carousel-standard__title-link::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.card-blog-posts-featured-carousel-standard__description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  display: -webkit-box;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.card-blog-posts-featured-carousel-standard__meta {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: auto;
}

.card-blog-posts-featured-carousel-standard__cta {
  align-items: center;
  display: flex;
  gap: 10px;
  transition: all 0.3s ease;
}

.card-blog-posts-featured-carousel-standard__cta-title {
  text-decoration: underline;
}

.card-blog-posts-featured-carousel-standard__cta-svg svg {
  fill: none;
  margin-bottom: 1px;
  stroke: currentColor;
}

@media (min-width: 768px) {
  .card-blog-posts-featured-carousel-standard:hover .card-blog-posts-featured-carousel-standard__cta {
    color: var(--color-wellness-teal);
  }
}
.pagination {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

@media (max-width: 543px) {
  .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.pagination__numbers {
  align-items: center;
  display: flex;
  gap: 8px;
}

@media (max-width: 543px) {
  .pagination__numbers {
    gap: 4px;
    justify-content: center;
    order: 1;
    width: 100%;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* CTA, logo, and rich text images */
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}