body{
height:unset !important;
}




@media (min-width: 1024px) {

.fs-wrapper {
   margin: auto;

}


.fs-bookmark-nav {
    left: 170px;
}


}



.fs-wrapper {
    max-width: 1180px;
    padding: 0 20px 0 20px;
    margin: 0 150px;
    position: relative;
	border-left: 1px solid #738278;
	
} 

.fs-flow{
 display:flex;
 margin-bottom: 30px;	
}

.fs-flow .mp-flex-item {
 margin:0 10px;
position: relative;	
overflow: visible; /* Important: allows the sticker to "stick out" */	

}

.fs-sticker {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 50px;
    height: 50px;
    background-color: #ff5722; /* A vibrant color */
    color: white;
    border-radius: 50%;
	border: 2px solid #738278; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transform: rotate(20deg);
}


.mp-inline-mobile {
	display:none;
	
	}

.fs-header {
display:inline-block;
vertical-align: middle;	
}



.fs-bookmark-nav {
     position: fixed;
    top: 20%;
	left: 40px;
    transform: translateY(-50%);
    z-index: 1000;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-size: 10px;
}

.fs-bookmark-mobile{
    display:none;
}

.fs-bookmark-nav ul {
    list-style-type: none; /* Remove bullet points */
    margin: 0;
    padding: 0;
}



.fs-bookmark-nav a {
   text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding: 5px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease; 
		
	
}

#navbar a.active {
    background-color: #555;
    color: yellow;
}

/* Hover and active states for user feedback */
.bookmark-nav a:hover,
.bookmark-nav a:active {
    color: #007bff; /* Change color on hover */
    border-left-color: #007bff; /* Highlight with a blue border on the left */
}




.fs-bookmark-nav a.active {
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6);
    
    color: #000;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);

    transform: scale(1.05) translateX(5px);
    
    border-left: 3px solid rgba(255, 255, 255, 1); */
	
	
	    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* A more prominent shadow */
    transform: scale(1.05); /* A subtle scaling effect */
    border: 2px solid #fff; /* A crisp white border */
    position: relative;
	
	
}




.fs-grid-container{

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
	margin:20px 0;
}

.fs-grid-container div{

	margin:10px 0;
}


.fs-grid-container p {

    padding: 5px;
    margin: 5px 0;
    background-color: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.4;

}



.fs-grid-container img , .fs-embed-container{

background-color: #f5f5f5;
border: 2px solid #738278;
}


.fs-embed{

clip-path: inset(8px);


}

.fs-embed-mobile{
 display:none;
}





.fs-list {
    /* Your existing container styles */
    width: 80%;
    margin: 20px auto;
    padding: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.7;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    word-break: break-word;
	font-size:20px;
    background-color: rgba(247, 249, 243, 0.5);
    border: 1px solid #e0e6e0;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	letter-spacing: 6px;
}

/* Styles for the individual text sections */
.fs-list span {
    /* This is crucial for seamless wrapping */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 5px 10px;

}

/* Individual colors for each span */
.fs-list span:nth-child(1), .fs-bookmark-nav li:nth-child(1) a  {
    background-color: rgba(26, 26, 26, 0.8);
    color: #fff;
}

.fs-list span:nth-child(2), .fs-bookmark-nav li:nth-child(2) a  {
    background-color: rgba(247, 247, 247, 0.8);
    color: #333;
}

.fs-list span:nth-child(3), .fs-bookmark-nav li:nth-child(3) a  {
    background-color: rgba(63, 104, 74, 0.8);
    color: #fff;
}

.fs-list span:nth-child(4), .fs-bookmark-nav li:nth-child(4) a  {
    background-color: rgba(140, 30, 24, 0.8);
    color: #fff;
}


/* Specific active state colors for each link */
.fs-bookmark-nav li:nth-child(1) a.active {
    border-color: rgba(255, 255, 255, 0.8);
}

.fs-bookmark-nav li:nth-child(2) a.active {
    border-color: rgba(0, 0, 0, 0.6);
}

.fs-bookmark-nav li:nth-child(3) a.active {
    border-color: rgba(255, 255, 255, 0.8);
}

