.simple-list.component{background-color:#fff;color:#333}
.simple-list .simple-list__title>*:first-child{font-size:26px;font-weight:500;line-height:39px;margin-bottom:0}
.simple-list .simple-list__subtitle{margin-top:16px}
.simple-list .simple-list__subtitle>*{font-size:16px;font-weight:400;line-height:24px}
.simple-list .simple-list__subtitle>*:last-child{margin-bottom:0}
.simple-list .simple-list__link-container{display:block;max-width:650px;margin-top:24px}
.simple-list .simple-list__link-item{padding-top:20px;padding-bottom:0}
.simple-list .simple-list__link-container.divider-bar .simple-list__link-item{padding-top:16px;padding-bottom:16px;border-bottom:1px solid #d9d9d6}
.simple-list .simple-list__text{font-weight:500;font-size:16px;line-height:24px}
.simple-list .simple-list__link{display:inline-flex;align-items:center}
.simple-list .simple-list__text{color:#333}
.simple-list .simple-list__subcopy{font-family:'Noto Sans','Arial','Helvetica','sans-serif';font-size:16px;font-weight:400;line-height:24px}
.simple-list .simple-list__subcopy p:last-of-type{margin-bottom:0}
.simple-list .show-more-section{position:absolute;max-width:650px;height:104px;padding-left:0;padding-right:0;background-color:#fff;bottom:-25px;display:flex;-webkit-box-align:end;justify-content:center;align-items:flex-end;background:-webkit-gradient(180deg,rgba(255,255,255,0.0001) 0,#fff 72.14%);background:linear-gradient(180deg,rgba(255,255,255,0.0001) 0,#fff 72.14%)}
.simple-list .show-more-section .show-more-button{color:#007abc;position:absolute;display:flex;align-items:center;margin-bottom:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer}
.simple-list .show-more-section .show-more-button svg{height:12px;width:12px;fill:#007abc;margin-left:6px}
.simple-list .show-more-section .show-more-button:hover{text-decoration:underline}
@media screen and (min-width:768px){.simple-list .simple-list__title>*:first-child{font-size:34px;line-height:51px}
.simple-list .simple-list__link-container{display:inline-block}
}
@media screen and (min-width:1024px){.simple-list .simple-list__title>*:first-child{font-size:36px;line-height:54px}
.simple-list .simple-list__subtitle>*{font-size:16px;line-height:24px}
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.simple-list .show-more-section .show-more-button{left:45%}
}