predictive-search .predictive-search{color:var(--color-brand-text);position:relative}predictive-search .predictive-search-results{background-color:var(--color-black-5);border:0;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;position:absolute;right:0;top:24px;z-index:10}predictive-search .predictive-search__list-cards-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;display:inline-grid;gap:16px;grid-template-columns:repeat(1,1fr);justify-content:center}@media screen and (min-width:64rem){predictive-search .predictive-search__list-cards-wrapper{grid-template-columns:repeat(3,1fr)}}predictive-search .predictive-search__list{list-style:none;margin:0;max-height:72vh;overflow:auto;padding:2rem 1rem}@media screen and (min-width:64rem){predictive-search .predictive-search__list{margin:0 auto;max-width:1440px;padding:3.5rem}}@media screen and (min-width:91rem){predictive-search .predictive-search__list{padding:3.5rem var(--site-side-spacing)}}predictive-search .predictive-search__list-item--not-found{text-align:center}predictive-search .predictive-search__list-item--wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media screen and (min-width:64rem){predictive-search .predictive-search__list-item--wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}predictive-search .predictive-search__list-item--articles{width:100%}@media screen and (min-width:64rem){predictive-search .predictive-search__list-item--articles{max-width:31%}}predictive-search .predictive-search__list-item--pages-wrapper{margin-bottom:2.5rem}predictive-search .predictive-search__list-item--pages-wrapper:last-child{margin-bottom:0}predictive-search .predictive-search__list-item__heading{font-family:var(--font-heading-family);font-size:1.5rem;font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.75rem;margin-bottom:2rem}predictive-search .predictive-search__list-item__heading-sm{font-size:1.375rem;line-height:1.625rem;margin-bottom:1.5rem}predictive-search .predictive-search__list-item__heading--wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (min-width:64rem){predictive-search .predictive-search__list-item__heading{font-size:2rem;line-height:2.25rem;margin-bottom:0}predictive-search .predictive-search__list-item__heading-sm{font-size:1.5rem;line-height:1.75rem;margin-bottom:1.5rem}predictive-search .predictive-search__list-item__heading-lg{padding:1rem 0 2rem}}predictive-search .predictive-search__list-item__text{font-size:.875rem;line-height:1.25rem}@media screen and (min-width:64rem){predictive-search .predictive-search__list-item__text{font-size:1rem;line-height:1.375rem}}predictive-search .predictive-search__list-item.predictive-search__list-item--heading:last-child{padding-bottom:1rem}predictive-search .predictive-search__list-item.predictive-search__list-item--heading .label-small{margin-top:0}predictive-search .predictive-search__list-item.predictive-search__list-item--action{margin-top:1px solid var(--color-brand-primary-50);padding:.5rem 1rem 1rem}predictive-search .predictive-search__list__link{color:inherit;display:block;font-size:.875rem;line-height:1.375rem;margin-bottom:1.5rem;text-decoration:none}predictive-search .predictive-search__list__link:last-child{margin-bottom:0}@media screen and (min-width:64rem){predictive-search .predictive-search__list__link{font-size:1rem;line-height:1.375rem}}predictive-search .predictive-search__list__link:hover{color:var(--color-brand-purple)}predictive-search .predictive-search__list__link:active{text-decoration:underline}predictive-search .predictive-search__list__link--see-all{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;font-weight:400;line-height:1.375rem;text-decoration:none}@media screen and (min-width:64rem){predictive-search .predictive-search__list__link--see-all{font-size:1rem;line-height:1.375rem}}predictive-search .predictive-search__list__link--see-all .icon--link{padding:.625rem .8125rem}predictive-search .predictive-search__list__link--see-all:hover{color:var(--color-brand-purple)}