.ecl-icon {
    fill: currentColor;
    margin: 0;
    transform: scaleX(1) scaleY(1) rotate(0deg);
    transition: transform .3s ease-in-out;
}

.ecl-icon--2xs {
    height: .625rem;
    width: .625rem;
}
.ecl-icon--rotate-90 {
    transform: rotate(90deg);
}
.ecl-breadcrumb-standardised__icon {
    fill: #004494;
    flex-shrink: 0;
    margin-left: .5rem;
    margin-right: .5rem;
    vertical-align: text-bottom;
}

body nav li a:hover {
  background: transparent;
}


#content-area {
  padding-top: 228px;
}


.env-header-loaded #content-area {
  padding-top: 0;
}

