﻿.theme-black {
    background-color: #fff !important;
    color: #333 !important;
}

.theme-black * p span{
     color: #333; 
}

.rich-text ul{
    margin: 0 !important;
    padding: 0;
    list-style:circle !important;
}

.rich-text strong,.rich-text em{
    color:#333;
}

.richtext

.rich-text ul li strong{
    color:#333;
}

.rich-text ul li{
    padding: 10px;
}

.rich-text ul li span{
    color: #333;
}

.button-group {
  margin-bottom: 0;
}
.no-bg {
  background: transparent !important;
}
.social-signup-wrapper .container .social-signup-buttons .button {
  width: 100%;
}
.social-signup-wrapper .container .social-signup-buttons .button svg {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}

.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5 {
  font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
  color: #333;
}
.rich-text {
  max-width: 588px;
  margin: auto;
}

.rich-text p {
  font-family: BBC Reith Sans Lt;
  margin: 1.6rem 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.rich-text h2 {
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 1rem !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  font-family: "BBC Reith Sans";
}

.rich-text a {
  font-family: "BBC Reith Sans XBold";
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #333;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.rich-text a:hover {
  color: #008577;
}
.rich-text a:hover svg {
  fill: #008577;
}
.rich-text a:hover svg path {
  fill: #008577;
}
.rich-text a svg {
  margin-left: 5px;
  height: 18px;
  fill: rgba(0, 0, 0, 0.6);
}

.rich-text strong {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 900;
  font-family: "BBC Reith Sans Bd";
}

.rich-text a svg path {
  fill: #000;
}
.media-section {
  flex-basis: calc(75% - 20px);
  margin: 2.2rem 0;
}
.media-section figcaption {
  font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
  margin-top: 20px;
  font-size: 0.8125em;
  line-height: 1.2307692308em;
  font-weight: 300;
  color: hsla(0, 0%, 100%, 1);
}
figure.article-image {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0 !important;
  margin-bottom: 56px;
}

.social-signup-wrapper {
  background: #282828;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.blog-index-link {
  margin-top: 24px;
  color: #000;
  font-size: 0.8125em;
  line-height: 1.2307692308em;
  text-decoration: none;
  font-family: "BBC Reith Sans Bd";
  display: inline-block;
}
.left-trainagle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #000 transparent transparent;
  transform: rotate(0deg);
  margin-right: 5px;
  display: inline-block;
}
.blogHeaderWrapper {
  padding: 0 0 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.blogContent {
  padding: 0;
}
.blogContent h1.title {
  margin-bottom: 1.9rem;
  color: rgba(0, 0, 0, 0.87);
  font-family: "BBC Reith Sans Bd";
  margin-top: 0.8rem;
  font-size: 32px;
  line-height: 36px;
}
.blogContent .blog-date {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  order: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2307692308em;
}
.blogContent .social-share {
  display: flex;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
  min-width: 0;
  position: relative;
  align-items: center;
}
.social-share span {
  display: inline-block;
  margin-right: 0.8rem;
  font-weight: 300;
  position: relative;
  top: -0.2em;
  font-size: 1em;
  line-height: 1.25em;
  color: rgba(0, 0, 0, 0.6);
}
.social-share a {
  color: #3b1759;
  text-decoration: none;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 4px solid transparent;
  position: relative;
  background-color: transparent;
  padding-bottom: 10px;
  padding-top: 10px;
}
.social-share a:hover {
  box-shadow: inset 0 -2px 0 #50d5b9;
}
.social-share svg {
  fill: #000 !important;
}
.social-share a.copy-link {
  padding-right: 14px;
}
.social-share .copy-link {
  padding-right: 14px;
  position: static;
}
.social-share a.copy-link .hover-label {
  top: 112%;
}
.social-share .copy-link .hover-label,
.social-share .copy-link .hover-label {
  left: 31%;
}
.social-share a .hover-label {
  position: absolute;
  background: #f7f7f7;
  border-radius: 2px;
  padding: 10px;
  color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  left: 50%;
  font-size: 0.875em;
  line-height: 1.2857142857em;
  font-weight: 400;
}
.social-share a.copy-link .hover-label:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  position: absolute;
  top: -10px;
  left: 42%;
}
.blogContent p.description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: BBC Reith Sans Bd;
}
.social-share a.copy-link:hover {
  box-shadow: inset 0 -2px 0 #50d5b9;
}
.social-share a:focus .hover-label,
.social-share a:hover .hover-label {
  opacity: 1;
}

.social-share {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  position: relative;
  justify-content : left;
}
.footer-navigation {
  margin-bottom: 5rem;
  display: flex;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  position: relative;
}

.footer-navigation .blog-index-link {
  margin-top: 2rem;
  display: inline-block;
}

@media only screen and (max-width: 767px) and (min-width: 399px) {
  .rich-text p {
    font-size: 0.875em;
    line-height: 1.7142857143em;
    margin: 1.4rem 0;
  }
   .rich-text {
        padding-right:20px;
        padding-left:20px;
}
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
  .media-section figcaption {
    font-size: 0.875em;
    line-height: 1.1428571429em;
  }

  .media-section .media-captoiin {
    font-size: 0.875em;
    line-height: 1.1428571429em;
  }
}

@media (min-width: 767px) {
  .media-section {
    flex-basis: calc(75% - 20px);
    margin: 6rem 0;
  }
  .social-signup-wrapper .container .social-signup-buttons .button {
    width: auto;
  }
  .rich-text {
    max-width: 588px;
    margin: auto;
  }
  .social-share,
  .footer-navigation {
    max-width: 588px;
    margin: auto;
  }
  .blog-index-link {
    margin-top: 4rem;
    margin-left: 0;
  }
  .blogHeaderWrapper {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .blogContent {
    padding-left: 10%;
  }
  .blogContent h1.title {
    font-size: 44px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 1.9rem;
    color: rgba(0, 0, 0, 0.87);
    font-family: "BBC Reith Sans Bd";
  }
  .blogContent p.description {
    font-size: 18px;
  }
  .footer-navigation .blog-index-link {
    margin-top: 5rem;
  }
  .footer-navigation {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1008px) {
  .rich-text h2 {
    font-size: 1.5em;
    line-height: 1.1538461538em;
  }

  .rich-text p {
    font-family: BBC Reith Sans Lt;
    margin: 1.6rem 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
  }

  .media-section {
    flex-basis: calc(75% - 20px);
    margin: 7rem 0;
  }
  .rich-text {
    max-width: 620px;
    margin: auto;
  }
  .social-share,
  .footer-navigation {
    max-width: 620px;
    margin: auto;
  }
  .blogContent h1.title {
    margin-top: 1.2rem;
  }
  .footer-navigation {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .rich-text {
    max-width: 620px;
    margin: auto;
  }
  .social-share,
  .footer-navigation {
    max-width: 620px;
    margin: auto;
  }
  .rich-text h2 {
    font-size: 1.5em;
    line-height: 1.1666666667em;
    margin: 2.2rem 0 2rem !important;
  }

  .rich-text p {
    font-family: BBC Reith Sans Lt;
    margin: 1.6rem 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
  }

  .blogContent h1.title {
    margin-top: 2.4rem;
  }
  .footer-navigation {
    margin-bottom: 5rem;
  }
}