.fs-bookmark-nav li:nth-child(4) a.active {
    border-color: rgba(255, 255, 255, 0.8);
}


.fs-acknowledgements{

    padding: 15px;
    font-family: 'Georgia', serif;
}


.fs-pulltext {
    text-align: left;
    font-size: large;
    background-color: #f7f9f3;
    border: 1px solid #e0e6e0;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: inline-block;
    padding: 12px;
}




.fs-care-links {
    /* Layout */
    display: flex;
    flex-direction: column;
    gap: 12px; /* Adds space between list items */
    width: 60%;
    max-width: 500px;
    margin: 20px auto; /* Centers the list on the page */

    /* Card styling */
    padding: 24px;
    background-color: #f7f9f3;
    border: 1px solid #e0e6e0;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.fs-care-links li {
    /* Individual list item styling */
    list-style-type: none; /* Removes the default bullet points */
    padding: 0;
    margin: 0;
    transition: transform 0.2s ease-in-out;
}

.fs-care-links li:hover .fs-pulltext:hover {
    transform: translateX(5px); /* Subtle hover effect */
}

.fs-care-links li::before {
    /* Styling the plant emoji */
    content: '\1FAB4';
    margin-right: 8px;
    font-size: 1.2em;
    opacity: 0.8;
}

.fs-care-links a , .fs-pulltext a {
    /* Link styling */
    color: #4b6a5d;
    text-decoration: none; /* Removes the default underline */
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.fs-care-links a::after, .fs-pulltext a::after {
    /* Creates a subtle underline effect on hover */
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
}

.fs-care-links a:hover::after,.fs-pulltext a:hover::after {
    width: 100%;
}




/* Container styles */
.fs-acknowledgements {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Adds space between list items */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 25px;
    max-width: 600px;
    margin: 0 auto;
	font-size: 14px;
}

/* Base styles for all list items */
.fs-acknowledgements li {
    list-style-type: none; /* Removes default bullets */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden; /* Important for the mask effect */
	line-height: 1.5em;
	text-align: center;
	 
}



/* Heading styles */
.fs-acknowledgements h3 {
    margin: 0 0 10px 0;
    font-size: 1.5em;
    font-weight: 600;
}



/* Spacer emoji styles */
.fs-acknowledgements h3 .emoji {
    font-size: 1.2em;
    margin-right: 8px;
}

.fs-acknowledgements .separator {
    color: inherit;
    opacity: 0.5;
    font-weight: normal;
    font-size: 1.2em;
}





.fs-acknowledgements li:nth-child(1) {
    background-color: #1a1a1a;
    color: #fff;
}

.fs-acknowledgements li:nth-child(2) {
    background-color: #f7f7f7;
    color: #333;

}


.fs-acknowledgements li:nth-child(3) {
    background-color: #3f684a;
    color: #fff;
}


.fs-acknowledgements li:nth-child(4) {
    background-color: #8c1e18;
    color: #fff;

}



/* Base styles for all h3 elements inside the list */
.fs-acknowledgements h3 {
    display: inline-block; /* Allows padding and a background */
    padding: 8px 12px;
    margin: 0;
    border-radius: 8px; /* Slightly less rounded than the list item */
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1; /* Ensures text aligns well */
    margin-bottom: 10px; /* Space between heading and content */
}



/* Base styles for the list item to enable backdrop-filter */
.fs-acknowledgements h3 {
    background-color: transparent; /* Start with a transparent background */
    /* Add the glossy, blurring effect */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); /* For Safari compatibility */
    border: 1px solid rgba(255, 255, 255, 0.2); /* A subtle border for definition */
}

/* Styles for the h3 inside the 1st li */
.fs-acknowledgements li:nth-child(1) h3 {
    background-color: rgba(140, 30, 24, 0.6);
    color: #fff;
}

/* Styles for the h3 inside the 2nd li */
.fs-acknowledgements li:nth-child(2) h3 {
    background-color: rgba(63, 104, 74, 0.8);
    color: #fff;
}

/* Styles for the h3 inside the 3rd li */
.fs-acknowledgements li:nth-child(3) h3 {
    background-color: rgba(247, 247, 247, 0.7);
    color: #333;
}

