body {
  font-family: Jost, sans-serif;
  color: #1c2d24;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

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

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

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arvo, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  text-decoration: underline;
}

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

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 10px 10px 20px;
  border-left: 2px solid #8cc63f;
  font-family: Arvo, 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 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  max-width: 260px;
  margin-right: 10px;
  padding: 4px 10px 12px 20px;
  float: left;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.brand.w--current {
  width: 100%;
  max-width: 250px;
  padding-top: 4px;
  padding-bottom: 15px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  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 #8cc63f;
}

.nav-link {
  padding: 35px 10px;
  font-family: Arvo, sans-serif;
  color: #1c2d24;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

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

.nav-link.w--open {
  z-index: 100;
  background-color: #009245;
  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;
}

.herohome {
  position: relative;
  overflow: hidden;
  margin: 20px auto -170px;
  padding-top: 60px;
  padding-bottom: 170px;
  border-radius: 20px;
  background-color: rgba(28, 45, 36, 0.5);
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

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

.container.responsive {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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.nomargin {
  padding-right: 0px;
  padding-left: 0px;
}

.card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 31.3%;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 10px;
  background-color: #d9e021;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  font-family: Arvo, sans-serif;
  color: #1c2d24;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 20px 20px -11px rgba(0, 0, 0, 0.18);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

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

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

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

.card._4news.pod {
  background-color: #f4cbda;
}

.card._4news.pinkcard {
  background-color: #e8308a;
  color: #fff;
}

.card._4news.bluecardt {
  background-color: #009ba4;
  color: #fff;
}

.card._4news.sescardt {
  background-color: #aa9926;
  color: #fff;
}

.card._4news.ineqcardt {
  background-color: #3c4488;
  color: #fff;
}

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

.card._4news._3dark {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4cbda;
}

.card._4news._4orange {
  background-color: #f7931e;
}

.card._4news._4red {
  background-color: #f34047;
}

.card._4news._4green {
  background-color: #8cc63f;
}

.card.fullcard {
  width: 98%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-color: #e6e6e6;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}

.card.cgreen {
  background-color: #8cc63f;
}

.card.corange {
  background-color: #f7931e;
}

.card._2card {
  width: 48%;
  margin-bottom: 30px;
  padding: 20px 60px 30px 20px;
}

.card._2card.bgcard1 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #8cc63f), to(rgba(140, 198, 63, 0.5))), url('../jpg/vegetable-consumption-640x640-2.jpg');
  background-image: linear-gradient(90deg, #8cc63f 50%, rgba(140, 198, 63, 0.5)), url('../jpg/vegetable-consumption-640x640-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.card._2card.bgcard2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7931e), to(rgba(247, 147, 30, 0.5))), url('../jpg/childrens-food-640x640-2.jpg');
  background-image: linear-gradient(90deg, #f7931e 50%, rgba(247, 147, 30, 0.5)), url('../jpg/childrens-food-640x640-2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.card._2card.bgcard3 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f34047), to(rgba(245, 80, 86, 0.5))), url('../jpg/gettyimages-1282299412.jpg');
  background-image: linear-gradient(90deg, #f34047 50%, rgba(245, 80, 86, 0.5)), url('../jpg/gettyimages-1282299412.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.card._2card.bgcard4 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d9e021), to(rgba(217, 224, 33, 0.5))), url('../jpg/mg_5510-1024x683-2.jpg');
  background-image: linear-gradient(90deg, #d9e021 50%, rgba(217, 224, 33, 0.5)), url('../jpg/mg_5510-1024x683-2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.card.cwhite {
  background-color: #e6e6e6;
}

.card.cred {
  background-color: #f34047;
}

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

.cardimage {
  position: relative;
  width: 100%;
  height: 220px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cardimage.featuredci {
  display: none;
}

.cardimage.fullci {
  height: 100%;
  max-height: none;
}

.break {
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px auto 20px;
  background-color: #e0e0e0;
}

.break.centre {
  max-width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.cardtext {
  position: relative;
  padding: 10px 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.cardtext.overlayct {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: rgba(28, 45, 36, 0.5);
  color: #fff;
}

.dm {
  text-transform: uppercase;
}

.contentblock {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
  color: #1c2d24;
}

.contentblock.dgreencb {
  overflow: hidden;
  background-color: #009245;
  color: #fff;
}

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

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

.contentblock.greencb {
  border-radius: 20px;
  background-color: #8cc63f;
}

.contentblock.sharecb {
  background-color: #009245;
  color: #fff;
  text-align: center;
}

.contentblock.orangecb {
  background-color: #f7931e;
}

.contentblock.tabscb {
  background-color: #e6e6e6;
}

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

.contentblock.pinkbgcb {
  background-color: #e8308a;
  color: #fff;
}

.contentblock.bluecobt {
  background-color: #009ba4;
  color: #fff;
}

.contentblock.browncbt {
  background-color: #aa9926;
  color: #fff;
}

.contentblock.dbluecbt {
  background-color: #3c4488;
  color: #fff;
}

._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-radius: 30px;
  background-color: #d9e021;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  font-family: Jost, sans-serif;
  color: #1c2d24;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #8cc63f;
  box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.22);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #1c2d24;
}

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

.button.rev:hover {
  background-color: #8cc63f;
}

.longbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 98%;
  min-height: 30px;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #8cc63f;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #1c2d24;
  text-decoration: none;
}

.longbutton:hover {
  background-color: #8cc63f;
  box-shadow: 0 20px 20px -12px rgba(0, 0, 0, 0.21);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.longbimg {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: 350px;
  max-width: 37%;
  margin-right: 2%;
  -o-object-fit: cover;
  object-fit: cover;
}

.longbtext {
  display: inline-block;
  max-width: 60%;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.footer {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 20px 20px 0px 0px;
  background-color: #006837;
  color: #fff;
}

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

.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: 5px 20px;
  background-color: #1c2d24;
  color: #fff;
  text-align: center;
}

.flink {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}

.flink:hover {
  color: #d9e021;
}

.flink.titlef {
  font-family: Arvo, sans-serif;
  font-weight: 700;
}

.nav-menu {
  position: static;
  padding-right: 260px;
  padding-left: 260px;
  float: none;
  text-align: center;
}

.cardtagtop {
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.featured-news {
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
  background-image: url('../jpg/peas.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cardarrow {
  display: inline-block;
  margin-top: 10px;
  padding-right: 26px;
  background-image: url('../png/arrowright.png');
  background-position: 100% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  opacity: 0.7;
  font-family: Jost, sans-serif;
  color: #1c2d24;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.introtext {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  max-width: 900px;
  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-size: 40px;
  line-height: 50px;
}

.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: #009245;
  background-image: none;
  color: #1c2d24;
}

.dropmenu {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
}

.dropdown {
  position: static;
}

.dropcolumn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 30px;
  min-width: 24%;
  margin-right: 0.5%;
  margin-bottom: 10px;
  margin-left: 0.5%;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 15px;
  text-align: left;
}

.dropcolumn.textdc {
  display: block;
  max-width: 24%;
  border-style: none;
}

.dropcolumn.p1 {
  z-index: 1;
  border-style: none;
  background-color: #8cc63f;
}

.dropcolumn.p2 {
  border-style: none;
  background-color: #f7931e;
}

.dropcolumn.p3 {
  border-style: none;
  background-color: #f34047;
}

.dropcolumn.p4 {
  border-style: none;
  background-color: #d9e021;
  color: #1c2d24;
}

.menucard {
  position: relative;
  max-width: 49%;
  min-width: 24%;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-left: 0%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  font-family: Arvo, sans-serif;
  color: #1c2d24;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.menucard:hover {
  background-color: hsla(0, 0%, 90.2%, 0.36);
  box-shadow: 0 20px 20px -12px rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.menucard.subcard {
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.menucard.orangemc {
  background-color: #f7931e;
}

.menucard.greenmc {
  background-color: #8cc63f;
}

.menucard.redmc {
  background-color: #f34047;
}

.menucard.yellowmc {
  background-color: #d9e021;
}

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

.navspacer {
  min-height: 95px;
}

.reporthero {
  position: relative;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60vh;
  border-radius: 20px;
  background-color: #8cc63f;
}

.reporthero.img2rh {
  background-image: url('../jpg/appletop1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.reporthero.pprh {
  background-image: url('../jpg/pppart2electricboogaloo3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.reporthero.pubhero {
  -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-image: url('../jpg/vegfacts.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.reporthero.rtfcamp {
  background-image: url('../jpg/rtfbig.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.reporthero.arh {
  margin-bottom: 20px;
  padding-top: 400px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.3))), url('../bgto2.html');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url('../bgto2.html');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.report-top.noimage {
  margin-top: 110px;
}

.reportintro {
  position: relative;
  max-width: 1300px;
  margin-top: -10vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 10px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}

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

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

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

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

.sharelink:hover {
  opacity: 0.8;
}

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

.sharelink.bigshare:hover {
  color: #8cc63f;
}

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

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

.chapterblock {
  position: relative;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #fff;
  border-radius: 20px;
  background-color: #f6f4f2;
  color: #1c2d24;
}

.chapterhead {
  position: relative;
  padding-top: 50px;
  padding-bottom: 130px;
  border-radius: 20px;
  text-align: center;
}

.chapterhead.ch2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#f15a24), color-stop(50%, rgba(247, 147, 30, 0.8)), to(#f15a24)), url('../jpg/heather-barnes-vhftd9im05i-unsplas2h.jpg');
  background-image: linear-gradient(90deg, #f15a24, rgba(247, 147, 30, 0.8) 50%, #f15a24), url('../jpg/heather-barnes-vhftd9im05i-unsplas2h.jpg');
  background-position: 0px 0px, 0px 0px;
}

.chapterhead.ch3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#d9e021), color-stop(50%, rgba(217, 224, 33, 0.8)), to(#d9e021)), url('../jpg/aleksandra-boguslawska-g3zvg5orb26c-unsplash.jpg');
  background-image: linear-gradient(90deg, #d9e021, rgba(217, 224, 33, 0.8) 50%, #d9e021), url('../jpg/aleksandra-boguslawska-g3zvg5orb26c-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
}

.expandbutton {
  position: relative;
  left: 0%;
  top: -130px;
  right: 0%;
  display: block;
  max-width: 300px;
  margin: 10px auto -72px;
  padding: 10px 80px 10px 30px;
  border-radius: 200px;
  background-color: #009245;
  background-image: url('../png/downwhitea_1downwhitea.png');
  background-position: 90% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

.expandbutton:hover {
  background-color: #8cc63f;
  box-shadow: 0 11px 20px -11px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

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

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

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

.rtb h3 {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.rtb a {
  color: #1c2d24;
}

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

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

.closebutton {
  position: relative;
  top: -130px;
  display: none;
  max-width: 300px;
  margin: 10px auto -72px;
  padding: 10px 30px;
  border-radius: 200px;
  background-color: #009245;
  background-image: url('../png/upwhitea_1upwhitea.png');
  background-position: 90% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

.closebutton:hover {
  background-color: #8cc63f;
  box-shadow: 0 16px 20px -11px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.chapternav {
  position: -webkit-sticky;
  position: sticky;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  padding-right: 10px;
  float: right;
  color: #1c2d24;
}

.skiplink {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 200px;
  background-color: #d9e021;
}

.skiplink:hover {
  background-color: #8cc63f;
}

.newsletterrow {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-color: #d9e021;
  color: #006837;
}

.newsletterrow.register {
  background-color: #f4cbda;
  color: #1c2d24;
}

.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: #fff;
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Jost, sans-serif;
  color: #1c2d24;
  font-size: 26px;
  line-height: 28px;
}

.text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #009245;
}

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

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

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

.faqhead:hover {
  color: #8cc63f;
}

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

.faqrtb a {
  color: #1c2d24;
}

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

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

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

.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;
  margin: 20px auto;
  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;
  border-radius: 20px;
}

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

.bigimage.fixbi {
  position: fixed;
}

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

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

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

.reportprogcontainer {
  position: fixed;
  left: 0%;
  top: 93px;
  right: 0%;
  bottom: auto;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  border-width: 1px;
  border-color: #000;
  background-color: #fff;
  color: #fff;
}

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

.artilceintro {
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  border-radius: 20px;
  background-color: #8cc63f;
  text-align: center;
}

.artilceintro.aipink {
  background-color: #f4cbda;
}

.artilceintro.event {
  background-color: #f34047;
}

.artilceintro.aiorange {
  background-color: #f7931e;
}

.artilceintro.pr-intro {
  background-color: #e6e6e6;
}

.articleimage {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: -100px;
  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: 40px;
  padding-bottom: 40px;
  -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;
}

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

.articleleft {
  width: 18%;
}

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

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

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

.herologo {
  max-width: 300px;
}

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

.circlerow {
  position: relative;
  z-index: 1;
}

._13col {
  width: 31.3%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.squarelink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  max-height: 300px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #009245;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  font-family: Arvo, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.squarelink:hover {
  box-shadow: 0 20px 20px -11px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.squarelink.slnews {
  background-color: #f7931e;
}

.squarelink.slwhat {
  background-color: #8cc63f;
}

.squarelink.slalt {
  background-color: #006837;
}

.social-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 20px;
  float: right;
}

.bignumber {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
}

.orbit {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.orbit:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.logoblock {
  margin-bottom: 20px;
  text-align: center;
}

.plogo {
  position: relative;
  display: inline-block;
  max-height: 141px;
  max-width: 140px;
  margin: 30px 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.plogo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.supporters {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
  text-align: center;
}

.statimage {
  display: block;
  width: 100%;
  max-width: 120px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.circtitle {
  font-weight: 700;
}

.menucard-desc {
  opacity: 0.8;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
}

.articletag {
  display: inline-block;
  margin-top: 10px;
  padding-right: 10px;
  opacity: 0.7;
  font-family: Jost, sans-serif;
  color: #1c2d24;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bodywrap {
  padding-right: 20px;
  padding-left: 20px;
}

.herosection {
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 20px;
  background-color: #e6e6e6;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.herosection.he {
  background-color: #8cc63f;
}

.herosection.who {
  background-color: #1c2d24;
  color: #fff;
}

.cardgraph {
  width: 100%;
}

.pledgeblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.pledgecard {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  padding: 20px;
  float: left;
  clear: none;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 16px 20px -15px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 28px;
}

.pledgechapter {
  position: relative;
  overflow: hidden;
  width: 98%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #1c2d24;
  box-shadow: 0 16px 20px -15px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.pledge-section-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.44;
  -o-object-fit: cover;
  object-fit: cover;
}

.pledge-chapter-head {
  position: relative;
  z-index: 1;
}

.pledgertb {
  overflow: hidden;
}

.pledgertb img {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.pledgertb h3 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.pledgertb a {
  color: #1c2d24;
}

.pledgertb a:hover {
  background-color: #8cc63f;
}

.pledgertb p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pledgertb figure {
  max-width: 30%;
}

.pledge-chapter-sub {
  position: relative;
  z-index: 1;
}

.filterrow {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.filterlink {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 20px;
  border-radius: 200px;
  background-color: #e6e6e6;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #006837;
  font-size: 20px;
  text-decoration: none;
}

.filterlink:hover {
  background-color: #d9e021;
}

.filterlink.flcurrent {
  background-color: #d9e021;
}

.eventdetail {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.detailcol {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.detailcol.dcline {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}

.pubcover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 0;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.59), -6px 7px 0 0 #f6f4f2, -2px 0 20px 9px rgba(0, 0, 0, 0.45);
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.filtersbutton {
  display: none;
}

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

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

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

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

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

.dropicon {
  margin-right: 10px;
}

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

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

.dropdown-2 {
  z-index: 100;
  margin-right: 2px;
  margin-left: 2px;
}

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

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

.dropdown-list-2 {
  z-index: 10;
  overflow: hidden;
  border-radius: 5px;
  background-color: #e6e6e6;
}

.dropdown-list-2.w--open {
  position: absolute;
  z-index: 100;
  overflow: auto;
  width: 400px;
  max-height: 80vh;
  margin-top: -4px;
  border-top-left-radius: 0px;
  background-color: #f6f4f2;
  color: #fff;
}

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

.filterrow-2 {
  display: block;
  width: 100%;
  min-height: 20px;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: 8px 5px 8px 8px;
  border-radius: 10px;
  box-shadow: 0 16px 20px -15px rgba(0, 0, 0, 0.2);
}

.filtersearchbar {
  width: 80%;
  height: 56px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  font-size: 20px;
  line-height: 26px;
}

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

.dropdowncheck {
  position: relative;
  z-index: 10;
  padding: 2px 10px;
  cursor: pointer;
}

.dropdowncheck:hover {
  background-color: #8cc63f;
}

.reset {
  padding: 13px 10px 13px 31px;
  float: right;
  background-image: url('../png/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;
}

.resultcount {
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Arvo, sans-serif;
  color: #1c2d24;
  font-weight: 700;
  text-align: left;
}

.filters {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-right: 1%;
  padding-bottom: 20px;
  padding-left: 1%;
  font-size: 20px;
  line-height: 30px;
}

.filterform {
  overflow: hidden;
  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: #e6e6e6;
  font-family: 'Fa solid 900', sans-serif;
  color: #1c2d24;
}

.filtersb:hover {
  color: #8cc63f;
}

.dropdown-toggle {
  padding: 13px 35px 13px 15px;
  border-radius: 5px;
}

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

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

.filtersbuttonclose {
  display: none;
}

.sortrow {
  width: 100%;
}

.podcastembed {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: #1c2d24;
}

.tabs-menu {
  width: 20%;
  float: left;
}

.tabs {
  z-index: 10;
  width: 100%;
}

.tablink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  margin-bottom: 10px;
  -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;
  border-radius: 15px 0px 0px 15px;
  background-color: #8cc63f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Arvo, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.tablink:hover {
  background-color: #009245;
}

.tablink.w--current {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.tabs-content {
  width: 80%;
  padding: 20px;
  float: right;
  border-radius: 0px 15px 15px;
  background-color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.interiortab {
  margin-right: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #8cc63f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #8cc63f;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-family: Arvo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.interiortab:hover {
  border-color: #009245;
  background-color: #009245;
}

.interiortab.w--current {
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #8cc63f #8cc63f #fff;
  background-color: #fff;
}

.interiorcontent {
  margin-top: -1px;
  padding: 40px 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #8cc63f;
  border-radius: 0px 10px 10px;
  font-weight: 400;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.searchpage {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  display: none;
  overflow: auto;
  width: 100%;
  height: 0%;
  padding-top: 130px;
  padding-bottom: 20px;
  background-color: #009245;
  opacity: 0;
  color: #fff;
  text-align: center;
}

.searchform {
  padding-bottom: 0px;
}

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

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

.searchbar::-webkit-input-placeholder {
  text-align: center;
}

.searchbar:-ms-input-placeholder {
  text-align: center;
}

.searchbar::-ms-input-placeholder {
  text-align: center;
}

.searchbar::placeholder {
  text-align: center;
}

.button-2 {
  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: 22px;
  line-height: 40px;
  font-weight: 400;
}

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

.closesearch {
  position: absolute;
  left: auto;
  top: 110px;
  right: 20px;
  bottom: auto;
  padding: 5px 20px;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #f34047;
  text-decoration: none;
}

.closesearch:hover {
  box-shadow: 0 15px 20px -13px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.searchresult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 15px;
  background-color: #f6f4f2;
  color: #1a2a13;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}

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

.resulttitle {
  margin-bottom: 5px;
  font-family: Arvo, sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

.tags {
  color: #818181;
}

.resultspan {
  display: inline-block;
  padding-right: 3px;
  padding-left: 3px;
  border-radius: 200px;
  background-color: #d9e021;
}

.searchimg {
  position: relative;
  display: block;
  width: 30%;
  height: 100%;
  float: right;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.resultscontainer.centre {
  text-align: center;
}

.link {
  color: #fff;
}

.teamgrid {
  width: 23%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #1c2d24;
  text-align: center;
  text-decoration: none;
}

.teamgrid:hover {
  box-shadow: 0 14px 20px -11px rgba(0, 0, 0, 0.18);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.name {
  margin-bottom: 5px;
  font-family: Arvo, sans-serif;
  color: #009245;
  line-height: 32px;
}

.teamdesc {
  margin-bottom: -5px;
  font-size: 16px;
  line-height: 18px;
}

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

.peoplegrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.pos {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.onpagenav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 80px;
  padding-top: 120px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sidelink {
  position: relative;
  left: 0px;
  z-index: 1;
  display: block;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px 4px 4px 50px;
  background-color: transparent;
  -webkit-transition: left 200ms ease;
  transition: left 200ms ease;
  color: #009245;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.sidelink:hover {
  left: 10px;
}

.sidelink.w--current {
  left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.sidelink.profiles {
  color: #355eff;
}

.sidelink.profiles:hover {
  color: #1d2933;
}

.sidelink.c1sl {
  color: #e8308a;
}

.sidelink.c2sl {
  color: #009ba4;
}

.sidelink.c3sl {
  color: #aa9926;
}

.sidelink.c4sl {
  color: #3c4488;
}

.sidelink.dl {
  color: #1c2d24;
}

.pin {
  position: relative;
  z-index: 2;
  display: block;
  margin-right: -15px;
  float: left;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

.pin.profiles {
  background-color: #355eff;
}

.sidetext {
  position: relative;
  top: 0px;
  display: none;
  overflow: hidden;
  max-width: 300px;
  padding: 7px 5px 8px 20px;
  float: none;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0;
}

.sidetext.profiles {
  background-color: #355eff;
  color: #fff;
}

.score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #e6e6e6;
  color: #1c2d24;
  font-size: 0.8em;
  line-height: 1.1em;
}

.scoredot {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-right: 10px;
  border-radius: 200px;
  background-color: #f7931e;
}

.scoredot.sdr {
  background-color: #f34047;
}

.scoredot.sdg {
  background-color: #8cc63f;
}

.metric {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #1c2d24;
}

.chapterbutton {
  position: relative;
  z-index: 1;
  margin: -70px auto 20px;
  padding-top: 70px;
  padding-bottom: 50px;
  border-radius: 20px;
  background-color: #f5b7d5;
  -webkit-transition: margin 300ms ease;
  transition: margin 300ms ease;
  font-family: Arvo, sans-serif;
  color: #1c2d24;
  font-size: 1.2em;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
}

.chapterbutton:hover {
  margin-top: -50px;
}

.chapterbutton.dgreencb {
  overflow: hidden;
  background-color: #009245;
  color: #fff;
}

.chapterbutton.greycb {
  overflow: hidden;
  background-color: #f6f4f2;
}

.chapterbutton.blackcb {
  background-color: #1c2d24;
  color: #fff;
}

.chapterbutton.greencb {
  border-radius: 20px;
  background-color: #8cc63f;
}

.chapterbutton.sharecb {
  background-color: #009245;
  color: #fff;
  text-align: center;
}

.chapterbutton.orangecb {
  background-color: #f7931e;
}

.chapterbutton.tabscb {
  background-color: #e6e6e6;
}

.chapterbutton.yellowcb {
  background-color: #d9e021;
}

.chapterbutton.pinkbgcb {
  background-color: #e8308a;
  color: #fff;
}

.chapterbutton.cbbt {
  background-color: #a1d8db;
}

.chapterbutton.cbbrot {
  background-color: #dbd18d;
}

.chapterbutton.cbdbt {
  background-color: #858dd5;
}

.expandablech {
  display: none;
  overflow: hidden;
  height: 0px;
  margin-top: -60px;
  margin-bottom: 20px;
  padding-right: 2px;
  padding-left: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8308a;
  border-radius: 10px;
}

.expandablech.ech2 {
  border-color: #009ba4;
}

.expandablech.ech3 {
  border-color: #aa9926;
}

.expandablech.ech4 {
  border-color: #3c4488;
}

.expandabletopmenu {
  position: relative;
  z-index: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 4px;
  border-radius: 20px;
  background-color: #e6e6e6;
  color: #1c2d24;
  text-align: center;
}

.expandabletopmenu.dgreencb {
  overflow: hidden;
  background-color: #009245;
  color: #fff;
}

.expandabletopmenu.greycb {
  overflow: hidden;
  background-color: #f6f4f2;
}

.expandabletopmenu.blackcb {
  background-color: #1c2d24;
  color: #fff;
}

.expandabletopmenu.greencb {
  border-radius: 20px;
  background-color: #8cc63f;
}

.expandabletopmenu.sharecb {
  background-color: #009245;
  color: #fff;
  text-align: center;
}

.expandabletopmenu.orangecb {
  background-color: #f7931e;
}

.expandabletopmenu.tabscb {
  background-color: #e6e6e6;
}

.expandabletopmenu.yellowcb {
  background-color: #d9e021;
}

.expandabletopmenu.pinkbgcb {
  background-color: #e8308a;
  color: #fff;
}

.expandabletopmenu.bluecobt {
  background-color: #009ba4;
  color: #fff;
}

.subnavlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  padding: 8px 15px 9px;
  -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;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.subnavlink:hover {
  box-shadow: 0 6px 10px -10px #000;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.smalldot {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-right: 10px;
  border-radius: 200px;
  background-color: #f7931e;
}

.smalldot.sdred {
  background-color: #f34047;
}

.smalldot.sdgreen {
  background-color: #8cc63f;
}

.sublinknavrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -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;
}

.menutitle {
  width: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.themeicon {
  max-width: 150px;
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
}

.metrictag {
  display: block;
  margin-bottom: -4px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.factbox {
  position: relative;
  display: block;
  width: 100%;
  min-height: 20px;
  margin-top: 1px;
  margin-bottom: 20px;
  padding: 10px 10px 0px;
  border-left: 1px solid #1c2d24;
  font-family: Arvo, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: 400;
}

.facticon {
  max-width: 60px;
  margin-bottom: -5px;
}

.embed {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px;
  border-radius: 5px;
  background-color: #fff;
}

.submetric {
  font-size: 0.8em;
  line-height: 1.3em;
}

.underline {
  width: 100%;
  height: 2px;
  max-width: 200px;
  background-color: #e8308a;
}

.underline.ch2line {
  background-color: #009ba4;
}

.underline.ch3line {
  background-color: #aa9926;
}

.underline.ch4line {
  background-color: #3c4488;
}

@media screen and (min-width: 1440px) {
  .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
  }
}

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

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

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

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

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

  .brand {
    max-width: 230px;
  }

  .navbar {
    position: relative;
    margin-bottom: -2px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 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;
    font-size: 30px;
    line-height: 40px;
  }

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

  .container.responsive {
    padding-right: 0px;
    padding-left: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .card._4news {
    width: 48%;
    margin-bottom: 20px;
  }

  .card._2card {
    padding-top: 0px;
    padding-left: 0px;
  }

  .cardimage {
    max-height: 150px;
  }

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

  .contentblock {
    padding: 40px 10px;
  }

  .longbimg {
    height: 100%;
    max-width: 50%;
  }

  .longbtext {
    max-width: 50%;
  }

  .footer {
    padding: 20px 10px;
  }

  .footercolumn {
    width: 31.3%;
  }

  .flink {
    font-size: 18px;
    line-height: 23px;
  }

  .cardheading {
    font-size: 25px;
  }

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

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

  .nav-menu {
    position: absolute;
    width: 100%;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 20px;
    background-color: #fff;
    text-align: left;
  }

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

  .cardarrow {
    font-size: 12px;
    line-height: 16px;
  }

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

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

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

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

  .dropdown {
    width: 100%;
  }

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

  .menucard {
    min-width: 49%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .menucard.subcard {
    margin-top: 0px;
  }

  .menuimage {
    display: none;
  }

  .navspacer {
    min-height: 1px;
  }

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

  .reporthero.arh {
    height: auto;
  }

  .report-top.noimage {
    margin-top: 0px;
  }

  .reportintro {
    margin-top: 0vh;
  }

  .chapterhead {
    padding-top: 40px;
  }

  .newsletterrow {
    padding: 40px 10px;
  }

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

  .faqblock {
    margin-bottom: 20px;
  }

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

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

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

  .reportprogcontainer {
    top: 0px;
  }

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

  .squarelink {
    width: 240px;
    height: 240px;
    max-height: 240px;
    max-width: 240px;
  }

  .bignumber {
    font-size: 2em;
  }

  .plogo {
    max-height: 100px;
    max-width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .supporters {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .statimage {
    width: 40%;
    margin-bottom: 0px;
    float: none;
  }

  .articletag {
    font-size: 12px;
    line-height: 16px;
  }

  .herosection {
    padding-top: 20px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .pubcover {
    bottom: -10%;
    max-width: 250px;
  }

  .dropicon {
    margin-right: 10px;
  }

  .filtersearchbar {
    height: 54px;
    font-size: 16px;
    line-height: 15px;
  }

  .filtersearch {
    min-width: 200px;
  }

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

  .filtersb {
    height: 54px;
  }

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

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .tablink {
    display: inline-block;
    width: auto;
    min-height: auto;
    margin-right: 5px;
    border-radius: 10px;
  }

  .tabs-content {
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .interiortab {
    border-radius: 10px;
  }

  .interiortab.w--current {
    border-color: #8cc63f;
  }

  .interiorcontent {
    margin-top: 10px;
    border-radius: 10px;
  }

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

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

  .resultscontainer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .onpagenav {
    min-width: 50px;
    padding-top: 0px;
    padding-left: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }

  .onpagenav:hover {
    opacity: 1;
  }

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

  .pin {
    font-size: 10px;
    line-height: 10px;
  }

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

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

  .expandabletopmenu {
    padding: 30px 10px 10px;
  }

  .menutitle {
    position: relative;
    left: -12px;
    top: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #1c2d24;
    font-size: 12px;
    font-weight: 400;
  }

  .themeicon {
    max-width: 100px;
  }
}

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

  h3 {
    line-height: 35px;
  }

  blockquote {
    padding-left: 10px;
  }

  .navbar {
    position: relative;
  }

  .herohome {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

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

  .card {
    width: 98%;
    margin-bottom: 20px;
  }

  .card.featuredcard {
    width: 100%;
  }

  .card._4news {
    width: 48%;
  }

  .card._2card {
    padding-right: 0px;
  }

  .cardimage.featuredci {
    display: block;
    border-radius: 5px;
  }

  ._2col {
    width: 98%;
  }

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

  .longbimg {
    max-height: none;
    max-width: 50%;
  }

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

  .flink {
    line-height: 18px;
  }

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

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

  .cardarrow {
    margin-top: 0px;
  }

  .introtext {
    width: 98%;
  }

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

  .navspacer {
    display: none;
  }

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

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

  .newsletterrow {
    padding-bottom: 20px;
  }

  .form {
    max-width: none;
  }

  .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.rightic {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .herologo {
    max-width: 200px;
  }

  .squarelink {
    width: 150px;
    height: 150px;
    max-height: 150px;
    max-width: 150px;
    padding: 0px 10px 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .bignumber {
    font-size: 1.5em;
  }

  .plogo {
    margin-right: 10px;
    margin-left: 10px;
  }

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

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

  .articletag {
    margin-top: 0px;
  }

  .herosection {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .pledgecard {
    width: 98%;
  }

  .pledgertb p {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .filterlink {
    margin-right: 2px;
    margin-left: 2px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 23px;
  }

  .filtersbutton {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    background-color: #e6e6e6;
    color: #1c2d24;
  }

  .filtersbutton:hover {
    background-color: #8cc63f;
  }

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

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

  .dropdown-2 {
    width: 100%;
  }

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

  .filterrow-2 {
    display: none;
  }

  .filtersearch {
    width: 100%;
  }

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

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

  .filtersbuttonclose {
    display: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    background-color: #1c2d24;
    color: #fff;
  }

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

  .tabs-content {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 23px;
  }

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

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

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

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

  .metric {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .chapterbutton {
    font-size: 1em;
  }

  .subnavlink {
    line-height: 18px;
    text-align: left;
  }
}

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

  h2 {
    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;
  }

  .card.featuredcard {
    width: 100%;
  }

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

  .card._2card {
    width: 100%;
  }

  .cardimage {
    max-width: 100%;
  }

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

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

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

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

  .longbutton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .longbimg {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .longbtext {
    max-width: 100%;
    padding: 10px 10px 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;
  }

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

  .dropcolumn {
    padding: 0px 5px;
  }

  .menucard {
    max-width: 100%;
    min-width: 100%;
  }

  .menuimage {
    max-width: 100%;
  }

  .reporthero.img2rh {
    background-size: cover;
  }

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

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

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

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

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

  ._13col {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .squarelink {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .social-wrap {
    position: relative;
    float: none;
  }

  .orbit {
    display: none;
    max-width: 20%;
  }

  .plogo {
    max-width: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .supporters {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .statimage {
    margin-top: 10px;
  }

  .circtitle {
    margin-bottom: 0px;
  }

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

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

  .filterlink {
    font-size: 16px;
  }

  .eventdetail {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .detailcol {
    width: 100%;
  }

  .detailcol.dcline {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-right-style: none;
  }

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

  .sorttoggle {
    display: block;
  }

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

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

  .dropdowncheck {
    background-color: #f5f3ef;
  }

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

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

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

  .resultscontainer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .onpagenav {
    padding-left: 0px;
  }

  .sidelink:hover {
    left: 6px;
  }

  .sidelink.w--current {
    left: 6px;
  }

  .pin {
    border-width: 1px;
    font-size: 7px;
    line-height: 7px;
  }

  .chapterbutton {
    font-size: 1em;
  }

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

  .menutitle {
    left: -14px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
  }

  .themeicon {
    margin-bottom: 0px;
    margin-left: -5px;
    float: none;
  }
}

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