@charset "utf-8";

/*
		HealthPartners 2010
		shared css for entire public healthpartners site /hp
*/


/* --- hiding navigation */

.header > nav,
.header > div {
	visibility: hidden;
}



div#breadcrumb-placeholder {
	height: 39px;
	}

body, p, input, legend, select, textarea, td {
	color: #48494a;
	}

a, a:link, a:visited, .more {
	color: #258fad;
	-moz-transition: color .1s linear;
	-khtml-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	transition: color .1s linear;
	}

a.white	{
	color: #fff;
	}

a:hover, a:active, a:hover em.more {
	color: #d99709;
	}

h1 	{
	max-width: 920px;
	}

h1.main-aside-ellipsis {
	max-width: 660px !important;
	height: 36px;
	margin-top: 3px;
	}

h2 	{
	color: #696a6c;
	}

h3 	{
	color: #696a6c;
	}

h4, h5, h6 {
	color: #696a6c;
	}


		/* needed for webkit to preform color animation */
table.data.hover tbody tr, table.data-results.hover tbody tr, .container.hover, .promo.hover {
	background-color: #fff;
	}

table.data.legend-hover tbody tr:even, table.data-results.legend-hover tbody tr:even, .container.legend-hover:even, .promo.legend-hover:even {
	background-color: #fff;
	}

table.data.legend-hover tbody tr:odd, table.data-results.legend-hover tbody tr:odd, .container.legend-hover:odd, .promo.legend-hover:odd {
	background-color: #f2f2f2;
	}

		/* needed for webkit to preform color animation - end */
.ledger-style, table.tablesorter tbody tr.odd td {
	background-color: #f2f2f2;
	}

header div.header > a > img[src*="/ucm/groups/public/@hp/@public/documents/webasset/dev_001920.png"] {
    position: relative;
    width: 229px;
    height: 46px;
    top: 5px;
    left: 20px;
}

.container-header {
	background: #efa300 url('/ucm/groups/public/@hp/@public/documents/images/dev_002187.png') repeat-x 0 0;
	}

.aside-header {
	background: #efa300 url('/ucm/groups/public/@hp/@public/documents/images/dev_002187.png') repeat-x 0 0;
	}

#navigation	{
	position: absolute;
	top: 0;
	right: 0;
	}

ul#navigation {
	display: block;
	float: right;
	z-index: 2;
  	list-style: none;
  	background: #dbdcdd url('/ucm/groups/public/@hp/@public/documents/webasset/dev_002625.png') repeat-x 0 0;
  	border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-o-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-o-border-bottom-right-radius: 8px;
	-o-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	width: 639px;
  	height: 30px;
	margin-right: 1px;
	padding-left: 0 !important;
	}

ul#navigation li {
 	float: left;
	}

ul#navigation a {
	position: relative;
	display: block;
  	font: 12px 'Verdana', arial, sans-serif;
	color: #48494a;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(255,255,255,0.45);
	padding: 12px 0 14px 0;
	cursor: pointer;
	}

ul#navigation .separator {
	border-right: #fff 1px solid;
	}

		/* individual navigation items */
ul#navigation a#home {
  	border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-o-border-bottom-left-radius: 8px;
  	width: 80px;
	}

ul#navigation a:hover,
ul#navigation a.active {
	text-shadow: 0 -1px 1px rgba(255,255,255,1.0);
	background: #bcbcbd url('/ucm/groups/public/@hp/@public/documents/webasset/dev_002625.png') repeat-x 0 0;
	}

ul#navigation a#clinics-services {
  	width: 140px;
	}

ul#navigation a#health-insurance {
  	width: 147px;
	}

ul#navigation a#health-wellness {
  	width: 153px;
	}

ul#navigation a#pharmacy {
  	width: 115px;
	-o-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-o-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	}

		/* individual navigation items - end */
		/* navigation - end */

		/* top navagation */
#top-navigation {
	position: absolute;
	top: 18px;
	right: 20px;
	}

#top-navigation ul li {
	display: inline-block;
	font-family: 'Verdana', sans-serif;
	font-size: 12px !important;
	color: #999;
	margin: 0 2px;
}

#top-navigation ul li .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin: -2px 0 0 5px;
	vertical-align: middle;
	border-top: 4px solid #999999;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

#top-navigation ul li ul {
	position: absolute;
	height: 0;
	background: white;
	overflow: hidden;
	z-index: 250;
	transition: max-height 1s linear;
	-webkit-transition: max-height 1s linear;
}

