.content-wrapper .accordion {
  --bs-accordion-bg: transparent;
}
.content-wrapper .accordion-item {
  border: 1pt solid #000;
  background-color: rgba(49, 49, 49, 0.4);
  color: #fff;
}
.content-wrapper .accordion-button {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  background-image: url(/wp-content/uploads/symbolLogo.png);
  background-size: 16px;
  background-position-x: 8px;
  background-position-y: center;
  background-repeat: no-repeat;
  padding-left: 34px;
}
.content-wrapper .accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.content-wrapper .accordion-body {
  /* background-image: url(/wp-content/uploads/parchmentOffWhite.jpg); */
  background-color: #ffffff;
  color: #000;
  height: auto;
  min-height: 48vh;
}

.info_Details_3Column {
  column-fill: auto;
  column-rule: 1px solid #888;
  display: block;
  width: 100%;
  height: auto;
  /* min-height: 44vh; */
  margin: 0 auto 0;
  overflow-x: auto;
  background-color: #ffffff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

@media screen and (min-width: 1281px) {
  .info_Details_3Column {
    column-count: 2;
    column-gap: 30px;
    padding: 18px 20px 20px;
  }
}
@media screen and (min-width: 913px) and (max-width: 1280px) {
  .info_Details_3Column {
    column-count: 2;
    column-gap: 30px;
    padding: 18px 20px 20px;
  }
}
@media screen and (width: 853px) and (max-width: 912px) {
  .info_Details_3Column {
    column-count: 2;
    column-gap: 30px;
    padding: 18px 20px 20px;
  }
}
@media screen and (min-width: 541px) and (max-width: 852px) {
  .info_Details_3Column {
    column-count: 1;
    column-gap: 30px;
    padding: 18px 40px 20px;
  }
}
@media screen and (max-width: 540px) {
  .info_Details_3Column {
    column-count: 1;
    column-gap: 30px;
    padding: 18px 20px 20px;
  }
}
.info_Details_3Column img {
  display: block;
  margin: 24px auto 0; /*effects captioned images as well*/
  border: 1pt solid #000;
}
@media screen and (min-width: 913px) {
  .info_Details_3Column img {
    max-height: 210px;
    width: auto;
  }
}
@media screen and (max-width: 912px) {
  .info_Details_3Column img {
    width: 100%;
  }
}
.info_Details_3Column .wp-block-image {
  height: auto;
}
.info_Details_3Column .wp-element-caption {
  margin: 0 auto 18px;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
  border: 1pt solid #000;
  background-color: #fff;
}
@media screen and (min-width: 913px) {
  .info_Details_3Column .wp-element-caption {
    width: 80%;
    padding-top: 4px;
  }
}
@media screen and (max-width: 912px) {
  .info_Details_3Column .wp-element-caption {
    width: 100%;
  }
}
.info_Details_Image_No_Caption {
  margin-bottom: 18px !important;
}
.info_Details_Captioned_Image {
  display: block;
  height: auto;
  background-color: #333;
}
.info_Details_Captioned_Image img {
  box-sizing: border-box;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 913px) {
  .info_Details_Captioned_Image img {
    max-width: 86%;
    padding-top: 4px;
  }
}
@media screen and (max-width: 912px) {
  .info_Details_Captioned_Image img {
    width: 96%;
  }
}
.info_Details_Captioned_Image .caption {
  margin: 0 auto 18px;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
  border: 1pt solid #000;
  background-color: #fff;
}
@media screen and (min-width: 913px) {
  .info_Details_Captioned_Image .caption {
    /* width: 80%; */
    width: 100%;
  }
}
@media screen and (max-width: 912px) {
  .info_Details_Captioned_Image .caption {
    /* width: 96%; */
    width: 100%;
  }
}
.info_Details_3Column h2 {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.info_Details_3Column p {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}
.info_Details_3Column ul {
  list-style-type: disc;
  gap: 4px; /* Adds space between items */
  padding: 0; /* Removes default padding */
  padding-right: 18px;
  display: block;
  width: 100%;
  margin-left: 18px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
}
.info_Details_3Column ul li {
  background-color: transparent; /* Adds background to items */
  color: #000; /* Changes text color */
  padding: 4px 0; /* Adds padding inside items */
  border-radius: 0; /* Rounds corners */
}
.info_Details_3Column b {
  font-weight: bold;
}
.info_Details_3Column i {
  font-style: italic;
}

.info_Details_3Column .wp-block-pullquote {
  margin: 0 0;
  padding: 18px 0;
  font-size: 16px !important;
  line-height: 18px !important;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

.info_Details_3Column cite {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
}
.info_MoreLink {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding-top: 8px;
  height: 52px;
  background-image: url(/wp-content/uploads/admMoreLinkBG.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1pt;
  cursor: pointer;
}
.info_Details {
  display: block;
  width: 100%;
  height: 410px;
  background-color: rgba(49, 49, 49, 0.4);
  background-image: url(/wp-content/uploads/admHistoryHeader.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 98%;
  font-size: 28px;
  text-align: right;
  padding: 24px 8%;
  color: #fff;
  border: 2pt solid #000;
  border-radius: 20px 20px;
}
.info_Details_Body {
  column-fill: auto;
  column-rule: 1px solid #888;
  column-count: 2;
  column-gap: 30px;
  padding: 24px 24px;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  overflow-x: auto;
  background-color: #f7f7f7;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.info_Details_Body h2 {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
.info_Details_Body p {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}
.info_Details_Body ul {
  list-style-type: disc;
  gap: 4px; /* Adds space between items */
  padding: 0; /* Removes default padding */
  padding-right: 18px;
  display: block;
  width: 100%;
  margin-left: 18px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
}
.info_Details_Body ul li {
  background-color: transparent; /* Adds background to items */
  color: #000; /* Changes text color */
  padding: 4px 0; /* Adds padding inside items */
  border-radius: 0; /* Rounds corners */
}
.info_Details_Body b {
  font-weight: bold;
}
.info_Details_Body i {
  font-style: italic;
}
.tl_Admin_Details_3Col {
  column-fill: auto;
  column-rule: 1px solid #888;
  display: block;
  width: 100%;
  height: 64vh;
  margin: 0 auto 0;
  overflow-x: auto;
  background-color: #ffffff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
  border-radius: 25px 25px 0 0;
}

@media screen and (min-width: 1281px) {
  .tl_Admin_Details_3Col {
    column-count: 2;
    column-gap: 40px;
    padding: 18px 40px 20px;
  }
}
@media screen and (min-width: 913px) and (max-width: 1280px) {
  .tl_Admin_Details_3Col {
    column-count: 2;
    column-gap: 70px;
    padding: 18px 40px 20px;
  }
}
@media screen and (width: 853px) and (max-width: 912px) {
  .tl_Admin_Details_3Col {
    column-count: 1;
    column-gap: 40px;
    padding: 18px 40px 20px;
  }
}
@media screen and (min-width: 541px) and (max-width: 852px) {
  .tl_Admin_Details_3Col {
    column-count: 2;
    column-gap: 40px;
    padding: 18px 40px 20px;
  }
}
@media screen and (max-width: 540px) {
  .tl_Admin_Details_3Col {
    column-count: 1;
    column-gap: 60px;
    padding: 18px 20px 20px;
  }
}
.tl_Admin_Details_3Col img {
  display: block;
  margin: 24px auto 0; /*effects captioned images as well*/
  border: 1pt solid #000;
}
@media screen and (min-width: 913px) {
  .tl_Admin_Details_3Col img {
    max-height: 210px;
    width: auto;
  }
}
@media screen and (max-width: 912px) {
  .tl_Admin_Details_3Col img {
    width: 100%;
  }
}
.tl_Admin_Details_3Col .wp-block-image {
  height: auto;
}
.tl_Admin_Details_3Col .wp-element-caption {
  margin: 0 auto 18px;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
  border: 1pt solid #000;
  background-color: #fff;
}
@media screen and (min-width: 913px) {
  .tl_Admin_Details_3Col .wp-element-caption {
    width: 80%;
    padding-top: 4px;
  }
}
@media screen and (max-width: 912px) {
  .tl_Admin_Details_3Col .wp-element-caption {
    width: 100%;
  }
}
.tl_Admin_Details_3Col h2 {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
.tl_Admin_Details_3Col p {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}
.tl_Admin_Details_3Col ul {
  list-style-type: disc;
  gap: 4px; /* Adds space between items */
  padding: 0; /* Removes default padding */
  padding-right: 18px;
  display: block;
  width: 100%;
  margin-left: 18px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
}
.tl_Admin_Details_3Col ul li {
  background-color: transparent; /* Adds background to items */
  color: #000; /* Changes text color */
  padding: 4px 0; /* Adds padding inside items */
  border-radius: 0; /* Rounds corners */
}
.tl_Admin_Details_3Col b {
  font-weight: bold;
}
.tl_Admin_Details_3Col i {
  font-style: italic;
}
