/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
@media (max-width: 600px) {
	.wpcf7-half {
		width: 100%;
	}
}

/* ------------------------------------------------------------ */
/* --- Main content containers --- */

#main,
.fusion-tb-header {
	position: relative;
}

body.page {
	padding-top: 136px;
}

body.page:not(.home) {
	padding-top: 109px;
}

.fusion-tb-header {
	position: fixed;
	top: 0;
	z-index: 100;
	min-height: 94px;
	width: 100%;
}

#main {
	z-index: 99;
}

#main-nav-container {
	position: fixed;
	top: 94px;
	z-index: 2001;
	width: 100%;
	transition: top 1s;
}

/* ------------------------------------------------------------ */
/* --- ToTop Overrides --- */

.page .to-top-container.to-top-floating #toTop:active,
.page .to-top-container.to-top-floating #toTop:focus,
.page .to-top-container.to-top-floating #toTop:hover {
	background-color: transparent;
}

.page .to-top-container.to-top-floating #toTop {
	transition: bottom 0.5s ease;
	background: 0 0 no-repeat url(/wp-content/uploads/2025/11/Back-to-top-Desktop.png);
	background-size: cover;
	right: 25px;
	bottom: 175px;
	width: 51px;
	height: 51px;
}

.page .to-top-container.to-top-floating #toTop:before {
	display: none;
}

.page.isi-tray-hidden .to-top-container.to-top-floating #toTop {
	right: 25px;
	bottom: 25px;
}

/* ------------------------------------------------------------ */
/* --- Typography --- */

.page.fusion-body #wrapper .fusion-title.fusion-title-1 {
	margin-bottom: 30px;
}

.page.fusion-body #wrapper .fusion-title h1 {
	font-size: 68px;
	line-height: 74px;
}

/* ------------------------------------------------------------ */
/* --- Top navigation bar --- */

.fusion-tb-header .top-bar {
	color: white;
	display: flex;
	gap: 16px;
	margin: 0 0 5px;
	justify-content:flex-end;
	align-items: center;
}

.fusion-tb-header .top-bar * {
	font-family: "TT Fors Trial Medium", Arial;
	color: #fff;
}

.fusion-tb-header .top-bar span,
.fusion-tb-header .top-bar a {
 	font-size: 12px;
	line-height: 15px;
}

.fusion-tb-header .top-bar .nav-links > li {
	border: 0;
	padding: 0 15px 0 0;
}

.fusion-tb-header .top-bar .nav-links > li:last-child {
	padding-right: 0;
}

.fusion-tb-header .top-bar a {
	text-decoration: underline !important;
}

.fusion-tb-header .top-bar .subnav {
	margin: 5px 0 0;
	width: 100%;
	max-width: 166px;
}

.fusion-tb-header .top-bar .subnav a {
	color: #514E50;
}

.fusion-tb-header .top-bar .subnav a:active,
.fusion-tb-header .top-bar .subnav a:hover {
	color: #000;
}

/* ------------------------------------------------------------ */
/* --- Main Nav --- */
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3c383a;
  padding: 0 20px;
  height: 36px;
  position: sticky; /* Sticky Nav Bar */
  top: 0;
  z-index: 20;
  user-select:none;
}

.main-nav.hidden {
	visibility: hidden;
}

.nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.nav-links > li {
  position: relative;
  padding: 0 15px;
  /* NEW: Add a subtle left border to create the divider */
    border-left: 1px solid #c9c8c8;
}

.nav-links a {
	color: #D1EF2E;
	text-decoration: none;
	padding: 0;
	display: block;
	font-family: "TT Fors Trial Bold", Arial;
	font-size:12px;
	text-decoration-line: none!important;
}



.nav-links a.dropdown-toggle span {
  width: 9px;
  height: 5px;
  background: url("/wp-content/uploads/2025/11/arrow-down.svg") no-repeat;
  background-size:contain;
  display: inline-block;
  margin: 0 0 0 3px;
  position: relative;
  top: -1px;
}

.nav-links a.dropdown-toggle.open span {
  transform:rotate(180deg);
}

.nav-links a:hover,
.nav-links .active {
	text-decoration-line: underline!important;
	color: #fff;
}

.subnav {
  list-style: none;
  padding: 10px 0;
  margin: 7px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #e9e9e9;
  border: 1px solid #333;
  min-width: 154px;

  /* Used for JS control */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

/* Class applied by JS on click/tap */
.subnav.show-subnav {
  opacity: 1;
  visibility: visible;
}

.nav-links > li:first-child {
    border-left: none;
}

.subnav a {
	padding: 8px 15px;
	white-space: nowrap;
	color: #514e50;
	font-family: "TT Fors Trial Medium", Arial;
}

.subnav a:active,
.subnav a:hover {
	color: #000;
}

.main-nav .subnav li {
	position: relative;
}

.main-nav .subnav li:after {
	content: '';
	position: absolute;
	right: 15px;
	top: calc(50% - (12px / 2));
	background: 0 0 no-repeat url(/wp-content/uploads/2025/11/Chevron-Right.png);
	background-size: cover;
	width: 7px;
	height: 12px;
}

/* --- Mobile Styles (max-width: 768px) --- */
@media (max-width: 768px) {
  /* Enable horizontal scrolling for the links */
  .main-nav {
    flex-wrap: nowrap;
    overflow-x: hidden;
  }

  .nav-links {
    overflow-x: auto; /* Enable horizontal scroll */
    -webkit-overflow-scrolling: touch;
    flex-grow: 1;
  }

  .nav-links > li {
    flex-shrink: 0;
    white-space: nowrap;
  }

  /* Subnav on Mobile: Full width, fixed overlay */
  .dropdown-parent {
    position: initial; /* Reset parent positioning */
  }

  .subnav {
    position: fixed;
    top: 30px; /* Below the main nav */
    left: 0;
    right: 0;
    width: 100%;
    min-width: auto;
    border-top: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  }
}

/* ------------------------------------------------------------ */
/* --- Popup Maker --- */

.pum.pum-theme-amicus .pum-container {
	padding-top: 54px;
}

.pum.pum-theme-amicus .pum-container .pum-content ,
.pum.pum-theme-amicus .pum-container .pum-content h5,
.pum.pum-theme-amicus .pum-container .pum-content p {
	text-align: center;
}

.pum.pum-theme-amicus .pum-container .pum-content h5 {
	color: #fff;
	margin: 0 0 15px;
}

.pum.pum-theme-amicus .pum-container .pum-content p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 22px;
}

.pum.pum-theme-amicus .pum-container .pum-content .popup-buttons {
	display: flex;
	justify-content: center;
	flex: space-between;
	gap: 7px;
	margin: 30px auto;
	max-width: 228px;
}

.pum.pum-theme-amicus .pum-container .pum-content .popup-footer a {
	text-decoration: underline;
	font-size: 14px;
	line-height: 1;
}

.pum.pum-theme-amicus .pum-container .pum-content .popup-buttons > .fusion-button {
	width: 50%;
}

.pum.pum-theme-amicus .pum-container .pum-content .popup-buttons > .fusion-button:nth-of-type(2) {
	background: #4F5135;
}

.pum.pum-theme-amicus .pum-container .pum-content .popup-buttons > .fusion-button:nth-of-type(2) .fusion-button-text {
	color: #D1EF2F;
}

/* ------------------------------------------------------------ */

body > div .grecaptcha-badge {
	display: none !important;
}

/* ------------------------------------------------------------ */

