#mr-top-bar-html {
	display: none;
}
#mr-top-bar, #mr-top-bar * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mr-top-bar {
	top:0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2000;
	background-color: #AD0000;
}

#mr-top-bar .mr-top-bar-content {
	width: 975px;
	display: inline-block;
	text-align: left;
	padding: 10px 0px;
	color: #fff;
	font-family: 'AkzBlack', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#mr-top-bar .mr-top-bar-component {
	display: inline-block;
	vertical-align: middle;
}

#mr-top-bar .mr-top-bar-text-container {
	font-size: 14px;
	margin-right: 30px;
}

#mr-top-bar .mr-top-bar-text-container strong{
	font-weight: normal;
	color: #ffcc00;
}

#mr-top-bar .mr-top-bar-form-container * {
	display: inline-block;
	vertical-align:middle;
}

#mr-top-bar .mr-top-bar-form-container form{
	padding:0 0 4px;
	margin:0;
}

#mr-top-bar .mr-top-bar-form-container input[type='radio']{
	padding: 0;
	margin: 0 4px 0 0;
}

#mr-top-bar .mr-top-bar-form-container input[type='text'] {
	width: 72px;
	background: url(http://www.hrc.org/css/images/bg-header-signup-zipcode.png) no-repeat;
	height: 28px;
	padding: 6px;
	border: none;
	color: #888;
	margin-right: 35px;
}
#mr-top-bar .mr-top-bar-form-container label {
	margin-right: 25px;
}

#mr-top-bar .mr-top-bar-form-container #mr-top-bar-submit {
	background-color: #FFCC00;
	border: none;
	color: #000;
	font-family: 'AkzBlack', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 6px 15px;
	text-transform: uppercase;
	cursor: pointer;
}