@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4 {
  font-family: museo-sans-rounded, myriad-pro, sans-serif;
}
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;
}
.arwhite h2, .arwhite h3, .arwhite h4 {
  color: #00bdf2;
  margin-top: 0;
}
.arorange h2, .arorange h3, .arorange h4 {
  color: #c1521f;
  margin-top: 0;
}
.arbackorange {
  background-color: #f58220;
  color: #fff;
  padding: 20px 2% !important;
}
.arbackdarkorange {
  background-color: #c25624;
  color: #fff;
  padding: 20px 2% !important;
}
.arbackorange p, .arbackorange strong, .arbackorange a {
  background-color: #f58220;
  color: #fff;
}
.ardarkorange h2, .ardarkorange h3, .ardarkorange h4 {
  color: #c25624;
  margin-top: 0;
}
.lightornagetitle h2, .lightornagetitle h3 {
  color: #f58220;
}
.centertext {
  text-align: center;
}
.sectionheader-orange {
  padding: 20px 3%;
  color: #fff;
  background-color: #f58220;
}
.sectionheader-darkorange {
  padding: 20px 3%;
  color: #fff;
  background-color: #c25624;
  margin-bottom: -5px;
}
.sectionheader-lightblue {
    padding: 10px 3%;
    color: #313131;
    background-color: #6dcff6;
    margin-bottom: -5px;
	text-align: center;
}
.sectionheader-lightblue h2{
    font-size: 220%;
}
.sectionheader-darkorange h2 {
  color: #fff;
}
.sectionheader-lightorange {
  padding: 20px 3%;
  color: #fff;
  Background-color: #ffbf00;
  margin-bottom: -5px;
}
.sectionheader-lightorange h2 {
  color: #fff;
}
.sectionheader-darkblue {
  padding: 20px 3%;
  color: #fff;
  background-color: #113456;
  margin-bottom: -5px;
}
.sectionheader-white {
  padding: 20px 3%;
  color: #113456;
  background-color: #fff;
  margin-bottom: -5px;
}
.sectionheader-darkblue h2 {
  color: #fff;
}
.sectionheader-blue {
  padding: 20px 3%;
  color: #fff;
  background-color: #00bdf2;
}
.backorange {
  background-color: #f58220;
}
.backblue {
  background-color: #00bdf2;
}
.backlightorange {}
.arbackgrey {
  background-color: #f5f5f5;
}
.sectionheader-orange h2, .sectionheader-blue h2 {
  font-size: 220%;
  color: #fff;
}
.button-style {
	background-color: #fff !important;
    color: #c15936 !important;
    border-radius: 25px 25px !important;
	font-weight: bold;
	border: 1px solid #fcfcfc;
	padding:3px 15px 4px;
}
.button-style:hover {
	background-color: #fcfcfc !important;
	border: 1px solid #c15936;
   
}


#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% 12px;
  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;
}
#artopcover-2024 { background-color: #c15927; text-align: center; padding: 40px 3% 20px;}
#artopcover-2024 p{ text-align: center; font-size: 300%; color: #fff; }
#artopcover-2024 p strong{ color: #fff; font-weight: bold;}
.cover-divider-orange, .cover-divider-orange img  {
	width:100%;
}


