.timeline{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:992px}.timeline .event-wrap{align-items:center;display:flex;justify-content:space-between;padding-bottom:1.5rem;padding-top:1.5rem;position:relative}.timeline .event-wrap:before{background:var(--supplemental);border:3px solid var(--white);border-radius:50%;content:"";display:block;height:1.5rem;min-width:1.5rem;outline:1px solid var(--supplemental);transform:translateX(-50%);width:1.5rem;z-index:2}.timeline .event-wrap:after{background:var(--secondary);content:"";display:block;height:100%;left:-1px;position:absolute;width:2px;z-index:1}.timeline .event-wrap:first-of-type:after{transform:translateY(50%)}.timeline .event-wrap:last-of-type:after{transform:translateY(-50%)}@media (min-width:768px){.timeline .event-wrap{flex-basis:50%;width:50%}.timeline .event-wrap:nth-child(odd){flex-direction:row-reverse;margin-right:auto}.timeline .event-wrap:nth-child(odd):before{left:unset;transform:translateX(50%)}.timeline .event-wrap:nth-child(odd):after{left:unset;right:-1px}.timeline .event-wrap:nth-child(2n){margin-left:auto}}.timeline .event-wrap .event{background:var(--white);border:1px solid #f6f6f6;box-shadow:0 4px 4px 0 rgba(0,0,0,.15);max-width:400px;padding:2.125rem 1.5rem}.timeline .event-wrap .event h5{color:var(--supplemental);font-size:1.125rem;font-weight:600}.timeline .event-wrap .event .event-content{color:var(--grey-dark);font-size:1rem;font-weight:300}