.login-help-text{
	font-size: 1.7em;
	text-align: center;
	font-family: 'Neue Haas Grotesk Text Pro', 'Helvetica Neue', arial, sans-serif;
	font-weight: normal;
}

.login-pw-reset-text{
	font-size: 1.7em;
	text-align: left;
	font-family: 'Neue Haas Grotesk Text Pro', 'Helvetica Neue', arial, sans-serif;
	font-weight: normal;
}

.rsp .content .container{
	
	margin: 40px auto;
	min-width: 820px;
	min-height:375px;
}
.account_details .content .container, .address-search .content .container{
	margin: 0px auto 40px auto;
}
.rsp form {
}
.account_details form{
	border: none;
	background: none;
	box-shadow: none;
}
.address-search .resources-wrapper form{
	min-height :auto;
	width: 93%;
}
.rsp fieldset {
	width: 100%;
	margin: 0 auto;
}
img.legend-progress {
	text-align: center;
}
.rsp fieldset legend {
	text-align: center;
	font-family: 'Neue Haas Grotesk Text Pro', 'Helvetica Neue', arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	display: block;
	margin:0 auto;
	width: 100%;
}
.rsp div.form_field {
	clear:left;
	display:block;
	padding-left: 10px;
	min-height: 50px;
}
.rsp img.legend-progress {
	margin: 20px auto;
	width: 654px;
	height: 70px;
}
.rsp .mandatory {
	color: red;
}
.rsp form label {
	display:block;
	width: 31%;
	text-align: right;
	margin-right: 3%;
	float:left;
	font-size: 0.8em;
	color: #AAA;
	
	line-height: 1.5em;
	margin-top: 10px;
}
.rsp form label.error {
	text-align: left;
}
.rsp form input, .rsp form textarea {
	float:left;
}
.rsp form input[type="text"],
.rsp input[type="text"],
.rsp input[type="select"],
.rsp input[type="password"],
.rsp input[type="phone"],
.rsp input[type="email"],
.rsp input[type="date"]
{
	width: 60% !important;
}
.rsp form  textarea {
	width: 60%;
}
.rsp span#address {
	float:left;
	width:40%;
	text-align:left;
	vertical-align: middle;
	font-size: 0.8em;
	margin: 10px 0 20px 0;
}
#address_change {
	position:relative;
	top: -5px;
}
span.address {

}
.rsp form input[readonly] {
	background: none;
	border: none;
}
#address_change {
	float:left;
}
.rsp form input.wizard-next, button, #login_button {
	font-family: 'Neue Haas Grotesk Text Pro', 'Helvetica Neue', arial, sans-serif;
  font-weight: normal;
  background-color: #082753;
  color: #fff;
  font-size: 16px;
  padding: 9px 5%;
  margin-top: 2px;
  margin-left: 3%;
  float:right;
  border: none;
}
.rsp form input.wizard-next:hover, button:hover, #login_button:hover {
  cursor: pointer;
}
.rsp form select {
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 15px;
}
.rsp form input[type="checkbox"] {
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 15px;
}
input[type="submit"]{
	box-shadow: none;
	border:1px solid #CCC;
}

#daytime_phone_number,
#evening_phone_number {
	margin: -99999px;
}
#daytime_phone_number01,
#evening_phone_number01 {
	float: left;
	padding: 10px;
	line-height: 35px;
	margin-top: 2px;
	font-size: 13px;
	width: 90px !important;
}
#daytime_phone_number02,
#evening_phone_number02 {
	width: 90px !important;
	margin-left: 10px;
}
#daytime_phone_number03,
#evening_phone_number03 {
	width: 120px !important;
	margin-left: 10px;
}

.rsp form input.confirmation,
.rsp form textarea.confirmation,
.rsp form select.confirmation {
	background-image: none;
	background: color: #fff;
	color: black;
	cursor: none;
	background-color:#fff;
	border: none;
}
.submit.back {
	margin-left: 0 !important;
}
.rsp #div_product_group, .rsp #div_general_instructions, .rsp #div_additional_services, #confirmation_service_request_type, #confirmation_address, #confirmation_rsp_order_number  {
	border-top: 1px solid #EEE; 
	padding-top: 10px;
}
.rsp .wizard-next {
}
.rsp .back { 
	float:left;
	clear:left;
}
#confirmationdiv {
	border-bottom: 1px solid #EEE; 
	margin-bottom: 20px;
	margin-left: 18px;
}
span.confirmationval {
	display: block;
	width: 60%;
	text-align: left;
	float: left;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 10px;
	
}

