.article__live .live-- .live__text {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.article__date {
  font-size: 10px;
  color: #212121;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
  margin: 0;
}

.article__date:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 6px;
  background-image: url("/img/icon-clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.related-tags {
  margin-bottom: 16px;
}
.related-tags__header {
  font-family: "proximanova-bold", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 24px;
  margin-right: 8px;
  width: 100%;
}
.related-tags a {
  display: inline-block;
  margin: 0 2px 0 0;
  font-family: "proximanova-bold", sans-serif;
  font-size: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 5px 16px 4px;
  color: #fff;
  background-color: #212121;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.related-tags a:hover {
  background-color: #080808;
}

:root {
  --box-height: 38px;
  --box-width: 38px;
  --currentColor: #dd1f26;
  --color-black: $brand-black;
} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
@keyframes opacityLoop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.article__live-title {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 10px;
  font-family: "proximanova-bold", sans-serif;
  text-transform: uppercase;
  color: #dd1f26;
  margin-right: 8px;
}
.article__live-title:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #dd1f26;
  animation: opacityLoop 2s infinite;
  margin-right: 4px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.article__live {
  margin: 32px 0 16px;
  position: relative;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__live {
    margin: 24px 0 16px;
  }
}
.article__live .live--feed {
  margin-left: 3px;
}
.article__live .live__post {
  display: block;
  position: relative;
  border-left: 2px solid #f5f5f5;
}
.article__live .live__post:last-child {
  border-left: 2px solid #fff;
}

@media (min-width: 10px) and (max-width: 768px) {
  .article__live .live__post:before {
    top: -8px;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__live .live__post:after {
    width: 8px;
    height: 8px;
    top: 0px;
    left: -4px;
    background-size: 14px;
  }
}

@media (min-width: 10px) and (max-width: 768px) {
  .article__live .live--:before {
    top: -26px;
    left: -9px;
  }
}
.article__live .live--:after {
  top: -17px;
  left: -6px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__live .live--:after {
    top: -16px;
    left: -5px;
  }
}
.article__live .live-- .live__text {
  padding: 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__live .live-- .live__text {
    margin-left: 0;
  }
}
.article__live .live__text {
  font-size: 15px;
  line-height: 24px;
  color: #212121;
  word-break: break-word;
}
.article__live .live__text p {
  margin: 0 0 8px;
}
.article__live .live__text a {
  color: #00086c;
}
@keyframes opacityLoop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.article {
  padding: 16px;
  background-color: #fff;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article {
    overflow: hidden;
    position: relative;
  }
}
.article__title {
  margin: 0 0 16px 0;
  font-size: 32px;
  line-height: 36px;
  color: #212121;
  font-family: "proximanova-bold", sans-serif;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 8px 0;
  }
}
.article__date {
  font-size: 12px;
}
.article--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.article--top-bar {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .article--top-bar {
    margin-bottom: 16px;
  }
}
.article--top-bar-right {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .article--top-bar-right {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.article--top-bar-right a {
  font-size: 0;
}
.article--top-bar-right > span {
  margin-left: 10px;
  font-size: 12px;
  font-family: "proximanova-regular", sans-serif;
  color: #212121;
  margin-right: 4px;
}
.article--top-bar .social-sharing .social-control {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-family: "proximanova-bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #bcbcbc;
  letter-spacing: 0.6px;
}
.article--top-bar .social-sharing .social-control .social-item {
  list-style: none;
  margin-left: 5px;
  width: 28px;
  height: 28px;
}
.article--top-bar .social-sharing .social-control .social-item a {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.article--top-bar .social-sharing .social-control .social-item a:hover {
  opacity: 0.8;
}
.article--top-bar .social-sharing .social-control .social-item a img {
  width: 28px;
  height: 28px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article--top-bar .social-sharing .social-control .social-item {
    margin-left: 16px;
    width: 20px;
    height: 20px;
  }
  .article--top-bar .social-sharing .social-control .social-item a img {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .article--top {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.article__details {
  display: flex;
  align-items: flex-start;
  flex: 1 1 auto;
  flex-direction: column-reverse;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__details {
    margin-top: 8px;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    display: inline-flex;
  }
}
.article__details div {
  padding: 0 8px 0 0;
}
.article__details div:first-child {
  padding-left: 0;
}
.article .bookmark {
  font-size: 0;
  padding-right: 0;
}
.article .bookmark img {
  height: 20px;
}
.article__social-share {
  padding: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__social-share {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }
}
.article__social-share .bookmark {
  flex: 0 0 auto;
}
.article__social-share .bookmark .button__icon {
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  height: 34px;
  justify-content: space-evenly;
  padding: 0 16px;
  font-size: 12px;
  line-height: 34px;
  color: #212121;
  align-items: center;
}
.article__social-share .bookmark .button__icon:hover,
.article__social-share .bookmark .button__icon:focus {
  background-color: #f5f5f5;
}
.article__social-share .bookmark .button__icon img {
  margin-right: 4px;
}
.article__social-share .bookmark .button__icon.show {
  display: flex;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__social-share .bookmark .button__icon {
    padding: 0 8px;
    line-height: 32px;
  }
  .article__social-share .bookmark .button__icon img {
    margin-right: 0;
  }
  .article__social-share .bookmark .button__icon span {
    display: none;
  }
}
.article__social-share .button__icon {
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  height: 34px;
  justify-content: space-evenly;
  padding: 0 16px;
  font-size: 12px;
  line-height: 30px;
  color: #212121;
  margin-right: 8px;
  font-family: "proximanova-regular", sans-serif;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.article__social-share .button__icon:hover,
.article__social-share .button__icon:focus {
  background-color: #f5f5f5;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__social-share .button__icon {
    padding: 0 16px;
    line-height: 32px;
    white-space: nowrap;
  }
}
.article__social-share .button__icon img {
  height: 20px;
  width: auto;
  margin-right: 4px;
}
.article__accreditation {
  font-size: 14px;
  color: #212121;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__accreditation {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .article__accreditation {
    margin-top: 8px;
  }
}
.article__accreditation img {
  display: block;
  height: 24px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__accreditation img {
    height: 15px;
  }
}

.coral-thread--container {
  margin: 0 -16px -16px;
  font-size: 0;
}
.coral-thread--container.commentContainer {
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 2em;
  position: relative;
}
.coral-thread--container.commentContainer::after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 35%,
    rgba(255, 255, 255, 0) 100%
  );
}
.coral-thread--link {
  position: relative;
  z-index: 1;
}
.article__social-share .button__icon img {
  height: 18px;
}
a {
  cursor: pointer;
}

::-moz-selection {
  color: #000 !important;
  background: #accef7 !important;
}

::selection {
  color: #000 !important;
  background: #accef7 !important;
}

@layer allow-right-click {
  ::-moz-selection {
    color: #000 !important;
    background: #accef7 !important;
  }

  ::selection {
    color: #000 !important;
    background: #accef7 !important;
  }
}
