a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
  outline: 3px solid #005fcc !important;
  outline-offset: 3px;
  /* outline-offset: 3px; */
}

.full-width-content .left-document-preview {
  width: 100%;
}

.yearbook-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.index-page {
  border-radius: 10px;
  border: 1px solid #000;
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}

.index-page .text-xl {
  font-family: 'Lato-Regular' !important;
  margin-bottom: 0;
  padding: 13px 20px;
  color: #313335;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.block-table {
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.block-table:last-child {
  border-bottom: none;
}

.index-page .text-lg {
  font-family: 'Lato-Regular';
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 13px;
}

.index-page .toc-btn {
  font-family: 'Lato-Regular';
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  display: block;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 3px 30px;
  transition: all .5s ease;
}

.index-page .toc-btn:hover {
  color: #4A8105;
  text-decoration: none;
}

.yearbook-title {
  margin-top: 38px;
}

.yearbook-title .text-xl {
  color: #4A8105;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 15px;
}

.ta-accordion-content {
  /* max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease; */
}

.yearbook-accordion {
  margin-top: 28px;
  display: inline-block;
  width: 100%;
}

.yearbook-accordion button {
  width: 100%;
  border: none;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  background-color: #4A8105;
  transition: all .5s ease;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21 16L12 7L3 16" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 20px);
  color: #FFF;
}

.yearbook-accordion button[aria-expanded="false"] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3 8L12 17L21 8" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.yearbook-accordion button:hover {
  background-color: #101820;
}

.yearbook-accordion .text-lg {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  font-family: 'Lora-Bold';
  margin-bottom: 0;
}

.yearbook-accordion button p,
.yearbook-accordion button span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
  margin-top: 12px;
  display: block;
}

.yearbook-accordion button .emoji-hide {
  display: flex;
  flex-wrap: wrap;
}

.yearbook-accordion button .emoji-hide span {
  margin-block: 0;
  margin-inline: 5px;
}

.yearbook-accordion button p strong,
.yearbook-accordion button span strong {
  font-weight: 700;
}

.yearbook-accordion button>*:last-child {
  margin-bottom: 0;
}

.block-table>*:last-child {
  padding-bottom: 0;
}

.number-all-box>*:last-child {
  margin-bottom: 0;
}

.number-yearbook.full-width-content .number-all-box>*:last-child {
  margin-bottom: 7px;
}

.ta-accordion-content .text-md {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px solid #78AC37;
  padding-bottom: 20px;
  margin-bottom: 0;
  padding-top: 20px;
}

.yearbook-content {
  /* margin-top: 45px; */
}

.partners-second-number,
.number-yearbook,
.highlight-yearbook {
  padding-top: 25px;
  padding-bottom: 25px;
}

.coordinator-note {
  margin-top: 25px;
  margin-bottom: 25px;
}

.highlight-yearbook .text-sm,
.community-yearbook .text-sm,
.number-yearbook .text-sm,
.partners-yearbook .text-sm {
  color: #035D83;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.highlight-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.left-highlight-top {
  width: calc(100% - 833px);
}

.highlight-top p {
  margin-bottom: 15px;
}

/* .highlight-top p:last-child {
  margin-bottom: 0;
} */

.highlight-top img {
  width: 813px;
  height: auto;
  border-radius: 10px;
}

/* .highlight-des {
  border-radius: 10px;
  background: #035D83;
  padding: 15px 20px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.highlight-des p {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 0;
} */

.highlight-des p {
  margin-bottom: 25px;
}

.highlight-yearbook .row img {
  width: 100%;
  margin-bottom: 20px;
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
}

.all-images-highlight {
  margin-bottom: 30px;
}

