.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion {
    background: none;
    border: none;
}
.ui-accordion-header-icon {
    display: none !important;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dt {
    background: none;
    padding: 10px;
    border-bottom: 0;
    font-size: 22px;
    font-family: BebasNeue;
    font-style: italic;
    letter-spacing: 2px;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dt:last-of-type {
    border-bottom: 1px solid #dedede;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dt > a {
    display: block;
    color: #ffffff;
    font-weight: bold;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dt > a > span {
    color: inherit;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dd {
    border-top: 0;
    font-size: 12px;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    background: #332a24;
    color: #fff;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dd a {
  color: #fff;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dd.current {
    padding: 10px;
    max-height: 1000px;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    margin: 10px 10px 50px 10px;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dd:last-of-type {
    border-top: 1px solid white;
    position: relative;
    top: -1px;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs ._tabs-menu > dt {
    display: block;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs ._tabs-menu > dt > a {
    display: inline;
    padding: 0 10px;
    line-height: 30px;
    color: #ffffff;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs ._tabs-menu > dt.current {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs > ._tabs {
    clear: both;
    border: 1px solid #dedede;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 20px;
    padding: 10px;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs > ._tabs ._tab {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease 0s;
    -moz-transition: max-height 0.5s ease 0s;
    transition: max-height 0.5s ease 0s;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs > ._tabs ._tab.current {
    max-height: 1000px;
    -webkit-transition: max-height 0.5s ease 0.5s;
    -moz-transition: max-height 0.5s ease 0.5s;
    transition: max-height 0.5s ease 0.5s;
}

.timeline-both-side{
  float: left; 
  width: 96%; 
  margin: 20px 2% 50px; 
  position: relative; 
  box-sizing: border-box;
  list-style: none;
  padding: 0;
}
.timeline-both-side:before{
  background-color: #fff; 
  bottom: 0; 
  content: " "; 
  left: 50%; 
  position: absolute; 
  top: 0; 
  width: 1px;
}
.timeline-both-side:after{
  border-radius: 50%; 
  bottom: -18px; 
  content: ""; 
  height: 18px; 
  left: 50%; 
  margin-left: -9px; 
  position: absolute; 
  width: 18px; 
  border: 2px solid #fff;
}
.timeline-both-side li {
  position: relative; 
  float: left; 
  width: 100%;
}
.timeline-both-side li .border-line{
  background-color: #fff; 
  font-size: 1.4em; 
  height: 1px; 
  left: 50%; 
  margin-left: -8%; 
  position: absolute; 
  text-align: center; 
  top: 50%; 
  width: 8%; 
  z-index: 100;
}
.timeline-both-side li.opposite-side .border-line{
  left: auto; 
  right: 50%; 
  margin-left: 0; 
  margin-right: -8%;
}
.timeline-both-side li .border-line:before {
  background-color: #fff; 
  content: ""; 
  height: 15px; 
  position: absolute; 
  right: -8px; 
  top: -7px; 
  width: 15px;
  border-radius:8px;
}
.timeline-both-side li.opposite-side .border-line:before{
  left: -8px; 
  right: auto;
}
.timeline-both-side li .timeline-description{
  border-radius: 2px; 
  background-color: #ffffff; 
  border: 1px solid #fff; 
  float: left; 
  font-size: 13px; 
  padding: 10px; 
  position: relative; 
  width: 42%;
  color: #000 !important;
  border-radius: 10px;
}

.timeline-both-side li .timeline-description h1, .timeline-both-side li .timeline-description h2, .timeline-both-side li .timeline-description h3 {
    color: #000!important;
    margin-top: 0;
}
.timeline-both-side li.opposite-side .timeline-description{
  float: right;
}