/*==============================
	HOME PAGE NATION SELECTOR
==============================*/
#Home-Page-Nation-Selector {
  width: 100%;
  height: 185px;
  margin: 0 auto;
}
#Home-Page-Nation-Selector .arrow-holder {
  height: 45px;
  width: 45px;
  top: 170px;
}
#Home-Page-Nation-Selector .touchcarousel.grey-blue .arrow-holder.left {
  left: 1vw;
}

#Home-Page-Nation-Selector .touchcarousel.grey-blue .arrow-holder.right {
  right: 1vw;
}

#Home-Page-Nation-Selector .touchcarousel-item {
  margin-right: 8px;
  width: 185px;
  height: 168px;
  background-color: #181818;
  border: 1pt solid #555555;
  border-top: none;
  border-radius: 5px 5px 10px 10px;
  color: #fff;
}
#Home-Page-Nation-Selector .item-block {
  width: 185px;
  height: 158px;
  display: block;
}
#Home-Page-Nation-Selector .item-block img,
#Home-Page-Nation-Selector .item-block h4,
#Home-Page-Nation-Selector .item-block p {
  float: left;
  position: relative;
  display: block;
  margin: 0;
}
#Home-Page-Nation-Selector .item-block img {
  display: block;
  width: 98%;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  border: 1pt solid #555;
  padding: 0;
}
#Home-Page-Nation-Selector .item-block div {
  display: block;
  width: 99%;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

#Home-Page-Nation-Selector .item-block {
  text-decoration: none;
  color: inherit;
}
#Home-Page-Nation-Selector .item-block h4 {
  font: bold 13px/20px Helvetica, Arial, sans-serif;
  color: #000;
  width: 158px;
  height: auto;
  padding: 2px 0 0 6px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#Home-Page-Nation-Selector .item-block:hover h4 {
  color: #1873c9;
}
#Home-Page-Nation-Selector .item-block p {
  font: normal 13px/20px Helvetica, Arial, sans-serif;
  color: #555;
  width: 158px;
  padding: 0 0 0 6px;
}
#Home-Page-Nation-Selector .scrollbar-holder {
  background: none;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
}
#Home-Page-Nation-Selector .scrollbar {
  background-color: transparent !important; /*removes faint black line at bottom of carousel*/
  bottom: 0;
}
/*=================================
	TIMELINE CENTURY YEAR SELECTOR
=================================*/
#Timeline-Century-Selector {
  /* width: 940px;
			height: 279px;
			margin: 0 auto;	 */
  width: 98%;
  max-width: 1024px;
  height: 55px;
  margin: 0 auto;
}
#Timeline-Century-Selector .arrow-holder {
  height: 100%;
  width: 45px;
  position: absolute;
  top: 0;
  display: none;
  cursor: pointer;
  z-index: 25;
  background-color: #000;
  text-align: left;
}

#Timeline-Century-Selector .touchcarousel-item {
  /* margin-right: 1px;	
			width: 170px;
			height: 277px;	 */
  width: auto;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 100%;
  border-radius: 0 0;

  background-color: transparent;
  border: none;
  border-top: none;
  color: #fff;
}
#Timeline-Century-Selector .item-block {
  /* width: 170px;
			height: 277px;
			display: block; */
  display: block;
  width: auto;
  min-width: 42px;
  padding: 15px;
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}
#Timeline-Century-Selector .item-block img,
#Timeline-Century-Selector .item-block h4,
#Timeline-Century-Selector .item-block p {
  float: left;
  position: relative;
  display: block;
  margin: 0;
}
#Timeline-Century-Selector .SelectedCentury {
  border: 1.5pt solid #abc7fa;
}
#Timeline-Century-Selector .item-block img {
  /* width: 170px;
			height: 230px;		
			border: 0;
			padding: 0;	 */
  display: block;
  width: 98%;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  border: 1pt solid #555;
  padding: 0;
}

#Timeline-Century-Selector .item-block div {
  display: block;
  width: 99%;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

#Timeline-Century-Selector .item-block {
  text-decoration: none;
  color: inherit;
}
#Timeline-Century-Selector .item-block h4 {
  font: bold 13px/20px Helvetica, Arial, sans-serif;
  color: #000;
  width: 158px;
  height: auto;
  padding: 2px 0 0 6px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#Timeline-Century-Selector .item-block:hover h4 {
  color: #1873c9;
}
#Timeline-Century-Selector .item-block p {
  font: normal 13px/20px Helvetica, Arial, sans-serif;
  color: #555;
  width: 158px;
  padding: 0 0 0 6px;
}
#Timeline-Century-Selector .scrollbar-holder {
  /* background: #CED7DB; */
  background: none;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
}
#Timeline-Century-Selector .scrollbar {
  /* background-color: #45a8ce !important; */
  background-color: transparent !important; /*removes faint black line at bottom of carousel*/
  bottom: 0;
}
/*=================================
			TIMELINE CAPSULE EVENT SELECTOR
		===================================*/