.quote-top,
.quote-bottom,
.document-icon,
.top-arrow,
.note-icon {
  display: inline-block;
  cursor: pointer;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.quote-top {
  width: 34px;
  height: 25px;
  background-color: rgba(120, 172, 55, 1);
  --svg: url('data:image/svg+xml,<svg width="34" height="25" viewBox="0 0 34 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.9398 10.14C14.3398 11.28 15.8398 13.62 15.8398 16.8C15.8398 21.48 12.4798 24.48 7.91981 24.48C3.3598 24.48 -0.000195228 21.48 -0.000195228 16.8C-0.000195228 14.88 0.239805 13.44 2.3398 8.94002L6.53981 1.69277e-05H14.9398L11.9398 10.14ZM29.3398 10.14C31.7398 11.28 33.2398 13.62 33.2398 16.8C33.2398 21.48 29.8798 24.48 25.3198 24.48C20.7598 24.48 17.3998 21.48 17.3998 16.8C17.3998 14.88 17.6398 13.44 19.7398 8.94002L23.9398 1.69277e-05H32.3398L29.3398 10.14Z" fill="%2378AC37"/></svg>');
}

.quote-bottom {
  width: 34px;
  height: 25px;
  background-color: rgba(120, 172, 55, 1);
  --svg: url('data:image/svg+xml,<svg width="34" height="25" viewBox="0 0 34 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.91981 0.000115156C12.4798 0.000115156 15.8398 3.00012 15.8398 7.68012C15.8398 9.60012 15.5998 11.0401 13.4998 15.5401L9.29981 24.4801H0.899805L3.8998 14.3401C1.4998 13.2001 -0.000195228 10.8601 -0.000195228 7.68012C-0.000195228 3.00012 3.3598 0.000115156 7.91981 0.000115156ZM25.3198 0.000115156C29.8798 0.000115156 33.2398 3.00012 33.2398 7.68012C33.2398 9.60012 32.9998 11.0401 30.8998 15.5401L26.6998 24.4801H18.2998L21.2998 14.3401C18.8998 13.2001 17.3998 10.8601 17.3998 7.68012C17.3998 3.00012 20.7598 0.000115156 25.3198 0.000115156Z" fill="%2378AC37"/></svg>');
}

.document-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  --svg: url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.6665 57.3335H23.9998C23.2635 57.3335 22.6665 57.9305 22.6665 58.6668C22.6665 59.4032 23.2635 60.0002 23.9998 60.0002H26.6665C27.4028 60.0002 27.9998 59.4032 27.9998 58.6668C27.9998 57.9305 27.4028 57.3335 26.6665 57.3335Z" fill="white"/><path d="M63.9998 57.3335H31.9998C31.2635 57.3335 30.6665 57.9305 30.6665 58.6668C30.6665 59.4032 31.2635 60.0002 31.9998 60.0002H63.9998C64.7362 60.0002 65.3332 59.4032 65.3332 58.6668C65.3332 57.9305 64.7362 57.3335 63.9998 57.3335Z" fill="white"/><path d="M26.6665 49.3335H23.9998C23.2635 49.3335 22.6665 49.9305 22.6665 50.6668C22.6665 51.4032 23.2635 52.0002 23.9998 52.0002H26.6665C27.4028 52.0002 27.9998 51.4032 27.9998 50.6668C27.9998 49.9305 27.4028 49.3335 26.6665 49.3335Z" fill="white"/><path d="M63.9998 49.3335H31.9998C31.2635 49.3335 30.6665 49.9305 30.6665 50.6668C30.6665 51.4032 31.2635 52.0002 31.9998 52.0002H63.9998C64.7362 52.0002 65.3332 51.4032 65.3332 50.6668C65.3332 49.9305 64.7362 49.3335 63.9998 49.3335Z" fill="white"/><path d="M26.6665 41.3335H23.9998C23.2635 41.3335 22.6665 41.9305 22.6665 42.6668C22.6665 43.4032 23.2635 44.0002 23.9998 44.0002H26.6665C27.4028 44.0002 27.9998 43.4032 27.9998 42.6668C27.9998 41.9305 27.4028 41.3335 26.6665 41.3335Z" fill="white"/><path d="M63.9998 41.3335H31.9998C31.2635 41.3335 30.6665 41.9305 30.6665 42.6668C30.6665 43.4032 31.2635 44.0002 31.9998 44.0002H63.9998C64.7362 44.0002 65.3332 43.4032 65.3332 42.6668C65.3332 41.9305 64.7362 41.3335 63.9998 41.3335Z" fill="white"/><path d="M26.6665 33.3335H23.9998C23.2635 33.3335 22.6665 33.9305 22.6665 34.6668C22.6665 35.4032 23.2635 36.0002 23.9998 36.0002H26.6665C27.4028 36.0002 27.9998 35.4032 27.9998 34.6668C27.9998 33.9305 27.4028 33.3335 26.6665 33.3335Z" fill="white"/><path d="M63.9998 33.3335H31.9998C31.2635 33.3335 30.6665 33.9305 30.6665 34.6668C30.6665 35.4032 31.2635 36.0002 31.9998 36.0002H63.9998C64.7362 36.0002 65.3332 35.4032 65.3332 34.6668C65.3332 33.9305 64.7362 33.3335 63.9998 33.3335Z" fill="white"/><path d="M26.6665 25.3335H23.9998C23.2635 25.3335 22.6665 25.9305 22.6665 26.6668C22.6665 27.4032 23.2635 28.0002 23.9998 28.0002H26.6665C27.4028 28.0002 27.9998 27.4032 27.9998 26.6668C27.9998 25.9305 27.4028 25.3335 26.6665 25.3335Z" fill="white"/><path d="M63.9998 25.3335H31.9998C31.2635 25.3335 30.6665 25.9305 30.6665 26.6668C30.6665 27.4032 31.2635 28.0002 31.9998 28.0002H63.9998C64.7362 28.0002 65.3332 27.4032 65.3332 26.6668C65.3332 25.9305 64.7362 25.3335 63.9998 25.3335Z" fill="white"/><path d="M73.3158 19.916C73.3092 19.7992 73.2863 19.6838 73.2478 19.5733C73.2332 19.5307 73.2225 19.4893 73.2038 19.448C73.139 19.303 73.0487 19.1707 72.9372 19.0573L54.2705 0.390667C54.1572 0.279167 54.0248 0.188833 53.8798 0.124C53.8385 0.105333 53.7972 0.0946667 53.7558 0.08C53.6443 0.0416667 53.5282 0.0183333 53.4105 0.0106667C53.3878 0.0146667 53.3625 0 53.3332 0H15.9998C15.2635 0 14.6665 0.597 14.6665 1.33333V5.33333H7.99984C7.2635 5.33333 6.6665 5.93033 6.6665 6.66667V78.6667C6.6665 79.403 7.2635 80 7.99984 80H63.9998C64.7362 80 65.3332 79.403 65.3332 78.6667V72H71.9998C72.7362 72 73.3332 71.403 73.3332 70.6667V20C73.3332 19.9707 73.3185 19.9453 73.3158 19.916ZM54.6665 4.552L68.7812 18.6667H54.6665V4.552ZM62.6665 77.3333H9.33317V8H14.6665V70.6667C14.6665 71.403 15.2635 72 15.9998 72H62.6665V77.3333ZM70.6665 69.3333H17.3332V2.66667H51.9998V20C51.9998 20.7363 52.5968 21.3333 53.3332 21.3333H70.6665V69.3333Z" fill="white"/><path d="M31.9998 12H23.9998C23.2635 12 22.6665 12.597 22.6665 13.3333V21.3333C22.6665 22.0697 23.2635 22.6667 23.9998 22.6667H31.9998C32.7362 22.6667 33.3332 22.0697 33.3332 21.3333V13.3333C33.3332 12.597 32.7362 12 31.9998 12ZM30.6665 20H25.3332V14.6667H30.6665V20Z" fill="white"/></svg>');
}

