@charset "utf-8";
/* CSS Document */

/* Mountain2 LAYOUT */
html {
	background: #FDFDFD;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #CCC;
}

body {
	font-size: .8em;
	line-height: 1.78em;
	font-family: 'Lato', sans-serif;
	color: #606060;
}
p {
	padding: 0 5px 10px 5px;
	line-height: 1.78em;
	font-size: 1em;
}
h1, h2  {
	font-size: 2.7em;
	line-height: 1.2em;
	color:#25bee4;
}
h4 {
	font-size: 1.2em;
}
h3, h4, h5, h6, h2.title a, h4.title a, h6.title a, h3.title a, h4.title, h5.title a {
	color: #404040;
}
h5, h6 {
	font-size: 1em;
	line-height: 1.6em;
	padding-bottom: 0px;
}
h5.title a {
	color: #606060;
	font-size: .9em;
}

#nyk-wrapper {
	background: url('/nyk/gen3/webroot/theme/mountain2/img/paper_cool.jpg') repeat;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 1020px;
	max-width: 1920px;
	overflow: visible;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.4);
	border: 1px solid #B8B8B8;
}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: 700;
	color: #529fc0;
}

a:hover {
	text-decoration: none;
	font-weight: 700;
	color: #1697c5;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

/***BANNER***/
#nyk-banner {
	position: relative;
	background: #20374c;
	background-position: center bottom;
	width: 100%;
	color: #fff;
	min-height: 50px;
	margin: 0 auto;
	min-width: 1000px;
	z-index: 6000;
	-moz-box-shadow: 3px 1px 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 1px 3px 1px rgba(0,0,0,0.3);
	-khtml-box-shadow: 3px 1px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 3px 1px 3px 1px rgba(0,0,0,0.3);
}
#nyk-banner .flash-wrapper {
    width: 1000px;
    margin: 0px auto;
    overflow: visible;
}
#nyk-banner .flash-wrapper span.mountain2 {/*Top Banner */
	color: #25bee4;
	text-shadow:1px 1px 5px #153655;
	font-size: 2.3em;
	font-weight: 700;
	margin: 10px 0 0 0;
	width: 100%;
	min-height: 30px;
	text-align: left;
	overflow: visible;
	position: relative;
}
#nyk-banner #flash-header {
	float: none;
	position: relative;
	margin: 0 auto;
	width: 1000px;
	display: block;
}

/* ******************* */
/* Top Navigation Menu */
/* ******************* */

#nyk-header-wrapper {
	width: 100%;
	max-width: 1920px;
	min-width: 1000px;
	margin: 0 auto;
	margin-bottom: 25px;
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}

#nyk-navigation-menu.content {
	margin: 0 auto;
}
#nyk-navigation-menu {
	position: relative;
	z-index: 4000;
	min-height: 45px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background-image: url('/nyk/gen3/webroot/theme/mountain2/img/mountain_banner.jpg');
	background-position: left bottom;
	height: 400px;
}
#outer {
	padding: 20px 0px;
	width: 1000px;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
}
#nyk-header #nyk-navigation-menu #menu {
	margin: 0;
	width: 100%;
	min-height: 35px;
}
#nyk-header #nyk-navigation-menu ul {
	text-align: center;
}

#nyk-header #nyk-navigation-menu li {
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: 700;
	width: 14%;
	display: inline-block;
    margin:0px 20px 10px auto;
	float: none;
	-moz-box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.2);
	-khtml-box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.2);
	text-decoration: none;
	font-size: 13px;
	float: none;
	border:solid 2px #153655;	
	text-shadow:1px 1px 5px rgba(21,54,85,.6);

}

#nyk-header #nyk-navigation-menu  li, #nyk-header #nyk-navigation-menu  li a {
	background-color: rgba(21,54,85,.5);
	color: #FFF;
}
#nyk-header #nyk-navigation-menu  li:hover, #nyk-header #nyk-navigation-menu li a:hover, #nyk-header #nyk-navigation-menu  li:hover a {
	border-color: #153655;
	background-color: #153655;
}

#nyk-header #nyk-navigation-menu li:hover ul, #nyk-header #nyk-navigation-menu li:hover ul li:hover ul {
	margin-left: -2px;
	margin-top: 1px;
	border: none;
	color: #FFF;
}

#nyk-navigation-menu ul li a:hover, #nyk-navigation-menu ul li:hover {
	background-color: #529FC0;
	color: #fff;
}
#nyk-header #nyk-navigation-menu ul ul li:hover, #nyk-header #nyk-navigation-menu ul ul li a:hover, #nyk-header #nyk-navigation-menu ul ul li:active, #nyk-header #nyk-navigation-menu ul ul li a:active {
	background-color: #529FC0;
}
#nyk-header #nyk-navigation-menu ul ul li, #nyk-header #nyk-navigation-menu ul ul li a {
	color: #fff;
	border: none;
}
#nyk-header #nyk-navigation-menu ul ul {
	-moz-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	background: #153655;
}

