@charset "utf-8";

/*
		HealthPartners 2010
		individual page pieces for employer projects and typically non-shared components
*/

	
	/* Logon Box */
	
#logon-container {
	position: absolute;
	left: 698px;
	top: 62px; /* js off style */
	z-index: 5;
	width: 205px;
	height: 166px; /* js off style */
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 8px 11px 14px;
	}
	
.has-js #logon-container {
	top: 78px; /* js on style */
	height: 150px; /* js on style */
	}	

#logon-container legend span#log-on-now {		
	display: block;
	font: bold 19px/22px 'MetaPro', Arial, sans-serif !important;
	color: #d99709;
	height: 24px;
	}
	
.webkit #logon-container legend span#log-on-now {		
	line-height: 15px !important;
	}	
		
#logon-container #username-box {
	display: block;
	height: 42px;
	margin-top: -1px;
	}

.has-js #logon-container #username-box { /* js on style */
	height: 34px !important;
	margin-top: 4px !important;
	}	

#logon-container #password-box {
	display: block;
	margin-top: 15px;
	}

#logon-container #username-label {
	position: absolute;
	z-index: 3;
	font-size: 12px;
	margin: 1px 0 0 1px;
	cursor: text;
	}

.has-js #logon-container #username-label { /* js on style */
	position: absolute !important;
	z-index: 4;
	font-size: 14px;
	margin: 3px 0 0 6px !important;
	}

#logon-container #password-label {
	position: absolute;
	z-index: 5;
	font-size: 12px;
	margin: 1px 0 0 1px;
	cursor: text;
	}

.has-js #logon-container #password-label { /* js on style */
	position: absolute !important;
	z-index: 6;
	font-size: 14px;
	margin: 3px 0 0 6px !important;
	}

#logon-container #logon-form input {
	position: relative;
	z-index: 2;
	top: 15px;
	font-size: 13px;
	width: 197px;
	height: 20px;
	margin: 0;
	padding: 2px 3px 0;
	cursor: text;
	}
	
.has-js #logon-container #logon-form input { /* js on style */
	top: 0 !important;
	}

#logon-container input#username, #logon-container input#password {
	background-color: transparent !important;
	border-top: 1px #999 solid;
	border-left: 1px #b3b3b3 solid;
	border-bottom: 1px #b3b3b3 solid;
	border-right: 1px #b3b3b3 solid;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}

#logon-container #logon-form input:focus {
	-moz-outline-radius: 0 !important;
	}
	
#logon-container input#username:focus, #logon-container input#password:focus {
	border: 1px #ddd solid !important;
	}		

.moz #logon-container input#username, .moz #logon-container input#password { /* moz/js on style */
	height: 17px !important;
	padding-top: 2px !important;
	padding-bottom: 3px !important;
	}	

.ipad #logon-container input#username, .ipad #logon-container input#password, .ipad #logon-container input#username:focus, .ipad #logon-container input#password:focus, .iphone #logon-container input#username, .iphone #logon-container input#password, .iphone #logon-container input#username:focus, .iphone #logon-container input#password:focus  { /* iPad, iPhone */
	-webkit-border-radius: 5px !important;
	border: 1px #bbb solid !important;
	}

#logon-container #logon-form label.gray {
	color: #333;
	}

.has-js #logon-container #logon-form label.gray { /* js on style */
	color: #808080 !important;
	}

#logon-container #logon-form label.light {
	color: #ccc;
	}

#logon-container #logon-form label.black {
	color: #000;
	}

#logon-container #logon-form #submit {
	margin: 19px 0 0 160px;
	font-size: 12px;
	cursor: pointer;
	}
	
.moz #logon-container #logon-form #submit {
	padding-bottom: 1px;
	}
	
.ipad #logon-container #logon-form #submit { /* iPad */
	margin-top: 26px !important;
	}	

#logon-container ul#forgot-credentials {
	display: block;
	position: absolute;
	list-style: none;
	font-size: 12px;
	top: 72px;
	margin-left: 1px;
	padding: 0;
	}

.has-js #logon-container ul#forgot-credentials { /* js on style */
	top: 63px !important;
	}
	
#logon-container ul#forgot-credentials #create-username-password a {
	display: block;
	line-height: 14px;
	color: #48494a;
	margin-top: 7px;
	}
	
.has-js #logon-container ul#forgot-credentials #create-username-password a {
	margin-top: 3px !important;
	}		

#logon-container ul#forgot-credentials a#forgot-username {
	font-size: 11px;
	color: #999;
	}	

#logon-container ul#forgot-credentials a#forgot-password {
	display: block;
	font-size: 11px;
	color: #999;
	margin: 39px 0 0;
	}

.has-js #logon-container ul#forgot-credentials a#forgot-password {
	margin-top: 30px !important;
	}
	
.ipad #logon-container ul#forgot-credentials a#forgot-username { /* iPad */
	white-space: nowrap;
	margin-left: 101px;
	}

.ipad #logon-container ul#forgot-credentials a#forgot-password { /* iPad */
	white-space: nowrap;
	margin-left: 103px;
	}

#logon-container ul#forgot-credentials a#forgot-username:hover, #logon-container ul#forgot-credentials a#forgot-password:hover {
	color: #666;
	}

#logon-container ul#forgot-credentials #create-username-password a {
	display: block;
	color: #48494a;
	}

#logon-container ul#forgot-credentials #create-username-password a:hover {
	color: #000;
	}	

#logon-container ul#forgot-credentials  li {
	float: left;
	width: 130px;
	}

#logon-container #logon-form lable, ul#forgot-credentials  li {
	font-family: 'Verdana', sans-serif;
	}	

	/* Go (input) Button Color Active */
#logon-container #logon-form input.button.go:active {
	top: 14px;
	}

.has-js #logon-container #logon-form input.button.go:active {
	top: 1px !important;
	}
	
	/* Logon Box - end */



#home-banner #landing-blurb h2{
	color:#FFFFFF;
	font:bold 21px/25px 'MetaPro',Arial,sans-serif;
	left:20px;
	position:absolute;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.15);
	top:55px;
	width:290px;	
	}
#home-banner #landing-blurb p {
	color:#FFFFFF;
	font:bold 12px 'Verdana',sans-serif;
	left:20px;
	position:absolute;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.15);
	top:115px;
	width:290px;
	}	

/* ------ Employer Tab CSS ------- */
		
.aside-content {
	padding: 0 10px;
}

/* Other (plans, solutions, dental) */

h1.employer-header.white-orange {
	background: url("/ucm/groups/public/@hp/@public/documents/images/dev_002187.png") repeat-x scroll 0 0 #EFA300;
	max-width: 960px;
	position: relative;
	margin: 0;
	padding: 8px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 3px 0px #f07e20;
	-webkit-box-shadow: 0px 3px 0px #f07e20;
	box-shadow: 0px 3px 0px #f07e20;
}