.top-arrow {
  width: 24px;
  height: 24px;
  background-color: #000;
  --svg: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 5.41376L5.70699 10.7068C5.31699 11.0968 4.68299 11.0968 4.29299 10.7068C3.90299 10.3168 3.90299 9.68276 4.29299 9.29276L11.293 2.29276C11.683 1.90176 12.317 1.90176 12.707 2.29276L19.707 9.29276C20.097 9.68276 20.097 10.3168 19.707 10.7068C19.317 11.0968 18.683 11.0968 18.293 10.7068L13 5.41376V20.9998C13 21.5518 12.552 21.9998 12 21.9998C11.448 21.9998 11 21.5518 11 20.9998V5.41376Z" fill="black" stroke="black"/></svg>');
  position: relative;
  top: 6px;
}

.note-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(51, 51, 51, 1);
  --svg: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.2002 4.3201V25.5601C1.2002 27.6001 2.8802 29.2801 4.9202 29.2801H20.8802C22.9202 29.2801 24.6002 27.6001 24.6002 25.5601V20.4001L23.7602 21.2401C22.9202 22.0801 21.7202 22.6801 20.5202 23.0401L18.0002 23.5201C16.9202 23.7601 15.7202 23.4001 15.1202 22.5601C14.5202 21.8401 14.2802 21.0001 14.5202 20.0401L15.1202 17.4001C15.3602 16.2001 15.9602 15.1201 16.9202 14.1601L22.9202 8.1601C23.4002 7.6801 24.1202 7.2001 24.7202 6.9601V4.3201C24.7202 2.2801 23.0402 0.600098 21.0002 0.600098H4.9202C2.8802 0.600098 1.2002 2.2801 1.2002 4.3201ZM7.0802 4.8001H18.6002C19.3202 4.8001 19.8002 5.2801 19.8002 6.0001C19.8002 6.7201 19.3202 7.2001 18.6002 7.2001H7.0802C6.3602 7.2001 5.8802 6.7201 5.8802 6.0001C5.8802 5.4001 6.4802 4.8001 7.0802 4.8001ZM7.0802 9.7201H13.8002C14.5202 9.7201 15.0002 10.2001 15.0002 10.9201C15.0002 11.6401 14.5202 12.1201 13.8002 12.1201H7.0802C6.3602 12.1201 5.8802 11.6401 5.8802 10.9201C5.8802 10.2001 6.4802 9.7201 7.0802 9.7201Z" fill="%23333333"/><path d="M28.0804 9.96023C27.1204 9.00023 25.4404 9.00023 24.4804 9.96023L18.4804 15.9602C17.8804 16.5602 17.5204 17.1602 17.4004 18.0002L16.8004 20.5202C16.6804 20.8802 17.0404 21.2402 17.4004 21.1202L20.0404 20.5202C20.7604 20.4002 21.4804 19.9202 22.0804 19.4402L28.0804 13.4402C29.0404 12.4802 29.0404 10.9202 28.0804 9.96023Z" fill="%23333333"/></svg>');
}