#top-navigation ul li ul:hover,
#top-navigation ul li ul.active {
	height: auto;
	padding: 8px 12px 4px 12px;
	border: 1px solid #c3c3c3;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#top-navigation ul li ul li {
	display: block;
	font-size: 11px !important;
}
	/* Search position */
#search-form-container {
	position: absolute;
	top: 53px;
	margin-left: 724px;
	}

.has-js #search-form-container {
	margin-left: 774px !important;
	}

.has-js.iphone #search-form-container { /* has js/iPhone */
	position: absolute;
	top: 17px;
	margin-left: 697px !important;
	}

ul#sub-navigation {
	left: 394px;
	position: absolute;
	top: 46px;
	}

ul#sub-navigation > li > a {
	font: bold 16px 'MetaPro',Arial,sans-serif;
}

ul#sub-navigation > li {
	padding-right: 15px !important;
}

.aside-sub-navigation ul {
    background-color: #50B3CF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    list-style: none outside none;
    z-index: 2;
	}

.aside-sub-navigation li {
	background: transparent url("/ucm/groups/public/@hp/@public/documents/webasset/dev_002625.png") repeat-x scroll 0 0;
	}

.aside-sub-navigation a {
	color: white;
    cursor: pointer;
    display: block;
    font: bold 20px/20px 'MetaPro',Arial,sans-serif;
    padding: 10px 0 10px 14px;
    position: relative;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	width:226px;
	}

.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;
}
.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;
}

.aside-sub-navigation a:hover, .aside-sub-navigation a.active {
	background: #0C708C url("/ucm/groups/public/@hp/@public/documents/webasset/dev_002625.png") repeat-x scroll 0 0;
	}

.aside-sub-navigation h2 {
	padding: 0;
	}

.aside-sub-navigation .separator {
	border-bottom: 1px solid #ddd;
	}

a.icon-nav {
	font: bold 16px 'MetaPro', Arial, sans-serif;
	color: #888;
	}

div#breadcrumb {
	margin-top: 26px;
	}

	/* Print button for tools nav */
#tools-nav {
	padding: 0 20px 10px 0;
	text-align: right;
	width: 100%;
	}

a#print-btn {
	color: #888888;
    font: bold 16px 'MetaPro',Arial,sans-serif;
	}

a#print-btn:before {
    content: url('/ucm/groups/public/@hp/@public/documents/images/icon-print.png');
    vertical-align: middle;
    padding-right: 5px;
	}

a#message-btn {
	color: #888888;
	font: bold 16px 'MetaPro',Arial,sans-serif;
 }

a#message-btn:before {
	content: url('/ucm/groups/public/@hp/@public/documents/images/icon-message.png');
	vertical-align: middle;
	padding-right: 5px;
 }

	/* Primary Button Color */
.button, .button:visited {
	background-color: #efa300;
	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	}

	/* Primary Button Color Hover */
.button:hover {
	background-color: #df9800;
	}

	/* Secondary Button Color */
.button.secondary, .button.secondary:visited {
	background-color: #50b3cf;
	}

	/* Secondary Button Color Hover */
.button.secondary:hover {
	background-color: #0c708c;
	}

	/* Clear Button Color */
.button.clear, .button.clear:visited {
	background-color: #b3b3b3;
	}

	/* Clear Button Color Hover */
.button.clear:hover {
	background-color: #999;
	}

	/* Go Green Button Color */
.button.go-green, .button.go-green:visited {
	background-color: #98cf50;
	}

	/* Go Green Color Hover */
.button.go-green:hover {
	background-color: #80bd31;
	}

	/* Go (input) Button Color */
input.button.go {
	background-color: #efa300;
	}

	/* Go (input) Button Color Hover */
input.button.go:hover {
	background-color: #df9800;
	}

	/* Go (input) Button Color Active */
input.button.go:active {
	background-color: #c48600;
	}

	/* Form Outline Focus Color */
input:focus, textarea:focus, select:focus, .webkit input:focus, .webkit textarea:focus, .webkit select:focus {
	outline-color: #efa300 !important;
	}

a.toggle {
	background-image: url('/ucm/groups/public/@hp/@public/documents/images/hp-toggle-sprite.png');
	}

	/* Colorbox */
#colorbox #colorbox-previous, #colorbox #colorbox-title, #colorbox #colorbox-current, #colorbox #colorbox-slideshow, #colorbox #colorbox-next, #colorbox #colorbox-previous {
	display: none !important;
	}

#colorbox-loaded-content {
	margin-bottom: 0px;
	}
	/* Colorbox - end */