h1.employer-header.white-orange-icon {
	background: url("/ucm/groups/public/@hp/@public/documents/images/dev_002187.png") repeat-x scroll 0 0 #EFA300;
	max-width: 960px;
	position: relative;
	margin: 10px 0 0 0;
	padding: 8px 10px;
	text-indent: 80px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 3px 0px #f07e20;
	-webkit-box-shadow: 0px 3px 0px #f07e20;
	box-shadow: 0px 3px 0px #f07e20;
}

h1.employer-header.white-blue-icon {
	background-color: #4cb3cf;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 0 #2d90ac;
	-moz-box-shadow: 0 3px 0 #2d90ac;
	box-shadow: 0 3px 0 #2d90ac;
	margin: 10px 0 0;
	max-width: 960px;
	padding: 8px 10px;
	position: relative;
	text-indent: 80px;
}

.header-one-icon {
	position: absolute;
	padding-left: 15px;
	z-index: 102;
}
		
.employer-tabs .tab-content {
	display: none;
}
		
.employer-tabs .navigation {
	display: inline-block;
	*display: inline; /* ie7 */
	zoom: 1; /* ie7 */
	border: 1px solid #ccc;.
	-moz-border-radius: 8px; /* Firefox */  
	-webkit-border-radius: 8px; /* Safari, Chrome */  
	border-radius: 8px; /* CSS3 */  
	vertical-align: top;
	width: 296px;
}
		
.employer-tabs .navigation ul li {
	height: 53px;
	border-bottom: 1px solid #ccc;
}

.employer-tabs .navigation ul li.bottom {
	border-bottom: 0px solid #ccc;
}
		
.employer-tabs .navigation ul li.bottom {
	border-bottom: 0px solid #ccc;
}

.employer-tabs .navigation ul li a {
	height: 53px;
	cursor: pointer;
}
		
.employer-tabs .navigation ul li a, 
.employer-tabs .navigation ul li a:link, 
.employer-tabs .navigation ul li a:visited,
.employer-tabs .navigation ul li a:hover {
	-moz-transition: color .0s linear;
	-khtml-transition: color .0s linear;
	-webkit-transition: color .0s linear;
	transition: color .0s linear;
}
		
.employer-tabs .navigation ul li:hover {
	background-color: #efefef;
}
		
.employer-tabs .navigation ul li.top:hover {
	background-color: #efefef;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;  
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;  
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;  
}
		
.employer-tabs .navigation ul li.bottom:hover {
	background-color: #efefef;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;  
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;  
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
}
		
.employer-tabs .navigation ul li a i {
	display: table-cell;
	*display: inline; /* ie7 */
	zoom: 1; /* ie7 */
	vertical-align: middle;
	width: 26px;
	height: 53px;
}
		
.employer-tabs .navigation ul a.current i {
	display: table-cell;
	*display: inline; /* ie7 */
	zoom: 1; /* ie7 */
	color: #fff;
	vertical-align: middle;
	width: 26px;
	height: 57px;
}
		
.employer-tabs .navigation ul li a i:hover {
	color: #D99709;
}
		
.employer-tabs .navigation ul a.current i:hover {
	color: #fff;
}
		
.employer-tabs .navigation ul li a h3 {
	padding-left: 10px;
	padding-right: 10px;
	color: #258FAD;
	display: table-cell;
	*display: inline; /* ie7 */
	zoom: 1; /* ie7 */
	vertical-align: middle;
	line-height: 18px;
	width: 250px;
	height: 53px;
	font-size: 17px;
}
		
.employer-tabs .navigation ul li a.current h3 {
	padding-left: 12px;
	width: 250px;
	color: #fff;
	display: table-cell;
	*display: inline; /* ie7 */
	zoom: 1; /* ie7 */
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	vertical-align: middle;
	line-height: 18px;
	height: 57px;
	font-size: 17px;
}
		
.employer-tabs .navigation ul li a h3.header-active {
	color: #D99709;
}
		
.employer-tabs .navigation ul li a.current h3.header-active-white {
	color: #fff !important;
}
		
.employer-tabs .navigation ul li a h3:hover {
	color: #D99709;
}
		
.employer-tabs .navigation ul li a.current h3:hover {
	color: #fff;
}
		
.ie7 .employer-tabs .navigation ul a.current i,
.ie7 .employer-tabs .navigation ul li a.current h3 {
	padding-top: 12px;
}
		
.ie7 .employer-tabs .navigation ul li a i,
.ie7 .employer-tabs .navigation ul li a h3 {
	padding-top: 10px;
}

.employer-tabs .navigation ul li a.current {
	background: url("/ucm/groups/public/@hp/@public/documents/images/dev_002187.png") repeat-x scroll 0 0 #EFA300;
	width: 300px;
	margin-left: -2px;
	margin-top: -2px;
	height: 53px;
	display: inline-block;
	border: 0;
	-moz-border-radius: 5px; /* Firefox */  
	-webkit-border-radius: 5px; /* Safari, Chrome */  
	border-radius: 5px; /* CSS3 */ 
	-moz-box-shadow: 0px 3px 0px #f07e20;
	-webkit-box-shadow: 0px 3px 0px #f07e20;
	box-shadow: 0px 3px 0px #f07e20;
	position: relative;
	z-index: 5;
}
		
.ie7 .employer-tabs .navigation ul li a.current,
.ie8 .employer-tabs .navigation ul li a.current {
	height: 55px;
}
		
.employer-tabs .content-wrapper {
	display: inline-block;
	*display: inline; /* ie7 */
	zoom: 1; /* ie7 */
	vertical-align: top;
	width: 622px;
}
		
.employer-tabs .content-wrapper .plan-content {
	background-color: #efefef;
	padding: 0 0 0 9px;
	-moz-border-radius: 8px; /* Firefox */  
	-webkit-border-radius: 8px; /* Safari, Chrome */  
	border-radius: 8px; /* CSS3 */ 
	border: 1px solid #bcbcbd;
}
		
.employer-tabs .content-wrapper .plan-content .left-content {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 15px 10px 10px 10px;
	vertical-align: top;
	width: 190px;
}
		
.employer-tabs .content-wrapper .plan-content .left-content a:link,
.employer-tabs .content-wrapper .plan-content .left-content a:hover,
.employer-tabs .content-wrapper .plan-content .left-content a:visited,
.employer-tabs .content-wrapper .plan-content .left-content a:active {
	color: #258FAD;
	text-decoration: underline;
}
		
.employer-tabs .content-wrapper .plan-content .right-content {
	display: inline-block;
	*display: inline;
	zoom: 1;
	background-color: #fff;
	vertical-align: top;
	padding: 15px 15px;
	width: 367px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;  
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;  
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px; 
}

.employer-tabs .content-wrapper .plan-content .right-content ul,
.employer-tabs .content-wrapper .plan-content .right-content ol {
	padding-bottom: 0px;
}


/* End Other */

/* Employer Home*/

.employer-tabs.home-page {
	height: 270px;
	background: url('/ucm/groups/public/@hp/@public/documents/webasset/dev_063709.png') no-repeat 0 0 transparent;
}
		
