






@media only screen and (min-width: 880px) {
  .component--share-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 0.9375rem;
  }
}
.component--share-buttons .share-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 880px) {
  .component--share-buttons .share-icons {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.component--share-buttons .share-icons a {
  width: 2.0625rem;
  height: 2.0625rem;
  font-size: 0.9375rem;
  border-radius: 100%;
  color: #FFFFFF;
  border: 1px solid #CC173F;
  background: #CC173F;
  margin-left: 0.5rem;
}
.component--share-buttons .share-icons a:hover, .component--share-buttons .share-icons a:focus {
  color: #CC173F;
  background: #FFFFFF;
  text-decoration: none;
}
@media only screen and (min-width: 880px) {
  .component--share-buttons .share-icons a {
    width: 30px;
    height: 30px;
    font-size: 0.9375rem;
    border: 1px solid #CC173F;
    color: #CC173F;
    background: #FFFFFF;
  }
  .component--share-buttons .share-icons a:hover, .component--share-buttons .share-icons a:focus {
    color: #FFFFFF;
    background: #CC173F;
  }
}
.component--share-buttons__button {
  width: 3rem;
  height: 3rem;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #000000;
  border-radius: 50%;
}
.component--share-buttons__button:hover, .component--share-buttons__button:focus {
  background-color: #101925;
}
.component--share-buttons__popup {
  min-width: 6.25rem;
}
.component--share-buttons .share-text {
  font-size: 0.875rem;
  line-height: 2.1875rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 880px) {
  .component--share-buttons .share-text {
    line-height: 1.875rem;
    margin-right: 1.3125rem;
  }
}

.sharing-black .social-sharing-buttons__button {
  border: 1px solid #BA0C2F;
  background-color: #101925;
}
.sharing-black .social-sharing-buttons__button:hover, .sharing-black .social-sharing-buttons__button:focus {
  background-color: #BA0C2F;
}

.component--social-icons {
  order: 1;
  justify-content: right;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1320px) {
  .component--social-icons {
    order: 5;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
}
.component--social-icons .social-icons {
  padding-bottom: 0.3125rem;
}
.component--social-icons .social-icons li {
  margin-right: 0.625rem;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.875rem;
}
.component--social-icons .social-icons li:last-child {
  margin-right: 0;
}
.component--social-icons .social-icons li a {
  display: inline-block;
  text-align: center;
  height: 2.1875rem;
  width: 2.1875rem;
  background: #CC173F;
  border: 1px solid #CC173F;
  border-radius: 100%;
  color: #FFFFFF;
  line-height: 2.1875rem;
}
.component--social-icons .social-icons li a:hover, .component--social-icons .social-icons li a:focus {
  color: #FFFFFF;
  background: #CC173F;
}
@media only screen and (min-width: 880px) {
  .component--social-icons .social-icons li a {
    line-height: 1.875rem;
    height: 1.875rem;
    width: 1.875rem;
    background: #FFFFFF;
    border: 1px solid #CC173F;
    color: #CC173F;
  }
}
@media only screen and (min-width: 880px) {
  .component--social-icons .social-icons {
    justify-content: flex-end;
  }
}


/*# sourceMappingURL=../../../../maps/layout/social_icons/scss/social-icons.css.map */