.margin-lr-auto {
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------------------------------------ */

body:not(.home).page .ilightbox-overlay {
	background: #1D1A1B;
	opacity: 0.7;
}

body:not(.home).page .ilightbox-holder {
	background: #262224;
	padding: 10px;
}

body:not(.home).page > .ilightbox-toolbar,
body:not(.home).page .ilightbox-toolbar a:not(.ilightbox-close) {
	display: none !important;
}

body:not(.home).page .ilightbox-holder .ilightbox-toolbar {
	position: relative;
    top: unset;
    left: unset;
	margin: 0 0 5px;
    width: 100%;
    height: auto;
}

body:not(.home).page .ilightbox-holder .ilightbox-toolbar a.ilightbox-close {
    display: block;
	float: none;
	margin: 0 0 0 auto;
	background: 0 0 no-repeat url(/wp-content/uploads/2025/11/icn_close-x.png);
	background-size: cover;
	width: 32px;
	height: 32px;
}

/* ------------------------------------------------------------ */

body:not(.home).page .back-bar {
  display:flex;
  gap: 12px;
  margin-left:20px;
  text-decoration-line:none;
}

body:not(.home).page .back-bar p {
  font-size: 16px;
  color: #D1EF2F;
}

body:not(.home).page .fusion-page-title-bar .fusion-layout-column,
body:not(.home).page .fusion-page-title-bar p {
	margin: 0;
}

body:not(.home).page .fusion-page-title-bar .fusion-builder-row > div:nth-of-type(2) p {
	color: #1D1A1B;
}

body:not(.home).page .fusion-page-title-bar > div {
	padding-right: 0;
}

body:not(.home).page .fusion-page-title-bar .fusion-layout-column .fusion-column-wrapper {
	margin-right: 15px;
}

body:not(.home).page .fusion-page-title-bar > div {
	align-items: flex-start;
}

body:not(.home).page .fusion-page-title-bar > div .back-bar,
body:not(.home).page .fusion-page-title-bar > div .back-bar:active,
body:not(.home).page .fusion-page-title-bar > div .back-bar:visited,
body:not(.home).page .fusion-page-title-bar > div .back-bar:hover {
	text-decoration: none !important;
}

body:not(.home).page .fusion-page-title-bar > div > div:nth-of-type(2) .back-bar,
body:not(.home).page .fusion-page-title-bar > div > div:nth-of-type(2) .back-bar:active,
body:not(.home).page .fusion-page-title-bar > div > div:nth-of-type(2) .back-bar:visited,
body:not(.home).page .fusion-page-title-bar > div > div:nth-of-type(2) .back-bar:hover {
	color: #000;
}

/* ------------------------------------------------------------ */

.full-width{
  width:100%;
}

.full-width img{
  width:100%;
}

/* ------------------------------------------------------------ */
/* Contact form styling */

.wpcf7 br {
   display:none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    width: 100%;
    padding: 14px 12px;
    background-color: #3b3b3b;
    color: #fff;
    border: 1px solid #4a4a4a;
    border-radius: 0;
    font-size: 16px;
    margin-top: 4px;
}

.wpcf7 ::placeholder {
    color: #a0a0a0;
    opacity: 1;
}

.wpcf7 label {
    font-size:12px;
    display: block;
    margin-bottom: 5px;
}

.form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px; 
}

.wpcf7-half {
    width: calc(50% - 8px); 
}

/* ------------------------------------------------------------ */
/* --- Error Styling --- */
/* Invalid text inputs */
.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid,
.wpcf7 input[type="tel"].wpcf7-not-valid {
    border-color: #FF3B3B;
}

/* Invalid checkbox/radio container. Targets the parent element that contains the checkbox inputs */
.cf7-consent-section .wpcf7-not-valid-tip + .wpcf7-form-control-wrap .wpcf7-list-item {
    outline: 2px solid #FF3B3B; 
    outline-offset: 2px;
}

span.wpcf7-not-valid-tip {
    color: #FF3B3B;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-top: 5px;
}

.cf7-consent-section,
.cf7-privacy-text {
    margin-top: 15px;
    font-size: 14px;
}

.wpcf7-form .cf7-consent-section .wpcf7-not-valid-tip {
    display: none;
}

.cf7-consent-section .wpcf7-list-item {
    display: block; 
    margin-bottom: 15px;
}

.cf7-consent-section .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.cf7-consent-section .wpcf7-list-item input[type="checkbox"] {
	appearance: none;
    margin: 0 10px 0 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #E9E9E9;
    border-radius: 0;
    padding: 0;
}

.cf7-consent-section .wpcf7-list-item input[type="checkbox"]:checked {
	background: #00B1F5;
}

.cf7-consent-section .wpcf7-not-valid .wpcf7-list-item input[type="checkbox"] {
	border-color: #FF3B3B;
}

.cf7-consent-section .wpcf7-list-item-label {
    flex-grow: 1;
}

.cf7-privacy-text a {
    color: #a3e635;
    text-decoration: underline;
}

.cf7-submit-button-wrap {
    text-align: center;
    margin-top: 30px;
}

.wpcf7-form-control-wrap.recaptcha .wpcf7-recaptcha > div {
	margin: 2em auto;
}

.wpcf7 input.button-connect[type="submit"] {
/*     background-color: #a3e635;
    color: #2e2e2e;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s; */
}

/* ------------------------------------------------------------ */
/* Story Block */

.story-block {
position: relative;
	max-width: 253px;
}

.story-block img{
pointer-events: none;
}

.story-block .content{
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}

.story-block .content .name{
font: 48px/56px 'Strategic Planning', sans-serif;
color: white;
margin: 0;
}

.story-block .content .link{
font: 700 14px/12px 'Poppins', sans-serif;
color: #D1EF2F;
margin: 10px 0 20px;
}

.story-block .content .link::after {
content: url('/wp-content/uploads/2025/11/arrow-right-yellow.svg');
margin-left: 12px;
height: 12px;
width: 5.5px;
vertical-align: middle;
}

/* ------------------------------------------------------------ */
/* Patient page blocks */

.left-image-blue-block {
	background: #02B1F5;
	padding: 20px;
	position:absolute;
	top:50%;
	right: 6%;
	width: 50%;
	transform: translateY(-50%);
}

.left-image-blue-block p.name{
	font: 49px/67px "Strategic Planning", sans-serif;
	color: #262224;
	margin-bottom:12px;
}

.left-image-blue-block p{
	font: 14px/18px "TT Fors Trial Medium", sans-serif;
	color: #262224;
	margin-bottom:18px;
}

.left-image-blue-block p:last-child{
	margin-bottom: 0;
}

.left-image-blue-block p b {
	font-family: "TT Fors Trial Bold";
	display:block;
}

.right-image-quote-block {
	padding: 20px 93px;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
}

.right-image-quote-block p{
	font: 34px/40px "TT Fors Trial Medium", sans-serif;
	color: white;
}

.right-image-quote-block p span {
	display:block;
	color:#02B1F5;
	max-width: 500px;
	font: 68px/68px "TT Fors Trial Bold", sans-serif;
	line-height: 1;
    margin-bottom: -1.5rem;
}

/* ------------------------------------------------------------ */
/* --- Sticky Tray overrides --- */

/* at the top */
:root{
  --tray-h: auto;                          /* JS will overwrite */
  --tray-max-h: calc(100vh - 0px);         /* fallback if JS fails */
  --tray-tab-h: 48px;
  --tray-peek: 110px;                      /* amount of ISI shown when collapsed */
  --tray-maxw: 1286px;                     /* max width for content + toggle */
  --tray-z: 999;
}

#sticky-tray.tray {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--tray-z) !important;
  pointer-events: auto !important;         /* ensure the toggle is clickable */
  /* collapsed state now “peeks” some content */
  transform: translateY(calc(100% - var(--tray-tab-h) - var(--tray-peek)));
  transition: transform 200ms ease-in-out;
  will-change: transform;
  padding-bottom: env(safe-area-inset-bottom);
}

/* fully hide when bottom/ISI is in view */
#sticky-tray.tray.hidden-at-bottom { transform: translateY(110%); }

/* expanded = full height */
#sticky-tray.tray.expanded { transform: translateY(0); }

/* 🔒 Toggle stays within the 1286px centered content column */
#sticky-tray .tray-toggle {
  position: absolute;
  /* 16px inside the right edge of the centered max-width column */
  right: calc( max(16px, (100vw - var(--tray-maxw)) / 2 + 16px) );
  top: 12px;
  z-index: 2;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

