/* Add to address book checkbox */
.form-item-payment-information-billing-information-copy-to-address-book {
  display:none;
}
/* Size text to page width */
body.progress-nav--top .field--name-field-content.field--type-text-long p {
  width:95% !important; 
  max-width:95% !important;
}
.page-header {
  width:95% !important; 
  max-width:95% !important;
}
.p-7 {
  padding-top:3rem !important;
  padding-left:1rem !important;
  padding-right:1rem !important;
}

/* HIDE footer address and Contact -- not necessary for this site */
#footer--site--top-middle {
	display:none;
}