.aw-timeline .aw-layout-header{text-align:center}.aw-timeline:not(.expanded) .timeline-items .item:nth-child(n+4){display:none}.aw-timeline:not(.expanded) .timeline-wrapper .buttons button:after{content:"\f107"}.timeline-wrapper{background-color:var(--brand-sand-50);padding:40px var(--gutter-spacing) 25px;border:2px solid var(--brand-primary)}.timeline-wrapper .buttons,.timeline-wrapper .buttons button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.timeline-wrapper .buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin:30px 0 0;border-top:2px solid var(--brand-pink)}.timeline-wrapper .buttons button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;font-size:16px;font-family:var(--aw-heading-font);font-weight:var(--aw-heading-font-weight);color:var(--brand-primary);min-height:36px;margin:0}@media (min-width:992px){.timeline-wrapper .buttons button{font-size:18px}}.timeline-wrapper .buttons button:after{display:inline-block;font-family:"Font Awesome 6 Pro";font-weight:900;font-style:normal;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f106";margin-left:var(--button-icon-spacing)}.timeline-items{--text-spacing:6px}@media (min-width:576px){.timeline-items{--text-spacing:10px}}@media (min-width:992px){.timeline-items:not(:first-child){margin-top:40px}}.timeline-items .item{position:relative;line-height:1.2;padding-left:60px}@media (min-width:576px){.timeline-items .item{width:50%}}.timeline-items .item:before{content:"";position:absolute;width:0;top:50px;bottom:-30px;left:25px;border-left:2px dashed var(--brand-secondary)}.timeline-items .item:not(:last-child){margin-bottom:30px}.timeline-items .item:last-child:before{display:none}.timeline-items .item .status{position:absolute;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;font-size:22px;width:50px;height:50px;background-color:#fff;border:2px solid var(--brand-darkblue);border-radius:50%}.timeline-items .item .date{padding:6px 15px;background-color:var(--brand-pink);margin-bottom:var(--text-spacing);display:inline-block}.timeline-items .item .title{margin:0 0 var(--text-spacing)}.timeline-items .item.completed .status{color:#fff;background-color:var(--brand-primary)}.timeline-items .item.completed .status:before{display:inline-block;font-family:"Font Awesome 6 Pro";font-weight:900;font-style:normal;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f00c";line-height:1}.timeline-items .item.current .status{border-width:5px}.timeline-items .item.current .status:before{content:"";background-color:var(--brand-darkblue);width:28px;height:28px;border-radius:50%}@media (min-width:576px){.timeline-items .item:nth-child(odd){margin-left:auto;text-align:left}.timeline-items .item:nth-child(odd):before{left:-1px}.timeline-items .item:nth-child(odd) .status{left:-25px}.timeline-items .item:nth-child(even){padding-left:0;padding-right:40px;text-align:right}.timeline-items .item:nth-child(even):before{right:-1px;left:initial}.timeline-items .item:nth-child(even) .status{right:-25px;left:initial}}