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

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

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

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

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

a {
  text-decoration: underline;
}

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

strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

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

figure {
  margin-bottom: 10px;
}

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

.brand {
  max-width: 200px;
  padding: 12px 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.herohome.blackhh {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/chinabg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/chinabg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  color: #fff;
}

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

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

.container.responsive.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.responsive.centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

.card {
  position: relative;
  width: 31.3%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 15px 0px 0px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.card._4news {
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 600;
  text-align: left;
}

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

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

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

.carddesc {
  margin-top: 10px;
  font-size: 0.7em;
  line-height: 1.2em;
  font-weight: 400;
}

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

.cardimage.featuredci {
  display: none;
}

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

.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% 50%;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

._2col {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

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

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

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

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

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

.jointext {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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% 50%;
}

.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% 50%;
}

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

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

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

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

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

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

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

.introtext {
  display: inline-block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

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

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  max-width: 1200px;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  color: #fff;
}

.sectioncard {
  position: relative;
  width: 31.3%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  padding: 20px 20px 30px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

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

.sectioncard.wide {
  width: 48%;
}

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

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

.dropdown {
  position: static;
}

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

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

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

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

.fixedscrollimg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

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

.navspacer {
  min-height: 95px;
}

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

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

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

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

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

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

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

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

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

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

.sharelink:hover {
  color: #f8d602;
}

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

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

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

.sharelink.white2 {
  color: #fff;
}

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

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

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

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

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

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

.chapterhead.ch2 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/6102296-1024x684.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/6102296-1024x684.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
}

.chapterhead.ch3 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/hitler-tree-Roe-Wijnants-flickr-1024x747.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/hitler-tree-Roe-Wijnants-flickr-1024x747.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
}

.chapterhead.ch4 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/NPM-flag-1024x479.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/NPM-flag-1024x479.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
}

.chapterhead.ch5 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/owen-jones-1024x683_1owen-jones-1024x683.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/owen-jones-1024x683_1owen-jones-1024x683.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
}

.chapterhead.ch6 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/people-from-different.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/people-from-different.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
}

.chapterhead.ch7 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/Belfast_murals_AB-1011x1024.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/Belfast_murals_AB-1011x1024.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.chapterhead.ch8 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/Sebastian-Bieniek-Photo-Reza-Mahmoudidschad.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/Sebastian-Bieniek-Photo-Reza-Mahmoudidschad.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
}

.chapterhead.ch9 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #f8d602), to(#f8d602)), url('../images/DgcUHgIXcAE4iQS-1-683x1024.jpg');
  background-image: linear-gradient(270deg, transparent, #f8d602 50%, #f8d602), url('../images/DgcUHgIXcAE4iQS-1-683x1024.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
  color: #000;
}

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

.chapterhead.xi1 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/xin1.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/xin1.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
}

.chapterhead.xi2 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/chaie2.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/chaie2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
}

.chapterhead.xi3 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/in3.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/in3.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
}

.chapterhead.xi4 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/xin5.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/xin5.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
}

.chapterhead.xi5 {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000), to(#000)), url('../images/insd4.jpg');
  background-image: linear-gradient(270deg, transparent, #000 50%, #000), url('../images/insd4.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
}

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

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

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

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

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

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

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

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

.rtb h3 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f8d602;
}

.rtb a {
  color: #000;
}

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

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

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

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

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

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

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

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

.clink:hover {
  color: #fff;
}

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

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

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

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

.fixedsocial:hover {
  color: #f8d602;
}

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

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

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

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

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

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

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

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

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

.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 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

.faqhead:hover {
  color: #f8d602;
}

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

.faqrtb a {
  color: #000;
}

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

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

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

.tlink {
  color: #000;
}

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

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

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

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

.fullimage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 75vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

.articlecontentblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.articleleft {
  width: 18%;
}

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

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

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

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

.hopewrapper {
  overflow: hidden;
}

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

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

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

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

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

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

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

.dropicon {
  margin-right: 10px;
}

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

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

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

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

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

.reset:hover {
  opacity: 1;
}

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

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

.sortrow {
  width: 98%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filtersbutton {
  display: none;
}

.filtersbuttonclose {
  display: none;
}

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

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

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

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

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

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

.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-right: 1%;
  padding-left: 1%;
}