#mainTimelineContainer {
  width: 98.6%;
  height: auto;
  margin: 22px auto 0;
  padding: 28px 0;
  border: 3pt solid #ad954d;
  /* background-color: rgba(129, 129, 129, 0.10); */
  background-color: #411900;
}
@media screen and (min-width: 1281px) {
  #mainTimelineContainer {
    max-width: 1070px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #mainTimelineContainer {
    max-width: 940px;
  }
}
@media screen and (width: 1024px) {
  #mainTimelineContainer {
    max-width: 765px;
  }
}
@media screen and (max-width: 767px) {
  #mainTimelineContainer {
    max-height: 80vh;
  }
}
@media screen and (max-width: 767px) {
  #Side-Nav-Column {
    display: none;
  }
}
#Timeline-Capsule-Event-Selector .touchcarousel-item {
  border-radius: 0 0;
}
#Timeline-Capsule-Event-Selector {
  width: 98%;
  max-width: 985px;
  height: 380px;
  margin: 0 auto;
}

#Timeline-Capsule-Event-Selector .arrow-holder {
  height: 100%;
  width: 45px;
  position: absolute;
  top: 0;
  display: none;
  cursor: pointer;
  z-index: 25;
  background-color: #000;
  text-align: left;
}
#Timeline-Capsule-Event-Selector .touchcarousel-container {
  display: flex;
}
#Timeline-Capsule-Event-Selector .touchcarousel-item {
  margin-right: 15px;
  background-color: transparent;
  height: 380px;
  color: #fff;
}
#Timeline-Capsule-Event-Selector .item-block {
  display: block;
  width: auto;
  min-width: 260px;
  height: 370px;
  text-align: center;
  background-color: #181818;
}

#Timeline-Capsule-Event-Selector .item-block img,
#Timeline-Capsule-Event-Selector .item-block h4,
#Timeline-Capsule-Event-Selector .item-block p {
  float: left;
  position: relative;
  display: block;
  margin: 0;
}

#Timeline-Capsule-Event-Selector .item-block img {
  display: block;
  width: auto;
  height: 230px;
  float: none;
  margin: 0 auto;
}

#Timeline-Capsule-Event-Selector .timelineEventTitle {
  height: 125px;
  padding: 15px 10px;
}

#Timeline-Capsule-Event-Selector .item-block div {
  display: block;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}
#Timeline-Capsule-Event-Selector .capsule-event-year {
  display: block;
  float: left;
  width: 100%;
  height: 38px;
  padding: 4px 0 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #000;
  text-align: center;
  color: #fff;
  background-color: rgba(129, 129, 129, 0.1);
  border-top: 0.5pt solid #555555;
  border-bottom: 0.5pt solid #555555;
  cursor: pointer;
}

#Timeline-Capsule-Event-Selector .capsule-event-title {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  min-height: 110px;
  padding: 12px 12px 0;
  background-color: #181818;
  border: 1pt solid #000;
  color: #fff;
  /*FOR FONT STYLING SEE: #Timeline-Capsule-Event-Selector .item-block div*/
  /* font-size: 16px;  */
  line-height: 22px;
  font-weight: 500;
}
#Timeline-Capsule-Event-Selector .item-block {
  text-decoration: none;
  color: inherit;
}
#Timeline-Capsule-Event-Selector .item-block h4 {
  font: bold 13px/20px Helvetica, Arial, sans-serif;
  color: #000;
  width: 158px;
  height: auto;
  padding: 2px 0 0 6px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#Timeline-Capsule-Event-Selector .item-block:hover h4 {
  color: #1873c9;
}
#Timeline-Capsule-Event-Selector .item-block p {
  font: normal 13px/20px Helvetica, Arial, sans-serif;
  color: #555;
  width: 158px;
  padding: 0 0 0 6px;
}
#Timeline-Capsule-Event-Selector .scrollbar-holder {
  /* background: #CED7DB; */
  background: none;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
}
#Timeline-Capsule-Event-Selector .scrollbar {
  /* background-color: #45a8ce !important; */
  background-color: transparent !important; /*removes faint black line at bottom of carousel*/
  bottom: 0;
}

