@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;400;500;700&display=swap);
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 8px;
}
.flex-direction--row-reverse {
  flex-direction: row-reverse;
}
.flex-direction--row {
  flex-direction: row;
}
.flex-direction--column {
  flex-direction: column;
}
.align-self--flex-start {
  align-items: start;
}
.align-self--center {
  align-items: center;
}
.align-self--flex-end {
  align-items: flex-end;
}
.content--center {
  display: flex;
  justify-content: center;
}
.content--flex-start {
  display: flex;
  justify-content: flex-start;
}
.content--flex-end {
  display: flex;
  justify-content: flex-end;
}
.col-1 {
  width: calc(8.3333333333% - 12px);
}
.col-2 {
  width: calc(16.6666666667% - 12px);
}
.col-3 {
  width: calc(25% - 12px);
}
.col-4 {
  width: calc(33.3333333333% - 12px);
}
.col-5 {
  width: calc(41.6666666667% - 12px);
}
.col-6 {
  width: calc(50% - 12px);
}
.col-7 {
  width: calc(58.3333333333% - 12px);
}
.col-8 {
  width: calc(66.6666666667% - 12px);
}
.col-9 {
  width: calc(75% - 12px);
}
.col-10 {
  width: calc(83.3333333333% - 12px);
}
.col-11 {
  width: calc(91.6666666667% - 12px);
}
.col-12 {
  width: calc(100% - 12px);
}
.span-1 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 1);
}
.span-2 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 2);
}
.span-3 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 3);
}
.span-4 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 4);
}
.span-5 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 5);
}
.span-6 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 6);
}
.span-7 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 7);
}
.span-8 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 8);
}
.span-9 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 9);
}
.span-10 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 10);
}
.span-11 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 11);
}
.span-12 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 12 * 12);
}
.offset-1 {
  margin-left: calc(8.3333333333% * 1);
}
.offset-2 {
  margin-left: calc(8.3333333333% * 2);
}
.offset-3 {
  margin-left: calc(8.3333333333% * 3);
}
.offset-4 {
  margin-left: calc(8.3333333333% * 4);
}
.offset-5 {
  margin-left: calc(8.3333333333% * 5);
}
.offset-6 {
  margin-left: calc(8.3333333333% * 6);
}
.offset-7 {
  margin-left: calc(8.3333333333% * 7);
}
.offset-8 {
  margin-left: calc(8.3333333333% * 8);
}
.offset-9 {
  margin-left: calc(8.3333333333% * 9);
}
.offset-10 {
  margin-left: calc(8.3333333333% * 10);
}
.offset-11 {
  margin-left: calc(8.3333333333% * 11);
}
.wrapper--10-col .span-1 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 10 * 1);
}
.wrapper--10-col .span-2 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 10 * 2);
}
.wrapper--10-col .span-3 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 10 * 3);
}
.wrapper--10-col .span-4 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 10 * 4);
}
.wrapper--10-col .span-5 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 10 * 5);
}
.wrapper--10-col .span-6 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 10 * 6);
}
.wrapper--10-col .span-7 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 10 * 7);
}
.wrapper--10-col .span-8 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 10 * 8);
}
.wrapper--10-col .span-9 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 10 * 9);
}
.wrapper--10-col .span-10 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 10 * 10);
}
.wrapper--8-col .span-1 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 8 * 1);
}
.wrapper--8-col .span-2 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 8 * 2);
}
.wrapper--8-col .span-3 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 8 * 3);
}
.wrapper--8-col .span-4 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 8 * 4);
}
.wrapper--8-col .span-5 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 8 * 5);
}
.wrapper--8-col .span-6 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 8 * 6);
}
.wrapper--8-col .span-7 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 8 * 7);
}
.wrapper--8-col .span-8 {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100% / 8 * 8);
}
.wrapper > div {
  margin: 0 auto;
  max-width: 1600px;
}
@media (max-width: 35.99em) {
  .wrapper > div {
    width: calc(100% - 12px * 2);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  .wrapper > div {
    width: calc(100% - 12px * 6);
  }
}
@media (max-width: 107.49em) {
  .wrapper > div {
    margin: 32px auto;
  }
}
@media (min-width: 62em) and (max-width: 107.49em) {
  .wrapper > div {
    margin: 48px auto;
  }
}
@media (min-width: 107.5em) {
  .wrapper > div {
    margin: 64px auto;
  }
}
.wrapper article,
.wrapper figure,
.wrapper section {
  overflow: visible;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
}
@media (max-width: 61.99em) {
  .row {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 62em) {
  .row {
    margin-left: calc(8.3333333333% - 8px);
    width: calc(83.3333333333% + 8px * 2);
  }
}
@media (min-width: 107.5em) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 12px * 2);
  }
}
.row > * {
  padding-left: 12px;
  padding-right: 12px;
}
.row .row:not(.esds-alert__content) {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 87.5em) and (max-width: 107.49em) {
  .wrapper--12-col .row {
    margin-left: calc(8.3333333333% - 8px);
    width: calc(83.3333333333% + 8px * 2);
  }
}
@media (min-width: 107.5em) {
  .wrapper--12-col .row {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 12px * 2);
  }
}
@media (min-width: 87.5em) {
  .wrapper--10-col .row {
    margin-left: calc(8.3333333333% - 8px);
    width: calc(83.3333333333% + 8px * 2);
  }
}
@media (min-width: 75em) {
  .wrapper--8-col .row {
    margin-left: calc(16.6666666667% - 8px);
    width: calc(66.6666666667% + 8px * 2);
  }
}
@media (min-width: 62em) and (max-width: 87.49em) {
  .wrapper--7-col .row {
    margin-left: calc(16.6666666667% - 8px);
    width: calc(66.6666666667% + 8px * 2);
  }
}
@media (min-width: 87.5em) {
  .wrapper--7-col .row {
    margin-left: calc(8.3333333333% * 2.5 - 8px);
    width: calc(58.3333333333% + 8px * 2);
  }
}
.wrapper--full-width {
  margin: 0 auto;
  max-width: 1600px;
  max-width: 1600px;
  width: 100%;
}
@media (max-width: 35.99em) {
  .wrapper--full-width {
    width: calc(100% - 12px * 2);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  .wrapper--full-width {
    width: calc(100% - 12px * 6);
  }
}
@media (max-width: 35.99em) {
  .wrapper--full-width {
    width: 100%;
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  .wrapper--full-width {
    width: 100%;
  }
}
@media (max-width: 35.99em) {
  .wrapper--full-width .row.component__introduction {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 12px * 2);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  .wrapper--full-width .row.component__introduction {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 12px * 6);
  }
}
@media (max-width: 61.99em) {
  .wrapper--full-width.wrapper--7-col .row.esds-cards__content,
  .wrapper--full-width.wrapper--8-col .row.esds-cards__content {
    margin-left: -12px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 12px * 2 * 1);
  }
}
@media (max-width: 61.99em) {
  .wrapper--full-width.wrapper--7-col.gutter--minimal .row.esds-cards__content,
  .wrapper--full-width.wrapper--8-col.gutter--minimal .row.esds-cards__content {
    margin-left: -3px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 12px * 2 * 0.25);
  }
}
@media (max-width: 61.99em) {
  .wrapper--full-width.wrapper--7-col.gutter--none .row.esds-cards__content,
  .wrapper--full-width.wrapper--8-col.gutter--none .row.esds-cards__content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 12px * 2 * 0);
  }
}
@media (max-width: 87.49em) {
  .wrapper--full-width.wrapper--10-col .row.esds-cards__content {
    margin-left: -12px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 12px * 2 * 1);
  }
}
@media (max-width: 87.49em) {
  .wrapper--full-width.wrapper--10-col.gutter--minimal
    .row.esds-cards__content {
    margin-left: -3px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 12px * 2 * 0.25);
  }
}
@media (max-width: 87.49em) {
  .wrapper--full-width.wrapper--10-col.gutter--none .row.esds-cards__content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 12px * 2 * 0);
  }
}
@media (max-width: 107.49em) {
  .wrapper--full-width.wrapper--12-col .row.esds-cards__content {
    margin-left: -12px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 12px * 2 * 1);
  }
}
@media (max-width: 107.49em) {
  .wrapper--full-width.wrapper--12-col.gutter--minimal
    .row.esds-cards__content {
    margin-left: -3px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 12px * 2 * 0.25);
  }
}
@media (max-width: 107.49em) {
  .wrapper--full-width.wrapper--12-col.gutter--none .row.esds-cards__content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 12px * 2 * 0);
  }
}
.wrapper--full-width > div {
  width: 100%;
}
.wrapper.margin-bottom--none > div {
  margin-bottom: 0;
}
.wrapper.margin-top--none > div {
  margin-top: 0;
}
.wrapper.margin-bottom--small > div {
  margin-bottom: 16px;
}
@media (min-width: 62em) and (max-width: 107.49em) {
  .wrapper.margin-bottom--small > div {
    margin-bottom: 24px;
  }
}
@media (min-width: 107.5em) {
  .wrapper.margin-bottom--small > div {
    margin-bottom: 32px;
  }
}
.wrapper.margin-top--small > div {
  margin-top: 16px;
}
@media (min-width: 62em) and (max-width: 107.49em) {
  .wrapper.margin-top--small > div {
    margin-top: 24px;
  }
}
@media (min-width: 107.5em) {
  .wrapper.margin-top--small > div {
    margin-top: 32px;
  }
}
.wrapper.margin-bottom--minimal > div {
  margin-bottom: 3px;
}
.wrapper.margin-top--minimal > div {
  margin-top: 3px;
}
@media (min-width: 46.25em) {
  .equal-grid--1-items .equal-grid__item {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 24px);
  }
}
@media (min-width: 46.25em) {
  .equal-grid--2-items .equal-grid__item {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 24px);
  }
}
@media (min-width: 46.25em) {
  .equal-grid--3-items .equal-grid__item {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.3333333333% - 24px);
  }
}
@media (min-width: 46.25em) and (max-width: 74.99em) {
  .equal-grid--4-items .equal-grid__item {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 24px);
  }
}
@media (min-width: 75em) {
  .equal-grid--4-items .equal-grid__item {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(25% - 24px);
  }
}
@media (min-width: 46.25em) and (max-width: 74.99em) {
  .equal-grid--5-items .equal-grid__item {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 24px);
  }
}
@media (min-width: 75em) {
  .equal-grid--5-items .equal-grid__item {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(20% - 24px);
  }
}
@media (min-width: 46.25em) and (max-width: 74.99em) {
  .equal-grid--6-items .equal-grid__item {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.3333333333% - 24px);
  }
}
@media (min-width: 75em) {
  .equal-grid--6-items .equal-grid__item {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(16.6666666667% - 24px);
  }
}
.gutter--minimal .row.equal-grid {
  padding-left: calc(12px - 12px * 0.25);
  padding-right: calc(12px - 12px * 0.25);
}
.gutter--minimal.equal-grid--1-items .equal-grid__item {
  margin-left: 1.5px;
  margin-right: 1.5px;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 3px);
}
.gutter--minimal.equal-grid--2-items .equal-grid__item {
  margin-left: 1.5px;
  margin-right: 1.5px;
  padding-left: 0;
  padding-right: 0;
  width: calc(50% - 3px);
}
@media (max-width: 46.24em) {
  .gutter--minimal.equal-grid--3-items .equal-grid__item {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 3px);
  }
}
@media (min-width: 46.25em) {
  .gutter--minimal.equal-grid--3-items .equal-grid__item {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.3333333333% - 3px);
  }
}
@media (max-width: 46.24em) {
  .gutter--minimal.equal-grid--4-items .equal-grid__item {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 3px);
  }
}
@media (min-width: 46.25em) {
  .gutter--minimal.equal-grid--4-items .equal-grid__item {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(25% - 3px);
  }
}
@media (max-width: 46.24em) {
  .gutter--minimal.equal-grid--5-items .equal-grid__item {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 3px);
  }
}
@media (min-width: 46.25em) and (max-width: 74.99em) {
  .gutter--minimal.equal-grid--5-items .equal-grid__item {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.3333333333% - 3px);
  }
}
@media (min-width: 75em) {
  .gutter--minimal.equal-grid--5-items .equal-grid__item {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(20% - 3px);
  }
}
@media (max-width: 46.24em) {
  .gutter--minimal.equal-grid--6-items .equal-grid__item {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 3px);
  }
}
@media (min-width: 46.25em) and (max-width: 74.99em) {
  .gutter--minimal.equal-grid--6-items .equal-grid__item {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.3333333333% - 3px);
  }
}
@media (min-width: 75em) {
  .gutter--minimal.equal-grid--6-items .equal-grid__item {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(16.6666666667% - 3px);
  }
}
.gutter--none .row.equal-grid {
  padding-left: 12px;
  padding-right: 12px;
}
.gutter--none .equal-grid__item {
  margin: 0 !important;
}
.gutter--none.equal-grid--1-items .equal-grid__item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 0px);
}
.gutter--none.equal-grid--2-items .equal-grid__item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: calc(50% - 0px);
}
@media (max-width: 46.24em) {
  .gutter--none.equal-grid--3-items .equal-grid__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 0px);
  }
}
@media (min-width: 46.25em) {
  .gutter--none.equal-grid--3-items .equal-grid__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.3333333333% - 0px);
  }
}
@media (max-width: 46.24em) {
  .gutter--none.equal-grid--4-items .equal-grid__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 0px);
  }
}
@media (min-width: 46.25em) {
  .gutter--none.equal-grid--4-items .equal-grid__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(25% - 0px);
  }
}
@media (max-width: 46.24em) {
  .gutter--none.equal-grid--5-items .equal-grid__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 0px);
  }
}
@media (min-width: 46.25em) and (max-width: 74.99em) {
  .gutter--none.equal-grid--5-items .equal-grid__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.3333333333% - 0px);
  }
}
@media (min-width: 75em) {
  .gutter--none.equal-grid--5-items .equal-grid__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(20% - 0px);
  }
}
@media (max-width: 46.24em) {
  .gutter--none.equal-grid--6-items .equal-grid__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 0px);
  }
}
@media (min-width: 46.25em) and (max-width: 74.99em) {
  .gutter--none.equal-grid--6-items .equal-grid__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.3333333333% - 0px);
  }
}
@media (min-width: 75em) {
  .gutter--none.equal-grid--6-items .equal-grid__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(16.6666666667% - 0px);
  }
}
.wrapper.background--dark,
.wrapper.background--gray {
  margin: 32px 0;
  padding: 64px 0;
}
@media (min-width: 62em) and (max-width: 107.49em) {
  .wrapper.background--dark,
  .wrapper.background--gray {
    margin: 64px 0;
    padding: 64px 0;
  }
}
@media (min-width: 107.5em) {
  .wrapper.background--dark,
  .wrapper.background--gray {
    margin: 96px 0;
    padding: 96px 0;
  }
}
.wrapper.background--dark > div,
.wrapper.background--gray > div {
  margin-bottom: 0;
  margin-top: 0;
}
.wrapper.background--dark.margin-top--small,
.wrapper.background--gray.margin-top--small {
  margin-top: 16px;
}
@media (min-width: 62em) {
  .wrapper.background--dark.margin-top--small,
  .wrapper.background--gray.margin-top--small {
    margin-top: 32px;
  }
}
.wrapper.background--dark.margin-bottom--small,
.wrapper.background--gray.margin-bottom--small {
  margin-bottom: 16px;
}
@media (min-width: 62em) {
  .wrapper.background--dark.margin-bottom--small,
  .wrapper.background--gray.margin-bottom--small {
    margin-bottom: 32px;
  }
}
.wrapper.background--dark.margin-top--minimal,
.wrapper.background--gray.margin-top--minimal {
  margin-top: 3px;
}
.wrapper.background--dark.margin-bottom--minimal,
.wrapper.background--gray.margin-bottom--minimal {
  margin-bottom: 3px;
}
.wrapper.background--dark.margin-top--none,
.wrapper.background--gray.margin-top--none {
  margin-top: 0;
}
.wrapper.background--dark.margin-bottom--none,
.wrapper.background--gray.margin-bottom--none {
  margin-bottom: 0;
}
.wrapper.background--dark.padding-bottom--none,
.wrapper.background--gray.padding-bottom--none {
  padding-bottom: 0;
}
.wrapper.background--dark.padding-top--none,
.wrapper.background--gray.padding-top--none {
  padding-top: 0;
}
.wrapper.background--dark.padding-bottom--small,
.wrapper.background--gray.padding-bottom--small {
  padding-bottom: 16px;
}
@media (min-width: 62em) {
  .wrapper.background--dark.padding-bottom--small,
  .wrapper.background--gray.padding-bottom--small {
    padding-bottom: 32px;
  }
}
.wrapper.background--dark.padding-top--small,
.wrapper.background--gray.padding-top--small {
  padding-top: 16px;
}
@media (min-width: 62em) {
  .wrapper.background--dark.padding-top--small,
  .wrapper.background--gray.padding-top--small {
    padding-top: 32px;
  }
}
.wrapper.background--dark.padding-bottom--minimal,
.wrapper.background--gray.padding-bottom--minimal {
  padding-bottom: 3px;
}
.wrapper.background--dark.padding-top--minimal,
.wrapper.background--gray.padding-top--minimal {
  padding-top: 3px;
}
.wrapper.background--dark.wrapper--full-width,
.wrapper.background--gray.wrapper--full-width {
  max-width: 100%;
}
.text-align--center {
  text-align: center;
}
.text-align--left {
  text-align: left;
}
.text-align--right {
  text-align: right;
}
.font-size--xxxlarge {
  font-size: 3rem;
  line-height: 1.3;
}
.font-size--xxlarge {
  font-size: 3rem;
  line-height: 1.3;
}
.font-size--xlarge {
  font-size: 2.625rem;
  line-height: 1.3;
}
.font-size--large {
  font-size: 2.25rem;
  line-height: 1.3;
}
.font-size--medium {
  font-size: 1.625rem;
  line-height: 1.3;
}
.font-size--small {
  font-size: 1.25rem;
  line-height: 1.3;
}
.font-size--xsmall {
  font-size: 1.125rem;
  line-height: 1.3;
}
.font-size--xxsmall {
  font-size: 1rem;
  line-height: 1.3;
}
.font-size--xxxsmall {
  font-size: 0.875rem;
  line-height: 1.3;
}
.font-size--xxxxsmall {
  font-size: 0.75rem;
  line-height: 1.3;
}
.word--break {
  word-break: break-all;
}
@media (min-width: 75em) {
  .wrapper--10-col .row.component__introduction,
  .wrapper--12-col .row.component__introduction,
  .wrapper--8-col .row.component__introduction {
    margin-left: calc(16.6666666667% - 8px);
    width: calc(66.6666666667% + 8px * 2);
  }
}
@media (min-width: 87.5em) {
  .wrapper--7-col .row.component__introduction {
    margin-left: calc(8.3333333333% * 2.5 - 8px);
    width: calc(58.3333333333% + 8px * 2);
  }
}
.component__headline {
  margin-bottom: 16px;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 35.99em) {
  .component__headline {
    font-size: 1.625rem;
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  .component__headline {
    font-size: 2rem;
  }
}
@media (min-width: 62em) and (max-width: 107.49em) {
  .component__headline {
    font-size: 2.25rem;
  }
}
@media (min-width: 107.5em) {
  .component__headline {
    font-size: 2.625rem;
  }
}
.component__description {
  margin-bottom: 16px;
  margin-top: 0;
  width: 100%;
}
.component__description p:first-of-type {
  margin-top: 0;
}
@media (min-width: 62em) {
  .component__description {
    font-size: 1.375rem;
  }
  .component__description li,
  .component__description p,
  .component__description ul {
    font-size: 1.375rem;
  }
}
.page-brand--pratt .component__headline {
  color: #1f2a44;
  font-weight: 400;
}
.page-brand--pratt .background--dark .component__headline {
  color: #fff;
}
.more::after {
  content: " \f0da";
  font-family: fontawesome;
  height: 0;
  padding-left: 4px;
  padding-top: 2px;
  position: relative;
  width: 0;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-alert .esds-alert__content > div {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  display: block;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px 24px;
  position: relative;
}
.esds-alert .esds-alert__content::after {
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.esds-alert .esds-alert__content p:last-of-type {
  margin-bottom: 8px;
}
.esds-alert--informational .esds-alert__content > div::after {
  opacity: 0.1;
}
.esds-alert--success .esds-alert__content > div::after {
  opacity: 0.15;
}
.esds-alert--warning .esds-alert__content > div::after {
  opacity: 0.1;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-cta__wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
  margin-top: 12px;
}
.esds-cta__item {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  outline-offset: -1px;
  padding: 2px;
}
.esds-cta.align--center {
  justify-content: center;
}
.esds-cta.align--center .esds-cta__wrapper {
  justify-content: center;
}
.esds-cta.align--left {
  justify-content: flex-start;
}
.esds-cta.align--left .esds-cta__wrapper {
  justify-content: flex-start;
  margin-left: 0;
}
.esds-cta.align--right {
  justify-content: flex-end;
}
.esds-cta.align--right .esds-cta__wrapper {
  justify-content: flex-end;
  margin-right: 0;
}
.page-brand--pratt .esds-cta--highlight .esds-cta__item {
  font-weight: 700;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-chips__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.esds-chips__list li {
  list-style: none;
}
.esds-chips__item {
  font-size: 0.75rem;
  transition: all 0.3s ease;
  align-items: center;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  line-height: 1.3;
  margin-right: 12px;
  overflow: visible;
  padding: 8px 16px;
  position: relative;
}
.esds-chips__item :focus {
  outline-offset: -2px;
}
.esds-chips--close {
  padding-right: 32px;
}
.esds-chips--close::after,
.esds-chips--close::before {
  content: "";
  height: 10px;
  position: absolute;
  right: 16px;
  width: 2px;
}
.esds-chips--close::after {
  transform: rotate(-45deg);
}
.esds-chips--close::before {
  transform: rotate(45deg);
}
.esds-chips--light .esds-chips__item {
  border-style: none;
}
.esds-chips--dark .esds-chips__item {
  border-style: none;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-spinner {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  margin: auto;
}
.esds-spinner--small {
  height: 28px;
  width: 28px;
}
.esds-spinner--medium {
  height: 52px;
  width: 52px;
}
.esds-spinner--large {
  height: 64px;
  width: 64px;
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.load-more .esds-spinner {
  display: block;
  position: absolute;
}
.load-more .esds-spinner--small {
  left: calc(50% - 14px);
  top: calc(50% - 8px);
}
.load-more .esds-spinner--medium {
  left: calc(50% - 26px);
  top: calc(50% - 26px);
}
.load-more .esds-spinner--large {
  left: calc(50% - 32px);
  top: calc(50% - 32px);
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-select .row > div {
  display: flex;
  flex-direction: column;
}
.esds-select label {
  margin-bottom: 16px;
  width: 100%;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container :focus {
  outline-offset: 0;
  outline-style: solid;
  outline-width: 2px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 48px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
@media (min-width: 62em) {
  .select2-container .select2-selection--single {
    height: 56px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  margin: 0;
  padding: 12px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 4px;
  padding: 12px;
}
@media (min-width: 62em) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 28px;
  }
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
  position: absolute;
  top: 0;
  right: 24px;
}
@media (min-width: 62em) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 56px;
  }
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  transition: all 0.3s ease;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(180deg);
}
.select2-container--default .select2-selection--multiple {
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  outline: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection {
  outline: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  border-radius: 4px;
  outline: 0;
  background-repeat: repeat-x;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-repeat: repeat-x;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #363737;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  outline: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--default .select2-selection--single {
  align-items: center;
  display: flex;
  padding: 12px;
}
.select2-container--default .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
}
@media (min-width: 62em) {
  .select2-container--default .select2-selection--single,
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 56px;
  }
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select2-results__option {
  font-size: 0.875rem;
}
@media (min-width: 62em) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
  .select2-results__option {
    font-size: 1rem;
  }
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 8px;
}
.tag-list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 6px 0 8px;
  padding: 0;
}
.tag-list a,
.tag-list li {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.tag-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tag-list li a {
  display: inline-block;
  margin-right: calc(16px + 2px);
  position: relative;
}
.tag-list li a::after {
  content: "|";
  font-size: 0.75em;
  line-height: 1.4;
  margin-top: 0.25em;
  padding: 0 0 0 8px;
  position: absolute;
}
.tag-list li:first-of-type a {
  padding-left: 0;
}
.tag-list li:last-of-type a::after {
  content: none;
}
.esds-products-list .tag-list li {
  margin-right: calc(16px + 2px);
}
.esds-products-list .tag-list li::after {
  content: "|";
  font-size: 0.75em;
  line-height: 1.4;
  margin-top: 0.25em;
  padding: 0 0 0 8px;
  position: absolute;
}
.esds-products-list .tag-list li:last-of-type::after {
  content: none;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-social-icons__list {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.esds-social-icons__list li {
  list-style: none;
  margin: 0;
}
.esds-social-icons__list a {
  text-align: center;
}
.esds-social-icons__list .fa {
  transition: all 0.3s ease;
  font-size: 1.625rem;
  padding: 12px;
}
* {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
body,
html {
  font-family: RTX-font, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 46.25em) {
  body {
    overflow-y: auto;
  }
}
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: 0;
}
[tabindex="0"]:focus,
a:focus,
button:focus,
details:focus,
input:focus,
select:focus,
textarea:focus {
  outline-offset: 0;
  outline-style: solid;
  outline-width: 2px;
}
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
button:focus {
  outline-offset: -2px;
}
:focus:not(.focus-visible) {
  outline: 0;
}
:focus:not(:focus-visible) {
  outline: 0;
}
main {
  position: relative;
}
[role="button"] {
  cursor: pointer;
}
article,
figure,
section {
  overflow: hidden;
}
article {
  width: 100%;
}
figure {
  margin: 0;
}
img {
  border-width: 0;
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  height: auto;
  max-width: 100%;
}
picture img {
  display: block;
  min-width: 100%;
}
hr {
  margin: 32px 0;
  width: 100%;
}
a,
button,
input,
li,
ol,
p,
select,
ul {
  font-size: 1rem;
  font-family: RTX-font, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
p {
  line-height: 1.5;
  margin: 8px 0;
  width: 100%;
}
p a {
  text-decoration: underline;
}
p + p {
  margin: 16px 0;
}
blockquote {
  font-size: 1.625rem;
  line-height: 1.3;
  margin: 32px 0;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
ol,
ul {
  margin: 16px 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 8px 0;
}
li {
  margin-bottom: 8px;
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  margin-top: 16px;
  width: 100%;
}
h1 {
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 35.99em) {
  h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 36em) and (max-width: 46.24em) {
  h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 46.25em) and (max-width: 61.99em) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 62em) {
  h1 {
    font-size: 3.25rem;
  }
}
h2 {
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 35.99em) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 36em) and (max-width: 46.24em) {
  h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 46.25em) {
  h2 {
    font-size: 2.625rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 62em) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-weight: 400;
}
@media (max-width: 46.24em) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
@media (min-width: 46.25em) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
h5,
h6 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
}
sub,
sup {
  font-size: 0.65em;
}
button {
  font-size: 1.125rem;
  line-height: 1.5rem;
  transition: none 0.3s ease;
  transition-property: background-color, border;
  background: 0 0;
  border-style: none;
  display: flex;
  font-weight: 700;
  cursor: pointer;
}
button a {
  display: flex;
  height: 100%;
}
button[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
button[aria-disabled="true"] span {
  cursor: auto;
}
pre {
  margin: 0;
}
code {
  font-size: 0.875rem;
}
table {
  border-collapse: collapse;
  margin: 32px 0;
  width: 100%;
}
td,
th {
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 8px;
  text-align: left;
}
tr.center td,
tr.center th {
  text-align: center;
}
th {
  font-size: 1rem;
  font-weight: 700;
}
td a {
  text-decoration: underline;
}
td a,
td:first-of-type,
th:first-of-type {
  text-align: left;
}
form,
input,
label {
  font-size: 1rem;
}
a {
  transition: color 0.3s ease;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
select {
  cursor: pointer;
  padding: 16px;
}
select option {
  cursor: pointer;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 35.99em) {
  .esds-hide-mobile {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .esds-hide-tablet {
    display: none;
  }
}
.component__description a {
  text-decoration: underline;
}
.page-brand--pratt a,
.page-brand--pratt blockquote,
.page-brand--pratt button,
.page-brand--pratt input,
.page-brand--pratt li,
.page-brand--pratt ol,
.page-brand--pratt p,
.page-brand--pratt select,
.page-brand--pratt ul {
  font-family: RTX-font, sans-serif;
  font-weight: 400;
}
.page-brand--pratt h1,
.page-brand--pratt h2,
.page-brand--pratt h3,
.page-brand--pratt h4,
.page-brand--pratt h5,
.page-brand--pratt h6 {
  font-family: "Barlow condensed", sans-serif;
  font-weight: 400;
}
body.ie {
  overflow: initial;
}
.ie .hide-ie,
.ie10 .hide-ie {
  display: none;
}
.ie .hide-modern {
  display: block;
}
.ie img {
  min-width: 0;
}
.ie .content-wrapper {
  position: initial;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-announcement-bar {
  transition: all 0.3s ease;
  opacity: 1;
  padding: 16px 0;
  width: 100%;
  z-index: 9;
}
@media (min-width: 46.25em) {
  .esds-announcement-bar {
    padding: 32px 0;
  }
}
.esds-announcement-bar[aria-hidden="true"] {
  display: none;
  opacity: 0;
}
.esds-announcement-bar > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
.esds-announcement-bar__content {
  display: flex;
  flex-direction: column;
  padding-right: 36px;
  position: relative;
}
.esds-announcement-bar__item {
  padding-bottom: 16px;
}
.esds-announcement-bar__item:last-of-type {
  padding-bottom: 0;
}
.esds-announcement-bar__close {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: -10px;
  transition: none;
  width: 40px;
}
.esds-announcement-bar__close::after,
.esds-announcement-bar__close::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 14px;
  top: 18px;
  width: 12px;
}
.esds-announcement-bar__close::after {
  transform: rotate(45deg);
}
.esds-announcement-bar__close::before {
  transform: rotate(-45deg);
}
.esds-announcement-bar a {
  text-decoration: none;
}
.esds-announcement-bar a span {
  font-weight: 700;
}
.esds-announcement-bar a::after {
  vertical-align: middle;
}
.esds-announcement-bar a:hover {
  text-decoration: none;
}
.esds-announcement-bar a:hover span {
  text-decoration: underline;
}
.esds-announcement-bar p:first-of-type {
  margin-top: 0;
}
.esds-announcement-bar p:last-of-type {
  margin-bottom: 0;
}
.esds-announcement-bar p::after {
  padding-left: 12px;
}
.esds-announcement-bar__title {
  font-weight: 700;
  margin-top: 0;
}
.esds-announcement-bar a::after {
  content: " ";
  font-family: fontawesome;
  height: 0;
  padding-left: 4px;
  padding-top: 2px;
  position: relative;
  width: 0;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-announcement-box {
  transition: all 0.3s ease;
  opacity: 1;
}
.esds-announcement-box[aria-hidden="true"] {
  transition: all 0.3s ease;
  display: none;
  opacity: 0;
}
.esds-announcement-box__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}
.esds-announcement-box__wrapper > div {
  height: auto;
  max-width: 500px;
  padding: 40px 24px;
  position: relative;
  width: 80%;
}
@media (min-width: 62em) {
  .esds-announcement-box__wrapper > div {
    padding: 40px;
  }
}
.esds-announcement-box__close {
  height: 40px;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: none;
  width: 40px;
}
.esds-announcement-box__close::after,
.esds-announcement-box__close::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 16px;
}
.esds-announcement-box__close::after {
  transform: rotate(45deg);
}
.esds-announcement-box__close::before {
  transform: rotate(-45deg);
}
.esds-announcement-box h1,
.esds-announcement-box h2,
.esds-announcement-box h3,
.esds-announcement-box h4,
.esds-announcement-box h5,
.esds-announcement-box h6 {
  margin-top: 0;
}
.esds-announcement-box h2 {
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 62em) {
  .esds-announcement-box h2 {
    font-size: 1.5rem;
  }
}
.esds-announcement-box a {
  font-weight: 700;
}
.esds-announcement-box .esds-cta__wrapper {
  margin-bottom: 0;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-breadcrumbs > div {
  margin-bottom: 0;
  margin-top: 0;
}
.esds-breadcrumbs .row {
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: 12px;
  flex-wrap: nowrap;
}
@media (min-width: 62em) {
  .esds-breadcrumbs .row {
    margin-left: calc(8.3333333333% - 8px);
    width: calc(83.3333333333% + 8px * 2);
    align-items: center;
  }
}
.esds-breadcrumbs button,
.esds-breadcrumbs li,
.esds-breadcrumbs li a {
  outline-offset: 4px !important;
}
.esds-breadcrumbs button,
.esds-breadcrumbs li,
.esds-breadcrumbs li a {
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-left: 4px;
}
@media (min-width: 62em) {
  .esds-breadcrumbs button,
  .esds-breadcrumbs li,
  .esds-breadcrumbs li a {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
.esds-breadcrumbs__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.esds-breadcrumbs__list li {
  margin: 0 8px 0 0;
}
.esds-breadcrumbs__list li .esds-breadcrumbs__separator {
  padding-left: 8px;
}
.esds-breadcrumbs__list li:last-of-type .esds-breadcrumbs__separator {
  display: none;
}
.esds-breadcrumbs__list li a {
  padding-bottom: 12px;
  padding-top: 12px;
}
.esds-breadcrumbs__list li a:first-of-type {
  margin-left: 0;
}
.esds-breadcrumbs .esds-breadcrumbs__share-wrapper {
  transition: all 0.3s ease;
}
.esds-breadcrumbs .esds-breadcrumbs__share-wrapper a,
.esds-breadcrumbs .esds-breadcrumbs__share-wrapper li {
  margin: 0;
}
.esds-breadcrumbs .esds-breadcrumbs__share-wrapper[aria-hidden="true"] {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.esds-breadcrumbs .esds-breadcrumbs__share-wrapper[aria-hidden="false"] {
  display: block;
  opacity: 1;
  visibility: visible;
}
.esds-breadcrumbs__share {
  position: relative;
}
@media (max-width: 46.24em) {
  .esds-breadcrumbs__share {
    display: flex;
    justify-content: flex-end;
  }
}
.esds-breadcrumbs__share .esds-social-icons__list {
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  right: 0;
  top: -12px;
}
.esds-breadcrumbs__share .esds-social-icons__list .fa {
  font-size: 1.5rem;
}
.esds-breadcrumbs__share-open {
  font-weight: 700;
  line-height: 100%;
  padding: 12px 0;
  text-transform: uppercase;
}
.esds-breadcrumbs__share-close {
  border-radius: 50%;
  height: 24px;
  padding: 0;
  position: absolute;
  right: -12px;
  top: -24px;
  width: 24px;
}
.esds-breadcrumbs__share-close::after,
.esds-breadcrumbs__share-close::before {
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 9px;
  width: 12px;
}
.esds-breadcrumbs__share-close::before {
  transform: rotate(45deg);
}
.esds-breadcrumbs__share-close::after {
  transform: rotate(135deg);
}
@media (max-width: 61.99em) {
  .esds-breadcrumbs {
    display: none;
  }
}
.page-brand--pratt .esds-breadcrumbs__share-open {
  font-weight: 700;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-bu-bar {
  box-sizing: border-box;
  left: 0;
  padding: 0 24px;
  top: 0;
  width: 100%;
  z-index: 12;
  min-height: 28px;
  display: block !important;
}
@media (max-width: 61.99em) {
  .esds-bu-bar {
    position: absolute;
  }
}
@media (min-width: 62em) {
  .esds-bu-bar {
    padding: 0 36px;
  }
}
.esds-bu-bar > div {
  line-height: 100%;
  position: relative;
}
.esds-bu-bar h3 {
  display: none;
}
.esds-bu-bar__toggle {
  position: absolute;
  visibility: hidden;
}
.esds-bu-bar__toggle:checked + .esds-bu-bar__label > .esds-bu-bar__label-icon {
  transform: rotate(-45deg);
  transform-origin: center;
}
@media (max-width: 61.99em) {
  .esds-bu-bar__toggle:checked ~ .esds-bu-bar__list {
    max-height: 1000px;
    transition: all 0.5s;
  }
}
.esds-bu-bar a,
.esds-bu-bar__label,
.esds-bu-bar__quote-link {
  font-size: 0.625rem;
  letter-spacing: 0.3px;
  padding: 8px;
}
.esds-bu-bar a:focus,
.esds-bu-bar__label:focus,
.esds-bu-bar__quote-link:focus {
  outline-offset: -3px;
}
.esds-bu-bar a.active {
  font-weight: 700;
}
.esds-bu-bar a:hover {
  text-decoration: underline;
}
.esds-bu-bar__label {
  transition: all 0.3s ease;
  cursor: pointer;
  display: none;
  line-height: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 61.99em) {
  .esds-bu-bar__label {
    display: block;
  }
}
.esds-bu-bar__label-icon {
  transition: all 0.3s ease;
  margin-left: 8px;
  position: relative;
}
.esds-bu-bar__quote {
  transition: all 0.3s ease;
  position: absolute;
  right: -8px;
  text-decoration: none;
  top: 4px;
}
.esds-bu-bar__stock-change {
  display: none;
}
@media (max-width: 61.99em) {
  .esds-bu-bar__quote {
    top: 4px;
  }
}
.esds-bu-bar__quote-link {
  text-decoration: none;
}
.esds-bu-bar__quote-link:hover {
  text-decoration: underline;
}
.esds-bu-bar__stock-change::before {
  content: "|";
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}
@media (max-width: 61.99em) {
  .esds-bu-bar__list {
    display: block;
    max-height: 0;
    overflow: hidden;
  }
}
.esds-bu-bar ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 61.99em) {
  .esds-bu-bar ul {
    display: block;
    padding-bottom: 8px;
  }
}
.esds-bu-bar li {
  text-decoration: none;
  margin: 0 8px 4px;
}
@media (max-width: 61.99em) {
  .esds-bu-bar li {
    display: block;
    margin-left: 0;
  }
  .esds-bu-bar li:first-of-type a {
    padding-top: 0;
  }
}
.esds-bu-bar li:first-of-type {
  margin-left: -8px;
}
.body[data-mobile-navigation-open="true"] .esds-bu-bar,
body[data-mobile-navigation-open="true"] .esds-bu-bar {
  z-index: 7;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "";
  font-family: FontAwesome;
  padding-left: 8px;
}
header {
  position: relative;
}
@media (max-width: 61.99em) {
  header > .row {
    position: static;
  }
}
.esds-mega-nav button.arrow,
.esds-mega-nav button.arrow--back {
  height: 30px;
  position: relative;
  transition: background 0.3s ease-in-out;
  width: 40px;
  flex-shrink: 0;
}
.esds-mega-nav button.arrow--back::after,
.esds-mega-nav button.arrow::after {
  border-style: solid;
  border-width: 6px 8px;
  content: "";
  display: inline-block;
  height: 0;
  left: 8px;
  position: relative;
  width: 0;
  left: auto;
  position: absolute;
  right: 8px;
  top: 10px;
}
@media (max-width: 46.24em) {
  .esds-mega-nav button.arrow,
  .esds-mega-nav button.arrow--back {
    width: 38px;
  }
  .esds-mega-nav button.arrow--back::after,
  .esds-mega-nav button.arrow::after {
    right: 8px;
  }
}
.esds-mega-nav button.arrow--back {
  border-left-style: none;
  margin-right: 18px;
  padding: 0;
}
.esds-mega-nav button.arrow--back::after {
  left: 8px;
  right: auto;
  transform: rotate(180deg);
}
.esds-mega-nav a.no-link {
  pointer-events: none;
}
.esds-mega-nav__content {
  display: flex;
  overflow: visible;
  position: absolute;
  top: 0;
  z-index: 11;
  height: auto;
}
@media (min-width: 62em) {
  .esds-mega-nav__content .esds-mega-nav__dropdown-level1 {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__content .esds-mega-nav__dropdown-level1 > li > a {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__content::after {
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 62em) and (min-width: 62em) and (max-width: 74.99em) {
  .esds-mega-nav__content::after {
    bottom: 0;
  }
}
@media (min-width: 62em) and (min-width: 75em) {
  .esds-mega-nav__content::after {
    top: 0;
  }
}
.esds-mega-nav__content > div {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 61.99em) {
  .esds-mega-nav__content > div {
    margin-top: 28px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__content > div {
    margin-top: 0;
  }
}
.esds-mega-nav__logo {
  z-index: 1;
}
@media (max-width: 61.99em) {
  .esds-mega-nav__logo {
    width: 100%;
  }
}
.esds-mega-nav__logo img {
  margin-top: 12px;
  width: 100%;
}
@media (min-width: 62em) {
  .esds-mega-nav__logo img {
    margin-top: 0;
  }
}
.esds-mega-nav__logo a {
  display: block;
  padding-left: 0;
}
@media (max-width: 61.99em) {
  .esds-mega-nav__logo a {
    width: 150px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__logo a {
    width: 220px;
  }
}
@media (min-width: 75em) {
  .esds-mega-nav__logo a {
    width: 268px;
  }
}
@media (min-width: 87.5em) {
  .esds-mega-nav__logo a {
    width: 300px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__breadcrumb {
    display: none;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__breadcrumb {
    align-items: center;
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 8px;
    margin-top: 50px;
  }
  .esds-mega-nav__breadcrumb ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    width: calc(100% - 130px);
  }
  .esds-mega-nav__breadcrumb li {
    align-items: center;
    display: flex;
    font-size: 1rem;
    list-style: none;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .esds-mega-nav__breadcrumb li::after {
    content: "/";
    margin-left: 12px;
  }
  .esds-mega-nav__breadcrumb li:last-of-type a {
    font-weight: 700;
  }
  .esds-mega-nav__breadcrumb li:last-of-type::after {
    content: none;
  }
  .esds-mega-nav__breadcrumb a {
    font-size: 0.875rem;
    text-transform: uppercase;
  }
}
.esds-mega-nav__tier1 {
  justify-content: space-between;
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .esds-mega-nav__tier1 {
    margin-top: 16px;
  }
}
@media (min-width: 75em) {
  .esds-mega-nav__tier1 {
    margin-top: 20px;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__tier2 {
    position: static;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__tier2 {
    margin-left: 2.0833333333%;
    width: 95.8333333333%;
    margin-bottom: 10px;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__link-bar {
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: -100%;
    top: 0;
    visibility: hidden;
    width: 80%;
    z-index: 20;
    height: 100%;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .esds-mega-nav__link-bar {
    padding-left: 0;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__link-bar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 62em) and (max-width: 87.49em) {
  .esds-mega-nav__link-bar {
    margin-top: 0;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__main {
    margin-top: 20px;
  }
}
@media (max-width: 61.99em) and (max-width: 61.99em) {
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"]
    > a::after {
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: inline-block;
    height: 0;
    left: 8px;
    position: relative;
    width: 0;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"]
    > a::after {
    border-style: solid;
    border-width: 4.8px 6.4px;
    content: "";
    display: inline-block;
    height: 0;
    left: 6.4px;
    position: relative;
    width: 0;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__main,
  .esds-mega-nav__secondary,
  .esds-mega-nav__top-links {
    padding-left: 24px;
  }
}
.esds-mega-nav__main > ul,
.esds-mega-nav__secondary > ul,
.esds-mega-nav__top-links > ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 62em) {
  .esds-mega-nav__main > ul,
  .esds-mega-nav__secondary > ul,
  .esds-mega-nav__top-links > ul {
    flex-direction: row;
  }
}
.esds-mega-nav__main ul,
.esds-mega-nav__secondary ul,
.esds-mega-nav__top-links ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.esds-mega-nav__main li,
.esds-mega-nav__secondary li,
.esds-mega-nav__top-links li {
  list-style: none;
  margin-bottom: 0;
}
.esds-mega-nav__main > li,
.esds-mega-nav__secondary > li,
.esds-mega-nav__top-links > li {
  transform: scale(1);
}
.esds-mega-nav__main a,
.esds-mega-nav__secondary a,
.esds-mega-nav__top-links a {
  padding: 8px;
}
@media (min-width: 62em) {
  .esds-mega-nav__main {
    padding-left: 0;
    padding-right: 0;
  }
}
.esds-mega-nav__main a {
  font-size: 1rem;
}
@media (max-width: 61.99em) {
  .esds-mega-nav__main a {
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
  }
  .esds-mega-nav__main a:focus {
    outline-offset: -6px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .esds-mega-nav__main a {
    font-size: 0.875rem;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__main li > a:focus {
    outline-offset: -6px;
  }
}
@media (max-width: 61.99em) and (max-width: 61.99em) {
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"]
    > a::after {
    left: auto;
    position: absolute;
    top: 21px;
  }
}
@media (max-width: 61.99em) and (max-width: 46.24em) {
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"]
    > a::after {
    right: 16px;
  }
}
@media (max-width: 61.99em) and (min-width: 46.25em) and (max-width: 61.99em) {
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"]
    > a::after {
    right: 24px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"]
    > a::after {
    left: 4px;
    top: 4px;
    transform-origin: center;
  }
}
@media (min-width: 62em) and (min-width: 62em) {
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"]
    > a::after {
    transform: rotate(90deg);
  }
}
@media (min-width: 62em) and (min-width: 62em) {
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"][aria-expanded="true"]
    > a::after {
    top: -2px;
    transform: rotate(270deg);
  }
}
@media (min-width: 62em) and (max-width: 87.49em) {
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"]
    a {
    padding-right: 12px;
  }
}
@media (min-width: 87.5em) {
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"]
    a {
    padding-right: 12px;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__secondary {
    padding-bottom: 36px;
    width: calc(100% - 12px);
  }
}
@media (min-width: 87.5em) {
  .esds-mega-nav__secondary li {
    margin-left: 12px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary li > a:focus {
    outline-offset: -6px;
  }
}
.esds-mega-nav__secondary > ul > li[aria-haspopup="true"] {
  position: relative;
}
.esds-mega-nav__secondary > ul > li[aria-haspopup="true"] > a {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary > ul > li[aria-haspopup="true"] > a {
    justify-content: normal;
    padding-right: 12px;
  }
}
.esds-mega-nav__secondary > ul > li[aria-haspopup="true"] > a::after {
  content: "";
  display: inline-block;
  position: relative;
  background-size: 12px;
  background-repeat: no-repeat;
  left: 6px;
  padding-left: 16px;
  transform: rotate(270deg);
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary > ul > li[aria-haspopup="true"] > a::after {
    left: 10px;
    top: 4px;
    transform: none;
  }
}
@media (min-width: 87.5em) {
  .esds-mega-nav__secondary > ul > li[aria-haspopup="true"] > a::after {
    top: 6px;
  }
}
.esds-mega-nav__secondary
  > ul
  > li[aria-haspopup="true"][aria-expanded="true"]
  > a::after {
  transform: rotate(180deg);
  top: -5px;
  left: -2px;
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary
    > ul
    > li[aria-haspopup="true"][aria-expanded="true"]
    > a::after {
    top: -2px;
    left: 6px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary
    > ul
    > li[aria-haspopup="true"][aria-expanded="true"]
    > a.link-highlight::after {
    top: -3px;
  }
}
@media (min-width: 87.5em) {
  .esds-mega-nav__secondary
    > ul
    > li[aria-haspopup="true"][aria-expanded="true"]
    > a.link-highlight::after {
    top: -5px;
  }
}
.esds-mega-nav__secondary
  > ul
  > li[aria-haspopup="true"][aria-expanded="true"]
  .esds-mega-nav__secondary-dropdown-item {
  display: block;
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary
    > ul
    > li[aria-haspopup="true"][aria-expanded="true"]
    .esds-mega-nav__secondary-dropdown-item {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary > ul > li[aria-haspopup="true"] .link-highlight {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__secondary .esds-mega-nav__secondary-dropdown-item {
    display: none;
    margin-left: 16px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary .esds-mega-nav__secondary-dropdown-item {
    min-width: 200px;
    max-width: 300px;
    position: absolute;
    top: 43px;
    padding-top: 12px;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    margin-left: 0;
  }
  .esds-mega-nav__secondary .esds-mega-nav__secondary-dropdown-item li {
    width: 100%;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary .link-highlight {
    font-size: 0.8125rem;
    padding: 4px 16px;
    margin: 0 8px;
  }
}
@media (min-width: 75em) {
  .esds-mega-nav__secondary .link-highlight {
    padding: 4px 32px;
  }
}
@media (min-width: 87.5em) {
  .esds-mega-nav__secondary .link-highlight {
    font-size: 0.9375rem;
  }
}
.esds-mega-nav__secondary .link-highlight:focus {
  outline-offset: 0;
}
@media (max-width: 61.99em) {
  .esds-mega-nav__secondary,
  .esds-mega-nav__top-links {
    padding-top: 12px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary,
  .esds-mega-nav__top-links {
    margin-bottom: 0;
  }
}
.esds-mega-nav__secondary a,
.esds-mega-nav__top-links a {
  display: block;
  font-size: 0.875rem;
}
@media (max-width: 61.99em) {
  .esds-mega-nav__secondary a,
  .esds-mega-nav__top-links a {
    padding: 8px;
  }
}
@media (min-width: 62em) and (max-width: 87.49em) {
  .esds-mega-nav__secondary a,
  .esds-mega-nav__top-links a {
    font-size: 0.75rem;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__top-links {
    left: 100%;
    position: fixed;
    top: 8px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__top-links {
    padding-left: 0;
  }
}
.esds-mega-nav__top-links > ul {
  flex-direction: row;
  margin-right: -4px;
}
.esds-mega-nav__top-links > ul > li {
  margin-left: 20px !important;
}
.esds-mega-nav__top-links .fa {
  padding-right: 8px;
}
.esds-mega-nav__top-links .fa::before {
  font-size: 1.125rem;
}
.esds-mega-nav__top-links
  > ul[role="menubar"]
  > li[role="menuitem"][aria-haspopup="true"] {
  position: relative;
}
.esds-mega-nav__top-links
  > ul[role="menubar"]
  > li[role="menuitem"][aria-haspopup="true"]
  > a {
  display: flex;
  justify-content: normal;
  padding-right: 12px;
}
.esds-mega-nav__top-links
  > ul[role="menubar"]
  > li[role="menuitem"][aria-haspopup="true"]
  > a::after {
  content: "";
  display: inline-block;
  position: relative;
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 16px;
  left: 10px;
  top: 4px;
}
@media (min-width: 87.5em) {
  .esds-mega-nav__top-links
    > ul[role="menubar"]
    > li[role="menuitem"][aria-haspopup="true"]
    > a::after {
    top: 6px;
  }
}
.esds-mega-nav__top-links
  > ul[role="menubar"]
  > li[role="menuitem"][aria-haspopup="true"][aria-expanded="true"]
  > a::after {
  transform: rotate(180deg);
  top: -2px;
  left: 6px;
}
@media (min-width: 87.5em) {
  .esds-mega-nav__top-links
    > ul[role="menubar"]
    > li[role="menuitem"][aria-haspopup="true"][aria-expanded="true"]
    > a::after {
    top: -3px;
  }
}
.esds-mega-nav__top-links .esds-mega-nav__top-links-dropdown-item {
  margin-left: 0;
  min-width: 120px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.esds-mega-nav__top-links .esds-mega-nav__top-links-dropdown-item li {
  padding: 0;
  margin-left: 12px;
}
.esds-mega-nav__top-links
  li[role="menuitem"][aria-expanded="true"]
  .esds-mega-nav__top-links-dropdown-item {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.esds-mega-nav .esds-mega-nav__lang-switcher .language-selector-select-link,
.esds-mega-nav .esds-mega-nav__login-link {
  display: flex;
}
.esds-mega-nav
  .esds-mega-nav__lang-switcher
  .language-selector-select-link::before,
.esds-mega-nav .esds-mega-nav__login-link::before {
  content: "";
  position: relative;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  left: -8px;
}
.esds-mega-nav .esds-mega-nav__top-links-mobile {
  flex-grow: 1;
  display: flex;
  align-items: end;
}
@media (min-width: 62em) {
  .esds-mega-nav .esds-mega-nav__top-links-mobile {
    display: none;
  }
}
.esds-mega-nav .esds-mega-nav__top-links-mobile > ul {
  margin: 0 30px;
  padding: 42px 10px;
  border-top: 1px solid;
}
.esds-mega-nav .esds-mega-nav__top-links-mobile > ul > li:not(:last-child) {
  margin-bottom: 28px;
}
.esds-mega-nav .esds-mega-nav__top-links-mobile ul {
  width: 100%;
  list-style: none;
}
.esds-mega-nav .esds-mega-nav__top-links-mobile ul a,
.esds-mega-nav .esds-mega-nav__top-links-mobile ul li {
  font-size: 0.8125rem;
  line-height: 1.46;
}
.esds-mega-nav
  .esds-mega-nav__top-links-mobile
  .language-selector[aria-haspopup="true"]
  .language-selector-select-link {
  display: flex;
}
.esds-mega-nav
  .esds-mega-nav__top-links-mobile
  .language-selector[aria-haspopup="true"]
  .language-selector-select-link::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: auto;
  background-size: 12px;
  background-repeat: no-repeat;
  left: 24px;
  padding-left: 16px;
  transform: rotate(270deg);
}
.esds-mega-nav
  .esds-mega-nav__top-links-mobile
  .language-selector[aria-haspopup="true"][aria-expanded="true"]
  .language-selector-select-link::after {
  transform: rotate(180deg);
  top: -2px;
  left: 14px;
}
.esds-mega-nav
  .esds-mega-nav__top-links-mobile
  > ul
  > li[role="menuitem"][aria-haspopup="true"]
  > a {
  display: flex;
}
.esds-mega-nav
  .esds-mega-nav__top-links-mobile
  > ul
  > li[role="menuitem"][aria-haspopup="true"]
  > a::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: auto;
  background-size: 12px;
  background-repeat: no-repeat;
  left: 24px;
  padding-left: 16px;
  transform: rotate(270deg);
}
.esds-mega-nav
  .esds-mega-nav__top-links-mobile
  > ul
  > li[role="menuitem"][aria-haspopup="true"][aria-expanded="true"]
  > a::after {
  transform: rotate(180deg);
  top: -3px;
  left: 17px;
}
.esds-mega-nav
  .esds-mega-nav__top-links-mobile
  .esds-mega-nav__top-links-Mobile-dropdown-item {
  display: none;
  margin-left: 0;
}
.esds-mega-nav
  .esds-mega-nav__top-links-mobile
  .esds-mega-nav__top-links-Mobile-dropdown-item
  ul {
  margin-left: 24px;
  padding-left: 0;
}
.esds-mega-nav
  .esds-mega-nav__top-links-mobile
  .esds-mega-nav__top-links-Mobile-dropdown-item
  li {
  padding: 8px;
  margin: 0;
}
.esds-mega-nav
  .esds-mega-nav__top-links-mobile
  li[role="menuitem"][aria-expanded="true"]
  .esds-mega-nav__top-links-Mobile-dropdown-item {
  display: block;
}
.esds-mega-nav .language-selector .language-selector-item-container > li {
  margin-left: 20px;
}
@media (max-width: 61.99em) {
  .esds-mega-nav .language-selector .language-selector-item-container {
    display: none;
    margin-left: 24px;
    padding-left: 0;
  }
  .esds-mega-nav
    .language-selector
    .language-selector-item-container
    .language-selector-item {
    padding: 8px;
    margin: 0;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav .language-selector .language-selector-item-container {
    min-width: 120px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    margin-left: 0;
  }
}
.esds-mega-nav
  .language-selector[aria-expanded="true"]
  .language-selector-item-container {
  display: block;
}
@media (min-width: 62em) {
  .esds-mega-nav
    .language-selector[aria-expanded="true"]
    .language-selector-item-container {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__dropdown-item {
    position: absolute;
    top: 0;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-item {
    display: flex;
    flex-direction: row;
    left: -78px;
    max-height: 0;
    opacity: 0;
    overflow-y: hidden;
    position: absolute;
    top: 45px;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    width: 735px;
  }
}
@media (max-width: 87.49em) {
  .esds-mega-nav__dropdown-item {
    left: -113px;
    width: 746px;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__dropdown-item {
    left: 0;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .esds-mega-nav__dropdown-item {
    left: -90px;
    width: 650px;
  }
}
@media (min-width: 62em) and (max-width: 107.49em) {
  .esds-mega-nav__dropdown-item {
    top: 43px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-item ul {
    width: 336px;
    height: 530px;
    padding-top: 12px;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__dropdown-item ul > li:last-of-type {
    padding-bottom: 36px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-item ul > li:last-of-type {
    padding-bottom: 24px;
  }
}
.esds-mega-nav__dropdown-image {
  display: none;
  height: 530px;
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-image {
    display: block;
  }
  .esds-mega-nav__dropdown-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 87.49em) {
  .esds-mega-nav__dropdown-image {
    width: 525px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .esds-mega-nav__dropdown-image {
    width: 400px;
  }
}
@media (min-width: 87.5em) {
  .esds-mega-nav__dropdown-image {
    width: 500px;
  }
}
.esds-mega-nav__dropdown-title {
  display: none;
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-title {
    display: block;
    font-weight: 900;
    line-height: 1.3;
    opacity: 0;
    position: absolute;
    top: 24px;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
}
@media (max-width: 87.49em) {
  .esds-mega-nav__dropdown-title {
    font-size: 2.5rem;
    left: 126px;
    width: 280px;
    line-height: 40px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .esds-mega-nav__dropdown-title {
    left: 90px;
    width: 266px;
  }
}
@media (min-width: 87.5em) {
  .esds-mega-nav__dropdown-title {
    font-size: 2.25rem;
    left: 80px;
    width: 340px;
  }
}
.esds-mega-nav__dropdown-level2,
.esds-mega-nav__dropdown-level3,
.esds-mega-nav__dropdown-sublevel {
  display: flex;
  flex-direction: column;
}
.esds-mega-nav__dropdown-level2 a,
.esds-mega-nav__dropdown-level3 a,
.esds-mega-nav__dropdown-sublevel a {
  font-size: 1rem;
  display: block;
  font-weight: 400;
}
@media (max-width: 61.99em) {
  .esds-mega-nav__dropdown-level2,
  .esds-mega-nav__dropdown-level3,
  .esds-mega-nav__dropdown-sublevel {
    display: none;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level2 a,
  .esds-mega-nav__dropdown-level3 a,
  .esds-mega-nav__dropdown-sublevel a {
    font-size: 0.875rem;
    margin: 4px 0;
    padding: 8px 0 8px 30px;
    line-height: 1.14;
  }
}
.esds-mega-nav__dropdown-level2 > li > a,
.esds-mega-nav__dropdown-level3 > li > a,
.esds-mega-nav__dropdown-sublevel > li > a {
  width: calc(100% - 40px);
}
.esds-mega-nav__dropdown-level2 > li[aria-haspopup="true"],
.esds-mega-nav__dropdown-level3 > li[aria-haspopup="true"],
.esds-mega-nav__dropdown-sublevel > li[aria-haspopup="true"] {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.esds-mega-nav__dropdown-level2 > li[aria-haspopup="true"] > a,
.esds-mega-nav__dropdown-level3 > li[aria-haspopup="true"] > a,
.esds-mega-nav__dropdown-sublevel > li[aria-haspopup="true"] > a {
  position: relative;
}
.esds-mega-nav__dropdown-level2 .esds-mega-nav__dropdown-sublevel {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
  min-width: 100%;
  z-index: 1;
}
@media (max-width: 61.99em) {
  .esds-mega-nav__dropdown-level2 .esds-mega-nav__dropdown-sublevel {
    left: -24px;
    width: calc(100% + 24px);
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__dropdown-level2
    .esds-mega-nav__dropdown-sublevel
    .esds-mega-nav__dropdown-sublevel {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level2 > li[aria-expanded="true"] > button::after {
    right: 15px;
    transform: rotate(180deg);
  }
  .esds-mega-nav__dropdown-level2
    > li[aria-expanded="true"]
    .esds-mega-nav__dropdown-level3 {
    left: 735px;
    visibility: visible;
    z-index: -1;
    padding-left: 2px;
    height: 100%;
  }
}
@media (min-width: 62em) and (max-width: 87.49em) {
  .esds-mega-nav__dropdown-level2
    > li[aria-expanded="true"]
    .esds-mega-nav__dropdown-level3 {
    left: 746px;
  }
}
@media (min-width: 62em) and (min-width: 62em) and (max-width: 74.99em) {
  .esds-mega-nav__dropdown-level2
    > li[aria-expanded="true"]
    .esds-mega-nav__dropdown-level3 {
    left: 650px;
  }
}
.esds-mega-nav__dropdown-level2
  > li[aria-expanded="true"]
  .esds-mega-nav__dropdown-sublevel
  > li:first-child
  a {
  padding-left: 10px;
  margin-left: 0;
}
.esds-mega-nav__dropdown-level2
  > li[aria-expanded="true"]
  .esds-mega-nav__dropdown-sublevel
  > li:first-child
  button.close {
  border-left: none;
}
.esds-mega-nav__dropdown-level2
  > li[aria-expanded="true"]
  .esds-mega-nav__dropdown-sublevel
  > li:first-child
  button.close::after {
  transform: rotate(180deg);
  right: 0;
  left: 8px;
}
.esds-mega-nav__dropdown-level2
  > li[aria-expanded="true"]
  .esds-mega-nav__dropdown-sublevel
  li
  a {
  margin-left: 42px;
  padding-left: 10px;
  padding-right: 52px;
}
.esds-mega-nav__dropdown-level2
  > li[aria-expanded="true"]
  li[aria-expanded="true"]
  > .esds-mega-nav__dropdown-sublevel {
  position: absolute;
  visibility: visible;
  height: 100%;
  display: block;
  min-height: 500px;
}
.esds-mega-nav__dropdown-level3 {
  transition: all 0.3s ease;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level3 {
    left: 330px;
    top: 0;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level1 {
    margin-left: -12px;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__dropdown-level1 > li {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
  }
}
@media (min-width: 62em) and (max-width: 87.49em) {
  .esds-mega-nav__dropdown-level1 > li {
    margin-right: 0;
  }
}
@media (min-width: 87.5em) and (max-width: 107.49em) {
  .esds-mega-nav__dropdown-level1 > li {
    margin-right: 12px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level1 > li {
    margin-bottom: 0;
  }
}
@media (min-width: 107.5em) {
  .esds-mega-nav__dropdown-level1 > li {
    margin-right: 12px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level1 > li > a {
    font-weight: 700;
  }
}
.esds-mega-nav__dropdown-level1
  > li[aria-expanded="true"]
  .esds-mega-nav__dropdown-item {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 61.99em) {
  .esds-mega-nav__dropdown-level1
    > li[aria-expanded="true"]
    .esds-mega-nav__dropdown-item {
    width: 100%;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level1
    > li[aria-expanded="true"]
    .esds-mega-nav__dropdown-item {
    max-height: 530px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level1 > li > button.arrow {
    display: none;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__dropdown-level1 > li:first-of-type {
    margin-top: 24px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav .wrapper--12-col .row.esds-mega-nav__tier1 {
    margin-bottom: 4px;
    margin-left: calc(8.3333333333% - 52px);
    width: calc(83.3333333333% + 52px);
  }
}
@media (min-width: 75em) {
  .esds-mega-nav .wrapper--12-col .row.esds-mega-nav__tier1 {
    margin-left: calc(8.3333333333% - 72px);
    width: calc(83.3333333333% + 72px);
  }
}
.esds-mega-nav .wrapper--12-col .row.esds-mega-nav__tier2 {
  white-space: nowrap;
}
@media (min-width: 62em) {
  .esds-mega-nav .wrapper--12-col .row.esds-mega-nav__tier2 {
    margin-left: 2.0833333333%;
    width: 95.8333333333%;
  }
}
@media (min-width: 75em) {
  .esds-mega-nav .wrapper--12-col .row.esds-mega-nav__tier2 {
    margin-left: 8.3333333333%;
    width: 83.3333333333%;
  }
}
@media (min-width: 107.5em) {
  .esds-mega-nav .wrapper--12-col .row.esds-mega-nav__tier2 {
    margin-top: 4px;
  }
}
.esds-mega-nav .wrapper--12-col .row .esds-mega-nav__dropdown-level2,
.esds-mega-nav .wrapper--12-col .row .esds-mega-nav__dropdown-level3 {
  white-space: normal;
}
.esds-mega-nav__skip-link {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
  justify-content: center;
  left: calc(50% - 110px);
  letter-spacing: 0.5px;
  padding: 12px 24px 12px 16px;
  position: absolute;
  text-align: center;
  transform: translateY(-100%);
  width: 220px;
  z-index: 1001;
  font-weight: inherit;
}
@media (max-width: 74.99em) {
  .esds-mega-nav__skip-link {
    transform: translateY(-110%);
  }
}
.esds-mega-nav__skip-link:focus {
  transform: translateY(0);
}
.esds-mega-nav__skip-link:hover {
  text-decoration: underline;
}
.esds-mega-nav__skip-link::after {
  border-style: solid;
  border-width: 7.2px 5.4px;
  content: "";
  display: inline-block;
  height: 0;
  left: 7.2px;
  position: relative;
  width: 0;
  top: 10px;
}
@media (max-width: 61.99em) {
  .esds-mega-nav__hamburger {
    transition: background 0.35s ease;
    display: block;
    height: 40px;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 40px;
    z-index: 21;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__hamburger {
    display: none;
    visibility: hidden;
  }
}
.esds-mega-nav__hamburger > i {
  transition: all 0.3s ease;
  background: #00a9e0;
  display: block;
  height: 2px;
  height: 2px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform-origin: center;
  width: 24px;
}
.esds-mega-nav__hamburger > i:nth-of-type(1) {
  margin-top: -6px;
}
.esds-mega-nav__hamburger > i:nth-of-type(2) {
  margin-top: -1px;
}
.esds-mega-nav__hamburger > i:nth-of-type(3) {
  margin-top: 4px;
}
.esds-mega-nav__search-bar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
@media (max-width: 61.99em) {
  .esds-mega-nav__search-bar {
    right: 70px;
    top: 15px;
  }
}
@media (max-width: 35.99em) {
  .esds-mega-nav__search-bar {
    right: 60px;
  }
}
@media (min-width: 46.25em) and (max-width: 61.99em) {
  .esds-mega-nav__search-bar {
    right: 70px;
  }
}
.esds-mega-nav__search-bar-form {
  height: 40px;
  width: 100%;
}
.esds-mega-nav__search-bar-form-input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  height: 30px;
  opacity: 0;
  outline: 0;
  padding-left: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
}
.esds-mega-nav__search-bar-form-reset,
.esds-mega-nav__search-bar-form-submit {
  bottom: 4px;
  display: flex;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  padding: 8px;
  position: absolute;
  right: 0;
  transition: none;
  width: 40px;
  z-index: 1;
}
.esds-mega-nav__search-bar-form-reset:focus,
.esds-mega-nav__search-bar-form-submit:focus {
  outline-offset: -7px;
}
.esds-mega-nav__search-bar-form-submit::before {
  transition: color 0.3s ease;
}
.esds-mega-nav__search-bar-form-submit::before {
  content: "";
  font-family: FontAwesome;
  font-size: 1rem;
  right: 0;
}
.esds-mega-nav__search-bar-form-reset {
  border: none;
  position: absolute;
  right: 0;
  transform: scale(0);
  z-index: 1;
}
.esds-mega-nav__search-bar-form-reset::after,
.esds-mega-nav__search-bar-form-reset::before {
  content: "";
  display: block;
  height: 2px;
  left: 45%;
  margin-left: -7px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transform-origin: center;
  width: 30px;
}
.esds-mega-nav__search-bar-form-reset::before {
  transform: rotate(45deg);
}
.esds-mega-nav__search-bar-form-reset::after {
  transform: rotate(-45deg);
}
.esds-mega-nav > div {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary ul,
  .esds-mega-nav__tier2 {
    display: flex;
    align-items: center;
  }
}
.esds-mega-nav__content {
  top: 27px;
  width: 100%;
}
.esds-mega-nav__content > div {
  margin-top: 0;
}
[data-navigation-is-compact="true"][data-navigation-scroll-down="true"]
  .esds-mega-nav__content {
  top: -60px;
}
@media (min-width: 62em) {
  [data-navigation-is-compact="true"] .esds-mega-nav__top-links {
    display: none;
  }
  [data-navigation-is-compact="true"] .esds-mega-nav__logo a {
    width: 160px;
  }
  [data-navigation-is-compact="true"] .esds-mega-nav__content {
    height: 60px;
    padding-top: 0;
  }
  [data-navigation-is-compact="true"] .esds-mega-nav__content::after {
    top: 50px;
  }
  [data-navigation-is-compact="true"] .esds-mega-nav__content.wrapper {
    position: fixed;
  }
  [data-navigation-is-compact="true"] .esds-mega-nav__tier1 {
    margin-left: 0;
    margin-top: 0;
  }
  [data-navigation-is-compact="true"] .esds-mega-nav__logo img {
    margin-top: 12px;
    width: 160px;
  }
  [data-navigation-is-compact="true"]
    .wrapper--12-col
    .row.esds-mega-nav__tier2 {
    left: calc(8.3333333333% + 160px);
    width: calc(83.3333333333% - 160px);
  }
  [data-navigation-is-compact="true"]
    .wrapper--12-col
    .row.esds-mega-nav__link-bar {
    left: 180px;
    margin-top: -38px;
    width: calc(83.3333333333% - 180px);
  }
  [data-navigation-is-compact="true"]
    .wrapper--12-col
    .row.esds-mega-nav__logo {
    margin-left: 8.3333333333%;
  }
  [data-navigation-is-compact="true"] .esds-mega-nav__dropdown-item {
    left: -272px;
    top: 44px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  [data-navigation-is-compact="true"] .esds-mega-nav__dropdown-item {
    left: -188px;
  }
}
@media (min-width: 62em) {
  [data-navigation-is-compact="true"] .esds-mega-nav__dropdown-level1 {
    margin-left: 0;
  }
  [data-navigation-is-compact="true"] .esds-mega-nav__search-bar {
    position: absolute;
    right: 0;
    top: 2px;
  }
}
@media (min-width: 62em) {
  [data-navigation-is-compact="true"]
    .wrapper--12-col
    .row.esds-mega-nav__tier2 {
    margin-left: 0;
    position: absolute;
    top: 12px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  [data-navigation-is-compact="true"]
    .wrapper--12-col
    .row.esds-mega-nav__tier1 {
    margin-left: 0;
  }
  [data-navigation-is-compact="true"]
    .wrapper--12-col
    .row.esds-mega-nav__content
    > div {
    margin-bottom: 0;
    margin-left: 24px;
    margin-top: 0;
    position: relative;
    width: calc(100% - 12px * 4);
  }
  [data-navigation-is-compact="true"]
    .wrapper--12-col
    .row.esds-mega-nav__tier2 {
    left: 160px;
    margin-left: 0;
    position: absolute;
    top: 12px;
    width: calc(100% - 160px);
  }
  [data-navigation-is-compact="true"] .esds-mega-nav__secondary a {
    font-size: 0.75rem;
  }
  [data-navigation-is-compact="true"]
    .wrapper--12-col.esds-mega-nav__content
    > div {
    margin-bottom: 0;
    margin-left: 24px;
    margin-top: 0;
    position: relative;
    width: calc(100% - 12px * 4);
  }
}
@media (min-width: 87.5em) and (max-width: 107.49em) {
  [data-navigation-is-compact="true"]
    .wrapper--12-col
    .row.esds-mega-nav__tier1 {
    margin-left: 2.0833333333%;
  }
  [data-navigation-is-compact="true"]
    .wrapper--12-col
    .row.esds-mega-nav__tier2 {
    left: calc(8.3333333333% + 80px);
    width: calc(83.3333333333% - 40px);
  }
}
@media (min-width: 107.5em) {
  [data-navigation-is-compact="true"]
    .wrapper--12-col
    .row.esds-mega-nav__tier1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 87.5em) {
  [data-navigation-is-compact="true"] .esds-mega-nav__dropdown-item {
    left: -158px;
  }
}
@media (min-width: 107.5em) {
  [data-navigation-is-compact="true"] .esds-mega-nav__dropdown-item {
    left: -238px;
  }
}
[data-navigation-is-compact="true"] .esds-mega-nav__content {
  top: 0;
  position: fixed;
}
.body[data-search-open="true"] .esds-mega-nav__search-bar,
body[data-search-open="true"] .esds-mega-nav__search-bar {
  width: calc(100% - 2px);
}
@media (max-width: 35.99em) {
  .body[data-search-open="true"] .esds-mega-nav__search-bar,
  body[data-search-open="true"] .esds-mega-nav__search-bar {
    width: calc(100% - 88px);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  .body[data-search-open="true"] .esds-mega-nav__search-bar,
  body[data-search-open="true"] .esds-mega-nav__search-bar {
    width: calc(100% - 94px);
  }
}
.body[data-search-open="true"] .esds-mega-nav__search-bar-form-input,
body[data-search-open="true"] .esds-mega-nav__search-bar-form-input {
  opacity: 0.7;
  width: 100%;
}
.body[data-search-open="true"] .esds-mega-nav__search-bar-form-input:hover,
body[data-search-open="true"] .esds-mega-nav__search-bar-form-input:hover {
  opacity: 1;
}
.body[data-search-open="true"] .esds-mega-nav__search-bar-form-reset,
body[data-search-open="true"] .esds-mega-nav__search-bar-form-reset {
  transform: scale(1);
}
.body[data-search-open="true"] .esds-mega-nav__search-bar-form-submit,
body[data-search-open="true"] .esds-mega-nav__search-bar-form-submit {
  bottom: 5px;
  left: -8px;
  right: auto;
}
.body[data-search-open="true"] .esds-mega-nav__main > ul li,
.body[data-search-open="true"] .esds-mega-nav__secondary > ul li,
body[data-search-open="true"] .esds-mega-nav__main > ul li,
body[data-search-open="true"] .esds-mega-nav__secondary > ul li {
  transform: scale(0);
  visibility: hidden;
}
@media (max-width: 61.99em) {
  .body[data-search-open="true"] .esds-mega-nav__logo img,
  body[data-search-open="true"] .esds-mega-nav__logo img {
    opacity: 0;
    transform: scale(0);
  }
}
@media (max-width: 61.99em) {
  .body[data-search-open="true"][data-navigation-is-compact="true"],
  body[data-search-open="true"][data-navigation-is-compact="true"] {
    width: calc(100% - 16px);
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  body[data-navigation-scroll-up="true"] .esds-mega-nav__main a {
    font-size: 0.625rem;
  }
}
body[data-navigation-scroll-up="true"] .esds-nav-bar--dark {
  top: 60px;
}
body::after {
  transition: background 0.2s ease;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 20%;
  z-index: 11;
}
@media (max-width: 61.99em) {
  [data-mobile-navigation-open="true"] {
    position: fixed;
  }
  [data-mobile-navigation-open="true"]::after {
    opacity: 0.75;
    visibility: visible;
  }
  [data-mobile-navigation-open="true"] .esds-mega-nav__link-bar {
    right: 0;
    visibility: visible;
    overflow-x: hidden;
  }
}
@media (max-width: 61.99em) {
  [data-mobile-navigation-open="true"] .esds-mega-nav__hamburger {
    height: 48px;
    position: fixed;
    right: 0;
    top: 0;
  }
  [data-mobile-navigation-open="true"]
    .esds-mega-nav__hamburger
    > i:nth-of-type(1) {
    margin-top: 2px;
    transform: rotate(45deg);
  }
  [data-mobile-navigation-open="true"]
    .esds-mega-nav__hamburger
    > i:nth-of-type(2) {
    transform: scale(0);
  }
  [data-mobile-navigation-open="true"]
    .esds-mega-nav__hamburger
    > i:nth-of-type(3) {
    margin-top: 2px;
    transform: rotate(-45deg);
  }
}
[data-mobile-navigation-open="true"] .esds-mega-nav__hamburger > i {
  left: auto;
}
@media (max-width: 46.24em) {
  [data-mobile-navigation-open="true"] .esds-mega-nav__hamburger > i {
    right: 20px;
  }
}
@media (min-width: 46.25em) and (max-width: 61.99em) {
  [data-mobile-navigation-open="true"] .esds-mega-nav__hamburger > i {
    right: 32px;
  }
}
@media (min-width: 62em) {
  body[data-mobile-navigation-level="1"] footer::before,
  body[data-mobile-navigation-level="1"] main::before,
  body[data-mobile-navigation-level="2"] footer::before,
  body[data-mobile-navigation-level="2"] main::before,
  body[data-mobile-navigation-level="3"] footer::before,
  body[data-mobile-navigation-level="3"] main::before {
    transition: background 0.5s ease;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10;
  }
}
body[data-mobile-navigation-level="1"] footer,
body[data-mobile-navigation-level="1"]
  header
  .wrapper:not(.esds-mega-nav__content),
body[data-mobile-navigation-level="2"] footer,
body[data-mobile-navigation-level="2"]
  header
  .wrapper:not(.esds-mega-nav__content),
body[data-mobile-navigation-level="3"] footer,
body[data-mobile-navigation-level="3"]
  header
  .wrapper:not(.esds-mega-nav__content) {
  position: relative;
}
@media (min-width: 62em) {
  body[data-mobile-navigation-level="1"] header .breadcrumb::before,
  body[data-mobile-navigation-level="1"]
    header
    .wrapper:not(.esds-mega-nav__content):before,
  body[data-mobile-navigation-level="2"] header .breadcrumb::before,
  body[data-mobile-navigation-level="2"]
    header
    .wrapper:not(.esds-mega-nav__content)::before,
  body[data-mobile-navigation-level="3"] header .breadcrumb::before,
  body[data-mobile-navigation-level="3"]
    header
    .wrapper:not(.esds-mega-nav__content)::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
  }
}
@media (min-width: 62em) {
  body[data-mobile-navigation-level="1"] footer::before,
  body[data-mobile-navigation-level="1"] main::before,
  body[data-mobile-navigation-level="2"] footer::before,
  body[data-mobile-navigation-level="2"] main::before,
  body[data-mobile-navigation-level="3"] footer::before,
  body[data-mobile-navigation-level="3"] main::before {
    visibility: visible;
  }
}
@media (min-width: 62em) {
  body[data-mobile-navigation-level="1"] .esds-mega-nav__dropdown-item,
  body[data-mobile-navigation-level="2"] .esds-mega-nav__dropdown-item,
  body[data-mobile-navigation-level="3"] .esds-mega-nav__dropdown-item {
    overflow: visible;
  }
}
@media (min-width: 62em) {
  body[data-mobile-navigation-level="1"] .esds-mega-nav__dropdown-title,
  body[data-mobile-navigation-level="2"] .esds-mega-nav__dropdown-title,
  body[data-mobile-navigation-level="3"] .esds-mega-nav__dropdown-title {
    opacity: 1;
  }
}
@media (max-width: 61.99em) {
  body[data-mobile-navigation-level="0"] .esds-mega-nav__breadcrumb,
  body[data-mobile-navigation-level="1"] .esds-mega-nav__breadcrumb {
    display: none;
  }
  body[data-mobile-navigation-level="0"] .esds-mega-nav__link-bar,
  body[data-mobile-navigation-level="1"] .esds-mega-nav__link-bar {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 61.99em) {
  body[data-mobile-navigation-level="2"] .esds-mega-nav__secondary,
  body[data-mobile-navigation-level="2"] .esds-mega-nav__top-links-mobile,
  body[data-mobile-navigation-level="3"] .esds-mega-nav__secondary,
  body[data-mobile-navigation-level="3"] .esds-mega-nav__top-links-mobile {
    display: none;
  }
  body[data-mobile-navigation-level="2"] .esds-mega-nav__dropdown-level1 > li,
  body[data-mobile-navigation-level="3"] .esds-mega-nav__dropdown-level1 > li {
    display: none;
  }
  body[data-mobile-navigation-level="2"]
    .esds-mega-nav__dropdown-level1
    > li[aria-expanded="true"],
  body[data-mobile-navigation-level="3"]
    .esds-mega-nav__dropdown-level1
    > li[aria-expanded="true"] {
    display: block;
    margin: 0;
  }
  body[data-mobile-navigation-level="2"]
    .esds-mega-nav__dropdown-level1
    > li[aria-expanded="true"]
    > a,
  body[data-mobile-navigation-level="2"]
    .esds-mega-nav__dropdown-level1
    > li[aria-expanded="true"]
    > button.arrow,
  body[data-mobile-navigation-level="3"]
    .esds-mega-nav__dropdown-level1
    > li[aria-expanded="true"]
    > a,
  body[data-mobile-navigation-level="3"]
    .esds-mega-nav__dropdown-level1
    > li[aria-expanded="true"]
    > button.arrow {
    display: none;
  }
}
@media (max-width: 61.99em) {
  body[data-mobile-navigation-level="2"] .esds-mega-nav__dropdown-level2 {
    display: block;
  }
}
@media (max-width: 61.99em) {
  body[data-mobile-navigation-level="3"] .esds-mega-nav__dropdown-level2,
  body[data-mobile-navigation-level="3"] .esds-mega-nav__dropdown-level3 {
    display: block;
    visibility: visible;
    width: 100%;
    z-index: 10;
  }
  body[data-mobile-navigation-level="3"] .esds-mega-nav__dropdown-level2 > li {
    display: none;
  }
  body[data-mobile-navigation-level="3"]
    .esds-mega-nav__dropdown-level2
    > li[aria-expanded="true"] {
    display: block;
    margin: 0;
  }
  body[data-mobile-navigation-level="3"]
    .esds-mega-nav__dropdown-level2
    > li[aria-expanded="true"]
    > a,
  body[data-mobile-navigation-level="3"]
    .esds-mega-nav__dropdown-level2
    > li[aria-expanded="true"]
    > button.arrow {
    display: none;
  }
}
@media (min-width: 62em) {
  body[data-mobile-navigation-level="3"] .esds-mega-nav__dropdown-level2 > li {
    transition: opacity 0.3s ease;
    opacity: 0.5;
  }
  body[data-mobile-navigation-level="3"]
    .esds-mega-nav__dropdown-level2
    > li:hover,
  body[data-mobile-navigation-level="3"]
    .esds-mega-nav__dropdown-level2
    > li[aria-expanded="true"] {
    opacity: 1;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__logo {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__logo {
    padding-left: 0;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__logo {
    padding-bottom: 12px;
  }
}
.esds-mega-nav__logo > div {
  padding-left: 0;
}
@media (min-width: 36em) {
  .esds-mega-nav__logo > div {
    padding-left: 6px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .esds-mega-nav__dropdown-image {
    overflow: hidden;
    position: relative;
  }
  .esds-mega-nav__dropdown-image picture {
    height: 530px;
    position: absolute;
    width: 750px;
  }
  .esds-mega-nav__dropdown-image img {
    left: 0;
    max-width: 100%;
    min-width: 100%;
    object-fit: none;
    object-position: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.page-brand--pratt .highlight {
  border-radius: 30px;
  margin-left: 12px;
}
.page-brand--pratt .highlight a {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 62em) {
  .page-brand--pratt header {
    margin-top: -218px;
    padding-top: 218px;
  }
}
.page-brand--pratt .esds-bu-bar {
  height: 28px;
}
@media (min-width: 62em) {
  .page-brand--pratt .esds-bu-bar {
    margin-top: 218px;
  }
}
.page-brand--pratt .esds-bu-bar li {
  font-size: 1rem;
  line-height: 1;
}
.page-brand--pratt .esds-bu-bar__quote {
  top: 0;
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .page-brand--pratt .esds-mega-nav__content {
    height: 182px;
  }
  .page-brand--pratt .esds-mega-nav__content::after {
    top: 170px;
  }
}
@media (min-width: 75em) {
  .page-brand--pratt .esds-mega-nav__content {
    height: 212px;
  }
  .page-brand--pratt .esds-mega-nav__content::after {
    top: 205px;
  }
}
@media (min-width: 62em) {
  .page-brand--pratt .esds-mega-nav__tier1 {
    margin-top: 16px;
  }
}
@media (min-width: 62em) {
  .page-brand--pratt .esds-mega-nav .wrapper--12-col .row.esds-mega-nav__tier1 {
    margin-left: 8.3333333333%;
    width: 83.3333333333%;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .page-brand--pratt .esds-mega-nav__logo img {
    width: 180px;
  }
}
@media (min-width: 75em) {
  .page-brand--pratt .esds-mega-nav__logo img {
    width: 250px;
  }
}
.page-brand--pratt .esds-mega-nav__search-bar-form-reset,
.page-brand--pratt .esds-mega-nav__search-bar-form-submit {
  bottom: 0;
}
@media (min-width: 62em) and (max-width: 87.49em) {
  .esds-mega-nav.esds-mega-nav-optimized-header
    .esds-mega-nav__content
    .esds-mega-nav__tier1 {
    margin-bottom: 18px;
  }
}
.esds-mega-nav.esds-mega-nav-optimized-header .esds-mega-nav__logo {
  display: flex;
  align-items: center;
  box-shadow: none;
  width: auto;
  padding-right: 0;
}
.esds-mega-nav.esds-mega-nav-optimized-header .esds-mega-nav__side-items {
  display: flex;
  align-items: center;
}
.esds-mega-nav.esds-mega-nav-optimized-header
  .esds-mega-nav__side-items
  .esds-cta
  > div {
  margin-top: 0;
  margin-bottom: 0;
}
.esds-mega-nav.esds-mega-nav-optimized-header
  .esds-mega-nav__side-items
  .esds-cta
  .esds-cta__item {
  white-space: nowrap;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 48em) {
  .esds-mega-nav.esds-mega-nav-optimized-header
    .esds-mega-nav__side-items
    .esds-cta
    .esds-cta__item {
    font-size: 0.875rem;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav.esds-mega-nav-optimized-header
    .esds-mega-nav__side-items
    .esds-cta
    .esds-cta__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.esds-mega-nav.esds-mega-nav-optimized-header
  .esds-mega-nav__side-items
  .esds-cta.equal-grid--1-items
  .equal-grid__item {
  margin-top: 0;
  margin-bottom: 0;
}
.esds-mega-nav.esds-mega-nav-optimized-header
  .esds-mega-nav__side-items.esds-cta--border
  .esds-cta__item,
.esds-mega-nav.esds-mega-nav-optimized-header
  .esds-mega-nav__side-items.esds-cta--dark
  .esds-cta__item {
  margin-top: 0;
  margin-bottom: 0;
}
body.on-page-editor
  .esds-mega-nav-optimized-header
  .esds-mega-nav__side-items
  .esds-cta
  .scLooseFrameZone {
  overflow: visible;
}
body.on-page-editor
  .esds-mega-nav-optimized-header
  .esds-mega-nav__side-items
  .esds-cta
  .esds-cta__item {
  margin-right: 16px;
}
body.on-page-editor
  .esds-mega-nav-optimized-header
  .esds-mega-nav__side-items
  .esds-cta
  .row.equal-grid
  .esds-cta__wrapper {
  width: 100% !important;
}
@media (min-width: 62em) {
  [data-navigation-is-compact="true"]
    .esds-mega-nav-optimized-header
    .esds-mega-nav__side-items {
    margin-top: 8px;
  }
}
[data-navigation-is-compact="true"]
  .esds-mega-nav-optimized-header
  .esds-mega-nav__side-items
  .esds-cta
  .esds-cta__wrapper,
[data-navigation-is-compact="true"]
  .esds-mega-nav-optimized-header
  .esds-mega-nav__side-items
  .esds-cta
  > div {
  margin-top: 0;
  margin-bottom: 0;
}
[data-navigation-is-compact="true"]
  .esds-mega-nav-optimized-header
  .esds-mega-nav__side-items
  .esds-cta
  .esds-cta__item {
  padding-top: 0;
  padding-bottom: 0;
}
[data-navigation-is-compact="true"]
  .esds-mega-nav-optimized-header
  .esds-mega-nav__side-items
  .esds-cta.esds-cta--border
  .esds-cta__item,
[data-navigation-is-compact="true"]
  .esds-mega-nav-optimized-header
  .esds-mega-nav__side-items
  .esds-cta.esds-cta--dark
  .esds-cta__item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
[data-navigation-is-compact="true"][data-navigation-scroll-down="true"]
  .esds-mega-nav-optimized-header
  .esds-mega-nav__content {
  top: -92px;
}
@media (min-width: 87.5em) {
  [data-navigation-is-compact="false"] .esds-mega-nav-optimized-header {
    padding-top: 245px;
  }
  [data-navigation-is-compact="false"]
    .esds-mega-nav-optimized-header
    .esds-mega-nav__content {
    top: 147px;
  }
  [data-navigation-is-compact="false"]
    .esds-mega-nav-optimized-header
    .esds-mega-nav__content
    .esds-mega-nav__tier1 {
    top: -73px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level2 li {
    width: 289.83px;
  }
}
@media (min-width: 75em) {
  .esds-mega-nav__dropdown-level2 li {
    width: 283.94px;
  }
}
@media (min-width: 87.5em) {
  .esds-mega-nav__dropdown-level2 li {
    width: 288.23px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level3 li {
    width: 326px;
  }
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?arqsue);
  src: url(../fonts/icomoon.eot?arqsue#iefix) format("embedded-opentype"),
    url(../fonts/icomoon-ttf.ttf?arqsue) format("truetype"),
    url(../fonts/icomoon-wof.woff?arqsue) format("woff"),
    url(../fonts/icomoon1.svg?arqsue#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.esds-article-footer__share .fa-twitter {
  font-size: 1.875em;
}
@media (max-width: 35.99em) {
  .esds-article-footer__share .fa-twitter {
    font-size: 1.625rem;
  }
}
.fa-twitter {
  font-family: icomoon !important;
  font-size: 1.375em;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
  content: "\e900";
}
.ie-bannar {
  padding: 10px 10px 10px 60px;
  width: 100%;
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
  background-color: #ffffbf;
  display: none;
}
.ie-bannar .fa-warning {
  color: gold;
  font-size: 24px;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-bannar {
    display: block;
  }
  .esds-mega-nav__content {
    top: 80px !important;
  }
}
body.on-page-editor main::before {
  display: none;
}
body.on-page-editor main .scLooseFrameZone {
  flex-grow: 0;
  flex-basis: auto;
  padding: 0;
}
body.on-page-editor main .scLooseFrameZone .equal-grid__item {
  margin-bottom: 0 !important;
  width: 100% !important;
  height: 100%;
  margin: 0;
}
body.on-page-editor .equal-grid--2-items .scLooseFrameZone,
body.on-page-editor .equal-grid--3-items .scLooseFrameZone,
body.on-page-editor .equal-grid--4-items .scLooseFrameZone,
body.on-page-editor .equal-grid--5-items .scLooseFrameZone,
body.on-page-editor .equal-grid--6-items .scLooseFrameZone {
  margin-bottom: 32px;
}
body.on-page-editor .equal-grid--2-items .row,
body.on-page-editor .equal-grid--3-items .row,
body.on-page-editor .equal-grid--4-items .row,
body.on-page-editor .equal-grid--5-items .row,
body.on-page-editor .equal-grid--6-items .row {
  justify-content: flex-start;
}
@media (min-width: 36em) {
  body.on-page-editor .equal-grid--2-items .row .scLooseFrameZone {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 24px);
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  body.on-page-editor .equal-grid--3-items .row .scLooseFrameZone {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 24px);
  }
}
@media (min-width: 48em) {
  body.on-page-editor .equal-grid--3-items .row .scLooseFrameZone {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.33333% - 24px);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  body.on-page-editor .equal-grid--4-items .row .scLooseFrameZone {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 24px);
  }
}
@media (min-width: 62em) {
  body.on-page-editor .equal-grid--4-items .row .scLooseFrameZone {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(25% - 24px);
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  body.on-page-editor .equal-grid--5-items .row .scLooseFrameZone {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 24px);
  }
}
@media (min-width: 48em) and (max-width: 74.99em) {
  body.on-page-editor .equal-grid--5-items .row .scLooseFrameZone {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.33333% - 24px);
  }
}
@media (min-width: 75em) {
  body.on-page-editor .equal-grid--5-items .row .scLooseFrameZone {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(20% - 24px);
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  body.on-page-editor .equal-grid--6-items .row .scLooseFrameZone {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 24px);
  }
}
@media (min-width: 48em) and (max-width: 74.99em) {
  body.on-page-editor .equal-grid--6-items .row .scLooseFrameZone {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.33333% - 24px);
  }
}
@media (min-width: 75em) {
  body.on-page-editor .equal-grid--6-items .row .scLooseFrameZone {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(16.66667% - 24px);
  }
}
body.on-page-editor .gutter--small .row {
  justify-content: space-between;
}
@media (min-width: 36em) {
  body.on-page-editor
    .gutter--small.equal-grid--2-items
    .row
    .scLooseFrameZone {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 12px);
  }
}
body.on-page-editor .gutter--small.equal-grid--3-items .row {
  justify-content: center;
}
@media (max-width: 35.99em) {
  body.on-page-editor .gutter--small.equal-grid--3-items .row {
    justify-content: space-between;
  }
}
@media (min-width: 36em) {
  body.on-page-editor
    .gutter--small.equal-grid--3-items
    .row
    .scLooseFrameZone {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.33333% - 12px);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  body.on-page-editor
    .gutter--small.equal-grid--4-items
    .row
    .scLooseFrameZone {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 12px);
  }
}
@media (min-width: 62em) {
  body.on-page-editor
    .gutter--small.equal-grid--4-items
    .row
    .scLooseFrameZone {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
    width: calc(25% - 12px);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  body.on-page-editor
    .gutter--small.equal-grid--5-items
    .row
    .scLooseFrameZone {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 12px);
  }
}
@media (min-width: 62em) {
  body.on-page-editor
    .gutter--small.equal-grid--5-items
    .row
    .scLooseFrameZone {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
    width: calc(20% - 12px);
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  body.on-page-editor
    .gutter--small.equal-grid--6-items
    .row
    .scLooseFrameZone {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 12px);
  }
}
@media (min-width: 48em) and (max-width: 61.99em) {
  body.on-page-editor
    .gutter--small.equal-grid--6-items
    .row
    .scLooseFrameZone {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.33333% - 12px);
  }
}
@media (min-width: 62em) {
  body.on-page-editor
    .gutter--small.equal-grid--6-items
    .row
    .scLooseFrameZone {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
    width: calc(16.66667% - 12px);
  }
}
@media (min-width: 36em) {
  body.on-page-editor
    .gutter--minimal.equal-grid--2-items
    .row
    .scLooseFrameZone {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 3px);
  }
}
body.on-page-editor .gutter--minimal.equal-grid--3-items .row {
  justify-content: center;
}
@media (max-width: 47.99em) {
  body.on-page-editor .gutter--minimal.equal-grid--3-items .row {
    justify-content: space-between;
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  body.on-page-editor
    .gutter--minimal.equal-grid--3-items
    .row
    .scLooseFrameZone {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.33333% - 3px);
  }
}
@media (min-width: 48em) {
  body.on-page-editor
    .gutter--minimal.equal-grid--3-items
    .row
    .scLooseFrameZone {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.33333% - 3px);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  body.on-page-editor
    .gutter--minimal.equal-grid--4-items
    .row
    .scLooseFrameZone {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 3px);
  }
}
@media (min-width: 62em) {
  body.on-page-editor
    .gutter--minimal.equal-grid--4-items
    .row
    .scLooseFrameZone {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(25% - 3px);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  body.on-page-editor
    .gutter--minimal.equal-grid--5-items
    .row
    .scLooseFrameZone {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 3px);
  }
}
@media (min-width: 62em) {
  body.on-page-editor
    .gutter--minimal.equal-grid--5-items
    .row
    .scLooseFrameZone {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(20% - 3px);
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  body.on-page-editor
    .gutter--minimal.equal-grid--6-items
    .row
    .scLooseFrameZone {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 3px);
  }
}
@media (min-width: 48em) and (max-width: 61.99em) {
  body.on-page-editor
    .gutter--minimal.equal-grid--6-items
    .row
    .scLooseFrameZone {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.33333% - 3px);
  }
}
@media (min-width: 62em) {
  body.on-page-editor
    .gutter--minimal.equal-grid--6-items
    .row
    .scLooseFrameZone {
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding-left: 0;
    padding-right: 0;
    width: calc(16.66667% - 3px);
  }
}
@media (max-width: 35.99em) {
  body.on-page-editor .gutter--none .row div {
    padding: 0;
  }
}
body.on-page-editor .gutter--none .row .scLooseFrameZone {
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 36em) {
  body.on-page-editor .gutter--none.equal-grid--2-items .row .scLooseFrameZone {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 0px);
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  body.on-page-editor .gutter--none.equal-grid--3-items .row .scLooseFrameZone {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 0px);
  }
}
@media (min-width: 48em) {
  body.on-page-editor .gutter--none.equal-grid--3-items .row .scLooseFrameZone {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.33333% - 0px);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  body.on-page-editor .gutter--none.equal-grid--4-items .row .scLooseFrameZone {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 0px);
  }
}
@media (min-width: 62em) {
  body.on-page-editor .gutter--none.equal-grid--4-items .row .scLooseFrameZone {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(25% - 0px);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  body.on-page-editor .gutter--none.equal-grid--5-items .row .scLooseFrameZone {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 0px);
  }
}
@media (min-width: 62em) {
  body.on-page-editor .gutter--none.equal-grid--5-items .row .scLooseFrameZone {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(20% - 0px);
  }
}
@media (min-width: 36em) and (max-width: 47.99em) {
  body.on-page-editor .gutter--none.equal-grid--6-items .row .scLooseFrameZone {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 0px);
  }
}
@media (min-width: 48em) and (max-width: 61.99em) {
  body.on-page-editor .gutter--none.equal-grid--6-items .row .scLooseFrameZone {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.33333% - 0px);
  }
}
@media (min-width: 62em) {
  body.on-page-editor .gutter--none.equal-grid--6-items .row .scLooseFrameZone {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(16.66667% - 0px);
  }
}
body.on-page-editor :focus {
  outline: 0;
}
body.on-page-editor header .metadata a {
  margin: 8px 0;
  font-size: 16px;
}
.rte-indent-1 {
  padding-left: 40px;
}
.rte-indent-2 {
  padding-left: 80px;
}
.rte-indent-3 {
  padding-left: 120px;
}
.rte-indent-4 {
  padding-left: 160px;
}
.rte-indent-5 {
  padding-left: 200px;
}
.rte-indent-6 {
  padding-left: 240px;
}
.rte-indent-7 {
  padding-left: 280px;
}
.rte-indent-8 {
  padding-left: 320px;
}
.rte-align-center {
  text-align: center;
}
.rte-align-justify {
  text-align: justify;
}
.rte-align-right {
  text-align: right;
}
body main {
  top: 0 !important;
}
body.on-page-editor .component__description,
body.on-page-editor .component__description span {
  width: 100%;
}
#sxa-toolbox li {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}
.metadata-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
.metadata-wrapper > div {
  margin: 16px 0 !important;
}
.metadata-wrapper > div span p {
  font-size: 14px;
}
.on-page-editor .component .scEnabledChrome {
  position: relative;
}
.on-page-editor .component {
  position: relative;
}
.on-page-editor .reusable-gdpr__popup {
  z-index: 100;
}
.on-page-editor .reusable-gdpr__popup .gdpr__plus {
  z-index: 100;
}
.on-page-editor .component.scLooseFrameZone {
  outline: 0;
}
.on-page-editor
  .component[sc-part-of="placeholder rendering"]
  .component-content,
.on-page-editor .wrapper.esds-alert,
.on-page-editor .wrapper.esds-promo,
html:not(.no-applicationcache)
  .on-page-editor
  .component.scEnabledChrome:not(.scLooseFrameZone)
  .component-content {
  outline: 1px dashed;
  outline-offset: -1px;
  position: relative;
}
html:not(.no-applicationcache) .esds-product .search-box .component-content {
  outline: 0;
}
.on-page-editor
  .component.breadcrumb[sc-part-of="placeholder rendering"]
  .component-content,
.on-page-editor
  .component.footer[sc-part-of="placeholder rendering"]
  .component-content,
.on-page-editor
  .component.header[sc-part-of="placeholder rendering"]
  .component-content,
.on-page-editor
  .component.metadata[sc-part-of="placeholder rendering"]
  .component-content,
.on-page-editor .component[sc-part-of="placeholder rendering"],
.on-page-editor
  code[hintname="News Filters"]
  + .component[sc-part-of="placeholder rendering"]
  .component-content,
.on-page-editor
  code[hintname="News Top Stories"]
  + .component[sc-part-of="placeholder rendering"]
  .component-content,
.on-page-editor
  code[hintname="RTX Page Title"]
  + .component[sc-part-of="placeholder rendering"]
  .component-content,
.on-page-editor
  code[hintname="Related News Items"]
  + .component[sc-part-of="placeholder rendering"]
  .component-content {
  outline: 0 !important;
}
.on-page-editor
  code[hintname="News Details"]
  + .component[sc-part-of="placeholder rendering"]
  > .component-content {
  outline: 0 !important;
}
.on-page-editor .component.scEnabledChrome.promo,
.on-page-editor .search-results .wrapper {
  outline: 0;
}
.on-page-editor .component.job-search.scEnabledChrome:not(.scLooseFrameZone) {
  outline-offset: 0;
}
.on-page-editor code[hintname~="Biography"] + div[sc-part-of~="editframe"],
.on-page-editor code[hintname~="Leadership"] + div[sc-part-of~="editframe"] {
  outline: 1px dashed;
  outline-offset: -1px;
}
.no-applicationcache .wrapper.esds-alert,
.no-applicationcache .wrapper.esds-promo,
.no-applicationcache
  body.on-page-editor
  .esds-news__top-stories
  .scLooseFrameZone,
.no-applicationcache code[hintname~="News Top Stories"] + .component,
.no-applicationcache code[hintname~="Biography"] + .component,
.no-applicationcache code[hintname~="Leadership"] + .component {
  outline: 0;
}
.no-applicationcache .component-name,
.no-applicationcache .esds-link-list--table .component-name {
  display: none;
}
.on-page-editor .esds-news__top-stories .scLooseFrameZone {
  position: relative;
}
.no-applicationcache .component-name {
  display: none;
}
.biography-page.on-page-editor .component.hero,
.leadership-page.on-page-editor .component.hero {
  border: none;
}
.no-applicationcache .component.hero {
  border: none;
}
.on-page-editor .esds-promo {
  position: relative;
}
.component-name {
  display: none;
}
html:not(.no-applicationcache) .on-page-editor .component-name,
html:not(.no-applicationcache)
  .on-page-editor
  .esds-news__top-stories
  .component-name {
  display: block;
  position: absolute;
  padding: 5px 20px;
  text-transform: uppercase;
  z-index: 10;
  top: 0;
  left: 0;
}
.on-page-editor .component.externalnavigation,
.on-page-editor .inpagenavigation.inpagenavigation {
  outline-offset: 0;
}
.esds-footer__fine-print-list li a.initializeModal {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
}
.on-page-editor .esds-hero > div {
  margin: 0;
}
.on-page-editor .esds-mega-nav__content::after {
  top: 180px;
}
.on-page-editor .esds-bu-bar {
  margin-top: 0;
}
@media (max-width: 992px) {
  .body.preview[data-mobile-navigation-open="true"]
    #scrnli_recorder_root
    + #wrapper
    .esds-mega-nav__link-bar,
  body.preview[data-mobile-navigation-open="true"]
    #scrnli_recorder_root
    + #wrapper
    .esds-mega-nav__link-bar {
    top: 138px;
  }
  .preview[data-mobile-navigation-open="true"]
    #scrnli_recorder_root
    + #wrapper
    .esds-mega-nav__hamburger {
    top: 140px;
  }
}
@media (max-width: 767px) {
  .body.preview[data-mobile-navigation-open="true"]
    #scrnli_recorder_root
    + #wrapper
    .esds-mega-nav__link-bar,
  body.preview[data-mobile-navigation-open="true"]
    #scrnli_recorder_root
    + #wrapper
    .esds-mega-nav__link-bar {
    top: 168px;
  }
  .preview[data-mobile-navigation-open="true"]
    #scrnli_recorder_root
    + #wrapper
    .esds-mega-nav__hamburger {
    top: 170px;
  }
}
.esds-mega-nav__main li {
  transition: none;
}
body[data-mobile-navigation-level="1"] main::before,
body[data-mobile-navigation-level="2"] main::before,
body[data-mobile-navigation-level="3"] main::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
body[data-mobile-navigation-level="1"]
  header
  .wrapper:not(.esds-mega-nav__content),
body[data-mobile-navigation-level="2"]
  header
  .wrapper:not(.esds-mega-nav__content),
body[data-mobile-navigation-level="3"]
  header
  .wrapper:not(.esds-mega-nav__content) {
  position: relative;
}
@media (min-width: 992px) {
  body[data-mobile-navigation-level="1"] header .breadcrumb::before,
  body[data-mobile-navigation-level="1"]
    header
    .wrapper:not(.esds-mega-nav__content):before,
  body[data-mobile-navigation-level="2"] header .breadcrumb::before,
  body[data-mobile-navigation-level="2"]
    header
    .wrapper:not(.esds-mega-nav__content)::before,
  body[data-mobile-navigation-level="3"] header .breadcrumb::before,
  body[data-mobile-navigation-level="3"]
    header
    .wrapper:not(.esds-mega-nav__content)::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 62em) {
  body[data-mobile-navigation-level="3"] .esds-mega-nav__dropdown-level2 > li {
    opacity: 1;
  }
  body[data-mobile-navigation-level="3"]
    .esds-mega-nav__dropdown-level2
    > li[aria-expanded="false"]
    a {
    opacity: 0.3;
  }
}
.esds-mega-nav__content::after {
  top: initial !important;
  bottom: 0 !important;
}
body[data-mobile-navigation-level="3"]
  .esds-mega-nav__dropdown-level2
  > li[aria-expanded="false"]
  a:hover {
  opacity: 1;
}
body[data-mobile-navigation-level="2"]
  .esds-mega-nav__dropdown-level2
  > li[aria-expanded="false"]
  a:hover {
  opacity: 1;
}
body[data-mobile-navigation-level="3"]
  .esds-mega-nav__dropdown-level3
  > li[aria-expanded="false"]
  a:hover {
  opacity: 1;
}
.esds-breadcrumbs__list {
  align-items: center;
}
.esds-breadcrumbs li.breadcrumb-item {
  display: flex;
  align-items: center;
}
.esds-breadcrumbs__share {
  align-items: center;
}
.esds-footer__fine-print-list li a.initializeModal {
  display: initial;
}
.reusable-form {
  margin-bottom: 0;
}
.reusable-form__subItem {
  margin-left: 30px;
}
.reusable-form .service-header {
  font-size: 42px;
  line-height: 51px;
  letter-spacing: 0;
  margin-bottom: 40px;
  margin-top: 0;
}
.reusable-form .service-header.no-margin {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .reusable-form .service-header {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
    width: 100%;
  }
}
.reusable-form .service-success-header {
  margin-bottom: 213px;
}
@media (max-width: 992px) {
  .reusable-form .service-success-header {
    margin-bottom: 103px;
  }
}
.reusable-form
  input[type="email"].input-validation-error
  ~ .field-validation-error,
.reusable-form
  input[type="tel"].input-validation-error
  ~ .field-validation-error,
.reusable-form
  input[type="text"].input-validation-error
  ~ .field-validation-error {
  position: relative;
}
.reusable-form
  input[type="email"].input-validation-error
  ~ .field-validation-error::before,
.reusable-form
  input[type="tel"].input-validation-error
  ~ .field-validation-error::before,
.reusable-form
  input[type="text"].input-validation-error
  ~ .field-validation-error::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: -31px;
  right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reusable-form
  input[type="email"].input-validation-error
  ~ .field-validation-error:after,
.reusable-form
  input[type="tel"].input-validation-error
  ~ .field-validation-error:after,
.reusable-form
  input[type="text"].input-validation-error
  ~ .field-validation-error:after {
  content: "x";
  position: absolute;
  font-weight: 700;
  font-size: 10px;
  top: -31px;
  right: 22px;
}
.reusable-form .check-box-wrapper.v-layout {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.reusable-form .check-box-wrapper.v-layout .check-boxes-section-header {
  margin-bottom: 22px;
}
.reusable-form .check-box-wrapper.v-layout label {
  margin-bottom: 24px;
}
.reusable-form .check-box-wrapper.v-layout label:last-child {
  margin-bottom: 0;
}
.reusable-form .seperator-y {
  margin-bottom: 55px;
}
.reusable-form__checkmark {
  margin: 10px 31px auto 0;
}
@media (max-width: 992px) {
  .reusable-form__checkmark {
    margin: 0 0 15px 0;
  }
}
.reusable-form .radio-btn-wrapper.print-option label {
  width: 32.3%;
}
@media (max-width: 992px) {
  .reusable-form .radio-btn-wrapper.print-option label {
    width: 100%;
  }
}
.reusable-form .radio-btn-wrapper .radio-buttons-section-header {
  margin-top: 0 !important;
}
.reusable-form .check-box-wrapper .check-boxes-section-header {
  margin-top: 0 !important;
}
.reusable-form .form-header {
  max-width: 520px;
}
@media (max-width: 992px) {
  .reusable-form .form-header {
    max-width: none;
  }
}
.reusable-form .buttons-wrapper input[type="submit"]:disabled {
  pointer-events: none;
  cursor: pointer;
  background-color: transparent;
}
.reusable-form .seperator-small-y {
  margin-bottom: 10px;
}
.reusable-form .seperator-medium-y {
  margin-bottom: 20px;
}
.reusable-form__button-text {
  text-decoration: none !important;
}
.reusable-form__form-header {
  margin-bottom: 127px !important;
}
@media (max-width: 992px) {
  .reusable-form__form-header {
    margin-bottom: 138px !important;
  }
}
.reusable-form .buttons-wrapper .reset-form {
  display: block;
}
@media (min-width: 992px) {
  body:not(
      .preview,
      .on-page-editor
    )[data-navigation-is-compact="false"][data-navigation-scroll-down="true"]
    .esds-mega-nav__content {
    top: -60px;
  }
  body:not(.preview, .on-page-editor) .esds-mega-nav__content {
    position: absolute;
    top: 28px;
  }
}
body:not(
    .preview,
    .on-page-editor
  )[data-navigation-is-compact="true"][data-navigation-scroll-up="true"]
  .esds-mega-nav__content {
  top: 0;
  transition: all 0.3s ease;
}
@media (max-width: 61.99em) {
  .esds-mega-nav {
    padding-top: 88px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav {
    padding-top: 121px;
  }
}
@media (min-width: 75em) {
  .esds-mega-nav {
    padding-top: 140px;
  }
}
@media (min-width: 87.5em) {
  .esds-mega-nav {
    padding-top: 148px;
  }
}
.search-results {
  overflow: initial;
}
.search-results .esds-alert {
  overflow: hidden;
}
.search-results .esds-cards__image > a:focus {
  outline-offset: -1px !important;
}
.reusable-form .selectize-control.single .selectize-input:before {
  box-sizing: border-box;
}
.reusable-form .buttons-wrapper input[type="submit"] {
  -webkit-appearance: button;
}
@media screen and (min-width: 992px) {
  .esds-mega-nav__dropdown-level2::-webkit-scrollbar,
  .esds-mega-nav__dropdown-level3::-webkit-scrollbar,
  .esds-mega-nav__dropdown-sublevel::-webkit-scrollbar {
    width: 10px;
  }
  .esds-mega-nav__dropdown-level2::-webkit-scrollbar-track
    .esds-mega-nav__dropdown-level3::-webkit-scrollbar-track,
  .esds-mega-nav__dropdown-sublevel::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .esds-mega-nav__dropdown-level2,
  .esds-mega-nav__dropdown-level3,
  .esds-mega-nav__dropdown-sublevel {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: auto;
    scrollbar-width: thin;
  }
  .esds-mega-nav__dropdown-level2.hide-scrollbar,
  .esds-mega-nav__dropdown-level3.hide-scrollbar,
  .esds-mega-nav__dropdown-sublevel.hide-scrollbar {
    overflow-y: hidden !important;
  }
  body.touch-ipad .esds-mega-nav__dropdown-level2,
  body.touch-ipad .esds-mega-nav__dropdown-level3,
  body.touch-ipad .esds-mega-nav__dropdown-sublevel {
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
  }
  body.touch-ipad .esds-mega-nav__dropdown-level2.hide-scrollbar,
  body.touch-ipad .esds-mega-nav__dropdown-level3.hide-scrollbar,
  body.touch-ipad .esds-mega-nav__dropdown-sublevel.hide-scrollbar {
    overflow-y: hidden !important;
  }
}
.rtx-html .wrapper iframe {
  border: none;
}
.esds-mega-nav__content .scEmptyImage {
  height: 40px;
}
select option:hover {
  background-color: #1f2a44;
}
@media (max-width: 992px) {
  .esds-alert > div {
    margin-top: 32px !important;
  }
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-page-title > div {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
@media (min-width: 62em) {
  .esds-page-title > div .row {
    margin-left: calc(8.3333333333% - 8px);
    width: calc(83.3333333333% + 8px * 2);
  }
}
.esds-page-title__content {
  padding: 16px 0 8px;
  width: 100%;
}
.esds-page-title__headline {
  margin: 0 auto;
  max-width: 1600px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 12px;
  padding-left: 12px;
}
@media (max-width: 35.99em) {
  .esds-page-title__headline {
    width: calc(100% - 12px * 2);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  .esds-page-title__headline {
    width: calc(100% - 12px * 6);
  }
}
.esds-page-title__subtitle {
  margin: 0 auto;
  max-width: 1600px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 1.5rem;
}
@media (max-width: 35.99em) {
  .esds-page-title__subtitle {
    width: calc(100% - 12px * 2);
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  .esds-page-title__subtitle {
    width: calc(100% - 12px * 6);
  }
}
@media (max-width: 61.99em) {
  .esds-page-title__subtitle {
    font-size: 1.25rem;
  }
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-rich-text .row div {
  width: 100%;
}
.esds-rich-text img {
  display: inline-block;
}
.esds-rich-text a {
  text-decoration: underline;
}
.esds-rich-text .fine-print {
  font-size: 0.75rem;
}
@media (min-width: 36em) {
  .esds-rich-text .fine-print {
    font-size: 0.875rem;
  }
}
.esds-rich-text.background--gray table {
  background-color: #fff;
}
@media (max-width: 61.99em) {
  .esds-rich-text.background--gray table {
    border: 12px solid #fff;
  }
}
@media (min-width: 62em) {
  .esds-rich-text.background--gray table {
    border: 24px solid #fff;
  }
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-footer {
  margin-top: 64px;
}
.esds-footer.wrapper > div {
  margin-bottom: 0;
  margin-top: 64px;
}
@media (max-width: 35.99em) {
  .esds-footer.wrapper > div {
    margin-top: 30px;
  }
}
.esds-footer__navigation {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.esds-footer__navigation-list {
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 46.25em) {
  .esds-footer__navigation-list {
    margin-top: 0;
  }
}
@media (min-width: 36em) and (max-width: 46.24em) {
  .esds-footer__navigation-list:nth-of-type(3) {
    margin-top: 16px;
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  .esds-footer__navigation-list:nth-of-type(4) {
    margin-top: 16px;
  }
}
@media (min-width: 36em) and (max-width: 46.24em) {
  .esds-footer__navigation-list {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 24px);
  }
}
@media (min-width: 46.25em) and (max-width: 61.99em) {
  .esds-footer__navigation-list {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.3333333333% - 24px);
  }
}
@media (min-width: 62em) {
  .esds-footer__navigation-list {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(25% - 24px);
  }
}
.esds-footer__navigation-list:first-of-type {
  margin-left: 0;
  margin-top: 0;
}
@media (max-width: 35.99em) {
  .esds-footer__navigation-list {
    margin-top: 28px;
  }
}
.esds-footer__navigation-list ul {
  list-style: none;
  margin: 12px 0;
  padding-left: 0;
  width: 100%;
}
.esds-footer__navigation-list li {
  margin: 0 0 0 -8px;
}
@media (min-width: 46.25em) and (max-width: 87.49em) {
  .esds-footer__navigation-list li,
  .esds-footer__navigation-list li a {
    font-size: 0.875rem;
  }
}
.esds-footer__navigation-list a {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px;
  position: relative;
}
.esds-footer__navigation-list a::after {
  position: absolute;
  padding-left: 12px;
}
.esds-footer__navigation-list .fa {
  transition: all 0.3s ease;
  font-size: 1.5rem;
}
.esds-footer__navigation-list .icon--launch-white::after {
  background-size: 12px;
  height: 12px;
  margin-left: 8px;
  width: 12px;
}
@media (hover: hover) {
  .esds-footer__navigation-list a:hover {
    text-decoration: underline;
  }
}
.esds-footer__navigation-headline {
  font-size: 0.75rem;
  font-weight: 100;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 0;
  min-width: 100%;
  text-transform: uppercase;
}
@media (max-width: 61.99em) {
  .esds-footer__social-list {
    margin-left: 0;
    width: 100%;
  }
}
.esds-footer__social-list li:first-of-type {
  margin-left: -8px;
}
.esds-footer__social-list a {
  margin-right: 8px;
  padding: 0;
}
.esds-footer__social-list .fa {
  opacity: 1;
}
.esds-footer__fine-print-list {
  width: 100%;
}
.esds-footer__fine-print-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 12px 0 32px;
  padding: 0;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}
.esds-footer__fine-print-list ul::before {
  content: "";
  width: calc(100% - 16px);
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 24px;
}
.esds-footer__fine-print-list li,
.esds-footer__fine-print-list li a {
  font-size: 0.75rem;
}
.esds-footer__fine-print-list li {
  padding-right: 12px;
}
@media (max-width: 61.99em) {
  .esds-footer__fine-print-list li:first-of-type {
    margin-bottom: 16px;
    width: 100%;
  }
}
.esds-footer__fine-print-list li.esds-footer__fine-copyrights {
  padding-left: 8px;
}
.esds-footer__fine-print-list li.icon--external-wrapper {
  padding-right: 35px;
}
@media (max-width: 61.99em) {
  .esds-footer__fine-print-list li.icon--external-wrapper {
    padding-right: 12px;
  }
}
.esds-footer__fine-print-list a {
  padding: 8px;
  position: relative;
}
.esds-footer__fine-print-list a::after {
  position: absolute;
  padding-left: 12px;
  top: 10px;
}
@media (max-width: 35.99em) {
  .esds-footer__fine-print-list a::after {
    position: relative;
    top: 0;
  }
}
@media (hover: hover) {
  .esds-footer__fine-print-list a:hover {
    text-decoration: underline;
  }
}
.OptimizedPage .esds-footer.wrapper > div {
  margin-top: 0;
}
.OptimizedPage .esds-footer__fine-print-list ul::before {
  content: none;
}
.page-brand--pratt .esds-footer__navigation-list a {
  font-weight: 700;
}