.ddpodcast {
  width: 100%;
}

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

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

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

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

.podcastddcontent {
  position: relative;
}

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

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

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

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

.tags {
  color: #818181;
}

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

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

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

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

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

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

.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 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
  font-family: Jost, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

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

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

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

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

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

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

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

  .brand {
    max-width: 200px;
    padding: 11px 20px;
  }

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

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

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

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

  .container {
    padding-right: 10px;
    padding-left: 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 {
    font-size: 50px;
    line-height: 40px;
  }

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

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

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

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

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

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

  .dropdown-list {
    position: relative;
    margin-top: 0px;
  }

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

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

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

  .dropcolumn {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 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: 80px;
  }

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

  .reportintro {
    margin-top: 0vh;
  }

  .chapterhead.ch2 {
    background-size: auto, cover;
  }

  .chapterhead.ch3 {
    background-size: auto, cover;
  }

  .chapterhead.ch4 {
    background-size: auto, cover;
  }

  .chapterhead.ch5 {
    background-size: auto, cover;
  }

  .chapterhead.ch6 {
    background-size: auto, cover;
  }

  .chapterhead.ch8 {
    background-size: auto, cover;
  }

  .chapterhead.ch9 {
    background-size: auto, cover;
  }

  .chapterhead.xi1 {
    background-size: auto, cover;
  }

  .chapterhead.xi2 {
    background-size: auto, cover;
  }

  .chapterhead.xi3 {
    background-size: auto, cover;
  }

  .chapterhead.xi4 {
    background-size: auto, cover;
  }

  .chapterhead.xi5 {
    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-right: 10px;
    padding-left: 10px;
  }

  .faqblock {
    margin-bottom: 20px;
  }

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

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

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

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

  .reportprogcontainer {
    top: 85px;
  }

  .artilceintro {
    margin-top: 0vh;
  }

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

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

  .articleleft {
    display: none;
  }

  .articleright {
    width: 36%;
  }

  .dropicon {
    margin-right: 10px;
  }

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

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

  .filtersearch {
    min-width: 200px;
  }

  .filtersearchbar {
    height: 54px;
  }

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

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

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

  .filtersb {
    height: 54px;
  }

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

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  blockquote {
    padding-left: 10px;
  }

  .navbar {
    position: relative;
  }

  .herohome {
    padding-bottom: 40px;
  }

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

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

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

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

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

  .card.featuredcard {
    width: 100%;
  }

  .card._4news {
    width: 48%;
  }

  .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: 0px;
  }

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

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

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

  .sectioncard {
    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 {
    display: inline-block;
    width: 80%;
    padding-left: 10px;
    text-align: left;
  }

  .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: 0px;
  }

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

  .takeawaynumber {
    padding-left: 10px;
  }

  .newsletterrow {
    padding-bottom: 20px;
  }

  .form {
    max-width: none;
  }

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

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

  .contactrow {
    padding-bottom: 20px;
  }

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

  .bigimage {
    min-height: 400px;
  }

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

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

  .reportprogcontainer {
    top: 0px;
  }

  .articlecontentblock {
    display: block;
  }

  .articlecentre {
    width: 100%;
  }

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

  .rcshifter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: 0px;
  }

  .filterrow {
    display: none;
  }

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

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

  .dropdown-2 {
    width: 100%;
  }

  .filtersearch {
    width: 100%;
  }

  .filtersbutton {
    display: inline-block;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
  }

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

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

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

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

  .morelink {
    display: block;
  }

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

  .morecontainer.responsive {
    padding-top: 10px;
    padding-bottom: 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: 180px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
  }

  .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 {
    display: block;
    max-height: 100px;
    max-width: 100%;
  }

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

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

  .joinbox {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .cardtagtop {
    letter-spacing: 0px;
  }

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

  .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 {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

  .takeawaytext {
    width: 85%;
  }

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

  .searchclose {
    font-size: 14px;
  }

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

  .dropdowncheck {
    background-color: #f5f3ef;
  }

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

  .sorttoggle {
    display: block;
  }

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

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

  .searchresult {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contenttag {
    letter-spacing: 0px;
  }
}

@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;
}