/* CSS Document */
.brim-pipeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brim-pipeline * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brim-pipeline__phase {
  display: flex;
  flex: 0 0 100%
}
.brim-pipeline__wrap {
  flex: 0 0 100%;
  margin-bottom: 1em;
}
.brim-pipeline__title {
  width: 25%;
  padding: 10px 3px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  background-color: #008084;
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .brim-pipeline__title {
    font-size: 21px;
  }
}
.brim-pipeline__item {
  width: 100%;
  padding-top: 20px;
}
.brim-pipeline__item span {
  color: #848687;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .brim-pipeline__item span {
    display: block;
  }
}
.brim-pipeline__item span.brim-pipeline__item-name {
  color: var(--color-acc);
  font-size: 1.25em;
  font-weight: bold;
}
.brim-pipeline__bar {
  position: relative;
  height: auto;
  margin-top: 10px;
  border: 0;
  display: block;
  text-decoration: none;
}
.brim-pipeline__bar[href=""] {
  pointer-events: none;
}
.brim-pipeline__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 44px;
  background-color: #F49B05;
  padding: 10px;
  height: auto;
  font-weight: 400;
  color: #3C3C3B;
  border-radius: 0 22px 22px 0;
  line-height: 1em;
  font-size: 14px;
  min-width: 76px;
  -webkit-animation: animateBar 2s forwards;
  animation: animateBar 2s forwards;
}
@media (min-width: 768px) {
  .brim-pipeline__inner {
    min-width: 110px;
    padding: 10px 10px 10px 20px;
    font-size: 21px;
  }
}
.brim-pipeline__break {
  display: block;
  margin-top: 20px;
  height: 1px;
  background-color: #DBDBDB;
  width: 100%;
}
@-webkit-keyframes animateBar {
  from {
    width: 1px;
  }
  to {
    width: 100%;
  }
}
@keyframes animateBar {
  from {
    width: 1px;
  }
  to {
    width: 100%;
  }
}
#pd__BRM423 {
  display: none
}