#arcover-2024 {
  /*background-image: url('../images/annualreport2024/annualreport-cover-2024.jpg'); /* Replace with your image path */
 /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 600px;*/ /* Example fixed height */
  display: flex; /* Example to center content within */
  justify-content: center;
  align-items: center;
  color: white;
}
#arcover-2024 img {
	width:100%;
}
#arceomessage-2024 {
  width: 75%;
  margin: 12px auto;
  padding: 30px 0 50px;
}
#arceomessage-2024 h2 {
  text-align: center;
  margin-bottom: 40px;
}
#arceomessage-2024 tr td:last-child p {
  margin-top: 45px;
}
.leannesignature {
  border-collapse: collapse;
  width: 85%;
}
.leannesignature tr td {
  padding: 3px 5px;
  vertical-align: top;
}
.leannesignature tr td:first-child {
  width: 40%;
  text-align: center;
}
.leannesignature tr td img {
  width: 90%;
}
.leannesignature tr td:first-child img {
  width: 70%;
}
.leannesignature tr td:last-child img {
  width: 50%;
}
.leannesignature tr td:last-child strong {
  display: block;
}
.leannesignature a{text-decoration: underline; color: #313131;}
	.leannesignature a:hover{ text-decoration: none;}
#artribal-2024 {}
#artribal-2024 h2 {
  text-align: center;
}
/*Start Style for About Section*/
#arabout-2024 {
  padding: 0 3% 30px;
  text-align: center;
  background-color: #c15927;
  margin: 30px auto 0;
  width: 85%;
}
#arabout-2024 h2 {
  font-size: 220%;
	color:#fff;
	margin-top: 20px;
}
#arabout-2024 p {
  width: 80%;
  text-align: center;
  margin: 0 auto;
	color:#fff;
}
#arabout-2024 a {
  display: inline-block;
  margin: 20px auto 30px;
	color:#fff;
	text-decoration: underline;
}
#arabout-2024 a {

	/*text-decoration: none;*/
}
#arabout-2024 a:hover {

	text-decoration: none;
}

#artime-2024 {
  padding: 0 3% 30px;
  text-align: center;
  background-color: #f5f5f5;
  margin: 30px auto 0;
 /* width: 85%;*/
}
#artime-2024 h2 {
  font-size: 220%;
	color:#313131;
	margin-top: 20px;
}
#artime-2024 p {
  width: 80%;
  text-align: center;
  margin: 0 auto;
	color:#313131;
}
#artime-2024 a {
  display: inline-block;
  margin: 20px auto 30px;
	color:#fff;
	text-decoration: underline;
}
#artime-2024 a {

	/*text-decoration: none;*/
}
#artime-2024 a:hover {

	text-decoration: none;
}
#bottomabout { background-color: #c15927;
    padding: 0px 3%;
    
    margin: 0 auto 60px;
    text-align: center;

    width: 85%;
	border-bottom-right-radius: 45px;
	border-bottom-left-radius: 45px;
}
#bottomabout img{ 
	margin-bottom: -5px;
	    width: 35%;
}
.centered-white-arrowdown {
	text-align: center;
}

/*End Style for About Section*/
#arstories-2024 {
  margin-top: 20px;
}
#arstories-2024 h2 {
  text-align: center;
	color: #00bdf2;
	font-size: 220%;
	margin-top: 50px;
}
#arstaff-2024 {
  background-color: #f4f4f4;
  text-align: center;
  padding: 0 3% 40px;
	margin-top: 50px;
}
#arstaff-2024 h2 {
  text-align: center;
  padding: 25px;
}
#arstaff-2024 table {
  border-collapse: collapse;
  margin: 30px auto;
  width: 80%;
}
#arstaff-2024 table tr td {
  vertical-align: top;
  text-align: center
}
#arstaff-2024 table tr td h3 {
  margin-top: 0;
}
#arstaff-2024 table tr td p {
  width: 90%;
}
#arstaff-2024 table tr td:nth-child(2) {
  margin-right: 3%;
}
#arstaff-2024 table tr td:nth-child(odd) {
  width: 20%;
  text-align: center;
	padding-right: 12px;
}
#arstaff-2024 table tr td:nth-child(even) {
  text-align: left;
	width: 30%;
}
#arstaff-2024 table tr td:nth-child(odd) img {
  width: 95%;
}
#arstaff-2024 a {
  display: inline-block;
  padding: 8px 15px;
  background-color: #943e07;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.95em;
}
/*<!--End-->*/
#arpartnetshiprecog-2024 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 40px 3% 0;
  justify-content: center; /* Center the divs horizontally on desktop */
  margin: 25px 0 0;
}
#arpartnetshiprecog-2024 a{ text-decoration: underline; font-weight: bold; color: #c15927;}
	#arpartnetshiprecog-2024 a:hover{ text-decoration: none;}	