#sticky-tray.tray.expanded .tray-toggle svg { transform: rotate(180deg); }
#sticky-tray .tray-toggle svg { fill: currentColor; transition: transform 200ms ease-in-out; }

/* Full-width scroll container (scrollbar to far right) */
#sticky-tray .tray-panel {
  background: #262224;
  color: #fff;
  padding: 15px 0;          /* horizontal padding moves to inner wrapper */
  box-shadow: 0 -10px 30px rgba(0,0,0,.4);
  border-radius: 0;

  /* explicit height from JS; full-width scroll area */
  height: var(--tray-h);
  max-height: var(--tray-max-h);
  overflow: hidden;              /* no scrollbar until it's expanded */
  position: relative;            /* for gradient hint */
}

/* Centered, max-width ISI content */
#sticky-tray .tray-panel-inner {
	max-width: var(--tray-maxw);
	width: 100%;
	margin: 0 auto;
	padding: 0 18px;               /* replace old panel padding */

	/* layout: 1 column by default (expanded) */
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

#sticky-tray .tray-panel-inner strong,
#sticky-tray .tray-panel-inner .font-bold {
	font-family: "TT Fors Trial Bold", Arial;
	font-weight: 400;
}

/* 🧩 two columns when collapsed */
#sticky-tray:not(.expanded) .tray-panel-inner{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* prevent accidental clicks on the visible peek when collapsed */
#sticky-tray:not(.expanded) .tray-panel { pointer-events: none; }
#sticky-tray.expanded .tray-panel { 
	pointer-events: auto;
	overflow-y: auto;
}

/* subtle fade hint at the bottom edge when collapsed */
#sticky-tray:not(.expanded) .tray-panel::after{
  content: "";
  position: sticky;
  display: block;
  bottom: 0;
  height: 28px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(31,31,33,0), rgba(31,31,33,0.9));
}

/* 🧩 Responsive safeguard — single column on narrow screens even when collapsed */
@media (max-width: 480px){
  #sticky-tray:not(.expanded) .tray-panel-inner{
    grid-template-columns: 1fr;
  }
}

/* tidy text wrapping inside grid cells */
#sticky-tray .tray-panel-inner p,
#sticky-tray .tray-panel-inner h1,
#sticky-tray .tray-panel-inner h2,
#sticky-tray .tray-panel-inner h3 {
  overflow-wrap: anywhere;
}

/* If Avada’s back-to-top overlaps, bump our z-index above it, or move the toggle left */
.page .to-top-container { position: absolute; z-index: 998; }         /* typical Avada value */
#sticky-tray { z-index: 999999 !important; } /* make sure we're above it */

/* ------------------------------------------------------------ */
/* --- Sticky Tray overrides (content) --- */

#sticky-tray .tray-panel-inner h5 {
	color: #fff;
	margin: 0 0 10px;
}

#sticky-tray .tray-panel-inner div {
	font-size: 14px;
	line-height: 18px;
}

#sticky-tray .tray-panel-inner div p,
#sticky-tray .tray-panel-inner div ul {
	margin-top: 0;
}

#sticky-tray .tray-panel-inner div ul {
	padding-left: 16px;
	margin-bottom: 10px;
}

#sticky-tray .tray-panel-inner div ul ul {
	margin-bottom: 0;
}

#sticky-tray .tray-panel-inner div ul li {
	padding-bottom: 5px;
}

#sticky-tray .tray-panel-inner div ul li:last-child {
	padding-bottom: 0;
}

#sticky-tray .tray-panel-inner div a,
#sticky-tray .tray-panel-inner div a:active,
#sticky-tray .tray-panel-inner div a:visited,
#sticky-tray .tray-panel-inner div a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 1336px) {
	#sticky-tray .tray-toggle {
		right: calc(max(0px, (100vw - var(--tray-maxw)) / 2 + 0px));
	}
}

/******************************/
/* HOME PAGE ONLY */
/******************************/

.page.home .width-100 .fusion-fullwidth.container-signs-of-a-turning-point {
    margin-left: auto;
    margin-right: auto;
    max-width: 1104px;
}

/* 2. Slider Container (Wrapper for visibility) */
.page.home .slider-container {
    width: 100%; /* Take up 90% of viewport width */
    max-width: 1200px;
    overflow: hidden; /* Hide the slides that are off-screen */
    position: relative; /* Context for absolute positioning of nav below */
    margin: 0 0 10px;
}

/* 3. Slider Track (The moving part) */
.page.home #slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* CRITICAL: Align all slides to the bottom of the container */
    align-items: flex-end;
}

/* 4. Individual Slide Item */
.page.home .slide-item {
    flex-shrink: 0;
    width: 40%; /* Desktop: Allows 2.5 slides to be shown (40% * 2.5 = 100%) */
    /* Added height and transform for smooth scaling effect */
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, filter 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out;
    
    /* Base Size and Transformation */
    height: 360px;
    transform: scale(1);
    position: relative;
    background-color: #374151; /* gray-800 */
    overflow: hidden;
    
    /* CRITICAL: Ensure scaling happens from the bottom center */
    transform-origin: bottom center; 
}

/* Slide Image */
.page.home .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%); /* Initial grayscale for all slides' images */
    transition: filter 0.5s ease-in-out;
}

/* Active Slide Styling (Full size, Opaque, full color) */
.page.home .active-slide {
    opacity: 1 !important;
    filter: none !important;
    /* Explicitly set active size */
    height: 360px;
    transform: scale(1) !important;
}

.page.home .active-slide img {
    filter: none; /* Remove grayscale on active image */
}

/* Faded Slide Styling (Shrunken, Grayscale/Dimmed) */
.page.home .faded-slide {
    opacity: 0.7; /* subtle fade on adjacent slides */
    filter: grayscale(100%);
    
    /* Explicitly set smaller size */
    height: 288px; /* Smaller height */
    transform: scale(0.9); /* Smaller visual width */
	cursor: pointer;
}

.page.home .faded-slide .slide-content-overlay{
    display: none;
}

/* Slide Content Overlay and Text */
.page.home .slide-content-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* justify-end */
    padding: 1.5rem; /* p-6 */
}

.page.home .slide-item img{
    user-select: none;
    pointer-events: none;
}

.page.home .slide-content-overlay h1 {
    font: normal 48px/56px 'Strategic Planning', sans-serif; /* text-4xl font-extrabold */
    color: white;
    margin: 0;
}

.page.home .slide-content-overlay p {
    font: normal 12px/15px 'TT Fors Trial Medium', sans-serif; /* text-base */
    color: white; 
    max-width: 80%;;
    margin:0;
}

.page.home .icon-box {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    color: white;
}

/* 5. Navigation & Indicators Positioning */
.page.home .nav-controls {
    width: 100%;
    max-width: 1200px; /* max-w-7xl */
    position: absolute;
    bottom: -3rem; /* Adjusted from bottom-16 to fit common container structure */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-start; /* justify-start */
    padding: 0 2rem; /* px-8 */
}

/* 6. Navigation Buttons */
.page.home .nav-buttons {
    display: flex;
    margin-right: 1.5rem; /* mr-6 */
    gap: 1rem; /* space-x-4 */
}

.page.home .nav-btn {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none; 
    border-radius: 9999px; /* rounded-full */
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s, opacity 0.3s;
    outline: none;
    padding: 0;
}

.page.home .nav-btn:nth-child(2) {
    transform: rotate(180deg);
}

.page.home .nav-btn:hover {
    background-color: rgba(163, 230, 53, 0.1);
}

.page.home .nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* 7. Dot Indicators */
.page.home #indicators {
    display: flex;
    gap: 16px; /* space-x-2 */
}