/* Styles for the h3 inside the 4th li */
.fs-acknowledgements li:nth-child(4) h3 {
    background-color: rgba(26, 26, 26, 0.7);
    color: #fff;
}








.fs-list li  {

 padding:8px;
 font-size:14px;
 position: relative; 
 display: table;	
}


/* Pseudo-element for the root line connecting the items */
.fs-list li:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  width: 2px;
  height: 20px;
  background-color: #8B4513; /* A dark, root-like brown */
  transform: translateX(-50%);
  z-index: -1;
}

/* Pseudo-element for the branching effect */
.fs-list li:nth-child(even):before {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

.fs-list li:first-child:before {
  content: none; /* No line for the first item */
}





.mp-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 50px auto;
  gap: 20px;
  width:80%;	
  position: relative;	
  background-color:#ffecb8;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;	
}


/* Base styles for the columns */
.mp-fs-column {
  display: flex;
  flex-direction: column;
  padding: 15px;
  position: relative;
  z-index: 1; /* Ensures content is above the stem */
}

/* Aligns images in the LEFT column of each row (1st, 3rd, 5th, etc. child) */
.mp-table > .mp-fs-column:nth-child(odd) {
  align-items: flex-end; /* Pushes content to the right edge */
}

/* Aligns images in the RIGHT column of each row (2nd, 4th, 6th, etc. child) */
.mp-table > .mp-fs-column:nth-child(even) {
  align-items: flex-start; /* Pushes content to the left edge */
	
}




/* Pseudo-element for the central "stem" or "trunk" of the plant */
.mp-table::before {
  content: '';
  position: absolute;
  top: -40px;
  bottom: -80px;
  left: 50%;
  width: 4px;
  background-color: #5C4033; /* Dark brown for the trunk */
  transform: translateX(-50%);
  z-index: 0;
}



/* Vertical "branches" connecting columns to the central stem */
.mp-fs-column::after {
  content: '';
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #8B4513; /* Lighter brown for branches */
  z-index: 1;
}

/* Branch for odd-numbered (left) columns */
.mp-table > .mp-fs-column:nth-child(odd)::after {
  right: -20px; /* Aligns to the right edge of the column */
}

/* Branch for even-numbered (right) columns */
.mp-table > .mp-fs-column:nth-child(even)::after {
  left: -20px; /* Aligns to the left edge of the column */
}

/* Styling for the <p> elements to resemble natural forms */
.mp-fs-column p {
  position: relative;
  padding-left: 15px;
  border-left: 2px solid #556B2F; /* Green-brown line like a vein */
  font-family: 'serif';
  color: #333;
  line-height: 1.6;
}

/* Adds a small, rounded dot at the start of each paragraph, like a bud */
.mp-fs-column p::before {
  content: '';
  position: absolute;
    top: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    background-color: #8e9b80;
    border-radius: 50%;
}


/* Selects the second div in each row which contains the image */
.mp-table > .mp-fs-column:nth-child(4n - 2) {
  transform: translateY(-20px);
}

.mp-table > .mp-fs-column:nth-child(2n + 1) {
  padding: 0 15px 15px 15px;
}



.fs-img {
  width: 60%;
  box-shadow: 0 0 0 5px rgba(60, 80, 40, 0.7), 0 0 0 3px rgba(90, 120, 60, 0.6);

}

.fs-img:nth-of-type(1) {
  border-radius: 45% 55% 55% 45% / 45% 45% 55% 55%;

}

.fs-img:nth-of-type(2) {
  border-radius: 50% 50% 50% 50% / 60% 40% 60% 40%;
}

.fs-img:nth-of-type(3) {
  border-radius: 55% 45% 45% 55% / 55% 55% 45% 45%;
}

.fs-img:nth-of-type(4) {
  border-radius: 65% 35% 50% 50% / 50% 50% 50% 50%;
}

.fs-img:nth-of-type(5) {
  border-radius: 40% 60% 60% 40% / 55% 45% 55% 45%;
}

.fs-img:nth-of-type(6) {
  border-radius: 30% 70% 50% 50% / 50% 50% 70% 30%;
}

.fs-img:nth-of-type(7) {
  border-radius: 70% 30% 60% 40% / 40% 60% 40% 60%;
}