.employer-tabs.home-page .tab-content {
	display: none;
}
		
.employer-tabs.home-page .navigation {
	display: inline-block;
	*display: inline; /* ie7 */
	zoom: 1; /* ie7 */
	vertical-align: top;
	width: 230.5px;
	border: 0px solid #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
		
.employer-tabs.home-page .navigation ul {
	margin-left: 10px;
	margin-top: 15px;
}
		
.employer-tabs.home-page .navigation ul li {
	height: 50px;
	width: 195px;
	margin-top: 13px;
	background-color: #51B4D0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 3px 0px #3993B2;
	-webkit-box-shadow: 0px 3px 0px #3993B2;
	box-shadow: 0px 3px 0px #3993B2;
	border-bottom: 0px solid #fff;
}

.employer-tabs.home-page .navigation ul li:hover {
	background-color:#78cde5;
}

.employer-tabs.home-page .navigation ul li:active {
	-moz-box-shadow: 0px 2px 0px #3993B2;
	-webkit-box-shadow: 0px 2px 0px #3993B2;
	box-shadow: 0px 2px 0px #3993B2;
	margin-top: 14px;
	height: 49px;
	margin-bottom: 1px;
	background-color: #51b4d0;
}

.employer-tabs.home-page .navigation ul li:first-child:active {
	-moz-box-shadow: 0px 2px 0px #3993B2;
	-webkit-box-shadow: 0px 2px 0px #3993B2;
	box-shadow: 0px 2px 0px #3993B2;
	height: 49px;
	margin-top: 16px;
}
		
.ie7 .employer-tabs.home-page .navigation ul li {
	margin-bottom: -3px;
	border-bottom: 0px solid #fff;
}
		
.employer-tabs.home-page .navigation ul li a {
	height: 53px;
	width: 195px;
	display: block;
	position: relative;
}
		
.employer-tabs.home-page .navigation ul li a.current {
	background: url('/ucm/groups/public/@hp/@public/documents/webasset/dev_063710.png') no-repeat 0 0 transparent;
	width: 220.5px;
	height: 53px;
	display: block;
	margin: 0;
	border-bottom: 0px solid #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px 0px 0px #F07E20;
	-webkit-box-shadow: 0px 0px 0px #F07E20;
	box-shadow: 0 0 0 #F07E20;
}
		
.ie8 .employer-tabs.home-page .navigation ul li a.current,
.ie7 .employer-tabs.home-page .navigation ul li a.current {
	background: url('/ucm/groups/public/@hp/@public/documents/webasset/dev_063711.png') no-repeat 0 0 transparent;
	height: 50px;
}
		
.employer-tabs.home-page .navigation ul h2	{
	color: #fff;
	text-shadow: 0px 1px #3993b2;
	font: bold 14px/23px 'Verdana',sans-serif;
	line-height: 16px;
	white-space: normal;
	vertical-align: top;
	padding: 8px 0 0 0;
	display: inline-block;
	*display: inline; /* ie7 */
	zoom: 1; /* ie7 */
	width: 120px;
}

.employer-tabs.home-page .navigation ul h2.increase-padding {
	padding-top: 18px;
}
		
.employer-tabs.home-page .navigation ul a.current h2 {
	text-shadow: 0px 1px #f07e20;
}
		
.employer-tabs.home-page .navigation ul i {
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 1px #3993b2;
	padding: 18px 0 0 10px;
	display: inline-block;
	*display: inline; /* ie7 */
	zoom: 1; /* ie7 */
	width: 40px;
	height: 35px;
	line-height: 24px;
}
		
.employer-tabs.home-page .navigation ul a.current i {
	text-shadow: 0px 1px #f07e20;
	display: inline-block;
	width: 40px;
	height: 35px;
	padding-top: 18px;
}

.ie7 .employer-tabs.home-page .navigation ul a.current i {
	padding-top: 10px;
	height: 43px;
}

.employer-tabs.home-page .navigation ul i:hover,
.employer-tabs.home-page .navigation ul a.current i:hover {
	color: #fff;
}
		
.employer-tabs.home-page .content-wrapper {
	display: inline-block;
	*display: inline; /* ie7 */
	zoom: 1; /* ie7 */
	vertical-align: top;
	width: 449px;
	height: 250px;
	margin-left: 10px;
	padding: 10px 10px 10px 0;
}

.employer-tabs.home-page .content-wrapper a {
	display: block;
	width: 449px;
	height: 250px;
}

.employer-tabs.home-page .content-wrapper a.inline-block-link {
	display: inline-block;
	width: auto;
	height: auto;
}

.employer-tabs.home-page .content-wrapper a span.button.secondary {
	background-color: #50B3CF;
}

.employer-tabs.home-page .content-wrapper img.right {
	margin: 0 0 5px 10px;
}

/* End Employer Home*/

/* End Employer Tab CSS */
	
/* ------- Employer public landing banner -------- */

#p408-id #home-banner {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_003413.png') no-repeat 0 0;
	}	

.has-js #p730-id #logon-container {
	height: auto%;
	top: auto;
}

#p730-id  #logon-container {
	position: relative;
	padding: 0;
	background-color: transparent;
	left: 0;
}

.has-js #p730-id #logon-container #username-box {
	height: auto !important;
	margin-top: 0 !important;
}

#p730-id #logon-container #username-box {
	margin-top: 0;
	height: 0;
}

#p730-id #logon-container #password-box {
	margin-top: 0;
}

#p730-id  #logon-container input, 
#p730-id  #logon-container textarea, 
#p730-id  #logon-container select {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
}

#p730-id  input[type="text"]:focus, 
#p730-id  input[type="password"]:focus, 
#p730-id  textarea:focus {
	outline: 0px solid transparent; 
}

#p730-id #logon-container input#username, 
#p730-id #logon-container input#password {
	width: 180px;
	border: 0;
	background-color: #fff !important;
	box-shadow: 0 3px #f07e20 inset;
	padding: 6px;
	margin: 8px 0;
}

#logon-container #logon-form input:focus {
	-moz-outline-radius: 0 !important;
	}
	
#p730-id #logon-container input#username:focus, 
#p730-id #logon-container input#password:focus {
	border: 0px #ddd solid !important;
	}		

.moz #p730-id #logon-container input#username, 
.moz #p730-id #logon-container input#password { /* moz/js on style */
	height: 30px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}	

.ipad #p730-id #logon-container input#username, 
.ipad #p730-id #logon-container input#password, 
.ipad #p730-id #logon-container input#username:focus, 
.ipad #p730-id #logon-container input#password:focus, 
.iphone #p730-id #logon-container input#username, 
.iphone #p730-id #logon-container input#password, 
.iphone #p730-id #logon-container input#username:focus, 
.iphone #p730-id #logon-container input#password:focus  { /* iPad, iPhone */
	-webkit-border-radius: 5px !important;
	border: 0px #bbb solid !important;
}

.has-js #p730-id #logon-container #username-label {
	margin: 15px 0 0 8px !important;
}

