body {
  color: #000;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
}

h5 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

blockquote {
  float: left;
  border-bottom: 2px solid #f8d602;
  border-left: 2px solid #f8d602;
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 10px 10px 10px 20px;
  font-family: Jost, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 18px;
}

.brand {
  max-width: 180px;
  padding: 9px 10px;
}

.brand:hover {
  background-color: #f8d602;
}

.navbar {
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  transition: box-shadow .4s ease-in-out;
  position: fixed;
  box-shadow: 0 0 25px -10px #a0a0a0;
}

.navbar:hover {
  box-shadow: 0 0 20px -4px #ffe75f;
}

.nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 28px 15px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.nav-link:hover {
  background-color: #f8d602;
}

.nav-link.w--open {
  z-index: 100;
  color: #fff;
  background-color: #000;
}

.nav-link.fa {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.nav-link.fa.so {
  font-family: "Fa brands 400", sans-serif;
}

.nav-link.join {
  color: #fff;
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 800;
}

.nav-link.join:hover {
  color: #000;
  background-color: #f8d602;
}

.herohome {
  color: #000;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.herohome.althome {
  background-color: #f8d602;
}

.herohome.mags {
  background-image: url('../images/magsbg2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.herohome.blackhh {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/chinabg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.herohome.heroesresistance {
  color: #000;
  background-color: #f6f4f2;
  background-image: url('../images/bighero2.jpg');
  background-position: 50%;
  background-size: cover;
}

.herohome.heroesresistance.hr2, .herohome.heroesresistance.hr3 {
  color: #f6f4f2;
  background-image: url('../images/tillsparents.jpg');
}

.herohome.heroesresistance.hr34 {
  color: #f6f4f2;
  background-image: url('../images/soviet.jpg');
}

.herohome.heroesresistance2 {
  color: #000;
  background-color: #f6f4f2;
  background-image: url('../images/heroesbackground2.jpg');
  background-position: 50%;
  background-size: cover;
}

.herohome.heroesresistance2.hr2 {
  color: #f6f4f2;
  background-image: url('../images/tillsparents.jpg');
}

.herohome.bgvids {
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  overflow: hidden;
}

.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.container.responsive {
  z-index: 1;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container.responsive.right {
  justify-content: flex-end;
}

.container.responsive.centre {
  justify-content: center;
}

.container.responsive.top {
  align-items: flex-start;
}

.container.quoteline {
  align-items: center;
  display: flex;
}

.herolink {
  color: #000;
  background-color: #f8d602;
  text-decoration: underline;
}

.herolink:hover {
  color: #fff;
  background-color: #000;
}

.pagecardrow {
  padding-top: 60px;
  padding-bottom: 60px;
}

.card {
  width: 31.3%;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  margin-left: 1%;
  margin-right: 1%;
  padding: 15px 0 0;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  position: relative;
}

.card:hover {
  filter: grayscale(0%);
  background-color: #f8d602;
  box-shadow: 0 15px 20px rgba(248, 214, 2, .3);
}

.card._3news {
  text-align: left;
  font-weight: 600;
}

.card._3news.top3 {
  width: 64.6%;
  float: right;
  cursor: pointer;
  background-color: #fff;
}

.card._3news.top3:hover {
  background-color: #f8d602;
}

.card._3news.joincard {
  background-color: #f6f4f2;
  background-image: linear-gradient(rgba(248, 214, 2, .9), rgba(248, 214, 2, .9)), url('../images/join.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.card._3news.joincard:hover {
  background-color: #f8d602;
}

.card._3news.revnews {
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.card._3news.revnews:hover {
  background-color: #f8d602;
}

.card.featuredcard {
  width: 40%;
  text-align: left;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 20px;
}

.card.featuredcard:hover {
  background-color: #f8d602;
}

.card.featuredcard.cfc {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.card._4news {
  text-align: left;
  width: 23%;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: 600;
}

.card.fullcard {
  width: 98%;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.card.donate {
  width: 23%;
  border: 1px solid #000;
}

.carddesc {
  margin-top: 10px;
  font-family: Lora, sans-serif;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.2em;
}

.cardimage {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  margin-bottom: 10px;
}

.cardimage.featuredci {
  display: none;
}

.break {
  width: 80px;
  height: 1px;
  max-width: 80px;
  background-color: #000;
  margin: 10px auto 20px;
  display: inline-block;
}

.dm {
  text-transform: uppercase;
}

.contentblock {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contentblock.yellowcb {
  background-color: #f8d602;
}

.contentblock.yellowcb.ybcentre {
  text-align: center;
}

.contentblock.yellowcb.ybcentre.schoolbg {
  background-image: url('../images/schoolsbg3.jpg');
  background-position: 50%;
  background-size: cover;
}

.contentblock.yellowcb.ybcentre.fbcb {
  background-image: url('../images/football.jpg');
  background-position: 0 0;
  background-size: auto;
}

.contentblock.yellowcb.planbg {
  background-image: url('../images/PLANNING.png');
  background-position: 50%;
  background-size: cover;
}

.contentblock.greycb {
  background-color: #f6f4f2;
}

.contentblock.blackcb {
  color: #fff;
  background-color: #000;
}

.contentblock.blackcb.tbg {
  background-image: url('../images/text1.jpg');
  background-position: 50%;
  background-size: cover;
}

.contentblock.heroescb {
  color: #fff;
  background-color: #000;
  background-image: url('../images/text1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.contentblock.insiderscb {
  background-image: linear-gradient(112deg, rgba(255, 216, 216, .95), rgba(194, 220, 255, .95)), url('../images/hatebg1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.contentblock.rightrespcb {
  background-color: #f33;
}

.contentblock.bluecb {
  background-color: #f8d602;
}

.contentblock.statement {
  text-align: center;
}

.contentblock.statement.sb {
  color: #fff;
  background-color: #000;
}

.contentblock.crmcb, .contentblock.pinkcb {
  background-color: #e9c6b0;
}

.contentblock.texture {
  background-color: #f6f4f2;
  background-image: url('../images/asfalt-dark2.png');
  background-position: 0 0;
  background-size: auto;
}

.contentblock.imageexample {
  background-image: url('../images/wagonslight.jpg');
  background-position: 50%;
  background-size: cover;
}

.contentblock.redcb {
  color: #fff;
  background-color: #f12b35;
}

._2col {
  width: 48%;
  align-self: center;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
}

.button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.button:hover {
  color: #000;
  background-color: #f8d602;
}

.button.rev {
  border-color: #fff;
}

.button.fcb {
  margin-left: 20px;
}

.video {
  border-radius: 10px;
  overflow: hidden;
}

.joinbox {
  width: 98%;
  min-height: 30px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  align-items: center;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.joinbox:hover {
  background-color: #f8d602;
  box-shadow: 0 16px 20px rgba(248, 214, 2, .3);
}

.joinimage {
  width: 250px;
  margin-right: 40px;
  display: inline-block;
}

.jointext {
  display: inline-block;
}

.footer {
  background-color: #f6f4f2;
  background-image: url('../images/sunroundfooter.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footercolumn {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
}

.fa {
  font-family: "Fa solid 900", sans-serif;
}

.fa.so {
  font-family: "Fa brands 400", sans-serif;
}

.note {
  font-size: .7em;
  line-height: 1.2em;
}

.demo {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 0 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flink {
  color: #000;
  text-decoration: none;
}

.flink:hover {
  background-color: #f8d602;
}

.nav-menu {
  float: none;
  text-align: right;
  position: static;
}

.cardlinkblock {
  width: 100%;
  color: #000;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Jost, sans-serif;
  line-height: 28px;
  text-decoration: none;
  position: relative;
}

.cardtagtop {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: -25px;
  padding-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.cardtagtop:hover {
  background-color: #fff;
}

.newtag {
  color: #fff;
  background-color: #000;
  padding: 2px 8px 2px 20px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.featured-news {
  background-image: url('../images/hcden.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.featured-news.img2 {
  background-image: url('../images/pepepart4.jpg');
  background-attachment: scroll;
}

.featured-news.img3 {
  background-image: url('../images/lison-zhao-V3xjMX7cvp8-unsplash.jpg');
  background-position: 100%;
}

.featured-news.img4 {
  background-image: url('../images/hopefultowns.jpg');
}

.featured-news.img5 {
  background-image: url('../images/maske.jpg');
}

.featured-news.img6 {
  background-image: url('../images/james-eades-2eWFphvQPbY-unsplash.jpg');
  background-position: 100%;
}

.featured-news.img7 {
  background-image: url('../images/xin.jpg');
  background-position: 50%;
}

.featured-news.img8 {
  background-image: url('../images/nick-fewings-ioNNsLBO8hE-unsplash.jpg');
  background-position: 50%;
}

.featured-news.img9 {
  background-image: linear-gradient(122deg, rgba(107, 252, 172, .8), rgba(107, 167, 236, .8)), url('../images/donnotuseonlivedsitebradford.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.featured-news.img10 {
  background-image: url('../images/pencil.jpg'), url('../images/hcden.png');
  background-position: 100%, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.featured-news.img11 {
  background-image: url('../images/biden.jpg');
}

.featured-news.img12 {
  background-image: url('../images/trades.jpg');
}

.featured-news.crmfound {
  background-image: url('../images/gwash.jpg');
}

.featured-news.crm45 {
  background-image: url('../images/figets.jpg');
}

.featured-news.crm55 {
  background-image: url('../images/tillsparents.jpg');
}

.featured-news.crm60 {
  background-image: url('../images/mlkbg3.jpg');
}

.featured-news.crm64 {
  background-image: url('../images/freedom-summer-vote-sign2.jpg');
}

.featured-news.crm65 {
  background-image: url('../images/islam.jpg');
}

.featured-news.crm68 {
  background-image: url('../images/regan.jpg');
}

.featured-news.crm08 {
  background-image: url('../images/knee2.jpg');
}

.featured-news.res5 {
  background-image: url('../images/warmap.jpg');
}

.featured-news.res4 {
  background-image: url('../images/GettyImages-170971735.jpg');
}

.featured-news.res3 {
  background-image: url('../images/GettyImages-515561024.jpg');
}

.featured-news.res2 {
  background-image: url('../images/sniper1.jpg');
}

.carddate {
  opacity: .6;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.introtext {
  max-width: 800px;
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.featurednewstitle {
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  max-width: 1200px;
  color: #fff;
  background-color: #000;
  flex-flow: row;
  align-items: flex-start;
  margin-top: 95px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.sectioncard {
  max-width: 48%;
  min-width: 31.3%;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  flex: 1;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px 20px 30px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  position: relative;
}

.sectioncard:hover {
  background-color: #f8d602;
  box-shadow: 0 15px 20px rgba(248, 214, 2, .3);
}

.sectioncard.wide {
  width: 48%;
}

.sectcardimage {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  margin-bottom: 10px;
}

.dropmenu {
  z-index: 101;
  height: 100%;
  max-width: 1500px;
  text-align: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 10px;
  display: flex;
  position: relative;
}

.dropdown {
  position: static;
}

.dropcolumn {
  width: 23%;
  min-height: 30px;
  text-align: left;
  margin-left: 1%;
  margin-right: 1%;
}

.menucard {
  width: 100%;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  margin-bottom: 30px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
}

.menucard:hover {
  filter: grayscale(0%);
  background-color: #f8d602;
}

.menuimage {
  width: 100%;
  height: 100px;
  max-height: 100px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  margin-bottom: 10px;
}

.fixedscrollimg {
  z-index: 0;
  width: 100%;
  max-width: 100vw;
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.head {
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 90px;
}

.navspacer {
  min-height: 81px;
}

.navwrapper {
  z-index: 1000;
  position: relative;
}

.reporthero {
  background-image: url('../images/maske.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60vh;
}

.reporthero.img2rh {
  background-image: url('../images/hatetown1.png');
}

.reportintro {
  max-width: 1220px;
  background-color: #fff;
  margin-top: -20vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
}

.contentcontainer {
  z-index: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.contentcontainer.centrecc {
  text-align: center;
}

.downloadbutton {
  width: 100%;
  min-height: 30px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  align-items: center;
  margin: 20px auto;
  padding: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.downloadbutton:hover {
  background-color: #f8d602;
  box-shadow: 0 16px 20px rgba(248, 214, 2, .3);
}

.reportcoverimage {
  width: 180px;
  margin-right: 40px;
  display: inline-block;
}

.sharerow {
  padding-top: 10px;
  padding-bottom: 1px;
}

.sharelink {
  color: #000;
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
}

.sharelink:hover {
  color: #f8d602;
}

.sharelink.contsl {
  margin-left: 20px;
  margin-right: 20px;
}

.sharelink.white:hover {
  color: #fff;
}

.sharelink.white.csl {
  margin-left: 20px;
  margin-right: 20px;
}

.sharelink.white2 {
  color: #fff;
}

.sharelink.bigshare {
  color: #fff;
  font-size: 40px;
}

.sharelink.bigshare:hover {
  color: #f8d602;
}

.sharelink.bigshare.mail, .sharelink.mail {
  font-family: "Fa 400", sans-serif;
}

.chapterblock {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.chapterhead {
  padding-top: 50px;
  padding-bottom: 130px;
  position: relative;
}

.chapterhead.ch2 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/6102296-1024x684.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.ch3 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/hitler-tree-Roe-Wijnants-flickr-1024x747.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.ch4 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/NPM-flag-1024x479.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.ch5 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/owen-jones-1024x683_1owen-jones-1024x683.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.ch6 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/people-from-different.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.ch7 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/Belfast_murals_AB-1011x1024.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.chapterhead.ch8 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/Sebastian-Bieniek-Photo-Reza-Mahmoudidschad_1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.ch9 {
  color: #000;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #f8d602 50%, #f8d602), url('../images/DgcUHgIXcAE4iQS-1-683x1024_1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.exec {
  color: #000;
  background-color: #f6f4f2;
}

.chapterhead.xi1 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/xin1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.xi2 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/chaie2.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.xi3 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/in3.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.xi4 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/xin5.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.xi5 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/insd4.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.xi1-copy {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/5f9c00675d72fc30f755b483_Freedom-Riders-bus-Montgomery-Alabama-May-24-1961.jpeg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.xi2-copy {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/black-students-integrate-little-rocks-central-high-school-2.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.xi3-copy {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/Montgomery-Boycott-Ends.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.xi4-copy {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/diane-nash.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.xi5-copy {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/mlk.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.fg3 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/Dorothy_Irene_Height.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.gf4 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/120119_BlakVeterans_01.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.df3 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/civil-rights-march-on-washington-27-0276a.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.yal {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/Rosi-1SQUARE.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.afs {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/GettyImages-53375505SQUARE.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.belin {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/GettyImages-170971735.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapterhead.masha {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 50%, #000), url('../images/belin.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.chapternumber {
  z-index: 0;
  color: #000;
  text-shadow: 0 0 rgba(246, 244, 242, .5), 0 0 rgba(255, 255, 255, .5);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Jost, sans-serif;
  font-size: 200px;
  line-height: 250px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.chapternumber.revchapt {
  color: #f8d602;
  text-shadow: 0 -2px #000, 0 2px #000, 2px 0 #000, -2px 0 #000;
}

.expandbutton {
  max-width: 760px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/downwhiteA_1downwhiteA.png');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  margin: 10px auto -72px;
  padding: 10px 80px 10px 30px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 40px;
  display: block;
  position: relative;
  top: -130px;
  left: 0%;
  right: 0%;
}

.expandbutton:hover {
  background-color: #f8d602;
}

.expandbutton.reveb {
  color: #000;
  background-image: url('../images/downblack2_1downblack2.png');
  border-color: #000;
}

.chapterbody {
  height: 0;
  opacity: 0;
  background-color: #f6f4f2;
  display: none;
  position: relative;
}

.chaptercontainer {
  z-index: 2;
  color: #000;
  background-color: #f6f4f2;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.rtb img {
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 17px 20px -12px rgba(0, 0, 0, .3);
}

.rtb a {
  color: #000;
}

.rtb a:hover {
  background-color: #f8d602;
}

.rtb p {
  margin-top: 40px;
  margin-bottom: 40px;
}

.chapprogcontainer {
  z-index: 3;
  width: 100%;
  height: 20px;
  color: #fff;
  background-color: #000;
  border-width: 1px;
  border-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.progtext {
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.chapprogbar {
  width: 0;
  height: 20px;
  background-color: #f8d602;
  position: absolute;
}

.closebutton {
  max-width: 760px;
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/upwhiteA_1upwhiteA.png');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  margin: 10px auto -72px;
  padding: 10px 30px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 40px;
  display: none;
  position: relative;
  top: -130px;
}

.closebutton:hover {
  background-color: #f8d602;
}

.clink {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-right: 10px;
  font-family: Jost, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 39px;
  text-decoration: none;
  display: inline-block;
}

.clink:hover {
  color: #fff;
}

.chapternav {
  z-index: 10;
  float: right;
  color: #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  right: 10px;
}

.skiplink {
  width: 50px;
  height: 50px;
  background-color: #f6f4f2;
  padding: 5px;
}

.skiplink:hover {
  background-color: #f8d602;
}

.fixedsocial {
  color: #000;
  margin-left: 7px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 3px;
}

.fixedsocial:hover {
  color: #f8d602;
}

.takeawayrow {
  border: 1px #000;
  border-style: none none solid solid;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.takeawaynumber {
  width: 9%;
  height: 100%;
  float: left;
  margin-right: 1%;
  padding-left: 20px;
  font-family: Jost, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

.takeawaytext {
  width: 90%;
  float: left;
  padding-top: 5px;
}

.newsletterrow {
  background-color: #f8d602;
  background-image: url('../images/newsletterbg.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 100px;
}

.form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  height: 60px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 #000;
  margin-bottom: 15px;
  font-family: Jost, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.text-field:focus {
  border: 1px solid #000;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.messagetf {
  min-height: 200px;
  font-size: 18px;
  line-height: 25px;
}

.text-field.messagetf.white {
  min-height: 240px;
  background-color: #fff;
}

.form-block {
  padding-top: 30px;
}

._2colcontentcontainer {
  z-index: 1;
  width: 100%;
  max-width: 1500px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.contentleft {
  width: 64.6%;
  max-width: 900px;
  margin-left: 1%;
  margin-right: 1%;
}

.contentright {
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
}

.faqblock {
  text-align: left;
  border-bottom: 2px solid #f8d602;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.faqhead {
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  font-weight: 800;
  position: relative;
}

.faqhead:hover {
  color: #f8d602;
}

.faqrtb {
  height: 0;
  position: relative;
  top: -15px;
  overflow: hidden;
}

.faqrtb a {
  color: #000;
}

.faqrtb a:hover {
  background-color: #f8d602;
}

.faqrtb p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.plus {
  width: 50px;
  height: 50px;
  margin-top: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tlink {
  color: #000;
}

.contactrow {
  background-color: #f8d602;
  background-image: url('../images/contactbg.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contactrow.vcr {
  background-image: none;
}

.pretitle {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.video-2 {
  border-radius: 5px;
  overflow: hidden;
}

.fullimage {
  min-height: 75vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bigimage {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.imagecard {
  max-width: 400px;
  text-align: left;
  background-color: #fff;
  padding: 20px;
  font-family: Jost, sans-serif;
  display: inline-block;
}

.imagecard.centreic {
  text-align: center;
}

.rich-text-block {
  padding: 20px;
}

.imagecontainer {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.imagecontainer.responsive {
  z-index: 1;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  position: relative;
}

.imagecontainer.rightic {
  text-align: right;
}

.imagecontainer.centretic {
  text-align: center;
}

.reportprogcontainer {
  z-index: 3;
  width: 100%;
  height: 20px;
  color: #fff;
  background-color: #000;
  border-width: 1px;
  border-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.reportprobar {
  width: 0;
  height: 20px;
  background-color: #f8d602;
  position: absolute;
}

.artilceintro {
  max-width: 100%;
  background-color: #f8d602;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
}

.articleimage {
  border-radius: 5px;
  margin-bottom: -110px;
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .3);
}

.articlecontentblock {
  flex-flow: wrap;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.articlecontentblock.yellowcb {
  background-color: #f8d602;
}

.articlecontentblock.yellowcb.ybcentre {
  text-align: center;
}

.articlecontentblock.yellowcb.planbg {
  background-image: url('../images/PLANNING.png');
  background-position: 50%;
  background-size: cover;
}

.articlecontentblock.greycb {
  background-color: #f6f4f2;
}

.articlecontentblock.blackcb {
  color: #fff;
  background-color: #000;
}

.articlecentre {
  z-index: 1;
  width: 60%;
  max-width: 800px;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.articleleft {
  width: 18%;
}

.articleright {
  width: 18%;
  padding-top: 40px;
}

.rcshifter {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.div-block {
  padding-top: 40px;
}

.dm2 {
  text-transform: uppercase;
  text-decoration: line-through;
}

.hopewrapper {
  width: 100%;
  overflow: hidden;
}

.searchpage {
  z-index: 999;
  width: 100%;
  height: 0;
  background-color: #f8d602;
  padding-top: 0;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.searchbar {
  height: 90px;
  border: 1px solid #fff;
  font-size: 50px;
  line-height: 60px;
}

.searchbar:focus {
  border-color: #000;
}

.searchform {
  border-bottom: 1px solid #000;
  margin-top: 140px;
  padding-bottom: 50px;
}

.searchclose {
  text-transform: uppercase;
  cursor: pointer;
  padding: 30px 20px 10px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  position: absolute;
  top: 80px;
  bottom: auto;
  left: auto;
  right: 0;
}

.searchclose:hover {
  background-color: #fff;
}

.dropdownlabel {
  float: left;
  color: #1a2a13;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.dropicon {
  margin-right: 10px;
}

.dropdown-toggle {
  border-right: 1px solid #1a2a13;
  padding-top: 13px;
  padding-bottom: 13px;
}

.dropdown-toggle:hover {
  background-color: #f6f4f2;
}

.dropdown-toggle.w--open {
  background-color: #f8d602;
}

.resultcount {
  color: #000;
  text-align: left;
  padding-top: 11px;
  padding-bottom: 11px;
  display: inline-block;
}

.reset {
  float: right;
  opacity: .51;
  color: #000;
  background-image: url('../images/reseti_1reseti.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  padding: 13px 10px 13px 31px;
  text-decoration: none;
}

.reset:hover {
  opacity: 1;
}

.dropdowncheck {
  cursor: pointer;
  padding: 10px;
}

.dropdowncheck:hover {
  background-color: #f8d602;
}

.sortrow {
  width: 98%;
}

.dropdown-list-2 {
  background-color: #f5f3ef;
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  z-index: 10;
  width: 400px;
  max-height: 80vh;
  color: #fff;
  background-color: #f6f4f2;
  position: absolute;
  overflow: auto;
}

.sorttoggle {
  padding: 10px 60px 10px 15px;
}

.sorttoggle:hover {
  background-color: #f6f4f2;
}

.filterrow {
  width: 98%;
  min-height: 20px;
  border: 1px solid #000;
  margin-bottom: 10px;
  margin-right: 2%;
  padding: 8px 5px 8px 8px;
  display: block;
}

.filters {
  padding-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
  font-size: 20px;
  line-height: 30px;
}

.filters.nopad {
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.sortdropdown {
  float: right;
  border: 1px solid #000;
}

.dropdown-link {
  background-color: #f5f3ef;
}

.dropdown-link:hover {
  background-color: #e2e9ee;
}

.sortlabel {
  float: right;
  margin-right: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: inline-block;
}

.dropdown-list-3 {
  border: 1px solid #000;
}

.dropdown-list-3.w--open {
  border-color: #000;
}

.tick {
  width: 32px;
  height: 32px;
  float: left;
  border: 1px solid #000;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.filtersearch {
  min-width: 250px;
  float: left;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.filtersearchbar {
  width: 80%;
  height: 56px;
  float: left;
  background-color: #f6f4f2;
  border: 1px solid #f6f4f2;
  border-right-color: #000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.filtersbutton, .filtersbuttonclose {
  display: none;
}

.newsrowtitle {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.newsrowtitle:hover {
  background-color: #f8d602;
}

.morelink {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.morelink:hover {
  background-color: #f8d602;
}

.morecontainer {
  z-index: 2;
  max-width: 1500px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: relative;
}

.morecontainer.responsive {
  z-index: 1;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  position: relative;
}

.newsrowsub {
  margin-top: -10px;
  margin-bottom: -10px;
  padding-left: 10px;
}

.fab {
  font-family: "Fa brands 400", sans-serif;
}

.podcastcontainer {
  width: 100%;
  margin-bottom: 60px;
  padding-left: 1%;
  padding-right: 1%;
}

.ddpodcast {
  width: 100%;
}

.html-embed {
  margin-bottom: -15px;
}

.podcastddtoggle {
  width: 100%;
  color: #000;
  background-color: #f6f4f2;
  font-size: 20px;
  line-height: 30px;
}

.podcastddtoggle:hover {
  color: #000;
  background-color: #f8d602;
}

.podcastddtoggle.w--open {
  border-bottom: 1px solid #000;
}

.podcastddcontent {
  position: relative;
}

.podcastddcontent.w--open {
  background-color: #f6f4f2;
}

.searchresult {
  width: 100%;
  color: #1a2a13;
  border-bottom: 1px solid #1a2a13;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.resulttext {
  width: 78%;
  float: left;
  margin-right: 2%;
}

.resulttitle {
  margin-bottom: 5px;
  font-family: Jost, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.tags {
  color: #818181;
}

.resultspan {
  background-color: #f8d602;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
}

.searchimg {
  width: 20%;
  float: right;
  border-radius: 5px;
  display: block;
  position: static;
}

.filtersb {
  width: 20%;
  height: 56px;
  float: right;
  color: #f6f4f2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.filtersb:hover {
  background-color: #f8d602;
}

.searchtagrow {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 10px;
}

.taglink {
  color: #000;
  background-color: #f6f4f2;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
}

.taglink:hover {
  background-color: #f8d602;
}

.inlineimage {
  width: 100%;
  max-width: 700px;
  border-radius: 5px;
}

.menutitlelink {
  color: #fff;
  text-decoration: none;
}

.menutitlelink:hover {
  color: #f8d602;
}

.eventtime {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.vatag {
  color: #fff;
  text-align: right;
  background-color: #000;
  border-radius: 0 5px;
  margin-right: 30px;
  padding: 4px 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contenttag {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.contenttag:hover {
  background-color: #fff;
}

.herologo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-2 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.rtb-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timelineentry {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
}

.timelineline {
  width: 3px;
  height: 50px;
  background-color: #000;
  margin: -20px auto -10px;
  position: relative;
}

.onpagenav {
  z-index: 900;
  height: 100%;
  min-width: 80px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.sidelink {
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: block;
  position: relative;
}

.sidelink:hover {
  color: #f4ad00;
}

.sidelink.w--current {
  color: #fff;
  transition: color .2s;
}

.sidelink.profiles {
  color: #f8d602;
}

.sidelink.profiles:hover {
  color: #000;
}

.pin {
  z-index: 2;
  width: 30px;
  height: 30px;
  float: left;
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-right: -15px;
  padding-top: 5px;
  padding-left: 5.5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  position: relative;
}

.pin:hover {
  color: #f8d602;
}

.pin.profiles {
  background-color: #f8d602;
}

.sidetext {
  float: none;
  opacity: 0;
  color: #fff;
  background-color: #000;
  padding: 4px 5px 2px 20px;
  font-family: Jost, sans-serif;
  display: none;
  position: relative;
  top: 4px;
  overflow: hidden;
}

.sidetext.profiles {
  color: #000;
  background-color: #f8d602;
}

._3col {
  width: 73%;
  margin-left: 1%;
  margin-right: 1%;
}

._1col {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

.profileimage {
  z-index: 1;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 8px solid #f8d602;
  border-radius: 1000px;
  margin-bottom: 10px;
  position: relative;
}

.profileimage.blackpi {
  border-color: #000;
}

.imgcol {
  width: 23%;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
}

.textcol {
  width: 73%;
  margin-left: 1%;
  margin-right: 1%;
}

.quotetext {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.bounce {
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, .12);
  border-radius: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: scale(1.1);
}

.bounce.yellowb {
  background-color: rgba(192, 192, 192, .18);
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timelineblock {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.timelineblock.yellowcb {
  background-color: #f8d602;
}

.timelineblock.yellowcb.ybcentre {
  text-align: center;
}

.timelineblock.yellowcb.ybcentre.schoolbg {
  background-image: url('../images/schoolsbg3.jpg');
  background-position: 50%;
  background-size: cover;
}

.timelineblock.yellowcb.ybcentre.fbcb {
  background-image: url('../images/football.jpg');
  background-position: 0 0;
  background-size: auto;
}

.timelineblock.yellowcb.planbg {
  background-image: url('../images/PLANNING.png');
  background-position: 50%;
  background-size: cover;
}

.timelineblock.greycb {
  background-color: #f6f4f2;
}

.timelineblock.blackcb {
  color: #fff;
  background-color: #000;
}

.timelineblock.blackcb.tbg {
  background-image: url('../images/text1.jpg');
  background-position: 50%;
  background-size: cover;
}

.timelineblock.heroescb {
  color: #fff;
  background-color: #000;
  background-image: url('../images/text1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.timelineblock.insiderscb {
  background-image: linear-gradient(112deg, rgba(255, 216, 216, .95), rgba(194, 220, 255, .95)), url('../images/hatebg1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.timelineblock.rightrespcb {
  background-color: #f33;
}

.timelineblock.bluecb {
  background-color: #f8d602;
}

.timelineblock.statement {
  text-align: center;
}

.timelineblock.statement.sb {
  color: #fff;
  background-color: #000;
}

.timelineblock.crmcb, .timelineblock.pinkcb {
  background-color: #e9c6b0;
}

.timelineblock.texture {
  background-color: #f6f4f2;
  background-image: url('../images/asfalt-dark2.png');
  background-position: 0 0;
  background-size: auto;
}

.timelineblock.imageexample {
  background-image: url('../images/wagonslight.jpg');
  background-position: 50%;
  background-size: cover;
}

.timelineblock.redcb {
  color: #fff;
  background-color: #f12b35;
}

.timelinecontainer {
  max-width: 1220px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.timelinecontainer.responsive {
  z-index: 1;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  position: relative;
}

.timelinecontainer.responsive.right {
  justify-content: flex-end;
}

.timelinecontainer.responsive.centre {
  justify-content: center;
}

.timelinecontainer.responsive.top {
  align-items: flex-start;
}

.timelinecontainer.quoteline {
  align-items: center;
  display: flex;
}

.timelinecol {
  width: 48%;
  align-self: flex-start;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

.timelinecol.lefttc {
  color: #fff;
}

.timelinecol.righttc {
  color: #000;
}

.timelinebg {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline-left {
  width: 50%;
  background-color: #000;
  border-right: 4px solid #fff;
}

.timeline-right {
  width: 50%;
  background-color: #f8d602;
}

.pintime {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 105px;
  bottom: auto;
  left: -4px;
  right: 0%;
}

.persontag {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding: 7px;
  text-decoration: none;
  display: flex;
}

.persontag:hover {
  background-color: #f6f4f2;
}

.persontext {
  margin-top: -5px;
  padding-left: 10px;
}

.personimage {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 5px solid #f8d602;
  border-radius: 300px;
}

.personimage.badp {
  border-color: #000;
}

.onpagemenu {
  z-index: 2;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link {
  color: #fff;
  font-family: Jost, sans-serif;
  text-decoration: none;
}

.link.w--current {
  color: #f8d602;
  font-weight: 700;
}

.decadebreak {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
  text-shadow: 5px 5px rgba(0, 0, 0, .11);
  margin-bottom: -60px;
  font-family: Jost, sans-serif;
  font-size: 8em;
  line-height: 1em;
}

.timelinechapter {
  background-color: #000;
  padding-left: 60px;
}

.onpagemenuinner {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.decadeset {
  max-width: 800px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

html.w-mod-js [data-ix="slidefromright"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="slidefromleft"] {
  opacity: 0;
  transform: translate(-100px);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  blockquote {
    font-size: 20px;
    line-height: 28px;
  }

  .brand {
    max-width: 157px;
    padding: 8px 10px;
  }

  .nav-link {
    width: 100%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.fa {
    width: auto;
    max-width: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .nav-link.fa.so {
    display: inline-block;
  }

  .herohome {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card {
    padding-top: 5px;
    font-size: 20px;
    line-height: 28px;
  }

  .card._4news {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .carddesc._4c {
    display: none;
  }

  .break {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contentblock {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button.fcb {
    margin-left: 10px;
  }

  .footer {
    padding-bottom: 168px;
  }

  .footercolumn {
    width: 31.3%;
  }

  .cardheading {
    font-size: 25px;
  }

  .menu-button {
    padding: 10px;
    font-size: 50px;
    line-height: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu {
    width: 100%;
    text-align: left;
    background-color: #dadada;
    position: absolute;
  }

  .cardlinkblock {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cardtagtop {
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: -5px;
    font-size: 12px;
    line-height: 12px;
  }

  .newtag {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .featurednewstitle {
    font-size: 30px;
    line-height: 40px;
  }

  .dropdown-list, .dropdown-list.w--open {
    margin-top: 0;
    position: relative;
  }

  .sectioncard {
    padding: 10px 10px 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .dropmenu {
    padding: 0 10px 10px;
  }

  .dropcolumn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menucard {
    margin-bottom: 20px;
    padding: 20px 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .titleimage {
    width: 100%;
    max-width: 300px;
  }

  .menuimage {
    display: none;
  }

  .head {
    font-size: 80px;
    line-height: 90px;
  }

  .navspacer {
    min-height: 70px;
  }

  .reporthero {
    height: 50vh;
    padding-top: 0;
  }

  .reportintro {
    margin-top: 0;
  }

  .chapterhead.ch2, .chapterhead.ch3, .chapterhead.ch4, .chapterhead.ch5, .chapterhead.ch6, .chapterhead.ch8, .chapterhead.ch9, .chapterhead.xi1, .chapterhead.xi2, .chapterhead.xi3, .chapterhead.xi4, .chapterhead.xi5, .chapterhead.xi1-copy, .chapterhead.xi2-copy, .chapterhead.xi3-copy, .chapterhead.xi4-copy, .chapterhead.xi5-copy, .chapterhead.fg3, .chapterhead.gf4, .chapterhead.df3, .chapterhead.yal, .chapterhead.afs, .chapterhead.belin, .chapterhead.masha {
    background-size: auto, cover;
  }

  .chapternumber {
    font-size: 100px;
    line-height: 110px;
  }

  .expandbutton {
    max-width: 500px;
    margin-left: 20px;
  }

  .chapprogcontainer {
    top: 85px;
  }

  .closebutton {
    max-width: 500px;
    margin-left: 20px;
  }

  .newsletterrow {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-field {
    height: 50px;
    font-size: 18px;
    line-height: 20px;
  }

  ._2colcontentcontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faqblock {
    margin-bottom: 20px;
  }

  .plus {
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }

  .contactrow {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bigimage {
    height: 100%;
    object-fit: cover;
  }

  .imagecontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reportprogcontainer {
    top: 85px;
  }

  .artilceintro {
    margin-top: 0;
  }

  .articlecontentblock {
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .articlecentre {
    margin-left: 0%;
    margin-right: 2%;
  }

  .articleleft {
    display: none;
  }

  .articleright {
    width: 36%;
  }

  .dropicon {
    margin-right: 10px;
  }

  .dropdown-toggle {
    padding-left: 10px;
  }

  .filters {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .filtersearch {
    min-width: 200px;
  }

  .filtersearchbar {
    height: 54px;
  }

  .morecontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .resulttext {
    font-size: 14px;
    line-height: 18px;
  }

  .tags {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .filtersb {
    height: 54px;
  }

  .contenttag {
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
  }

  .onpagenav {
    height: auto;
    min-width: 50px;
    opacity: .4;
    justify-content: flex-end;
    padding-top: 30px;
    transition: opacity .3s;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .onpagenav:hover {
    opacity: 1;
  }

  .sidelink {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0;
  }

  .pin {
    width: 20px;
    height: 20px;
    padding-left: 4.5px;
    font-size: 5px;
    line-height: 5px;
  }

  .sidetext {
    opacity: 0;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 13px;
    display: none;
    top: 1px;
  }

  .quotetext {
    font-size: 20px;
    line-height: 28px;
  }

  .timelineblock {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timelinecontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pintime {
    top: 92px;
  }

  .onpagemenu {
    padding-left: 5px;
    padding-right: 5px;
  }

  .link {
    font-size: 12px;
  }

  .decadebreak {
    text-shadow: 3px 3px rgba(0, 0, 0, .11);
    margin-bottom: -20px;
    font-size: 5em;
  }

  .timelinechapter {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  blockquote {
    padding-left: 10px;
  }

  .navbar {
    position: relative;
  }

  .herohome {
    padding-bottom: 40px;
  }

  .container, .container.responsive {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.quoteline {
    flex-flow: column;
  }

  .card {
    width: 98%;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .card._3news {
    width: auto;
    max-width: 98%;
    min-width: 48%;
    flex: 1;
  }

  .card._3news.top3 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .card.featuredcard {
    width: 100%;
  }

  .card.featuredcard.cfc {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .card._4news, .card.fullcard {
    width: 48%;
  }

  .card.donate {
    width: 98%;
  }

  .cardimage.hfeat {
    display: none;
  }

  .cardimage.featuredci {
    display: block;
  }

  ._2col {
    width: 98%;
  }

  .button {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .joinimage {
    width: 200px;
  }

  .footer {
    font-size: 16px;
    line-height: 25px;
  }

  .cardheading {
    margin-top: 3px;
    margin-bottom: 0;
  }

  .featured-news {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .introtext {
    width: 98%;
    text-align: left;
  }

  .featurednewstitle {
    font-size: 26px;
    line-height: 32px;
  }

  .sectioncard {
    width: 98%;
    max-width: none;
    min-width: 98%;
    margin-bottom: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .sectioncard.wide {
    width: 100%;
    text-align: left;
  }

  .sectcardimage {
    width: 20%;
    height: 100%;
    float: left;
  }

  .sectcardtext {
    width: 80%;
    text-align: left;
    padding-left: 10px;
    display: inline-block;
  }

  .menucard {
    width: 98%;
  }

  .head {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
  }

  .navspacer {
    display: none;
  }

  .reportcoverimage {
    width: 200px;
  }

  .expandbutton {
    max-width: 300px;
    font-size: 20px;
    line-height: 30px;
  }

  .chapprogcontainer {
    top: 0;
  }

  .closebutton {
    max-width: 300px;
    font-size: 20px;
    line-height: 30px;
  }

  .clink {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 32px;
  }

  .takeawaynumber {
    padding-left: 10px;
  }

  .newsletterrow {
    padding-bottom: 20px;
  }

  .form {
    max-width: none;
  }

  .contentleft {
    width: 100%;
    margin-bottom: 40px;
  }

  .contentright {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .contactrow {
    padding-bottom: 20px;
  }

  .fullimage {
    min-height: 100vh;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .bigimage {
    min-height: 400px;
  }

  .imagecard {
    max-width: none;
    padding-top: 0;
  }

  .imagecontainer.responsive {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .reportprogcontainer {
    top: 0;
  }

  .articlecontentblock {
    display: block;
  }

  .articlecentre {
    width: 100%;
  }

  .articleright {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rcshifter {
    display: flex;
  }

  .dropdownlabel {
    padding-top: 5px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 16px;
  }

  .dropdown-toggle {
    width: 100%;
    border-right-style: none;
  }

  .dropdown-list-2.w--open {
    position: relative;
    top: 0;
  }

  .filterrow {
    display: none;
  }

  .filters {
    font-size: 14px;
    line-height: 18px;
  }

  .tick {
    width: 25px;
    height: 25px;
    top: 1px;
  }

  .dropdown-2, .filtersearch {
    width: 100%;
  }

  .filtersbutton {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    display: inline-block;
  }

  .filtersbutton:hover {
    background-color: #f8d602;
  }

  .rotatefilter {
    font-size: 40px;
    line-height: 40px;
  }

  .filtersbuttonclose {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    display: none;
  }

  .filtersbuttonclose:hover {
    color: #000;
    background-color: #f8d602;
  }

  .morelink {
    display: block;
  }

  .morecontainer {
    margin-top: -20px;
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .morecontainer.responsive {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .onpagenav {
    padding-top: 30px;
  }

  .sidelink {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .profileimage {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
  }

  .imgcol, .textcol {
    width: 98%;
  }

  .quotetext {
    text-align: center;
    margin-bottom: 15px;
  }

  .bounce {
    width: 100px;
    height: 100px;
  }

  .timelinecontainer {
    padding: 10px 0;
  }

  .timelinecontainer.responsive {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .timelinecontainer.quoteline {
    flex-flow: column-reverse;
  }

  .timelinecol {
    width: 98%;
  }

  .pintime {
    top: 75px;
  }

  .onpagemenu {
    width: 100%;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .link {
    font-size: 14px;
    line-height: 26px;
    display: block;
  }

  .decadebreak {
    text-shadow: 3px 3px rgba(0, 0, 0, .11);
    font-size: 4em;
  }

  .timelinechapter {
    padding-left: 0;
  }

  .onpagemenuinner {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .menu-button-2 {
    color: #fff;
    text-align: center;
    background-color: #000;
    padding: 10px;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .menuicontitle {
    font-family: Jost, sans-serif;
    font-size: 10px;
    line-height: 7px;
  }

  .decadeset {
    width: 90%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 25px;
    line-height: 32px;
  }

  blockquote {
    font-size: 16px;
  }

  .brand {
    max-width: 120px;
  }

  .herohome {
    padding-bottom: 20px;
  }

  .pagecardrow {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card {
    padding-top: 10px;
  }

  .card._3news {
    font-size: 16px;
    line-height: 22px;
  }

  .card.featuredcard {
    width: 100%;
  }

  .card._4news {
    font-size: 16px;
    line-height: 22px;
  }

  .cardimage {
    max-width: 100%;
  }

  .cardimage.featuredci {
    max-height: 100px;
    max-width: 100%;
    min-height: 100px;
    display: block;
  }

  .contentblock {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .joinbox {
    text-align: center;
    flex-direction: column;
    padding: 10px;
  }

  .joinimage {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footercolumn {
    width: 48%;
    margin-bottom: 10px;
  }

  .cardheading {
    font-size: 16px;
    line-height: 18px;
  }

  .menu-button {
    font-size: 35px;
    line-height: 30px;
  }

  .cardtagtop {
    letter-spacing: 0;
  }

  .featured-news {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .carddate {
    font-size: 11px;
    line-height: 14px;
  }

  .featurednewstitle {
    font-size: 20px;
    line-height: 25px;
  }

  .sectioncard {
    margin-bottom: 20px;
  }

  .sectcardimage {
    width: 30%;
    max-width: 100%;
  }

  .sectcardtext {
    width: 70%;
    font-size: 16px;
    line-height: 18px;
  }

  .menuimage {
    max-width: 100%;
  }

  .head {
    font-size: 40px;
    line-height: 45px;
  }

  .downloadbutton {
    flex-direction: column;
    padding: 10px;
  }

  .reportcoverimage {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .expandbutton, .closebutton {
    max-width: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .clink {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 25px;
  }

  .takeawaynumber {
    width: 14%;
    font-size: 40px;
    line-height: 50px;
  }

  .takeawaytext {
    width: 85%;
  }

  .articlecontentblock {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .searchclose {
    font-size: 14px;
  }

  .resultcount {
    float: none;
    margin-right: 10px;
    display: none;
  }

  .dropdowncheck {
    background-color: #f5f3ef;
  }

  .dropdown-list-2.w--open {
    z-index: 2;
    width: 100%;
    position: relative;
  }

  .sorttoggle {
    display: block;
  }

  .sortdropdown {
    float: left;
    margin-top: 10px;
  }

  .sortlabel {
    float: left;
    display: none;
  }

  .searchresult {
    align-items: flex-start;
  }

  .contenttag {
    letter-spacing: 0;
  }

  .quotetext {
    font-size: 16px;
    line-height: 23px;
  }

  .timelineblock {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .timelinecol {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .timeline-left {
    border-right-width: 2px;
  }

  .pintime {
    width: 15px;
    height: 15px;
    top: 61px;
    left: -2px;
  }

  .persontag {
    flex-direction: column;
    align-items: flex-start;
  }

  .persontext {
    padding-left: 0;
  }

  .personimage {
    width: 40px;
    height: 40px;
    border-width: 3px;
    margin-bottom: 5px;
  }

  .decadebreak {
    letter-spacing: .7em;
    text-indent: .7em;
    text-shadow: 2px 2px rgba(0, 0, 0, .11);
    margin-bottom: -10px;
    font-size: 3em;
  }

  .decadeset {
    margin-top: 0;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}