.name-testi {
  color: #035D83;
  font-size: 18px;
  font-weight: 700;
  padding-left: 0;
  margin-left: 0 !important;
}

.voice-testi p {
  margin: 10px 0 0 0;
}

.quote-bottom {
  float: right;
}

.bottom-testi {
  width: 100%;
  float: left;
}

.bottom-testi p {
  margin: 0 0 0 10px;
}

.community-yearbook {
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  ;
}

.number-all-box {
  padding: 23px 20px;
  border-radius: 10px;
  background: #035D83;
  /* margin-bottom: 30px; */
}

.number-all-box p {
  margin-bottom: 7px;
  margin-top: 7px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-family: 'Lora-Bold';
}

.single-number-box {
  text-align: center;
  width: 100%;
}

.single-number-box .text-lg {
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 6px;
}

.single-number-box p,
.single-number-box .single-sub-text {
  color: #FFF;
  font-size: 18px;
  font-family: 'Lato-Regular';
  font-weight: 700;
  margin-bottom: 0;
}

.single-number-box .single-sub-text {
  display: block;
}

.number-all-box .row [class*="col-"] {
  position: relative;
}

.number-all-box .row [class*="col-"]:before {
  width: 2px;
  height: 100%;
  position: absolute;
  right: -6px;
  top: 0;
  content: "";
  background: #78AC37;
}

