.timeline{box-sizing:border-box;overflow:hidden;padding:12px 10px 90px}.timeline:after,.timeline:before{content:"";width:5px;position:absolute;top:13px;left:10px;transform:translateX(-50%)}.timeline:before{background:#003d69;bottom:5%}.timeline:after{background:linear-gradient(0deg,rgba(0,61,105,0),#003d69);top:95%;bottom:0}@media screen and (min-width:960px){.timeline:after,.timeline:before{left:50%}}.timeline__item{margin-bottom:70px;position:relative}@media screen and (min-width:960px){.timeline__item:nth-child(odd){margin-right:70px}.timeline__item:nth-child(2n){margin-left:70px}}.timeline__item:before{content:"";display:block;width:20px;height:20px;position:absolute;top:0;left:-40px;transform:translateX(-50%);border-radius:50%;background-color:#003d69}@media screen and (min-width:960px){.timeline__item:before{left:50%;width:30px;height:30px}.timeline__item:nth-child(odd):before{margin-left:35px}.timeline__item:nth-child(2n):before{margin-left:-35px}}.timeline__card{filter:drop-shadow(2px 2px 6px rgba(0,0,0,.3));z-index:1}@media screen and (min-width:960px){.timeline__card{margin-top:-6px}}.timeline__card:before{content:"";display:block;width:0;height:0;position:absolute;top:1rem;left:-.5rem;transform:translateX(-50%);border:1rem solid transparent;border-right:1.2rem solid #820924;border-left:none;z-index:-1}@media screen and (min-width:960px){.timeline__card--right:before{left:auto;right:-1rem;transform:rotate(180deg)}}.timeline__date{padding:.2rem 2rem;background:#820924;color:#fff;position:absolute;top:0;left:0;font-weight:400;text-decoration:none;font-size:2.6rem}@media screen and (min-width:960px){.timeline__date--right{left:auto;right:0}}.timeline__card{transform:translateX(200%)}.timeline__item--visible .timeline__card{animation:flyin 1.2s ease forwards;animation-delay:.3s}@media screen and (min-width:960px){.timeline__card--right{transform:translateX(-200%)}}@keyframes flyin{to{transform:translateX(0)}}@media screen and (max-width:960px){.timeline__image.top-spacing{margin-top:30px}}