.fs-img:nth-of-type(8) {
  border-radius: 50% 50% 70% 30% / 50% 50% 30% 70%;
}

.fs-img:nth-of-type(9) {
  border-radius: 60% 40% 40% 60% / 30% 70% 70% 30%;
}

.fs-img:nth-of-type(10) {
  border-radius: 35% 65% 55% 45% / 50% 50% 50% 50%;
}

.fs-img:nth-of-type(11) {
  border-radius: 55% 45% 65% 35% / 45% 55% 35% 65%;
}




.mp-table p {

    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0 10px;
}


.mp-table h3 {
	
font-size: 18px;
	
}

.fs-hero{
	  position: relative;
  width: 70%;
  margin: 20px 0;
  padding: 15px;
  background-color: #f5f5f5; /* A light, earthy tone */
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  text-align: center;
  font-family: 'Georgia', serif;
  color: #333
	

}




.fs-wrapper h3 {
font-size:22px;
text-align: left;	
	
}



.spark {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    filter: blur(1px); /* Adds a subtle glow effect */
    animation: flyOut 1s forwards;
    pointer-events: none; /* Prevents interference with user clicks */
}

@keyframes flyOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5) translateY(-50px) translateX(20px);
        opacity: 0;
    }
}


.fs-italic{
font-style:italic;
}

.fs-strong{
font-weight:700;
}

.fs-bookmark-nav .fs-arabic{
  font-size: 16px;
}



.fs-acknowledgements h3 {
margin-bottom:10px;
}

.fs-epilogue {
 border-top: 3px solid #8B4513;	

}




/****MOBILE LAYOUT****/


	
@media (max-width: 768px) {
  /*
   * Wrapper
   */
  .fs-wrapper {
    margin: 0; /* Remove side margins */
    padding: 0 10px; /* Adjust padding for smaller screens */
    border-left: none; /* Remove left border */
  }

  /*
   * Flexbox and Grid
   */
  .fs-flow,
  .fs-grid-container,
  .mp-table {
    flex-direction: column; /* Stacks items vertically */
    display: flex; /* Ensure display is flex for the column direction */
    gap: 0; /* Remove gap between items for a tighter layout */
  }

  /*
   * Card and Sticker
   */
  .fs-flow .mp-flex-item {
    margin: 10px 0; /* Adjust margins to stack items */
  }

  .fs-sticker {
    top: -10px; /* Adjust vertical position */
    left: -10px; /* Adjust horizontal position */
    width: 40px; /* Make the sticker smaller */
    height: 40px;
    font-size: 10px;
  }

  /*
   * Fixed Navigation
   */
  .fs-bookmark-nav {
    position: relative; /* Change from fixed to relative */
    top: auto; /* Remove fixed positioning */
    transform: none;
    margin: 20px 0; /* Add margin to place it in the document flow */
    text-align: center; /* Center the nav */
    padding: 10px; /* Add padding */
	border: none; 
    box-shadow: none;  
  }
  
  .fs-bookmark-nav a {
    padding: 10px; /* Increase padding for touch targets */
    font-size: 12px;
    border-left: none; /* Remove the border line */
    border-bottom: 2px solid transparent; /* Add a bottom border for a new look */
  }

  .fs-bookmark-nav a:hover,
  .fs-bookmark-nav a:active {
    border-bottom-color: #007bff; /* Change hover effect to bottom border */
    border-left: none; /* Ensure the left border is removed */
  }
	
	
	
	.fs-list {
	  font-size:14px;
	  letter-spacing:4px;	
	}
	
  /*
   * Care Links
   */
  .fs-care-links {
    width: 80%; 
	padding:12px;  
  }

  /*
   * The "Tree Trunk" Table
   */
  .mp-table::before {
    content: none; /* Remove the central "trunk" line */
  }
  
  .mp-fs-column {
    align-items: center !important; /* Center all items in the column */
  }

  .mp-fs-column::after {
    content: none; /* Remove the "branches" */
  }


	
	.fs-wrapper h2 {
	font-size:24px;
	}	
	
	.fs-hero {
	width:unset;
	font-size: 16px;	
	}
	

	
	.mp-table{
	width:unset;
	}
	

	
	


.hamburger-menu-toggle {
  display: block;
  font-size: 2rem;
  background: none;
  cursor: pointer;
  border: none;	
  aspect-ratio: 1 / 1;
   width: 30px;
  color: white;	
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;	
}

.nav-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none; /* Hide the menu by default on mobile */
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f0f0f0; /* Example background color */
}