.number-all-box .row [class*="col-"]:last-child:before {
  display: none;
}

.subtitle-per-box .h3 {
  color: #313335;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.subtitle-per-box p strong {
  font-weight: 700;
}

.subtitle-per-box {
  padding: 20px 0 12px 10px;
  border-left: 2px solid #035D83;
}

.subtitle-per-box p {
  margin-bottom: 0;
  margin-top: 10px;
}

.subtitle-per .row [class*="col-"]:nth-child(2) .subtitle-per-box {
  border-left: 2px solid rgba(120, 172, 55, 1);
}

.partner-engaged {
  padding: 30px 20px;
  border-radius: 10px;
  background: #035D83;
  margin-top: 30px;
}

.partner-engaged p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .7);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.partner-engaged p span {
  color: rgba(255, 255, 255, 1);
  font-size: 46px;
  margin-right: 10px;
  font-family: 'Lora-Bold';
}

.document-preview {
  margin-top: 25px;
  padding: 35px 20px 35px 20px;
  display: flex;
  border-radius: 10px;
  background: #035D83;
  margin-bottom: 25px;
}

.left-document-preview {
  width: calc(100% - 180px);
}

.left-document-preview .text-sm {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 17px;
}

.left-document-preview .text-center {
  text-align: center;
}

.left-document-preview a {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  font-family: 'Lora-Bold';
  transition: all .5s ease;
}

.left-document-preview a:hover {
  text-decoration: none;
}

.document-bg {
  width: 154px;
  margin-left: 20px;
  /* background: rgba(255, 255, 255, 0.10); */
  /* height: 154px; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}

.document-bg:hover {
  /* background: rgba(255, 255, 255, 0.15); */
}

.document-bg a.document-preview-link {
  display: inline-block;
  transition: all 0.3s ease;
}

.document-bg a.document-preview-link:hover {
  opacity: .8;
}

.document-bg a iframe {
  width: 100%;
  pointer-events: none;
}

.document-preview .left-document-preview p {
  color: #fff;
  margin-bottom: 22px;
}

.partner-number p {
  margin-bottom: 0;
}

.partners-yearbook .h5 {
  margin-bottom: 16px;
}

.partners-yearbook p {
  margin-bottom: 30px;
}

.partners-yearbook .row img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 21px;
  height: 110px;
  object-fit: cover;
}

.partners-second-number ul,
.block-table ul {
  padding: 0;
  margin: 0;
}

.partners-second-number ul li {
  color: rgba(0, 0, 0, .7);
  font-size: 18px;
  position: relative;
  padding-left: 27px;
  margin-bottom: 1px;
}

.partners-second-number ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 7px;
  height: 7px;
  background: rgba(0, 0, 0, .7);
  border-radius: 15px;
}

.partners-second-number p {
  margin-bottom: 2px;
}

.partners-second-number .partner-engaged {
  margin-top: 14px;
  padding: 40px 20px;
}

.back-top-btn {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Lora-Bold';
  margin-top: 14px;
  display: inline;
}

.back-top-btn:focus-visible {
  outline-offset: -3px;
}

a.back-top-btn span:first-child {
  text-decoration: underline;
}

a.back-top-btn:hover span:first-child {
  color: #035D83;
  text-decoration: none;
}

a.back-top-btn:hover span {
  color: #035D83;
}

a.back-top-btn:hover .top-arrow {
  background-color: #035D83;
}

.yearbook-content .text-right {
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}

.back-top-btn:hover {
  text-decoration: none;
}

.coordinator-note {
  padding: 20px;
  border-radius: 10px;
  background: #FFC600;
}

.coordinator-note .text-xs {
  color: #333;
  font-size: 20px;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Delicious Handrawn';
}

