/* Code tidied up by ScrapBook */
html, body, div, span, h1, h3, p, img, strong, b, figure, footer, header, nav {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0% 0%;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}
.bold {
 font-family: "BBC Reith Serif Bold";
 font-weight: bold;
}
.italic {
 font-family: "BBC Reith Serif Italic";
}
figure, footer, header, nav {
  display: block;
}

a {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0% 0%;
}

* {
  box-sizing: border-box;
}
b {
  font-family: "BBC Reith Sans XBold";
}

body {
  position: relative;
}

img {
  max-width: 100%;
}

a {
  color: rgb(255, 255, 255);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.Body {
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (min-width: 48em) {
  .Body {
    font-size: 20px;
    line-height: 27px;
  }
}

.Body>* {
  max-width: 860px;
  font-family: "Open Sans", serif;
}

.Body:last-child> :last-child {
  margin-bottom: 0px;
}

.Body a {
  color: inherit;
}

.Body a:hover {
  color: rgb(170, 34, 22);
}

.Body p {
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 860px;

}

.Body p:empty {
  display: none;
}

.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
}

.Copyright {
  padding: 0px 12px;
  line-height: 1.2;
}

@media only screen and (min-width: 64em) {
  .Copyright {
    padding: 0px;
  }
}

@media only screen and (min-width: 48em) {}

@media only screen and (min-width: 63.125em) {}

.MaterialMeta {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: rgb(128, 128, 128);
  margin-right: 12px;

  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
  font-weight: normal;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
}



@media only screen and (min-width: 48em) {
  .MaterialMeta--source {
    white-space: nowrap;
  }
}


.MediaMaterialHeader {
  max-width: 840px;
}

.MediaMaterialHeader-first {
  color: rgb(0, 0, 0);
  line-height: 27px;

}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
    line-height: 38px;
  }
}

.MediaMaterialHeader-first, .MediaMaterialHeader-separator {
  color: rgb(32, 34, 36);
  font-family: "BBC Reith Serif Medium", serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 44px;
  text-transform: none;
  text-decoration: none;
  letter-spacing: -0.76px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first, .MediaMaterialHeader-separator {
    font-size: 40px;
  }
}

.MediaMaterial {
  background-color: rgb(255, 255, 255);
  padding: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial {
    padding: 5px 15px 20px;
  }
}

.MediaMaterial-header {
  display: flex;
  flex-flow: column wrap;
  max-width: 650px;
  margin: 0px auto 18px;
  align-items: flex-start;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-header {
    max-width: 860px;
    margin-bottom: 25px;
  }
}

.MediaMaterial-meta {
  margin-top: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-meta {
    margin-top: 12px;
  }
}

.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px;
}

.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0px auto;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-body {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 48em) {
  .MediaMaterial--fullWidth .MediaMaterial-header {
    align-items: left;
    text-align: left;
  }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none;
}

.Material {
  padding: 12px 0px 0px;
}

@media only screen and (min-width: 48em) {
  .Material {
    padding: 15px 0px 0px;
  }
}

.Material-container {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  position: relative;
}

@media only screen and (min-width: 48em) {
  .Body h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
  }
}

.MaterialContent--bannerless .Body>* {
  margin-right: auto;
  margin-left: auto;
}



@media only screen and (min-width: 40.625em) {
  .MaterialContent .Figure {
    margin-right: auto;
    margin-left: auto;
  }
}

.Figure {
  margin: 24px -12px;
}

.Figure img {
  display: block;
  margin: 5px auto;
}

@media only screen and (min-width: 48em) {
  .Figure {
    margin: 27px auto 20px;
  }
}

@media only screen and (min-width: 75em) {
  .Figure {
    max-width: 100%;
  }
}

.Figure img {
  max-width: 100%;
  vertical-align: bottom;
}

@media only screen and (min-width: 40.625em) {
  .Figure img {
    border-radius: 2px;
  }
}

.Figure-caption {
  display: block;
  font-family: "BBC Reith Serif", BBCReithSerif-fallback, serif;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 14px;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  color: rgb(84, 86, 88);
  padding-top: 8px;
 box-sizing: border-box;

}

blockquote {
  text-align: left;

}

@media only screen and (min-width: 40.625em) {
  .Figure-caption {

  }
}

.App {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: transform 0.25s ease-out 0s;
}

.App-content {
  transition: transform 0.25s ease-out 0s;
}

.App-content {
  position: relative;
  z-index: 1;
  overflow: visible;
  flex: 1 0 auto;
}

.App--isMaterial .App-content {}

.logo {
  display: block;
  margin-top: 10px;
}

.ava-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.Body a {
  color: #475bd4;
}

.Body a:hover {
  box-shadow: none;
}

a.button {
  font-size: 19px;
  text-align: center;
  color: rgb(255, 255, 255) ! important;
  background-color: red;
  display: block;
  width: 100%;
  max-width: 320px;
  border-radius: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 15px;
}

a.button:hover {
  background-color: rgb(193, 31, 31);
}

html {
  font-family: sans-serif;
}

body {
  margin: 0px;
}

figure, footer, header, main, nav, section {
  display: block;
}

a {
  background: transparent none repeat scroll 0% 0%;
}

a:active, a:hover {
  outline: 0px none;
}

b, strong {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

img {
  border: 0px none;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

button, input, select {
  color: inherit;
  font: inherit;
  margin: 0px;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="submit"] {
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0px none;
  padding: 0px;
}

input {
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  .tov {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .tov {
    width: 30%;
  }
}

.MediaMaterialHeader-title {
  margin-top: 60px;
  margin-bottom: 20px;
}

@media (max-width: 1020px) {
  .Body>* {
    max-width: 100%;

  }

  .sc-5e8d3c5b-2.dknONz {
    display: none;
  }

  .MediaMaterialHeader-title {
    margin-top: 28px;
    margin-bottom: 20px;
  }

  .MediaMaterial {
    padding: 0;
  }

  .sc-d7ec01c7-8 {
    padding: 15px;
  }

  .MediaMaterial-header {
    padding: 0 15px;
  }

  blockquote, .Figure-caption {
    padding-left: 15px;
    color: rgb(84, 86, 88);
  }
  .MediaMaterialHeader-first, .MediaMaterialHeader-separator{
  
    font-family: "BBC Reith Serif Medium", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.56px;
  }

  .Body p {

    font-family: "BBC Reith Serif", BBCReithSerif-fallback, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.32px;
    color: rgb(32, 34, 36);
    padding: 0 15px;
  }

  .comm-img {
    padding-left: 15px;
  }

  .button.lt103 {
    max-width: 75%;
  }
}