#footer-navigation a.highlight {
	color: #258FAD;
	}

#footer-navigation {
    background: #fff url('/ucm/groups/public/@hp/@public/documents/webasset/dev_013980.png') repeat-x -11px 10px;
    padding: 60px 0 30px 20px;
    border: 0 none !important;
    width: 930px;
    background-size: 972px;
    font-size: 12px;
    margin-top: 22px !important;
	}

#p31-id #footer-navigation {
	margin-top: 10px !important;
}

#footer-navigation div {
	vertical-align: top;
	}

#footer-navigation h3, #footer-navigation p, #footer-navigation li, #footer-navigation a {
	vertical-align: top;
	font-family: 'Verdana', sans-serif;
	}

#footer-navigation h3 {
	padding-top: 5px;
	font-weight: bold;
	}

.footer-column.right-spacer {
	margin-right: 15px;
	}

#footer-1 a, #footer-2 a {
	color: #888;
	}

#footer-1 a:hover, #footer-2 a:hover {
	color: #333;
	}

#footer-1 {
	width: 250px;
	}

#footer-2 {
	width: 200px;
	}

#news-stories {
	width: 245px;
	}

#news-stories ul li em {
	display: block;
	color: #bbb;
	padding-bottom: 5px;
	}

#footer-follow {
	width: 175px;
	}

#footer-follow ul li h2#stay-connected {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/webasset/dev_013986.png') no-repeat 0 20px;
	height: 50px;
	}

#footer-navigation a.highlight {
	color: #258Fad;
	}

#footer-navigation h3 {
	font-size: 11px;
	line-height: 17px;
	}

#footer-navigation li {
	line-height: 16px;
	}

#footer-navigation a {
	font-size: 11px;
	}

#footer-navigation h2 a {
	font-size: 14px !important;
	}

#footer-navigation #footer-follow h2 a {
	font-size: 12px !important;
	}

#footer-navigation #footer-follow h2 {
	line-height: 19px;
	}

#footer-navigation #news-stories ul li em {
	color: #bbb;
	font-size: 11px !important;
	}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal,
.modal-alt {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.small,
.modal-alt.small {
  width: 400px;
  margin-left: -200px;
}
.modal.fade,
.modal-alt.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in,
.modal-alt.fade.in,
.modal.in,
.modal-alt.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  	margin-top: 2px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-header h3 {
    margin: 0;
    line-height: 30px;
	font-size: 22px;
	color: #3f547b;
	text-rendering: optimizelegibility;
	font-family: "MetaPro-Bold", sans-serif;
	font-weight: normal;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-body p {
  font-size: 16px;
  margin-bottom: 22px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
	display: inline-block;
	padding: 4px 8px 7px;
	margin-bottom: 0;
	font-family: "MetaPro-Bold", sans-serif;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #818181;
	background: #efefef;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	background: #3bb3e2;
	color: #ffffff;
	text-shadow: 0 1px 0 #2b95c6;
	border-color: #068ac4;
	-webkit-box-shadow: inset 0 1px 0 rgba(146, 212, 239, 0.8);
	-moz-box-shadow: inset 0 1px 0 rgba(146, 212, 239, 0.8);
	box-shadow: inset 0 1px 0 rgba(146, 212, 239, 0.8);
}
.modal-footer .btn-primary:hover,
.modal-footer .btn-primary:focus {
  color: #ffffff;
  text-shadow: 0 1px 0 #2b95c6;
  background-color: #6fc7ea;
  background-image: -moz-linear-gradient(top, #92d4ef, #3bb3e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#92d4ef), to(#3bb3e2));
  background-image: -webkit-linear-gradient(top, #92d4ef, #3bb3e2);
  background-image: -o-linear-gradient(top, #92d4ef, #3bb3e2);
  background-image: linear-gradient(to bottom, #92d4ef, #3bb3e2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff92d4ef', endColorstr='#ff3bb3e2', GradientType=0);
  *background-color: #3bb3e2;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.modal-footer .btn-primary:hover:active,
.modal-footer .btn-primary:focus:active,
.modal-footer .btn-primary:hover.active,
.modal-footer .btn-primary:focus.active {
  background-color: #1e9bcc \9;
}
.modal-footer .btn-primary.active,
.modal-footer .btn-primary:active {
  background: #00a0df;
  -webkit-box-shadow: inset 0 1px 1px rgba(35, 104, 132, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(35, 104, 132, 0.8);
  box-shadow: inset 0 1px 1px rgba(35, 104, 132, 0.8);
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