#arpartnetshiprecog-2024 > div {
  flex: 1;
  margin-bottom: 30px;
  margin-left: 20px; /* Add left margin to each div */
  margin-right: 20px; /* Add right margin to each div */
  max-width: 600px; /* Optional: Set a maximum width for each div */
}
#arpartnetshiprecog-2024 > div h2:first-child {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center; /* Center the main title within the div */
  color: #f58220;
  font-family: myriad-pro, sans-serif;
}
#arpartnetshiprecog-2024 > div h2:last-child {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center; /* Center the main title within the div */
  color: #f58220;
  font-family: myriad-pro, sans-serif;
}
#arpartnetshiprecog-2024 > div img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#arpartnetshiprecog-2024 > div h3 {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #313131;
  font-weight: bold;
}
#arpartnetshiprecog-2024 > div p {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 0;
}
#arfinancial-2024 {}
#arfinancial-2024 h2 {
  text-align: center;
}
/*Start Finanical Section*/
#arfinancialsummary-2024, #arfinancialenrollment-2024 {
  display: flex; /* Enable flexbox for side-by-side layout */
  padding: 40px 3% 20px; /* Add padding on top, bottom, and sides */
  flex-wrap: wrap; /* Allow items to wrap to the next line on smaller screens */
  gap: 20px; /* Optional: Add some gap between the divs */
  background-color: #f5f5f5;
  margin: 10px auto;
}
#arfinancialsummary-2024 > div, #arfinancialenrollment-2024 > div {
  flex: 1; /* Make the divs equal width */
  min-width: 300px; /* Optional: Set a minimum width for each div to prevent excessive shrinking */
}
#arfinancialsummary-2024 > div h3, #arfinancialenrollment-2024 > div h3 {
  margin-top: 0; /* Remove default top margin for the first heading */
  margin-bottom: 10px;
}
#arfinancialsummary-2024 > div:first-child h3, #arfinancialenrollment-2024 > div:first-child h3 {
  text-align: left;
  color: #f58220;
  font-weight: bold;
  font-family: myriad-pro, sans-serif;
}
#arfinancialsummary-2024 > div:last-child h3, #arfinancialenrollment-2024 > div:last-child h3 {
  margin-top: 0; /* Remove default top margin for the first heading */
  margin-bottom: 10px;
  text-align: center;
  color: #f58220;
  font-weight: bold;
  font-family: myriad-pro, sans-serif;
}
#arfinancialsummary-2024 > div p, #arfinancialenrollment-2024 > div p {
  line-height: 1.6;
  text-align: left;
}
#arfinancialsummary-2024 > div img, #arfinancialenrollment-2024 > div img {
  display: block; /* Prevent extra space below the image */
  width: 30%; /* Make the image responsive within its container */
  height: auto;
  margin: 10px auto 0;
}
/*End Finanial Section*/
#arleadership {
  padding: 30px 5% 80px 20%;
  color: #313131;
  background-color: #6dcff6;
  display: flex;
  flex-direction: row;
	justify-content: center;  /* centers tables horizontally */
  
  gap: 20px;                /* optional: space between tables */
  
}
#arleadership table {
  width: 42%;
  border-collapse: collapse;
}
#arleadership table tr td {
  padding: 5px;
  vertical-align: middle;
}
#arleadership p {
  color: #313131;
  font-size: 105%;
}
#arleadership strong {
  color: #313131;
  font-weight: bold;
  font-size: 160%;
}
.eltcircleimage {
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 20px;
}
.eltcircleimage img {
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.ararrowtop {
  transform: translateX(-50%) rotate(-90deg);
  font-style: normal;
  display: inline-block;
}
.arboldstart {
  font-size: 105%;
}
#arleadership h4 {
  font-size: 132%;
  font-weight: bold;

  text-transform: none;
}
#arboard {
  padding: 0 3% 80px;
  color: #313131;
  /*background-color: #113456;*/
  display: flex;
  flex-direction: row;
	margin: 0 auto; 
	width: 80%;
}
#arboard strong {
  color: #fff;
}
#arboard table {
  border-collapse: collapse;
  width: 33%;
}
#arboard table tr td {
  padding: 12px 0 24px;
}
.arboardname {
  display: block;
  font-family: open-sans, sans-serif;
  font-size: 122%;
  font-weight: bold;
  margin-bottom: 8px;
}
#ardownload-2024 {}
#ardownload-2024 h2 {
  text-align: center;
}
.story-container {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-start; /* Align items to the left */
  padding: 20px;
  margin: -5px; /* Add negative margin to the container */
  justify-content: center;
}
.story-tile {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 5px; /* Add positive margin to the items */
  text-align: center;
  width: calc(25% - 20px); /* Adjust width to account for margins */
  box-sizing: border-box;
}
.story-tile img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
	border-bottom: 5px solid #ccc;
}
.story-tile:nth-of-type(1) img {
	border-bottom: 5px solid #ffc409;
}
.story-tile:nth-of-type(2) img {
	border-bottom: 5px solid #00bdf2;
}
.story-tile:nth-of-type(3) img {
	border-bottom: 5px solid #faa61a;
}
.story-tile:nth-of-type(4) img {
	border-bottom: 5px solid #ffc409;
}
.story-tile:nth-of-type(5) img {
	border-bottom: 5px solid #ffc409;
}
.story-tile:nth-of-type(6) img {
	border-bottom: 5px solid #00bdf2;
}
.story-tile:nth-of-type(7) img {
	border-bottom: 5px solid #faa61a;
}
.story-tile:nth-of-type(8) img {
	border-bottom: 5px solid #ffc409;
}
.curvy-bottom-right {
    border-bottom-right-radius: 45px;
}

