<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
	position: fixed;
	width: 100%;
	height: 70px;
	background: #fff;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	z-index: 100
}

header .header-content {
	position: relative;
	width: 960px;
	margin: 0 auto
}

section.content {
	position: relative;
	margin: 0;
	padding-top: 70px;
	width: 100%;
	background: none
}

section.content article {
	width: 100%
}

section.content article .wrapper {
	width: 960px;
	margin: 0 auto
}

footer {
	position: relative;
	margin: 30px auto 0;
	padding-bottom: 30px;
	width: 100%;
	font-size: 17px;
	line-height: 24px
}

footer .wrapper {
	width: 960px;
	margin: 0 auto
}

footer .wrapper .content {
	margin: 0 20px;
	padding: 20px 0 20px 0
}

#social a {
	display: none;
}

section.content article.optometrist-search .wrapper .user-location {
	display: none;
}
</pre></body></html>