.phase-wrapper {
    padding: 0 30px 0 30px;
    margin: 0 auto;
    /*max-width: 1020px;*/
}

.phase-banner {
  padding: 10px 0 8px 0;
  border-bottom: 1px solid #bfc1c3;
}
@media (min-width: 641px) {
  .phase-banner {
    padding-bottom: 10px;
  }
}
.phase-banner p {
  margin: 0;
  color: black;
  font-family: "nta", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 640px) {
  .phase-banner p {
    font-size: 14px;
    line-height: 1.14286;
  }
}
.phase-banner .phase-tag {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  padding: 2px 5px 0;
  font-family: "nta", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  text-transform: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background-color: #f47738;
}
@media (min-width: 641px) {
  .phase-banner .phase-tag {
    vertical-align: baseline;
  }
}
@media (max-width: 640px) {
  .phase-banner .phase-tag {
    font-size: 14px;
    line-height: 1.14286;
  }
}
.phase-banner span {
  display: -moz-inline-stack;
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
@media (min-width: 641px) {
  .phase-banner span {
    width: auto;
    vertical-align: baseline;
  }
}