.has-js #p730-id #logon-container #password-label {
	margin: 15px 0 0 8px !important;
}		
		
#p730-id #logon-container input.button.go {
	background-color: rgb(80, 179, 207);
}
		
#p730-id #logon-container form #submit {
	margin-left: 150px;
	position: static;
}
		
#p730-id .container {
	padding: 0;
}
	
#p730-id div.three-column-container div.left-column,
#p730-id div.three-column-container div.middle-column,
#p730-id div.three-column-container div.right-column {
	width: 288px !important;
}	

#p730-id .aside-content {
	height: 257px;
	background-color: #fAAA1E;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 3px 0px #f07e20;
	-webkit-box-shadow: 0px 3px 0px #f07e20;
	box-shadow: 0px 3px 0px #f07e20;
	margin: 10px 0 0 0;
}
		
#p730-id h1.employer-header.white {
	margin: 0;
	padding: 10px 0 0 0;
	position: relative;
	text-shadow: 0px 1px #f07e20;
}
		
#p730-id h1.employer-header.orange {
	margin: 0;
	position: relative;
	color: #faaa1e;
	white-space: normal;
	text-shadow: 0 0 #fff;
}
		
#p730-id .aside-content ul li a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#p730-id em.more {
	display: block;
}

/* End Employer public landing banner */


/* Solutions Public Page */

#p3315-id .fb_iframe_widget {
	margin-left: -9px;
}

/* End Solutions Public Page */

/* Authenticated Employer Landing Banner */
	
#pnull-id .landing-base div.three-column-container div.left-column, #pnull-id .landing-base div.three-column-container div.middle-column {
	width: 290px !important;
	}
	
#pnull-id .landing-base div.three-column-container div.right-column {
	width: 225px !important;
	}		
	
/* End Authenticated Employer Landing Banner */	
	
#top-blurb {
	float: left;
	line-height: 1.4em;
	width: 693px;
	margin-right: 10px;
	padding: 10px 10px 0 20px;
	}

#contact-info {
	float: left;
	line-height: 1.4em;
	width: 185px;
	margin: 0 10px 10px 0;
	padding: 10px;
	}

#enrollment-tools {
	float: left;
	border: 1px #999 solid;
	width: 670px;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -o-border-radius: 8px;
	margin: 0 10px 10px 0;
	padding: 20px;
	}
	
#enrollment-tools h3 {		
	text-indent: -999px;
	color: #fff;
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_001729.png') no-repeat 0 0;
	width: 250px;
	height: 35px;
	}

.tool {
	float: left;
	margin: 10px 5px 0 0;
	}
	

.promo {
	display: -moz-inline-block;
	display: inline-block;
	vertical-align: top;
	border: 1px #999 solid;
	-o-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	width: 184px;
	height: 115px;
	margin: 0 9px 10px 1px;
	padding: 15px 20px 20px;	
	}
	
.promo p {
	padding-bottom: 0 !important;
	}
	
.promo h4#phone-support, .promo h4#health-wellness, .promo h4#online-tools  {
	font: bold 19px 'MetaPro', Verdana, sans-serif;
	color: #d99709;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.10);
	width: 180px;
	padding-bottom: 8px;
	}
	
#top-3-news-releases .icon {
	display: -moz-inline-block;
	display: inline-block;
	vertical-align:top;
	width: 120px;
	}
	
#top-3-news-releases .icon-release {
	display: -moz-inline-block;
	display: inline-block;
	padding:0 0 40px 0;
	width: 520px;
	}
	
#other-news-releases .release {
	display: -moz-inline-block;
	display: inline-block;
	padding:0 0 20px 0;
	}	

.news-title {
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
	font-weight: bold;
	font-family: 'Verdana', sans-serif;
	margin: 20px 0 10px 0;
	}

.position-heading
{
	margin-top: 6px;
	height: 33px;
}

	/* ----------------ONLINE ENROLLMENT TUTORIAL VIDEOS STYLES ---------------------*/


#online-enrollment-videos .jcarousel-skin-tango .jcarousel-container-vertical {
    height: 455px;
    padding: 50px 20px 40px;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  170px;
    height: 460px;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-item {
    width:  168px;
    height: 141px;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
    padding: 4px 0 0 4px;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-item img {
	border: #ccc solid 1px;
    -moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
    -webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-item img:hover {
	border: #787878 solid 1px;
	-moz-box-shadow: 0px 0px 10px #787878;
    -webkit-box-shadow: 0px 0px 10px #787878;
    box-shadow: 0px 0px 10px #787878;	
}


/**
 *  Vertical Buttons
 */
#online-enrollment-videos .jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: -5px;
    left: 89px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/ucm/groups/public/@hp/@public/documents/webasset/dev_060377.png) no-repeat 0 0;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-next-vertical:hover,
#online-enrollment-videos .jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-next-disabled-vertical,
#online-enrollment-videos .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
#online-enrollment-videos .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
#online-enrollment-videos .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 89px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/ucm/groups/public/@hp/@public/documents/webasset/dev_060378.png) no-repeat 0 0;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-prev-vertical:hover,
#online-enrollment-videos .jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

#online-enrollment-videos .jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
#online-enrollment-videos .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
#online-enrollment-videos .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
#online-enrollment-videos .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


#online-enrollment-videos #slideshow-main {
    float:left; 
    width: 638px;
    height: 540px;
	background-color:#FFF;
    border:4px solid #FFF;
    -moz-box-shadow: 0px 0px 10px #CCC;
    -webkit-box-shadow: 0px 0px 10px #CCC;
    box-shadow: 0px 0px 10px #CCC;
}


#online-enrollment-videos #slideshow-main ul {
    margin:0; 
    padding:0; 
    width:429px;
}

#online-enrollment-videos #slideshow-main li {
    width:429px; 
    height:290px; 
    display:none;
    position:relative;
}

#online-enrollment-videos #slideshow-main li.active {
    display:block !important;
}

#online-enrollment-videos #slideshow-carousel {
	float: left;
	margin-left: 40px;
}	

	/* ----------------EMPLOYER ACADEMY STYLES ---------------------*/

#employer-academy .left-promo.right-padding {
	padding-right:240px;
}
#employer-academy #banner {
	height:120px;
}
#employer-academy #banner-blurb {
	height:60px;
	left:600px;
	top:36px;
	width:260px;
}
#employer-academy #banner-blurb p {
	font:normal 20px 'MetaPro',Arial,sans-serif;
	font-style:italic;
}
#employer-academy .container-header {
	background: #0C9BD8 url("/ucm/groups/public/@hp/@public/documents/images/banner-bg-main-aside.png") no-repeat 0 0;
}
#employer-academy .main-aside h2 {
	font-size:20px;
}