.page.home .indicator-dot {
    width: 8px; /* w-2 */
    height: 8px; /* h-2 */
    border-radius: 9999px; /* rounded-full */
    background-color: #9DB323; 
    transition: background-color 0.3s;
    cursor: pointer;
    border: none;
    padding: 0;
}

/* Active dot class is handled by JS but defined here */
.page.home .bg-lime-400 {
    background-color: #D1EF2F;
}

.page.home .bg-gray-700 {
    background-color:#9DB323;
}

/* 8. Media Queries for Mobile */
@media (max-width: 768px) {
    .page.home .slide-item {
        width: 66.66%; /* 100 / 1.5 = 66.66% for 1.5 slides view */
        height: 50vh;
    }

    .page.home .active-slide {
        height: 50vh; 
        transform: scale(1) !important;
    }

    .page.home .faded-slide {
        height: 40vh; /* Reduced height on mobile */
        transform: scale(0.9);
    }

    /* Adjust the navigation position for mobile */
    .page.home .nav-controls {
        bottom: 2rem;
        padding: 0 1rem;
    }

    .page.home .slide-content-overlay h1 {
        font-size: 2.5rem;
    }
}

/* Quote Block */
.page.home .quote-block {
    background: #3C383A;
    padding: 16px;
    color: white;
    max-width: 432px;
}

.page.home .quote-block .quote {
    font: 14px/18px 'TT Fors Trial Medium', sans-serif;
    margin:0;
}

.page.home .quote-block .split {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 12px;
}

.page.home .quote-block .name{
    font: 34px/34px 'Strategic Planning', sans-serif;
    color: white;
    margin: 0;
}

.page.home .quote-block .link{
    font: 14px/18px 'Poppins Bold', sans-serif;
    color: #D1EF2F;
    margin: 0;
    text-decoration: none !important;
}

.page.home .quote-block .link::after {
    content: url('/wp-content/uploads/2025/11/arrow-right-yellow.svg');
    margin-left: 12px;
    height: 12px;
    width: 5.5px;
    vertical-align: middle;
}

/* Full Resource Block */
.page.home .resource-full {
    background: #3C383A;
    padding: 30px;
    color: white;
    display: flex;
    gap: 32px;
    margin: 8px 0;
}

.page.home .resource-full > div {
    width: 100%;
}

.page.home .resource-full > div:nth-child(1) {
    max-width: 180px;
}

.page.home .resource-full .content p{
    font: 16px/22px 'TT Fors Trial Medium', sans-serif;
    margin: 0 0 32px 0;
}

.page.home .resource-full .content .title{
    font: 19px/25px 'TT Fors Trial Bold', sans-serif;
    margin-bottom: 12px;
}

.page.home .resource-full .content a{
    font: 14px/14px 'TT Fors Trial Bold', sans-serif;
    color: #D1EF2F;
    text-decoration: none!important;
    padding: 8px 12px;
    background: rgb(157 179 35 / 20%);
}  

.page.home .resource-full .content a:hover{
    color: #262224;
    background: #9DB323;
}


/* Document Block */
.page.home .document-block {
    background: #3C383A;
    padding: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.page.home .document-block img{
    vertical-align: middle;
}

.page.home .document-block p{
    font: 16px/22px 'TT Fors Trial Medium', sans-serif;
    margin: 0 0 0 12px;
    display: inline-block;
}

/* ------------------------------------------------------------ */
/* --- ISI container (embedded) --- */
.page #isi-content p,
.page #isi-content ul {
	margin-top: 0;
}

.page #isi-content a:active,
.page #isi-content a:visited,
.page #isi-content a:hover {
	text-decoration: underline !important;
}

.page #isi-content p {
	margin-bottom: 10px;
}

.page #isi-content ul {
	margin-bottom: 10px;
}

.page #isi-content p.title {
	margin-bottom: 15px;
}

.page #isi-content ul li {
	padding-bottom: 5px;
}

.page #isi-content ul li:last-child {
	padding-bottom: 0;
}

.page #isi-content ul li ul {
	margin-bottom: 0;
}

/* ------------------------------------------------------------ */
/* --- Body Content (Footer -> Amicus links) --- */

.fusion-footer #lopd-footer .amicus a:active,
.fusion-footer #lopd-footer .amicus a:visited,
.fusion-footer #lopd-footer .amicus a:hover {
	text-decoration: underline !important;
}

/******************************/
/* MOBILE OVERRIDES (MAX 480PX) */
/******************************/

@media (max-width: 480px) {
	
	/* ------------------------------------------------------------ */
	/* --- ISI (sticky tray) --- */
	#sticky-tray .tray-panel-inner > div:nth-child(1) {
		grid-row: 2;
	}

	#sticky-tray .tray-panel-inner > div:nth-child(2) {
		grid-row: 1;
	}
}

/******************************/
/* MOBILE OVERRIDES (HEADER) */
/******************************/