#confirmationdiv div.form_field {
	min-height: 40px;
	font-size: 0.95em;
}
input:-webkit-autofill {
    color: #fff !important;
}
/* Header */
header .circle {
  background: none;
  -webkit-animation: none;
}

header #welcome {
	color: white;
	float: right;
	padding-top: 20px;
	line-height: 2em;
	text-align: right;
	width:100%;
}
header nav .sub li  {
	color: white;
	font-size: 0.9em;
}
header nav .sub li  a{
	font-family: 'Neue Haas Grotesk Text Pro', 'Helvetica Neue', arial, sans-serif;
	text-decoration: none;
	font-size: 0.85em;
	color: #ddd;
}
header nav .sub li  a:hover, header nav .sub li.active a{
	color: #F2ACF7;
}
/* Footer */
footer section:first-child {
	display:none;
}


/* TOOLTIP */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }





/*jquery validate*/

.rsp form label.error { 
	float: left; clear:left; color: red;  vertical-align: top; 
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 1em;
	padding-left: 35%;
	width: 60%;
}
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }





/* address search*/
form fieldset legend {
	padding-bottom: 20px;
	clear:both;
	display:block;
}
form.wizard fieldset legend {
	padding-bottom: 0;
}
.div_address_search  {
	text-align:center;
}
#address_search {
	width: 80%;
	float: none;
}
#address_suggestions {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
li.address_suggestion  {
	color: #bbb;
}
li.address_suggestion {
	width: 95%;
	list-style: none;
	background: #F5F5F5;
	padding: 1.0em 0 1.0em 8%;
	position: relative;
	background-position: 287px -235px;
}
li.address_suggestion.even {
	background: #F0F0F0;
}
li.address_suggestion.service_available {
	color: #222;
	background: #F5F5F5 url('/includes/images/plusdark.png') no-repeat 95%;
	
	-moz-box-shadow:    2px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	box-shadow:         2px 2px 3px rgba(0,0,0,0.2);
	z-index: 20;
}
li.address_suggestion.service_available.even {
	background: #E5E5E5 url('/includes/images/plus.png') no-repeat 95%;
}
li.address_suggestion.service_available:hover {
	cursor: pointer;
	background: #999 url('/includes/images/plus.png') no-repeat 95%;
	color: #fff;
	-moz-box-shadow:    3px 3px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	box-shadow:         3px 3px 6px rgba(0,0,0,0.2);
	z-index: 30;
}
img.tooltip:hover {
	cursor: pointer;
}
li.address_suggestion  span.address{
		
}
li.address_suggestion  ul li {
	list-style: none;
	font-style: italic;
	color: #bbb;	
	padding-top: 10px;
	margin-right: 10%;
}
li.address_suggestion.service_available ul li {
	color: #444;
}
li.address_suggestion  ul li.service {
	float: right;
	padding-right: 40%;
	
}
li.address_suggestion.service_available:hover li {
	color: #fff;
}
.login_form label {
	width: 20% !important;
	text-align: left !important;
}
.login_form input[type=password],.login_form input[type=text] {
	
}
#login_button {
	clear:left;
}

#password_reset_btn{
	clear:left;
	background-color: #082753;
	float:right;

}
.login_form  #errors {
	display:none;
}
span.error, .login_form div.error {
	clear:left;
	line-height: 1.2em;
	margin-bottom: 1.5em;
	display:block;
}
.login_form div.error {
	margin-left: 23%;
}
#password_button{
	clear:left;
	float:right;
}

#additional_services_checkboxes {
	width: 60%;
	float: left;
}
.form_checkbox_field {
	clear: left;
}
.rsp form .form_checkbox_field label {
	width: 45%;
	float: left;
	text-align: left;
	padding-left: 10px;
}
.rsp form .form_checkbox_field input {
	float:left;
	width: auto;
	margin-top: 12px;
	text-align: left;
}




/*

	IE
	
*/

.oldie .rsp #address_change {
	padding: 0;
	width: 165px;
	height: 39px;
	text-align: center;
}

.oldie .rsp label.error {
	padding-bottom: 20px;
}

.oldie #phone_number01 {
	margin-top: 10px;
}

.ie8 footer section,
.oldie footer section {
	border-right: none !important;
}

.resources.rsp .content  {

	min-width: 820px;
}
.resources.rsp .content .container{
	
	margin: 0 auto;
	min-width: 960px;
}
.resources footer {
	margin-top: 0;
}
body {
background: #fff;
}
.resources  {
  background: url(../images/inside-content.png) -290px top;
}

