/* PATTERN LIBRARY */

/* Pattern: global title (aka henry bar) */ 
.title {
	/*padding: 1em 0;*/
	padding: 0;
	font-weight: bold;
}
	.global-title .fw_content {
		padding: 0 0.5em;
	}
	.site-title {
		font-size: 2.0em;
	}


/* Pattern: navigation */

/*#navCTA {float: right;}*/
.main-nav {
	/*position: absolute;*/
	display: none;
	float: left;
	top: 3em;
	width: 100%;
	padding-left: 0;
	/* make sure the nav dropdown covers the parent's sibling container */
	z-index: 2;
}
	.main-nav a:hover {
		text-shadow: none;
	}
	.navLink_box-link {
		display: inline-block;
		float: left;
		clear: left;
		margin: 0.8em 0em 0.8em 0.25em;
		/* width/height specific to icon/symbol being used */
		/*width: 35px;
		height: 25px;*/
		/* NOTE: should this become a skinning element? */
		color: rgb(255, 255, 255);
	}
	.navLink_box-link:hover {
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.6);
	}

	.main-nav_item, 
	.main-nav_item .nav-link {
		display: block;
		/*float: left;*/
		/*color: rgb(255, 255, 255);*/
		color: rgb(0, 0, 0);
		text-decoration: none;
	}
	.main-nav_item .nav-link:hover {
		text-decoration: underline;
	}
	.main-nav_item {
		/*margin: 0;*/
		margin: 0 45px 0 0;
		margin: 0 0;
		opacity: 0.9;
		height: 32px;
		line-height: 32px;
	}
	.main-nav_item:hover {
		/*background-color: rgb(0, 0, 0);*/
		/*background-color: rgba(0, 0, 0, 0.6);*/
	}
		.main-nav_item > .nav-link {
			position: relative;
			display: block;
			/*float: left;*/
			margin: 0;
			padding: 1em 0.5em;
			padding-top: 0;
			height: 32px;
			line-height: 32px;
			/*font-weight: bold;*/
		}
		.lt-ie10 .nav-link:hover,
		.lt-ie10 .nav-link:active {
			text-decoration: underline;
		}
	.main-nav_item .sub-nav {
		position: absolute;
		display: none;
		/* usually text is wider, but just in case...keep it decent looking for short items */
		min-width: 160px;
		border: 1px solid #b4b4b4;
	}
	.sub-nav_item {
		display: block;
		padding: 0.5em 1em;
	}

.expand-link {
	padding: 0.5em;
	list-style: none;
}
	.expand-nav {
		display: none;
		margin-left: 2em;
	}

