.social-media-share {
  padding: 12px 0px;
}

.social-media-share .component-content .form-validation-alert {
  display: none;
}

.social-media-share .component-content .container .news-title {
  padding-right: 24px;
}

.social-media-share .component-content .container .news-title span {
  display: block;
}

.social-media-share .component-content .container .social-list {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.social-media-share .component-content .container .social-list #smaller-font, .social-media-share .component-content .container .social-list #bigger-font, .social-media-share .component-content .container .social-list #social-share, .social-media-share .component-content .container .social-list #print-page, .social-media-share .component-content .container .social-list #download-page {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list #smaller-font, .social-media-share .component-content .container .social-list #bigger-font, .social-media-share .component-content .container .social-list #social-share, .social-media-share .component-content .container .social-list #print-page, .social-media-share .component-content .container .social-list #download-page {
    width: 50px;
    height: 50px;
  }
}

.social-media-share .component-content .container .social-list #smaller-font.disabled, .social-media-share .component-content .container .social-list #bigger-font.disabled, .social-media-share .component-content .container .social-list #social-share.disabled, .social-media-share .component-content .container .social-list #print-page.disabled, .social-media-share .component-content .container .social-list #download-page.disabled {
  cursor: not-allowed;
}

.social-media-share .component-content .container .social-list #smaller-font.disabled::before, .social-media-share .component-content .container .social-list #bigger-font.disabled::before, .social-media-share .component-content .container .social-list #social-share.disabled::before, .social-media-share .component-content .container .social-list #print-page.disabled::before, .social-media-share .component-content .container .social-list #download-page.disabled::before {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.3;
}

.social-media-share .component-content .container .social-list #smaller-font {
  position: relative;
}

.social-media-share .component-content .container .social-list #smaller-font::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/font-resize-smaller-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-media-share .component-content .container .social-list #smaller-font:hover::before {
  background-image: url(../images/icons/font-resize-smaller-lighter-green.svg);
}

.social-media-share .component-content .container .social-list #smaller-font:active::before {
  background-image: url(../images/icons/font-resize-smaller-darker-green.svg);
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list #smaller-font {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.social-media-share .component-content .container .social-list #bigger-font {
  position: relative;
}

.social-media-share .component-content .container .social-list #bigger-font::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/font-resize-bigger-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-media-share .component-content .container .social-list #bigger-font:hover::before {
  background-image: url(../images/icons/font-resize-bigger-lighter-green.svg);
}

.social-media-share .component-content .container .social-list #bigger-font:active::before {
  background-image: url(../images/icons/font-resize-bigger-darker-green.svg);
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list #bigger-font {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.social-media-share .component-content .container .social-list .separator {
  display: inline-block;
  color: #C8CBCD;
  font-size: 12px;
  line-height: 12px;
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list .separator {
    display: none;
  }
}

.social-media-share .component-content .container .social-list #social-share {
  position: relative;
  position: relative;
}

.social-media-share .component-content .container .social-list #social-share::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/social-share-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-media-share .component-content .container .social-list #social-share:hover::before {
  background-image: url(../images/icons/social-share-lighter-green.svg);
}

.social-media-share .component-content .container .social-list #social-share:active::before {
  background-image: url(../images/icons/social-share-darker-green.svg);
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list #social-share {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.social-media-share .component-content .container .social-list #social-share.open {
  position: relative;
}

.social-media-share .component-content .container .social-list #social-share.open::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/social-share-lighter-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-media-share .component-content .container .social-list #social-share.open:hover::before {
  background-image: url(../images/icons/social-share-lighter-green.svg);
}

.social-media-share .component-content .container .social-list #social-share.open:hover {
  cursor: inherit;
}

.social-media-share .component-content .container .social-list #social-share .share-popup {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 10px;
  top: 120%;
  background-color: #FFF;
  padding: 16px;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  border-radius: 5px;
  min-width: 169px;
  z-index: 50;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.social-media-share .component-content .container .social-list #social-share .share-popup.visible {
  pointer-events: all;
  opacity: 1;
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list #social-share .share-popup {
    min-width: 174px;
  }
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  display: block;
  margin-bottom: 16px;
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list #social-share .share-popup .share-title {
    font-size: 16px;
    line-height: 27px;
  }
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list {
  line-height: 0px;
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list #social-share .share-popup .share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li {
    width: 50px;
    height: 50px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li.disabled {
  cursor: not-allowed;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li.disabled::before {
  opacity: 0.3;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li > div, .social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li > span, .social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li > iframe {
  height: auto;
  width: 100% !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.001;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(1) {
  position: relative;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(1)::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/mail-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(1):hover::before {
  background-image: url(../images/icons/mail-lighter-green.svg);
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(1):active::before {
  background-image: url(../images/icons/mail-darker-green.svg);
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(2) {
  position: relative;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/facebook-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(2):hover::before {
  background-image: url(../images/icons/facebook-lighter-green.svg);
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(2):active::before {
  background-image: url(../images/icons/facebook-darker-green.svg);
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(3) {
  position: relative;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(3)::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/linkedin-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(3):hover::before {
  background-image: url(../images/icons/linkedin-lighter-green.svg);
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(3):active::before {
  background-image: url(../images/icons/linkedin-darker-green.svg);
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(4) {
  position: relative;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(4)::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/twitter-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(4):hover::before {
  background-image: url(../images/icons/twitter-lighter-green.svg);
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:nth-child(4):active::before {
  background-image: url(../images/icons/twitter-darker-green.svg);
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:not(:first-child) {
  margin-left: 2px;
}

.social-media-share .component-content .container .social-list #social-share .share-popup .share-list > li:not(:last-child) {
  margin-right: 2px;
}

.social-media-share .component-content .container .social-list #print-page {
  position: relative;
}

.social-media-share .component-content .container .social-list #print-page::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/print-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-media-share .component-content .container .social-list #print-page:hover::before {
  background-image: url(../images/icons/print-lighter-green.svg);
}

.social-media-share .component-content .container .social-list #print-page:active::before {
  background-image: url(../images/icons/print-darker-green.svg);
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list #print-page {
    display: none;
  }
}

.social-media-share .component-content .container .social-list #download-page {
  position: relative;
}

.social-media-share .component-content .container .social-list #download-page::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/download-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-media-share .component-content .container .social-list #download-page:hover::before {
  background-image: url(../images/icons/download-lighter-green.svg);
}

.social-media-share .component-content .container .social-list #download-page:active::before {
  background-image: url(../images/icons/download-darker-green.svg);
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list #download-page {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.social-media-share .component-content .container .social-list > li:not(:first-child) {
  margin-left: 8px;
}

.social-media-share .component-content .container .social-list > li:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 991.98px) {
  .social-media-share .component-content .container .social-list > li:not(:first-child) {
    margin-left: 0px;
  }
  .social-media-share .component-content .container .social-list > li:not(:last-child) {
    margin-right: 0px;
  }
}

.social-media-share:not(.floating) .component-content .container {
  max-width: inherit;
  padding-left: 0px;
  padding-right: 0px;
}

.social-media-share:not(.floating) .component-content .container .news-title {
  font-size: 0px;
  height: 0px;
  opacity: 0;
  pointer-events: none;
}

.social-media-share.floating .component-content {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 8px 0px;
  z-index: 20;
}

.social-media-share.floating .component-content .container {
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-share.floating .component-content .container .news-title {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

@media screen and (max-width: 991.98px) {
  .social-media-share.floating .component-content .container .social-list {
    display: none;
  }
}