#employer-academy a, #employer-academy a:link, #employer-academy a:visited, #employer-academy .more {
	color:#0C9BD8;
}
#employer-academy a:hover, #employer-academy a:active, #employer-academy a:hover em.more {
	color:#F4A01D;
}
#employer-academy a.bullet-link {
	background: transparent url("/ucm/groups/public/@hp/@public/documents/images/icon-pencil-blue.png") no-repeat 0 0;
	padding-left:28px;
	padding-top:3px;
	min-height:30px;
	display:inline-block;
}
#employer-academy .aside-header {
	background: none;
}
#employer-academy .aside-header h2 {
	font: bold 17px/22px Verdana,sans-serif;
	color:#696A6C;
	text-shadow:none;
}
#employer-academy .aside-body {
	border:none;
}

#employer-academy .aside-body h3 {
	line-height:18px;
}
#employer-academy .two-column-container .left-column.thumbnail {
	margin-right:0;
	width:115px;
	
}
#employer-academy .two-column-container .right-column.description {
	width:522px;
	margin-bottom:12px;
}
#employer-academy .aside-sub-navigation ul {	
    background-color: #0C9BD8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    list-style: none outside none;
    z-index: 2;
}

#employer-academy .aside-sub-navigation a {
	color: white;
    cursor: pointer;
    display: block;
    font: bold 20px/20px 'MetaPro',Arial,sans-serif;
    padding: 10px 0 10px 38px;
    position: relative;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	width:202px;
}
#employer-academy .aside-sub-navigation a:hover,
#employer-academy .aside-sub-navigation a.active {
	background: #7ED0E0 url("/ucm/groups/public/@hp/@public/documents/images/icon-active-subnav-menu.png") no-repeat 0 50%;
}	

#employer-academy .aside-sub-navigation a#top {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
#employer-academy .aside-sub-navigation a#bottom {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

#employer-academy .aside-sub-navigation h2 {
	padding: 0;
}

#employer-academy .aside-sub-navigation .separator {
	border-bottom: 1px solid #fff;
}

#employer-academy #slideshow-wrapper {
	position:relative;
}
/* EMPLOYER ACADEMY - JQUERY CYCLE */
#employer-academy #slideshow {
	width:550px;
	min-height:500px;
	margin:0 auto;
}
#employer-academy #slideshow>div {
	width:550px;
}
#employer-academy img.webinar-image {
	display:block;
	margin:0 auto 24px;
}
#employer-academy #nav {
	text-align:center;
	margin-top:10px;
}
#employer-academy #nav a {
	font:bold 24px/24px 'MetaPro',Arial,sans-serif;
	color:#f9a119;
	padding:0px 4px;
	margin:4px 6px;
}
#employer-academy #nav a:hover, #employer-academy #nav a.activeSlide {
	border-bottom:5px solid #0c9bd8;
}
#employer-academy #prev, #employer-academy #next {
	height:70px;
	position:absolute;
	top:90px;
	width:40px;
}
#employer-academy #next {
	background:transparent url("/ucm/groups/public/@hp/@public/documents/images/icon-webinar-arrow-right.png") no-repeat 0 0;
	left:598px;
}
#employer-academy #prev {
	background:transparent url("/ucm/groups/public/@hp/@public/documents/images/icon-webinar-arrow-left.png") no-repeat 0 0;
}

/* REFORM TIMELINE ---------------------------------------- */

#reform-timeline #banner { height:114px }
#reform-timeline #timeline-banner-blurb {
	height:32px;
	left:23px;
	position:absolute;
	top:60px;
	width:580px;
}
#reform-timeline #timeline-banner-blurb p {
	color:#fff;
	font:bold 12px/16px Verdana,sans-serif;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
#reform-timeline #timeline-menu-background {
    background-color:#fff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
    border: 1px solid #ddd;
	display:inline-block;
	height:488px; 
	margin-bottom:15px;
    padding:20px 0;
    position:relative;
	vertical-align:top;
	width:247px;
	z-index:1;
}
#reform-timeline #pre-2012 {
	padding-bottom:8px;
}

#reform-timeline #timeline-pager {
	list-style:none;
	padding:0;
}

#reform-timeline #timeline-pager a {
	color: #585858;
	display:inline-block;
	font: normal 12px Verdana,sans-serif;
	height:34px;
	text-align:right;
	width:254px;
}
#reform-timeline #timeline-pager li {
	border-bottom:1px solid #fff;
	height:34px;
	position:relative;
}
#reform-timeline #timeline-pager li:after { 
	background-color:#f1f1f1;
	bottom:-1px;
	content:'';
	height:1px;
	left:6px;
	position:absolute;
	width:248px;
}
#reform-timeline #timeline-pager li.past { background:url('/ucm/groups/public/@hp/@public/documents/images/employer-box-past.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.past.activeSlide { background: url('/ucm/groups/public/@hp/@public/documents/images/employer-box-selected.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.past-new { background:url('/ucm/groups/public/@hp/@public/documents/images/employer-box-past-new.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.past-new.activeSlide { background:url('/ucm/groups/public/@hp/@public/documents/images/employer-box-selected-new.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.past-updated { background:url('/ucm/groups/public/@hp/@public/documents/images/employer-box-past-updated.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.past-updated.activeSlide { background:url('/ucm/groups/public/@hp/@public/documents/images/employer-box-selected-updated.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.future { background:url('/ucm/groups/public/@hp/@public/documents/images/employer-box-future.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.future.activeSlide { background: url('/ucm/groups/public/@hp/@public/documents/images/employer-box-selected-future.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.future-new { background:url('/ucm/groups/public/@hp/@public/documents/images/employer-box-future-new.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.future-new.activeSlide { background: url('/ucm/groups/public/@hp/@public/documents/images/employer-selected-future-new.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.future-updated { background:url('/ucm/groups/public/@hp/@public/documents/images/employer-box-future-updated.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.future-updated.activeSlide { background: url('/ucm/groups/public/@hp/@public/documents/images/employer-select-future-updated.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.year { background: url('/ucm/groups/public/@hp/@public/documents/images/timeline-year-list-item.png') no-repeat 1px bottom; }
#reform-timeline #timeline-pager li.year.activeSlide { background: url('/ucm/groups/public/@hp/@public/documents/images/timeline-year-list-item-select.png') no-repeat 0 bottom; }
#reform-timeline #timeline-pager li.activeSlide a,
#reform-timeline #timeline-pager a:hover { 
	color:#48afcd; 
}
#reform-timeline #timeline-pager li a span {
	display:inline-block;
	padding-right:4px;
	text-align:left;
	width:175px;
}
#reform-timeline #timeline-pager li.year a span {
	color:#fff;
	display:block;
	font:bold 15px Georgia,'Times New Roman',Times,serif;
	padding-left:16px;
	padding-top:6px;
	width:auto;
}
#reform-timeline #timeline-pager li .triangle,
#reform-timeline #timeline-pager li .black-triangle {
	display:none; 
    height: 5px;  
    left: 0px; 
    position: absolute;  
    top: 100%; 
    width: 6px;   	
}

