.overlay .overlay-close::after,
.overlay .overlay-close::before {
  background: #ce1126;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "";
  font-family: FontAwesome;
  padding-left: 8px;
}
.esds-alert--error .esds-alert__content > div {
  border-color: #ce1126;
}
.esds-alert--informational .esds-alert__content > div {
  border-color: #0c5460;
  color: #0c5460;
}
.esds-alert--informational .esds-alert__content > div::after {
  background: #0c5460;
}
.esds-alert--success .esds-alert__content > div {
  border-color: #5cb85c;
}
.esds-alert--success .esds-alert__content > div::after {
  background: #5cb85c;
}
.esds-alert--warning .esds-alert__content > div {
  border-color: #f2cd00;
}
.esds-alert--warning .esds-alert__content > div::after {
  background: #f2cd00;
}
.esds-chips__item {
  background: #fff;
  border: 1px solid #8e9090;
  color: #565757;
}
.esds-chips__item:hover {
  background: #e9e9e8;
}
.esds-chips--close::after,
.esds-chips--close::before {
  background-color: #565757;
}
.esds-chips--close:hover {
  background: #fff;
}
.esds-chips--light .esds-chips__item {
  background: #efefed;
  color: #000;
}
.esds-chips--light .esds-chips__item:hover {
  background: #d9d9d6;
}
.esds-chips--dark .esds-chips__item {
  background: #565757;
  color: #fff;
}
.esds-chips--dark .esds-chips__item::after,
.esds-chips--dark .esds-chips__item::before {
  background-color: #fff;
}
.esds-chips--dark .esds-chips__item:hover {
  background: #212121;
}
.esds-spinner {
  border: 2px solid #e9e9e8;
  border-top: 3px solid #ce1126;
}
.select2-container :focus {
  outline-color: #ce1126;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
}
.select2-close-mask {
  background-color: #fff;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #565757;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #ce1126 transparent transparent transparent;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border-right: 1px solid #aaa;
  color: #999;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #363737;
  color: #fff;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #363737;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border-left: 1px solid #aaa;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border-right: 1px solid #aaa;
}
.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 {
  background: 0 0;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #363737;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  color: #888;
  cursor: pointer;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #363737;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-results__option--disabled {
  color: gray;
}
.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #363737;
}
.esds-social-icons__list .fa {
  color: #8e9090;
}
@media (hover: hover) {
  .esds-social-icons__list .fa:hover {
    color: #ce1126;
  }
}
.tag-list li a::after {
  color: #000;
}
.esds-accordion__content > div {
  border-top: 1px solid #8e9090;
}
.esds-accordion__title:hover {
  color: #ce1126 !important;
}
.esds-accordion__title:hover span {
  color: #ce1126 !important;
}
.esds-accordion__title[aria-expanded="true"] {
  color: #ce1126 !important;
}
.esds-accordion__title[aria-expanded="true"] span {
  color: #ce1126 !important;
}
.esds-accordion__title-icon::after,
.esds-accordion__title-icon::before {
  background-color: #ce1126;
}
.esds-accordion.background--standard .esds-accordion__title {
  color: #000;
}
.esds-accordion.background--standard .esds-accordion__title span {
  color: #000;
}
.esds-accordion.background--gray .esds-accordion__content > div {
  background: #fff;
}
.esds-expander.background--standard .esds-accordion__panel,
.esds-expander.background--standard .esds-expander__intro {
  background-color: #efefed;
}
.esds-expander.background--standard .esds-expander__intro.is-branded {
  background-color: #ce1126;
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-expander__intro-content
  .esds-expander__subtitle,
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-expander__intro-content
  .esds-expander__subtitle
  *,
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-expander__intro-content
  .esds-expander__title,
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-expander__intro-content
  .esds-expander__title
  * {
  color: #fff;
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-expander__intro-content
  .esds-expander__text,
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-expander__intro-content
  .esds-expander__text
  * {
  color: #fff;
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item:not(:hover) {
  border-color: #fff;
}
.esds-expander.background--standard .esds-accordion__panel.is-branded {
  background-color: #efefed;
}
.esds-expander.background--standard
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  * {
  color: #000;
}
.esds-expander.background--standard
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  .text--highlight,
.esds-expander.background--standard
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  .text--highlight
  * {
  color: #ce1126;
}
@media (hover: hover) {
  .esds-expander.background--standard
    .esds-accordion__panel.is-branded
    .esds-expander__main-content
    a:hover {
    color: #ce1126;
  }
}
.esds-expander.background--standard
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  table
  thead
  tr {
  background-color: #ce1126;
}
.esds-expander.background--standard
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  table
  thead
  tr
  * {
  color: #fff;
}
.esds-expander.background--standard
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  table
  tbody
  * {
  color: #000;
}
.esds-expander.background--standard
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  table
  tbody
  tr:nth-child(odd) {
  background-color: #fff;
}
.esds-expander.background--standard
  .esds-accordion__panel:not(.is-branded)
  .esds-expander__main-content
  table
  tbody
  tr:nth-child(odd) {
  background-color: #fff;
}
.esds-expander.background--gray .esds-accordion__content > div {
  background: 0 0;
}
.esds-expander.background--gray .esds-expander__intro.is-branded {
  background-color: #ce1126;
}
.esds-expander.background--gray .esds-accordion__panel.is-branded {
  background-color: #fff;
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-expander__button
  .esds-cta__item {
  border-color: #fff;
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-expander__subtitle,
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-expander__subtitle
  *,
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-expander__title,
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-expander__title
  * {
  color: #fff;
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-expander__text,
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-expander__text
  * {
  color: #fff;
}
.esds-expander.background--gray
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  * {
  color: #000;
}
.esds-expander.background--gray
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  .text--highlight,
.esds-expander.background--gray
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  .text--highlight
  * {
  color: #ce1126;
}
@media (hover: hover) {
  .esds-expander.background--gray
    .esds-accordion__panel.is-branded
    .esds-expander__main-content
    a:hover {
    color: #ce1126;
  }
}
.esds-expander.background--gray
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  table
  thead
  tr {
  background-color: #ce1126;
}
.esds-expander.background--gray
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  table
  thead
  tr
  * {
  color: #fff;
}
.esds-expander.background--gray
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  table
  tbody
  * {
  color: #000;
}
.esds-expander.background--gray
  .esds-accordion__panel.is-branded
  .esds-expander__main-content
  table
  tbody
  tr:nth-child(odd) {
  background-color: #fff;
}
.esds-expander.background--gray .esds-accordion__panel:not(.is-branded),
.esds-expander.background--gray .esds-expander__intro:not(.is-branded) {
  background-color: #fff;
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-expander__subtitle,
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-expander__subtitle
  *,
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-expander__title,
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-expander__title
  * {
  color: #000;
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-expander__button
  .esds-cta__item:not(:hover) {
  border-color: #ce1126;
}
.esds-expander.background--gray
  .esds-accordion__panel:not(.is-branded)
  .esds-expander__main-content
  * {
  color: #000;
}
.esds-expander.background--gray
  .esds-accordion__panel:not(.is-branded)
  .esds-expander__main-content
  .text--highlight,
.esds-expander.background--gray
  .esds-accordion__panel:not(.is-branded)
  .esds-expander__main-content
  .text--highlight
  * {
  color: #ce1126;
}
@media (hover: hover) {
  .esds-expander.background--gray
    .esds-accordion__panel:not(.is-branded)
    .esds-expander__main-content
    a:hover {
    color: #ce1126;
  }
}
.esds-expander.background--gray
  .esds-accordion__panel:not(.is-branded)
  .esds-expander__main-content
  table
  thead
  tr
  * {
  color: #fff;
}
.esds-expander .esds-expander__intro .esds-expander__text,
.esds-expander .esds-expander__intro .esds-expander__text * {
  color: #000;
}
.esds-expander .esds-expander__intro .esds-expander__button .esds-cta__item {
  border-color: #ce1126;
}
body.on-page-editor
  .esds-expander.background--gray
  .esds-expander__intro
  .esds-expander__button
  .esds-cta__item
  span {
  color: inherit;
}
.page-brand--pratt .esds-accordion__title-icon::after,
.page-brand--pratt .esds-accordion__title-icon::before {
  background-color: #00a9e0;
}
.page-brand--pratt .esds-accordion__title[aria-expanded="true"] {
  color: #00a9e0;
}
.esds-announcement-bar {
  transition: all 0.3s ease;
  background: #ce1126;
}
.esds-announcement-bar__close::after,
.esds-announcement-bar__close::before {
  background: #fff;
}
.esds-announcement-bar__close:focus {
  outline-color: #fff;
}
.esds-announcement-bar a,
.esds-announcement-bar blockquote,
.esds-announcement-bar h1,
.esds-announcement-bar h2,
.esds-announcement-bar h3,
.esds-announcement-bar h4,
.esds-announcement-bar h5,
.esds-announcement-bar h6,
.esds-announcement-bar li,
.esds-announcement-bar p,
.esds-announcement-bar span {
  color: #fff;
}
.esds-announcement-bar a::after {
  border-color: transparent;
  color: #fff;
}
.esds-announcement-bar a:focus {
  outline-color: #fff;
}
.esds-announcement-box__wrapper {
  background: rgba(0, 0, 0, 0.75);
}
.esds-announcement-box__wrapper > div {
  background: #fff;
}
.esds-announcement-box__close::after,
.esds-announcement-box__close::before {
  background: #ce1126;
}
.esds-bio-header__name::after {
  background: #000;
}
.leadership-page .esds-bio-header__image a:focus {
  outline-color: #ce1126;
}
.leadership-page .esds-cards__image a.focus-visible {
  outline-color: #ce1126;
}
.leadership-page .esds-cards__image a:focus-visible {
  outline-color: #ce1126;
}
.esds-breadcrumbs__list li a {
  color: #000;
}
.esds-breadcrumbs__list li a:hover {
  color: #ce1126;
}
.esds-breadcrumbs__share .esds-social-icons__list {
  background: #fff;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.08);
}
.esds-breadcrumbs__share-open {
  color: #000;
}
.esds-breadcrumbs__share-open:hover {
  color: #ce1126;
}
.esds-breadcrumbs__share-close {
  background: #ce1126;
  border: 2px solid #ce1126;
}
.esds-breadcrumbs__share-close::after,
.esds-breadcrumbs__share-close::before {
  background-color: #fff;
}
.esds-breadcrumbs__share-close:hover {
  background: #fff;
}
.esds-breadcrumbs__share-close:hover::after,
.esds-breadcrumbs__share-close:hover::before {
  background-color: #ce1126;
}
.page-brand--pratt .esds-breadcrumbs__share-close {
  background: #1f2a44;
  border-color: #1f2a44;
}
.esds-breadcrumbs__list .breadcrumb-item,
.esds-breadcrumbs__separator {
  color: #000;
}
.esds-bu-bar {
  background-color: #565757;
  color: #e9e9e8;
}
.esds-bu-bar__toggle:checked + .esds-bu-bar__label > .esds-bu-bar__label-icon {
  fill: #ce1126;
}
.esds-bu-bar a,
.esds-bu-bar__label,
.esds-bu-bar__quote-link {
  color: #d9d9d6;
}
.esds-bu-bar a.active {
  color: #fff;
}
.esds-bu-bar a:hover {
  color: #fff;
}
.esds-bu-bar__label-icon {
  fill: #fff;
}
.esds-bu-bar__quote {
  color: inherit;
}
.esds-bu-bar__quote-link {
  color: inherit;
}
.esds-bu-bar__quote-link:hover {
  color: #fff;
}
.esds-bu-bar li {
  color: inherit;
}
@media (max-width: 1023px) {
  .esds-bu-bar.opened .esds-bu-bar__label,
  .esds-bu-bar.opened .esds-bu-bar__label .esds-bu-bar__label-icon,
  .esds-bu-bar.opened .esds-bu-bar__label:hover,
  .esds-bu-bar.opened .esds-bu-bar__label:hover .esds-bu-bar__label-icon {
    color: #ce1126;
    fill: #ce1126;
  }
}
.esds-cards__cta {
  color: #000;
}
.esds-cards__cta span::after {
  border-color: transparent;
  color: #ce1126;
}
.esds-cards time,
.esds-cards__source {
  color: #212121;
}
.esds-cards .equal-grid__item {
  border-bottom: 1px solid #8e9090;
}
.esds-cards .esds-cards--no-image.equal-grid__item {
  background: #e9e9e8;
}
.esds-cards--dark .esds-cards__title::after,
.esds-cards--featured-headline .esds-cards__title::after,
.esds-cards--gray-featured-headline .esds-cards__title::after {
  background: #000;
}
.esds-cards .esds-cards--no-image.equal-grid__item {
  border-style: none;
}
.esds-cards--dark .equal-grid__item,
.esds-cards--featured-headline .equal-grid__item,
.esds-cards--gray .equal-grid__item,
.esds-cards--gray-featured-headline .equal-grid__item {
  border-style: none;
}
.esds-cards--featured-headline .esds-cards__text {
  border-style: none;
}
.esds-cards--gray .equal-grid__item .esds-cards__text,
.esds-cards--gray-featured-headline .equal-grid__item .esds-cards__text {
  border-bottom-style: none;
}
.esds-cards--overlay .equal-grid__item {
  border-style: none;
}
.esds-cards--overlay .esds-cards__text {
  border-bottom-style: none;
}
.esds-cards--featured-headline .equal-grid__item {
  background: #fff;
}
.esds-cards--dark .equal-grid__item {
  background: #212121 !important;
}
.esds-cards--dark .esds-cards__description,
.esds-cards--dark .esds-cards__title,
.esds-cards--dark .esds-cards__title a,
.esds-cards--dark a {
  color: #fff;
}
.esds-cards--dark .esds-cards__title::after {
  background: #fff;
}
@media (hover: hover) {
  .esds-cards--dark .esds-cards__cta:hover,
  .esds-cards--dark a:hover {
    color: #ce1126;
  }
}
.esds-cards--dark .esds-cards__cta::after,
.esds-cards--dark a::after {
  color: #fff;
}
.esds-cards--gray .equal-grid__item {
  background: #efefed;
}
.esds-cards--gray-featured-headline .equal-grid__item {
  background: #212121;
}
.esds-cards--related-products .tag-list a,
.esds-cards--related-products .tag-list li,
.esds-cards.esds-products-list .tag-list a,
.esds-cards.esds-products-list .tag-list li {
  color: #565757;
}
.esds-cards--related-products .esds-cards__source-list li:first-child,
.esds-cards--related-products .esds-cards__source-list li:first-child a,
.esds-cards.esds-products-list .esds-cards__source-list li:first-child,
.esds-cards.esds-products-list .esds-cards__source-list li:first-child a {
  color: #212121;
}
.esds-cards--related-products .esds-cards__source-list li:first-child a::after,
.esds-cards--related-products .esds-cards__source-list li:first-child::after,
.esds-cards.esds-products-list .esds-cards__source-list li:first-child a::after,
.esds-cards.esds-products-list .esds-cards__source-list li:first-child::after {
  color: #212121;
}
.esds-cards--related-products .esds-cards__source-list li:not(:first-child),
.esds-cards--related-products .esds-cards__source-list > li:not(:first-child) a,
.esds-cards.esds-products-list .esds-cards__source-list li:not(:first-child),
.esds-cards.esds-products-list
  .esds-cards__source-list
  > li:not(:first-child)
  a {
  color: #565757;
}
.esds-cards--related-products
  .esds-cards__source-list
  li:not(:first-child)::after,
.esds-cards--related-products
  .esds-cards__source-list
  > li:not(:first-child)
  a::after,
.esds-cards.esds-products-list
  .esds-cards__source-list
  li:not(:first-child)::after,
.esds-cards.esds-products-list
  .esds-cards__source-list
  > li:not(:first-child)
  a::after {
  color: #565757;
}
@media (hover: hover) {
  .esds-cards--overlay .esds-cards__text:hover .esds-cards__cta span::after {
    border-color: transparent;
    color: #ce1126;
  }
}
.esds-cards--overlay .esds-cards__text a {
  transition: all 0.3s ease;
  align-items: flex-end;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.5) 22%,
    rgba(0, 0, 0, 0) 56%
  );
  bottom: 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  margin: 0;
  position: absolute;
  width: 100%;
  overflow: hidden;
  transition: all 0.25s ease;
  color: #fff;
  padding: 24px;
  z-index: 10;
}
.esds-cards--overlay .esds-cards__text a::after {
  transition: top 0.4s ease;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}
@media (hover: hover) {
  .esds-cards--overlay .esds-cards__text a:hover {
    background: 0 0;
  }
  .esds-cards--overlay .esds-cards__text a:hover::after {
    top: 0;
  }
}
@media (hover: hover) {
  .esds-cards--overlay .esds-cards__text a:focus,
  .esds-cards--overlay .esds-cards__text a:hover {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
  }
}
@media (hover: hover) and (max-width: 35.99em) {
  .esds-cards--overlay .esds-cards__text a:focus,
  .esds-cards--overlay .esds-cards__text a:hover {
    font-size: 1.25rem;
  }
}
@media (hover: hover) and (min-width: 36em) and (max-width: 61.99em) {
  .esds-cards--overlay .esds-cards__text a:focus,
  .esds-cards--overlay .esds-cards__text a:hover {
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (min-width: 62em) and (max-width: 87.49em) {
  .esds-cards--overlay .esds-cards__text a:focus,
  .esds-cards--overlay .esds-cards__text a:hover {
    font-size: 2vw;
  }
}
.esds-cards--overlay .esds-cards__cta {
  color: #fff;
}
.esds-cards--overlay .esds-cards__cta span::after {
  border-color: transparent;
  color: #ce1126;
}
.page-brand--pratt .esds-cards--overlay .esds-cards__cta span::after {
  border-left-color: #fff;
}
@media (hover: hover) {
  .page-brand--pratt
    .esds-cards--overlay
    .esds-cards__text:hover
    .esds-cards__cta
    span {
    color: #1f2a44;
  }
  .page-brand--pratt
    .esds-cards--overlay
    .esds-cards__text:hover
    .esds-cards__cta
    span::after {
    border-left-color: #00a9e0;
  }
}
.esds-cards--link-list .esds-cards__content a::after {
  content: " ";
  font-family: fontawesome;
  height: 0;
  padding-left: 4px;
  padding-top: 2px;
  position: relative;
  width: 0;
  border-color: transparent;
  color: #ce1126;
}
.esds-cards--news-grid .esds-cards__source-list a {
  color: #212121;
}
@media (hover: hover) {
  .esds-cards--news-grid .esds-cards__source-list a:hover {
    color: #ce1126;
  }
}
.esds-cards--news-grid .esds-cards__source-list a::after {
  color: #212121;
}
.esds-carousel__text-large::after {
  background: #000;
}
.esds-carousel__cta a::after {
  border-color: transparent;
  color: #ce1126;
}
@media (min-width: 62em) {
  .esds-carousel--background-light .esds-carousel__text {
    background: #efefed;
  }
}
@media (max-width: 61.99em) {
  .esds-carousel--background-light .slick-list {
    background: #efefed;
  }
}
.esds-carousel--background-dark .esds-carousel__text {
  color: #fff;
}
.esds-carousel--background-dark .esds-carousel__text a,
.esds-carousel--background-dark .esds-carousel__text blockquote,
.esds-carousel--background-dark .esds-carousel__text li,
.esds-carousel--background-dark .esds-carousel__text p,
.esds-carousel--background-dark .esds-carousel__text span {
  color: #fff;
}
@media (min-width: 62em) {
  .esds-carousel--background-dark .esds-carousel__text {
    background: #000;
  }
}
.esds-carousel--background-dark .esds-carousel__text-large::after {
  background: #ce1126;
}
@media (max-width: 61.99em) {
  .esds-carousel--background-dark .slick-list {
    background: #000;
  }
}
@media (min-width: 62em) {
  .esds-carousel--background-white .esds-carousel__text {
    background: #fff;
  }
}
@media (max-width: 61.99em) {
  .esds-carousel--background-white .slick-list {
    background: #fff;
  }
}
.esds-carousel--image-aside-small.esds-carousel--background-white .slick-list {
  background: #fff;
}
.esds-carousel--image-aside-small.esds-carousel--background-light .slick-list {
  background: #efefed;
}
.esds-carousel--image-aside-small.esds-carousel--background-dark .slick-list {
  background: #000;
}
.esds-carousel--image-background.esds-carousel--background-white
  .esds-carousel__text {
  background: rgba(255, 255, 255, 0.85);
}
.esds-carousel--image-background.esds-carousel--background-light
  .esds-carousel__text {
  background: rgba(239, 239, 237, 0.85);
}
.esds-carousel--image-background.esds-carousel--background-dark
  .esds-carousel__text {
  background: rgba(0, 0, 0, 0.9);
}
.esds-carousel--text-only.esds-carousel--background-white .slick-list {
  background: #fff;
}
.esds-carousel--text-only.esds-carousel--background-light .slick-list {
  background: #efefed;
}
.esds-carousel--text-only.esds-carousel--background-dark .slick-list {
  background: #000;
}
.slick-next,
.slick-prev {
  background: 0 0;
  color: transparent;
}
.slick-next:hover,
.slick-prev:hover {
  background: 0 0;
  color: transparent;
}
.slick-next:before,
.slick-prev:before {
  color: #ce1126;
}
.slick-dots li button {
  background: 0 0;
  color: transparent;
}
.slick-dots li button:before {
  color: #000;
}
.slick-slider {
  -webkit-tap-highlight-color: transparent;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
}
@media (min-width: 62em) {
  .esds-contacts.equal-grid--1-items
    .esds-contacts__wrapper
    .esds-contacts__col {
    border-left: 1px solid #6c6c6c;
  }
}
.esds-contacts .equal-grid__item {
  background-color: #efefed;
}
.esds-contacts.background--gray .equal-grid__item {
  background-color: #fff;
}
.esds-contacts.background--gray .equal-grid__item {
  background-color: #fff;
}
.esds-content-card__cta::after {
  content: " ";
  font-family: fontawesome;
  height: 0;
  padding-left: 4px;
  padding-top: 2px;
  position: relative;
  width: 0;
  border-color: transparent;
  color: #ce1126;
}
@media (hover: hover) {
  .esds-content-card__cta:hover::after {
    color: #ce1126;
  }
}
@media (min-width: 46.25em) {
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item {
    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;
    flex-direction: row;
    justify-content: center;
    background: #ce1126;
    border: 2px solid #ce1126;
    border-radius: 32px;
    color: #fff;
    font-size: 1.125rem;
    height: 100%;
    padding: 16px 32px;
    text-align: center;
    width: 100%;
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item
    a {
    display: flex;
    height: 100%;
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item[aria-disabled="true"] {
    cursor: auto;
    opacity: 0.5;
    pointer-events: none;
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item[aria-disabled="true"]
    span {
    cursor: auto;
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item
    a {
    margin: 0;
    width: auto;
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item
    .esds-cta__item::after {
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-size: 16px;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    background-image: url("Navigate Next--red.svg");
    margin-left: 12px;
    padding-left: 16px;
    padding-right: 0;
    display: inline;
    position: relative;
    right: 5px;
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item
    a::before {
    content: none;
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item
    .icon--download::after {
    background-image: url(Download--red.svg);
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item
    .icon--contact::after {
    background-image: url(Email--red.svg);
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item
    .icon--link::after {
    background-image: url("Navigate Next--red.svg");
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item
    .icon--anchor::after {
    background-image: url("Navigate anchor--red.svg");
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item
    .icon--phone::after {
    background-image: url(Phone.svg);
  }
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item
    .icon--address::after {
    background-image: url(address.svg);
  }
}
@media (min-width: 46.25em) and (hover: hover) {
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item:hover {
    background: 0 0;
    color: #ce1126;
    border-color: #ce1126;
  }
}
@media (min-width: 46.25em) {
  .esds-content-card--image-background
    .esds-content-card__text
    .esds-content-card__cta
    .esds-cta__item::after {
    content: none;
  }
}
@media (min-width: 46.25em) {
  .esds-content-card--image-background.text-background
    .esds-content-card__text {
    background: rgba(255, 255, 255, 0.85);
  }
}
.page-brand--pratt .esds-content-card__title {
  color: #1f2a44;
}
.page-brand--pratt .esds-content-card__cta {
  color: #1f2a44;
}
.page-brand--pratt .esds-content-card__cta::after {
  border-left-color: #1f2a44;
}
.esds-footer {
  background-color: #363737;
  border-top: 4px solid #ce1126;
}
.esds-footer__navigation-list li,
.esds-footer__navigation-list li a {
  color: #fff;
}
@media (hover: hover) {
  .esds-footer__navigation-list .fa:hover {
    color: #ce1126;
  }
}
.esds-footer__navigation-headline {
  color: #fff;
}
.esds-footer__social-list .fa {
  color: #fff;
}
.esds-footer__fine-print-list ul::before {
  content: "";
  border-top: 1px solid #8e9090;
}
.esds-footer__fine-print-list li,
.esds-footer__fine-print-list li a {
  color: #fff;
}
.page-brand--pratt .esds-footer {
  background: #1f2a44;
  border-color: #00a9e0;
}
.esds-form fieldset {
  border-top: 4px solid #ce1126;
}
.esds-form input[type="checkbox"] {
  border: 1px solid #8e9090;
  color: #ce1126;
}
.esds-form input[type="checkbox"]::before {
  background: #ce1126;
}
.esds-form input[type="checkbox"]:disabled {
  background: #d9d9d6;
  border: 1px solid #d9d9d6;
  color: #363737;
}
header .active > a {
  color: #ce1126;
}
.esds-mega-nav a {
  color: #000;
}
.esds-mega-nav button.arrow,
.esds-mega-nav button.arrow--back {
  border-left: 1px solid #d9d9d6;
}
.esds-mega-nav button.arrow--back::after,
.esds-mega-nav button.arrow::after {
  border-color: transparent;
  border-left-color: #ce1126;
}
.esds-mega-nav button.arrow--back:hover,
.esds-mega-nav button.arrow:hover {
  background: #e9e9e8;
}
.esds-mega-nav button.arrow--back {
  border-right: 1px solid #d9d9d6;
}
@media (min-width: 62em) {
  .esds-mega-nav__content::after {
    background: #fff;
    box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__breadcrumb {
    border-bottom: 4px solid #ce1126;
  }
  .esds-mega-nav__breadcrumb li:last-of-type a {
    color: #ce1126;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__link-bar {
    background: #fff;
  }
}
@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-color: transparent;
    border-left-color: #ce1126;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"]
    > a::after {
    border-color: transparent;
    border-left-color: #ce1126;
  }
  .esds-mega-nav__main
    .esds-mega-nav__dropdown-level1
    > li[aria-haspopup="true"][aria-expanded="true"]
    > a {
    color: #ce1126;
  }
}
.esds-mega-nav__top-links .fa {
  color: #565757;
}
.esds-mega-nav__top-links a {
  color: #212121;
}
.esds-mega-nav__top-links a.icon--external-link::after {
  color: inherit;
}
.esds-mega-nav__top-links-mobile a.icon--external-link::after {
  color: inherit;
}
.esds-mega-nav .esds-mega-nav__login-link::before {
  background-image: url(login.svg);
}
.esds-mega-nav .language-selector-select-link::before {
  background-image: url(language.svg);
}
@media (min-width: 62em) {
  .esds-mega-nav
    .esds-mega-nav__lang-switcher
    .language-selector
    .language-selector-item-container,
  .esds-mega-nav
    .esds-mega-nav__top-links
    .esds-mega-nav__top-links-dropdown-item {
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.18);
    background-color: #fff;
  }
}
.esds-mega-nav .esds-mega-nav__top-links-mobile > ul {
  border-top-color: #ccc;
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-item {
    box-shadow: -6px 9px 16px -4px rgba(0, 0, 0, 0.18);
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-item ul {
    box-shadow: -5px 8px 25px -5px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-title {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 3px 3px 10px;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level2,
  .esds-mega-nav__dropdown-level3,
  .esds-mega-nav__dropdown-sublevel {
    background: #fff;
    box-shadow: -10px 0 10px 0 rgba(0, 0, 0, 0);
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__dropdown-level2 > li[aria-expanded="true"] > button {
    background: #e9e9e8;
  }
  .esds-mega-nav__dropdown-level2 > li[aria-expanded="true"] > a {
    color: #ce1126;
  }
}
.esds-mega-nav__dropdown-level2
  > li[aria-expanded="true"]
  .esds-mega-nav__dropdown-sublevel
  > li:first-child
  a {
  color: #ce1126;
}
.esds-mega-nav__dropdown-level2
  > li[aria-expanded="true"]
  .esds-mega-nav__dropdown-sublevel
  > li:first-child
  button.close {
  border-right: 1px solid #d9d9d6;
}
.esds-mega-nav__dropdown-level2
  > li[aria-expanded="true"]
  li[aria-expanded="true"]
  > .esds-mega-nav__dropdown-sublevel {
  background-color: #fff;
}
.esds-mega-nav__dropdown-level1
  > li[aria-expanded="true"]
  .esds-mega-nav__dropdown-item {
  background: #fff;
}
.esds-mega-nav__skip-link {
  background: #fff;
  color: #000;
}
.esds-mega-nav__skip-link:focus {
  box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.6);
}
.esds-mega-nav__skip-link:hover {
  color: #000;
}
.esds-mega-nav__skip-link::after {
  border-color: transparent;
  border-top-color: #000;
}
.esds-mega-nav__hamburger > i {
  background: #ce1126;
}
.esds-mega-nav__search-bar-form-input {
  background: 0 0;
  border-bottom: 1px solid #8e9090;
}
.esds-mega-nav__search-bar-form-submit:hover::before {
  color: #ce1126;
}
.esds-mega-nav__search-bar-form-submit::before {
  color: #63666a;
}
.esds-mega-nav__search-bar-form-reset {
  background: 0 0;
}
.esds-mega-nav__search-bar-form-reset::after,
.esds-mega-nav__search-bar-form-reset::before {
  background: #ce1126;
}
.esds-mega-nav.esds-mega-nav-optimized-header .esds-mega-nav__content {
  box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.2);
}
.esds-mega-nav__content {
  background: rgba(255, 255, 255, 0.98);
}
.esds-mega-nav__secondary > ul > li[aria-haspopup="true"] > a::after,
.esds-mega-nav__top-links > ul > li[aria-haspopup="true"] > a::after {
  background-image: url("Navigate anchor.svg");
  transition: background 0.3s ease;
}
.esds-mega-nav__secondary > ul > li[aria-haspopup="true"].active > a::after,
.esds-mega-nav__secondary > ul > li[aria-haspopup="true"] > a:hover::after,
.esds-mega-nav__secondary
  > ul
  > li[aria-haspopup="true"][aria-expanded="true"]
  > a::after,
.esds-mega-nav__top-links > ul > li[aria-haspopup="true"].active > a::after,
.esds-mega-nav__top-links > ul > li[aria-haspopup="true"] > a:hover::after,
.esds-mega-nav__top-links
  > ul
  > li[aria-haspopup="true"][aria-expanded="true"]
  > a::after {
  background-image: url("Navigate anchor--red.svg");
}
.esds-mega-nav__secondary
  > ul
  > li[aria-haspopup="true"][aria-expanded="true"]
  > a,
.esds-mega-nav__top-links
  > ul
  > li[aria-haspopup="true"][aria-expanded="true"]
  > a {
  color: #ce1126;
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary li.active > a.link-highlight,
  .esds-mega-nav__top-links li.active > a.link-highlight {
    background: 0 0;
    color: #ce1126;
    border-color: #ce1126;
  }
}
.esds-mega-nav__secondary .esds-mega-nav__secondary-dropdown-item,
.esds-mega-nav__top-links .esds-mega-nav__secondary-dropdown-item {
  background-color: #fff;
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary .esds-mega-nav__secondary-dropdown-item,
  .esds-mega-nav__top-links .esds-mega-nav__secondary-dropdown-item {
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.18);
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary .link-highlight,
  .esds-mega-nav__top-links .link-highlight {
    transition: none 0.3s ease;
    transition-property: background-color, border;
    background: #ce1126;
    border: 2px solid #ce1126;
    border-radius: 32px;
    color: #fff;
  }
}
@media (min-width: 62em) and (hover: hover) {
  .esds-mega-nav__secondary .link-highlight:hover,
  .esds-mega-nav__top-links .link-highlight:hover {
    background: 0 0;
    color: #ce1126;
    border-color: #ce1126;
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary
    > ul
    > li[aria-haspopup="true"]
    > a.link-highlight::after,
  .esds-mega-nav__top-links
    > ul
    > li[aria-haspopup="true"]
    > a.link-highlight::after {
    background-image: url("Navigate anchor--white.svg");
  }
}
@media (min-width: 62em) and (hover: hover) {
  .esds-mega-nav__secondary
    > ul
    > li[aria-haspopup="true"]
    > a.link-highlight:hover::after,
  .esds-mega-nav__top-links
    > ul
    > li[aria-haspopup="true"]
    > a.link-highlight:hover::after {
    background-image: url("Navigate anchor--red.svg");
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary
    > ul
    > li[aria-haspopup="true"].active
    > a.link-highlight::after,
  .esds-mega-nav__secondary
    > ul
    > li[aria-haspopup="true"][aria-expanded="true"]
    > a.link-highlight::after,
  .esds-mega-nav__top-links
    > ul
    > li[aria-haspopup="true"].active
    > a.link-highlight::after,
  .esds-mega-nav__top-links
    > ul
    > li[aria-haspopup="true"][aria-expanded="true"]
    > a.link-highlight::after {
    background-image: url("Navigate anchor--red.svg");
  }
}
@media (min-width: 62em) {
  .esds-mega-nav__secondary
    > ul
    > li[aria-haspopup="true"][aria-expanded="true"]
    > a.link-highlight,
  .esds-mega-nav__top-links
    > ul
    > li[aria-haspopup="true"][aria-expanded="true"]
    > a.link-highlight {
    background: 0 0;
    color: #ce1126;
    border-color: #ce1126;
  }
}
.esds-mega-nav__top-links-mobile
  .language-selector[aria-haspopup="true"]
  .language-selector-select-link::after {
  background-image: url("Navigate anchor.svg");
  transition: background 0.3s ease;
}
.esds-mega-nav__top-links-mobile
  .language-selector[aria-haspopup="true"]
  .language-selector-select-link:hover::after,
.esds-mega-nav__top-links-mobile
  .language-selector[aria-haspopup="true"][aria-expanded="true"]
  .language-selector-select-link::after {
  background-image: url("Navigate anchor--red.svg");
}
.esds-mega-nav__top-links-mobile li[aria-haspopup="true"] > a::after {
  background-image: url("Navigate anchor.svg");
  transition: background 0.3s ease;
}
.esds-mega-nav__top-links-mobile li[aria-haspopup="true"] > a:hover::after,
.esds-mega-nav__top-links-mobile
  li[aria-haspopup="true"][aria-expanded="true"]
  > a::after {
  background-image: url("Navigate anchor--red.svg");
}
@media (min-width: 62em) {
  [data-navigation-is-compact="true"] .esds-mega-nav__content {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  }
}
body::after {
  transition: background 0.2s ease;
  background: #fff;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
}
@media (max-width: 61.99em) {
  [data-mobile-navigation-open="true"] .esds-mega-nav__hamburger {
    background: #fff;
  }
}
@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 {
    background: rgba(255, 255, 255, 0);
  }
}
body[data-mobile-navigation-level="1"] footer,
body[data-mobile-navigation-level="2"] footer,
body[data-mobile-navigation-level="3"] footer {
  border: 4px solid rgba(255, 255, 255, 0.7);
}
@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 {
    background: rgba(255, 255, 255, 0.5);
  }
}
@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 {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 62em) {
  body[data-mobile-navigation-level="3"]
    .esds-mega-nav__dropdown-level2
    > li
    > a:hover {
    color: #000;
  }
}
@media (max-width: 61.99em) {
  .esds-mega-nav__logo {
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px 0;
  }
}
.page-brand--pratt .highlight {
  background: #f2cd00;
  color: #1f2a44;
}
.page-brand--pratt .esds-mega-nav__skip-link {
  background: #1f2a44;
}
.page-brand--pratt .esds-bu-bar {
  background-color: #1f2a44;
}
.page-brand--pratt .esds-mega-nav__hamburger > i {
  background: #1f2a44;
}
.page-brand--pratt .esds-mega-nav__dropdown-level1 > li > a {
  color: #1f2a44;
}
.page-brand--pratt
  .esds-mega-nav__main
  .esds-mega-nav__dropdown-level1
  > li[aria-haspopup="true"]
  > a::after {
  border-left-color: #1f2a44;
}
@media (max-width: 46.24em) {
  .esds-hero.esds-hero--home > div {
    background: #efefed;
  }
}
@media (min-width: 46.25em) and (hover: hover) {
  .esds-hero__text a:hover {
    color: #ce1126 !important;
  }
}
@media (min-width: 46.25em) {
  .esds-hero__text a:visited {
    color: #000;
  }
}
.esds-hero__subtitle::after {
  border-color: transparent;
  color: #ce1126;
}
@media (min-width: 46.25em) {
  .esds-hero__subtitle::after {
    border-color: transparent;
    color: #fff;
  }
}
@media (min-width: 46.25em) {
  .esds-hero.textLocation-top.textLocation-left .esds-hero__text-wrapper {
    background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0) 75%
    );
  }
}
@media (min-width: 46.25em) {
  .esds-hero.textLocation-top.textLocation-right .esds-hero__text-wrapper {
    background: linear-gradient(
      to bottom left,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0) 75%
    );
  }
}
@media (min-width: 46.25em) {
  .esds-hero.textLocation-bottom.textLocation-left .esds-hero__text-wrapper {
    background: linear-gradient(
      to top right,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0) 75%
    );
  }
}
@media (min-width: 46.25em) {
  .esds-hero.textLocation-bottom.textLocation-right .esds-hero__text-wrapper {
    background: linear-gradient(
      to top left,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0) 75%
    );
  }
}
@media (min-width: 46.25em) {
  .esds-hero a:visited,
  .esds-hero__text,
  .esds-hero__text a {
    color: #fff;
  }
}
@media (hover: hover) and (min-width: 46.25em) {
  .esds-hero__text a:hover .esds-hero__subtitle::after {
    color: #ce1126;
  }
}
@media (min-width: 46.25em) {
  .esds-hero.textStyle-dark .esds-hero__subtitle::after,
  .esds-hero.textStyle-dark-nogradient .esds-hero__subtitle::after {
    color: #ce1126;
  }
}
@media (hover: hover) {
  .esds-hero.textStyle-dark .esds-hero__text a:hover .esds-hero__subtitle,
  .esds-hero.textStyle-dark .esds-hero__text a:hover .esds-hero__title,
  .esds-hero.textStyle-dark-nogradient
    .esds-hero__text
    a:hover
    .esds-hero__subtitle,
  .esds-hero.textStyle-dark-nogradient
    .esds-hero__text
    a:hover
    .esds-hero__title {
    color: #ce1126;
  }
  .esds-hero.textStyle-dark
    .esds-hero__text
    a:hover
    .esds-hero__subtitle::after,
  .esds-hero.textStyle-dark-nogradient
    .esds-hero__text
    a:hover
    .esds-hero__subtitle::after {
    border-left-color: #ce1126;
  }
}
.esds-hero.textStyle-dark .esds-hero__text,
.esds-hero.textStyle-dark .esds-hero__text a,
.esds-hero.textStyle-dark a:visited,
.esds-hero.textStyle-dark-nogradient .esds-hero__text,
.esds-hero.textStyle-dark-nogradient .esds-hero__text a,
.esds-hero.textStyle-dark-nogradient a:visited {
  color: #000;
}
.esds-hero.textStyle-dark.textLocation-top.textLocation-left
  .esds-hero__text-wrapper {
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0) 75%
  );
}
.esds-hero.textStyle-dark.textLocation-top.textLocation-right
  .esds-hero__text-wrapper {
  background: linear-gradient(
    to bottom left,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0) 75%
  );
}
.esds-hero.textStyle-dark.textLocation-bottom.textLocation-left
  .esds-hero__text-wrapper {
  background: linear-gradient(
    to top right,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0) 75%
  );
}
.esds-hero.textStyle-dark.textLocation-bottom.textLocation-right
  .esds-hero__text-wrapper {
  background: linear-gradient(
    to top left,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0) 75%
  );
}
.esds-hero.textStyle-dark-nogradient .esds-hero__text-wrapper,
.esds-hero.textStyle-light-nogradient .esds-hero__text-wrapper {
  background: 0 0 !important;
}
@media (min-width: 46.25em) {
  .esds-hero--caption .esds-hero__caption {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .esds-hero--caption .esds-hero__caption a {
    color: #fff;
  }
  .esds-hero--caption .esds-hero__caption a:hover {
    color: #ce1126;
  }
  .esds-hero--caption .esds-hero__caption .text--highlight a,
  .esds-hero--caption .esds-hero__caption a.text--highlight {
    color: #ce1126;
  }
}
.esds-hero--caption .esds-hero__caption-btn--open {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
@media (hover: hover) {
  .esds-hero--caption .esds-hero__caption-btn--open:hover {
    color: #ce1126;
  }
}
.esds-hero--caption .esds-hero__caption-btn--open::before {
  color: #ce1126;
}
.esds-hero--caption .esds-hero__caption-btn--close {
  background: #000;
}
.esds-hero--caption .esds-hero__caption-btn--close::after,
.esds-hero--caption .esds-hero__caption-btn--close::before {
  background: #fff;
}
.esds-infographic--key-stats .esds-infographic__image {
  border-right: 1px solid #8e9090;
}
.esds-infographic--key-stats .esds-infographic__stat {
  color: #ce1126;
}
.page-brand--pratt .esds-infographic--key-stats .esds-infographic__stat {
  color: #1f2a44;
}
.esds-link-list--table .esds-link-list__content ul {
  border-bottom: 1px solid #8e9090;
}
.esds-link-list--table .esds-link-list__content li {
  border-top: 1px solid #8e9090;
}
.esds-nav-bar--dark > div {
  background: #212121;
}
.esds-nav-bar--dark a {
  color: #fff;
}
.esds-nav-bar--dark li::after {
  border-right: 1px solid #8e9090;
}
.esds-nav-bar--dark.background--gray > div {
  background-color: #212121;
}
@media (hover: hover) {
  .esds-nav-bar--dark.background--gray > div a:hover {
    color: #ce1126;
  }
}
.esds-nav-bar--dark.background--gray > div a > span {
  color: inherit;
}
.esds-nav-bar--light > div {
  background: #fff;
}
@media (min-width: 46.25em) {
  .esds-nav-bar--light > div {
    border-bottom: 1px solid #8e9090;
    border-top: 1px solid #8e9090;
  }
}
.esds-nav-bar--light li {
  transition: all 0.3s ease;
  color: #000;
}
@media (min-width: 46.25em) {
  .esds-nav-bar--light li {
    border-right: 1px solid #8e9090;
  }
}
@media (max-width: 46.24em) {
  .esds-nav-bar--light li {
    border-bottom: 1px solid #d9d9d6;
  }
}
@media (max-width: 46.24em) {
  .esds-nav-bar--light li:first-of-type {
    border-top: 1px solid #d9d9d6;
  }
}
@media (min-width: 87.5em) {
  .esds-nav-bar--light li:first-of-type {
    border-left: 1px solid #8e9090;
  }
}
@media (min-width: 46.25em) {
  .esds-nav-bar--light li a {
    border-bottom: 4px solid #fff;
  }
}
@media (hover: hover) {
  .esds-nav-bar--light li:hover {
    background: #efefed;
  }
}
@media (hover: hover) and (min-width: 46.25em) {
  .esds-nav-bar--light li:hover a {
    border-bottom: 4px solid #ce1126;
  }
}
.esds-nav-bar--light .active {
  background: #efefed;
}
@media (min-width: 46.25em) {
  .esds-nav-bar--light .active {
    background: #fff;
  }
}
@media (min-width: 46.25em) {
  .esds-nav-bar--light .active a {
    border-bottom: 4px solid #ce1126;
  }
}
@media (hover: hover) {
  .esds-nav-bar--light .active:hover {
    background: #efefed;
  }
}
@media (hover: hover) {
  .esds-nav-bar--light a:hover {
    background: #efefed;
  }
}
.esds-nav-bar--external a:hover {
  color: #ce1126;
}
.esds-article-footer__share-title {
  border-top: 1px solid #8e9090;
}
.esds-article-header__details > div {
  border-bottom: 1px solid #8e9090;
}
.esds-news__filter-clear {
  color: #565757;
}
.esds-news__filter-clear::after,
.esds-news__filter-clear::before {
  background-color: #565757;
}
.esds-news__filter-clear:hover {
  color: #ce1126;
}
.esds-news__filter-clear:hover::after,
.esds-news__filter-clear:hover::before {
  background-color: #ce1126;
}
.esds-news__filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-top-color: #000;
}
.esds-news__filtered-list li {
  color: #565757;
}
.esds-news__filter.esds-product .search-box input {
  border: 1px solid #aaa;
}
.esds-news__filter.esds-product .search-box input.focus-visible,
.esds-news__filter.esds-product .search-box input:focus {
  border-color: #ce1126;
}
.esds-news__filter.esds-product .search-box input:focus,
.esds-news__filter.esds-product .search-box input:focus-visible {
  border-color: #ce1126;
}
.esds-news__filter.esds-product .close::after,
.esds-news__filter.esds-product .close::before {
  background: #ce1126;
}
.esds-news__filter.esds-product .search-box-button::before {
  color: #212121;
}
.esds-news__filter.esds-product .tt-menu {
  border: 1px solid #ce1126;
  background: #fff;
}
.esds-news__filter.esds-product .tt-menu .sugesstion-item:hover {
  background-color: #ce1126;
  color: #fff;
}
.esds-news__filter.esds-product .tt-menu .sugesstion-item:hover a {
  color: #fff;
}
.esds-news__filter.esds-product .tt-menu .sugesstion-item.tt-cursor {
  background-color: #ce1126;
  color: #fff;
}
.esds-news__filter.esds-product .tt-menu .sugesstion-item.tt-cursor a {
  color: #fff;
}
.on-page-editor .esds-news__filter.esds-product input:disabled {
  background-color: #eee;
  border-color: rgba(170, 170, 170, 0.5);
  color: #565757;
}
.esds-news__top-stories figure {
  background: #d9d9d6;
}
.esds-content-outro .outro {
  border-top: 1px solid #8e9090;
}
@media (max-width: 61.99em) {
  .esds-search-results__filters {
    background: #fff;
  }
}
.esds-search-results__filters .nav-pills .mb-hierarchy-toggle::after {
  border-color: transparent;
  color: #ce1126;
  content: " ";
  font-family: fontawesome;
  height: 0;
  padding-left: 4px;
  padding-top: 2px;
  position: relative;
  width: 0;
}
.esds-search-results__filters .nav-pills .mb-more-available-is-open::after {
  border-color: transparent;
  color: #ce1126;
  content: " ";
  font-family: fontawesome;
  height: 0;
  padding-left: 4px;
  padding-top: 2px;
  position: relative;
  width: 0;
}
@media (max-width: 61.99em) {
  .esds-search-results__filters-close {
    background: #fff;
  }
}
.esds-search-results__filters-close > i {
  background: #ce1126;
}
.esds-search-results__filters
  .mb-role[aria-multiselectable="true"]
  [role="tab"] {
  border-bottom: 1px solid #d9d9d6;
}
.esds-search-results__filters
  .mb-role[aria-multiselectable="true"]
  [role="tab"]:after {
  border-color: transparent;
  color: #ce1126;
  content: " ";
  font-family: fontawesome;
  height: 0;
  padding-left: 4px;
  padding-top: 2px;
  position: relative;
  width: 0;
}
.esds-search-results__filters
  .mb-role[aria-multiselectable="true"]
  [aria-expanded="true"][role="tab"]:after {
  border-color: transparent;
  color: #ce1126;
  content: " ";
  font-family: fontawesome;
  height: 0;
  padding-left: 4px;
  padding-top: 2px;
  position: relative;
  width: 0;
}
@media (min-width: 62em) {
  .esds-search-results__main {
    border-left: 1px solid #d9d9d6;
  }
}
.esds-search-results__main-content {
  color: #212121;
}
.esds-search-results__main-metadata {
  color: #363737;
}
.esds-search-results__main select {
  outline: 1px solid #8e9090;
}
.esds-search-results__main select:focus {
  outline: 1px solid #8e9090;
}
@media (max-width: 61.99em) {
  .esds-search-results__page-count {
    border-bottom: 1px solid #d9d9d6;
  }
}
.esds-search__input-wrapper button.esds-search__reset {
  background: 0 0;
}
.esds-search__input-wrapper button.esds-search__reset::after,
.esds-search__input-wrapper button.esds-search__reset::before {
  background: #565757;
}
.esds-search em {
  background-color: transparent;
}
.esds-pagination li a,
.esds-search-results__main .pagination li a {
  border-bottom: 4px solid #fff;
}
.esds-pagination li:first-of-type a::before,
.esds-search-results__main .pagination li:first-of-type a::before {
  border-color: transparent;
  color: #ce1126;
}
.esds-pagination li:last-of-type a::before,
.esds-search-results__main .pagination li:last-of-type a::before {
  border-color: transparent;
  color: #ce1126;
}
.esds-pagination li.active a,
.esds-search-results__main .pagination li.active a {
  background: #ce1126;
  color: #fff;
}
body:not(.user-is-tabbing) .esds-search-results__main select:focus {
  outline: 1px solid #8e9090;
}
@media (max-width: 61.99em) {
  .body[data-search-filters-open="true"]::after,
  body[data-search-filters-open="true"]::after {
    background: #fff;
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3)
    );
  }
}
.mb-progress-bar:before {
  border-top-color: #ce1126;
}
.mb-progress-bar:before {
  border-top: 4px solid #ce1126;
}
.mb-absolute.mb-progress-indicator {
  background: rgba(238, 238, 238, 0.95);
}
.media.mb-clickable-phone.mb-dont-serialize {
  border-top: 1px dotted #dcdada;
}
.media.mb-clickable-phone.mb-dont-serialize .media-body dl.mb-separated,
.media.mb-clickable-phone.mb-dont-serialize .media-body ul.mb-separated {
  color: #488690 !important;
}
.media.mb-clickable-phone.mb-dont-serialize .media-body .mb-content {
  color: #666;
}
#mainResultHeading {
  border-bottom: 1px dotted #dcdada;
}
.esds-search-results__main .pagination li a::before {
  color: #000 !important;
}
.esds-search-results__main .pagination li a:hover::before {
  color: #ce1126 !important;
}
.alert-error {
  background-color: #eee;
}
.esds-search-results__sort #sortfilter_mobilehide .mb-acc,
.esds-search-results__sort #sortfilter_mobilehide .mb-acc * {
  color: transparent !important;
  background: 0 0 !important;
}
.esds-search-results__sort #sortfilter_mobilehide .mb-acc:focus,
.esds-search-results__sort #sortfilter_mobilehide .mb-acc:focus * {
  color: inherit !important;
  background: inherit !important;
}
.esds-search-results__sort #sortfilter_mobilehide .mb-acc:focus a,
.esds-search-results__sort #sortfilter_mobilehide a.mb-acc:focus {
  color: green !important;
}
.esds-search-results__sort #sortfilter_mobilehide .mb-hidden-radio input {
  background: 0 0;
}
.esds-search-results__sort #sortfilter_mobilehide .mb-hidden-radio > span {
  background: #fff;
}
.esds-search-results__sort
  #sortfilter_mobilehide
  .mb-hidden-radio
  input:checked
  + span {
  color: #fff;
  background: #222;
}
.select2-container--default.select2-container--open .select2-selection {
  outline: 1px solid #ce1126 !important;
}
.select2-container--default.select2-container--open .select2-selection {
  outline: 0 !important;
  border: 1px solid #ce1126 !important;
}
.select2-dropdown {
  outline: 0 !important;
  border: 1px solid #ce1126 !important;
  border-top: none !important;
}
.select2-container--default .select2-results > .select2-results__options {
  border: none;
}
.select2-dropdown.select2-dropdown--above.select2-dropdown--above {
  border-top: 1px solid #ce1126 !important;
  border-bottom: none !important;
}
.esds-page-title {
  border-bottom: 4px solid #ce1126;
}
.page-brand--pratt .esds-page-title {
  border-bottom: 6px solid #00a9e0;
}
.page-brand--pratt .esds-page-title__headline {
  color: #1f2a44;
}
.esds-promo a:focus {
  background: 0 0;
  color: #fff;
}
.esds-promo__content a {
  color: #ce1126;
}
.esds-promo__content .esds-cta__item {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 32px;
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 87.49em) {
  .esds-promo__content .esds-cta__item {
    padding: 12px 32px;
  }
}
@media (min-width: 87.5em) {
  .esds-promo__content .esds-cta__item {
    padding: 16px 32px;
  }
}
@media (hover: hover) {
  .esds-promo__content .esds-cta__item:hover {
    background: 0 0;
    color: #fff;
  }
}
.esds-promo__content .esds-cta__item::after {
  content: none;
}
.esds-promo__text > div {
  background: #ce1126;
}
.esds-promo__subtitle,
.esds-promo__title {
  color: #fff;
}
.esds-promo.background--gray .esds-promo__text > div {
  background-color: #ce1126;
}
.icon--external-link {
  display: inline-block;
}
.icon--external-link::after {
  content: "";
  font-family: FontAwesome;
  padding-left: 8px;
}
.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;
  }
}
.esds-search form input {
  background: 0 0;
  border-bottom: 1px solid #8e9090;
  color: #000;
}
.esds-search form input:hover {
  color: #000;
}
.esds-search form .fa-search {
  color: #ce1126;
}
.esds-search--careers button {
  border-color: transparent;
  border-left-color: #ce1126;
}
@media (min-width: 36em) and (max-width: 46.24em) {
  .esds-search--careers button {
    border-color: transparent;
    border-left-color: #ce1126;
  }
}
@media (min-width: 46.25em) {
  .esds-search--careers button {
    border-color: transparent;
    border-left-color: #ce1126;
  }
}
.esds-tabs .esds-tabs__nav [role="tab"] {
  border-bottom: 4px solid #d9d9d6;
}
.esds-tabs .esds-tabs__nav [role="tab"]:focus {
  color: #ce1126;
}
.esds-tabs .esds-tabs__nav [role="tab"]:hover {
  border-color: #ce1126;
}
.esds-tabs .esds-tabs__nav .esds-tabs__visible,
.esds-tabs .esds-tabs__nav [role="tab"][aria-selected="true"] {
  background: #fff;
  border-color: #ce1126;
  color: #ce1126;
}
.esds-tabs .esds-accordion__title[role="tab"] {
  border-top: 1px solid #8e9090;
}
.esds-tabs .esds-accordion__title[role="tab"]:last-of-type {
  border-bottom: 1px solid #8e9090;
}
.esds-tabs .esds-accordion__title[role="tab"][aria-selected="true"],
.esds-tabs .esds-tabs__nav .esds-tabs__visible {
  color: #ce1126;
}
.esds-tabs .esds-tabs__container > div {
  background: #fff;
}
@media (min-width: 46.25em) {
  .esds-tabs.background--gray [role="tab"] {
    background: #efefed;
    border-color: #fff;
  }
}
@media (min-width: 46.25em) {
  .esds-tabs.background--gray .esds-tabs__nav .esds-tabs__visible,
  .esds-tabs.background--gray [role="tab"][aria-selected="true"] {
    background: #fff;
  }
}
@media (min-width: 46.25em) {
  .esds-tabs.background--gray .esds-tabs__nav .esds-tabs__visible,
  .esds-tabs.background--gray
    .esds-tabs__nav
    [role="tab"][aria-selected="true"] {
    background: #fff;
    border-color: #fff;
  }
}
@media (min-width: 46.25em) {
  .esds-tabs.background--gray .esds-accordion__title[role="tab"] {
    background: #fff;
  }
}
.esds-seperator .component__introduction {
  color: #fff;
}
.esds-seperator.textStyle-light::before {
  background: linear-gradient(
    to top right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 75%
  );
}
.esds-seperator.textStyle-dark::before {
  background: linear-gradient(
    to top right,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0) 75%
  );
}
.esds-seperator--black .component__introduction,
.esds-seperator--bold .component__introduction,
.esds-seperator--grey .component__introduction,
.esds-seperator--light .component__introduction,
.esds-seperator--red .component__introduction,
.esds-seperator--regular .component__introduction {
  color: #000;
}
.esds-seperator--black hr {
  border-color: #000 !important;
}
.esds-seperator--grey hr {
  border-color: #aaa !important;
}
.esds-seperator--red hr {
  border-color: #ce1126 !important;
}
.esds-seperator.textStyle-light .component__introduction,
.esds-seperator.textStyle-light .component__introduction a,
.esds-seperator.textStyle-light-nogradient .component__introduction,
.esds-seperator.textStyle-light-nogradient .component__introduction a {
  color: #fff;
}
body .esds-seperator.textStyle-dark .component__introduction,
body .esds-seperator.textStyle-dark .component__introduction a,
body .esds-seperator.textStyle-dark-nogradient .component__introduction,
body .esds-seperator.textStyle-dark-nogradient .component__introduction a {
  color: #000;
}
.esds-seperator.textStyle-dark .component__introduction a:hover,
.esds-seperator.textStyle-dark-nogradient .component__introduction a:hover,
.esds-seperator.textStyle-light .component__introduction a:hover,
.esds-seperator.textStyle-light-nogradient .component__introduction a:hover {
  color: #ce1126;
}
.esds-seperator.textStyle-light .component__introduction .text--highlight a,
.esds-seperator.textStyle-light-nogradient
  .component__introduction
  .text--highlight
  a {
  color: #ce1126;
}
.esds-seperator.textStyle-dark .component__introduction .text--highlight a,
.esds-seperator.textStyle-dark-nogradient
  .component__introduction
  .text--highlight
  a {
  color: #ce1126;
}
.gdpr__btn:hover {
  text-decoration: none;
}
.gdpr__btn--manage {
  background-color: #505256;
}
.gdpr__btn--manage a {
  color: #fff !important;
}
.gdpr__btn--manage:hover {
  background-color: rgba(0, 0, 0, 0.96);
  border: 1px solid #979797;
  color: #fff;
}
.gdpr__btn--manage:focus {
  background-color: rgba(177, 179, 179, 0.3);
  color: #fff;
  border: 1px solid #979797;
}
.gdpr__btn--accept {
  color: #ce1126 !important;
}
.gdpr__btn--accept {
  background-color: #fff;
}
.gdpr__btn--accept:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.96);
  border: 1px solid #ce1126;
}
.gdpr__btn--accept:focus {
  background-color: rgba(177, 179, 179, 0.3);
  color: #fff;
  border: 1px solid #ce1126;
}
.gdpr__btn--save {
  color: #fff;
  background-color: #ce1126;
}
.gdpr__btn--save:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #ce1126;
}
.gdpr__btn--save:focus {
  background-color: #505256;
  color: #fff;
  border: 1px solid #ce1126;
}
.gdpr__btn--cancel {
  color: #000;
  background-color: #fff;
}
.gdpr__btn--cancel:hover {
  border: 1px solid #000;
  color: #000;
}
.gdpr__btn--cancel:focus {
  border: 1px solid #000;
  color: #000;
  background-color: #d9d9d6;
}
.gdpr__link--light a {
  color: #fff !important;
}
.gdpr__link--light a:hover {
  color: #eb1c32 !important;
}
.gdpr__link--light a:focus {
  color: #eb1c32 !important;
}
.gdpr__link--dark a {
  color: #000 !important;
}
.gdpr__link--dark a:hover {
  color: #ce1126 !important;
}
.gdpr__link--dark a:focus {
  color: #ce1126 !important;
}
.gdpr__toggle {
  border: 1px solid #666;
  background-color: #fff;
}
.gdpr__toggle::before {
  color: #000;
}
.gdpr__toggle:after {
  background-color: #000;
  transition: background-color 0.3s ease-in-out;
  top: -1px;
}
.gdpr__toggle:hover {
  border: 1px solid #000;
  background-color: #d9d9d6;
}
.gdpr__plus:after,
.gdpr__plus:before {
  content: "";
  background-color: #ce1126;
}
.gdpr__plus:hover:after,
.gdpr__plus:hover:before {
  background-color: #000;
}
.gdpr__plus:focus:after,
.gdpr__plus:focus:before {
  background-color: #ce1126;
}
.gdpr__checkbox {
  background-color: #fff;
  border: 1px solid #666;
}
.gdpr__checkbox:hover {
  background-color: #d9d9d6;
  border: 1px solid #000;
}
.gdpr__checkbox:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.gdpr__body {
  color: #000;
}
.gdpr__body li,
.gdpr__body p {
  color: #000;
}
.gdpr__accordion--item {
  color: #000;
}
.gdpr__accordion--text {
  color: #000;
}
.gdpr__accordion--text a {
  color: #000;
}
.gdpr__accordion--text a:hover {
  color: #000;
}
.gdpr__table--descriptor {
  color: #000;
}
.gdpr__table--text {
  color: #000;
}
.gdpr__table--text span a {
  color: #000;
}
input.gdpr__input--toggle:checked + label {
  background-color: #000;
}
input.gdpr__input--toggle:checked + label::before {
  color: #fff;
}
input.gdpr__input--toggle:checked + label:after {
  background-color: #fff;
  border: 1px solid #666;
}
input.gdpr__input--plus:checked + label:hover:after,
input.gdpr__input--plus:checked + label:hover:before {
  background-color: #ce1126;
}
input.gdpr__input--checkbox:checked + label {
  background-color: #fff;
  border: 1px solid #000;
}
.cookies_wrapper .gdpr {
  background-color: rgba(0, 0, 0, 0.96);
  color: #fff;
}
.cookies_wrapper .gdpr__overlay {
  background-color: rgba(255, 255, 255, 0.65);
}
.optOut--dark {
  color: #000 !important;
}
.optOut--dark:hover {
  color: #ce1126 !important;
}
.optOut--light {
  color: #fff !important;
}
.optOut--light:hover {
  color: #fff !important;
}
.reusable-gdpr__footer {
  background-color: #fff;
}
.reusable-gdpr__buttons {
  background-color: #fff;
}
.reusable-gdpr__modalpopup {
  background-color: #fff !important;
}
.reusable-gdpr__modalpopup {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.reusable-gdpr__accordions {
  scrollbar-color: #63666a #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .reusable-gdpr__accordions {
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #63666a;
    scrollbar-base-color: #63666a;
  }
}
.reusable-gdpr__accordions::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}
.reusable-gdpr__accordions::-webkit-scrollbar-thumb {
  background: #63666a;
}
.reusable-gdpr__accordions .reusable-gdbr-card {
  border-top: solid 1px #b1b3b3;
}
.reusable-gdpr__accordions .reusable-gdbr-card__thead {
  background-color: #d8d8d8;
}
.reusable-gdpr__accordions .reusable-gdbr-card__tableRow {
  background-color: #d8d8d8;
}
.reusable-gdpr__accordions .reusable-gdbr-card__ttr:nth-of-type(odd) {
  background-color: #fff;
}
.reusable-gdpr__accordions .reusable-gdbr-card__ttr:nth-of-type(even) {
  background-color: #fff;
}
.reusable-gdpr__accordions .reusable-gdbr-card__ttd {
  border-bottom: 1px solid #b1b3b3;
}
@media (max-width: 992px) {
  .reusable-gdpr__accordions .reusable-gdbr-card__ttd {
    background-color: #d9d9d6;
  }
  .reusable-gdpr__accordions .reusable-gdbr-card__ttd span {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .reusable-gdpr__modal .reusable-gdbr-card__cardContent td {
    border-bottom: 1px solid #eee;
    border-bottom: 2px solid #b1b3b3;
  }
  .reusable-gdpr__modal .reusable-gdbr-card__cardContent td:first-child {
    border-top: 2px solid #b1b3b3;
  }
  .reusable-gdbr-card__cardContent td:before {
    background-color: #d8d8d8;
  }
}
@media only screen and (max-width: 1023px) {
  #no-more-tables td {
    border-bottom: 1px solid #eee;
  }
  #no-more-tables td:before {
    background-color: #b1b3b3;
  }
}
.reusable-gdpr__modal .modal__overlay {
  background: rgba(255, 255, 255, 0.65) !important;
}
.modal .modal__container {
  background-color: #fff;
}
.modal .modal__container ul li::before {
  color: #d3805e;
}
.modal .modal__title {
  color: #000;
}
.modal .modal__title * {
  color: #000;
}
.modal .modal__close {
  background: 0 0;
  border: 0;
  color: #000;
}
.modal .modal__content .field-cost-description,
.modal .modal__content .field-cost-description * {
  color: #555;
  font-size: 20px;
}
.modal .modal__btn {
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
}
.modal .modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
.ex-modal__overlay,
.modal__overlay {
  background: rgba(0, 0, 0, 0.6);
}
.reusable-form .form-header {
  border-top: 10px solid #ce1126;
}
.reusable-form label {
  color: #000;
}
.reusable-form p a,
.reusable-form p a.text--highlight {
  color: #ce1126 !important;
}
.reusable-form .radio-btn-wrapper .radio-buttons-section-header {
  color: #000;
}
.reusable-form .radio-btn-wrapper .radio-buttons-section-header:hover {
  color: #000;
}
.reusable-form .radio-btn-wrapper label {
  color: rgba(0, 0, 0, 0.4);
}
.reusable-form .radio-btn-wrapper label:before {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.reusable-form .radio-btn-wrapper label:hover {
  color: rgba(0, 0, 0, 0.65);
}
.reusable-form .radio-btn-wrapper label:hover:before {
  border: 1px solid rgba(0, 0, 0, 0.65);
}
.reusable-form .radio-btn-wrapper label.selected {
  color: #000;
}
.reusable-form .radio-btn-wrapper label.selected:hover {
  color: #000;
}
.reusable-form .radio-btn-wrapper label.selected:before {
  border: 1px solid #ce1126 !important;
}
.reusable-form .radio-btn-wrapper label.selected:after {
  background-color: #ce1126;
}
.reusable-form .check-box-wrapper .check-boxes-section-header {
  color: #000 !important;
}
.reusable-form .check-box-wrapper label {
  color: #000;
}
.reusable-form .check-box-wrapper label:before {
  border: 1px solid #000;
}
.reusable-form .check-box-wrapper label:hover {
  color: rgba(0, 0, 0, 0.65);
}
.reusable-form .check-box-wrapper label:hover:before {
  border: 1px solid rgba(0, 0, 0, 0.65);
}
.reusable-form .check-box-wrapper label.selected {
  color: #000;
}
.reusable-form .check-box-wrapper label.selected:before {
  background-color: #ce1126;
  border: 1px solid #ce1126;
}
.reusable-form .check-box-wrapper label.selected:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.reusable-form .check-box-wrapper label.selected:hover {
  color: #000;
}
.reusable-form .buttons-wrapper input[type="submit"] {
  background-color: #ce1126;
  color: #fff;
  border: 1px solid #ce1126;
  transition: all 0.3s ease-in-out;
}
.reusable-form .buttons-wrapper input[type="submit"]:hover {
  background-color: #9c0d1d;
  color: #fff;
}
.reusable-form .buttons-wrapper .secondary-rf-color,
.reusable-form .buttons-wrapper input[type="submit"].secondary-rf-color {
  background-color: #fff;
  color: #ce1126;
  border: 1px solid #ce1126;
}
.reusable-form .buttons-wrapper .secondary-rf-color:hover,
.reusable-form .buttons-wrapper input[type="submit"].secondary-rf-color:hover {
  background-color: #9c0d1d;
  color: #fff;
}
.reusable-form .buttons-wrapper .reset-form {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.reusable-form .buttons-wrapper .reset-form.disable-reset {
  border: 1px solid #999a9c;
  color: #999a9c;
}
.reusable-form select:before {
  border: solid #ce1126 !important;
}
.reusable-form input[type="email"],
.reusable-form input[type="tel"],
.reusable-form input[type="text"],
.reusable-form select,
.reusable-form textarea {
  color: #000;
}
.reusable-form input[type="email"]:-ms-input-placeholder,
.reusable-form input[type="tel"]:-ms-input-placeholder,
.reusable-form input[type="text"]:-ms-input-placeholder,
.reusable-form select:-ms-input-placeholder,
.reusable-form textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.reusable-form input[type="email"]::placeholder,
.reusable-form input[type="tel"]::placeholder,
.reusable-form input[type="text"]::placeholder,
.reusable-form select::placeholder,
.reusable-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.reusable-form input[type="email"]:-ms-input-placeholder:hover,
.reusable-form input[type="tel"]:-ms-input-placeholder:hover,
.reusable-form input[type="text"]:-ms-input-placeholder:hover,
.reusable-form select:-ms-input-placeholder:hover,
.reusable-form textarea:-ms-input-placeholder:hover {
  color: rgba(0, 0, 0, 0.65);
}
.reusable-form input[type="email"]::placeholder:hover,
.reusable-form input[type="tel"]::placeholder:hover,
.reusable-form input[type="text"]::placeholder:hover,
.reusable-form select::placeholder:hover,
.reusable-form textarea::placeholder:hover {
  color: rgba(0, 0, 0, 0.65);
}
.reusable-form input[type="email"].input-validation-error,
.reusable-form input[type="tel"].input-validation-error,
.reusable-form input[type="text"].input-validation-error,
.reusable-form select.input-validation-error,
.reusable-form textarea.input-validation-error {
  color: #000;
}
.reusable-form input[type="email"].input-validation-error:-ms-input-placeholder,
.reusable-form input[type="tel"].input-validation-error:-ms-input-placeholder,
.reusable-form input[type="text"].input-validation-error:-ms-input-placeholder,
.reusable-form select.input-validation-error:-ms-input-placeholder,
.reusable-form textarea.input-validation-error:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.reusable-form input[type="email"].input-validation-error::placeholder,
.reusable-form input[type="tel"].input-validation-error::placeholder,
.reusable-form input[type="text"].input-validation-error::placeholder,
.reusable-form select.input-validation-error::placeholder,
.reusable-form textarea.input-validation-error::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.reusable-form
  input[type="email"].input-validation-error:-ms-input-placeholder:hover,
.reusable-form
  input[type="tel"].input-validation-error:-ms-input-placeholder:hover,
.reusable-form
  input[type="text"].input-validation-error:-ms-input-placeholder:hover,
.reusable-form select.input-validation-error:-ms-input-placeholder:hover,
.reusable-form textarea.input-validation-error:-ms-input-placeholder:hover {
  color: rgba(0, 0, 0, 0.65);
}
.reusable-form input[type="email"].input-validation-error::placeholder:hover,
.reusable-form input[type="tel"].input-validation-error::placeholder:hover,
.reusable-form input[type="text"].input-validation-error::placeholder:hover,
.reusable-form select.input-validation-error::placeholder:hover,
.reusable-form textarea.input-validation-error::placeholder:hover {
  color: rgba(0, 0, 0, 0.65);
}
.reusable-form input[type="email"].error,
.reusable-form input[type="tel"].error,
.reusable-form input[type="text"].error,
.reusable-form select.error,
.reusable-form textarea.error {
  color: #000;
}
.reusable-form input[type="email"].error:-ms-input-placeholder,
.reusable-form input[type="tel"].error:-ms-input-placeholder,
.reusable-form input[type="text"].error:-ms-input-placeholder,
.reusable-form select.error:-ms-input-placeholder,
.reusable-form textarea.error:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.reusable-form input[type="email"].error::placeholder,
.reusable-form input[type="tel"].error::placeholder,
.reusable-form input[type="text"].error::placeholder,
.reusable-form select.error::placeholder,
.reusable-form textarea.error::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.reusable-form input[type="email"].error:-ms-input-placeholder:hover,
.reusable-form input[type="tel"].error:-ms-input-placeholder:hover,
.reusable-form input[type="text"].error:-ms-input-placeholder:hover,
.reusable-form select.error:-ms-input-placeholder:hover,
.reusable-form textarea.error:-ms-input-placeholder:hover {
  color: rgba(0, 0, 0, 0.65);
}
.reusable-form input[type="email"].error::placeholder:hover,
.reusable-form input[type="tel"].error::placeholder:hover,
.reusable-form input[type="text"].error::placeholder:hover,
.reusable-form select.error::placeholder:hover,
.reusable-form textarea.error::placeholder:hover {
  color: rgba(0, 0, 0, 0.65);
}
.reusable-form .field-validation-error {
  color: #f85359;
}
.reusable-form .error {
  color: #f85359;
}
.reusable-form .selectize-control.single .selectize-input {
  color: #000;
}
.reusable-form .selectize-control.single .selectize-input:before {
  border-bottom: solid #ce1126 !important;
  border-right: solid #ce1126 !important;
}
.reusable-form .selectize-dropdown-content .option {
  color: #000;
}
.reusable-form .selectize-dropdown-content .option:hover {
  background-color: #ce1126 !important;
}
.reusable-form .selectize-dropdown-content .option:hover {
  color: #fff;
}
.reusable-form__title-wrapper::before {
  background-color: #ce1126;
}
.reusable-form__message-text--rejected::before {
  color: #fff;
  background-color: #f33;
}
.reusable-form__button-text {
  background-color: #ce1126;
  color: #fff;
}
.reusable-form__button-text:focus,
.reusable-form__button-text:hover {
  background-color: #9c0d1d;
  color: #fff;
}
.reusable-form__checkmark_circle {
  background-color: #18bc9c;
}
.reusable-form__checkmark_kick {
  background-color: #fff;
}
.reusable-form.gated-content {
  border: 1px solid #eee;
}
.reusable-form.gated-content .gated-info::before {
  color: #ce1126;
}
.reusable-form.gated-content .gated-warning {
  background-color: #d5d5d5;
}
.reusable-form.gated-content .auto-fill + .select2-container .select2-selection,
.reusable-form.gated-content input.auto-fill {
  background-color: #f0f8ff;
}
@media (max-width: 992px) {
  .reusable-form .form-header {
    border-top: 6px solid #ce1126;
  }
  .reusable-form .dropdown-wrapper::before {
    border: solid #ce1126 !important;
  }
}
.reusable-form {
  color: #000;
}
.reusable-form input[type="email"].input-validation-error,
.reusable-form input[type="tel"].input-validation-error,
.reusable-form input[type="text"].input-validation-error {
  border: 1px solid #fc393d;
}
.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: "";
  background-color: #f85359;
}
.reusable-form input[type="email"].input-validation-error,
.reusable-form input[type="tel"].input-validation-error,
.reusable-form input[type="text"].input-validation-error {
  border: 1px solid #fc393d;
}
.reusable-form input[type="date"].input-validation-error,
.reusable-form input[type="tel"].input-validation-error,
.reusable-form input[type="text"].input-validation-error {
  border: 1px solid #fc393d;
}
.reusable-form input[type="date"].error,
.reusable-form input[type="tel"].error,
.reusable-form input[type="text"].error {
  border: 1px solid #fc393d;
}
.reusable-form input[type="date"].error ~ .input-validation-error::before,
.reusable-form input[type="tel"].error ~ .input-validation-error::before,
.reusable-form input[type="text"].error ~ .input-validation-error::before {
  content: "";
  background-color: #f85359;
}
.reusable-form input {
  border: 1px solid rgba(170, 170, 170, 0.5);
}
.reusable-form textarea {
  border: 1px solid #aaa;
}
.reusable-form textarea.input-validation-error {
  border: 1px solid #fc393d;
}
.reusable-form textarea.error {
  border: 1px solid #fc393d;
}
.reusable-form select {
  border: 1px solid rgba(170, 170, 170, 0.5);
  background-color: #fff;
}
.reusable-form select.error {
  border: 1px solid #fc393d;
}
.reusable-form select.error ~ .selectize-control .selectize-input {
  border: 1px solid #fc393d;
}
.reusable-form .selectize-control.single .selectize-input {
  border: 1px solid rgba(170, 170, 170, 0.5);
}
.reusable-form .selectize-control.single .selectize-input:before {
  background-color: #fff;
}
.reusable-form .selectize-control.single .selectize-input.dropdown-active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16078);
}
.reusable-form .selectize-dropdown {
  border: 1px solid rgba(170, 170, 170, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16078);
}
.reusable-form .selectize-dropdown-content .option.active {
  background-color: #fff;
}
.reusable-form__button-text {
  color: #fff;
}
@media (max-width: 992px) {
  .reusable-form .dropdown-wrapper:before {
    background-color: #fff;
  }
}
.ui-datepicker {
  background-color: #fff;
  color: #000;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  color: #000;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #fff;
  color: #000;
}
.ui-datepicker .ui-datepicker-calendar {
  border-top: 1px solid #000;
  background-color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  color: #000;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background-color: #ccc;
}
.reusable-form .select2-container .selection .select2-selection::before {
  border-bottom: solid #ce1126 !important;
  border-right: solid #ce1126 !important;
}
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ce1126 !important;
}
.select2-results__option--highlighted.select2-results__option--selectable {
  color: #fff;
}
.reusable-form
  .dropdown-wrapper
  label.error
  + .select2-container
  .select2-selection,
