.share-modal {
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 30px 20px 40px;
  margin: 50px auto;
  background-color: white;
  text-align: center;
}
.share-modal__title {
  font-size: 9.9996pt;
  font-size: 0.8333rem;
  line-height: 1.5;
  color: #9b1518;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.share-modal__headline {
  font-size: 18pt;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #444444;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.share-modal__icon-list-container {
  margin-left: -20px;
}
.share-modal__icon-list {
  width: 300px;
  margin: 0 auto;
}
.share-modal__icon-list__item {
  float: left;
  width: 33.333333%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.share-modal__icon-list__link {
  display: block;
  background: #9b1518;
  padding: 12px;
}
.share-modal__icon-list__link:hover {
  background: #6e0f11;
}
.share-modal__icon-list__icon {
  width: 56px;
  height: 56px;
  display: block;
}
.share-modal__form {
  padding: 5px;
  padding: 0.3125rem;
  font-size: 9.9996pt;
  font-size: 0.8333rem;
  line-height: 1.5;
}
.share-modal__form-row {
  text-align: left;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.share-modal__form-label {
  display: block;
  font-weight: 700;
  margin: 0 0 2px 2px;
}
.share-modal__form-text {
  font-size: 9.9996pt;
  font-size: 0.8333rem;
  line-height: 1.5;
  color: #999999;
  font-family: Helvetica, sans-serif;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.share-modal__form-input {
  font-size: 9.9996pt;
  font-size: 0.8333rem;
  line-height: 1.5;
  margin-left: 2px;
  height: 28px;
  width: 100%;
  border: 1px solid #bbbbbb;
}
.share-modal__form-input:focus, .share-modal__form-input:active {
  outline: none;
}
.share-modal__form-notification {
  display: none;
  color: #9b1518;
  font-weight: 700;
}
.share-modal__form-message {
  height: 7em;
}
.share-modal__form-submit {
  border: 0;
  padding: 0 15px;
  margin-right: 10px;
  margin-right: 0.625rem;
  text-transform: uppercase;
  height: 34px;
  color: white;
  background-color: #9b1518;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.25s cubic-bezier(0.49, 0.37, 0.445, 0.715);
}
.share-modal__form-submit:hover {
  background-color: #c81b1f;
  cursor: pointer;
}
.share-modal__action-link {
  font-weight: 500;
}
.share-modal__status-message {
  font-size: 18pt;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .share-modal__form-text {
    margin-top: 0;
    margin-top: 0;
  }
}

.share-modal__form input:invalid, .share-modal__form textarea:invalid {
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.share-modal__icon-list:after {
  content: "";
  display: table;
  clear: both;
}

.bdc-icon {
  text-indent: -9999px;
  display: inline-block;
}

.bdc-icon--facebook-x-large {
  background-image: url("/universal/site_graphics/icons/share/ico-facebook-white-x-large.png");
  width: 56px;
  height: 56px;
}
.bdc-icon--twitter-x-large {
  background-image: url("/universal/site_graphics/icons/share/ico-twitter-white-x-large.png");
  width: 56px;
  height: 56px;
}
.bdc-icon--google-x-large {
  background-image: url("/universal/site_graphics/icons/share/ico-googleplus-white-x-large.png");
  width: 56px;
  height: 56px;
}
.bdc-icon--pinterest-x-large {
  background-image: url("/universal/site_graphics/icons/share/ico-pinterest-white-x-large.png");
  width: 56px;
  height: 56px;
}
.bdc-icon--email-x-large {
  background-image: url("/universal/site_graphics/icons/share/ico-email-white-x-large.png");
  width: 56px;
  height: 56px;
}
.bdc-icon--linkedin-x-large {
  background-image: url("/universal/site_graphics/icons/share/ico-linkedin-white-x-large.png");
  width: 56px;
  height: 56px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {

  .bdc-icon--facebook-x-large {
    background-image: url("/universal/site_graphics/icons/share/ico-facebook-white-x-large-2x.png");
    background-size: 56px 56px;
  }
  .bdc-icon--twitter-x-large {
    background-image: url("/universal/site_graphics/icons/share/ico-twitter-white-x-large-2x.png");
    background-size: 56px 56px;
  }
  .bdc-icon--google-x-large {
    background-image: url("/universal/site_graphics/icons/share/ico-googleplus-white-x-large-2x.png");
    background-size: 56px 56px;
  }
  .bdc-icon--pinterest-x-large {
    background-image: url("/universal/site_graphics/icons/share/ico-pinterest-white-x-large-2x.png");
    background-size: 56px 56px;
  }
  .bdc-icon--email-x-large {
    background-image: url("/universal/site_graphics/icons/share/ico-email-white-x-large-2x.png");
    background-size: 56px 56px;
  }
  .bdc-icon--linkedin-x-large {
    background-image: url("/universal/site_graphics/icons/share/ico-linkedin-white-x-large-2x.png");
    background-size: 56px 56px;
  }
}