#reform-timeline #timeline-pager li .triangle {	background:url('/ucm/groups/public/@hp/@public/documents/images/timeline-ribbon-blue-corner.png') no-repeat 0 0; }
#reform-timeline #timeline-pager li .black-triangle { background:url('/ucm/groups/public/@hp/@public/documents/images/timeline-ribbon-black-corner.png') no-repeat 0 0; }
#reform-timeline #timeline-pager li.activeSlide .triangle,
#reform-timeline #timeline-pager li.activeSlide .black-triangle { display:block; }

#reform-timeline #timeline-content-background {
	background:#f2f2f2 url('/ucm/groups/public/@hp/@public/documents/images/timeline-content-background.png') no-repeat 0 0;
	border: 1px #fff solid;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height:460px;
	left:228px;
	position:absolute;
	top:229px;
	width:720px;
	z-index:0;
}
#reform-timeline #timeline-content {
	display:inline-block;
	position:relative;
	width:340px;
}
#reform-timeline #timeline-slideshow {
	height:405px;
	width:340px;
	display:inline-block;
	vertical-align: top;
	z-index:1;
}
#reform-timeline #timeline-slideshow {
	margin-top:20px;
}
#reform-timeline #timeline-slideshow .slide {
	background-color:transparent !important;
	height:410px;
	width:340px;
}
#reform-timeline #timeline-slideshow .slide > div { padding:0 10px 0 15px; }
#reform-timeline #timeline-navigation,
#reform-timeline #timeline-faqs {
	margin-left:15px;
}
#reform-timeline #timeline-navigation li {
	display:inline-block;
}
#reform-timeline #timeline-navigation li a {
	font-weight:bold;
}
#reform-timeline #timeline-navigation #prev {
	margin-right:20px;
}
#reform-timeline #timeline-navigation a.disabled,
#reform-timeline #timeline-navigation a.disabled:hover {
	color:#b5d5de;
	opacity:1;
}
#reform-timeline #timeline-contact {
	margin:-74px 0 0 270px;
}
#reform-timeline #timeline-illustration {
	position:absolute;
	right:-22px;
	top:89px;
	width:377px;
	z-index:2;
}

/* jcarousel plugin classes */

#reform-timeline .jcarousel-skin {
	left:-6px;
	position:absolute;
	top:226px;
	width:269px;
	z-index:2;
}
#reform-timeline .jcarousel-skin .jcarousel-container-vertical {
    padding: 40px 0;
    width: 269px;
}

#reform-timeline .jcarousel-skin .jcarousel-clip { overflow: hidden; }

#reform-timeline .jcarousel-skin .jcarousel-clip-vertical {
    height: 455px;
    width:  254px;
}

#reform-timeline .jcarousel-skin .jcarousel-clip-vertical:before { 
	content:'';
	width:248px;
	height:1px;
	background-color:#f1f1f1;
	position:absolute;
	top:0;
	left:6px;
}

#reform-timeline .jcarousel-skin .jcarousel-item {
    height: 34px;
    width: 254px;
}

#reform-timeline .jcarousel-skin .jcarousel-item-vertical { margin-bottom: 0; }

#reform-timeline .jcarousel-skin .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

#reform-timeline .jcarousel-skin .jcarousel-next-vertical {
    background: transparent url(/ucm/groups/public/@hp/@public/documents/images/jcarousel-down-arrows.png) no-repeat 0 0;
    bottom: 12px;
    cursor: pointer;
    height: 20px;
    left: 118px;
    position: absolute;
    width: 32px;
}

#reform-timeline .jcarousel-skin .jcarousel-next-vertical:hover,
#reform-timeline .jcarousel-skin .jcarousel-next-vertical:focus {
    background-position: 0 -20px;
}

#reform-timeline .jcarousel-skin .jcarousel-next-vertical:active {
    background-position: 0 -40px;
}

#reform-timeline .jcarousel-skin .jcarousel-next-disabled-vertical,
#reform-timeline .jcarousel-skin .jcarousel-next-disabled-vertical:hover,
#reform-timeline .jcarousel-skin .jcarousel-next-disabled-vertical:focus,
#reform-timeline .jcarousel-skin .jcarousel-next-disabled-vertical:active {
    background-position: 0 -60px;
    cursor: default;
}

#reform-timeline .jcarousel-skin .jcarousel-prev-vertical {
    background: transparent url(/ucm/groups/public/@hp/@public/documents/images/jcarousel-up-arrows.png) no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    left: 118px;
    position: absolute;
    top: 12px;
    width: 32px;
}

#reform-timeline .jcarousel-skin .jcarousel-prev-vertical:hover,
#reform-timeline .jcarousel-skin .jcarousel-prev-vertical:focus {
    background-position: 0 -20px;
}

#reform-timeline .jcarousel-skin .jcarousel-prev-vertical:active { background-position: 0 -40px; }

#reform-timeline .jcarousel-skin .jcarousel-prev-disabled-vertical,
#reform-timeline .jcarousel-skin .jcarousel-prev-disabled-vertical:hover,
#reform-timeline .jcarousel-skin .jcarousel-prev-disabled-vertical:focus,
#reform-timeline .jcarousel-skin .jcarousel-prev-disabled-vertical:active {
    background-position: 0 -60px;
    cursor: default;
}


/* END REFORM TIMELINE ---------------------------------------- */



/* WELL@WORK INTERACTIVE MAP START ----------------------------- */

#employer-showcase-map ul#map-navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}
			
#employer-showcase-map ul#map-navigation li {
	width: 100px;
}
			
#employer-showcase-map ul#map-navigation li.plan-lounge {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063954.png") no-repeat scroll 14px -58px transparent;
}
	
#employer-showcase-map ul#map-navigation li.plan-exam {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063954.png") no-repeat scroll 14px 9px transparent;
}
			
#employer-showcase-map ul#map-navigation li.plan-lab {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063954.png") no-repeat scroll -78px 9px transparent;
}
			
#employer-showcase-map ul#map-navigation li.plan-pharmacy {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063954.png") no-repeat scroll 14px -125px transparent;
}
			
#employer-showcase-map ul#map-navigation li.plan-occupational {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063954.png") no-repeat scroll -78px -50px transparent;
}
			
#employer-showcase-map ul#map-navigation li.plan-storage {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063954.png") no-repeat scroll -78px -117px transparent;
}
			
#employer-showcase-map ul#map-navigation li a {
	display: block;
	padding: 15px 10px 15px 0;
	width: 216px;
	padding-left: 80px;
	border-top: 1px solid #efefef;
	cursor: pointer;
}
			
#employer-showcase-map ul#map-navigation li a.employer-showcase-map-modal-storage {
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
			
#employer-showcase-map ul#map-navigation li.active a {
	color: #D99709;
}
			
#employer-showcase-map #floor-plan {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063955.png") no-repeat scroll 11px 0 #f3f1df;
	height: 450px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
	-webkit-box-shadow: inset 0 3px 0 3px #ebe8c9;
	-moz-box-shadow: inset 0 3px 0 3px #ebe8c9;
	box-shadow: inset 0 3px 0 3px #ebe8c9;
}
			
#employer-showcase-map #floor-plan a {
	cursor: pointer;
}
			
