*, *::before, *::after {  box-sizing: border-box;}
.m-content {  padding: 0px;  max-width: 100%;  margin: 0 auto;}
.m-timeline {  position: relative;  list-style: none;  padding: 0;  margin: 0;    color: #333;}
.m-timeline > li {  position: relative;  padding: 0px 0 20px 30px;  transition: all 100ms;}
.m-timeline > li::before, .m-timeline li::after {  transition: all 100ms;}
.m-timeline > li::before {  display: block;  content: '';  position: absolute;  top: 13px;  left: 0;  z-index: 2;  background-color: #fff;  
width: 20px;  height: 20px;  border-radius: 50%;  border: 3px solid #111;}
.m-timeline > li::after {  content: '';  display: block;  width: 2px;  background-color: #ddd;  position: absolute;
  top: 0;  left: 0px;  height: 100%;  z-index: 1;}
.m-timeline > li:first-child::after {  top: 15px;}
.m-timeline > li:last-child::after {  height: 15px;}
.m-timeline__date { font-size: 30px;  margin: 0 0 0em 0;  color: #0072bc;}
.m-timeline p {  margin: 0 0 .5em;}
@media (min-width: 1024px) {
  .m-timeline > li:nth-child(odd) {   text-align: right;    padding-left: 0;    padding-right: calc(50% + 30px);  }
  .m-timeline > li:nth-child(even) {    padding-left: calc(50% + 30px);  }
  .m-timeline > li::before {    left: calc(50% - 9px);  }
  .m-timeline > li::after {    left: calc(50% - 0px);  }
}

ul.detail {list-style:none; padding:8px 0 0 0; margin:}
ul.detail li {font-size:14px; line-height:28px; padding:0 0 0 13px; position:relative; margin-bottom:5px; }
ul.detail li:before { content: "";  width: 3px; height: 3px; background-color: #555;  position: absolute; left: 0; top: 14px;   border-radius: 50%;}

.m-timeline > li:nth-child(odd) li { padding:0 13px 0 0;  }
.m-timeline > li:nth-child(odd) li:before { content: "";   position: absolute; left: auto; right:0; }

ul.detail li span.detailD {color:#aaa; width:70px;  padding: 0 10px 0 0;  display:inline-block }
.m-timeline > li:nth-child(odd) li span.detailD {color:#aaa; width:70px  !important; display:inline-block ; float:right; padding: 0 0 0 10px;}
.m-timeline  li.year span {font-size:25px; color:#0072bc !important;}
/*.m-timeline > li:nth-child(odd) li.year:before  {display:none;}*/
.detail li.none:before {display: none !important }

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
  .m-timeline > li li {font-size:13px; line-height:20px; }
  .m-timeline > li:nth-child(odd) li { padding:0 0 0 12px; }
ul.detail li:before {  top: 9px;  }
.m-timeline > li::after {   left: 9px;  }
ul.detail li span.detailD {color:#aaa;   padding: 0 10px 0 0; display:block; }
  .m-timeline > li:nth-child(odd) li span.detailD {color:#aaa;  float:left; padding: 0 10px 0 0px; display:block ; float:none;}
  .m-timeline > li:nth-child(odd) li:before { content: "";   position: absolute; left: auto; left:0;  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}