.reusable-form
  .dropdown-wrapper
  label.error
  + input
  + .select2-container
  .select2-selection {
  border: 1px solid red;
}
.background--light {
  background-color: #fff;
}
.background--dark {
  background-color: #212121;
}
.background--dark * {
  color: #fff;
}
.background--gray {
  background-color: #efefed;
}
.page-brand--pratt .background--dark {
  background-color: #1f2a44;
}
.page-brand--pratt .background--dark * {
  color: #fff;
}
.border {
  border: 1px solid #8e9090;
}
.border--light {
  border: 1px solid #d9d9d6;
}
.border--dark {
  border: 1px solid #363737;
}
.border--bold {
  border: 4px solid #8e9090;
}
.border--brand-primary {
  border: 8px solid #ce1126;
}
.border--brand-secondary {
  border: 8px solid #8e9090;
}
.border--highlight {
  border: 4px solid #ce1126;
}
.esds-cta__wrapper {
  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;
  flex-direction: row;
  justify-content: center;
}
.esds-cta__wrapper a {
  display: flex;
  height: 100%;
}
.esds-cta__wrapper[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.esds-cta__wrapper[aria-disabled="true"] span {
  cursor: auto;
}
.esds-cta__wrapper a {
  margin: 0;
  width: auto;
}
.esds-cta__wrapper .esds-cta__item::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("Navigate Next--red.svg");
  margin-left: 12px;
  padding-left: 16px;
  padding-right: 0;
  display: inline;
  position: relative;
  right: 5px;
}
.esds-cta__wrapper a::before {
  content: none;
}
.esds-cta__wrapper .icon--download::after {
  background-image: url(Download--red.svg);
}
.esds-cta__wrapper .icon--contact::after {
  background-image: url(Email--red.svg);
}
.esds-cta__wrapper .icon--link::after {
  background-image: url("Navigate Next--red.svg");
}
.esds-cta__wrapper .icon--anchor::after {
  background-image: url("Navigate anchor--red.svg");
}
.esds-cta__wrapper .icon--phone::after {
  background-image: url(Phone.svg);
}
.esds-cta__wrapper .icon--address::after {
  background-image: url(address.svg);
}
.esds-cta__wrapper a.icon--facebook::after,
.esds-cta__wrapper a.icon--linkedin::after,
.esds-cta__wrapper a.icon--twitter::after {
  content: none;
}
.esds-cta__wrapper a.icon--facebook > .esds-cta__item::after,
.esds-cta__wrapper a.icon--facebook > .esds-cta__item::before {
  background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23ce1126"%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/%3E%3C/svg%3E');
}
.esds-cta__wrapper a.icon--linkedin > .esds-cta__item::after,
.esds-cta__wrapper a.icon--linkedin > .esds-cta__item::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23ce1126"%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/%3E%3C/svg%3E');
}
.esds-cta__wrapper a.icon--twitter > .esds-cta__item::after,
.esds-cta__wrapper a.icon--twitter > .esds-cta__item::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23ce1126"%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/%3E%3C/svg%3E');
}
.esds-cta__item {
  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;
}
.esds-cta__item a {
  display: flex;
  height: 100%;
}
.esds-cta__item[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.esds-cta__item[aria-disabled="true"] span {
  cursor: auto;
}
.esds-cta__item::after {
  background-image: url("Navigate Next--red.svg");
}
.esds-cta--border .esds-cta__wrapper {
  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;
  justify-content: flex-start;
  padding: 0;
  background: #fff;
  border: 1px solid #8e9090;
  border-color: #8e9090;
  margin-left: 12px;
  margin-right: 12px;
}
.esds-cta--border .esds-cta__wrapper a {
  display: flex;
  height: 100%;
}
.esds-cta--border .esds-cta__wrapper[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.esds-cta--border .esds-cta__wrapper[aria-disabled="true"] span {
  cursor: auto;
}
.esds-cta--border .esds-cta__wrapper .esds-cta__item {
  border-left: 1px solid #8e9090;
  margin: 16px calc(8px * 5);
  padding: 0 24px;
}
@media (max-width: 35.99em) {
  .esds-cta--border .esds-cta__wrapper .esds-cta__item {
    margin-right: 0;
    padding-right: 0;
  }
}
.esds-cta--border .esds-cta__wrapper .esds-cta__item::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("Navigate Next--red.svg");
  margin-left: calc(8px * -8);
  margin-right: 16px;
  position: absolute;
}
.esds-cta--border .esds-cta__wrapper .esds-cta__item::after {
  content: none;
}
.esds-cta--border .esds-cta__wrapper a {
  padding: 8px 24px;
  width: 100%;
}
.esds-cta--border .esds-cta__wrapper .icon--download::before {
  background-image: url(Download--red.svg);
}
.esds-cta--border .esds-cta__wrapper .icon--contact::before {
  background-image: url(Email--red.svg);
}
.esds-cta--border .esds-cta__wrapper .icon--link::before {
  background-image: url("Navigate Next--red.svg");
}
.esds-cta--border .esds-cta__wrapper .icon--anchor::before {
  background-image: url("Navigate anchor--red.svg");
}
.esds-cta--border .esds-cta__wrapper .icon--phone::before {
  background-image: url(Phone--red.svg);
}
.esds-cta--border .esds-cta__wrapper .icon--address::before {
  background-image: url(address--red.svg);
}
.esds-cta--border .esds-cta__wrapper .icon--country::before {
  background-image: url(Country--red.svg);
}
.esds-cta--border .esds-cta__wrapper .icon--zipcode::before {
  background-image: url(Zipcode--red.svg);
}
.esds-cta--border .esds-cta__wrapper .icon--city::before {
  background-image: url(City--red.svg);
}
@media (hover: hover) {
  .esds-cta--border .esds-cta__wrapper:hover a {
    color: #ce1126;
  }
}
.esds-cta--border .esds-cta__wrapper a {
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
}
.esds-cta--dark .esds-cta__wrapper {
  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;
  justify-content: flex-start;
  padding: 0;
  background: #212121;
  border: 2px solid #212121;
  margin-left: 12px;
  margin-right: 12px;
}
.esds-cta--dark .esds-cta__wrapper a {
  display: flex;
  height: 100%;
}
.esds-cta--dark .esds-cta__wrapper[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.esds-cta--dark .esds-cta__wrapper[aria-disabled="true"] span {
  cursor: auto;
}
.esds-cta--dark .esds-cta__wrapper .esds-cta__item {
  border-left: 1px solid #8e9090;
  margin: 16px calc(8px * 5);
  padding: 0 24px;
}
@media (max-width: 35.99em) {
  .esds-cta--dark .esds-cta__wrapper .esds-cta__item {
    margin-right: 0;
    padding-right: 0;
  }
}
.esds-cta--dark .esds-cta__wrapper .esds-cta__item::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("Navigate Next--red.svg");
  margin-left: calc(8px * -8);
  margin-right: 16px;
  position: absolute;
}
.esds-cta--dark .esds-cta__wrapper .esds-cta__item::after {
  content: none;
}
.esds-cta--dark .esds-cta__wrapper a {
  padding: 8px 24px;
  width: 100%;
}
.esds-cta--dark .esds-cta__wrapper .icon--download::before {
  background-image: url(Download--red.svg);
}
.esds-cta--dark .esds-cta__wrapper .icon--contact::before {
  background-image: url(Email--red.svg);
}
.esds-cta--dark .esds-cta__wrapper .icon--link::before {
  background-image: url("Navigate Next--red.svg");
}
.esds-cta--dark .esds-cta__wrapper .icon--anchor::before {
  background-image: url("Navigate anchor--red.svg");
}
.esds-cta--dark .esds-cta__wrapper .icon--phone::before {
  background-image: url(Phone--red.svg);
}
.esds-cta--dark .esds-cta__wrapper .icon--address::before {
  background-image: url(address--red.svg);
}
.esds-cta--dark .esds-cta__wrapper .icon--country::before {
  background-image: url(Country--red.svg);
}
.esds-cta--dark .esds-cta__wrapper .icon--zipcode::before {
  background-image: url(Zipcode--red.svg);
}
.esds-cta--dark .esds-cta__wrapper .icon--city::before {
  background-image: url(City--red.svg);
}
@media (hover: hover) {
  .esds-cta--dark .esds-cta__wrapper:hover {
    background: #e9e9e8;
    border-color: #e9e9e8;
  }
  .esds-cta--dark .esds-cta__wrapper:hover .esds-cta__item {
    color: #212121;
  }
  .esds-cta--dark .esds-cta__wrapper:hover .icon--download::before {
    background-image: url(Download--red.svg);
  }
  .esds-cta--dark .esds-cta__wrapper:hover .icon--contact::before {
    background-image: url(Email--red.svg);
  }
  .esds-cta--dark .esds-cta__wrapper:hover .icon--link::before {
    background-image: url("Navigate Next--red.svg");
  }
  .esds-cta--dark .esds-cta__wrapper:hover .icon--anchor::before {
    background-image: url("Navigate anchor--red.svg");
  }
  .esds-cta--dark .esds-cta__wrapper:hover .icon--phone::before {
    background-image: url(Phone.svg);
  }
  .esds-cta--dark .esds-cta__wrapper:hover .icon--address::before {
    background-image: url(address.svg);
  }
}
.esds-cta--dark .esds-cta__wrapper .icon--link::before {
  background-image: url("Navigate Next--white.svg");
}
.esds-cta--dark .esds-cta__wrapper .icon--anchor::before {
  background-image: url("Navigate anchor--white.svg");
}
.esds-cta--dark .esds-cta__wrapper .icon--download::before {
  background-image: url(Download--white.svg);
}
.esds-cta--dark .esds-cta__wrapper .icon--contact::before {
  background-image: url(Email--white.svg);
}
.esds-cta--dark .esds-cta__wrapper .esds-cta__item {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}
.esds-cta--dark .esds-cta__wrapper a.icon--facebook > .esds-cta__item::before {
  background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23ffffff"%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/%3E%3C/svg%3E');
}
.esds-cta--dark .esds-cta__wrapper a.icon--linkedin > .esds-cta__item::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23ffffff"%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/%3E%3C/svg%3E');
}
.esds-cta--dark .esds-cta__wrapper a.icon--twitter > .esds-cta__item::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23ffffff"%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/%3E%3C/svg%3E');
}
@media (hover: hover) {
  .esds-cta--dark
    .esds-cta__wrapper:hover
    a.icon--facebook
    > .esds-cta__item::before {
    background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23ce1126"%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/%3E%3C/svg%3E');
  }
  .esds-cta--dark
    .esds-cta__wrapper:hover
    a.icon--linkedin
    > .esds-cta__item::before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23ce1126"%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/%3E%3C/svg%3E');
  }
  .esds-cta--dark
    .esds-cta__wrapper:hover
    a.icon--twitter
    > .esds-cta__item::before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23ce1126"%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/%3E%3C/svg%3E');
  }
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item {
  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;
  flex-direction: row;
  justify-content: center;
  background: #ce1126;
  border: 2px solid #ce1126;
  border-radius: 32px;
  color: #fff;
  font-size: 1.125rem;
  height: 100%;
  padding: 16px 32px;
  text-align: center;
  width: 100%;
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item a {
  display: flex;
  height: 100%;
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.esds-cta--highlight
  .esds-cta__wrapper
  .esds-cta__item[aria-disabled="true"]
  span {
  cursor: auto;
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item a {
  margin: 0;
  width: auto;
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item .esds-cta__item::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("Navigate Next--red.svg");
  margin-left: 12px;
  padding-left: 16px;
  padding-right: 0;
  display: inline;
  position: relative;
  right: 5px;
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item a::before {
  content: none;
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item .icon--download::after {
  background-image: url(Download--red.svg);
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item .icon--contact::after {
  background-image: url(Email--red.svg);
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item .icon--link::after {
  background-image: url("Navigate Next--red.svg");
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item .icon--anchor::after {
  background-image: url("Navigate anchor--red.svg");
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item .icon--phone::after {
  background-image: url(Phone.svg);
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item .icon--address::after {
  background-image: url(address.svg);
}
@media (hover: hover) {
  .esds-cta--highlight .esds-cta__wrapper .esds-cta__item:hover {
    background: 0 0;
    color: #ce1126;
    border-color: #ce1126;
  }
}
.esds-cta--highlight .esds-cta__wrapper .esds-cta__item::after {
  content: none;
}
.esds-expander .esds-expander__intro .esds-cta__item {
  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;
  flex-direction: row;
  justify-content: center;
  background: #efefed;
  border: 2px solid #efefed;
  border-radius: 32px;
  color: #ce1126;
  font-size: 1.125rem;
  height: 100%;
  padding: 16px 32px;
  text-align: center;
  width: 100%;
}
.esds-expander .esds-expander__intro .esds-cta__item a {
  display: flex;
  height: 100%;
}
.esds-expander .esds-expander__intro .esds-cta__item[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.esds-expander
  .esds-expander__intro
  .esds-cta__item[aria-disabled="true"]
  span {
  cursor: auto;
}
.esds-expander .esds-expander__intro .esds-cta__item a {
  margin: 0;
  width: auto;
}
.esds-expander .esds-expander__intro .esds-cta__item .esds-cta__item::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("Navigate Next--red.svg");
  margin-left: 12px;
  padding-left: 16px;
  padding-right: 0;
  display: inline;
  position: relative;
  right: 5px;
}
.esds-expander .esds-expander__intro .esds-cta__item a::before {
  content: none;
}
.esds-expander .esds-expander__intro .esds-cta__item .icon--download::after {
  background-image: url(Download--red.svg);
}
.esds-expander .esds-expander__intro .esds-cta__item .icon--contact::after {
  background-image: url(Email--red.svg);
}
.esds-expander .esds-expander__intro .esds-cta__item .icon--link::after {
  background-image: url("Navigate Next--red.svg");
}
.esds-expander .esds-expander__intro .esds-cta__item .icon--anchor::after {
  background-image: url("Navigate anchor--red.svg");
}
.esds-expander .esds-expander__intro .esds-cta__item .icon--phone::after {
  background-image: url(Phone.svg);
}
.esds-expander .esds-expander__intro .esds-cta__item .icon--address::after {
  background-image: url(address.svg);
}
@media (hover: hover) {
  .esds-expander .esds-expander__intro .esds-cta__item:hover {
    background: #ce1126;
    color: #fff;
    border-color: #fff;
  }
}
.esds-expander .esds-expander__intro .esds-cta__item::after {
  content: none;
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item {
  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;
  flex-direction: row;
  justify-content: center;
  background: #ce1126;
  border: 2px solid #ce1126;
  border-radius: 32px;
  color: #fff;
  font-size: 1.125rem;
  height: 100%;
  padding: 16px 32px;
  text-align: center;
  width: 100%;
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item
  a {
  display: flex;
  height: 100%;
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item[aria-disabled="true"]
  span {
  cursor: auto;
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item
  a {
  margin: 0;
  width: auto;
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item
  .esds-cta__item::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("Navigate Next--red.svg");
  margin-left: 12px;
  padding-left: 16px;
  padding-right: 0;
  display: inline;
  position: relative;
  right: 5px;
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item
  a::before {
  content: none;
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--download::after {
  background-image: url(Download--red.svg);
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--contact::after {
  background-image: url(Email--red.svg);
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--link::after {
  background-image: url("Navigate Next--red.svg");
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--anchor::after {
  background-image: url("Navigate anchor--red.svg");
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--phone::after {
  background-image: url(Phone.svg);
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--address::after {
  background-image: url(address.svg);
}
@media (hover: hover) {
  .esds-expander.background--standard
    .esds-expander__intro.is-branded
    .esds-cta__item:hover {
    background: #fff;
    color: #ce1126;
    border-color: #fff;
  }
}
.esds-expander.background--standard
  .esds-expander__intro.is-branded
  .esds-cta__item::after {
  content: none;
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item {
  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;
  flex-direction: row;
  justify-content: center;
  background: #ce1126;
  border: 2px solid #ce1126;
  border-radius: 32px;
  color: #fff;
  font-size: 1.125rem;
  height: 100%;
  padding: 16px 32px;
  text-align: center;
  width: 100%;
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item
  a {
  display: flex;
  height: 100%;
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item[aria-disabled="true"]
  span {
  cursor: auto;
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item
  a {
  margin: 0;
  width: auto;
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item
  .esds-cta__item::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("Navigate Next--red.svg");
  margin-left: 12px;
  padding-left: 16px;
  padding-right: 0;
  display: inline;
  position: relative;
  right: 5px;
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item
  a::before {
  content: none;
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--download::after {
  background-image: url(Download--red.svg);
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--contact::after {
  background-image: url(Email--red.svg);
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--link::after {
  background-image: url("Navigate Next--red.svg");
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--anchor::after {
  background-image: url("Navigate anchor--red.svg");
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--phone::after {
  background-image: url(Phone.svg);
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item
  .icon--address::after {
  background-image: url(address.svg);
}
@media (hover: hover) {
  .esds-expander.background--gray
    .esds-expander__intro.is-branded
    .esds-cta__item:hover {
    background: #fff;
    color: #ce1126;
    border-color: #fff;
  }
}
.esds-expander.background--gray
  .esds-expander__intro.is-branded
  .esds-cta__item::after {
  content: none;
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item {
  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;
  flex-direction: row;
  justify-content: center;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 32px;
  color: #ce1126;
  font-size: 1.125rem;
  height: 100%;
  padding: 16px 32px;
  text-align: center;
  width: 100%;
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item
  a {
  display: flex;
  height: 100%;
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item[aria-disabled="true"]
  span {
  cursor: auto;
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item
  a {
  margin: 0;
  width: auto;
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item
  .esds-cta__item::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("Navigate Next--red.svg");
  margin-left: 12px;
  padding-left: 16px;
  padding-right: 0;
  display: inline;
  position: relative;
  right: 5px;
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item
  a::before {
  content: none;
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item
  .icon--download::after {
  background-image: url(Download--red.svg);
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item
  .icon--contact::after {
  background-image: url(Email--red.svg);
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item
  .icon--link::after {
  background-image: url("Navigate Next--red.svg");
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item
  .icon--anchor::after {
  background-image: url("Navigate anchor--red.svg");
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item
  .icon--phone::after {
  background-image: url(Phone.svg);
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item
  .icon--address::after {
  background-image: url(address.svg);
}
@media (hover: hover) {
  .esds-expander.background--gray
    .esds-expander__intro:not(.is-branded)
    .esds-cta__item:hover {
    background: #ce1126;
    color: #fff;
    border-color: #ce1126;
  }
}
.esds-expander.background--gray
  .esds-expander__intro:not(.is-branded)
  .esds-cta__item::after {
  content: none;
}
.esds-cta--white .esds-cta__wrapper a {
  color: #ce1126;
}
.esds-cta--white .esds-cta__wrapper .esds-cta__item {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 32px;
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 87.49em) {
  .esds-cta--white .esds-cta__wrapper .esds-cta__item {
    padding: 12px 32px;
  }
}
@media (min-width: 87.5em) {
  .esds-cta--white .esds-cta__wrapper .esds-cta__item {
    padding: 16px 32px;
  }
}
@media (hover: hover) {
  .esds-cta--white .esds-cta__wrapper .esds-cta__item:hover {
    background: 0 0;
    color: #fff;
  }
}
.esds-cta--white .esds-cta__wrapper .esds-cta__item::after {
  content: none;
}
.esds-contacts .esds-cta__wrapper {
  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;
  justify-content: flex-start;
  padding: 0;
}
.esds-contacts .esds-cta__wrapper a {
  display: flex;
  height: 100%;
}
.esds-contacts .esds-cta__wrapper[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.esds-contacts .esds-cta__wrapper[aria-disabled="true"] span {
  cursor: auto;
}
.esds-contacts .esds-cta__wrapper .esds-cta__item {
  border-left: 1px solid #8e9090;
  margin: 16px calc(8px * 5);
  padding: 0 24px;
}
@media (max-width: 35.99em) {
  .esds-contacts .esds-cta__wrapper .esds-cta__item {
    margin-right: 0;
    padding-right: 0;
  }
}
.esds-contacts .esds-cta__wrapper .esds-cta__item::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("Navigate Next--red.svg");
  margin-left: calc(8px * -8);
  margin-right: 16px;
  position: absolute;
}
.esds-contacts .esds-cta__wrapper .esds-cta__item::after {
  content: none;
}
.esds-contacts .esds-cta__wrapper a {
  padding: 8px 24px;
  width: 100%;
}
.esds-contacts .esds-cta__wrapper .icon--download::before {
  background-image: url(Download--red.svg);
}
.esds-contacts .esds-cta__wrapper .icon--contact::before {
  background-image: url(Email--red.svg);
}
.esds-contacts .esds-cta__wrapper .icon--link::before {
  background-image: url("Navigate Next--red.svg");
}
.esds-contacts .esds-cta__wrapper .icon--anchor::before {
  background-image: url("Navigate anchor--red.svg");
}
.esds-contacts .esds-cta__wrapper .icon--phone::before {
  background-image: url(Phone--red.svg);
}
.esds-contacts .esds-cta__wrapper .icon--address::before {
  background-image: url(address--red.svg);
}
.esds-contacts .esds-cta__wrapper .icon--country::before {
  background-image: url(Country--red.svg);
}
.esds-contacts .esds-cta__wrapper .icon--zipcode::before {
  background-image: url(Zipcode--red.svg);
}
.esds-contacts .esds-cta__wrapper .icon--city::before {
  background-image: url(City--red.svg);
}
.page-brand--pratt .esds-cta--highlight .esds-cta__item {
  background: #f2cd00;
  border-color: #f2cd00;
  color: #1f2a44;
}
.page-brand--pratt .esds-cta--highlight .esds-cta__item:hover {
  color: #f2cd00;
}
.text--light {
  color: #fff;
}
.color--neutral-0 {
  background: #f7f7f7;
}
.color--neutral-100 {
  background: #efefed;
}
.color--neutral-200 {
  background: #e9e9e8;
}
.color--neutral-300 {
  background: #d9d9d6;
}
.color--neutral-400 {
  background: #b1b3b3;
}
.color--neutral-500 {
  background: #8e9090;
}
.color--neutral-600 {
  background: #63666a;
  color: #fff;
}
.color--neutral-700 {
  background: #565757;
  color: #fff;
}
.color--neutral-800 {
  background: #363737;
  color: #fff;
}
.color--neutral-900 {
  background: #212121;
  color: #fff;
}
.color--raytheon-red {
  background: #ce1126;
}
.color--collins-orange {
  background: #e4551f;
}
.color--pratt-lightblue {
  background: #00a9e0;
}
.color--pratt-darkblue {
  background: #1f2a44;
  color: #fff;
}
.color--pratt-yellow {
  background: #f2cd00;
}
.page-brand--pratt .component__headline {
  color: #1f2a44;
}
.page-brand--pratt .background--dark .component__headline {
  color: #fff;
}
[tabindex="0"]:focus,
a:focus,
button:focus,
details:focus,
input:focus,
select:focus,
textarea:focus {
  outline-color: #ce1126;
}
hr {
  border: 1px solid #8e9090;
}
tr:nth-child(even) {
  background-color: #efefed;
}
thead tr {
  background: #ce1126;
  color: #fff;
}
fieldset {
  border: 1px solid #d9d9d6;
}
a {
  color: #000;
}
@media (hover: hover) {
  a:hover {
    color: #ce1126;
  }
}
article a::after,
section a::after {
  color: #ce1126;
}
select option:active,
select option:focus,
select option:hover {
  background: #ce1126;
  color: #fff;
}
.page-brand--pratt [tabindex="0"]:focus,
.page-brand--pratt a:focus,
.page-brand--pratt button:focus,
.page-brand--pratt details:focus,
.page-brand--pratt input:focus,
.page-brand--pratt select:focus,
.page-brand--pratt textarea:focus {
  outline-color: #1f2a44;
}
.more::after {
  border-color: transparent;
  color: #ce1126;
}
.icon--play-button {
  transition: all 0.3s ease;
  background-color: #ce1126;
  border: 4px solid #ce1126;
  border-radius: 50%;
  height: 84px;
  left: calc(50% - 47px);
  opacity: 0.92;
  padding: 2px;
  position: absolute;
  top: calc(50% - 47px);
  width: 84px;
}
@media (max-width: 35.99em) {
  .icon--play-button {
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 35px);
    width: 60px;
  }
}
.icon--play-button::after {
  transition: all 0.3s ease;
  border-style: solid;
  border-width: 24px 32px;
  content: "";
  display: inline-block;
  height: 0;
  left: 32px;
  position: relative;
  width: 0;
  border-color: transparent;
  border-left-color: #fff;
  cursor: pointer;
  left: 27px;
  padding: 0;
  position: absolute;
  top: 14px;
}
@media (max-width: 35.99em) {
  .icon--play-button::after {
    border-style: solid;
    border-width: 15px 20px;
    content: "";
    display: inline-block;
    height: 0;
    left: 20px;
    position: relative;
    width: 0;
    border-color: transparent;
    border-left-color: #fff;
    position: absolute;
    left: 19px;
    top: 12px;
  }
}
.icon--play-button:hover {
  background-color: #fff;
}
.icon--play-button:hover::after {
  border-left-color: #ce1126;
}
.icon--play-button:focus {
  outline-color: #9d0f1f !important;
  outline-offset: -4px !important;
  outline-width: 4px !important;
}
.icon--download-before::before,
.icon--download::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(Download--red.svg);
}
.icon--contact-before::before,
.icon--contact::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(Email.svg);
}
.icon--launch-before::before,
.icon--launch::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(Launch.svg);
}
.icon--launch-before-white::before,
.icon--launch-white::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(Launch--white.svg);
}
.icon--link-before::before,
.icon--link::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("Navigate Next--red.svg");
}
.icon--anchor-before::before,
.icon--anchor::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("Navigate anchor--red.svg");
}
.icon--phone-before::before,
.icon--phone::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(Phone.svg);
}
.icon--address-before::before,
.icon--address::after {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(address.svg);
}
.icon--facebook::after,
.icon--facebook::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.icon--facebook::before {
  background-image: url(facebook.svg);
  opacity: 0.5;
  visibility: visible;
}
.icon--facebook::after {
  background-image: url(facebook--red.svg);
  opacity: 0;
  visibility: hidden;
}
.icon--facebook:hover::after {
  opacity: 1;
  visibility: visible;
}
.icon--facebook:hover::before {
  opacity: 0;
  visibility: hidden;
}
.icon--instagram::after,
.icon--instagram::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.icon--instagram::before {
  background-image: url(instagram.svg);
  opacity: 0.5;
  visibility: visible;
}
.icon--instagram::after {
  background-image: url(instagram--red.svg);
  opacity: 0;
  visibility: hidden;
}
.icon--instagram:hover::after {
  opacity: 1;
  visibility: visible;
}
.icon--instagram:hover::before {
  opacity: 0;
  visibility: hidden;
}
.icon--linkedin::after,
.icon--linkedin::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.icon--linkedin::before {
  background-image: url(linkedin.svg);
  opacity: 0.5;
  visibility: visible;
}
.icon--linkedin::after {
  background-image: url(linkedin--red.svg);
  opacity: 0;
  visibility: hidden;
}
.icon--linkedin:hover::after {
  opacity: 1;
  visibility: visible;
}
.icon--linkedin:hover::before {
  opacity: 0;
  visibility: hidden;
}
.icon--twitter::after,
.icon--twitter::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.icon--twitter::before {
  background-image: url(twitter.svg);
  opacity: 0.5;
  visibility: visible;
}
.icon--twitter::after {
  background-image: url(twitter--red.svg);
  opacity: 0;
  visibility: hidden;
}
.icon--twitter:hover::after {
  opacity: 1;
  visibility: visible;
}
.icon--twitter:hover::before {
  opacity: 0;
  visibility: hidden;
}
.icon--email::after,
.icon--email::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.icon--email::before {
  background-image: url(Email.svg);
  opacity: 0.5;
  visibility: visible;
}
.icon--email::after {
  background-image: url(Email--red.svg);
  opacity: 0;
  visibility: hidden;
}
.icon--email:hover::after {
  opacity: 1;
  visibility: visible;
}
.icon--email:hover::before {
  opacity: 0;
  visibility: hidden;
}
.icon--youtube::after,
.icon--youtube::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.icon--youtube::before {
  background-image: url(youtube.svg);
  opacity: 0.5;
  visibility: visible;
}
.icon--youtube::after {
  background-image: url(youtube--red.svg);
  opacity: 0;
  visibility: hidden;
}
.icon--youtube:hover::after {
  opacity: 1;
  visibility: visible;
}
.icon--youtube:hover::before {
  opacity: 0;
  visibility: hidden;
}
.icon--facebook-white::after,
.icon--facebook-white::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.icon--facebook-white::before {
  background-image: url(facebook--white.svg);
  opacity: 1;
  visibility: visible;
}
.icon--facebook-white::after {
  background-image: url(facebook--red.svg);
  opacity: 0;
  visibility: hidden;
}
.icon--facebook-white:hover::after {
  opacity: 1;
  visibility: visible;
}
.icon--facebook-white:hover::before {
  opacity: 0;
  visibility: hidden;
}
.icon--instagram-white::after,
.icon--instagram-white::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.icon--instagram-white::before {
  background-image: url(instagram--white.svg);
  opacity: 1;
  visibility: visible;
}
.icon--instagram-white::after {
  background-image: url(instagram--red.svg);
  opacity: 0;
  visibility: hidden;
}
.icon--instagram-white:hover::after {
  opacity: 1;
  visibility: visible;
}
.icon--instagram-white:hover::before {
  opacity: 0;
  visibility: hidden;
}
.icon--linkedin-white::after,
.icon--linkedin-white::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.icon--linkedin-white::before {
  background-image: url(linkedin--white.svg);
  opacity: 1;
  visibility: visible;
}
.icon--linkedin-white::after {
  background-image: url(linkedin--red.svg);
  opacity: 0;
  visibility: hidden;
}
.icon--linkedin-white:hover::after {
  opacity: 1;
  visibility: visible;
}
.icon--linkedin-white:hover::before {
  opacity: 0;
  visibility: hidden;
}
.icon--twitter-white::after,
.icon--twitter-white::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.icon--twitter-white::before {
  background-image: url(twitter--white.svg);
  opacity: 1;
  visibility: visible;
}
.icon--twitter-white::after {
  background-image: url(twitter--red.svg);
  opacity: 0;
  visibility: hidden;
}
.icon--twitter-white:hover::after {
  opacity: 1;
  visibility: visible;
}
.icon--twitter-white:hover::before {
  opacity: 0;
  visibility: hidden;
}
.icon--youtube-white::after,
.icon--youtube-white::before {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.icon--youtube-white::before {
  background-image: url(youtube--white.svg);
  opacity: 1;
  visibility: visible;
}
.icon--youtube-white::after {
  background-image: url(youtube--red.svg);
  opacity: 0;
  visibility: hidden;
}
.icon--youtube-white:hover::after {
  opacity: 1;
  visibility: visible;
}
.icon--youtube-white:hover::before {
  opacity: 0;
  visibility: hidden;
}
.text--highlight,
.text--highlight a {
  color: #ce1126 !important;
}
.page-brand--pratt .text--highlight {
  color: #00a9e0;
}
.on-page-editor
  .component.scEnabledChrome:not(.scLooseFrameZone)
  .component-content,
.on-page-editor
  .component[sc-part-of="placeholder rendering"]
  .component-content,
.on-page-editor .wrapper.esds-alert,
.on-page-editor .wrapper.esds-promo {
  outline-color: #ce1126 !important;
}
.on-page-editor code[hintname~="Biography"] + div[sc-part-of~="editframe"],
.on-page-editor code[hintname~="Leadership"] + div[sc-part-of~="editframe"] {
  outline-color: #ce1126 !important;
}
.on-page-editor .component-name,
.on-page-editor .esds-news__top-stories .component-name {
  background-color: #ce1126;
  color: #fff;
}
.on-page-editor
  .component.hero[sc-part-of="placeholder rendering"]
  .component-content
  .scLooseFrameZone {
  border: 1px dashed #ce1126;
}
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);
}
@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 {
    background: rgba(255, 255, 255, 0.5);
  }
}
body[data-mobile-navigation-level="3"]
  .esds-mega-nav__dropdown-level2
  > li[aria-expanded="false"]
  a:hover {
  color: #000;
}
body[data-mobile-navigation-level="3"]
  .esds-mega-nav__dropdown-level3
  > li[aria-expanded="false"]
  a:hover {
  color: #ce1126;
}
.reusable-form .service-header {
  color: #ce1126;
}
.reusable-form input[data-sc-field-name="DueDate"].input-validation-error,
.reusable-form input[data-sc-field-name="EventDate"].input-validation-error {
  border: 1px solid #fc393d;
}
.reusable-form input[type="email"].input-validation-error,
.reusable-form input[type="tel"].input-validation-error,
.reusable-form input[type="text"].input-validation-error {
  border: 1px solid #fc393d;
}
.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 {
  background-color: #fc393d;
}
.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 {
  color: #fff;
}
.reusable-form input[type="email"].input-validation-error,
.reusable-form input[type="tel"].input-validation-error,
.reusable-form input[type="text"].input-validation-error {
  border: 1px solid #fc393d;
}
.reusable-form .buttons-wrapper input[type="submit"]:disabled {
  border: 1px solid #999a9c;
  color: #999a9c;
}
.reusable-form__button-text {
  color: #fff !important;
}
@media screen and (min-width: 992px) {
  .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: #c7c7c7;
  }
  .esds-mega-nav__dropdown-level2::-webkit-scrollbar-thumb,
  .esds-mega-nav__dropdown-level3::-webkit-scrollbar-thumb,
  .esds-mega-nav__dropdown-sublevel::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
  }
  .esds-mega-nav__dropdown-level2,
  .esds-mega-nav__dropdown-level3,
  .esds-mega-nav__dropdown-sublevel {
    scrollbar-color: #9f9f9f #c7c7c7;
  }
}
body.on-page-editor .esds-cards__cta::after {
  border-color: transparent;
  border-left-color: #ce1126;
  border-style: solid;
  border-width: 4.8px 6.4px;
  content: "";
  display: inline-block;
  height: 0;
  left: 6.4px;
  position: relative;
  width: 0;
  background: 0 0;
}
body.on-page-editor .scInsertionHandleCenter {
  padding-bottom: 20px;
}
body.on-page-editor .esds-cards__cta::after {
  border-left-color: #ce1126;
}
body.on-page-editor .esds-news__top-stories .scLooseFrameZone {
  outline-color: #ce1126;
}
.esds-article-footer.esds-prd-article-footer .tag-list {
  border-bottom: 1px solid #8e9090;
}
div.esds-cards__description {
  color: #000;
}
article a:hover div.esds-cards__cta {
  color: #ce1126;
}
article a:hover h3.esds-cards__title {
  color: #ce1126;
}
.esds-cards--dark div.esds-cards__cta {
  color: #fff;
}
a#image-size-fix {
  display: block;
  align-self: auto;
}
article a div.esds-cards__cta span {
  font-size: 16px;
}
