/* Email and Comment Icon Styles (the rest are taken care of in mega-menus.css) */

.bdc-icon--comment-x-small {
	background-image: url('/universal/site_graphics/icons/share/ico-comment-x-small.png');
	height: 16px;
	width: 16px;
	display: inline-block;
	text-indent: -9999px;
}

.bdc-icon--email-x-small {
	background-image: url('/universal/site_graphics/icons/share/ico-email-x-small.png');
	height: 16px;
	width: 16px;
	display: inline-block;
	text-indent: -9999px;
}

@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--comment-x-small {
		background-image: url('/universal/site_graphics/icons/share/ico-comment-x-small-2x.png');
		background-size: 16px 16px;
	}

	.bdc-icon--email-x-small {
		background-image: url('/universal/site_graphics/icons/share/ico-email-x-small-2x.png');
		background-size: 16px 16px;
	}
}

/* SHARE MODAL STYLES */

.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;
}

/* SOCIAL BAR STYLES */

.content-social-bar {
  content: "";
  display: table;
  clear: both;
  *zoom: 1;
}

.content-social-bar {
  margin-bottom: 25px;
  margin-bottom: 1.563rem;
  clear: both;
}

@media screen and (min-width: 768px) {
  .content-social-bar {
    width: 94%;
  }
}
@media screen and (min-width: 960px) {
  .content-social-bar {
    width: 100%;
  }
}
.content-social-bar__item {
  float: left;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.content-social-bar__button {
  display: block;
  height: 30px;
  width: 30px;
  padding-top: 7px;
  border-radius: 50%;
  color: #ffffff;
}
.content-social-bar__button:hover {
  color: #ffffff;
}
.content-social-bar__button:active, .content-social-bar__button:focus {
  color: #ffffff;
}
.content-social-bar__button-icon {
  margin: 0 auto;
  display: block;
  vertical-align: middle;
}
.content-social-bar__button-copy {
  display: none;
}
.content-social-bar__button-count {
  display: none;
}
.content-social-bar .facebook-button {
  background: #3b579d;
}
.content-social-bar .facebook-button:hover {
  background: #4e6ebd;
}
.content-social-bar .facebook-button:active, .content-social-bar .facebook-button:active {
  background: #1f2e53;
}
.content-social-bar .twitter-button {
  background: #55acee;
}
.content-social-bar .twitter-button:hover {
  background: #83c3f3;
}
.content-social-bar .twitter-button:active, .content-social-bar .twitter-button:active {
  background: #147bc9;
}
.content-social-bar .pinterest-button {
  background: #cb2028;
}
.content-social-bar .pinterest-button:hover {
  background: #e03e45;
}
.content-social-bar .pinterest-button:active, .content-social-bar .pinterest-button:active {
  background: #731217;
}
.content-social-bar .email-button {
  background: #999999;
}
.content-social-bar .email-button:hover {
  background: #b3b3b3;
}
.content-social-bar .email-button:active, .content-social-bar .email-button:active {
  background: #666666;
}
.content-social-bar .comment-button {
  background: #9b1518;
}
.content-social-bar .comment-button:hover {
  background: #c81b1f;
}
.content-social-bar .comment-button:active, .content-social-bar .comment-button:active {
  background: #6e0f11;
}
.content-social-bar .more-button {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  color: #999999;
}

.gig-share-sidebar {
  display: none;
}

@media (min-width: 768px) {
  .content-social-bar {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .content-social-bar__button {
    height: 29px;
    width: auto;
    display: inline-block;
    padding-top: 0;
    border-radius: 5px;
  }
  .content-social-bar__button-icon {
    margin: 6px 3px 7px 8px;
    display: inline-block;
  }
  .content-social-bar__button-copy {
    display: inline-block;
    padding-right: 10px;
    padding-right: 0.625rem;
    font-size: 9.9996pt;
    font-size: 0.8333rem;
    line-height: 1.5;
    font-weight: 700;
  }
  .content-social-bar__button-count {
    display: none;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    text-align: center;
    font-size: 9.9996pt;
    font-size: 0.8333rem;
    line-height: 1.5;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.3);
  }
}