.edu-news-ticker{background:var(--ticker-bg);padding:18px 0}.edu-news-ticker,.edu-news-ticker__viewport{overflow:hidden;width:100%}.edu-news-ticker__track{align-items:center;animation:eduTickerScroll var(--ticker-speed) linear infinite;animation-delay:0s;display:flex;width:max-content;--ticker-scroll-distance:0px}.edu-news-ticker:hover .edu-news-ticker__track{animation-play-state:paused}.edu-news-ticker__card{align-items:center;box-sizing:border-box;display:flex;flex:0 0 auto;gap:14px;padding:0 24px;text-decoration:none;white-space:nowrap;width:auto}.edu-news-ticker__icon-wrap{align-items:center;display:flex;flex:0 0 auto;height:60px;justify-content:center;width:72px}.edu-news-ticker__icon{display:block;height:auto;max-height:60px;max-width:72px;width:auto}.edu-news-ticker__content{min-width:0}.edu-news-ticker__headline,.edu-news-ticker__school,.edu-news-ticker__subheadline{white-space:nowrap}.edu-news-ticker__headline{font-size:18px;font-weight:700;line-height:1.15;margin-bottom:4px;text-align:left}.edu-news-ticker__subheadline{font-size:14px;font-weight:500;line-height:1.25;margin-bottom:5px;text-align:left}.edu-news-ticker__school{font-size:13px;font-weight:400;letter-spacing:.02em;line-height:1.2;text-align:left;text-transform:uppercase}.edu-news-ticker__separator{background:var(--separator-color);flex:0 0 auto;height:70px;margin:0 18px;opacity:.6;width:var(--separator-width)}@keyframes eduTickerScroll{0%{transform:translateX(0)}to{transform:translateX(var(--ticker-scroll-distance))}}@media (max-width:767px){.edu-news-ticker{padding:16px 0}.edu-news-ticker__card{gap:12px;padding:0 18px}.edu-news-ticker__icon-wrap{height:40px;width:40px}.edu-news-ticker__icon{max-height:40px;max-width:40px}.edu-news-ticker__headline{font-size:16px}.edu-news-ticker__subheadline{font-size:13px}.edu-news-ticker__school{font-size:12px}.edu-news-ticker__separator{height:56px;margin:0 14px}}