.steps{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;counter-reset:steps;overflow:hidden;list-style:none;padding:0;margin:0 0 1em 0}.steps__item{counter-increment:steps;background:#efefef;border-top:1px solid #ccc;border-bottom:1px solid #ccc;float:left;position:relative;white-space:nowrap}.steps__item:first-child:nth-last-child(1),.steps__item:first-child:nth-last-child(1)~.steps__item{width:100%}.steps__item:first-child:nth-last-child(2),.steps__item:first-child:nth-last-child(2)~.steps__item{width:50%}.steps__item:first-child:nth-last-child(3),.steps__item:first-child:nth-last-child(3)~.steps__item{width:33.33333%}.steps__item:first-child:nth-last-child(4),.steps__item:first-child:nth-last-child(4)~.steps__item{width:25%}.steps__item:first-child:nth-last-child(5),.steps__item:first-child:nth-last-child(5)~.steps__item{width:20%}.steps__item:first-child:nth-last-child(6),.steps__item:first-child:nth-last-child(6)~.steps__item{width:16.66667%}.steps__item:first-child:nth-last-child(7),.steps__item:first-child:nth-last-child(7)~.steps__item{width:14.28571%}.steps__item:first-child:nth-last-child(8),.steps__item:first-child:nth-last-child(8)~.steps__item{width:12.5%}.steps__item:first-child:nth-last-child(9),.steps__item:first-child:nth-last-child(9)~.steps__item{width:11.11111%}.steps__item:first-child:nth-last-child(10),.steps__item:first-child:nth-last-child(10)~.steps__item{width:10%}.steps__item:after{width:1.85616em;height:1.85616em;position:absolute;top:.35355em;left:100%;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:'';z-index:2;background:inherit;border-right:1px solid #ccc;border-top:1px solid #ccc;margin-left:-.92808em}.steps__item[disabled]{cursor:not-allowed}@media (max-width:767px){.steps__item{width:100%!important;border:1px solid #ccc;border-bottom:none;padding:2px 0}.steps__item:after{content:none}}.steps__item--first{border-left:1px solid #ccc}.steps__item--last{border-right:1px solid #ccc}@media (max-width:767px){.steps__item--last{border-bottom:1px solid #ccc}}.steps__item--last:after{content:none}.steps__link{-webkit-transition:.25s ease-out;transition:.25s ease-out;color:#999;display:block;text-align:center;text-decoration:none;padding:.5em 0}.steps__link:before{width:1.5em;height:1.5em;display:inline-block;content:counter(steps);text-align:center;background:#bcbcbc;border-radius:50%;color:#fff;margin:0 1em;line-height:1.5em}:not([disabled])>.steps__link:focus,:not([disabled])>.steps__link:hover{color:#333}@media (max-width:767px){.steps__link:before{float:left;margin-right:0}}.steps__item--active{background:#fff}.steps__item--active .steps__link,.steps__item--done .steps__link{color:#333}.steps__item--active .steps__link:before,.steps__item--done .steps__link:before{background:#043a5e}.no-csstransforms .steps__item{border-right:1px solid #ccc}.no-csstransforms .steps__item:after{content:none!important}.no-generatedcontent .steps{list-style-position:inside;list-style-type:decimal}.no-generatedcontent .steps__link:before{content:none}