/* breakpoints */

.container {
  max-width: 1251px;
}

.lg-social-media {
  padding-top: 2rem;
  margin-top: 4rem;
  margin-left: 4rem;
  border-top: 1px solid #ebebeb;
}

@media only screen and (min-width: 1440px) {
  .lg-social-media {
    display: none;
  }
}

.lg-social-media .social-media-share {
  display: block;
}

@media only screen and (min-width: 1440px) {
  .lg-social-media .social-media-share {
    display: none;
  }
}

.social-media-share {
  display: none;
}

@media only screen and (min-width: 1440px) {
  .social-media-share {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.mobile-share .social-media-share {
  display: block;
}

@media only screen and (min-width: 1440px) {
  .mobile-share .social-media-share {
    display: none;
  }
}

.social-media-share ul {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1440px) {
  .social-media-share ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.social-media-share ul > li {
  list-style-type: none;
  margin-left: 0;
}

.social-media-share ul > li > a {
  text-decoration: none;
}

.social-media-share ul > li:not(:first-child):not(:last-child) > a {
  border-radius: 0;
  text-decoration: none;
}

.social-media-share ul > li:last-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.social-media-share ul > li button {
  border-radius: 0.48rem;
}

.social-media-share ul > li button.btn-facebook {
  background-color: #fff;
  border-style: none;
  padding: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.social-media-share ul > li button.btn-facebook:before {
  font-size: 1.875rem;
  color: #485F78;
  font-family: FontAwesome;
  content: '\f09a';
}

@media only screen and (min-width: 1440px) {
  .social-media-share ul > li button.btn-facebook:before {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 1440px) {
  .social-media-share ul > li button.btn-facebook {
    cursor: pointer;
    margin-bottom: 1rem;
    margin-left: 0;
    width: 9rem;
    height: 9rem;
    border: 1px solid #e9ecef;
    padding: 2.72rem;
  }

  .social-media-share ul > li button.btn-facebook:hover {
    background: #e9ecef;
  }
}

.social-media-share ul > li a {
  background-color: #fff;
  border-style: none;
  border-radius: 4.8px;
}

.social-media-share ul > li a:before {
  font-size: 1.875rem;
  color: #485F78;
  font-family: FontAwesome;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 1440px) {
  .social-media-share ul > li a:before {
    font-size: 2.25rem;
  }
}

.social-media-share ul > li a.btn-linkedin:before {
  content: '\f0e1';
}

.social-media-share ul > li a.btn-twitter:before {
  content: '\f099';
}

@media only screen and (min-width: 1440px) {
  .social-media-share ul > li a {
    cursor: pointer;
    margin-bottom: 1rem;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    width: 9rem;
    height: 9rem;
    border: 1px solid #e9ecef;
    padding: 2.72rem;
  }

  .social-media-share ul > li a:hover {
    background: #e9ecef;
  }
}

.content h3 {
  margin: 0 !important;
}

.mobile-share {
  padding-top: 2rem;
  margin-top: 4rem;
  border-top: 1px solid #ebebeb;
}

@media only screen and (min-width: 992px) {
  .mobile-share {
    border: none;
  }
}

.mobile-share__text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  font-family: Open Sans;
  font-weight: 700;
  color: #000;
}

@media only screen and (min-width: 1440px) {
  .mobile-share__text {
    display: none;
  }
}

.mobile-share__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-share__links ul li {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.mobile-share__links a {
  text-decoration: none;
}

.mobile-share__wrapper {
  max-width: 50%;
}

.news-article-block .mobile-share__text {
  display: block;
}

@media only screen and (min-width: 1224px) {
  .news-article-block .mobile-share__text {
    display: none;
  }
}

.news-article-block .mobile-share__wrapper {
  display: block;
}

@media only screen and (min-width: 1224px) {
  .news-article-block .mobile-share__wrapper {
    display: none;
  }
}

@media only screen and (min-width: 1224px) {
  .news-article__wrapper .social-media-share {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .news-article__wrapper .social-media-share ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 992px) {
  .news-article__wrapper .social-media-share ul > li a {
    cursor: pointer;
    margin-bottom: 1rem;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    width: 9rem;
    height: 9rem;
    border: 1px solid #e9ecef;
    padding: 2.72rem;
  }

  .news-article__wrapper .social-media-share ul > li a:before {
    font-size: 2.25rem;
  }

  .news-article__wrapper .social-media-share ul > li a:hover {
    background: #e9ecef;
  }
}

@media only screen and (min-width: 992px) {
  .news-article__wrapper .social-media-share .btn-facebook {
    cursor: pointer;
    margin-bottom: 1rem;
    margin-left: 0;
    width: 9rem;
    height: 9rem;
    border: 1px solid #e9ecef;
    padding: 2.72rem;
    background-color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .news-article__wrapper .social-media-share .btn-facebook:before {
    font-size: 2.25rem;
  }

  .news-article__wrapper .social-media-share .btn-facebook:hover {
    background: #e9ecef;
  }
}