/********************
 *******CONTENT*******
 *********************/
#nyk-content-wrapper {
	margin: 0;
	padding: 0 0 10px 0;
	min-height: 19em;
}

#nyk-content-container {
	font-weight: light;
	float: none;
	margin: 0 auto;
	width: 1000px;
}
#nyk-content {
	background: none;
	border-radius: none;
	box-shadow: none;
	margin-bottom: none;
}
#nyk-content #content {
	margin: 0px 0 20px 0;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 0 20px 20px 20px;
}
#nyk-content .module-container h4.title {
	font-size: 2.7em;
	line-height: 1.2em;
	color: #25bee4;
	border-bottom: 4px solid #153655;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0 0 5px 0;
}

#nyk-content h1, #nyk-content h2, h1.title, h1, h2 {
	border-bottom: 4px solid #153655;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0 0 5px 0;
}

#nyk-content h3 {
	font-size: 1.4em;
	color: #404040;
}
#nyk-content li {
	font-weight: 700;
	padding: 3px 0 3px 0;
}
.search {
	width: 95%
}

/* ******* */
/* Modules */
/* ******* */

/****columns******/
#nyk-primary-column h4.title, #nyk-secondary-column h4.title {
	font-size: 17px;
	line-height: 1.8em;
	margin-top: -5px;
	background: #4486a2;
	border-bottom: 1px solid #488fad;
	color: #fff;
	background: #529fc0;	
}

#nyk-primary-column .module, #nyk-secondary-column .module {
	color: #606060;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	background-color: #FFF;
	border: solid 1px #CCC;
}

#nyk-primary-column .module .title, #nyk-secondary-column .module .title {
	padding: 0 .5em;
}
#nyk-primary-column .module .content, #nyk-secondary-column .module .content {
	padding: 0 .5em 1em;
	margin: 0;
}
#nyk-content .column, #nyk-primary-column .column, #nyk-secondary-column .column {
	float: left;
	margin: 0 auto;
	padding: 0;
}
#nyk-primary-column, #nyk-secondary-column {
	padding: 0;
}

#nyk-primary-column .module-container .module {
	margin: 0 0 1em 0;
	width: 93%;
}
#nyk-secondary-column .module-container .module {
	margin: 0 0 1em 1em;
	width: 93%;
}

/****health articles****/

#nyk-health-articles h5.title
#nyk-content.column #content.index nyk-health-articles .categories clearfix {
	padding-bottom: 20px;
}

/***blogs****/
#nyk-primary-column #nyk-blogs .title, #nyk-secondary-column #nyk-blogs .title {
	background: rgb(0, 39, 89), url('/nyk/gen3/webroot/theme/multiplicity/img/bloglist-icon.png') no-repeat;
	background-position: right center;
}
#nyk-blogs ul li {
	list-style-type: none;
}

/***office hours****/
#nyk-office-hours table {
	width: 95%;
}

/***newsletter sign-up****/
#nyk-newsletter-signup .content .signup, input.button {
	border: solid 1px #1697c5;
	color: #1697c5;
	cursor: pointer;
	padding: 0 0 .25em 0;
	width: 90%;
	background: #fff;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: 700;
	height: 29px;
	line-height: 27px;
}

#nyk-newsletter-signup .content .signup:hover, input.button:hover {
	background: #1697c5;
	color: #fff;
	cursor: pointer;
	text-shadow: 0px 0px 3px rgba(255,255,255,1);
	border-radius: 1px;
	-moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
	-khtml-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
}

/***main_graphic_stock_photo****/
.right {
	padding: 2px;
	margin: 0px 15px 5px 15px;
	background-position: 0px 100%;
	background-repeat: repeat-x;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
	padding: 9px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

/***Read-More BUTTONS***/
a.read-more, a:link.read-more, span.read-more a, span.read-more a:link, a:visited.read-more {
	border: solid 1px #1697c5;
	color: #1697c5;
	background: #fff;
	cursor: pointer;
	font-weight: normal;
	font-size: .9em;
	height: 27px;
	line-height: 27px;
	padding: .2em 1em;
	text-decoration: none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
	-khtml-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
	text-transform: lowercase;
}
a.read-more:hover, span.read-more a:hover {
	background: #1697c5;
	border: solid 1px #1697c5;
	color: #fff;
	cursor: pointer;
	font-weight: normal;
	text-shadow: 0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
	-khtml-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
}
a:link.read-more:hover, a.read-more:hover, a.read-more link:hover, .read-more.right a:hover, a.read-more.right:hover {
	color: #fff;
}
h5.video_module_title a {
	padding: 5px 0;
}

.video_module_player_thumbnail {
	margin-top: 15px;
}

/******************/
/* Forms & Formee */
/******************/

input:focus, textarea:focus {
	outline: medium none;
}

input[type="text"], input[type="password"], input[type="file"], textarea, select {
	background-color: #fff;
	vertical-align: middle;
	line-height: 1.2em;
	padding: 5px 0 6px 3px;
	border-style: solid;
	border-width: 1px;
	border-top-color: rgb(198,198,198);
	border-right-color: rgb(218,218,218);
	border-bottom-color: rgb(234,234,234);
	border-left-color: rgb(218,218,218);
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 0px .5px .5px .5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px .5px .5px .5px rgba(0,0,0,0.3);
	-khtml-box-shadow: inset 0px .5px .5px .5px rgba(0,0,0,0.3);
	box-shadow: inset 0px .5px .5px .5px rgba(0,0,0,0.3);
}

input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, textarea:hover, select:hover {
	background-color: rgb(255, 255, 255);
	border: solid 1px rgb(198,198,198);
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
	background-color: rgb(255, 255, 255);
	border-color: rgb(101, 158, 201) rgb(112, 174, 221) rgb(168, 207, 236);
	color: rgb(51, 51, 51);
	outline: 0px none;
}

.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
	padding: 0 1em .25em 1em;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	width: 120px;
	border: solid 1px #529fc0;
}

