/* 2020-08-24 Modify presentation inside header sign-in list, Fixed in February 2022 */
/* div.signin.signin-menu__content-wrapper ul li.signin__items a.signin__link.weight-bold {
    font-weight: 500;
}

div.signin.signin-menu__content-wrapper ul li.signin__items a.signin__link.weight-bold span {
    display: inline-block;
    clear: both;
    width: 100%;
    font-weight: 700;
}

div.mobile-menu__panel div.signin.signin-menu__content-wrapper ul li.signin__items a.signin__link.weight-bold:hover span {
    text-decoration: underline;
} */

/* 2020-10-16 Modify IE11 search modal position */
/* 2020-12-11 Removed */
/* .search__autocomplete-items {
    right: 0%;
} */

/* 2020-10-27 Utility Nav and Search Suggest List Font-Weight */
/* 2021-09-23 Utility Nav and Search Suggest List Font-Weight moved to core CSS file */
/* .utility-nav a {
    font-weight: 500;
}

.search__autocomplete-items ul li {
    font-weight: 600 !important;
} */

/* 10/13/2021 - Fix the Skip to main content link the header by changing the background to #fff and the link color to #196ecf. Fixed February 2022 */
/* a#header-skip-navigation-link {
    background-color: #fff;
    color: #196ecf;
} */

/* 10/12/2021 - Fix for skips links in navigation. Fixed February 2022 */
/* 03/08/2022 - Fix spacing issue for Simple List */
/* 
html:not(.aem-AuthorLayer-Edit) .sr-only.skip-link:focus {
    left: unset;
    top: unset;
} 

.simple-list ol li a,
.simple-list ul li a {
  padding: 4px 4px 4px 0px !important;
} */
.simple-list ol,
.simple-list ul {
  padding: 10px 10px 10px 0px !important;
}
