/* Extra small devices (phones, 576px and down) */

@media only screen and (max-width: 576px) {
  .mobile-only {
    visibility: visible;
  }
  .desktop-only {
    visibility: hidden !important;
    display: none !important;
    clear: both !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .mobile-only {
    visibility: visible !important;
  }
  .desktop-only {
    visibility: hidden !important;
    display: none !important;
    clear: both !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .mobile-only {
    visibility: hidden !important;
    display: none !important;
    clear: both !important;
  }
  .desktop-only {
    visibility: visible !important;
  }
}

/* PYG Search */
.sphinx-precison-search .form-control {
  /* border-radius: 1.3rem 0 0 1.3rem; */
  /* border-color: #4267B2; */
  /* border-right: 0; */
}

.btn-sphinx-precison-search-button {
  border-color: rgba(0, 0, 0, 0.09);
  /* color: #4267B2 ; */
  /* background: #4267B2; */
}

.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.bg-green {
  background-color: #238034;
}
.text-green {
  color: #238034;
}

.main-timeline-section {
  position: relative;
  width: 100%;
  margin: auto;
}
.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
  background: #0093d1;
  border-radius: 100px;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
.main-timeline-section .conference-center-line {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #DEE2E6;
  z-index: 0;
}
.timeline-article {
  width: 100%;
  position: relative;
  margin: 40px 0px;
  min-height: 135px;
  z-index: 0;
}
.timeline-article .content-date {
  position: absolute;
  top: 20%;
  right: 50%;
  font-size: 18px;
  margin-right: 40px;
  transform: translateY(50%);
}
.timeline-article .meta-date {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-left: -11px;
  border-radius: 100%;
  background: #fff;
  border: 4px solid #0093d1;
}
.timeline-article .meta-date-blue {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    margin-left: -11px;
    border-radius: 100%;
    background: #fff;
    border: 4px solid #015990;
  }
  .timeline-article .meta-date-green {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    margin-left: -11px;
    border-radius: 100%;
    background: #fff;
    border: 4px solid #248035;
  }
.timeline-article .content-box {
  position: absolute;
 
  border-radius: 5px;
  background-color: #fff;
  width: 40%;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  left: 50%;
  margin-left: 40px;
}
.content-left-container .content-box {
  left: 6%;
  margin-left: 0px;
}
.content-left-container .content-date {
  left: 50%;
  margin-left: 40px;
}
.content-right-container .content-box:before {
  /* content: " ";
  position: absolute;
  left: -10px;
  top: 40%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-right-color: #0093d1;
  display: block; */
  
}
.content-left-container .content-box:before {
  /* content: " ";
  position: absolute;
  top: 40%;
  right: -30px;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-left-color: #0093d1; */
}
@media (max-width: 460px) {
  .timeline-article.content-left-container .content-box {
    left: 0px;
  }
  .timeline-article .content-box p {
    height: 100px;
    overflow: hidden;
  }
}