#employer-showcase-map #floor-plan #exam-floor-plan {
	position: absolute;
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063956.png") no-repeat scroll 0 0 transparent;
	height: 165px;
	width: 260px;
	left: 58px;
	top: 7px;
}
			
#employer-showcase-map #floor-plan #exam-floor-plan:hover,
#employer-showcase-map #floor-plan #exam-floor-plan.active {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063956.png") no-repeat scroll 0 -175px transparent;
}
			
#employer-showcase-map #floor-plan #storage-floor-plan {
	position: absolute;
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063957.png") no-repeat scroll 0 0 transparent;
	height: 175px;
	width: 90px;
	top: 14px;
	left: 310px;
}
			
#employer-showcase-map #floor-plan #storage-floor-plan:hover,
#employer-showcase-map #floor-plan #storage-floor-plan.active {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063957.png") no-repeat scroll 0 -177px transparent;
}
			
#employer-showcase-map #floor-plan #pharmacy-floor-plan {
	position: absolute;
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063958.png") no-repeat scroll 0 0 transparent;
	height: 175px;
	width: 90px;
	top: 14px;
	left: 400px;
}
			
#employer-showcase-map #floor-plan #pharmacy-floor-plan:hover,
#employer-showcase-map #floor-plan #pharmacy-floor-plan.active {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063958.png") no-repeat scroll 0 -177px transparent;
}
			
#employer-showcase-map #floor-plan #occupational-floor-plan {
	position: absolute;
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063959.png") no-repeat scroll 0 0 transparent;
	height: 175px;
	width: 80px;
	top: 147px;
	left: 405px;
}
			
#employer-showcase-map #floor-plan #occupational-floor-plan:hover,
#employer-showcase-map #floor-plan #occupational-floor-plan.active {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063959.png") no-repeat scroll 0 -175px transparent;
}
			
#employer-showcase-map #floor-plan #lab-floor-plan {
	position: absolute;
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063960.png") no-repeat scroll 0 0 transparent;
	height: 175px;
	width: 80px;
	top: 147px;
	left: 483px;
}
			
#employer-showcase-map #floor-plan #lab-floor-plan:hover,
#employer-showcase-map #floor-plan #lab-floor-plan.active {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063960.png") no-repeat scroll 0 -175px transparent;
}
			
#employer-showcase-map #floor-plan #lounge-floor-plan {
	position: absolute;
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063961.png") no-repeat scroll 0 0 transparent;
	height: 210px;
	width: 235px;
	top: 209px;
	left: 176px;
}
			
#employer-showcase-map #floor-plan #lounge-floor-plan:hover,
#employer-showcase-map #floor-plan #lounge-floor-plan.active {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_063961.png") no-repeat scroll 0 -240px transparent;
}
			
			
/* Well@Work Modal */
			
#p3333-id .ui-tooltip, 
#p3333-id .qtip {
	max-width: 810px;
	width: 810px;
}
			
#p3333-id .ui-tooltip .row.fixed, 
#p3333-id .qtip .row.fixed {
	height: 535px;
}
			
#p3333-id .qtip .ui-tooltip-title {
	font-size: 14px;
}
		
#p3333-id .ui-tooltip-default .ui-tooltip-content {
	background-color: #FFF;
	border-color: #454545;
	color: #555;
}
			
#p3333-id .ui-tooltip-titlebar {
	padding: 10px 0 10px 10px;
}
			
#p3333-id .ui-tooltip-default .ui-tooltip-titlebar {
	background-color: #F1F1F1;
	border-color: #454545;
	color: #555;
}
			
#p3333-id #qtip-overlay {
	z-index: 1600 !important;
}
			
#p3333-id .ui-tooltip-content ul.modal-footer-navigation {
	padding: 0 0 10px;
	text-align: center;
	width: 100%;
}
			
#p3333-id .ui-tooltip-content ul.modal-footer-navigation li {
	display: inline;
	padding: 12px;
}

#p3333-id .ui-tooltip-content ul.modal-footer-navigation li a {
	cursor: pointer;
}
			
#p3333-id .manual-overlay-override {
	display: block !important;
	left: 0 !important;
	top: 0 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}


/* END WELL@WORK INTERACTIVE MAP START ----------------------------- */

/* LOGIN UPDATE ACCOUNT START ----------------------------- */

#updateAccountForm label {
	width: 185px;
}

/* END LOGIN UPDATE ACCOUNT ----------------------------- */

/* Wellbeing B2B Tour Page ------------------------------ */

