.rlwc-timeline {
  position: relative; }
  .rlwc-timeline::before {
    content: '';
    background: #666;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .rlwc-timeline h2 {
    font-size: 1.6rem;
    padding: 0px 0 14px 0; }
  .rlwc-timeline p {
    padding-bottom: 10px; }
  .rlwc-timeline .timeline-item {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.5rem; }
    .rlwc-timeline .timeline-item .timeline-content {
      padding: 60px 30px 10px 30px;
      text-align: right; }
    .rlwc-timeline .timeline-item:nth-child(even) .timeline-content {
      float: right;
      text-align: left; }
      .rlwc-timeline .timeline-item:nth-child(even) .timeline-content .date {
        right: auto;
        left: 0; }
      .rlwc-timeline .timeline-item:nth-child(even) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 12px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #660033 transparent transparent; }
    
    .rlwc-timeline .timeline-item::after {
      content: '';
      display: block;
      clear: both; }
  .rlwc-timeline .timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3); }
    .rlwc-timeline .timeline-content::after {
      content: '';
      position: absolute;
      border-style: solid;
      width: 0;
      height: 0;
      top: 12px;
      right: -15px;
      border-width: 10px 0 10px 15px; 
    border-color: transparent transparent transparent #660033; 
  }
  .rlwc-timeline .timeline-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 7px;
    margin-left: -12px; 
    background: #660033; 
    }
  .rlwc-timeline a {
    background: #3F51B5;
    color: #FFFFFF;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6); }
    .rlwc-timeline a:hover, .rlwc-timeline a:active, .rlwc-timeline a:focus {
      background: #32408f;
      color: #FFFFFF;
      text-decoration: none; }
  .rlwc-timeline .timeline-card {
    padding: 0 !important; }
    .rlwc-timeline .timeline-card p {
      padding: 0 20px; }
    .rlwc-timeline .timeline-card a {
      margin-left: 20px; }
  .rlwc-timeline .timeline-item:nth-child(2) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1458530970867-aaa3700e966d") center center no-repeat;
    background-size: cover; }
  .rlwc-timeline .timeline-item:nth-child(5) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1444093826349-9ce8c622f4f3") center center no-repeat;
    background-size: cover; }
  .rlwc-timeline .timeline-item:nth-child(6) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1471479917193-f00955256257") center center no-repeat;
    background-size: cover; }
  .rlwc-timeline .timeline-item:nth-child(8) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1466840787022-48e0ec048c8a") center center no-repeat;
    background-size: cover; }
  .rlwc-timeline .timeline-item:nth-child(10) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1447639703758-f525f36456bf") center center no-repeat;
    background-size: cover; }
  .rlwc-timeline .timeline-item:nth-child(11) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1469429978400-082eec725ad5") center center no-repeat;
    background-size: cover; }
  .rlwc-timeline .timeline-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px; }
    .rlwc-timeline .timeline-img-header h2 {
      color: #FFFFFF;
      position: absolute;
      bottom: 5px;
      left: 20px; }
  .rlwc-timeline blockquote {
    margin-top: 30px;
    color: #757575;
    border-left-color: #3F51B5;
    padding: 0 20px; }
  .rlwc-timeline .date {
    display: inline-block;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background: #660033;
    }
  .rlwc-timeline .mens .date {
    background: #ac1730; }
  .rlwc-timeline .womens .date {
    background: #ed672b; }
  .rlwc-timeline .wheelchair .date {
    background: #f49928; }
  .rlwc-timeline .general .date {
    background: #666; }

@media screen and (max-width: 768px) {
  .rlwc-timeline h2 {
    text-align: left;
    font-size: 1.5rem; }
  .rlwc-timeline p {
    text-align: left; }
  .rlwc-timeline .date {
    left: 0px;
    right: auto; }
  .rlwc-timeline::before {
    left: 50px; }
  .rlwc-timeline .timeline-img {
    left: 40px; }
  .rlwc-timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px; }
  .rlwc-timeline .timeline-item:nth-child(even) .timeline-content {
    float: none; }
  .rlwc-timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 15px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #133d59 transparent transparent; }
  

/*# sourceMappingURL=timeline.css.map */
