<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************** */
/* General Styles */
/* ************** */
a, a:visited, a:active {
	color: #555;
}
a:hover {
	color: #777;
}
body {
	background-color: #000;
	background-image: url(/nyk/gen3/webroot/theme/happyThanksgiving/img/body_background_happy_thanksgiving.jpg);
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	color: #6C1C05;
}

h1.title, h2.title, #nyk-content .module-container h4.title {
	border-bottom: 1px solid #6C1C05;
	color: #6C1C05;
}

#nyk-wrapper {
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	width: 85%!important;
}
/* ****** */
/* Banner */
/* ****** */
#flash-header {
	height: 167px;
	margin-top: 0px;
	padding-top: 0px;
}
#nyk-banner {
	background-image: url(/nyk/gen3/webroot/theme/happyThanksgiving/img/banner_background_happy_thanksgiving.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#nyk-banner .flash-wrapper span.happyThanksgiving {
	color: #FF9E00;
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 4.50em;
	margin-left: .5em;
	text-shadow: 2px 2px 2px #333
}
/* ******* */
/* Content */
/* ******* */
#nyk-content-container {
	background-image: url(/nyk/gen3/webroot/theme/happyThanksgiving/img/content_background_happy_thanksgiving.jpg);
}
/* ****** */
/* Footer */
/* ****** */
#nyk-footer {
	background-image: url(/nyk/gen3/webroot/theme/happyThanksgiving/img/content_background_happy_thanksgiving.jpg);
}
/* ************ */
/* Module Icons */
/* ************ */
#nyk-primary-column #nyk-newsletter-signup .title, #nyk-secondary-column #nyk-newsletter-signup .title {
	height: 36px;
	background-image: url(/nyk/gen3/webroot/theme/happyThanksgiving/img/module-icon-newsletter.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}
#nyk-primary-column #nyk-appointment-request .title, #nyk-secondary-column #nyk-appointment-request .title {
	height: 36px;
	background-image: url(/nyk/gen3/webroot/theme/happyThanksgiving/img/module-icon-appointment.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}
#nyk-primary-column #nyk-office-hours .title, #nyk-secondary-column #nyk-office-hours .title {
	height: 36px;
	background-image: url(/nyk/gen3/webroot/theme/happyThanksgiving/img/module-icon-hours.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}
#nyk-primary-column #nyk-new-patient-center .title, #nyk-secondary-column #nyk-new-patient-center .title {
	height: 36px;
	background-image: url(/nyk/gen3/webroot/theme/happyThanksgiving/img/module-icon-npc.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}
#nyk-primary-column #nyk-article-search .title, #nyk-secondary-column #nyk-article-search .title {
	height: 36px;
	background-image: url(/nyk/gen3/webroot/theme/happyThanksgiving/img/module-icon-article.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}
/* *************** */
/* Navigation Menu */
/* *************** */
#nyk-navigation-menu ul {
	background-image: url(/nyk/gen3/webroot/theme/happyThanksgiving/img/navigation_menu_harvest_thanksgiving.jpg);
	background-position: left top;
	background-repeat: repeat;
}
#nyk-navigation-menu ul ul {
	background-color: #601500;
	background-image: none;
}
#nyk-navigation-menu ul ul ul {
	background-color: #70521C;
}
#nyk-navigation-menu li, #nyk-navigation-menu li a {
	color: #601400;
}
#nyk-navigation-menu li:hover li, #nyk-navigation-menu li:hover li a {
	color: #FFF;
}
#nyk-navigation-menu li:hover li:hover {
	background-color: #70521C;
}
/* ******* */
/* Modules */
/* ******* */
#nyk-primary-column .module .title, #nyk-secondary-column .module .title {
	background-color: #FF9E00;
	margin-bottom: 0;
	padding: .5em 0;
	text-align: center;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#nyk-primary-column .module .content, #nyk-secondary-column .module .content {
	background-color: #FFF;
	border: 1px solid #FF9E00;
	padding: .5em 0;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

</pre></body></html>