/**********/
/* Footer */
/**********/
#nyk-footer-wrapper {
	background:  #20374c;
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
	-khtml-border-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
}
#nyk-footer {
	font-weight: 700;
	float: none;
	margin: 0 auto;
	width: 1000px;
	color: #fff;
}

/* Padding/width for columns in footer */
#nyk-footer #nyk-nav-string.module {
	overflow: visible;
}
#nyk-footer .column-container.one-column  .content {
	width: 100%;
	min-height: 50px;
	padding: 15px 0 15px 0;
}
#nyk-footer  .column-container.two-column .content {
	width: 95%;
}
#nyk-footer  .column-container.three-column .content {
	width: 96%;
}
#nyk-footer .column-container.three-column .column {
	width: 32%;
}
#nyk-footer .column-container.three-column .column_two {
	padding-right: 2%;
	padding-left: 2%;
}
/* End of Padding/width for columns in footer */
#nyk-footer h4.title {
	display: block;
	width: 100%;
	font-size: 1.3em;
	margin-top: 1px;
	margin-bottom: 6px;
	float: left;
	color: #fff;
}
#nyk-footer #nyk-new-patient-center .content ul li {
	display: inline-block;
	font-size: .9em;
}
#nyk-footer .content {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
}
#nyk-footer  a {
	color: #529fc0;
	font-weight: 700;
	text-transform: lowercase;
	margin: 0 3px 0 3px;
}
#nyk-footer  a:hover {
	color: #fff;
}
#nyk-footer #nyk-nav-string ul {
	margin: 0 auto;
	text-align: center;
}
#nyk-footer #nyk-nav-string ul li {
	list-style: none;
	display: inline;
	margin: 0 auto;
}
#nyk-footer #nyk-nav-string ul li a {
	font-size: 1.2em;
	border-bottom: solid 2px #529fc0;
	color: #fff;
	margin: 12px;
	padding-bottom: 4px;
	text-transform: uppercase;
	display: inline-block;
}
#nyk-footer #nyk-nav-string ul li a:hover {
	border-bottom: solid 2px #fff;
	color: #fff;
}
#nyk-footer #bttmNav {
	margin: 0 auto;
}
#nyk-footer .column-container {
	padding: 0;
}
#nyk-copyright {
	width: 100%;
	text-align: center;
	font-size: .9em;
}
#nyk-copyright a {
	color: #9CBC00;
	font-weight: 500;
}

/****module container***/
.module-container {
	margin: 0 auto;
}
.module-container a {
	color: #529FC0;
}
.module-container a:hover {
	color: #1697c5;
}
.module-container h5.title {
	color: #606060;
}
#nyk-content .module-container {
	background: #fff;
	border: solid 1px #CCC;
}
#nyk-copyright a{
	color: #529FC0;
}
/**
/*****container padding*************/
#content.index nyk-custom-content {
	padding: 40px 40px 45px 40px;
	border: solid 1px #CCC;
}
#nyk-content .module-container {
	padding: 0 25px;
	border: solid 1px #CCC;
}
#nyk-content-container.no-columns #content, #content.index nyk-custom-content, #nyk-content-container.one-column-right #content, #nyk-content-container.one-column-left #content, #nyk-content-container.two-column #content {
	padding: 20px;
	border: solid 1px #CCC;
}
/*****end of container padding********/
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'), url(/nyk/gen3/webroot/theme/mountain2/fonts/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(/nyk/gen3/webroot/theme/mountain2/fonts/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local('Lato Bold'), local('Lato-Bold'), url(/nyk/gen3/webroot/theme/mountain2/fonts/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	src: local('Lato Black'), local('Lato-Black'), url(/nyk/gen3/webroot/theme/mountain2/fonts/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
}
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	src: local('Lato Italic'), local('Lato-Italic'), url(/nyk/gen3/webroot/theme/mountain2/fonts/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}
/***************End Google Fonts*******************/