@media (max-width: 768px) {
	
	/* ------------------------------------------------------------ */
	/* --- Containers --- */
	
	.desktop-only-text-container {
		display: none;
	}
	
	/* ------------------------------------------------------------ */
	/* --- ISI (sticky tray) --- */
	#sticky-tray .tray-panel-inner > div > h5 {
		padding-right: 56px;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Header (top) --- */
	
	.fusion-tb-header #paq-obj-topnav,
	.fusion-tb-header #paq-obj-po-logo .fusion-image-element {
		display: none;
	}
	
	.fusion-tb-header > .fusion-fullwidth {
		padding: 15px;
	}
	
	.fusion-tb-header .fusion-flex-container .fusion-row .fusion-flex-column {
		align-self: center;
	}
	
	.fusion-tb-header .fusion-builder-row-inner > div:nth-of-type(2) {
		width: 75%;
	}
	
	.fusion-tb-header .fusion-builder-row-inner > div:nth-of-type(3) {
		width: 25%;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Header (jump links) --- */
	
	.page #main .main-nav {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page #main .main-nav .subnav {
		top: 123px;
		left: auto;
		right: unset;
		margin-left: -17px;
		width: 166px;
	}
	
	.page #main .main-nav:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		z-index: 2;
		background: #3C383A;
		background: linear-gradient(90deg, rgba(60, 56, 58, 1) 0%, rgba(60, 56, 58, 0) 100%);
		width: 20px;
		height: 100%;
	}
	
	.page #main .main-nav:after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		z-index: 2;
		background: #3C383A;
		background: linear-gradient(90deg, rgba(60, 56, 58, 0) 0%, rgba(60, 56, 58, 1) 100%);
		width: 20px;
		height: 100%;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Mobile menu (open) --- */
	
	.page.hamburger-expanded .to-top-container.to-top-floating #toTop {
		display: none;
	}
	
	.fusion-tb-header .awb-menu.collapse-enabled.mobile-mode-collapse-to-button.expanded .awb-menu__main-ul {
		max-height: 100vh;
		height: 100vh;
	}
	
	.fusion-tb-header .awb-menu.collapse-enabled li.current-menu-ancestor > a,
	.fusion-tb-header .awb-menu.collapse-enabled li.current-menu-item > a,
	.fusion-tb-header .awb-menu.collapse-enabled li.expanded > a,
	.fusion-tb-header .awb-menu.collapse-enabled li:hover > a,
	.fusion-tb-header .awb-menu.collapse-enabled a {
		background: #252123 !important;
		color: #D1EF2E  !important;
	}
	
	.fusion-tb-header .awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile {
		left: 125px;
        right: auto;
	}
	
	.fusion-tb-header .awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile:before {
		font-size: 26px;
		color: #c9c8c8 !important;
	}
	
	.fusion-tb-header .awb-menu.collapse-enabled li.expanded > .awb-menu__open-nav-submenu_mobile:before,
	.fusion-tb-header .awb-menu.collapse-enabled li:hover > .awb-menu__open-nav-submenu_mobile:before {
		color: #c9c8c8 !important;
	}
	
	.fusion-tb-header .awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile[aria-label*="Informations"]:before {
		font-size: 16px;
	}
	
	.fusion-tb-header .awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile[aria-label*="Informations"] {
		left: 136px;
        right: auto;
	}
	
	.fusion-tb-header #menu-mobile-menu .menu-item .awb-menu__sub-a .fusion-megamenu-icon {
		display: inline-block !important;
		float: right;
		position: absolute;
		left: 75%;
		color: #c9c8c8 !important;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Mobile menu (disclaimer text) --- */
	
	.fusion-tb-header #menu-mobile-menu .menu-item.lopd-disclaimer {
		padding-top: 15px;
	}
	
	.fusion-tb-header #menu-mobile-menu .menu-item.lopd-disclaimer .awb-menu__main-a {
		cursor: auto;
	}
	
	.fusion-tb-header #menu-mobile-menu .menu-item.lopd-disclaimer .awb-menu__main-a .menu-text {
		font-size: 12px;
		color: #D1EF2E;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Mobile menu (P+O logo) --- */
	
	.fusion-tb-header .awb-menu.collapse-enabled .awb-menu__main-li.po-logos-included .fusion-flex-link {
		border-top: 1px solid #3D393C !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        margin-top: 15px;
	}
	
	.fusion-tb-header .awb-menu.collapse-enabled .awb-menu__main-li.po-logos-included .fusion-megamenu-image {
		display: block !important;
	}
	
	.fusion-tb-header .awb-menu.collapse-enabled .awb-menu__main-li.po-logos-included .fusion-megamenu-image img {
		width: 100%;
		max-width: 298px;
    	max-height: none;
    	height: auto;
	}
	
	.fusion-tb-header .awb-menu.collapse-enabled .awb-menu__main-li.po-logos-included .menu-text {
		display: none;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Mobile menu (legal text items) --- */
	
	.fusion-tb-header #menu-mobile-menu .menu-item.amrx-legal-text .awb-menu__main-a,
	.fusion-tb-header #menu-mobile-menu .menu-item.amrx-legal-text .awb-menu__sub-a {
		font-size: 12px;
		color: #fff !important;
		text-decoration: underline;
		min-height: 30px;
	}
	
	.fusion-tb-header #menu-mobile-menu .menu-item.amrx-legal-text .awb-menu__open-nav-submenu_mobile:before {
		min-height: 30px;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (general) --- */
	
	.post-content > div:not(.fusion-sticky-container) {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.post-content #every-story-container {
		padding-right: 0;
	}
	
	.post-content #every-story-container > div > div {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.post-content #every-story-container > div > div:nth-of-type(2) {
		padding-right: 0;
	}
	
	.post-content #reality-of-lopd .fusion-column-wrapper {
		padding: 60px 15px;
		margin: 0 20px;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Turning point stories) --- */
	
	.post-content #turning-point-stories {
		margin-top: 15px;
	}
	
	.post-content #turning-point-stories > div > div:nth-of-type(1) {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.post-content #turning-point-stories .lopd-story-blocks .fusion-column-wrapper .story-block {
		margin: 1%;
        width: 46%;
	}
	
	.post-content #turning-point-stories .lopd-story-blocks .fusion-column-wrapper .story-block {
		position: relative;
	}
	
	.post-content #turning-point-stories .lopd-story-blocks .fusion-column-wrapper .story-block:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		background: #262224;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
		opacity: 0.25;
		width: 100%;
		height: 130px;
	}
	
	.post-content #turning-point-stories .lopd-story-blocks .fusion-column-wrapper .story-block .content {
		z-index: 2;
	}
	
	.post-content #turning-point-stories .lopd-story-blocks .fusion-column-wrapper .story-block .content .name {
		font-size: 36px;
		line-height: 1;
	}
	
	.page.fusion-body #wrapper .fusion-title h1 {
		font-size: 42px !important;
		line-height: 50px;
	}
	
	.page.fusion-body #wrapper .fusion-title.fusion-title-2 {
		margin-bottom: 30px !important;
	}
	
	.page.fusion-body #wrapper .fusion-title h2 {
		font-size: 36px !important;
		line-height: 40px;
	}
	
	.page.home .nav-controls {
		justify-content: center;
    	bottom: -30px;
	}
	
	.page.home .nav-controls .nav-buttons {
		display: none;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (LOPD stories) --- */
	
	.page .post-content #signs-of-a-turning-point {
		margin-bottom: 15px;
	}
	
	.page .post-content #signs-of-a-turning-point .fusion-layout-column {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	
	.page .post-content #signs-of-a-turning-point .fusion-title {
		margin-bottom: 40px !important;
	}
	
	.page .post-content [id^="anchor-"] {
		margin-top: 15px;
	}
	
	.page .post-content [id^="anchor-"],
	.page .post-content [id^="anchor-"] .fusion-column-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page .post-content [id^="anchor-"] {
		margin-right: -10px !important;
        margin-left: -10px !important;
	}
	
	.page .post-content [id^="anchor-"] .fusion-column-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	
	.page .post-content [id^="anchor-"] > .fusion-builder-row > div:nth-of-type(2) {
		display: none;
	}
	
	.page .post-content [id^="anchor-"] > .fusion-builder-row > div:nth-of-type(2) {
		display: none;
	}
	
	.page .post-content #anchor-kerri .fusion-builder-row,
	.page .post-content #anchor-michael .fusion-builder-row {
		flex-direction: column-reverse;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Ready to Turn) --- */
	
	.page .post-content #ready-to-turn {
		margin-top: 30px;
	}
	
	.page .post-content #ready-to-turn .fusion-column-wrapper {
		padding: 0 15px;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Ready to Turn blocks) --- */
	
	.page .post-content #ready-to-turn-blocks {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page .post-content #ready-to-turn-blocks .fusion-column-wrapper .fusion-image-element  {
		margin-bottom: 15px;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Interested in Contact) --- */
	
	.page .post-content #interested-in-contact {
		margin-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page .post-content #interested-in-contact .fusion-column-wrapper {
		padding: 20px;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Resources) --- */
	
	.page .post-content #resources {
		position: relative;
    	padding-top: 170px;   /* for auto scrolling - creates space above the content */
    	margin-top: -140px;    /* for auto scrolling - pulls the section back up visually */
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page .post-content #resources .fusion-column-wrapper {
		padding: 0;
	}
	
	.page .post-content #resources .fusion-column-wrapper .fusion-title {
		margin-bottom: 20px !important;
	}
	
	.page .post-content #resources .fusion-column-wrapper .resource-full {
		flex-direction: column;
		gap: 25px;
		padding: 20px 15px;
	}
	
	.page .post-content #resources .fusion-column-wrapper .resource-full > div:nth-child(1) {
		max-width: none;
	}
	
	.page .post-content #resources .fusion-column-wrapper .resource-full img[data-view="d"] {
		display: none;
	}
	
	.page .post-content #resources .fusion-column-wrapper .resource-full .content {
		padding-bottom: 10px;
	}
	
	.page .post-content #resources .fusion-column-wrapper .resource-full .content a {
		padding: 13px;
	}
	
	.page .post-content #resources .resources-quick-links-header .fusion-text {
		text-align: left;
	}
	
	.page .post-content #resources .resources-quick-links-content .fusion-builder-row-inner .fusion-layout-column {
		margin-bottom: 10px;
	}
	
	.page .post-content #resources .resources-quick-links-content .fusion-builder-row-inner .fusion-column-wrapper {
		display: flex;
    	align-items: flex-start;
		padding: 20px 15px;
	}
	
	.page .post-content #resources .resources-quick-links-content .fusion-builder-row-inner .fusion-column-wrapper > div:nth-of-type(1) {
		margin: 0;
		flex-basis: 10%;
	}
	
	.page .post-content #resources .resources-quick-links-content .fusion-builder-row-inner .fusion-column-wrapper > div:nth-of-type(2),
	.page .post-content #resources .resources-quick-links-content .fusion-builder-row-inner .fusion-column-wrapper > div:nth-of-type(3) {
		flex-basis: 90%;
	}
	
	.page .post-content #resources .resources-quick-links-content .fusion-builder-row-inner .fusion-column-wrapper > div:nth-of-type(2) {
		order: 1;
		margin-top: 5px;
	}
	
	.page .post-content #resources .resources-quick-links-content .fusion-builder-row-inner .fusion-column-wrapper > div:nth-of-type(3) {
		order: 2;
		margin-top: 15px;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Connect with us) --- */
	
	.page .post-content #connect-with-us {
		position: relative;
    	padding-top: 80px;     /* for auto scrolling - creates space above the content */
    	margin-top: -140px;    /* for auto scrolling - pulls the section back up visually */
		margin-bottom: 100px;  /* Avoids collision with ISI */
		top: 110px;            /* Fix to avoid collision with resource links above this block */
	}
	
	.page .post-content #connect-with-us .fusion-column-wrapper {
		padding: 0;
	}
	
	.page .post-content #connect-with-us .fusion-builder-row > div:nth-of-type(1) {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.page .post-content #connect-with-us .fusion-builder-row > div:nth-of-type(1) .fusion-column-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	
	.page .post-content #connect-with-us .wpcf7 .form-grid {
		flex-direction: column;
		gap: 0;
		padding: 0 15px;
	}
	
	.page .post-content #connect-with-us .wpcf7 .form-grid .wpcf7-half {
		width: 100%;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-consent-section .wpcf7-list-item-label,
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text {
		font-size: 14px;
		line-height: 1.25;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-consent-section {
		padding-right: 15px;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-consent-section .wpcf7-list-item-label {
		position: relative;
        padding-left: 7px;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-consent-section .wpcf7-list-item-label:before {
		content: '*';
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text {
		padding: 0 10px 0 47px;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text a:active,
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text a:visited,
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text a:hover,
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text a {
		color: #D1EF2F;
		text-decoration: underline;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (ISI) --- */
	
	.page #full-isi {
		padding: 0 15px;
	}
	
	.page #isi-content .title {
		font-size: 16px;
		line-height: 1.25;
	}
	
	.page #isi-content ul {
		padding-left: 20px;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Footer & Social links) --- */
	
	.fusion-footer #lopd-footer {
		padding: 0 15px 200px 15px;
	}
	
	.fusion-footer #lopd-footer .social-links p {
		font-size: 14px;
		line-height: 18px;
		margin: 10px 0;
	}
	
	.fusion-footer #lopd-footer .social-links strong {
		font-family: "TT Fors Trial Bold", Arial;
	}
	
	.fusion-footer #lopd-footer .social-links .icons {
		margin: 0.5em 0 1.25em;
	}
	
	.fusion-footer #lopd-footer .social-links[data-view="desktop"] {
		display: none !important;
	}
	
	.fusion-footer #lopd-footer .social-links[data-view="mobile"] {
		align-self: center;
	}
	
	.fusion-footer #lopd-footer .social-links[data-view="mobile"] > p:last-of-type {
		font-size: 12px;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Footer -> Amicus links) --- */
	
	.fusion-footer #lopd-footer .amicus {
		display: grid;
  		grid-template-columns: repeat(2, 1fr); /* 2-column grid */
  		gap: 1rem; /* optional spacing */
		padding: 40px 0;
        margin: 0 auto;
		max-width: 340px;
        width: 100%;
	}
	
	.fusion-footer #lopd-footer .amicus > a {
		text-align: center;
	}
	
	/* Make the first child span full width */
	.fusion-footer #lopd-footer .amicus > a:first-child {
	 	grid-column: 1 / -1; /* spans both columns */
		margin-bottom: 30px;
	}
	
	.fusion-footer #lopd-footer .amicus > a:first-child img {
	 	margin: 0 auto;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Patient title bar) --- */
	
	.page:not(.home) .fusion-tb-page-title-bar > div {
		padding: 0;
	}
	
	.page:not(.home) .fusion-tb-page-title-bar > div .fusion-builder-row {
		flex-direction: row;
	}
	
	.page:not(.home) .fusion-tb-page-title-bar > div .fusion-builder-row > div:nth-of-type(1) {
		width: 35%;
	}
	
	.page:not(.home) .fusion-tb-page-title-bar > div .fusion-builder-row > div:nth-of-type(2) {
		width: 65%;
	}
	
	.page:not(.home) .fusion-tb-page-title-bar > div .fusion-builder-row > div:nth-of-type(1) .back-bar {
		gap: 9px;
	}
	
	.page:not(.home) .fusion-tb-page-title-bar > div .fusion-builder-row > div:nth-of-type(1) .back-bar p {
		font-size: 12px;
		line-height: 1.5;
	}
	
	.page:not(.home) .fusion-tb-page-title-bar > div .fusion-builder-row > div:nth-of-type(2) .fusion-column-wrapper {
		margin: 0;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Patient post content) --- */
	
	.page:not(.home) .post-content:not(.fusion-post-content) > div {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Patient story block #1) --- */
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(1) {
		margin-bottom: 0;
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(1) .fusion-column-wrapper > div {
		position: relative;
		background: 50% 0 no-repeat;
		background-size: cover;
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(1) .fusion-column-wrapper > div[data-patient="scott"] {
		background-image: url(/wp-content/uploads/2025/11/scott-mobile.jpg);
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(1) .fusion-column-wrapper > div[data-patient="kerri"] {
		background-image: url(/wp-content/uploads/2025/11/kerri-mobile.jpg);
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(1) .fusion-column-wrapper > div[data-patient="michael"] {
		background-image: url(/wp-content/uploads/2025/11/michael-mobile.jpg);
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(1) .fusion-column-wrapper > div[data-patient="veronica"] {
		background-image: url(/wp-content/uploads/2025/11/veronica-mobile.jpg);
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(1) .fusion-column-wrapper > div img {
		display: none;
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(1) .fusion-column-wrapper > div .left-image-blue-block {
		position: relative;
       	top: unset;
        left: 5%;
        right: unset;
        width: calc(100% - 10%);
        transform: none;
        margin: 13em 0 15px;
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(1) .fusion-column-wrapper > div .left-image-blue-block p.name {
		font-size: 36px;
		line-height: 1;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Patient story block #2) --- */
	
	.page:not(.home) #patient-story-blocks {
		margin-bottom: 30px;
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(2) .fusion-column-wrapper > div {
		position: relative;
		background: 50% 0 no-repeat;
		background-size: cover;
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(2) .fusion-column-wrapper > div[data-patient="scott"] {
		background-image: url(/wp-content/uploads/2025/11//img_stories-inset-scott2.png);
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(2) .fusion-column-wrapper > div[data-patient="kerri"] {
		background-image: url(/wp-content/uploads/2025/11/img_stories-inset-kerri2.jpg);
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(2) .fusion-column-wrapper > div[data-patient="michael"] {
		background-image: url(/wp-content/uploads/2025/11/img_stories-inset-michael2.jpg);
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(2) .fusion-column-wrapper > div[data-patient="veronica"] {
		background-image: url(/wp-content/uploads/2025/11/img_stories-inset-veronica2.jpg);
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(2) .fusion-column-wrapper > div img {
		display: none;
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(2) .fusion-column-wrapper > div .right-image-quote-block {
		position: relative;
        top: unset;
        left: 0;
        right: unset;
        width: 100%;
        transform: none;
        margin: 0;
        padding: 60px 15px;
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(2) .fusion-column-wrapper > div .right-image-quote-block p {
		font-size: 24px;
        line-height: 32px;
		margin: 0;
	}
	
	.page:not(.home) #patient-story-blocks .fusion-builder-row > div:nth-of-type(2) .fusion-column-wrapper > div .right-image-quote-block p span {
		font-size: 56px;
		line-height: 1;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Patient other stories) --- */
	
	.page:not(.home) #more-patient-stories {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page:not(.home) #more-patient-stories .fusion-text {
		font-size: 16px;
		line-height: 24px;
	}
	
	.page:not(.home) #more-patient-stories .fusion-builder-row-inner {
		justify-content: flex-start;
	}
	
	.page:not(.home) #more-patient-stories .fusion-builder-row-inner .fusion-layout-column:nth-child(n+2):not(:last-child) {
		width: 50%;
	}
	
	.page:not(.home) #more-patient-stories .fusion-builder-row-inner .fusion-layout-column:nth-child(n+2):not(:last-child) .story-block .content .name {
		font-size: 36px;
		line-height: 1;
	}
	
	.page:not(.home) #more-patient-stories .fusion-builder-row-inner .fusion-layout-column:nth-child(n+2):not(:last-child) .story-block .content .link {
		font-size: 14px;
		line-height: 1;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Patient have you reached) --- */
	
	.page:not(.home) #patient-have-you-reached {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 30px;
	}
}

/******************************/
/* DESKTOP OVERRIDES */
/******************************/

@media (min-width: 769px) {
	
	/* ------------------------------------------------------------ */
	/* --- Containers --- */
	
	.mobile-only-text-container {
		display: none;
	}
	
	body.page {
		padding-top: 201px;
	}
	
	.fusion-tb-header .awb-menu.mobile-mode-collapse-to-button {
		display: none;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Header (jump links) --- */
	.page #main .main-nav .subnav {
		width: 100%;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Resources) --- */
	.page .post-content #resources {
		position: relative;
    	padding-top: 170px;   /* for auto scrolling - creates space above the content */
    	margin-top: -90px;    /* for auto scrolling - pulls the section back up visually */
	}
	
	.page .post-content #resources .fusion-column-wrapper .resource-full img[data-view="m"] {
		display: none;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Connect with us) --- */
	
	.page .post-content #connect-with-us {
		position: relative;
    	padding-top: 100px;   /* for auto scrolling - creates space above the content */
    	margin-top: -90px;    /* for auto scrolling - pulls the section back up visually */
		top: 70px;            /* Fix to avoid collision with resource links above this block */
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text a:active,
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text a:visited,
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text a:hover,
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text a {
		color: #D1EF2F;
		text-decoration: underline;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-consent-section .wpcf7-list-item-label,
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text {
		font-size: 16px;
        line-height: 22px;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-consent-section p {
		margin-bottom: 0;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-consent-section .wpcf7-list-item {
		margin-left: 0;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-consent-section .wpcf7-list-item-label {
		position: relative;
        padding-left: 7px;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-consent-section .wpcf7-list-item-label:before {
		content: '*';
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.page .post-content #connect-with-us .wpcf7 .cf7-privacy-text {
		padding-left: 32px;
	}
	
	.page .post-content #connect-with-us .wpcf7 .form-grid {
		margin-bottom: 30px;
	}
	
	.page .post-content #connect-with-us .wpcf7 .form-grid p,
	.page .post-content #connect-with-us .wpcf7 .form-grid label {
		margin-bottom: 0;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (ISI) --- */
	
	.page #isi-content ul {
		padding-left: 20px;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Footer) --- */
	
	.fusion-footer #lopd-footer .amicus {
		margin-top: 30px;
	}
	
	.fusion-footer #lopd-footer .social-links[data-view="mobile"] {
		display: none;
	}
	
	.fusion-footer #lopd-footer .social-links[data-view="deesktop"] {
		display: flex;
	}
}

/******************************/
/* LARGER DESKTOP OVERRIDES   */
/******************************/

@media (min-width: 1180px) {
	
	/* ------------------------------------------------------------ */
	/* --- Body Content (Patient story blocks) --- */
	
	.page #turning-point-stories .story-block,
	.page #more-patient-stories .story-block {
		overflow: hidden;
        width: 253px;
        height: 362px;
	}
	
	.page #turning-point-stories .story-block img,
	.page #more-patient-stories .story-block img {
		transition: all 1s;
		max-width: none;
	}
	
	.page #turning-point-stories .story-block:hover img,
	.page #more-patient-stories .story-block:hover img {
		margin-left: -5%;
		width: 110%;
	}
	
	/* ------------------------------------------------------------ */
	/* --- Patient pages --- */
	
	.page:not(.home) div[data-patient] .left-image-blue-block {
		max-width: 298px;
	}
}

/******************************/
/* CF7 SUCCESS MESSAGE        */
/******************************/

.page .wpcf7 .wpcf7-form.sent > *:not(.wpcf7-response-output) {
	display: none;
}

.page .wpcf7 .wpcf7-form.sent .wpcf7-response-output  {
	margin: 30px 15px;
	border: 0;
	background: #3C383A;
	max-width: 458px;
}

.page .wpcf7 .wpcf7-form.sent .wpcf7-response-output .close.toggle-alert {
	background: url(/wp-content/uploads/2025/12/OT-Icon-Button-Close.svg) center / cover no-repeat;
	color: rgba(0, 0, 0, 0);
    right: 15px;
	top: 15px;
	width: 34px;
	height: 34px;
}

.page .wpcf7 .wpcf7-form.sent .wpcf7-response-output .fusion-alert-content-wrapper {
	flex-direction: column;
	gap: 10px;
}

.page .wpcf7 .wpcf7-form.sent .wpcf7-response-output .fusion-alert-content-wrapper .alert-icon {
	margin: 15px  0;
}

.page .wpcf7 .wpcf7-form.sent .wpcf7-response-output .fusion-alert-content-wrapper .alert-icon i {
	display: block;
	background: url(/wp-content/uploads/2025/12/cf7form_checkmark_icon.svg) center / cover no-repeat !important;
	margin: 0 auto;
	width: 44px;
	height: 44px;
}

.page .wpcf7 .wpcf7-form.sent .wpcf7-response-output .fusion-alert-content-wrapper .alert-icon i:before {
	display: none;
}

.page .wpcf7 .wpcf7-form.sent .wpcf7-response-output .fusion-alert-content-wrapper .fusion-alert-content {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
}

.page .wpcf7 .wpcf7-form.sent .wpcf7-response-output .fusion-alert-content-wrapper .fusion-alert-content:before {
	content: 'Thank you';
	font-family: "TT Fors Trial Bold", Arial;
	font-size: 24px;
	display: block;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	
	.page .wpcf7 .wpcf7-form.sent .wpcf7-response-output  {
		background: none;
	}
	
	.page .wpcf7 .wpcf7-form.sent .wpcf7-response-output .close.toggle-alert {
		visibility: hidden;
	}
	
	.page .wpcf7 .wpcf7-form.sent .wpcf7-response-output .fusion-alert-content-wrapper .fusion-alert-content {
		font-size: 16px;
	}
}

/******************************/
/* OT COOKIE CONSENT WIDGET   */
/******************************/

.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container #onetrust-policy-text a:active,
.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container #onetrust-policy-text a:visited,
.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container #onetrust-policy-text a:hover,
.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container #onetrust-policy-text a {
	color: #fff;
	text-decoration: underline;
	font-weight: 400;
}

.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk *:focus, 
.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk:focus {
	outline: none;
}

.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo,
.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk .banner_logo {
	display: none;
}

.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk {
	position: fixed;
	left: calc(50vw - (316px / 2));
	top: 30px;
	background: #3C383A;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
	padding: 0 10px;
	max-width: 316px;
	max-height: 440px;
	width: 100%;
	height: auto;
}

.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk .onetrust-close-btn-ui {
	background: url(/wp-content/uploads/2025/12/OT-Icon-Button-Close.svg) center / cover no-repeat !important;
    right: 25px;
	top: 20px;
	width: 34px;
	height: 34px;
}

.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy {
	margin: 45px 0 15px;
}

.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container #onetrust-policy-text:before {
	content: 'Cookie Notice';
	font-family: "TT Fors Trial Bold", Arial;
	color: #fff;
	font-weight: 400;
	display: block;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}

.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container #onetrust-policy-text {
	font-family: "TT Fors Trial Medium", Arial;
	font-size: 14px;
	line-height: 1.15;
	color: #fff;
}

.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group button {
	border: 2px solid #9E9C9D;
	background: none;
	padding: 15px 0;
	text-transform: uppercase;
	text-align: center;
	font-family: "TT Fors Trial Medium", Arial;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
}

.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group button#onetrust-accept-btn-handler {
	border: 0;
	background: #D1EF30;
	color: #3C383A;
}

@media (min-width: 426px) {
	
	.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk {
		max-height: 490px;
	}
	
	.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
		padding: 0;
	}
	
	.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group {
		width: 100%;
	}
	
	.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group button {
		padding: 20px 0;
	}
}

