form#address-form {
  margin: 0;
}
.address-selection-overlay {
  z-index: 99999;
  position: absolute;
  left: 0px;
  margin: 0px;
  background: rgb(0, 0, 0);
  opacity: 0.6;
  top: 0px;
  position: fixed;
  height: 100% !important;
  width: 100%;
  display: none;
}
.address-selection {
  z-index: 100000;
  position: absolute;
  left: 0px;
  margin: 0px;
  top: 0px;
  position: fixed;
  height: 100% !important;
  width: 100%;
  align-items: center;
  display: none;
}
body.address-selection-shown {
  overflow: hidden;
}
body.address-selection-shown .address-selection-overlay {
  display: block;
}
body.address-selection-shown .address-selection {
  display: flex;
  justify-content: center;
}
.address__modal__wrapper {
  background-color: #FFF;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  box-shadow: 0 2px 25px 0 rgb(0 0 0 / 50%);
  position: relative;
}
.address-form__detail-container {
  display: flex;
  padding: 15px 0;
}
@media only screen and ( max-width: 950px ) {
  .address__modal__wrapper {
    margin: 0 15px;
  }
  .address-form__detail-container {
    display: block;
    padding: 15px 0;
    overflow: hidden;
    margin: 0 10%;
  }
}
@media only screen and ( max-width: 640px ) {
  .address-form__detail-container {
    margin: 0;
  }
}
.address-form__form .address-form__address-block-container .address-block__title {
  font-style: italic;
}
.address-form__form {
    font-size: 16px;
}
.address-form__form .address-form__header.modal-header {
    padding: 20px 40px;
    padding-bottom: 10px;
}
.address-form__form .address-form__header.modal-header {
    background-color: transparent;
    padding: 20px 15px;
    overflow: hidden;
    border-bottom: 0;
    padding-bottom: 10px;
    text-align: center;
}
.address-form__form .address-form__header.modal-header {
    text-align: center;
}
.address-form__form .address-form__title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
    color: #222;
    text-align: center;
    padding: 15px 0;
}
.address-form__form .address-form__copy {
    padding: 10px 24px 12px;
    text-align: center;
    color: #505050;
}
.address-form__form .address-form__first {
    width: 50%;
    float: left;
    margin-right: 2%;
    padding-right: 0;
    border-right: 1px solid #eee;
    display: inline;
}
.address-form__form .address-form__first,
.address-form__form .address-form__second {
    padding: 0 24px;
}
.address-form__form .address-form__block-inner {
    overflow: hidden;
    cursor: pointer;
}
.address-form__address-block {
  cursor: pointer;
  padding-left: 38px;
}
.address-form__address-block .no-match {
  font-weight: bold;
}
.address-form__address-block .locality:after {
  content: ', ';
}
.address-form__form .address-form__radio-container {
    float: left;
    margin-right: 10px;
    display: inline;
    padding: 7px 0 38px;
}
.address-form__form .address-form__first input,
.address-form__form .address-form__second input {
    width: 20px;
    height: 20px;
    margin-top: 20px;
}
.address-form__form .address-form__second {
    float: right;
    margin-right: 0;
    padding-left: 0;
    width: 50%;
    margin-right: 0;
    display: inline;
}
.address-form__form .address-form__second .address-form__block-inner {
    margin-bottom: 0;
}
.address-form__form .address-form__global-error{
  padding: 0 24px;
}
.address-form__form .address-form__global-error.no-suite:after,
.address-form__form .address-form__global-error.invalid-suite:after,
.address-form__form .address-form__global-error.invalid-address:after{
  content: 'USPS recommends a Suite/Unit Number for this street address';
  display: block;
  text-align: center;
  font-weight: bold;
  color: #c80000;
  padding-bottom: 15px;
}
.address-form__form .address-form__global-error.invalid-suite:after{
  content: 'Unable to verify the Suite/Unit Number';
}
.address-form__form .address-form__global-error.invalid-address:after{
  content: 'This address could not be verified';
}
.address-form__form .address-form__footer {
    padding: 24px;
    text-align: right;
}
.address-form__form .address-form__footer {
    padding: 10px 24px 14px;
    margin-top: 0;
    clear: both;
}
.address-form__form .address-form__first.invalid-address .address-form__address-block .locality:after{
  content: '';
}
.address-form__form .address-form__first.invalid-address .address-form__block-inner,
.address-form__form .address-form__first.invalid-address .address-form__address-block {
  cursor: default;
}
.address-form__form button[type="submit"].address-form__button--back {
    background-color: #eaeaea !important;
    color: #505050;
    border: 2px solid #505050;
}
.address-form__form button[type="submit"],
.address-form__form a.customer-form__button,
.address-form__form a.address-form__button {
    background-color: #c80000;
    border-radius: 5px;
    font-size: 16px;
    margin: 0;
    padding: 8px 0;
    font-weight: bold;
    text-decoration: none;
}
.address-form__form button[type="submit"],
.address-form__form a.address-form__button {
    background-color: #c80000;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 5px 10px;
    padding: 8px 20px;
    font-weight: bold;
    text-decoration: none;
    background: #c80000;
    color: white;
    border: 0;
    text-shadow: none;
    line-height: 1.5;
    border: 2px solid #c80000;
}
@media only screen and ( max-width: 950px ) {
  .address-form__form .address-form__first,
  .address-form__form .address-form__second {
      padding: 6px 24px;
      margin: 0;
      display: block;
      width: 100%;
      float: none;
  }
}