@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4 {
    font-family: museo-sans-rounded, myriad-pro, sans-serif;
	text-align: left;
}
p {
  margin-bottom: 22px;
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.gobacktomain, .gobacktomain strong {
	text-decoration:none !important;
	color: #313131 !important;
}
.lightblue-title {
	color:#19bdf2;
	font-size: 160%;
	text-align: left;
}
.interiorimage {
    margin: 10px 0 40px !important;
    width: 85% !important;
}
#artoc-2024 {
  border-top: 5px solid #F58220;
  margin-top: -5px;	
  position: sticky;
  top: 0;
  background-color: white; /* Or any background color to prevent content from showing through */
  z-index: 100; /* Ensure it stays on top of other content */
  /*border-bottom: 1px solid #ccc;  Optional: Add a border for visual separation */
  padding: 10px 3%;
  font-size: 110%;
  vertical-align: top;	
}
#artoc-2024 h1 {
  display: inline-block;
  margin: 8px 0;
  font-size: 130%;
  font-weight: normal;
}
#artoc-2024 button {
  float: right;
}
#artoclist-2024 {
  Background-color: whitesmoke;
  max-height: 0;
  overflow: hidden;
  padding: 0 3%;
  transition: max-height 0.6s ease-in-out, padding-top 0.6s ease-in-out, padding-bottom 0.6s ease-in-out;
  /* Add sticky positioning */
  position: sticky;
  top: 51px; /* Adjust this value to be the exact height of #artoc-2024 */
  z-index: 99; /* Ensure it's below the #artoc-2024 z-index */
  /* Optional: Add a background color if needed */

}
#artoclist-2024.open {
  max-height: 500px; /* Adjust this value as needed */
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px 3%;
}
#artoclist-2024 h2 {
  font-size: 220%;
  text-align: center;
  margin-bottom: 20px;
}
#artoclist-2024 table {
  border-collapse: collapse;
  width: 99.5%;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 15px;
}
#artoclist-2024 table tr td {
  padding: 20px 3% 10px;
  font-weight: bold;
	vertical-align: top;
}
#artoclist-2024 table tr td a {
  display: inline-block;
  padding: 5px 8px;
  font-size: 104%;
}
#artoclist-2024 table tr td a:hover {
  background-color: #faa61a;
  border-radius: 8px;
  text-decoration: none;
	color:#fff;
}
/*Toggle TOC*/
.hidden-section {
  display: none; /* Initially hidden */
  background-color: #f0f0f0;
  padding: 10px;
  margin-top: 10px;
}
/* Optional styling for the button */
.toggle-button {
  padding: 8px 15px;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*End - Toggle TOC*/


#storyhero0 {
  background-image: url('../images/annualreport2025/stories/story1/ar-story-hero1.webp');
}
#storyhero1 {
  background-image: url('../images/annualreport2025/stories/story2/ar-story-hero2.webp');
}
#storyhero2 {
  background-image: url('../images/annualreport2025/stories/story3/ar-story-hero3.webp');
}
#storyhero3 {
  background-image: url('../images/annualreport2025/stories/story4/ar-story-hero4.webp');
}
#storyhero4 {
  background-image: url('../images/annualreport2025/stories/story5/ar-story-hero5.webp');
}
#storyhero5 {
  background-image: url('../images/annualreport2025/stories/story6/ar-story-hero6.webp');
}
#storyhero6 {
  background-image: url('../images/annualreport2025/stories/story7/ar-story-hero7.webp');
}
#storyhero7 {
  background-image: url('../images/annualreport2025/stories/story8/ar-story-hero8.webp');
}
#staffspotlight {
  background-image: url('../images/annualreport2025/staffspotlight/Story-Hero-StaffSpotlight-4-1-26.webp');
}
#staffrecognitions{
  background-image: url('../images/annualreport2024/staffrecognitions/recognitions-hero-1600x420.webp');
}
#ceomessage{
  background-image: url('../images/annualreport2025/ceo/Message-From-Leanne-Hero.webp');
}

