.kb_Bootstrap_Container_Fluid .siteBackButtonWrapper {
  display: block;
  position: absolute;
  z-index: 18;
  top: 2px;
  right: 6px;
}
.kb_Bootstrap_Container_Fluid .siteBackButton {
  text-align: right;
}
.kb_colContainerSidebar {
  height: 87vh;
}
.kb_cd-side-nav {
  display: block;
  width: 240px !important;
  position: relative;
  z-index: reset;
  height: auto;
  min-height: 90vh;
}
.kb_SidebarScroll {
  display: block;
  width: 230px;
  height: auto;
  max-height: 56vh;
  padding-top: 32px;
  overflow-y: auto;
  border-top: 2pt solid #353535;
  scrollbar-color: #222 #151515;
  scrollbar-width: 1px;
  text-align: left;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.kb_SidebarScroll::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.kb_SidebarScroll {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.kb_SidebarScroll .accordion-button {
  /* text-transform: uppercase; */
  font-weight: 500;
  color: #ffffff;
  font-size: 14px; /*1rem*/
  letter-spacing: 0.1em;
  padding-left: 8px;
}
.kb_SidebarScroll .accordion-button {
  background-color: transparent !important; /*not collapsed*/
  outline: none !important;
  box-shadow: none !important;
}

/* For the accordion button (header) when it's collapsed */
.kb_SidebarScroll .accordion-button.collapsed {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.kb_SidebarScroll .accordion-item {
  background-color: transparent !important;
  color: #fff;
  font-size: 14px;
}
.kb_SidebarScroll .accordion-body {
  padding-left: 0;
  background-color: transparent !important;
  color: #fff;
  font-size: 14px;
}
.kb_SidebarScroll .accordion-body li{
  padding-left: 12%;
}
.kb_SidebarScroll .accordion-item .active {
    box-shadow: inset 3px 0 0 #999;
        /* background-color: rgba(102, 94, 255, .38); */
    background-color: #abc7fa;
    color: #062e81;
    font-weight: bold;
    border: 1pt solid #000;
}
.kb_ImageAndTitleContainer {
  width: 100%;
  max-width: 352px;
  height: 68vh;
  max-height: 500px;
  margin: 0 auto;
  border: 1px solid #ad954d;
  border-radius: 3px;
}
.kb_ImageContainer {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 39.5vh;
  max-height: 290px;
  overflow-y: hidden;
  margin-bottom: -3px;
  background-image: url(/wp-content/uploads/admHistoryHeaderDetail.png);
  background-repeat: no-repeat;
  background-size: 92%;
  background-position: center 8px;
  /* background-color: #181818; */
  border-top: 16px solid #411900;
  border-right: 16px solid #411900;
  border-left: 16px solid #411900;
}
/* @media screen and (min-width: 1367px) {
  .kb_ImageContainer {
    height: 44.5vh;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .kb_ImageContainer {
    height: 48vh;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .kb_ImageContainer {
    height: 47vh;
  }
}
@media screen and (min-width: 854px) and (max-width: 1024px) {
  .kb_ImageContainer {
    height: 41vh;
  }
}
@media screen and (width: 853px) {
  .kb_ImageContainer {
    height: 24vh;
  }
}
@media screen and (min-width: 0) and (max-width: 852px) {
  .kb_ImageContainer {
    height: 41vh;
  }
} */
.kb_CapsuleTimespan {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 38px;
  padding: 8px 0 0;
  background-color: #ad954d;
  /* border-top: 2pt solid #694d1a;
  border-bottom: 2pt solid #694d1a; */
  border-right: 16px solid #411900;
  border-left: 16px solid #411900;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.kb_ImageContainer img {
  width: 100%;
  border-radius: 40px 40px 0 0;
}
.kb_TitleContainer {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 172px;
  padding: 12px 6% 0;
  overflow: hidden;
  border-top: none;
  border-right: 16px solid #411900;
  border-bottom: 16px solid #411900;
  border-left: 16px solid #411900;
  color: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}
.kb_TitleContainer ul {
  display: block;
  width: 96%;
  margin: 16px auto 12px;
  list-style-type: disc;
  gap: 4px; /* Adds space between items */
  padding: 0; /* Removes default padding */
  padding-left: 20px;
  /* padding-right: 18px; */
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.kb_TitleContainer li {
  min-width: 80%;
  /* float: right; */
  background-color: transparent; /* Adds background to items */
  color: #fff; /* Changes text color */
  padding: 4px 0; /* Adds padding inside items */
  border-radius: 0; /* Rounds corners */
  text-align: left;
}
.kb_DetailsContainer {
  display: block;
  box-sizing: border-box;
  box-shadow: 0 3px 0 #000;
  float: left;
  width: 100%;
  height: 68vh;
  max-height: 500px;
  /* background-color: rgba(50, 50, 50, 0.45); */
  background-color: rgba(65, 25, 0, 0.35);
  border: 1pt solid #ad954d;
  border-radius: 3px;
  padding: 20px;
}
.kb_DetailsHeader {
  display: block;
  width: 100%;
  height: 42px;
  padding-top: 10px;
  padding-left: 34px;
  background-image: url(/wp-content/uploads/symbolLogo.png);
  background-size: 16px;
  background-position-x: 8px;
  background-position-y: 6px;
  background-repeat: no-repeat;
  background-color: #411900;
  font-size: 20px;
  line-height: 28px;
}
.kb_DetailsWrapper {
  width: 100%;
  height: 84vh;
  padding-bottom: 8px;
  margin-left: -3px;
}
/*==========================================
      TouchPoint 3-Column Detail Start
    ========================================-==*/
.kb_3ColumnTextBlock {
  column-fill: auto;
  column-rule: 1px solid #888;
  display: block;
  width: 94%;
  height: 96%;
  margin: 0 auto 0;
  overflow-x: auto;
  border-top: none;
  background-color: #f7f7f7;
  background-image: url(/wp-content/uploads/parchmentOffWhite.jpg);
  /* background-color: #f2f2f2; */
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  /* font-size: 22px;
  line-height: 30px; */
}

@media screen and (min-width: 1280px) {
  .kb_3ColumnTextBlock {
    columns: 356px 3;
    column-gap: 40px;
    padding: 18px 40px 1px 40px;
    /* border: 24pt solid #000; */
  }
}
@media screen and (min-width: 913px) and (max-width: 1279px) {
  .kb_3ColumnTextBlock {
    /* column-count: 2; */
    columns: 356px 3;
    column-gap: 70px;
    padding: 18px 40px 10px;
    /* border: 24pt solid #000; */
  }
}
@media screen and (width: 853px) and (max-width: 912px) {
  .kb_3ColumnTextBlock {
    column-count: 1;
    column-gap: 40px;
    padding: 18px 40px 10px;
    /* border: 16pt solid #000; */
  }
}
@media screen and (min-width: 541px) and (max-width: 852px) {
  .kb_3ColumnTextBlock {
    column-count: 2;
    column-gap: 40px;
    padding: 18px 40px 10px;
    /* border: 16pt solid #000; */
  }
}
@media screen and (max-width: 540px) {
  .kb_3ColumnTextBlock {
    column-count: 1;
    column-gap: 60px;
    padding: 18px 20px 10px;
    /* border: 5pt solid #000; */
  }
}
.kb_3ColumnTextBlock img {
  display: block;
  height: 34vh;
  margin: 0 auto 3px;
}
.kb_3ColumnTextBlock h2 {
  display: block;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
.kb_3ColumnTextBlock p {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  font-size: 2rem; /*20px/28px respectively*/
  line-height: 2.8rem;
}
.kb_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;
}
.kb_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 */
}
.kb_3ColumnTextBlock b {
  font-weight: bold;
}
.kb_3ColumnTextBlock i {
  font-style: italic;
}

.kb_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;
}
.kb_3ColumnTextBlock .captionedImage {
  /* display: block; */
  width: 100%;
  margin: 0 auto;
  border: 2pt solid black;
  display: flex;       /* Arrange children in a row */
    flex-wrap: nowrap;   /* Prevent wrapping */
    gap: 1px;
}
.kb_3ColumnTextBlock .caption {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  background-color: #ffffff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  font-style: normal;
}
.kb_3ColumnTextBlock cite {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
}
/*==========================================
        BIO Details Start
      ========================================-==*/
.kb_ShowBio_DetailsBlock {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.kb_ShowTimespan {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}
.kb_ShowDetailRegion {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  letter-spacing: 1pt;
  font-size: 11.5px;
  font-weight: bold;
}
.kb_ShowBioName {
  margin-top: 16px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
.kb_ShowBioTitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.kb_ShowBioMemo {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
/*============================*/
.kb_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) {
  .kb_Details_3Column {
    column-count: 2;
    column-gap: 30px;
    padding: 18px 20px 20px;
  }
}
@media screen and (min-width: 913px) and (max-width: 1280px) {
  .kb_Details_3Column {
    column-count: 2;
    column-gap: 30px;
    padding: 18px 20px 20px;
  }
}
@media screen and (width: 853px) and (max-width: 912px) {
  .kb_Details_3Column {
    column-count: 2;
    column-gap: 30px;
    padding: 18px 20px 20px;
  }
}
@media screen and (min-width: 541px) and (max-width: 852px) {
  .kb_Details_3Column {
    column-count: 1;
    column-gap: 30px;
    padding: 18px 40px 20px;
  }
}
@media screen and (max-width: 540px) {
  .kb_Details_3Column {
    column-count: 1;
    column-gap: 30px;
    padding: 18px 20px 20px;
  }
}
.kb_Details_3Column img {
  display: block;
  margin: 24px auto 0; /*effects captioned images as well*/
  border: 1pt solid #000;
}
@media screen and (min-width: 913px) {
  .kb_Details_3Column img {
    max-height: 210px;
    width: auto;
  }
}
@media screen and (max-width: 912px) {
  .kb_Details_3Column img {
    width: 100%;
  }
}
.kb_Details_3Column .wp-block-image {
  height: auto;
}
.kb_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) {
  .kb_Details_3Column .wp-element-caption {
    width: 80%;
    padding-top: 4px;
  }
}
@media screen and (max-width: 912px) {
  .kb_Details_3Column .wp-element-caption {
    width: 100%;
  }
}
.kb_Details_Image_No_Caption {
  margin-bottom: 18px !important;
}
.kb_Details_Captioned_Image {
  display: block;
  height: auto;
  background-color: #333;
}
.kb_Details_Captioned_Image img {
  box-sizing: border-box;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 913px) {
  .kb_Details_Captioned_Image img {
    max-width: 86%;
    padding-top: 4px;
  }
}
@media screen and (max-width: 912px) {
  .kb_Details_Captioned_Image img {
    width: 96%;
  }
}
.kb_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) {
  .kb_Details_Captioned_Image .caption {
    /* width: 80%; */
    width: 100%;
  }
}
@media screen and (max-width: 912px) {
  .kb_Details_Captioned_Image .caption {
    /* width: 96%; */
    width: 100%;
  }
}
.kb_Details_3Column h2 {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.kb_Details_3Column p {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}
.kb_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;
}
.kb_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 */
}
.kb_Details_3Column b {
  font-weight: bold;
}
.kb_Details_3Column i {
  font-style: italic;
}

.kb_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;
}

.kb_Details_3Column cite {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
}
.kb_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;
}
.kb_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;
}
.kb_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;
}
.kb_Details_Body h2 {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
.kb_Details_Body p {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}
.kb_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;
}
.kb_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 */
}
.kb_Details_Body b {
  font-weight: bold;
}
.kb_Details_Body i {
  font-style: italic;
}
