﻿.card-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*Joe - Updates for Upgrade*/
.address-form .horizontal-form-group.form-group:nth-child(4) {
  display: none;
}

#shipping-information .address-form .horizontal-form-group.form-group:nth-child(4) {
  display: block;
}

#shipping-information .address-form .horizontal-form-group.form-group:nth-child(3) {
  display: none;
}

.address-editor .address-form .horizontal-form-group.form-group:nth-child(3) {
  display: none;
}

.address-editor .address-form .horizontal-form-group.form-group:nth-child(4) {
  display: block;
}

#shipping-information .add-address-container .address-form .horizontal-form-group.form-group:nth-child(4) {
  display: none;
}