.story-tile h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
}
.story-tile p {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #777;
}
.story-tile a {
  display: inline-block;
  padding: 8px 15px;
  background-color: #943e07;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.95em;
}
/* Responsive adjustments for smaller screens (e.g., tablets) */
@media (max-width: 992px) {
  .story-tile {
    width: calc(50% - 10px); /* Two story-tiles per row on tablets */
  }
  #arceomessage-2024 tr td:last-child p {
    margin-top: 0;
  }
}
/* Responsive adjustments for mobile */
@media (max-width: 576px) {
  .story-tile {
    width: 100%; /* One story-tile per row on mobile */
  }
}
#artimeline-2024 {}
#artimeline-2024 h2 {
  text-align: center;
}
#arpartnership-2024 {}
#arpartnership-2024 h2 {
  text-align: center;
}
/***** Timeline *****/
#artimeline, .artimelineimg {
  display: none;
} /* hide simple timeline */
/** BS styles **/
.timeline-body div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-body .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.timeline-body .container:before {
  display: table;
  content: " ";
}
.timeline-body .container:after {
  clear: both;
}
/** END BS styles **/
.timeline-body {
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  background-color: #eee;
}
.timeline-body section {
  padding: 30px 0 100px;
}
.timeline-body p {
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 12px;
}
.timeline-body {
  background: #ffbf00;
  padding-top: 60px;
}
.timeline-body :before, .timeline-body :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline {
  position: relative;
}
.timeline::before {
  content: '';
  background: #113456; /*c5cae9*/
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-item {
  width: 100%;
  margin-bottom: 32px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 60px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}
.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  padding-top: 60px;
  border-radius: 4px;
  background: transparent; /*f5f5f5*/
  /*box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);*/
}
.timeline-content h4 {
  font-family: museo-sans-rounded, open-sans, sans-serif;
  font-size: 20px;
  color: #113456;
  font-weight: bold;
  margin-top: 20px;
}
.timeline-content .featured-img {
  width: 80%;
  /*padding-bottom: 1.75rem;*/
  margin: 24px 0;
  rotate: 355deg;
  border: 20px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.13) -4px 9px 25px -6px;
}
.timeline-item:nth-child(even) .timeline-content .featured-img {
  rotate: 5deg;
}
.timeline-img {
  width: 30px;
  height: 30px;
  background: #113456;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}
.timeline-card {
  padding: 0 !important;
}
.timeline-card p {
  font-size: 16px;
  padding: 0 20px;
}
.timeline-card a {
  margin-left: 20px;
}
.timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4)), url('https://picsum.photos/1000/800/?random') center center no-repeat;
  background-size: cover;
}
.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.timeline-img-header h2 {
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 20px;
}
.timeline-body .date {
  font-family: museo-sans-rounded, open-sans, sans-serif;
  font-size: 32px;
  font-weight: bold;
  background: none;
  display: inline-block;
  color: #113456;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    /*content: '';
        position: absolute;
        border-style: solid;*/
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
  .timeline-item:nth-child(even) .timeline-content .date {
    left: 0;
  }
}
/** BS breakpoints **/
@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }
}
@media (min-width: 768px) {
  .timeline .container {
    max-width: 1120px;
    max-width: 1280px;
  }
}
@media (min-width: 992px) {
  .timeline .container {
    max-width: 1120px;
  }
}
/** BS breakpoints **/
/***** END Timeline *****/
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateX(20%);
    /*clip-path: inset(45% 20% 45% 20%);*/
  }
  to {
    opacity: 1;
    transform: translateX(0%);
    /*clip-path: inset(0% 0% 0% 0%);*/
  }
}
.revealing-right {
  /* Create View Timeline */
  view-timeline-name: --revealing-right;
  view-timeline-axis: block;
  /* Attach animation, linked to the  View Timeline */
  animation: linear reveal both;
  animation-timeline: --revealing-right;
  /* Tweak range when effect should run*/
  animation-range: entry 20% cover 40%; /*25% cover 50%*/
}
/*Start Land Acknowledgment*/
#land {
  background-color: #113456;
  color: #fff;
  background-image: url('../images/annualreport2024/arlandbackimage.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
}
#land p, #land strong, #land h2, #land h3, #land h4 {
  color: #fff;
}
#land div {
  width: 45%;
  padding: 0 4% 40px;
}
#land div:first-child {
  width: 92%;
  
}
/*End Land Acknowledgment*/
/*Start Download Section Style*/
#ardownload {
  padding: 20px 5%;
  clear: both;
  overflow: hidden;
  Background-color: #ffbf00;
  text-align: center;
}
#ardownload h2 {
  color: #003a61;
  font-size: 180%;
  font-weight: bolder;
}
#ardownload a:visited, #ardownload a:link {
  border: 1px solid #c25713;
  color: #fff;
  background-color: #c25713;
  margin: .25rem 0 1.25rem;
  display: inline-block;
  border-radius: 30px;
  padding: 12px 24px;
  margin-top: .5rem;
  text-decoration: none;
  font-size: 1.2rem;
}
#ardownload a:hover, #ardownload a:active {
  border: 1px solid #c25713;
  background-color: #fff;
  color: #c25713;
  text-decoration: underline;
}
.aranchor {
  display: block;
  height: 415px; /*same height as header*/
  margin-top: -415px; /*same height as header*/
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  #arboard {
    display: block;
  }
  #arboard strong {
    color: #fff;
  }
  #arboard table {
    width: 94%;
  }
  #arleadership {
    display: block
  }
  #arleadership table {
    width: 90%;
    margin: 10px 0;
    padding: 10px 3%;
  }
  /*Partnership section style*/
  #arpartnetshiprecog-2024 {
    flex-direction: column;
    gap: 0;
    align-items: center; /* Center the stacked divs horizontally on mobile */
  }
  #arpartnetshiprecog-2024 > div {
    margin-bottom: 40px;
    margin-left: 0; /* Remove left margin on mobile */
    margin-right: 0; /* Remove right margin on mobile */
    width: 90%; /* Optional: Adjust width on mobile */
    max-width: none; /* Remove max-width on mobile */
  }
  #arfinancialsummary-2024, #arfinancialenrollment-2024 {
    flex-direction: column; /* Stack divs vertically on mobile */
  }
  #arfinancialsummary-2024 > div, #arfinancialenrollment-2024 > div {
    width: 100%; /* Make divs full width on mobile */
    margin-bottom: 20px; /* Add some spacing between stacked divs */
  }
  #land div {
    width: 90%;
    padding: 20px 5% 30px;
  }
  #artoc-2024 {
    text-align: center;
  }
  #artoc-2024 button {
    display: block;
    float: none;
    margin: 8px auto;
  }
  #artoc-2024 h1 {
    display: block;
  }
  .leannesignature tr td:first-child img {
    width: 90%;
  }
  .leannesignature {
    width: 100%;
  }
	#arstaff-2024 table tr td {
      width: 100% !important;
    display: block !important;
}
	#arstaff-2024 table tr td img{
      width: 45% !important;
		margin-bottom: 25px;
}
	
	
	
	
	
}
@media screen and (max-width: 580px) {
  #artoclist-2024 table tr td {
    display: block;
  }
}