.tld_ContentBoundary {
  display: flex;
  width: 100%;
  max-width: 1290px;
  height: auto;
  min-height: 66vh;
  max-height: 66vh;
  margin: 0 auto;
}
.tld_ImageAndTitleContainer {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  max-width: 350px;
  padding: 16px 16px;
  margin-right: 32px;
  border: 3pt solid #ad954d;
  background-color: #411900;
}
.tld_ImageTitleWrapper {
  display: block;
  width: 100%;
  height: auto;
}
.tld_ImageContainer {
  display: block;
  width: 100%;
  height: auto;
  max-height: 46vh;
  overflow-y: hidden;
  margin-bottom: -3px;
}
.tld_ImageContainer img {
  width: 100%;
}
.tld_TitleContainer {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 110px;
  padding-top: 12px;
  overflow: hidden;
  border: 1pt solid #555;
  background-color: #222;
  color: #fff;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}
.tld_DetailsContainer {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .tld_DetailsContainer {
    max-width: 900px;
  }
}
@media screen and (min-width: 0) and (max-width: 1279px) {
  .tld_DetailsContainer {
    max-width: 680px;
  }
}
.tld_DetailsHeader {
  display: block;
  width: 100%;
  height: 50px;
  border: 2pt solid #ad954d;
  border-bottom: none;
  padding-left: 34px;
  padding-top: 10px;
  background-color: #000;
  background-image: url(/wp-content/uploads/symbolLogo.png);
  background-size: 16px;
  background-position-x: 8px;
  background-position-y: center;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 28px;
}
.tld_DetailsWrapper {
  width: 100%;
  height: auto;
  padding-bottom: 8px;
  border: 3pt solid #ad954d;
}

.tld_3ColumnTextBlock {
  column-fill: auto;
  column-rule: 1px solid #888;
  display: block;
  width: 100%;
  height: 62vh; /*was auto*/
  max-height: calc(62vh - 32px);
  margin: 0 auto 0;
  overflow-x: auto;
  border-top: none;
  background-color: #f7f7f7;
  background-image: url(/wp-content/uploads/parchmentOffWhite.jpg);
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

@media screen and (min-width: 1280px) {
  .tld_3ColumnTextBlock {
    column-count: 2;
    column-gap: 40px;
    padding: 18px 40px 20px;
    /* border: 24pt solid #000; */
  }
}
@media screen and (min-width: 913px) and (max-width: 1279px) {
  .tld_3ColumnTextBlock {
    column-count: 2;
    column-gap: 70px;
    padding: 18px 40px 20px;
    /* border: 24pt solid #000; */
  }
}
@media screen and (width: 853px) and (max-width: 912px) {
  .tld_3ColumnTextBlock {
    column-count: 1;
    column-gap: 40px;
    padding: 18px 40px 20px;
    /* border: 16pt solid #000; */
  }
}
@media screen and (min-width: 541px) and (max-width: 852px) {
  .tld_3ColumnTextBlock {
    column-count: 2;
    column-gap: 40px;
    padding: 18px 40px 20px;
    /* border: 16pt solid #000; */
  }
}
@media screen and (max-width: 540px) {
  .tld_3ColumnTextBlock {
    column-count: 1;
    column-gap: 60px;
    padding: 18px 20px 20px;
    /* border: 5pt solid #000; */
  }
}
.tld_3ColumnTextBlock h2 {
  display: block;
  width: 100%;
  margin-top:16px;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
.tld_3ColumnTextBlock p {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 28px;
}
.tld_3ColumnTextBlock 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;
}
.tld_3ColumnTextBlock 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 */
}
.tld_3ColumnTextBlock b {
  font-weight: bold;
}
.tld_3ColumnTextBlock i {
  font-style: italic;
}

.tld_3ColumnTextBlock .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;
}

.tld_3ColumnTextBlock cite {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
}

.tld_ShowBio_DetailsBlock {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom:8px;
}
.tld_ShowDetailsCentury {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.tld_ShowDetailEventYear {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: bold;
}
.tld_ShowDetailRegion {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  letter-spacing: 1pt;
  font-size: 11.5px;
  font-weight: bold;
}

.tld_ShowBioName {
  margin-top: 16px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
.tld_ShowBioTitle {
  font-size: 16px;
  line-height:20px;
  font-weight: bold;
}
.tld_ShowBioMemo {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
/*=====================================================*/



.tld_3ColumnTextBlock img {
  display: block;
  margin: 24px auto; /*effects captioned images as well*/
  border: 1pt solid #000;
}
@media screen and (min-width: 1280px) {
  .tld_3ColumnTextBlock img {
    max-height: 210px;
    width: auto;
  }
}
@media screen and (min-width:0) and (max-width: 1279px) {
  .tld_3ColumnTextBlock img {
    max-width:260px;
    height:auto;
  }
}
.tld_3ColumnTextBlock .wp-block-image {
  height: auto;
}
.tld_3ColumnTextBlock .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) {
  .tld_3ColumnTextBlock .wp-element-caption {
    width: 80%;
    padding-top: 4px;
  }
}
@media screen and (max-width: 912px) {
  .tld_3ColumnTextBlock .wp-element-caption {
    width: 100%;
  }
}

/*=======================================*/

.tld_Details_Image_No_Caption {
  margin-bottom: 18px !important;
}
.tld_Details_Captioned_Image {
  display: block;
  height: auto;
  margin-bottom:24px;
  background-color: #333;
}
.tld_Details_Captioned_Image img {
  box-sizing: border-box;
  height: auto;
  max-height:240px;
  margin-bottom:0;
  vertical-align: bottom;
  white-space:nowrap;
}
@media screen and (min-width: 913px) {
  .tld_Details_Captioned_Image img {
    /* max-width: 86%; */
    padding-top: 4px;
  }
}
@media screen and (max-width: 912px) {
  .tld_Details_Captioned_Image img {
    /* width: 96%; */
  }
}
.tld_Details_Captioned_Image .caption {
  display:block;
  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) {
  .tld_Details_Captioned_Image .caption {
    /* width: 80%; */
    width: 100%;
  }
}
@media screen and (max-width: 912px) {
  .tld_Details_Captioned_Image .caption {
    /* width: 96%; */
    width: 100%;
  }
}
