/**
 * -----------------------------------------------------------------------------
 * New Colors - Source: Figma (these names will not change in Figma as they come
 * from the Figma library, we should standardize around them).
 * -----------------------------------------------------------------------------
 */
/* Custom breakpoints for mobile carousel */
/* Navy icons */
.component-social-share-with-back,
.share-wrapper {
  display: block;
  padding: 30px 4%;
  border-bottom: 1px solid #0076a9;
  background: rgba(0, 118, 169, 0.3);
}

.social-share-back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1525px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.social-share-back-button::before, .social-share-back-button::after {
  display: none;
}
.social-share-back-button .back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.social-share-back-button .back-button .back-button__link {
  font-size: 16px;
}
.social-share-back-button .back-button .back-button__link:hover, .social-share-back-button .back-button .back-button__link:focus, .social-share-back-button .back-button .back-button__link:active, .social-share-back-button .back-button .back-button__link:visited {
  font-family: "Liberator-Light", Helvetica, sans-serif;
}

.social-share-drawer {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: translateX(76%);
  -ms-transform: translateX(76%);
  transform: translateX(76%);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
@media (min-width: 480px) {
  .social-share-drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.social-share-drawer.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.social-share-drawer.open .social-share-drawer__icon {
  border-right: 1px solid #022a3a;
}
.social-share-drawer.open .social-share-drawer__icon:after {
  content: "";
  border-bottom: 0;
  border-left: 0;
  right: 0;
  bottom: 0;
}
.social-share-drawer .social-share-drawer__icon {
  height: 50px;
  width: 131px;
  margin-left: -83px;
  cursor: pointer;
  background: #0076a9;
  position: relative;
  display: inline-block;
}
.social-share-drawer .social-share-drawer__icon:after {
  content: "";
  border-bottom: 13px solid #022a3a;
  border-left: 13px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.social-share-drawer .social-share-drawer__icon .iconText {
  margin-top: 13px;
  text-align: center;
}
.social-share-drawer .social-share-drawer__icon .iconText img.shareIcon {
  margin-bottom: 4px;
}
.social-share-drawer .social-share-drawer__icon .iconText span.share {
  font-family: "Liberator-Light", Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 2.29px;
  margin-left: 11px;
}
.social-share-drawer .a2a_kit {
  margin: 0;
  height: 50px;
  display: inline-block;
  padding: 7px;
  background: linear-gradient(-45deg, transparent 8px, #0076a9 8px);
}
.social-share-drawer .a2a_kit .a2a_svg {
  margin-top: 5px;
}
.social-share-drawer .a2a_kit .a2a_button_google_plus {
  display: none !important;
}