.coordinator-note span {
  width: 30px;
  margin-right: 10px;
}

.coordinator-note p {
  font-family: 'Lato-Regular';
  font-size: 20px;
  width: calc(100% - 40px);
  margin-bottom: 0;
}

.coordinator-inner-note {
  display: flex;
}

.index-page .toc-btn.active {
  color: rgba(74, 129, 5, 1);
}

.index-page .block-table:has(.toc-btn.active) .text-lg {
  color: rgba(74, 129, 5, 1);
  position: relative;
  padding-left: 17px;
}

.index-page .block-table:has(.toc-btn.active) .text-lg:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: rgba(74, 129, 5, 1);
  border-radius: 15px;
}

.yearbook-accordion .ta-accordion-item {
  margin-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 30px;
}

/* .yearbook-accordion .ta-accordion-item .ta-accordion-content:has(.ta-accordion-header.ta-active) {
  overflow: inherit;
} */
/* .ta-accordion-header.ta-active ~ .ta-accordion-content {
  overflow: inherit;
  display: inline-block !important;
} */

.ta-accordion-content:not(.open) a,
.ta-accordion-content:not(.open) button {
  pointer-events: none;
}

.ta-accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out, padding 0.3s ease;
  visibility: hidden;
}

.ta-accordion-content.open {
  max-height: max-content;
  opacity: 1;
  visibility: visible;
}

.highlight-yearbook .yearbook-content .left-right-section.one_img_block {
  padding-top: 25px;
  padding-bottom: 25px;
}

.highlight-yearbook img {
  max-width: 100%;
}

.community-yearbook .voice-testi {
  margin-bottom: 20px;
  overflow: hidden;
}

.community-yearbook>*:last-child {
  margin-bottom: 0;
}

.coordinator-note a {
  pointer-events: initial;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
  transition: all .5s ease;
}

.coordinator-note a:hover {
  text-decoration: none;
}

.one_img_block.full-width-content .left-highlight-top {
  width: 100%;
}

.highlight-top .highlight-des:empty,
.number-yearbook:empty {
  display: none;
}

.left-right-section.two_img_block .all-images-highlight {
  width: 100%;
}

/* .ta-accordion-content .h4+.yearbook-content>*:first-child {
  border-top: 0 !important;
}

.number-yearbook.full-width-content,
.community-yearbook,
.left-right-section.one_img_block:not(.highlight-top .left-right-section.one_img_block),
.partners-second-number {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
} */

.ta-accordion-content .text-md+.yearbook-content .left-right-section:first-child .highlight-des {
  margin-top: 20px;
}

/* .sectionbg_2 .text-xl,
.sectionbg_2 .text-sm:not(.document-preview .text-sm) {
  color: #923406;
} */

.yearbook-accordion.sectionbg_2 button:not(:hover) {
  background-color: #923406;
}

/* .sectionbg_3 .text-xl,
.sectionbg_3 .text-sm:not(.document-preview .text-sm) {
  color: #003C71;
} */

.yearbook-accordion.sectionbg_3 button:not(:hover) {
  background-color: #003C71;
}

/* .sectionbg_4 .text-xl,
.sectionbg_4 .text-sm:not(.document-preview .text-sm) {
  color: #0D6353;
} */

.yearbook-accordion.sectionbg_4 button:not(:hover) {
  background-color: #0D6353;
}

/* .sectionbg_5 .text-xl,
.sectionbg_5 .text-sm:not(.document-preview .text-sm) {
  color: #535353;
} */

.yearbook-accordion.sectionbg_5 button:not(:hover) {
  background-color: #535353;
}

@media(min-width:1200px) {
  .inner-banner .r-img {
    width: 81%;
  }

  .left-right-section.even-order-box .highlight-top .left-highlight-top {
    order: 2;
  }

  .left-right-section.even-order-box .highlight-top img {
    order: 1;
  }

  .left-document-preview a,
  .document-preview .left-document-preview p {
    font-size: 20px;
  }
}