@media (min-width: 550px) {
	
	.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk {
		padding: 0 25px;
	}
}

@media (min-width: 897px) {
	
	.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns, 
	.fusion-body.page #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns, 
	.fusion-body.page #ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns,
	.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
		width: 100%;
	}
	
	.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
		transform: none;
		position: relative;
    	top: unset;
    	left: unset;
	}
	
	.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk {
		top: 180px;
		max-width: 356px;
		max-height: 420px;
	}
	
	.fusion-body.page #onetrust-consent-sdk #onetrust-close-btn-container {
		top: 0;
		transform: none;
	}
	
	.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group {
		margin: 0;
	}
	
	.fusion-body.page #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group button {
		padding: 13px 0;
	}
}

/******************************/
/* VIMEO BACKGROUND EMBEDS    */
/******************************/
.page.home .fusion-video.fusion-vimeo iframe {
	pointer-events: none;
}

/******************************/
/* VIDEO CAROUSEL             */
/******************************/

/* Video slider */
.page.home #video-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 1280px; 
    height: 502px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* Slide Container (Prefixed) */
.page.home #video-slider-wrapper #slide-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row; /* Desktop: Side-by-side */
}

/* Video Block (Prefixed) */
.page.home #video-slider-wrapper #vimeo-player-container {
    width: 70%; 
    height: 100%;
    position: relative;
}