.tl_Details_SideHeader_Container {
  display: block;
  float: left; /*carol temp to test redesign */
  height: 100%;
  max-height: 80vh;
  padding: 18px;
  border: 3pt solid #ad954d;
  background-color: #411900;
}
@media screen and (min-width: 913px) {
  .tl_Details_SideHeader_Container {
    width: 25%;
  }
}
@media screen and (min-width: 853px) and (max-width: 912px) {
  .tl_Details_SideHeader_Container {
    width: 36%;
  }
}
@media screen and (max-width: 852px) {
  .tl_Details_SideHeader_Container {
    width: 100%;
  }
}
.tl_Details_Title_Info_Wrapper {
  background-color: #181818;
}
.tl_Details_Header_Image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 432px;
  overflow: hidden;
}
.tl_Details_Header_Image img {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border: 1pt solid #000;
}
.tl_Details_Header_Year {
  display: block;
  width: 100%;
  height: 38px;
  padding: 7px 0 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  color: #fff;
  background-color: rgba(129, 129, 129, 0.1);
  border-top: 0.5pt solid #555555;
  border-bottom: 0.5pt solid #555555;
}
.tl_Details_Header_Title_flex {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers items horizontally within the container */
  justify-content: center; /* Centers items vertically within the container */
  height: 16.5vh;
  background-color: #181818;
  border: 1pt solid #000;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.tl_Details_Named_Person {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  column-span: all;
  color: #000;
}
.tl_Details_Named_Person .name {
  margin-top: 16px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
.tl_Details_Named_Person .title {
  font-size: 18px;
  font-weight: bold;
}
.tl_Details_Named_Person .memo {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.tl_Details_Gold_Trim_Container {
  display: block;
  float: right;
  margin: 0 auto;
  background-color: #000;
  border: 0.5pt solid #ad954d;
  border-radius: 15px;
}

@media screen and (min-width: 913px) {
  .tl_Details_Gold_Trim_Container {
    width: 72%;
    padding-top: 4px;
  }
}
@media screen and (min-width: 853px) and (max-width: 912px) {
  .tl_Details_Gold_Trim_Container {
    width: 60%;
  }
}
@media screen and (max-width: 852px) {
  .tl_Details_Gold_Trim_Container {
    width: 100%;
  }
}

.tl_Details_3Column {
  column-fill: auto;
  column-rule: 1px solid #888;
  display: block;
  width: 100%;
  height: 80vh; /*was auto*/
  max-height: calc(80vh - 32px);
  margin: 0 auto 0;
  overflow-x: auto;
  border-radius: 15px;
  border-top: none;
  background-color: #f7f7f7;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

@media screen and (min-width: 1281px) {
  .tl_Details_3Column {
    column-count: 3;
    column-gap: 40px;
    padding: 18px 40px 20px;
    border: 24pt solid #000;
  }
}
@media screen and (min-width: 913px) and (max-width: 1280px) {
  .tl_Details_3Column {
    column-count: 2;
    column-gap: 70px;
    padding: 18px 40px 20px;
    border: 24pt solid #000;
  }
}
@media screen and (width: 853px) and (max-width: 912px) {
  .tl_Details_3Column {
    column-count: 1;
    column-gap: 40px;
    padding: 18px 40px 20px;
    border: 16pt solid #000;
  }
}
@media screen and (min-width: 541px) and (max-width: 852px) {
  .tl_Details_3Column {
    column-count: 2;
    column-gap: 40px;
    padding: 18px 40px 20px;
    border: 16pt solid #000;
  }
}
@media screen and (max-width: 540px) {
  .tl_Details_3Column {
    column-count: 1;
    column-gap: 60px;
    padding: 18px 20px 20px;
    border: 5pt solid #000;
  }
}
.tl_Details_3Column img {
  display: block;
  margin: 24px auto 0; /*effects captioned images as well*/
  border: 1pt solid #000;
}
@media screen and (min-width: 913px) {
  .tl_Details_3Column img {
    max-height: 210px;
    width: auto;
  }
}
@media screen and (max-width: 912px) {
  .tl_Details_3Column img {
    width: 100%;
  }
}
.tl_Details_3Column .wp-block-image {
  height: auto;
}
.tl_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) {
  .tl_Details_3Column .wp-element-caption {
    width: 80%;
    padding-top: 4px;
  }
}
@media screen and (max-width: 912px) {
  .tl_Details_3Column .wp-element-caption {
    width: 100%;
  }
}
.tl_Details_Image_No_Caption {
  margin-bottom: 18px !important;
}
.tl_Details_Captioned_Image {
  display: block;
  height: auto;
  background-color: #333;
}
.tl_Details_Captioned_Image img {
  box-sizing: border-box;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 913px) {
  .tl_Details_Captioned_Image img {
    max-width: 86%;
    padding-top: 4px;
  }
}
@media screen and (max-width: 912px) {
  .tl_Details_Captioned_Image img {
    width: 96%;
  }
}
.tl_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) {
  .tl_Details_Captioned_Image .caption {
    /* width: 80%; */
    width: 100%;
  }
}
@media screen and (max-width: 912px) {
  .tl_Details_Captioned_Image .caption {
    /* width: 96%; */
    width: 100%;
  }
}
.tl_Details_3Column h2 {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.tl_Details_3Column p {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
}
.tl_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;
}
.tl_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 */
}
.tl_Details_3Column b {
  font-weight: bold;
}
.tl_Details_3Column i {
  font-style: italic;
}

.tl_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;
}

.tl_Details_3Column cite {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
}
