.site-container {
  background: rgba(0,0,0,0) url(https://orangutancanada.ca/wp-content/uploads/50years-timeline-banner-2-1.png) no-repeat scroll center 0;
/* The actual timeline-v2 (the vertical ruler) */
}
.education-pro-landing .site-inner {
  max-width: 900px;
  padding-top: 300px;
}

.time-marker-box{
  text-align: center;
}

.timeline-v2 {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

/* The actual timeline-v2 (the vertical ruler) */
.timeline-v2::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color:#2A7E43;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* ts-container around ts-content */
.ts-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline-v2 */
.ts-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Add arrows to the ts-left ts-container (pointing ts-right) */
.ts-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the ts-right ts-container (pointing ts-left) */
.ts-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f4f4f4;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f4f4f4 transparent transparent;
}

/* Fix the circle for ts-containers on the ts-right side */
.right::after {
  left: -16px;
}

/* The actual ts-content */
.ts-content {
  padding: 20px 30px;
  background-color: #f4f4f4;
  position: relative;
  border-radius: 6px;
}

  /* Place the timelime to the ts-left */
  .timeline-v2::after {
  left: 31px;
  }
  
  /* Full-width ts-containers */
  .ts-container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing ts-leftwards */
  .ts-container::before {
  left: 60px;
  border: medium solid #f4f4f4;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f4f4f4 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .ts-left::after, .ts-right::after {
  left: 15px;
  }
  
  /* Make all ts-right ts-containers behave like the ts-left ones */
  .ts-right {
  left: 0%;
  }
  
.ts-img-caption{ font-size:0.9rem;font-style:italic; margin-bottom:10px; text-align:center;}
.ts-date{ 
color: #717171;
font-size: 1.5rem;
padding: 10px 7px;
background-color: #fff;
width: fit-content;
}
.ts-title{ 
text-align: center;
color: #111111;
font-variant: all-small-caps;
letter-spacing: 2px;
}
.ts-title-with-date{
margin-top: -1.5rem;
}
.btn-green {
  color: #2a7e43 !important;
  border-color: #2a7e43;
  text-decoration: underline;
}
.ts-link-btn{
  padding: 7px;
  cursor: pointer;
}
.ts-link-btn{
  background-color: #f2f2f2;
  border-radius: 3px;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 14px 30px;
  width: auto;
}
.ts-img img{ width:100%;}
.ts-space{ min-height:100px;}
.ts-modal-text, .ts-modal-cite,.ts-modal-title{
    display:none;
}
.otquote{
    font-style:italic;
}

.button-more-link{
   color: #fbb550;
   text-decoration: none;
   padding: 10px; 
}

/*Pop UP*/
#PopUp-Modal1, 
#PopUp-Modal2,
#PopUp-Modal3,
.orut-modal-popup{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  overflow-y: scroll; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-header h2{
    text-align:center;
    font-size: 2em;
    color:#898986;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.audio-container{
    padding: 5px;
    border: solid 1px #adb5ad;
    display: inline-block;   
    width:100%;
}
.modal-content.show{
    margin-top: 50px;
}
.cite{
text-align: center;
    font-weight: 900;
    margin-bottom: 5px;    
}

@media only screen and (max-width: 768px) {
  .timeline-v2 {
    width: 80% !important;
  }  
}

@media only screen and (max-width: 500px) {
  .timeline-v2 {
    width: 100% !important;
  }  
}