
    /***********************************************
     *
     *  HI's home page
     *
     ***********************************************/
         
         /******************************
          * @imports
          ******************************/
          
			/* style that controls the Table of Contents page */
			@import 'Controls/articleTOC.css';
			
			/* styles for Feature Rotator */
			@import 'Controls/FeatureRotator.css';
			
			/* styles to patch the Jobs box until we have a dev environment */
			@import 'Controls/tabbedFeatureContentControl_patch.css';
			
         /******************************
          * styles
          ******************************/

			/*******************************
			 *	Header
			 ******************************/

			 	/*
			 		Header Background Image.
			 		The defaults are set in
			 		master.css. Should be 
			 		identical to the height
			 		of .header_ad_navigation
			 	*/
				.head_wrap .header_ad_navigation
				{
					background-image: url();
					border-bottom: 2px solid #009cdb;
				}

				/*
					Header Search Control Button.
					The defaults are set in
					master.css. Just the image gets
					entered in here.
				
				#search_control a:active,
				#search_control a:link,
				#search_control a:visited
				{
					background-image: url("https://nursing.advanceweb.com/sharedresources/Graphics/header/headerSearch/hi_search_buttonBG.jpg");
				}
*/
			/* this is an override in subscription_control.css since HI isn't using a pub cover anymore */
			#subscription_control img 
			{  }
			
			#subscription_control .subscription_text
			{  }	

			#currentIssue h3 a:link, #currentIssue h3 a:active, 
			.feature h2, 
			.feature h2 a:link, .feature h2 a:active,
			.extra h2, 
			.extra h2 a:link, .extra  h2 a:active,
			.pubColor, a.pubColor:link, a.pubColor:visited, a.pubColor:active, a.pubColor:hover,
			.edColumn a:link, .edColumn a:active,
			.extra .brief a:link, .extra .brief a:active,
			.arrowList li span,
			.pageHeading,
			.brief a:link, .brief a:active,
			.cm_contentWrapper a:active, .cm_contentWrapper a:link, .cm_contentWrapper a:visited,
			table span.title,
			.sponsorTxt h2.pubColor a:active,
			.sponsorTxt h2.pubColor a:link,
			.sponsorTxt h2.pubColor a:visited
			{
				color: #009cdb;
			}

			.pubBG {
				background-color: #009cdb;
			}
			
			div#brandHeader div#subscription_control.header_control a:hover {
				color:#009cdb;
			}
			
			div.navContainer ul#nav div.dropdown2Columns div.colls ul li a {
				color: #009cdb;
			}

			table span.lgAltTitle {
				color: black; /* controls alternate title color on frakensite */
			}

			/* visited link states */
			#currentIssue a:visited, 
			.brief a:visited, .item a:visited,
			.extra h2 a:visited,
			.pubColor a:visited,
			.feature h2 a:visited,
			.vendorList .full .pubColor:link, .vendorList .full .pubColor:visited, .vendorList .full .pubColor:active, .vendorList .full .pubColor:hover,
			.categoryList .full .pubColor:link, .categoryList .full .pubColor:visited, .categoryList .full .pubColor:active, .categoryList .full .pubColor:hover  {
				color: #75d7ff;
				
			}

			/* something {
				color: #cc0000; /* secondary pub color 
			} */

			.eyebrow span {
				color: #4b4a3b; /* web exclusive color */
			}

			/* because logo heights differ, the offset for this needs to be adjusted per-pub. UPDATE: all pub logos same size now, don't change this per pub */
			#pubHead p { 
					padding: 25px 0px 0px 35px;
				}
				 #pubHead img {
					padding: 10px 0 0 20px;
				}	
				.bordered {
					border: 1px solid #009cdb;
				}

			.newsList span, .aggregator .item span, .bullet li {
				background: url(https://nursing.advanceweb.com/sharedresources/Graphics/advanceweb/HI/HI_bullet.gif) no-repeat left 5px;
			}

			/* styles for customized link bar */
			div.tsgLinks {
				background-color:#009cdb;
				color:#E4F4EA;
				font-size:11px;
				margin-top:-4px;
				padding-bottom:6px;
				padding-left:6px;
				padding-top:6px;
				float: none;
			}

			.tsgLinks a:link, .tsgLinks a:active, .tsgLinks a:visited, .tsgLinks a:hover {
			color:#E4F4EA;
			text-decoration: underline;
			}
			
			div.fillInSearchArea {
				height: 170px !important;
			}
			
			/* main horizontal nav menu overwrite - HI menu options have been reduced significantly- May 2015 - Randy Wehrs */
			div.navContainer ul#nav li { padding: 6px 36px; }
			/* main horizontal nav sub-menu padding reset to overwrite above new padding */
			div.navContainer ul#nav li div.colls ul li { padding: 7px 0; }

			
			
/* iPhone 4 and 5 */
@media  (device-height: 480px) and (-webkit-min-device-pixel-ratio: 2),
	(device-height: 568px) and (-webkit-min-device-pixel-ratio: 2),
	/* LG G2 */
	(device-height: 1920px) and (device-width: 1080px),
	/* top 5 most common mobile screen resolution visits from Jun 1 2013 - Jan 31 2014 */
	/* (device-height: 1024px) and (device-width: 768px), iPad*/
	(device-height: 480px) and (device-width: 320px),
	(device-height: 568px) and (device-width: 320px),
	(device-height: 1280px) and (device-width: 720px),
	(device-height: 800px) and (device-width: 480px),
	/* should target most mobile devices on portrait and landscape */
	(max-device-height: 801px) and (max-device-width: 601px)
	/* (min-width: 360px), */
	/* (min-width: 480px) */ {
					
		div.mobileMenu div.mobileNav div.mobileLogo {
			background: #fff url("http://health-information.advanceweb.com/SharedResources/Graphics/header/headerLogo/mobile/HI_logo_mobile.gif") no-repeat 10px 50%;
			background-size: 290px;
		}

	}