.storyhero {
  background-size: cover; /* Ensures the image covers the entire container */
  background-position: center; /* Centers the image within the container */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  width: 100%; /* Makes the container responsive width-wise */
  height: auto; /* Allows the height to adjust based on content or can be set to a fixed value */
  /* If you want a specific minimum height to accommodate the image aspect ratio on larger screens: */
  min-height: 420px;
}
#subhero {
	margin: 0;
	padding: 10px 8%;
	background-color: #e6e6e6;
}
#subhero p{
	margin: 0 auto;
    padding: 10px 0 30px;
    width: 85%;
    text-align: center;
}
.storyhero h1 {
	width: 40%;
	margin: 0;
	font-size: 260%;
	    padding: 80px 0 0 5%;
}
.boxdownarrow-top {
	
	text-align: center;
	padding:0;
	margin:0;
}
.boxdownarrow-bottom {
	background-color:#fff;
	text-align: center;
	padding:0;
	margin:0;
}
.boxdownarrow img {
	margin: 0 auto;
}
.makeitcentered {text-align:center !important;}
.orange-title, .darkblue-title, .lightblue-title {
	/*text-align: center;
	padding: 0 3%;*/
}
.orange-title h2, .orange-title {color:#f58220; font-size: 180%;}
.darkblue-title h2, .darkblue-title {color:#113456; font-size: 180%; text-align: center;}
.lightblue-title h2, .lightblue-title {color:#19bdf2; font-size: 130%;}

.half-half {
  display: flex;
  /*width: 100%;*/
	padding:0 3% 30px;
	margin-top: 25px;
}

.half-half > div {
  flex: 1;
  margin:10px 2%;
}
.half-half > div ul {
  text-align: left;
	margin:2px 0 30px 14px;
}
.half-half > div ul li {
	margin-bottom: 8px;
}
.half-half > div ul li:before {
     /* For a round bullet */
  content: '\2022';
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -12px;
  bottom: 2px;
  color: #313131;
  font-size: 20px;
}
.half-half > div i{
    display: block;
    margin: 2px auto;
    width: 85%;}
.half-half > div:first-child i{
	display: block; 
	margin-left: 8%;
margin-left: 0;

}
.half-half > div h2 {
  font-size: 180%;
    margin: 0 0 16px;
	text-align: left;
}
.half-half > div img {
 margin: 0 auto;
}
.half-half > div:last-child {
  text-align: center;
	vertical-align: middle;
}
.half-half > div:last-child p{
  text-align: left;
	
}
/* Styling for the left div (paragraph) */
.half-half > div:first-child > p {
  margin-top: 0; /* Remove default top margin */
  margin-bottom: 1em; /* Add some bottom spacing between paragraphs if multiple */
  /* Add any other paragraph styling here */
}

/* Styling for the right div (image and caption) */
.half-half > div > img {
  
  width: 85%;
  height: auto;
  margin:5px auto; /* Space between image and caption */
}
.circle-image {
    width: 45% !important;
    margin: -5px auto 20px !important;
}

.half-half > div:last-child > figcaption {
  font-size: 0.9em;
  color: #777; /* Example caption styling */
  text-align: center;
  /* Add any other caption styling here */
}

.outersection {
	padding:0 3%;
	background-color:#e6e6e6;
	margin-top:40px;
}
.curvy-bottom-right {
  border-bottom-right-radius: 45px; 
}

/*Start - Dividers*/ 
.divider-orange {
	text-align: center;
}
.divider-orange img {
	width: 75%;
	margin: 30px auto;
}


.seventy-thirty {
  display: flex;
  /*width: 100%;*/
  padding: 0 3%;
  margin-top: 25px;
  flex-wrap: wrap; /* Make it wrap for mobile */
  justify-content: space-between; /* Distribute space between divs */
}

.seventy-thirty > div {
  margin-right: 3%;
  margin-bottom: 20px; /* Add some space between divs on mobile */
}

/* Style for the first div (67% width) */
.seventy-thirty > div:first-child {
  flex-basis: calc(67% - 3%); /* Subtract margin */
}

/* Style for the second div (30% width) */
.seventy-thirty > div:nth-child(2) {
  flex-basis: calc(30% - 3%); /* Subtract margin */
}


.thirty-seventy {
  display: flex;
  /*width: 100%;*/
  padding: 0 3%;
  margin-top: 25px;
  flex-wrap: wrap; /* Make it wrap for mobile */
  justify-content: space-between; /* Distribute space between divs */
}

.thirty-seventy > div {
  margin-right: 3%;
  margin-bottom: 20px; /* Add some space between divs on mobile */
}

/* Style for the first div (30% width) */
.thirty-seventy > div:first-child {
	flex-basis: calc(30% - 3%); /* Subtract margin */
  
}
.thirty-seventy > div:first-child img {
	width:100%;
  
}

/* Style for the second div (67% width) */
.thirty-seventy > div:nth-child(2) {
  flex-basis: calc(66% - 3%); /* Subtract margin */
}


.half-half-table {
	width:85%;
	
}
.half-half-table tr td {
	width:50%;
	vertical-align: top;
	
}
.half-half-table tr td:first-child {
	text-align: right;
	
}
.half-half-table tr td img{
	width:70%;
	
}

.thirty-seventy-table {
	width: 80%;
    margin: 10px auto;
	
}
.thirty-seventy-table tr td {
	vertical-align: top;
	padding: 1%;
}
.thirty-seventy-table tr td:first-child {
	text-align: right;
	width: 30%;
}
.thirty-seventy-table tr td:last-child {
	
	width: 65%;
}
.thirty-seventy-table tr td img{
	width:100%;
	
}
.myquote{}
.myquote::before {
	content: url("../images/annualreport2024/quote-open.png");
    margin-right: 5px; 
	width: 5px;
}
.lefticon-righttext-table{
	padding:30px 5%;
	background-color:#fff;
	    border-bottom-right-radius: 45px;
	margin: 50px 8% 12px;
}
.makeitcircle {}

.lefticon-righttext-table table {
  width: 90%; /* Adjust as needed */
  border-collapse: collapse;
	margin-bottom: 30px;
}

.lefticon-righttext-table td {
  padding: 8px; /* Adjust as needed */
  vertical-align: middle;
}

.makeitcircle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px; /* Adjust the size of the circle */
  height: 80px; /* Adjust the size of the circle */
  border-radius: 50%;
  color: white;
  font-weight: bold;
	font-size: 180%;
}

/* Different background colors for each circle */
.lefticon-righttext-table tr:nth-child(1) .makeitcircle {
  background-color: #faa71b; /* Blue */
}

.lefticon-righttext-table tr:nth-child(2) .makeitcircle {
  background-color: #1fbcee; /* Dark orange */
}

.lefticon-righttext-table tr:nth-child(3) .makeitcircle {
  background-color: #ffcc04; /* Blue */
}

/* You can add more rules for additional rows if needed */

.lefticon-righttext-table p {
  font-style: italic;  /* Light Orange (CS Yellow) */
  margin-top: 10px; /* Adjust as needed */
}


.leannesignature {
  border-collapse: collapse;
  width: 75%;
	margin-top: 50px;
}
.leannesignature tr td {
  padding: 3px 5px;
  vertical-align: top;
}
.leannesignature tr td:first-child {
  width: 20%;
  text-align: center;
}
.leannesignature tr td:last-child {
 padding-left:3%;
}
.leannesignature tr td img {
  width: 90%;
}
.leannesignature tr td:first-child img {
  width: 100% !important;
}
.leannesignature tr td:last-child img {
  width: 40%;
	margin-bottom: 20px;
}
.leannesignature tr td:last-child strong {
  display: block;
}

.fullpage {
	
}
.fullpage div{
	width: 70%;
    margin: 30px auto 90px;
}

.responsivevideo{
	width:90%;
	height:350px
	
}

.imageinfullwidth {
	width:94%;
	margin: 0 auto;
	padding: 30px 3%;
}
.imageinfullwidth img{
	width: 60%;
	margin: 20px auto;
	display: block;
}

/*Bottom Next and Back buttons style*/
.navigation-container {
    display: flex; /* Enables flexbox layout */
    justify-content: space-between; /* Pushes children to opposite ends */
    align-items: center; /* Vertically aligns items in the center */
    padding: 20px;

}
.nav-button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #ececec;
    color: #000;
    display: inline-flex; /* To align icon and text */
    align-items: center; /* Vertically align icon and text */
    gap: 8px; /* Space between icon and text */
    transition: background-color 0.3s ease;
}

.nav-button:hover {
    background-color: #F58220;
	color:#fff;
}

.nav-button i {
    font-size: 1em; /* Adjust icon size relative to button text */
}

.temp{background-color: #FFFF00; margin:12px 0;}
.desktop {
display: block;
}
.mobile{display: none;}
.makeitalic {
	font-style:italic !important;
}
.make75{
	width:75% !important; 
}
.make70{
	width:70% !important; 
}
.desktop1200plus {display: block;}
.desktop1200minus {display: none;}





/* Main container - Mobile First */
.callout {
  display: flex;
  flex-wrap: wrap;
  width: 94%; /* 94% width on mobile */
  margin: 0 auto;
}

/* First div (Left side) - 100% width on mobile */
.callout > div:first-child {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}

/* Second div (Right side) - 100% width on mobile */
.callout > div:last-child {
  flex: 0 0 60%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

/* Image centering and sizing */
.callout > div:first-child img {
  width: 90%;
  height: auto;
  display: block;
}

/* Paragraph spacing reset */
.callout > div:last-child p {
  margin: 0;
}

@media (max-width: 1200px) {
.desktop1200plus {display: none;}
.desktop1200minus {display: block;}
}



/* Optional: Adjust height for smaller screens if needed */
@media (max-width: 768px) {

/* First div is exactly 40% width on desktop */
  .callout > div:first-child {
    flex: 0 0 100%; 
    max-width: 100%;
  }
  
  /* Second div is exactly 60% width on desktop */
  .callout > div:last-child {
    flex: 0 0 100%; 
    max-width: 100%;
  }
}

@media (max-width: 480px) { /* Example breakpoint for mobile phones */
  /* Further adjustments for smaller mobile screens */
  /* height: auto; */
}
/* Mobile-friendly adjustments */
@media (max-width: 768px) {
  .half-half {
    flex-direction: column;
  }

  .half-half > div {
    margin-right: 0;
    margin-bottom: 3%;
  }

  .half-half > div:last-child {
    margin-bottom: 0;
  }

  .half-half > div:first-child {
    margin-bottom: 2%; /* Add some space between the paragraph and the image section */
  }
}
/* Mobile adjustments */
@media (max-width: 768px) {
  .seventy-thirty, .thirty-seventy {
    flex-direction: column; /* Stack divs on smaller screens */
  }

  .seventy-thirty > div, .thirty-seventy > div {
    width: 100%; /* Make divs full width on mobile */
    margin-right: 0; /* Remove right margin on mobile */
  }
}

.seventy-thirty > div ul {
  text-align: left;
  margin: 2px 0 30px 14px;
}

.seventy-thirty > div ul li {
  margin-bottom: 8px;
}

.seventy-thirty > div ul li:before {
  /* For a round bullet */
  content: '\2022';
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -12px;
  bottom: 2px;
  color: #ccc;
  font-size: 20px;
}

.seventy-thirty > div i {
  display: block;
  margin-left: 5%;
}

.seventy-thirty > div h2 {
  font-size: 180%;
  margin: 0 0 16px;
}

.seventy-thirty > div img {
  margin: 0 auto;
}

.seventy-thirty > div:last-child {
  text-align: center;
  vertical-align: middle;
}

.seventy-thirty > div:last-child p {
  text-align: left;
}

/* Styling for the left div (paragraph) */
.seventy-thirty > div:first-child > p {
  margin-top: 0; /* Remove default top margin */
  margin-bottom: 1em; /* Add some bottom spacing between paragraphs if multiple */
  /* Add any other paragraph styling here */
}

/* Styling for the right div (image and caption) */
.seventy-thirty > div > img {
  width: 85%;
  height: auto;
  margin: 5px auto; /* Space between image and caption */
}

.seventy-thirty > div:last-child > figcaption {
  font-size: 0.9em;
  color: #777; /* Example caption styling */
  text-align: center;
  /* Add any other caption styling here */
}

/* Mobile adjustments */
@media (max-width: 750px) {
	#artoc-2024 {
		text-align: center;}
	
	#artoc-2024 button {
    display: block;
    float: none;
	margin: 8px auto;
}
#artoc-2024 h1 {
    display: block;
}
	.fullpage div {
    width: 92%;
	}
	.responsivevideo{
	width:100%;
	height:315px
	
}
	.imageinfullwidth img{
	width: 85%;

	
}
	
}

@media screen and (max-width: 580px) {

	#artoclist-2024 table tr td { display: block;}
	.desktop {
display: none;
}
.mobile{display: block;}
	
}