@media(min-width:1365px) {
  .yearbook-section .container {
    max-width: 1200px;
  }
}

@media(max-width:1365px) {
  .highlight-yearbook .row img {
    height: 300px;
  }

  .yearbook-title .text-xl {
    font-size: 36px;
  }

  .yearbook-accordion .text-lg {
    font-size: 30px;
  }

  .ta-accordion-content .text-md {
    font-size: 28px;
    padding-bottom: 16px;
  }

  .highlight-yearbook {
    padding-top: 30px;
  }

  .highlight-top img {
    width: 700px;
  }

  .left-highlight-top {
    width: calc(100% - 740px);
  }
}

@media(max-width:1199px) {
  .left-highlight-top {
    width: 100%;
  }

  .highlight-top img {
    width: 100%;
    margin-top: 20px;
  }

  .partners-yearbook .row img {
    height: 90px;
  }

  .partners-yearbook p {
    margin-bottom: 20px;
  }

  .left-document-preview .text-sm {
    margin-bottom: 10px;
  }

  .subtitle-per-box .h3,
  .single-number-box .text-lg {
    font-size: 32px;
  }

  .subtitle-per-box p {
    margin-top: 5px;
  }

  .highlight-yearbook .row img {
    height: 250px;
  }

  /* .left-highlight-top {
    width: calc(100% - 640px);
  }
  .highlight-top img {
    width: 600px;
  } */
  .yearbook-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .index-page {
    margin-top: 20px;
  }

  .yearbook-accordion {
    margin-top: 10px;
  }
}

@media(max-width:991px) {
  .inner-banner .img_tag {
    min-height: initial !important;
  }

  .highlight-top {
    flex-wrap: wrap;
  }

  .highlight-yearbook .text-sm,
  .community-yearbook .text-sm,
  .number-yearbook .text-sm,
  .partners-yearbook .text-sm {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .partner-engaged p span {
    font-size: 40px;
  }

  .partners-second-number .partner-engaged {
    padding: 25px 20px;
  }
}

@media(max-width:767px) {

  .partners-second-number,
  .number-yearbook,
  .highlight-yearbook {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .yearbook-accordion .ta-accordion-item {
    margin-bottom: 15px;
    padding-top: 15px;
  }

  .coordinator-note {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .highlight-des p,
  .all-images-highlight {
    margin-bottom: 15px;
  }

  .highlight-yearbook .row img {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* .highlight-des {
    margin-top: 15px;
    margin-bottom: 15px;
  } */

  .single-number-box {
    margin-bottom: 10px;
    border-bottom: 1px solid #78AC37;
    padding-bottom: 10px;
  }

  .number-yearbook .number-all-box .row [class*="col-"]:last-child .single-number-box {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .number-all-box .row [class*="col-"]::before {
    display: none;
  }

  .number-all-box .row [class*="col-"]:last-child {
    margin-bottom: 0;
  }

  .subtitle-per-box {
    margin-bottom: 20px;
  }

  .number-all-box .row [class*="col-"]:last-child .single-number-box,
  .subtitle-per .row [class*="col-"]:last-child .subtitle-per-box {
    margin-bottom: 0;
  }

  .left-document-preview {
    width: 100%;
    order: 2;
  }

  .document-preview {
    flex-wrap: wrap;
  }

  .document-bg {
    margin-left: auto;
    margin-right: auto;
    order: 1;
    margin-bottom: 15px;
  }

  .highlight-yearbook .row img {
    height: auto;
  }
}

@media(max-width:575px) {
  .yearbook-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(max-width:479px) {
  .partners-yearbook .partner-number .row [class*="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .partners-yearbook .partner-number img {
    height: auto;
  }

  .yearbook-title .text-xl {
    font-size: 30px;
  }

  .yearbook-accordion .text-lg {
    font-size: 27px;
  }

  .ta-accordion-content .text-md {
    font-size: 24px;
  }

  .number-all-box p {
    font-size: 18px;
  }
}