/* styles for OCC history year pages*/
#step-indicator {
  display: block;
  margin-top: 20px;
  background: #f0f0f0;
  padding: 10px 10px 0px 10px;
}

#step-indicator strong {
  /* Style for the strong element */
  font-size: 1.2rem;
}

.usa-step-indicator a {
    text-decoration: none !important;
}

.usa-step-indicator__segments {
     flex-wrap: wrap;
}

/* Responsive styles*/
@media (max-width: 40em) {
    .usa-step-indicator__segment-label {
        color: #205493;
        display: block;
        font-size: 1.01rem;
        margin-top: calc(.5rem + .5rem);
        padding-right: 2rem;
        text-align: left;
    }
}

@media (min-width: 40em) {
    .usa-step-indicator__segment-label {
        color: #205493;
        text-align: center;
        padding-right: 0;
        font-weight: 600;
}
}

.usa-step-indicator__segment:after {
    display: none;
   }

.spaced-pagination {
  
  width: 100%;
}

.usa-icon {
     font-weight: 600;
}

.usa-pagination__arrow {
    display: inherit
;
}