/* Content Block (Prefixed) */
.page.home #video-slider-wrapper #content-block {
    width: 30%; 
    height: 100%;
    position: relative;
    background-color: #02B1F5;
    color: white;
    display: flex;
    align-items: center;
    padding: 3rem;
}

/* Video Player Styling (Prefixed) */
.page.home #video-slider-wrapper #vimeo-player {
    position: relative;
    width: 100%;
    height: 100%;
	min-height: 200px;
    background-color: #000;
}

/* Preloaded Vimeo player slots */
.page.home #video-slider-wrapper #vimeo-player .vimeo-slot {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.page.home #video-slider-wrapper #vimeo-player .vimeo-slot.active {
  opacity: 1;
  pointer-events: auto;
}

/* IMPORTANT: Ensure the iframe created by the Vimeo API fills its container (Prefixed) */
.page.home #video-slider-wrapper #vimeo-player iframe {
	pointer-events: none; /* don't allow interaction on any device */
    width: 100%;
    height: 100%;
    display: block; /* Removes any default inline-block spacing issues */
}

/* Quote and Text Styles (Prefixed) */
.page.home #video-slider-wrapper #content-text blockquote {
    font-size: 1.5rem; /* Adjusted for narrower width */
    font-weight: 300; /* font-light */
    line-height: 1.6; /* leading-snug */
    margin-bottom: 2rem; /* mb-8 */
    position: relative;
}

