body {
	font-family: neue-haas-grotesk-display, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #333;
	font-size: 1.125rem;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}

ul.ticker-items {
	margin: 0;
	padding-left: 0.5rem;
	min-height: 60px;
}

	ul.ticker-items li {
		display: none;
		list-style: none;
		font-size: 1rem;
		color: #FFF;
		padding-top: 0.2rem;
	}

		ul.ticker-items li strong {
			text-transform: uppercase;
		}

		ul.ticker-items li a, ul.ticker-items li a:visited {
			color: #FFF;
			text-decoration: underline;
		}

			ul.ticker-items li a:hover {
				font-weight: bold;
			}

@media (min-width: 768px) {
	ul.ticker-items {
		min-height: unset;
	}

		ul.ticker-items li {
			font-size: 1.25rem;
		}
}