.wellbeing-tour-container h2 {
	font-family: 'MetaPro', Arial, sans-serif;
	font-size: 48px;
	color: #425677;
}
.wellbeing-tour-container .wellbeing-tour-header h2 {
	margin: 20px 0 30px 0;
	text-align: center;
}
.wellbeing-tour-container h3 {
	font-family: 'MetaPro', Arial, sans-serif;
	font-size: 30px;
	line-height: 34px;
	color: #425677;
}
.wellbeing-tour-container hr.shadow {
	height: 4px;
	border: 0;
	background-color: #dddddd;
	background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#ffffff), color-stop(50%, #d5d5d5), to(#ffffff));
	background-image: -webkit-linear-gradient(left, #ffffff, #d5d5d5 50%, #ffffff);
	background-image: -moz-linear-gradient(left, #ffffff, #d5d5d5 50%, #ffffff);
	background-image: -o-linear-gradient(left, #ffffff, #d5d5d5 50%, #ffffff);
	background-image: linear-gradient(to right, #ffffff, #d5d5d5 50%, #ffffff);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
	-webkit-box-shadow: inset 0px -2px 5px #ffffff;
	-moz-box-shadow: inset 0px -2px 5px #ffffff;
	box-shadow: inset 0px -2px 5px #ffffff;
}
.wellbeing-tour-container hr.shadow:nth-of-type(even) {
	-webkit-box-shadow: inset 0px 2px 5px #ffffff;
	-moz-box-shadow: inset 0px 2px 5px #ffffff;
	box-shadow: inset 0px 2px 5px #ffffff;
	margin-bottom: 0;
}
.ie7 hr.shadow,
.ie8 hr.shadow,
.ie9 .wellbeing-tour-container hr.shadow {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #d5d5d5;
}
.wellbeing-tour-container .content-menu-container.scrolled {
	position: fixed;
	background: white;
	width: 902px;
	top: -8px;
	z-index: 1000;
}
.wellbeing-tour-container .content-menu-container ul {
	margin: -8px 0 -1px;
	padding: 0;
}
.wellbeing-tour-container .content-menu li {
	display: inline-block;
	padding: 7px 10px;
	font: bold 0.85em/1.7em 'Georgia', 'Times New Roman', Times, serif;
	color: #3bb3e2;
	border-radius: 4px;
	cursor: pointer;
}
.wellbeing-tour-container .content-menu li:hover {
	background: #e5f5fc;
}
.content-menu li:active,
.wellbeing-tour-container .content-menu li.active {
	background: #3bb3e2;
	color: white;
}
.wellbeing-tour-content {
	margin-top: 20px;
	position: relative;
	min-height: 118px;
	width: 100%;
}
.wellbeing-tour-content.scrolled {
	margin-top: 104px;
}
.wellbeing-tour-content:before {
	content: "";
	width: 20px;
	height: 120%;
	background-color: #BCE8F8;
	display: block;
	position: absolute;
	top: 3px;
	left: 49%;
}
.wellbeing-tour-content.last-child:before {
	height: 90%;
}
.wellbeing-tour-content:after {
	background: url(/ucm/groups/public/@hp/@public/documents/webasset/dev_069412.png) 0 0 no-repeat;
	content: "";
	display: block;
	height: 118px;
	width: 118px;
	position: absolute;
	top: 0;
	left 0;
	width: 904px;
}
#wellbeing-tour-demo:after {
	background-position: center -356px;
}
#wellbeing-tour-experience:after {
	background-position: center -235px;
}
#wellbeing-tour-mobile:after {
	background-position: center -470px;
}
#wellbeing-tour-outcomes:after {
	background-position: center -589px;
}
#wellbeing-tour-leadership:after {
	background-position: center 0px;
}
#wellbeing-tour-subscribe:after {
	background-position: center -115px;
}
.wellbeing-tour-content .content-item .content-wrapper {
	background-color: #ebf8fd;
	border-radius: 8px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 10;
}
.wellbeing-tour-content .content-item .content-outline {
	position: relative;
	margin-left: 275px;
	margin-top: -258px;
	width: 375px;
	min-height: 295px;
	border: 8px #BCE8F8 solid;
	border-radius: 10px;
	padding: 10px;
	background-color: #fff;
	z-index:10;
}
.wellbeing-tour-content .content-item .content-outline h4,
.wellbeing-tour-content .content-item .content-outline h4 a {
	font-size: 24px;
	line-height: 28px;
	color:  #425677;
	font-family: 'MetaPro', Arial, sans-serif;
}
.wellbeing-tour-content .content-item .content-outline h4 a:hover,
.wellbeing-tour-content .content-item .content-outline h4 a:focus,
.wellbeing-tour-content .content-item .content-outline h4 a:active {
	text-decoration: underline;
}
.wellbeing-tour-content .content-item .content-outline p {
	font-size: 14px;
	line-height: 20px;
	color:  #48494a;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.wellbeing-tour-content .content-item .content-outline .etal-blurb a {
	font-size: 40px;
	color:  #2fb2e3;
}
.wellbeing-tour-content .content-item .content-outline .etal-blurb a:hover,
.wellbeing-tour-content .content-item .content-outline .etal-blurb a:focus,
.wellbeing-tour-content .content-item .content-outline .etal-blurb a:active {
	color: #d99709;
}
.wellbeing-tour-content p {
	font-size: 20px;
	line-height: 24px;
	color: #696a6c;
}
.wellbeing-tour-content ul li {
	font-size: 20px;
	line-height: 28px;
	color:  #425677;
}
.wellbeing-tour-content ul ul {
	list-style-type: disc;
}
.wellbeing-tour-content ul li span {
	color: #696a6c;
}
.wellbeing-tour-content p.icon-number {
	display: inline;
	padding-left: 30px;
	padding-bottom: 12px;
	position: relative;
}
.wellbeing-tour-content p.icon-number.number-one:after {
	content: "";
	background: url(/ucm/groups/public/@hp/@public/documents/webasset/dev_066443.png) 0 0 no-repeat;
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.wellbeing-tour-content p.icon-number.number-two:after {
	content: "";
	background: url(/ucm/groups/public/@hp/@public/documents/webasset/dev_066443.png) -26px 0 no-repeat;
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.wellbeing-tour-image {
	position: absolute;
	border: 8px #BCE8F8 solid;
	border-radius: 10px;
}
.wellbeing-tour-image.no-border {
	border: 0px #fff solid;
}
.wellbeing-tour-content a.play-button:after {
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 11px;
}

/* End Wellbeing B2B Tour Page ------------------------------ */			

/* Progress bar Employer portal */
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

#enrollment-period-tracker p {
    margin: 0px auto;
    padding-bottom: 0px;
}

#enrollment-period-tracker {
    counter-reset: li
}
#enrollment-period-tracker>li {
    width: 33%;
    padding-right: 0;
    padding-left: 0;
    margin-right: -1px
}
#enrollment-period-tracker>li:first-child {
    padding-left: 5px
}
#enrollment-period-tracker>li .tracker-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding: 8px 8px 8px 60px;
}
#enrollment-period-tracker>li .tracker-wrapper:before,
#enrollment-period-tracker>li .tracker-wrapper:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0
}
#enrollment-period-tracker>li .tracker-wrapper:before {
    left: 0
}
#enrollment-period-tracker>li .tracker-wrapper:after {
    right: 0
}
#enrollment-period-tracker>li .tracker-wrapper p:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 6px;
    left: 24px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: .8em;
    font-weight: bold;
    text-align: center
}
#enrollment-period-tracker>li.active .tracker-wrapper {
    background-color: #50b3cf
}
#enrollment-period-tracker>li.active .tracker-wrapper:before {
    border-top: 18px solid #50b3cf;
    border-bottom: 18px solid #50b3cf;
    border-left: 9px solid #FFFFFF
}
#enrollment-period-tracker>li.active .tracker-wrapper:after {
    border-top: 18px solid #FFFFFF;
    border-bottom: 18px solid #FFFFFF;
    border-left: 9px solid #50b3cf
}
#enrollment-period-tracker>li.active .tracker-wrapper p {
    color: #FFFFFF
}
#enrollment-period-tracker>li.active .tracker-wrapper p:before {
    background: #f5f5f5;
    color: #50b3cf;
    border-color: #50b3cf
}
#enrollment-period-tracker>li.inactive .tracker-wrapper {
    background-color: #ddd
}
#enrollment-period-tracker>li.inactive .tracker-wrapper:before {
    border-top: 18px solid #ddd;
    border-bottom: 18px solid #ddd;
    border-left: 9px solid #FFFFFF
}
#enrollment-period-tracker>li.inactive .tracker-wrapper:after {
    border-top: 18px solid #FFFFFF;
    border-bottom: 18px solid #FFFFFF;
    border-left: 9px solid #ddd
}
#enrollment-period-tracker>li.inactive .tracker-wrapper p {
    color: #999
}
#enrollment-period-tracker>li.inactive .tracker-wrapper p:before {
    background: #f5f5f5;
    color: #999;
    border-color: #999
}
#enrollment-period-tracker>li.disabled {
    opacity: .5;
    filter: alpha(opacity=50)
}
#enrollment-period-tracker>li.complete .tracker-wrapper p:before {
    content: "\2713";
    background: #50b3cf;
    border-color: #FFFFFF;
    color: #FFFFFF
}

#enrollment-period-tracker * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#enrollment-period-tracker *:before,
#enrollment-period-tracker *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}