.section-nav {
	display: block;
	padding: 0.5em 0 0;
	/* list-style-position: inside; */
	border-width: 1px;
	border-style: solid;
}
	.section-nav li {
		display: block;
	}
	.section-nav li a {
		display: block;
		margin: 0 1em;
		padding: 0.5em 0;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.section-nav li:last-child a {
		border: none;
	}
	.section-nav li a.current {
		font-weight: bold;
	}
	
	
/* Pattern: breadcrumbs */
.breadcrumb {
	margin: 0.5em 0 1em;
}
	.breadcrumb .bc-item {
		display: inline-block;
		font-size: 0.8em;
		font-weight: bold;
	}
	.lt-ie8 .breadcrumb .bc-item {
		display: block;
		float: left;
		margin-right: 1em;
	}
	.breadcrumb .bc-item:after {
		content: " > ";
	}
	.lt-ie9 .breadcrumb .bc-item {
		margin-left: 1em;
	}
	.breadcrumb .bc-item:last-child:after {
		content: "";
	}

/* Pattern: headers */
.hdr {
	margin-bottom: 1.5em;
	font-weight: lighter;
	line-height: 1.5em !important;
	/*color: rgb(16, 52, 83);*/
	color: #454545;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
	.hdr.pattern_separator-light {
		padding-top: 0.5em;
	}
	.hdr a:link {
		text-decoration: none;
	}
	.hdr-page-title {
		margin-bottom: 1em;
		font-size: 3em;
		color: #454545;
		/*font-family: 'fanwood_textregular', Arial, Verdana, sans-serif;*/
		font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
	}
	.hdr-homepage {
		margin-bottom: 1em;
		font-size: 44px;
		font-size: 26px;
		font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
	}
	
	.hdr-header {
		margin-bottom: 1em;
		/*font-size: 1.3em;*/
		font-size: 22px;
	}
	.hdr-subhead {
		margin: 1em 0 0.5em;
	}
		.content-aside .hdr-subhead {
			margin-bottom: 0.5em;
		}
	.hdr-tooltip {
		color: #FFF;
	}


/* Pattern: Lists */
.list_horizontal-simple {
	list-style: none;
	text-align: center;
}
	.list_horizontal-simple > li {
		display: inline;
		padding: 0 1em;
		/* when wrapping, presume we are mimicing 2 block elements with bottom margin (line-height 1.5 normally + 0.5em margin) */
		line-height: 2;
	}
.dl-horizontal {
	overflow: hidden;
	line-height: 1.5;
}
	.dl-horizontal dt{
		clear: left;
		float: left;
		width: 150px;
	}
	.dl-horizontal dd {
		margin-left: 160px;
	}
	.titlelist-link {
		display: block;
		float: left;
		margin-right: 10px;
	}

.dl-horizontal.short-term dt {
	width: 50px;
}
.dl-horizontal.short-term dd {
	margin-left: 60px;
}

/* list blocks: presume block items that can be any # across, with a tags being block elements as well */
.list_blocks {
	
}
	.list-blocks > li {
		
	}

	.list-blocks a {
		
	}

/* might need a more general name...this is basically a def list */
.product-list {
	
}
	.product-list .hdr {
		margin-bottom: 0.5em;
	}
	.product-list dd {
		margin-bottom: 1em;
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}

.term-list {
	
}
	.term-list dt {
		float: left;
		width: 33%;
		font-weight: bold;
	}
	.term-list dd {
		margin-left: 35%;
		margin-bottom: 1em;
	}
.standard-list {
	margin-bottom: 2em;
}
	
	.standard-list li {
		margin-left: 1em;
	}
.stacked-list {
	
}
	.stacked-list dt {
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	.stacked-list dd {
		
	}

.isOverflow {
	display: none;
}

.expandCtrl {
	padding-left: 15px;
}
	.expandCtrl .arrow {
		position: relative;
		display: block;
		margin-right: 10px;
		float: left;
	}

	.expandCtrl .arrow-up {
		position: absolute;
		top: 5px;
		width: 0; 
		height: 0; 
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #1B75BB;
	}
	.expandCtrl .arrow-down {
		position: absolute;
		top: 5px;
		width: 0; 
		height: 0; 
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #1B75BB;
	}

/* Pattern: Links */
a {
	text-decoration: underline;
}
a:hover,
a:active,
.site-title:hover,
.site-title:active {
	text-decoration: none;
	/*text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);*/
}
.lt-ie10 .hdr a:hover,
.lt-ie10 .site-title:hover {
	text-decoration: underline;
}
.link-list a,
.site-title {
	text-decoration: none;
}
	.link-list a:hover{
		text-decoration: underline;
		text-shadow: none;
	}

.link-ext:after {
	content: " ◱";
	font-size: 125%;
}

/* Pattern: Images */
.image-fluid {
	width: 100%;
}
.image-thumb {
	float: left;
	margin-right: 1em;
}
.image-label {
	text-align: center;
}
/* list of images - center aligned usually */
.image-list {
	display: block;
	width: 100%;
	margin: 0 0 1em;
	text-align: center;
}
	.image-list .list-item {
		display: inline;
		margin: 1em 2em;
	}

/* Pattern: Hero (banner) */
.hero {
}
	.hero-content {
		position: relative;
		/*min-height: 250px;*/
	}
	.hero-text {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0.5em;
		font-size: 3em;
		/*font-family: 'fanwood_textregular', Arial, Verdana, sans-serif;*/
		font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
		line-height: 1.2;
	}
	.hero-image {
		width: 100%;
	}

/* Pattern: Cornerstone */
.cornerstone {
	position: relative;
	margin-bottom: 1em;
}
	.cornerstone-hdr {
		display: block;
		margin-bottom: 0.5em;
	}
	.cornerstone-image {
		float: left;
		margin: 0 1em 0.5em 0;
	}
	.cornerstone-desc {

	}
		.cornerstone-desc li {
			margin-left: 1em;
		}
	.cornerstone-link {
		
	}

.cornerstone.image-focal {
	
}
	.image-focal .cornerstone-hdr {
		display: block;
		margin-bottom: 0.5em;
	}
	.image-focal .cornerstone-image {
		float: none;
		margin: 0 0 0.5em;
		width: 100%;
	}
	.image-focal .cornerstone-desc {

	}
	.image-focal .cornerstone-link {
		
	}
.cornerstone.image-aside {
	overflow: hidden;
}
	.image-aside .cornerstone-hdr {
		display: block;
		width: 50%;
		float: right;
	}
	.image-aside .image-content {
		width: 50%;
	}
	.image-aside .cornerstone-image {
		display: block;
		margin: 0 5% 0 0;
		width: 95%;
	}
	.image-aside .cornerstone-desc {
		display: block;
		width: 50%;
		float: right;

	}
	.image-aside .cornerstone-link {
		display: block;
		width: 50%;
		float: right;
		clear: right;
	}

.cornerstone.promobox {
	margin-bottom: 3em;
	background: url('/images-nursing/ui/promo-header-rule.jpg') 50% 1em no-repeat;
	box-shadow: 0 0 21px rgb(40,40,40);
	box-shadow: 0 0 21px rgba(0,0,0,0.4);
}
	.promobox .cornerstone-hdr {
		padding-top: 3em;
		font-size: 1.7em;
		font-size: 22px !important;
	}
	.promobox .fw_content {
		padding-bottom: 1em;
	}

.cornerstone.feature-sample {
	
}
	.cornerstone.feature-sample .cornerstone-hdr {
	}
	.cornerstone.feature-sample .image-content {
		text-align: center;
	}
	.cornerstone.feature-sample .cornerstone-image {
		/* width/height is specific to image icon */
		/*width: 100px;
		height: 145px;*/
	}

/* Pattern: Buttons */
/* styles still heavily borrowed from bootstrap...please clean up... */
.btn {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	cursor: pointer;
	display: inline-block;
	line-height: 18px;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {

}
.btn:hover {
	text-decoration: none;
}
.btn:hover .btn_inner {
	background-color: rgb(150,150,150);
	background-color: rgba(0, 0, 0, 0.3);
}
.btn:focus {
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-color: #E6E6E6;
	background-image: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	outline: 0 none;
}
.btn.disabled, .btn[disabled] {
	background-color: #E6E6E6;
	background-image: none;
	box-shadow: none;
	cursor: default;
	opacity: 0.65;
}

	.btn_inner {
		display: block;
		padding: 0 1.5em 0 1em;
		line-height: 2em;
	}
	
	#navCTA .btn_inner:after {
		position: absolute;
		content: "▸";
		display: block;
		font-size: 1.5em;
		line-height: 30px;
		right: 0.3em;
		text-decoration: none;
		top: 6px;
	}
	#navCTA .btn_inner.inactive:after {
		content: "▾";
	}
	
	.btn_small .btn_inner {
		padding: 3px 6px;
		font-size: 0.8em;
		line-height: 14px;
	}
	
	
/* Pattern: scroll top button */
/* assumed attached to <body>
 * <div class="srcoll-top">Scroll to Top</div>
 * 
 */
.scroll-top {
	position: fixed;
	display: none;
	width: 100%;
	bottom: 0;
	right: 0;
	padding: 0.5em 0.25em 1em;
	background: rgb(75, 75, 75);
	background: rgba(30, 30, 30, 0.8);
	color: #FFF;
	font-size: 0.9em;
	text-align: center;
	cursor: pointer;
}


/* Pattern: icons */
/* assumes 30x30 icon */
.icon {
	padding: 8px 0 8px 40px;
	line-height: 30px;
}
	.icon-charts {
		background: url(/images-nursing/ui/icon-charts.png) 0 0 no-repeat transparent;
	}


/* Patern: Expanders */
.control-open {
	display: none;
}
.control-close {
	display: inline-block;
}
	.active > .control-open {
		display: inline-block;
	}
	.active > .control-close {
		display: none;
	}


/* Pattern: Slider */
.sliderItem {
	position: relative;
	display: block;
	list-style: none;
}
	.sliderItem .image-content {
		/* background: url("../images/pages/homepage_banner_960.jpg") right 50% no-repeat transparent; */
		/* height: 300px; */
	}
	.slider-image {
		display: block;
		width: 100%;
	}
	.slider-content {
		position: absolute;
		padding: 0 1em;
		bottom: 1em;
		left: 0;
		margin: 0 0em;
		background: rgb(255,255,255);
		background: rgba(255,255,255,0.8);
		width: 100%;
	}
	
		.sliderItem_header {
			/*font-size: 1.4em;*/
			font-size: 22px;
			font-weight: bold;
		}
		.sliderItem_content {
			font-size: 1.4em;
			line-height: 1.25;
		}
.slider-nav {
	float: right;
}



/* Pattern: Typographic Styles */
.text-focus {
	/*font-size: 1.2em;*/
	font-size: 16px;
	/*font-family: 'fanwood_textregular', Arial, Verdana, sans-serif;*/
	font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
}
.text-callout {
	font-size: 2em;
	/*font-family: 'fanwood_textregular', Arial, Verdana, sans-serif;*/
	font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
}
.text-small {
	font-size: 0.8em;
}

/* Pattern: Social Interactions (icons) */
.social-interaction {
	margin-bottom: 2em;
}

.lt-ie8 .social-interaction {
	clear: both;
}
	.social-interaction .fw_content {
		display: block;
		list-style: none;
		text-align: center;
	}
	.social-interaction .socials_page-share {
		
	}
	.social-interaction .socials_global {
	}
		.social-interaction .social-item {
			display: inline-block;
			margin: 0 1%;
			vertical-align: middle;
		}
		.lt-ie8 .social-interaction .social-item {
			display: inline;
		}
		.social-label {
			font-weight: bold;
			font-size: 0.9em;
		}
		/* 'hides' the like count */
		.social-item.fb-like {
			width: 47px;
			overflow: hidden;
		}






/* Pattern: Tooltip */
.tooltip {
	position: absolute;
	display: block;
	top: 0;
	left: 75%;
	width: 100%;
	padding: 1em 1em 3em;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	color: #FFF;
	z-index: 9999;
}
.tooltip.right {
	left: -90%;
}
	.tooltip p {
		line-height: 1.1;
		margin-bottom: 1.5em;
	}
	.tooltip .tooltip-summary a,
	.tooltip .tooltip-summary a:link,
	.tooltip .tooltip-summary a:visited {
		color: #FFF;
	}
	.tooltip .tooltip-summary a:hover,
	.tooltip .tooltip-summary a:active {
		color: rgb(135,28,85);
	}
	.tooltip .btn-close {
		position: absolute;
		bottom: 1em;
		right: 1em;
		padding: 1em;
		background: rgb(76,76,76);
		background: rgba(255,255,255,0.3);
		border-radius: 1em;
		text-decoration: none;
	}


/* Pattern: Arrow */
.arrow {
	position: absolute;
	display: block;
	top: 50%;
}
	.arrow-up {
		position: absolute;
		top: -15px;
		width: 0; 
		height: 0; 
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #ECD39B;
	}
		.arrow-up .inner-arrow {
			position: absolute;
			top: 1px;
			left: -15px;
			width: 0; 
			height: 0; 
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-bottom: 15px solid #FFF;
		}
	.arrow-down {
		position: absolute;
		top: 5px;
		width: 0; 
		height: 0; 
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #00E;
	}
	.arrow-right {
		position: absolute;
		top: 10%;
		right: -15px;
		width: 0; 
		height: 0; 
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 15px solid #000;
	}
	.arrow-left {
		position: absolute;
		top: 10%;
		left: -15px;
		width: 0; 
		height: 0; 
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent; 
		border-right: 15px solid #000; 
	}

/* Pattern: carousel */
.carousel {
	position: relative;
	margin: 1em 0 2em;
	padding: 0 2em;
}
	.carousel .slides {
		padding-bottom: 1em;
	}

/* Pattern: columns */
.col2 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.col3 {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.ieCol {
	display: block;
	float: left;
	padding: 0 3%;
}
.col2-1, .col2-2 {
	width: 45.5%;
}
.col2-2 {
	padding-right: 0;
}
.col3-1, .col3-2, .col3-3 {
	width: 28.333333%;
}
.col3-3 {
	padding-right: 0%;
}


/* Pattern: viewer (javascript 'dialog') */
.pageveil {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	opacity: 0;
	z-index: 9999;
}
.viewer {
	position: fixed;
	display: none;
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	margin: auto;
	text-align: center;
	z-index: 10000;
}
	.viewer .content {
		position: relative;
		display: inline;
		width: 100%;
		margin: auto;
		box-shadow: 0.5em 0.5em 2em rgb(255,255,255);
		box-shadow: 0.5em 0.5em 2em rgba(255,255,255,0.7);
	}
		.viewer .content.webpage {
			display: block;
			height: 90%;
		}
		.viewer .content img {
			width: 100%;
			height: auto;
		}
	
	.viewer .inline-content {
		display: block;
		padding: 1em;
		width: auto;
		text-align: center;
	}
	
	.viewer .btn-close {
		position: absolute;
		right: 1em;
		top: 1em;
		/*float: right;
		margin: -4em 1em 0 0;*/
		padding: 1em;
		background: rgb(0,0,0);
		background: rgba(0,0,0,0.6);
		border-radius: 1em;
		color: #FFF;
	}

/* Pattern: video */

/* typically an image that then opens to the video (not a video player) */
.video-launcher {
	position: relative;
	display: block;
}


/* Pattern: tabmenu */
.tabmenu-content {
	display: none;
}
.fnTabmenu .active {
	font-weight: bold;
}


/* Pattern: error states */

label.error {
	font-weight: bold;
	/*color: #FF0000;*/
}
	input.error {
		/*font-weight: normal;
		color: inherit;*/
		outline: 2px solid #FF0000;
	}

.missing-fields {
	display: none;
	margin: 1em 0;
	padding: 1em;
	outline: 2px solid #FF0000;
	text-align: left;
}



/* bootstrap variation */
			/* foundation layout */
			label, input, button, select, textarea {
				font-size: 13px;
				font-weight: normal;
				line-height: 18px;
				margin-right: 10px;
			}
			label {
				display: block;
			}
			input, textarea, select {
				margin-bottom: 1em;
			}
			.radio, .checkbox {
				min-height: 18px;
				padding-left: 18px;
			}
			.radio input[type="radio"], .checkbox input[type="checkbox"] {
				float: left;
				margin-left: -18px;
			}
			.help-block {
				display: block;
				margin: 10px 0;
			}

			.note {
				font-weight: bold;
			}
			.required {
				color: #FF0000;
			}
			fieldset {
				border: 0px solid #d5d5d5;
				padding: 10px;
			}
			legend {
				font-size: 1.2em;
				font-weight: bold;
			}
			
			.checkbox {
				margin-bottom: 0.5em;
			}
			
			.step {
				display: block;
				float: left;
				width: 280px;
			}
			.step2 {
				width: 340px;
				margin: 0 19px;
			}
			.form-group {
				float: left;
				width: auto;
			}

			.col {
				display: block;
				float: left;
			}
			.col1of1 {
				width: 100%;
			}
			.col1of2 {
				width: 50%;
			}
			.col1of3 {
				width: 33%;
			}
			.col2of3 {
				width: 66%;
			}
			.col1of4 {
				width: 25%;
			}
			.col2of4 {
				width: 50%;
			}
			.col3of4 {
				width: 75%;
			}
			
			.last-col {
				display:table-cell;
				float:none;
				width:auto;
				*display:block;
				*zoom:1;_position:relative;
				_left:-3px;
				_margin-right:-3px;
			}
			.col-body {
				padding: 0 10px;
			}

			.clearfix:before, .clearfix:after {
				content: "";
				display: table;
			}
			.clearfix:after {
				clear: both;
			}
			.clearfix {
				*zoom: 1;
			}


