html body .btn--primary {
  background-color: #006da8;
  /* Fallback */
  background-image: linear-gradient(top, #007EC1, #005d8e);
  background-image: -webkit-linear-gradient(top, #007EC1, #005d8e);
  background-image: -moz-linear-gradient(top, #007EC1, #005d8e);
  background-image: -ms-linear-gradient(top, #007EC1, #005d8e);
  background-image: -o-linear-gradient(top, #007EC1, #005d8e);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#007EC1', EndColorStr='#005d8e')"; }
  html body .btn--primary.btn:active, html body .btn--primary.btn:hover {
    background-color: #004c75;
    /* Fallback */
    background-image: linear-gradient(top, #005d8e, #003b5b);
    background-image: -webkit-linear-gradient(top, #005d8e, #003b5b);
    background-image: -moz-linear-gradient(top, #005d8e, #003b5b);
    background-image: -ms-linear-gradient(top, #005d8e, #003b5b);
    background-image: -o-linear-gradient(top, #005d8e, #003b5b);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#005d8e', EndColorStr='#003b5b')"; }

.btn--primary {
  color: #FFFFFF !important; }

html body .step-banner {
  background-color: #0076b4;
  /* Fallback */
  background-image: linear-gradient(to right, #007EC1, #006da8);
  background-image: -webkit-linear-gradient(to right, #007EC1, #006da8);
  background-image: -moz-linear-gradient(to right, #007EC1, #006da8);
  background-image: -ms-linear-gradient(to right, #007EC1, #006da8);
  background-image: -o-linear-gradient(to right, #007EC1, #006da8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#007EC1', EndColorStr='#006da8')"; }

.step-progress li.step-current {
  background-color: #007EC1; }

.step-progress li .step-content span {
  color: #FFFFFF !important; }

.step-progress > ul > li.step-current {
  display: block;
  margin: 0 auto; }
  .step-progress > ul > li.step-current .step-number {
    display: none; }

.step-progress li:not(.step-current) {
  display: none;
  background-image: none !important; }

.application-product-summary {
  background-color: #EBF4FA !important; }

.application-product-summary {
  color: #000000 !important; }