.resources-wrapper {
  background: url(../images/inside-content.png) -721px top;
 
	min-height:375px;
  padding-bottom: 2em;
}

.resources-wrapper article {
    float: right;
    width: 64%;
}

.contact article{
	margin-top: 25px;
}

hr.grey-divider {
	border: solid #EEEEEE;
	border-width: 1px 0 0;
	margin-bottom: 20px;
}

/**********************************************

     INSIDE ASIDE 

***********************************************/
.resources-wrapper form {
	margin-top: 40px;
	padding: 20px;
	min-height: 400px;
}
h4.empty-content {
	padding: 50px 0;
	text-align: center;
	color: #666;
}
.technical_attachment {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #999;
}
.resources-wrapper aside {
    float: left;
    width: 306px;
}

.resources-wrapper aside h1, .resources-wrapper article h1 {
    margin-top: 39px;
    margin-left: 51px;
}

.resources-wrapper article h1 {
    margin-left: 0;
}

.resources-wrapper aside ul {
	padding: 0;
}

.resources-wrapper aside ul li {
    list-style: none;
    font-size: 17px;
	font-family: 'Neue Haas Grotesk Text Pro', 'Helvetica Neue', arial, sans-serif;
    font-weight: normal;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid white;
    position: relative;
    margin-left: 20px;
}

.resources-wrapper aside ul ul li {
    padding-left: 20px;
}

.resources-wrapper aside ul li.current {
    border-top: 0;
}

.resources-wrapper aside ul li.current span {
    background: url(../images/sprite.png) no-repeat;
    background-position: -4px -114px; width: 324px; height: 56px;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 7;
}

.resources-wrapper aside ul li.current a {
    color: white !important;
    text-shadow: 1px 1px rgba(0,0,0,0.6);
}

.resources-wrapper aside ul li:first-child {
    border-top: none;
}

.resources-wrapper aside ul li a:link,
.resources-wrapper aside ul li a:active,
.resources-wrapper aside ul li a:visited {
    color: #a6a6a6;
    background: url(../images/icons-sprite.png) no-repeat;
     background-position: -295px -1192px;
    padding: 10px 0 2px 50px;
    display: block;
    position: relative;
    z-index: 9;
}

.resources-wrapper aside ul li.current a {
	 background-position: -295px -1111px;
}


/* Hold list */
#hold-list {
	margin: 0 20px;
	font-size: 12px;
	color: #333;
}
#hold-list .empty {
	margin: 10px;
	text-align: center;
	font-weight: bold;
	color: #999;
	text-shadow: 1px 1px #FFF;
	font-size: 14px;
}
.toolbar {
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
}

.toolbar-item {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	float: right;
	cursor: pointer;
}
.disabled .toolbar-item {
	opacity: 0.2;
}
.toolbar-item.email
{
	background: url(../images/tb-mail.png) no-repeat;
}
.toolbar-item.print
{
	background: url(../images/tb-print.png) no-repeat;
}
#hold-email-form {
	padding: 10px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E6E6E6;
}
#hold-email-form.sending {
	background-image: url(../images/ajax-loader.gif);
	background-position: center 5px;
	background-repeat: no-repeat;
}
#status {
	font-weight: bold;
	text-align: center;
	margin-top: 42px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  padding-top: 10px;
  font-weight: bold;
  border-top: 1px solid #FFF;
}
dd {
  margin-left: 10px;
  font-size: 11px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 5px;
}
span.remove_item {
	width: 16px;
	height: 16px;
	background: url(../images/37-circle-x.png) no-repeat;
	display: block;
	float: left;
	margin: 0 3px;
	text-indent: -20px;
	overflow: hidden;
}

table.subdivision-ready {
	width: 100%;
	font-size: 12px;
	color: #545454;	
}
table.subdivision-ready th,
table.subdivision-ready td {
	text-align: left;
	padding: 5px;
}

ul.errorlist {
    border: 1px solid #d33d44;
    background-color: #fceaeb;
    color: #d33d44;
    padding: 10px;
}

ul.errorlist li {
    list-style-type: none; 
}

ul.messages {
    margin-bottom: 10px;
}

ul.messages li {
    padding: 10px;
    list-style-type: none;
}

ul.messages li.success {
    border: 1px solid #80a045;
    background-color: #edf4de;
    color: #80a045;
}

ul.messages li.error {
    border: 1px solid #d33d44;
    background-color: #fceaeb;
    color: #d33d44;
}