.page.home #video-slider-wrapper #content-text blockquote span {
    font-size: 3rem; /* Adjusted for narrower width */
    position: absolute;
    left: -1.5rem; /* Adjust positioning */
    top: -1.5rem; /* Adjust positioning */
    font-family: serif;
    opacity: 0.7;
}

.page.home #video-slider-wrapper #content-text p:nth-of-type(1) { /* Name */
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.page.home #video-slider-wrapper #content-text p:nth-of-type(1) > span:nth-of-type(1) { /* Quote start */
    color: #000;
    font-size: 60px;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: -1.5rem;
}

.page.home #video-slider-wrapper #content-text p:nth-of-type(2) { /* Title */
    color: #000;
    font-family: 'Strategic Planning', sans-serif;
    font-size: 48px;
    line-height: 1;
    text-transform: none;
    opacity: 0.75;
    margin-bottom: 0;
}

.page.home #video-slider-wrapper #content-text p:nth-of-type(3) { /* Footnote */
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

.page.home #video-slider-wrapper #content-text button { /* Button for story */
    font-family: 'TT Fors Trial Bold', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding: 17px 21px;
    color: #d1ef2f;
    background: #000;
    border: 0;
    cursor: pointer;
}

/* Navigation button styling (Prefixed for location/hover) */
.page.home #video-slider-wrapper .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    border-radius: 9999px; 
    color: white;
    z-index: 10;
    opacity: 0.7;
    transition: background-color 0.3s, opacity 0.3s;
    cursor: pointer;
}

.page.home #video-slider-wrapper .nav-btn:hover {
    background-color: #374151; 
    opacity: 1;
}

.page.home #video-slider-wrapper #forward-button {
    transform:rotate(180deg);
}

/* Updated ID selectors for positioning (Prefixed) */
.page.home #video-slider-wrapper #back-button { left: -3.5rem; }
.page.home #video-slider-wrapper #forward-button { right: -3.5rem; }

/* Nav button SVG (Prefixed) */
.page.home #video-slider-wrapper .nav-btn svg {
    width: 1.5rem; /* h-6 w-6 */
    height: 1.5rem;
}

/* Indicators (Prefixed) */
.page.home #video-slider-wrapper #indicators-2 {
    position: absolute;
    bottom: -2.25rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.page.home #video-slider-wrapper #indicators-2 > div {
    width: 7px; 
    height: 7px;
    border-radius: 9999px; 
    background-color: #5D671D; 
    cursor: pointer;
    transition: background-color 0.3s;
}

.page.home #video-slider-wrapper #indicators-2 > div.active {
    background-color: #D1EF2F;
}

/* Mobile Responsiveness (Screen size < 1024px) (Prefixed) */
@media (max-width: 1024px) {
    .page.home #video-slider-wrapper {
        height: auto; /* Allow height to adjust for stacked content */
        max-width: 90%;
    }

    .page.home #video-slider-wrapper #slide-container {
        flex-direction: column; /* Stack video and content vertically (content below video) */
    }

    .page.home #video-slider-wrapper #vimeo-player-container, 
    .page.home #video-slider-wrapper #content-block {
        width: 100%; /* Full width for both blocks on mobile */
    }

    .page.home #video-slider-wrapper #vimeo-player-container {
        height: 350px; /* Fixed height for video on mobile */
    }
    
    .page.home #video-slider-wrapper #content-block {
        padding: 3rem 2rem; /* Reduced padding for smaller screens */
    }

    /* Reposition side buttons to remain centered on the whole wrapper */
    .page.home #video-slider-wrapper #back-button, 
    .page.home #video-slider-wrapper #forward-button {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) {

	.page.home #video-slider-wrapper {
		max-width: 100%;
	}
	
	.page.home #video-slider-wrapper .nav-btn {
		display: none;
	}
	
	.page.home #video-slider-wrapper #content-block {
		padding: 1.5rem;
		height: auto;
	}
	
	.page.home #video-slider-wrapper #content-text p:nth-of-type(1) {
		font-size: 16px;
    	line-height: 22px;
	}
	
	.page.home #video-slider-wrapper #content-text p:nth-of-type(1) > span:nth-of-type(1) {
		font-size: 44px;
		margin-bottom: -0.75rem;
	}
	
	.page.home #video-slider-wrapper #content-text p:nth-of-type(2) {
		font-size: 36px;
	}
	
	.page.home #video-slider-wrapper #vimeo-player-container {
		height: auto;
	}
}