/* Class to show the menu when active */
.nav-links.active {
        display: table;
        
}
	
.hamburger-menu-toggle.active {	
	
  color: rgba(255, 0, 0, 0.7);	
}
	
	 .fs-bookmark-nav li:nth-child(1) a {
 background: rgba(0, 0, 0, 1);
		 color: #fff; /* White text for contrast */
}

.fs-bookmark-nav li:nth-child(2) a {
  background: rgba(255, 255, 255, 1);	
  color: #000; /* Black text for contrast */
}

 .fs-bookmark-nav li:nth-child(3) a {
  background: rgba(0, 128, 0, 1); 
  color: #fff; /* White text for contrast */	 
  	}
	
 .fs-bookmark-nav li:nth-child(4) a {
  background: rgba(255, 0, 0, 1); 
  color: #fff; /* White text for contrast */	 
  	}
	


	

    .mp-fs-mobile {
        display: block;
        position: fixed;
        right: 20px;
        z-index: 9999;
    }
	
.fs-bookmark-mobile{
         display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
	    left: 0;
}	
	
	
.fs-embed{

display:none;


}

.fs-embed-mobile{
 display:inline;
}	
	
	
    .fs-acknowledgements {
        display: flex;
        flex-direction: row; /* This is the key change &#10145;&#65039; */
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    /* Style the list items to take up the full width of the viewport */
    .fs-acknowledgements li {
        flex-shrink: 0;
        width: 100%;
        scroll-snap-align: center; /* Better than 'start' for centered snapping */
        padding: 20px;
        box-sizing: border-box;
    }
	
	    /* Style the image container */
    .mp-table > .mp-fs-column:nth-child(even) {
        text-align: left; /* Aligns the image to the left */
    }
    
    .fs-img {
        /* This sets the aspect ratio and makes the image rectangular */
        width: 60%; /* Sets the length, as you requested */
        height: 150px; /* A fixed height for a rectangular shape */
        object-fit: cover; /* This is key for clipping the image */
        object-position: top; /* Ensures the image is centered within the clipped area */
		box-shadow:none;
		border:2px solid rgba(60, 80, 40, 0.9);
		transition: all 0.3s ease-in-out; 
    }
	
  .fs-img:nth-of-type(1),
  .fs-img:nth-of-type(2),
  .fs-img:nth-of-type(3),
  .fs-img:nth-of-type(4),
  .fs-img:nth-of-type(5),
  .fs-img:nth-of-type(6),
  .fs-img:nth-of-type(7),
  .fs-img:nth-of-type(8),
  .fs-img:nth-of-type(9),
  .fs-img:nth-of-type(10),
  .fs-img:nth-of-type(11) {
    border-radius: 0;
  }
	
	.mp-img-lgx{
	display:none;
	}	
	
.mp-inline-mobile {
	 display: inline-block;
     vertical-align: middle;
	
	}
	
.fs-header {
display:none;
}	
	
	
	
	
 /* This targets every div with class .fs-column that is an even-numbered child */
  .mp-table > .fs-column:nth-child(even) {
    /* Adds a sleek, subtle bottom border */
    border-bottom: 2px solid rgba(60, 80, 40, 0.4);
    /* Adds space below the div for separation */
    padding-bottom: 15px; 
    /* Ensures the border is within the element's box model */
    box-sizing: content-box;
  }	
	
	.mp-table > .fs-column:nth-child(odd) {
	  padding-top:15px;
	
	}	
	
.fs-wrapper h3 {
font-size:20px;
	
}	
	
	
}


.fs-img.is-pressed {
    /* Use transform to scale the image up */
    transform: scale(1.5); /* Adjust the scale value to control how much it grows */
    
    /* We can also increase the width and height to give it more space */
    width: 60%;
    height: 300px;
    
    /* Ensure the image remains centered */
    object-position: center;
}
