.verra-share-box {
  max-width: 100%;
  overflow: hidden;
  padding-top: 7.5px;
}

.verra-share-box .share-box-wrapper {
  border: 1px solid #DBDBDB;
  padding: 0 30px 0 24px;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  min-width: 405px;
}

.verra-share-box .share-box-wrapper > .verra-share-box-pretext strong {
  margin-right: 30px;
  font-family: 'Quasimoda';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.verra-share-box .share-box-wrapper > .addthis_toolbox {
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.verra-share-box .share-box-wrapper > .addthis_toolbox .custom_images > a {
  margin-right: -3px;
  width: 43px;
  height: 36px;
  position: relative;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.verra-share-box .share-box-wrapper > .addthis_toolbox .custom_images > a:after {
  content: " ";
  display: block;
  position: absolute;
  left: -3px;
  top: -29px;
  height: 100px;
  width: 100%;
  border-left: 1px solid #DBDBDB;
  transform: rotate(18deg);
  z-index: -1;
  transition: background-color ease-in-out 200ms;
  background-color: #ffffff;
}

.verra-share-box .share-box-wrapper > .addthis_toolbox .custom_images > a:last-of-type:after {
  border-right: 1px solid #DBDBDB;
}

.verra-share-box .custom_images * {
  transition: all linear 200ms;
}

.verra-share-box .custom_images > a:hover:after {
  background-color: #00AEC640 !important;
}

.verra-share-box .custom_images > a:hover svg path {
  fill: #000000 !important;
}

.verra-share-box .custom_images > a > svg {
  position: relative;
  left: -3px;
}

.verra-share-box .custom_images > a.addthis_button_facebook > svg {
  top: 5px;
}

.verra-share-box .custom_images > a.addthis_button_twitter > svg {
  top: 2px;
}

.verra-share-box .custom_images > a.addthis_button_pinterest > svg {
  top: 6px;
}

.verra-share-box .custom_images > a.addthis_button_linkedin > svg {
  top: 2px;
}

.verra-share-box .custom_images > a.addthis_button_more > svg {
  top: 4px;
}

.verra-share-box .verra-share-box-subtext {
  margin-top: 15px;
}

@media screen and (min-width: 575px) {
  .verra-share-box .verra-share-box-subtext {
    margin-top: 32px;
  }
}

.verra-share-box .verra-share-box-subtext strong {
  font-family: 'Quasimoda';
  font-style: normal;
  font-weight: 700;
  font-size: 12px !important;
  line-height: 120% !important;
}

.verra-share-box .verra-share-box-subtext a {
  color: #00AEC6;
  font-family: 'Quasimoda';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
}

.verra-share-box .verra-share-box-subtext a:hover, .verra-share-box .verra-share-box-subtext a:focus, .verra-share-box .verra-share-box-subtext a:active {
  text-decoration: underline;
}
