﻿.ProgressBar-title {
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}
@media all and (min-width: 47.9375em) {
    .ProgressBar-dropdown {
        float: right;
        margin-top: -5px;
        width: 230px;
    }
}
.ProgressBar-content {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin: 20px 0;
    margin: 1.25rem 0;
    padding: 0 20px;
    padding: 0 1.25rem;
    position: relative;
    top: 0;
    z-index: 2;
}
.ProgressBar-content:before {
    background-color: #315590;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
@media all and (min-width: 47.9375em) {
    .ProgressBar-content {
        margin: 2.5rem 0;
        padding: 0 0 0 8%;
    }
}
.ProgressBar-wrap {
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.ProgressBar-item {
    border-left: dashed 2px #cccccc;
    position: relative;
    margin: 0 0 0 30px;
    margin: 0 0 0 1.875rem;
    padding: 15px 0 40px 50px;
    padding: 0.9375rem 0 2.5rem 3.125rem;
}
@media all and (min-width: 47.9375em) {
    .ProgressBar-item {
        border-left: 0;
        border-top: dashed 2px #cccccc;
        display: inline-block;
        height: 150px;
        margin: 1.875rem 0 0 0;
        padding: 0;
        vertical-align: middle;
        width: 19%;
    }
}
.ProgressBar-item:last-child {
    border-left: solid 2px #fff;
    padding-bottom: 30px;
}
.ProgressBar-item:nth-of-type(1), .ProgressBar-item:nth-of-type(2), .ProgressBar-item:last-of-type {
    border-color: #fff;
}
.ProgressBar-item:before {
    background-color: #315590;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 60px;
    left: -30px;
    position: absolute;
    top: 0;
    width: 60px;
    vertical-align: middle;
    z-index: 1;
}
@media all and (min-width: 47.9375em) {
    .ProgressBar-item:before {
        left: 0;
        margin-top: -30px;
    }
}
.ProgressBar-item.-incomplete:before {
    background-color: #fff;
    border: 2px dashed #cccccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 60px;
    left: -30px;
    position: absolute;
    top: 0;
    width: 60px;
    vertical-align: middle;
    z-index: 1;
}
@media all and (min-width: 47.9375em) {
    .ProgressBar-item.-incomplete:before {
        left: 0;
        margin-top: -30px;
    }
}
.ProgressBar-item-inner {
    background-color: inherit;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 52px;
    left: -26px;
    position: absolute;
    top: 4px;
    width: 52px;
    z-index: 1;
}
@media all and (min-width: 47.9375em) {
    .ProgressBar-item-inner {
        left: 4px;
        top: -26px;
    }
}
.ProgressBar-item-inner-icon {
    bottom: 10px;
    fill: #fff;
    height: 30px;
    left: -30px;
    position: absolute;
}
.ProgressBar-item-inner-icon.-left {
    left: -37px;
}
.ProgressBar-item-inner-icon.-incomplete {
    fill: #777777;
}
.ProgressBar-content-item.-scheme-orange .ProgressBar-item {
    background-color: #EE7835;
}
.ProgressBar-content-item.-scheme-yellow .ProgressBar-item {
    background-color: #FFC425;
}
.ProgressBar-content-item.-scheme-blue .ProgressBar-item {
    background-color: #278ACA;
}
.ProgressBar-content-item.-scheme-teal .ProgressBar-item {
    background-color: #00A79D;
}
.ProgressBar-content-item.-scheme-red .ProgressBar-item {
    background-color: #D61F26;
}
.ProgressBar-content-item.-scheme-purple .ProgressBar-item {
    background-color: #6058A6;
}
.ProgressBar-content-item.-scheme-green .ProgressBar-item {
    background-color: #83943f;
}
.ProgressBar-content-item.-scheme-white .ProgressBar-item {
    background-color: #fff;
}
.ProgressBar-item-link {
    color: #278ACA;
    font-size: 1em;
    line-height: 1.375;
}
@media all and (min-width: 47.9375em) {
    .ProgressBar-item-link {
        display: inline-block;
        font-size: 1em;
        line-height: 1.28;
        margin-left: -11px;
        padding-top: 50px;
        text-align: center;
        max-width: 80px;
    }
}
.ProgressBar-item-link:hover, .ProgressBar-item-link:focus, .ProgressBar-item-link:active {
    color: #278ACA;
    text-decoration: underline;
}
.ProgressBar-item-link.-static {
    color: #777777;
}
.ProgressBar-item-link.-static:hover, .ProgressBar-item-link.-static:focus, .ProgressBar-item-link.-static:active {
    text-decoration: none;
}
.ProgressBar-item-link.-complete {
    color: #315590;
    font-weight: bold;
}
.ProgressBar-item-link.-complete:hover, .ProgressBar-item-link.-complete:focus, .ProgressBar-item-link.-complete:active {
    text-decoration: none;
}
.ProgressBar-icon.-incomplete {
    color: #cccccc;
}