@charset "utf-8";

/*
		HealthPartners 2010
		individual page pieces for broker 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: 68px;
	margin-left: 1px;
	padding: 0;
	}

.has-js #logon-container ul#forgot-credentials { /* js on style */
	top: 60px !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 {
	color: #999;
	}	

#logon-container ul#forgot-credentials a#forgot-password {
	display: block;
	font-size: 11px;
	color: #999;
	margin: 43px 0 0;
	}

.has-js #logon-container ul#forgot-credentials a#forgot-password {
	margin-top: 34px !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 */


/* Broker authenticated home banner */

#p409-id #home-banner {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_003412.png') no-repeat 0 0;
	}
	
/* Broker public landing banner */

#p733-id #home-banner {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_003412.png') no-repeat 0 0;
	}	
	
#p733-id div.three-column-container div.left-column ul.no-bullets, #p733-id div.three-column-container div.middle-column ul.no-bullets, #p733-id div.three-column-container div.middle-column h2.left-padding  {
	padding: 0 0 0 80px !important;
	}
	
#p733-id div.three-column-container div.left-column, #p733-id div.three-column-container div.middle-column {
	width: 290px !important;
	}
	
#p733-id div.three-column-container div.right-column {
	width: 225px !important;
	}	
	
#broker-dashboard-container div.three-column-container div.left-column ul.no-bullets, #broker-dashboard-container div.three-column-container div.middle-column ul.no-bullets, #broker-dashboard-container div.three-column-container div.middle-column h2.left-padding  {
	padding: 0 0 0 80px !important;
	}	
	
#broker-dashboard-container div.three-column-container div.left-column, #broker-dashboard-container div.three-column-container div.middle-column {
	width: 290px !important;
	}
	
#broker-dashboard-container div.three-column-container div.right-column  {
	width: 225px !important;
	}
	

#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;
	}	
		
#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/webasset/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;
	}
	
/* 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;
}

/* LOGIN UPDATE ACCOUNT START ----------------------------- */

#updateAccountForm label {
	width: 185px;
}

/* END LOGIN UPDATE ACCOUNT ----------------------------- */

/* BROKER HOME  ----------------------------- */
	
#broker-home-application .list-group {
	margin-top: 20px;
}

#broker-home-application .list-group-item {
	float:left;
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;  /* Safari and Chrome */
	text-decoration: none;
	z-index: 2;
	color: #fff;
	background-color: #fafafa;
	border: 1px solid #ccc;
}

#broker-home-application .list-group li {
	line-height: normal;
}

#broker-home-application .list-group-item:hover {
	background-color: #e5e5e5;
}

#broker-home-application .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: 15px;
	border-radius: 4px;
	border-radius: 4px;
}

#broker-home-application .list-group-item.active .list-group-item-heading {
	color: inherit;
}

#broker-home-application .list-group-item-text,
#broker-home-application .list-group i {
	display: inline-block;
	vertical-align: top;
}

#broker-home-application .list-group-item-text {
	width: 222px;
}

#broker-home-application .list-group i {
	width: 45px;
	font-size: 45px;
	color: #258fad;
}

#broker-home-application .list-group h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	color: #444;

}

#broker-home-application .list-group p {
	color: #444;
	font-family: verdana;
	font-size: 14px;
	line-height: 21px;
}

#broker-home-application h2.large {
	font-size: 20px;
	line-height: 30px;
	color: #444
}

#broker-home-application .inline {
	margin-bottom: 13px;
}

/* BROKER HOME END ----------------------------- */

/* BROKER FORGOT PASSWORD  ----------------------------- */

.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
}

/* BROKER FORGOT PASSWORD END ----------------------------- */
