﻿.header {
  background-color: #3b1759 !important;
  height: 180px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.basic-copy-mode.basic-page-layout .header h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.4em;
  text-transform: none;
  letter-spacing: normal;
  color: #fff;
  max-width: 750px;
  margin: 0;
}

.production-navbar-items .nav-link {
  color: #2d073c;
}

.rich-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}

.rich-text p strong {
  font-family: BBC Reith Sans Bd;
}

.rich-text p:not(.rich-text-blue) {
  color: rgba(0, 0, 0, 0.6) !important;
}
.rich-text .container .table th,
.rich-text .container .table td {
  color: rgba(0, 0, 0, 0.6) !important;
}

.rich-text .container a {
  color: #3b1759;
}

.rich-text ul li {
  font-size: 16px;
  line-height: 22px;
  font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 1.1em;
  padding-left: 0rem;
}

.rich-text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.87);
    margin-top: 32px;}

.rich-text h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.6);
    margin: 16px 0px 8px;
}

.rich-text ul {
    padding-left: 0rem;}

.rich-text table tbody tr td {
    border: 0;
}
 .rich-text table td, .rich-text table th {
    padding: 13px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, .6);
}
.rich-text table td, .rich-text table th {
    padding: .75em;
    vertical-align: top;
    border-top: 1px solid #e5e5e5;}

.rich-text table tbody tr:nth-child(odd) {
    background: hsla(0, 0%, 87.8%, .2);
}
.rich-text table tbody tr {
    border-bottom: 1px solid #bcbcbc;
}

@media (max-width:599px){
    .basic-copy-mode.basic-page-layout .header h1 {
    
    font-size: 32px;
    line-height: 55px;
}
}

@media (max-width: 1007px) {
.rich-text table tbody,  .rich-text table td, .rich-text table tr {
        display: block;
    }
}